webflow-api 2.1.2 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +6 -6
- package/api/resources/accessGroups/client/Client.js +1 -1
- package/api/resources/assets/client/Client.d.ts +1 -1
- package/api/resources/assets/client/Client.js +9 -9
- package/api/resources/assets/client/requests/AssetsUpdateRequest.d.ts +1 -1
- package/api/resources/collections/client/Client.js +5 -5
- package/api/resources/collections/resources/fields/client/Client.js +2 -2
- package/api/resources/collections/resources/items/client/Client.d.ts +32 -24
- package/api/resources/collections/resources/items/client/Client.js +42 -34
- package/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +1 -1
- package/api/resources/ecommerce/client/Client.js +1 -1
- package/api/resources/forms/client/Client.js +5 -5
- package/api/resources/index.d.ts +2 -2
- package/api/resources/index.js +3 -3
- package/api/resources/inventory/client/Client.js +2 -2
- package/api/resources/orders/client/Client.js +6 -6
- package/api/resources/orders/client/requests/OrdersListRequest.d.ts +1 -2
- package/api/resources/orders/types/index.d.ts +0 -1
- package/api/resources/orders/types/index.js +0 -1
- package/api/resources/pages/client/Client.js +5 -5
- package/api/resources/pages/resources/scripts/client/Client.d.ts +3 -3
- package/api/resources/pages/resources/scripts/client/Client.js +6 -6
- package/api/resources/products/client/Client.d.ts +2 -2
- package/api/resources/products/client/Client.js +8 -8
- package/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +2 -2
- package/api/resources/scripts/client/Client.d.ts +3 -3
- package/api/resources/scripts/client/Client.js +6 -6
- package/api/resources/sites/client/Client.d.ts +2 -2
- package/api/resources/sites/client/Client.js +6 -6
- package/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
- package/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
- package/api/resources/sites/resources/scripts/client/Client.js +8 -8
- package/api/resources/token/client/Client.d.ts +1 -1
- package/api/resources/token/client/Client.js +3 -3
- package/api/resources/users/client/Client.js +5 -5
- package/api/resources/webhooks/client/Client.d.ts +3 -3
- package/api/resources/webhooks/client/Client.js +7 -7
- package/api/types/Application.d.ts +1 -10
- package/api/types/Authorization.d.ts +1 -1
- package/api/types/CustomCodeBlock.d.ts +1 -1
- package/{dist/api/types/Assets.d.ts → api/types/Domains.d.ts} +2 -2
- package/api/types/DuplicateUserEmail.d.ts +2 -1
- package/{dist/api/types/Sites.d.ts → api/types/Scripts.d.ts} +1 -3
- package/api/types/UserLimitReached.d.ts +2 -1
- package/api/types/UsersNotEnabled.d.ts +2 -1
- package/api/types/index.d.ts +56 -74
- package/api/types/index.js +56 -74
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +6 -6
- package/dist/api/resources/accessGroups/client/Client.js +1 -1
- package/dist/api/resources/assets/client/Client.d.ts +1 -1
- package/dist/api/resources/assets/client/Client.js +9 -9
- package/dist/api/resources/assets/client/requests/AssetsUpdateRequest.d.ts +1 -1
- package/dist/api/resources/collections/client/Client.js +5 -5
- package/dist/api/resources/collections/resources/fields/client/Client.js +2 -2
- package/dist/api/resources/collections/resources/items/client/Client.d.ts +32 -24
- package/dist/api/resources/collections/resources/items/client/Client.js +42 -34
- package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +1 -1
- package/dist/api/resources/ecommerce/client/Client.js +1 -1
- package/dist/api/resources/forms/client/Client.js +5 -5
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/api/resources/index.js +3 -3
- package/dist/api/resources/inventory/client/Client.js +2 -2
- package/dist/api/resources/orders/client/Client.js +6 -6
- package/dist/api/resources/orders/client/requests/OrdersListRequest.d.ts +1 -2
- package/dist/api/resources/orders/types/index.d.ts +0 -1
- package/dist/api/resources/orders/types/index.js +0 -1
- package/dist/api/resources/pages/client/Client.js +5 -5
- package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +3 -3
- package/dist/api/resources/pages/resources/scripts/client/Client.js +6 -6
- package/dist/api/resources/products/client/Client.d.ts +2 -2
- package/dist/api/resources/products/client/Client.js +8 -8
- package/dist/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +2 -2
- package/dist/api/resources/scripts/client/Client.d.ts +3 -3
- package/dist/api/resources/scripts/client/Client.js +6 -6
- package/dist/api/resources/sites/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/client/Client.js +6 -6
- package/dist/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
- package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
- package/dist/api/resources/sites/resources/scripts/client/Client.js +8 -8
- package/dist/api/resources/token/client/Client.d.ts +1 -1
- package/dist/api/resources/token/client/Client.js +3 -3
- package/dist/api/resources/users/client/Client.js +5 -5
- package/dist/api/resources/webhooks/client/Client.d.ts +3 -3
- package/dist/api/resources/webhooks/client/Client.js +7 -7
- package/dist/api/types/Application.d.ts +1 -10
- package/dist/api/types/Authorization.d.ts +1 -1
- package/dist/api/types/CustomCodeBlock.d.ts +1 -1
- package/{api/types/Assets.d.ts → dist/api/types/Domains.d.ts} +2 -2
- package/dist/api/types/DuplicateUserEmail.d.ts +2 -1
- package/{api/types/Sites.d.ts → dist/api/types/Scripts.d.ts} +1 -3
- package/dist/api/types/UserLimitReached.d.ts +2 -1
- package/dist/api/types/UsersNotEnabled.d.ts +2 -1
- package/dist/api/types/index.d.ts +56 -74
- package/dist/api/types/index.js +56 -74
- package/dist/serialization/resources/index.d.ts +2 -2
- package/dist/serialization/resources/index.js +3 -3
- package/dist/serialization/resources/orders/types/index.d.ts +0 -1
- package/dist/serialization/resources/orders/types/index.js +0 -1
- package/dist/serialization/resources/webhooks/client/index.d.ts +0 -1
- package/dist/serialization/resources/webhooks/client/index.js +0 -14
- package/dist/serialization/types/AccessGroup.d.ts +1 -1
- package/dist/serialization/types/AccessGroup.js +1 -1
- package/dist/serialization/types/Application.d.ts +2 -7
- package/dist/serialization/types/Application.js +1 -6
- package/dist/serialization/types/Authorization.d.ts +1 -1
- package/dist/serialization/types/Authorization.js +1 -1
- package/dist/serialization/types/CustomCodeBlock.d.ts +1 -1
- package/dist/serialization/types/CustomCodeBlock.js +1 -3
- package/dist/serialization/types/{Assets.d.ts → Domains.d.ts} +3 -3
- package/{serialization/types/Assets.js → dist/serialization/types/Domains.js} +4 -4
- package/dist/serialization/types/DuplicateUserEmail.d.ts +1 -1
- package/dist/serialization/types/DuplicateUserEmail.js +1 -1
- package/{serialization/types/Fields.d.ts → dist/serialization/types/Scripts.d.ts} +3 -3
- package/dist/serialization/types/{Fields.js → Scripts.js} +2 -2
- package/dist/serialization/types/UserLimitReached.d.ts +1 -1
- package/dist/serialization/types/UserLimitReached.js +1 -1
- package/dist/serialization/types/UsersNotEnabled.d.ts +1 -1
- package/dist/serialization/types/UsersNotEnabled.js +1 -1
- package/dist/serialization/types/index.d.ts +56 -74
- package/dist/serialization/types/index.js +56 -74
- package/dist/wrapper/WebflowClient.js +2 -2
- package/package.json +1 -1
- package/serialization/resources/index.d.ts +2 -2
- package/serialization/resources/index.js +3 -3
- package/serialization/resources/orders/types/index.d.ts +0 -1
- package/serialization/resources/orders/types/index.js +0 -1
- package/serialization/resources/webhooks/client/index.d.ts +0 -1
- package/serialization/resources/webhooks/client/index.js +0 -14
- package/serialization/types/AccessGroup.d.ts +1 -1
- package/serialization/types/AccessGroup.js +1 -1
- package/serialization/types/Application.d.ts +2 -7
- package/serialization/types/Application.js +1 -6
- package/serialization/types/Authorization.d.ts +1 -1
- package/serialization/types/Authorization.js +1 -1
- package/serialization/types/CustomCodeBlock.d.ts +1 -1
- package/serialization/types/CustomCodeBlock.js +1 -3
- package/serialization/types/{Assets.d.ts → Domains.d.ts} +3 -3
- package/{dist/serialization/types/Assets.js → serialization/types/Domains.js} +4 -4
- package/serialization/types/DuplicateUserEmail.d.ts +1 -1
- package/serialization/types/DuplicateUserEmail.js +1 -1
- package/{dist/serialization/types/Fields.d.ts → serialization/types/Scripts.d.ts} +3 -3
- package/serialization/types/{Fields.js → Scripts.js} +2 -2
- package/serialization/types/UserLimitReached.d.ts +1 -1
- package/serialization/types/UserLimitReached.js +1 -1
- package/serialization/types/UsersNotEnabled.d.ts +1 -1
- package/serialization/types/UsersNotEnabled.js +1 -1
- package/serialization/types/index.d.ts +56 -74
- package/serialization/types/index.js +56 -74
- package/wrapper/WebflowClient.js +2 -2
- package/api/resources/orders/types/OrdersListRequestStatus.d.ts +0 -12
- package/api/resources/orders/types/OrdersListRequestStatus.js +0 -14
- package/api/types/CollectionItemRemoved.d.ts +0 -9
- package/api/types/Fields.d.ts +0 -8
- package/api/types/FormSubmissionTrigger.d.ts +0 -10
- package/api/types/FormSubmissionTriggerPayload.d.ts +0 -18
- package/api/types/FormSubmissionTriggerPayload.js +0 -5
- package/api/types/InvalidScopes.d.ts +0 -10
- package/api/types/InvalidScopes.js +0 -5
- package/api/types/PageCreatedWebhook.d.ts +0 -12
- package/api/types/PageCreatedWebhook.js +0 -5
- package/api/types/PageDeletedWebhook.d.ts +0 -12
- package/api/types/PageDeletedWebhook.js +0 -5
- package/api/types/PageMetadataUpdatedWebhook.d.ts +0 -12
- package/api/types/PageMetadataUpdatedWebhook.js +0 -5
- package/api/types/PageSeoGraphData.d.ts +0 -11
- package/api/types/PageSeoGraphData.js +0 -5
- package/api/types/PageSeoGraphDataOpenGraph.d.ts +0 -7
- package/api/types/PageSeoGraphDataOpenGraph.js +0 -5
- package/api/types/PageSeoGraphDataSeo.d.ts +0 -7
- package/api/types/PageSeoGraphDataSeo.js +0 -5
- package/api/types/PublishedItems.d.ts +0 -12
- package/api/types/PublishedItems.js +0 -5
- package/api/types/PublishedSite.d.ts +0 -7
- package/api/types/PublishedSite.js +0 -5
- package/api/types/RemovedItems.d.ts +0 -12
- package/api/types/RemovedItems.js +0 -5
- package/api/types/SitePublish.d.ts +0 -8
- package/api/types/SitePublish.js +0 -5
- package/api/types/SitePublishPayload.d.ts +0 -16
- package/api/types/SitePublishPayload.js +0 -5
- package/api/types/Sites.js +0 -5
- package/api/types/UserWebhookPayload.d.ts +0 -9
- package/api/types/UserWebhookPayload.js +0 -5
- package/api/types/UserWebhookPayloadTriggerType.d.ts +0 -12
- package/api/types/UserWebhookPayloadTriggerType.js +0 -11
- package/dist/api/resources/orders/types/OrdersListRequestStatus.d.ts +0 -12
- package/dist/api/resources/orders/types/OrdersListRequestStatus.js +0 -14
- package/dist/api/types/Assets.js +0 -5
- package/dist/api/types/CollectionItemRemoved.d.ts +0 -9
- package/dist/api/types/CollectionItemRemoved.js +0 -5
- package/dist/api/types/Fields.d.ts +0 -8
- package/dist/api/types/Fields.js +0 -5
- package/dist/api/types/FormSubmissionTrigger.d.ts +0 -10
- package/dist/api/types/FormSubmissionTrigger.js +0 -5
- package/dist/api/types/FormSubmissionTriggerPayload.d.ts +0 -18
- package/dist/api/types/FormSubmissionTriggerPayload.js +0 -5
- package/dist/api/types/InvalidScopes.d.ts +0 -10
- package/dist/api/types/InvalidScopes.js +0 -5
- package/dist/api/types/PageCreatedWebhook.d.ts +0 -12
- package/dist/api/types/PageCreatedWebhook.js +0 -5
- package/dist/api/types/PageDeletedWebhook.d.ts +0 -12
- package/dist/api/types/PageDeletedWebhook.js +0 -5
- package/dist/api/types/PageMetadataUpdatedWebhook.d.ts +0 -12
- package/dist/api/types/PageMetadataUpdatedWebhook.js +0 -5
- package/dist/api/types/PageSeoGraphData.d.ts +0 -11
- package/dist/api/types/PageSeoGraphData.js +0 -5
- package/dist/api/types/PageSeoGraphDataOpenGraph.d.ts +0 -7
- package/dist/api/types/PageSeoGraphDataOpenGraph.js +0 -5
- package/dist/api/types/PageSeoGraphDataSeo.d.ts +0 -7
- package/dist/api/types/PageSeoGraphDataSeo.js +0 -5
- package/dist/api/types/PublishedItems.d.ts +0 -12
- package/dist/api/types/PublishedItems.js +0 -5
- package/dist/api/types/PublishedSite.d.ts +0 -7
- package/dist/api/types/PublishedSite.js +0 -5
- package/dist/api/types/RemovedItems.d.ts +0 -12
- package/dist/api/types/RemovedItems.js +0 -5
- package/dist/api/types/SitePublish.d.ts +0 -8
- package/dist/api/types/SitePublish.js +0 -5
- package/dist/api/types/SitePublishPayload.d.ts +0 -16
- package/dist/api/types/SitePublishPayload.js +0 -5
- package/dist/api/types/Sites.js +0 -5
- package/dist/api/types/UserWebhookPayload.d.ts +0 -9
- package/dist/api/types/UserWebhookPayload.js +0 -5
- package/dist/api/types/UserWebhookPayloadTriggerType.d.ts +0 -12
- package/dist/api/types/UserWebhookPayloadTriggerType.js +0 -11
- package/dist/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/orders/types/OrdersListRequestStatus.js +0 -31
- package/dist/serialization/resources/webhooks/client/list.d.ts +0 -10
- package/dist/serialization/resources/webhooks/client/list.js +0 -40
- package/dist/serialization/types/CollectionItemRemoved.d.ts +0 -13
- package/dist/serialization/types/CollectionItemRemoved.js +0 -34
- package/dist/serialization/types/FormSubmissionTrigger.d.ts +0 -13
- package/dist/serialization/types/FormSubmissionTrigger.js +0 -43
- package/dist/serialization/types/FormSubmissionTriggerPayload.d.ts +0 -16
- package/dist/serialization/types/FormSubmissionTriggerPayload.js +0 -37
- package/dist/serialization/types/InvalidScopes.d.ts +0 -16
- package/dist/serialization/types/InvalidScopes.js +0 -37
- package/dist/serialization/types/PageCreatedWebhook.d.ts +0 -15
- package/dist/serialization/types/PageCreatedWebhook.js +0 -36
- package/dist/serialization/types/PageDeletedWebhook.d.ts +0 -15
- package/dist/serialization/types/PageDeletedWebhook.js +0 -36
- package/dist/serialization/types/PageMetadataUpdatedWebhook.d.ts +0 -15
- package/dist/serialization/types/PageMetadataUpdatedWebhook.js +0 -36
- package/dist/serialization/types/PageSeoGraphData.d.ts +0 -13
- package/dist/serialization/types/PageSeoGraphData.js +0 -43
- package/dist/serialization/types/PageSeoGraphDataOpenGraph.d.ts +0 -13
- package/dist/serialization/types/PageSeoGraphDataOpenGraph.js +0 -34
- package/dist/serialization/types/PageSeoGraphDataSeo.d.ts +0 -13
- package/dist/serialization/types/PageSeoGraphDataSeo.js +0 -34
- package/dist/serialization/types/PublishedItems.d.ts +0 -13
- package/dist/serialization/types/PublishedItems.js +0 -34
- package/dist/serialization/types/PublishedSite.d.ts +0 -12
- package/dist/serialization/types/PublishedSite.js +0 -33
- package/dist/serialization/types/RemovedItems.d.ts +0 -13
- package/dist/serialization/types/RemovedItems.js +0 -34
- package/dist/serialization/types/SitePublish.d.ts +0 -12
- package/dist/serialization/types/SitePublish.js +0 -42
- package/dist/serialization/types/SitePublishPayload.d.ts +0 -15
- package/dist/serialization/types/SitePublishPayload.js +0 -36
- package/dist/serialization/types/Sites.d.ts +0 -12
- package/dist/serialization/types/Sites.js +0 -42
- package/dist/serialization/types/UserWebhookPayload.d.ts +0 -13
- package/dist/serialization/types/UserWebhookPayload.js +0 -43
- package/dist/serialization/types/UserWebhookPayloadTriggerType.d.ts +0 -10
- package/dist/serialization/types/UserWebhookPayloadTriggerType.js +0 -31
- package/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +0 -10
- package/serialization/resources/orders/types/OrdersListRequestStatus.js +0 -31
- package/serialization/resources/webhooks/client/list.d.ts +0 -10
- package/serialization/resources/webhooks/client/list.js +0 -40
- package/serialization/types/CollectionItemRemoved.d.ts +0 -13
- package/serialization/types/CollectionItemRemoved.js +0 -34
- package/serialization/types/FormSubmissionTrigger.d.ts +0 -13
- package/serialization/types/FormSubmissionTrigger.js +0 -43
- package/serialization/types/FormSubmissionTriggerPayload.d.ts +0 -16
- package/serialization/types/FormSubmissionTriggerPayload.js +0 -37
- package/serialization/types/InvalidScopes.d.ts +0 -16
- package/serialization/types/InvalidScopes.js +0 -37
- package/serialization/types/PageCreatedWebhook.d.ts +0 -15
- package/serialization/types/PageCreatedWebhook.js +0 -36
- package/serialization/types/PageDeletedWebhook.d.ts +0 -15
- package/serialization/types/PageDeletedWebhook.js +0 -36
- package/serialization/types/PageMetadataUpdatedWebhook.d.ts +0 -15
- package/serialization/types/PageMetadataUpdatedWebhook.js +0 -36
- package/serialization/types/PageSeoGraphData.d.ts +0 -13
- package/serialization/types/PageSeoGraphData.js +0 -43
- package/serialization/types/PageSeoGraphDataOpenGraph.d.ts +0 -13
- package/serialization/types/PageSeoGraphDataOpenGraph.js +0 -34
- package/serialization/types/PageSeoGraphDataSeo.d.ts +0 -13
- package/serialization/types/PageSeoGraphDataSeo.js +0 -34
- package/serialization/types/PublishedItems.d.ts +0 -13
- package/serialization/types/PublishedItems.js +0 -34
- package/serialization/types/PublishedSite.d.ts +0 -12
- package/serialization/types/PublishedSite.js +0 -33
- package/serialization/types/RemovedItems.d.ts +0 -13
- package/serialization/types/RemovedItems.js +0 -34
- package/serialization/types/SitePublish.d.ts +0 -12
- package/serialization/types/SitePublish.js +0 -42
- package/serialization/types/SitePublishPayload.d.ts +0 -15
- package/serialization/types/SitePublishPayload.js +0 -36
- package/serialization/types/Sites.d.ts +0 -12
- package/serialization/types/Sites.js +0 -42
- package/serialization/types/UserWebhookPayload.d.ts +0 -13
- package/serialization/types/UserWebhookPayload.js +0 -43
- package/serialization/types/UserWebhookPayloadTriggerType.d.ts +0 -10
- package/serialization/types/UserWebhookPayloadTriggerType.js +0 -31
- /package/api/types/{Assets.js → Domains.js} +0 -0
- /package/api/types/{CollectionItemRemoved.js → Scripts.js} +0 -0
- /package/{api/types/Fields.js → dist/api/types/Domains.js} +0 -0
- /package/{api/types/FormSubmissionTrigger.js → dist/api/types/Scripts.js} +0 -0
|
@@ -82,7 +82,7 @@ class AccessGroups {
|
|
|
82
82
|
Authorization: yield this._getAuthorizationHeader(),
|
|
83
83
|
"X-Fern-Language": "JavaScript",
|
|
84
84
|
"X-Fern-SDK-Name": "webflow-api",
|
|
85
|
-
"X-Fern-SDK-Version": "2.
|
|
85
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
86
86
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
87
87
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
88
88
|
},
|
|
@@ -79,7 +79,7 @@ export declare class Assets {
|
|
|
79
79
|
*
|
|
80
80
|
* @example
|
|
81
81
|
* await webflow.assets.update("asset_id", {
|
|
82
|
-
* displayName: "
|
|
82
|
+
* displayName: "bulldoze.png"
|
|
83
83
|
* })
|
|
84
84
|
*/
|
|
85
85
|
update(assetId: string, request: Webflow.AssetsUpdateRequest, requestOptions?: Assets.RequestOptions): Promise<Webflow.Asset>;
|
|
@@ -70,7 +70,7 @@ class Assets {
|
|
|
70
70
|
Authorization: yield this._getAuthorizationHeader(),
|
|
71
71
|
"X-Fern-Language": "JavaScript",
|
|
72
72
|
"X-Fern-SDK-Name": "webflow-api",
|
|
73
|
-
"X-Fern-SDK-Version": "2.
|
|
73
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
74
74
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
75
75
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
76
76
|
},
|
|
@@ -146,7 +146,7 @@ class Assets {
|
|
|
146
146
|
Authorization: yield this._getAuthorizationHeader(),
|
|
147
147
|
"X-Fern-Language": "JavaScript",
|
|
148
148
|
"X-Fern-SDK-Name": "webflow-api",
|
|
149
|
-
"X-Fern-SDK-Version": "2.
|
|
149
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
150
150
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
151
151
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
152
152
|
},
|
|
@@ -219,7 +219,7 @@ class Assets {
|
|
|
219
219
|
Authorization: yield this._getAuthorizationHeader(),
|
|
220
220
|
"X-Fern-Language": "JavaScript",
|
|
221
221
|
"X-Fern-SDK-Name": "webflow-api",
|
|
222
|
-
"X-Fern-SDK-Version": "2.
|
|
222
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
223
223
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
224
224
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
225
225
|
},
|
|
@@ -291,7 +291,7 @@ class Assets {
|
|
|
291
291
|
Authorization: yield this._getAuthorizationHeader(),
|
|
292
292
|
"X-Fern-Language": "JavaScript",
|
|
293
293
|
"X-Fern-SDK-Name": "webflow-api",
|
|
294
|
-
"X-Fern-SDK-Version": "2.
|
|
294
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
295
295
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
296
296
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
297
297
|
},
|
|
@@ -346,7 +346,7 @@ class Assets {
|
|
|
346
346
|
*
|
|
347
347
|
* @example
|
|
348
348
|
* await webflow.assets.update("asset_id", {
|
|
349
|
-
* displayName: "
|
|
349
|
+
* displayName: "bulldoze.png"
|
|
350
350
|
* })
|
|
351
351
|
*/
|
|
352
352
|
update(assetId, request, requestOptions) {
|
|
@@ -359,7 +359,7 @@ class Assets {
|
|
|
359
359
|
Authorization: yield this._getAuthorizationHeader(),
|
|
360
360
|
"X-Fern-Language": "JavaScript",
|
|
361
361
|
"X-Fern-SDK-Name": "webflow-api",
|
|
362
|
-
"X-Fern-SDK-Version": "2.
|
|
362
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
363
363
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
364
364
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
365
365
|
},
|
|
@@ -432,7 +432,7 @@ class Assets {
|
|
|
432
432
|
Authorization: yield this._getAuthorizationHeader(),
|
|
433
433
|
"X-Fern-Language": "JavaScript",
|
|
434
434
|
"X-Fern-SDK-Name": "webflow-api",
|
|
435
|
-
"X-Fern-SDK-Version": "2.
|
|
435
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
436
436
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
437
437
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
438
438
|
},
|
|
@@ -507,7 +507,7 @@ class Assets {
|
|
|
507
507
|
Authorization: yield this._getAuthorizationHeader(),
|
|
508
508
|
"X-Fern-Language": "JavaScript",
|
|
509
509
|
"X-Fern-SDK-Name": "webflow-api",
|
|
510
|
-
"X-Fern-SDK-Version": "2.
|
|
510
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
511
511
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
512
512
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
513
513
|
},
|
|
@@ -580,7 +580,7 @@ class Assets {
|
|
|
580
580
|
Authorization: yield this._getAuthorizationHeader(),
|
|
581
581
|
"X-Fern-Language": "JavaScript",
|
|
582
582
|
"X-Fern-SDK-Name": "webflow-api",
|
|
583
|
-
"X-Fern-SDK-Version": "2.
|
|
583
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
584
584
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
585
585
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
586
586
|
},
|
|
@@ -72,7 +72,7 @@ class Collections {
|
|
|
72
72
|
Authorization: yield this._getAuthorizationHeader(),
|
|
73
73
|
"X-Fern-Language": "JavaScript",
|
|
74
74
|
"X-Fern-SDK-Name": "webflow-api",
|
|
75
|
-
"X-Fern-SDK-Version": "2.
|
|
75
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
76
76
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
77
77
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
78
78
|
},
|
|
@@ -148,7 +148,7 @@ class Collections {
|
|
|
148
148
|
Authorization: yield this._getAuthorizationHeader(),
|
|
149
149
|
"X-Fern-Language": "JavaScript",
|
|
150
150
|
"X-Fern-SDK-Name": "webflow-api",
|
|
151
|
-
"X-Fern-SDK-Version": "2.
|
|
151
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
152
152
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
153
153
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
154
154
|
},
|
|
@@ -221,7 +221,7 @@ class Collections {
|
|
|
221
221
|
Authorization: yield this._getAuthorizationHeader(),
|
|
222
222
|
"X-Fern-Language": "JavaScript",
|
|
223
223
|
"X-Fern-SDK-Name": "webflow-api",
|
|
224
|
-
"X-Fern-SDK-Version": "2.
|
|
224
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
225
225
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
226
226
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
227
227
|
},
|
|
@@ -293,7 +293,7 @@ class Collections {
|
|
|
293
293
|
Authorization: yield this._getAuthorizationHeader(),
|
|
294
294
|
"X-Fern-Language": "JavaScript",
|
|
295
295
|
"X-Fern-SDK-Name": "webflow-api",
|
|
296
|
-
"X-Fern-SDK-Version": "2.
|
|
296
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
297
297
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
298
298
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
299
299
|
},
|
|
@@ -359,7 +359,7 @@ class Collections {
|
|
|
359
359
|
Authorization: yield this._getAuthorizationHeader(),
|
|
360
360
|
"X-Fern-Language": "JavaScript",
|
|
361
361
|
"X-Fern-SDK-Name": "webflow-api",
|
|
362
|
-
"X-Fern-SDK-Version": "2.
|
|
362
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
363
363
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
364
364
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
365
365
|
},
|
|
@@ -75,7 +75,7 @@ class Fields {
|
|
|
75
75
|
Authorization: yield this._getAuthorizationHeader(),
|
|
76
76
|
"X-Fern-Language": "JavaScript",
|
|
77
77
|
"X-Fern-SDK-Name": "webflow-api",
|
|
78
|
-
"X-Fern-SDK-Version": "2.
|
|
78
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
79
79
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
80
80
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
81
81
|
},
|
|
@@ -152,7 +152,7 @@ class Fields {
|
|
|
152
152
|
Authorization: yield this._getAuthorizationHeader(),
|
|
153
153
|
"X-Fern-Language": "JavaScript",
|
|
154
154
|
"X-Fern-SDK-Name": "webflow-api",
|
|
155
|
-
"X-Fern-SDK-Version": "2.
|
|
155
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
156
156
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
157
157
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
158
158
|
},
|
|
@@ -39,14 +39,16 @@ export declare class Items {
|
|
|
39
39
|
*
|
|
40
40
|
* @example
|
|
41
41
|
* await webflow.collections.items.createItem("collection_id", {
|
|
42
|
-
* id: "
|
|
42
|
+
* id: "42b720ef280c7a7a3be8cabe",
|
|
43
43
|
* cmsLocaleId: "653ad57de882f528b32e810e",
|
|
44
|
-
* lastPublished: "
|
|
45
|
-
* lastUpdated: "
|
|
46
|
-
* createdOn: "
|
|
44
|
+
* lastPublished: "2022-11-29T16:22:43.159Z",
|
|
45
|
+
* lastUpdated: "2022-11-17T17:19:43.282Z",
|
|
46
|
+
* createdOn: "2022-11-17T17:11:57.148Z",
|
|
47
|
+
* isArchived: false,
|
|
48
|
+
* isDraft: false,
|
|
47
49
|
* fieldData: {
|
|
48
|
-
* name: "
|
|
49
|
-
* slug: "
|
|
50
|
+
* name: "Pan Galactic Gargle Blaster Recipe",
|
|
51
|
+
* slug: "pan-galactic-gargle-blaster"
|
|
50
52
|
* }
|
|
51
53
|
* })
|
|
52
54
|
*/
|
|
@@ -61,14 +63,16 @@ export declare class Items {
|
|
|
61
63
|
*
|
|
62
64
|
* @example
|
|
63
65
|
* await webflow.collections.items.createItemLive("collection_id", {
|
|
64
|
-
* id: "
|
|
66
|
+
* id: "42b720ef280c7a7a3be8cabe",
|
|
65
67
|
* cmsLocaleId: "653ad57de882f528b32e810e",
|
|
66
|
-
* lastPublished: "
|
|
67
|
-
* lastUpdated: "
|
|
68
|
-
* createdOn: "
|
|
68
|
+
* lastPublished: "2022-11-29T16:22:43.159Z",
|
|
69
|
+
* lastUpdated: "2022-11-17T17:19:43.282Z",
|
|
70
|
+
* createdOn: "2022-11-17T17:11:57.148Z",
|
|
71
|
+
* isArchived: false,
|
|
72
|
+
* isDraft: false,
|
|
69
73
|
* fieldData: {
|
|
70
|
-
* name: "
|
|
71
|
-
* slug: "
|
|
74
|
+
* name: "Pan Galactic Gargle Blaster Recipe",
|
|
75
|
+
* slug: "pan-galactic-gargle-blaster"
|
|
72
76
|
* }
|
|
73
77
|
* })
|
|
74
78
|
*/
|
|
@@ -128,14 +132,16 @@ export declare class Items {
|
|
|
128
132
|
*
|
|
129
133
|
* @example
|
|
130
134
|
* await webflow.collections.items.updateItem("collection_id", "item_id", {
|
|
131
|
-
* id: "
|
|
135
|
+
* id: "42b720ef280c7a7a3be8cabe",
|
|
132
136
|
* cmsLocaleId: "653ad57de882f528b32e810e",
|
|
133
|
-
* lastPublished: "
|
|
134
|
-
* lastUpdated: "
|
|
135
|
-
* createdOn: "
|
|
137
|
+
* lastPublished: "2022-11-29T16:22:43.159Z",
|
|
138
|
+
* lastUpdated: "2022-11-17T17:19:43.282Z",
|
|
139
|
+
* createdOn: "2022-11-17T17:11:57.148Z",
|
|
140
|
+
* isArchived: false,
|
|
141
|
+
* isDraft: false,
|
|
136
142
|
* fieldData: {
|
|
137
|
-
* name: "
|
|
138
|
-
* slug: "
|
|
143
|
+
* name: "Pan Galactic Gargle Blaster Recipe",
|
|
144
|
+
* slug: "pan-galactic-gargle-blaster"
|
|
139
145
|
* }
|
|
140
146
|
* })
|
|
141
147
|
*/
|
|
@@ -162,14 +168,16 @@ export declare class Items {
|
|
|
162
168
|
*
|
|
163
169
|
* @example
|
|
164
170
|
* await webflow.collections.items.updateItemLive("collection_id", "item_id", {
|
|
165
|
-
* id: "
|
|
171
|
+
* id: "42b720ef280c7a7a3be8cabe",
|
|
166
172
|
* cmsLocaleId: "653ad57de882f528b32e810e",
|
|
167
|
-
* lastPublished: "
|
|
168
|
-
* lastUpdated: "
|
|
169
|
-
* createdOn: "
|
|
173
|
+
* lastPublished: "2022-11-29T16:22:43.159Z",
|
|
174
|
+
* lastUpdated: "2022-11-17T17:19:43.282Z",
|
|
175
|
+
* createdOn: "2022-11-17T17:11:57.148Z",
|
|
176
|
+
* isArchived: false,
|
|
177
|
+
* isDraft: false,
|
|
170
178
|
* fieldData: {
|
|
171
|
-
* name: "
|
|
172
|
-
* slug: "
|
|
179
|
+
* name: "Pan Galactic Gargle Blaster Recipe",
|
|
180
|
+
* slug: "pan-galactic-gargle-blaster"
|
|
173
181
|
* }
|
|
174
182
|
* })
|
|
175
183
|
*/
|
|
@@ -86,7 +86,7 @@ class Items {
|
|
|
86
86
|
Authorization: yield this._getAuthorizationHeader(),
|
|
87
87
|
"X-Fern-Language": "JavaScript",
|
|
88
88
|
"X-Fern-SDK-Name": "webflow-api",
|
|
89
|
-
"X-Fern-SDK-Version": "2.
|
|
89
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
90
90
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
91
91
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
92
92
|
},
|
|
@@ -148,14 +148,16 @@ class Items {
|
|
|
148
148
|
*
|
|
149
149
|
* @example
|
|
150
150
|
* await webflow.collections.items.createItem("collection_id", {
|
|
151
|
-
* id: "
|
|
151
|
+
* id: "42b720ef280c7a7a3be8cabe",
|
|
152
152
|
* cmsLocaleId: "653ad57de882f528b32e810e",
|
|
153
|
-
* lastPublished: "
|
|
154
|
-
* lastUpdated: "
|
|
155
|
-
* createdOn: "
|
|
153
|
+
* lastPublished: "2022-11-29T16:22:43.159Z",
|
|
154
|
+
* lastUpdated: "2022-11-17T17:19:43.282Z",
|
|
155
|
+
* createdOn: "2022-11-17T17:11:57.148Z",
|
|
156
|
+
* isArchived: false,
|
|
157
|
+
* isDraft: false,
|
|
156
158
|
* fieldData: {
|
|
157
|
-
* name: "
|
|
158
|
-
* slug: "
|
|
159
|
+
* name: "Pan Galactic Gargle Blaster Recipe",
|
|
160
|
+
* slug: "pan-galactic-gargle-blaster"
|
|
159
161
|
* }
|
|
160
162
|
* })
|
|
161
163
|
*/
|
|
@@ -169,7 +171,7 @@ class Items {
|
|
|
169
171
|
Authorization: yield this._getAuthorizationHeader(),
|
|
170
172
|
"X-Fern-Language": "JavaScript",
|
|
171
173
|
"X-Fern-SDK-Name": "webflow-api",
|
|
172
|
-
"X-Fern-SDK-Version": "2.
|
|
174
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
173
175
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
174
176
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
175
177
|
},
|
|
@@ -225,14 +227,16 @@ class Items {
|
|
|
225
227
|
*
|
|
226
228
|
* @example
|
|
227
229
|
* await webflow.collections.items.createItemLive("collection_id", {
|
|
228
|
-
* id: "
|
|
230
|
+
* id: "42b720ef280c7a7a3be8cabe",
|
|
229
231
|
* cmsLocaleId: "653ad57de882f528b32e810e",
|
|
230
|
-
* lastPublished: "
|
|
231
|
-
* lastUpdated: "
|
|
232
|
-
* createdOn: "
|
|
232
|
+
* lastPublished: "2022-11-29T16:22:43.159Z",
|
|
233
|
+
* lastUpdated: "2022-11-17T17:19:43.282Z",
|
|
234
|
+
* createdOn: "2022-11-17T17:11:57.148Z",
|
|
235
|
+
* isArchived: false,
|
|
236
|
+
* isDraft: false,
|
|
233
237
|
* fieldData: {
|
|
234
|
-
* name: "
|
|
235
|
-
* slug: "
|
|
238
|
+
* name: "Pan Galactic Gargle Blaster Recipe",
|
|
239
|
+
* slug: "pan-galactic-gargle-blaster"
|
|
236
240
|
* }
|
|
237
241
|
* })
|
|
238
242
|
*/
|
|
@@ -246,7 +250,7 @@ class Items {
|
|
|
246
250
|
Authorization: yield this._getAuthorizationHeader(),
|
|
247
251
|
"X-Fern-Language": "JavaScript",
|
|
248
252
|
"X-Fern-SDK-Name": "webflow-api",
|
|
249
|
-
"X-Fern-SDK-Version": "2.
|
|
253
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
250
254
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
251
255
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
252
256
|
},
|
|
@@ -322,7 +326,7 @@ class Items {
|
|
|
322
326
|
Authorization: yield this._getAuthorizationHeader(),
|
|
323
327
|
"X-Fern-Language": "JavaScript",
|
|
324
328
|
"X-Fern-SDK-Name": "webflow-api",
|
|
325
|
-
"X-Fern-SDK-Version": "2.
|
|
329
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
326
330
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
327
331
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
328
332
|
},
|
|
@@ -396,7 +400,7 @@ class Items {
|
|
|
396
400
|
Authorization: yield this._getAuthorizationHeader(),
|
|
397
401
|
"X-Fern-Language": "JavaScript",
|
|
398
402
|
"X-Fern-SDK-Name": "webflow-api",
|
|
399
|
-
"X-Fern-SDK-Version": "2.
|
|
403
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
400
404
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
401
405
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
402
406
|
},
|
|
@@ -479,7 +483,7 @@ class Items {
|
|
|
479
483
|
Authorization: yield this._getAuthorizationHeader(),
|
|
480
484
|
"X-Fern-Language": "JavaScript",
|
|
481
485
|
"X-Fern-SDK-Name": "webflow-api",
|
|
482
|
-
"X-Fern-SDK-Version": "2.
|
|
486
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
483
487
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
484
488
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
485
489
|
},
|
|
@@ -535,14 +539,16 @@ class Items {
|
|
|
535
539
|
*
|
|
536
540
|
* @example
|
|
537
541
|
* await webflow.collections.items.updateItem("collection_id", "item_id", {
|
|
538
|
-
* id: "
|
|
542
|
+
* id: "42b720ef280c7a7a3be8cabe",
|
|
539
543
|
* cmsLocaleId: "653ad57de882f528b32e810e",
|
|
540
|
-
* lastPublished: "
|
|
541
|
-
* lastUpdated: "
|
|
542
|
-
* createdOn: "
|
|
544
|
+
* lastPublished: "2022-11-29T16:22:43.159Z",
|
|
545
|
+
* lastUpdated: "2022-11-17T17:19:43.282Z",
|
|
546
|
+
* createdOn: "2022-11-17T17:11:57.148Z",
|
|
547
|
+
* isArchived: false,
|
|
548
|
+
* isDraft: false,
|
|
543
549
|
* fieldData: {
|
|
544
|
-
* name: "
|
|
545
|
-
* slug: "
|
|
550
|
+
* name: "Pan Galactic Gargle Blaster Recipe",
|
|
551
|
+
* slug: "pan-galactic-gargle-blaster"
|
|
546
552
|
* }
|
|
547
553
|
* })
|
|
548
554
|
*/
|
|
@@ -556,7 +562,7 @@ class Items {
|
|
|
556
562
|
Authorization: yield this._getAuthorizationHeader(),
|
|
557
563
|
"X-Fern-Language": "JavaScript",
|
|
558
564
|
"X-Fern-SDK-Name": "webflow-api",
|
|
559
|
-
"X-Fern-SDK-Version": "2.
|
|
565
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
560
566
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
561
567
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
562
568
|
},
|
|
@@ -629,7 +635,7 @@ class Items {
|
|
|
629
635
|
Authorization: yield this._getAuthorizationHeader(),
|
|
630
636
|
"X-Fern-Language": "JavaScript",
|
|
631
637
|
"X-Fern-SDK-Name": "webflow-api",
|
|
632
|
-
"X-Fern-SDK-Version": "2.
|
|
638
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
633
639
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
634
640
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
635
641
|
},
|
|
@@ -684,14 +690,16 @@ class Items {
|
|
|
684
690
|
*
|
|
685
691
|
* @example
|
|
686
692
|
* await webflow.collections.items.updateItemLive("collection_id", "item_id", {
|
|
687
|
-
* id: "
|
|
693
|
+
* id: "42b720ef280c7a7a3be8cabe",
|
|
688
694
|
* cmsLocaleId: "653ad57de882f528b32e810e",
|
|
689
|
-
* lastPublished: "
|
|
690
|
-
* lastUpdated: "
|
|
691
|
-
* createdOn: "
|
|
695
|
+
* lastPublished: "2022-11-29T16:22:43.159Z",
|
|
696
|
+
* lastUpdated: "2022-11-17T17:19:43.282Z",
|
|
697
|
+
* createdOn: "2022-11-17T17:11:57.148Z",
|
|
698
|
+
* isArchived: false,
|
|
699
|
+
* isDraft: false,
|
|
692
700
|
* fieldData: {
|
|
693
|
-
* name: "
|
|
694
|
-
* slug: "
|
|
701
|
+
* name: "Pan Galactic Gargle Blaster Recipe",
|
|
702
|
+
* slug: "pan-galactic-gargle-blaster"
|
|
695
703
|
* }
|
|
696
704
|
* })
|
|
697
705
|
*/
|
|
@@ -705,7 +713,7 @@ class Items {
|
|
|
705
713
|
Authorization: yield this._getAuthorizationHeader(),
|
|
706
714
|
"X-Fern-Language": "JavaScript",
|
|
707
715
|
"X-Fern-SDK-Name": "webflow-api",
|
|
708
|
-
"X-Fern-SDK-Version": "2.
|
|
716
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
709
717
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
710
718
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
711
719
|
},
|
|
@@ -780,7 +788,7 @@ class Items {
|
|
|
780
788
|
Authorization: yield this._getAuthorizationHeader(),
|
|
781
789
|
"X-Fern-Language": "JavaScript",
|
|
782
790
|
"X-Fern-SDK-Name": "webflow-api",
|
|
783
|
-
"X-Fern-SDK-Version": "2.
|
|
791
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
784
792
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
785
793
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
786
794
|
},
|
package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import * as Webflow from "../../../../../..";
|
|
|
18
18
|
export interface BulkCollectionItem {
|
|
19
19
|
/** Unique identifier for the Item */
|
|
20
20
|
id: string;
|
|
21
|
-
/** Array of identifiers for the locales where the item will be
|
|
21
|
+
/** Array of identifiers for the locales where the item will be created */
|
|
22
22
|
cmsLocaleIds?: string[];
|
|
23
23
|
/** The date the item was last published */
|
|
24
24
|
lastPublished?: string;
|
|
@@ -74,7 +74,7 @@ class Ecommerce {
|
|
|
74
74
|
Authorization: yield this._getAuthorizationHeader(),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "webflow-api",
|
|
77
|
-
"X-Fern-SDK-Version": "2.
|
|
77
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
78
78
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
79
79
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
80
80
|
},
|
|
@@ -80,7 +80,7 @@ class Forms {
|
|
|
80
80
|
Authorization: yield this._getAuthorizationHeader(),
|
|
81
81
|
"X-Fern-Language": "JavaScript",
|
|
82
82
|
"X-Fern-SDK-Name": "webflow-api",
|
|
83
|
-
"X-Fern-SDK-Version": "2.
|
|
83
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
84
84
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
85
85
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
86
86
|
},
|
|
@@ -158,7 +158,7 @@ class Forms {
|
|
|
158
158
|
Authorization: yield this._getAuthorizationHeader(),
|
|
159
159
|
"X-Fern-Language": "JavaScript",
|
|
160
160
|
"X-Fern-SDK-Name": "webflow-api",
|
|
161
|
-
"X-Fern-SDK-Version": "2.
|
|
161
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
162
162
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
163
163
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
164
164
|
},
|
|
@@ -233,7 +233,7 @@ class Forms {
|
|
|
233
233
|
Authorization: yield this._getAuthorizationHeader(),
|
|
234
234
|
"X-Fern-Language": "JavaScript",
|
|
235
235
|
"X-Fern-SDK-Name": "webflow-api",
|
|
236
|
-
"X-Fern-SDK-Version": "2.
|
|
236
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
237
237
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
238
238
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
239
239
|
},
|
|
@@ -308,7 +308,7 @@ class Forms {
|
|
|
308
308
|
Authorization: yield this._getAuthorizationHeader(),
|
|
309
309
|
"X-Fern-Language": "JavaScript",
|
|
310
310
|
"X-Fern-SDK-Name": "webflow-api",
|
|
311
|
-
"X-Fern-SDK-Version": "2.
|
|
311
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
312
312
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
313
313
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
314
314
|
},
|
|
@@ -384,7 +384,7 @@ class Forms {
|
|
|
384
384
|
Authorization: yield this._getAuthorizationHeader(),
|
|
385
385
|
"X-Fern-Language": "JavaScript",
|
|
386
386
|
"X-Fern-SDK-Name": "webflow-api",
|
|
387
|
-
"X-Fern-SDK-Version": "2.
|
|
387
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
388
388
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
389
389
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
390
390
|
},
|
|
@@ -14,16 +14,16 @@ export * from "./inventory/types";
|
|
|
14
14
|
export * as token from "./token";
|
|
15
15
|
export * as sites from "./sites";
|
|
16
16
|
export * as scripts from "./scripts";
|
|
17
|
-
export * as webhooks from "./webhooks";
|
|
18
17
|
export * as assets from "./assets";
|
|
18
|
+
export * as webhooks from "./webhooks";
|
|
19
19
|
export * as forms from "./forms";
|
|
20
20
|
export * as ecommerce from "./ecommerce";
|
|
21
21
|
export * from "./sites/client/requests";
|
|
22
22
|
export * from "./collections/client/requests";
|
|
23
23
|
export * from "./pages/client/requests";
|
|
24
24
|
export * from "./scripts/client/requests";
|
|
25
|
-
export * from "./webhooks/client/requests";
|
|
26
25
|
export * from "./assets/client/requests";
|
|
26
|
+
export * from "./webhooks/client/requests";
|
|
27
27
|
export * from "./forms/client/requests";
|
|
28
28
|
export * from "./users/client/requests";
|
|
29
29
|
export * from "./accessGroups/client/requests";
|
|
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ecommerce = exports.forms = exports.
|
|
29
|
+
exports.ecommerce = exports.forms = exports.webhooks = exports.assets = exports.scripts = exports.sites = exports.token = exports.inventory = exports.orders = exports.products = exports.accessGroups = exports.users = exports.pages = exports.collections = void 0;
|
|
30
30
|
exports.collections = __importStar(require("./collections"));
|
|
31
31
|
exports.pages = __importStar(require("./pages"));
|
|
32
32
|
__exportStar(require("./pages/types"), exports);
|
|
@@ -43,16 +43,16 @@ __exportStar(require("./inventory/types"), exports);
|
|
|
43
43
|
exports.token = __importStar(require("./token"));
|
|
44
44
|
exports.sites = __importStar(require("./sites"));
|
|
45
45
|
exports.scripts = __importStar(require("./scripts"));
|
|
46
|
-
exports.webhooks = __importStar(require("./webhooks"));
|
|
47
46
|
exports.assets = __importStar(require("./assets"));
|
|
47
|
+
exports.webhooks = __importStar(require("./webhooks"));
|
|
48
48
|
exports.forms = __importStar(require("./forms"));
|
|
49
49
|
exports.ecommerce = __importStar(require("./ecommerce"));
|
|
50
50
|
__exportStar(require("./sites/client/requests"), exports);
|
|
51
51
|
__exportStar(require("./collections/client/requests"), exports);
|
|
52
52
|
__exportStar(require("./pages/client/requests"), exports);
|
|
53
53
|
__exportStar(require("./scripts/client/requests"), exports);
|
|
54
|
-
__exportStar(require("./webhooks/client/requests"), exports);
|
|
55
54
|
__exportStar(require("./assets/client/requests"), exports);
|
|
55
|
+
__exportStar(require("./webhooks/client/requests"), exports);
|
|
56
56
|
__exportStar(require("./forms/client/requests"), exports);
|
|
57
57
|
__exportStar(require("./users/client/requests"), exports);
|
|
58
58
|
__exportStar(require("./accessGroups/client/requests"), exports);
|
|
@@ -74,7 +74,7 @@ class Inventory {
|
|
|
74
74
|
Authorization: yield this._getAuthorizationHeader(),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "webflow-api",
|
|
77
|
-
"X-Fern-SDK-Version": "2.
|
|
77
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
78
78
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
79
79
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
80
80
|
},
|
|
@@ -158,7 +158,7 @@ class Inventory {
|
|
|
158
158
|
Authorization: yield this._getAuthorizationHeader(),
|
|
159
159
|
"X-Fern-Language": "JavaScript",
|
|
160
160
|
"X-Fern-SDK-Name": "webflow-api",
|
|
161
|
-
"X-Fern-SDK-Version": "2.
|
|
161
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
162
162
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
163
163
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
164
164
|
},
|
|
@@ -85,7 +85,7 @@ class Orders {
|
|
|
85
85
|
Authorization: yield this._getAuthorizationHeader(),
|
|
86
86
|
"X-Fern-Language": "JavaScript",
|
|
87
87
|
"X-Fern-SDK-Name": "webflow-api",
|
|
88
|
-
"X-Fern-SDK-Version": "2.
|
|
88
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
89
89
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
90
90
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
91
91
|
},
|
|
@@ -166,7 +166,7 @@ class Orders {
|
|
|
166
166
|
Authorization: yield this._getAuthorizationHeader(),
|
|
167
167
|
"X-Fern-Language": "JavaScript",
|
|
168
168
|
"X-Fern-SDK-Name": "webflow-api",
|
|
169
|
-
"X-Fern-SDK-Version": "2.
|
|
169
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
170
170
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
171
171
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
172
172
|
},
|
|
@@ -251,7 +251,7 @@ class Orders {
|
|
|
251
251
|
Authorization: yield this._getAuthorizationHeader(),
|
|
252
252
|
"X-Fern-Language": "JavaScript",
|
|
253
253
|
"X-Fern-SDK-Name": "webflow-api",
|
|
254
|
-
"X-Fern-SDK-Version": "2.
|
|
254
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
255
255
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
256
256
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
257
257
|
},
|
|
@@ -332,7 +332,7 @@ class Orders {
|
|
|
332
332
|
Authorization: yield this._getAuthorizationHeader(),
|
|
333
333
|
"X-Fern-Language": "JavaScript",
|
|
334
334
|
"X-Fern-SDK-Name": "webflow-api",
|
|
335
|
-
"X-Fern-SDK-Version": "2.
|
|
335
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
336
336
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
337
337
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
338
338
|
},
|
|
@@ -415,7 +415,7 @@ class Orders {
|
|
|
415
415
|
Authorization: yield this._getAuthorizationHeader(),
|
|
416
416
|
"X-Fern-Language": "JavaScript",
|
|
417
417
|
"X-Fern-SDK-Name": "webflow-api",
|
|
418
|
-
"X-Fern-SDK-Version": "2.
|
|
418
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
419
419
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
420
420
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
421
421
|
},
|
|
@@ -496,7 +496,7 @@ class Orders {
|
|
|
496
496
|
Authorization: yield this._getAuthorizationHeader(),
|
|
497
497
|
"X-Fern-Language": "JavaScript",
|
|
498
498
|
"X-Fern-SDK-Name": "webflow-api",
|
|
499
|
-
"X-Fern-SDK-Version": "2.
|
|
499
|
+
"X-Fern-SDK-Version": "v2.2.0",
|
|
500
500
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
501
501
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
502
502
|
},
|