@digital8/lighting-illusions-ts-sdk 0.0.1981 → 0.0.1982
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 +398 -372
- package/README.md +314 -309
- package/dist/apis/AdminApi.d.ts +4 -21
- package/dist/apis/AdminApi.js +4 -64
- 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/BlogCategoryApi.d.ts +116 -0
- package/dist/apis/BlogCategoryApi.js +440 -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/FrontendComponentApi.d.ts +34 -0
- package/dist/apis/FrontendComponentApi.js +139 -0
- 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/OverlayTemplateApi.d.ts +38 -38
- package/dist/apis/OverlayTemplateApi.js +14 -14
- package/dist/apis/PageApi.d.ts +116 -0
- package/dist/apis/PageApi.js +440 -0
- package/dist/apis/PageComponentApi.d.ts +99 -0
- package/dist/apis/PageComponentApi.js +380 -0
- 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/ReviewApi.d.ts +145 -0
- package/dist/apis/ReviewApi.js +572 -0
- package/dist/apis/SiteApi.d.ts +19 -35
- package/dist/apis/SiteApi.js +7 -67
- 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/index.d.ts +5 -4
- package/dist/apis/index.js +5 -4
- package/dist/models/AddressFrontendResource.d.ts +2 -2
- package/dist/models/AddressFrontendResource.js +4 -4
- package/dist/models/AddressResource.d.ts +1 -13
- package/dist/models/AddressResource.js +1 -9
- package/dist/models/AdminUserLiteResource.d.ts +50 -0
- package/dist/models/AdminUserLiteResource.js +61 -0
- package/dist/models/AdminUserLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/AdminUserLiteResourceArrayResponse.js +50 -0
- package/dist/models/AssetFileForUploadResource.d.ts +2 -2
- package/dist/models/AssetFrontendResource.d.ts +12 -0
- package/dist/models/AssetFrontendResource.js +6 -0
- package/dist/models/AssetLiteResource.d.ts +14 -2
- package/dist/models/AssetLiteResource.js +6 -0
- package/dist/models/AssetResource.d.ts +14 -2
- package/dist/models/AssetResource.js +6 -0
- package/dist/models/AssetWithOverlayLinkResource.d.ts +14 -2
- package/dist/models/AssetWithOverlayLinkResource.js +6 -0
- package/dist/models/AttachAttributesToProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachAttributesToProductRangeRequest.js +52 -0
- package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.d.ts +38 -0
- package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.js +53 -0
- package/dist/models/AttachDocumentablesToDocumentRequest.d.ts +33 -0
- package/dist/models/AttachDocumentablesToDocumentRequest.js +52 -0
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +53 -0
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.js +66 -0
- package/dist/models/AttachDocumentsToProductChildRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsToProductChildRequest.js +52 -0
- package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.d.ts +38 -0
- package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.js +53 -0
- package/dist/models/AttachDocumentsToProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsToProductRangeRequest.js +52 -0
- package/dist/models/AttachProductChildrenRequest.d.ts +32 -0
- package/dist/models/AttachProductChildrenRequest.js +51 -0
- package/dist/models/AttachProductChildrenToProductRangeRequest.d.ts +32 -0
- package/dist/models/AttachProductChildrenToProductRangeRequest.js +51 -0
- package/dist/models/AttachProductsToProductCategoryRequest.d.ts +32 -0
- package/dist/models/AttachProductsToProductCategoryRequest.js +51 -0
- package/dist/models/AttachStoresToSupplierRequest.d.ts +32 -0
- package/dist/models/AttachStoresToSupplierRequest.js +51 -0
- package/dist/models/AttachSuppliersToStoreRequest.d.ts +32 -0
- package/dist/models/AttachSuppliersToStoreRequest.js +51 -0
- package/dist/models/BlogCategoryListResource.d.ts +50 -0
- package/dist/models/BlogCategoryListResource.js +63 -0
- package/dist/models/BlogCategoryListResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogCategoryListResourceArrayResponse.js +50 -0
- package/dist/models/BlogCategoryLiteResource.d.ts +44 -0
- package/dist/models/BlogCategoryLiteResource.js +59 -0
- package/dist/models/BlogCategoryLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogCategoryLiteResourceArrayResponse.js +50 -0
- package/dist/models/BlogCategoryResource.d.ts +58 -0
- package/dist/models/BlogCategoryResource.js +69 -0
- package/dist/models/BlogCategoryResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogCategoryResourceArrayResponse.js +50 -0
- package/dist/models/BlogFrontendDetailResource.d.ts +88 -0
- package/dist/models/BlogFrontendDetailResource.js +87 -0
- package/dist/models/BlogFrontendDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogFrontendDetailResourceArrayResponse.js +50 -0
- package/dist/models/BlogFrontendResource.d.ts +76 -0
- package/dist/models/BlogFrontendResource.js +79 -0
- package/dist/models/BlogFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogFrontendResourceArrayResponse.js +50 -0
- package/dist/models/BlogResource.d.ts +64 -0
- package/dist/models/BlogResource.js +71 -0
- package/dist/models/BlogResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogResourceArrayResponse.js +50 -0
- package/dist/models/CreateAssetFileRequest.d.ts +38 -0
- package/dist/models/CreateAssetFileRequest.js +55 -0
- package/dist/models/CreateAssetForAssetableRequest.d.ts +102 -0
- package/dist/models/CreateAssetForAssetableRequest.js +91 -0
- package/dist/models/CreateAttributeRequest.d.ts +65 -0
- package/dist/models/CreateAttributeRequest.js +74 -0
- package/dist/models/CreateAttributeValueRequest.d.ts +38 -0
- package/dist/models/CreateAttributeValueRequest.js +55 -0
- package/dist/models/CreateBlogCategoryRequest.d.ts +52 -0
- package/dist/models/CreateBlogCategoryRequest.js +65 -0
- package/dist/models/CreateBlogCategoryRequestDescriptionsInner.d.ts +44 -0
- package/dist/models/CreateBlogCategoryRequestDescriptionsInner.js +55 -0
- package/dist/models/CreateBlogCategoryRequestSeoInner.d.ts +44 -0
- package/dist/models/CreateBlogCategoryRequestSeoInner.js +55 -0
- package/dist/models/CreateDefinitionRequest.d.ts +38 -0
- package/dist/models/CreateDefinitionRequest.js +55 -0
- package/dist/models/CreateDocumentFileRequest.d.ts +38 -0
- package/dist/models/CreateDocumentFileRequest.js +55 -0
- package/dist/models/CreateDocumentRequest.d.ts +44 -0
- package/dist/models/CreateDocumentRequest.js +57 -0
- package/dist/models/CreateLabelRequest.d.ts +74 -0
- package/dist/models/CreateLabelRequest.js +71 -0
- package/dist/models/CreateMenuItemRequest.d.ts +97 -0
- package/dist/models/CreateMenuItemRequest.js +84 -0
- package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +59 -0
- package/dist/models/CreateMenuItemRequestMenuItemLink.js +64 -0
- package/dist/models/CreateMenuRequest.d.ts +53 -0
- package/dist/models/CreateMenuRequest.js +68 -0
- package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +99 -0
- package/dist/models/CreateOverlayTemplateAssetRequest.js +84 -0
- package/dist/models/CreateOverlayTemplateRequest.d.ts +38 -0
- package/dist/models/CreateOverlayTemplateRequest.js +55 -0
- package/dist/models/CreatePageComponentRequest.d.ts +81 -0
- package/dist/models/CreatePageComponentRequest.js +72 -0
- package/dist/models/CreatePageComponentRequestRelationsInner.d.ts +44 -0
- package/dist/models/CreatePageComponentRequestRelationsInner.js +53 -0
- package/dist/models/CreatePageRequest.d.ts +85 -0
- package/dist/models/CreatePageRequest.js +84 -0
- package/dist/models/CreatePageRequestBlog.d.ts +51 -0
- package/dist/models/CreatePageRequestBlog.js +56 -0
- package/dist/models/CreateProductCategoryRequest.d.ts +139 -0
- package/dist/models/CreateProductCategoryRequest.js +100 -0
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +87 -0
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.js +89 -0
- package/dist/models/CreateProductChildRequest.d.ts +149 -0
- package/dist/models/CreateProductChildRequest.js +110 -0
- package/dist/models/CreateProductChildRequestAssetsInner.d.ts +74 -0
- package/dist/models/CreateProductChildRequestAssetsInner.js +69 -0
- package/dist/models/CreateProductChildRequestAttributeValuesInner.d.ts +44 -0
- package/dist/models/CreateProductChildRequestAttributeValuesInner.js +55 -0
- package/dist/models/CreateProductChildRequestSitesInner.d.ts +104 -0
- package/dist/models/CreateProductChildRequestSitesInner.js +89 -0
- package/dist/models/CreateProductRangeRequest.d.ts +52 -0
- package/dist/models/CreateProductRangeRequest.js +59 -0
- package/dist/models/CreateProductRangeRequestSitesInner.d.ts +92 -0
- package/dist/models/CreateProductRangeRequestSitesInner.js +75 -0
- package/dist/models/CreateProductRequest.d.ts +81 -0
- package/dist/models/CreateProductRequest.js +78 -0
- package/dist/models/CreateProductRequestCategoriesInner.d.ts +38 -0
- package/dist/models/CreateProductRequestCategoriesInner.js +55 -0
- package/dist/models/CreateProductTypeRequest.d.ts +32 -0
- package/dist/models/CreateProductTypeRequest.js +51 -0
- package/dist/models/CreateReviewRequest.d.ts +80 -0
- package/dist/models/CreateReviewRequest.js +79 -0
- package/dist/models/CreateSiteNotificationRequest.d.ts +62 -0
- package/dist/models/CreateSiteNotificationRequest.js +71 -0
- package/dist/models/CreateStoreRequest.d.ts +112 -0
- package/dist/models/CreateStoreRequest.js +89 -0
- package/dist/models/CreateStoreRequestAddress.d.ts +68 -0
- package/dist/models/CreateStoreRequestAddress.js +73 -0
- package/dist/models/CreateStoreRequestSpecialDatesInner.d.ts +62 -0
- package/dist/models/CreateStoreRequestSpecialDatesInner.js +61 -0
- package/dist/models/CreateSupplierRequest.d.ts +88 -0
- package/dist/models/CreateSupplierRequest.js +79 -0
- package/dist/models/CreateTagRequest.d.ts +82 -0
- package/dist/models/CreateTagRequest.js +79 -0
- package/dist/models/CustomerLiteResource.d.ts +50 -0
- package/dist/models/CustomerLiteResource.js +61 -0
- package/dist/models/CustomerLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/CustomerLiteResourceArrayResponse.js +50 -0
- package/dist/models/CustomerReviewableItemFrontendResource.d.ts +50 -0
- package/dist/models/CustomerReviewableItemFrontendResource.js +63 -0
- package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.js +50 -0
- package/dist/models/DeleteAttributeValueRequest.d.ts +32 -0
- package/dist/models/DeleteAttributeValueRequest.js +49 -0
- package/dist/models/DetachAttributesFromProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAttributesFromProductRangeRequest.js +51 -0
- package/dist/models/DetachDocumentablesFromDocumentRequest.d.ts +33 -0
- package/dist/models/DetachDocumentablesFromDocumentRequest.js +52 -0
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +47 -0
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.js +64 -0
- package/dist/models/DetachDocumentsFromProductChildRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsFromProductChildRequest.js +51 -0
- package/dist/models/DetachDocumentsFromProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsFromProductRangeRequest.js +51 -0
- package/dist/models/DetachProductChildrenFromProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachProductChildrenFromProductRangeRequest.js +51 -0
- package/dist/models/DetachProductsFromProductCategoryRequest.d.ts +32 -0
- package/dist/models/DetachProductsFromProductCategoryRequest.js +51 -0
- package/dist/models/DetachStoresFromSupplierRequest.d.ts +32 -0
- package/dist/models/DetachStoresFromSupplierRequest.js +51 -0
- package/dist/models/DetachSuppliersFromStoreRequest.d.ts +32 -0
- package/dist/models/DetachSuppliersFromStoreRequest.js +51 -0
- package/dist/models/DocumentFileForUploadResource.d.ts +2 -2
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/ExternalApiSyncStatus.d.ts +1 -0
- package/dist/models/ExternalApiSyncStatus.js +2 -1
- package/dist/models/FrontendComponentLiteResource.d.ts +44 -0
- package/dist/models/FrontendComponentLiteResource.js +59 -0
- package/dist/models/FrontendComponentLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/FrontendComponentLiteResourceArrayResponse.js +50 -0
- package/dist/models/FrontendComponentResource.d.ts +51 -0
- package/dist/models/FrontendComponentResource.js +64 -0
- package/dist/models/FrontendComponentResourceArrayResponse.d.ts +33 -0
- package/dist/models/FrontendComponentResourceArrayResponse.js +50 -0
- package/dist/models/GetUniqueEndpointsRequest.d.ts +40 -0
- package/dist/models/GetUniqueEndpointsRequest.js +57 -0
- package/dist/models/LinkOverlayTemplateToAssetsRequest.d.ts +38 -0
- package/dist/models/LinkOverlayTemplateToAssetsRequest.js +53 -0
- package/dist/models/MenuIdRequest.d.ts +32 -0
- package/dist/models/MenuIdRequest.js +51 -0
- package/dist/models/MenuPosition.d.ts +0 -1
- package/dist/models/MenuPosition.js +1 -2
- package/dist/models/PageComponentLiteResource.d.ts +44 -0
- package/dist/models/PageComponentLiteResource.js +59 -0
- package/dist/models/PageComponentLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageComponentLiteResourceArrayResponse.js +50 -0
- package/dist/models/PageComponentRelationResource.d.ts +63 -0
- package/dist/models/PageComponentRelationResource.js +72 -0
- package/dist/models/PageComponentRelationResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageComponentRelationResourceArrayResponse.js +50 -0
- package/dist/models/PageComponentResource.d.ts +94 -0
- package/dist/models/PageComponentResource.js +83 -0
- package/dist/models/PageComponentResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageComponentResourceArrayResponse.js +50 -0
- package/dist/models/PageFrontendDetailResource.d.ts +63 -0
- package/dist/models/PageFrontendDetailResource.js +70 -0
- package/dist/models/PageFrontendDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageFrontendDetailResourceArrayResponse.js +50 -0
- package/dist/models/PageListResource.d.ts +94 -0
- package/dist/models/PageListResource.js +87 -0
- package/dist/models/PageListResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageListResourceArrayResponse.js +50 -0
- package/dist/models/PageLiteResource.d.ts +38 -0
- package/dist/models/PageLiteResource.js +55 -0
- package/dist/models/PageLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageLiteResourceArrayResponse.js +50 -0
- package/dist/models/PageResource.d.ts +89 -0
- package/dist/models/PageResource.js +88 -0
- package/dist/models/PageResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageResourceArrayResponse.js +50 -0
- package/dist/models/PageType.d.ts +26 -0
- package/dist/models/PageType.js +52 -0
- package/dist/models/PaginatedBlogCategoryListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedBlogCategoryListResourceResponse.js +57 -0
- package/dist/models/PaginatedBlogCategoryLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedBlogCategoryLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedBlogCategoryResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedBlogCategoryResourceResponse.js +57 -0
- package/dist/models/PaginatedBlogFrontendResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedBlogFrontendResourceResponse.js +57 -0
- package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.js +57 -0
- package/dist/models/PaginatedFrontendComponentLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedFrontendComponentLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedFrontendComponentResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedFrontendComponentResourceResponse.js +57 -0
- package/dist/models/PaginatedPageComponentLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedPageComponentLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedPageListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedPageListResourceResponse.js +57 -0
- package/dist/models/PaginatedPageLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedPageLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedPageResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedPageResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildFrontendResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildFrontendResourceResponse.js +57 -0
- package/dist/models/PaginatedReviewListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedReviewListResourceResponse.js +57 -0
- package/dist/models/PaginatedReviewLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedReviewLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedReviewResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedReviewResourceResponse.js +57 -0
- package/dist/models/PreviewAutomationRulesRequest.d.ts +53 -0
- package/dist/models/PreviewAutomationRulesRequest.js +68 -0
- package/dist/models/ProductChildFrontendResource.d.ts +76 -0
- package/dist/models/ProductChildFrontendResource.js +81 -0
- package/dist/models/ProductChildFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildLiteResource.d.ts +6 -0
- package/dist/models/ProductChildLiteResource.js +4 -0
- package/dist/models/ProductChildSiteDetailFrontendResource.d.ts +69 -0
- package/dist/models/ProductChildSiteDetailFrontendResource.js +74 -0
- package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildSiteDetailLiteResource.d.ts +0 -7
- package/dist/models/ProductChildSiteDetailLiteResource.js +0 -5
- package/dist/models/ProductRangeSiteDetailFrontendResource.d.ts +68 -0
- package/dist/models/ProductRangeSiteDetailFrontendResource.js +73 -0
- package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.d.ts +6 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.js +4 -0
- package/dist/models/ProductResource.d.ts +2 -2
- package/dist/models/ProductReviewsResource.d.ts +63 -0
- package/dist/models/ProductReviewsResource.js +70 -0
- package/dist/models/ProductReviewsResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductReviewsResourceArrayResponse.js +50 -0
- package/dist/models/ProductSearchResultResource.d.ts +2 -2
- package/dist/models/ReviewListResource.d.ts +94 -0
- package/dist/models/ReviewListResource.js +87 -0
- package/dist/models/ReviewListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ReviewListResourceArrayResponse.js +50 -0
- package/dist/models/ReviewLiteResource.d.ts +44 -0
- package/dist/models/ReviewLiteResource.js +59 -0
- package/dist/models/ReviewLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ReviewLiteResourceArrayResponse.js +50 -0
- package/dist/models/ReviewPublicResource.d.ts +68 -0
- package/dist/models/ReviewPublicResource.js +73 -0
- package/dist/models/ReviewPublicResourceArrayResponse.d.ts +33 -0
- package/dist/models/ReviewPublicResourceArrayResponse.js +50 -0
- package/dist/models/ReviewResource.d.ts +126 -0
- package/dist/models/ReviewResource.js +107 -0
- package/dist/models/ReviewResourceArrayResponse.d.ts +33 -0
- package/dist/models/ReviewResourceArrayResponse.js +50 -0
- package/dist/models/SearchAllAttributeValuesRequest.d.ts +93 -0
- package/dist/models/SearchAllAttributeValuesRequest.js +84 -0
- package/dist/models/SearchAllAttributesRequest.d.ts +108 -0
- package/dist/models/SearchAllAttributesRequest.js +91 -0
- package/dist/models/SearchAllBlogCategoriesRequest.d.ts +84 -0
- package/dist/models/SearchAllBlogCategoriesRequest.js +76 -0
- package/dist/models/SearchAllDefinitionsRequest.d.ts +80 -0
- package/dist/models/SearchAllDefinitionsRequest.js +76 -0
- package/dist/models/SearchAllDocumentsRequest.d.ts +95 -0
- package/dist/models/SearchAllDocumentsRequest.js +86 -0
- package/dist/models/SearchAllFrontendComponentsRequest.d.ts +84 -0
- package/dist/models/SearchAllFrontendComponentsRequest.js +76 -0
- package/dist/models/SearchAllMenuItemsRequest.d.ts +93 -0
- package/dist/models/SearchAllMenuItemsRequest.js +81 -0
- package/dist/models/SearchAllMenusRequest.d.ts +93 -0
- package/dist/models/SearchAllMenusRequest.js +81 -0
- package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +93 -0
- package/dist/models/SearchAllOverlayTemplatesRequest.js +84 -0
- package/dist/models/SearchAllPageComponentsRequest.d.ts +90 -0
- package/dist/models/SearchAllPageComponentsRequest.js +78 -0
- package/dist/models/SearchAllPagesRequest.d.ts +99 -0
- package/dist/models/SearchAllPagesRequest.js +83 -0
- package/dist/models/SearchAllProductCategoriesRequest.d.ts +121 -0
- package/dist/models/SearchAllProductCategoriesRequest.js +96 -0
- package/dist/models/SearchAllProductChildrenRequest.d.ts +171 -0
- package/dist/models/SearchAllProductChildrenRequest.js +118 -0
- package/dist/models/SearchAllProductRangesRequest.d.ts +98 -0
- package/dist/models/SearchAllProductRangesRequest.js +82 -0
- package/dist/models/SearchAllProductRegistrationsRequest.d.ts +88 -0
- package/dist/models/SearchAllProductRegistrationsRequest.js +80 -0
- package/dist/models/SearchAllProductTypesRequest.d.ts +88 -0
- package/dist/models/SearchAllProductTypesRequest.js +83 -0
- package/dist/models/SearchAllProductsRequest.d.ts +119 -0
- package/dist/models/SearchAllProductsRequest.js +94 -0
- package/dist/models/SearchAllStoresRequest.d.ts +93 -0
- package/dist/models/SearchAllStoresRequest.js +81 -0
- package/dist/models/SearchAllSuppliersRequest.d.ts +89 -0
- package/dist/models/SearchAllSuppliersRequest.js +84 -0
- package/dist/models/SearchAttributeValuesRequest.d.ts +105 -0
- package/dist/models/SearchAttributeValuesRequest.js +88 -0
- package/dist/models/SearchAttributesRequest.d.ts +120 -0
- package/dist/models/SearchAttributesRequest.js +95 -0
- package/dist/models/SearchBlogCategoriesRequest.d.ts +96 -0
- package/dist/models/SearchBlogCategoriesRequest.js +80 -0
- package/dist/models/SearchDefinitionsRequest.d.ts +92 -0
- package/dist/models/SearchDefinitionsRequest.js +80 -0
- package/dist/models/SearchDocumentsRequest.d.ts +107 -0
- package/dist/models/SearchDocumentsRequest.js +90 -0
- package/dist/models/SearchExternalApiLogsRequest.d.ts +161 -0
- package/dist/models/SearchExternalApiLogsRequest.js +105 -0
- package/dist/models/SearchGoogleCategoriesRequest.d.ts +92 -0
- package/dist/models/SearchGoogleCategoriesRequest.js +80 -0
- package/dist/models/SearchLabelsRequest.d.ts +109 -0
- package/dist/models/SearchLabelsRequest.js +92 -0
- package/dist/models/SearchLinkablesRequest.d.ts +53 -0
- package/dist/models/SearchLinkablesRequest.js +64 -0
- package/dist/models/SearchMenusRequest.d.ts +105 -0
- package/dist/models/SearchMenusRequest.js +85 -0
- package/dist/models/SearchModelAttributesRequest.d.ts +118 -0
- package/dist/models/SearchModelAttributesRequest.js +93 -0
- package/dist/models/SearchOverlayTemplatesRequest.d.ts +105 -0
- package/dist/models/SearchOverlayTemplatesRequest.js +88 -0
- package/dist/models/SearchPagesRequest.d.ts +118 -0
- package/dist/models/SearchPagesRequest.js +93 -0
- package/dist/models/SearchProductCategoriesRequest.d.ts +148 -0
- package/dist/models/SearchProductCategoriesRequest.js +107 -0
- package/dist/models/SearchProductChildAttributesRequest.d.ts +99 -0
- package/dist/models/SearchProductChildAttributesRequest.js +83 -0
- package/dist/models/SearchProductChildrenRequest.d.ts +193 -0
- package/dist/models/SearchProductChildrenRequest.js +132 -0
- package/dist/models/SearchProductRangesRequest.d.ts +110 -0
- package/dist/models/SearchProductRangesRequest.js +86 -0
- package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +103 -0
- package/dist/models/SearchProductRegistrationAssetsRequest.js +83 -0
- package/dist/models/SearchProductRegistrationsRequest.d.ts +131 -0
- package/dist/models/SearchProductRegistrationsRequest.js +98 -0
- package/dist/models/SearchProductTypesRequest.d.ts +99 -0
- package/dist/models/SearchProductTypesRequest.js +86 -0
- package/dist/models/SearchProductsRequest.d.ts +130 -0
- package/dist/models/SearchProductsRequest.js +97 -0
- package/dist/models/SearchRedirectsRequest.d.ts +124 -0
- package/dist/models/SearchRedirectsRequest.js +95 -0
- package/dist/models/SearchReviewsRequest.d.ts +110 -0
- package/dist/models/SearchReviewsRequest.js +86 -0
- package/dist/models/SearchSiteNotificationsRequest.d.ts +99 -0
- package/dist/models/SearchSiteNotificationsRequest.js +83 -0
- package/dist/models/SearchSitesRequest.d.ts +93 -0
- package/dist/models/SearchSitesRequest.js +81 -0
- package/dist/models/SearchStoresRequest.d.ts +105 -0
- package/dist/models/SearchStoresRequest.js +85 -0
- package/dist/models/SearchSuppliersRequest.d.ts +101 -0
- package/dist/models/SearchSuppliersRequest.js +88 -0
- package/dist/models/SearchTagsRequest.d.ts +112 -0
- package/dist/models/SearchTagsRequest.js +91 -0
- package/dist/models/ShowProductChildAssetsRequest.d.ts +32 -0
- package/dist/models/ShowProductChildAssetsRequest.js +49 -0
- package/dist/models/SiteIdRequest.d.ts +32 -0
- package/dist/models/SiteIdRequest.js +51 -0
- package/dist/models/SitePaymentConfigResource.d.ts +0 -6
- package/dist/models/SitePaymentConfigResource.js +0 -4
- package/dist/models/StoreFrontendResource.d.ts +1 -1
- package/dist/models/StoreFrontendResource.js +1 -3
- package/dist/models/StoreListResource.d.ts +13 -1
- package/dist/models/StoreListResource.js +14 -4
- package/dist/models/StoreResource.d.ts +14 -2
- package/dist/models/StoreResource.js +19 -7
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateFrontendResource.js +3 -1
- package/dist/models/StoreSpecialDateRequest.d.ts +62 -0
- package/dist/models/StoreSpecialDateRequest.js +61 -0
- package/dist/models/StoreSpecialDateResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateResource.js +5 -7
- package/dist/models/StoreStockType.d.ts +25 -0
- package/dist/models/StoreStockType.js +51 -0
- package/dist/models/Thumbnail.d.ts +38 -0
- package/dist/models/Thumbnail.js +51 -0
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +51 -0
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.js +64 -0
- package/dist/models/UpdateAssetForAssetableRequest.d.ts +12 -0
- package/dist/models/UpdateAssetForAssetableRequest.js +4 -0
- package/dist/models/UpdateAttributeFilterOrderRequest.d.ts +33 -0
- package/dist/models/UpdateAttributeFilterOrderRequest.js +52 -0
- package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.d.ts +38 -0
- package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.js +55 -0
- package/dist/models/UpdateAttributeProductTypeRequest.d.ts +48 -0
- package/dist/models/UpdateAttributeProductTypeRequest.js +65 -0
- package/dist/models/UpdateBlogCategoryRequest.d.ts +52 -0
- package/dist/models/UpdateBlogCategoryRequest.js +65 -0
- package/dist/models/UpdateMenuItemRequest.d.ts +3 -3
- package/dist/models/UpdateMenuItemRequest.js +3 -3
- package/dist/models/UpdateMenuRequest.d.ts +0 -1
- package/dist/models/UpdateMenuRequest.js +1 -2
- package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +14 -2
- package/dist/models/UpdateOverlayTemplateAssetRequest.js +6 -6
- package/dist/models/UpdatePageComponentRequest.d.ts +69 -0
- package/dist/models/UpdatePageComponentRequest.js +64 -0
- package/dist/models/UpdatePageRequest.d.ts +71 -0
- package/dist/models/UpdatePageRequest.js +70 -0
- package/dist/models/UpdatePageRequestComponentOrderInner.d.ts +38 -0
- package/dist/models/UpdatePageRequestComponentOrderInner.js +55 -0
- package/dist/models/UpdateProductCategoryRequest.d.ts +21 -9
- package/dist/models/UpdateProductCategoryRequest.js +13 -9
- package/dist/models/UpdateProductChildRequest.d.ts +3 -3
- package/dist/models/UpdateProductChildRequest.js +3 -3
- package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +14 -2
- 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/UpdateProductTypeAttributeRequest.d.ts +48 -0
- package/dist/models/UpdateProductTypeAttributeRequest.js +65 -0
- package/dist/models/UpdateReviewRequest.d.ts +68 -0
- package/dist/models/UpdateReviewRequest.js +71 -0
- package/dist/models/UpdateSiteRequest.d.ts +0 -6
- package/dist/models/UpdateSiteRequest.js +0 -4
- package/dist/models/UpdateStoreRequest.d.ts +15 -3
- package/dist/models/UpdateStoreRequest.js +7 -3
- package/dist/models/UpdateSupplierRequest.d.ts +20 -8
- package/dist/models/UpdateSupplierRequest.js +12 -12
- package/dist/models/WishlistToggleResource.d.ts +2 -2
- package/dist/models/index.d.ts +194 -182
- package/dist/models/index.js +194 -182
- package/docs/AddressResource.md +0 -4
- package/docs/AdminApi.md +12 -78
- package/docs/AdminUserLiteResource.md +40 -0
- package/docs/AdminUserLiteResourceArrayResponse.md +34 -0
- package/docs/AssetApi.md +14 -14
- package/docs/AssetFileForUploadResource.md +1 -1
- package/docs/AssetFrontendResource.md +4 -0
- package/docs/AssetLiteResource.md +5 -1
- package/docs/AssetResource.md +5 -1
- package/docs/AssetWithOverlayLinkResource.md +5 -1
- package/docs/AttachAttributesToProductRangeRequest.md +34 -0
- package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +36 -0
- package/docs/AttachDocumentablesToDocumentRequest.md +34 -0
- package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +38 -0
- package/docs/AttachDocumentsToProductChildRequest.md +34 -0
- package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +36 -0
- package/docs/AttachDocumentsToProductRangeRequest.md +34 -0
- package/docs/AttachProductChildrenRequest.md +34 -0
- package/docs/AttachProductChildrenToProductRangeRequest.md +34 -0
- package/docs/AttachProductsToProductCategoryRequest.md +34 -0
- package/docs/AttachStoresToSupplierRequest.md +34 -0
- package/docs/AttachSuppliersToStoreRequest.md +34 -0
- package/docs/AttributeApi.md +74 -74
- package/docs/BlogCategoryApi.md +407 -0
- package/docs/BlogCategoryListResource.md +40 -0
- package/docs/BlogCategoryListResourceArrayResponse.md +34 -0
- package/docs/BlogCategoryLiteResource.md +38 -0
- package/docs/BlogCategoryLiteResourceArrayResponse.md +34 -0
- package/docs/BlogCategoryResource.md +42 -0
- package/docs/BlogCategoryResourceArrayResponse.md +34 -0
- package/docs/BlogFrontendDetailResource.md +52 -0
- package/docs/BlogFrontendDetailResourceArrayResponse.md +34 -0
- package/docs/BlogFrontendResource.md +48 -0
- package/docs/BlogFrontendResourceArrayResponse.md +34 -0
- package/docs/BlogResource.md +44 -0
- package/docs/BlogResourceArrayResponse.md +34 -0
- package/docs/CreateAssetFileRequest.md +36 -0
- package/docs/CreateAssetForAssetableRequest.md +52 -0
- package/docs/CreateAttributeRequest.md +42 -0
- package/docs/CreateAttributeValueRequest.md +36 -0
- package/docs/CreateBlogCategoryRequest.md +40 -0
- package/docs/CreateBlogCategoryRequestDescriptionsInner.md +38 -0
- package/docs/CreateBlogCategoryRequestSeoInner.md +38 -0
- package/docs/CreateDefinitionRequest.md +36 -0
- package/docs/CreateDocumentFileRequest.md +36 -0
- package/docs/CreateDocumentRequest.md +38 -0
- package/docs/CreateLabelRequest.md +48 -0
- package/docs/CreateMenuItemRequest.md +52 -0
- package/docs/CreateMenuItemRequestMenuItemLink.md +40 -0
- package/docs/CreateMenuRequest.md +38 -0
- package/docs/CreateOverlayTemplateAssetRequest.md +52 -0
- package/docs/CreateOverlayTemplateRequest.md +36 -0
- package/docs/CreatePageComponentRequest.md +50 -0
- package/docs/CreatePageComponentRequestRelationsInner.md +38 -0
- package/docs/CreatePageRequest.md +48 -0
- package/docs/CreatePageRequestBlog.md +40 -0
- package/docs/CreateProductCategoryRequest.md +66 -0
- package/docs/CreateProductCategoryRequestAutomationRulesInner.md +44 -0
- package/docs/CreateProductChildRequest.md +72 -0
- package/docs/CreateProductChildRequestAssetsInner.md +48 -0
- package/docs/CreateProductChildRequestAttributeValuesInner.md +38 -0
- package/docs/CreateProductChildRequestSitesInner.md +58 -0
- package/docs/CreateProductRangeRequest.md +40 -0
- package/docs/CreateProductRangeRequestSitesInner.md +54 -0
- package/docs/CreateProductRequest.md +50 -0
- package/docs/CreateProductRequestCategoriesInner.md +36 -0
- package/docs/CreateProductTypeRequest.md +34 -0
- package/docs/CreateReviewRequest.md +50 -0
- package/docs/CreateSiteNotificationRequest.md +44 -0
- package/docs/CreateStoreRequest.md +60 -0
- package/docs/CreateStoreRequestAddress.md +46 -0
- package/docs/CreateStoreRequestSpecialDatesInner.md +44 -0
- package/docs/CreateSupplierRequest.md +52 -0
- package/docs/CreateTagRequest.md +48 -0
- package/docs/CustomerLiteResource.md +40 -0
- package/docs/CustomerLiteResourceArrayResponse.md +34 -0
- package/docs/CustomerReviewableItemFrontendResource.md +40 -0
- package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +34 -0
- package/docs/DefinitionApi.md +21 -21
- package/docs/DeleteAttributeValueRequest.md +34 -0
- package/docs/DetachAttributesFromProductRangeRequest.md +34 -0
- package/docs/DetachDocumentablesFromDocumentRequest.md +34 -0
- package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +36 -0
- package/docs/DetachDocumentsFromProductChildRequest.md +34 -0
- package/docs/DetachDocumentsFromProductRangeRequest.md +34 -0
- package/docs/DetachProductChildrenFromProductRangeRequest.md +34 -0
- package/docs/DetachProductsFromProductCategoryRequest.md +34 -0
- package/docs/DetachStoresFromSupplierRequest.md +34 -0
- package/docs/DetachSuppliersFromStoreRequest.md +34 -0
- package/docs/DocumentApi.md +42 -42
- package/docs/DocumentFileForUploadResource.md +1 -1
- package/docs/ExternalApiLogApi.md +14 -14
- package/docs/FrontendComponentApi.md +74 -0
- package/docs/FrontendComponentLiteResource.md +38 -0
- package/docs/FrontendComponentLiteResourceArrayResponse.md +34 -0
- package/docs/FrontendComponentResource.md +40 -0
- package/docs/FrontendComponentResourceArrayResponse.md +34 -0
- package/docs/GetUniqueEndpointsRequest.md +34 -0
- package/docs/GoogleCategoryApi.md +7 -7
- package/docs/LabelApi.md +18 -18
- package/docs/LinkOverlayTemplateToAssetsRequest.md +36 -0
- package/docs/MenuApi.md +21 -21
- package/docs/MenuIdRequest.md +34 -0
- package/docs/MenuItemsApi.md +28 -28
- package/docs/OverlayTemplateApi.md +46 -46
- package/docs/PageApi.md +407 -0
- package/docs/PageComponentApi.md +341 -0
- package/docs/PageComponentLiteResource.md +38 -0
- package/docs/PageComponentLiteResourceArrayResponse.md +34 -0
- package/docs/PageComponentRelationResource.md +44 -0
- package/docs/PageComponentRelationResourceArrayResponse.md +34 -0
- package/docs/PageComponentResource.md +54 -0
- package/docs/PageComponentResourceArrayResponse.md +34 -0
- package/docs/PageFrontendDetailResource.md +44 -0
- package/docs/PageFrontendDetailResourceArrayResponse.md +34 -0
- package/docs/PageListResource.md +54 -0
- package/docs/PageListResourceArrayResponse.md +34 -0
- package/docs/PageLiteResource.md +36 -0
- package/docs/PageLiteResourceArrayResponse.md +34 -0
- package/docs/PageResource.md +52 -0
- package/docs/PageResourceArrayResponse.md +34 -0
- package/docs/PageType.md +32 -0
- package/docs/PaginatedBlogCategoryListResourceResponse.md +36 -0
- package/docs/PaginatedBlogCategoryLiteResourceResponse.md +36 -0
- package/docs/PaginatedBlogCategoryResourceResponse.md +36 -0
- package/docs/PaginatedBlogFrontendResourceResponse.md +36 -0
- package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +36 -0
- package/docs/PaginatedFrontendComponentLiteResourceResponse.md +36 -0
- package/docs/PaginatedFrontendComponentResourceResponse.md +36 -0
- package/docs/PaginatedPageComponentLiteResourceResponse.md +36 -0
- package/docs/PaginatedPageListResourceResponse.md +36 -0
- package/docs/PaginatedPageLiteResourceResponse.md +36 -0
- package/docs/PaginatedPageResourceResponse.md +36 -0
- package/docs/PaginatedProductChildFrontendResourceResponse.md +36 -0
- package/docs/PaginatedReviewListResourceResponse.md +36 -0
- package/docs/PaginatedReviewLiteResourceResponse.md +36 -0
- package/docs/PaginatedReviewResourceResponse.md +36 -0
- package/docs/PreviewAutomationRulesRequest.md +38 -0
- package/docs/ProductApi.md +89 -89
- package/docs/ProductCategoryApi.md +57 -57
- package/docs/ProductChildFrontendResource.md +48 -0
- package/docs/ProductChildFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductChildLiteResource.md +2 -0
- package/docs/ProductChildSiteDetailFrontendResource.md +46 -0
- package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductChildSiteDetailLiteResource.md +0 -2
- package/docs/ProductRangeApi.md +79 -79
- package/docs/ProductRangeSiteDetailFrontendResource.md +46 -0
- package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSiteDetailLiteResource.md +2 -0
- package/docs/ProductRegistrationApi.md +25 -25
- package/docs/ProductResource.md +1 -1
- package/docs/ProductReviewsResource.md +44 -0
- package/docs/ProductReviewsResourceArrayResponse.md +34 -0
- package/docs/ProductSearchResultResource.md +1 -1
- package/docs/ProductTypeApi.md +32 -32
- package/docs/RedirectApi.md +7 -7
- package/docs/ReviewApi.md +539 -0
- package/docs/ReviewListResource.md +54 -0
- package/docs/ReviewListResourceArrayResponse.md +34 -0
- package/docs/ReviewLiteResource.md +38 -0
- package/docs/ReviewLiteResourceArrayResponse.md +34 -0
- package/docs/ReviewPublicResource.md +46 -0
- package/docs/ReviewPublicResourceArrayResponse.md +34 -0
- package/docs/ReviewResource.md +64 -0
- package/docs/ReviewResourceArrayResponse.md +34 -0
- package/docs/SearchAllAttributeValuesRequest.md +46 -0
- package/docs/SearchAllAttributesRequest.md +50 -0
- package/docs/SearchAllBlogCategoriesRequest.md +46 -0
- package/docs/SearchAllDefinitionsRequest.md +44 -0
- package/docs/SearchAllDocumentsRequest.md +46 -0
- package/docs/SearchAllFrontendComponentsRequest.md +46 -0
- package/docs/SearchAllMenuItemsRequest.md +48 -0
- package/docs/SearchAllMenusRequest.md +48 -0
- package/docs/SearchAllOverlayTemplatesRequest.md +46 -0
- package/docs/SearchAllPageComponentsRequest.md +48 -0
- package/docs/SearchAllPagesRequest.md +50 -0
- package/docs/SearchAllProductCategoriesRequest.md +54 -0
- package/docs/SearchAllProductChildrenRequest.md +68 -0
- package/docs/SearchAllProductRangesRequest.md +50 -0
- package/docs/SearchAllProductRegistrationsRequest.md +46 -0
- package/docs/SearchAllProductTypesRequest.md +44 -0
- package/docs/SearchAllProductsRequest.md +54 -0
- package/docs/SearchAllStoresRequest.md +48 -0
- package/docs/SearchAllSuppliersRequest.md +44 -0
- package/docs/SearchAttributeValuesRequest.md +50 -0
- package/docs/SearchAttributesRequest.md +54 -0
- package/docs/SearchBlogCategoriesRequest.md +50 -0
- package/docs/SearchDefinitionsRequest.md +48 -0
- package/docs/SearchDocumentsRequest.md +50 -0
- package/docs/SearchExternalApiLogsRequest.md +70 -0
- package/docs/SearchGoogleCategoriesRequest.md +48 -0
- package/docs/SearchLabelsRequest.md +50 -0
- package/docs/SearchLinkablesRequest.md +38 -0
- package/docs/SearchMenusRequest.md +52 -0
- package/docs/SearchModelAttributesRequest.md +54 -0
- package/docs/SearchOverlayTemplatesRequest.md +50 -0
- package/docs/SearchPagesRequest.md +54 -0
- package/docs/SearchProductCategoriesRequest.md +62 -0
- package/docs/SearchProductChildAttributesRequest.md +50 -0
- package/docs/SearchProductChildrenRequest.md +72 -0
- package/docs/SearchProductRangesRequest.md +54 -0
- package/docs/SearchProductRegistrationAssetsRequest.md +52 -0
- package/docs/SearchProductRegistrationsRequest.md +58 -0
- package/docs/SearchProductTypesRequest.md +48 -0
- package/docs/SearchProductsRequest.md +58 -0
- package/docs/SearchRedirectsRequest.md +56 -0
- package/docs/SearchReviewsRequest.md +54 -0
- package/docs/SearchSiteNotificationsRequest.md +50 -0
- package/docs/SearchSitesRequest.md +48 -0
- package/docs/SearchStoresRequest.md +52 -0
- package/docs/SearchSuppliersRequest.md +48 -0
- package/docs/SearchTagsRequest.md +52 -0
- package/docs/ShowProductChildAssetsRequest.md +34 -0
- package/docs/SiteApi.md +25 -91
- package/docs/SiteIdRequest.md +34 -0
- package/docs/SitePaymentConfigResource.md +0 -2
- package/docs/StoreApi.md +46 -46
- package/docs/StoreListResource.md +4 -0
- package/docs/StoreResource.md +4 -0
- package/docs/StoreSpecialDateFrontendResource.md +1 -1
- package/docs/StoreSpecialDateRequest.md +44 -0
- package/docs/StoreSpecialDateResource.md +1 -1
- package/docs/StoreStockType.md +32 -0
- package/docs/SupplierApi.md +39 -39
- package/docs/TagApi.md +22 -22
- package/docs/Thumbnail.md +36 -0
- package/docs/UnlinkOverlayTemplateFromAssetableRequest.md +38 -0
- package/docs/UpdateAssetForAssetableRequest.md +4 -0
- package/docs/UpdateAttributeFilterOrderRequest.md +34 -0
- package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +36 -0
- package/docs/UpdateAttributeProductTypeRequest.md +36 -0
- package/docs/UpdateBlogCategoryRequest.md +40 -0
- package/docs/UpdateMenuItemRequest.md +1 -1
- package/docs/UpdateOverlayTemplateAssetRequest.md +4 -0
- package/docs/UpdatePageComponentRequest.md +46 -0
- package/docs/UpdatePageRequest.md +46 -0
- package/docs/UpdatePageRequestComponentOrderInner.md +36 -0
- package/docs/UpdateProductCategoryRequest.md +7 -3
- package/docs/UpdateProductChildRequest.md +1 -1
- package/docs/UpdateProductChildRequestAssetsInner.md +4 -0
- package/docs/UpdateProductRangeRequest.md +1 -1
- package/docs/UpdateProductRequest.md +1 -1
- package/docs/UpdateProductTypeAttributeRequest.md +36 -0
- package/docs/UpdateReviewRequest.md +46 -0
- package/docs/UpdateSiteRequest.md +0 -2
- package/docs/UpdateStoreRequest.md +5 -1
- package/docs/UpdateSupplierRequest.md +6 -2
- package/docs/WishlistToggleResource.md +1 -1
- package/package.json +1 -1
- package/src/apis/AdminApi.ts +10 -64
- package/src/apis/AssetApi.ts +22 -22
- package/src/apis/AttributeApi.ts +109 -109
- package/src/apis/BlogCategoryApi.ts +345 -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/FrontendComponentApi.ts +76 -0
- 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/OverlayTemplateApi.ts +68 -68
- package/src/apis/PageApi.ts +345 -0
- package/src/apis/PageComponentApi.ts +291 -0
- 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/ReviewApi.ts +453 -0
- package/src/apis/SiteApi.ts +35 -89
- package/src/apis/StoreApi.ts +66 -66
- package/src/apis/SupplierApi.ts +54 -54
- package/src/apis/TagApi.ts +29 -29
- package/src/apis/index.ts +5 -4
- package/src/models/AddressFrontendResource.ts +5 -5
- package/src/models/AddressResource.ts +2 -20
- package/src/models/AdminUserLiteResource.ts +92 -0
- package/src/models/AdminUserLiteResourceArrayResponse.ts +73 -0
- package/src/models/AssetFileForUploadResource.ts +2 -2
- package/src/models/AssetFrontendResource.ts +17 -0
- package/src/models/AssetLiteResource.ts +19 -2
- package/src/models/AssetResource.ts +19 -2
- package/src/models/AssetWithOverlayLinkResource.ts +19 -2
- package/src/models/AttachAttributesToProductRangeRequest.ts +74 -0
- package/src/models/AttachAttributesToProductRangeRequestAttributesInner.ts +74 -0
- package/src/models/AttachDocumentablesToDocumentRequest.ts +74 -0
- package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +95 -0
- package/src/models/AttachDocumentsToProductChildRequest.ts +74 -0
- package/src/models/AttachDocumentsToProductChildRequestDocumentsInner.ts +74 -0
- package/src/models/AttachDocumentsToProductRangeRequest.ts +74 -0
- package/src/models/AttachProductChildrenRequest.ts +66 -0
- package/src/models/AttachProductChildrenToProductRangeRequest.ts +66 -0
- package/src/models/AttachProductsToProductCategoryRequest.ts +66 -0
- package/src/models/AttachStoresToSupplierRequest.ts +66 -0
- package/src/models/AttachSuppliersToStoreRequest.ts +66 -0
- package/src/models/BlogCategoryListResource.ts +93 -0
- package/src/models/BlogCategoryListResourceArrayResponse.ts +73 -0
- package/src/models/BlogCategoryLiteResource.ts +84 -0
- package/src/models/BlogCategoryLiteResourceArrayResponse.ts +73 -0
- package/src/models/BlogCategoryResource.ts +117 -0
- package/src/models/BlogCategoryResourceArrayResponse.ts +73 -0
- package/src/models/BlogFrontendDetailResource.ts +161 -0
- package/src/models/BlogFrontendDetailResourceArrayResponse.ts +73 -0
- package/src/models/BlogFrontendResource.ts +143 -0
- package/src/models/BlogFrontendResourceArrayResponse.ts +73 -0
- package/src/models/BlogResource.ts +125 -0
- package/src/models/BlogResourceArrayResponse.ts +73 -0
- package/src/models/CreateAssetFileRequest.ts +75 -0
- package/src/models/CreateAssetForAssetableRequest.ts +160 -0
- package/src/models/CreateAttributeRequest.ts +113 -0
- package/src/models/CreateAttributeValueRequest.ts +75 -0
- package/src/models/CreateBlogCategoryRequest.ts +108 -0
- package/src/models/CreateBlogCategoryRequestDescriptionsInner.ts +82 -0
- package/src/models/CreateBlogCategoryRequestSeoInner.ts +82 -0
- package/src/models/CreateDefinitionRequest.ts +75 -0
- package/src/models/CreateDocumentFileRequest.ts +75 -0
- package/src/models/CreateDocumentRequest.ts +83 -0
- package/src/models/CreateLabelRequest.ts +125 -0
- package/src/models/CreateMenuItemRequest.ts +161 -0
- package/src/models/CreateMenuItemRequestMenuItemLink.ts +101 -0
- package/src/models/CreateMenuRequest.ts +96 -0
- package/src/models/CreateOverlayTemplateAssetRequest.ts +155 -0
- package/src/models/CreateOverlayTemplateRequest.ts +75 -0
- package/src/models/CreatePageComponentRequest.ts +140 -0
- package/src/models/CreatePageComponentRequestRelationsInner.ts +81 -0
- package/src/models/CreatePageRequest.ts +153 -0
- package/src/models/CreatePageRequestBlog.ts +97 -0
- package/src/models/CreateProductCategoryRequest.ts +230 -0
- package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +137 -0
- package/src/models/CreateProductChildRequest.ts +249 -0
- package/src/models/CreateProductChildRequestAssetsInner.ts +124 -0
- package/src/models/CreateProductChildRequestAttributeValuesInner.ts +82 -0
- package/src/models/CreateProductChildRequestSitesInner.ts +169 -0
- package/src/models/CreateProductRangeRequest.ts +105 -0
- package/src/models/CreateProductRangeRequestSitesInner.ts +148 -0
- package/src/models/CreateProductRequest.ts +143 -0
- package/src/models/CreateProductRequestCategoriesInner.ts +75 -0
- package/src/models/CreateProductTypeRequest.ts +66 -0
- package/src/models/CreateReviewRequest.ts +136 -0
- package/src/models/CreateSiteNotificationRequest.ts +111 -0
- package/src/models/CreateStoreRequest.ts +190 -0
- package/src/models/CreateStoreRequestAddress.ts +119 -0
- package/src/models/CreateStoreRequestSpecialDatesInner.ts +106 -0
- package/src/models/CreateSupplierRequest.ts +157 -0
- package/src/models/CreateTagRequest.ts +136 -0
- package/src/models/CustomerLiteResource.ts +92 -0
- package/src/models/CustomerLiteResourceArrayResponse.ts +73 -0
- package/src/models/CustomerReviewableItemFrontendResource.ts +93 -0
- package/src/models/CustomerReviewableItemFrontendResourceArrayResponse.ts +73 -0
- package/src/models/DeleteAttributeValueRequest.ts +65 -0
- package/src/models/DetachAttributesFromProductRangeRequest.ts +66 -0
- package/src/models/DetachDocumentablesFromDocumentRequest.ts +74 -0
- package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +87 -0
- package/src/models/DetachDocumentsFromProductChildRequest.ts +66 -0
- package/src/models/DetachDocumentsFromProductRangeRequest.ts +66 -0
- package/src/models/DetachProductChildrenFromProductRangeRequest.ts +66 -0
- package/src/models/DetachProductsFromProductCategoryRequest.ts +66 -0
- package/src/models/DetachStoresFromSupplierRequest.ts +66 -0
- package/src/models/DetachSuppliersFromStoreRequest.ts +66 -0
- package/src/models/DocumentFileForUploadResource.ts +2 -2
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/ExternalApiSyncStatus.ts +2 -1
- package/src/models/FrontendComponentLiteResource.ts +84 -0
- package/src/models/FrontendComponentLiteResourceArrayResponse.ts +73 -0
- package/src/models/FrontendComponentResource.ts +101 -0
- package/src/models/FrontendComponentResourceArrayResponse.ts +73 -0
- package/src/models/GetUniqueEndpointsRequest.ts +76 -0
- package/src/models/LinkOverlayTemplateToAssetsRequest.ts +74 -0
- package/src/models/MenuIdRequest.ts +66 -0
- package/src/models/MenuPosition.ts +1 -2
- package/src/models/PageComponentLiteResource.ts +84 -0
- package/src/models/PageComponentLiteResourceArrayResponse.ts +73 -0
- package/src/models/PageComponentRelationResource.ts +119 -0
- package/src/models/PageComponentRelationResourceArrayResponse.ts +73 -0
- package/src/models/PageComponentResource.ts +166 -0
- package/src/models/PageComponentResourceArrayResponse.ts +73 -0
- package/src/models/PageFrontendDetailResource.ts +118 -0
- package/src/models/PageFrontendDetailResourceArrayResponse.ts +73 -0
- package/src/models/PageListResource.ts +168 -0
- package/src/models/PageListResourceArrayResponse.ts +73 -0
- package/src/models/PageLiteResource.ts +75 -0
- package/src/models/PageLiteResourceArrayResponse.ts +73 -0
- package/src/models/PageResource.ts +168 -0
- package/src/models/PageResourceArrayResponse.ts +73 -0
- package/src/models/PageType.ts +54 -0
- package/src/models/PaginatedBlogCategoryListResourceResponse.ts +90 -0
- package/src/models/PaginatedBlogCategoryLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedBlogCategoryResourceResponse.ts +90 -0
- package/src/models/PaginatedBlogFrontendResourceResponse.ts +90 -0
- package/src/models/PaginatedCustomerReviewableItemFrontendResourceResponse.ts +90 -0
- package/src/models/PaginatedFrontendComponentLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedFrontendComponentResourceResponse.ts +90 -0
- package/src/models/PaginatedPageComponentLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedPageListResourceResponse.ts +90 -0
- package/src/models/PaginatedPageLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedPageResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildFrontendResourceResponse.ts +90 -0
- package/src/models/PaginatedReviewListResourceResponse.ts +90 -0
- package/src/models/PaginatedReviewLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedReviewResourceResponse.ts +90 -0
- package/src/models/PreviewAutomationRulesRequest.ts +103 -0
- package/src/models/ProductChildFrontendResource.ts +144 -0
- package/src/models/ProductChildFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildLiteResource.ts +9 -0
- package/src/models/ProductChildSiteDetailFrontendResource.ts +127 -0
- package/src/models/ProductChildSiteDetailFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildSiteDetailLiteResource.ts +0 -16
- package/src/models/ProductRangeSiteDetailFrontendResource.ts +119 -0
- package/src/models/ProductRangeSiteDetailFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSiteDetailLiteResource.ts +9 -0
- package/src/models/ProductResource.ts +2 -2
- package/src/models/ProductReviewsResource.ts +118 -0
- package/src/models/ProductReviewsResourceArrayResponse.ts +73 -0
- package/src/models/ProductSearchResultResource.ts +2 -2
- package/src/models/ReviewListResource.ts +168 -0
- package/src/models/ReviewListResourceArrayResponse.ts +73 -0
- package/src/models/ReviewLiteResource.ts +84 -0
- package/src/models/ReviewLiteResourceArrayResponse.ts +73 -0
- package/src/models/ReviewPublicResource.ts +119 -0
- package/src/models/ReviewPublicResourceArrayResponse.ts +73 -0
- package/src/models/ReviewResource.ts +226 -0
- package/src/models/ReviewResourceArrayResponse.ts +73 -0
- package/src/models/SearchAllAttributeValuesRequest.ts +143 -0
- package/src/models/SearchAllAttributesRequest.ts +162 -0
- package/src/models/SearchAllBlogCategoriesRequest.ts +133 -0
- package/src/models/SearchAllDefinitionsRequest.ts +127 -0
- package/src/models/SearchAllDocumentsRequest.ts +145 -0
- package/src/models/SearchAllFrontendComponentsRequest.ts +133 -0
- package/src/models/SearchAllMenuItemsRequest.ts +144 -0
- package/src/models/SearchAllMenusRequest.ts +144 -0
- package/src/models/SearchAllOverlayTemplatesRequest.ts +143 -0
- package/src/models/SearchAllPageComponentsRequest.ts +141 -0
- package/src/models/SearchAllPagesRequest.ts +152 -0
- package/src/models/SearchAllProductCategoriesRequest.ts +179 -0
- package/src/models/SearchAllProductChildrenRequest.ts +243 -0
- package/src/models/SearchAllProductRangesRequest.ts +151 -0
- package/src/models/SearchAllProductRegistrationsRequest.ts +137 -0
- package/src/models/SearchAllProductTypesRequest.ts +136 -0
- package/src/models/SearchAllProductsRequest.ts +177 -0
- package/src/models/SearchAllStoresRequest.ts +144 -0
- package/src/models/SearchAllSuppliersRequest.ts +137 -0
- package/src/models/SearchAttributeValuesRequest.ts +159 -0
- package/src/models/SearchAttributesRequest.ts +178 -0
- package/src/models/SearchBlogCategoriesRequest.ts +149 -0
- package/src/models/SearchDefinitionsRequest.ts +143 -0
- package/src/models/SearchDocumentsRequest.ts +161 -0
- package/src/models/SearchExternalApiLogsRequest.ts +234 -0
- package/src/models/SearchGoogleCategoriesRequest.ts +143 -0
- package/src/models/SearchLabelsRequest.ts +163 -0
- package/src/models/SearchLinkablesRequest.ts +94 -0
- package/src/models/SearchMenusRequest.ts +160 -0
- package/src/models/SearchModelAttributesRequest.ts +176 -0
- package/src/models/SearchOverlayTemplatesRequest.ts +159 -0
- package/src/models/SearchPagesRequest.ts +176 -0
- package/src/models/SearchProductCategoriesRequest.ts +214 -0
- package/src/models/SearchProductChildAttributesRequest.ts +152 -0
- package/src/models/SearchProductChildrenRequest.ts +269 -0
- package/src/models/SearchProductRangesRequest.ts +167 -0
- package/src/models/SearchProductRegistrationAssetsRequest.ts +158 -0
- package/src/models/SearchProductRegistrationsRequest.ts +193 -0
- package/src/models/SearchProductTypesRequest.ts +151 -0
- package/src/models/SearchProductsRequest.ts +192 -0
- package/src/models/SearchRedirectsRequest.ts +184 -0
- package/src/models/SearchReviewsRequest.ts +167 -0
- package/src/models/SearchSiteNotificationsRequest.ts +152 -0
- package/src/models/SearchSitesRequest.ts +144 -0
- package/src/models/SearchStoresRequest.ts +160 -0
- package/src/models/SearchSuppliersRequest.ts +153 -0
- package/src/models/SearchTagsRequest.ts +168 -0
- package/src/models/ShowProductChildAssetsRequest.ts +65 -0
- package/src/models/SiteIdRequest.ts +66 -0
- package/src/models/SitePaymentConfigResource.ts +0 -9
- package/src/models/StoreFrontendResource.ts +2 -3
- package/src/models/StoreListResource.ts +24 -5
- package/src/models/StoreResource.ts +29 -9
- package/src/models/StoreSpecialDateFrontendResource.ts +4 -3
- package/src/models/StoreSpecialDateRequest.ts +106 -0
- package/src/models/StoreSpecialDateResource.ts +7 -8
- package/src/models/StoreStockType.ts +53 -0
- package/src/models/Thumbnail.ts +73 -0
- package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +93 -0
- package/src/models/UpdateAssetForAssetableRequest.ts +16 -0
- package/src/models/UpdateAttributeFilterOrderRequest.ts +74 -0
- package/src/models/UpdateAttributeFilterOrderRequestValuesInner.ts +75 -0
- package/src/models/UpdateAttributeProductTypeRequest.ts +88 -0
- package/src/models/UpdateBlogCategoryRequest.ts +108 -0
- package/src/models/UpdateMenuItemRequest.ts +10 -10
- package/src/models/UpdateMenuRequest.ts +1 -2
- package/src/models/UpdateOverlayTemplateAssetRequest.ts +20 -6
- package/src/models/UpdatePageComponentRequest.ts +122 -0
- package/src/models/UpdatePageRequest.ts +138 -0
- package/src/models/UpdatePageRequestComponentOrderInner.ts +75 -0
- package/src/models/UpdateProductCategoryRequest.ts +46 -30
- package/src/models/UpdateProductChildRequest.ts +11 -11
- package/src/models/UpdateProductChildRequestAssetsInner.ts +20 -6
- package/src/models/UpdateProductRangeRequest.ts +11 -11
- package/src/models/UpdateProductRequest.ts +10 -10
- package/src/models/UpdateProductTypeAttributeRequest.ts +88 -0
- package/src/models/UpdateReviewRequest.ts +118 -0
- package/src/models/UpdateSiteRequest.ts +0 -9
- package/src/models/UpdateStoreRequest.ts +27 -11
- package/src/models/UpdateSupplierRequest.ts +40 -26
- package/src/models/WishlistToggleResource.ts +2 -2
- package/src/models/index.ts +194 -182
- package/dist/apis/CartsApi.d.ts +0 -215
- package/dist/apis/CartsApi.js +0 -814
- package/dist/apis/CustomersApi.d.ts +0 -83
- package/dist/apis/CustomersApi.js +0 -320
- package/dist/apis/OrdersApi.d.ts +0 -213
- package/dist/apis/OrdersApi.js +0 -811
- package/dist/apis/TransactionsApi.d.ts +0 -69
- package/dist/apis/TransactionsApi.js +0 -262
- package/dist/models/AddressType.d.ts +0 -25
- package/dist/models/AddressType.js +0 -51
- package/dist/models/AdminNoteResource.d.ts +0 -68
- package/dist/models/AdminNoteResource.js +0 -71
- package/dist/models/AdminNoteResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminNoteResourceArrayResponse.js +0 -50
- package/dist/models/AdminOrderResource.d.ts +0 -286
- package/dist/models/AdminOrderResource.js +0 -203
- package/dist/models/AdminOrderResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminOrderResourceArrayResponse.js +0 -50
- package/dist/models/AttachAccessoriesProductChildRequest.d.ts +0 -32
- package/dist/models/AttachAccessoriesProductChildRequest.js +0 -51
- package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +0 -32
- package/dist/models/AttachAccessoriesProductRangeRequest.js +0 -51
- package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +0 -38
- package/dist/models/AttachAssetsOverlayTemplateRequest.js +0 -53
- package/dist/models/AttachAttributeProductTypeRequest.d.ts +0 -48
- package/dist/models/AttachAttributeProductTypeRequest.js +0 -65
- package/dist/models/AttachAttributesProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachAttributesProductRangeRequest.js +0 -52
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +0 -38
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +0 -53
- package/dist/models/AttachCouponCartRequest.d.ts +0 -32
- package/dist/models/AttachCouponCartRequest.js +0 -51
- package/dist/models/AttachCouponOrderRequest.d.ts +0 -32
- package/dist/models/AttachCouponOrderRequest.js +0 -51
- package/dist/models/AttachDocumentablesDocumentRequest.d.ts +0 -33
- package/dist/models/AttachDocumentablesDocumentRequest.js +0 -52
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -53
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +0 -66
- package/dist/models/AttachDocumentsProductChildRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsProductChildRequest.js +0 -52
- package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.d.ts +0 -38
- package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.js +0 -53
- package/dist/models/AttachDocumentsProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsProductRangeRequest.js +0 -52
- package/dist/models/AttachItemCartRequest.d.ts +0 -44
- package/dist/models/AttachItemCartRequest.js +0 -57
- package/dist/models/AttachItemOrderRequest.d.ts +0 -44
- package/dist/models/AttachItemOrderRequest.js +0 -57
- package/dist/models/AttachProductTypeAttributeRequest.d.ts +0 -48
- package/dist/models/AttachProductTypeAttributeRequest.js +0 -65
- package/dist/models/AttachProductsProductCategoryRequest.d.ts +0 -32
- package/dist/models/AttachProductsProductCategoryRequest.js +0 -51
- package/dist/models/AttachStoresSupplierRequest.d.ts +0 -32
- package/dist/models/AttachStoresSupplierRequest.js +0 -51
- package/dist/models/AttachSuppliersStoreRequest.d.ts +0 -32
- package/dist/models/AttachSuppliersStoreRequest.js +0 -51
- package/dist/models/CartCouponResource.d.ts +0 -50
- package/dist/models/CartCouponResource.js +0 -63
- package/dist/models/CartCouponResourceArrayResponse.d.ts +0 -33
- package/dist/models/CartCouponResourceArrayResponse.js +0 -50
- package/dist/models/CartListResource.d.ts +0 -137
- package/dist/models/CartListResource.js +0 -108
- package/dist/models/CartListResourceArrayResponse.d.ts +0 -33
- package/dist/models/CartListResourceArrayResponse.js +0 -50
- package/dist/models/CartOrderSource.d.ts +0 -29
- package/dist/models/CartOrderSource.js +0 -55
- package/dist/models/CartResource.d.ts +0 -235
- package/dist/models/CartResource.js +0 -170
- package/dist/models/CartResourceArrayResponse.d.ts +0 -33
- package/dist/models/CartResourceArrayResponse.js +0 -50
- package/dist/models/CartStatus.d.ts +0 -26
- package/dist/models/CartStatus.js +0 -52
- package/dist/models/CustomerListResource.d.ts +0 -70
- package/dist/models/CustomerListResource.js +0 -75
- package/dist/models/CustomerListResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerListResourceArrayResponse.js +0 -50
- package/dist/models/CustomerResource.d.ts +0 -70
- package/dist/models/CustomerResource.js +0 -75
- package/dist/models/CustomerResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerResourceArrayResponse.js +0 -50
- package/dist/models/DestroyAttributeValueRequest.d.ts +0 -32
- package/dist/models/DestroyAttributeValueRequest.js +0 -49
- package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachAccessoriesProductRangeRequest.js +0 -51
- package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +0 -51
- package/dist/models/DetachAssetableOverlayTemplateRequest.js +0 -64
- package/dist/models/DetachAttributesProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachAttributesProductRangeRequest.js +0 -51
- package/dist/models/DetachCouponCartRequest.d.ts +0 -32
- package/dist/models/DetachCouponCartRequest.js +0 -51
- package/dist/models/DetachCouponOrderRequest.d.ts +0 -32
- package/dist/models/DetachCouponOrderRequest.js +0 -51
- package/dist/models/DetachDocumentablesDocumentRequest.d.ts +0 -33
- package/dist/models/DetachDocumentablesDocumentRequest.js +0 -52
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -47
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +0 -64
- package/dist/models/DetachDocumentsProductChildRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsProductChildRequest.js +0 -51
- package/dist/models/DetachDocumentsProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsProductRangeRequest.js +0 -51
- package/dist/models/DetachProductsProductCategoryRequest.d.ts +0 -32
- package/dist/models/DetachProductsProductCategoryRequest.js +0 -51
- package/dist/models/DetachStoresSupplierRequest.d.ts +0 -32
- package/dist/models/DetachStoresSupplierRequest.js +0 -51
- package/dist/models/DetachSuppliersStoreRequest.d.ts +0 -32
- package/dist/models/DetachSuppliersStoreRequest.js +0 -51
- package/dist/models/DiscountType.d.ts +0 -26
- package/dist/models/DiscountType.js +0 -52
- package/dist/models/DiscountValueType.d.ts +0 -25
- package/dist/models/DiscountValueType.js +0 -51
- package/dist/models/GetAllAdminNoteRequest.d.ts +0 -102
- package/dist/models/GetAllAdminNoteRequest.js +0 -82
- package/dist/models/GetAllAttributeRequest.d.ts +0 -108
- package/dist/models/GetAllAttributeRequest.js +0 -91
- package/dist/models/GetAllAttributeValueRequest.d.ts +0 -93
- package/dist/models/GetAllAttributeValueRequest.js +0 -84
- package/dist/models/GetAllDefinitionRequest.d.ts +0 -80
- package/dist/models/GetAllDefinitionRequest.js +0 -76
- package/dist/models/GetAllDocumentRequest.d.ts +0 -95
- package/dist/models/GetAllDocumentRequest.js +0 -86
- package/dist/models/GetAllGoogleCategoryRequest.d.ts +0 -92
- package/dist/models/GetAllGoogleCategoryRequest.js +0 -80
- package/dist/models/GetAllMenuItemRequest.d.ts +0 -93
- package/dist/models/GetAllMenuItemRequest.js +0 -81
- package/dist/models/GetAllMenuRequest.d.ts +0 -93
- package/dist/models/GetAllMenuRequest.js +0 -81
- package/dist/models/GetAllOrderRequest.d.ts +0 -105
- package/dist/models/GetAllOrderRequest.js +0 -85
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +0 -93
- package/dist/models/GetAllOverlayTemplateRequest.js +0 -84
- package/dist/models/GetAllProductCategoryRequest.d.ts +0 -121
- package/dist/models/GetAllProductCategoryRequest.js +0 -96
- package/dist/models/GetAllProductChildRequest.d.ts +0 -171
- package/dist/models/GetAllProductChildRequest.js +0 -118
- package/dist/models/GetAllProductRangeRequest.d.ts +0 -98
- package/dist/models/GetAllProductRangeRequest.js +0 -82
- package/dist/models/GetAllProductRegistrationRequest.d.ts +0 -88
- package/dist/models/GetAllProductRegistrationRequest.js +0 -80
- package/dist/models/GetAllProductRequest.d.ts +0 -119
- package/dist/models/GetAllProductRequest.js +0 -94
- package/dist/models/GetAllProductTypeRequest.d.ts +0 -88
- package/dist/models/GetAllProductTypeRequest.js +0 -83
- package/dist/models/GetAllStoreRequest.d.ts +0 -93
- package/dist/models/GetAllStoreRequest.js +0 -81
- package/dist/models/GetAllSupplierRequest.d.ts +0 -89
- package/dist/models/GetAllSupplierRequest.js +0 -84
- package/dist/models/GetHierarchyMenuItemRequest.d.ts +0 -32
- package/dist/models/GetHierarchyMenuItemRequest.js +0 -51
- package/dist/models/GetHierarchyProductCategoryRequest.d.ts +0 -32
- package/dist/models/GetHierarchyProductCategoryRequest.js +0 -51
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.d.ts +0 -40
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.js +0 -57
- package/dist/models/IndexAttributeRequest.d.ts +0 -120
- package/dist/models/IndexAttributeRequest.js +0 -95
- package/dist/models/IndexAttributeValueRequest.d.ts +0 -105
- package/dist/models/IndexAttributeValueRequest.js +0 -88
- package/dist/models/IndexCartRequest.d.ts +0 -154
- package/dist/models/IndexCartRequest.js +0 -105
- package/dist/models/IndexCustomerRequest.d.ts +0 -99
- package/dist/models/IndexCustomerRequest.js +0 -83
- package/dist/models/IndexDefinitionRequest.d.ts +0 -92
- package/dist/models/IndexDefinitionRequest.js +0 -80
- package/dist/models/IndexDocumentRequest.d.ts +0 -107
- package/dist/models/IndexDocumentRequest.js +0 -90
- package/dist/models/IndexExternalApiLogRequest.d.ts +0 -161
- package/dist/models/IndexExternalApiLogRequest.js +0 -105
- package/dist/models/IndexLabelRequest.d.ts +0 -109
- package/dist/models/IndexLabelRequest.js +0 -92
- package/dist/models/IndexMenuRequest.d.ts +0 -105
- package/dist/models/IndexMenuRequest.js +0 -85
- package/dist/models/IndexModelAttributeRequest.d.ts +0 -118
- package/dist/models/IndexModelAttributeRequest.js +0 -93
- package/dist/models/IndexOrderRequest.d.ts +0 -141
- package/dist/models/IndexOrderRequest.js +0 -97
- package/dist/models/IndexOverlayTemplateRequest.d.ts +0 -105
- package/dist/models/IndexOverlayTemplateRequest.js +0 -88
- package/dist/models/IndexProductCategoryRequest.d.ts +0 -148
- package/dist/models/IndexProductCategoryRequest.js +0 -107
- package/dist/models/IndexProductChildRequest.d.ts +0 -193
- package/dist/models/IndexProductChildRequest.js +0 -132
- package/dist/models/IndexProductRangeRequest.d.ts +0 -110
- package/dist/models/IndexProductRangeRequest.js +0 -86
- package/dist/models/IndexProductRegistrationRequest.d.ts +0 -131
- package/dist/models/IndexProductRegistrationRequest.js +0 -98
- package/dist/models/IndexProductRequest.d.ts +0 -130
- package/dist/models/IndexProductRequest.js +0 -97
- package/dist/models/IndexProductTypeRequest.d.ts +0 -99
- package/dist/models/IndexProductTypeRequest.js +0 -86
- package/dist/models/IndexRedirectRequest.d.ts +0 -124
- package/dist/models/IndexRedirectRequest.js +0 -95
- package/dist/models/IndexSiteNotificationRequest.d.ts +0 -99
- package/dist/models/IndexSiteNotificationRequest.js +0 -83
- package/dist/models/IndexSiteRequest.d.ts +0 -93
- package/dist/models/IndexSiteRequest.js +0 -81
- package/dist/models/IndexStoreRequest.d.ts +0 -105
- package/dist/models/IndexStoreRequest.js +0 -85
- package/dist/models/IndexSupplierRequest.d.ts +0 -101
- package/dist/models/IndexSupplierRequest.js +0 -88
- package/dist/models/IndexTagRequest.d.ts +0 -112
- package/dist/models/IndexTagRequest.js +0 -91
- package/dist/models/IndexTransactionRequest.d.ts +0 -127
- package/dist/models/IndexTransactionRequest.js +0 -91
- package/dist/models/LiAddressResource.d.ts +0 -86
- package/dist/models/LiAddressResource.js +0 -83
- package/dist/models/LiAddressResourceArrayResponse.d.ts +0 -33
- package/dist/models/LiAddressResourceArrayResponse.js +0 -50
- package/dist/models/LineItemDiscountResource.d.ts +0 -50
- package/dist/models/LineItemDiscountResource.js +0 -63
- package/dist/models/LineItemDiscountResourceArrayResponse.d.ts +0 -33
- package/dist/models/LineItemDiscountResourceArrayResponse.js +0 -50
- package/dist/models/LineItemListResource.d.ts +0 -82
- package/dist/models/LineItemListResource.js +0 -83
- package/dist/models/LineItemListResourceArrayResponse.d.ts +0 -33
- package/dist/models/LineItemListResourceArrayResponse.js +0 -50
- package/dist/models/ListAssetsProductRegistrationRequest.d.ts +0 -103
- package/dist/models/ListAssetsProductRegistrationRequest.js +0 -83
- package/dist/models/OrderListResource.d.ts +0 -127
- package/dist/models/OrderListResource.js +0 -106
- package/dist/models/OrderListResourceArrayResponse.d.ts +0 -33
- package/dist/models/OrderListResourceArrayResponse.js +0 -50
- package/dist/models/OrderLiteResource.d.ts +0 -62
- package/dist/models/OrderLiteResource.js +0 -67
- package/dist/models/OrderLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/OrderLiteResourceArrayResponse.js +0 -50
- package/dist/models/OrderStatusLiteResource.d.ts +0 -44
- package/dist/models/OrderStatusLiteResource.js +0 -59
- package/dist/models/OrderStatusLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/OrderStatusLiteResourceArrayResponse.js +0 -50
- package/dist/models/OrderStatusWithCountResource.d.ts +0 -50
- package/dist/models/OrderStatusWithCountResource.js +0 -63
- package/dist/models/OrderStatusWithCountResourceArrayResponse.d.ts +0 -33
- package/dist/models/OrderStatusWithCountResourceArrayResponse.js +0 -50
- package/dist/models/PaginatedAdminNoteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedAdminNoteResourceResponse.js +0 -57
- package/dist/models/PaginatedCartListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedCartListResourceResponse.js +0 -57
- package/dist/models/PaginatedCustomerListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedCustomerListResourceResponse.js +0 -57
- package/dist/models/PaginatedOrderListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedOrderListResourceResponse.js +0 -57
- package/dist/models/PaginatedTransactionResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedTransactionResourceResponse.js +0 -57
- package/dist/models/PaymentMethod.d.ts +0 -30
- package/dist/models/PaymentMethod.js +0 -56
- package/dist/models/PaymentSource.d.ts +0 -26
- package/dist/models/PaymentSource.js +0 -52
- package/dist/models/PaymentStatus.d.ts +0 -25
- package/dist/models/PaymentStatus.js +0 -51
- package/dist/models/PreviewAutomationRulesProductCategoryRequest.d.ts +0 -53
- package/dist/models/PreviewAutomationRulesProductCategoryRequest.js +0 -68
- package/dist/models/ProductChildCartLiteResource.d.ts +0 -88
- package/dist/models/ProductChildCartLiteResource.js +0 -89
- package/dist/models/ProductChildCartLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductChildCartLiteResourceArrayResponse.js +0 -50
- package/dist/models/RefundTransactionRequest.d.ts +0 -38
- package/dist/models/RefundTransactionRequest.js +0 -53
- package/dist/models/SearchLinkablesMenuItemRequest.d.ts +0 -54
- package/dist/models/SearchLinkablesMenuItemRequest.js +0 -65
- package/dist/models/ShippingType.d.ts +0 -28
- package/dist/models/ShippingType.js +0 -54
- package/dist/models/ShowAssetsProductChildRequest.d.ts +0 -32
- package/dist/models/ShowAssetsProductChildRequest.js +0 -49
- package/dist/models/ShowAttributesProductChildRequest.d.ts +0 -99
- package/dist/models/ShowAttributesProductChildRequest.js +0 -83
- package/dist/models/StoreAssetFileRequest.d.ts +0 -38
- package/dist/models/StoreAssetFileRequest.js +0 -55
- package/dist/models/StoreAssetForAssetableRequest.d.ts +0 -86
- package/dist/models/StoreAssetForAssetableRequest.js +0 -87
- package/dist/models/StoreAttributeRequest.d.ts +0 -65
- package/dist/models/StoreAttributeRequest.js +0 -74
- package/dist/models/StoreAttributeValueRequest.d.ts +0 -38
- package/dist/models/StoreAttributeValueRequest.js +0 -55
- package/dist/models/StoreCartRequest.d.ts +0 -166
- package/dist/models/StoreCartRequest.js +0 -114
- package/dist/models/StoreCartRequestCustomer.d.ts +0 -50
- package/dist/models/StoreCartRequestCustomer.js +0 -55
- package/dist/models/StoreCartRequestItemsInner.d.ts +0 -44
- package/dist/models/StoreCartRequestItemsInner.js +0 -57
- package/dist/models/StoreCartRequestShippingAddress.d.ts +0 -74
- package/dist/models/StoreCartRequestShippingAddress.js +0 -63
- package/dist/models/StoreCustomerRequest.d.ts +0 -56
- package/dist/models/StoreCustomerRequest.js +0 -65
- package/dist/models/StoreDefinitionRequest.d.ts +0 -38
- package/dist/models/StoreDefinitionRequest.js +0 -55
- package/dist/models/StoreDocumentFileRequest.d.ts +0 -38
- package/dist/models/StoreDocumentFileRequest.js +0 -55
- package/dist/models/StoreDocumentRequest.d.ts +0 -44
- package/dist/models/StoreDocumentRequest.js +0 -57
- package/dist/models/StoreLabelRequest.d.ts +0 -74
- package/dist/models/StoreLabelRequest.js +0 -71
- package/dist/models/StoreMenuItemRequest.d.ts +0 -97
- package/dist/models/StoreMenuItemRequest.js +0 -84
- package/dist/models/StoreMenuItemRequestMenuItemLink.d.ts +0 -60
- package/dist/models/StoreMenuItemRequestMenuItemLink.js +0 -65
- package/dist/models/StoreMenuRequest.d.ts +0 -54
- package/dist/models/StoreMenuRequest.js +0 -69
- package/dist/models/StoreOverlayTemplateAssetRequest.d.ts +0 -87
- package/dist/models/StoreOverlayTemplateAssetRequest.js +0 -84
- package/dist/models/StoreOverlayTemplateRequest.d.ts +0 -38
- package/dist/models/StoreOverlayTemplateRequest.js +0 -55
- package/dist/models/StoreProductCategoryRequest.d.ts +0 -127
- package/dist/models/StoreProductCategoryRequest.js +0 -96
- package/dist/models/StoreProductCategoryRequestAutomationRulesInner.d.ts +0 -87
- package/dist/models/StoreProductCategoryRequestAutomationRulesInner.js +0 -89
- package/dist/models/StoreProductCategoryRequestDescriptionsInner.d.ts +0 -44
- package/dist/models/StoreProductCategoryRequestDescriptionsInner.js +0 -55
- package/dist/models/StoreProductCategoryRequestSeoInner.d.ts +0 -44
- package/dist/models/StoreProductCategoryRequestSeoInner.js +0 -55
- package/dist/models/StoreProductChildRequest.d.ts +0 -149
- package/dist/models/StoreProductChildRequest.js +0 -110
- package/dist/models/StoreProductChildRequestAssetsInner.d.ts +0 -62
- package/dist/models/StoreProductChildRequestAssetsInner.js +0 -69
- package/dist/models/StoreProductChildRequestAttributeValuesInner.d.ts +0 -44
- package/dist/models/StoreProductChildRequestAttributeValuesInner.js +0 -55
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +0 -104
- package/dist/models/StoreProductChildRequestSitesInner.js +0 -89
- package/dist/models/StoreProductRangeRequest.d.ts +0 -52
- package/dist/models/StoreProductRangeRequest.js +0 -59
- package/dist/models/StoreProductRangeRequestSitesInner.d.ts +0 -92
- package/dist/models/StoreProductRangeRequestSitesInner.js +0 -75
- package/dist/models/StoreProductRequest.d.ts +0 -81
- package/dist/models/StoreProductRequest.js +0 -78
- package/dist/models/StoreProductRequestCategoriesInner.d.ts +0 -38
- package/dist/models/StoreProductRequestCategoriesInner.js +0 -55
- package/dist/models/StoreProductTypeRequest.d.ts +0 -32
- package/dist/models/StoreProductTypeRequest.js +0 -51
- package/dist/models/StoreSiteNotificationRequest.d.ts +0 -62
- package/dist/models/StoreSiteNotificationRequest.js +0 -71
- package/dist/models/StoreStoreRequest.d.ts +0 -100
- package/dist/models/StoreStoreRequest.js +0 -85
- package/dist/models/StoreStoreRequestAddress.d.ts +0 -74
- package/dist/models/StoreStoreRequestAddress.js +0 -75
- package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +0 -62
- package/dist/models/StoreStoreRequestSpecialDatesInner.js +0 -61
- package/dist/models/StoreStoreSpecialDateRequest.d.ts +0 -62
- package/dist/models/StoreStoreSpecialDateRequest.js +0 -61
- package/dist/models/StoreSupplierRequest.d.ts +0 -76
- package/dist/models/StoreSupplierRequest.js +0 -79
- package/dist/models/StoreTagRequest.d.ts +0 -82
- package/dist/models/StoreTagRequest.js +0 -79
- package/dist/models/StoreTransactionRequest.d.ts +0 -81
- package/dist/models/StoreTransactionRequest.js +0 -78
- package/dist/models/StoreTransactionResource.d.ts +0 -39
- package/dist/models/StoreTransactionResource.js +0 -56
- package/dist/models/StoreTransactionResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreTransactionResourceArrayResponse.js +0 -50
- package/dist/models/TransactionLiteResource.d.ts +0 -86
- package/dist/models/TransactionLiteResource.js +0 -85
- package/dist/models/TransactionLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/TransactionLiteResourceArrayResponse.js +0 -50
- package/dist/models/TransactionResource.d.ts +0 -128
- package/dist/models/TransactionResource.js +0 -101
- package/dist/models/TransactionResourceArrayResponse.d.ts +0 -33
- package/dist/models/TransactionResourceArrayResponse.js +0 -50
- package/dist/models/TransactionType.d.ts +0 -25
- package/dist/models/TransactionType.js +0 -51
- package/dist/models/UpdateCartRequest.d.ts +0 -141
- package/dist/models/UpdateCartRequest.js +0 -101
- package/dist/models/UpdateCustomerRequest.d.ts +0 -56
- package/dist/models/UpdateCustomerRequest.js +0 -63
- package/dist/models/UpdateFilterOrderAttributeRequest.d.ts +0 -33
- package/dist/models/UpdateFilterOrderAttributeRequest.js +0 -52
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.d.ts +0 -38
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.js +0 -55
- package/dist/models/UpdateItemCartRequest.d.ts +0 -38
- package/dist/models/UpdateItemCartRequest.js +0 -53
- package/dist/models/UpdateItemOrderRequest.d.ts +0 -38
- package/dist/models/UpdateItemOrderRequest.js +0 -53
- package/dist/models/UpdateOrderRequest.d.ts +0 -117
- package/dist/models/UpdateOrderRequest.js +0 -101
- package/dist/models/UpdateOrderRequestBillingAddress.d.ts +0 -74
- package/dist/models/UpdateOrderRequestBillingAddress.js +0 -65
- package/docs/AddressType.md +0 -32
- package/docs/AdminNoteResource.md +0 -46
- package/docs/AdminNoteResourceArrayResponse.md +0 -34
- package/docs/AdminOrderResource.md +0 -118
- package/docs/AdminOrderResourceArrayResponse.md +0 -34
- package/docs/AttachAccessoriesProductChildRequest.md +0 -34
- package/docs/AttachAccessoriesProductRangeRequest.md +0 -34
- package/docs/AttachAssetsOverlayTemplateRequest.md +0 -36
- package/docs/AttachAttributeProductTypeRequest.md +0 -36
- package/docs/AttachAttributesProductRangeRequest.md +0 -34
- package/docs/AttachAttributesProductRangeRequestAttributesInner.md +0 -36
- package/docs/AttachCouponCartRequest.md +0 -34
- package/docs/AttachCouponOrderRequest.md +0 -34
- package/docs/AttachDocumentablesDocumentRequest.md +0 -34
- package/docs/AttachDocumentablesDocumentRequestDocumentablesInner.md +0 -38
- package/docs/AttachDocumentsProductChildRequest.md +0 -34
- package/docs/AttachDocumentsProductChildRequestDocumentsInner.md +0 -36
- package/docs/AttachDocumentsProductRangeRequest.md +0 -34
- package/docs/AttachItemCartRequest.md +0 -38
- package/docs/AttachItemOrderRequest.md +0 -38
- package/docs/AttachProductTypeAttributeRequest.md +0 -36
- package/docs/AttachProductsProductCategoryRequest.md +0 -34
- package/docs/AttachStoresSupplierRequest.md +0 -34
- package/docs/AttachSuppliersStoreRequest.md +0 -34
- package/docs/CartCouponResource.md +0 -40
- package/docs/CartCouponResourceArrayResponse.md +0 -34
- package/docs/CartListResource.md +0 -68
- package/docs/CartListResourceArrayResponse.md +0 -34
- package/docs/CartOrderSource.md +0 -32
- package/docs/CartResource.md +0 -100
- package/docs/CartResourceArrayResponse.md +0 -34
- package/docs/CartStatus.md +0 -32
- package/docs/CartsApi.md +0 -821
- package/docs/CustomerListResource.md +0 -46
- package/docs/CustomerListResourceArrayResponse.md +0 -34
- package/docs/CustomerResource.md +0 -46
- package/docs/CustomerResourceArrayResponse.md +0 -34
- package/docs/CustomersApi.md +0 -275
- package/docs/DestroyAttributeValueRequest.md +0 -34
- package/docs/DetachAccessoriesProductRangeRequest.md +0 -34
- package/docs/DetachAssetableOverlayTemplateRequest.md +0 -38
- package/docs/DetachAttributesProductRangeRequest.md +0 -34
- package/docs/DetachCouponCartRequest.md +0 -34
- package/docs/DetachCouponOrderRequest.md +0 -34
- package/docs/DetachDocumentablesDocumentRequest.md +0 -34
- package/docs/DetachDocumentablesDocumentRequestDocumentablesInner.md +0 -36
- package/docs/DetachDocumentsProductChildRequest.md +0 -34
- package/docs/DetachDocumentsProductRangeRequest.md +0 -34
- package/docs/DetachProductsProductCategoryRequest.md +0 -34
- package/docs/DetachStoresSupplierRequest.md +0 -34
- package/docs/DetachSuppliersStoreRequest.md +0 -34
- package/docs/DiscountType.md +0 -32
- package/docs/DiscountValueType.md +0 -32
- package/docs/GetAllAdminNoteRequest.md +0 -52
- package/docs/GetAllAttributeRequest.md +0 -50
- package/docs/GetAllAttributeValueRequest.md +0 -46
- package/docs/GetAllDefinitionRequest.md +0 -44
- package/docs/GetAllDocumentRequest.md +0 -46
- package/docs/GetAllGoogleCategoryRequest.md +0 -48
- package/docs/GetAllMenuItemRequest.md +0 -48
- package/docs/GetAllMenuRequest.md +0 -48
- package/docs/GetAllOrderRequest.md +0 -52
- package/docs/GetAllOverlayTemplateRequest.md +0 -46
- package/docs/GetAllProductCategoryRequest.md +0 -54
- package/docs/GetAllProductChildRequest.md +0 -68
- package/docs/GetAllProductRangeRequest.md +0 -50
- package/docs/GetAllProductRegistrationRequest.md +0 -46
- package/docs/GetAllProductRequest.md +0 -54
- package/docs/GetAllProductTypeRequest.md +0 -44
- package/docs/GetAllStoreRequest.md +0 -48
- package/docs/GetAllSupplierRequest.md +0 -44
- package/docs/GetHierarchyMenuItemRequest.md +0 -34
- package/docs/GetHierarchyProductCategoryRequest.md +0 -34
- package/docs/GetUniqueEndpointsExternalApiLogRequest.md +0 -34
- package/docs/IndexAttributeRequest.md +0 -54
- package/docs/IndexAttributeValueRequest.md +0 -50
- package/docs/IndexCartRequest.md +0 -66
- package/docs/IndexCustomerRequest.md +0 -50
- package/docs/IndexDefinitionRequest.md +0 -48
- package/docs/IndexDocumentRequest.md +0 -50
- package/docs/IndexExternalApiLogRequest.md +0 -70
- package/docs/IndexLabelRequest.md +0 -50
- package/docs/IndexMenuRequest.md +0 -52
- package/docs/IndexModelAttributeRequest.md +0 -54
- package/docs/IndexOrderRequest.md +0 -64
- package/docs/IndexOverlayTemplateRequest.md +0 -50
- package/docs/IndexProductCategoryRequest.md +0 -62
- package/docs/IndexProductChildRequest.md +0 -72
- package/docs/IndexProductRangeRequest.md +0 -54
- package/docs/IndexProductRegistrationRequest.md +0 -58
- package/docs/IndexProductRequest.md +0 -58
- package/docs/IndexProductTypeRequest.md +0 -48
- package/docs/IndexRedirectRequest.md +0 -56
- package/docs/IndexSiteNotificationRequest.md +0 -50
- package/docs/IndexSiteRequest.md +0 -48
- package/docs/IndexStoreRequest.md +0 -52
- package/docs/IndexSupplierRequest.md +0 -48
- package/docs/IndexTagRequest.md +0 -52
- package/docs/IndexTransactionRequest.md +0 -60
- package/docs/LiAddressResource.md +0 -52
- package/docs/LiAddressResourceArrayResponse.md +0 -34
- package/docs/LineItemDiscountResource.md +0 -40
- package/docs/LineItemDiscountResourceArrayResponse.md +0 -34
- package/docs/LineItemListResource.md +0 -50
- package/docs/LineItemListResourceArrayResponse.md +0 -34
- package/docs/ListAssetsProductRegistrationRequest.md +0 -52
- package/docs/OrderListResource.md +0 -64
- package/docs/OrderListResourceArrayResponse.md +0 -34
- package/docs/OrderLiteResource.md +0 -44
- package/docs/OrderLiteResourceArrayResponse.md +0 -34
- package/docs/OrderStatusLiteResource.md +0 -38
- package/docs/OrderStatusLiteResourceArrayResponse.md +0 -34
- package/docs/OrderStatusWithCountResource.md +0 -40
- package/docs/OrderStatusWithCountResourceArrayResponse.md +0 -34
- package/docs/OrdersApi.md +0 -813
- package/docs/PaginatedAdminNoteResourceResponse.md +0 -36
- package/docs/PaginatedCartListResourceResponse.md +0 -36
- package/docs/PaginatedCustomerListResourceResponse.md +0 -36
- package/docs/PaginatedOrderListResourceResponse.md +0 -36
- package/docs/PaginatedTransactionResourceResponse.md +0 -36
- package/docs/PaymentMethod.md +0 -32
- package/docs/PaymentSource.md +0 -32
- package/docs/PaymentStatus.md +0 -32
- package/docs/PreviewAutomationRulesProductCategoryRequest.md +0 -38
- package/docs/ProductChildCartLiteResource.md +0 -52
- package/docs/ProductChildCartLiteResourceArrayResponse.md +0 -34
- package/docs/RefundTransactionRequest.md +0 -36
- package/docs/SearchLinkablesMenuItemRequest.md +0 -38
- package/docs/ShippingType.md +0 -32
- package/docs/ShowAssetsProductChildRequest.md +0 -34
- package/docs/ShowAttributesProductChildRequest.md +0 -50
- package/docs/StoreAssetFileRequest.md +0 -36
- package/docs/StoreAssetForAssetableRequest.md +0 -48
- package/docs/StoreAttributeRequest.md +0 -42
- package/docs/StoreAttributeValueRequest.md +0 -36
- package/docs/StoreCartRequest.md +0 -70
- package/docs/StoreCartRequestCustomer.md +0 -40
- package/docs/StoreCartRequestItemsInner.md +0 -38
- package/docs/StoreCartRequestShippingAddress.md +0 -48
- package/docs/StoreCustomerRequest.md +0 -42
- package/docs/StoreDefinitionRequest.md +0 -36
- package/docs/StoreDocumentFileRequest.md +0 -36
- package/docs/StoreDocumentRequest.md +0 -38
- package/docs/StoreLabelRequest.md +0 -48
- package/docs/StoreMenuItemRequest.md +0 -52
- package/docs/StoreMenuItemRequestMenuItemLink.md +0 -40
- package/docs/StoreMenuRequest.md +0 -38
- package/docs/StoreOverlayTemplateAssetRequest.md +0 -48
- package/docs/StoreOverlayTemplateRequest.md +0 -36
- package/docs/StoreProductCategoryRequest.md +0 -62
- package/docs/StoreProductCategoryRequestAutomationRulesInner.md +0 -44
- package/docs/StoreProductCategoryRequestDescriptionsInner.md +0 -38
- package/docs/StoreProductCategoryRequestSeoInner.md +0 -38
- package/docs/StoreProductChildRequest.md +0 -72
- package/docs/StoreProductChildRequestAssetsInner.md +0 -44
- package/docs/StoreProductChildRequestAttributeValuesInner.md +0 -38
- package/docs/StoreProductChildRequestSitesInner.md +0 -58
- package/docs/StoreProductRangeRequest.md +0 -40
- package/docs/StoreProductRangeRequestSitesInner.md +0 -54
- package/docs/StoreProductRequest.md +0 -50
- package/docs/StoreProductRequestCategoriesInner.md +0 -36
- package/docs/StoreProductTypeRequest.md +0 -34
- package/docs/StoreSiteNotificationRequest.md +0 -44
- package/docs/StoreStoreRequest.md +0 -56
- package/docs/StoreStoreRequestAddress.md +0 -48
- package/docs/StoreStoreRequestSpecialDatesInner.md +0 -44
- package/docs/StoreStoreSpecialDateRequest.md +0 -44
- package/docs/StoreSupplierRequest.md +0 -48
- package/docs/StoreTagRequest.md +0 -48
- package/docs/StoreTransactionRequest.md +0 -46
- package/docs/StoreTransactionResource.md +0 -36
- package/docs/StoreTransactionResourceArrayResponse.md +0 -34
- package/docs/TransactionLiteResource.md +0 -52
- package/docs/TransactionLiteResourceArrayResponse.md +0 -34
- package/docs/TransactionResource.md +0 -66
- package/docs/TransactionResourceArrayResponse.md +0 -34
- package/docs/TransactionType.md +0 -32
- package/docs/TransactionsApi.md +0 -209
- package/docs/UpdateCartRequest.md +0 -62
- package/docs/UpdateCustomerRequest.md +0 -42
- package/docs/UpdateFilterOrderAttributeRequest.md +0 -34
- package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +0 -36
- package/docs/UpdateItemCartRequest.md +0 -36
- package/docs/UpdateItemOrderRequest.md +0 -36
- package/docs/UpdateOrderRequest.md +0 -54
- package/docs/UpdateOrderRequestBillingAddress.md +0 -48
- package/src/apis/CartsApi.ts +0 -693
- package/src/apis/CustomersApi.ts +0 -237
- package/src/apis/OrdersApi.ts +0 -686
- package/src/apis/TransactionsApi.ts +0 -193
- package/src/models/AddressType.ts +0 -53
- package/src/models/AdminNoteResource.ts +0 -118
- package/src/models/AdminNoteResourceArrayResponse.ts +0 -73
- package/src/models/AdminOrderResource.ts +0 -450
- package/src/models/AdminOrderResourceArrayResponse.ts +0 -73
- package/src/models/AttachAccessoriesProductChildRequest.ts +0 -66
- package/src/models/AttachAccessoriesProductRangeRequest.ts +0 -66
- package/src/models/AttachAssetsOverlayTemplateRequest.ts +0 -74
- package/src/models/AttachAttributeProductTypeRequest.ts +0 -88
- package/src/models/AttachAttributesProductRangeRequest.ts +0 -74
- package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +0 -74
- package/src/models/AttachCouponCartRequest.ts +0 -66
- package/src/models/AttachCouponOrderRequest.ts +0 -66
- package/src/models/AttachDocumentablesDocumentRequest.ts +0 -74
- package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +0 -95
- package/src/models/AttachDocumentsProductChildRequest.ts +0 -74
- package/src/models/AttachDocumentsProductChildRequestDocumentsInner.ts +0 -74
- package/src/models/AttachDocumentsProductRangeRequest.ts +0 -74
- package/src/models/AttachItemCartRequest.ts +0 -83
- package/src/models/AttachItemOrderRequest.ts +0 -83
- package/src/models/AttachProductTypeAttributeRequest.ts +0 -88
- package/src/models/AttachProductsProductCategoryRequest.ts +0 -66
- package/src/models/AttachStoresSupplierRequest.ts +0 -66
- package/src/models/AttachSuppliersStoreRequest.ts +0 -66
- package/src/models/CartCouponResource.ts +0 -93
- package/src/models/CartCouponResourceArrayResponse.ts +0 -73
- package/src/models/CartListResource.ts +0 -234
- package/src/models/CartListResourceArrayResponse.ts +0 -73
- package/src/models/CartOrderSource.ts +0 -57
- package/src/models/CartResource.ts +0 -390
- package/src/models/CartResourceArrayResponse.ts +0 -73
- package/src/models/CartStatus.ts +0 -54
- package/src/models/CustomerListResource.ts +0 -134
- package/src/models/CustomerListResourceArrayResponse.ts +0 -73
- package/src/models/CustomerResource.ts +0 -134
- package/src/models/CustomerResourceArrayResponse.ts +0 -73
- package/src/models/DestroyAttributeValueRequest.ts +0 -65
- package/src/models/DetachAccessoriesProductRangeRequest.ts +0 -66
- package/src/models/DetachAssetableOverlayTemplateRequest.ts +0 -93
- package/src/models/DetachAttributesProductRangeRequest.ts +0 -66
- package/src/models/DetachCouponCartRequest.ts +0 -66
- package/src/models/DetachCouponOrderRequest.ts +0 -66
- package/src/models/DetachDocumentablesDocumentRequest.ts +0 -74
- package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +0 -87
- package/src/models/DetachDocumentsProductChildRequest.ts +0 -66
- package/src/models/DetachDocumentsProductRangeRequest.ts +0 -66
- package/src/models/DetachProductsProductCategoryRequest.ts +0 -66
- package/src/models/DetachStoresSupplierRequest.ts +0 -66
- package/src/models/DetachSuppliersStoreRequest.ts +0 -66
- package/src/models/DiscountType.ts +0 -54
- package/src/models/DiscountValueType.ts +0 -53
- package/src/models/GetAllAdminNoteRequest.ts +0 -157
- package/src/models/GetAllAttributeRequest.ts +0 -162
- package/src/models/GetAllAttributeValueRequest.ts +0 -143
- package/src/models/GetAllDefinitionRequest.ts +0 -127
- package/src/models/GetAllDocumentRequest.ts +0 -145
- package/src/models/GetAllGoogleCategoryRequest.ts +0 -143
- package/src/models/GetAllMenuItemRequest.ts +0 -144
- package/src/models/GetAllMenuRequest.ts +0 -144
- package/src/models/GetAllOrderRequest.ts +0 -160
- package/src/models/GetAllOverlayTemplateRequest.ts +0 -143
- package/src/models/GetAllProductCategoryRequest.ts +0 -179
- package/src/models/GetAllProductChildRequest.ts +0 -243
- package/src/models/GetAllProductRangeRequest.ts +0 -151
- package/src/models/GetAllProductRegistrationRequest.ts +0 -137
- package/src/models/GetAllProductRequest.ts +0 -177
- package/src/models/GetAllProductTypeRequest.ts +0 -136
- package/src/models/GetAllStoreRequest.ts +0 -144
- package/src/models/GetAllSupplierRequest.ts +0 -137
- package/src/models/GetHierarchyMenuItemRequest.ts +0 -66
- package/src/models/GetHierarchyProductCategoryRequest.ts +0 -66
- package/src/models/GetUniqueEndpointsExternalApiLogRequest.ts +0 -76
- package/src/models/IndexAttributeRequest.ts +0 -178
- package/src/models/IndexAttributeValueRequest.ts +0 -159
- package/src/models/IndexCartRequest.ts +0 -224
- package/src/models/IndexCustomerRequest.ts +0 -152
- package/src/models/IndexDefinitionRequest.ts +0 -143
- package/src/models/IndexDocumentRequest.ts +0 -161
- package/src/models/IndexExternalApiLogRequest.ts +0 -234
- package/src/models/IndexLabelRequest.ts +0 -163
- package/src/models/IndexMenuRequest.ts +0 -160
- package/src/models/IndexModelAttributeRequest.ts +0 -176
- package/src/models/IndexOrderRequest.ts +0 -208
- package/src/models/IndexOverlayTemplateRequest.ts +0 -159
- package/src/models/IndexProductCategoryRequest.ts +0 -214
- package/src/models/IndexProductChildRequest.ts +0 -269
- package/src/models/IndexProductRangeRequest.ts +0 -167
- package/src/models/IndexProductRegistrationRequest.ts +0 -193
- package/src/models/IndexProductRequest.ts +0 -192
- package/src/models/IndexProductTypeRequest.ts +0 -151
- package/src/models/IndexRedirectRequest.ts +0 -184
- package/src/models/IndexSiteNotificationRequest.ts +0 -152
- package/src/models/IndexSiteRequest.ts +0 -144
- package/src/models/IndexStoreRequest.ts +0 -160
- package/src/models/IndexSupplierRequest.ts +0 -153
- package/src/models/IndexTagRequest.ts +0 -168
- package/src/models/IndexTransactionRequest.ts +0 -190
- package/src/models/LiAddressResource.ts +0 -145
- package/src/models/LiAddressResourceArrayResponse.ts +0 -73
- package/src/models/LineItemDiscountResource.ts +0 -93
- package/src/models/LineItemDiscountResourceArrayResponse.ts +0 -73
- package/src/models/LineItemListResource.ts +0 -152
- package/src/models/LineItemListResourceArrayResponse.ts +0 -73
- package/src/models/ListAssetsProductRegistrationRequest.ts +0 -158
- package/src/models/OrderListResource.ts +0 -232
- package/src/models/OrderListResourceArrayResponse.ts +0 -73
- package/src/models/OrderLiteResource.ts +0 -109
- package/src/models/OrderLiteResourceArrayResponse.ts +0 -73
- package/src/models/OrderStatusLiteResource.ts +0 -84
- package/src/models/OrderStatusLiteResourceArrayResponse.ts +0 -73
- package/src/models/OrderStatusWithCountResource.ts +0 -93
- package/src/models/OrderStatusWithCountResourceArrayResponse.ts +0 -73
- package/src/models/PaginatedAdminNoteResourceResponse.ts +0 -90
- package/src/models/PaginatedCartListResourceResponse.ts +0 -90
- package/src/models/PaginatedCustomerListResourceResponse.ts +0 -90
- package/src/models/PaginatedOrderListResourceResponse.ts +0 -90
- package/src/models/PaginatedTransactionResourceResponse.ts +0 -90
- package/src/models/PaymentMethod.ts +0 -58
- package/src/models/PaymentSource.ts +0 -54
- package/src/models/PaymentStatus.ts +0 -53
- package/src/models/PreviewAutomationRulesProductCategoryRequest.ts +0 -103
- package/src/models/ProductChildCartLiteResource.ts +0 -162
- package/src/models/ProductChildCartLiteResourceArrayResponse.ts +0 -73
- package/src/models/RefundTransactionRequest.ts +0 -74
- package/src/models/SearchLinkablesMenuItemRequest.ts +0 -95
- package/src/models/ShippingType.ts +0 -56
- package/src/models/ShowAssetsProductChildRequest.ts +0 -65
- package/src/models/ShowAttributesProductChildRequest.ts +0 -152
- package/src/models/StoreAssetFileRequest.ts +0 -75
- package/src/models/StoreAssetForAssetableRequest.ts +0 -142
- package/src/models/StoreAttributeRequest.ts +0 -113
- package/src/models/StoreAttributeValueRequest.ts +0 -75
- package/src/models/StoreCartRequest.ts +0 -260
- package/src/models/StoreCartRequestCustomer.ts +0 -89
- package/src/models/StoreCartRequestItemsInner.ts +0 -83
- package/src/models/StoreCartRequestShippingAddress.ts +0 -121
- package/src/models/StoreCustomerRequest.ts +0 -101
- package/src/models/StoreDefinitionRequest.ts +0 -75
- package/src/models/StoreDocumentFileRequest.ts +0 -75
- package/src/models/StoreDocumentRequest.ts +0 -83
- package/src/models/StoreLabelRequest.ts +0 -125
- package/src/models/StoreMenuItemRequest.ts +0 -161
- package/src/models/StoreMenuItemRequestMenuItemLink.ts +0 -102
- package/src/models/StoreMenuRequest.ts +0 -97
- package/src/models/StoreOverlayTemplateAssetRequest.ts +0 -141
- package/src/models/StoreOverlayTemplateRequest.ts +0 -75
- package/src/models/StoreProductCategoryRequest.ts +0 -214
- package/src/models/StoreProductCategoryRequestAutomationRulesInner.ts +0 -137
- package/src/models/StoreProductCategoryRequestDescriptionsInner.ts +0 -82
- package/src/models/StoreProductCategoryRequestSeoInner.ts +0 -82
- package/src/models/StoreProductChildRequest.ts +0 -249
- package/src/models/StoreProductChildRequestAssetsInner.ts +0 -110
- package/src/models/StoreProductChildRequestAttributeValuesInner.ts +0 -82
- package/src/models/StoreProductChildRequestSitesInner.ts +0 -169
- package/src/models/StoreProductRangeRequest.ts +0 -105
- package/src/models/StoreProductRangeRequestSitesInner.ts +0 -148
- package/src/models/StoreProductRequest.ts +0 -143
- package/src/models/StoreProductRequestCategoriesInner.ts +0 -75
- package/src/models/StoreProductTypeRequest.ts +0 -66
- package/src/models/StoreSiteNotificationRequest.ts +0 -111
- package/src/models/StoreStoreRequest.ts +0 -174
- package/src/models/StoreStoreRequestAddress.ts +0 -127
- package/src/models/StoreStoreRequestSpecialDatesInner.ts +0 -106
- package/src/models/StoreStoreSpecialDateRequest.ts +0 -106
- package/src/models/StoreSupplierRequest.ts +0 -143
- package/src/models/StoreTagRequest.ts +0 -136
- package/src/models/StoreTransactionRequest.ts +0 -131
- package/src/models/StoreTransactionResource.ts +0 -83
- package/src/models/StoreTransactionResourceArrayResponse.ts +0 -73
- package/src/models/TransactionLiteResource.ts +0 -146
- package/src/models/TransactionLiteResourceArrayResponse.ts +0 -73
- package/src/models/TransactionResource.ts +0 -203
- package/src/models/TransactionResourceArrayResponse.ts +0 -73
- package/src/models/TransactionType.ts +0 -53
- package/src/models/UpdateCartRequest.ts +0 -219
- package/src/models/UpdateCustomerRequest.ts +0 -100
- package/src/models/UpdateFilterOrderAttributeRequest.ts +0 -74
- package/src/models/UpdateFilterOrderAttributeRequestValuesInner.ts +0 -75
- package/src/models/UpdateItemCartRequest.ts +0 -74
- package/src/models/UpdateItemOrderRequest.ts +0 -74
- package/src/models/UpdateOrderRequest.ts +0 -191
- package/src/models/UpdateOrderRequestBillingAddress.ts +0 -122
package/docs/TransactionsApi.md
DELETED
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
# TransactionsApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *http://localhost/api*
|
|
4
|
-
|
|
5
|
-
| Method | HTTP request | Description |
|
|
6
|
-
|------------- | ------------- | -------------|
|
|
7
|
-
| [**indexTransaction**](TransactionsApi.md#indextransactionoperation) | **POST** /admin-api/transactions/list | Auto-generated: indexTransaction |
|
|
8
|
-
| [**refundTransaction**](TransactionsApi.md#refundtransactionoperation) | **POST** /admin-api/transactions/{transaction}/refund | Auto-generated: refundTransaction |
|
|
9
|
-
| [**storeTransaction**](TransactionsApi.md#storetransactionoperation) | **POST** /admin-api/transactions/create | Auto-generated: storeTransaction |
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
## indexTransaction
|
|
14
|
-
|
|
15
|
-
> PaginatedTransactionResourceResponse indexTransaction(indexTransactionRequest)
|
|
16
|
-
|
|
17
|
-
Auto-generated: indexTransaction
|
|
18
|
-
|
|
19
|
-
### Example
|
|
20
|
-
|
|
21
|
-
```ts
|
|
22
|
-
import {
|
|
23
|
-
Configuration,
|
|
24
|
-
TransactionsApi,
|
|
25
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
26
|
-
import type { IndexTransactionOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
27
|
-
|
|
28
|
-
async function example() {
|
|
29
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
30
|
-
const api = new TransactionsApi();
|
|
31
|
-
|
|
32
|
-
const body = {
|
|
33
|
-
// IndexTransactionRequest (optional)
|
|
34
|
-
indexTransactionRequest: ...,
|
|
35
|
-
} satisfies IndexTransactionOperationRequest;
|
|
36
|
-
|
|
37
|
-
try {
|
|
38
|
-
const data = await api.indexTransaction(body);
|
|
39
|
-
console.log(data);
|
|
40
|
-
} catch (error) {
|
|
41
|
-
console.error(error);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// Run the test
|
|
46
|
-
example().catch(console.error);
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
### Parameters
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
| Name | Type | Description | Notes |
|
|
53
|
-
|------------- | ------------- | ------------- | -------------|
|
|
54
|
-
| **indexTransactionRequest** | [IndexTransactionRequest](IndexTransactionRequest.md) | | [Optional] |
|
|
55
|
-
|
|
56
|
-
### Return type
|
|
57
|
-
|
|
58
|
-
[**PaginatedTransactionResourceResponse**](PaginatedTransactionResourceResponse.md)
|
|
59
|
-
|
|
60
|
-
### Authorization
|
|
61
|
-
|
|
62
|
-
No authorization required
|
|
63
|
-
|
|
64
|
-
### HTTP request headers
|
|
65
|
-
|
|
66
|
-
- **Content-Type**: `application/json`
|
|
67
|
-
- **Accept**: `application/json`
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### HTTP response details
|
|
71
|
-
| Status code | Description | Response headers |
|
|
72
|
-
|-------------|-------------|------------------|
|
|
73
|
-
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\TransactionResource[]>> | - |
|
|
74
|
-
|
|
75
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
## refundTransaction
|
|
79
|
-
|
|
80
|
-
> TransactionResource refundTransaction(transaction, refundTransactionRequest)
|
|
81
|
-
|
|
82
|
-
Auto-generated: refundTransaction
|
|
83
|
-
|
|
84
|
-
### Example
|
|
85
|
-
|
|
86
|
-
```ts
|
|
87
|
-
import {
|
|
88
|
-
Configuration,
|
|
89
|
-
TransactionsApi,
|
|
90
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
91
|
-
import type { RefundTransactionOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
92
|
-
|
|
93
|
-
async function example() {
|
|
94
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
95
|
-
const api = new TransactionsApi();
|
|
96
|
-
|
|
97
|
-
const body = {
|
|
98
|
-
// number | The id of the transaction
|
|
99
|
-
transaction: 56,
|
|
100
|
-
// RefundTransactionRequest (optional)
|
|
101
|
-
refundTransactionRequest: ...,
|
|
102
|
-
} satisfies RefundTransactionOperationRequest;
|
|
103
|
-
|
|
104
|
-
try {
|
|
105
|
-
const data = await api.refundTransaction(body);
|
|
106
|
-
console.log(data);
|
|
107
|
-
} catch (error) {
|
|
108
|
-
console.error(error);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// Run the test
|
|
113
|
-
example().catch(console.error);
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
### Parameters
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
| Name | Type | Description | Notes |
|
|
120
|
-
|------------- | ------------- | ------------- | -------------|
|
|
121
|
-
| **transaction** | `number` | The id of the transaction | [Defaults to `undefined`] |
|
|
122
|
-
| **refundTransactionRequest** | [RefundTransactionRequest](RefundTransactionRequest.md) | | [Optional] |
|
|
123
|
-
|
|
124
|
-
### Return type
|
|
125
|
-
|
|
126
|
-
[**TransactionResource**](TransactionResource.md)
|
|
127
|
-
|
|
128
|
-
### Authorization
|
|
129
|
-
|
|
130
|
-
No authorization required
|
|
131
|
-
|
|
132
|
-
### HTTP request headers
|
|
133
|
-
|
|
134
|
-
- **Content-Type**: `application/json`
|
|
135
|
-
- **Accept**: `application/json`
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### HTTP response details
|
|
139
|
-
| Status code | Description | Response headers |
|
|
140
|
-
|-------------|-------------|------------------|
|
|
141
|
-
| **200** | Successful resource response | - |
|
|
142
|
-
|
|
143
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## storeTransaction
|
|
147
|
-
|
|
148
|
-
> StoreTransactionResource storeTransaction(storeTransactionRequest)
|
|
149
|
-
|
|
150
|
-
Auto-generated: storeTransaction
|
|
151
|
-
|
|
152
|
-
### Example
|
|
153
|
-
|
|
154
|
-
```ts
|
|
155
|
-
import {
|
|
156
|
-
Configuration,
|
|
157
|
-
TransactionsApi,
|
|
158
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
159
|
-
import type { StoreTransactionOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
160
|
-
|
|
161
|
-
async function example() {
|
|
162
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
163
|
-
const api = new TransactionsApi();
|
|
164
|
-
|
|
165
|
-
const body = {
|
|
166
|
-
// StoreTransactionRequest (optional)
|
|
167
|
-
storeTransactionRequest: ...,
|
|
168
|
-
} satisfies StoreTransactionOperationRequest;
|
|
169
|
-
|
|
170
|
-
try {
|
|
171
|
-
const data = await api.storeTransaction(body);
|
|
172
|
-
console.log(data);
|
|
173
|
-
} catch (error) {
|
|
174
|
-
console.error(error);
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
// Run the test
|
|
179
|
-
example().catch(console.error);
|
|
180
|
-
```
|
|
181
|
-
|
|
182
|
-
### Parameters
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
| Name | Type | Description | Notes |
|
|
186
|
-
|------------- | ------------- | ------------- | -------------|
|
|
187
|
-
| **storeTransactionRequest** | [StoreTransactionRequest](StoreTransactionRequest.md) | | [Optional] |
|
|
188
|
-
|
|
189
|
-
### Return type
|
|
190
|
-
|
|
191
|
-
[**StoreTransactionResource**](StoreTransactionResource.md)
|
|
192
|
-
|
|
193
|
-
### Authorization
|
|
194
|
-
|
|
195
|
-
No authorization required
|
|
196
|
-
|
|
197
|
-
### HTTP request headers
|
|
198
|
-
|
|
199
|
-
- **Content-Type**: `application/json`
|
|
200
|
-
- **Accept**: `application/json`
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### HTTP response details
|
|
204
|
-
| Status code | Description | Response headers |
|
|
205
|
-
|-------------|-------------|------------------|
|
|
206
|
-
| **200** | Successful resource response | - |
|
|
207
|
-
|
|
208
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
209
|
-
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateCartRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`customerId` | number
|
|
10
|
-
`source` | string
|
|
11
|
-
`guestEmail` | string
|
|
12
|
-
`customer` | [StoreCartRequestCustomer](StoreCartRequestCustomer.md)
|
|
13
|
-
`shippingType` | string
|
|
14
|
-
`shippingSubtotal` | number
|
|
15
|
-
`overrideShipping` | boolean
|
|
16
|
-
`insuranceAmount` | number
|
|
17
|
-
`includeInsurance` | boolean
|
|
18
|
-
`overrideInsurance` | boolean
|
|
19
|
-
`useAsBillingAddress` | boolean
|
|
20
|
-
`shippingAddressId` | number
|
|
21
|
-
`billingAddressId` | number
|
|
22
|
-
`shippingAddress` | [StoreCartRequestShippingAddress](StoreCartRequestShippingAddress.md)
|
|
23
|
-
`billingAddress` | [StoreCartRequestShippingAddress](StoreCartRequestShippingAddress.md)
|
|
24
|
-
|
|
25
|
-
## Example
|
|
26
|
-
|
|
27
|
-
```typescript
|
|
28
|
-
import type { UpdateCartRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
29
|
-
|
|
30
|
-
// TODO: Update the object below with actual values
|
|
31
|
-
const example = {
|
|
32
|
-
"customerId": null,
|
|
33
|
-
"source": null,
|
|
34
|
-
"guestEmail": null,
|
|
35
|
-
"customer": null,
|
|
36
|
-
"shippingType": null,
|
|
37
|
-
"shippingSubtotal": null,
|
|
38
|
-
"overrideShipping": null,
|
|
39
|
-
"insuranceAmount": null,
|
|
40
|
-
"includeInsurance": null,
|
|
41
|
-
"overrideInsurance": null,
|
|
42
|
-
"useAsBillingAddress": null,
|
|
43
|
-
"shippingAddressId": null,
|
|
44
|
-
"billingAddressId": null,
|
|
45
|
-
"shippingAddress": null,
|
|
46
|
-
"billingAddress": null,
|
|
47
|
-
} satisfies UpdateCartRequest
|
|
48
|
-
|
|
49
|
-
console.log(example)
|
|
50
|
-
|
|
51
|
-
// Convert the instance to a JSON string
|
|
52
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
53
|
-
console.log(exampleJSON)
|
|
54
|
-
|
|
55
|
-
// Parse the JSON string back to an object
|
|
56
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateCartRequest
|
|
57
|
-
console.log(exampleParsed)
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
61
|
-
|
|
62
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateCustomerRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`siteId` | number
|
|
10
|
-
`firstName` | string
|
|
11
|
-
`lastName` | string
|
|
12
|
-
`email` | string
|
|
13
|
-
`phone` | string
|
|
14
|
-
|
|
15
|
-
## Example
|
|
16
|
-
|
|
17
|
-
```typescript
|
|
18
|
-
import type { UpdateCustomerRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
19
|
-
|
|
20
|
-
// TODO: Update the object below with actual values
|
|
21
|
-
const example = {
|
|
22
|
-
"siteId": null,
|
|
23
|
-
"firstName": null,
|
|
24
|
-
"lastName": null,
|
|
25
|
-
"email": null,
|
|
26
|
-
"phone": null,
|
|
27
|
-
} satisfies UpdateCustomerRequest
|
|
28
|
-
|
|
29
|
-
console.log(example)
|
|
30
|
-
|
|
31
|
-
// Convert the instance to a JSON string
|
|
32
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
33
|
-
console.log(exampleJSON)
|
|
34
|
-
|
|
35
|
-
// Parse the JSON string back to an object
|
|
36
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateCustomerRequest
|
|
37
|
-
console.log(exampleParsed)
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
41
|
-
|
|
42
|
-
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateFilterOrderAttributeRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`values` | [Array<UpdateFilterOrderAttributeRequestValuesInner>](UpdateFilterOrderAttributeRequestValuesInner.md)
|
|
10
|
-
|
|
11
|
-
## Example
|
|
12
|
-
|
|
13
|
-
```typescript
|
|
14
|
-
import type { UpdateFilterOrderAttributeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
-
|
|
16
|
-
// TODO: Update the object below with actual values
|
|
17
|
-
const example = {
|
|
18
|
-
"values": null,
|
|
19
|
-
} satisfies UpdateFilterOrderAttributeRequest
|
|
20
|
-
|
|
21
|
-
console.log(example)
|
|
22
|
-
|
|
23
|
-
// Convert the instance to a JSON string
|
|
24
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
-
console.log(exampleJSON)
|
|
26
|
-
|
|
27
|
-
// Parse the JSON string back to an object
|
|
28
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateFilterOrderAttributeRequest
|
|
29
|
-
console.log(exampleParsed)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
-
|
|
34
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateFilterOrderAttributeRequestValuesInner
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`attributeId` | number
|
|
10
|
-
`order` | number
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
import type { UpdateFilterOrderAttributeRequestValuesInner } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
-
|
|
17
|
-
// TODO: Update the object below with actual values
|
|
18
|
-
const example = {
|
|
19
|
-
"attributeId": null,
|
|
20
|
-
"order": null,
|
|
21
|
-
} satisfies UpdateFilterOrderAttributeRequestValuesInner
|
|
22
|
-
|
|
23
|
-
console.log(example)
|
|
24
|
-
|
|
25
|
-
// Convert the instance to a JSON string
|
|
26
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
-
console.log(exampleJSON)
|
|
28
|
-
|
|
29
|
-
// Parse the JSON string back to an object
|
|
30
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateFilterOrderAttributeRequestValuesInner
|
|
31
|
-
console.log(exampleParsed)
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
-
|
|
36
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateItemCartRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`quantity` | number
|
|
10
|
-
`productPrice` | number
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
import type { UpdateItemCartRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
-
|
|
17
|
-
// TODO: Update the object below with actual values
|
|
18
|
-
const example = {
|
|
19
|
-
"quantity": null,
|
|
20
|
-
"productPrice": null,
|
|
21
|
-
} satisfies UpdateItemCartRequest
|
|
22
|
-
|
|
23
|
-
console.log(example)
|
|
24
|
-
|
|
25
|
-
// Convert the instance to a JSON string
|
|
26
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
-
console.log(exampleJSON)
|
|
28
|
-
|
|
29
|
-
// Parse the JSON string back to an object
|
|
30
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateItemCartRequest
|
|
31
|
-
console.log(exampleParsed)
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
-
|
|
36
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateItemOrderRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`quantity` | number
|
|
10
|
-
`productPrice` | number
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
import type { UpdateItemOrderRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
-
|
|
17
|
-
// TODO: Update the object below with actual values
|
|
18
|
-
const example = {
|
|
19
|
-
"quantity": null,
|
|
20
|
-
"productPrice": null,
|
|
21
|
-
} satisfies UpdateItemOrderRequest
|
|
22
|
-
|
|
23
|
-
console.log(example)
|
|
24
|
-
|
|
25
|
-
// Convert the instance to a JSON string
|
|
26
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
-
console.log(exampleJSON)
|
|
28
|
-
|
|
29
|
-
// Parse the JSON string back to an object
|
|
30
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateItemOrderRequest
|
|
31
|
-
console.log(exampleParsed)
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
-
|
|
36
|
-
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateOrderRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`netsuiteId` | string
|
|
10
|
-
`statusId` | number
|
|
11
|
-
`source` | string
|
|
12
|
-
`shippingType` | string
|
|
13
|
-
`shippingSubtotal` | number
|
|
14
|
-
`overrideShipping` | boolean
|
|
15
|
-
`insuranceAmount` | number
|
|
16
|
-
`includeInsurance` | boolean
|
|
17
|
-
`overrideInsurance` | boolean
|
|
18
|
-
`shippingAddress` | [StoreCartRequestShippingAddress](StoreCartRequestShippingAddress.md)
|
|
19
|
-
`billingAddress` | [UpdateOrderRequestBillingAddress](UpdateOrderRequestBillingAddress.md)
|
|
20
|
-
|
|
21
|
-
## Example
|
|
22
|
-
|
|
23
|
-
```typescript
|
|
24
|
-
import type { UpdateOrderRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
25
|
-
|
|
26
|
-
// TODO: Update the object below with actual values
|
|
27
|
-
const example = {
|
|
28
|
-
"netsuiteId": null,
|
|
29
|
-
"statusId": null,
|
|
30
|
-
"source": null,
|
|
31
|
-
"shippingType": null,
|
|
32
|
-
"shippingSubtotal": null,
|
|
33
|
-
"overrideShipping": null,
|
|
34
|
-
"insuranceAmount": null,
|
|
35
|
-
"includeInsurance": null,
|
|
36
|
-
"overrideInsurance": null,
|
|
37
|
-
"shippingAddress": null,
|
|
38
|
-
"billingAddress": null,
|
|
39
|
-
} satisfies UpdateOrderRequest
|
|
40
|
-
|
|
41
|
-
console.log(example)
|
|
42
|
-
|
|
43
|
-
// Convert the instance to a JSON string
|
|
44
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
45
|
-
console.log(exampleJSON)
|
|
46
|
-
|
|
47
|
-
// Parse the JSON string back to an object
|
|
48
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateOrderRequest
|
|
49
|
-
console.log(exampleParsed)
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
53
|
-
|
|
54
|
-
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateOrderRequestBillingAddress
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`addresseeName` | string
|
|
10
|
-
`company` | string
|
|
11
|
-
`line1` | string
|
|
12
|
-
`line2` | string
|
|
13
|
-
`suburb` | string
|
|
14
|
-
`state` | string
|
|
15
|
-
`postcode` | string
|
|
16
|
-
`country` | string
|
|
17
|
-
|
|
18
|
-
## Example
|
|
19
|
-
|
|
20
|
-
```typescript
|
|
21
|
-
import type { UpdateOrderRequestBillingAddress } from '@digital8/lighting-illusions-ts-sdk'
|
|
22
|
-
|
|
23
|
-
// TODO: Update the object below with actual values
|
|
24
|
-
const example = {
|
|
25
|
-
"addresseeName": null,
|
|
26
|
-
"company": null,
|
|
27
|
-
"line1": null,
|
|
28
|
-
"line2": null,
|
|
29
|
-
"suburb": null,
|
|
30
|
-
"state": null,
|
|
31
|
-
"postcode": null,
|
|
32
|
-
"country": null,
|
|
33
|
-
} satisfies UpdateOrderRequestBillingAddress
|
|
34
|
-
|
|
35
|
-
console.log(example)
|
|
36
|
-
|
|
37
|
-
// Convert the instance to a JSON string
|
|
38
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
39
|
-
console.log(exampleJSON)
|
|
40
|
-
|
|
41
|
-
// Parse the JSON string back to an object
|
|
42
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateOrderRequestBillingAddress
|
|
43
|
-
console.log(exampleParsed)
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
47
|
-
|
|
48
|
-
|