@digital8/lighting-illusions-ts-sdk 0.0.1982 → 0.0.1983
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/.openapi-generator/FILES +372 -398
- package/README.md +309 -314
- package/dist/apis/AdminApi.d.ts +21 -4
- package/dist/apis/AdminApi.js +64 -4
- package/dist/apis/AssetApi.d.ts +12 -12
- package/dist/apis/AssetApi.js +4 -4
- package/dist/apis/AttributeApi.d.ts +61 -61
- package/dist/apis/AttributeApi.js +21 -21
- package/dist/apis/CartsApi.d.ts +215 -0
- package/dist/apis/CartsApi.js +814 -0
- package/dist/apis/CustomersApi.d.ts +83 -0
- package/dist/apis/CustomersApi.js +320 -0
- package/dist/apis/DefinitionApi.d.ts +18 -18
- package/dist/apis/DefinitionApi.js +6 -6
- package/dist/apis/DocumentApi.d.ts +36 -36
- package/dist/apis/DocumentApi.js +12 -12
- package/dist/apis/ExternalApiLogApi.d.ts +12 -12
- package/dist/apis/ExternalApiLogApi.js +4 -4
- package/dist/apis/GoogleCategoryApi.d.ts +6 -6
- package/dist/apis/GoogleCategoryApi.js +2 -2
- package/dist/apis/LabelApi.d.ts +13 -13
- package/dist/apis/LabelApi.js +5 -5
- package/dist/apis/MenuApi.d.ts +18 -18
- package/dist/apis/MenuApi.js +6 -6
- package/dist/apis/MenuItemsApi.d.ts +24 -24
- package/dist/apis/MenuItemsApi.js +8 -8
- package/dist/apis/OrdersApi.d.ts +213 -0
- package/dist/apis/OrdersApi.js +811 -0
- package/dist/apis/OverlayTemplateApi.d.ts +38 -38
- package/dist/apis/OverlayTemplateApi.js +14 -14
- package/dist/apis/ProductApi.d.ts +69 -69
- package/dist/apis/ProductApi.js +25 -25
- package/dist/apis/ProductCategoryApi.d.ts +44 -44
- package/dist/apis/ProductCategoryApi.js +16 -16
- package/dist/apis/ProductRangeApi.d.ts +59 -59
- package/dist/apis/ProductRangeApi.js +23 -23
- package/dist/apis/ProductRegistrationApi.d.ts +20 -20
- package/dist/apis/ProductRegistrationApi.js +8 -8
- package/dist/apis/ProductTypeApi.d.ts +25 -25
- package/dist/apis/ProductTypeApi.js +9 -9
- package/dist/apis/RedirectApi.d.ts +6 -6
- package/dist/apis/RedirectApi.js +2 -2
- package/dist/apis/SiteApi.d.ts +35 -19
- package/dist/apis/SiteApi.js +67 -7
- package/dist/apis/StoreApi.d.ts +37 -37
- package/dist/apis/StoreApi.js +13 -13
- package/dist/apis/SupplierApi.d.ts +31 -31
- package/dist/apis/SupplierApi.js +11 -11
- package/dist/apis/TagApi.d.ts +15 -15
- package/dist/apis/TagApi.js +7 -7
- package/dist/apis/TransactionsApi.d.ts +69 -0
- package/dist/apis/TransactionsApi.js +262 -0
- package/dist/apis/index.d.ts +4 -5
- package/dist/apis/index.js +4 -5
- package/dist/models/AddressFrontendResource.d.ts +1 -1
- package/dist/models/AddressFrontendResource.js +1 -3
- package/dist/models/AddressResource.d.ts +13 -1
- package/dist/models/AddressResource.js +5 -3
- package/dist/models/AddressType.d.ts +25 -0
- package/dist/models/AddressType.js +51 -0
- package/dist/models/AdminNoteResource.d.ts +68 -0
- package/dist/models/AdminNoteResource.js +71 -0
- package/dist/models/AdminNoteResourceArrayResponse.d.ts +33 -0
- package/dist/models/AdminNoteResourceArrayResponse.js +50 -0
- package/dist/models/AdminOrderResource.d.ts +286 -0
- package/dist/models/AdminOrderResource.js +203 -0
- package/dist/models/AdminOrderResourceArrayResponse.d.ts +33 -0
- package/dist/models/AdminOrderResourceArrayResponse.js +50 -0
- package/dist/models/AssetFileForUploadResource.d.ts +2 -2
- package/dist/models/AssetFrontendResource.d.ts +0 -12
- package/dist/models/AssetFrontendResource.js +0 -6
- package/dist/models/AssetLiteResource.d.ts +2 -14
- package/dist/models/AssetLiteResource.js +0 -6
- package/dist/models/AssetResource.d.ts +2 -14
- package/dist/models/AssetResource.js +0 -6
- package/dist/models/AssetWithOverlayLinkResource.d.ts +2 -14
- package/dist/models/AssetWithOverlayLinkResource.js +0 -6
- package/dist/models/AttachAccessoriesProductChildRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductChildRequest.js +51 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +38 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.js +53 -0
- package/dist/models/AttachAttributeProductTypeRequest.d.ts +48 -0
- package/dist/models/AttachAttributeProductTypeRequest.js +65 -0
- package/dist/models/AttachAttributesProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachAttributesProductRangeRequest.js +52 -0
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +38 -0
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +53 -0
- package/dist/models/AttachCouponCartRequest.d.ts +32 -0
- package/dist/models/AttachCouponCartRequest.js +51 -0
- package/dist/models/AttachCouponOrderRequest.d.ts +32 -0
- package/dist/models/AttachCouponOrderRequest.js +51 -0
- package/dist/models/AttachDocumentablesDocumentRequest.d.ts +33 -0
- package/dist/models/AttachDocumentablesDocumentRequest.js +52 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +53 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +66 -0
- package/dist/models/AttachDocumentsProductChildRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsProductChildRequest.js +52 -0
- package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.d.ts +38 -0
- package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.js +53 -0
- package/dist/models/AttachDocumentsProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsProductRangeRequest.js +52 -0
- package/dist/models/AttachItemCartRequest.d.ts +44 -0
- package/dist/models/AttachItemCartRequest.js +57 -0
- package/dist/models/AttachItemOrderRequest.d.ts +44 -0
- package/dist/models/AttachItemOrderRequest.js +57 -0
- package/dist/models/AttachProductTypeAttributeRequest.d.ts +48 -0
- package/dist/models/AttachProductTypeAttributeRequest.js +65 -0
- package/dist/models/AttachProductsProductCategoryRequest.d.ts +32 -0
- package/dist/models/AttachProductsProductCategoryRequest.js +51 -0
- package/dist/models/AttachStoresSupplierRequest.d.ts +32 -0
- package/dist/models/AttachStoresSupplierRequest.js +51 -0
- package/dist/models/AttachSuppliersStoreRequest.d.ts +32 -0
- package/dist/models/AttachSuppliersStoreRequest.js +51 -0
- package/dist/models/CartCouponResource.d.ts +50 -0
- package/dist/models/CartCouponResource.js +63 -0
- package/dist/models/CartCouponResourceArrayResponse.d.ts +33 -0
- package/dist/models/CartCouponResourceArrayResponse.js +50 -0
- package/dist/models/CartListResource.d.ts +137 -0
- package/dist/models/CartListResource.js +108 -0
- package/dist/models/CartListResourceArrayResponse.d.ts +33 -0
- package/dist/models/CartListResourceArrayResponse.js +50 -0
- package/dist/models/CartOrderSource.d.ts +29 -0
- package/dist/models/CartOrderSource.js +55 -0
- package/dist/models/CartResource.d.ts +235 -0
- package/dist/models/CartResource.js +170 -0
- package/dist/models/CartResourceArrayResponse.d.ts +33 -0
- package/dist/models/CartResourceArrayResponse.js +50 -0
- package/dist/models/CartStatus.d.ts +26 -0
- package/dist/models/CartStatus.js +52 -0
- package/dist/models/CustomerListResource.d.ts +70 -0
- package/dist/models/CustomerListResource.js +75 -0
- package/dist/models/CustomerListResourceArrayResponse.d.ts +33 -0
- package/dist/models/CustomerListResourceArrayResponse.js +50 -0
- package/dist/models/CustomerResource.d.ts +70 -0
- package/dist/models/CustomerResource.js +75 -0
- package/dist/models/CustomerResourceArrayResponse.d.ts +33 -0
- package/dist/models/CustomerResourceArrayResponse.js +50 -0
- package/dist/models/DestroyAttributeValueRequest.d.ts +32 -0
- package/dist/models/DestroyAttributeValueRequest.js +49 -0
- package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +51 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.js +64 -0
- package/dist/models/DetachAttributesProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAttributesProductRangeRequest.js +51 -0
- package/dist/models/DetachCouponCartRequest.d.ts +32 -0
- package/dist/models/DetachCouponCartRequest.js +51 -0
- package/dist/models/DetachCouponOrderRequest.d.ts +32 -0
- package/dist/models/DetachCouponOrderRequest.js +51 -0
- package/dist/models/DetachDocumentablesDocumentRequest.d.ts +33 -0
- package/dist/models/DetachDocumentablesDocumentRequest.js +52 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +47 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +64 -0
- package/dist/models/DetachDocumentsProductChildRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsProductChildRequest.js +51 -0
- package/dist/models/DetachDocumentsProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsProductRangeRequest.js +51 -0
- package/dist/models/DetachProductsProductCategoryRequest.d.ts +32 -0
- package/dist/models/DetachProductsProductCategoryRequest.js +51 -0
- package/dist/models/DetachStoresSupplierRequest.d.ts +32 -0
- package/dist/models/DetachStoresSupplierRequest.js +51 -0
- package/dist/models/DetachSuppliersStoreRequest.d.ts +32 -0
- package/dist/models/DetachSuppliersStoreRequest.js +51 -0
- package/dist/models/DiscountType.d.ts +26 -0
- package/dist/models/DiscountType.js +52 -0
- package/dist/models/DiscountValueType.d.ts +25 -0
- package/dist/models/DiscountValueType.js +51 -0
- package/dist/models/DocumentFileForUploadResource.d.ts +2 -2
- package/dist/models/ExternalApiSyncStatus.d.ts +0 -1
- package/dist/models/ExternalApiSyncStatus.js +1 -2
- package/dist/models/GetAllAdminNoteRequest.d.ts +102 -0
- package/dist/models/GetAllAdminNoteRequest.js +82 -0
- package/dist/models/GetAllAttributeRequest.d.ts +108 -0
- package/dist/models/GetAllAttributeRequest.js +91 -0
- package/dist/models/GetAllAttributeValueRequest.d.ts +93 -0
- package/dist/models/GetAllAttributeValueRequest.js +84 -0
- package/dist/models/GetAllDefinitionRequest.d.ts +80 -0
- package/dist/models/GetAllDefinitionRequest.js +76 -0
- package/dist/models/GetAllDocumentRequest.d.ts +95 -0
- package/dist/models/GetAllDocumentRequest.js +86 -0
- package/dist/models/GetAllGoogleCategoryRequest.d.ts +92 -0
- package/dist/models/GetAllGoogleCategoryRequest.js +80 -0
- package/dist/models/GetAllMenuItemRequest.d.ts +93 -0
- package/dist/models/GetAllMenuItemRequest.js +81 -0
- package/dist/models/GetAllMenuRequest.d.ts +93 -0
- package/dist/models/GetAllMenuRequest.js +81 -0
- package/dist/models/GetAllOrderRequest.d.ts +105 -0
- package/dist/models/GetAllOrderRequest.js +85 -0
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +93 -0
- package/dist/models/GetAllOverlayTemplateRequest.js +84 -0
- package/dist/models/GetAllProductCategoryRequest.d.ts +121 -0
- package/dist/models/GetAllProductCategoryRequest.js +96 -0
- package/dist/models/GetAllProductChildRequest.d.ts +171 -0
- package/dist/models/GetAllProductChildRequest.js +118 -0
- package/dist/models/GetAllProductRangeRequest.d.ts +98 -0
- package/dist/models/GetAllProductRangeRequest.js +82 -0
- package/dist/models/GetAllProductRegistrationRequest.d.ts +88 -0
- package/dist/models/GetAllProductRegistrationRequest.js +80 -0
- package/dist/models/GetAllProductRequest.d.ts +119 -0
- package/dist/models/GetAllProductRequest.js +94 -0
- package/dist/models/GetAllProductTypeRequest.d.ts +88 -0
- package/dist/models/GetAllProductTypeRequest.js +83 -0
- package/dist/models/GetAllStoreRequest.d.ts +93 -0
- package/dist/models/GetAllStoreRequest.js +81 -0
- package/dist/models/GetAllSupplierRequest.d.ts +89 -0
- package/dist/models/GetAllSupplierRequest.js +84 -0
- package/dist/models/GetHierarchyMenuItemRequest.d.ts +32 -0
- package/dist/models/GetHierarchyMenuItemRequest.js +51 -0
- package/dist/models/GetHierarchyProductCategoryRequest.d.ts +32 -0
- package/dist/models/GetHierarchyProductCategoryRequest.js +51 -0
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.d.ts +40 -0
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.js +57 -0
- package/dist/models/IndexAttributeRequest.d.ts +120 -0
- package/dist/models/IndexAttributeRequest.js +95 -0
- package/dist/models/IndexAttributeValueRequest.d.ts +105 -0
- package/dist/models/IndexAttributeValueRequest.js +88 -0
- package/dist/models/IndexCartRequest.d.ts +154 -0
- package/dist/models/IndexCartRequest.js +105 -0
- package/dist/models/IndexCustomerRequest.d.ts +99 -0
- package/dist/models/IndexCustomerRequest.js +83 -0
- package/dist/models/IndexDefinitionRequest.d.ts +92 -0
- package/dist/models/IndexDefinitionRequest.js +80 -0
- package/dist/models/IndexDocumentRequest.d.ts +107 -0
- package/dist/models/IndexDocumentRequest.js +90 -0
- package/dist/models/IndexExternalApiLogRequest.d.ts +161 -0
- package/dist/models/IndexExternalApiLogRequest.js +105 -0
- package/dist/models/IndexLabelRequest.d.ts +109 -0
- package/dist/models/IndexLabelRequest.js +92 -0
- package/dist/models/IndexMenuRequest.d.ts +105 -0
- package/dist/models/IndexMenuRequest.js +85 -0
- package/dist/models/IndexModelAttributeRequest.d.ts +118 -0
- package/dist/models/IndexModelAttributeRequest.js +93 -0
- package/dist/models/IndexOrderRequest.d.ts +141 -0
- package/dist/models/IndexOrderRequest.js +97 -0
- package/dist/models/IndexOverlayTemplateRequest.d.ts +105 -0
- package/dist/models/IndexOverlayTemplateRequest.js +88 -0
- package/dist/models/IndexProductCategoryRequest.d.ts +148 -0
- package/dist/models/IndexProductCategoryRequest.js +107 -0
- package/dist/models/IndexProductChildRequest.d.ts +193 -0
- package/dist/models/IndexProductChildRequest.js +132 -0
- package/dist/models/IndexProductRangeRequest.d.ts +110 -0
- package/dist/models/IndexProductRangeRequest.js +86 -0
- package/dist/models/IndexProductRegistrationRequest.d.ts +131 -0
- package/dist/models/IndexProductRegistrationRequest.js +98 -0
- package/dist/models/IndexProductRequest.d.ts +130 -0
- package/dist/models/IndexProductRequest.js +97 -0
- package/dist/models/IndexProductTypeRequest.d.ts +99 -0
- package/dist/models/IndexProductTypeRequest.js +86 -0
- package/dist/models/IndexRedirectRequest.d.ts +124 -0
- package/dist/models/IndexRedirectRequest.js +95 -0
- package/dist/models/IndexSiteNotificationRequest.d.ts +99 -0
- package/dist/models/IndexSiteNotificationRequest.js +83 -0
- package/dist/models/IndexSiteRequest.d.ts +93 -0
- package/dist/models/IndexSiteRequest.js +81 -0
- package/dist/models/IndexStoreRequest.d.ts +105 -0
- package/dist/models/IndexStoreRequest.js +85 -0
- package/dist/models/IndexSupplierRequest.d.ts +101 -0
- package/dist/models/IndexSupplierRequest.js +88 -0
- package/dist/models/IndexTagRequest.d.ts +112 -0
- package/dist/models/IndexTagRequest.js +91 -0
- package/dist/models/IndexTransactionRequest.d.ts +127 -0
- package/dist/models/IndexTransactionRequest.js +91 -0
- package/dist/models/LiAddressResource.d.ts +86 -0
- package/dist/models/LiAddressResource.js +83 -0
- package/dist/models/LiAddressResourceArrayResponse.d.ts +33 -0
- package/dist/models/LiAddressResourceArrayResponse.js +50 -0
- package/dist/models/LineItemDiscountResource.d.ts +50 -0
- package/dist/models/LineItemDiscountResource.js +63 -0
- package/dist/models/LineItemDiscountResourceArrayResponse.d.ts +33 -0
- package/dist/models/LineItemDiscountResourceArrayResponse.js +50 -0
- package/dist/models/LineItemListResource.d.ts +82 -0
- package/dist/models/LineItemListResource.js +83 -0
- package/dist/models/LineItemListResourceArrayResponse.d.ts +33 -0
- package/dist/models/LineItemListResourceArrayResponse.js +50 -0
- package/dist/models/ListAssetsProductRegistrationRequest.d.ts +103 -0
- package/dist/models/ListAssetsProductRegistrationRequest.js +83 -0
- package/dist/models/MenuPosition.d.ts +1 -0
- package/dist/models/MenuPosition.js +2 -1
- package/dist/models/OrderListResource.d.ts +127 -0
- package/dist/models/OrderListResource.js +106 -0
- package/dist/models/OrderListResourceArrayResponse.d.ts +33 -0
- package/dist/models/OrderListResourceArrayResponse.js +50 -0
- package/dist/models/OrderLiteResource.d.ts +62 -0
- package/dist/models/OrderLiteResource.js +67 -0
- package/dist/models/OrderLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/OrderLiteResourceArrayResponse.js +50 -0
- package/dist/models/OrderStatusLiteResource.d.ts +44 -0
- package/dist/models/OrderStatusLiteResource.js +59 -0
- package/dist/models/OrderStatusLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/OrderStatusLiteResourceArrayResponse.js +50 -0
- package/dist/models/OrderStatusWithCountResource.d.ts +50 -0
- package/dist/models/OrderStatusWithCountResource.js +63 -0
- package/dist/models/OrderStatusWithCountResourceArrayResponse.d.ts +33 -0
- package/dist/models/OrderStatusWithCountResourceArrayResponse.js +50 -0
- package/dist/models/PaginatedAdminNoteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedAdminNoteResourceResponse.js +57 -0
- package/dist/models/PaginatedCartListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedCartListResourceResponse.js +57 -0
- package/dist/models/PaginatedCustomerListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedCustomerListResourceResponse.js +57 -0
- package/dist/models/PaginatedOrderListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedOrderListResourceResponse.js +57 -0
- package/dist/models/PaginatedTransactionResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedTransactionResourceResponse.js +57 -0
- package/dist/models/PaymentMethod.d.ts +30 -0
- package/dist/models/PaymentMethod.js +56 -0
- package/dist/models/PaymentSource.d.ts +26 -0
- package/dist/models/PaymentSource.js +52 -0
- package/dist/models/PaymentStatus.d.ts +25 -0
- package/dist/models/PaymentStatus.js +51 -0
- package/dist/models/PreviewAutomationRulesProductCategoryRequest.d.ts +53 -0
- package/dist/models/PreviewAutomationRulesProductCategoryRequest.js +68 -0
- package/dist/models/ProductChildCartLiteResource.d.ts +88 -0
- package/dist/models/ProductChildCartLiteResource.js +89 -0
- package/dist/models/ProductChildCartLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildCartLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildLiteResource.d.ts +0 -6
- package/dist/models/ProductChildLiteResource.js +0 -4
- package/dist/models/ProductChildSiteDetailLiteResource.d.ts +7 -0
- package/dist/models/ProductChildSiteDetailLiteResource.js +5 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.d.ts +0 -6
- package/dist/models/ProductRangeSiteDetailLiteResource.js +0 -4
- package/dist/models/ProductResource.d.ts +2 -2
- package/dist/models/ProductSearchResultResource.d.ts +2 -2
- package/dist/models/RefundTransactionRequest.d.ts +38 -0
- package/dist/models/RefundTransactionRequest.js +53 -0
- package/dist/models/SearchLinkablesMenuItemRequest.d.ts +54 -0
- package/dist/models/SearchLinkablesMenuItemRequest.js +65 -0
- package/dist/models/ShippingType.d.ts +28 -0
- package/dist/models/ShippingType.js +54 -0
- package/dist/models/ShowAssetsProductChildRequest.d.ts +32 -0
- package/dist/models/ShowAssetsProductChildRequest.js +49 -0
- package/dist/models/ShowAttributesProductChildRequest.d.ts +99 -0
- package/dist/models/ShowAttributesProductChildRequest.js +83 -0
- package/dist/models/SitePaymentConfigResource.d.ts +6 -0
- package/dist/models/SitePaymentConfigResource.js +4 -0
- package/dist/models/StoreAssetFileRequest.d.ts +38 -0
- package/dist/models/StoreAssetFileRequest.js +55 -0
- package/dist/models/StoreAssetForAssetableRequest.d.ts +86 -0
- package/dist/models/StoreAssetForAssetableRequest.js +87 -0
- package/dist/models/StoreAttributeRequest.d.ts +65 -0
- package/dist/models/StoreAttributeRequest.js +74 -0
- package/dist/models/StoreAttributeValueRequest.d.ts +38 -0
- package/dist/models/StoreAttributeValueRequest.js +55 -0
- package/dist/models/StoreCartRequest.d.ts +166 -0
- package/dist/models/StoreCartRequest.js +114 -0
- package/dist/models/StoreCartRequestCustomer.d.ts +50 -0
- package/dist/models/StoreCartRequestCustomer.js +55 -0
- package/dist/models/StoreCartRequestItemsInner.d.ts +44 -0
- package/dist/models/StoreCartRequestItemsInner.js +57 -0
- package/dist/models/StoreCartRequestShippingAddress.d.ts +74 -0
- package/dist/models/StoreCartRequestShippingAddress.js +63 -0
- package/dist/models/StoreCustomerRequest.d.ts +56 -0
- package/dist/models/StoreCustomerRequest.js +65 -0
- package/dist/models/StoreDefinitionRequest.d.ts +38 -0
- package/dist/models/StoreDefinitionRequest.js +55 -0
- package/dist/models/StoreDocumentFileRequest.d.ts +38 -0
- package/dist/models/StoreDocumentFileRequest.js +55 -0
- package/dist/models/StoreDocumentRequest.d.ts +44 -0
- package/dist/models/StoreDocumentRequest.js +57 -0
- package/dist/models/StoreFrontendResource.d.ts +1 -1
- package/dist/models/StoreFrontendResource.js +3 -1
- package/dist/models/StoreLabelRequest.d.ts +74 -0
- package/dist/models/StoreLabelRequest.js +71 -0
- package/dist/models/StoreListResource.d.ts +1 -13
- package/dist/models/StoreListResource.js +5 -15
- package/dist/models/StoreMenuItemRequest.d.ts +97 -0
- package/dist/models/StoreMenuItemRequest.js +84 -0
- package/dist/models/StoreMenuItemRequestMenuItemLink.d.ts +60 -0
- package/dist/models/StoreMenuItemRequestMenuItemLink.js +65 -0
- package/dist/models/StoreMenuRequest.d.ts +54 -0
- package/dist/models/StoreMenuRequest.js +69 -0
- package/dist/models/StoreOverlayTemplateAssetRequest.d.ts +87 -0
- package/dist/models/StoreOverlayTemplateAssetRequest.js +84 -0
- package/dist/models/StoreOverlayTemplateRequest.d.ts +38 -0
- package/dist/models/StoreOverlayTemplateRequest.js +55 -0
- package/dist/models/StoreProductCategoryRequest.d.ts +127 -0
- package/dist/models/StoreProductCategoryRequest.js +96 -0
- package/dist/models/StoreProductCategoryRequestAutomationRulesInner.d.ts +87 -0
- package/dist/models/StoreProductCategoryRequestAutomationRulesInner.js +89 -0
- package/dist/models/StoreProductCategoryRequestDescriptionsInner.d.ts +44 -0
- package/dist/models/StoreProductCategoryRequestDescriptionsInner.js +55 -0
- package/dist/models/StoreProductCategoryRequestSeoInner.d.ts +44 -0
- package/dist/models/StoreProductCategoryRequestSeoInner.js +55 -0
- package/dist/models/StoreProductChildRequest.d.ts +149 -0
- package/dist/models/StoreProductChildRequest.js +110 -0
- package/dist/models/StoreProductChildRequestAssetsInner.d.ts +62 -0
- package/dist/models/StoreProductChildRequestAssetsInner.js +69 -0
- package/dist/models/StoreProductChildRequestAttributeValuesInner.d.ts +44 -0
- package/dist/models/StoreProductChildRequestAttributeValuesInner.js +55 -0
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +104 -0
- package/dist/models/StoreProductChildRequestSitesInner.js +89 -0
- package/dist/models/StoreProductRangeRequest.d.ts +52 -0
- package/dist/models/StoreProductRangeRequest.js +59 -0
- package/dist/models/StoreProductRangeRequestSitesInner.d.ts +92 -0
- package/dist/models/StoreProductRangeRequestSitesInner.js +75 -0
- package/dist/models/StoreProductRequest.d.ts +81 -0
- package/dist/models/StoreProductRequest.js +78 -0
- package/dist/models/StoreProductRequestCategoriesInner.d.ts +38 -0
- package/dist/models/StoreProductRequestCategoriesInner.js +55 -0
- package/dist/models/StoreProductTypeRequest.d.ts +32 -0
- package/dist/models/StoreProductTypeRequest.js +51 -0
- package/dist/models/StoreResource.d.ts +1 -13
- package/dist/models/StoreResource.js +7 -17
- package/dist/models/StoreSiteNotificationRequest.d.ts +62 -0
- package/dist/models/StoreSiteNotificationRequest.js +71 -0
- package/dist/models/StoreSpecialDateResource.js +4 -4
- package/dist/models/StoreStoreRequest.d.ts +100 -0
- package/dist/models/StoreStoreRequest.js +85 -0
- package/dist/models/StoreStoreRequestAddress.d.ts +74 -0
- package/dist/models/StoreStoreRequestAddress.js +75 -0
- package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +62 -0
- package/dist/models/StoreStoreRequestSpecialDatesInner.js +61 -0
- package/dist/models/StoreStoreSpecialDateRequest.d.ts +62 -0
- package/dist/models/StoreStoreSpecialDateRequest.js +61 -0
- package/dist/models/StoreSupplierRequest.d.ts +76 -0
- package/dist/models/StoreSupplierRequest.js +79 -0
- package/dist/models/StoreTagRequest.d.ts +82 -0
- package/dist/models/StoreTagRequest.js +79 -0
- package/dist/models/StoreTransactionRequest.d.ts +81 -0
- package/dist/models/StoreTransactionRequest.js +78 -0
- package/dist/models/StoreTransactionResource.d.ts +39 -0
- package/dist/models/StoreTransactionResource.js +56 -0
- package/dist/models/StoreTransactionResourceArrayResponse.d.ts +33 -0
- package/dist/models/StoreTransactionResourceArrayResponse.js +50 -0
- package/dist/models/TransactionLiteResource.d.ts +86 -0
- package/dist/models/TransactionLiteResource.js +85 -0
- package/dist/models/TransactionLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/TransactionLiteResourceArrayResponse.js +50 -0
- package/dist/models/TransactionResource.d.ts +128 -0
- package/dist/models/TransactionResource.js +101 -0
- package/dist/models/TransactionResourceArrayResponse.d.ts +33 -0
- package/dist/models/TransactionResourceArrayResponse.js +50 -0
- package/dist/models/TransactionType.d.ts +25 -0
- package/dist/models/TransactionType.js +51 -0
- package/dist/models/UpdateAssetForAssetableRequest.d.ts +0 -12
- package/dist/models/UpdateAssetForAssetableRequest.js +0 -4
- package/dist/models/UpdateCartRequest.d.ts +141 -0
- package/dist/models/UpdateCartRequest.js +101 -0
- package/dist/models/UpdateCustomerRequest.d.ts +56 -0
- package/dist/models/UpdateCustomerRequest.js +63 -0
- package/dist/models/UpdateFilterOrderAttributeRequest.d.ts +33 -0
- package/dist/models/UpdateFilterOrderAttributeRequest.js +52 -0
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.d.ts +38 -0
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.js +55 -0
- package/dist/models/UpdateItemCartRequest.d.ts +38 -0
- package/dist/models/UpdateItemCartRequest.js +53 -0
- package/dist/models/UpdateItemOrderRequest.d.ts +38 -0
- package/dist/models/UpdateItemOrderRequest.js +53 -0
- package/dist/models/UpdateMenuItemRequest.d.ts +3 -3
- package/dist/models/UpdateMenuItemRequest.js +3 -3
- package/dist/models/UpdateMenuRequest.d.ts +1 -0
- package/dist/models/UpdateMenuRequest.js +2 -1
- package/dist/models/UpdateOrderRequest.d.ts +117 -0
- package/dist/models/UpdateOrderRequest.js +101 -0
- package/dist/models/UpdateOrderRequestBillingAddress.d.ts +74 -0
- package/dist/models/UpdateOrderRequestBillingAddress.js +65 -0
- package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +2 -14
- package/dist/models/UpdateOverlayTemplateAssetRequest.js +6 -6
- package/dist/models/UpdateProductCategoryRequest.d.ts +9 -21
- package/dist/models/UpdateProductCategoryRequest.js +9 -13
- package/dist/models/UpdateProductChildRequest.d.ts +3 -3
- package/dist/models/UpdateProductChildRequest.js +3 -3
- package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +2 -14
- package/dist/models/UpdateProductChildRequestAssetsInner.js +6 -6
- package/dist/models/UpdateProductRangeRequest.d.ts +3 -3
- package/dist/models/UpdateProductRangeRequest.js +3 -3
- package/dist/models/UpdateProductRequest.d.ts +3 -3
- package/dist/models/UpdateProductRequest.js +3 -3
- package/dist/models/UpdateSiteRequest.d.ts +6 -0
- package/dist/models/UpdateSiteRequest.js +4 -0
- package/dist/models/UpdateStoreRequest.d.ts +3 -15
- package/dist/models/UpdateStoreRequest.js +3 -7
- package/dist/models/UpdateSupplierRequest.d.ts +8 -20
- package/dist/models/UpdateSupplierRequest.js +12 -12
- package/dist/models/WishlistToggleResource.d.ts +2 -2
- package/dist/models/index.d.ts +182 -194
- package/dist/models/index.js +182 -194
- package/docs/AddressResource.md +4 -0
- package/docs/AddressType.md +32 -0
- package/docs/AdminApi.md +78 -12
- package/docs/AdminNoteResource.md +46 -0
- package/docs/AdminNoteResourceArrayResponse.md +34 -0
- package/docs/AdminOrderResource.md +118 -0
- package/docs/AdminOrderResourceArrayResponse.md +34 -0
- package/docs/AssetApi.md +14 -14
- package/docs/AssetFileForUploadResource.md +1 -1
- package/docs/AssetFrontendResource.md +0 -4
- package/docs/AssetLiteResource.md +1 -5
- package/docs/AssetResource.md +1 -5
- package/docs/AssetWithOverlayLinkResource.md +1 -5
- package/docs/AttachAccessoriesProductChildRequest.md +34 -0
- package/docs/AttachAccessoriesProductRangeRequest.md +34 -0
- package/docs/AttachAssetsOverlayTemplateRequest.md +36 -0
- package/docs/AttachAttributeProductTypeRequest.md +36 -0
- package/docs/AttachAttributesProductRangeRequest.md +34 -0
- package/docs/AttachAttributesProductRangeRequestAttributesInner.md +36 -0
- package/docs/AttachCouponCartRequest.md +34 -0
- package/docs/AttachCouponOrderRequest.md +34 -0
- package/docs/AttachDocumentablesDocumentRequest.md +34 -0
- package/docs/AttachDocumentablesDocumentRequestDocumentablesInner.md +38 -0
- package/docs/AttachDocumentsProductChildRequest.md +34 -0
- package/docs/AttachDocumentsProductChildRequestDocumentsInner.md +36 -0
- package/docs/AttachDocumentsProductRangeRequest.md +34 -0
- package/docs/AttachItemCartRequest.md +38 -0
- package/docs/AttachItemOrderRequest.md +38 -0
- package/docs/AttachProductTypeAttributeRequest.md +36 -0
- package/docs/AttachProductsProductCategoryRequest.md +34 -0
- package/docs/AttachStoresSupplierRequest.md +34 -0
- package/docs/AttachSuppliersStoreRequest.md +34 -0
- package/docs/AttributeApi.md +74 -74
- package/docs/CartCouponResource.md +40 -0
- package/docs/CartCouponResourceArrayResponse.md +34 -0
- package/docs/CartListResource.md +68 -0
- package/docs/CartListResourceArrayResponse.md +34 -0
- package/docs/CartOrderSource.md +32 -0
- package/docs/CartResource.md +100 -0
- package/docs/CartResourceArrayResponse.md +34 -0
- package/docs/CartStatus.md +32 -0
- package/docs/CartsApi.md +821 -0
- package/docs/CustomerListResource.md +46 -0
- package/docs/CustomerListResourceArrayResponse.md +34 -0
- package/docs/CustomerResource.md +46 -0
- package/docs/CustomerResourceArrayResponse.md +34 -0
- package/docs/CustomersApi.md +275 -0
- package/docs/DefinitionApi.md +21 -21
- package/docs/DestroyAttributeValueRequest.md +34 -0
- package/docs/DetachAccessoriesProductRangeRequest.md +34 -0
- package/docs/DetachAssetableOverlayTemplateRequest.md +38 -0
- package/docs/DetachAttributesProductRangeRequest.md +34 -0
- package/docs/DetachCouponCartRequest.md +34 -0
- package/docs/DetachCouponOrderRequest.md +34 -0
- package/docs/DetachDocumentablesDocumentRequest.md +34 -0
- package/docs/DetachDocumentablesDocumentRequestDocumentablesInner.md +36 -0
- package/docs/DetachDocumentsProductChildRequest.md +34 -0
- package/docs/DetachDocumentsProductRangeRequest.md +34 -0
- package/docs/DetachProductsProductCategoryRequest.md +34 -0
- package/docs/DetachStoresSupplierRequest.md +34 -0
- package/docs/DetachSuppliersStoreRequest.md +34 -0
- package/docs/DiscountType.md +32 -0
- package/docs/DiscountValueType.md +32 -0
- package/docs/DocumentApi.md +42 -42
- package/docs/DocumentFileForUploadResource.md +1 -1
- package/docs/ExternalApiLogApi.md +14 -14
- package/docs/GetAllAdminNoteRequest.md +52 -0
- package/docs/GetAllAttributeRequest.md +50 -0
- package/docs/GetAllAttributeValueRequest.md +46 -0
- package/docs/GetAllDefinitionRequest.md +44 -0
- package/docs/GetAllDocumentRequest.md +46 -0
- package/docs/GetAllGoogleCategoryRequest.md +48 -0
- package/docs/GetAllMenuItemRequest.md +48 -0
- package/docs/GetAllMenuRequest.md +48 -0
- package/docs/GetAllOrderRequest.md +52 -0
- package/docs/GetAllOverlayTemplateRequest.md +46 -0
- package/docs/GetAllProductCategoryRequest.md +54 -0
- package/docs/GetAllProductChildRequest.md +68 -0
- package/docs/GetAllProductRangeRequest.md +50 -0
- package/docs/GetAllProductRegistrationRequest.md +46 -0
- package/docs/GetAllProductRequest.md +54 -0
- package/docs/GetAllProductTypeRequest.md +44 -0
- package/docs/GetAllStoreRequest.md +48 -0
- package/docs/GetAllSupplierRequest.md +44 -0
- package/docs/GetHierarchyMenuItemRequest.md +34 -0
- package/docs/GetHierarchyProductCategoryRequest.md +34 -0
- package/docs/GetUniqueEndpointsExternalApiLogRequest.md +34 -0
- package/docs/GoogleCategoryApi.md +7 -7
- package/docs/IndexAttributeRequest.md +54 -0
- package/docs/IndexAttributeValueRequest.md +50 -0
- package/docs/IndexCartRequest.md +66 -0
- package/docs/IndexCustomerRequest.md +50 -0
- package/docs/IndexDefinitionRequest.md +48 -0
- package/docs/IndexDocumentRequest.md +50 -0
- package/docs/IndexExternalApiLogRequest.md +70 -0
- package/docs/IndexLabelRequest.md +50 -0
- package/docs/IndexMenuRequest.md +52 -0
- package/docs/IndexModelAttributeRequest.md +54 -0
- package/docs/IndexOrderRequest.md +64 -0
- package/docs/IndexOverlayTemplateRequest.md +50 -0
- package/docs/IndexProductCategoryRequest.md +62 -0
- package/docs/IndexProductChildRequest.md +72 -0
- package/docs/IndexProductRangeRequest.md +54 -0
- package/docs/IndexProductRegistrationRequest.md +58 -0
- package/docs/IndexProductRequest.md +58 -0
- package/docs/IndexProductTypeRequest.md +48 -0
- package/docs/IndexRedirectRequest.md +56 -0
- package/docs/IndexSiteNotificationRequest.md +50 -0
- package/docs/IndexSiteRequest.md +48 -0
- package/docs/IndexStoreRequest.md +52 -0
- package/docs/IndexSupplierRequest.md +48 -0
- package/docs/IndexTagRequest.md +52 -0
- package/docs/IndexTransactionRequest.md +60 -0
- package/docs/LabelApi.md +18 -18
- package/docs/LiAddressResource.md +52 -0
- package/docs/LiAddressResourceArrayResponse.md +34 -0
- package/docs/LineItemDiscountResource.md +40 -0
- package/docs/LineItemDiscountResourceArrayResponse.md +34 -0
- package/docs/LineItemListResource.md +50 -0
- package/docs/LineItemListResourceArrayResponse.md +34 -0
- package/docs/ListAssetsProductRegistrationRequest.md +52 -0
- package/docs/MenuApi.md +21 -21
- package/docs/MenuItemsApi.md +28 -28
- package/docs/OrderListResource.md +64 -0
- package/docs/OrderListResourceArrayResponse.md +34 -0
- package/docs/OrderLiteResource.md +44 -0
- package/docs/OrderLiteResourceArrayResponse.md +34 -0
- package/docs/OrderStatusLiteResource.md +38 -0
- package/docs/OrderStatusLiteResourceArrayResponse.md +34 -0
- package/docs/OrderStatusWithCountResource.md +40 -0
- package/docs/OrderStatusWithCountResourceArrayResponse.md +34 -0
- package/docs/OrdersApi.md +813 -0
- package/docs/OverlayTemplateApi.md +46 -46
- package/docs/PaginatedAdminNoteResourceResponse.md +36 -0
- package/docs/PaginatedCartListResourceResponse.md +36 -0
- package/docs/PaginatedCustomerListResourceResponse.md +36 -0
- package/docs/PaginatedOrderListResourceResponse.md +36 -0
- package/docs/PaginatedTransactionResourceResponse.md +36 -0
- package/docs/PaymentMethod.md +32 -0
- package/docs/PaymentSource.md +32 -0
- package/docs/PaymentStatus.md +32 -0
- package/docs/PreviewAutomationRulesProductCategoryRequest.md +38 -0
- package/docs/ProductApi.md +89 -89
- package/docs/ProductCategoryApi.md +57 -57
- package/docs/ProductChildCartLiteResource.md +52 -0
- package/docs/ProductChildCartLiteResourceArrayResponse.md +34 -0
- package/docs/ProductChildLiteResource.md +0 -2
- package/docs/ProductChildSiteDetailLiteResource.md +2 -0
- package/docs/ProductRangeApi.md +79 -79
- package/docs/ProductRangeSiteDetailLiteResource.md +0 -2
- package/docs/ProductRegistrationApi.md +25 -25
- package/docs/ProductResource.md +1 -1
- package/docs/ProductSearchResultResource.md +1 -1
- package/docs/ProductTypeApi.md +32 -32
- package/docs/RedirectApi.md +7 -7
- package/docs/RefundTransactionRequest.md +36 -0
- package/docs/SearchLinkablesMenuItemRequest.md +38 -0
- package/docs/ShippingType.md +32 -0
- package/docs/ShowAssetsProductChildRequest.md +34 -0
- package/docs/ShowAttributesProductChildRequest.md +50 -0
- package/docs/SiteApi.md +91 -25
- package/docs/SitePaymentConfigResource.md +2 -0
- package/docs/StoreApi.md +46 -46
- package/docs/StoreAssetFileRequest.md +36 -0
- package/docs/StoreAssetForAssetableRequest.md +48 -0
- package/docs/StoreAttributeRequest.md +42 -0
- package/docs/StoreAttributeValueRequest.md +36 -0
- package/docs/StoreCartRequest.md +70 -0
- package/docs/StoreCartRequestCustomer.md +40 -0
- package/docs/StoreCartRequestItemsInner.md +38 -0
- package/docs/StoreCartRequestShippingAddress.md +48 -0
- package/docs/StoreCustomerRequest.md +42 -0
- package/docs/StoreDefinitionRequest.md +36 -0
- package/docs/StoreDocumentFileRequest.md +36 -0
- package/docs/StoreDocumentRequest.md +38 -0
- package/docs/StoreLabelRequest.md +48 -0
- package/docs/StoreListResource.md +0 -4
- package/docs/StoreMenuItemRequest.md +52 -0
- package/docs/StoreMenuItemRequestMenuItemLink.md +40 -0
- package/docs/StoreMenuRequest.md +38 -0
- package/docs/StoreOverlayTemplateAssetRequest.md +48 -0
- package/docs/StoreOverlayTemplateRequest.md +36 -0
- package/docs/StoreProductCategoryRequest.md +62 -0
- package/docs/StoreProductCategoryRequestAutomationRulesInner.md +44 -0
- package/docs/StoreProductCategoryRequestDescriptionsInner.md +38 -0
- package/docs/StoreProductCategoryRequestSeoInner.md +38 -0
- package/docs/StoreProductChildRequest.md +72 -0
- package/docs/StoreProductChildRequestAssetsInner.md +44 -0
- package/docs/StoreProductChildRequestAttributeValuesInner.md +38 -0
- package/docs/StoreProductChildRequestSitesInner.md +58 -0
- package/docs/StoreProductRangeRequest.md +40 -0
- package/docs/StoreProductRangeRequestSitesInner.md +54 -0
- package/docs/StoreProductRequest.md +50 -0
- package/docs/StoreProductRequestCategoriesInner.md +36 -0
- package/docs/StoreProductTypeRequest.md +34 -0
- package/docs/StoreResource.md +0 -4
- package/docs/StoreSiteNotificationRequest.md +44 -0
- package/docs/StoreStoreRequest.md +56 -0
- package/docs/StoreStoreRequestAddress.md +48 -0
- package/docs/StoreStoreRequestSpecialDatesInner.md +44 -0
- package/docs/StoreStoreSpecialDateRequest.md +44 -0
- package/docs/StoreSupplierRequest.md +48 -0
- package/docs/StoreTagRequest.md +48 -0
- package/docs/StoreTransactionRequest.md +46 -0
- package/docs/StoreTransactionResource.md +36 -0
- package/docs/StoreTransactionResourceArrayResponse.md +34 -0
- package/docs/SupplierApi.md +39 -39
- package/docs/TagApi.md +22 -22
- package/docs/TransactionLiteResource.md +52 -0
- package/docs/TransactionLiteResourceArrayResponse.md +34 -0
- package/docs/TransactionResource.md +66 -0
- package/docs/TransactionResourceArrayResponse.md +34 -0
- package/docs/TransactionType.md +32 -0
- package/docs/TransactionsApi.md +209 -0
- package/docs/UpdateAssetForAssetableRequest.md +0 -4
- package/docs/UpdateCartRequest.md +62 -0
- package/docs/UpdateCustomerRequest.md +42 -0
- package/docs/UpdateFilterOrderAttributeRequest.md +34 -0
- package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +36 -0
- package/docs/UpdateItemCartRequest.md +36 -0
- package/docs/UpdateItemOrderRequest.md +36 -0
- package/docs/UpdateMenuItemRequest.md +1 -1
- package/docs/UpdateOrderRequest.md +54 -0
- package/docs/UpdateOrderRequestBillingAddress.md +48 -0
- package/docs/UpdateOverlayTemplateAssetRequest.md +0 -4
- package/docs/UpdateProductCategoryRequest.md +3 -7
- package/docs/UpdateProductChildRequest.md +1 -1
- package/docs/UpdateProductChildRequestAssetsInner.md +0 -4
- package/docs/UpdateProductRangeRequest.md +1 -1
- package/docs/UpdateProductRequest.md +1 -1
- package/docs/UpdateSiteRequest.md +2 -0
- package/docs/UpdateStoreRequest.md +1 -5
- package/docs/UpdateSupplierRequest.md +2 -6
- package/docs/WishlistToggleResource.md +1 -1
- package/package.json +1 -1
- package/src/apis/AdminApi.ts +64 -10
- package/src/apis/AssetApi.ts +22 -22
- package/src/apis/AttributeApi.ts +109 -109
- package/src/apis/CartsApi.ts +693 -0
- package/src/apis/CustomersApi.ts +237 -0
- package/src/apis/DefinitionApi.ts +32 -32
- package/src/apis/DocumentApi.ts +62 -62
- package/src/apis/ExternalApiLogApi.ts +21 -21
- package/src/apis/GoogleCategoryApi.ts +11 -11
- package/src/apis/LabelApi.ts +23 -23
- package/src/apis/MenuApi.ts +32 -32
- package/src/apis/MenuItemsApi.ts +41 -41
- package/src/apis/OrdersApi.ts +686 -0
- package/src/apis/OverlayTemplateApi.ts +68 -68
- package/src/apis/ProductApi.ts +120 -120
- package/src/apis/ProductCategoryApi.ts +77 -77
- package/src/apis/ProductRangeApi.ts +105 -105
- package/src/apis/ProductRegistrationApi.ts +40 -40
- package/src/apis/ProductTypeApi.ts +44 -44
- package/src/apis/RedirectApi.ts +11 -11
- package/src/apis/SiteApi.ts +89 -35
- package/src/apis/StoreApi.ts +66 -66
- package/src/apis/SupplierApi.ts +54 -54
- package/src/apis/TagApi.ts +29 -29
- package/src/apis/TransactionsApi.ts +193 -0
- package/src/apis/index.ts +4 -5
- package/src/models/AddressFrontendResource.ts +2 -3
- package/src/models/AddressResource.ts +18 -3
- package/src/models/AddressType.ts +53 -0
- package/src/models/AdminNoteResource.ts +118 -0
- package/src/models/AdminNoteResourceArrayResponse.ts +73 -0
- package/src/models/AdminOrderResource.ts +450 -0
- package/src/models/AdminOrderResourceArrayResponse.ts +73 -0
- package/src/models/AssetFileForUploadResource.ts +2 -2
- package/src/models/AssetFrontendResource.ts +0 -17
- package/src/models/AssetLiteResource.ts +2 -19
- package/src/models/AssetResource.ts +2 -19
- package/src/models/AssetWithOverlayLinkResource.ts +2 -19
- package/src/models/AttachAccessoriesProductChildRequest.ts +66 -0
- package/src/models/AttachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/AttachAssetsOverlayTemplateRequest.ts +74 -0
- package/src/models/AttachAttributeProductTypeRequest.ts +88 -0
- package/src/models/AttachAttributesProductRangeRequest.ts +74 -0
- package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +74 -0
- package/src/models/AttachCouponCartRequest.ts +66 -0
- package/src/models/AttachCouponOrderRequest.ts +66 -0
- package/src/models/AttachDocumentablesDocumentRequest.ts +74 -0
- package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +95 -0
- package/src/models/AttachDocumentsProductChildRequest.ts +74 -0
- package/src/models/AttachDocumentsProductChildRequestDocumentsInner.ts +74 -0
- package/src/models/AttachDocumentsProductRangeRequest.ts +74 -0
- package/src/models/AttachItemCartRequest.ts +83 -0
- package/src/models/AttachItemOrderRequest.ts +83 -0
- package/src/models/AttachProductTypeAttributeRequest.ts +88 -0
- package/src/models/AttachProductsProductCategoryRequest.ts +66 -0
- package/src/models/AttachStoresSupplierRequest.ts +66 -0
- package/src/models/AttachSuppliersStoreRequest.ts +66 -0
- package/src/models/CartCouponResource.ts +93 -0
- package/src/models/CartCouponResourceArrayResponse.ts +73 -0
- package/src/models/CartListResource.ts +234 -0
- package/src/models/CartListResourceArrayResponse.ts +73 -0
- package/src/models/CartOrderSource.ts +57 -0
- package/src/models/CartResource.ts +390 -0
- package/src/models/CartResourceArrayResponse.ts +73 -0
- package/src/models/CartStatus.ts +54 -0
- package/src/models/CustomerListResource.ts +134 -0
- package/src/models/CustomerListResourceArrayResponse.ts +73 -0
- package/src/models/CustomerResource.ts +134 -0
- package/src/models/CustomerResourceArrayResponse.ts +73 -0
- package/src/models/DestroyAttributeValueRequest.ts +65 -0
- package/src/models/DetachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/DetachAssetableOverlayTemplateRequest.ts +93 -0
- package/src/models/DetachAttributesProductRangeRequest.ts +66 -0
- package/src/models/DetachCouponCartRequest.ts +66 -0
- package/src/models/DetachCouponOrderRequest.ts +66 -0
- package/src/models/DetachDocumentablesDocumentRequest.ts +74 -0
- package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +87 -0
- package/src/models/DetachDocumentsProductChildRequest.ts +66 -0
- package/src/models/DetachDocumentsProductRangeRequest.ts +66 -0
- package/src/models/DetachProductsProductCategoryRequest.ts +66 -0
- package/src/models/DetachStoresSupplierRequest.ts +66 -0
- package/src/models/DetachSuppliersStoreRequest.ts +66 -0
- package/src/models/DiscountType.ts +54 -0
- package/src/models/DiscountValueType.ts +53 -0
- package/src/models/DocumentFileForUploadResource.ts +2 -2
- package/src/models/ExternalApiSyncStatus.ts +1 -2
- package/src/models/GetAllAdminNoteRequest.ts +157 -0
- package/src/models/GetAllAttributeRequest.ts +162 -0
- package/src/models/GetAllAttributeValueRequest.ts +143 -0
- package/src/models/GetAllDefinitionRequest.ts +127 -0
- package/src/models/GetAllDocumentRequest.ts +145 -0
- package/src/models/GetAllGoogleCategoryRequest.ts +143 -0
- package/src/models/GetAllMenuItemRequest.ts +144 -0
- package/src/models/GetAllMenuRequest.ts +144 -0
- package/src/models/GetAllOrderRequest.ts +160 -0
- package/src/models/GetAllOverlayTemplateRequest.ts +143 -0
- package/src/models/GetAllProductCategoryRequest.ts +179 -0
- package/src/models/GetAllProductChildRequest.ts +243 -0
- package/src/models/GetAllProductRangeRequest.ts +151 -0
- package/src/models/GetAllProductRegistrationRequest.ts +137 -0
- package/src/models/GetAllProductRequest.ts +177 -0
- package/src/models/GetAllProductTypeRequest.ts +136 -0
- package/src/models/GetAllStoreRequest.ts +144 -0
- package/src/models/GetAllSupplierRequest.ts +137 -0
- package/src/models/GetHierarchyMenuItemRequest.ts +66 -0
- package/src/models/GetHierarchyProductCategoryRequest.ts +66 -0
- package/src/models/GetUniqueEndpointsExternalApiLogRequest.ts +76 -0
- package/src/models/IndexAttributeRequest.ts +178 -0
- package/src/models/IndexAttributeValueRequest.ts +159 -0
- package/src/models/IndexCartRequest.ts +224 -0
- package/src/models/IndexCustomerRequest.ts +152 -0
- package/src/models/IndexDefinitionRequest.ts +143 -0
- package/src/models/IndexDocumentRequest.ts +161 -0
- package/src/models/IndexExternalApiLogRequest.ts +234 -0
- package/src/models/IndexLabelRequest.ts +163 -0
- package/src/models/IndexMenuRequest.ts +160 -0
- package/src/models/IndexModelAttributeRequest.ts +176 -0
- package/src/models/IndexOrderRequest.ts +208 -0
- package/src/models/IndexOverlayTemplateRequest.ts +159 -0
- package/src/models/IndexProductCategoryRequest.ts +214 -0
- package/src/models/IndexProductChildRequest.ts +269 -0
- package/src/models/IndexProductRangeRequest.ts +167 -0
- package/src/models/IndexProductRegistrationRequest.ts +193 -0
- package/src/models/IndexProductRequest.ts +192 -0
- package/src/models/IndexProductTypeRequest.ts +151 -0
- package/src/models/IndexRedirectRequest.ts +184 -0
- package/src/models/IndexSiteNotificationRequest.ts +152 -0
- package/src/models/IndexSiteRequest.ts +144 -0
- package/src/models/IndexStoreRequest.ts +160 -0
- package/src/models/IndexSupplierRequest.ts +153 -0
- package/src/models/IndexTagRequest.ts +168 -0
- package/src/models/IndexTransactionRequest.ts +190 -0
- package/src/models/LiAddressResource.ts +145 -0
- package/src/models/LiAddressResourceArrayResponse.ts +73 -0
- package/src/models/LineItemDiscountResource.ts +93 -0
- package/src/models/LineItemDiscountResourceArrayResponse.ts +73 -0
- package/src/models/LineItemListResource.ts +152 -0
- package/src/models/LineItemListResourceArrayResponse.ts +73 -0
- package/src/models/ListAssetsProductRegistrationRequest.ts +158 -0
- package/src/models/MenuPosition.ts +2 -1
- package/src/models/OrderListResource.ts +232 -0
- package/src/models/OrderListResourceArrayResponse.ts +73 -0
- package/src/models/OrderLiteResource.ts +109 -0
- package/src/models/OrderLiteResourceArrayResponse.ts +73 -0
- package/src/models/OrderStatusLiteResource.ts +84 -0
- package/src/models/OrderStatusLiteResourceArrayResponse.ts +73 -0
- package/src/models/OrderStatusWithCountResource.ts +93 -0
- package/src/models/OrderStatusWithCountResourceArrayResponse.ts +73 -0
- package/src/models/PaginatedAdminNoteResourceResponse.ts +90 -0
- package/src/models/PaginatedCartListResourceResponse.ts +90 -0
- package/src/models/PaginatedCustomerListResourceResponse.ts +90 -0
- package/src/models/PaginatedOrderListResourceResponse.ts +90 -0
- package/src/models/PaginatedTransactionResourceResponse.ts +90 -0
- package/src/models/PaymentMethod.ts +58 -0
- package/src/models/PaymentSource.ts +54 -0
- package/src/models/PaymentStatus.ts +53 -0
- package/src/models/PreviewAutomationRulesProductCategoryRequest.ts +103 -0
- package/src/models/ProductChildCartLiteResource.ts +162 -0
- package/src/models/ProductChildCartLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildLiteResource.ts +0 -9
- package/src/models/ProductChildSiteDetailLiteResource.ts +16 -0
- package/src/models/ProductRangeSiteDetailLiteResource.ts +0 -9
- package/src/models/ProductResource.ts +2 -2
- package/src/models/ProductSearchResultResource.ts +2 -2
- package/src/models/RefundTransactionRequest.ts +74 -0
- package/src/models/SearchLinkablesMenuItemRequest.ts +95 -0
- package/src/models/ShippingType.ts +56 -0
- package/src/models/ShowAssetsProductChildRequest.ts +65 -0
- package/src/models/ShowAttributesProductChildRequest.ts +152 -0
- package/src/models/SitePaymentConfigResource.ts +9 -0
- package/src/models/StoreAssetFileRequest.ts +75 -0
- package/src/models/StoreAssetForAssetableRequest.ts +142 -0
- package/src/models/StoreAttributeRequest.ts +113 -0
- package/src/models/StoreAttributeValueRequest.ts +75 -0
- package/src/models/StoreCartRequest.ts +260 -0
- package/src/models/StoreCartRequestCustomer.ts +89 -0
- package/src/models/StoreCartRequestItemsInner.ts +83 -0
- package/src/models/StoreCartRequestShippingAddress.ts +121 -0
- package/src/models/StoreCustomerRequest.ts +101 -0
- package/src/models/StoreDefinitionRequest.ts +75 -0
- package/src/models/StoreDocumentFileRequest.ts +75 -0
- package/src/models/StoreDocumentRequest.ts +83 -0
- package/src/models/StoreFrontendResource.ts +3 -2
- package/src/models/StoreLabelRequest.ts +125 -0
- package/src/models/StoreListResource.ts +6 -25
- package/src/models/StoreMenuItemRequest.ts +161 -0
- package/src/models/StoreMenuItemRequestMenuItemLink.ts +102 -0
- package/src/models/StoreMenuRequest.ts +97 -0
- package/src/models/StoreOverlayTemplateAssetRequest.ts +141 -0
- package/src/models/StoreOverlayTemplateRequest.ts +75 -0
- package/src/models/StoreProductCategoryRequest.ts +214 -0
- package/src/models/StoreProductCategoryRequestAutomationRulesInner.ts +137 -0
- package/src/models/StoreProductCategoryRequestDescriptionsInner.ts +82 -0
- package/src/models/StoreProductCategoryRequestSeoInner.ts +82 -0
- package/src/models/StoreProductChildRequest.ts +249 -0
- package/src/models/StoreProductChildRequestAssetsInner.ts +110 -0
- package/src/models/StoreProductChildRequestAttributeValuesInner.ts +82 -0
- package/src/models/StoreProductChildRequestSitesInner.ts +169 -0
- package/src/models/StoreProductRangeRequest.ts +105 -0
- package/src/models/StoreProductRangeRequestSitesInner.ts +148 -0
- package/src/models/StoreProductRequest.ts +143 -0
- package/src/models/StoreProductRequestCategoriesInner.ts +75 -0
- package/src/models/StoreProductTypeRequest.ts +66 -0
- package/src/models/StoreResource.ts +8 -27
- package/src/models/StoreSiteNotificationRequest.ts +111 -0
- package/src/models/StoreSpecialDateResource.ts +4 -4
- package/src/models/StoreStoreRequest.ts +174 -0
- package/src/models/StoreStoreRequestAddress.ts +127 -0
- package/src/models/StoreStoreRequestSpecialDatesInner.ts +106 -0
- package/src/models/StoreStoreSpecialDateRequest.ts +106 -0
- package/src/models/StoreSupplierRequest.ts +143 -0
- package/src/models/StoreTagRequest.ts +136 -0
- package/src/models/StoreTransactionRequest.ts +131 -0
- package/src/models/StoreTransactionResource.ts +83 -0
- package/src/models/StoreTransactionResourceArrayResponse.ts +73 -0
- package/src/models/TransactionLiteResource.ts +146 -0
- package/src/models/TransactionLiteResourceArrayResponse.ts +73 -0
- package/src/models/TransactionResource.ts +203 -0
- package/src/models/TransactionResourceArrayResponse.ts +73 -0
- package/src/models/TransactionType.ts +53 -0
- package/src/models/UpdateAssetForAssetableRequest.ts +0 -16
- package/src/models/UpdateCartRequest.ts +219 -0
- package/src/models/UpdateCustomerRequest.ts +100 -0
- package/src/models/UpdateFilterOrderAttributeRequest.ts +74 -0
- package/src/models/UpdateFilterOrderAttributeRequestValuesInner.ts +75 -0
- package/src/models/UpdateItemCartRequest.ts +74 -0
- package/src/models/UpdateItemOrderRequest.ts +74 -0
- package/src/models/UpdateMenuItemRequest.ts +10 -10
- package/src/models/UpdateMenuRequest.ts +2 -1
- package/src/models/UpdateOrderRequest.ts +191 -0
- package/src/models/UpdateOrderRequestBillingAddress.ts +122 -0
- package/src/models/UpdateOverlayTemplateAssetRequest.ts +6 -20
- package/src/models/UpdateProductCategoryRequest.ts +30 -46
- package/src/models/UpdateProductChildRequest.ts +11 -11
- package/src/models/UpdateProductChildRequestAssetsInner.ts +6 -20
- package/src/models/UpdateProductRangeRequest.ts +11 -11
- package/src/models/UpdateProductRequest.ts +10 -10
- package/src/models/UpdateSiteRequest.ts +9 -0
- package/src/models/UpdateStoreRequest.ts +11 -27
- package/src/models/UpdateSupplierRequest.ts +26 -40
- package/src/models/WishlistToggleResource.ts +2 -2
- package/src/models/index.ts +182 -194
- package/dist/apis/BlogCategoryApi.d.ts +0 -116
- package/dist/apis/BlogCategoryApi.js +0 -440
- package/dist/apis/FrontendComponentApi.d.ts +0 -34
- package/dist/apis/FrontendComponentApi.js +0 -139
- package/dist/apis/PageApi.d.ts +0 -116
- package/dist/apis/PageApi.js +0 -440
- package/dist/apis/PageComponentApi.d.ts +0 -99
- package/dist/apis/PageComponentApi.js +0 -380
- package/dist/apis/ReviewApi.d.ts +0 -145
- package/dist/apis/ReviewApi.js +0 -572
- package/dist/models/AdminUserLiteResource.d.ts +0 -50
- package/dist/models/AdminUserLiteResource.js +0 -61
- package/dist/models/AdminUserLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminUserLiteResourceArrayResponse.js +0 -50
- package/dist/models/AttachAttributesToProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachAttributesToProductRangeRequest.js +0 -52
- package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.d.ts +0 -38
- package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.js +0 -53
- package/dist/models/AttachDocumentablesToDocumentRequest.d.ts +0 -33
- package/dist/models/AttachDocumentablesToDocumentRequest.js +0 -52
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +0 -53
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.js +0 -66
- package/dist/models/AttachDocumentsToProductChildRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsToProductChildRequest.js +0 -52
- package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.d.ts +0 -38
- package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.js +0 -53
- package/dist/models/AttachDocumentsToProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsToProductRangeRequest.js +0 -52
- package/dist/models/AttachProductChildrenRequest.d.ts +0 -32
- package/dist/models/AttachProductChildrenRequest.js +0 -51
- package/dist/models/AttachProductChildrenToProductRangeRequest.d.ts +0 -32
- package/dist/models/AttachProductChildrenToProductRangeRequest.js +0 -51
- package/dist/models/AttachProductsToProductCategoryRequest.d.ts +0 -32
- package/dist/models/AttachProductsToProductCategoryRequest.js +0 -51
- package/dist/models/AttachStoresToSupplierRequest.d.ts +0 -32
- package/dist/models/AttachStoresToSupplierRequest.js +0 -51
- package/dist/models/AttachSuppliersToStoreRequest.d.ts +0 -32
- package/dist/models/AttachSuppliersToStoreRequest.js +0 -51
- package/dist/models/BlogCategoryListResource.d.ts +0 -50
- package/dist/models/BlogCategoryListResource.js +0 -63
- package/dist/models/BlogCategoryListResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogCategoryListResourceArrayResponse.js +0 -50
- package/dist/models/BlogCategoryLiteResource.d.ts +0 -44
- package/dist/models/BlogCategoryLiteResource.js +0 -59
- package/dist/models/BlogCategoryLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogCategoryLiteResourceArrayResponse.js +0 -50
- package/dist/models/BlogCategoryResource.d.ts +0 -58
- package/dist/models/BlogCategoryResource.js +0 -69
- package/dist/models/BlogCategoryResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogCategoryResourceArrayResponse.js +0 -50
- package/dist/models/BlogFrontendDetailResource.d.ts +0 -88
- package/dist/models/BlogFrontendDetailResource.js +0 -87
- package/dist/models/BlogFrontendDetailResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogFrontendDetailResourceArrayResponse.js +0 -50
- package/dist/models/BlogFrontendResource.d.ts +0 -76
- package/dist/models/BlogFrontendResource.js +0 -79
- package/dist/models/BlogFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogFrontendResourceArrayResponse.js +0 -50
- package/dist/models/BlogResource.d.ts +0 -64
- package/dist/models/BlogResource.js +0 -71
- package/dist/models/BlogResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogResourceArrayResponse.js +0 -50
- package/dist/models/CreateAssetFileRequest.d.ts +0 -38
- package/dist/models/CreateAssetFileRequest.js +0 -55
- package/dist/models/CreateAssetForAssetableRequest.d.ts +0 -102
- package/dist/models/CreateAssetForAssetableRequest.js +0 -91
- package/dist/models/CreateAttributeRequest.d.ts +0 -65
- package/dist/models/CreateAttributeRequest.js +0 -74
- package/dist/models/CreateAttributeValueRequest.d.ts +0 -38
- package/dist/models/CreateAttributeValueRequest.js +0 -55
- package/dist/models/CreateBlogCategoryRequest.d.ts +0 -52
- package/dist/models/CreateBlogCategoryRequest.js +0 -65
- package/dist/models/CreateBlogCategoryRequestDescriptionsInner.d.ts +0 -44
- package/dist/models/CreateBlogCategoryRequestDescriptionsInner.js +0 -55
- package/dist/models/CreateBlogCategoryRequestSeoInner.d.ts +0 -44
- package/dist/models/CreateBlogCategoryRequestSeoInner.js +0 -55
- package/dist/models/CreateDefinitionRequest.d.ts +0 -38
- package/dist/models/CreateDefinitionRequest.js +0 -55
- package/dist/models/CreateDocumentFileRequest.d.ts +0 -38
- package/dist/models/CreateDocumentFileRequest.js +0 -55
- package/dist/models/CreateDocumentRequest.d.ts +0 -44
- package/dist/models/CreateDocumentRequest.js +0 -57
- package/dist/models/CreateLabelRequest.d.ts +0 -74
- package/dist/models/CreateLabelRequest.js +0 -71
- package/dist/models/CreateMenuItemRequest.d.ts +0 -97
- package/dist/models/CreateMenuItemRequest.js +0 -84
- package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +0 -59
- package/dist/models/CreateMenuItemRequestMenuItemLink.js +0 -64
- package/dist/models/CreateMenuRequest.d.ts +0 -53
- package/dist/models/CreateMenuRequest.js +0 -68
- package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +0 -99
- package/dist/models/CreateOverlayTemplateAssetRequest.js +0 -84
- package/dist/models/CreateOverlayTemplateRequest.d.ts +0 -38
- package/dist/models/CreateOverlayTemplateRequest.js +0 -55
- package/dist/models/CreatePageComponentRequest.d.ts +0 -81
- package/dist/models/CreatePageComponentRequest.js +0 -72
- package/dist/models/CreatePageComponentRequestRelationsInner.d.ts +0 -44
- package/dist/models/CreatePageComponentRequestRelationsInner.js +0 -53
- package/dist/models/CreatePageRequest.d.ts +0 -85
- package/dist/models/CreatePageRequest.js +0 -84
- package/dist/models/CreatePageRequestBlog.d.ts +0 -51
- package/dist/models/CreatePageRequestBlog.js +0 -56
- package/dist/models/CreateProductCategoryRequest.d.ts +0 -139
- package/dist/models/CreateProductCategoryRequest.js +0 -100
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +0 -87
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.js +0 -89
- package/dist/models/CreateProductChildRequest.d.ts +0 -149
- package/dist/models/CreateProductChildRequest.js +0 -110
- package/dist/models/CreateProductChildRequestAssetsInner.d.ts +0 -74
- package/dist/models/CreateProductChildRequestAssetsInner.js +0 -69
- package/dist/models/CreateProductChildRequestAttributeValuesInner.d.ts +0 -44
- package/dist/models/CreateProductChildRequestAttributeValuesInner.js +0 -55
- package/dist/models/CreateProductChildRequestSitesInner.d.ts +0 -104
- package/dist/models/CreateProductChildRequestSitesInner.js +0 -89
- package/dist/models/CreateProductRangeRequest.d.ts +0 -52
- package/dist/models/CreateProductRangeRequest.js +0 -59
- package/dist/models/CreateProductRangeRequestSitesInner.d.ts +0 -92
- package/dist/models/CreateProductRangeRequestSitesInner.js +0 -75
- package/dist/models/CreateProductRequest.d.ts +0 -81
- package/dist/models/CreateProductRequest.js +0 -78
- package/dist/models/CreateProductRequestCategoriesInner.d.ts +0 -38
- package/dist/models/CreateProductRequestCategoriesInner.js +0 -55
- package/dist/models/CreateProductTypeRequest.d.ts +0 -32
- package/dist/models/CreateProductTypeRequest.js +0 -51
- package/dist/models/CreateReviewRequest.d.ts +0 -80
- package/dist/models/CreateReviewRequest.js +0 -79
- package/dist/models/CreateSiteNotificationRequest.d.ts +0 -62
- package/dist/models/CreateSiteNotificationRequest.js +0 -71
- package/dist/models/CreateStoreRequest.d.ts +0 -112
- package/dist/models/CreateStoreRequest.js +0 -89
- package/dist/models/CreateStoreRequestAddress.d.ts +0 -68
- package/dist/models/CreateStoreRequestAddress.js +0 -73
- package/dist/models/CreateStoreRequestSpecialDatesInner.d.ts +0 -62
- package/dist/models/CreateStoreRequestSpecialDatesInner.js +0 -61
- package/dist/models/CreateSupplierRequest.d.ts +0 -88
- package/dist/models/CreateSupplierRequest.js +0 -79
- package/dist/models/CreateTagRequest.d.ts +0 -82
- package/dist/models/CreateTagRequest.js +0 -79
- package/dist/models/CustomerLiteResource.d.ts +0 -50
- package/dist/models/CustomerLiteResource.js +0 -61
- package/dist/models/CustomerLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerLiteResourceArrayResponse.js +0 -50
- package/dist/models/CustomerReviewableItemFrontendResource.d.ts +0 -50
- package/dist/models/CustomerReviewableItemFrontendResource.js +0 -63
- package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.js +0 -50
- package/dist/models/DeleteAttributeValueRequest.d.ts +0 -32
- package/dist/models/DeleteAttributeValueRequest.js +0 -49
- package/dist/models/DetachAttributesFromProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachAttributesFromProductRangeRequest.js +0 -51
- package/dist/models/DetachDocumentablesFromDocumentRequest.d.ts +0 -33
- package/dist/models/DetachDocumentablesFromDocumentRequest.js +0 -52
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +0 -47
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.js +0 -64
- package/dist/models/DetachDocumentsFromProductChildRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsFromProductChildRequest.js +0 -51
- package/dist/models/DetachDocumentsFromProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsFromProductRangeRequest.js +0 -51
- package/dist/models/DetachProductChildrenFromProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachProductChildrenFromProductRangeRequest.js +0 -51
- package/dist/models/DetachProductsFromProductCategoryRequest.d.ts +0 -32
- package/dist/models/DetachProductsFromProductCategoryRequest.js +0 -51
- package/dist/models/DetachStoresFromSupplierRequest.d.ts +0 -32
- package/dist/models/DetachStoresFromSupplierRequest.js +0 -51
- package/dist/models/DetachSuppliersFromStoreRequest.d.ts +0 -32
- package/dist/models/DetachSuppliersFromStoreRequest.js +0 -51
- package/dist/models/FrontendComponentLiteResource.d.ts +0 -44
- package/dist/models/FrontendComponentLiteResource.js +0 -59
- package/dist/models/FrontendComponentLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/FrontendComponentLiteResourceArrayResponse.js +0 -50
- package/dist/models/FrontendComponentResource.d.ts +0 -51
- package/dist/models/FrontendComponentResource.js +0 -64
- package/dist/models/FrontendComponentResourceArrayResponse.d.ts +0 -33
- package/dist/models/FrontendComponentResourceArrayResponse.js +0 -50
- package/dist/models/GetUniqueEndpointsRequest.d.ts +0 -40
- package/dist/models/GetUniqueEndpointsRequest.js +0 -57
- package/dist/models/LinkOverlayTemplateToAssetsRequest.d.ts +0 -38
- package/dist/models/LinkOverlayTemplateToAssetsRequest.js +0 -53
- package/dist/models/MenuIdRequest.d.ts +0 -32
- package/dist/models/MenuIdRequest.js +0 -51
- package/dist/models/PageComponentLiteResource.d.ts +0 -44
- package/dist/models/PageComponentLiteResource.js +0 -59
- package/dist/models/PageComponentLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageComponentLiteResourceArrayResponse.js +0 -50
- package/dist/models/PageComponentRelationResource.d.ts +0 -63
- package/dist/models/PageComponentRelationResource.js +0 -72
- package/dist/models/PageComponentRelationResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageComponentRelationResourceArrayResponse.js +0 -50
- package/dist/models/PageComponentResource.d.ts +0 -94
- package/dist/models/PageComponentResource.js +0 -83
- package/dist/models/PageComponentResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageComponentResourceArrayResponse.js +0 -50
- package/dist/models/PageFrontendDetailResource.d.ts +0 -63
- package/dist/models/PageFrontendDetailResource.js +0 -70
- package/dist/models/PageFrontendDetailResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageFrontendDetailResourceArrayResponse.js +0 -50
- package/dist/models/PageListResource.d.ts +0 -94
- package/dist/models/PageListResource.js +0 -87
- package/dist/models/PageListResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageListResourceArrayResponse.js +0 -50
- package/dist/models/PageLiteResource.d.ts +0 -38
- package/dist/models/PageLiteResource.js +0 -55
- package/dist/models/PageLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageLiteResourceArrayResponse.js +0 -50
- package/dist/models/PageResource.d.ts +0 -89
- package/dist/models/PageResource.js +0 -88
- package/dist/models/PageResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageResourceArrayResponse.js +0 -50
- package/dist/models/PageType.d.ts +0 -26
- package/dist/models/PageType.js +0 -52
- package/dist/models/PaginatedBlogCategoryListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedBlogCategoryListResourceResponse.js +0 -57
- package/dist/models/PaginatedBlogCategoryLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedBlogCategoryLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedBlogCategoryResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedBlogCategoryResourceResponse.js +0 -57
- package/dist/models/PaginatedBlogFrontendResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedBlogFrontendResourceResponse.js +0 -57
- package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.js +0 -57
- package/dist/models/PaginatedFrontendComponentLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedFrontendComponentLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedFrontendComponentResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedFrontendComponentResourceResponse.js +0 -57
- package/dist/models/PaginatedPageComponentLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPageComponentLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedPageListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPageListResourceResponse.js +0 -57
- package/dist/models/PaginatedPageLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPageLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedPageResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPageResourceResponse.js +0 -57
- package/dist/models/PaginatedProductChildFrontendResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductChildFrontendResourceResponse.js +0 -57
- package/dist/models/PaginatedReviewListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedReviewListResourceResponse.js +0 -57
- package/dist/models/PaginatedReviewLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedReviewLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedReviewResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedReviewResourceResponse.js +0 -57
- package/dist/models/PreviewAutomationRulesRequest.d.ts +0 -53
- package/dist/models/PreviewAutomationRulesRequest.js +0 -68
- package/dist/models/ProductChildFrontendResource.d.ts +0 -76
- package/dist/models/ProductChildFrontendResource.js +0 -81
- package/dist/models/ProductChildFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductChildFrontendResourceArrayResponse.js +0 -50
- package/dist/models/ProductChildSiteDetailFrontendResource.d.ts +0 -69
- package/dist/models/ProductChildSiteDetailFrontendResource.js +0 -74
- package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.js +0 -50
- package/dist/models/ProductRangeSiteDetailFrontendResource.d.ts +0 -68
- package/dist/models/ProductRangeSiteDetailFrontendResource.js +0 -73
- package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.js +0 -50
- package/dist/models/ProductReviewsResource.d.ts +0 -63
- package/dist/models/ProductReviewsResource.js +0 -70
- package/dist/models/ProductReviewsResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductReviewsResourceArrayResponse.js +0 -50
- package/dist/models/ReviewListResource.d.ts +0 -94
- package/dist/models/ReviewListResource.js +0 -87
- package/dist/models/ReviewListResourceArrayResponse.d.ts +0 -33
- package/dist/models/ReviewListResourceArrayResponse.js +0 -50
- package/dist/models/ReviewLiteResource.d.ts +0 -44
- package/dist/models/ReviewLiteResource.js +0 -59
- package/dist/models/ReviewLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/ReviewLiteResourceArrayResponse.js +0 -50
- package/dist/models/ReviewPublicResource.d.ts +0 -68
- package/dist/models/ReviewPublicResource.js +0 -73
- package/dist/models/ReviewPublicResourceArrayResponse.d.ts +0 -33
- package/dist/models/ReviewPublicResourceArrayResponse.js +0 -50
- package/dist/models/ReviewResource.d.ts +0 -126
- package/dist/models/ReviewResource.js +0 -107
- package/dist/models/ReviewResourceArrayResponse.d.ts +0 -33
- package/dist/models/ReviewResourceArrayResponse.js +0 -50
- package/dist/models/SearchAllAttributeValuesRequest.d.ts +0 -93
- package/dist/models/SearchAllAttributeValuesRequest.js +0 -84
- package/dist/models/SearchAllAttributesRequest.d.ts +0 -108
- package/dist/models/SearchAllAttributesRequest.js +0 -91
- package/dist/models/SearchAllBlogCategoriesRequest.d.ts +0 -84
- package/dist/models/SearchAllBlogCategoriesRequest.js +0 -76
- package/dist/models/SearchAllDefinitionsRequest.d.ts +0 -80
- package/dist/models/SearchAllDefinitionsRequest.js +0 -76
- package/dist/models/SearchAllDocumentsRequest.d.ts +0 -95
- package/dist/models/SearchAllDocumentsRequest.js +0 -86
- package/dist/models/SearchAllFrontendComponentsRequest.d.ts +0 -84
- package/dist/models/SearchAllFrontendComponentsRequest.js +0 -76
- package/dist/models/SearchAllMenuItemsRequest.d.ts +0 -93
- package/dist/models/SearchAllMenuItemsRequest.js +0 -81
- package/dist/models/SearchAllMenusRequest.d.ts +0 -93
- package/dist/models/SearchAllMenusRequest.js +0 -81
- package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +0 -93
- package/dist/models/SearchAllOverlayTemplatesRequest.js +0 -84
- package/dist/models/SearchAllPageComponentsRequest.d.ts +0 -90
- package/dist/models/SearchAllPageComponentsRequest.js +0 -78
- package/dist/models/SearchAllPagesRequest.d.ts +0 -99
- package/dist/models/SearchAllPagesRequest.js +0 -83
- package/dist/models/SearchAllProductCategoriesRequest.d.ts +0 -121
- package/dist/models/SearchAllProductCategoriesRequest.js +0 -96
- package/dist/models/SearchAllProductChildrenRequest.d.ts +0 -171
- package/dist/models/SearchAllProductChildrenRequest.js +0 -118
- package/dist/models/SearchAllProductRangesRequest.d.ts +0 -98
- package/dist/models/SearchAllProductRangesRequest.js +0 -82
- package/dist/models/SearchAllProductRegistrationsRequest.d.ts +0 -88
- package/dist/models/SearchAllProductRegistrationsRequest.js +0 -80
- package/dist/models/SearchAllProductTypesRequest.d.ts +0 -88
- package/dist/models/SearchAllProductTypesRequest.js +0 -83
- package/dist/models/SearchAllProductsRequest.d.ts +0 -119
- package/dist/models/SearchAllProductsRequest.js +0 -94
- package/dist/models/SearchAllStoresRequest.d.ts +0 -93
- package/dist/models/SearchAllStoresRequest.js +0 -81
- package/dist/models/SearchAllSuppliersRequest.d.ts +0 -89
- package/dist/models/SearchAllSuppliersRequest.js +0 -84
- package/dist/models/SearchAttributeValuesRequest.d.ts +0 -105
- package/dist/models/SearchAttributeValuesRequest.js +0 -88
- package/dist/models/SearchAttributesRequest.d.ts +0 -120
- package/dist/models/SearchAttributesRequest.js +0 -95
- package/dist/models/SearchBlogCategoriesRequest.d.ts +0 -96
- package/dist/models/SearchBlogCategoriesRequest.js +0 -80
- package/dist/models/SearchDefinitionsRequest.d.ts +0 -92
- package/dist/models/SearchDefinitionsRequest.js +0 -80
- package/dist/models/SearchDocumentsRequest.d.ts +0 -107
- package/dist/models/SearchDocumentsRequest.js +0 -90
- package/dist/models/SearchExternalApiLogsRequest.d.ts +0 -161
- package/dist/models/SearchExternalApiLogsRequest.js +0 -105
- package/dist/models/SearchGoogleCategoriesRequest.d.ts +0 -92
- package/dist/models/SearchGoogleCategoriesRequest.js +0 -80
- package/dist/models/SearchLabelsRequest.d.ts +0 -109
- package/dist/models/SearchLabelsRequest.js +0 -92
- package/dist/models/SearchLinkablesRequest.d.ts +0 -53
- package/dist/models/SearchLinkablesRequest.js +0 -64
- package/dist/models/SearchMenusRequest.d.ts +0 -105
- package/dist/models/SearchMenusRequest.js +0 -85
- package/dist/models/SearchModelAttributesRequest.d.ts +0 -118
- package/dist/models/SearchModelAttributesRequest.js +0 -93
- package/dist/models/SearchOverlayTemplatesRequest.d.ts +0 -105
- package/dist/models/SearchOverlayTemplatesRequest.js +0 -88
- package/dist/models/SearchPagesRequest.d.ts +0 -118
- package/dist/models/SearchPagesRequest.js +0 -93
- package/dist/models/SearchProductCategoriesRequest.d.ts +0 -148
- package/dist/models/SearchProductCategoriesRequest.js +0 -107
- package/dist/models/SearchProductChildAttributesRequest.d.ts +0 -99
- package/dist/models/SearchProductChildAttributesRequest.js +0 -83
- package/dist/models/SearchProductChildrenRequest.d.ts +0 -193
- package/dist/models/SearchProductChildrenRequest.js +0 -132
- package/dist/models/SearchProductRangesRequest.d.ts +0 -110
- package/dist/models/SearchProductRangesRequest.js +0 -86
- package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +0 -103
- package/dist/models/SearchProductRegistrationAssetsRequest.js +0 -83
- package/dist/models/SearchProductRegistrationsRequest.d.ts +0 -131
- package/dist/models/SearchProductRegistrationsRequest.js +0 -98
- package/dist/models/SearchProductTypesRequest.d.ts +0 -99
- package/dist/models/SearchProductTypesRequest.js +0 -86
- package/dist/models/SearchProductsRequest.d.ts +0 -130
- package/dist/models/SearchProductsRequest.js +0 -97
- package/dist/models/SearchRedirectsRequest.d.ts +0 -124
- package/dist/models/SearchRedirectsRequest.js +0 -95
- package/dist/models/SearchReviewsRequest.d.ts +0 -110
- package/dist/models/SearchReviewsRequest.js +0 -86
- package/dist/models/SearchSiteNotificationsRequest.d.ts +0 -99
- package/dist/models/SearchSiteNotificationsRequest.js +0 -83
- package/dist/models/SearchSitesRequest.d.ts +0 -93
- package/dist/models/SearchSitesRequest.js +0 -81
- package/dist/models/SearchStoresRequest.d.ts +0 -105
- package/dist/models/SearchStoresRequest.js +0 -85
- package/dist/models/SearchSuppliersRequest.d.ts +0 -101
- package/dist/models/SearchSuppliersRequest.js +0 -88
- package/dist/models/SearchTagsRequest.d.ts +0 -112
- package/dist/models/SearchTagsRequest.js +0 -91
- package/dist/models/ShowProductChildAssetsRequest.d.ts +0 -32
- package/dist/models/ShowProductChildAssetsRequest.js +0 -49
- package/dist/models/SiteIdRequest.d.ts +0 -32
- package/dist/models/SiteIdRequest.js +0 -51
- package/dist/models/StoreSpecialDateRequest.d.ts +0 -62
- package/dist/models/StoreSpecialDateRequest.js +0 -61
- package/dist/models/StoreStockType.d.ts +0 -25
- package/dist/models/StoreStockType.js +0 -51
- package/dist/models/Thumbnail.d.ts +0 -38
- package/dist/models/Thumbnail.js +0 -51
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +0 -51
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.js +0 -64
- package/dist/models/UpdateAttributeFilterOrderRequest.d.ts +0 -33
- package/dist/models/UpdateAttributeFilterOrderRequest.js +0 -52
- package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.d.ts +0 -38
- package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.js +0 -55
- package/dist/models/UpdateAttributeProductTypeRequest.d.ts +0 -48
- package/dist/models/UpdateAttributeProductTypeRequest.js +0 -65
- package/dist/models/UpdateBlogCategoryRequest.d.ts +0 -52
- package/dist/models/UpdateBlogCategoryRequest.js +0 -65
- package/dist/models/UpdatePageComponentRequest.d.ts +0 -69
- package/dist/models/UpdatePageComponentRequest.js +0 -64
- package/dist/models/UpdatePageRequest.d.ts +0 -71
- package/dist/models/UpdatePageRequest.js +0 -70
- package/dist/models/UpdatePageRequestComponentOrderInner.d.ts +0 -38
- package/dist/models/UpdatePageRequestComponentOrderInner.js +0 -55
- package/dist/models/UpdateProductTypeAttributeRequest.d.ts +0 -48
- package/dist/models/UpdateProductTypeAttributeRequest.js +0 -65
- package/dist/models/UpdateReviewRequest.d.ts +0 -68
- package/dist/models/UpdateReviewRequest.js +0 -71
- package/docs/AdminUserLiteResource.md +0 -40
- package/docs/AdminUserLiteResourceArrayResponse.md +0 -34
- package/docs/AttachAttributesToProductRangeRequest.md +0 -34
- package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +0 -36
- package/docs/AttachDocumentablesToDocumentRequest.md +0 -34
- package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +0 -38
- package/docs/AttachDocumentsToProductChildRequest.md +0 -34
- package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +0 -36
- package/docs/AttachDocumentsToProductRangeRequest.md +0 -34
- package/docs/AttachProductChildrenRequest.md +0 -34
- package/docs/AttachProductChildrenToProductRangeRequest.md +0 -34
- package/docs/AttachProductsToProductCategoryRequest.md +0 -34
- package/docs/AttachStoresToSupplierRequest.md +0 -34
- package/docs/AttachSuppliersToStoreRequest.md +0 -34
- package/docs/BlogCategoryApi.md +0 -407
- package/docs/BlogCategoryListResource.md +0 -40
- package/docs/BlogCategoryListResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryLiteResource.md +0 -38
- package/docs/BlogCategoryLiteResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryResource.md +0 -42
- package/docs/BlogCategoryResourceArrayResponse.md +0 -34
- package/docs/BlogFrontendDetailResource.md +0 -52
- package/docs/BlogFrontendDetailResourceArrayResponse.md +0 -34
- package/docs/BlogFrontendResource.md +0 -48
- package/docs/BlogFrontendResourceArrayResponse.md +0 -34
- package/docs/BlogResource.md +0 -44
- package/docs/BlogResourceArrayResponse.md +0 -34
- package/docs/CreateAssetFileRequest.md +0 -36
- package/docs/CreateAssetForAssetableRequest.md +0 -52
- package/docs/CreateAttributeRequest.md +0 -42
- package/docs/CreateAttributeValueRequest.md +0 -36
- package/docs/CreateBlogCategoryRequest.md +0 -40
- package/docs/CreateBlogCategoryRequestDescriptionsInner.md +0 -38
- package/docs/CreateBlogCategoryRequestSeoInner.md +0 -38
- package/docs/CreateDefinitionRequest.md +0 -36
- package/docs/CreateDocumentFileRequest.md +0 -36
- package/docs/CreateDocumentRequest.md +0 -38
- package/docs/CreateLabelRequest.md +0 -48
- package/docs/CreateMenuItemRequest.md +0 -52
- package/docs/CreateMenuItemRequestMenuItemLink.md +0 -40
- package/docs/CreateMenuRequest.md +0 -38
- package/docs/CreateOverlayTemplateAssetRequest.md +0 -52
- package/docs/CreateOverlayTemplateRequest.md +0 -36
- package/docs/CreatePageComponentRequest.md +0 -50
- package/docs/CreatePageComponentRequestRelationsInner.md +0 -38
- package/docs/CreatePageRequest.md +0 -48
- package/docs/CreatePageRequestBlog.md +0 -40
- package/docs/CreateProductCategoryRequest.md +0 -66
- package/docs/CreateProductCategoryRequestAutomationRulesInner.md +0 -44
- package/docs/CreateProductChildRequest.md +0 -72
- package/docs/CreateProductChildRequestAssetsInner.md +0 -48
- package/docs/CreateProductChildRequestAttributeValuesInner.md +0 -38
- package/docs/CreateProductChildRequestSitesInner.md +0 -58
- package/docs/CreateProductRangeRequest.md +0 -40
- package/docs/CreateProductRangeRequestSitesInner.md +0 -54
- package/docs/CreateProductRequest.md +0 -50
- package/docs/CreateProductRequestCategoriesInner.md +0 -36
- package/docs/CreateProductTypeRequest.md +0 -34
- package/docs/CreateReviewRequest.md +0 -50
- package/docs/CreateSiteNotificationRequest.md +0 -44
- package/docs/CreateStoreRequest.md +0 -60
- package/docs/CreateStoreRequestAddress.md +0 -46
- package/docs/CreateStoreRequestSpecialDatesInner.md +0 -44
- package/docs/CreateSupplierRequest.md +0 -52
- package/docs/CreateTagRequest.md +0 -48
- package/docs/CustomerLiteResource.md +0 -40
- package/docs/CustomerLiteResourceArrayResponse.md +0 -34
- package/docs/CustomerReviewableItemFrontendResource.md +0 -40
- package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +0 -34
- package/docs/DeleteAttributeValueRequest.md +0 -34
- package/docs/DetachAttributesFromProductRangeRequest.md +0 -34
- package/docs/DetachDocumentablesFromDocumentRequest.md +0 -34
- package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +0 -36
- package/docs/DetachDocumentsFromProductChildRequest.md +0 -34
- package/docs/DetachDocumentsFromProductRangeRequest.md +0 -34
- package/docs/DetachProductChildrenFromProductRangeRequest.md +0 -34
- package/docs/DetachProductsFromProductCategoryRequest.md +0 -34
- package/docs/DetachStoresFromSupplierRequest.md +0 -34
- package/docs/DetachSuppliersFromStoreRequest.md +0 -34
- package/docs/FrontendComponentApi.md +0 -74
- package/docs/FrontendComponentLiteResource.md +0 -38
- package/docs/FrontendComponentLiteResourceArrayResponse.md +0 -34
- package/docs/FrontendComponentResource.md +0 -40
- package/docs/FrontendComponentResourceArrayResponse.md +0 -34
- package/docs/GetUniqueEndpointsRequest.md +0 -34
- package/docs/LinkOverlayTemplateToAssetsRequest.md +0 -36
- package/docs/MenuIdRequest.md +0 -34
- package/docs/PageApi.md +0 -407
- package/docs/PageComponentApi.md +0 -341
- package/docs/PageComponentLiteResource.md +0 -38
- package/docs/PageComponentLiteResourceArrayResponse.md +0 -34
- package/docs/PageComponentRelationResource.md +0 -44
- package/docs/PageComponentRelationResourceArrayResponse.md +0 -34
- package/docs/PageComponentResource.md +0 -54
- package/docs/PageComponentResourceArrayResponse.md +0 -34
- package/docs/PageFrontendDetailResource.md +0 -44
- package/docs/PageFrontendDetailResourceArrayResponse.md +0 -34
- package/docs/PageListResource.md +0 -54
- package/docs/PageListResourceArrayResponse.md +0 -34
- package/docs/PageLiteResource.md +0 -36
- package/docs/PageLiteResourceArrayResponse.md +0 -34
- package/docs/PageResource.md +0 -52
- package/docs/PageResourceArrayResponse.md +0 -34
- package/docs/PageType.md +0 -32
- package/docs/PaginatedBlogCategoryListResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryLiteResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryResourceResponse.md +0 -36
- package/docs/PaginatedBlogFrontendResourceResponse.md +0 -36
- package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +0 -36
- package/docs/PaginatedFrontendComponentLiteResourceResponse.md +0 -36
- package/docs/PaginatedFrontendComponentResourceResponse.md +0 -36
- package/docs/PaginatedPageComponentLiteResourceResponse.md +0 -36
- package/docs/PaginatedPageListResourceResponse.md +0 -36
- package/docs/PaginatedPageLiteResourceResponse.md +0 -36
- package/docs/PaginatedPageResourceResponse.md +0 -36
- package/docs/PaginatedProductChildFrontendResourceResponse.md +0 -36
- package/docs/PaginatedReviewListResourceResponse.md +0 -36
- package/docs/PaginatedReviewLiteResourceResponse.md +0 -36
- package/docs/PaginatedReviewResourceResponse.md +0 -36
- package/docs/PreviewAutomationRulesRequest.md +0 -38
- package/docs/ProductChildFrontendResource.md +0 -48
- package/docs/ProductChildFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductChildSiteDetailFrontendResource.md +0 -46
- package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSiteDetailFrontendResource.md +0 -46
- package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductReviewsResource.md +0 -44
- package/docs/ProductReviewsResourceArrayResponse.md +0 -34
- package/docs/ReviewApi.md +0 -539
- package/docs/ReviewListResource.md +0 -54
- package/docs/ReviewListResourceArrayResponse.md +0 -34
- package/docs/ReviewLiteResource.md +0 -38
- package/docs/ReviewLiteResourceArrayResponse.md +0 -34
- package/docs/ReviewPublicResource.md +0 -46
- package/docs/ReviewPublicResourceArrayResponse.md +0 -34
- package/docs/ReviewResource.md +0 -64
- package/docs/ReviewResourceArrayResponse.md +0 -34
- package/docs/SearchAllAttributeValuesRequest.md +0 -46
- package/docs/SearchAllAttributesRequest.md +0 -50
- package/docs/SearchAllBlogCategoriesRequest.md +0 -46
- package/docs/SearchAllDefinitionsRequest.md +0 -44
- package/docs/SearchAllDocumentsRequest.md +0 -46
- package/docs/SearchAllFrontendComponentsRequest.md +0 -46
- package/docs/SearchAllMenuItemsRequest.md +0 -48
- package/docs/SearchAllMenusRequest.md +0 -48
- package/docs/SearchAllOverlayTemplatesRequest.md +0 -46
- package/docs/SearchAllPageComponentsRequest.md +0 -48
- package/docs/SearchAllPagesRequest.md +0 -50
- package/docs/SearchAllProductCategoriesRequest.md +0 -54
- package/docs/SearchAllProductChildrenRequest.md +0 -68
- package/docs/SearchAllProductRangesRequest.md +0 -50
- package/docs/SearchAllProductRegistrationsRequest.md +0 -46
- package/docs/SearchAllProductTypesRequest.md +0 -44
- package/docs/SearchAllProductsRequest.md +0 -54
- package/docs/SearchAllStoresRequest.md +0 -48
- package/docs/SearchAllSuppliersRequest.md +0 -44
- package/docs/SearchAttributeValuesRequest.md +0 -50
- package/docs/SearchAttributesRequest.md +0 -54
- package/docs/SearchBlogCategoriesRequest.md +0 -50
- package/docs/SearchDefinitionsRequest.md +0 -48
- package/docs/SearchDocumentsRequest.md +0 -50
- package/docs/SearchExternalApiLogsRequest.md +0 -70
- package/docs/SearchGoogleCategoriesRequest.md +0 -48
- package/docs/SearchLabelsRequest.md +0 -50
- package/docs/SearchLinkablesRequest.md +0 -38
- package/docs/SearchMenusRequest.md +0 -52
- package/docs/SearchModelAttributesRequest.md +0 -54
- package/docs/SearchOverlayTemplatesRequest.md +0 -50
- package/docs/SearchPagesRequest.md +0 -54
- package/docs/SearchProductCategoriesRequest.md +0 -62
- package/docs/SearchProductChildAttributesRequest.md +0 -50
- package/docs/SearchProductChildrenRequest.md +0 -72
- package/docs/SearchProductRangesRequest.md +0 -54
- package/docs/SearchProductRegistrationAssetsRequest.md +0 -52
- package/docs/SearchProductRegistrationsRequest.md +0 -58
- package/docs/SearchProductTypesRequest.md +0 -48
- package/docs/SearchProductsRequest.md +0 -58
- package/docs/SearchRedirectsRequest.md +0 -56
- package/docs/SearchReviewsRequest.md +0 -54
- package/docs/SearchSiteNotificationsRequest.md +0 -50
- package/docs/SearchSitesRequest.md +0 -48
- package/docs/SearchStoresRequest.md +0 -52
- package/docs/SearchSuppliersRequest.md +0 -48
- package/docs/SearchTagsRequest.md +0 -52
- package/docs/ShowProductChildAssetsRequest.md +0 -34
- package/docs/SiteIdRequest.md +0 -34
- package/docs/StoreSpecialDateRequest.md +0 -44
- package/docs/StoreStockType.md +0 -32
- package/docs/Thumbnail.md +0 -36
- package/docs/UnlinkOverlayTemplateFromAssetableRequest.md +0 -38
- package/docs/UpdateAttributeFilterOrderRequest.md +0 -34
- package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +0 -36
- package/docs/UpdateAttributeProductTypeRequest.md +0 -36
- package/docs/UpdateBlogCategoryRequest.md +0 -40
- package/docs/UpdatePageComponentRequest.md +0 -46
- package/docs/UpdatePageRequest.md +0 -46
- package/docs/UpdatePageRequestComponentOrderInner.md +0 -36
- package/docs/UpdateProductTypeAttributeRequest.md +0 -36
- package/docs/UpdateReviewRequest.md +0 -46
- package/src/apis/BlogCategoryApi.ts +0 -345
- package/src/apis/FrontendComponentApi.ts +0 -76
- package/src/apis/PageApi.ts +0 -345
- package/src/apis/PageComponentApi.ts +0 -291
- package/src/apis/ReviewApi.ts +0 -453
- package/src/models/AdminUserLiteResource.ts +0 -92
- package/src/models/AdminUserLiteResourceArrayResponse.ts +0 -73
- package/src/models/AttachAttributesToProductRangeRequest.ts +0 -74
- package/src/models/AttachAttributesToProductRangeRequestAttributesInner.ts +0 -74
- package/src/models/AttachDocumentablesToDocumentRequest.ts +0 -74
- package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +0 -95
- package/src/models/AttachDocumentsToProductChildRequest.ts +0 -74
- package/src/models/AttachDocumentsToProductChildRequestDocumentsInner.ts +0 -74
- package/src/models/AttachDocumentsToProductRangeRequest.ts +0 -74
- package/src/models/AttachProductChildrenRequest.ts +0 -66
- package/src/models/AttachProductChildrenToProductRangeRequest.ts +0 -66
- package/src/models/AttachProductsToProductCategoryRequest.ts +0 -66
- package/src/models/AttachStoresToSupplierRequest.ts +0 -66
- package/src/models/AttachSuppliersToStoreRequest.ts +0 -66
- package/src/models/BlogCategoryListResource.ts +0 -93
- package/src/models/BlogCategoryListResourceArrayResponse.ts +0 -73
- package/src/models/BlogCategoryLiteResource.ts +0 -84
- package/src/models/BlogCategoryLiteResourceArrayResponse.ts +0 -73
- package/src/models/BlogCategoryResource.ts +0 -117
- package/src/models/BlogCategoryResourceArrayResponse.ts +0 -73
- package/src/models/BlogFrontendDetailResource.ts +0 -161
- package/src/models/BlogFrontendDetailResourceArrayResponse.ts +0 -73
- package/src/models/BlogFrontendResource.ts +0 -143
- package/src/models/BlogFrontendResourceArrayResponse.ts +0 -73
- package/src/models/BlogResource.ts +0 -125
- package/src/models/BlogResourceArrayResponse.ts +0 -73
- package/src/models/CreateAssetFileRequest.ts +0 -75
- package/src/models/CreateAssetForAssetableRequest.ts +0 -160
- package/src/models/CreateAttributeRequest.ts +0 -113
- package/src/models/CreateAttributeValueRequest.ts +0 -75
- package/src/models/CreateBlogCategoryRequest.ts +0 -108
- package/src/models/CreateBlogCategoryRequestDescriptionsInner.ts +0 -82
- package/src/models/CreateBlogCategoryRequestSeoInner.ts +0 -82
- package/src/models/CreateDefinitionRequest.ts +0 -75
- package/src/models/CreateDocumentFileRequest.ts +0 -75
- package/src/models/CreateDocumentRequest.ts +0 -83
- package/src/models/CreateLabelRequest.ts +0 -125
- package/src/models/CreateMenuItemRequest.ts +0 -161
- package/src/models/CreateMenuItemRequestMenuItemLink.ts +0 -101
- package/src/models/CreateMenuRequest.ts +0 -96
- package/src/models/CreateOverlayTemplateAssetRequest.ts +0 -155
- package/src/models/CreateOverlayTemplateRequest.ts +0 -75
- package/src/models/CreatePageComponentRequest.ts +0 -140
- package/src/models/CreatePageComponentRequestRelationsInner.ts +0 -81
- package/src/models/CreatePageRequest.ts +0 -153
- package/src/models/CreatePageRequestBlog.ts +0 -97
- package/src/models/CreateProductCategoryRequest.ts +0 -230
- package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +0 -137
- package/src/models/CreateProductChildRequest.ts +0 -249
- package/src/models/CreateProductChildRequestAssetsInner.ts +0 -124
- package/src/models/CreateProductChildRequestAttributeValuesInner.ts +0 -82
- package/src/models/CreateProductChildRequestSitesInner.ts +0 -169
- package/src/models/CreateProductRangeRequest.ts +0 -105
- package/src/models/CreateProductRangeRequestSitesInner.ts +0 -148
- package/src/models/CreateProductRequest.ts +0 -143
- package/src/models/CreateProductRequestCategoriesInner.ts +0 -75
- package/src/models/CreateProductTypeRequest.ts +0 -66
- package/src/models/CreateReviewRequest.ts +0 -136
- package/src/models/CreateSiteNotificationRequest.ts +0 -111
- package/src/models/CreateStoreRequest.ts +0 -190
- package/src/models/CreateStoreRequestAddress.ts +0 -119
- package/src/models/CreateStoreRequestSpecialDatesInner.ts +0 -106
- package/src/models/CreateSupplierRequest.ts +0 -157
- package/src/models/CreateTagRequest.ts +0 -136
- package/src/models/CustomerLiteResource.ts +0 -92
- package/src/models/CustomerLiteResourceArrayResponse.ts +0 -73
- package/src/models/CustomerReviewableItemFrontendResource.ts +0 -93
- package/src/models/CustomerReviewableItemFrontendResourceArrayResponse.ts +0 -73
- package/src/models/DeleteAttributeValueRequest.ts +0 -65
- package/src/models/DetachAttributesFromProductRangeRequest.ts +0 -66
- package/src/models/DetachDocumentablesFromDocumentRequest.ts +0 -74
- package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +0 -87
- package/src/models/DetachDocumentsFromProductChildRequest.ts +0 -66
- package/src/models/DetachDocumentsFromProductRangeRequest.ts +0 -66
- package/src/models/DetachProductChildrenFromProductRangeRequest.ts +0 -66
- package/src/models/DetachProductsFromProductCategoryRequest.ts +0 -66
- package/src/models/DetachStoresFromSupplierRequest.ts +0 -66
- package/src/models/DetachSuppliersFromStoreRequest.ts +0 -66
- package/src/models/FrontendComponentLiteResource.ts +0 -84
- package/src/models/FrontendComponentLiteResourceArrayResponse.ts +0 -73
- package/src/models/FrontendComponentResource.ts +0 -101
- package/src/models/FrontendComponentResourceArrayResponse.ts +0 -73
- package/src/models/GetUniqueEndpointsRequest.ts +0 -76
- package/src/models/LinkOverlayTemplateToAssetsRequest.ts +0 -74
- package/src/models/MenuIdRequest.ts +0 -66
- package/src/models/PageComponentLiteResource.ts +0 -84
- package/src/models/PageComponentLiteResourceArrayResponse.ts +0 -73
- package/src/models/PageComponentRelationResource.ts +0 -119
- package/src/models/PageComponentRelationResourceArrayResponse.ts +0 -73
- package/src/models/PageComponentResource.ts +0 -166
- package/src/models/PageComponentResourceArrayResponse.ts +0 -73
- package/src/models/PageFrontendDetailResource.ts +0 -118
- package/src/models/PageFrontendDetailResourceArrayResponse.ts +0 -73
- package/src/models/PageListResource.ts +0 -168
- package/src/models/PageListResourceArrayResponse.ts +0 -73
- package/src/models/PageLiteResource.ts +0 -75
- package/src/models/PageLiteResourceArrayResponse.ts +0 -73
- package/src/models/PageResource.ts +0 -168
- package/src/models/PageResourceArrayResponse.ts +0 -73
- package/src/models/PageType.ts +0 -54
- package/src/models/PaginatedBlogCategoryListResourceResponse.ts +0 -90
- package/src/models/PaginatedBlogCategoryLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedBlogCategoryResourceResponse.ts +0 -90
- package/src/models/PaginatedBlogFrontendResourceResponse.ts +0 -90
- package/src/models/PaginatedCustomerReviewableItemFrontendResourceResponse.ts +0 -90
- package/src/models/PaginatedFrontendComponentLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedFrontendComponentResourceResponse.ts +0 -90
- package/src/models/PaginatedPageComponentLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedPageListResourceResponse.ts +0 -90
- package/src/models/PaginatedPageLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedPageResourceResponse.ts +0 -90
- package/src/models/PaginatedProductChildFrontendResourceResponse.ts +0 -90
- package/src/models/PaginatedReviewListResourceResponse.ts +0 -90
- package/src/models/PaginatedReviewLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedReviewResourceResponse.ts +0 -90
- package/src/models/PreviewAutomationRulesRequest.ts +0 -103
- package/src/models/ProductChildFrontendResource.ts +0 -144
- package/src/models/ProductChildFrontendResourceArrayResponse.ts +0 -73
- package/src/models/ProductChildSiteDetailFrontendResource.ts +0 -127
- package/src/models/ProductChildSiteDetailFrontendResourceArrayResponse.ts +0 -73
- package/src/models/ProductRangeSiteDetailFrontendResource.ts +0 -119
- package/src/models/ProductRangeSiteDetailFrontendResourceArrayResponse.ts +0 -73
- package/src/models/ProductReviewsResource.ts +0 -118
- package/src/models/ProductReviewsResourceArrayResponse.ts +0 -73
- package/src/models/ReviewListResource.ts +0 -168
- package/src/models/ReviewListResourceArrayResponse.ts +0 -73
- package/src/models/ReviewLiteResource.ts +0 -84
- package/src/models/ReviewLiteResourceArrayResponse.ts +0 -73
- package/src/models/ReviewPublicResource.ts +0 -119
- package/src/models/ReviewPublicResourceArrayResponse.ts +0 -73
- package/src/models/ReviewResource.ts +0 -226
- package/src/models/ReviewResourceArrayResponse.ts +0 -73
- package/src/models/SearchAllAttributeValuesRequest.ts +0 -143
- package/src/models/SearchAllAttributesRequest.ts +0 -162
- package/src/models/SearchAllBlogCategoriesRequest.ts +0 -133
- package/src/models/SearchAllDefinitionsRequest.ts +0 -127
- package/src/models/SearchAllDocumentsRequest.ts +0 -145
- package/src/models/SearchAllFrontendComponentsRequest.ts +0 -133
- package/src/models/SearchAllMenuItemsRequest.ts +0 -144
- package/src/models/SearchAllMenusRequest.ts +0 -144
- package/src/models/SearchAllOverlayTemplatesRequest.ts +0 -143
- package/src/models/SearchAllPageComponentsRequest.ts +0 -141
- package/src/models/SearchAllPagesRequest.ts +0 -152
- package/src/models/SearchAllProductCategoriesRequest.ts +0 -179
- package/src/models/SearchAllProductChildrenRequest.ts +0 -243
- package/src/models/SearchAllProductRangesRequest.ts +0 -151
- package/src/models/SearchAllProductRegistrationsRequest.ts +0 -137
- package/src/models/SearchAllProductTypesRequest.ts +0 -136
- package/src/models/SearchAllProductsRequest.ts +0 -177
- package/src/models/SearchAllStoresRequest.ts +0 -144
- package/src/models/SearchAllSuppliersRequest.ts +0 -137
- package/src/models/SearchAttributeValuesRequest.ts +0 -159
- package/src/models/SearchAttributesRequest.ts +0 -178
- package/src/models/SearchBlogCategoriesRequest.ts +0 -149
- package/src/models/SearchDefinitionsRequest.ts +0 -143
- package/src/models/SearchDocumentsRequest.ts +0 -161
- package/src/models/SearchExternalApiLogsRequest.ts +0 -234
- package/src/models/SearchGoogleCategoriesRequest.ts +0 -143
- package/src/models/SearchLabelsRequest.ts +0 -163
- package/src/models/SearchLinkablesRequest.ts +0 -94
- package/src/models/SearchMenusRequest.ts +0 -160
- package/src/models/SearchModelAttributesRequest.ts +0 -176
- package/src/models/SearchOverlayTemplatesRequest.ts +0 -159
- package/src/models/SearchPagesRequest.ts +0 -176
- package/src/models/SearchProductCategoriesRequest.ts +0 -214
- package/src/models/SearchProductChildAttributesRequest.ts +0 -152
- package/src/models/SearchProductChildrenRequest.ts +0 -269
- package/src/models/SearchProductRangesRequest.ts +0 -167
- package/src/models/SearchProductRegistrationAssetsRequest.ts +0 -158
- package/src/models/SearchProductRegistrationsRequest.ts +0 -193
- package/src/models/SearchProductTypesRequest.ts +0 -151
- package/src/models/SearchProductsRequest.ts +0 -192
- package/src/models/SearchRedirectsRequest.ts +0 -184
- package/src/models/SearchReviewsRequest.ts +0 -167
- package/src/models/SearchSiteNotificationsRequest.ts +0 -152
- package/src/models/SearchSitesRequest.ts +0 -144
- package/src/models/SearchStoresRequest.ts +0 -160
- package/src/models/SearchSuppliersRequest.ts +0 -153
- package/src/models/SearchTagsRequest.ts +0 -168
- package/src/models/ShowProductChildAssetsRequest.ts +0 -65
- package/src/models/SiteIdRequest.ts +0 -66
- package/src/models/StoreSpecialDateRequest.ts +0 -106
- package/src/models/StoreStockType.ts +0 -53
- package/src/models/Thumbnail.ts +0 -73
- package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +0 -93
- package/src/models/UpdateAttributeFilterOrderRequest.ts +0 -74
- package/src/models/UpdateAttributeFilterOrderRequestValuesInner.ts +0 -75
- package/src/models/UpdateAttributeProductTypeRequest.ts +0 -88
- package/src/models/UpdateBlogCategoryRequest.ts +0 -108
- package/src/models/UpdatePageComponentRequest.ts +0 -122
- package/src/models/UpdatePageRequest.ts +0 -138
- package/src/models/UpdatePageRequestComponentOrderInner.ts +0 -75
- package/src/models/UpdateProductTypeAttributeRequest.ts +0 -88
- package/src/models/UpdateReviewRequest.ts +0 -118
package/docs/ProductApi.md
CHANGED
|
@@ -4,26 +4,26 @@ All URIs are relative to *http://localhost/api*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
-
| [**attachAccessoriesProductChild**](ProductApi.md#
|
|
7
|
+
| [**attachAccessoriesProductChild**](ProductApi.md#attachaccessoriesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild |
|
|
8
8
|
| [**attachCompatibleProductsProductChild**](ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild |
|
|
9
|
-
| [**attachDocumentsProductChild**](ProductApi.md#
|
|
9
|
+
| [**attachDocumentsProductChild**](ProductApi.md#attachdocumentsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild |
|
|
10
10
|
| [**destroyProduct**](ProductApi.md#destroyproduct) | **DELETE** /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct |
|
|
11
11
|
| [**destroyProductChild**](ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild |
|
|
12
12
|
| [**detachAccessoryProductChild**](ProductApi.md#detachaccessoryproductchild) | **DELETE** /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild |
|
|
13
13
|
| [**detachCompatibleProductProductChild**](ProductApi.md#detachcompatibleproductproductchild) | **DELETE** /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild |
|
|
14
|
-
| [**detachDocumentsProductChild**](ProductApi.md#
|
|
14
|
+
| [**detachDocumentsProductChild**](ProductApi.md#detachdocumentsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/detach-documents | Auto-generated: detachDocumentsProductChild |
|
|
15
15
|
| [**getAccessoriesProductChild**](ProductApi.md#getaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild |
|
|
16
|
-
| [**getAllProduct**](ProductApi.md#
|
|
17
|
-
| [**getAllProductChild**](ProductApi.md#
|
|
16
|
+
| [**getAllProduct**](ProductApi.md#getallproductoperation) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct |
|
|
17
|
+
| [**getAllProductChild**](ProductApi.md#getallproductchildoperation) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild |
|
|
18
18
|
| [**getCompatibleProductsProductChild**](ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild |
|
|
19
|
-
| [**indexProduct**](ProductApi.md#
|
|
20
|
-
| [**indexProductChild**](ProductApi.md#
|
|
21
|
-
| [**showAssetsProductChild**](ProductApi.md#
|
|
22
|
-
| [**showAttributesProductChild**](ProductApi.md#
|
|
19
|
+
| [**indexProduct**](ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct |
|
|
20
|
+
| [**indexProductChild**](ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild |
|
|
21
|
+
| [**showAssetsProductChild**](ProductApi.md#showassetsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild |
|
|
22
|
+
| [**showAttributesProductChild**](ProductApi.md#showattributesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild |
|
|
23
23
|
| [**showProduct**](ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct |
|
|
24
24
|
| [**showProductChild**](ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild |
|
|
25
|
-
| [**storeProduct**](ProductApi.md#
|
|
26
|
-
| [**storeProductChild**](ProductApi.md#
|
|
25
|
+
| [**storeProduct**](ProductApi.md#storeproductoperation) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct |
|
|
26
|
+
| [**storeProductChild**](ProductApi.md#storeproductchildoperation) | **POST** /admin-api/product/children/create | Auto-generated: storeProductChild |
|
|
27
27
|
| [**updateProduct**](ProductApi.md#updateproductoperation) | **PUT** /admin-api/product/parent/{product}/update | Auto-generated: updateProduct |
|
|
28
28
|
| [**updateProductChild**](ProductApi.md#updateproductchildoperation) | **PUT** /admin-api/product/children/{productChild}/update | Auto-generated: updateProductChild |
|
|
29
29
|
|
|
@@ -31,7 +31,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
31
31
|
|
|
32
32
|
## attachAccessoriesProductChild
|
|
33
33
|
|
|
34
|
-
> PaginatedProductChildListResourceResponse attachAccessoriesProductChild(productChild,
|
|
34
|
+
> PaginatedProductChildListResourceResponse attachAccessoriesProductChild(productChild, attachAccessoriesProductChildRequest)
|
|
35
35
|
|
|
36
36
|
Auto-generated: attachAccessoriesProductChild
|
|
37
37
|
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
Configuration,
|
|
43
43
|
ProductApi,
|
|
44
44
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
45
|
-
import type {
|
|
45
|
+
import type { AttachAccessoriesProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
46
46
|
|
|
47
47
|
async function example() {
|
|
48
48
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
@@ -51,9 +51,9 @@ async function example() {
|
|
|
51
51
|
const body = {
|
|
52
52
|
// number | The id of the productChild
|
|
53
53
|
productChild: 56,
|
|
54
|
-
//
|
|
55
|
-
|
|
56
|
-
} satisfies
|
|
54
|
+
// AttachAccessoriesProductChildRequest (optional)
|
|
55
|
+
attachAccessoriesProductChildRequest: ...,
|
|
56
|
+
} satisfies AttachAccessoriesProductChildOperationRequest;
|
|
57
57
|
|
|
58
58
|
try {
|
|
59
59
|
const data = await api.attachAccessoriesProductChild(body);
|
|
@@ -73,7 +73,7 @@ example().catch(console.error);
|
|
|
73
73
|
| Name | Type | Description | Notes |
|
|
74
74
|
|------------- | ------------- | ------------- | -------------|
|
|
75
75
|
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
76
|
-
| **
|
|
76
|
+
| **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
|
|
77
77
|
|
|
78
78
|
### Return type
|
|
79
79
|
|
|
@@ -99,7 +99,7 @@ No authorization required
|
|
|
99
99
|
|
|
100
100
|
## attachCompatibleProductsProductChild
|
|
101
101
|
|
|
102
|
-
> PaginatedProductChildListResourceResponse attachCompatibleProductsProductChild(productChild,
|
|
102
|
+
> PaginatedProductChildListResourceResponse attachCompatibleProductsProductChild(productChild, attachAccessoriesProductChildRequest)
|
|
103
103
|
|
|
104
104
|
Auto-generated: attachCompatibleProductsProductChild
|
|
105
105
|
|
|
@@ -119,8 +119,8 @@ async function example() {
|
|
|
119
119
|
const body = {
|
|
120
120
|
// number | The id of the productChild
|
|
121
121
|
productChild: 56,
|
|
122
|
-
//
|
|
123
|
-
|
|
122
|
+
// AttachAccessoriesProductChildRequest (optional)
|
|
123
|
+
attachAccessoriesProductChildRequest: ...,
|
|
124
124
|
} satisfies AttachCompatibleProductsProductChildRequest;
|
|
125
125
|
|
|
126
126
|
try {
|
|
@@ -141,7 +141,7 @@ example().catch(console.error);
|
|
|
141
141
|
| Name | Type | Description | Notes |
|
|
142
142
|
|------------- | ------------- | ------------- | -------------|
|
|
143
143
|
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
144
|
-
| **
|
|
144
|
+
| **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
|
|
145
145
|
|
|
146
146
|
### Return type
|
|
147
147
|
|
|
@@ -167,7 +167,7 @@ No authorization required
|
|
|
167
167
|
|
|
168
168
|
## attachDocumentsProductChild
|
|
169
169
|
|
|
170
|
-
> ProductChildResource attachDocumentsProductChild(productChild,
|
|
170
|
+
> ProductChildResource attachDocumentsProductChild(productChild, attachDocumentsProductChildRequest)
|
|
171
171
|
|
|
172
172
|
Auto-generated: attachDocumentsProductChild
|
|
173
173
|
|
|
@@ -178,7 +178,7 @@ import {
|
|
|
178
178
|
Configuration,
|
|
179
179
|
ProductApi,
|
|
180
180
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
181
|
-
import type {
|
|
181
|
+
import type { AttachDocumentsProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
182
182
|
|
|
183
183
|
async function example() {
|
|
184
184
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
@@ -187,9 +187,9 @@ async function example() {
|
|
|
187
187
|
const body = {
|
|
188
188
|
// number | The id of the productChild
|
|
189
189
|
productChild: 56,
|
|
190
|
-
//
|
|
191
|
-
|
|
192
|
-
} satisfies
|
|
190
|
+
// AttachDocumentsProductChildRequest (optional)
|
|
191
|
+
attachDocumentsProductChildRequest: ...,
|
|
192
|
+
} satisfies AttachDocumentsProductChildOperationRequest;
|
|
193
193
|
|
|
194
194
|
try {
|
|
195
195
|
const data = await api.attachDocumentsProductChild(body);
|
|
@@ -209,7 +209,7 @@ example().catch(console.error);
|
|
|
209
209
|
| Name | Type | Description | Notes |
|
|
210
210
|
|------------- | ------------- | ------------- | -------------|
|
|
211
211
|
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
212
|
-
| **
|
|
212
|
+
| **attachDocumentsProductChildRequest** | [AttachDocumentsProductChildRequest](AttachDocumentsProductChildRequest.md) | | [Optional] |
|
|
213
213
|
|
|
214
214
|
### Return type
|
|
215
215
|
|
|
@@ -501,7 +501,7 @@ No authorization required
|
|
|
501
501
|
|
|
502
502
|
## detachDocumentsProductChild
|
|
503
503
|
|
|
504
|
-
> ProductChildResource detachDocumentsProductChild(productChild,
|
|
504
|
+
> ProductChildResource detachDocumentsProductChild(productChild, detachDocumentsProductChildRequest)
|
|
505
505
|
|
|
506
506
|
Auto-generated: detachDocumentsProductChild
|
|
507
507
|
|
|
@@ -512,7 +512,7 @@ import {
|
|
|
512
512
|
Configuration,
|
|
513
513
|
ProductApi,
|
|
514
514
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
515
|
-
import type {
|
|
515
|
+
import type { DetachDocumentsProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
516
516
|
|
|
517
517
|
async function example() {
|
|
518
518
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
@@ -521,9 +521,9 @@ async function example() {
|
|
|
521
521
|
const body = {
|
|
522
522
|
// number | The id of the productChild
|
|
523
523
|
productChild: 56,
|
|
524
|
-
//
|
|
525
|
-
|
|
526
|
-
} satisfies
|
|
524
|
+
// DetachDocumentsProductChildRequest (optional)
|
|
525
|
+
detachDocumentsProductChildRequest: ...,
|
|
526
|
+
} satisfies DetachDocumentsProductChildOperationRequest;
|
|
527
527
|
|
|
528
528
|
try {
|
|
529
529
|
const data = await api.detachDocumentsProductChild(body);
|
|
@@ -543,7 +543,7 @@ example().catch(console.error);
|
|
|
543
543
|
| Name | Type | Description | Notes |
|
|
544
544
|
|------------- | ------------- | ------------- | -------------|
|
|
545
545
|
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
546
|
-
| **
|
|
546
|
+
| **detachDocumentsProductChildRequest** | [DetachDocumentsProductChildRequest](DetachDocumentsProductChildRequest.md) | | [Optional] |
|
|
547
547
|
|
|
548
548
|
### Return type
|
|
549
549
|
|
|
@@ -569,7 +569,7 @@ No authorization required
|
|
|
569
569
|
|
|
570
570
|
## getAccessoriesProductChild
|
|
571
571
|
|
|
572
|
-
> ProductChildListResourceArrayResponse getAccessoriesProductChild(productChild,
|
|
572
|
+
> ProductChildListResourceArrayResponse getAccessoriesProductChild(productChild, getAllProductChildRequest)
|
|
573
573
|
|
|
574
574
|
Auto-generated: getAccessoriesProductChild
|
|
575
575
|
|
|
@@ -589,8 +589,8 @@ async function example() {
|
|
|
589
589
|
const body = {
|
|
590
590
|
// number | The id of the productChild
|
|
591
591
|
productChild: 56,
|
|
592
|
-
//
|
|
593
|
-
|
|
592
|
+
// GetAllProductChildRequest (optional)
|
|
593
|
+
getAllProductChildRequest: ...,
|
|
594
594
|
} satisfies GetAccessoriesProductChildRequest;
|
|
595
595
|
|
|
596
596
|
try {
|
|
@@ -611,7 +611,7 @@ example().catch(console.error);
|
|
|
611
611
|
| Name | Type | Description | Notes |
|
|
612
612
|
|------------- | ------------- | ------------- | -------------|
|
|
613
613
|
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
614
|
-
| **
|
|
614
|
+
| **getAllProductChildRequest** | [GetAllProductChildRequest](GetAllProductChildRequest.md) | | [Optional] |
|
|
615
615
|
|
|
616
616
|
### Return type
|
|
617
617
|
|
|
@@ -637,7 +637,7 @@ No authorization required
|
|
|
637
637
|
|
|
638
638
|
## getAllProduct
|
|
639
639
|
|
|
640
|
-
> ProductLiteResourceArrayResponse getAllProduct(
|
|
640
|
+
> ProductLiteResourceArrayResponse getAllProduct(getAllProductRequest)
|
|
641
641
|
|
|
642
642
|
Auto-generated: getAllProduct
|
|
643
643
|
|
|
@@ -648,16 +648,16 @@ import {
|
|
|
648
648
|
Configuration,
|
|
649
649
|
ProductApi,
|
|
650
650
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
651
|
-
import type {
|
|
651
|
+
import type { GetAllProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
652
652
|
|
|
653
653
|
async function example() {
|
|
654
654
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
655
655
|
const api = new ProductApi();
|
|
656
656
|
|
|
657
657
|
const body = {
|
|
658
|
-
//
|
|
659
|
-
|
|
660
|
-
} satisfies
|
|
658
|
+
// GetAllProductRequest (optional)
|
|
659
|
+
getAllProductRequest: ...,
|
|
660
|
+
} satisfies GetAllProductOperationRequest;
|
|
661
661
|
|
|
662
662
|
try {
|
|
663
663
|
const data = await api.getAllProduct(body);
|
|
@@ -676,7 +676,7 @@ example().catch(console.error);
|
|
|
676
676
|
|
|
677
677
|
| Name | Type | Description | Notes |
|
|
678
678
|
|------------- | ------------- | ------------- | -------------|
|
|
679
|
-
| **
|
|
679
|
+
| **getAllProductRequest** | [GetAllProductRequest](GetAllProductRequest.md) | | [Optional] |
|
|
680
680
|
|
|
681
681
|
### Return type
|
|
682
682
|
|
|
@@ -702,7 +702,7 @@ No authorization required
|
|
|
702
702
|
|
|
703
703
|
## getAllProductChild
|
|
704
704
|
|
|
705
|
-
> ProductChildLiteResourceArrayResponse getAllProductChild(
|
|
705
|
+
> ProductChildLiteResourceArrayResponse getAllProductChild(getAllProductChildRequest)
|
|
706
706
|
|
|
707
707
|
Auto-generated: getAllProductChild
|
|
708
708
|
|
|
@@ -713,16 +713,16 @@ import {
|
|
|
713
713
|
Configuration,
|
|
714
714
|
ProductApi,
|
|
715
715
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
716
|
-
import type {
|
|
716
|
+
import type { GetAllProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
717
717
|
|
|
718
718
|
async function example() {
|
|
719
719
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
720
720
|
const api = new ProductApi();
|
|
721
721
|
|
|
722
722
|
const body = {
|
|
723
|
-
//
|
|
724
|
-
|
|
725
|
-
} satisfies
|
|
723
|
+
// GetAllProductChildRequest (optional)
|
|
724
|
+
getAllProductChildRequest: ...,
|
|
725
|
+
} satisfies GetAllProductChildOperationRequest;
|
|
726
726
|
|
|
727
727
|
try {
|
|
728
728
|
const data = await api.getAllProductChild(body);
|
|
@@ -741,7 +741,7 @@ example().catch(console.error);
|
|
|
741
741
|
|
|
742
742
|
| Name | Type | Description | Notes |
|
|
743
743
|
|------------- | ------------- | ------------- | -------------|
|
|
744
|
-
| **
|
|
744
|
+
| **getAllProductChildRequest** | [GetAllProductChildRequest](GetAllProductChildRequest.md) | | [Optional] |
|
|
745
745
|
|
|
746
746
|
### Return type
|
|
747
747
|
|
|
@@ -767,7 +767,7 @@ No authorization required
|
|
|
767
767
|
|
|
768
768
|
## getCompatibleProductsProductChild
|
|
769
769
|
|
|
770
|
-
> PaginatedProductChildListResourceResponse getCompatibleProductsProductChild(productChild,
|
|
770
|
+
> PaginatedProductChildListResourceResponse getCompatibleProductsProductChild(productChild, indexProductChildRequest)
|
|
771
771
|
|
|
772
772
|
Auto-generated: getCompatibleProductsProductChild
|
|
773
773
|
|
|
@@ -787,8 +787,8 @@ async function example() {
|
|
|
787
787
|
const body = {
|
|
788
788
|
// number | The id of the productChild
|
|
789
789
|
productChild: 56,
|
|
790
|
-
//
|
|
791
|
-
|
|
790
|
+
// IndexProductChildRequest (optional)
|
|
791
|
+
indexProductChildRequest: ...,
|
|
792
792
|
} satisfies GetCompatibleProductsProductChildRequest;
|
|
793
793
|
|
|
794
794
|
try {
|
|
@@ -809,7 +809,7 @@ example().catch(console.error);
|
|
|
809
809
|
| Name | Type | Description | Notes |
|
|
810
810
|
|------------- | ------------- | ------------- | -------------|
|
|
811
811
|
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
812
|
-
| **
|
|
812
|
+
| **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
|
|
813
813
|
|
|
814
814
|
### Return type
|
|
815
815
|
|
|
@@ -835,7 +835,7 @@ No authorization required
|
|
|
835
835
|
|
|
836
836
|
## indexProduct
|
|
837
837
|
|
|
838
|
-
> PaginatedProductListResourceResponse indexProduct(
|
|
838
|
+
> PaginatedProductListResourceResponse indexProduct(indexProductRequest)
|
|
839
839
|
|
|
840
840
|
Auto-generated: indexProduct
|
|
841
841
|
|
|
@@ -846,16 +846,16 @@ import {
|
|
|
846
846
|
Configuration,
|
|
847
847
|
ProductApi,
|
|
848
848
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
849
|
-
import type {
|
|
849
|
+
import type { IndexProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
850
850
|
|
|
851
851
|
async function example() {
|
|
852
852
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
853
853
|
const api = new ProductApi();
|
|
854
854
|
|
|
855
855
|
const body = {
|
|
856
|
-
//
|
|
857
|
-
|
|
858
|
-
} satisfies
|
|
856
|
+
// IndexProductRequest (optional)
|
|
857
|
+
indexProductRequest: ...,
|
|
858
|
+
} satisfies IndexProductOperationRequest;
|
|
859
859
|
|
|
860
860
|
try {
|
|
861
861
|
const data = await api.indexProduct(body);
|
|
@@ -874,7 +874,7 @@ example().catch(console.error);
|
|
|
874
874
|
|
|
875
875
|
| Name | Type | Description | Notes |
|
|
876
876
|
|------------- | ------------- | ------------- | -------------|
|
|
877
|
-
| **
|
|
877
|
+
| **indexProductRequest** | [IndexProductRequest](IndexProductRequest.md) | | [Optional] |
|
|
878
878
|
|
|
879
879
|
### Return type
|
|
880
880
|
|
|
@@ -900,7 +900,7 @@ No authorization required
|
|
|
900
900
|
|
|
901
901
|
## indexProductChild
|
|
902
902
|
|
|
903
|
-
> PaginatedProductChildListResourceResponse indexProductChild(
|
|
903
|
+
> PaginatedProductChildListResourceResponse indexProductChild(indexProductChildRequest)
|
|
904
904
|
|
|
905
905
|
Auto-generated: indexProductChild
|
|
906
906
|
|
|
@@ -911,16 +911,16 @@ import {
|
|
|
911
911
|
Configuration,
|
|
912
912
|
ProductApi,
|
|
913
913
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
914
|
-
import type {
|
|
914
|
+
import type { IndexProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
915
915
|
|
|
916
916
|
async function example() {
|
|
917
917
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
918
918
|
const api = new ProductApi();
|
|
919
919
|
|
|
920
920
|
const body = {
|
|
921
|
-
//
|
|
922
|
-
|
|
923
|
-
} satisfies
|
|
921
|
+
// IndexProductChildRequest (optional)
|
|
922
|
+
indexProductChildRequest: ...,
|
|
923
|
+
} satisfies IndexProductChildOperationRequest;
|
|
924
924
|
|
|
925
925
|
try {
|
|
926
926
|
const data = await api.indexProductChild(body);
|
|
@@ -939,7 +939,7 @@ example().catch(console.error);
|
|
|
939
939
|
|
|
940
940
|
| Name | Type | Description | Notes |
|
|
941
941
|
|------------- | ------------- | ------------- | -------------|
|
|
942
|
-
| **
|
|
942
|
+
| **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
|
|
943
943
|
|
|
944
944
|
### Return type
|
|
945
945
|
|
|
@@ -965,7 +965,7 @@ No authorization required
|
|
|
965
965
|
|
|
966
966
|
## showAssetsProductChild
|
|
967
967
|
|
|
968
|
-
> AssetWithOverlayLinkResourceArrayResponse showAssetsProductChild(productChild,
|
|
968
|
+
> AssetWithOverlayLinkResourceArrayResponse showAssetsProductChild(productChild, showAssetsProductChildRequest)
|
|
969
969
|
|
|
970
970
|
Auto-generated: showAssetsProductChild
|
|
971
971
|
|
|
@@ -976,7 +976,7 @@ import {
|
|
|
976
976
|
Configuration,
|
|
977
977
|
ProductApi,
|
|
978
978
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
979
|
-
import type {
|
|
979
|
+
import type { ShowAssetsProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
980
980
|
|
|
981
981
|
async function example() {
|
|
982
982
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
@@ -985,9 +985,9 @@ async function example() {
|
|
|
985
985
|
const body = {
|
|
986
986
|
// number | The id of the productChild
|
|
987
987
|
productChild: 56,
|
|
988
|
-
//
|
|
989
|
-
|
|
990
|
-
} satisfies
|
|
988
|
+
// ShowAssetsProductChildRequest (optional)
|
|
989
|
+
showAssetsProductChildRequest: ...,
|
|
990
|
+
} satisfies ShowAssetsProductChildOperationRequest;
|
|
991
991
|
|
|
992
992
|
try {
|
|
993
993
|
const data = await api.showAssetsProductChild(body);
|
|
@@ -1007,7 +1007,7 @@ example().catch(console.error);
|
|
|
1007
1007
|
| Name | Type | Description | Notes |
|
|
1008
1008
|
|------------- | ------------- | ------------- | -------------|
|
|
1009
1009
|
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
1010
|
-
| **
|
|
1010
|
+
| **showAssetsProductChildRequest** | [ShowAssetsProductChildRequest](ShowAssetsProductChildRequest.md) | | [Optional] |
|
|
1011
1011
|
|
|
1012
1012
|
### Return type
|
|
1013
1013
|
|
|
@@ -1033,7 +1033,7 @@ No authorization required
|
|
|
1033
1033
|
|
|
1034
1034
|
## showAttributesProductChild
|
|
1035
1035
|
|
|
1036
|
-
> ProductChildAttributeGroupedResource showAttributesProductChild(productChild,
|
|
1036
|
+
> ProductChildAttributeGroupedResource showAttributesProductChild(productChild, showAttributesProductChildRequest)
|
|
1037
1037
|
|
|
1038
1038
|
Auto-generated: showAttributesProductChild
|
|
1039
1039
|
|
|
@@ -1044,7 +1044,7 @@ import {
|
|
|
1044
1044
|
Configuration,
|
|
1045
1045
|
ProductApi,
|
|
1046
1046
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
1047
|
-
import type {
|
|
1047
|
+
import type { ShowAttributesProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
1048
1048
|
|
|
1049
1049
|
async function example() {
|
|
1050
1050
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
@@ -1053,9 +1053,9 @@ async function example() {
|
|
|
1053
1053
|
const body = {
|
|
1054
1054
|
// number | The id of the productChild
|
|
1055
1055
|
productChild: 56,
|
|
1056
|
-
//
|
|
1057
|
-
|
|
1058
|
-
} satisfies
|
|
1056
|
+
// ShowAttributesProductChildRequest (optional)
|
|
1057
|
+
showAttributesProductChildRequest: ...,
|
|
1058
|
+
} satisfies ShowAttributesProductChildOperationRequest;
|
|
1059
1059
|
|
|
1060
1060
|
try {
|
|
1061
1061
|
const data = await api.showAttributesProductChild(body);
|
|
@@ -1075,7 +1075,7 @@ example().catch(console.error);
|
|
|
1075
1075
|
| Name | Type | Description | Notes |
|
|
1076
1076
|
|------------- | ------------- | ------------- | -------------|
|
|
1077
1077
|
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
1078
|
-
| **
|
|
1078
|
+
| **showAttributesProductChildRequest** | [ShowAttributesProductChildRequest](ShowAttributesProductChildRequest.md) | | [Optional] |
|
|
1079
1079
|
|
|
1080
1080
|
### Return type
|
|
1081
1081
|
|
|
@@ -1231,7 +1231,7 @@ No authorization required
|
|
|
1231
1231
|
|
|
1232
1232
|
## storeProduct
|
|
1233
1233
|
|
|
1234
|
-
> ProductResource storeProduct(
|
|
1234
|
+
> ProductResource storeProduct(storeProductRequest)
|
|
1235
1235
|
|
|
1236
1236
|
Auto-generated: storeProduct
|
|
1237
1237
|
|
|
@@ -1242,16 +1242,16 @@ import {
|
|
|
1242
1242
|
Configuration,
|
|
1243
1243
|
ProductApi,
|
|
1244
1244
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
1245
|
-
import type {
|
|
1245
|
+
import type { StoreProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
1246
1246
|
|
|
1247
1247
|
async function example() {
|
|
1248
1248
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
1249
1249
|
const api = new ProductApi();
|
|
1250
1250
|
|
|
1251
1251
|
const body = {
|
|
1252
|
-
//
|
|
1253
|
-
|
|
1254
|
-
} satisfies
|
|
1252
|
+
// StoreProductRequest (optional)
|
|
1253
|
+
storeProductRequest: ...,
|
|
1254
|
+
} satisfies StoreProductOperationRequest;
|
|
1255
1255
|
|
|
1256
1256
|
try {
|
|
1257
1257
|
const data = await api.storeProduct(body);
|
|
@@ -1270,7 +1270,7 @@ example().catch(console.error);
|
|
|
1270
1270
|
|
|
1271
1271
|
| Name | Type | Description | Notes |
|
|
1272
1272
|
|------------- | ------------- | ------------- | -------------|
|
|
1273
|
-
| **
|
|
1273
|
+
| **storeProductRequest** | [StoreProductRequest](StoreProductRequest.md) | | [Optional] |
|
|
1274
1274
|
|
|
1275
1275
|
### Return type
|
|
1276
1276
|
|
|
@@ -1296,7 +1296,7 @@ No authorization required
|
|
|
1296
1296
|
|
|
1297
1297
|
## storeProductChild
|
|
1298
1298
|
|
|
1299
|
-
> ProductChildResource storeProductChild(
|
|
1299
|
+
> ProductChildResource storeProductChild(storeProductChildRequest)
|
|
1300
1300
|
|
|
1301
1301
|
Auto-generated: storeProductChild
|
|
1302
1302
|
|
|
@@ -1307,16 +1307,16 @@ import {
|
|
|
1307
1307
|
Configuration,
|
|
1308
1308
|
ProductApi,
|
|
1309
1309
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
1310
|
-
import type {
|
|
1310
|
+
import type { StoreProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
1311
1311
|
|
|
1312
1312
|
async function example() {
|
|
1313
1313
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
1314
1314
|
const api = new ProductApi();
|
|
1315
1315
|
|
|
1316
1316
|
const body = {
|
|
1317
|
-
//
|
|
1318
|
-
|
|
1319
|
-
} satisfies
|
|
1317
|
+
// StoreProductChildRequest (optional)
|
|
1318
|
+
storeProductChildRequest: ...,
|
|
1319
|
+
} satisfies StoreProductChildOperationRequest;
|
|
1320
1320
|
|
|
1321
1321
|
try {
|
|
1322
1322
|
const data = await api.storeProductChild(body);
|
|
@@ -1335,7 +1335,7 @@ example().catch(console.error);
|
|
|
1335
1335
|
|
|
1336
1336
|
| Name | Type | Description | Notes |
|
|
1337
1337
|
|------------- | ------------- | ------------- | -------------|
|
|
1338
|
-
| **
|
|
1338
|
+
| **storeProductChildRequest** | [StoreProductChildRequest](StoreProductChildRequest.md) | | [Optional] |
|
|
1339
1339
|
|
|
1340
1340
|
### Return type
|
|
1341
1341
|
|