Skip to content

Commit 73ca9f1

Browse files
authored
Merging pull request #14818
* Migrating webflow_v2 back to webflow (with new components) * Docs links updates * pnpm-lock
1 parent cba1e19 commit 73ca9f1

File tree

35 files changed

+189
-481
lines changed

35 files changed

+189
-481
lines changed
File renamed without changes.

components/webflow_v2/actions/create-collection-item/create-collection-item.mjs renamed to components/webflow/actions/create-collection-item/create-collection-item.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-create-collection-item",
4+
key: "webflow-create-collection-item",
55
name: "Create Collection Item",
6-
description: "Create new collection item. [See the docs here](https://developers.webflow.com/#create-new-collection-item)",
7-
version: "0.0.1",
6+
description: "Create new collection item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/create-item)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow_v2/actions/delete-collection-item/delete-collection-item.mjs renamed to components/webflow/actions/delete-collection-item/delete-collection-item.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-delete-collection-item",
4+
key: "webflow-delete-collection-item",
55
name: "Delete Collection Item",
6-
description: "Delete Item of a Collection. [See the docs here](https://developers.webflow.com/#remove-collection-item)",
7-
version: "0.0.1",
6+
description: "Delete Item of a Collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/delete-item)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow_v2/actions/fulfill-order/fulfill-order.mjs renamed to components/webflow/actions/fulfill-order/fulfill-order.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-fulfill-order",
4+
key: "webflow-fulfill-order",
55
name: "Fulfill Order",
6-
description: "Fulfill an order. [See the docs here](https://developers.webflow.com/#fulfill-order)",
7-
version: "0.0.1",
6+
description: "Fulfill an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update-fulfill)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow_v2/actions/get-collection-item/get-collection-item.mjs renamed to components/webflow/actions/get-collection-item/get-collection-item.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-get-collection-item",
4+
key: "webflow-get-collection-item",
55
name: "Get Collection Item",
6-
description: "Get a Collection Item. [See the docs here](https://developers.webflow.com/#get-single-item)",
7-
version: "0.0.1",
6+
description: "Get a Collection Item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/get-item)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow_v2/actions/get-collection/get-collection.mjs renamed to components/webflow/actions/get-collection/get-collection.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-get-collection",
4+
key: "webflow-get-collection",
55
name: "Get Collection",
6-
description: "Get a collection. [See the docs here](https://developers.webflow.com/#get-collection-with-full-schema)",
7-
version: "0.0.1",
6+
description: "Get a collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collections/get)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow_v2/actions/get-item-inventory/get-item-inventory.mjs renamed to components/webflow/actions/get-item-inventory/get-item-inventory.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-get-item-inventory",
4+
key: "webflow-get-item-inventory",
55
name: "Get Item Inventory",
6-
description: "Get the inventory of a specific item. [See the docs here](https://developers.webflow.com/#item-inventory)",
7-
version: "0.0.1",
6+
description: "Get the inventory of a specific item. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/inventory/list)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow_v2/actions/get-order/get-order.mjs renamed to components/webflow/actions/get-order/get-order.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-get-order",
4+
key: "webflow-get-order",
55
name: "Get Order",
6-
description: "Get info on an order. [See the docs here](https://developers.webflow.com/#get-order)",
7-
version: "0.0.1",
6+
description: "Get info on an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/get)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow_v2/actions/get-site/get-site.mjs renamed to components/webflow/actions/get-site/get-site.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-get-site",
4+
key: "webflow-get-site",
55
name: "Get Site",
6-
description: "Get a site. [See the docs here](https://developers.webflow.com/#get-specific-site)",
7-
version: "0.0.1",
6+
description: "Get a site. [See the documentation](https://developers.webflow.com/data/reference/sites/get)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow_v2/actions/list-collection-items/list-collection-items.mjs renamed to components/webflow/actions/list-collection-items/list-collection-items.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import app from "../../webflow_v2.app.mjs";
1+
import app from "../../webflow.app.mjs";
22

33
export default {
4-
key: "webflow_v2-list-collection-items",
4+
key: "webflow-list-collection-items",
55
name: "List Collection Items",
6-
description: "List Items of a collection. [See the docs here](https://developers.webflow.com/#get-all-items-for-a-collection)",
7-
version: "0.0.1",
6+
description: "List Items of a collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/bulk-items/list-items)",
7+
version: "1.0.0",
88
type: "action",
99
props: {
1010
app,

0 commit comments

Comments
 (0)