webflow-api 1.3.1 → 2.0.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 +61 -0
- package/Client.js +82 -0
- package/README.md +102 -251
- package/api/errors/BadRequestError.d.ts +7 -0
- package/api/errors/BadRequestError.js +41 -0
- package/api/errors/ConflictError.d.ts +7 -0
- package/api/errors/ConflictError.js +41 -0
- package/api/errors/ForbiddenError.d.ts +7 -0
- package/api/errors/ForbiddenError.js +41 -0
- package/api/errors/InternalServerError.d.ts +7 -0
- package/api/errors/InternalServerError.js +41 -0
- package/api/errors/NotFoundError.d.ts +7 -0
- package/api/errors/NotFoundError.js +41 -0
- package/api/errors/TooManyRequestsError.d.ts +7 -0
- package/api/errors/TooManyRequestsError.js +41 -0
- package/api/errors/UnauthorizedError.d.ts +7 -0
- package/api/errors/UnauthorizedError.js +41 -0
- package/api/errors/index.d.ts +7 -0
- package/api/errors/index.js +23 -0
- package/api/index.d.ts +3 -0
- package/api/index.js +19 -0
- package/api/resources/accessGroups/client/Client.d.ts +36 -0
- package/api/resources/accessGroups/client/Client.js +145 -0
- package/api/resources/accessGroups/client/index.d.ts +1 -0
- package/api/resources/accessGroups/client/index.js +17 -0
- package/api/resources/accessGroups/client/requests/AccessGroupsListRequest.d.ts +25 -0
- package/api/resources/accessGroups/client/requests/AccessGroupsListRequest.js +5 -0
- package/api/resources/accessGroups/client/requests/index.d.ts +1 -0
- package/api/resources/accessGroups/client/requests/index.js +2 -0
- package/api/resources/accessGroups/index.d.ts +2 -0
- package/api/resources/accessGroups/index.js +18 -0
- package/api/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +14 -0
- package/api/resources/accessGroups/types/AccessGroupsListRequestSort.js +10 -0
- package/api/resources/accessGroups/types/index.d.ts +1 -0
- package/api/resources/accessGroups/types/index.js +17 -0
- package/api/resources/assets/client/Client.d.ts +112 -0
- package/api/resources/assets/client/Client.js +551 -0
- package/api/resources/assets/client/index.d.ts +1 -0
- package/api/resources/assets/client/index.js +17 -0
- package/api/resources/assets/client/requests/AssetsCreateFolderRequest.d.ts +16 -0
- package/api/resources/assets/client/requests/AssetsCreateFolderRequest.js +5 -0
- package/api/resources/assets/client/requests/AssetsCreateRequest.d.ts +19 -0
- package/api/resources/assets/client/requests/AssetsCreateRequest.js +5 -0
- package/api/resources/assets/client/requests/index.d.ts +2 -0
- package/api/resources/assets/client/requests/index.js +2 -0
- package/api/resources/assets/index.d.ts +1 -0
- package/api/resources/assets/index.js +17 -0
- package/api/resources/collections/client/Client.d.ts +91 -0
- package/api/resources/collections/client/Client.js +411 -0
- package/api/resources/collections/client/index.d.ts +1 -0
- package/api/resources/collections/client/index.js +17 -0
- package/api/resources/collections/client/requests/CollectionsCreateRequest.d.ts +19 -0
- package/api/resources/collections/client/requests/CollectionsCreateRequest.js +5 -0
- package/api/resources/collections/client/requests/index.d.ts +1 -0
- package/api/resources/collections/client/requests/index.js +2 -0
- package/api/resources/collections/index.d.ts +2 -0
- package/api/resources/collections/index.js +18 -0
- package/api/resources/collections/resources/fields/client/Client.d.ts +50 -0
- package/api/resources/collections/resources/fields/client/Client.js +205 -0
- package/api/resources/collections/resources/fields/client/index.d.ts +1 -0
- package/api/resources/collections/resources/fields/client/index.js +17 -0
- package/api/resources/collections/resources/fields/client/requests/FieldUpdate.d.ts +15 -0
- package/api/resources/collections/resources/fields/client/requests/FieldUpdate.js +5 -0
- package/api/resources/collections/resources/fields/client/requests/index.d.ts +1 -0
- package/api/resources/collections/resources/fields/client/requests/index.js +2 -0
- package/api/resources/collections/resources/fields/index.d.ts +1 -0
- package/api/resources/collections/resources/fields/index.js +17 -0
- package/api/resources/collections/resources/index.d.ts +5 -0
- package/api/resources/collections/resources/index.js +34 -0
- package/api/resources/collections/resources/items/client/Client.d.ts +107 -0
- package/api/resources/collections/resources/items/client/Client.js +494 -0
- package/api/resources/collections/resources/items/client/index.d.ts +1 -0
- package/api/resources/collections/resources/items/client/index.js +17 -0
- package/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.d.ts +17 -0
- package/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.js +5 -0
- package/api/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.d.ts +12 -0
- package/api/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.js +5 -0
- package/api/resources/collections/resources/items/client/requests/index.d.ts +2 -0
- package/api/resources/collections/resources/items/client/requests/index.js +2 -0
- package/api/resources/collections/resources/items/index.d.ts +2 -0
- package/api/resources/collections/resources/items/index.js +18 -0
- package/api/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +7 -0
- package/api/resources/collections/resources/items/types/ItemsPublishItemResponse.js +5 -0
- package/api/resources/collections/resources/items/types/index.d.ts +1 -0
- package/api/resources/collections/resources/items/types/index.js +17 -0
- package/api/resources/ecommerce/client/Client.d.ts +37 -0
- package/api/resources/ecommerce/client/Client.js +136 -0
- package/api/resources/ecommerce/client/index.d.ts +1 -0
- package/api/resources/ecommerce/client/index.js +2 -0
- package/api/resources/ecommerce/index.d.ts +1 -0
- package/api/resources/ecommerce/index.js +17 -0
- package/api/resources/forms/client/Client.d.ts +88 -0
- package/api/resources/forms/client/Client.js +432 -0
- package/api/resources/forms/client/index.d.ts +1 -0
- package/api/resources/forms/client/index.js +17 -0
- package/api/resources/forms/client/requests/FormsUpdateSubmissionRequest.d.ts +11 -0
- package/api/resources/forms/client/requests/FormsUpdateSubmissionRequest.js +5 -0
- package/api/resources/forms/client/requests/index.d.ts +1 -0
- package/api/resources/forms/client/requests/index.js +2 -0
- package/api/resources/forms/index.d.ts +1 -0
- package/api/resources/forms/index.js +17 -0
- package/api/resources/index.d.ts +30 -0
- package/api/resources/index.js +59 -0
- package/api/resources/inventory/client/Client.d.ts +57 -0
- package/api/resources/inventory/client/Client.js +219 -0
- package/api/resources/inventory/client/index.d.ts +1 -0
- package/api/resources/inventory/client/index.js +17 -0
- package/api/resources/inventory/client/requests/InventoryUpdateRequest.d.ts +20 -0
- package/api/resources/inventory/client/requests/InventoryUpdateRequest.js +5 -0
- package/api/resources/inventory/client/requests/index.d.ts +1 -0
- package/api/resources/inventory/client/requests/index.js +2 -0
- package/api/resources/inventory/index.d.ts +2 -0
- package/api/resources/inventory/index.js +18 -0
- package/api/resources/inventory/types/InventoryUpdateRequestInventoryType.d.ts +11 -0
- package/api/resources/inventory/types/InventoryUpdateRequestInventoryType.js +10 -0
- package/api/resources/inventory/types/index.d.ts +1 -0
- package/api/resources/inventory/types/index.js +17 -0
- package/api/resources/orders/client/Client.d.ts +127 -0
- package/api/resources/orders/client/Client.js +553 -0
- package/api/resources/orders/client/index.d.ts +1 -0
- package/api/resources/orders/client/index.js +17 -0
- package/api/resources/orders/client/requests/OrdersListRequest.d.ts +24 -0
- package/api/resources/orders/client/requests/OrdersListRequest.js +5 -0
- package/api/resources/orders/client/requests/OrdersRefundRequest.d.ts +14 -0
- package/api/resources/orders/client/requests/OrdersRefundRequest.js +5 -0
- package/api/resources/orders/client/requests/OrdersUpdateFulfillRequest.d.ts +11 -0
- package/api/resources/orders/client/requests/OrdersUpdateFulfillRequest.js +5 -0
- package/api/resources/orders/client/requests/OrdersUpdateRequest.d.ts +22 -0
- package/api/resources/orders/client/requests/OrdersUpdateRequest.js +5 -0
- package/api/resources/orders/client/requests/index.d.ts +4 -0
- package/api/resources/orders/client/requests/index.js +2 -0
- package/api/resources/orders/index.d.ts +2 -0
- package/api/resources/orders/index.js +18 -0
- package/api/resources/orders/types/OrdersListRequestStatus.d.ts +12 -0
- package/api/resources/orders/types/OrdersListRequestStatus.js +14 -0
- package/api/resources/orders/types/OrdersRefundRequestReason.d.ts +12 -0
- package/api/resources/orders/types/OrdersRefundRequestReason.js +11 -0
- package/api/resources/orders/types/index.d.ts +2 -0
- package/api/resources/orders/types/index.js +18 -0
- package/api/resources/pages/client/Client.d.ts +48 -0
- package/api/resources/pages/client/Client.js +203 -0
- package/api/resources/pages/client/index.d.ts +1 -0
- package/api/resources/pages/client/index.js +2 -0
- package/api/resources/pages/index.d.ts +2 -0
- package/api/resources/pages/index.js +18 -0
- package/api/resources/pages/resources/index.d.ts +1 -0
- package/api/resources/pages/resources/index.js +27 -0
- package/api/resources/pages/resources/scripts/client/Client.d.ts +66 -0
- package/api/resources/pages/resources/scripts/client/Client.js +272 -0
- package/api/resources/pages/resources/scripts/client/index.d.ts +1 -0
- package/api/resources/pages/resources/scripts/client/index.js +2 -0
- package/api/resources/pages/resources/scripts/index.d.ts +1 -0
- package/api/resources/pages/resources/scripts/index.js +17 -0
- package/api/resources/products/client/Client.d.ts +221 -0
- package/api/resources/products/client/Client.js +643 -0
- package/api/resources/products/client/index.d.ts +1 -0
- package/api/resources/products/client/index.js +17 -0
- package/api/resources/products/client/requests/ProductsCreateRequest.d.ts +50 -0
- package/api/resources/products/client/requests/ProductsCreateRequest.js +5 -0
- package/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +29 -0
- package/api/resources/products/client/requests/ProductsCreateSkuRequest.js +5 -0
- package/api/resources/products/client/requests/ProductsListRequest.d.ts +17 -0
- package/api/resources/products/client/requests/ProductsListRequest.js +5 -0
- package/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +35 -0
- package/api/resources/products/client/requests/ProductsUpdateRequest.js +5 -0
- package/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +28 -0
- package/api/resources/products/client/requests/ProductsUpdateSkuRequest.js +5 -0
- package/api/resources/products/client/requests/index.d.ts +5 -0
- package/api/resources/products/client/requests/index.js +2 -0
- package/api/resources/products/index.d.ts +2 -0
- package/api/resources/products/index.js +18 -0
- package/api/resources/products/types/ProductsCreateSkuResponse.d.ts +7 -0
- package/api/resources/products/types/ProductsCreateSkuResponse.js +5 -0
- package/api/resources/products/types/index.d.ts +1 -0
- package/api/resources/products/types/index.js +17 -0
- package/api/resources/scripts/client/Client.d.ts +66 -0
- package/api/resources/scripts/client/Client.js +279 -0
- package/api/resources/scripts/client/index.d.ts +1 -0
- package/api/resources/scripts/client/index.js +17 -0
- package/api/resources/scripts/client/requests/CustomCodeHostedRequest.d.ts +24 -0
- package/api/resources/scripts/client/requests/CustomCodeHostedRequest.js +5 -0
- package/api/resources/scripts/client/requests/CustomCodeInlineRequest.d.ts +23 -0
- package/api/resources/scripts/client/requests/CustomCodeInlineRequest.js +5 -0
- package/api/resources/scripts/client/requests/index.d.ts +2 -0
- package/api/resources/scripts/client/requests/index.js +2 -0
- package/api/resources/scripts/index.d.ts +1 -0
- package/api/resources/scripts/index.js +17 -0
- package/api/resources/sites/client/Client.d.ts +74 -0
- package/api/resources/sites/client/Client.js +340 -0
- package/api/resources/sites/client/index.d.ts +1 -0
- package/api/resources/sites/client/index.js +17 -0
- package/api/resources/sites/client/requests/SitesPublishRequest.d.ts +15 -0
- package/api/resources/sites/client/requests/SitesPublishRequest.js +5 -0
- package/api/resources/sites/client/requests/index.d.ts +1 -0
- package/api/resources/sites/client/requests/index.js +2 -0
- package/api/resources/sites/index.d.ts +2 -0
- package/api/resources/sites/index.js +18 -0
- package/api/resources/sites/resources/index.d.ts +2 -0
- package/api/resources/sites/resources/index.js +31 -0
- package/api/resources/sites/resources/scripts/client/Client.d.ts +78 -0
- package/api/resources/sites/resources/scripts/client/Client.js +351 -0
- package/api/resources/sites/resources/scripts/client/index.d.ts +1 -0
- package/api/resources/sites/resources/scripts/client/index.js +17 -0
- package/api/resources/sites/resources/scripts/client/requests/ScriptsListCustomCodeBlocksRequest.d.ts +17 -0
- package/api/resources/sites/resources/scripts/client/requests/ScriptsListCustomCodeBlocksRequest.js +5 -0
- package/api/resources/sites/resources/scripts/client/requests/index.d.ts +1 -0
- package/api/resources/sites/resources/scripts/client/requests/index.js +2 -0
- package/api/resources/sites/resources/scripts/index.d.ts +1 -0
- package/api/resources/sites/resources/scripts/index.js +17 -0
- package/api/resources/token/client/Client.d.ts +38 -0
- package/api/resources/token/client/Client.js +177 -0
- package/api/resources/token/client/index.d.ts +1 -0
- package/api/resources/token/client/index.js +2 -0
- package/api/resources/token/index.d.ts +1 -0
- package/api/resources/token/index.js +17 -0
- package/api/resources/users/client/Client.d.ts +106 -0
- package/api/resources/users/client/Client.js +453 -0
- package/api/resources/users/client/index.d.ts +1 -0
- package/api/resources/users/client/index.js +17 -0
- package/api/resources/users/client/requests/UsersInviteRequest.d.ts +18 -0
- package/api/resources/users/client/requests/UsersInviteRequest.js +5 -0
- package/api/resources/users/client/requests/UsersListRequest.d.ts +28 -0
- package/api/resources/users/client/requests/UsersListRequest.js +5 -0
- package/api/resources/users/client/requests/index.d.ts +2 -0
- package/api/resources/users/client/requests/index.js +2 -0
- package/api/resources/users/index.d.ts +2 -0
- package/api/resources/users/index.js +18 -0
- package/api/resources/users/types/UsersListRequestSort.d.ts +46 -0
- package/api/resources/users/types/UsersListRequestSort.js +18 -0
- package/api/resources/users/types/index.d.ts +1 -0
- package/api/resources/users/types/index.js +17 -0
- package/api/resources/webhooks/client/Client.d.ts +72 -0
- package/api/resources/webhooks/client/Client.js +336 -0
- package/api/resources/webhooks/client/index.d.ts +1 -0
- package/api/resources/webhooks/client/index.js +17 -0
- package/api/resources/webhooks/client/requests/WebhooksCreateRequest.d.ts +25 -0
- package/api/resources/webhooks/client/requests/WebhooksCreateRequest.js +5 -0
- package/api/resources/webhooks/client/requests/index.d.ts +1 -0
- package/api/resources/webhooks/client/requests/index.js +2 -0
- package/api/resources/webhooks/index.d.ts +1 -0
- package/api/resources/webhooks/index.js +17 -0
- package/api/types/AccessGroup.d.ts +15 -0
- package/api/types/AccessGroup.js +5 -0
- package/api/types/AccessGroupList.d.ts +19 -0
- package/api/types/AccessGroupList.js +5 -0
- package/api/types/Application.d.ts +13 -0
- package/api/types/Application.js +5 -0
- package/api/types/Asset.d.ts +25 -0
- package/api/types/Asset.js +5 -0
- package/api/types/AssetFolder.d.ts +19 -0
- package/api/types/AssetFolder.js +5 -0
- package/api/types/AssetFolderList.d.ts +11 -0
- package/api/types/AssetFolderList.js +5 -0
- package/api/types/AssetUpload.d.ts +23 -0
- package/api/types/AssetUpload.js +5 -0
- package/api/types/AssetUploadUploadDetails.d.ts +21 -0
- package/api/types/AssetUploadUploadDetails.js +5 -0
- package/api/types/AssetVariant.d.ts +17 -0
- package/api/types/AssetVariant.js +5 -0
- package/api/types/Assets.d.ts +7 -0
- package/api/types/Assets.js +5 -0
- package/api/types/Authorization.d.ts +9 -0
- package/api/types/Authorization.js +5 -0
- package/api/types/AuthorizationAuthorization.d.ts +22 -0
- package/api/types/AuthorizationAuthorization.js +5 -0
- package/api/types/AuthorizationAuthorizationAuthorizedTo.d.ts +11 -0
- package/api/types/AuthorizationAuthorizationAuthorizedTo.js +5 -0
- package/api/types/AuthorizedUser.d.ts +13 -0
- package/api/types/AuthorizedUser.js +5 -0
- package/api/types/Collection.d.ts +22 -0
- package/api/types/Collection.js +5 -0
- package/api/types/CollectionItem.d.ts +22 -0
- package/api/types/CollectionItem.js +5 -0
- package/api/types/CollectionItemFieldData.d.ts +9 -0
- package/api/types/CollectionItemFieldData.js +5 -0
- package/api/types/CollectionItemList.d.ts +12 -0
- package/api/types/CollectionItemList.js +5 -0
- package/api/types/CollectionItemListPagination.d.ts +11 -0
- package/api/types/CollectionItemListPagination.js +5 -0
- package/api/types/CollectionItemRemoved.d.ts +9 -0
- package/api/types/CollectionItemRemoved.js +5 -0
- package/api/types/CollectionList.d.ts +8 -0
- package/api/types/CollectionList.js +5 -0
- package/api/types/CollectionListArrayItem.d.ts +20 -0
- package/api/types/CollectionListArrayItem.js +5 -0
- package/api/types/CustomCodeBlock.d.ts +20 -0
- package/api/types/CustomCodeBlock.js +5 -0
- package/api/types/CustomCodeBlockType.d.ts +11 -0
- package/api/types/CustomCodeBlockType.js +10 -0
- package/api/types/CustomCodeResponse.d.ts +24 -0
- package/api/types/CustomCodeResponse.js +5 -0
- package/api/types/Domain.d.ts +9 -0
- package/api/types/Domain.js +5 -0
- package/api/types/DuplicateUserEmail.d.ts +13 -0
- package/api/types/DuplicateUserEmail.js +5 -0
- package/api/types/EcommerceSettings.d.ts +14 -0
- package/api/types/EcommerceSettings.js +5 -0
- package/api/types/ErrorDetailsItem.d.ts +4 -0
- package/api/types/ErrorDetailsItem.js +5 -0
- package/api/types/Error_.d.ts +14 -0
- package/api/types/Error_.js +5 -0
- package/api/types/Field.d.ts +23 -0
- package/api/types/Field.js +5 -0
- package/api/types/FieldType.d.ts +22 -0
- package/api/types/FieldType.js +21 -0
- package/api/types/Fields.d.ts +8 -0
- package/api/types/Fields.js +5 -0
- package/api/types/Form.d.ts +26 -0
- package/api/types/Form.js +5 -0
- package/api/types/FormField.d.ts +5 -0
- package/api/types/FormField.js +5 -0
- package/api/types/FormFieldValue.d.ts +14 -0
- package/api/types/FormFieldValue.js +5 -0
- package/api/types/FormFieldValueType.d.ts +14 -0
- package/api/types/FormFieldValueType.js +13 -0
- package/api/types/FormList.d.ts +8 -0
- package/api/types/FormList.js +5 -0
- package/api/types/FormResponseSettings.d.ts +13 -0
- package/api/types/FormResponseSettings.js +5 -0
- package/api/types/FormSubmission.d.ts +17 -0
- package/api/types/FormSubmission.js +5 -0
- package/api/types/FormSubmissionList.d.ts +8 -0
- package/api/types/FormSubmissionList.js +5 -0
- package/api/types/FormSubmissionTrigger.d.ts +10 -0
- package/api/types/FormSubmissionTrigger.js +5 -0
- package/api/types/FormSubmissionTriggerPayload.d.ts +18 -0
- package/api/types/FormSubmissionTriggerPayload.js +5 -0
- package/api/types/InvalidDomain.d.ts +4 -0
- package/api/types/InvalidDomain.js +5 -0
- package/api/types/InventoryItem.d.ts +15 -0
- package/api/types/InventoryItem.js +5 -0
- package/api/types/InventoryItemInventoryType.d.ts +11 -0
- package/api/types/InventoryItemInventoryType.js +10 -0
- package/api/types/ListCustomCodeBlocks.d.ts +11 -0
- package/api/types/ListCustomCodeBlocks.js +5 -0
- package/api/types/MissingScopes.d.ts +14 -0
- package/api/types/MissingScopes.js +5 -0
- package/api/types/NoDomains.d.ts +4 -0
- package/api/types/NoDomains.js +5 -0
- package/api/types/OauthScope.d.ts +50 -0
- package/api/types/OauthScope.js +19 -0
- package/api/types/Order.d.ts +67 -0
- package/api/types/Order.js +5 -0
- package/api/types/OrderAddress.d.ts +27 -0
- package/api/types/OrderAddress.js +5 -0
- package/api/types/OrderAddressJapanType.d.ts +11 -0
- package/api/types/OrderAddressJapanType.js +10 -0
- package/api/types/OrderAddressType.d.ts +11 -0
- package/api/types/OrderAddressType.js +10 -0
- package/api/types/OrderCustomerInfo.d.ts +12 -0
- package/api/types/OrderCustomerInfo.js +5 -0
- package/api/types/OrderDisputeLastStatus.d.ts +17 -0
- package/api/types/OrderDisputeLastStatus.js +16 -0
- package/api/types/OrderDownloadFilesItem.d.ts +11 -0
- package/api/types/OrderDownloadFilesItem.js +5 -0
- package/api/types/OrderList.d.ts +12 -0
- package/api/types/OrderList.js +5 -0
- package/api/types/OrderMetadata.d.ts +6 -0
- package/api/types/OrderMetadata.js +5 -0
- package/api/types/OrderPrice.d.ts +11 -0
- package/api/types/OrderPrice.js +5 -0
- package/api/types/OrderPurchasedItem.d.ts +36 -0
- package/api/types/OrderPurchasedItem.js +5 -0
- package/api/types/OrderPurchasedItemVariantImage.d.ts +9 -0
- package/api/types/OrderPurchasedItemVariantImage.js +5 -0
- package/api/types/OrderPurchasedItemVariantImageFile.d.ts +20 -0
- package/api/types/OrderPurchasedItemVariantImageFile.js +5 -0
- package/api/types/OrderPurchasedItemVariantImageFileVariantsItem.d.ts +14 -0
- package/api/types/OrderPurchasedItemVariantImageFileVariantsItem.js +5 -0
- package/api/types/OrderStatus.d.ts +15 -0
- package/api/types/OrderStatus.js +14 -0
- package/api/types/OrderTotals.d.ts +15 -0
- package/api/types/OrderTotals.js +5 -0
- package/api/types/OrderTotalsExtrasItem.d.ts +17 -0
- package/api/types/OrderTotalsExtrasItem.js +5 -0
- package/api/types/OrderTotalsExtrasItemType.d.ts +13 -0
- package/api/types/OrderTotalsExtrasItemType.js +12 -0
- package/api/types/Page.d.ts +37 -0
- package/api/types/Page.js +5 -0
- package/api/types/PageCreatedWebhook.d.ts +12 -0
- package/api/types/PageCreatedWebhook.js +5 -0
- package/api/types/PageDeletedWebhook.d.ts +12 -0
- package/api/types/PageDeletedWebhook.js +5 -0
- package/api/types/PageList.d.ts +11 -0
- package/api/types/PageList.js +5 -0
- package/api/types/PageMetadataUpdatedWebhook.d.ts +12 -0
- package/api/types/PageMetadataUpdatedWebhook.js +5 -0
- package/api/types/PageOpenGraph.d.ts +16 -0
- package/api/types/PageOpenGraph.js +5 -0
- package/api/types/PageSeo.d.ts +12 -0
- package/api/types/PageSeo.js +5 -0
- package/api/types/PageSeoGraphData.d.ts +11 -0
- package/api/types/PageSeoGraphData.js +5 -0
- package/api/types/PageSeoGraphDataOpenGraph.d.ts +7 -0
- package/api/types/PageSeoGraphDataOpenGraph.js +5 -0
- package/api/types/PageSeoGraphDataSeo.d.ts +7 -0
- package/api/types/PageSeoGraphDataSeo.js +5 -0
- package/api/types/Pagination.d.ts +14 -0
- package/api/types/Pagination.js +5 -0
- package/api/types/PaypalDetails.d.ts +17 -0
- package/api/types/PaypalDetails.js +5 -0
- package/api/types/Product.d.ts +22 -0
- package/api/types/Product.js +5 -0
- package/api/types/ProductAndSkUs.d.ts +11 -0
- package/api/types/ProductAndSkUs.js +5 -0
- package/api/types/ProductAndSkUsList.d.ts +12 -0
- package/api/types/ProductAndSkUsList.js +5 -0
- package/api/types/ProductFieldData.d.ts +12 -0
- package/api/types/ProductFieldData.js +5 -0
- package/api/types/PublishStatus.d.ts +11 -0
- package/api/types/PublishStatus.js +10 -0
- package/api/types/PublishedItems.d.ts +12 -0
- package/api/types/PublishedItems.js +5 -0
- package/api/types/PublishedSite.d.ts +7 -0
- package/api/types/PublishedSite.js +5 -0
- package/api/types/RegisteredScriptList.d.ts +7 -0
- package/api/types/RegisteredScriptList.js +5 -0
- package/api/types/RemovedItems.d.ts +12 -0
- package/api/types/RemovedItems.js +5 -0
- package/api/types/ScriptApply.d.ts +14 -0
- package/api/types/ScriptApply.js +5 -0
- package/api/types/ScriptApplyList.d.ts +11 -0
- package/api/types/ScriptApplyList.js +5 -0
- package/api/types/ScriptApplyLocation.d.ts +11 -0
- package/api/types/ScriptApplyLocation.js +10 -0
- package/api/types/Site.d.ts +25 -0
- package/api/types/Site.js +5 -0
- package/api/types/SiteActivityLogItem.d.ts +17 -0
- package/api/types/SiteActivityLogItem.js +5 -0
- package/api/types/SiteActivityLogItemResourceOperation.d.ts +11 -0
- package/api/types/SiteActivityLogItemResourceOperation.js +13 -0
- package/api/types/SiteActivityLogResponse.d.ts +8 -0
- package/api/types/SiteActivityLogResponse.js +5 -0
- package/api/types/SitePublish.d.ts +8 -0
- package/api/types/SitePublish.js +5 -0
- package/api/types/SitePublishPayload.d.ts +16 -0
- package/api/types/SitePublishPayload.js +5 -0
- package/api/types/Sites.d.ts +7 -0
- package/api/types/Sites.js +5 -0
- package/api/types/Sku.d.ts +18 -0
- package/api/types/Sku.js +5 -0
- package/api/types/SkuFieldData.d.ts +13 -0
- package/api/types/SkuFieldData.js +5 -0
- package/api/types/SkuFieldDataPrice.d.ts +12 -0
- package/api/types/SkuFieldDataPrice.js +5 -0
- package/api/types/SkuPropertyList.d.ts +15 -0
- package/api/types/SkuPropertyList.js +5 -0
- package/api/types/SkuPropertyListEnumItem.d.ts +14 -0
- package/api/types/SkuPropertyListEnumItem.js +5 -0
- package/api/types/SkuValueList.d.ts +7 -0
- package/api/types/SkuValueList.js +5 -0
- package/api/types/StripeCard.d.ts +17 -0
- package/api/types/StripeCard.js +5 -0
- package/api/types/StripeCardBrand.d.ts +16 -0
- package/api/types/StripeCardBrand.js +15 -0
- package/api/types/StripeCardExpires.d.ts +12 -0
- package/api/types/StripeCardExpires.js +5 -0
- package/api/types/StripeDetails.d.ts +24 -0
- package/api/types/StripeDetails.js +5 -0
- package/api/types/TriggerType.d.ts +38 -0
- package/api/types/TriggerType.js +23 -0
- package/api/types/User.d.ts +26 -0
- package/api/types/User.js +5 -0
- package/api/types/UserAccessGroupsItem.d.ts +18 -0
- package/api/types/UserAccessGroupsItem.js +5 -0
- package/api/types/UserAccessGroupsItemType.d.ts +14 -0
- package/api/types/UserAccessGroupsItemType.js +10 -0
- package/api/types/UserData.d.ts +10 -0
- package/api/types/UserData.js +5 -0
- package/api/types/UserDataData.d.ts +15 -0
- package/api/types/UserDataData.js +5 -0
- package/api/types/UserLimitReached.d.ts +13 -0
- package/api/types/UserLimitReached.js +5 -0
- package/api/types/UserList.d.ts +19 -0
- package/api/types/UserList.js +5 -0
- package/api/types/UserStatus.d.ts +12 -0
- package/api/types/UserStatus.js +11 -0
- package/api/types/UserWebhookPayload.d.ts +9 -0
- package/api/types/UserWebhookPayload.js +5 -0
- package/api/types/UserWebhookPayloadTriggerType.d.ts +12 -0
- package/api/types/UserWebhookPayloadTriggerType.js +11 -0
- package/api/types/UsersNotEnabled.d.ts +13 -0
- package/api/types/UsersNotEnabled.js +5 -0
- package/api/types/Webhook.d.ts +21 -0
- package/api/types/Webhook.js +5 -0
- package/api/types/WebhookList.d.ts +8 -0
- package/api/types/WebhookList.js +5 -0
- package/api/types/index.d.ts +123 -0
- package/api/types/index.js +139 -0
- package/core/auth/BasicAuth.d.ts +8 -0
- package/core/auth/BasicAuth.js +26 -0
- package/core/auth/BearerToken.d.ts +5 -0
- package/core/auth/BearerToken.js +15 -0
- package/core/auth/index.d.ts +2 -0
- package/core/auth/index.js +7 -0
- package/core/fetcher/APIResponse.d.ts +10 -0
- package/core/fetcher/APIResponse.js +2 -0
- package/core/fetcher/Fetcher.d.ts +35 -0
- package/core/fetcher/Fetcher.js +151 -0
- package/core/fetcher/Supplier.d.ts +4 -0
- package/core/fetcher/Supplier.js +22 -0
- package/core/fetcher/getHeader.d.ts +1 -0
- package/core/fetcher/getHeader.js +12 -0
- package/core/fetcher/index.d.ts +5 -0
- package/core/fetcher/index.js +9 -0
- package/core/index.d.ts +3 -0
- package/core/index.js +32 -0
- package/core/schemas/Schema.d.ts +81 -0
- package/core/schemas/Schema.js +21 -0
- package/core/schemas/builders/date/date.d.ts +2 -0
- package/core/schemas/builders/date/date.js +63 -0
- package/core/schemas/builders/date/index.d.ts +1 -0
- package/core/schemas/builders/date/index.js +5 -0
- package/core/schemas/builders/enum/enum.d.ts +2 -0
- package/core/schemas/builders/enum/enum.js +39 -0
- package/core/schemas/builders/enum/index.d.ts +1 -0
- package/core/schemas/builders/enum/index.js +5 -0
- package/core/schemas/builders/index.d.ts +13 -0
- package/core/schemas/builders/index.js +29 -0
- package/core/schemas/builders/lazy/index.d.ts +3 -0
- package/core/schemas/builders/lazy/index.js +7 -0
- package/core/schemas/builders/lazy/lazy.d.ts +5 -0
- package/core/schemas/builders/lazy/lazy.js +36 -0
- package/core/schemas/builders/lazy/lazyObject.d.ts +3 -0
- package/core/schemas/builders/lazy/lazyObject.js +21 -0
- package/core/schemas/builders/list/index.d.ts +1 -0
- package/core/schemas/builders/list/index.js +5 -0
- package/core/schemas/builders/list/list.d.ts +2 -0
- package/core/schemas/builders/list/list.js +68 -0
- package/core/schemas/builders/literals/booleanLiteral.d.ts +2 -0
- package/core/schemas/builders/literals/booleanLiteral.js +29 -0
- package/core/schemas/builders/literals/index.d.ts +2 -0
- package/core/schemas/builders/literals/index.js +7 -0
- package/core/schemas/builders/literals/stringLiteral.d.ts +2 -0
- package/core/schemas/builders/literals/stringLiteral.js +29 -0
- package/core/schemas/builders/object/index.d.ts +6 -0
- package/core/schemas/builders/object/index.js +11 -0
- package/core/schemas/builders/object/object.d.ts +3 -0
- package/core/schemas/builders/object/object.js +258 -0
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +6 -0
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +8 -0
- package/core/schemas/builders/object/property.d.ts +8 -0
- package/core/schemas/builders/object/property.js +16 -0
- package/core/schemas/builders/object/types.d.ts +26 -0
- package/core/schemas/builders/object/types.js +2 -0
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +9 -0
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +63 -0
- package/core/schemas/builders/object-like/index.d.ts +2 -0
- package/core/schemas/builders/object-like/index.js +6 -0
- package/core/schemas/builders/object-like/types.d.ts +7 -0
- package/core/schemas/builders/object-like/types.js +2 -0
- package/core/schemas/builders/primitives/any.d.ts +1 -0
- package/core/schemas/builders/primitives/any.js +6 -0
- package/core/schemas/builders/primitives/boolean.d.ts +1 -0
- package/core/schemas/builders/primitives/boolean.js +25 -0
- package/core/schemas/builders/primitives/index.d.ts +5 -0
- package/core/schemas/builders/primitives/index.js +13 -0
- package/core/schemas/builders/primitives/number.d.ts +1 -0
- package/core/schemas/builders/primitives/number.js +25 -0
- package/core/schemas/builders/primitives/string.d.ts +1 -0
- package/core/schemas/builders/primitives/string.js +25 -0
- package/core/schemas/builders/primitives/unknown.d.ts +1 -0
- package/core/schemas/builders/primitives/unknown.js +6 -0
- package/core/schemas/builders/record/index.d.ts +2 -0
- package/core/schemas/builders/record/index.js +5 -0
- package/core/schemas/builders/record/record.d.ts +3 -0
- package/core/schemas/builders/record/record.js +106 -0
- package/core/schemas/builders/record/types.d.ts +4 -0
- package/core/schemas/builders/record/types.js +2 -0
- package/core/schemas/builders/schema-utils/JsonError.d.ts +5 -0
- package/core/schemas/builders/schema-utils/JsonError.js +12 -0
- package/core/schemas/builders/schema-utils/ParseError.d.ts +5 -0
- package/core/schemas/builders/schema-utils/ParseError.js +12 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +17 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +85 -0
- package/core/schemas/builders/schema-utils/index.d.ts +4 -0
- package/core/schemas/builders/schema-utils/index.js +11 -0
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +2 -0
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +10 -0
- package/core/schemas/builders/set/index.d.ts +1 -0
- package/core/schemas/builders/set/index.js +5 -0
- package/core/schemas/builders/set/set.d.ts +2 -0
- package/core/schemas/builders/set/set.js +53 -0
- package/core/schemas/builders/undiscriminated-union/index.d.ts +2 -0
- package/core/schemas/builders/undiscriminated-union/index.js +5 -0
- package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -0
- package/core/schemas/builders/undiscriminated-union/types.js +2 -0
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +3 -0
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +51 -0
- package/core/schemas/builders/union/discriminant.d.ts +5 -0
- package/core/schemas/builders/union/discriminant.js +10 -0
- package/core/schemas/builders/union/index.d.ts +4 -0
- package/core/schemas/builders/union/index.js +7 -0
- package/core/schemas/builders/union/types.d.ts +13 -0
- package/core/schemas/builders/union/types.js +2 -0
- package/core/schemas/builders/union/union.d.ts +4 -0
- package/core/schemas/builders/union/union.js +141 -0
- package/core/schemas/index.d.ts +2 -0
- package/core/schemas/index.js +17 -0
- package/core/schemas/utils/MaybePromise.d.ts +1 -0
- package/core/schemas/utils/MaybePromise.js +2 -0
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +7 -0
- package/core/schemas/utils/addQuestionMarksToNullableProperties.js +2 -0
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +2 -0
- package/core/schemas/utils/createIdentitySchemaCreator.js +16 -0
- package/core/schemas/utils/entries.d.ts +1 -0
- package/core/schemas/utils/entries.js +7 -0
- package/core/schemas/utils/filterObject.d.ts +1 -0
- package/core/schemas/utils/filterObject.js +14 -0
- package/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +1 -0
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +24 -0
- package/core/schemas/utils/isPlainObject.d.ts +1 -0
- package/core/schemas/utils/isPlainObject.js +18 -0
- package/core/schemas/utils/keys.d.ts +1 -0
- package/core/schemas/utils/keys.js +7 -0
- package/core/schemas/utils/maybeSkipValidation.d.ts +2 -0
- package/core/schemas/utils/maybeSkipValidation.js +37 -0
- package/core/schemas/utils/partition.d.ts +1 -0
- package/core/schemas/utils/partition.js +16 -0
- package/dist/Client.d.ts +61 -0
- package/dist/Client.js +82 -0
- package/dist/api/errors/BadRequestError.d.ts +7 -0
- package/dist/api/errors/BadRequestError.js +41 -0
- package/dist/api/errors/ConflictError.d.ts +7 -0
- package/dist/api/errors/ConflictError.js +41 -0
- package/dist/api/errors/ForbiddenError.d.ts +7 -0
- package/dist/api/errors/ForbiddenError.js +41 -0
- package/dist/api/errors/InternalServerError.d.ts +7 -0
- package/dist/api/errors/InternalServerError.js +41 -0
- package/dist/api/errors/NotFoundError.d.ts +7 -0
- package/dist/api/errors/NotFoundError.js +41 -0
- package/dist/api/errors/TooManyRequestsError.d.ts +7 -0
- package/dist/api/errors/TooManyRequestsError.js +41 -0
- package/dist/api/errors/UnauthorizedError.d.ts +7 -0
- package/dist/api/errors/UnauthorizedError.js +41 -0
- package/dist/api/errors/index.d.ts +7 -0
- package/dist/api/errors/index.js +23 -0
- package/dist/api/index.d.ts +3 -7
- package/dist/api/index.js +3 -7
- package/dist/api/resources/accessGroups/client/Client.d.ts +36 -0
- package/dist/api/resources/accessGroups/client/Client.js +145 -0
- package/dist/api/resources/accessGroups/client/index.d.ts +1 -0
- package/dist/api/resources/accessGroups/client/index.js +17 -0
- package/dist/api/resources/accessGroups/client/requests/AccessGroupsListRequest.d.ts +25 -0
- package/dist/api/resources/accessGroups/client/requests/AccessGroupsListRequest.js +5 -0
- package/dist/api/resources/accessGroups/client/requests/index.d.ts +1 -0
- package/dist/api/resources/accessGroups/client/requests/index.js +2 -0
- package/dist/api/resources/accessGroups/index.d.ts +2 -0
- package/dist/api/resources/accessGroups/index.js +18 -0
- package/dist/api/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +14 -0
- package/dist/api/resources/accessGroups/types/AccessGroupsListRequestSort.js +10 -0
- package/dist/api/resources/accessGroups/types/index.d.ts +1 -0
- package/dist/api/resources/accessGroups/types/index.js +17 -0
- package/dist/api/resources/assets/client/Client.d.ts +112 -0
- package/dist/api/resources/assets/client/Client.js +551 -0
- package/dist/api/resources/assets/client/index.d.ts +1 -0
- package/dist/api/resources/assets/client/index.js +17 -0
- package/dist/api/resources/assets/client/requests/AssetsCreateFolderRequest.d.ts +16 -0
- package/dist/api/resources/assets/client/requests/AssetsCreateFolderRequest.js +5 -0
- package/dist/api/resources/assets/client/requests/AssetsCreateRequest.d.ts +19 -0
- package/dist/api/resources/assets/client/requests/AssetsCreateRequest.js +5 -0
- package/dist/api/resources/assets/client/requests/index.d.ts +2 -0
- package/dist/api/resources/assets/client/requests/index.js +2 -0
- package/dist/api/resources/assets/index.d.ts +1 -0
- package/dist/api/resources/assets/index.js +17 -0
- package/dist/api/resources/collections/client/Client.d.ts +91 -0
- package/dist/api/resources/collections/client/Client.js +411 -0
- package/dist/api/resources/collections/client/index.d.ts +1 -0
- package/dist/api/resources/collections/client/index.js +17 -0
- package/dist/api/resources/collections/client/requests/CollectionsCreateRequest.d.ts +19 -0
- package/dist/api/resources/collections/client/requests/CollectionsCreateRequest.js +5 -0
- package/dist/api/resources/collections/client/requests/index.d.ts +1 -0
- package/dist/api/resources/collections/client/requests/index.js +2 -0
- package/dist/api/resources/collections/index.d.ts +2 -0
- package/dist/api/resources/collections/index.js +18 -0
- package/dist/api/resources/collections/resources/fields/client/Client.d.ts +50 -0
- package/dist/api/resources/collections/resources/fields/client/Client.js +205 -0
- package/dist/api/resources/collections/resources/fields/client/index.d.ts +1 -0
- package/dist/api/resources/collections/resources/fields/client/index.js +17 -0
- package/dist/api/resources/collections/resources/fields/client/requests/FieldUpdate.d.ts +15 -0
- package/dist/api/resources/collections/resources/fields/client/requests/FieldUpdate.js +5 -0
- package/dist/api/resources/collections/resources/fields/client/requests/index.d.ts +1 -0
- package/dist/api/resources/collections/resources/fields/client/requests/index.js +2 -0
- package/dist/api/resources/collections/resources/fields/index.d.ts +1 -0
- package/dist/api/resources/collections/resources/fields/index.js +17 -0
- package/dist/api/resources/collections/resources/index.d.ts +5 -0
- package/dist/api/resources/collections/resources/index.js +34 -0
- package/dist/api/resources/collections/resources/items/client/Client.d.ts +107 -0
- package/dist/api/resources/collections/resources/items/client/Client.js +494 -0
- package/dist/api/resources/collections/resources/items/client/index.d.ts +1 -0
- package/dist/api/resources/collections/resources/items/client/index.js +17 -0
- package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.d.ts +17 -0
- package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.js +5 -0
- package/dist/api/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.d.ts +12 -0
- package/dist/api/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.js +5 -0
- package/dist/api/resources/collections/resources/items/client/requests/index.d.ts +2 -0
- package/dist/api/resources/collections/resources/items/client/requests/index.js +2 -0
- package/dist/api/resources/collections/resources/items/index.d.ts +2 -0
- package/dist/api/resources/collections/resources/items/index.js +18 -0
- package/dist/api/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +7 -0
- package/dist/api/resources/collections/resources/items/types/ItemsPublishItemResponse.js +5 -0
- package/dist/api/resources/collections/resources/items/types/index.d.ts +1 -0
- package/dist/api/resources/collections/resources/items/types/index.js +17 -0
- package/dist/api/resources/ecommerce/client/Client.d.ts +37 -0
- package/dist/api/resources/ecommerce/client/Client.js +136 -0
- package/dist/api/resources/ecommerce/client/index.d.ts +1 -0
- package/dist/api/resources/ecommerce/client/index.js +2 -0
- package/dist/api/resources/ecommerce/index.d.ts +1 -0
- package/dist/api/resources/ecommerce/index.js +17 -0
- package/dist/api/resources/forms/client/Client.d.ts +88 -0
- package/dist/api/resources/forms/client/Client.js +432 -0
- package/dist/api/resources/forms/client/index.d.ts +1 -0
- package/dist/api/resources/forms/client/index.js +17 -0
- package/dist/api/resources/forms/client/requests/FormsUpdateSubmissionRequest.d.ts +11 -0
- package/dist/api/resources/forms/client/requests/FormsUpdateSubmissionRequest.js +5 -0
- package/dist/api/resources/forms/client/requests/index.d.ts +1 -0
- package/dist/api/resources/forms/client/requests/index.js +2 -0
- package/dist/api/resources/forms/index.d.ts +1 -0
- package/dist/api/resources/forms/index.js +17 -0
- package/dist/api/resources/index.d.ts +30 -0
- package/dist/api/resources/index.js +59 -0
- package/dist/api/resources/inventory/client/Client.d.ts +57 -0
- package/dist/api/resources/inventory/client/Client.js +219 -0
- package/dist/api/resources/inventory/client/index.d.ts +1 -0
- package/dist/api/resources/inventory/client/index.js +17 -0
- package/dist/api/resources/inventory/client/requests/InventoryUpdateRequest.d.ts +20 -0
- package/dist/api/resources/inventory/client/requests/InventoryUpdateRequest.js +5 -0
- package/dist/api/resources/inventory/client/requests/index.d.ts +1 -0
- package/dist/api/resources/inventory/client/requests/index.js +2 -0
- package/dist/api/resources/inventory/index.d.ts +2 -0
- package/dist/api/resources/inventory/index.js +18 -0
- package/dist/api/resources/inventory/types/InventoryUpdateRequestInventoryType.d.ts +11 -0
- package/dist/api/resources/inventory/types/InventoryUpdateRequestInventoryType.js +10 -0
- package/dist/api/resources/inventory/types/index.d.ts +1 -0
- package/dist/api/resources/inventory/types/index.js +17 -0
- package/dist/api/resources/orders/client/Client.d.ts +127 -0
- package/dist/api/resources/orders/client/Client.js +553 -0
- package/dist/api/resources/orders/client/index.d.ts +1 -0
- package/dist/api/resources/orders/client/index.js +17 -0
- package/dist/api/resources/orders/client/requests/OrdersListRequest.d.ts +24 -0
- package/dist/api/resources/orders/client/requests/OrdersListRequest.js +5 -0
- package/dist/api/resources/orders/client/requests/OrdersRefundRequest.d.ts +14 -0
- package/dist/api/resources/orders/client/requests/OrdersRefundRequest.js +5 -0
- package/dist/api/resources/orders/client/requests/OrdersUpdateFulfillRequest.d.ts +11 -0
- package/dist/api/resources/orders/client/requests/OrdersUpdateFulfillRequest.js +5 -0
- package/dist/api/resources/orders/client/requests/OrdersUpdateRequest.d.ts +22 -0
- package/dist/api/resources/orders/client/requests/OrdersUpdateRequest.js +5 -0
- package/dist/api/resources/orders/client/requests/index.d.ts +4 -0
- package/dist/api/resources/orders/client/requests/index.js +2 -0
- package/dist/api/resources/orders/index.d.ts +2 -0
- package/dist/api/resources/orders/index.js +18 -0
- package/dist/api/resources/orders/types/OrdersListRequestStatus.d.ts +12 -0
- package/dist/api/resources/orders/types/OrdersListRequestStatus.js +14 -0
- package/dist/api/resources/orders/types/OrdersRefundRequestReason.d.ts +12 -0
- package/dist/api/resources/orders/types/OrdersRefundRequestReason.js +11 -0
- package/dist/api/resources/orders/types/index.d.ts +2 -0
- package/dist/api/resources/orders/types/index.js +18 -0
- package/dist/api/resources/pages/client/Client.d.ts +48 -0
- package/dist/api/resources/pages/client/Client.js +203 -0
- package/dist/api/resources/pages/client/index.d.ts +1 -0
- package/dist/api/resources/pages/client/index.js +2 -0
- package/dist/api/resources/pages/index.d.ts +2 -0
- package/dist/api/resources/pages/index.js +18 -0
- package/dist/api/resources/pages/resources/index.d.ts +1 -0
- package/dist/api/resources/pages/resources/index.js +27 -0
- package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +66 -0
- package/dist/api/resources/pages/resources/scripts/client/Client.js +272 -0
- package/dist/api/resources/pages/resources/scripts/client/index.d.ts +1 -0
- package/dist/api/resources/pages/resources/scripts/client/index.js +2 -0
- package/dist/api/resources/pages/resources/scripts/index.d.ts +1 -0
- package/dist/api/resources/pages/resources/scripts/index.js +17 -0
- package/dist/api/resources/products/client/Client.d.ts +221 -0
- package/dist/api/resources/products/client/Client.js +643 -0
- package/dist/api/resources/products/client/index.d.ts +1 -0
- package/dist/api/resources/products/client/index.js +17 -0
- package/dist/api/resources/products/client/requests/ProductsCreateRequest.d.ts +50 -0
- package/dist/api/resources/products/client/requests/ProductsCreateRequest.js +5 -0
- package/dist/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +29 -0
- package/dist/api/resources/products/client/requests/ProductsCreateSkuRequest.js +5 -0
- package/dist/api/resources/products/client/requests/ProductsListRequest.d.ts +17 -0
- package/dist/api/resources/products/client/requests/ProductsListRequest.js +5 -0
- package/dist/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +35 -0
- package/dist/api/resources/products/client/requests/ProductsUpdateRequest.js +5 -0
- package/dist/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +28 -0
- package/dist/api/resources/products/client/requests/ProductsUpdateSkuRequest.js +5 -0
- package/dist/api/resources/products/client/requests/index.d.ts +5 -0
- package/dist/api/resources/products/client/requests/index.js +2 -0
- package/dist/api/resources/products/index.d.ts +2 -0
- package/dist/api/resources/products/index.js +18 -0
- package/dist/api/resources/products/types/ProductsCreateSkuResponse.d.ts +7 -0
- package/dist/api/resources/products/types/ProductsCreateSkuResponse.js +5 -0
- package/dist/api/resources/products/types/index.d.ts +1 -0
- package/dist/api/resources/products/types/index.js +17 -0
- package/dist/api/resources/scripts/client/Client.d.ts +66 -0
- package/dist/api/resources/scripts/client/Client.js +279 -0
- package/dist/api/resources/scripts/client/index.d.ts +1 -0
- package/dist/api/resources/scripts/client/index.js +17 -0
- package/dist/api/resources/scripts/client/requests/CustomCodeHostedRequest.d.ts +24 -0
- package/dist/api/resources/scripts/client/requests/CustomCodeHostedRequest.js +5 -0
- package/dist/api/resources/scripts/client/requests/CustomCodeInlineRequest.d.ts +23 -0
- package/dist/api/resources/scripts/client/requests/CustomCodeInlineRequest.js +5 -0
- package/dist/api/resources/scripts/client/requests/index.d.ts +2 -0
- package/dist/api/resources/scripts/client/requests/index.js +2 -0
- package/dist/api/resources/scripts/index.d.ts +1 -0
- package/dist/api/resources/scripts/index.js +17 -0
- package/dist/api/resources/sites/client/Client.d.ts +74 -0
- package/dist/api/resources/sites/client/Client.js +340 -0
- package/dist/api/resources/sites/client/index.d.ts +1 -0
- package/dist/api/resources/sites/client/index.js +17 -0
- package/dist/api/resources/sites/client/requests/SitesPublishRequest.d.ts +15 -0
- package/dist/api/resources/sites/client/requests/SitesPublishRequest.js +5 -0
- package/dist/api/resources/sites/client/requests/index.d.ts +1 -0
- package/dist/api/resources/sites/client/requests/index.js +2 -0
- package/dist/api/resources/sites/index.d.ts +2 -0
- package/dist/api/resources/sites/index.js +18 -0
- package/dist/api/resources/sites/resources/index.d.ts +2 -0
- package/dist/api/resources/sites/resources/index.js +31 -0
- package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +78 -0
- package/dist/api/resources/sites/resources/scripts/client/Client.js +351 -0
- package/dist/api/resources/sites/resources/scripts/client/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/scripts/client/index.js +17 -0
- package/dist/api/resources/sites/resources/scripts/client/requests/ScriptsListCustomCodeBlocksRequest.d.ts +17 -0
- package/dist/api/resources/sites/resources/scripts/client/requests/ScriptsListCustomCodeBlocksRequest.js +5 -0
- package/dist/api/resources/sites/resources/scripts/client/requests/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/scripts/client/requests/index.js +2 -0
- package/dist/api/resources/sites/resources/scripts/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/scripts/index.js +17 -0
- package/dist/api/resources/token/client/Client.d.ts +38 -0
- package/dist/api/resources/token/client/Client.js +177 -0
- package/dist/api/resources/token/client/index.d.ts +1 -0
- package/dist/api/resources/token/client/index.js +2 -0
- package/dist/api/resources/token/index.d.ts +1 -0
- package/dist/api/resources/token/index.js +17 -0
- package/dist/api/resources/users/client/Client.d.ts +106 -0
- package/dist/api/resources/users/client/Client.js +453 -0
- package/dist/api/resources/users/client/index.d.ts +1 -0
- package/dist/api/resources/users/client/index.js +17 -0
- package/dist/api/resources/users/client/requests/UsersInviteRequest.d.ts +18 -0
- package/dist/api/resources/users/client/requests/UsersInviteRequest.js +5 -0
- package/dist/api/resources/users/client/requests/UsersListRequest.d.ts +28 -0
- package/dist/api/resources/users/client/requests/UsersListRequest.js +5 -0
- package/dist/api/resources/users/client/requests/index.d.ts +2 -0
- package/dist/api/resources/users/client/requests/index.js +2 -0
- package/dist/api/resources/users/index.d.ts +2 -0
- package/dist/api/resources/users/index.js +18 -0
- package/dist/api/resources/users/types/UsersListRequestSort.d.ts +46 -0
- package/dist/api/resources/users/types/UsersListRequestSort.js +18 -0
- package/dist/api/resources/users/types/index.d.ts +1 -0
- package/dist/api/resources/users/types/index.js +17 -0
- package/dist/api/resources/webhooks/client/Client.d.ts +72 -0
- package/dist/api/resources/webhooks/client/Client.js +336 -0
- package/dist/api/resources/webhooks/client/index.d.ts +1 -0
- package/dist/api/resources/webhooks/client/index.js +17 -0
- package/dist/api/resources/webhooks/client/requests/WebhooksCreateRequest.d.ts +25 -0
- package/dist/api/resources/webhooks/client/requests/WebhooksCreateRequest.js +5 -0
- package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -0
- package/dist/api/resources/webhooks/client/requests/index.js +2 -0
- package/dist/api/resources/webhooks/index.d.ts +1 -0
- package/dist/api/resources/webhooks/index.js +17 -0
- package/dist/api/types/AccessGroup.d.ts +15 -0
- package/dist/api/types/AccessGroup.js +5 -0
- package/dist/api/types/AccessGroupList.d.ts +19 -0
- package/dist/api/types/AccessGroupList.js +5 -0
- package/dist/api/types/Application.d.ts +13 -0
- package/dist/api/types/Application.js +5 -0
- package/dist/api/types/Asset.d.ts +25 -0
- package/dist/api/types/Asset.js +5 -0
- package/dist/api/types/AssetFolder.d.ts +19 -0
- package/dist/api/types/AssetFolder.js +5 -0
- package/dist/api/types/AssetFolderList.d.ts +11 -0
- package/dist/api/types/AssetFolderList.js +5 -0
- package/dist/api/types/AssetUpload.d.ts +23 -0
- package/dist/api/types/AssetUpload.js +5 -0
- package/dist/api/types/AssetUploadUploadDetails.d.ts +21 -0
- package/dist/api/types/AssetUploadUploadDetails.js +5 -0
- package/dist/api/types/AssetVariant.d.ts +17 -0
- package/dist/api/types/AssetVariant.js +5 -0
- package/dist/api/types/Assets.d.ts +7 -0
- package/dist/api/types/Assets.js +5 -0
- package/dist/api/types/Authorization.d.ts +9 -0
- package/dist/api/types/Authorization.js +5 -0
- package/dist/api/types/AuthorizationAuthorization.d.ts +22 -0
- package/dist/api/types/AuthorizationAuthorization.js +5 -0
- package/dist/api/types/AuthorizationAuthorizationAuthorizedTo.d.ts +11 -0
- package/dist/api/types/AuthorizationAuthorizationAuthorizedTo.js +5 -0
- package/dist/api/types/AuthorizedUser.d.ts +13 -0
- package/dist/api/types/AuthorizedUser.js +5 -0
- package/dist/api/types/Collection.d.ts +22 -0
- package/dist/api/types/Collection.js +5 -0
- package/dist/api/types/CollectionItem.d.ts +22 -0
- package/dist/api/types/CollectionItem.js +5 -0
- package/dist/api/types/CollectionItemFieldData.d.ts +9 -0
- package/dist/api/types/CollectionItemFieldData.js +5 -0
- package/dist/api/types/CollectionItemList.d.ts +12 -0
- package/dist/api/types/CollectionItemList.js +5 -0
- package/dist/api/types/CollectionItemListPagination.d.ts +11 -0
- package/dist/api/types/CollectionItemListPagination.js +5 -0
- package/dist/api/types/CollectionItemRemoved.d.ts +9 -0
- package/dist/api/types/CollectionItemRemoved.js +5 -0
- package/dist/api/types/CollectionList.d.ts +8 -0
- package/dist/api/types/CollectionList.js +5 -0
- package/dist/api/types/CollectionListArrayItem.d.ts +20 -0
- package/dist/api/types/CollectionListArrayItem.js +5 -0
- package/dist/api/types/CustomCodeBlock.d.ts +20 -0
- package/dist/api/types/CustomCodeBlock.js +5 -0
- package/dist/api/types/CustomCodeBlockType.d.ts +11 -0
- package/dist/api/types/CustomCodeBlockType.js +10 -0
- package/dist/api/types/CustomCodeResponse.d.ts +24 -0
- package/dist/api/types/CustomCodeResponse.js +5 -0
- package/dist/api/types/Domain.d.ts +9 -0
- package/dist/api/types/Domain.js +5 -0
- package/dist/api/types/DuplicateUserEmail.d.ts +13 -0
- package/dist/api/types/DuplicateUserEmail.js +5 -0
- package/dist/api/types/EcommerceSettings.d.ts +14 -0
- package/dist/api/types/EcommerceSettings.js +5 -0
- package/dist/api/types/ErrorDetailsItem.d.ts +4 -0
- package/dist/api/types/ErrorDetailsItem.js +5 -0
- package/dist/api/types/Error_.d.ts +14 -0
- package/dist/api/types/Error_.js +5 -0
- package/dist/api/types/Field.d.ts +23 -0
- package/dist/api/types/Field.js +5 -0
- package/dist/api/types/FieldType.d.ts +22 -0
- package/dist/api/types/FieldType.js +21 -0
- package/dist/api/types/Fields.d.ts +8 -0
- package/dist/api/types/Fields.js +5 -0
- package/dist/api/types/Form.d.ts +26 -0
- package/dist/api/types/Form.js +5 -0
- package/dist/api/types/FormField.d.ts +5 -0
- package/dist/api/types/FormField.js +5 -0
- package/dist/api/types/FormFieldValue.d.ts +14 -0
- package/dist/api/types/FormFieldValue.js +5 -0
- package/dist/api/types/FormFieldValueType.d.ts +14 -0
- package/dist/api/types/FormFieldValueType.js +13 -0
- package/dist/api/types/FormList.d.ts +8 -0
- package/dist/api/types/FormList.js +5 -0
- package/dist/api/types/FormResponseSettings.d.ts +13 -0
- package/dist/api/types/FormResponseSettings.js +5 -0
- package/dist/api/types/FormSubmission.d.ts +17 -0
- package/dist/api/types/FormSubmission.js +5 -0
- package/dist/api/types/FormSubmissionList.d.ts +8 -0
- package/dist/api/types/FormSubmissionList.js +5 -0
- package/dist/api/types/FormSubmissionTrigger.d.ts +10 -0
- package/dist/api/types/FormSubmissionTrigger.js +5 -0
- package/dist/api/types/FormSubmissionTriggerPayload.d.ts +18 -0
- package/dist/api/types/FormSubmissionTriggerPayload.js +5 -0
- package/dist/api/types/InvalidDomain.d.ts +4 -0
- package/dist/api/types/InvalidDomain.js +5 -0
- package/dist/api/types/InventoryItem.d.ts +15 -0
- package/dist/api/types/InventoryItem.js +5 -0
- package/dist/api/types/InventoryItemInventoryType.d.ts +11 -0
- package/dist/api/types/InventoryItemInventoryType.js +10 -0
- package/dist/api/types/ListCustomCodeBlocks.d.ts +11 -0
- package/dist/api/types/ListCustomCodeBlocks.js +5 -0
- package/dist/api/types/MissingScopes.d.ts +14 -0
- package/dist/api/types/MissingScopes.js +5 -0
- package/dist/api/types/NoDomains.d.ts +4 -0
- package/dist/api/types/NoDomains.js +5 -0
- package/dist/api/types/OauthScope.d.ts +50 -0
- package/dist/api/types/OauthScope.js +19 -0
- package/dist/api/types/Order.d.ts +67 -0
- package/dist/api/types/Order.js +5 -0
- package/dist/api/types/OrderAddress.d.ts +27 -0
- package/dist/api/types/OrderAddress.js +5 -0
- package/dist/api/types/OrderAddressJapanType.d.ts +11 -0
- package/dist/api/types/OrderAddressJapanType.js +10 -0
- package/dist/api/types/OrderAddressType.d.ts +11 -0
- package/dist/api/types/OrderAddressType.js +10 -0
- package/dist/api/types/OrderCustomerInfo.d.ts +12 -0
- package/dist/api/types/OrderCustomerInfo.js +5 -0
- package/dist/api/types/OrderDisputeLastStatus.d.ts +17 -0
- package/dist/api/types/OrderDisputeLastStatus.js +16 -0
- package/dist/api/types/OrderDownloadFilesItem.d.ts +11 -0
- package/dist/api/types/OrderDownloadFilesItem.js +5 -0
- package/dist/api/types/OrderList.d.ts +12 -0
- package/dist/api/types/OrderList.js +5 -0
- package/dist/api/types/OrderMetadata.d.ts +6 -0
- package/dist/api/types/OrderMetadata.js +5 -0
- package/dist/api/types/OrderPrice.d.ts +11 -0
- package/dist/api/types/OrderPrice.js +5 -0
- package/dist/api/types/OrderPurchasedItem.d.ts +36 -0
- package/dist/api/types/OrderPurchasedItem.js +5 -0
- package/dist/api/types/OrderPurchasedItemVariantImage.d.ts +9 -0
- package/dist/api/types/OrderPurchasedItemVariantImage.js +5 -0
- package/dist/api/types/OrderPurchasedItemVariantImageFile.d.ts +20 -0
- package/dist/api/types/OrderPurchasedItemVariantImageFile.js +5 -0
- package/dist/api/types/OrderPurchasedItemVariantImageFileVariantsItem.d.ts +14 -0
- package/dist/api/types/OrderPurchasedItemVariantImageFileVariantsItem.js +5 -0
- package/dist/api/types/OrderStatus.d.ts +15 -0
- package/dist/api/types/OrderStatus.js +14 -0
- package/dist/api/types/OrderTotals.d.ts +15 -0
- package/dist/api/types/OrderTotals.js +5 -0
- package/dist/api/types/OrderTotalsExtrasItem.d.ts +17 -0
- package/dist/api/types/OrderTotalsExtrasItem.js +5 -0
- package/dist/api/types/OrderTotalsExtrasItemType.d.ts +13 -0
- package/dist/api/types/OrderTotalsExtrasItemType.js +12 -0
- package/dist/api/types/Page.d.ts +37 -0
- package/dist/api/types/Page.js +5 -0
- package/dist/api/types/PageCreatedWebhook.d.ts +12 -0
- package/dist/api/types/PageCreatedWebhook.js +5 -0
- package/dist/api/types/PageDeletedWebhook.d.ts +12 -0
- package/dist/api/types/PageDeletedWebhook.js +5 -0
- package/dist/api/types/PageList.d.ts +11 -0
- package/dist/api/types/PageList.js +5 -0
- package/dist/api/types/PageMetadataUpdatedWebhook.d.ts +12 -0
- package/dist/api/types/PageMetadataUpdatedWebhook.js +5 -0
- package/dist/api/types/PageOpenGraph.d.ts +16 -0
- package/dist/api/types/PageOpenGraph.js +5 -0
- package/dist/api/types/PageSeo.d.ts +12 -0
- package/dist/api/types/PageSeo.js +5 -0
- package/dist/api/types/PageSeoGraphData.d.ts +11 -0
- package/dist/api/types/PageSeoGraphData.js +5 -0
- package/dist/api/types/PageSeoGraphDataOpenGraph.d.ts +7 -0
- package/dist/api/types/PageSeoGraphDataOpenGraph.js +5 -0
- package/dist/api/types/PageSeoGraphDataSeo.d.ts +7 -0
- package/dist/api/types/PageSeoGraphDataSeo.js +5 -0
- package/dist/api/types/Pagination.d.ts +14 -0
- package/dist/api/types/Pagination.js +5 -0
- package/dist/api/types/PaypalDetails.d.ts +17 -0
- package/dist/api/types/PaypalDetails.js +5 -0
- package/dist/api/types/Product.d.ts +22 -0
- package/dist/api/types/Product.js +5 -0
- package/dist/api/types/ProductAndSkUs.d.ts +11 -0
- package/dist/api/types/ProductAndSkUs.js +5 -0
- package/dist/api/types/ProductAndSkUsList.d.ts +12 -0
- package/dist/api/types/ProductAndSkUsList.js +5 -0
- package/dist/api/types/ProductFieldData.d.ts +12 -0
- package/dist/api/types/ProductFieldData.js +5 -0
- package/dist/api/types/PublishStatus.d.ts +11 -0
- package/dist/api/types/PublishStatus.js +10 -0
- package/dist/api/types/PublishedItems.d.ts +12 -0
- package/dist/api/types/PublishedItems.js +5 -0
- package/dist/api/types/PublishedSite.d.ts +7 -0
- package/dist/api/types/PublishedSite.js +5 -0
- package/dist/api/types/RegisteredScriptList.d.ts +7 -0
- package/dist/api/types/RegisteredScriptList.js +5 -0
- package/dist/api/types/RemovedItems.d.ts +12 -0
- package/dist/api/types/RemovedItems.js +5 -0
- package/dist/api/types/ScriptApply.d.ts +14 -0
- package/dist/api/types/ScriptApply.js +5 -0
- package/dist/api/types/ScriptApplyList.d.ts +11 -0
- package/dist/api/types/ScriptApplyList.js +5 -0
- package/dist/api/types/ScriptApplyLocation.d.ts +11 -0
- package/dist/api/types/ScriptApplyLocation.js +10 -0
- package/dist/api/types/Site.d.ts +25 -0
- package/dist/api/types/Site.js +5 -0
- package/dist/api/types/SiteActivityLogItem.d.ts +17 -0
- package/dist/api/types/SiteActivityLogItem.js +5 -0
- package/dist/api/types/SiteActivityLogItemResourceOperation.d.ts +11 -0
- package/dist/api/types/SiteActivityLogItemResourceOperation.js +13 -0
- package/dist/api/types/SiteActivityLogResponse.d.ts +8 -0
- package/dist/api/types/SiteActivityLogResponse.js +5 -0
- package/dist/api/types/SitePublish.d.ts +8 -0
- package/dist/api/types/SitePublish.js +5 -0
- package/dist/api/types/SitePublishPayload.d.ts +16 -0
- package/dist/api/types/SitePublishPayload.js +5 -0
- package/dist/api/types/Sites.d.ts +7 -0
- package/dist/api/types/Sites.js +5 -0
- package/dist/api/types/Sku.d.ts +18 -0
- package/dist/api/types/Sku.js +5 -0
- package/dist/api/types/SkuFieldData.d.ts +13 -0
- package/dist/api/types/SkuFieldData.js +5 -0
- package/dist/api/types/SkuFieldDataPrice.d.ts +12 -0
- package/dist/api/types/SkuFieldDataPrice.js +5 -0
- package/dist/api/types/SkuPropertyList.d.ts +15 -0
- package/dist/api/types/SkuPropertyList.js +5 -0
- package/dist/api/types/SkuPropertyListEnumItem.d.ts +14 -0
- package/dist/api/types/SkuPropertyListEnumItem.js +5 -0
- package/dist/api/types/SkuValueList.d.ts +7 -0
- package/dist/api/types/SkuValueList.js +5 -0
- package/dist/api/types/StripeCard.d.ts +17 -0
- package/dist/api/types/StripeCard.js +5 -0
- package/dist/api/types/StripeCardBrand.d.ts +16 -0
- package/dist/api/types/StripeCardBrand.js +15 -0
- package/dist/api/types/StripeCardExpires.d.ts +12 -0
- package/dist/api/types/StripeCardExpires.js +5 -0
- package/dist/api/types/StripeDetails.d.ts +24 -0
- package/dist/api/types/StripeDetails.js +5 -0
- package/dist/api/types/TriggerType.d.ts +38 -0
- package/dist/api/types/TriggerType.js +23 -0
- package/dist/api/types/User.d.ts +26 -0
- package/dist/api/types/User.js +5 -0
- package/dist/api/types/UserAccessGroupsItem.d.ts +18 -0
- package/dist/api/types/UserAccessGroupsItem.js +5 -0
- package/dist/api/types/UserAccessGroupsItemType.d.ts +14 -0
- package/dist/api/types/UserAccessGroupsItemType.js +10 -0
- package/dist/api/types/UserData.d.ts +10 -0
- package/dist/api/types/UserData.js +5 -0
- package/dist/api/types/UserDataData.d.ts +15 -0
- package/dist/api/types/UserDataData.js +5 -0
- package/dist/api/types/UserLimitReached.d.ts +13 -0
- package/dist/api/types/UserLimitReached.js +5 -0
- package/dist/api/types/UserList.d.ts +19 -0
- package/dist/api/types/UserList.js +5 -0
- package/dist/api/types/UserStatus.d.ts +12 -0
- package/dist/api/types/UserStatus.js +11 -0
- package/dist/api/types/UserWebhookPayload.d.ts +9 -0
- package/dist/api/types/UserWebhookPayload.js +5 -0
- package/dist/api/types/UserWebhookPayloadTriggerType.d.ts +12 -0
- package/dist/api/types/UserWebhookPayloadTriggerType.js +11 -0
- package/dist/api/types/UsersNotEnabled.d.ts +13 -0
- package/dist/api/types/UsersNotEnabled.js +5 -0
- package/dist/api/types/Webhook.d.ts +21 -0
- package/dist/api/types/Webhook.js +5 -0
- package/dist/api/types/WebhookList.d.ts +8 -0
- package/dist/api/types/WebhookList.js +5 -0
- package/dist/api/types/index.d.ts +123 -0
- package/dist/api/types/index.js +139 -0
- package/dist/core/auth/BasicAuth.d.ts +8 -0
- package/dist/core/auth/BasicAuth.js +26 -0
- package/dist/core/auth/BearerToken.d.ts +5 -0
- package/dist/core/auth/BearerToken.js +15 -0
- package/dist/core/auth/index.d.ts +2 -0
- package/dist/core/auth/index.js +7 -0
- package/dist/core/fetcher/APIResponse.d.ts +10 -0
- package/dist/core/fetcher/APIResponse.js +2 -0
- package/dist/core/fetcher/Fetcher.d.ts +35 -0
- package/dist/core/fetcher/Fetcher.js +151 -0
- package/dist/core/fetcher/Supplier.d.ts +4 -0
- package/dist/core/fetcher/Supplier.js +22 -0
- package/dist/core/fetcher/getHeader.d.ts +1 -0
- package/dist/core/fetcher/getHeader.js +12 -0
- package/dist/core/fetcher/index.d.ts +5 -0
- package/dist/core/fetcher/index.js +9 -0
- package/dist/core/index.d.ts +3 -3
- package/dist/core/index.js +16 -3
- package/dist/core/schemas/Schema.d.ts +81 -0
- package/dist/core/schemas/Schema.js +21 -0
- package/dist/core/schemas/builders/date/date.d.ts +2 -0
- package/dist/core/schemas/builders/date/date.js +63 -0
- package/dist/core/schemas/builders/date/index.d.ts +1 -0
- package/dist/core/schemas/builders/date/index.js +5 -0
- package/dist/core/schemas/builders/enum/enum.d.ts +2 -0
- package/dist/core/schemas/builders/enum/enum.js +39 -0
- package/dist/core/schemas/builders/enum/index.d.ts +1 -0
- package/dist/core/schemas/builders/enum/index.js +5 -0
- package/dist/core/schemas/builders/index.d.ts +13 -0
- package/dist/core/schemas/builders/index.js +29 -0
- package/dist/core/schemas/builders/lazy/index.d.ts +3 -0
- package/dist/core/schemas/builders/lazy/index.js +7 -0
- package/dist/core/schemas/builders/lazy/lazy.d.ts +5 -0
- package/dist/core/schemas/builders/lazy/lazy.js +36 -0
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +3 -0
- package/dist/core/schemas/builders/lazy/lazyObject.js +21 -0
- package/dist/core/schemas/builders/list/index.d.ts +1 -0
- package/dist/core/schemas/builders/list/index.js +5 -0
- package/dist/core/schemas/builders/list/list.d.ts +2 -0
- package/dist/core/schemas/builders/list/list.js +68 -0
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +2 -0
- package/dist/core/schemas/builders/literals/booleanLiteral.js +29 -0
- package/dist/core/schemas/builders/literals/index.d.ts +2 -0
- package/dist/core/schemas/builders/literals/index.js +7 -0
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +2 -0
- package/dist/core/schemas/builders/literals/stringLiteral.js +29 -0
- package/dist/core/schemas/builders/object/index.d.ts +6 -0
- package/dist/core/schemas/builders/object/index.js +11 -0
- package/dist/core/schemas/builders/object/object.d.ts +3 -0
- package/dist/core/schemas/builders/object/object.js +258 -0
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +6 -0
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +8 -0
- package/dist/core/schemas/builders/object/property.d.ts +8 -0
- package/dist/core/schemas/builders/object/property.js +16 -0
- package/dist/core/schemas/builders/object/types.d.ts +26 -0
- package/dist/core/schemas/builders/object/types.js +2 -0
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +9 -0
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +63 -0
- package/dist/core/schemas/builders/object-like/index.d.ts +2 -0
- package/dist/core/schemas/builders/object-like/index.js +6 -0
- package/dist/core/schemas/builders/object-like/types.d.ts +7 -0
- package/dist/core/schemas/builders/object-like/types.js +2 -0
- package/dist/core/schemas/builders/primitives/any.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/any.js +6 -0
- package/dist/core/schemas/builders/primitives/boolean.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/boolean.js +25 -0
- package/dist/core/schemas/builders/primitives/index.d.ts +5 -0
- package/dist/core/schemas/builders/primitives/index.js +13 -0
- package/dist/core/schemas/builders/primitives/number.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/number.js +25 -0
- package/dist/core/schemas/builders/primitives/string.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/string.js +25 -0
- package/dist/core/schemas/builders/primitives/unknown.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/unknown.js +6 -0
- package/dist/core/schemas/builders/record/index.d.ts +2 -0
- package/dist/core/schemas/builders/record/index.js +5 -0
- package/dist/core/schemas/builders/record/record.d.ts +3 -0
- package/dist/core/schemas/builders/record/record.js +106 -0
- package/dist/core/schemas/builders/record/types.d.ts +4 -0
- package/dist/core/schemas/builders/record/types.js +2 -0
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +5 -0
- package/dist/core/schemas/builders/schema-utils/JsonError.js +12 -0
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +5 -0
- package/dist/core/schemas/builders/schema-utils/ParseError.js +12 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +17 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +85 -0
- package/dist/core/schemas/builders/schema-utils/index.d.ts +4 -0
- package/dist/core/schemas/builders/schema-utils/index.js +11 -0
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +2 -0
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +10 -0
- package/dist/core/schemas/builders/set/index.d.ts +1 -0
- package/dist/core/schemas/builders/set/index.js +5 -0
- package/dist/core/schemas/builders/set/set.d.ts +2 -0
- package/dist/core/schemas/builders/set/set.js +53 -0
- package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +2 -0
- package/dist/core/schemas/builders/undiscriminated-union/index.js +5 -0
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +4 -0
- package/dist/core/schemas/builders/undiscriminated-union/types.js +2 -0
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +3 -0
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +51 -0
- package/dist/core/schemas/builders/union/discriminant.d.ts +5 -0
- package/dist/core/schemas/builders/union/discriminant.js +10 -0
- package/dist/core/schemas/builders/union/index.d.ts +4 -0
- package/dist/core/schemas/builders/union/index.js +7 -0
- package/dist/core/schemas/builders/union/types.d.ts +13 -0
- package/dist/core/schemas/builders/union/types.js +2 -0
- package/dist/core/schemas/builders/union/union.d.ts +4 -0
- package/dist/core/schemas/builders/union/union.js +141 -0
- package/dist/core/schemas/index.d.ts +2 -0
- package/dist/core/schemas/index.js +17 -0
- package/dist/core/schemas/utils/MaybePromise.d.ts +1 -0
- package/dist/core/schemas/utils/MaybePromise.js +2 -0
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +7 -0
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.js +2 -0
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +2 -0
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +16 -0
- package/dist/core/schemas/utils/entries.d.ts +1 -0
- package/dist/core/schemas/utils/entries.js +7 -0
- package/dist/core/schemas/utils/filterObject.d.ts +1 -0
- package/dist/core/schemas/utils/filterObject.js +14 -0
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +1 -0
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +24 -0
- package/dist/core/schemas/utils/isPlainObject.d.ts +1 -0
- package/dist/core/schemas/utils/isPlainObject.js +18 -0
- package/dist/core/schemas/utils/keys.d.ts +1 -0
- package/dist/core/schemas/utils/keys.js +7 -0
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +2 -0
- package/dist/core/schemas/utils/maybeSkipValidation.js +37 -0
- package/dist/core/schemas/utils/partition.d.ts +1 -0
- package/dist/core/schemas/utils/partition.js +16 -0
- package/dist/environments.d.ts +7 -0
- package/dist/environments.js +9 -0
- package/dist/errors/WebflowError.d.ts +12 -0
- package/dist/errors/WebflowError.js +32 -0
- package/dist/errors/WebflowTimeoutError.d.ts +6 -0
- package/dist/errors/WebflowTimeoutError.js +13 -0
- package/dist/errors/index.d.ts +2 -0
- package/dist/errors/index.js +7 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +33 -2
- package/dist/serialization/index.d.ts +2 -0
- package/dist/serialization/index.js +18 -0
- package/dist/serialization/resources/accessGroups/index.d.ts +1 -0
- package/dist/serialization/resources/accessGroups/index.js +17 -0
- package/dist/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +10 -0
- package/dist/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.js +31 -0
- package/dist/serialization/resources/accessGroups/types/index.d.ts +1 -0
- package/dist/serialization/resources/accessGroups/types/index.js +17 -0
- package/dist/serialization/resources/assets/client/index.d.ts +2 -0
- package/dist/serialization/resources/assets/client/index.js +31 -0
- package/dist/serialization/resources/assets/client/list.d.ts +10 -0
- package/dist/serialization/resources/assets/client/list.js +40 -0
- package/dist/serialization/resources/assets/client/requests/AssetsCreateFolderRequest.d.ts +13 -0
- package/dist/serialization/resources/assets/client/requests/AssetsCreateFolderRequest.js +34 -0
- package/dist/serialization/resources/assets/client/requests/AssetsCreateRequest.d.ts +14 -0
- package/dist/serialization/resources/assets/client/requests/AssetsCreateRequest.js +35 -0
- package/dist/serialization/resources/assets/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/assets/client/requests/index.js +7 -0
- package/dist/serialization/resources/assets/index.d.ts +1 -0
- package/dist/serialization/resources/assets/index.js +17 -0
- package/dist/serialization/resources/collections/client/index.d.ts +1 -0
- package/dist/serialization/resources/collections/client/index.js +17 -0
- package/dist/serialization/resources/collections/client/requests/CollectionsCreateRequest.d.ts +14 -0
- package/dist/serialization/resources/collections/client/requests/CollectionsCreateRequest.js +35 -0
- package/dist/serialization/resources/collections/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/collections/client/requests/index.js +5 -0
- package/dist/serialization/resources/collections/index.d.ts +2 -0
- package/dist/serialization/resources/collections/index.js +18 -0
- package/dist/serialization/resources/collections/resources/fields/client/index.d.ts +1 -0
- package/dist/serialization/resources/collections/resources/fields/client/index.js +17 -0
- package/dist/serialization/resources/collections/resources/fields/client/requests/FieldUpdate.d.ts +14 -0
- package/dist/serialization/resources/collections/resources/fields/client/requests/FieldUpdate.js +35 -0
- package/dist/serialization/resources/collections/resources/fields/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/collections/resources/fields/client/requests/index.js +5 -0
- package/dist/serialization/resources/collections/resources/fields/index.d.ts +1 -0
- package/dist/serialization/resources/collections/resources/fields/index.js +17 -0
- package/dist/serialization/resources/collections/resources/index.d.ts +5 -0
- package/dist/serialization/resources/collections/resources/index.js +34 -0
- package/dist/serialization/resources/collections/resources/items/client/index.d.ts +1 -0
- package/dist/serialization/resources/collections/resources/items/client/index.js +17 -0
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.d.ts +12 -0
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.js +33 -0
- package/dist/serialization/resources/collections/resources/items/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/collections/resources/items/client/requests/index.js +5 -0
- package/dist/serialization/resources/collections/resources/items/index.d.ts +2 -0
- package/dist/serialization/resources/collections/resources/items/index.js +18 -0
- package/dist/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +13 -0
- package/dist/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.js +34 -0
- package/dist/serialization/resources/collections/resources/items/types/index.d.ts +1 -0
- package/dist/serialization/resources/collections/resources/items/types/index.js +17 -0
- package/dist/serialization/resources/forms/client/index.d.ts +1 -0
- package/dist/serialization/resources/forms/client/index.js +17 -0
- package/dist/serialization/resources/forms/client/requests/FormsUpdateSubmissionRequest.d.ts +12 -0
- package/dist/serialization/resources/forms/client/requests/FormsUpdateSubmissionRequest.js +33 -0
- package/dist/serialization/resources/forms/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/forms/client/requests/index.js +5 -0
- package/dist/serialization/resources/forms/index.d.ts +1 -0
- package/dist/serialization/resources/forms/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +26 -0
- package/dist/serialization/resources/index.js +55 -0
- package/dist/serialization/resources/inventory/client/index.d.ts +1 -0
- package/dist/serialization/resources/inventory/client/index.js +17 -0
- package/dist/serialization/resources/inventory/client/requests/InventoryUpdateRequest.d.ts +14 -0
- package/dist/serialization/resources/inventory/client/requests/InventoryUpdateRequest.js +44 -0
- package/dist/serialization/resources/inventory/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/inventory/client/requests/index.js +5 -0
- package/dist/serialization/resources/inventory/index.d.ts +2 -0
- package/dist/serialization/resources/inventory/index.js +18 -0
- package/dist/serialization/resources/inventory/types/InventoryUpdateRequestInventoryType.d.ts +10 -0
- package/dist/serialization/resources/inventory/types/InventoryUpdateRequestInventoryType.js +31 -0
- package/dist/serialization/resources/inventory/types/index.d.ts +1 -0
- package/dist/serialization/resources/inventory/types/index.js +17 -0
- package/dist/serialization/resources/orders/client/index.d.ts +1 -0
- package/dist/serialization/resources/orders/client/index.js +17 -0
- package/dist/serialization/resources/orders/client/requests/OrdersRefundRequest.d.ts +12 -0
- package/dist/serialization/resources/orders/client/requests/OrdersRefundRequest.js +42 -0
- package/dist/serialization/resources/orders/client/requests/OrdersUpdateFulfillRequest.d.ts +12 -0
- package/dist/serialization/resources/orders/client/requests/OrdersUpdateFulfillRequest.js +33 -0
- package/dist/serialization/resources/orders/client/requests/OrdersUpdateRequest.d.ts +15 -0
- package/dist/serialization/resources/orders/client/requests/OrdersUpdateRequest.js +36 -0
- package/dist/serialization/resources/orders/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/orders/client/requests/index.js +9 -0
- package/dist/serialization/resources/orders/index.d.ts +2 -0
- package/dist/serialization/resources/orders/index.js +18 -0
- package/dist/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/orders/types/OrdersListRequestStatus.js +31 -0
- package/dist/serialization/resources/orders/types/OrdersRefundRequestReason.d.ts +10 -0
- package/dist/serialization/resources/orders/types/OrdersRefundRequestReason.js +31 -0
- package/dist/serialization/resources/orders/types/index.d.ts +2 -0
- package/dist/serialization/resources/orders/types/index.js +18 -0
- package/dist/serialization/resources/products/client/index.d.ts +1 -0
- package/dist/serialization/resources/products/client/index.js +17 -0
- package/dist/serialization/resources/products/client/requests/ProductsCreateRequest.d.ts +14 -0
- package/dist/serialization/resources/products/client/requests/ProductsCreateRequest.js +44 -0
- package/dist/serialization/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +13 -0
- package/dist/serialization/resources/products/client/requests/ProductsCreateSkuRequest.js +43 -0
- package/dist/serialization/resources/products/client/requests/ProductsUpdateRequest.d.ts +13 -0
- package/dist/serialization/resources/products/client/requests/ProductsUpdateRequest.js +43 -0
- package/dist/serialization/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +13 -0
- package/dist/serialization/resources/products/client/requests/ProductsUpdateSkuRequest.js +43 -0
- package/dist/serialization/resources/products/client/requests/index.d.ts +4 -0
- package/dist/serialization/resources/products/client/requests/index.js +11 -0
- package/dist/serialization/resources/products/index.d.ts +2 -0
- package/dist/serialization/resources/products/index.js +18 -0
- package/dist/serialization/resources/products/types/ProductsCreateSkuResponse.d.ts +12 -0
- package/dist/serialization/resources/products/types/ProductsCreateSkuResponse.js +42 -0
- package/dist/serialization/resources/products/types/index.d.ts +1 -0
- package/dist/serialization/resources/products/types/index.js +17 -0
- package/dist/serialization/resources/scripts/client/index.d.ts +1 -0
- package/dist/serialization/resources/scripts/client/index.js +17 -0
- package/dist/serialization/resources/scripts/client/requests/CustomCodeHostedRequest.d.ts +16 -0
- package/dist/serialization/resources/scripts/client/requests/CustomCodeHostedRequest.js +37 -0
- package/dist/serialization/resources/scripts/client/requests/CustomCodeInlineRequest.d.ts +16 -0
- package/dist/serialization/resources/scripts/client/requests/CustomCodeInlineRequest.js +37 -0
- package/dist/serialization/resources/scripts/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/scripts/client/requests/index.js +7 -0
- package/dist/serialization/resources/scripts/index.d.ts +1 -0
- package/dist/serialization/resources/scripts/index.js +17 -0
- package/dist/serialization/resources/sites/client/index.d.ts +1 -0
- package/dist/serialization/resources/sites/client/index.js +17 -0
- package/dist/serialization/resources/sites/client/requests/SitesPublishRequest.d.ts +13 -0
- package/dist/serialization/resources/sites/client/requests/SitesPublishRequest.js +34 -0
- package/dist/serialization/resources/sites/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/sites/client/requests/index.js +5 -0
- package/dist/serialization/resources/sites/index.d.ts +1 -0
- package/dist/serialization/resources/sites/index.js +17 -0
- package/dist/serialization/resources/users/client/index.d.ts +1 -0
- package/dist/serialization/resources/users/client/index.js +17 -0
- package/dist/serialization/resources/users/client/requests/UsersInviteRequest.d.ts +13 -0
- package/dist/serialization/resources/users/client/requests/UsersInviteRequest.js +34 -0
- package/dist/serialization/resources/users/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/users/client/requests/index.js +5 -0
- package/dist/serialization/resources/users/index.d.ts +2 -0
- package/dist/serialization/resources/users/index.js +18 -0
- package/dist/serialization/resources/users/types/UsersListRequestSort.d.ts +10 -0
- package/dist/serialization/resources/users/types/UsersListRequestSort.js +42 -0
- package/dist/serialization/resources/users/types/index.d.ts +1 -0
- package/dist/serialization/resources/users/types/index.js +17 -0
- package/dist/serialization/resources/webhooks/client/index.d.ts +2 -0
- package/dist/serialization/resources/webhooks/client/index.js +31 -0
- package/dist/serialization/resources/webhooks/client/list.d.ts +10 -0
- package/dist/serialization/resources/webhooks/client/list.js +40 -0
- package/dist/serialization/resources/webhooks/client/requests/WebhooksCreateRequest.d.ts +14 -0
- package/dist/serialization/resources/webhooks/client/requests/WebhooksCreateRequest.js +44 -0
- package/dist/serialization/resources/webhooks/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/webhooks/client/requests/index.js +5 -0
- package/dist/serialization/resources/webhooks/index.d.ts +1 -0
- package/dist/serialization/resources/webhooks/index.js +17 -0
- package/dist/serialization/types/AccessGroup.d.ts +16 -0
- package/dist/serialization/types/AccessGroup.js +37 -0
- package/dist/serialization/types/AccessGroupList.d.ts +16 -0
- package/dist/serialization/types/AccessGroupList.js +48 -0
- package/dist/serialization/types/Application.d.ts +15 -0
- package/dist/serialization/types/Application.js +36 -0
- package/dist/serialization/types/Asset.d.ts +21 -0
- package/dist/serialization/types/Asset.js +53 -0
- package/dist/serialization/types/AssetFolder.d.ts +18 -0
- package/dist/serialization/types/AssetFolder.js +39 -0
- package/dist/serialization/types/AssetFolderList.d.ts +13 -0
- package/dist/serialization/types/AssetFolderList.js +45 -0
- package/dist/serialization/types/AssetUpload.d.ts +21 -0
- package/dist/serialization/types/AssetUpload.js +53 -0
- package/dist/serialization/types/AssetUploadUploadDetails.d.ts +23 -0
- package/dist/serialization/types/AssetUploadUploadDetails.js +44 -0
- package/dist/serialization/types/AssetVariant.d.ts +19 -0
- package/dist/serialization/types/AssetVariant.js +40 -0
- package/dist/serialization/types/Assets.d.ts +12 -0
- package/dist/serialization/types/Assets.js +44 -0
- package/dist/serialization/types/Authorization.d.ts +13 -0
- package/dist/serialization/types/Authorization.js +45 -0
- package/dist/serialization/types/AuthorizationAuthorization.d.ts +18 -0
- package/dist/serialization/types/AuthorizationAuthorization.js +50 -0
- package/dist/serialization/types/AuthorizationAuthorizationAuthorizedTo.d.ts +14 -0
- package/dist/serialization/types/AuthorizationAuthorizationAuthorizedTo.js +35 -0
- package/dist/serialization/types/AuthorizedUser.d.ts +15 -0
- package/dist/serialization/types/AuthorizedUser.js +36 -0
- package/dist/serialization/types/Collection.d.ts +18 -0
- package/dist/serialization/types/Collection.js +39 -0
- package/dist/serialization/types/CollectionItem.d.ts +18 -0
- package/dist/serialization/types/CollectionItem.js +48 -0
- package/dist/serialization/types/CollectionItemFieldData.d.ts +13 -0
- package/dist/serialization/types/CollectionItemFieldData.js +34 -0
- package/dist/serialization/types/CollectionItemList.d.ts +13 -0
- package/dist/serialization/types/CollectionItemList.js +45 -0
- package/dist/serialization/types/CollectionItemListPagination.d.ts +14 -0
- package/dist/serialization/types/CollectionItemListPagination.js +35 -0
- package/dist/serialization/types/CollectionItemRemoved.d.ts +13 -0
- package/dist/serialization/types/CollectionItemRemoved.js +34 -0
- package/dist/serialization/types/CollectionList.d.ts +12 -0
- package/dist/serialization/types/CollectionList.js +44 -0
- package/dist/serialization/types/CollectionListArrayItem.d.ts +17 -0
- package/dist/serialization/types/CollectionListArrayItem.js +38 -0
- package/dist/serialization/types/CustomCodeBlock.d.ts +17 -0
- package/dist/serialization/types/CustomCodeBlock.js +49 -0
- package/dist/serialization/types/CustomCodeBlockType.d.ts +10 -0
- package/dist/serialization/types/CustomCodeBlockType.js +31 -0
- package/dist/serialization/types/CustomCodeResponse.d.ts +19 -0
- package/dist/serialization/types/CustomCodeResponse.js +40 -0
- package/dist/serialization/types/Domain.d.ts +13 -0
- package/dist/serialization/types/Domain.js +34 -0
- package/dist/serialization/types/DuplicateUserEmail.d.ts +15 -0
- package/dist/serialization/types/DuplicateUserEmail.js +47 -0
- package/dist/serialization/types/EcommerceSettings.d.ts +14 -0
- package/dist/serialization/types/EcommerceSettings.js +35 -0
- package/dist/serialization/types/ErrorDetailsItem.d.ts +10 -0
- package/dist/serialization/types/ErrorDetailsItem.js +34 -0
- package/dist/serialization/types/Error_.d.ts +15 -0
- package/dist/serialization/types/Error_.js +47 -0
- package/dist/serialization/types/Field.d.ts +18 -0
- package/dist/serialization/types/Field.js +48 -0
- package/dist/serialization/types/FieldType.d.ts +10 -0
- package/dist/serialization/types/FieldType.js +45 -0
- package/dist/serialization/types/Fields.d.ts +10 -0
- package/dist/serialization/types/Fields.js +40 -0
- package/dist/serialization/types/Form.d.ts +22 -0
- package/dist/serialization/types/Form.js +52 -0
- package/dist/serialization/types/FormField.d.ts +10 -0
- package/dist/serialization/types/FormField.js +40 -0
- package/dist/serialization/types/FormFieldValue.d.ts +15 -0
- package/dist/serialization/types/FormFieldValue.js +45 -0
- package/dist/serialization/types/FormFieldValueType.d.ts +10 -0
- package/dist/serialization/types/FormFieldValueType.js +31 -0
- package/dist/serialization/types/FormList.d.ts +13 -0
- package/dist/serialization/types/FormList.js +43 -0
- package/dist/serialization/types/FormResponseSettings.d.ts +15 -0
- package/dist/serialization/types/FormResponseSettings.js +36 -0
- package/dist/serialization/types/FormSubmission.d.ts +17 -0
- package/dist/serialization/types/FormSubmission.js +38 -0
- package/dist/serialization/types/FormSubmissionList.d.ts +13 -0
- package/dist/serialization/types/FormSubmissionList.js +45 -0
- package/dist/serialization/types/FormSubmissionTrigger.d.ts +13 -0
- package/dist/serialization/types/FormSubmissionTrigger.js +43 -0
- package/dist/serialization/types/FormSubmissionTriggerPayload.d.ts +16 -0
- package/dist/serialization/types/FormSubmissionTriggerPayload.js +37 -0
- package/dist/serialization/types/InvalidDomain.d.ts +10 -0
- package/dist/serialization/types/InvalidDomain.js +31 -0
- package/dist/serialization/types/InventoryItem.d.ts +14 -0
- package/dist/serialization/types/InventoryItem.js +44 -0
- package/dist/serialization/types/InventoryItemInventoryType.d.ts +10 -0
- package/dist/serialization/types/InventoryItemInventoryType.js +31 -0
- package/dist/serialization/types/ListCustomCodeBlocks.d.ts +13 -0
- package/dist/serialization/types/ListCustomCodeBlocks.js +45 -0
- package/dist/serialization/types/MissingScopes.d.ts +16 -0
- package/dist/serialization/types/MissingScopes.js +48 -0
- package/dist/serialization/types/NoDomains.d.ts +10 -0
- package/dist/serialization/types/NoDomains.js +31 -0
- package/dist/serialization/types/OauthScope.d.ts +10 -0
- package/dist/serialization/types/OauthScope.js +43 -0
- package/dist/serialization/types/Order.d.ts +44 -0
- package/dist/serialization/types/Order.js +82 -0
- package/dist/serialization/types/OrderAddress.d.ts +20 -0
- package/dist/serialization/types/OrderAddress.js +50 -0
- package/dist/serialization/types/OrderAddressJapanType.d.ts +10 -0
- package/dist/serialization/types/OrderAddressJapanType.js +31 -0
- package/dist/serialization/types/OrderAddressType.d.ts +10 -0
- package/dist/serialization/types/OrderAddressType.js +31 -0
- package/dist/serialization/types/OrderCustomerInfo.d.ts +13 -0
- package/dist/serialization/types/OrderCustomerInfo.js +34 -0
- package/dist/serialization/types/OrderDisputeLastStatus.d.ts +10 -0
- package/dist/serialization/types/OrderDisputeLastStatus.js +40 -0
- package/dist/serialization/types/OrderDownloadFilesItem.d.ts +14 -0
- package/dist/serialization/types/OrderDownloadFilesItem.js +35 -0
- package/dist/serialization/types/OrderList.d.ts +13 -0
- package/dist/serialization/types/OrderList.js +45 -0
- package/dist/serialization/types/OrderMetadata.d.ts +12 -0
- package/dist/serialization/types/OrderMetadata.js +33 -0
- package/dist/serialization/types/OrderPrice.d.ts +14 -0
- package/dist/serialization/types/OrderPrice.js +35 -0
- package/dist/serialization/types/OrderPurchasedItem.d.ts +25 -0
- package/dist/serialization/types/OrderPurchasedItem.js +57 -0
- package/dist/serialization/types/OrderPurchasedItemVariantImage.d.ts +13 -0
- package/dist/serialization/types/OrderPurchasedItemVariantImage.js +43 -0
- package/dist/serialization/types/OrderPurchasedItemVariantImageFile.d.ts +18 -0
- package/dist/serialization/types/OrderPurchasedItemVariantImageFile.js +50 -0
- package/dist/serialization/types/OrderPurchasedItemVariantImageFileVariantsItem.d.ts +16 -0
- package/dist/serialization/types/OrderPurchasedItemVariantImageFileVariantsItem.js +37 -0
- package/dist/serialization/types/OrderStatus.d.ts +10 -0
- package/dist/serialization/types/OrderStatus.js +31 -0
- package/dist/serialization/types/OrderTotals.d.ts +14 -0
- package/dist/serialization/types/OrderTotals.js +46 -0
- package/dist/serialization/types/OrderTotalsExtrasItem.d.ts +15 -0
- package/dist/serialization/types/OrderTotalsExtrasItem.js +45 -0
- package/dist/serialization/types/OrderTotalsExtrasItemType.d.ts +10 -0
- package/dist/serialization/types/OrderTotalsExtrasItemType.js +31 -0
- package/dist/serialization/types/Page.d.ts +25 -0
- package/dist/serialization/types/Page.js +55 -0
- package/dist/serialization/types/PageCreatedWebhook.d.ts +15 -0
- package/dist/serialization/types/PageCreatedWebhook.js +36 -0
- package/dist/serialization/types/PageDeletedWebhook.d.ts +15 -0
- package/dist/serialization/types/PageDeletedWebhook.js +36 -0
- package/dist/serialization/types/PageList.d.ts +13 -0
- package/dist/serialization/types/PageList.js +43 -0
- package/dist/serialization/types/PageMetadataUpdatedWebhook.d.ts +15 -0
- package/dist/serialization/types/PageMetadataUpdatedWebhook.js +36 -0
- package/dist/serialization/types/PageOpenGraph.d.ts +15 -0
- package/dist/serialization/types/PageOpenGraph.js +36 -0
- package/dist/serialization/types/PageSeo.d.ts +13 -0
- package/dist/serialization/types/PageSeo.js +34 -0
- package/dist/serialization/types/PageSeoGraphData.d.ts +13 -0
- package/dist/serialization/types/PageSeoGraphData.js +43 -0
- package/dist/serialization/types/PageSeoGraphDataOpenGraph.d.ts +13 -0
- package/dist/serialization/types/PageSeoGraphDataOpenGraph.js +34 -0
- package/dist/serialization/types/PageSeoGraphDataSeo.d.ts +13 -0
- package/dist/serialization/types/PageSeoGraphDataSeo.js +34 -0
- package/dist/serialization/types/Pagination.d.ts +14 -0
- package/dist/serialization/types/Pagination.js +35 -0
- package/dist/serialization/types/PaypalDetails.d.ts +17 -0
- package/dist/serialization/types/PaypalDetails.js +38 -0
- package/dist/serialization/types/Product.d.ts +18 -0
- package/dist/serialization/types/Product.js +48 -0
- package/dist/serialization/types/ProductAndSkUs.d.ts +13 -0
- package/dist/serialization/types/ProductAndSkUs.js +43 -0
- package/dist/serialization/types/ProductAndSkUsList.d.ts +13 -0
- package/dist/serialization/types/ProductAndSkUsList.js +45 -0
- package/dist/serialization/types/ProductFieldData.d.ts +14 -0
- package/dist/serialization/types/ProductFieldData.js +46 -0
- package/dist/serialization/types/PublishStatus.d.ts +10 -0
- package/dist/serialization/types/PublishStatus.js +31 -0
- package/dist/serialization/types/PublishedItems.d.ts +13 -0
- package/dist/serialization/types/PublishedItems.js +34 -0
- package/dist/serialization/types/PublishedSite.d.ts +12 -0
- package/dist/serialization/types/PublishedSite.js +33 -0
- package/dist/serialization/types/RegisteredScriptList.d.ts +12 -0
- package/dist/serialization/types/RegisteredScriptList.js +44 -0
- package/dist/serialization/types/RemovedItems.d.ts +13 -0
- package/dist/serialization/types/RemovedItems.js +34 -0
- package/dist/serialization/types/ScriptApply.d.ts +15 -0
- package/dist/serialization/types/ScriptApply.js +45 -0
- package/dist/serialization/types/ScriptApplyList.d.ts +14 -0
- package/dist/serialization/types/ScriptApplyList.js +46 -0
- package/dist/serialization/types/ScriptApplyLocation.d.ts +10 -0
- package/dist/serialization/types/ScriptApplyLocation.js +31 -0
- package/dist/serialization/types/Site.d.ts +21 -0
- package/dist/serialization/types/Site.js +53 -0
- package/dist/serialization/types/SiteActivityLogItem.d.ts +22 -0
- package/dist/serialization/types/SiteActivityLogItem.js +54 -0
- package/dist/serialization/types/SiteActivityLogItemResourceOperation.d.ts +10 -0
- package/dist/serialization/types/SiteActivityLogItemResourceOperation.js +31 -0
- package/dist/serialization/types/SiteActivityLogResponse.d.ts +13 -0
- package/dist/serialization/types/SiteActivityLogResponse.js +45 -0
- package/dist/serialization/types/SitePublish.d.ts +12 -0
- package/dist/serialization/types/SitePublish.js +42 -0
- package/dist/serialization/types/SitePublishPayload.d.ts +15 -0
- package/dist/serialization/types/SitePublishPayload.js +36 -0
- package/dist/serialization/types/Sites.d.ts +12 -0
- package/dist/serialization/types/Sites.js +42 -0
- package/dist/serialization/types/Sku.d.ts +16 -0
- package/dist/serialization/types/Sku.js +46 -0
- package/dist/serialization/types/SkuFieldData.d.ts +15 -0
- package/dist/serialization/types/SkuFieldData.js +45 -0
- package/dist/serialization/types/SkuFieldDataPrice.d.ts +13 -0
- package/dist/serialization/types/SkuFieldDataPrice.js +34 -0
- package/dist/serialization/types/SkuPropertyList.d.ts +14 -0
- package/dist/serialization/types/SkuPropertyList.js +46 -0
- package/dist/serialization/types/SkuPropertyListEnumItem.d.ts +14 -0
- package/dist/serialization/types/SkuPropertyListEnumItem.js +35 -0
- package/dist/serialization/types/SkuValueList.d.ts +10 -0
- package/dist/serialization/types/SkuValueList.js +31 -0
- package/dist/serialization/types/StripeCard.d.ts +15 -0
- package/dist/serialization/types/StripeCard.js +45 -0
- package/dist/serialization/types/StripeCardBrand.d.ts +10 -0
- package/dist/serialization/types/StripeCardBrand.js +31 -0
- package/dist/serialization/types/StripeCardExpires.d.ts +13 -0
- package/dist/serialization/types/StripeCardExpires.js +34 -0
- package/dist/serialization/types/StripeDetails.d.ts +19 -0
- package/dist/serialization/types/StripeDetails.js +40 -0
- package/dist/serialization/types/TriggerType.d.ts +10 -0
- package/dist/serialization/types/TriggerType.js +47 -0
- package/dist/serialization/types/User.d.ts +20 -0
- package/dist/serialization/types/User.js +52 -0
- package/dist/serialization/types/UserAccessGroupsItem.d.ts +13 -0
- package/dist/serialization/types/UserAccessGroupsItem.js +43 -0
- package/dist/serialization/types/UserAccessGroupsItemType.d.ts +10 -0
- package/dist/serialization/types/UserAccessGroupsItemType.js +31 -0
- package/dist/serialization/types/UserData.d.ts +12 -0
- package/dist/serialization/types/UserData.js +42 -0
- package/dist/serialization/types/UserDataData.d.ts +16 -0
- package/dist/serialization/types/UserDataData.js +37 -0
- package/dist/serialization/types/UserLimitReached.d.ts +15 -0
- package/dist/serialization/types/UserLimitReached.js +47 -0
- package/dist/serialization/types/UserList.d.ts +16 -0
- package/dist/serialization/types/UserList.js +46 -0
- package/dist/serialization/types/UserStatus.d.ts +10 -0
- package/dist/serialization/types/UserStatus.js +31 -0
- package/dist/serialization/types/UserWebhookPayload.d.ts +13 -0
- package/dist/serialization/types/UserWebhookPayload.js +43 -0
- package/dist/serialization/types/UserWebhookPayloadTriggerType.d.ts +10 -0
- package/dist/serialization/types/UserWebhookPayloadTriggerType.js +31 -0
- package/dist/serialization/types/UsersNotEnabled.d.ts +15 -0
- package/dist/serialization/types/UsersNotEnabled.js +47 -0
- package/dist/serialization/types/Webhook.d.ts +19 -0
- package/dist/serialization/types/Webhook.js +49 -0
- package/dist/serialization/types/WebhookList.d.ts +13 -0
- package/dist/serialization/types/WebhookList.js +45 -0
- package/dist/serialization/types/index.d.ts +123 -0
- package/dist/serialization/types/index.js +139 -0
- package/dist/wrapper/WebflowClient.d.ts +30 -0
- package/dist/wrapper/WebflowClient.js +115 -0
- package/environments.d.ts +7 -0
- package/environments.js +9 -0
- package/errors/WebflowError.d.ts +12 -0
- package/errors/WebflowError.js +32 -0
- package/errors/WebflowTimeoutError.d.ts +6 -0
- package/errors/WebflowTimeoutError.js +13 -0
- package/errors/index.d.ts +2 -0
- package/errors/index.js +7 -0
- package/index.d.ts +4 -0
- package/index.js +34 -0
- package/package.json +26 -51
- package/serialization/index.d.ts +2 -0
- package/serialization/index.js +18 -0
- package/serialization/resources/accessGroups/index.d.ts +1 -0
- package/serialization/resources/accessGroups/index.js +17 -0
- package/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +10 -0
- package/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.js +31 -0
- package/serialization/resources/accessGroups/types/index.d.ts +1 -0
- package/serialization/resources/accessGroups/types/index.js +17 -0
- package/serialization/resources/assets/client/index.d.ts +2 -0
- package/serialization/resources/assets/client/index.js +31 -0
- package/serialization/resources/assets/client/list.d.ts +10 -0
- package/serialization/resources/assets/client/list.js +40 -0
- package/serialization/resources/assets/client/requests/AssetsCreateFolderRequest.d.ts +13 -0
- package/serialization/resources/assets/client/requests/AssetsCreateFolderRequest.js +34 -0
- package/serialization/resources/assets/client/requests/AssetsCreateRequest.d.ts +14 -0
- package/serialization/resources/assets/client/requests/AssetsCreateRequest.js +35 -0
- package/serialization/resources/assets/client/requests/index.d.ts +2 -0
- package/serialization/resources/assets/client/requests/index.js +7 -0
- package/serialization/resources/assets/index.d.ts +1 -0
- package/serialization/resources/assets/index.js +17 -0
- package/serialization/resources/collections/client/index.d.ts +1 -0
- package/serialization/resources/collections/client/index.js +17 -0
- package/serialization/resources/collections/client/requests/CollectionsCreateRequest.d.ts +14 -0
- package/serialization/resources/collections/client/requests/CollectionsCreateRequest.js +35 -0
- package/serialization/resources/collections/client/requests/index.d.ts +1 -0
- package/serialization/resources/collections/client/requests/index.js +5 -0
- package/serialization/resources/collections/index.d.ts +2 -0
- package/serialization/resources/collections/index.js +18 -0
- package/serialization/resources/collections/resources/fields/client/index.d.ts +1 -0
- package/serialization/resources/collections/resources/fields/client/index.js +17 -0
- package/serialization/resources/collections/resources/fields/client/requests/FieldUpdate.d.ts +14 -0
- package/serialization/resources/collections/resources/fields/client/requests/FieldUpdate.js +35 -0
- package/serialization/resources/collections/resources/fields/client/requests/index.d.ts +1 -0
- package/serialization/resources/collections/resources/fields/client/requests/index.js +5 -0
- package/serialization/resources/collections/resources/fields/index.d.ts +1 -0
- package/serialization/resources/collections/resources/fields/index.js +17 -0
- package/serialization/resources/collections/resources/index.d.ts +5 -0
- package/serialization/resources/collections/resources/index.js +34 -0
- package/serialization/resources/collections/resources/items/client/index.d.ts +1 -0
- package/serialization/resources/collections/resources/items/client/index.js +17 -0
- package/serialization/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.d.ts +12 -0
- package/serialization/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.js +33 -0
- package/serialization/resources/collections/resources/items/client/requests/index.d.ts +1 -0
- package/serialization/resources/collections/resources/items/client/requests/index.js +5 -0
- package/serialization/resources/collections/resources/items/index.d.ts +2 -0
- package/serialization/resources/collections/resources/items/index.js +18 -0
- package/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +13 -0
- package/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.js +34 -0
- package/serialization/resources/collections/resources/items/types/index.d.ts +1 -0
- package/serialization/resources/collections/resources/items/types/index.js +17 -0
- package/serialization/resources/forms/client/index.d.ts +1 -0
- package/serialization/resources/forms/client/index.js +17 -0
- package/serialization/resources/forms/client/requests/FormsUpdateSubmissionRequest.d.ts +12 -0
- package/serialization/resources/forms/client/requests/FormsUpdateSubmissionRequest.js +33 -0
- package/serialization/resources/forms/client/requests/index.d.ts +1 -0
- package/serialization/resources/forms/client/requests/index.js +5 -0
- package/serialization/resources/forms/index.d.ts +1 -0
- package/serialization/resources/forms/index.js +17 -0
- package/serialization/resources/index.d.ts +26 -0
- package/serialization/resources/index.js +55 -0
- package/serialization/resources/inventory/client/index.d.ts +1 -0
- package/serialization/resources/inventory/client/index.js +17 -0
- package/serialization/resources/inventory/client/requests/InventoryUpdateRequest.d.ts +14 -0
- package/serialization/resources/inventory/client/requests/InventoryUpdateRequest.js +44 -0
- package/serialization/resources/inventory/client/requests/index.d.ts +1 -0
- package/serialization/resources/inventory/client/requests/index.js +5 -0
- package/serialization/resources/inventory/index.d.ts +2 -0
- package/serialization/resources/inventory/index.js +18 -0
- package/serialization/resources/inventory/types/InventoryUpdateRequestInventoryType.d.ts +10 -0
- package/serialization/resources/inventory/types/InventoryUpdateRequestInventoryType.js +31 -0
- package/serialization/resources/inventory/types/index.d.ts +1 -0
- package/serialization/resources/inventory/types/index.js +17 -0
- package/serialization/resources/orders/client/index.d.ts +1 -0
- package/serialization/resources/orders/client/index.js +17 -0
- package/serialization/resources/orders/client/requests/OrdersRefundRequest.d.ts +12 -0
- package/serialization/resources/orders/client/requests/OrdersRefundRequest.js +42 -0
- package/serialization/resources/orders/client/requests/OrdersUpdateFulfillRequest.d.ts +12 -0
- package/serialization/resources/orders/client/requests/OrdersUpdateFulfillRequest.js +33 -0
- package/serialization/resources/orders/client/requests/OrdersUpdateRequest.d.ts +15 -0
- package/serialization/resources/orders/client/requests/OrdersUpdateRequest.js +36 -0
- package/serialization/resources/orders/client/requests/index.d.ts +3 -0
- package/serialization/resources/orders/client/requests/index.js +9 -0
- package/serialization/resources/orders/index.d.ts +2 -0
- package/serialization/resources/orders/index.js +18 -0
- package/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +10 -0
- package/serialization/resources/orders/types/OrdersListRequestStatus.js +31 -0
- package/serialization/resources/orders/types/OrdersRefundRequestReason.d.ts +10 -0
- package/serialization/resources/orders/types/OrdersRefundRequestReason.js +31 -0
- package/serialization/resources/orders/types/index.d.ts +2 -0
- package/serialization/resources/orders/types/index.js +18 -0
- package/serialization/resources/products/client/index.d.ts +1 -0
- package/serialization/resources/products/client/index.js +17 -0
- package/serialization/resources/products/client/requests/ProductsCreateRequest.d.ts +14 -0
- package/serialization/resources/products/client/requests/ProductsCreateRequest.js +44 -0
- package/serialization/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +13 -0
- package/serialization/resources/products/client/requests/ProductsCreateSkuRequest.js +43 -0
- package/serialization/resources/products/client/requests/ProductsUpdateRequest.d.ts +13 -0
- package/serialization/resources/products/client/requests/ProductsUpdateRequest.js +43 -0
- package/serialization/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +13 -0
- package/serialization/resources/products/client/requests/ProductsUpdateSkuRequest.js +43 -0
- package/serialization/resources/products/client/requests/index.d.ts +4 -0
- package/serialization/resources/products/client/requests/index.js +11 -0
- package/serialization/resources/products/index.d.ts +2 -0
- package/serialization/resources/products/index.js +18 -0
- package/serialization/resources/products/types/ProductsCreateSkuResponse.d.ts +12 -0
- package/serialization/resources/products/types/ProductsCreateSkuResponse.js +42 -0
- package/serialization/resources/products/types/index.d.ts +1 -0
- package/serialization/resources/products/types/index.js +17 -0
- package/serialization/resources/scripts/client/index.d.ts +1 -0
- package/serialization/resources/scripts/client/index.js +17 -0
- package/serialization/resources/scripts/client/requests/CustomCodeHostedRequest.d.ts +16 -0
- package/serialization/resources/scripts/client/requests/CustomCodeHostedRequest.js +37 -0
- package/serialization/resources/scripts/client/requests/CustomCodeInlineRequest.d.ts +16 -0
- package/serialization/resources/scripts/client/requests/CustomCodeInlineRequest.js +37 -0
- package/serialization/resources/scripts/client/requests/index.d.ts +2 -0
- package/serialization/resources/scripts/client/requests/index.js +7 -0
- package/serialization/resources/scripts/index.d.ts +1 -0
- package/serialization/resources/scripts/index.js +17 -0
- package/serialization/resources/sites/client/index.d.ts +1 -0
- package/serialization/resources/sites/client/index.js +17 -0
- package/serialization/resources/sites/client/requests/SitesPublishRequest.d.ts +13 -0
- package/serialization/resources/sites/client/requests/SitesPublishRequest.js +34 -0
- package/serialization/resources/sites/client/requests/index.d.ts +1 -0
- package/serialization/resources/sites/client/requests/index.js +5 -0
- package/serialization/resources/sites/index.d.ts +1 -0
- package/serialization/resources/sites/index.js +17 -0
- package/serialization/resources/users/client/index.d.ts +1 -0
- package/serialization/resources/users/client/index.js +17 -0
- package/serialization/resources/users/client/requests/UsersInviteRequest.d.ts +13 -0
- package/serialization/resources/users/client/requests/UsersInviteRequest.js +34 -0
- package/serialization/resources/users/client/requests/index.d.ts +1 -0
- package/serialization/resources/users/client/requests/index.js +5 -0
- package/serialization/resources/users/index.d.ts +2 -0
- package/serialization/resources/users/index.js +18 -0
- package/serialization/resources/users/types/UsersListRequestSort.d.ts +10 -0
- package/serialization/resources/users/types/UsersListRequestSort.js +42 -0
- package/serialization/resources/users/types/index.d.ts +1 -0
- package/serialization/resources/users/types/index.js +17 -0
- package/serialization/resources/webhooks/client/index.d.ts +2 -0
- package/serialization/resources/webhooks/client/index.js +31 -0
- package/serialization/resources/webhooks/client/list.d.ts +10 -0
- package/serialization/resources/webhooks/client/list.js +40 -0
- package/serialization/resources/webhooks/client/requests/WebhooksCreateRequest.d.ts +14 -0
- package/serialization/resources/webhooks/client/requests/WebhooksCreateRequest.js +44 -0
- package/serialization/resources/webhooks/client/requests/index.d.ts +1 -0
- package/serialization/resources/webhooks/client/requests/index.js +5 -0
- package/serialization/resources/webhooks/index.d.ts +1 -0
- package/serialization/resources/webhooks/index.js +17 -0
- package/serialization/types/AccessGroup.d.ts +16 -0
- package/serialization/types/AccessGroup.js +37 -0
- package/serialization/types/AccessGroupList.d.ts +16 -0
- package/serialization/types/AccessGroupList.js +48 -0
- package/serialization/types/Application.d.ts +15 -0
- package/serialization/types/Application.js +36 -0
- package/serialization/types/Asset.d.ts +21 -0
- package/serialization/types/Asset.js +53 -0
- package/serialization/types/AssetFolder.d.ts +18 -0
- package/serialization/types/AssetFolder.js +39 -0
- package/serialization/types/AssetFolderList.d.ts +13 -0
- package/serialization/types/AssetFolderList.js +45 -0
- package/serialization/types/AssetUpload.d.ts +21 -0
- package/serialization/types/AssetUpload.js +53 -0
- package/serialization/types/AssetUploadUploadDetails.d.ts +23 -0
- package/serialization/types/AssetUploadUploadDetails.js +44 -0
- package/serialization/types/AssetVariant.d.ts +19 -0
- package/serialization/types/AssetVariant.js +40 -0
- package/serialization/types/Assets.d.ts +12 -0
- package/serialization/types/Assets.js +44 -0
- package/serialization/types/Authorization.d.ts +13 -0
- package/serialization/types/Authorization.js +45 -0
- package/serialization/types/AuthorizationAuthorization.d.ts +18 -0
- package/serialization/types/AuthorizationAuthorization.js +50 -0
- package/serialization/types/AuthorizationAuthorizationAuthorizedTo.d.ts +14 -0
- package/serialization/types/AuthorizationAuthorizationAuthorizedTo.js +35 -0
- package/serialization/types/AuthorizedUser.d.ts +15 -0
- package/serialization/types/AuthorizedUser.js +36 -0
- package/serialization/types/Collection.d.ts +18 -0
- package/serialization/types/Collection.js +39 -0
- package/serialization/types/CollectionItem.d.ts +18 -0
- package/serialization/types/CollectionItem.js +48 -0
- package/serialization/types/CollectionItemFieldData.d.ts +13 -0
- package/serialization/types/CollectionItemFieldData.js +34 -0
- package/serialization/types/CollectionItemList.d.ts +13 -0
- package/serialization/types/CollectionItemList.js +45 -0
- package/serialization/types/CollectionItemListPagination.d.ts +14 -0
- package/serialization/types/CollectionItemListPagination.js +35 -0
- package/serialization/types/CollectionItemRemoved.d.ts +13 -0
- package/serialization/types/CollectionItemRemoved.js +34 -0
- package/serialization/types/CollectionList.d.ts +12 -0
- package/serialization/types/CollectionList.js +44 -0
- package/serialization/types/CollectionListArrayItem.d.ts +17 -0
- package/serialization/types/CollectionListArrayItem.js +38 -0
- package/serialization/types/CustomCodeBlock.d.ts +17 -0
- package/serialization/types/CustomCodeBlock.js +49 -0
- package/serialization/types/CustomCodeBlockType.d.ts +10 -0
- package/serialization/types/CustomCodeBlockType.js +31 -0
- package/serialization/types/CustomCodeResponse.d.ts +19 -0
- package/serialization/types/CustomCodeResponse.js +40 -0
- package/serialization/types/Domain.d.ts +13 -0
- package/serialization/types/Domain.js +34 -0
- package/serialization/types/DuplicateUserEmail.d.ts +15 -0
- package/serialization/types/DuplicateUserEmail.js +47 -0
- package/serialization/types/EcommerceSettings.d.ts +14 -0
- package/serialization/types/EcommerceSettings.js +35 -0
- package/serialization/types/ErrorDetailsItem.d.ts +10 -0
- package/serialization/types/ErrorDetailsItem.js +34 -0
- package/serialization/types/Error_.d.ts +15 -0
- package/serialization/types/Error_.js +47 -0
- package/serialization/types/Field.d.ts +18 -0
- package/serialization/types/Field.js +48 -0
- package/serialization/types/FieldType.d.ts +10 -0
- package/serialization/types/FieldType.js +45 -0
- package/serialization/types/Fields.d.ts +10 -0
- package/serialization/types/Fields.js +40 -0
- package/serialization/types/Form.d.ts +22 -0
- package/serialization/types/Form.js +52 -0
- package/serialization/types/FormField.d.ts +10 -0
- package/serialization/types/FormField.js +40 -0
- package/serialization/types/FormFieldValue.d.ts +15 -0
- package/serialization/types/FormFieldValue.js +45 -0
- package/serialization/types/FormFieldValueType.d.ts +10 -0
- package/serialization/types/FormFieldValueType.js +31 -0
- package/serialization/types/FormList.d.ts +13 -0
- package/serialization/types/FormList.js +43 -0
- package/serialization/types/FormResponseSettings.d.ts +15 -0
- package/serialization/types/FormResponseSettings.js +36 -0
- package/serialization/types/FormSubmission.d.ts +17 -0
- package/serialization/types/FormSubmission.js +38 -0
- package/serialization/types/FormSubmissionList.d.ts +13 -0
- package/serialization/types/FormSubmissionList.js +45 -0
- package/serialization/types/FormSubmissionTrigger.d.ts +13 -0
- package/serialization/types/FormSubmissionTrigger.js +43 -0
- package/serialization/types/FormSubmissionTriggerPayload.d.ts +16 -0
- package/serialization/types/FormSubmissionTriggerPayload.js +37 -0
- package/serialization/types/InvalidDomain.d.ts +10 -0
- package/serialization/types/InvalidDomain.js +31 -0
- package/serialization/types/InventoryItem.d.ts +14 -0
- package/serialization/types/InventoryItem.js +44 -0
- package/serialization/types/InventoryItemInventoryType.d.ts +10 -0
- package/serialization/types/InventoryItemInventoryType.js +31 -0
- package/serialization/types/ListCustomCodeBlocks.d.ts +13 -0
- package/serialization/types/ListCustomCodeBlocks.js +45 -0
- package/serialization/types/MissingScopes.d.ts +16 -0
- package/serialization/types/MissingScopes.js +48 -0
- package/serialization/types/NoDomains.d.ts +10 -0
- package/serialization/types/NoDomains.js +31 -0
- package/serialization/types/OauthScope.d.ts +10 -0
- package/serialization/types/OauthScope.js +43 -0
- package/serialization/types/Order.d.ts +44 -0
- package/serialization/types/Order.js +82 -0
- package/serialization/types/OrderAddress.d.ts +20 -0
- package/serialization/types/OrderAddress.js +50 -0
- package/serialization/types/OrderAddressJapanType.d.ts +10 -0
- package/serialization/types/OrderAddressJapanType.js +31 -0
- package/serialization/types/OrderAddressType.d.ts +10 -0
- package/serialization/types/OrderAddressType.js +31 -0
- package/serialization/types/OrderCustomerInfo.d.ts +13 -0
- package/serialization/types/OrderCustomerInfo.js +34 -0
- package/serialization/types/OrderDisputeLastStatus.d.ts +10 -0
- package/serialization/types/OrderDisputeLastStatus.js +40 -0
- package/serialization/types/OrderDownloadFilesItem.d.ts +14 -0
- package/serialization/types/OrderDownloadFilesItem.js +35 -0
- package/serialization/types/OrderList.d.ts +13 -0
- package/serialization/types/OrderList.js +45 -0
- package/serialization/types/OrderMetadata.d.ts +12 -0
- package/serialization/types/OrderMetadata.js +33 -0
- package/serialization/types/OrderPrice.d.ts +14 -0
- package/serialization/types/OrderPrice.js +35 -0
- package/serialization/types/OrderPurchasedItem.d.ts +25 -0
- package/serialization/types/OrderPurchasedItem.js +57 -0
- package/serialization/types/OrderPurchasedItemVariantImage.d.ts +13 -0
- package/serialization/types/OrderPurchasedItemVariantImage.js +43 -0
- package/serialization/types/OrderPurchasedItemVariantImageFile.d.ts +18 -0
- package/serialization/types/OrderPurchasedItemVariantImageFile.js +50 -0
- package/serialization/types/OrderPurchasedItemVariantImageFileVariantsItem.d.ts +16 -0
- package/serialization/types/OrderPurchasedItemVariantImageFileVariantsItem.js +37 -0
- package/serialization/types/OrderStatus.d.ts +10 -0
- package/serialization/types/OrderStatus.js +31 -0
- package/serialization/types/OrderTotals.d.ts +14 -0
- package/serialization/types/OrderTotals.js +46 -0
- package/serialization/types/OrderTotalsExtrasItem.d.ts +15 -0
- package/serialization/types/OrderTotalsExtrasItem.js +45 -0
- package/serialization/types/OrderTotalsExtrasItemType.d.ts +10 -0
- package/serialization/types/OrderTotalsExtrasItemType.js +31 -0
- package/serialization/types/Page.d.ts +25 -0
- package/serialization/types/Page.js +55 -0
- package/serialization/types/PageCreatedWebhook.d.ts +15 -0
- package/serialization/types/PageCreatedWebhook.js +36 -0
- package/serialization/types/PageDeletedWebhook.d.ts +15 -0
- package/serialization/types/PageDeletedWebhook.js +36 -0
- package/serialization/types/PageList.d.ts +13 -0
- package/serialization/types/PageList.js +43 -0
- package/serialization/types/PageMetadataUpdatedWebhook.d.ts +15 -0
- package/serialization/types/PageMetadataUpdatedWebhook.js +36 -0
- package/serialization/types/PageOpenGraph.d.ts +15 -0
- package/serialization/types/PageOpenGraph.js +36 -0
- package/serialization/types/PageSeo.d.ts +13 -0
- package/serialization/types/PageSeo.js +34 -0
- package/serialization/types/PageSeoGraphData.d.ts +13 -0
- package/serialization/types/PageSeoGraphData.js +43 -0
- package/serialization/types/PageSeoGraphDataOpenGraph.d.ts +13 -0
- package/serialization/types/PageSeoGraphDataOpenGraph.js +34 -0
- package/serialization/types/PageSeoGraphDataSeo.d.ts +13 -0
- package/serialization/types/PageSeoGraphDataSeo.js +34 -0
- package/serialization/types/Pagination.d.ts +14 -0
- package/serialization/types/Pagination.js +35 -0
- package/serialization/types/PaypalDetails.d.ts +17 -0
- package/serialization/types/PaypalDetails.js +38 -0
- package/serialization/types/Product.d.ts +18 -0
- package/serialization/types/Product.js +48 -0
- package/serialization/types/ProductAndSkUs.d.ts +13 -0
- package/serialization/types/ProductAndSkUs.js +43 -0
- package/serialization/types/ProductAndSkUsList.d.ts +13 -0
- package/serialization/types/ProductAndSkUsList.js +45 -0
- package/serialization/types/ProductFieldData.d.ts +14 -0
- package/serialization/types/ProductFieldData.js +46 -0
- package/serialization/types/PublishStatus.d.ts +10 -0
- package/serialization/types/PublishStatus.js +31 -0
- package/serialization/types/PublishedItems.d.ts +13 -0
- package/serialization/types/PublishedItems.js +34 -0
- package/serialization/types/PublishedSite.d.ts +12 -0
- package/serialization/types/PublishedSite.js +33 -0
- package/serialization/types/RegisteredScriptList.d.ts +12 -0
- package/serialization/types/RegisteredScriptList.js +44 -0
- package/serialization/types/RemovedItems.d.ts +13 -0
- package/serialization/types/RemovedItems.js +34 -0
- package/serialization/types/ScriptApply.d.ts +15 -0
- package/serialization/types/ScriptApply.js +45 -0
- package/serialization/types/ScriptApplyList.d.ts +14 -0
- package/serialization/types/ScriptApplyList.js +46 -0
- package/serialization/types/ScriptApplyLocation.d.ts +10 -0
- package/serialization/types/ScriptApplyLocation.js +31 -0
- package/serialization/types/Site.d.ts +21 -0
- package/serialization/types/Site.js +53 -0
- package/serialization/types/SiteActivityLogItem.d.ts +22 -0
- package/serialization/types/SiteActivityLogItem.js +54 -0
- package/serialization/types/SiteActivityLogItemResourceOperation.d.ts +10 -0
- package/serialization/types/SiteActivityLogItemResourceOperation.js +31 -0
- package/serialization/types/SiteActivityLogResponse.d.ts +13 -0
- package/serialization/types/SiteActivityLogResponse.js +45 -0
- package/serialization/types/SitePublish.d.ts +12 -0
- package/serialization/types/SitePublish.js +42 -0
- package/serialization/types/SitePublishPayload.d.ts +15 -0
- package/serialization/types/SitePublishPayload.js +36 -0
- package/serialization/types/Sites.d.ts +12 -0
- package/serialization/types/Sites.js +42 -0
- package/serialization/types/Sku.d.ts +16 -0
- package/serialization/types/Sku.js +46 -0
- package/serialization/types/SkuFieldData.d.ts +15 -0
- package/serialization/types/SkuFieldData.js +45 -0
- package/serialization/types/SkuFieldDataPrice.d.ts +13 -0
- package/serialization/types/SkuFieldDataPrice.js +34 -0
- package/serialization/types/SkuPropertyList.d.ts +14 -0
- package/serialization/types/SkuPropertyList.js +46 -0
- package/serialization/types/SkuPropertyListEnumItem.d.ts +14 -0
- package/serialization/types/SkuPropertyListEnumItem.js +35 -0
- package/serialization/types/SkuValueList.d.ts +10 -0
- package/serialization/types/SkuValueList.js +31 -0
- package/serialization/types/StripeCard.d.ts +15 -0
- package/serialization/types/StripeCard.js +45 -0
- package/serialization/types/StripeCardBrand.d.ts +10 -0
- package/serialization/types/StripeCardBrand.js +31 -0
- package/serialization/types/StripeCardExpires.d.ts +13 -0
- package/serialization/types/StripeCardExpires.js +34 -0
- package/serialization/types/StripeDetails.d.ts +19 -0
- package/serialization/types/StripeDetails.js +40 -0
- package/serialization/types/TriggerType.d.ts +10 -0
- package/serialization/types/TriggerType.js +47 -0
- package/serialization/types/User.d.ts +20 -0
- package/serialization/types/User.js +52 -0
- package/serialization/types/UserAccessGroupsItem.d.ts +13 -0
- package/serialization/types/UserAccessGroupsItem.js +43 -0
- package/serialization/types/UserAccessGroupsItemType.d.ts +10 -0
- package/serialization/types/UserAccessGroupsItemType.js +31 -0
- package/serialization/types/UserData.d.ts +12 -0
- package/serialization/types/UserData.js +42 -0
- package/serialization/types/UserDataData.d.ts +16 -0
- package/serialization/types/UserDataData.js +37 -0
- package/serialization/types/UserLimitReached.d.ts +15 -0
- package/serialization/types/UserLimitReached.js +47 -0
- package/serialization/types/UserList.d.ts +16 -0
- package/serialization/types/UserList.js +46 -0
- package/serialization/types/UserStatus.d.ts +10 -0
- package/serialization/types/UserStatus.js +31 -0
- package/serialization/types/UserWebhookPayload.d.ts +13 -0
- package/serialization/types/UserWebhookPayload.js +43 -0
- package/serialization/types/UserWebhookPayloadTriggerType.d.ts +10 -0
- package/serialization/types/UserWebhookPayloadTriggerType.js +31 -0
- package/serialization/types/UsersNotEnabled.d.ts +15 -0
- package/serialization/types/UsersNotEnabled.js +47 -0
- package/serialization/types/Webhook.d.ts +19 -0
- package/serialization/types/Webhook.js +49 -0
- package/serialization/types/WebhookList.d.ts +13 -0
- package/serialization/types/WebhookList.js +45 -0
- package/serialization/types/index.d.ts +123 -0
- package/serialization/types/index.js +139 -0
- package/wrapper/WebflowClient.d.ts +30 -0
- package/wrapper/WebflowClient.js +115 -0
- package/LICENSE +0 -21
- package/dist/api/collection.d.ts +0 -112
- package/dist/api/collection.js +0 -94
- package/dist/api/item.d.ts +0 -177
- package/dist/api/item.js +0 -151
- package/dist/api/meta.d.ts +0 -53
- package/dist/api/meta.js +0 -25
- package/dist/api/oauth.d.ts +0 -71
- package/dist/api/oauth.js +0 -71
- package/dist/api/site.d.ts +0 -140
- package/dist/api/site.js +0 -137
- package/dist/api/user.d.ts +0 -143
- package/dist/api/user.js +0 -119
- package/dist/api/webhook.d.ts +0 -102
- package/dist/api/webhook.js +0 -80
- package/dist/core/error.d.ts +0 -21
- package/dist/core/error.js +0 -30
- package/dist/core/response.d.ts +0 -32
- package/dist/core/response.js +0 -26
- package/dist/core/webflow.d.ts +0 -390
- package/dist/core/webflow.js +0 -518
- package/src/api/collection.ts +0 -154
- package/src/api/index.ts +0 -7
- package/src/api/item.ts +0 -272
- package/src/api/meta.ts +0 -62
- package/src/api/oauth.ts +0 -123
- package/src/api/site.ts +0 -192
- package/src/api/user.ts +0 -192
- package/src/api/webhook.ts +0 -148
- package/src/core/error.ts +0 -40
- package/src/core/index.ts +0 -3
- package/src/core/response.ts +0 -50
- package/src/core/webflow.ts +0 -631
- package/src/index.ts +0 -3
- package/yarn.lock +0 -2840
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.OrdersRefundRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../../core"));
|
|
40
|
+
exports.OrdersRefundRequest = core.serialization.object({
|
|
41
|
+
reason: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).OrdersRefundRequestReason; })).optional(),
|
|
42
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../..";
|
|
5
|
+
import * as Webflow from "../../../../../api";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const OrdersUpdateFulfillRequest: core.serialization.Schema<serializers.OrdersUpdateFulfillRequest.Raw, Webflow.OrdersUpdateFulfillRequest>;
|
|
8
|
+
export declare namespace OrdersUpdateFulfillRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
sendOrderFulfilledEmail?: boolean | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.OrdersUpdateFulfillRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.OrdersUpdateFulfillRequest = core.serialization.object({
|
|
32
|
+
sendOrderFulfilledEmail: core.serialization.boolean().optional(),
|
|
33
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../..";
|
|
5
|
+
import * as Webflow from "../../../../../api";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const OrdersUpdateRequest: core.serialization.Schema<serializers.OrdersUpdateRequest.Raw, Webflow.OrdersUpdateRequest>;
|
|
8
|
+
export declare namespace OrdersUpdateRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
comment?: string | null;
|
|
11
|
+
shippingProvider?: string | null;
|
|
12
|
+
shippingTracking?: string | null;
|
|
13
|
+
shippingTrackingURL?: string | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.OrdersUpdateRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.OrdersUpdateRequest = core.serialization.object({
|
|
32
|
+
comment: core.serialization.string().optional(),
|
|
33
|
+
shippingProvider: core.serialization.string().optional(),
|
|
34
|
+
shippingTracking: core.serialization.string().optional(),
|
|
35
|
+
shippingTrackingUrl: core.serialization.property("shippingTrackingURL", core.serialization.string().optional()),
|
|
36
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OrdersRefundRequest = exports.OrdersUpdateFulfillRequest = exports.OrdersUpdateRequest = void 0;
|
|
4
|
+
var OrdersUpdateRequest_1 = require("./OrdersUpdateRequest");
|
|
5
|
+
Object.defineProperty(exports, "OrdersUpdateRequest", { enumerable: true, get: function () { return OrdersUpdateRequest_1.OrdersUpdateRequest; } });
|
|
6
|
+
var OrdersUpdateFulfillRequest_1 = require("./OrdersUpdateFulfillRequest");
|
|
7
|
+
Object.defineProperty(exports, "OrdersUpdateFulfillRequest", { enumerable: true, get: function () { return OrdersUpdateFulfillRequest_1.OrdersUpdateFulfillRequest; } });
|
|
8
|
+
var OrdersRefundRequest_1 = require("./OrdersRefundRequest");
|
|
9
|
+
Object.defineProperty(exports, "OrdersRefundRequest", { enumerable: true, get: function () { return OrdersRefundRequest_1.OrdersRefundRequest; } });
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Webflow from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const OrdersListRequestStatus: core.serialization.Schema<serializers.OrdersListRequestStatus.Raw, Webflow.OrdersListRequestStatus>;
|
|
8
|
+
export declare namespace OrdersListRequestStatus {
|
|
9
|
+
type Raw = "pending" | "refunded" | "dispute-lost" | "fulfilled" | "disputed" | "unfulfilled";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.OrdersListRequestStatus = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.OrdersListRequestStatus = core.serialization.enum_(["pending", "refunded", "dispute-lost", "fulfilled", "disputed", "unfulfilled"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Webflow from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const OrdersRefundRequestReason: core.serialization.Schema<serializers.OrdersRefundRequestReason.Raw, Webflow.OrdersRefundRequestReason>;
|
|
8
|
+
export declare namespace OrdersRefundRequestReason {
|
|
9
|
+
type Raw = "duplicate" | "fraudulent" | "requested";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.OrdersRefundRequestReason = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.OrdersRefundRequestReason = core.serialization.enum_(["duplicate", "fraudulent", "requested"]);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./OrdersListRequestStatus"), exports);
|
|
18
|
+
__exportStar(require("./OrdersRefundRequestReason"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../..";
|
|
5
|
+
import * as Webflow from "../../../../../api";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const ProductsCreateRequest: core.serialization.Schema<serializers.ProductsCreateRequest.Raw, Webflow.ProductsCreateRequest>;
|
|
8
|
+
export declare namespace ProductsCreateRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
publishStatus?: serializers.PublishStatus.Raw | null;
|
|
11
|
+
product: serializers.Product.Raw;
|
|
12
|
+
sku: serializers.Sku.Raw;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ProductsCreateRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../../core"));
|
|
40
|
+
exports.ProductsCreateRequest = core.serialization.object({
|
|
41
|
+
publishStatus: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).PublishStatus; })).optional(),
|
|
42
|
+
product: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Product; })),
|
|
43
|
+
sku: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Sku; })),
|
|
44
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../..";
|
|
5
|
+
import * as Webflow from "../../../../../api";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const ProductsCreateSkuRequest: core.serialization.Schema<serializers.ProductsCreateSkuRequest.Raw, Webflow.ProductsCreateSkuRequest>;
|
|
8
|
+
export declare namespace ProductsCreateSkuRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
publishStatus?: serializers.PublishStatus.Raw | null;
|
|
11
|
+
skus: serializers.Sku.Raw[];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ProductsCreateSkuRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../../core"));
|
|
40
|
+
exports.ProductsCreateSkuRequest = core.serialization.object({
|
|
41
|
+
publishStatus: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).PublishStatus; })).optional(),
|
|
42
|
+
skus: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Sku; }))),
|
|
43
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../..";
|
|
5
|
+
import * as Webflow from "../../../../../api";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const ProductsUpdateRequest: core.serialization.Schema<serializers.ProductsUpdateRequest.Raw, Webflow.ProductsUpdateRequest>;
|
|
8
|
+
export declare namespace ProductsUpdateRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
publishStatus?: serializers.PublishStatus.Raw | null;
|
|
11
|
+
product: serializers.Product.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ProductsUpdateRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../../core"));
|
|
40
|
+
exports.ProductsUpdateRequest = core.serialization.object({
|
|
41
|
+
publishStatus: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).PublishStatus; })).optional(),
|
|
42
|
+
product: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Product; })),
|
|
43
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../..";
|
|
5
|
+
import * as Webflow from "../../../../../api";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const ProductsUpdateSkuRequest: core.serialization.Schema<serializers.ProductsUpdateSkuRequest.Raw, Webflow.ProductsUpdateSkuRequest>;
|
|
8
|
+
export declare namespace ProductsUpdateSkuRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
publishStatus?: serializers.PublishStatus.Raw | null;
|
|
11
|
+
sku: serializers.Sku.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ProductsUpdateSkuRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../../core"));
|
|
40
|
+
exports.ProductsUpdateSkuRequest = core.serialization.object({
|
|
41
|
+
publishStatus: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).PublishStatus; })).optional(),
|
|
42
|
+
sku: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Sku; })),
|
|
43
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { ProductsCreateRequest } from "./ProductsCreateRequest";
|
|
2
|
+
export { ProductsUpdateRequest } from "./ProductsUpdateRequest";
|
|
3
|
+
export { ProductsCreateSkuRequest } from "./ProductsCreateSkuRequest";
|
|
4
|
+
export { ProductsUpdateSkuRequest } from "./ProductsUpdateSkuRequest";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProductsUpdateSkuRequest = exports.ProductsCreateSkuRequest = exports.ProductsUpdateRequest = exports.ProductsCreateRequest = void 0;
|
|
4
|
+
var ProductsCreateRequest_1 = require("./ProductsCreateRequest");
|
|
5
|
+
Object.defineProperty(exports, "ProductsCreateRequest", { enumerable: true, get: function () { return ProductsCreateRequest_1.ProductsCreateRequest; } });
|
|
6
|
+
var ProductsUpdateRequest_1 = require("./ProductsUpdateRequest");
|
|
7
|
+
Object.defineProperty(exports, "ProductsUpdateRequest", { enumerable: true, get: function () { return ProductsUpdateRequest_1.ProductsUpdateRequest; } });
|
|
8
|
+
var ProductsCreateSkuRequest_1 = require("./ProductsCreateSkuRequest");
|
|
9
|
+
Object.defineProperty(exports, "ProductsCreateSkuRequest", { enumerable: true, get: function () { return ProductsCreateSkuRequest_1.ProductsCreateSkuRequest; } });
|
|
10
|
+
var ProductsUpdateSkuRequest_1 = require("./ProductsUpdateSkuRequest");
|
|
11
|
+
Object.defineProperty(exports, "ProductsUpdateSkuRequest", { enumerable: true, get: function () { return ProductsUpdateSkuRequest_1.ProductsUpdateSkuRequest; } });
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Webflow from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ProductsCreateSkuResponse: core.serialization.ObjectSchema<serializers.ProductsCreateSkuResponse.Raw, Webflow.ProductsCreateSkuResponse>;
|
|
8
|
+
export declare namespace ProductsCreateSkuResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
skus?: serializers.Sku.Raw[] | null;
|
|
11
|
+
}
|
|
12
|
+
}
|