@digital8/lighting-illusions-ts-sdk 0.0.1539 → 0.0.1541
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 +224 -2
- package/README.md +159 -4
- package/dist/apis/AttributeApi.d.ts +16 -1
- package/dist/apis/AttributeApi.js +58 -0
- package/dist/apis/LabelApi.d.ts +109 -0
- package/dist/apis/LabelApi.js +433 -0
- package/dist/apis/MenuApi.d.ts +109 -0
- package/dist/apis/MenuApi.js +433 -0
- package/dist/apis/MenuItemsApi.d.ts +124 -0
- package/dist/apis/MenuItemsApi.js +491 -0
- package/dist/apis/ProductApi.js +1 -1
- package/dist/apis/ProductRangeApi.d.ts +269 -0
- package/dist/apis/ProductRangeApi.js +1043 -0
- package/dist/apis/StoreApi.d.ts +190 -0
- package/dist/apis/StoreApi.js +744 -0
- package/dist/apis/SupplierApi.d.ts +33 -1
- package/dist/apis/SupplierApi.js +122 -0
- package/dist/apis/index.d.ts +5 -0
- package/dist/apis/index.js +5 -0
- package/dist/models/AddressFrontendResource.d.ts +74 -0
- package/dist/models/AddressFrontendResource.js +77 -0
- package/dist/models/AddressFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/AddressFrontendResourceArrayResponse.js +50 -0
- package/dist/models/AddressResource.d.ts +80 -0
- package/dist/models/AddressResource.js +79 -0
- package/dist/models/AddressResourceArrayResponse.d.ts +33 -0
- package/dist/models/AddressResourceArrayResponse.js +50 -0
- package/dist/models/AssetLiteResource.d.ts +12 -0
- package/dist/models/AssetLiteResource.js +6 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/AttachAttributesProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachAttributesProductRangeRequest.js +52 -0
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +38 -0
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +53 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +2 -1
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +2 -1
- package/dist/models/AttachDocumentsProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsProductRangeRequest.js +52 -0
- package/dist/models/AttachStoresSupplierRequest.d.ts +32 -0
- package/dist/models/AttachStoresSupplierRequest.js +51 -0
- package/dist/models/AttachSuppliersStoreRequest.d.ts +32 -0
- package/dist/models/AttachSuppliersStoreRequest.js +51 -0
- package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/DetachAttributesProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAttributesProductRangeRequest.js +51 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +2 -1
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +2 -1
- package/dist/models/DetachDocumentsProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsProductRangeRequest.js +51 -0
- package/dist/models/DetachStoresSupplierRequest.d.ts +32 -0
- package/dist/models/DetachStoresSupplierRequest.js +51 -0
- package/dist/models/DetachSuppliersStoreRequest.d.ts +32 -0
- package/dist/models/DetachSuppliersStoreRequest.js +51 -0
- package/dist/models/GetAllDocumentRequest.d.ts +2 -1
- package/dist/models/GetAllDocumentRequest.js +2 -1
- package/dist/models/GetAllMenuItemRequest.d.ts +93 -0
- package/dist/models/GetAllMenuItemRequest.js +81 -0
- package/dist/models/GetAllMenuRequest.d.ts +93 -0
- package/dist/models/GetAllMenuRequest.js +81 -0
- package/dist/models/GetAllProductChildRequest.d.ts +1 -0
- package/dist/models/GetAllProductChildRequest.js +1 -0
- package/dist/models/GetAllProductRangeRequest.d.ts +98 -0
- package/dist/models/GetAllProductRangeRequest.js +82 -0
- package/dist/models/GetAllStoreRequest.d.ts +93 -0
- package/dist/models/GetAllStoreRequest.js +81 -0
- package/dist/models/GetHierarchyMenuItemRequest.d.ts +32 -0
- package/dist/models/GetHierarchyMenuItemRequest.js +51 -0
- package/dist/models/IndexAttributeRequest.d.ts +2 -0
- package/dist/models/IndexAttributeRequest.js +3 -1
- package/dist/models/IndexDocumentRequest.d.ts +2 -1
- package/dist/models/IndexDocumentRequest.js +2 -1
- package/dist/models/IndexLabelRequest.d.ts +109 -0
- package/dist/models/IndexLabelRequest.js +92 -0
- package/dist/models/IndexMenuRequest.d.ts +105 -0
- package/dist/models/IndexMenuRequest.js +85 -0
- package/dist/models/IndexModelAttributeRequest.d.ts +118 -0
- package/dist/models/IndexModelAttributeRequest.js +93 -0
- package/dist/models/IndexProductChildRequest.d.ts +2 -0
- package/dist/models/IndexProductChildRequest.js +2 -0
- package/dist/models/IndexProductRangeRequest.d.ts +110 -0
- package/dist/models/IndexProductRangeRequest.js +86 -0
- package/dist/models/IndexStoreRequest.d.ts +105 -0
- package/dist/models/IndexStoreRequest.js +85 -0
- package/dist/models/LabelListResource.d.ts +75 -0
- package/dist/models/LabelListResource.js +74 -0
- package/dist/models/LabelListResourceArrayResponse.d.ts +33 -0
- package/dist/models/LabelListResourceArrayResponse.js +50 -0
- package/dist/models/LabelLiteResource.d.ts +56 -0
- package/dist/models/LabelLiteResource.js +65 -0
- package/dist/models/LabelLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/LabelLiteResourceArrayResponse.js +50 -0
- package/dist/models/LabelResource.d.ts +23 -4
- package/dist/models/LabelResource.js +19 -8
- package/dist/models/MenuItemHierarchyResource.d.ts +81 -0
- package/dist/models/MenuItemHierarchyResource.js +80 -0
- package/dist/models/MenuItemHierarchyResourceArrayResponse.d.ts +33 -0
- package/dist/models/MenuItemHierarchyResourceArrayResponse.js +50 -0
- package/dist/models/MenuItemLinkResource.d.ts +68 -0
- package/dist/models/MenuItemLinkResource.js +67 -0
- package/dist/models/MenuItemLinkResourceArrayResponse.d.ts +33 -0
- package/dist/models/MenuItemLinkResourceArrayResponse.js +50 -0
- package/dist/models/MenuItemLiteResource.d.ts +62 -0
- package/dist/models/MenuItemLiteResource.js +67 -0
- package/dist/models/MenuItemLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/MenuItemLiteResourceArrayResponse.js +50 -0
- package/dist/models/MenuItemResource.d.ts +106 -0
- package/dist/models/MenuItemResource.js +91 -0
- package/dist/models/MenuItemResourceArrayResponse.d.ts +33 -0
- package/dist/models/MenuItemResourceArrayResponse.js +50 -0
- package/dist/models/MenuItemType.d.ts +27 -0
- package/dist/models/MenuItemType.js +53 -0
- package/dist/models/MenuListResource.d.ts +64 -0
- package/dist/models/MenuListResource.js +73 -0
- package/dist/models/MenuListResourceArrayResponse.d.ts +33 -0
- package/dist/models/MenuListResourceArrayResponse.js +50 -0
- package/dist/models/MenuPosition.d.ts +27 -0
- package/dist/models/MenuPosition.js +53 -0
- package/dist/models/MenuResource.d.ts +63 -0
- package/dist/models/MenuResource.js +70 -0
- package/dist/models/MenuResourceArrayResponse.d.ts +33 -0
- package/dist/models/MenuResourceArrayResponse.js +50 -0
- package/dist/models/ModelAttributeListResource.d.ts +64 -0
- package/dist/models/ModelAttributeListResource.js +71 -0
- package/dist/models/ModelAttributeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ModelAttributeListResourceArrayResponse.js +50 -0
- package/dist/models/ModelAttributeResource.d.ts +6 -0
- package/dist/models/ModelAttributeResource.js +2 -0
- package/dist/models/PaginatedLabelListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedLabelListResourceResponse.js +57 -0
- package/dist/models/PaginatedMenuListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedMenuListResourceResponse.js +57 -0
- package/dist/models/PaginatedModelAttributeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedModelAttributeListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductRangeFrontendListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeFrontendListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductRangeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductRangeLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedProductRangeResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeResourceResponse.js +57 -0
- package/dist/models/PaginatedProductRangeSearchResultResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeSearchResultResourceResponse.js +57 -0
- package/dist/models/PaginatedStoreListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedStoreListResourceResponse.js +57 -0
- package/dist/models/ProductRangeAggregationResource.d.ts +44 -0
- package/dist/models/ProductRangeAggregationResource.js +59 -0
- package/dist/models/ProductRangeAggregationResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeAggregationResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeFrontendListResource.d.ts +62 -0
- package/dist/models/ProductRangeFrontendListResource.js +71 -0
- package/dist/models/ProductRangeFrontendListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeFrontendListResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeFrontendResource.d.ts +117 -0
- package/dist/models/ProductRangeFrontendResource.js +106 -0
- package/dist/models/ProductRangeFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeListResource.d.ts +66 -0
- package/dist/models/ProductRangeListResource.js +75 -0
- package/dist/models/ProductRangeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeListResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeLiteResource.d.ts +38 -0
- package/dist/models/ProductRangeLiteResource.js +55 -0
- package/dist/models/ProductRangeLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeResource.d.ts +89 -0
- package/dist/models/ProductRangeResource.js +86 -0
- package/dist/models/ProductRangeResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSearchResponseResource.d.ts +47 -0
- package/dist/models/ProductRangeSearchResponseResource.js +62 -0
- package/dist/models/ProductRangeSearchResponseResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSearchResponseResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSearchResponseResourceMeta.d.ts +50 -0
- package/dist/models/ProductRangeSearchResponseResourceMeta.js +63 -0
- package/dist/models/ProductRangeSearchResultResource.d.ts +80 -0
- package/dist/models/ProductRangeSearchResultResource.js +83 -0
- package/dist/models/ProductRangeSearchResultResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSearchResultResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.d.ts +44 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.js +59 -0
- package/dist/models/ProductRangeSiteDetailLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSiteDetailLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSiteDetailResource.d.ts +101 -0
- package/dist/models/ProductRangeSiteDetailResource.js +98 -0
- package/dist/models/ProductRangeSiteDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSiteDetailResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSortBy.d.ts +27 -0
- package/dist/models/ProductRangeSortBy.js +53 -0
- package/dist/models/ProductSearchResultResource.d.ts +6 -0
- package/dist/models/ProductSearchResultResource.js +4 -0
- package/dist/models/SearchLinkablesMenuItemRequest.d.ts +54 -0
- package/dist/models/SearchLinkablesMenuItemRequest.js +65 -0
- package/dist/models/StoreAssetForAssetableRequest.d.ts +4 -0
- package/dist/models/StoreAssetForAssetableRequest.js +5 -1
- package/dist/models/StoreFrontendResource.d.ts +98 -0
- package/dist/models/StoreFrontendResource.js +89 -0
- package/dist/models/StoreFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/StoreFrontendResourceArrayResponse.js +50 -0
- package/dist/models/StoreLabelRequest.d.ts +74 -0
- package/dist/models/StoreLabelRequest.js +71 -0
- package/dist/models/StoreListResource.d.ts +81 -0
- package/dist/models/StoreListResource.js +78 -0
- package/dist/models/StoreListResourceArrayResponse.d.ts +33 -0
- package/dist/models/StoreListResourceArrayResponse.js +50 -0
- package/dist/models/StoreLiteResource.d.ts +45 -0
- package/dist/models/StoreLiteResource.js +58 -0
- package/dist/models/StoreLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/StoreLiteResourceArrayResponse.js +50 -0
- package/dist/models/StoreMenuItemRequest.d.ts +97 -0
- package/dist/models/StoreMenuItemRequest.js +84 -0
- package/dist/models/StoreMenuItemRequestMenuItemLink.d.ts +60 -0
- package/dist/models/StoreMenuItemRequestMenuItemLink.js +65 -0
- package/dist/models/StoreMenuRequest.d.ts +54 -0
- package/dist/models/StoreMenuRequest.js +69 -0
- package/dist/models/StoreProductRangeRequest.d.ts +52 -0
- package/dist/models/StoreProductRangeRequest.js +59 -0
- package/dist/models/StoreProductRangeRequestSitesInner.d.ts +92 -0
- package/dist/models/StoreProductRangeRequestSitesInner.js +75 -0
- package/dist/models/StoreResource.d.ts +102 -0
- package/dist/models/StoreResource.js +95 -0
- package/dist/models/StoreResourceArrayResponse.d.ts +33 -0
- package/dist/models/StoreResourceArrayResponse.js +50 -0
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +68 -0
- package/dist/models/StoreSpecialDateFrontendResource.js +73 -0
- package/dist/models/StoreSpecialDateFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/StoreSpecialDateFrontendResourceArrayResponse.js +50 -0
- package/dist/models/StoreSpecialDateResource.d.ts +68 -0
- package/dist/models/StoreSpecialDateResource.js +71 -0
- package/dist/models/StoreSpecialDateResourceArrayResponse.d.ts +33 -0
- package/dist/models/StoreSpecialDateResourceArrayResponse.js +50 -0
- package/dist/models/StoreStoreRequest.d.ts +94 -0
- package/dist/models/StoreStoreRequest.js +85 -0
- package/dist/models/StoreStoreRequestAddress.d.ts +68 -0
- package/dist/models/StoreStoreRequestAddress.js +73 -0
- package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +62 -0
- package/dist/models/StoreStoreRequestSpecialDatesInner.js +61 -0
- package/dist/models/StoreStoreSpecialDateRequest.d.ts +62 -0
- package/dist/models/StoreStoreSpecialDateRequest.js +61 -0
- package/dist/models/UpdateLabelRequest.d.ts +74 -0
- package/dist/models/UpdateLabelRequest.js +63 -0
- package/dist/models/UpdateMenuItemRequest.d.ts +97 -0
- package/dist/models/UpdateMenuItemRequest.js +78 -0
- package/dist/models/UpdateMenuRequest.d.ts +61 -0
- package/dist/models/UpdateMenuRequest.js +66 -0
- package/dist/models/UpdateMenuRequestMenuItemOrderInner.d.ts +44 -0
- package/dist/models/UpdateMenuRequestMenuItemOrderInner.js +53 -0
- package/dist/models/UpdateProductRangeRequest.d.ts +59 -0
- package/dist/models/UpdateProductRangeRequest.js +62 -0
- package/dist/models/UpdateProductRangeRequestAttributesInner.d.ts +38 -0
- package/dist/models/UpdateProductRangeRequestAttributesInner.js +51 -0
- package/dist/models/UpdateProductTypeRequest.d.ts +9 -9
- package/dist/models/UpdateProductTypeRequest.js +9 -9
- package/dist/models/UpdateStoreRequest.d.ts +94 -0
- package/dist/models/UpdateStoreRequest.js +85 -0
- package/dist/models/UpdateStoreRequestSpecialDatesInner.d.ts +56 -0
- package/dist/models/UpdateStoreRequestSpecialDatesInner.js +57 -0
- package/dist/models/index.d.ts +107 -1
- package/dist/models/index.js +107 -1
- package/docs/AddressFrontendResource.md +48 -0
- package/docs/AddressFrontendResourceArrayResponse.md +34 -0
- package/docs/AddressResource.md +50 -0
- package/docs/AddressResourceArrayResponse.md +34 -0
- package/docs/AssetLiteResource.md +4 -0
- package/docs/AttachAccessoriesProductRangeRequest.md +34 -0
- package/docs/AttachAttributesProductRangeRequest.md +34 -0
- package/docs/AttachAttributesProductRangeRequestAttributesInner.md +36 -0
- package/docs/AttachDocumentsProductRangeRequest.md +34 -0
- package/docs/AttachStoresSupplierRequest.md +34 -0
- package/docs/AttachSuppliersStoreRequest.md +34 -0
- package/docs/AttributeApi.md +66 -0
- package/docs/DetachAccessoriesProductRangeRequest.md +34 -0
- package/docs/DetachAttributesProductRangeRequest.md +34 -0
- package/docs/DetachDocumentsProductRangeRequest.md +34 -0
- package/docs/DetachStoresSupplierRequest.md +34 -0
- package/docs/DetachSuppliersStoreRequest.md +34 -0
- package/docs/GetAllMenuItemRequest.md +48 -0
- package/docs/GetAllMenuRequest.md +48 -0
- package/docs/GetAllProductRangeRequest.md +50 -0
- package/docs/GetAllStoreRequest.md +48 -0
- package/docs/GetHierarchyMenuItemRequest.md +34 -0
- package/docs/IndexLabelRequest.md +50 -0
- package/docs/IndexMenuRequest.md +52 -0
- package/docs/IndexModelAttributeRequest.md +54 -0
- package/docs/IndexProductRangeRequest.md +54 -0
- package/docs/IndexStoreRequest.md +52 -0
- package/docs/LabelApi.md +407 -0
- package/docs/LabelListResource.md +48 -0
- package/docs/LabelListResourceArrayResponse.md +34 -0
- package/docs/LabelLiteResource.md +42 -0
- package/docs/LabelLiteResourceArrayResponse.md +34 -0
- package/docs/LabelResource.md +12 -6
- package/docs/MenuApi.md +407 -0
- package/docs/MenuItemHierarchyResource.md +50 -0
- package/docs/MenuItemHierarchyResourceArrayResponse.md +34 -0
- package/docs/MenuItemLinkResource.md +46 -0
- package/docs/MenuItemLinkResourceArrayResponse.md +34 -0
- package/docs/MenuItemLiteResource.md +44 -0
- package/docs/MenuItemLiteResourceArrayResponse.md +34 -0
- package/docs/MenuItemResource.md +58 -0
- package/docs/MenuItemResourceArrayResponse.md +34 -0
- package/docs/MenuItemType.md +32 -0
- package/docs/MenuItemsApi.md +473 -0
- package/docs/MenuListResource.md +44 -0
- package/docs/MenuListResourceArrayResponse.md +34 -0
- package/docs/MenuPosition.md +32 -0
- package/docs/MenuResource.md +44 -0
- package/docs/MenuResourceArrayResponse.md +34 -0
- package/docs/ModelAttributeListResource.md +44 -0
- package/docs/ModelAttributeListResourceArrayResponse.md +34 -0
- package/docs/ModelAttributeResource.md +2 -0
- package/docs/PaginatedLabelListResourceResponse.md +36 -0
- package/docs/PaginatedMenuListResourceResponse.md +36 -0
- package/docs/PaginatedModelAttributeListResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeFrontendListResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeListResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeLiteResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeSearchResultResourceResponse.md +36 -0
- package/docs/PaginatedStoreListResourceResponse.md +36 -0
- package/docs/ProductApi.md +1 -1
- package/docs/ProductRangeAggregationResource.md +38 -0
- package/docs/ProductRangeAggregationResourceArrayResponse.md +34 -0
- package/docs/ProductRangeApi.md +1097 -0
- package/docs/ProductRangeFrontendListResource.md +44 -0
- package/docs/ProductRangeFrontendListResourceArrayResponse.md +34 -0
- package/docs/ProductRangeFrontendResource.md +62 -0
- package/docs/ProductRangeFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductRangeListResource.md +44 -0
- package/docs/ProductRangeListResourceArrayResponse.md +34 -0
- package/docs/ProductRangeLiteResource.md +36 -0
- package/docs/ProductRangeLiteResourceArrayResponse.md +34 -0
- package/docs/ProductRangeResource.md +52 -0
- package/docs/ProductRangeResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSearchResponseResource.md +38 -0
- package/docs/ProductRangeSearchResponseResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSearchResponseResourceMeta.md +40 -0
- package/docs/ProductRangeSearchResultResource.md +50 -0
- package/docs/ProductRangeSearchResultResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSiteDetailLiteResource.md +38 -0
- package/docs/ProductRangeSiteDetailLiteResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSiteDetailResource.md +56 -0
- package/docs/ProductRangeSiteDetailResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSortBy.md +32 -0
- package/docs/ProductSearchResultResource.md +2 -0
- package/docs/SearchLinkablesMenuItemRequest.md +38 -0
- package/docs/StoreApi.md +755 -0
- package/docs/StoreFrontendResource.md +56 -0
- package/docs/StoreFrontendResourceArrayResponse.md +34 -0
- package/docs/StoreLabelRequest.md +48 -0
- package/docs/StoreListResource.md +50 -0
- package/docs/StoreListResourceArrayResponse.md +34 -0
- package/docs/StoreLiteResource.md +38 -0
- package/docs/StoreLiteResourceArrayResponse.md +34 -0
- package/docs/StoreMenuItemRequest.md +52 -0
- package/docs/StoreMenuItemRequestMenuItemLink.md +40 -0
- package/docs/StoreMenuRequest.md +38 -0
- package/docs/StoreProductRangeRequest.md +40 -0
- package/docs/StoreProductRangeRequestSitesInner.md +54 -0
- package/docs/StoreResource.md +56 -0
- package/docs/StoreResourceArrayResponse.md +34 -0
- package/docs/StoreSpecialDateFrontendResource.md +46 -0
- package/docs/StoreSpecialDateFrontendResourceArrayResponse.md +34 -0
- package/docs/StoreSpecialDateResource.md +46 -0
- package/docs/StoreSpecialDateResourceArrayResponse.md +34 -0
- package/docs/StoreStoreRequest.md +54 -0
- package/docs/StoreStoreRequestAddress.md +46 -0
- package/docs/StoreStoreRequestSpecialDatesInner.md +44 -0
- package/docs/StoreStoreSpecialDateRequest.md +44 -0
- package/docs/SupplierApi.md +138 -0
- package/docs/UpdateLabelRequest.md +48 -0
- package/docs/UpdateMenuItemRequest.md +52 -0
- package/docs/UpdateMenuRequest.md +40 -0
- package/docs/UpdateMenuRequestMenuItemOrderInner.md +38 -0
- package/docs/UpdateProductRangeRequest.md +42 -0
- package/docs/{UpdateProductTypeRequestPerformanceValuesInner.md → UpdateProductRangeRequestAttributesInner.md} +4 -4
- package/docs/UpdateProductTypeRequest.md +4 -4
- package/docs/UpdateStoreRequest.md +54 -0
- package/docs/UpdateStoreRequestSpecialDatesInner.md +42 -0
- package/package.json +1 -1
- package/src/apis/AttributeApi.ts +50 -0
- package/src/apis/LabelApi.ts +328 -0
- package/src/apis/MenuApi.ts +334 -0
- package/src/apis/MenuItemsApi.ts +381 -0
- package/src/apis/ProductApi.ts +1 -1
- package/src/apis/ProductRangeApi.ts +888 -0
- package/src/apis/StoreApi.ts +625 -0
- package/src/apis/SupplierApi.ts +112 -0
- package/src/apis/index.ts +5 -0
- package/src/models/AddressFrontendResource.ts +128 -0
- package/src/models/AddressFrontendResourceArrayResponse.ts +73 -0
- package/src/models/AddressResource.ts +136 -0
- package/src/models/AddressResourceArrayResponse.ts +73 -0
- package/src/models/AssetLiteResource.ts +17 -0
- package/src/models/AttachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/AttachAttributesProductRangeRequest.ts +74 -0
- package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +74 -0
- package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +2 -1
- package/src/models/AttachDocumentsProductRangeRequest.ts +74 -0
- package/src/models/AttachStoresSupplierRequest.ts +66 -0
- package/src/models/AttachSuppliersStoreRequest.ts +66 -0
- package/src/models/DetachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/DetachAttributesProductRangeRequest.ts +66 -0
- package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +2 -1
- package/src/models/DetachDocumentsProductRangeRequest.ts +66 -0
- package/src/models/DetachStoresSupplierRequest.ts +66 -0
- package/src/models/DetachSuppliersStoreRequest.ts +66 -0
- package/src/models/GetAllDocumentRequest.ts +2 -1
- package/src/models/GetAllMenuItemRequest.ts +144 -0
- package/src/models/GetAllMenuRequest.ts +144 -0
- package/src/models/GetAllProductChildRequest.ts +1 -0
- package/src/models/GetAllProductRangeRequest.ts +151 -0
- package/src/models/GetAllStoreRequest.ts +144 -0
- package/src/models/GetHierarchyMenuItemRequest.ts +66 -0
- package/src/models/IndexAttributeRequest.ts +3 -1
- package/src/models/IndexDocumentRequest.ts +2 -1
- package/src/models/IndexLabelRequest.ts +163 -0
- package/src/models/IndexMenuRequest.ts +160 -0
- package/src/models/IndexModelAttributeRequest.ts +176 -0
- package/src/models/IndexProductChildRequest.ts +2 -0
- package/src/models/IndexProductRangeRequest.ts +167 -0
- package/src/models/IndexStoreRequest.ts +160 -0
- package/src/models/LabelListResource.ts +134 -0
- package/src/models/LabelListResourceArrayResponse.ts +73 -0
- package/src/models/LabelLiteResource.ts +101 -0
- package/src/models/LabelLiteResourceArrayResponse.ts +73 -0
- package/src/models/LabelResource.ts +46 -12
- package/src/models/MenuItemHierarchyResource.ts +144 -0
- package/src/models/MenuItemHierarchyResourceArrayResponse.ts +73 -0
- package/src/models/MenuItemLinkResource.ts +116 -0
- package/src/models/MenuItemLinkResourceArrayResponse.ts +73 -0
- package/src/models/MenuItemLiteResource.ts +109 -0
- package/src/models/MenuItemLiteResourceArrayResponse.ts +73 -0
- package/src/models/MenuItemResource.ts +184 -0
- package/src/models/MenuItemResourceArrayResponse.ts +73 -0
- package/src/models/MenuItemType.ts +55 -0
- package/src/models/MenuListResource.ts +126 -0
- package/src/models/MenuListResourceArrayResponse.ts +73 -0
- package/src/models/MenuPosition.ts +55 -0
- package/src/models/MenuResource.ts +118 -0
- package/src/models/MenuResourceArrayResponse.ts +73 -0
- package/src/models/ModelAttributeListResource.ts +125 -0
- package/src/models/ModelAttributeListResourceArrayResponse.ts +73 -0
- package/src/models/ModelAttributeResource.ts +8 -0
- package/src/models/PaginatedLabelListResourceResponse.ts +90 -0
- package/src/models/PaginatedMenuListResourceResponse.ts +90 -0
- package/src/models/PaginatedModelAttributeListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductRangeFrontendListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductRangeListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductRangeLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedProductRangeResourceResponse.ts +90 -0
- package/src/models/PaginatedProductRangeSearchResultResourceResponse.ts +90 -0
- package/src/models/PaginatedStoreListResourceResponse.ts +90 -0
- package/src/models/ProductRangeAggregationResource.ts +84 -0
- package/src/models/ProductRangeAggregationResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeFrontendListResource.ts +111 -0
- package/src/models/ProductRangeFrontendListResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeFrontendResource.ts +199 -0
- package/src/models/ProductRangeFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeListResource.ts +140 -0
- package/src/models/ProductRangeListResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeLiteResource.ts +75 -0
- package/src/models/ProductRangeLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeResource.ts +167 -0
- package/src/models/ProductRangeResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSearchResponseResource.ts +106 -0
- package/src/models/ProductRangeSearchResponseResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSearchResponseResourceMeta.ts +93 -0
- package/src/models/ProductRangeSearchResultResource.ts +138 -0
- package/src/models/ProductRangeSearchResultResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSiteDetailLiteResource.ts +84 -0
- package/src/models/ProductRangeSiteDetailLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSiteDetailResource.ts +187 -0
- package/src/models/ProductRangeSiteDetailResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSortBy.ts +55 -0
- package/src/models/ProductSearchResultResource.ts +9 -0
- package/src/models/SearchLinkablesMenuItemRequest.ts +95 -0
- package/src/models/StoreAssetForAssetableRequest.ts +5 -1
- package/src/models/StoreFrontendResource.ts +162 -0
- package/src/models/StoreFrontendResourceArrayResponse.ts +73 -0
- package/src/models/StoreLabelRequest.ts +125 -0
- package/src/models/StoreListResource.ts +143 -0
- package/src/models/StoreListResourceArrayResponse.ts +73 -0
- package/src/models/StoreLiteResource.ts +91 -0
- package/src/models/StoreLiteResourceArrayResponse.ts +73 -0
- package/src/models/StoreMenuItemRequest.ts +161 -0
- package/src/models/StoreMenuItemRequestMenuItemLink.ts +102 -0
- package/src/models/StoreMenuRequest.ts +97 -0
- package/src/models/StoreProductRangeRequest.ts +105 -0
- package/src/models/StoreProductRangeRequestSitesInner.ts +148 -0
- package/src/models/StoreResource.ts +192 -0
- package/src/models/StoreResourceArrayResponse.ts +73 -0
- package/src/models/StoreSpecialDateFrontendResource.ts +119 -0
- package/src/models/StoreSpecialDateFrontendResourceArrayResponse.ts +73 -0
- package/src/models/StoreSpecialDateResource.ts +118 -0
- package/src/models/StoreSpecialDateResourceArrayResponse.ts +73 -0
- package/src/models/StoreStoreRequest.ts +167 -0
- package/src/models/StoreStoreRequestAddress.ts +119 -0
- package/src/models/StoreStoreRequestSpecialDatesInner.ts +106 -0
- package/src/models/StoreStoreSpecialDateRequest.ts +106 -0
- package/src/models/UpdateLabelRequest.ts +121 -0
- package/src/models/UpdateMenuItemRequest.ts +158 -0
- package/src/models/UpdateMenuRequest.ts +110 -0
- package/src/models/UpdateMenuRequestMenuItemOrderInner.ts +81 -0
- package/src/models/UpdateProductRangeRequest.ts +120 -0
- package/src/models/UpdateProductRangeRequestAttributesInner.ts +73 -0
- package/src/models/UpdateProductTypeRequest.ts +22 -22
- package/src/models/UpdateStoreRequest.ts +167 -0
- package/src/models/UpdateStoreRequestSpecialDatesInner.ts +97 -0
- package/src/models/index.ts +107 -1
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +0 -38
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.js +0 -51
- package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +0 -73
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.1541
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -65,6 +65,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
65
65
|
*AttributeApi* | [**getAllAttributeValue**](docs/AttributeApi.md#getallattributevalueoperation) | **POST** /admin-api/attribute/value/all | Auto-generated: getAllAttributeValue
|
|
66
66
|
*AttributeApi* | [**indexAttribute**](docs/AttributeApi.md#indexattributeoperation) | **POST** /admin-api/attribute/list | Auto-generated: indexAttribute
|
|
67
67
|
*AttributeApi* | [**indexAttributeValue**](docs/AttributeApi.md#indexattributevalueoperation) | **POST** /admin-api/attribute/value/list | Auto-generated: indexAttributeValue
|
|
68
|
+
*AttributeApi* | [**indexModelAttribute**](docs/AttributeApi.md#indexmodelattributeoperation) | **POST** /admin-api/attribute/model-attribute/list | Auto-generated: indexModelAttribute
|
|
68
69
|
*AttributeApi* | [**showAttribute**](docs/AttributeApi.md#showattribute) | **GET** /admin-api/attribute/{attribute} | Auto-generated: showAttribute
|
|
69
70
|
*AttributeApi* | [**storeAttribute**](docs/AttributeApi.md#storeattributeoperation) | **POST** /admin-api/attribute/create | Auto-generated: storeAttribute
|
|
70
71
|
*AttributeApi* | [**storeAttributeValue**](docs/AttributeApi.md#storeattributevalueoperation) | **POST** /admin-api/attribute/value/create | Auto-generated: storeAttributeValue
|
|
@@ -91,6 +92,25 @@ All URIs are relative to *http://localhost/api*
|
|
|
91
92
|
*ExternalApiLogApi* | [**getUniqueEndpointsExternalApiLog**](docs/ExternalApiLogApi.md#getuniqueendpointsexternalapilogoperation) | **POST** /admin-api/external-api-log/endpoints | Auto-generated: getUniqueEndpointsExternalApiLog
|
|
92
93
|
*ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#indexexternalapilogoperation) | **POST** /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog
|
|
93
94
|
*GoogleCategoryApi* | [**getAllGoogleCategory**](docs/GoogleCategoryApi.md#getallgooglecategoryoperation) | **POST** /admin-api/google-category/all | Auto-generated: getAllGoogleCategory
|
|
95
|
+
*LabelApi* | [**destroyLabel**](docs/LabelApi.md#destroylabel) | **DELETE** /admin-api/label/{label}/delete | Auto-generated: destroyLabel
|
|
96
|
+
*LabelApi* | [**getAllLabel**](docs/LabelApi.md#getalllabel) | **POST** /admin-api/label/all | Auto-generated: getAllLabel
|
|
97
|
+
*LabelApi* | [**indexLabel**](docs/LabelApi.md#indexlabeloperation) | **POST** /admin-api/label/list | Auto-generated: indexLabel
|
|
98
|
+
*LabelApi* | [**showLabel**](docs/LabelApi.md#showlabel) | **GET** /admin-api/label/{label} | Auto-generated: showLabel
|
|
99
|
+
*LabelApi* | [**storeLabel**](docs/LabelApi.md#storelabeloperation) | **POST** /admin-api/label/create | Auto-generated: storeLabel
|
|
100
|
+
*LabelApi* | [**updateLabel**](docs/LabelApi.md#updatelabeloperation) | **PUT** /admin-api/label/{label}/update | Auto-generated: updateLabel
|
|
101
|
+
*MenuApi* | [**destroyMenu**](docs/MenuApi.md#destroymenu) | **DELETE** /admin-api/menu/{menu}/delete | Auto-generated: destroyMenu
|
|
102
|
+
*MenuApi* | [**getAllMenu**](docs/MenuApi.md#getallmenuoperation) | **POST** /admin-api/menu/all | Auto-generated: getAllMenu
|
|
103
|
+
*MenuApi* | [**indexMenu**](docs/MenuApi.md#indexmenuoperation) | **POST** /admin-api/menu/list | Auto-generated: indexMenu
|
|
104
|
+
*MenuApi* | [**showMenu**](docs/MenuApi.md#showmenu) | **GET** /admin-api/menu/{menu} | Auto-generated: showMenu
|
|
105
|
+
*MenuApi* | [**storeMenu**](docs/MenuApi.md#storemenuoperation) | **POST** /admin-api/menu/create | Auto-generated: storeMenu
|
|
106
|
+
*MenuApi* | [**updateMenu**](docs/MenuApi.md#updatemenuoperation) | **PUT** /admin-api/menu/{menu}/update | Auto-generated: updateMenu
|
|
107
|
+
*MenuItemsApi* | [**destroyMenuItem**](docs/MenuItemsApi.md#destroymenuitem) | **DELETE** /admin-api/menu-items/{menuItem}/delete | Auto-generated: destroyMenuItem
|
|
108
|
+
*MenuItemsApi* | [**getAllMenuItem**](docs/MenuItemsApi.md#getallmenuitemoperation) | **POST** /admin-api/menu-items/all | Auto-generated: getAllMenuItem
|
|
109
|
+
*MenuItemsApi* | [**getHierarchyMenuItem**](docs/MenuItemsApi.md#gethierarchymenuitemoperation) | **POST** /admin-api/menu-items/hierarchy | Auto-generated: getHierarchyMenuItem
|
|
110
|
+
*MenuItemsApi* | [**searchLinkablesMenuItem**](docs/MenuItemsApi.md#searchlinkablesmenuitemoperation) | **POST** /admin-api/menu-items/linkables/search | Auto-generated: searchLinkablesMenuItem
|
|
111
|
+
*MenuItemsApi* | [**showMenuItem**](docs/MenuItemsApi.md#showmenuitem) | **GET** /admin-api/menu-items/{menuItem} | Auto-generated: showMenuItem
|
|
112
|
+
*MenuItemsApi* | [**storeMenuItem**](docs/MenuItemsApi.md#storemenuitemoperation) | **POST** /admin-api/menu-items/create | Auto-generated: storeMenuItem
|
|
113
|
+
*MenuItemsApi* | [**updateMenuItem**](docs/MenuItemsApi.md#updatemenuitemoperation) | **PUT** /admin-api/menu-items/{menuItem}/update | Auto-generated: updateMenuItem
|
|
94
114
|
*OverlayTemplateApi* | [**attachAssetsOverlayTemplate**](docs/OverlayTemplateApi.md#attachassetsoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/attach-assets | Auto-generated: attachAssetsOverlayTemplate
|
|
95
115
|
*OverlayTemplateApi* | [**destroyOverlayTemplate**](docs/OverlayTemplateApi.md#destroyoverlaytemplate) | **DELETE** /admin-api/overlay-template/{overlayTemplate}/delete | Auto-generated: destroyOverlayTemplate
|
|
96
116
|
*OverlayTemplateApi* | [**destroyOverlayTemplateAsset**](docs/OverlayTemplateApi.md#destroyoverlaytemplateasset) | **DELETE** /admin-api/overlay-template/asset/{overlayTemplateAsset}/delete | Auto-generated: destroyOverlayTemplateAsset
|
|
@@ -118,7 +138,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
118
138
|
*ProductApi* | [**getCompatibleProductsProductChild**](docs/ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild
|
|
119
139
|
*ProductApi* | [**indexProduct**](docs/ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct
|
|
120
140
|
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild
|
|
121
|
-
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchildoperation) | **
|
|
141
|
+
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild
|
|
122
142
|
*ProductApi* | [**showAttributesProductChild**](docs/ProductApi.md#showattributesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild
|
|
123
143
|
*ProductApi* | [**showProduct**](docs/ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct
|
|
124
144
|
*ProductApi* | [**showProductChild**](docs/ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild
|
|
@@ -139,6 +159,22 @@ All URIs are relative to *http://localhost/api*
|
|
|
139
159
|
*ProductCategoryApi* | [**showProductCategory**](docs/ProductCategoryApi.md#showproductcategory) | **GET** /admin-api/product-category/{productCategory} | Auto-generated: showProductCategory
|
|
140
160
|
*ProductCategoryApi* | [**storeProductCategory**](docs/ProductCategoryApi.md#storeproductcategoryoperation) | **POST** /admin-api/product-category/create | Auto-generated: storeProductCategory
|
|
141
161
|
*ProductCategoryApi* | [**updateProductCategory**](docs/ProductCategoryApi.md#updateproductcategoryoperation) | **PUT** /admin-api/product-category/{productCategory}/update | Auto-generated: updateProductCategory
|
|
162
|
+
*ProductRangeApi* | [**attachAccessoriesProductRange**](docs/ProductRangeApi.md#attachaccessoriesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-accessories | Auto-generated: attachAccessoriesProductRange
|
|
163
|
+
*ProductRangeApi* | [**attachAttributesProductRange**](docs/ProductRangeApi.md#attachattributesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-attributes | Auto-generated: attachAttributesProductRange
|
|
164
|
+
*ProductRangeApi* | [**attachDocumentsProductRange**](docs/ProductRangeApi.md#attachdocumentsproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-documents | Auto-generated: attachDocumentsProductRange
|
|
165
|
+
*ProductRangeApi* | [**attachProductChildrenProductRange**](docs/ProductRangeApi.md#attachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/attach-products | Auto-generated: attachProductChildrenProductRange
|
|
166
|
+
*ProductRangeApi* | [**destroyProductRange**](docs/ProductRangeApi.md#destroyproductrange) | **DELETE** /admin-api/product-range/{productRange}/delete | Auto-generated: destroyProductRange
|
|
167
|
+
*ProductRangeApi* | [**detachAccessoriesProductRange**](docs/ProductRangeApi.md#detachaccessoriesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-accessories | Auto-generated: detachAccessoriesProductRange
|
|
168
|
+
*ProductRangeApi* | [**detachAttributesProductRange**](docs/ProductRangeApi.md#detachattributesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-attributes | Auto-generated: detachAttributesProductRange
|
|
169
|
+
*ProductRangeApi* | [**detachDocumentsProductRange**](docs/ProductRangeApi.md#detachdocumentsproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-documents | Auto-generated: detachDocumentsProductRange
|
|
170
|
+
*ProductRangeApi* | [**detachProductChildrenProductRange**](docs/ProductRangeApi.md#detachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/detach-products | Auto-generated: detachProductChildrenProductRange
|
|
171
|
+
*ProductRangeApi* | [**getAllProductRange**](docs/ProductRangeApi.md#getallproductrangeoperation) | **POST** /admin-api/product-range/all | Auto-generated: getAllProductRange
|
|
172
|
+
*ProductRangeApi* | [**indexProductRange**](docs/ProductRangeApi.md#indexproductrangeoperation) | **POST** /admin-api/product-range/list | Auto-generated: indexProductRange
|
|
173
|
+
*ProductRangeApi* | [**listAccessoriesProductRange**](docs/ProductRangeApi.md#listaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/accessory/list | Auto-generated: listAccessoriesProductRange
|
|
174
|
+
*ProductRangeApi* | [**listProductsProductRange**](docs/ProductRangeApi.md#listproductsproductrange) | **POST** /admin-api/product-range/{productRange}/product/list | Auto-generated: listProductsProductRange
|
|
175
|
+
*ProductRangeApi* | [**showProductRange**](docs/ProductRangeApi.md#showproductrange) | **GET** /admin-api/product-range/{productRange} | Auto-generated: showProductRange
|
|
176
|
+
*ProductRangeApi* | [**storeProductRange**](docs/ProductRangeApi.md#storeproductrangeoperation) | **POST** /admin-api/product-range/create | Auto-generated: storeProductRange
|
|
177
|
+
*ProductRangeApi* | [**updateProductRange**](docs/ProductRangeApi.md#updateproductrangeoperation) | **PUT** /admin-api/product-range/{productRange}/update | Auto-generated: updateProductRange
|
|
142
178
|
*ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#attachattributeproducttypeoperation) | **POST** /admin-api/product-type/{productType}/attach-attribute | Auto-generated: attachAttributeProductType
|
|
143
179
|
*ProductTypeApi* | [**destroyProductType**](docs/ProductTypeApi.md#destroyproducttype) | **DELETE** /admin-api/product-type/{productType}/delete | Auto-generated: destroyProductType
|
|
144
180
|
*ProductTypeApi* | [**detachAttributeProductType**](docs/ProductTypeApi.md#detachattributeproducttype) | **POST** /admin-api/product-type/{productType}/detach-attribute/{attribute} | Auto-generated: detachAttributeProductType
|
|
@@ -156,7 +192,20 @@ All URIs are relative to *http://localhost/api*
|
|
|
156
192
|
*SiteApi* | [**storeSiteNotification**](docs/SiteApi.md#storesitenotificationoperation) | **POST** /admin-api/site/notification/create | Auto-generated: storeSiteNotification
|
|
157
193
|
*SiteApi* | [**updateSite**](docs/SiteApi.md#updatesiteoperation) | **PUT** /admin-api/site/{site}/update | Auto-generated: updateSite
|
|
158
194
|
*SiteApi* | [**updateSiteNotification**](docs/SiteApi.md#updatesitenotificationoperation) | **PUT** /admin-api/site/notification/{siteNotification}/update | Auto-generated: updateSiteNotification
|
|
195
|
+
*StoreApi* | [**attachSuppliersStore**](docs/StoreApi.md#attachsuppliersstoreoperation) | **POST** /admin-api/store/{store}/attach-suppliers | Auto-generated: attachSuppliersStore
|
|
196
|
+
*StoreApi* | [**destroyStore**](docs/StoreApi.md#destroystore) | **DELETE** /admin-api/store/{store}/delete | Auto-generated: destroyStore
|
|
197
|
+
*StoreApi* | [**destroyStoreSpecialDate**](docs/StoreApi.md#destroystorespecialdate) | **DELETE** /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: destroyStoreSpecialDate
|
|
198
|
+
*StoreApi* | [**detachSuppliersStore**](docs/StoreApi.md#detachsuppliersstoreoperation) | **POST** /admin-api/store/{store}/detach-suppliers | Auto-generated: detachSuppliersStore
|
|
199
|
+
*StoreApi* | [**getAllStore**](docs/StoreApi.md#getallstoreoperation) | **POST** /admin-api/store/all | Auto-generated: getAllStore
|
|
200
|
+
*StoreApi* | [**indexStore**](docs/StoreApi.md#indexstoreoperation) | **POST** /admin-api/store/list | Auto-generated: indexStore
|
|
201
|
+
*StoreApi* | [**showStore**](docs/StoreApi.md#showstore) | **GET** /admin-api/store/{store} | Auto-generated: showStore
|
|
202
|
+
*StoreApi* | [**storeStore**](docs/StoreApi.md#storestoreoperation) | **POST** /admin-api/store/create | Auto-generated: storeStore
|
|
203
|
+
*StoreApi* | [**storeStoreSpecialDate**](docs/StoreApi.md#storestorespecialdateoperation) | **POST** /admin-api/store/{store}/special-dates | Auto-generated: storeStoreSpecialDate
|
|
204
|
+
*StoreApi* | [**updateStore**](docs/StoreApi.md#updatestoreoperation) | **PUT** /admin-api/store/{store}/update | Auto-generated: updateStore
|
|
205
|
+
*StoreApi* | [**updateStoreSpecialDate**](docs/StoreApi.md#updatestorespecialdate) | **PUT** /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: updateStoreSpecialDate
|
|
206
|
+
*SupplierApi* | [**attachStoresSupplier**](docs/SupplierApi.md#attachstoressupplieroperation) | **POST** /admin-api/supplier/{supplier}/attach-stores | Auto-generated: attachStoresSupplier
|
|
159
207
|
*SupplierApi* | [**destroySupplier**](docs/SupplierApi.md#destroysupplier) | **DELETE** /admin-api/supplier/{supplier}/delete | Auto-generated: destroySupplier
|
|
208
|
+
*SupplierApi* | [**detachStoresSupplier**](docs/SupplierApi.md#detachstoressupplieroperation) | **POST** /admin-api/supplier/{supplier}/detach-stores | Auto-generated: detachStoresSupplier
|
|
160
209
|
*SupplierApi* | [**exportSupplier**](docs/SupplierApi.md#exportsupplier) | **POST** /admin-api/supplier/export | Auto-generated: exportSupplier
|
|
161
210
|
*SupplierApi* | [**getAllSupplier**](docs/SupplierApi.md#getallsupplieroperation) | **POST** /admin-api/supplier/all | Auto-generated: getAllSupplier
|
|
162
211
|
*SupplierApi* | [**importSupplier**](docs/SupplierApi.md#importsupplier) | **POST** /admin-api/supplier/import | Auto-generated: importSupplier
|
|
@@ -176,6 +225,10 @@ All URIs are relative to *http://localhost/api*
|
|
|
176
225
|
|
|
177
226
|
### Models
|
|
178
227
|
|
|
228
|
+
- [AddressFrontendResource](docs/AddressFrontendResource.md)
|
|
229
|
+
- [AddressFrontendResourceArrayResponse](docs/AddressFrontendResourceArrayResponse.md)
|
|
230
|
+
- [AddressResource](docs/AddressResource.md)
|
|
231
|
+
- [AddressResourceArrayResponse](docs/AddressResourceArrayResponse.md)
|
|
179
232
|
- [AssetFileForUploadResource](docs/AssetFileForUploadResource.md)
|
|
180
233
|
- [AssetFileForUploadResourceArrayResponse](docs/AssetFileForUploadResourceArrayResponse.md)
|
|
181
234
|
- [AssetFrontendResource](docs/AssetFrontendResource.md)
|
|
@@ -187,14 +240,20 @@ All URIs are relative to *http://localhost/api*
|
|
|
187
240
|
- [AssetWithOverlayLinkResource](docs/AssetWithOverlayLinkResource.md)
|
|
188
241
|
- [AssetWithOverlayLinkResourceArrayResponse](docs/AssetWithOverlayLinkResourceArrayResponse.md)
|
|
189
242
|
- [AttachAccessoriesProductChildRequest](docs/AttachAccessoriesProductChildRequest.md)
|
|
243
|
+
- [AttachAccessoriesProductRangeRequest](docs/AttachAccessoriesProductRangeRequest.md)
|
|
190
244
|
- [AttachAssetsOverlayTemplateRequest](docs/AttachAssetsOverlayTemplateRequest.md)
|
|
191
245
|
- [AttachAttributeProductTypeRequest](docs/AttachAttributeProductTypeRequest.md)
|
|
246
|
+
- [AttachAttributesProductRangeRequest](docs/AttachAttributesProductRangeRequest.md)
|
|
247
|
+
- [AttachAttributesProductRangeRequestAttributesInner](docs/AttachAttributesProductRangeRequestAttributesInner.md)
|
|
192
248
|
- [AttachDocumentablesDocumentRequest](docs/AttachDocumentablesDocumentRequest.md)
|
|
193
249
|
- [AttachDocumentablesDocumentRequestDocumentablesInner](docs/AttachDocumentablesDocumentRequestDocumentablesInner.md)
|
|
194
250
|
- [AttachDocumentsProductChildRequest](docs/AttachDocumentsProductChildRequest.md)
|
|
195
251
|
- [AttachDocumentsProductChildRequestDocumentsInner](docs/AttachDocumentsProductChildRequestDocumentsInner.md)
|
|
252
|
+
- [AttachDocumentsProductRangeRequest](docs/AttachDocumentsProductRangeRequest.md)
|
|
196
253
|
- [AttachProductTypeAttributeRequest](docs/AttachProductTypeAttributeRequest.md)
|
|
197
254
|
- [AttachProductsProductCategoryRequest](docs/AttachProductsProductCategoryRequest.md)
|
|
255
|
+
- [AttachStoresSupplierRequest](docs/AttachStoresSupplierRequest.md)
|
|
256
|
+
- [AttachSuppliersStoreRequest](docs/AttachSuppliersStoreRequest.md)
|
|
198
257
|
- [AttributeFieldType](docs/AttributeFieldType.md)
|
|
199
258
|
- [AttributeListResource](docs/AttributeListResource.md)
|
|
200
259
|
- [AttributeListResourceArrayResponse](docs/AttributeListResourceArrayResponse.md)
|
|
@@ -224,11 +283,16 @@ All URIs are relative to *http://localhost/api*
|
|
|
224
283
|
- [DescriptionResource](docs/DescriptionResource.md)
|
|
225
284
|
- [DescriptionResourceArrayResponse](docs/DescriptionResourceArrayResponse.md)
|
|
226
285
|
- [DestroyAttributeValueRequest](docs/DestroyAttributeValueRequest.md)
|
|
286
|
+
- [DetachAccessoriesProductRangeRequest](docs/DetachAccessoriesProductRangeRequest.md)
|
|
227
287
|
- [DetachAssetableOverlayTemplateRequest](docs/DetachAssetableOverlayTemplateRequest.md)
|
|
288
|
+
- [DetachAttributesProductRangeRequest](docs/DetachAttributesProductRangeRequest.md)
|
|
228
289
|
- [DetachDocumentablesDocumentRequest](docs/DetachDocumentablesDocumentRequest.md)
|
|
229
290
|
- [DetachDocumentablesDocumentRequestDocumentablesInner](docs/DetachDocumentablesDocumentRequestDocumentablesInner.md)
|
|
230
291
|
- [DetachDocumentsProductChildRequest](docs/DetachDocumentsProductChildRequest.md)
|
|
292
|
+
- [DetachDocumentsProductRangeRequest](docs/DetachDocumentsProductRangeRequest.md)
|
|
231
293
|
- [DetachProductsProductCategoryRequest](docs/DetachProductsProductCategoryRequest.md)
|
|
294
|
+
- [DetachStoresSupplierRequest](docs/DetachStoresSupplierRequest.md)
|
|
295
|
+
- [DetachSuppliersStoreRequest](docs/DetachSuppliersStoreRequest.md)
|
|
232
296
|
- [DocumentFileForUploadResource](docs/DocumentFileForUploadResource.md)
|
|
233
297
|
- [DocumentFileForUploadResourceArrayResponse](docs/DocumentFileForUploadResourceArrayResponse.md)
|
|
234
298
|
- [DocumentFrontendResource](docs/DocumentFrontendResource.md)
|
|
@@ -249,12 +313,17 @@ All URIs are relative to *http://localhost/api*
|
|
|
249
313
|
- [GetAllDefinitionRequest](docs/GetAllDefinitionRequest.md)
|
|
250
314
|
- [GetAllDocumentRequest](docs/GetAllDocumentRequest.md)
|
|
251
315
|
- [GetAllGoogleCategoryRequest](docs/GetAllGoogleCategoryRequest.md)
|
|
316
|
+
- [GetAllMenuItemRequest](docs/GetAllMenuItemRequest.md)
|
|
317
|
+
- [GetAllMenuRequest](docs/GetAllMenuRequest.md)
|
|
252
318
|
- [GetAllOverlayTemplateRequest](docs/GetAllOverlayTemplateRequest.md)
|
|
253
319
|
- [GetAllProductCategoryRequest](docs/GetAllProductCategoryRequest.md)
|
|
254
320
|
- [GetAllProductChildRequest](docs/GetAllProductChildRequest.md)
|
|
321
|
+
- [GetAllProductRangeRequest](docs/GetAllProductRangeRequest.md)
|
|
255
322
|
- [GetAllProductRequest](docs/GetAllProductRequest.md)
|
|
256
323
|
- [GetAllProductTypeRequest](docs/GetAllProductTypeRequest.md)
|
|
324
|
+
- [GetAllStoreRequest](docs/GetAllStoreRequest.md)
|
|
257
325
|
- [GetAllSupplierRequest](docs/GetAllSupplierRequest.md)
|
|
326
|
+
- [GetHierarchyMenuItemRequest](docs/GetHierarchyMenuItemRequest.md)
|
|
258
327
|
- [GetHierarchyProductCategoryRequest](docs/GetHierarchyProductCategoryRequest.md)
|
|
259
328
|
- [GetUniqueEndpointsExternalApiLogRequest](docs/GetUniqueEndpointsExternalApiLogRequest.md)
|
|
260
329
|
- [GlobalSearchCategoryResource](docs/GlobalSearchCategoryResource.md)
|
|
@@ -272,17 +341,42 @@ All URIs are relative to *http://localhost/api*
|
|
|
272
341
|
- [IndexDefinitionRequest](docs/IndexDefinitionRequest.md)
|
|
273
342
|
- [IndexDocumentRequest](docs/IndexDocumentRequest.md)
|
|
274
343
|
- [IndexExternalApiLogRequest](docs/IndexExternalApiLogRequest.md)
|
|
344
|
+
- [IndexLabelRequest](docs/IndexLabelRequest.md)
|
|
345
|
+
- [IndexMenuRequest](docs/IndexMenuRequest.md)
|
|
346
|
+
- [IndexModelAttributeRequest](docs/IndexModelAttributeRequest.md)
|
|
275
347
|
- [IndexOverlayTemplateRequest](docs/IndexOverlayTemplateRequest.md)
|
|
276
348
|
- [IndexProductCategoryRequest](docs/IndexProductCategoryRequest.md)
|
|
277
349
|
- [IndexProductChildRequest](docs/IndexProductChildRequest.md)
|
|
350
|
+
- [IndexProductRangeRequest](docs/IndexProductRangeRequest.md)
|
|
278
351
|
- [IndexProductRequest](docs/IndexProductRequest.md)
|
|
279
352
|
- [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
|
|
280
353
|
- [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
|
|
281
354
|
- [IndexSiteRequest](docs/IndexSiteRequest.md)
|
|
355
|
+
- [IndexStoreRequest](docs/IndexStoreRequest.md)
|
|
282
356
|
- [IndexSupplierRequest](docs/IndexSupplierRequest.md)
|
|
283
357
|
- [IndexTagRequest](docs/IndexTagRequest.md)
|
|
358
|
+
- [LabelListResource](docs/LabelListResource.md)
|
|
359
|
+
- [LabelListResourceArrayResponse](docs/LabelListResourceArrayResponse.md)
|
|
360
|
+
- [LabelLiteResource](docs/LabelLiteResource.md)
|
|
361
|
+
- [LabelLiteResourceArrayResponse](docs/LabelLiteResourceArrayResponse.md)
|
|
284
362
|
- [LabelResource](docs/LabelResource.md)
|
|
285
363
|
- [LabelResourceArrayResponse](docs/LabelResourceArrayResponse.md)
|
|
364
|
+
- [MenuItemHierarchyResource](docs/MenuItemHierarchyResource.md)
|
|
365
|
+
- [MenuItemHierarchyResourceArrayResponse](docs/MenuItemHierarchyResourceArrayResponse.md)
|
|
366
|
+
- [MenuItemLinkResource](docs/MenuItemLinkResource.md)
|
|
367
|
+
- [MenuItemLinkResourceArrayResponse](docs/MenuItemLinkResourceArrayResponse.md)
|
|
368
|
+
- [MenuItemLiteResource](docs/MenuItemLiteResource.md)
|
|
369
|
+
- [MenuItemLiteResourceArrayResponse](docs/MenuItemLiteResourceArrayResponse.md)
|
|
370
|
+
- [MenuItemResource](docs/MenuItemResource.md)
|
|
371
|
+
- [MenuItemResourceArrayResponse](docs/MenuItemResourceArrayResponse.md)
|
|
372
|
+
- [MenuItemType](docs/MenuItemType.md)
|
|
373
|
+
- [MenuListResource](docs/MenuListResource.md)
|
|
374
|
+
- [MenuListResourceArrayResponse](docs/MenuListResourceArrayResponse.md)
|
|
375
|
+
- [MenuPosition](docs/MenuPosition.md)
|
|
376
|
+
- [MenuResource](docs/MenuResource.md)
|
|
377
|
+
- [MenuResourceArrayResponse](docs/MenuResourceArrayResponse.md)
|
|
378
|
+
- [ModelAttributeListResource](docs/ModelAttributeListResource.md)
|
|
379
|
+
- [ModelAttributeListResourceArrayResponse](docs/ModelAttributeListResourceArrayResponse.md)
|
|
286
380
|
- [ModelAttributeResource](docs/ModelAttributeResource.md)
|
|
287
381
|
- [ModelAttributeResourceArrayResponse](docs/ModelAttributeResourceArrayResponse.md)
|
|
288
382
|
- [OverlayTemplateAssetFrontendResource](docs/OverlayTemplateAssetFrontendResource.md)
|
|
@@ -308,6 +402,9 @@ All URIs are relative to *http://localhost/api*
|
|
|
308
402
|
- [PaginatedExternalApiLogListResourceResponse](docs/PaginatedExternalApiLogListResourceResponse.md)
|
|
309
403
|
- [PaginatedExternalApiLogResourceResponse](docs/PaginatedExternalApiLogResourceResponse.md)
|
|
310
404
|
- [PaginatedGoogleCategoryResourceResponse](docs/PaginatedGoogleCategoryResourceResponse.md)
|
|
405
|
+
- [PaginatedLabelListResourceResponse](docs/PaginatedLabelListResourceResponse.md)
|
|
406
|
+
- [PaginatedMenuListResourceResponse](docs/PaginatedMenuListResourceResponse.md)
|
|
407
|
+
- [PaginatedModelAttributeListResourceResponse](docs/PaginatedModelAttributeListResourceResponse.md)
|
|
311
408
|
- [PaginatedOverlayTemplateListResourceResponse](docs/PaginatedOverlayTemplateListResourceResponse.md)
|
|
312
409
|
- [PaginatedOverlayTemplateLiteResourceResponse](docs/PaginatedOverlayTemplateLiteResourceResponse.md)
|
|
313
410
|
- [PaginatedOverlayTemplateResourceResponse](docs/PaginatedOverlayTemplateResourceResponse.md)
|
|
@@ -320,6 +417,11 @@ All URIs are relative to *http://localhost/api*
|
|
|
320
417
|
- [PaginatedProductChildResourceResponse](docs/PaginatedProductChildResourceResponse.md)
|
|
321
418
|
- [PaginatedProductListResourceResponse](docs/PaginatedProductListResourceResponse.md)
|
|
322
419
|
- [PaginatedProductLiteResourceResponse](docs/PaginatedProductLiteResourceResponse.md)
|
|
420
|
+
- [PaginatedProductRangeFrontendListResourceResponse](docs/PaginatedProductRangeFrontendListResourceResponse.md)
|
|
421
|
+
- [PaginatedProductRangeListResourceResponse](docs/PaginatedProductRangeListResourceResponse.md)
|
|
422
|
+
- [PaginatedProductRangeLiteResourceResponse](docs/PaginatedProductRangeLiteResourceResponse.md)
|
|
423
|
+
- [PaginatedProductRangeResourceResponse](docs/PaginatedProductRangeResourceResponse.md)
|
|
424
|
+
- [PaginatedProductRangeSearchResultResourceResponse](docs/PaginatedProductRangeSearchResultResourceResponse.md)
|
|
323
425
|
- [PaginatedProductResourceResponse](docs/PaginatedProductResourceResponse.md)
|
|
324
426
|
- [PaginatedProductSearchResultResourceResponse](docs/PaginatedProductSearchResultResourceResponse.md)
|
|
325
427
|
- [PaginatedProductTypeListResourceResponse](docs/PaginatedProductTypeListResourceResponse.md)
|
|
@@ -330,6 +432,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
330
432
|
- [PaginatedSiteNotificationListResourceResponse](docs/PaginatedSiteNotificationListResourceResponse.md)
|
|
331
433
|
- [PaginatedSiteNotificationResourceResponse](docs/PaginatedSiteNotificationResourceResponse.md)
|
|
332
434
|
- [PaginatedSiteResourceResponse](docs/PaginatedSiteResourceResponse.md)
|
|
435
|
+
- [PaginatedStoreListResourceResponse](docs/PaginatedStoreListResourceResponse.md)
|
|
333
436
|
- [PaginatedSupplierFrontendResourceResponse](docs/PaginatedSupplierFrontendResourceResponse.md)
|
|
334
437
|
- [PaginatedSupplierListResourceResponse](docs/PaginatedSupplierListResourceResponse.md)
|
|
335
438
|
- [PaginatedSupplierLiteResourceResponse](docs/PaginatedSupplierLiteResourceResponse.md)
|
|
@@ -378,6 +481,28 @@ All URIs are relative to *http://localhost/api*
|
|
|
378
481
|
- [ProductListResourceArrayResponse](docs/ProductListResourceArrayResponse.md)
|
|
379
482
|
- [ProductLiteResource](docs/ProductLiteResource.md)
|
|
380
483
|
- [ProductLiteResourceArrayResponse](docs/ProductLiteResourceArrayResponse.md)
|
|
484
|
+
- [ProductRangeAggregationResource](docs/ProductRangeAggregationResource.md)
|
|
485
|
+
- [ProductRangeAggregationResourceArrayResponse](docs/ProductRangeAggregationResourceArrayResponse.md)
|
|
486
|
+
- [ProductRangeFrontendListResource](docs/ProductRangeFrontendListResource.md)
|
|
487
|
+
- [ProductRangeFrontendListResourceArrayResponse](docs/ProductRangeFrontendListResourceArrayResponse.md)
|
|
488
|
+
- [ProductRangeFrontendResource](docs/ProductRangeFrontendResource.md)
|
|
489
|
+
- [ProductRangeFrontendResourceArrayResponse](docs/ProductRangeFrontendResourceArrayResponse.md)
|
|
490
|
+
- [ProductRangeListResource](docs/ProductRangeListResource.md)
|
|
491
|
+
- [ProductRangeListResourceArrayResponse](docs/ProductRangeListResourceArrayResponse.md)
|
|
492
|
+
- [ProductRangeLiteResource](docs/ProductRangeLiteResource.md)
|
|
493
|
+
- [ProductRangeLiteResourceArrayResponse](docs/ProductRangeLiteResourceArrayResponse.md)
|
|
494
|
+
- [ProductRangeResource](docs/ProductRangeResource.md)
|
|
495
|
+
- [ProductRangeResourceArrayResponse](docs/ProductRangeResourceArrayResponse.md)
|
|
496
|
+
- [ProductRangeSearchResponseResource](docs/ProductRangeSearchResponseResource.md)
|
|
497
|
+
- [ProductRangeSearchResponseResourceArrayResponse](docs/ProductRangeSearchResponseResourceArrayResponse.md)
|
|
498
|
+
- [ProductRangeSearchResponseResourceMeta](docs/ProductRangeSearchResponseResourceMeta.md)
|
|
499
|
+
- [ProductRangeSearchResultResource](docs/ProductRangeSearchResultResource.md)
|
|
500
|
+
- [ProductRangeSearchResultResourceArrayResponse](docs/ProductRangeSearchResultResourceArrayResponse.md)
|
|
501
|
+
- [ProductRangeSiteDetailLiteResource](docs/ProductRangeSiteDetailLiteResource.md)
|
|
502
|
+
- [ProductRangeSiteDetailLiteResourceArrayResponse](docs/ProductRangeSiteDetailLiteResourceArrayResponse.md)
|
|
503
|
+
- [ProductRangeSiteDetailResource](docs/ProductRangeSiteDetailResource.md)
|
|
504
|
+
- [ProductRangeSiteDetailResourceArrayResponse](docs/ProductRangeSiteDetailResourceArrayResponse.md)
|
|
505
|
+
- [ProductRangeSortBy](docs/ProductRangeSortBy.md)
|
|
381
506
|
- [ProductRating](docs/ProductRating.md)
|
|
382
507
|
- [ProductResource](docs/ProductResource.md)
|
|
383
508
|
- [ProductResourceArrayResponse](docs/ProductResourceArrayResponse.md)
|
|
@@ -396,6 +521,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
396
521
|
- [ProductTypeResourceArrayResponse](docs/ProductTypeResourceArrayResponse.md)
|
|
397
522
|
- [SEOResource](docs/SEOResource.md)
|
|
398
523
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
524
|
+
- [SearchLinkablesMenuItemRequest](docs/SearchLinkablesMenuItemRequest.md)
|
|
399
525
|
- [ShowAssetsProductChildRequest](docs/ShowAssetsProductChildRequest.md)
|
|
400
526
|
- [ShowAttributesProductChildRequest](docs/ShowAttributesProductChildRequest.md)
|
|
401
527
|
- [SiteConfigResource](docs/SiteConfigResource.md)
|
|
@@ -419,6 +545,16 @@ All URIs are relative to *http://localhost/api*
|
|
|
419
545
|
- [StoreDefinitionRequest](docs/StoreDefinitionRequest.md)
|
|
420
546
|
- [StoreDocumentFileRequest](docs/StoreDocumentFileRequest.md)
|
|
421
547
|
- [StoreDocumentRequest](docs/StoreDocumentRequest.md)
|
|
548
|
+
- [StoreFrontendResource](docs/StoreFrontendResource.md)
|
|
549
|
+
- [StoreFrontendResourceArrayResponse](docs/StoreFrontendResourceArrayResponse.md)
|
|
550
|
+
- [StoreLabelRequest](docs/StoreLabelRequest.md)
|
|
551
|
+
- [StoreListResource](docs/StoreListResource.md)
|
|
552
|
+
- [StoreListResourceArrayResponse](docs/StoreListResourceArrayResponse.md)
|
|
553
|
+
- [StoreLiteResource](docs/StoreLiteResource.md)
|
|
554
|
+
- [StoreLiteResourceArrayResponse](docs/StoreLiteResourceArrayResponse.md)
|
|
555
|
+
- [StoreMenuItemRequest](docs/StoreMenuItemRequest.md)
|
|
556
|
+
- [StoreMenuItemRequestMenuItemLink](docs/StoreMenuItemRequestMenuItemLink.md)
|
|
557
|
+
- [StoreMenuRequest](docs/StoreMenuRequest.md)
|
|
422
558
|
- [StoreOverlayTemplateAssetRequest](docs/StoreOverlayTemplateAssetRequest.md)
|
|
423
559
|
- [StoreOverlayTemplateRequest](docs/StoreOverlayTemplateRequest.md)
|
|
424
560
|
- [StoreProductCategoryRequest](docs/StoreProductCategoryRequest.md)
|
|
@@ -429,10 +565,22 @@ All URIs are relative to *http://localhost/api*
|
|
|
429
565
|
- [StoreProductChildRequestAssetsInner](docs/StoreProductChildRequestAssetsInner.md)
|
|
430
566
|
- [StoreProductChildRequestAttributeValuesInner](docs/StoreProductChildRequestAttributeValuesInner.md)
|
|
431
567
|
- [StoreProductChildRequestSitesInner](docs/StoreProductChildRequestSitesInner.md)
|
|
568
|
+
- [StoreProductRangeRequest](docs/StoreProductRangeRequest.md)
|
|
569
|
+
- [StoreProductRangeRequestSitesInner](docs/StoreProductRangeRequestSitesInner.md)
|
|
432
570
|
- [StoreProductRequest](docs/StoreProductRequest.md)
|
|
433
571
|
- [StoreProductRequestCategoriesInner](docs/StoreProductRequestCategoriesInner.md)
|
|
434
572
|
- [StoreProductTypeRequest](docs/StoreProductTypeRequest.md)
|
|
573
|
+
- [StoreResource](docs/StoreResource.md)
|
|
574
|
+
- [StoreResourceArrayResponse](docs/StoreResourceArrayResponse.md)
|
|
435
575
|
- [StoreSiteNotificationRequest](docs/StoreSiteNotificationRequest.md)
|
|
576
|
+
- [StoreSpecialDateFrontendResource](docs/StoreSpecialDateFrontendResource.md)
|
|
577
|
+
- [StoreSpecialDateFrontendResourceArrayResponse](docs/StoreSpecialDateFrontendResourceArrayResponse.md)
|
|
578
|
+
- [StoreSpecialDateResource](docs/StoreSpecialDateResource.md)
|
|
579
|
+
- [StoreSpecialDateResourceArrayResponse](docs/StoreSpecialDateResourceArrayResponse.md)
|
|
580
|
+
- [StoreStoreRequest](docs/StoreStoreRequest.md)
|
|
581
|
+
- [StoreStoreRequestAddress](docs/StoreStoreRequestAddress.md)
|
|
582
|
+
- [StoreStoreRequestSpecialDatesInner](docs/StoreStoreRequestSpecialDatesInner.md)
|
|
583
|
+
- [StoreStoreSpecialDateRequest](docs/StoreStoreSpecialDateRequest.md)
|
|
436
584
|
- [StoreSupplierRequest](docs/StoreSupplierRequest.md)
|
|
437
585
|
- [StoreTagRequest](docs/StoreTagRequest.md)
|
|
438
586
|
- [SupplierFrontendResource](docs/SupplierFrontendResource.md)
|
|
@@ -459,17 +607,24 @@ All URIs are relative to *http://localhost/api*
|
|
|
459
607
|
- [UpdateDocumentRequest](docs/UpdateDocumentRequest.md)
|
|
460
608
|
- [UpdateFilterOrderAttributeRequest](docs/UpdateFilterOrderAttributeRequest.md)
|
|
461
609
|
- [UpdateFilterOrderAttributeRequestValuesInner](docs/UpdateFilterOrderAttributeRequestValuesInner.md)
|
|
610
|
+
- [UpdateLabelRequest](docs/UpdateLabelRequest.md)
|
|
611
|
+
- [UpdateMenuItemRequest](docs/UpdateMenuItemRequest.md)
|
|
612
|
+
- [UpdateMenuRequest](docs/UpdateMenuRequest.md)
|
|
613
|
+
- [UpdateMenuRequestMenuItemOrderInner](docs/UpdateMenuRequestMenuItemOrderInner.md)
|
|
462
614
|
- [UpdateModelAttributeRequest](docs/UpdateModelAttributeRequest.md)
|
|
463
615
|
- [UpdateOverlayTemplateAssetRequest](docs/UpdateOverlayTemplateAssetRequest.md)
|
|
464
616
|
- [UpdateOverlayTemplateRequest](docs/UpdateOverlayTemplateRequest.md)
|
|
465
617
|
- [UpdateProductCategoryRequest](docs/UpdateProductCategoryRequest.md)
|
|
466
618
|
- [UpdateProductChildRequest](docs/UpdateProductChildRequest.md)
|
|
467
619
|
- [UpdateProductChildRequestAssetsInner](docs/UpdateProductChildRequestAssetsInner.md)
|
|
620
|
+
- [UpdateProductRangeRequest](docs/UpdateProductRangeRequest.md)
|
|
621
|
+
- [UpdateProductRangeRequestAttributesInner](docs/UpdateProductRangeRequestAttributesInner.md)
|
|
468
622
|
- [UpdateProductRequest](docs/UpdateProductRequest.md)
|
|
469
623
|
- [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
|
|
470
|
-
- [UpdateProductTypeRequestPerformanceValuesInner](docs/UpdateProductTypeRequestPerformanceValuesInner.md)
|
|
471
624
|
- [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
|
|
472
625
|
- [UpdateSiteRequest](docs/UpdateSiteRequest.md)
|
|
626
|
+
- [UpdateStoreRequest](docs/UpdateStoreRequest.md)
|
|
627
|
+
- [UpdateStoreRequestSpecialDatesInner](docs/UpdateStoreRequestSpecialDatesInner.md)
|
|
473
628
|
- [UpdateSupplierRequest](docs/UpdateSupplierRequest.md)
|
|
474
629
|
- [UpdateTagRequest](docs/UpdateTagRequest.md)
|
|
475
630
|
- [WishlistCheckResource](docs/WishlistCheckResource.md)
|
|
@@ -489,7 +644,7 @@ and is automatically generated by the
|
|
|
489
644
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
490
645
|
|
|
491
646
|
- API version: `1.0.0`
|
|
492
|
-
- Package version: `0.0.
|
|
647
|
+
- Package version: `0.0.1541`
|
|
493
648
|
- Generator version: `7.21.0`
|
|
494
649
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
495
650
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { AttachProductTypeAttributeRequest, AttributeLiteResourceArrayResponse, AttributeResource, AttributeResourceArrayResponse, AttributeValueResourceArrayResponse, DestroyAttributeValueRequest, GenericResponse, GetAllAttributeRequest, GetAllAttributeValueRequest, IndexAttributeRequest, IndexAttributeValueRequest, ModelAttributeResourceArrayResponse, PaginatedAttributeListResourceResponse, PaginatedAttributeValueResourceResponse, StoreAttributeRequest, StoreAttributeValueRequest, UpdateAttributeRequest, UpdateAttributeValueRequest, UpdateFilterOrderAttributeRequest, UpdateModelAttributeRequest } from '../models/index';
|
|
13
|
+
import type { AttachProductTypeAttributeRequest, AttributeLiteResourceArrayResponse, AttributeResource, AttributeResourceArrayResponse, AttributeValueResourceArrayResponse, DestroyAttributeValueRequest, GenericResponse, GetAllAttributeRequest, GetAllAttributeValueRequest, IndexAttributeRequest, IndexAttributeValueRequest, IndexModelAttributeRequest, ModelAttributeResourceArrayResponse, PaginatedAttributeListResourceResponse, PaginatedAttributeValueResourceResponse, PaginatedModelAttributeListResourceResponse, StoreAttributeRequest, StoreAttributeValueRequest, UpdateAttributeRequest, UpdateAttributeValueRequest, UpdateFilterOrderAttributeRequest, UpdateModelAttributeRequest } from '../models/index';
|
|
14
14
|
export interface AttachProductTypeAttributeOperationRequest {
|
|
15
15
|
attribute: number;
|
|
16
16
|
attachProductTypeAttributeRequest?: AttachProductTypeAttributeRequest;
|
|
@@ -38,6 +38,9 @@ export interface IndexAttributeOperationRequest {
|
|
|
38
38
|
export interface IndexAttributeValueOperationRequest {
|
|
39
39
|
indexAttributeValueRequest?: IndexAttributeValueRequest;
|
|
40
40
|
}
|
|
41
|
+
export interface IndexModelAttributeOperationRequest {
|
|
42
|
+
indexModelAttributeRequest?: IndexModelAttributeRequest;
|
|
43
|
+
}
|
|
41
44
|
export interface ShowAttributeRequest {
|
|
42
45
|
attribute: number;
|
|
43
46
|
}
|
|
@@ -166,6 +169,18 @@ export declare class AttributeApi extends runtime.BaseAPI {
|
|
|
166
169
|
* Auto-generated: indexAttributeValue
|
|
167
170
|
*/
|
|
168
171
|
indexAttributeValue(requestParameters?: IndexAttributeValueOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedAttributeValueResourceResponse>;
|
|
172
|
+
/**
|
|
173
|
+
* Creates request options for indexModelAttribute without sending the request
|
|
174
|
+
*/
|
|
175
|
+
indexModelAttributeRequestOpts(requestParameters: IndexModelAttributeOperationRequest): Promise<runtime.RequestOpts>;
|
|
176
|
+
/**
|
|
177
|
+
* Auto-generated: indexModelAttribute
|
|
178
|
+
*/
|
|
179
|
+
indexModelAttributeRaw(requestParameters: IndexModelAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedModelAttributeListResourceResponse>>;
|
|
180
|
+
/**
|
|
181
|
+
* Auto-generated: indexModelAttribute
|
|
182
|
+
*/
|
|
183
|
+
indexModelAttribute(requestParameters?: IndexModelAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedModelAttributeListResourceResponse>;
|
|
169
184
|
/**
|
|
170
185
|
* Creates request options for showAttribute without sending the request
|
|
171
186
|
*/
|
|
@@ -551,6 +551,64 @@ var AttributeApi = /** @class */ (function (_super) {
|
|
|
551
551
|
});
|
|
552
552
|
});
|
|
553
553
|
};
|
|
554
|
+
/**
|
|
555
|
+
* Creates request options for indexModelAttribute without sending the request
|
|
556
|
+
*/
|
|
557
|
+
AttributeApi.prototype.indexModelAttributeRequestOpts = function (requestParameters) {
|
|
558
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
559
|
+
var queryParameters, headerParameters, urlPath;
|
|
560
|
+
return __generator(this, function (_a) {
|
|
561
|
+
queryParameters = {};
|
|
562
|
+
headerParameters = {};
|
|
563
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
564
|
+
urlPath = "/admin-api/attribute/model-attribute/list";
|
|
565
|
+
return [2 /*return*/, {
|
|
566
|
+
path: urlPath,
|
|
567
|
+
method: 'POST',
|
|
568
|
+
headers: headerParameters,
|
|
569
|
+
query: queryParameters,
|
|
570
|
+
body: (0, index_1.IndexModelAttributeRequestToJSON)(requestParameters['indexModelAttributeRequest']),
|
|
571
|
+
}];
|
|
572
|
+
});
|
|
573
|
+
});
|
|
574
|
+
};
|
|
575
|
+
/**
|
|
576
|
+
* Auto-generated: indexModelAttribute
|
|
577
|
+
*/
|
|
578
|
+
AttributeApi.prototype.indexModelAttributeRaw = function (requestParameters, initOverrides) {
|
|
579
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
580
|
+
var requestOptions, response;
|
|
581
|
+
return __generator(this, function (_a) {
|
|
582
|
+
switch (_a.label) {
|
|
583
|
+
case 0: return [4 /*yield*/, this.indexModelAttributeRequestOpts(requestParameters)];
|
|
584
|
+
case 1:
|
|
585
|
+
requestOptions = _a.sent();
|
|
586
|
+
return [4 /*yield*/, this.request(requestOptions, initOverrides)];
|
|
587
|
+
case 2:
|
|
588
|
+
response = _a.sent();
|
|
589
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.PaginatedModelAttributeListResourceResponseFromJSON)(jsonValue); })];
|
|
590
|
+
}
|
|
591
|
+
});
|
|
592
|
+
});
|
|
593
|
+
};
|
|
594
|
+
/**
|
|
595
|
+
* Auto-generated: indexModelAttribute
|
|
596
|
+
*/
|
|
597
|
+
AttributeApi.prototype.indexModelAttribute = function () {
|
|
598
|
+
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
599
|
+
var response;
|
|
600
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
601
|
+
return __generator(this, function (_a) {
|
|
602
|
+
switch (_a.label) {
|
|
603
|
+
case 0: return [4 /*yield*/, this.indexModelAttributeRaw(requestParameters, initOverrides)];
|
|
604
|
+
case 1:
|
|
605
|
+
response = _a.sent();
|
|
606
|
+
return [4 /*yield*/, response.value()];
|
|
607
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
608
|
+
}
|
|
609
|
+
});
|
|
610
|
+
});
|
|
611
|
+
};
|
|
554
612
|
/**
|
|
555
613
|
* Creates request options for showAttribute without sending the request
|
|
556
614
|
*/
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { GenericResponse, IndexLabelRequest, LabelResource, PaginatedLabelListResourceResponse, StoreLabelRequest, UpdateLabelRequest } from '../models/index';
|
|
14
|
+
export interface DestroyLabelRequest {
|
|
15
|
+
label: number;
|
|
16
|
+
}
|
|
17
|
+
export interface GetAllLabelRequest {
|
|
18
|
+
indexLabelRequest?: IndexLabelRequest;
|
|
19
|
+
}
|
|
20
|
+
export interface IndexLabelOperationRequest {
|
|
21
|
+
indexLabelRequest?: IndexLabelRequest;
|
|
22
|
+
}
|
|
23
|
+
export interface ShowLabelRequest {
|
|
24
|
+
label: number;
|
|
25
|
+
}
|
|
26
|
+
export interface StoreLabelOperationRequest {
|
|
27
|
+
storeLabelRequest?: StoreLabelRequest;
|
|
28
|
+
}
|
|
29
|
+
export interface UpdateLabelOperationRequest {
|
|
30
|
+
label: number;
|
|
31
|
+
updateLabelRequest?: UpdateLabelRequest;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
export declare class LabelApi extends runtime.BaseAPI {
|
|
37
|
+
/**
|
|
38
|
+
* Creates request options for destroyLabel without sending the request
|
|
39
|
+
*/
|
|
40
|
+
destroyLabelRequestOpts(requestParameters: DestroyLabelRequest): Promise<runtime.RequestOpts>;
|
|
41
|
+
/**
|
|
42
|
+
* Auto-generated: destroyLabel
|
|
43
|
+
*/
|
|
44
|
+
destroyLabelRaw(requestParameters: DestroyLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
|
|
45
|
+
/**
|
|
46
|
+
* Auto-generated: destroyLabel
|
|
47
|
+
*/
|
|
48
|
+
destroyLabel(requestParameters: DestroyLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
|
|
49
|
+
/**
|
|
50
|
+
* Creates request options for getAllLabel without sending the request
|
|
51
|
+
*/
|
|
52
|
+
getAllLabelRequestOpts(requestParameters: GetAllLabelRequest): Promise<runtime.RequestOpts>;
|
|
53
|
+
/**
|
|
54
|
+
* Auto-generated: getAllLabel
|
|
55
|
+
*/
|
|
56
|
+
getAllLabelRaw(requestParameters: GetAllLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
|
|
57
|
+
/**
|
|
58
|
+
* Auto-generated: getAllLabel
|
|
59
|
+
*/
|
|
60
|
+
getAllLabel(requestParameters?: GetAllLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* Creates request options for indexLabel without sending the request
|
|
63
|
+
*/
|
|
64
|
+
indexLabelRequestOpts(requestParameters: IndexLabelOperationRequest): Promise<runtime.RequestOpts>;
|
|
65
|
+
/**
|
|
66
|
+
* Auto-generated: indexLabel
|
|
67
|
+
*/
|
|
68
|
+
indexLabelRaw(requestParameters: IndexLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedLabelListResourceResponse>>;
|
|
69
|
+
/**
|
|
70
|
+
* Auto-generated: indexLabel
|
|
71
|
+
*/
|
|
72
|
+
indexLabel(requestParameters?: IndexLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedLabelListResourceResponse>;
|
|
73
|
+
/**
|
|
74
|
+
* Creates request options for showLabel without sending the request
|
|
75
|
+
*/
|
|
76
|
+
showLabelRequestOpts(requestParameters: ShowLabelRequest): Promise<runtime.RequestOpts>;
|
|
77
|
+
/**
|
|
78
|
+
* Auto-generated: showLabel
|
|
79
|
+
*/
|
|
80
|
+
showLabelRaw(requestParameters: ShowLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LabelResource>>;
|
|
81
|
+
/**
|
|
82
|
+
* Auto-generated: showLabel
|
|
83
|
+
*/
|
|
84
|
+
showLabel(requestParameters: ShowLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LabelResource>;
|
|
85
|
+
/**
|
|
86
|
+
* Creates request options for storeLabel without sending the request
|
|
87
|
+
*/
|
|
88
|
+
storeLabelRequestOpts(requestParameters: StoreLabelOperationRequest): Promise<runtime.RequestOpts>;
|
|
89
|
+
/**
|
|
90
|
+
* Auto-generated: storeLabel
|
|
91
|
+
*/
|
|
92
|
+
storeLabelRaw(requestParameters: StoreLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LabelResource>>;
|
|
93
|
+
/**
|
|
94
|
+
* Auto-generated: storeLabel
|
|
95
|
+
*/
|
|
96
|
+
storeLabel(requestParameters?: StoreLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LabelResource>;
|
|
97
|
+
/**
|
|
98
|
+
* Creates request options for updateLabel without sending the request
|
|
99
|
+
*/
|
|
100
|
+
updateLabelRequestOpts(requestParameters: UpdateLabelOperationRequest): Promise<runtime.RequestOpts>;
|
|
101
|
+
/**
|
|
102
|
+
* Auto-generated: updateLabel
|
|
103
|
+
*/
|
|
104
|
+
updateLabelRaw(requestParameters: UpdateLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LabelResource>>;
|
|
105
|
+
/**
|
|
106
|
+
* Auto-generated: updateLabel
|
|
107
|
+
*/
|
|
108
|
+
updateLabel(requestParameters: UpdateLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LabelResource>;
|
|
109
|
+
}
|