@digital8/lighting-illusions-ts-sdk 0.0.1983 → 0.0.1985
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 +1 -1
- package/dist/models/AddressFrontendResource.js +3 -1
- package/dist/models/AddressResource.d.ts +2 -14
- package/dist/models/AddressResource.js +6 -6
- 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 +3 -1
- 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 +3 -1
- package/dist/models/StoreListResource.d.ts +12 -0
- package/dist/models/StoreListResource.js +12 -4
- package/dist/models/StoreResource.d.ts +13 -1
- package/dist/models/StoreResource.js +17 -7
- package/dist/models/StoreSpecialDateRequest.d.ts +62 -0
- package/dist/models/StoreSpecialDateRequest.js +61 -0
- package/dist/models/StoreSpecialDateResource.js +4 -4
- 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/StoreSpecialDateRequest.md +44 -0
- 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 +3 -2
- package/src/models/AddressResource.ts +6 -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 +3 -2
- 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 +3 -2
- package/src/models/StoreListResource.ts +22 -4
- package/src/models/StoreResource.ts +27 -8
- package/src/models/StoreSpecialDateRequest.ts +106 -0
- package/src/models/StoreSpecialDateResource.ts +4 -4
- 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/src/apis/SiteApi.ts
CHANGED
|
@@ -13,21 +13,16 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import * as runtime from '../runtime';
|
|
16
|
+
import {
|
|
17
|
+
type CreateSiteNotificationRequest,
|
|
18
|
+
CreateSiteNotificationRequestFromJSON,
|
|
19
|
+
CreateSiteNotificationRequestToJSON,
|
|
20
|
+
} from '../models/CreateSiteNotificationRequest';
|
|
16
21
|
import {
|
|
17
22
|
type GenericResponse,
|
|
18
23
|
GenericResponseFromJSON,
|
|
19
24
|
GenericResponseToJSON,
|
|
20
25
|
} from '../models/GenericResponse';
|
|
21
|
-
import {
|
|
22
|
-
type IndexSiteNotificationRequest,
|
|
23
|
-
IndexSiteNotificationRequestFromJSON,
|
|
24
|
-
IndexSiteNotificationRequestToJSON,
|
|
25
|
-
} from '../models/IndexSiteNotificationRequest';
|
|
26
|
-
import {
|
|
27
|
-
type IndexSiteRequest,
|
|
28
|
-
IndexSiteRequestFromJSON,
|
|
29
|
-
IndexSiteRequestToJSON,
|
|
30
|
-
} from '../models/IndexSiteRequest';
|
|
31
26
|
import {
|
|
32
27
|
type PaginatedSiteListResourceResponse,
|
|
33
28
|
PaginatedSiteListResourceResponseFromJSON,
|
|
@@ -38,6 +33,16 @@ import {
|
|
|
38
33
|
PaginatedSiteNotificationListResourceResponseFromJSON,
|
|
39
34
|
PaginatedSiteNotificationListResourceResponseToJSON,
|
|
40
35
|
} from '../models/PaginatedSiteNotificationListResourceResponse';
|
|
36
|
+
import {
|
|
37
|
+
type SearchSiteNotificationsRequest,
|
|
38
|
+
SearchSiteNotificationsRequestFromJSON,
|
|
39
|
+
SearchSiteNotificationsRequestToJSON,
|
|
40
|
+
} from '../models/SearchSiteNotificationsRequest';
|
|
41
|
+
import {
|
|
42
|
+
type SearchSitesRequest,
|
|
43
|
+
SearchSitesRequestFromJSON,
|
|
44
|
+
SearchSitesRequestToJSON,
|
|
45
|
+
} from '../models/SearchSitesRequest';
|
|
41
46
|
import {
|
|
42
47
|
type SiteLiteResourceArrayResponse,
|
|
43
48
|
SiteLiteResourceArrayResponseFromJSON,
|
|
@@ -48,21 +53,11 @@ import {
|
|
|
48
53
|
SiteNotificationResourceFromJSON,
|
|
49
54
|
SiteNotificationResourceToJSON,
|
|
50
55
|
} from '../models/SiteNotificationResource';
|
|
51
|
-
import {
|
|
52
|
-
type SitePaymentConfigResource,
|
|
53
|
-
SitePaymentConfigResourceFromJSON,
|
|
54
|
-
SitePaymentConfigResourceToJSON,
|
|
55
|
-
} from '../models/SitePaymentConfigResource';
|
|
56
56
|
import {
|
|
57
57
|
type SiteResource,
|
|
58
58
|
SiteResourceFromJSON,
|
|
59
59
|
SiteResourceToJSON,
|
|
60
60
|
} from '../models/SiteResource';
|
|
61
|
-
import {
|
|
62
|
-
type StoreSiteNotificationRequest,
|
|
63
|
-
StoreSiteNotificationRequestFromJSON,
|
|
64
|
-
StoreSiteNotificationRequestToJSON,
|
|
65
|
-
} from '../models/StoreSiteNotificationRequest';
|
|
66
61
|
import {
|
|
67
62
|
type UpdateSiteNotificationRequest,
|
|
68
63
|
UpdateSiteNotificationRequestFromJSON,
|
|
@@ -79,27 +74,23 @@ export interface DestroySiteNotificationRequest {
|
|
|
79
74
|
}
|
|
80
75
|
|
|
81
76
|
export interface GetAllSiteRequest {
|
|
82
|
-
|
|
77
|
+
searchSitesRequest?: SearchSitesRequest;
|
|
83
78
|
}
|
|
84
79
|
|
|
85
|
-
export interface
|
|
86
|
-
|
|
80
|
+
export interface IndexSiteRequest {
|
|
81
|
+
searchSitesRequest?: SearchSitesRequest;
|
|
87
82
|
}
|
|
88
83
|
|
|
89
|
-
export interface
|
|
90
|
-
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
export interface IndexSiteNotificationOperationRequest {
|
|
94
|
-
indexSiteNotificationRequest?: IndexSiteNotificationRequest;
|
|
84
|
+
export interface IndexSiteNotificationRequest {
|
|
85
|
+
searchSiteNotificationsRequest?: SearchSiteNotificationsRequest;
|
|
95
86
|
}
|
|
96
87
|
|
|
97
88
|
export interface ShowSiteRequest {
|
|
98
89
|
site: number;
|
|
99
90
|
}
|
|
100
91
|
|
|
101
|
-
export interface
|
|
102
|
-
|
|
92
|
+
export interface StoreSiteNotificationRequest {
|
|
93
|
+
createSiteNotificationRequest?: CreateSiteNotificationRequest;
|
|
103
94
|
}
|
|
104
95
|
|
|
105
96
|
export interface UpdateSiteOperationRequest {
|
|
@@ -180,7 +171,7 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
180
171
|
method: 'POST',
|
|
181
172
|
headers: headerParameters,
|
|
182
173
|
query: queryParameters,
|
|
183
|
-
body:
|
|
174
|
+
body: SearchSitesRequestToJSON(requestParameters['searchSitesRequest']),
|
|
184
175
|
};
|
|
185
176
|
}
|
|
186
177
|
|
|
@@ -202,55 +193,10 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
202
193
|
return await response.value();
|
|
203
194
|
}
|
|
204
195
|
|
|
205
|
-
/**
|
|
206
|
-
* Creates request options for getPaymentConfigSite without sending the request
|
|
207
|
-
*/
|
|
208
|
-
async getPaymentConfigSiteRequestOpts(requestParameters: GetPaymentConfigSiteRequest): Promise<runtime.RequestOpts> {
|
|
209
|
-
if (requestParameters['site'] == null) {
|
|
210
|
-
throw new runtime.RequiredError(
|
|
211
|
-
'site',
|
|
212
|
-
'Required parameter "site" was null or undefined when calling getPaymentConfigSite().'
|
|
213
|
-
);
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
const queryParameters: any = {};
|
|
217
|
-
|
|
218
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
let urlPath = `/admin-api/site/{site}/payment-config`;
|
|
222
|
-
urlPath = urlPath.replace('{site}', encodeURIComponent(String(requestParameters['site'])));
|
|
223
|
-
|
|
224
|
-
return {
|
|
225
|
-
path: urlPath,
|
|
226
|
-
method: 'GET',
|
|
227
|
-
headers: headerParameters,
|
|
228
|
-
query: queryParameters,
|
|
229
|
-
};
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* Auto-generated: getPaymentConfigSite
|
|
234
|
-
*/
|
|
235
|
-
async getPaymentConfigSiteRaw(requestParameters: GetPaymentConfigSiteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SitePaymentConfigResource>> {
|
|
236
|
-
const requestOptions = await this.getPaymentConfigSiteRequestOpts(requestParameters);
|
|
237
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
238
|
-
|
|
239
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => SitePaymentConfigResourceFromJSON(jsonValue));
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
/**
|
|
243
|
-
* Auto-generated: getPaymentConfigSite
|
|
244
|
-
*/
|
|
245
|
-
async getPaymentConfigSite(requestParameters: GetPaymentConfigSiteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SitePaymentConfigResource> {
|
|
246
|
-
const response = await this.getPaymentConfigSiteRaw(requestParameters, initOverrides);
|
|
247
|
-
return await response.value();
|
|
248
|
-
}
|
|
249
|
-
|
|
250
196
|
/**
|
|
251
197
|
* Creates request options for indexSite without sending the request
|
|
252
198
|
*/
|
|
253
|
-
async indexSiteRequestOpts(requestParameters:
|
|
199
|
+
async indexSiteRequestOpts(requestParameters: IndexSiteRequest): Promise<runtime.RequestOpts> {
|
|
254
200
|
const queryParameters: any = {};
|
|
255
201
|
|
|
256
202
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -265,14 +211,14 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
265
211
|
method: 'POST',
|
|
266
212
|
headers: headerParameters,
|
|
267
213
|
query: queryParameters,
|
|
268
|
-
body:
|
|
214
|
+
body: SearchSitesRequestToJSON(requestParameters['searchSitesRequest']),
|
|
269
215
|
};
|
|
270
216
|
}
|
|
271
217
|
|
|
272
218
|
/**
|
|
273
219
|
* Auto-generated: indexSite
|
|
274
220
|
*/
|
|
275
|
-
async indexSiteRaw(requestParameters:
|
|
221
|
+
async indexSiteRaw(requestParameters: IndexSiteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedSiteListResourceResponse>> {
|
|
276
222
|
const requestOptions = await this.indexSiteRequestOpts(requestParameters);
|
|
277
223
|
const response = await this.request(requestOptions, initOverrides);
|
|
278
224
|
|
|
@@ -282,7 +228,7 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
282
228
|
/**
|
|
283
229
|
* Auto-generated: indexSite
|
|
284
230
|
*/
|
|
285
|
-
async indexSite(requestParameters:
|
|
231
|
+
async indexSite(requestParameters: IndexSiteRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedSiteListResourceResponse> {
|
|
286
232
|
const response = await this.indexSiteRaw(requestParameters, initOverrides);
|
|
287
233
|
return await response.value();
|
|
288
234
|
}
|
|
@@ -290,7 +236,7 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
290
236
|
/**
|
|
291
237
|
* Creates request options for indexSiteNotification without sending the request
|
|
292
238
|
*/
|
|
293
|
-
async indexSiteNotificationRequestOpts(requestParameters:
|
|
239
|
+
async indexSiteNotificationRequestOpts(requestParameters: IndexSiteNotificationRequest): Promise<runtime.RequestOpts> {
|
|
294
240
|
const queryParameters: any = {};
|
|
295
241
|
|
|
296
242
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -305,14 +251,14 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
305
251
|
method: 'POST',
|
|
306
252
|
headers: headerParameters,
|
|
307
253
|
query: queryParameters,
|
|
308
|
-
body:
|
|
254
|
+
body: SearchSiteNotificationsRequestToJSON(requestParameters['searchSiteNotificationsRequest']),
|
|
309
255
|
};
|
|
310
256
|
}
|
|
311
257
|
|
|
312
258
|
/**
|
|
313
259
|
* Auto-generated: indexSiteNotification
|
|
314
260
|
*/
|
|
315
|
-
async indexSiteNotificationRaw(requestParameters:
|
|
261
|
+
async indexSiteNotificationRaw(requestParameters: IndexSiteNotificationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedSiteNotificationListResourceResponse>> {
|
|
316
262
|
const requestOptions = await this.indexSiteNotificationRequestOpts(requestParameters);
|
|
317
263
|
const response = await this.request(requestOptions, initOverrides);
|
|
318
264
|
|
|
@@ -322,7 +268,7 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
322
268
|
/**
|
|
323
269
|
* Auto-generated: indexSiteNotification
|
|
324
270
|
*/
|
|
325
|
-
async indexSiteNotification(requestParameters:
|
|
271
|
+
async indexSiteNotification(requestParameters: IndexSiteNotificationRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedSiteNotificationListResourceResponse> {
|
|
326
272
|
const response = await this.indexSiteNotificationRaw(requestParameters, initOverrides);
|
|
327
273
|
return await response.value();
|
|
328
274
|
}
|
|
@@ -375,7 +321,7 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
375
321
|
/**
|
|
376
322
|
* Creates request options for storeSiteNotification without sending the request
|
|
377
323
|
*/
|
|
378
|
-
async storeSiteNotificationRequestOpts(requestParameters:
|
|
324
|
+
async storeSiteNotificationRequestOpts(requestParameters: StoreSiteNotificationRequest): Promise<runtime.RequestOpts> {
|
|
379
325
|
const queryParameters: any = {};
|
|
380
326
|
|
|
381
327
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -390,14 +336,14 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
390
336
|
method: 'POST',
|
|
391
337
|
headers: headerParameters,
|
|
392
338
|
query: queryParameters,
|
|
393
|
-
body:
|
|
339
|
+
body: CreateSiteNotificationRequestToJSON(requestParameters['createSiteNotificationRequest']),
|
|
394
340
|
};
|
|
395
341
|
}
|
|
396
342
|
|
|
397
343
|
/**
|
|
398
344
|
* Auto-generated: storeSiteNotification
|
|
399
345
|
*/
|
|
400
|
-
async storeSiteNotificationRaw(requestParameters:
|
|
346
|
+
async storeSiteNotificationRaw(requestParameters: StoreSiteNotificationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SiteNotificationResource>> {
|
|
401
347
|
const requestOptions = await this.storeSiteNotificationRequestOpts(requestParameters);
|
|
402
348
|
const response = await this.request(requestOptions, initOverrides);
|
|
403
349
|
|
|
@@ -407,7 +353,7 @@ export class SiteApi extends runtime.BaseAPI {
|
|
|
407
353
|
/**
|
|
408
354
|
* Auto-generated: storeSiteNotification
|
|
409
355
|
*/
|
|
410
|
-
async storeSiteNotification(requestParameters:
|
|
356
|
+
async storeSiteNotification(requestParameters: StoreSiteNotificationRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SiteNotificationResource> {
|
|
411
357
|
const response = await this.storeSiteNotificationRaw(requestParameters, initOverrides);
|
|
412
358
|
return await response.value();
|
|
413
359
|
}
|
package/src/apis/StoreApi.ts
CHANGED
|
@@ -14,35 +14,40 @@
|
|
|
14
14
|
|
|
15
15
|
import * as runtime from '../runtime';
|
|
16
16
|
import {
|
|
17
|
-
type
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
} from '../models/
|
|
17
|
+
type AttachSuppliersToStoreRequest,
|
|
18
|
+
AttachSuppliersToStoreRequestFromJSON,
|
|
19
|
+
AttachSuppliersToStoreRequestToJSON,
|
|
20
|
+
} from '../models/AttachSuppliersToStoreRequest';
|
|
21
21
|
import {
|
|
22
|
-
type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
} from '../models/
|
|
22
|
+
type CreateStoreRequest,
|
|
23
|
+
CreateStoreRequestFromJSON,
|
|
24
|
+
CreateStoreRequestToJSON,
|
|
25
|
+
} from '../models/CreateStoreRequest';
|
|
26
|
+
import {
|
|
27
|
+
type DetachSuppliersFromStoreRequest,
|
|
28
|
+
DetachSuppliersFromStoreRequestFromJSON,
|
|
29
|
+
DetachSuppliersFromStoreRequestToJSON,
|
|
30
|
+
} from '../models/DetachSuppliersFromStoreRequest';
|
|
26
31
|
import {
|
|
27
32
|
type GenericResponse,
|
|
28
33
|
GenericResponseFromJSON,
|
|
29
34
|
GenericResponseToJSON,
|
|
30
35
|
} from '../models/GenericResponse';
|
|
31
|
-
import {
|
|
32
|
-
type GetAllStoreRequest,
|
|
33
|
-
GetAllStoreRequestFromJSON,
|
|
34
|
-
GetAllStoreRequestToJSON,
|
|
35
|
-
} from '../models/GetAllStoreRequest';
|
|
36
|
-
import {
|
|
37
|
-
type IndexStoreRequest,
|
|
38
|
-
IndexStoreRequestFromJSON,
|
|
39
|
-
IndexStoreRequestToJSON,
|
|
40
|
-
} from '../models/IndexStoreRequest';
|
|
41
36
|
import {
|
|
42
37
|
type PaginatedStoreListResourceResponse,
|
|
43
38
|
PaginatedStoreListResourceResponseFromJSON,
|
|
44
39
|
PaginatedStoreListResourceResponseToJSON,
|
|
45
40
|
} from '../models/PaginatedStoreListResourceResponse';
|
|
41
|
+
import {
|
|
42
|
+
type SearchAllStoresRequest,
|
|
43
|
+
SearchAllStoresRequestFromJSON,
|
|
44
|
+
SearchAllStoresRequestToJSON,
|
|
45
|
+
} from '../models/SearchAllStoresRequest';
|
|
46
|
+
import {
|
|
47
|
+
type SearchStoresRequest,
|
|
48
|
+
SearchStoresRequestFromJSON,
|
|
49
|
+
SearchStoresRequestToJSON,
|
|
50
|
+
} from '../models/SearchStoresRequest';
|
|
46
51
|
import {
|
|
47
52
|
type StoreListResourceArrayResponse,
|
|
48
53
|
StoreListResourceArrayResponseFromJSON,
|
|
@@ -53,30 +58,25 @@ import {
|
|
|
53
58
|
StoreResourceFromJSON,
|
|
54
59
|
StoreResourceToJSON,
|
|
55
60
|
} from '../models/StoreResource';
|
|
61
|
+
import {
|
|
62
|
+
type StoreSpecialDateRequest,
|
|
63
|
+
StoreSpecialDateRequestFromJSON,
|
|
64
|
+
StoreSpecialDateRequestToJSON,
|
|
65
|
+
} from '../models/StoreSpecialDateRequest';
|
|
56
66
|
import {
|
|
57
67
|
type StoreSpecialDateResource,
|
|
58
68
|
StoreSpecialDateResourceFromJSON,
|
|
59
69
|
StoreSpecialDateResourceToJSON,
|
|
60
70
|
} from '../models/StoreSpecialDateResource';
|
|
61
|
-
import {
|
|
62
|
-
type StoreStoreRequest,
|
|
63
|
-
StoreStoreRequestFromJSON,
|
|
64
|
-
StoreStoreRequestToJSON,
|
|
65
|
-
} from '../models/StoreStoreRequest';
|
|
66
|
-
import {
|
|
67
|
-
type StoreStoreSpecialDateRequest,
|
|
68
|
-
StoreStoreSpecialDateRequestFromJSON,
|
|
69
|
-
StoreStoreSpecialDateRequestToJSON,
|
|
70
|
-
} from '../models/StoreStoreSpecialDateRequest';
|
|
71
71
|
import {
|
|
72
72
|
type UpdateStoreRequest,
|
|
73
73
|
UpdateStoreRequestFromJSON,
|
|
74
74
|
UpdateStoreRequestToJSON,
|
|
75
75
|
} from '../models/UpdateStoreRequest';
|
|
76
76
|
|
|
77
|
-
export interface
|
|
77
|
+
export interface AttachSuppliersStoreRequest {
|
|
78
78
|
store: number;
|
|
79
|
-
|
|
79
|
+
attachSuppliersToStoreRequest?: AttachSuppliersToStoreRequest;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
export interface DestroyStoreRequest {
|
|
@@ -88,30 +88,30 @@ export interface DestroyStoreSpecialDateRequest {
|
|
|
88
88
|
storeSpecialDate: number;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
export interface
|
|
91
|
+
export interface DetachSuppliersStoreRequest {
|
|
92
92
|
store: number;
|
|
93
|
-
|
|
93
|
+
detachSuppliersFromStoreRequest?: DetachSuppliersFromStoreRequest;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
export interface
|
|
97
|
-
|
|
96
|
+
export interface GetAllStoreRequest {
|
|
97
|
+
searchAllStoresRequest?: SearchAllStoresRequest;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
export interface
|
|
101
|
-
|
|
100
|
+
export interface IndexStoreRequest {
|
|
101
|
+
searchStoresRequest?: SearchStoresRequest;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
export interface ShowStoreRequest {
|
|
105
105
|
store: number;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
export interface
|
|
109
|
-
|
|
108
|
+
export interface StoreStoreRequest {
|
|
109
|
+
createStoreRequest?: CreateStoreRequest;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
export interface
|
|
112
|
+
export interface StoreStoreSpecialDateRequest {
|
|
113
113
|
store: number;
|
|
114
|
-
|
|
114
|
+
storeSpecialDateRequest?: StoreSpecialDateRequest;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
export interface UpdateStoreOperationRequest {
|
|
@@ -122,7 +122,7 @@ export interface UpdateStoreOperationRequest {
|
|
|
122
122
|
export interface UpdateStoreSpecialDateRequest {
|
|
123
123
|
store: number;
|
|
124
124
|
storeSpecialDate: number;
|
|
125
|
-
|
|
125
|
+
storeSpecialDateRequest?: StoreSpecialDateRequest;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
/**
|
|
@@ -133,7 +133,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
133
133
|
/**
|
|
134
134
|
* Creates request options for attachSuppliersStore without sending the request
|
|
135
135
|
*/
|
|
136
|
-
async attachSuppliersStoreRequestOpts(requestParameters:
|
|
136
|
+
async attachSuppliersStoreRequestOpts(requestParameters: AttachSuppliersStoreRequest): Promise<runtime.RequestOpts> {
|
|
137
137
|
if (requestParameters['store'] == null) {
|
|
138
138
|
throw new runtime.RequiredError(
|
|
139
139
|
'store',
|
|
@@ -156,14 +156,14 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
156
156
|
method: 'POST',
|
|
157
157
|
headers: headerParameters,
|
|
158
158
|
query: queryParameters,
|
|
159
|
-
body:
|
|
159
|
+
body: AttachSuppliersToStoreRequestToJSON(requestParameters['attachSuppliersToStoreRequest']),
|
|
160
160
|
};
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
164
|
* Auto-generated: attachSuppliersStore
|
|
165
165
|
*/
|
|
166
|
-
async attachSuppliersStoreRaw(requestParameters:
|
|
166
|
+
async attachSuppliersStoreRaw(requestParameters: AttachSuppliersStoreRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StoreResource>> {
|
|
167
167
|
const requestOptions = await this.attachSuppliersStoreRequestOpts(requestParameters);
|
|
168
168
|
const response = await this.request(requestOptions, initOverrides);
|
|
169
169
|
|
|
@@ -173,7 +173,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
173
173
|
/**
|
|
174
174
|
* Auto-generated: attachSuppliersStore
|
|
175
175
|
*/
|
|
176
|
-
async attachSuppliersStore(requestParameters:
|
|
176
|
+
async attachSuppliersStore(requestParameters: AttachSuppliersStoreRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StoreResource> {
|
|
177
177
|
const response = await this.attachSuppliersStoreRaw(requestParameters, initOverrides);
|
|
178
178
|
return await response.value();
|
|
179
179
|
}
|
|
@@ -279,7 +279,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
279
279
|
/**
|
|
280
280
|
* Creates request options for detachSuppliersStore without sending the request
|
|
281
281
|
*/
|
|
282
|
-
async detachSuppliersStoreRequestOpts(requestParameters:
|
|
282
|
+
async detachSuppliersStoreRequestOpts(requestParameters: DetachSuppliersStoreRequest): Promise<runtime.RequestOpts> {
|
|
283
283
|
if (requestParameters['store'] == null) {
|
|
284
284
|
throw new runtime.RequiredError(
|
|
285
285
|
'store',
|
|
@@ -302,14 +302,14 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
302
302
|
method: 'POST',
|
|
303
303
|
headers: headerParameters,
|
|
304
304
|
query: queryParameters,
|
|
305
|
-
body:
|
|
305
|
+
body: DetachSuppliersFromStoreRequestToJSON(requestParameters['detachSuppliersFromStoreRequest']),
|
|
306
306
|
};
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
310
|
* Auto-generated: detachSuppliersStore
|
|
311
311
|
*/
|
|
312
|
-
async detachSuppliersStoreRaw(requestParameters:
|
|
312
|
+
async detachSuppliersStoreRaw(requestParameters: DetachSuppliersStoreRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StoreResource>> {
|
|
313
313
|
const requestOptions = await this.detachSuppliersStoreRequestOpts(requestParameters);
|
|
314
314
|
const response = await this.request(requestOptions, initOverrides);
|
|
315
315
|
|
|
@@ -319,7 +319,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
319
319
|
/**
|
|
320
320
|
* Auto-generated: detachSuppliersStore
|
|
321
321
|
*/
|
|
322
|
-
async detachSuppliersStore(requestParameters:
|
|
322
|
+
async detachSuppliersStore(requestParameters: DetachSuppliersStoreRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StoreResource> {
|
|
323
323
|
const response = await this.detachSuppliersStoreRaw(requestParameters, initOverrides);
|
|
324
324
|
return await response.value();
|
|
325
325
|
}
|
|
@@ -327,7 +327,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
327
327
|
/**
|
|
328
328
|
* Creates request options for getAllStore without sending the request
|
|
329
329
|
*/
|
|
330
|
-
async getAllStoreRequestOpts(requestParameters:
|
|
330
|
+
async getAllStoreRequestOpts(requestParameters: GetAllStoreRequest): Promise<runtime.RequestOpts> {
|
|
331
331
|
const queryParameters: any = {};
|
|
332
332
|
|
|
333
333
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -342,14 +342,14 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
342
342
|
method: 'POST',
|
|
343
343
|
headers: headerParameters,
|
|
344
344
|
query: queryParameters,
|
|
345
|
-
body:
|
|
345
|
+
body: SearchAllStoresRequestToJSON(requestParameters['searchAllStoresRequest']),
|
|
346
346
|
};
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
/**
|
|
350
350
|
* Auto-generated: getAllStore
|
|
351
351
|
*/
|
|
352
|
-
async getAllStoreRaw(requestParameters:
|
|
352
|
+
async getAllStoreRaw(requestParameters: GetAllStoreRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StoreListResourceArrayResponse>> {
|
|
353
353
|
const requestOptions = await this.getAllStoreRequestOpts(requestParameters);
|
|
354
354
|
const response = await this.request(requestOptions, initOverrides);
|
|
355
355
|
|
|
@@ -359,7 +359,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
359
359
|
/**
|
|
360
360
|
* Auto-generated: getAllStore
|
|
361
361
|
*/
|
|
362
|
-
async getAllStore(requestParameters:
|
|
362
|
+
async getAllStore(requestParameters: GetAllStoreRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StoreListResourceArrayResponse> {
|
|
363
363
|
const response = await this.getAllStoreRaw(requestParameters, initOverrides);
|
|
364
364
|
return await response.value();
|
|
365
365
|
}
|
|
@@ -367,7 +367,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
367
367
|
/**
|
|
368
368
|
* Creates request options for indexStore without sending the request
|
|
369
369
|
*/
|
|
370
|
-
async indexStoreRequestOpts(requestParameters:
|
|
370
|
+
async indexStoreRequestOpts(requestParameters: IndexStoreRequest): Promise<runtime.RequestOpts> {
|
|
371
371
|
const queryParameters: any = {};
|
|
372
372
|
|
|
373
373
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -382,14 +382,14 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
382
382
|
method: 'POST',
|
|
383
383
|
headers: headerParameters,
|
|
384
384
|
query: queryParameters,
|
|
385
|
-
body:
|
|
385
|
+
body: SearchStoresRequestToJSON(requestParameters['searchStoresRequest']),
|
|
386
386
|
};
|
|
387
387
|
}
|
|
388
388
|
|
|
389
389
|
/**
|
|
390
390
|
* Auto-generated: indexStore
|
|
391
391
|
*/
|
|
392
|
-
async indexStoreRaw(requestParameters:
|
|
392
|
+
async indexStoreRaw(requestParameters: IndexStoreRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedStoreListResourceResponse>> {
|
|
393
393
|
const requestOptions = await this.indexStoreRequestOpts(requestParameters);
|
|
394
394
|
const response = await this.request(requestOptions, initOverrides);
|
|
395
395
|
|
|
@@ -399,7 +399,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
399
399
|
/**
|
|
400
400
|
* Auto-generated: indexStore
|
|
401
401
|
*/
|
|
402
|
-
async indexStore(requestParameters:
|
|
402
|
+
async indexStore(requestParameters: IndexStoreRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedStoreListResourceResponse> {
|
|
403
403
|
const response = await this.indexStoreRaw(requestParameters, initOverrides);
|
|
404
404
|
return await response.value();
|
|
405
405
|
}
|
|
@@ -452,7 +452,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
452
452
|
/**
|
|
453
453
|
* Creates request options for storeStore without sending the request
|
|
454
454
|
*/
|
|
455
|
-
async storeStoreRequestOpts(requestParameters:
|
|
455
|
+
async storeStoreRequestOpts(requestParameters: StoreStoreRequest): Promise<runtime.RequestOpts> {
|
|
456
456
|
const queryParameters: any = {};
|
|
457
457
|
|
|
458
458
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -467,14 +467,14 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
467
467
|
method: 'POST',
|
|
468
468
|
headers: headerParameters,
|
|
469
469
|
query: queryParameters,
|
|
470
|
-
body:
|
|
470
|
+
body: CreateStoreRequestToJSON(requestParameters['createStoreRequest']),
|
|
471
471
|
};
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
/**
|
|
475
475
|
* Auto-generated: storeStore
|
|
476
476
|
*/
|
|
477
|
-
async storeStoreRaw(requestParameters:
|
|
477
|
+
async storeStoreRaw(requestParameters: StoreStoreRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StoreResource>> {
|
|
478
478
|
const requestOptions = await this.storeStoreRequestOpts(requestParameters);
|
|
479
479
|
const response = await this.request(requestOptions, initOverrides);
|
|
480
480
|
|
|
@@ -484,7 +484,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
484
484
|
/**
|
|
485
485
|
* Auto-generated: storeStore
|
|
486
486
|
*/
|
|
487
|
-
async storeStore(requestParameters:
|
|
487
|
+
async storeStore(requestParameters: StoreStoreRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StoreResource> {
|
|
488
488
|
const response = await this.storeStoreRaw(requestParameters, initOverrides);
|
|
489
489
|
return await response.value();
|
|
490
490
|
}
|
|
@@ -492,7 +492,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
492
492
|
/**
|
|
493
493
|
* Creates request options for storeStoreSpecialDate without sending the request
|
|
494
494
|
*/
|
|
495
|
-
async storeStoreSpecialDateRequestOpts(requestParameters:
|
|
495
|
+
async storeStoreSpecialDateRequestOpts(requestParameters: StoreStoreSpecialDateRequest): Promise<runtime.RequestOpts> {
|
|
496
496
|
if (requestParameters['store'] == null) {
|
|
497
497
|
throw new runtime.RequiredError(
|
|
498
498
|
'store',
|
|
@@ -515,14 +515,14 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
515
515
|
method: 'POST',
|
|
516
516
|
headers: headerParameters,
|
|
517
517
|
query: queryParameters,
|
|
518
|
-
body:
|
|
518
|
+
body: StoreSpecialDateRequestToJSON(requestParameters['storeSpecialDateRequest']),
|
|
519
519
|
};
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
/**
|
|
523
523
|
* Auto-generated: storeStoreSpecialDate
|
|
524
524
|
*/
|
|
525
|
-
async storeStoreSpecialDateRaw(requestParameters:
|
|
525
|
+
async storeStoreSpecialDateRaw(requestParameters: StoreStoreSpecialDateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StoreSpecialDateResource>> {
|
|
526
526
|
const requestOptions = await this.storeStoreSpecialDateRequestOpts(requestParameters);
|
|
527
527
|
const response = await this.request(requestOptions, initOverrides);
|
|
528
528
|
|
|
@@ -532,7 +532,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
532
532
|
/**
|
|
533
533
|
* Auto-generated: storeStoreSpecialDate
|
|
534
534
|
*/
|
|
535
|
-
async storeStoreSpecialDate(requestParameters:
|
|
535
|
+
async storeStoreSpecialDate(requestParameters: StoreStoreSpecialDateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StoreSpecialDateResource> {
|
|
536
536
|
const response = await this.storeStoreSpecialDateRaw(requestParameters, initOverrides);
|
|
537
537
|
return await response.value();
|
|
538
538
|
}
|
|
@@ -619,7 +619,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
619
619
|
method: 'PUT',
|
|
620
620
|
headers: headerParameters,
|
|
621
621
|
query: queryParameters,
|
|
622
|
-
body:
|
|
622
|
+
body: StoreSpecialDateRequestToJSON(requestParameters['storeSpecialDateRequest']),
|
|
623
623
|
};
|
|
624
624
|
}
|
|
625
625
|
|