@digital8/lighting-illusions-ts-sdk 0.0.2382 → 0.0.2383
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 +0 -666
- package/.openapi-generator/VERSION +1 -1
- package/README.md +28 -967
- package/dist/apis/AdminApi.d.ts +1 -20
- package/dist/apis/AdminApi.js +57 -112
- package/dist/apis/AssetApi.d.ts +1 -22
- package/dist/apis/AssetApi.js +63 -120
- package/dist/apis/AttributeApi.d.ts +1 -90
- package/dist/apis/AttributeApi.js +273 -515
- package/dist/apis/BlogCategoryApi.d.ts +1 -32
- package/dist/apis/BlogCategoryApi.js +93 -178
- package/dist/apis/CartsApi.d.ts +1 -59
- package/dist/apis/CartsApi.js +207 -373
- package/dist/apis/CustomersApi.d.ts +1 -16
- package/dist/apis/CustomersApi.js +45 -87
- package/dist/apis/DefinitionApi.d.ts +1 -32
- package/dist/apis/DefinitionApi.js +93 -178
- package/dist/apis/DocumentApi.d.ts +1 -48
- package/dist/apis/DocumentApi.js +143 -271
- package/dist/apis/ExternalApiLogApi.d.ts +1 -12
- package/dist/apis/ExternalApiLogApi.js +29 -58
- package/dist/apis/FrontendComponentApi.d.ts +1 -6
- package/dist/apis/FrontendComponentApi.js +15 -29
- package/dist/apis/GoogleCategoryApi.d.ts +1 -6
- package/dist/apis/GoogleCategoryApi.js +15 -29
- package/dist/apis/LabelApi.d.ts +1 -31
- package/dist/apis/LabelApi.js +93 -177
- package/dist/apis/MenuApi.d.ts +1 -32
- package/dist/apis/MenuApi.js +93 -178
- package/dist/apis/MenuItemsApi.d.ts +1 -37
- package/dist/apis/MenuItemsApi.js +107 -206
- package/dist/apis/OrdersApi.d.ts +1 -70
- package/dist/apis/OrdersApi.js +233 -428
- package/dist/apis/OverlayTemplateApi.d.ts +1 -66
- package/dist/apis/OverlayTemplateApi.js +215 -397
- package/dist/apis/PageApi.d.ts +1 -32
- package/dist/apis/PageApi.js +93 -178
- package/dist/apis/PageComponentApi.d.ts +1 -26
- package/dist/apis/PageComponentApi.js +79 -149
- package/dist/apis/ProductApi.d.ts +1 -116
- package/dist/apis/ProductApi.js +383 -705
- package/dist/apis/ProductCategoryApi.d.ts +1 -67
- package/dist/apis/ProductCategoryApi.js +209 -392
- package/dist/apis/ProductClassApi.d.ts +1 -6
- package/dist/apis/ProductClassApi.js +15 -29
- package/dist/apis/ProductRangeApi.d.ts +1 -80
- package/dist/apis/ProductRangeApi.js +273 -496
- package/dist/apis/ProductRegistrationApi.d.ts +1 -29
- package/dist/apis/ProductRegistrationApi.js +81 -154
- package/dist/apis/ProductTypeApi.d.ts +1 -45
- package/dist/apis/ProductTypeApi.js +149 -274
- package/dist/apis/RedirectApi.d.ts +1 -6
- package/dist/apis/RedirectApi.js +15 -29
- package/dist/apis/ReviewApi.d.ts +1 -48
- package/dist/apis/ReviewApi.js +135 -263
- package/dist/apis/SiteApi.d.ts +1 -48
- package/dist/apis/SiteApi.js +141 -269
- package/dist/apis/StoreApi.d.ts +1 -56
- package/dist/apis/StoreApi.js +189 -343
- package/dist/apis/SupplierApi.d.ts +1 -50
- package/dist/apis/SupplierApi.js +174 -313
- package/dist/apis/TagApi.d.ts +1 -41
- package/dist/apis/TagApi.js +131 -243
- package/dist/apis/TransactionsApi.d.ts +1 -18
- package/dist/apis/TransactionsApi.js +47 -91
- package/dist/models/AddressFrontendResource.d.ts +1 -1
- package/dist/models/AddressFrontendResource.js +1 -3
- package/dist/models/AdminNoteResource.js +3 -2
- package/dist/models/AdminOrderResource.js +4 -3
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +1 -1
- package/dist/models/BlogFrontendDetailResource.js +2 -1
- package/dist/models/BlogFrontendResource.js +2 -1
- package/dist/models/CartListResource.js +4 -3
- package/dist/models/CartResource.js +5 -4
- package/dist/models/CreateAssetForAssetableRequest.d.ts +1 -1
- package/dist/models/CreateAttributeRequest.d.ts +1 -1
- package/dist/models/CreateCartRequest.d.ts +2 -2
- package/dist/models/CreateLabelRequest.js +3 -2
- package/dist/models/CreateMenuItemRequest.d.ts +1 -1
- package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +1 -1
- package/dist/models/CreateMenuRequest.d.ts +1 -1
- package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +1 -1
- package/dist/models/CreatePageRequest.d.ts +1 -1
- package/dist/models/CreatePageRequest.js +2 -1
- package/dist/models/CreateProductCategoryRequest.d.ts +1 -1
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +2 -2
- package/dist/models/CreateProductChildRequest.js +2 -2
- package/dist/models/CreateReviewRequest.js +1 -1
- package/dist/models/CreateSiteNotificationRequest.js +2 -2
- package/dist/models/CreateStoreRequestSpecialDatesInner.js +4 -3
- package/dist/models/CreateTagRequest.d.ts +1 -1
- package/dist/models/CreateTransactionRequest.d.ts +1 -1
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +3 -1
- package/dist/models/FrontendOrderResource.js +1 -1
- package/dist/models/GetUniqueEndpointsRequest.d.ts +1 -1
- package/dist/models/LabelListResource.js +3 -2
- package/dist/models/LabelResource.js +3 -2
- package/dist/models/OrderFulfillmentResource.d.ts +2 -2
- package/dist/models/OrderFulfillmentResource.js +10 -5
- package/dist/models/OrderListResource.js +3 -2
- package/dist/models/OrderLiteResource.js +1 -1
- package/dist/models/PageComponentResource.js +3 -2
- package/dist/models/PageFrontendDetailResource.js +2 -1
- package/dist/models/PageListResource.js +2 -1
- package/dist/models/PageResource.js +2 -1
- package/dist/models/PreviewAutomationRulesRequest.d.ts +1 -1
- package/dist/models/ProductRegistrationListResource.js +3 -2
- package/dist/models/ProductRegistrationLiteResource.js +1 -1
- package/dist/models/ProductRegistrationResource.js +4 -3
- package/dist/models/ReviewListResource.js +4 -3
- package/dist/models/ReviewPublicResource.js +1 -1
- package/dist/models/ReviewResource.js +5 -4
- package/dist/models/SearchAdminNotesRequest.d.ts +2 -2
- package/dist/models/SearchAllAttributeValuesRequest.d.ts +3 -3
- package/dist/models/SearchAllAttributesRequest.d.ts +3 -3
- package/dist/models/SearchAllBlogCategoriesRequest.d.ts +2 -2
- package/dist/models/SearchAllDefinitionsRequest.d.ts +2 -2
- package/dist/models/SearchAllDocumentsRequest.d.ts +3 -3
- package/dist/models/SearchAllFrontendComponentsRequest.d.ts +3 -3
- package/dist/models/SearchAllMenuItemsRequest.d.ts +2 -2
- package/dist/models/SearchAllMenusRequest.d.ts +2 -2
- package/dist/models/SearchAllOrdersRequest.d.ts +2 -2
- package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +3 -3
- package/dist/models/SearchAllPageComponentsRequest.d.ts +2 -2
- package/dist/models/SearchAllPagesRequest.d.ts +2 -2
- package/dist/models/SearchAllProductCategoriesRequest.d.ts +3 -3
- package/dist/models/SearchAllProductChildrenRequest.d.ts +3 -3
- package/dist/models/SearchAllProductClassesRequest.d.ts +2 -2
- package/dist/models/SearchAllProductRangesRequest.d.ts +2 -2
- package/dist/models/SearchAllProductRegistrationsRequest.d.ts +2 -2
- package/dist/models/SearchAllProductTypesRequest.d.ts +3 -3
- package/dist/models/SearchAllProductsRequest.d.ts +3 -3
- package/dist/models/SearchAllStoresRequest.d.ts +2 -2
- package/dist/models/SearchAllSuppliersRequest.d.ts +3 -3
- package/dist/models/SearchAttributeValuesRequest.d.ts +3 -3
- package/dist/models/SearchAttributesRequest.d.ts +3 -3
- package/dist/models/SearchBlogCategoriesRequest.d.ts +2 -2
- package/dist/models/SearchCartsRequest.d.ts +2 -2
- package/dist/models/SearchCartsRequest.js +6 -6
- package/dist/models/SearchCustomersRequest.d.ts +2 -2
- package/dist/models/SearchDefinitionsRequest.d.ts +2 -2
- package/dist/models/SearchDocumentsRequest.d.ts +3 -3
- package/dist/models/SearchExternalApiLogsRequest.d.ts +2 -2
- package/dist/models/SearchExternalApiLogsRequest.js +2 -2
- package/dist/models/SearchGoogleCategoriesRequest.d.ts +2 -2
- package/dist/models/SearchLabelsRequest.d.ts +3 -3
- package/dist/models/SearchLinkablesRequest.d.ts +1 -1
- package/dist/models/SearchMenusRequest.d.ts +2 -2
- package/dist/models/SearchModelAttributesRequest.d.ts +3 -3
- package/dist/models/SearchOrderFulfillmentsRequest.d.ts +2 -2
- package/dist/models/SearchOrderFulfillmentsRequest.js +4 -4
- package/dist/models/SearchOrdersRequest.d.ts +2 -2
- package/dist/models/SearchOrdersRequest.js +6 -6
- package/dist/models/SearchOverlayTemplatesRequest.d.ts +3 -3
- package/dist/models/SearchPagesRequest.d.ts +3 -3
- package/dist/models/SearchProductCategoriesRequest.d.ts +3 -3
- package/dist/models/SearchProductChildAttributesRequest.d.ts +2 -2
- package/dist/models/SearchProductChildrenRequest.d.ts +4 -4
- package/dist/models/SearchProductRangesRequest.d.ts +2 -2
- package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +2 -2
- package/dist/models/SearchProductRegistrationsRequest.d.ts +3 -3
- package/dist/models/SearchProductRegistrationsRequest.js +4 -4
- package/dist/models/SearchProductTypesRequest.d.ts +3 -3
- package/dist/models/SearchProductsRequest.d.ts +3 -3
- package/dist/models/SearchRedirectsRequest.d.ts +3 -3
- package/dist/models/SearchReviewsRequest.d.ts +2 -2
- package/dist/models/SearchSiteNotificationsRequest.d.ts +2 -2
- package/dist/models/SearchSitesRequest.d.ts +2 -2
- package/dist/models/SearchStoresRequest.d.ts +2 -2
- package/dist/models/SearchSuppliersRequest.d.ts +3 -3
- package/dist/models/SearchTagsRequest.d.ts +3 -3
- package/dist/models/SearchTransactionsRequest.d.ts +3 -3
- package/dist/models/SearchTransactionsRequest.js +2 -2
- package/dist/models/StoreFrontendResource.d.ts +1 -1
- package/dist/models/StoreFrontendResource.js +3 -1
- package/dist/models/StoreListResource.d.ts +1 -1
- package/dist/models/StoreListResource.js +1 -3
- package/dist/models/StoreResource.d.ts +1 -1
- package/dist/models/StoreResource.js +1 -3
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateFrontendResource.js +1 -3
- package/dist/models/StoreSpecialDateRequest.js +4 -3
- package/dist/models/TransactionListResource.js +2 -1
- package/dist/models/TransactionLiteResource.js +2 -1
- package/dist/models/TransactionResource.js +2 -1
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +1 -1
- package/dist/models/UpdateAttributeProductTypeRequest.d.ts +1 -1
- package/dist/models/UpdateAttributeRequest.d.ts +1 -1
- package/dist/models/UpdateCartRequest.d.ts +2 -2
- package/dist/models/UpdateLabelRequest.js +3 -2
- package/dist/models/UpdateMenuItemRequest.d.ts +1 -1
- package/dist/models/UpdateMenuRequest.d.ts +1 -1
- package/dist/models/UpdateOrderRequest.d.ts +2 -2
- package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +1 -1
- package/dist/models/UpdatePageRequest.js +2 -1
- package/dist/models/UpdateProductCategoryRequest.d.ts +1 -1
- package/dist/models/UpdateProductChildRequest.js +2 -2
- package/dist/models/UpdateProductTypeAttributeRequest.d.ts +1 -1
- package/dist/models/UpdateReviewRequest.js +1 -1
- package/dist/models/UpdateSiteNotificationRequest.js +2 -2
- package/dist/models/UpdateSiteRequest.d.ts +2 -10
- package/dist/models/UpdateSiteRequest.js +0 -8
- package/dist/models/UpdateStoreRequestSpecialDatesInner.js +3 -2
- package/dist/models/UpdateTagRequest.d.ts +1 -1
- package/dist/runtime.js +1 -19
- package/package.json +2 -2
- package/src/apis/AdminApi.ts +24 -59
- package/src/apis/AssetApi.ts +28 -67
- package/src/apis/AttributeApi.ts +104 -279
- package/src/apis/BlogCategoryApi.ts +39 -98
- package/src/apis/CartsApi.ts +75 -188
- package/src/apis/CustomersApi.ts +21 -48
- package/src/apis/DefinitionApi.ts +39 -98
- package/src/apis/DocumentApi.ts +57 -148
- package/src/apis/ExternalApiLogApi.ts +16 -35
- package/src/apis/FrontendComponentApi.ts +10 -17
- package/src/apis/GoogleCategoryApi.ts +10 -17
- package/src/apis/LabelApi.ts +38 -95
- package/src/apis/MenuApi.ts +39 -98
- package/src/apis/MenuItemsApi.ts +44 -113
- package/src/apis/OrdersApi.ts +86 -221
- package/src/apis/OverlayTemplateApi.ts +80 -207
- package/src/apis/PageApi.ts +39 -98
- package/src/apis/PageComponentApi.ts +33 -80
- package/src/apis/ProductApi.ts +138 -365
- package/src/apis/ProductCategoryApi.ts +79 -208
- package/src/apis/ProductClassApi.ts +10 -17
- package/src/apis/ProductRangeApi.ts +97 -252
- package/src/apis/ProductRegistrationApi.ts +36 -89
- package/src/apis/ProductTypeApi.ts +56 -141
- package/src/apis/RedirectApi.ts +10 -17
- package/src/apis/ReviewApi.ts +55 -146
- package/src/apis/SiteApi.ts +57 -148
- package/src/apis/StoreApi.ts +70 -177
- package/src/apis/SupplierApi.ts +59 -154
- package/src/apis/TagApi.ts +51 -128
- package/src/apis/TransactionsApi.ts +23 -54
- package/src/models/AddressFrontendResource.ts +2 -3
- package/src/models/AdminNoteResource.ts +2 -2
- package/src/models/AdminOrderResource.ts +3 -3
- package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +1 -1
- package/src/models/BlogFrontendDetailResource.ts +1 -1
- package/src/models/BlogFrontendResource.ts +1 -1
- package/src/models/CartListResource.ts +3 -3
- package/src/models/CartResource.ts +4 -4
- package/src/models/CreateAssetForAssetableRequest.ts +1 -1
- package/src/models/CreateAttributeRequest.ts +1 -1
- package/src/models/CreateCartRequest.ts +2 -2
- package/src/models/CreateLabelRequest.ts +2 -2
- package/src/models/CreateMenuItemRequest.ts +1 -1
- package/src/models/CreateMenuItemRequestMenuItemLink.ts +1 -1
- package/src/models/CreateMenuRequest.ts +1 -1
- package/src/models/CreateOverlayTemplateAssetRequest.ts +1 -1
- package/src/models/CreatePageRequest.ts +2 -2
- package/src/models/CreateProductCategoryRequest.ts +1 -1
- package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +2 -2
- package/src/models/CreateProductChildRequest.ts +2 -2
- package/src/models/CreateReviewRequest.ts +1 -1
- package/src/models/CreateSiteNotificationRequest.ts +2 -2
- package/src/models/CreateStoreRequestSpecialDatesInner.ts +3 -3
- package/src/models/CreateTagRequest.ts +1 -1
- package/src/models/CreateTransactionRequest.ts +1 -1
- package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +1 -1
- package/src/models/ExternalApiLogResource.ts +3 -2
- package/src/models/FrontendOrderResource.ts +1 -1
- package/src/models/GetUniqueEndpointsRequest.ts +1 -1
- package/src/models/LabelListResource.ts +2 -2
- package/src/models/LabelResource.ts +2 -2
- package/src/models/OrderFulfillmentResource.ts +9 -7
- package/src/models/OrderListResource.ts +2 -2
- package/src/models/OrderLiteResource.ts +1 -1
- package/src/models/PageComponentResource.ts +2 -2
- package/src/models/PageFrontendDetailResource.ts +1 -1
- package/src/models/PageListResource.ts +1 -1
- package/src/models/PageResource.ts +1 -1
- package/src/models/PreviewAutomationRulesRequest.ts +1 -1
- package/src/models/ProductRegistrationListResource.ts +2 -2
- package/src/models/ProductRegistrationLiteResource.ts +1 -1
- package/src/models/ProductRegistrationResource.ts +3 -3
- package/src/models/ReviewListResource.ts +3 -3
- package/src/models/ReviewPublicResource.ts +1 -1
- package/src/models/ReviewResource.ts +4 -4
- package/src/models/SearchAdminNotesRequest.ts +2 -2
- package/src/models/SearchAllAttributeValuesRequest.ts +3 -3
- package/src/models/SearchAllAttributesRequest.ts +3 -3
- package/src/models/SearchAllBlogCategoriesRequest.ts +2 -2
- package/src/models/SearchAllDefinitionsRequest.ts +2 -2
- package/src/models/SearchAllDocumentsRequest.ts +3 -3
- package/src/models/SearchAllFrontendComponentsRequest.ts +3 -3
- package/src/models/SearchAllMenuItemsRequest.ts +2 -2
- package/src/models/SearchAllMenusRequest.ts +2 -2
- package/src/models/SearchAllOrdersRequest.ts +2 -2
- package/src/models/SearchAllOverlayTemplatesRequest.ts +3 -3
- package/src/models/SearchAllPageComponentsRequest.ts +2 -2
- package/src/models/SearchAllPagesRequest.ts +2 -2
- package/src/models/SearchAllProductCategoriesRequest.ts +3 -3
- package/src/models/SearchAllProductChildrenRequest.ts +3 -3
- package/src/models/SearchAllProductClassesRequest.ts +2 -2
- package/src/models/SearchAllProductRangesRequest.ts +2 -2
- package/src/models/SearchAllProductRegistrationsRequest.ts +2 -2
- package/src/models/SearchAllProductTypesRequest.ts +3 -3
- package/src/models/SearchAllProductsRequest.ts +3 -3
- package/src/models/SearchAllStoresRequest.ts +2 -2
- package/src/models/SearchAllSuppliersRequest.ts +3 -3
- package/src/models/SearchAttributeValuesRequest.ts +3 -3
- package/src/models/SearchAttributesRequest.ts +3 -3
- package/src/models/SearchBlogCategoriesRequest.ts +2 -2
- package/src/models/SearchCartsRequest.ts +8 -8
- package/src/models/SearchCustomersRequest.ts +2 -2
- package/src/models/SearchDefinitionsRequest.ts +2 -2
- package/src/models/SearchDocumentsRequest.ts +3 -3
- package/src/models/SearchExternalApiLogsRequest.ts +4 -4
- package/src/models/SearchGoogleCategoriesRequest.ts +2 -2
- package/src/models/SearchLabelsRequest.ts +3 -3
- package/src/models/SearchLinkablesRequest.ts +1 -1
- package/src/models/SearchMenusRequest.ts +2 -2
- package/src/models/SearchModelAttributesRequest.ts +3 -3
- package/src/models/SearchOrderFulfillmentsRequest.ts +6 -6
- package/src/models/SearchOrdersRequest.ts +8 -8
- package/src/models/SearchOverlayTemplatesRequest.ts +3 -3
- package/src/models/SearchPagesRequest.ts +3 -3
- package/src/models/SearchProductCategoriesRequest.ts +3 -3
- package/src/models/SearchProductChildAttributesRequest.ts +2 -2
- package/src/models/SearchProductChildrenRequest.ts +4 -4
- package/src/models/SearchProductRangesRequest.ts +2 -2
- package/src/models/SearchProductRegistrationAssetsRequest.ts +2 -2
- package/src/models/SearchProductRegistrationsRequest.ts +7 -7
- package/src/models/SearchProductTypesRequest.ts +3 -3
- package/src/models/SearchProductsRequest.ts +3 -3
- package/src/models/SearchRedirectsRequest.ts +3 -3
- package/src/models/SearchReviewsRequest.ts +2 -2
- package/src/models/SearchSiteNotificationsRequest.ts +2 -2
- package/src/models/SearchSitesRequest.ts +2 -2
- package/src/models/SearchStoresRequest.ts +2 -2
- package/src/models/SearchSuppliersRequest.ts +3 -3
- package/src/models/SearchTagsRequest.ts +3 -3
- package/src/models/SearchTransactionsRequest.ts +5 -5
- package/src/models/StoreFrontendResource.ts +3 -2
- package/src/models/StoreListResource.ts +2 -3
- package/src/models/StoreResource.ts +2 -3
- package/src/models/StoreSpecialDateFrontendResource.ts +3 -4
- package/src/models/StoreSpecialDateRequest.ts +3 -3
- package/src/models/TransactionListResource.ts +1 -1
- package/src/models/TransactionLiteResource.ts +1 -1
- package/src/models/TransactionResource.ts +1 -1
- package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +1 -1
- package/src/models/UpdateAttributeProductTypeRequest.ts +1 -1
- package/src/models/UpdateAttributeRequest.ts +1 -1
- package/src/models/UpdateCartRequest.ts +2 -2
- package/src/models/UpdateLabelRequest.ts +2 -2
- package/src/models/UpdateMenuItemRequest.ts +1 -1
- package/src/models/UpdateMenuRequest.ts +1 -1
- package/src/models/UpdateOrderRequest.ts +2 -2
- package/src/models/UpdateOverlayTemplateAssetRequest.ts +1 -1
- package/src/models/UpdatePageRequest.ts +1 -1
- package/src/models/UpdateProductCategoryRequest.ts +1 -1
- package/src/models/UpdateProductChildRequest.ts +2 -2
- package/src/models/UpdateProductTypeAttributeRequest.ts +1 -1
- package/src/models/UpdateReviewRequest.ts +1 -1
- package/src/models/UpdateSiteNotificationRequest.ts +2 -2
- package/src/models/UpdateSiteRequest.ts +2 -13
- package/src/models/UpdateStoreRequestSpecialDatesInner.ts +2 -2
- package/src/models/UpdateTagRequest.ts +1 -1
- package/src/runtime.ts +2 -19
- package/docs/AddressFrontendResource.md +0 -48
- package/docs/AddressFrontendResourceArrayResponse.md +0 -34
- package/docs/AddressResource.md +0 -56
- package/docs/AddressResourceArrayResponse.md +0 -34
- package/docs/AddressType.md +0 -32
- package/docs/AdminApi.md +0 -272
- package/docs/AdminNoteResource.md +0 -42
- package/docs/AdminNoteResourceArrayResponse.md +0 -34
- package/docs/AdminOrderLineItemResource.md +0 -64
- package/docs/AdminOrderLineItemResourceArrayResponse.md +0 -34
- package/docs/AdminOrderResource.md +0 -120
- package/docs/AdminOrderResourceArrayResponse.md +0 -34
- package/docs/AdminUserLiteResource.md +0 -40
- package/docs/AdminUserLiteResourceArrayResponse.md +0 -34
- package/docs/AppliedCouponResource.md +0 -40
- package/docs/AppliedCouponResourceArrayResponse.md +0 -34
- package/docs/AssetApi.md +0 -275
- package/docs/AssetFileForUploadResource.md +0 -40
- package/docs/AssetFileForUploadResourceArrayResponse.md +0 -34
- package/docs/AssetFrontendResource.md +0 -52
- package/docs/AssetFrontendResourceArrayResponse.md +0 -34
- package/docs/AssetLiteResource.md +0 -48
- package/docs/AssetLiteResourceArrayResponse.md +0 -34
- package/docs/AssetResource.md +0 -56
- package/docs/AssetResourceArrayResponse.md +0 -34
- package/docs/AssetWithOverlayLinkResource.md +0 -58
- package/docs/AssetWithOverlayLinkResourceArrayResponse.md +0 -34
- package/docs/AttachAttributesToProductRangeRequest.md +0 -34
- package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +0 -36
- package/docs/AttachCouponRequest.md +0 -34
- package/docs/AttachDocumentablesToDocumentRequest.md +0 -34
- package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +0 -38
- package/docs/AttachDocumentsToProductChildRequest.md +0 -34
- package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +0 -36
- package/docs/AttachDocumentsToProductRangeRequest.md +0 -34
- package/docs/AttachLineItemRequest.md +0 -38
- package/docs/AttachProductChildrenRequest.md +0 -34
- package/docs/AttachProductChildrenToProductRangeRequest.md +0 -34
- package/docs/AttachProductsToProductCategoryRequest.md +0 -34
- package/docs/AttachStoresToSupplierRequest.md +0 -34
- package/docs/AttachSuppliersToStoreRequest.md +0 -34
- package/docs/AttributeApi.md +0 -1151
- package/docs/AttributeFieldType.md +0 -32
- package/docs/AttributeListResource.md +0 -42
- package/docs/AttributeListResourceArrayResponse.md +0 -34
- package/docs/AttributeLiteResource.md +0 -38
- package/docs/AttributeLiteResourceArrayResponse.md +0 -34
- package/docs/AttributeProductTypeRelationResource.md +0 -50
- package/docs/AttributeProductTypeRelationResourceArrayResponse.md +0 -34
- package/docs/AttributeResource.md +0 -48
- package/docs/AttributeResourceArrayResponse.md +0 -34
- package/docs/AttributeType.md +0 -32
- package/docs/AttributeValueResource.md +0 -36
- package/docs/AttributeValueResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryApi.md +0 -407
- package/docs/BlogCategoryListResource.md +0 -40
- package/docs/BlogCategoryListResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryLiteResource.md +0 -38
- package/docs/BlogCategoryLiteResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryResource.md +0 -42
- package/docs/BlogCategoryResourceArrayResponse.md +0 -34
- package/docs/BlogFrontendDetailResource.md +0 -52
- package/docs/BlogFrontendDetailResourceArrayResponse.md +0 -34
- package/docs/BlogFrontendResource.md +0 -48
- package/docs/BlogFrontendResourceArrayResponse.md +0 -34
- package/docs/BlogResource.md +0 -44
- package/docs/BlogResourceArrayResponse.md +0 -34
- package/docs/CartCouponLiteResource.md +0 -42
- package/docs/CartCouponLiteResourceArrayResponse.md +0 -34
- package/docs/CartListResource.md +0 -54
- 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/CategoryAutomationComparisonType.md +0 -32
- package/docs/CategoryAutomationConditionType.md +0 -32
- package/docs/CategoryAutomationFieldType.md +0 -32
- package/docs/CategoryAutomationRuleResource.md +0 -46
- package/docs/CategoryAutomationRuleResourceArrayResponse.md +0 -34
- package/docs/CategoryFrontendResource.md +0 -46
- package/docs/CategoryFrontendResourceArrayResponse.md +0 -34
- package/docs/CategoryWithChildrenFrontendResource.md +0 -36
- package/docs/CategoryWithChildrenFrontendResourceArrayResponse.md +0 -34
- package/docs/CouponDiscountType.md +0 -32
- package/docs/CreateAssetFileRequest.md +0 -36
- package/docs/CreateAssetForAssetableRequest.md +0 -52
- package/docs/CreateAttributeRequest.md +0 -42
- package/docs/CreateAttributeValueRequest.md +0 -36
- package/docs/CreateBlogCategoryRequest.md +0 -40
- package/docs/CreateBlogCategoryRequestDescriptionsInner.md +0 -38
- package/docs/CreateBlogCategoryRequestSeoInner.md +0 -38
- package/docs/CreateCartRequest.md +0 -72
- package/docs/CreateCartRequestItemsInner.md +0 -38
- package/docs/CreateCartRequestShippingAddress.md +0 -48
- package/docs/CreateCustomerRequest.md +0 -42
- package/docs/CreateDefinitionRequest.md +0 -36
- package/docs/CreateDocumentFileRequest.md +0 -36
- package/docs/CreateDocumentRequest.md +0 -38
- package/docs/CreateLabelRequest.md +0 -48
- package/docs/CreateMenuItemRequest.md +0 -52
- package/docs/CreateMenuItemRequestMenuItemLink.md +0 -40
- package/docs/CreateMenuRequest.md +0 -38
- package/docs/CreateOverlayTemplateAssetRequest.md +0 -52
- package/docs/CreateOverlayTemplateRequest.md +0 -36
- package/docs/CreatePageComponentRequest.md +0 -50
- package/docs/CreatePageComponentRequestRelationsInner.md +0 -38
- package/docs/CreatePageRequest.md +0 -48
- package/docs/CreatePageRequestBlog.md +0 -40
- package/docs/CreateProductCategoryRequest.md +0 -66
- package/docs/CreateProductCategoryRequestAutomationRulesInner.md +0 -44
- package/docs/CreateProductChildRequest.md +0 -72
- package/docs/CreateProductChildRequestAssetsInner.md +0 -48
- package/docs/CreateProductChildRequestAttributeValuesInner.md +0 -38
- package/docs/CreateProductChildRequestSitesInner.md +0 -58
- package/docs/CreateProductRangeRequest.md +0 -40
- package/docs/CreateProductRangeRequestSitesInner.md +0 -54
- package/docs/CreateProductRequest.md +0 -50
- package/docs/CreateProductRequestCategoriesInner.md +0 -36
- package/docs/CreateProductTypeRequest.md +0 -34
- package/docs/CreateReviewImportFileRequest.md +0 -36
- package/docs/CreateReviewRequest.md +0 -50
- package/docs/CreateSiteNotificationRequest.md +0 -44
- package/docs/CreateStoreRequest.md +0 -60
- package/docs/CreateStoreRequestAddress.md +0 -48
- package/docs/CreateStoreRequestSpecialDatesInner.md +0 -44
- package/docs/CreateSupplierRequest.md +0 -56
- package/docs/CreateTagRequest.md +0 -48
- package/docs/CreateTransactionRequest.md +0 -48
- package/docs/CustomerListResource.md +0 -44
- package/docs/CustomerListResourceArrayResponse.md +0 -34
- package/docs/CustomerLiteResource.md +0 -40
- package/docs/CustomerLiteResourceArrayResponse.md +0 -34
- package/docs/CustomerResource.md +0 -46
- package/docs/CustomerResourceArrayResponse.md +0 -34
- package/docs/CustomerReviewableItemFrontendResource.md +0 -40
- package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +0 -34
- package/docs/CustomersApi.md +0 -206
- package/docs/DefinitionApi.md +0 -407
- package/docs/DefinitionListResource.md +0 -36
- package/docs/DefinitionListResourceArrayResponse.md +0 -34
- package/docs/DefinitionResource.md +0 -38
- package/docs/DefinitionResourceArrayResponse.md +0 -34
- package/docs/DeleteAttributeValueRequest.md +0 -34
- package/docs/DescriptionResource.md +0 -40
- package/docs/DescriptionResourceArrayResponse.md +0 -34
- package/docs/DetachAttributesFromProductRangeRequest.md +0 -34
- package/docs/DetachCouponRequest.md +0 -34
- package/docs/DetachDocumentablesFromDocumentRequest.md +0 -34
- package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +0 -36
- package/docs/DetachDocumentsFromProductChildRequest.md +0 -34
- package/docs/DetachDocumentsFromProductRangeRequest.md +0 -34
- package/docs/DetachProductChildrenFromProductRangeRequest.md +0 -34
- package/docs/DetachProductsFromProductCategoryRequest.md +0 -34
- package/docs/DetachStoresFromSupplierRequest.md +0 -34
- package/docs/DetachSuppliersFromStoreRequest.md +0 -34
- package/docs/DiscountResource.md +0 -46
- package/docs/DiscountResourceArrayResponse.md +0 -34
- package/docs/DiscountType.md +0 -32
- package/docs/DiscountValueType.md +0 -32
- package/docs/DocumentApi.md +0 -611
- package/docs/DocumentFileForUploadResource.md +0 -40
- package/docs/DocumentFileForUploadResourceArrayResponse.md +0 -34
- package/docs/DocumentFrontendResource.md +0 -38
- package/docs/DocumentFrontendResourceArrayResponse.md +0 -34
- package/docs/DocumentLiteResource.md +0 -38
- package/docs/DocumentLiteResourceArrayResponse.md +0 -34
- package/docs/DocumentResource.md +0 -48
- package/docs/DocumentResourceArrayResponse.md +0 -34
- package/docs/ExternalApiLogApi.md +0 -140
- package/docs/ExternalApiLogListResource.md +0 -42
- package/docs/ExternalApiLogListResourceArrayResponse.md +0 -34
- package/docs/ExternalApiLogResource.md +0 -54
- package/docs/ExternalApiLogResourceArrayResponse.md +0 -34
- package/docs/ExternalApiProvider.md +0 -32
- package/docs/ExternalApiSyncStatus.md +0 -32
- package/docs/FrontendCartResource.md +0 -76
- package/docs/FrontendCartResourceArrayResponse.md +0 -34
- package/docs/FrontendCartResourceCouponsInner.md +0 -42
- package/docs/FrontendComponentApi.md +0 -74
- package/docs/FrontendComponentLiteResource.md +0 -38
- package/docs/FrontendComponentLiteResourceArrayResponse.md +0 -34
- package/docs/FrontendComponentResource.md +0 -40
- package/docs/FrontendComponentResourceArrayResponse.md +0 -34
- package/docs/FrontendLineItemResource.md +0 -50
- package/docs/FrontendLineItemResourceArrayResponse.md +0 -34
- package/docs/FrontendOrderResource.md +0 -80
- package/docs/FrontendOrderResourceArrayResponse.md +0 -34
- package/docs/GenericResponse.md +0 -34
- package/docs/GetUniqueEndpointsRequest.md +0 -34
- package/docs/GlobalSearchCategoryResource.md +0 -38
- package/docs/GlobalSearchCategoryResourceArrayResponse.md +0 -34
- package/docs/GlobalSearchProductResource.md +0 -56
- package/docs/GlobalSearchProductResourceArrayResponse.md +0 -34
- package/docs/GlobalSearchRangeResource.md +0 -42
- package/docs/GlobalSearchRangeResourceArrayResponse.md +0 -34
- package/docs/GlobalSearchResponseResource.md +0 -38
- package/docs/GlobalSearchResponseResourceArrayResponse.md +0 -34
- package/docs/GoogleCategoryApi.md +0 -74
- package/docs/GoogleCategoryResource.md +0 -36
- package/docs/GoogleCategoryResourceArrayResponse.md +0 -34
- package/docs/ImportReviewsRequest.md +0 -34
- package/docs/LabelApi.md +0 -407
- package/docs/LabelListResource.md +0 -50
- package/docs/LabelListResourceArrayResponse.md +0 -34
- package/docs/LabelLiteResource.md +0 -42
- package/docs/LabelLiteResourceArrayResponse.md +0 -34
- package/docs/LabelResource.md +0 -50
- package/docs/LabelResourceArrayResponse.md +0 -34
- package/docs/LiAddressResource.md +0 -52
- package/docs/LiAddressResourceArrayResponse.md +0 -34
- package/docs/LiAdminUserLiteResource.md +0 -40
- package/docs/LiAdminUserLiteResourceArrayResponse.md +0 -34
- package/docs/LineItemDiscountResource.md +0 -40
- package/docs/LineItemDiscountResourceArrayResponse.md +0 -34
- package/docs/LineItemListResource.md +0 -52
- package/docs/LineItemListResourceArrayResponse.md +0 -34
- package/docs/LinkOverlayTemplateToAssetsRequest.md +0 -36
- package/docs/MenuApi.md +0 -407
- package/docs/MenuIdRequest.md +0 -34
- package/docs/MenuItemHierarchyResource.md +0 -50
- package/docs/MenuItemHierarchyResourceArrayResponse.md +0 -34
- package/docs/MenuItemLinkResource.md +0 -46
- package/docs/MenuItemLinkResourceArrayResponse.md +0 -34
- package/docs/MenuItemLiteResource.md +0 -44
- package/docs/MenuItemLiteResourceArrayResponse.md +0 -34
- package/docs/MenuItemResource.md +0 -58
- package/docs/MenuItemResourceArrayResponse.md +0 -34
- package/docs/MenuItemType.md +0 -32
- package/docs/MenuItemsApi.md +0 -473
- package/docs/MenuListResource.md +0 -44
- package/docs/MenuListResourceArrayResponse.md +0 -34
- package/docs/MenuPosition.md +0 -32
- package/docs/MenuResource.md +0 -44
- package/docs/MenuResourceArrayResponse.md +0 -34
- package/docs/ModelAttributeFrontendResource.md +0 -36
- package/docs/ModelAttributeFrontendResourceArrayResponse.md +0 -34
- package/docs/ModelAttributeListResource.md +0 -44
- package/docs/ModelAttributeListResourceArrayResponse.md +0 -34
- package/docs/ModelAttributeResource.md +0 -42
- package/docs/ModelAttributeResourceArrayResponse.md +0 -34
- package/docs/OmnisendSyncLiteResource.md +0 -38
- package/docs/OmnisendSyncLiteResourceArrayResponse.md +0 -34
- package/docs/OrderFulfillmentLineItemResource.md +0 -38
- package/docs/OrderFulfillmentLineItemResourceArrayResponse.md +0 -34
- package/docs/OrderFulfillmentResource.md +0 -54
- package/docs/OrderFulfillmentResourceArrayResponse.md +0 -34
- package/docs/OrderListResource.md +0 -58
- package/docs/OrderListResourceArrayResponse.md +0 -34
- package/docs/OrderLiteResource.md +0 -44
- package/docs/OrderLiteResourceArrayResponse.md +0 -34
- package/docs/OrderOmnisendEvent.md +0 -32
- package/docs/OrderStatusId.md +0 -32
- package/docs/OrderStatusLiteResource.md +0 -38
- package/docs/OrderStatusLiteResourceArrayResponse.md +0 -34
- package/docs/OrderStatusWithCountResource.md +0 -44
- package/docs/OrderStatusWithCountResourceArrayResponse.md +0 -34
- package/docs/OrdersApi.md +0 -945
- package/docs/OverlayTemplateApi.md +0 -884
- package/docs/OverlayTemplateAssetFrontendResource.md +0 -44
- package/docs/OverlayTemplateAssetFrontendResourceArrayResponse.md +0 -34
- package/docs/OverlayTemplateAssetPosition.md +0 -32
- package/docs/OverlayTemplateAssetResource.md +0 -44
- package/docs/OverlayTemplateAssetResourceArrayResponse.md +0 -34
- package/docs/OverlayTemplateListResource.md +0 -38
- package/docs/OverlayTemplateListResourceArrayResponse.md +0 -34
- package/docs/OverlayTemplateLiteResource.md +0 -38
- package/docs/OverlayTemplateLiteResourceArrayResponse.md +0 -34
- package/docs/OverlayTemplateResource.md +0 -42
- package/docs/OverlayTemplateResourceArrayResponse.md +0 -34
- package/docs/PageApi.md +0 -407
- package/docs/PageComponentApi.md +0 -341
- package/docs/PageComponentLiteResource.md +0 -38
- package/docs/PageComponentLiteResourceArrayResponse.md +0 -34
- package/docs/PageComponentRelationResource.md +0 -44
- package/docs/PageComponentRelationResourceArrayResponse.md +0 -34
- package/docs/PageComponentResource.md +0 -54
- package/docs/PageComponentResourceArrayResponse.md +0 -34
- package/docs/PageFrontendDetailResource.md +0 -44
- package/docs/PageFrontendDetailResourceArrayResponse.md +0 -34
- package/docs/PageListResource.md +0 -56
- package/docs/PageListResourceArrayResponse.md +0 -34
- package/docs/PageLiteResource.md +0 -36
- package/docs/PageLiteResourceArrayResponse.md +0 -34
- package/docs/PageResource.md +0 -52
- package/docs/PageResourceArrayResponse.md +0 -34
- package/docs/PageType.md +0 -32
- package/docs/PaginatedAdminNoteResourceResponse.md +0 -36
- package/docs/PaginatedAttributeListResourceResponse.md +0 -36
- package/docs/PaginatedAttributeLiteResourceResponse.md +0 -36
- package/docs/PaginatedAttributeProductTypeRelationResourceResponse.md +0 -36
- package/docs/PaginatedAttributeResourceResponse.md +0 -36
- package/docs/PaginatedAttributeValueResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryListResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryLiteResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryResourceResponse.md +0 -36
- package/docs/PaginatedBlogFrontendResourceResponse.md +0 -36
- package/docs/PaginatedCartListResourceResponse.md +0 -36
- package/docs/PaginatedCategoryFrontendResourceResponse.md +0 -36
- package/docs/PaginatedCustomerListResourceResponse.md +0 -36
- package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +0 -36
- package/docs/PaginatedDefinitionListResourceResponse.md +0 -36
- package/docs/PaginatedDefinitionResourceResponse.md +0 -36
- package/docs/PaginatedDocumentResourceResponse.md +0 -36
- package/docs/PaginatedExternalApiLogListResourceResponse.md +0 -36
- package/docs/PaginatedExternalApiLogResourceResponse.md +0 -36
- package/docs/PaginatedFrontendComponentLiteResourceResponse.md +0 -36
- package/docs/PaginatedFrontendComponentResourceResponse.md +0 -36
- package/docs/PaginatedGoogleCategoryResourceResponse.md +0 -36
- package/docs/PaginatedLabelListResourceResponse.md +0 -36
- package/docs/PaginatedMenuListResourceResponse.md +0 -36
- package/docs/PaginatedModelAttributeListResourceResponse.md +0 -36
- package/docs/PaginatedOrderFulfillmentResourceResponse.md +0 -36
- package/docs/PaginatedOrderListResourceResponse.md +0 -36
- package/docs/PaginatedOverlayTemplateListResourceResponse.md +0 -36
- package/docs/PaginatedOverlayTemplateLiteResourceResponse.md +0 -36
- package/docs/PaginatedOverlayTemplateResourceResponse.md +0 -36
- package/docs/PaginatedPageComponentLiteResourceResponse.md +0 -36
- package/docs/PaginatedPageListResourceResponse.md +0 -36
- package/docs/PaginatedPageLiteResourceResponse.md +0 -36
- package/docs/PaginatedPageResourceResponse.md +0 -36
- package/docs/PaginatedProductCategoryListResourceResponse.md +0 -36
- package/docs/PaginatedProductCategoryResourceResponse.md +0 -36
- package/docs/PaginatedProductChildFrontendResourceResponse.md +0 -36
- package/docs/PaginatedProductChildListResourceResponse.md +0 -36
- package/docs/PaginatedProductChildLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductChildOverlayRelationResourceResponse.md +0 -36
- package/docs/PaginatedProductChildRelationResourceResponse.md +0 -36
- package/docs/PaginatedProductChildResourceResponse.md +0 -36
- package/docs/PaginatedProductClassLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductListResourceResponse.md +0 -36
- package/docs/PaginatedProductLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeFrontendListResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeListResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeSearchResultResourceResponse.md +0 -36
- package/docs/PaginatedProductRegistrationAssetResourceResponse.md +0 -36
- package/docs/PaginatedProductRegistrationListResourceResponse.md +0 -36
- package/docs/PaginatedProductRegistrationResourceResponse.md +0 -36
- package/docs/PaginatedProductResourceResponse.md +0 -36
- package/docs/PaginatedProductSearchResultResourceResponse.md +0 -36
- package/docs/PaginatedProductTypeListResourceResponse.md +0 -36
- package/docs/PaginatedProductTypeLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductTypeResourceResponse.md +0 -36
- package/docs/PaginatedRedirectListResourceResponse.md +0 -36
- package/docs/PaginatedReviewListResourceResponse.md +0 -36
- package/docs/PaginatedReviewLiteResourceResponse.md +0 -36
- package/docs/PaginatedReviewResourceResponse.md +0 -36
- package/docs/PaginatedSiteListResourceResponse.md +0 -36
- package/docs/PaginatedSiteLiteResourceResponse.md +0 -36
- package/docs/PaginatedSiteNotificationListResourceResponse.md +0 -36
- package/docs/PaginatedSiteNotificationResourceResponse.md +0 -36
- package/docs/PaginatedSiteResourceResponse.md +0 -36
- package/docs/PaginatedStoreListResourceResponse.md +0 -36
- package/docs/PaginatedSupplierFrontendResourceResponse.md +0 -36
- package/docs/PaginatedSupplierListResourceResponse.md +0 -36
- package/docs/PaginatedSupplierLiteResourceResponse.md +0 -36
- package/docs/PaginatedSupplierResourceResponse.md +0 -36
- package/docs/PaginatedTagListResourceResponse.md +0 -36
- package/docs/PaginatedTagLiteResourceResponse.md +0 -36
- package/docs/PaginatedTagResourceResponse.md +0 -36
- package/docs/PaginatedTransactionListResourceResponse.md +0 -36
- package/docs/PaginatedTransactionResourceResponse.md +0 -36
- package/docs/PagingMetadata.md +0 -46
- package/docs/PaymentMethod.md +0 -32
- package/docs/PaymentSource.md +0 -32
- package/docs/PaymentStatus.md +0 -32
- package/docs/PreviewAutomationRulesRequest.md +0 -38
- package/docs/PreviewAutomationRulesResource.md +0 -38
- package/docs/PreviewAutomationRulesResourceArrayResponse.md +0 -34
- package/docs/ProductAggregationResource.md +0 -40
- package/docs/ProductAggregationResourceArrayResponse.md +0 -34
- package/docs/ProductApi.md +0 -1562
- package/docs/ProductAvailability.md +0 -32
- package/docs/ProductCategoryApi.md +0 -881
- package/docs/ProductCategoryHierarchyResource.md +0 -44
- package/docs/ProductCategoryHierarchyResourceArrayResponse.md +0 -34
- package/docs/ProductCategoryListResource.md +0 -50
- package/docs/ProductCategoryListResourceArrayResponse.md +0 -34
- package/docs/ProductCategoryLiteResource.md +0 -40
- package/docs/ProductCategoryLiteResourceArrayResponse.md +0 -34
- package/docs/ProductCategoryResource.md +0 -66
- package/docs/ProductCategoryResourceArrayResponse.md +0 -34
- package/docs/ProductChildAttributeGroupedResource.md +0 -40
- package/docs/ProductChildAttributeGroupedResourceArrayResponse.md +0 -34
- package/docs/ProductChildAttributeResource.md +0 -48
- package/docs/ProductChildAttributeResourceArrayResponse.md +0 -34
- package/docs/ProductChildFrontendResource.md +0 -48
- package/docs/ProductChildFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductChildLineItemLiteResource.md +0 -58
- package/docs/ProductChildLineItemLiteResourceArrayResponse.md +0 -34
- package/docs/ProductChildListResource.md +0 -56
- package/docs/ProductChildListResourceArrayResponse.md +0 -34
- package/docs/ProductChildLiteResource.md +0 -50
- package/docs/ProductChildLiteResourceArrayResponse.md +0 -34
- package/docs/ProductChildOverlayRelationResource.md +0 -56
- package/docs/ProductChildOverlayRelationResourceArrayResponse.md +0 -34
- package/docs/ProductChildRelationResource.md +0 -46
- package/docs/ProductChildRelationResourceArrayResponse.md +0 -34
- package/docs/ProductChildResource.md +0 -96
- package/docs/ProductChildResourceArrayResponse.md +0 -34
- package/docs/ProductChildSiteDetailFrontendResource.md +0 -46
- package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductChildSiteDetailLiteResource.md +0 -48
- package/docs/ProductChildSiteDetailLiteResourceArrayResponse.md +0 -34
- package/docs/ProductChildSiteDetailResource.md +0 -66
- package/docs/ProductChildSiteDetailResourceArrayResponse.md +0 -34
- package/docs/ProductClassApi.md +0 -74
- package/docs/ProductClassLiteResource.md +0 -38
- package/docs/ProductClassLiteResourceArrayResponse.md +0 -34
- package/docs/ProductClassResource.md +0 -40
- package/docs/ProductClassResourceArrayResponse.md +0 -34
- package/docs/ProductCompareResource.md +0 -70
- package/docs/ProductCompareResourceArrayResponse.md +0 -34
- package/docs/ProductListResource.md +0 -36
- package/docs/ProductListResourceArrayResponse.md +0 -34
- package/docs/ProductLiteResource.md +0 -36
- package/docs/ProductLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRangeAggregationResource.md +0 -38
- package/docs/ProductRangeAggregationResourceArrayResponse.md +0 -34
- package/docs/ProductRangeApi.md +0 -1097
- package/docs/ProductRangeFrontendListResource.md +0 -44
- package/docs/ProductRangeFrontendListResourceArrayResponse.md +0 -34
- package/docs/ProductRangeFrontendResource.md +0 -64
- package/docs/ProductRangeFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductRangeListResource.md +0 -44
- package/docs/ProductRangeListResourceArrayResponse.md +0 -34
- package/docs/ProductRangeLiteResource.md +0 -36
- package/docs/ProductRangeLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRangeResource.md +0 -52
- package/docs/ProductRangeResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSearchResponseResource.md +0 -38
- package/docs/ProductRangeSearchResponseResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSearchResponseResourceMeta.md +0 -40
- package/docs/ProductRangeSearchResultResource.md +0 -50
- package/docs/ProductRangeSearchResultResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSiteDetailFrontendResource.md +0 -46
- package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSiteDetailLiteResource.md +0 -40
- package/docs/ProductRangeSiteDetailLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSiteDetailResource.md +0 -56
- package/docs/ProductRangeSiteDetailResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSortBy.md +0 -32
- package/docs/ProductRating.md +0 -32
- package/docs/ProductRegistrationApi.md +0 -344
- package/docs/ProductRegistrationAssetResource.md +0 -38
- package/docs/ProductRegistrationAssetResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationAssetType.md +0 -32
- package/docs/ProductRegistrationCustomerLiteResource.md +0 -40
- package/docs/ProductRegistrationCustomerLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationCustomerResource.md +0 -44
- package/docs/ProductRegistrationCustomerResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationListResource.md +0 -42
- package/docs/ProductRegistrationListResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationLiteResource.md +0 -36
- package/docs/ProductRegistrationLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationProductChildResource.md +0 -40
- package/docs/ProductRegistrationProductChildResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationResource.md +0 -52
- package/docs/ProductRegistrationResourceArrayResponse.md +0 -34
- package/docs/ProductResource.md +0 -58
- package/docs/ProductResourceArrayResponse.md +0 -34
- package/docs/ProductReviewsResource.md +0 -44
- package/docs/ProductReviewsResourceArrayResponse.md +0 -34
- package/docs/ProductSearchResponseResource.md +0 -40
- package/docs/ProductSearchResponseResourceArrayResponse.md +0 -34
- package/docs/ProductSearchResponseResourceMeta.md +0 -40
- package/docs/ProductSearchResponseResourcePriceInfo.md +0 -40
- package/docs/ProductSearchResultResource.md +0 -70
- package/docs/ProductSearchResultResourceArrayResponse.md +0 -34
- package/docs/ProductSortBy.md +0 -32
- package/docs/ProductTypeApi.md +0 -614
- package/docs/ProductTypeListResource.md +0 -40
- package/docs/ProductTypeListResourceArrayResponse.md +0 -34
- package/docs/ProductTypeLiteResource.md +0 -38
- package/docs/ProductTypeLiteResourceArrayResponse.md +0 -34
- package/docs/ProductTypeResource.md +0 -48
- package/docs/ProductTypeResourceArrayResponse.md +0 -34
- package/docs/RedirectApi.md +0 -74
- package/docs/RedirectFrontendResource.md +0 -44
- package/docs/RedirectFrontendResourceArrayResponse.md +0 -34
- package/docs/RedirectListResource.md +0 -46
- package/docs/RedirectListResourceArrayResponse.md +0 -34
- package/docs/RefundTransactionRequest.md +0 -36
- package/docs/ReviewApi.md +0 -605
- package/docs/ReviewExportDownloadUrlResource.md +0 -34
- package/docs/ReviewExportDownloadUrlResourceArrayResponse.md +0 -34
- package/docs/ReviewImportFailureResource.md +0 -38
- package/docs/ReviewImportFailureResourceArrayResponse.md +0 -34
- package/docs/ReviewImportResultResource.md +0 -38
- package/docs/ReviewImportResultResourceArrayResponse.md +0 -34
- package/docs/ReviewImportUploadUrlResource.md +0 -38
- package/docs/ReviewImportUploadUrlResourceArrayResponse.md +0 -34
- package/docs/ReviewListResource.md +0 -54
- package/docs/ReviewListResourceArrayResponse.md +0 -34
- package/docs/ReviewLiteResource.md +0 -38
- package/docs/ReviewLiteResourceArrayResponse.md +0 -34
- package/docs/ReviewPublicResource.md +0 -46
- package/docs/ReviewPublicResourceArrayResponse.md +0 -34
- package/docs/ReviewResource.md +0 -64
- package/docs/ReviewResourceArrayResponse.md +0 -34
- package/docs/SEOResource.md +0 -40
- package/docs/SEOResourceArrayResponse.md +0 -34
- package/docs/SearchAdminNotesRequest.md +0 -52
- package/docs/SearchAllAttributeValuesRequest.md +0 -46
- package/docs/SearchAllAttributesRequest.md +0 -50
- package/docs/SearchAllBlogCategoriesRequest.md +0 -46
- package/docs/SearchAllDefinitionsRequest.md +0 -44
- package/docs/SearchAllDocumentsRequest.md +0 -46
- package/docs/SearchAllFrontendComponentsRequest.md +0 -48
- package/docs/SearchAllMenuItemsRequest.md +0 -48
- package/docs/SearchAllMenusRequest.md +0 -48
- package/docs/SearchAllOrdersRequest.md +0 -54
- package/docs/SearchAllOverlayTemplatesRequest.md +0 -46
- package/docs/SearchAllPageComponentsRequest.md +0 -48
- package/docs/SearchAllPagesRequest.md +0 -50
- package/docs/SearchAllProductCategoriesRequest.md +0 -54
- package/docs/SearchAllProductChildrenRequest.md +0 -70
- package/docs/SearchAllProductClassesRequest.md +0 -44
- package/docs/SearchAllProductRangesRequest.md +0 -50
- package/docs/SearchAllProductRegistrationsRequest.md +0 -46
- package/docs/SearchAllProductTypesRequest.md +0 -44
- package/docs/SearchAllProductsRequest.md +0 -54
- package/docs/SearchAllStoresRequest.md +0 -48
- package/docs/SearchAllSuppliersRequest.md +0 -44
- package/docs/SearchAttributeValuesRequest.md +0 -50
- package/docs/SearchAttributesRequest.md +0 -54
- package/docs/SearchBlogCategoriesRequest.md +0 -50
- package/docs/SearchCartsRequest.md +0 -66
- package/docs/SearchCustomersRequest.md +0 -50
- package/docs/SearchDefinitionsRequest.md +0 -48
- package/docs/SearchDocumentsRequest.md +0 -50
- package/docs/SearchExternalApiLogsRequest.md +0 -70
- package/docs/SearchGoogleCategoriesRequest.md +0 -48
- package/docs/SearchLabelsRequest.md +0 -50
- package/docs/SearchLinkablesRequest.md +0 -38
- package/docs/SearchMenusRequest.md +0 -52
- package/docs/SearchModelAttributesRequest.md +0 -54
- package/docs/SearchOrderFulfillmentsRequest.md +0 -58
- package/docs/SearchOrdersRequest.md +0 -70
- package/docs/SearchOverlayTemplatesRequest.md +0 -50
- package/docs/SearchPagesRequest.md +0 -54
- package/docs/SearchProductCategoriesRequest.md +0 -62
- package/docs/SearchProductChildAttributesRequest.md +0 -50
- package/docs/SearchProductChildrenRequest.md +0 -74
- package/docs/SearchProductRangesRequest.md +0 -54
- package/docs/SearchProductRegistrationAssetsRequest.md +0 -52
- package/docs/SearchProductRegistrationsRequest.md +0 -58
- package/docs/SearchProductTypesRequest.md +0 -48
- package/docs/SearchProductsRequest.md +0 -58
- package/docs/SearchRedirectsRequest.md +0 -56
- package/docs/SearchReviewsRequest.md +0 -54
- package/docs/SearchSiteNotificationsRequest.md +0 -50
- package/docs/SearchSitesRequest.md +0 -48
- package/docs/SearchStoresRequest.md +0 -52
- package/docs/SearchSuppliersRequest.md +0 -48
- package/docs/SearchTagsRequest.md +0 -52
- package/docs/SearchTransactionsRequest.md +0 -60
- package/docs/ShippingType.md +0 -32
- package/docs/ShowProductChildAssetsRequest.md +0 -34
- package/docs/SiteApi.md +0 -608
- package/docs/SiteConfigResource.md +0 -58
- package/docs/SiteConfigResourceArrayResponse.md +0 -34
- package/docs/SiteIdRequest.md +0 -34
- package/docs/SiteListResource.md +0 -40
- package/docs/SiteListResourceArrayResponse.md +0 -34
- package/docs/SiteLiteResource.md +0 -40
- package/docs/SiteLiteResourceArrayResponse.md +0 -34
- package/docs/SiteNotificationListResource.md +0 -52
- package/docs/SiteNotificationListResourceArrayResponse.md +0 -34
- package/docs/SiteNotificationResource.md +0 -46
- package/docs/SiteNotificationResourceArrayResponse.md +0 -34
- package/docs/SitePaymentConfigResource.md +0 -56
- package/docs/SitePaymentConfigResourceArrayResponse.md +0 -34
- package/docs/SiteResource.md +0 -44
- package/docs/SiteResourceArrayResponse.md +0 -34
- package/docs/SkuSearchProductChildRequest.md +0 -36
- package/docs/StoreApi.md +0 -755
- package/docs/StoreFrontendResource.md +0 -58
- package/docs/StoreFrontendResourceArrayResponse.md +0 -34
- package/docs/StoreListResource.md +0 -56
- package/docs/StoreListResourceArrayResponse.md +0 -34
- package/docs/StoreLiteResource.md +0 -38
- package/docs/StoreLiteResourceArrayResponse.md +0 -34
- package/docs/StoreResource.md +0 -62
- package/docs/StoreResourceArrayResponse.md +0 -34
- package/docs/StoreSpecialDateFrontendResource.md +0 -46
- package/docs/StoreSpecialDateFrontendResourceArrayResponse.md +0 -34
- package/docs/StoreSpecialDateRequest.md +0 -44
- package/docs/StoreSpecialDateResource.md +0 -46
- package/docs/StoreSpecialDateResourceArrayResponse.md +0 -34
- package/docs/StoreStockType.md +0 -32
- package/docs/StoreTransactionResource.md +0 -36
- package/docs/StoreTransactionResourceArrayResponse.md +0 -34
- package/docs/SupplierApi.md +0 -677
- package/docs/SupplierFrontendResource.md +0 -50
- package/docs/SupplierFrontendResourceArrayResponse.md +0 -34
- package/docs/SupplierListResource.md +0 -42
- package/docs/SupplierListResourceArrayResponse.md +0 -34
- package/docs/SupplierLiteResource.md +0 -36
- package/docs/SupplierLiteResourceArrayResponse.md +0 -34
- package/docs/SupplierResource.md +0 -50
- package/docs/SupplierResourceArrayResponse.md +0 -34
- package/docs/TagApi.md +0 -545
- package/docs/TagFrontendResource.md +0 -44
- package/docs/TagFrontendResourceArrayResponse.md +0 -34
- package/docs/TagListResource.md +0 -42
- package/docs/TagListResourceArrayResponse.md +0 -34
- package/docs/TagLiteResource.md +0 -36
- package/docs/TagLiteResourceArrayResponse.md +0 -34
- package/docs/TagResource.md +0 -46
- package/docs/TagResourceArrayResponse.md +0 -34
- package/docs/TagType.md +0 -32
- package/docs/Thumbnail.md +0 -36
- package/docs/TransactionListResource.md +0 -62
- package/docs/TransactionListResourceArrayResponse.md +0 -34
- package/docs/TransactionLiteResource.md +0 -56
- 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/UnlinkOverlayTemplateFromAssetableRequest.md +0 -38
- package/docs/UpdateAssetForAssetableRequest.md +0 -48
- package/docs/UpdateAttributeFilterOrderRequest.md +0 -34
- package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +0 -36
- package/docs/UpdateAttributeProductTypeRequest.md +0 -36
- package/docs/UpdateAttributeRequest.md +0 -42
- package/docs/UpdateAttributeValueRequest.md +0 -34
- package/docs/UpdateBlogCategoryRequest.md +0 -40
- package/docs/UpdateCartRequest.md +0 -66
- package/docs/UpdateDefinitionRequest.md +0 -36
- package/docs/UpdateDocumentRequest.md +0 -38
- package/docs/UpdateLabelRequest.md +0 -48
- package/docs/UpdateLineItemRequest.md +0 -36
- package/docs/UpdateMenuItemRequest.md +0 -52
- package/docs/UpdateMenuRequest.md +0 -40
- package/docs/UpdateMenuRequestMenuItemOrderInner.md +0 -38
- package/docs/UpdateModelAttributeRequest.md +0 -36
- package/docs/UpdateOrderRequest.md +0 -60
- package/docs/UpdateOverlayTemplateAssetRequest.md +0 -50
- package/docs/UpdateOverlayTemplateRequest.md +0 -36
- package/docs/UpdatePageComponentRequest.md +0 -46
- package/docs/UpdatePageRequest.md +0 -46
- package/docs/UpdatePageRequestComponentOrderInner.md +0 -36
- package/docs/UpdateProductCategoryRequest.md +0 -66
- package/docs/UpdateProductChildRequest.md +0 -66
- package/docs/UpdateProductChildRequestAssetsInner.md +0 -44
- package/docs/UpdateProductRangeRequest.md +0 -42
- package/docs/UpdateProductRangeRequestAttributesInner.md +0 -36
- package/docs/UpdateProductRequest.md +0 -50
- package/docs/UpdateProductTypeAttributeRequest.md +0 -36
- package/docs/UpdateProductTypeRequest.md +0 -42
- package/docs/UpdateReviewRequest.md +0 -46
- package/docs/UpdateSiteNotificationRequest.md +0 -42
- package/docs/UpdateSiteRequest.md +0 -78
- package/docs/UpdateStoreRequest.md +0 -60
- package/docs/UpdateStoreRequestSpecialDatesInner.md +0 -42
- package/docs/UpdateSupplierRequest.md +0 -56
- package/docs/UpdateTagRequest.md +0 -46
- package/docs/WishlistCheckResource.md +0 -34
- package/docs/WishlistCheckResourceArrayResponse.md +0 -34
- package/docs/WishlistToggleResource.md +0 -36
- package/docs/WishlistToggleResourceArrayResponse.md +0 -34
package/src/apis/AttributeApi.ts
CHANGED
|
@@ -12,117 +12,78 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
|
|
15
16
|
import * as runtime from '../runtime';
|
|
17
|
+
import type {
|
|
18
|
+
AttributeLiteResourceArrayResponse,
|
|
19
|
+
AttributeResource,
|
|
20
|
+
AttributeResourceArrayResponse,
|
|
21
|
+
AttributeValueResourceArrayResponse,
|
|
22
|
+
CreateAttributeRequest,
|
|
23
|
+
CreateAttributeValueRequest,
|
|
24
|
+
DeleteAttributeValueRequest,
|
|
25
|
+
GenericResponse,
|
|
26
|
+
ModelAttributeResourceArrayResponse,
|
|
27
|
+
PaginatedAttributeListResourceResponse,
|
|
28
|
+
PaginatedAttributeValueResourceResponse,
|
|
29
|
+
PaginatedModelAttributeListResourceResponse,
|
|
30
|
+
SearchAllAttributeValuesRequest,
|
|
31
|
+
SearchAllAttributesRequest,
|
|
32
|
+
SearchAttributeValuesRequest,
|
|
33
|
+
SearchAttributesRequest,
|
|
34
|
+
SearchModelAttributesRequest,
|
|
35
|
+
UpdateAttributeFilterOrderRequest,
|
|
36
|
+
UpdateAttributeProductTypeRequest,
|
|
37
|
+
UpdateAttributeRequest,
|
|
38
|
+
UpdateAttributeValueRequest,
|
|
39
|
+
UpdateModelAttributeRequest,
|
|
40
|
+
} from '../models/index';
|
|
16
41
|
import {
|
|
17
|
-
type AttributeLiteResourceArrayResponse,
|
|
18
42
|
AttributeLiteResourceArrayResponseFromJSON,
|
|
19
43
|
AttributeLiteResourceArrayResponseToJSON,
|
|
20
|
-
} from '../models/AttributeLiteResourceArrayResponse';
|
|
21
|
-
import {
|
|
22
|
-
type AttributeResource,
|
|
23
44
|
AttributeResourceFromJSON,
|
|
24
45
|
AttributeResourceToJSON,
|
|
25
|
-
} from '../models/AttributeResource';
|
|
26
|
-
import {
|
|
27
|
-
type AttributeResourceArrayResponse,
|
|
28
46
|
AttributeResourceArrayResponseFromJSON,
|
|
29
47
|
AttributeResourceArrayResponseToJSON,
|
|
30
|
-
} from '../models/AttributeResourceArrayResponse';
|
|
31
|
-
import {
|
|
32
|
-
type AttributeValueResourceArrayResponse,
|
|
33
48
|
AttributeValueResourceArrayResponseFromJSON,
|
|
34
49
|
AttributeValueResourceArrayResponseToJSON,
|
|
35
|
-
} from '../models/AttributeValueResourceArrayResponse';
|
|
36
|
-
import {
|
|
37
|
-
type CreateAttributeRequest,
|
|
38
50
|
CreateAttributeRequestFromJSON,
|
|
39
51
|
CreateAttributeRequestToJSON,
|
|
40
|
-
} from '../models/CreateAttributeRequest';
|
|
41
|
-
import {
|
|
42
|
-
type CreateAttributeValueRequest,
|
|
43
52
|
CreateAttributeValueRequestFromJSON,
|
|
44
53
|
CreateAttributeValueRequestToJSON,
|
|
45
|
-
} from '../models/CreateAttributeValueRequest';
|
|
46
|
-
import {
|
|
47
|
-
type DeleteAttributeValueRequest,
|
|
48
54
|
DeleteAttributeValueRequestFromJSON,
|
|
49
55
|
DeleteAttributeValueRequestToJSON,
|
|
50
|
-
} from '../models/DeleteAttributeValueRequest';
|
|
51
|
-
import {
|
|
52
|
-
type GenericResponse,
|
|
53
56
|
GenericResponseFromJSON,
|
|
54
57
|
GenericResponseToJSON,
|
|
55
|
-
} from '../models/GenericResponse';
|
|
56
|
-
import {
|
|
57
|
-
type ModelAttributeResourceArrayResponse,
|
|
58
58
|
ModelAttributeResourceArrayResponseFromJSON,
|
|
59
59
|
ModelAttributeResourceArrayResponseToJSON,
|
|
60
|
-
} from '../models/ModelAttributeResourceArrayResponse';
|
|
61
|
-
import {
|
|
62
|
-
type PaginatedAttributeListResourceResponse,
|
|
63
60
|
PaginatedAttributeListResourceResponseFromJSON,
|
|
64
61
|
PaginatedAttributeListResourceResponseToJSON,
|
|
65
|
-
} from '../models/PaginatedAttributeListResourceResponse';
|
|
66
|
-
import {
|
|
67
|
-
type PaginatedAttributeValueResourceResponse,
|
|
68
62
|
PaginatedAttributeValueResourceResponseFromJSON,
|
|
69
63
|
PaginatedAttributeValueResourceResponseToJSON,
|
|
70
|
-
} from '../models/PaginatedAttributeValueResourceResponse';
|
|
71
|
-
import {
|
|
72
|
-
type PaginatedModelAttributeListResourceResponse,
|
|
73
64
|
PaginatedModelAttributeListResourceResponseFromJSON,
|
|
74
65
|
PaginatedModelAttributeListResourceResponseToJSON,
|
|
75
|
-
} from '../models/PaginatedModelAttributeListResourceResponse';
|
|
76
|
-
import {
|
|
77
|
-
type SearchAllAttributeValuesRequest,
|
|
78
66
|
SearchAllAttributeValuesRequestFromJSON,
|
|
79
67
|
SearchAllAttributeValuesRequestToJSON,
|
|
80
|
-
} from '../models/SearchAllAttributeValuesRequest';
|
|
81
|
-
import {
|
|
82
|
-
type SearchAllAttributesRequest,
|
|
83
68
|
SearchAllAttributesRequestFromJSON,
|
|
84
69
|
SearchAllAttributesRequestToJSON,
|
|
85
|
-
} from '../models/SearchAllAttributesRequest';
|
|
86
|
-
import {
|
|
87
|
-
type SearchAttributeValuesRequest,
|
|
88
70
|
SearchAttributeValuesRequestFromJSON,
|
|
89
71
|
SearchAttributeValuesRequestToJSON,
|
|
90
|
-
} from '../models/SearchAttributeValuesRequest';
|
|
91
|
-
import {
|
|
92
|
-
type SearchAttributesRequest,
|
|
93
72
|
SearchAttributesRequestFromJSON,
|
|
94
73
|
SearchAttributesRequestToJSON,
|
|
95
|
-
} from '../models/SearchAttributesRequest';
|
|
96
|
-
import {
|
|
97
|
-
type SearchModelAttributesRequest,
|
|
98
74
|
SearchModelAttributesRequestFromJSON,
|
|
99
75
|
SearchModelAttributesRequestToJSON,
|
|
100
|
-
} from '../models/SearchModelAttributesRequest';
|
|
101
|
-
import {
|
|
102
|
-
type UpdateAttributeFilterOrderRequest,
|
|
103
76
|
UpdateAttributeFilterOrderRequestFromJSON,
|
|
104
77
|
UpdateAttributeFilterOrderRequestToJSON,
|
|
105
|
-
} from '../models/UpdateAttributeFilterOrderRequest';
|
|
106
|
-
import {
|
|
107
|
-
type UpdateAttributeProductTypeRequest,
|
|
108
78
|
UpdateAttributeProductTypeRequestFromJSON,
|
|
109
79
|
UpdateAttributeProductTypeRequestToJSON,
|
|
110
|
-
} from '../models/UpdateAttributeProductTypeRequest';
|
|
111
|
-
import {
|
|
112
|
-
type UpdateAttributeRequest,
|
|
113
80
|
UpdateAttributeRequestFromJSON,
|
|
114
81
|
UpdateAttributeRequestToJSON,
|
|
115
|
-
} from '../models/UpdateAttributeRequest';
|
|
116
|
-
import {
|
|
117
|
-
type UpdateAttributeValueRequest,
|
|
118
82
|
UpdateAttributeValueRequestFromJSON,
|
|
119
83
|
UpdateAttributeValueRequestToJSON,
|
|
120
|
-
} from '../models/UpdateAttributeValueRequest';
|
|
121
|
-
import {
|
|
122
|
-
type UpdateModelAttributeRequest,
|
|
123
84
|
UpdateModelAttributeRequestFromJSON,
|
|
124
85
|
UpdateModelAttributeRequestToJSON,
|
|
125
|
-
} from '../models/
|
|
86
|
+
} from '../models/index';
|
|
126
87
|
|
|
127
88
|
export interface AttachProductTypeAttributeRequest {
|
|
128
89
|
attribute: number;
|
|
@@ -205,9 +166,9 @@ export interface UpdateModelAttributeOperationRequest {
|
|
|
205
166
|
export class AttributeApi extends runtime.BaseAPI {
|
|
206
167
|
|
|
207
168
|
/**
|
|
208
|
-
*
|
|
169
|
+
* Auto-generated: attachProductTypeAttribute
|
|
209
170
|
*/
|
|
210
|
-
async
|
|
171
|
+
async attachProductTypeAttributeRaw(requestParameters: AttachProductTypeAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
211
172
|
if (requestParameters['attribute'] == null) {
|
|
212
173
|
throw new runtime.RequiredError(
|
|
213
174
|
'attribute',
|
|
@@ -223,23 +184,15 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
223
184
|
|
|
224
185
|
|
|
225
186
|
let urlPath = `/admin-api/attribute/{attribute}/attach-product-type`;
|
|
226
|
-
urlPath = urlPath.replace(
|
|
187
|
+
urlPath = urlPath.replace(`{${"attribute"}}`, encodeURIComponent(String(requestParameters['attribute'])));
|
|
227
188
|
|
|
228
|
-
|
|
189
|
+
const response = await this.request({
|
|
229
190
|
path: urlPath,
|
|
230
191
|
method: 'POST',
|
|
231
192
|
headers: headerParameters,
|
|
232
193
|
query: queryParameters,
|
|
233
194
|
body: UpdateAttributeProductTypeRequestToJSON(requestParameters['updateAttributeProductTypeRequest']),
|
|
234
|
-
};
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
/**
|
|
238
|
-
* Auto-generated: attachProductTypeAttribute
|
|
239
|
-
*/
|
|
240
|
-
async attachProductTypeAttributeRaw(requestParameters: AttachProductTypeAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
241
|
-
const requestOptions = await this.attachProductTypeAttributeRequestOpts(requestParameters);
|
|
242
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
195
|
+
}, initOverrides);
|
|
243
196
|
|
|
244
197
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
245
198
|
}
|
|
@@ -253,9 +206,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
253
206
|
}
|
|
254
207
|
|
|
255
208
|
/**
|
|
256
|
-
*
|
|
209
|
+
* Auto-generated: destroyAttribute
|
|
257
210
|
*/
|
|
258
|
-
async
|
|
211
|
+
async destroyAttributeRaw(requestParameters: DestroyAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>> {
|
|
259
212
|
if (requestParameters['attribute'] == null) {
|
|
260
213
|
throw new runtime.RequiredError(
|
|
261
214
|
'attribute',
|
|
@@ -269,22 +222,14 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
269
222
|
|
|
270
223
|
|
|
271
224
|
let urlPath = `/admin-api/attribute/{attribute}/delete`;
|
|
272
|
-
urlPath = urlPath.replace(
|
|
225
|
+
urlPath = urlPath.replace(`{${"attribute"}}`, encodeURIComponent(String(requestParameters['attribute'])));
|
|
273
226
|
|
|
274
|
-
|
|
227
|
+
const response = await this.request({
|
|
275
228
|
path: urlPath,
|
|
276
229
|
method: 'DELETE',
|
|
277
230
|
headers: headerParameters,
|
|
278
231
|
query: queryParameters,
|
|
279
|
-
};
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/**
|
|
283
|
-
* Auto-generated: destroyAttribute
|
|
284
|
-
*/
|
|
285
|
-
async destroyAttributeRaw(requestParameters: DestroyAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>> {
|
|
286
|
-
const requestOptions = await this.destroyAttributeRequestOpts(requestParameters);
|
|
287
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
232
|
+
}, initOverrides);
|
|
288
233
|
|
|
289
234
|
return new runtime.JSONApiResponse(response, (jsonValue) => GenericResponseFromJSON(jsonValue));
|
|
290
235
|
}
|
|
@@ -298,9 +243,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
298
243
|
}
|
|
299
244
|
|
|
300
245
|
/**
|
|
301
|
-
*
|
|
246
|
+
* Auto-generated: destroyAttributeValue
|
|
302
247
|
*/
|
|
303
|
-
async
|
|
248
|
+
async destroyAttributeValueRaw(requestParameters: DestroyAttributeValueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
304
249
|
if (requestParameters['attributeValue'] == null) {
|
|
305
250
|
throw new runtime.RequiredError(
|
|
306
251
|
'attributeValue',
|
|
@@ -316,23 +261,15 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
316
261
|
|
|
317
262
|
|
|
318
263
|
let urlPath = `/admin-api/attribute/value/{attributeValue}/delete`;
|
|
319
|
-
urlPath = urlPath.replace(
|
|
264
|
+
urlPath = urlPath.replace(`{${"attributeValue"}}`, encodeURIComponent(String(requestParameters['attributeValue'])));
|
|
320
265
|
|
|
321
|
-
|
|
266
|
+
const response = await this.request({
|
|
322
267
|
path: urlPath,
|
|
323
268
|
method: 'POST',
|
|
324
269
|
headers: headerParameters,
|
|
325
270
|
query: queryParameters,
|
|
326
271
|
body: DeleteAttributeValueRequestToJSON(requestParameters['deleteAttributeValueRequest']),
|
|
327
|
-
};
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* Auto-generated: destroyAttributeValue
|
|
332
|
-
*/
|
|
333
|
-
async destroyAttributeValueRaw(requestParameters: DestroyAttributeValueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
334
|
-
const requestOptions = await this.destroyAttributeValueRequestOpts(requestParameters);
|
|
335
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
272
|
+
}, initOverrides);
|
|
336
273
|
|
|
337
274
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
338
275
|
}
|
|
@@ -346,9 +283,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
346
283
|
}
|
|
347
284
|
|
|
348
285
|
/**
|
|
349
|
-
*
|
|
286
|
+
* Auto-generated: detachProductTypeAttribute
|
|
350
287
|
*/
|
|
351
|
-
async
|
|
288
|
+
async detachProductTypeAttributeRaw(requestParameters: DetachProductTypeAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
352
289
|
if (requestParameters['attribute'] == null) {
|
|
353
290
|
throw new runtime.RequiredError(
|
|
354
291
|
'attribute',
|
|
@@ -369,23 +306,15 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
369
306
|
|
|
370
307
|
|
|
371
308
|
let urlPath = `/admin-api/attribute/{attribute}/detach-product-type/{productType}`;
|
|
372
|
-
urlPath = urlPath.replace(
|
|
373
|
-
urlPath = urlPath.replace(
|
|
309
|
+
urlPath = urlPath.replace(`{${"attribute"}}`, encodeURIComponent(String(requestParameters['attribute'])));
|
|
310
|
+
urlPath = urlPath.replace(`{${"productType"}}`, encodeURIComponent(String(requestParameters['productType'])));
|
|
374
311
|
|
|
375
|
-
|
|
312
|
+
const response = await this.request({
|
|
376
313
|
path: urlPath,
|
|
377
314
|
method: 'POST',
|
|
378
315
|
headers: headerParameters,
|
|
379
316
|
query: queryParameters,
|
|
380
|
-
};
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
/**
|
|
384
|
-
* Auto-generated: detachProductTypeAttribute
|
|
385
|
-
*/
|
|
386
|
-
async detachProductTypeAttributeRaw(requestParameters: DetachProductTypeAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
387
|
-
const requestOptions = await this.detachProductTypeAttributeRequestOpts(requestParameters);
|
|
388
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
317
|
+
}, initOverrides);
|
|
389
318
|
|
|
390
319
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
391
320
|
}
|
|
@@ -399,9 +328,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
399
328
|
}
|
|
400
329
|
|
|
401
330
|
/**
|
|
402
|
-
*
|
|
331
|
+
* Auto-generated: getAllAttribute
|
|
403
332
|
*/
|
|
404
|
-
async
|
|
333
|
+
async getAllAttributeRaw(requestParameters: GetAllAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeLiteResourceArrayResponse>> {
|
|
405
334
|
const queryParameters: any = {};
|
|
406
335
|
|
|
407
336
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -411,21 +340,13 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
411
340
|
|
|
412
341
|
let urlPath = `/admin-api/attribute/all`;
|
|
413
342
|
|
|
414
|
-
|
|
343
|
+
const response = await this.request({
|
|
415
344
|
path: urlPath,
|
|
416
345
|
method: 'POST',
|
|
417
346
|
headers: headerParameters,
|
|
418
347
|
query: queryParameters,
|
|
419
348
|
body: SearchAllAttributesRequestToJSON(requestParameters['searchAllAttributesRequest']),
|
|
420
|
-
};
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
/**
|
|
424
|
-
* Auto-generated: getAllAttribute
|
|
425
|
-
*/
|
|
426
|
-
async getAllAttributeRaw(requestParameters: GetAllAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeLiteResourceArrayResponse>> {
|
|
427
|
-
const requestOptions = await this.getAllAttributeRequestOpts(requestParameters);
|
|
428
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
349
|
+
}, initOverrides);
|
|
429
350
|
|
|
430
351
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeLiteResourceArrayResponseFromJSON(jsonValue));
|
|
431
352
|
}
|
|
@@ -439,9 +360,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
439
360
|
}
|
|
440
361
|
|
|
441
362
|
/**
|
|
442
|
-
*
|
|
363
|
+
* Auto-generated: getAllAttributeValue
|
|
443
364
|
*/
|
|
444
|
-
async
|
|
365
|
+
async getAllAttributeValueRaw(requestParameters: GetAllAttributeValueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeValueResourceArrayResponse>> {
|
|
445
366
|
const queryParameters: any = {};
|
|
446
367
|
|
|
447
368
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -451,21 +372,13 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
451
372
|
|
|
452
373
|
let urlPath = `/admin-api/attribute/value/all`;
|
|
453
374
|
|
|
454
|
-
|
|
375
|
+
const response = await this.request({
|
|
455
376
|
path: urlPath,
|
|
456
377
|
method: 'POST',
|
|
457
378
|
headers: headerParameters,
|
|
458
379
|
query: queryParameters,
|
|
459
380
|
body: SearchAllAttributeValuesRequestToJSON(requestParameters['searchAllAttributeValuesRequest']),
|
|
460
|
-
};
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
/**
|
|
464
|
-
* Auto-generated: getAllAttributeValue
|
|
465
|
-
*/
|
|
466
|
-
async getAllAttributeValueRaw(requestParameters: GetAllAttributeValueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeValueResourceArrayResponse>> {
|
|
467
|
-
const requestOptions = await this.getAllAttributeValueRequestOpts(requestParameters);
|
|
468
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
381
|
+
}, initOverrides);
|
|
469
382
|
|
|
470
383
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeValueResourceArrayResponseFromJSON(jsonValue));
|
|
471
384
|
}
|
|
@@ -479,9 +392,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
479
392
|
}
|
|
480
393
|
|
|
481
394
|
/**
|
|
482
|
-
*
|
|
395
|
+
* Auto-generated: indexAttribute
|
|
483
396
|
*/
|
|
484
|
-
async
|
|
397
|
+
async indexAttributeRaw(requestParameters: IndexAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedAttributeListResourceResponse>> {
|
|
485
398
|
const queryParameters: any = {};
|
|
486
399
|
|
|
487
400
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -491,21 +404,13 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
491
404
|
|
|
492
405
|
let urlPath = `/admin-api/attribute/list`;
|
|
493
406
|
|
|
494
|
-
|
|
407
|
+
const response = await this.request({
|
|
495
408
|
path: urlPath,
|
|
496
409
|
method: 'POST',
|
|
497
410
|
headers: headerParameters,
|
|
498
411
|
query: queryParameters,
|
|
499
412
|
body: SearchAttributesRequestToJSON(requestParameters['searchAttributesRequest']),
|
|
500
|
-
};
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
/**
|
|
504
|
-
* Auto-generated: indexAttribute
|
|
505
|
-
*/
|
|
506
|
-
async indexAttributeRaw(requestParameters: IndexAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedAttributeListResourceResponse>> {
|
|
507
|
-
const requestOptions = await this.indexAttributeRequestOpts(requestParameters);
|
|
508
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
413
|
+
}, initOverrides);
|
|
509
414
|
|
|
510
415
|
return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedAttributeListResourceResponseFromJSON(jsonValue));
|
|
511
416
|
}
|
|
@@ -519,9 +424,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
519
424
|
}
|
|
520
425
|
|
|
521
426
|
/**
|
|
522
|
-
*
|
|
427
|
+
* Auto-generated: indexAttributeValue
|
|
523
428
|
*/
|
|
524
|
-
async
|
|
429
|
+
async indexAttributeValueRaw(requestParameters: IndexAttributeValueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedAttributeValueResourceResponse>> {
|
|
525
430
|
const queryParameters: any = {};
|
|
526
431
|
|
|
527
432
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -531,21 +436,13 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
531
436
|
|
|
532
437
|
let urlPath = `/admin-api/attribute/value/list`;
|
|
533
438
|
|
|
534
|
-
|
|
439
|
+
const response = await this.request({
|
|
535
440
|
path: urlPath,
|
|
536
441
|
method: 'POST',
|
|
537
442
|
headers: headerParameters,
|
|
538
443
|
query: queryParameters,
|
|
539
444
|
body: SearchAttributeValuesRequestToJSON(requestParameters['searchAttributeValuesRequest']),
|
|
540
|
-
};
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
/**
|
|
544
|
-
* Auto-generated: indexAttributeValue
|
|
545
|
-
*/
|
|
546
|
-
async indexAttributeValueRaw(requestParameters: IndexAttributeValueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedAttributeValueResourceResponse>> {
|
|
547
|
-
const requestOptions = await this.indexAttributeValueRequestOpts(requestParameters);
|
|
548
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
445
|
+
}, initOverrides);
|
|
549
446
|
|
|
550
447
|
return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedAttributeValueResourceResponseFromJSON(jsonValue));
|
|
551
448
|
}
|
|
@@ -559,9 +456,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
559
456
|
}
|
|
560
457
|
|
|
561
458
|
/**
|
|
562
|
-
*
|
|
459
|
+
* Auto-generated: indexModelAttribute
|
|
563
460
|
*/
|
|
564
|
-
async
|
|
461
|
+
async indexModelAttributeRaw(requestParameters: IndexModelAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedModelAttributeListResourceResponse>> {
|
|
565
462
|
const queryParameters: any = {};
|
|
566
463
|
|
|
567
464
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -571,21 +468,13 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
571
468
|
|
|
572
469
|
let urlPath = `/admin-api/attribute/model-attribute/list`;
|
|
573
470
|
|
|
574
|
-
|
|
471
|
+
const response = await this.request({
|
|
575
472
|
path: urlPath,
|
|
576
473
|
method: 'POST',
|
|
577
474
|
headers: headerParameters,
|
|
578
475
|
query: queryParameters,
|
|
579
476
|
body: SearchModelAttributesRequestToJSON(requestParameters['searchModelAttributesRequest']),
|
|
580
|
-
};
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
/**
|
|
584
|
-
* Auto-generated: indexModelAttribute
|
|
585
|
-
*/
|
|
586
|
-
async indexModelAttributeRaw(requestParameters: IndexModelAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedModelAttributeListResourceResponse>> {
|
|
587
|
-
const requestOptions = await this.indexModelAttributeRequestOpts(requestParameters);
|
|
588
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
477
|
+
}, initOverrides);
|
|
589
478
|
|
|
590
479
|
return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedModelAttributeListResourceResponseFromJSON(jsonValue));
|
|
591
480
|
}
|
|
@@ -599,9 +488,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
599
488
|
}
|
|
600
489
|
|
|
601
490
|
/**
|
|
602
|
-
*
|
|
491
|
+
* Auto-generated: showAttribute
|
|
603
492
|
*/
|
|
604
|
-
async
|
|
493
|
+
async showAttributeRaw(requestParameters: ShowAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
605
494
|
if (requestParameters['attribute'] == null) {
|
|
606
495
|
throw new runtime.RequiredError(
|
|
607
496
|
'attribute',
|
|
@@ -615,22 +504,14 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
615
504
|
|
|
616
505
|
|
|
617
506
|
let urlPath = `/admin-api/attribute/{attribute}`;
|
|
618
|
-
urlPath = urlPath.replace(
|
|
507
|
+
urlPath = urlPath.replace(`{${"attribute"}}`, encodeURIComponent(String(requestParameters['attribute'])));
|
|
619
508
|
|
|
620
|
-
|
|
509
|
+
const response = await this.request({
|
|
621
510
|
path: urlPath,
|
|
622
511
|
method: 'GET',
|
|
623
512
|
headers: headerParameters,
|
|
624
513
|
query: queryParameters,
|
|
625
|
-
};
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
/**
|
|
629
|
-
* Auto-generated: showAttribute
|
|
630
|
-
*/
|
|
631
|
-
async showAttributeRaw(requestParameters: ShowAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
632
|
-
const requestOptions = await this.showAttributeRequestOpts(requestParameters);
|
|
633
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
514
|
+
}, initOverrides);
|
|
634
515
|
|
|
635
516
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
636
517
|
}
|
|
@@ -644,9 +525,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
644
525
|
}
|
|
645
526
|
|
|
646
527
|
/**
|
|
647
|
-
*
|
|
528
|
+
* Auto-generated: storeAttribute
|
|
648
529
|
*/
|
|
649
|
-
async
|
|
530
|
+
async storeAttributeRaw(requestParameters: StoreAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
650
531
|
const queryParameters: any = {};
|
|
651
532
|
|
|
652
533
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -656,21 +537,13 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
656
537
|
|
|
657
538
|
let urlPath = `/admin-api/attribute/create`;
|
|
658
539
|
|
|
659
|
-
|
|
540
|
+
const response = await this.request({
|
|
660
541
|
path: urlPath,
|
|
661
542
|
method: 'POST',
|
|
662
543
|
headers: headerParameters,
|
|
663
544
|
query: queryParameters,
|
|
664
545
|
body: CreateAttributeRequestToJSON(requestParameters['createAttributeRequest']),
|
|
665
|
-
};
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
/**
|
|
669
|
-
* Auto-generated: storeAttribute
|
|
670
|
-
*/
|
|
671
|
-
async storeAttributeRaw(requestParameters: StoreAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
672
|
-
const requestOptions = await this.storeAttributeRequestOpts(requestParameters);
|
|
673
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
546
|
+
}, initOverrides);
|
|
674
547
|
|
|
675
548
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
676
549
|
}
|
|
@@ -684,9 +557,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
684
557
|
}
|
|
685
558
|
|
|
686
559
|
/**
|
|
687
|
-
*
|
|
560
|
+
* Auto-generated: storeAttributeValue
|
|
688
561
|
*/
|
|
689
|
-
async
|
|
562
|
+
async storeAttributeValueRaw(requestParameters: StoreAttributeValueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
690
563
|
const queryParameters: any = {};
|
|
691
564
|
|
|
692
565
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -696,21 +569,13 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
696
569
|
|
|
697
570
|
let urlPath = `/admin-api/attribute/value/create`;
|
|
698
571
|
|
|
699
|
-
|
|
572
|
+
const response = await this.request({
|
|
700
573
|
path: urlPath,
|
|
701
574
|
method: 'POST',
|
|
702
575
|
headers: headerParameters,
|
|
703
576
|
query: queryParameters,
|
|
704
577
|
body: CreateAttributeValueRequestToJSON(requestParameters['createAttributeValueRequest']),
|
|
705
|
-
};
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
/**
|
|
709
|
-
* Auto-generated: storeAttributeValue
|
|
710
|
-
*/
|
|
711
|
-
async storeAttributeValueRaw(requestParameters: StoreAttributeValueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
712
|
-
const requestOptions = await this.storeAttributeValueRequestOpts(requestParameters);
|
|
713
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
578
|
+
}, initOverrides);
|
|
714
579
|
|
|
715
580
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
716
581
|
}
|
|
@@ -724,9 +589,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
724
589
|
}
|
|
725
590
|
|
|
726
591
|
/**
|
|
727
|
-
*
|
|
592
|
+
* Auto-generated: updateAttachedProductTypeAttribute
|
|
728
593
|
*/
|
|
729
|
-
async
|
|
594
|
+
async updateAttachedProductTypeAttributeRaw(requestParameters: UpdateAttachedProductTypeAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
730
595
|
if (requestParameters['attribute'] == null) {
|
|
731
596
|
throw new runtime.RequiredError(
|
|
732
597
|
'attribute',
|
|
@@ -742,23 +607,15 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
742
607
|
|
|
743
608
|
|
|
744
609
|
let urlPath = `/admin-api/attribute/{attribute}/update-product-type`;
|
|
745
|
-
urlPath = urlPath.replace(
|
|
610
|
+
urlPath = urlPath.replace(`{${"attribute"}}`, encodeURIComponent(String(requestParameters['attribute'])));
|
|
746
611
|
|
|
747
|
-
|
|
612
|
+
const response = await this.request({
|
|
748
613
|
path: urlPath,
|
|
749
614
|
method: 'PUT',
|
|
750
615
|
headers: headerParameters,
|
|
751
616
|
query: queryParameters,
|
|
752
617
|
body: UpdateAttributeProductTypeRequestToJSON(requestParameters['updateAttributeProductTypeRequest']),
|
|
753
|
-
};
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
/**
|
|
757
|
-
* Auto-generated: updateAttachedProductTypeAttribute
|
|
758
|
-
*/
|
|
759
|
-
async updateAttachedProductTypeAttributeRaw(requestParameters: UpdateAttachedProductTypeAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
760
|
-
const requestOptions = await this.updateAttachedProductTypeAttributeRequestOpts(requestParameters);
|
|
761
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
618
|
+
}, initOverrides);
|
|
762
619
|
|
|
763
620
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
764
621
|
}
|
|
@@ -772,9 +629,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
772
629
|
}
|
|
773
630
|
|
|
774
631
|
/**
|
|
775
|
-
*
|
|
632
|
+
* Auto-generated: updateAttribute
|
|
776
633
|
*/
|
|
777
|
-
async
|
|
634
|
+
async updateAttributeRaw(requestParameters: UpdateAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
778
635
|
if (requestParameters['attribute'] == null) {
|
|
779
636
|
throw new runtime.RequiredError(
|
|
780
637
|
'attribute',
|
|
@@ -790,23 +647,15 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
790
647
|
|
|
791
648
|
|
|
792
649
|
let urlPath = `/admin-api/attribute/{attribute}/update`;
|
|
793
|
-
urlPath = urlPath.replace(
|
|
650
|
+
urlPath = urlPath.replace(`{${"attribute"}}`, encodeURIComponent(String(requestParameters['attribute'])));
|
|
794
651
|
|
|
795
|
-
|
|
652
|
+
const response = await this.request({
|
|
796
653
|
path: urlPath,
|
|
797
654
|
method: 'PUT',
|
|
798
655
|
headers: headerParameters,
|
|
799
656
|
query: queryParameters,
|
|
800
657
|
body: UpdateAttributeRequestToJSON(requestParameters['updateAttributeRequest']),
|
|
801
|
-
};
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
/**
|
|
805
|
-
* Auto-generated: updateAttribute
|
|
806
|
-
*/
|
|
807
|
-
async updateAttributeRaw(requestParameters: UpdateAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
808
|
-
const requestOptions = await this.updateAttributeRequestOpts(requestParameters);
|
|
809
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
658
|
+
}, initOverrides);
|
|
810
659
|
|
|
811
660
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
812
661
|
}
|
|
@@ -820,9 +669,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
820
669
|
}
|
|
821
670
|
|
|
822
671
|
/**
|
|
823
|
-
*
|
|
672
|
+
* Auto-generated: updateAttributeValue
|
|
824
673
|
*/
|
|
825
|
-
async
|
|
674
|
+
async updateAttributeValueRaw(requestParameters: UpdateAttributeValueOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
826
675
|
if (requestParameters['attributeValue'] == null) {
|
|
827
676
|
throw new runtime.RequiredError(
|
|
828
677
|
'attributeValue',
|
|
@@ -838,23 +687,15 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
838
687
|
|
|
839
688
|
|
|
840
689
|
let urlPath = `/admin-api/attribute/value/{attributeValue}/update`;
|
|
841
|
-
urlPath = urlPath.replace(
|
|
690
|
+
urlPath = urlPath.replace(`{${"attributeValue"}}`, encodeURIComponent(String(requestParameters['attributeValue'])));
|
|
842
691
|
|
|
843
|
-
|
|
692
|
+
const response = await this.request({
|
|
844
693
|
path: urlPath,
|
|
845
694
|
method: 'PUT',
|
|
846
695
|
headers: headerParameters,
|
|
847
696
|
query: queryParameters,
|
|
848
697
|
body: UpdateAttributeValueRequestToJSON(requestParameters['updateAttributeValueRequest']),
|
|
849
|
-
};
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
/**
|
|
853
|
-
* Auto-generated: updateAttributeValue
|
|
854
|
-
*/
|
|
855
|
-
async updateAttributeValueRaw(requestParameters: UpdateAttributeValueOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResource>> {
|
|
856
|
-
const requestOptions = await this.updateAttributeValueRequestOpts(requestParameters);
|
|
857
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
698
|
+
}, initOverrides);
|
|
858
699
|
|
|
859
700
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceFromJSON(jsonValue));
|
|
860
701
|
}
|
|
@@ -868,9 +709,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
868
709
|
}
|
|
869
710
|
|
|
870
711
|
/**
|
|
871
|
-
*
|
|
712
|
+
* Auto-generated: updateFilterOrderAttribute
|
|
872
713
|
*/
|
|
873
|
-
async
|
|
714
|
+
async updateFilterOrderAttributeRaw(requestParameters: UpdateFilterOrderAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResourceArrayResponse>> {
|
|
874
715
|
const queryParameters: any = {};
|
|
875
716
|
|
|
876
717
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -880,21 +721,13 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
880
721
|
|
|
881
722
|
let urlPath = `/admin-api/attribute/update-filter-order`;
|
|
882
723
|
|
|
883
|
-
|
|
724
|
+
const response = await this.request({
|
|
884
725
|
path: urlPath,
|
|
885
726
|
method: 'PUT',
|
|
886
727
|
headers: headerParameters,
|
|
887
728
|
query: queryParameters,
|
|
888
729
|
body: UpdateAttributeFilterOrderRequestToJSON(requestParameters['updateAttributeFilterOrderRequest']),
|
|
889
|
-
};
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
/**
|
|
893
|
-
* Auto-generated: updateFilterOrderAttribute
|
|
894
|
-
*/
|
|
895
|
-
async updateFilterOrderAttributeRaw(requestParameters: UpdateFilterOrderAttributeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AttributeResourceArrayResponse>> {
|
|
896
|
-
const requestOptions = await this.updateFilterOrderAttributeRequestOpts(requestParameters);
|
|
897
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
730
|
+
}, initOverrides);
|
|
898
731
|
|
|
899
732
|
return new runtime.JSONApiResponse(response, (jsonValue) => AttributeResourceArrayResponseFromJSON(jsonValue));
|
|
900
733
|
}
|
|
@@ -908,9 +741,9 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
908
741
|
}
|
|
909
742
|
|
|
910
743
|
/**
|
|
911
|
-
*
|
|
744
|
+
* Auto-generated: updateModelAttribute
|
|
912
745
|
*/
|
|
913
|
-
async
|
|
746
|
+
async updateModelAttributeRaw(requestParameters: UpdateModelAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ModelAttributeResourceArrayResponse>> {
|
|
914
747
|
if (requestParameters['modelAttribute'] == null) {
|
|
915
748
|
throw new runtime.RequiredError(
|
|
916
749
|
'modelAttribute',
|
|
@@ -926,23 +759,15 @@ export class AttributeApi extends runtime.BaseAPI {
|
|
|
926
759
|
|
|
927
760
|
|
|
928
761
|
let urlPath = `/admin-api/attribute/model-attribute/{modelAttribute}/update`;
|
|
929
|
-
urlPath = urlPath.replace(
|
|
762
|
+
urlPath = urlPath.replace(`{${"modelAttribute"}}`, encodeURIComponent(String(requestParameters['modelAttribute'])));
|
|
930
763
|
|
|
931
|
-
|
|
764
|
+
const response = await this.request({
|
|
932
765
|
path: urlPath,
|
|
933
766
|
method: 'PUT',
|
|
934
767
|
headers: headerParameters,
|
|
935
768
|
query: queryParameters,
|
|
936
769
|
body: UpdateModelAttributeRequestToJSON(requestParameters['updateModelAttributeRequest']),
|
|
937
|
-
};
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
/**
|
|
941
|
-
* Auto-generated: updateModelAttribute
|
|
942
|
-
*/
|
|
943
|
-
async updateModelAttributeRaw(requestParameters: UpdateModelAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ModelAttributeResourceArrayResponse>> {
|
|
944
|
-
const requestOptions = await this.updateModelAttributeRequestOpts(requestParameters);
|
|
945
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
770
|
+
}, initOverrides);
|
|
946
771
|
|
|
947
772
|
return new runtime.JSONApiResponse(response, (jsonValue) => ModelAttributeResourceArrayResponseFromJSON(jsonValue));
|
|
948
773
|
}
|