@digital8/lighting-illusions-ts-sdk 0.0.479 → 0.0.481
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 +362 -0
- package/README.md +250 -2
- package/dist/apis/AttributeApi.d.ts +179 -0
- package/dist/apis/AttributeApi.js +735 -0
- package/dist/apis/DocumentApi.d.ts +97 -0
- package/dist/apis/DocumentApi.js +402 -0
- package/dist/apis/ExternalApiLogApi.d.ts +29 -0
- package/dist/apis/ExternalApiLogApi.js +125 -0
- package/dist/apis/OverlayTemplateApi.d.ts +155 -0
- package/dist/apis/OverlayTemplateApi.js +640 -0
- package/dist/apis/ProductApi.d.ts +235 -0
- package/dist/apis/ProductApi.js +968 -0
- package/dist/apis/ProductChildSiteDetailApi.d.ts +42 -0
- package/dist/apis/ProductChildSiteDetailApi.js +176 -0
- package/dist/apis/ProductTypeApi.d.ts +121 -0
- package/dist/apis/ProductTypeApi.js +501 -0
- package/dist/apis/SiteApi.d.ts +27 -5
- package/dist/apis/SiteApi.js +93 -2
- package/dist/apis/SupplierApi.d.ts +14 -3
- package/dist/apis/SupplierApi.js +46 -1
- package/dist/apis/TagApi.d.ts +109 -0
- package/dist/apis/TagApi.js +453 -0
- package/dist/apis/index.d.ts +8 -0
- package/dist/apis/index.js +8 -0
- package/dist/models/AssetFileForUploadResourceArrayResponse.d.ts +33 -0
- package/dist/models/AssetFileForUploadResourceArrayResponse.js +50 -0
- package/dist/models/AssetLiteResource.d.ts +50 -0
- package/dist/models/AssetLiteResource.js +63 -0
- package/dist/models/AssetLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/AssetLiteResourceArrayResponse.js +50 -0
- package/dist/models/AssetResource.d.ts +19 -6
- package/dist/models/AssetResource.js +13 -4
- package/dist/models/AssetResourceArrayResponse.d.ts +33 -0
- package/dist/models/AssetResourceArrayResponse.js +50 -0
- package/dist/models/AttachAccessoriesProductChildRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductChildRequest.js +51 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +32 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.js +51 -0
- package/dist/models/AttachAttributeProductTypeRequest.d.ts +48 -0
- package/dist/models/AttachAttributeProductTypeRequest.js +65 -0
- package/dist/models/AttachDocumentablesDocumentRequest.d.ts +33 -0
- package/dist/models/AttachDocumentablesDocumentRequest.js +52 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +52 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +65 -0
- package/dist/models/AttachDocumentsProductChildSiteDetailRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsProductChildSiteDetailRequest.js +52 -0
- package/dist/models/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.d.ts +38 -0
- package/dist/models/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.js +53 -0
- package/dist/models/AttachProductTypeAttributeRequest.d.ts +48 -0
- package/dist/models/AttachProductTypeAttributeRequest.js +65 -0
- package/dist/models/AttributeFieldType.d.ts +27 -0
- package/dist/models/AttributeFieldType.js +53 -0
- package/dist/models/AttributeListResource.d.ts +56 -0
- package/dist/models/AttributeListResource.js +67 -0
- package/dist/models/AttributeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/AttributeListResourceArrayResponse.js +50 -0
- package/dist/models/AttributeLiteResource.d.ts +38 -0
- package/dist/models/AttributeLiteResource.js +55 -0
- package/dist/models/AttributeLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/AttributeLiteResourceArrayResponse.js +50 -0
- package/dist/models/AttributeProductTypeRelationResource.d.ts +81 -0
- package/dist/models/AttributeProductTypeRelationResource.js +84 -0
- package/dist/models/AttributeProductTypeRelationResourceArrayResponse.d.ts +33 -0
- package/dist/models/AttributeProductTypeRelationResourceArrayResponse.js +50 -0
- package/dist/models/AttributeResource.d.ts +75 -0
- package/dist/models/AttributeResource.js +80 -0
- package/dist/models/AttributeResourceArrayResponse.d.ts +33 -0
- package/dist/models/AttributeResourceArrayResponse.js +50 -0
- package/dist/models/AttributeType.d.ts +26 -0
- package/dist/models/AttributeType.js +52 -0
- package/dist/models/AttributeValueResource.d.ts +38 -0
- package/dist/models/AttributeValueResource.js +55 -0
- package/dist/models/AttributeValueResourceArrayResponse.d.ts +33 -0
- package/dist/models/AttributeValueResourceArrayResponse.js +50 -0
- package/dist/models/CouponDiscountType.d.ts +25 -0
- package/dist/models/CouponDiscountType.js +51 -0
- package/dist/models/DestroyAttributeValueRequest.d.ts +32 -0
- package/dist/models/DestroyAttributeValueRequest.js +49 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +51 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.js +64 -0
- package/dist/models/DetachDocumentablesDocumentRequest.d.ts +33 -0
- package/dist/models/DetachDocumentablesDocumentRequest.js +52 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +46 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +63 -0
- package/dist/models/DetachDocumentsProductChildSiteDetailRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsProductChildSiteDetailRequest.js +51 -0
- package/dist/models/DocumentFileForUploadResource.d.ts +50 -0
- package/dist/models/DocumentFileForUploadResource.js +63 -0
- package/dist/models/DocumentFileForUploadResourceArrayResponse.d.ts +33 -0
- package/dist/models/DocumentFileForUploadResourceArrayResponse.js +50 -0
- package/dist/models/DocumentLiteResource.d.ts +44 -0
- package/dist/models/DocumentLiteResource.js +55 -0
- package/dist/models/DocumentLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/DocumentLiteResourceArrayResponse.js +50 -0
- package/dist/models/DocumentResource.d.ts +75 -0
- package/dist/models/DocumentResource.js +70 -0
- package/dist/models/DocumentResourceArrayResponse.d.ts +33 -0
- package/dist/models/DocumentResourceArrayResponse.js +50 -0
- package/dist/models/ExternalApiLogListResource.d.ts +56 -0
- package/dist/models/ExternalApiLogListResource.js +63 -0
- package/dist/models/ExternalApiLogListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ExternalApiLogListResourceArrayResponse.js +50 -0
- package/dist/models/ExternalApiLogResource.d.ts +93 -0
- package/dist/models/ExternalApiLogResource.js +90 -0
- package/dist/models/ExternalApiLogResourceArrayResponse.d.ts +33 -0
- package/dist/models/ExternalApiLogResourceArrayResponse.js +50 -0
- package/dist/models/ExternalApiProvider.d.ts +25 -0
- package/dist/models/ExternalApiProvider.js +51 -0
- package/dist/models/ExternalApiSyncStatus.d.ts +27 -0
- package/dist/models/ExternalApiSyncStatus.js +53 -0
- package/dist/models/GetAllAttributeRequest.d.ts +107 -0
- package/dist/models/GetAllAttributeRequest.js +90 -0
- package/dist/models/GetAllDocumentRequest.d.ts +62 -0
- package/dist/models/GetAllDocumentRequest.js +70 -0
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +93 -0
- package/dist/models/GetAllOverlayTemplateRequest.js +84 -0
- package/dist/models/GetAllProductChildRequest.d.ts +128 -0
- package/dist/models/GetAllProductChildRequest.js +103 -0
- package/dist/models/GetAllProductRequest.d.ts +119 -0
- package/dist/models/GetAllProductRequest.js +94 -0
- package/dist/models/GetAllProductTypeRequest.d.ts +88 -0
- package/dist/models/GetAllProductTypeRequest.js +83 -0
- package/dist/models/GetAllSupplierRequest.d.ts +89 -0
- package/dist/models/GetAllSupplierRequest.js +84 -0
- package/dist/models/IndexAttributeRequest.d.ts +117 -0
- package/dist/models/IndexAttributeRequest.js +92 -0
- package/dist/models/IndexDocumentRequest.d.ts +74 -0
- package/dist/models/IndexDocumentRequest.js +74 -0
- package/dist/models/IndexExternalApiLogRequest.d.ts +131 -0
- package/dist/models/IndexExternalApiLogRequest.js +95 -0
- package/dist/models/IndexOverlayTemplateRequest.d.ts +105 -0
- package/dist/models/IndexOverlayTemplateRequest.js +88 -0
- package/dist/models/IndexProductChildRequest.d.ts +140 -0
- package/dist/models/IndexProductChildRequest.js +107 -0
- package/dist/models/IndexProductRequest.d.ts +130 -0
- package/dist/models/IndexProductRequest.js +97 -0
- package/dist/models/IndexProductTypeRequest.d.ts +99 -0
- package/dist/models/IndexProductTypeRequest.js +86 -0
- package/dist/models/IndexSiteNotificationRequest.d.ts +26 -2
- package/dist/models/IndexSiteNotificationRequest.js +8 -0
- package/dist/models/IndexSiteRequest.d.ts +25 -1
- package/dist/models/IndexSiteRequest.js +8 -0
- package/dist/models/IndexSupplierRequest.d.ts +32 -1
- package/dist/models/IndexSupplierRequest.js +15 -1
- package/dist/models/IndexTagRequest.d.ts +112 -0
- package/dist/models/IndexTagRequest.js +91 -0
- package/dist/models/ModelAttributeResource.d.ts +52 -0
- package/dist/models/ModelAttributeResource.js +65 -0
- package/dist/models/ModelAttributeResourceArrayResponse.d.ts +33 -0
- package/dist/models/ModelAttributeResourceArrayResponse.js +50 -0
- package/dist/models/OverlayTemplateAssetPosition.d.ts +30 -0
- package/dist/models/OverlayTemplateAssetPosition.js +56 -0
- package/dist/models/OverlayTemplateAssetResource.d.ts +63 -0
- package/dist/models/OverlayTemplateAssetResource.js +72 -0
- package/dist/models/OverlayTemplateAssetResourceArrayResponse.d.ts +33 -0
- package/dist/models/OverlayTemplateAssetResourceArrayResponse.js +50 -0
- package/dist/models/OverlayTemplateListResource.d.ts +45 -0
- package/dist/models/OverlayTemplateListResource.js +60 -0
- package/dist/models/OverlayTemplateListResourceArrayResponse.d.ts +33 -0
- package/dist/models/OverlayTemplateListResourceArrayResponse.js +50 -0
- package/dist/models/OverlayTemplateLiteResource.d.ts +45 -0
- package/dist/models/OverlayTemplateLiteResource.js +60 -0
- package/dist/models/OverlayTemplateLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/OverlayTemplateLiteResourceArrayResponse.js +50 -0
- package/dist/models/OverlayTemplateResource.d.ts +58 -0
- package/dist/models/OverlayTemplateResource.js +69 -0
- package/dist/models/OverlayTemplateResourceArrayResponse.d.ts +33 -0
- package/dist/models/OverlayTemplateResourceArrayResponse.js +50 -0
- package/dist/models/PaginatedAttributeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedAttributeListResourceResponse.js +57 -0
- package/dist/models/PaginatedAttributeLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedAttributeLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedAttributeProductTypeRelationResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedAttributeProductTypeRelationResourceResponse.js +57 -0
- package/dist/models/PaginatedAttributeResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedAttributeResourceResponse.js +57 -0
- package/dist/models/PaginatedDocumentResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedDocumentResourceResponse.js +57 -0
- package/dist/models/PaginatedExternalApiLogListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedExternalApiLogListResourceResponse.js +57 -0
- package/dist/models/PaginatedExternalApiLogResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedExternalApiLogResourceResponse.js +57 -0
- package/dist/models/PaginatedOverlayTemplateListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedOverlayTemplateListResourceResponse.js +57 -0
- package/dist/models/PaginatedOverlayTemplateLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedOverlayTemplateLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedOverlayTemplateResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedOverlayTemplateResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildOverlayRelationResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildOverlayRelationResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildRelationResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildRelationResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildResourceResponse.js +57 -0
- package/dist/models/PaginatedProductListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedProductResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductResourceResponse.js +57 -0
- package/dist/models/PaginatedProductTypeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductTypeListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductTypeLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductTypeLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedProductTypeResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductTypeResourceResponse.js +57 -0
- package/dist/models/PaginatedSiteListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSiteListResourceResponse.js +57 -0
- package/dist/models/PaginatedSiteLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSiteLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedSiteNotificationListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSiteNotificationListResourceResponse.js +57 -0
- package/dist/models/PaginatedSupplierListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSupplierListResourceResponse.js +57 -0
- package/dist/models/PaginatedTagListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedTagListResourceResponse.js +57 -0
- package/dist/models/PaginatedTagLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedTagLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedTagResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedTagResourceResponse.js +57 -0
- package/dist/models/ProductChildListResource.d.ts +70 -0
- package/dist/models/ProductChildListResource.js +77 -0
- package/dist/models/ProductChildListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildListResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildLiteResource.d.ts +75 -0
- package/dist/models/ProductChildLiteResource.js +80 -0
- package/dist/models/ProductChildLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildOverlayRelationResource.d.ts +81 -0
- package/dist/models/ProductChildOverlayRelationResource.js +84 -0
- package/dist/models/ProductChildOverlayRelationResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildOverlayRelationResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildRelationResource.d.ts +69 -0
- package/dist/models/ProductChildRelationResource.js +76 -0
- package/dist/models/ProductChildRelationResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildRelationResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildResource.d.ts +172 -0
- package/dist/models/ProductChildResource.js +135 -0
- package/dist/models/ProductChildResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildSiteDetailLiteResource.d.ts +69 -0
- package/dist/models/ProductChildSiteDetailLiteResource.js +76 -0
- package/dist/models/ProductChildSiteDetailLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildSiteDetailLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildSiteDetailResource.d.ts +94 -0
- package/dist/models/ProductChildSiteDetailResource.js +93 -0
- package/dist/models/ProductChildSiteDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildSiteDetailResourceArrayResponse.js +50 -0
- package/dist/models/ProductListResource.d.ts +38 -0
- package/dist/models/ProductListResource.js +55 -0
- package/dist/models/ProductListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductListResourceArrayResponse.js +50 -0
- package/dist/models/ProductLiteResource.d.ts +38 -0
- package/dist/models/ProductLiteResource.js +55 -0
- package/dist/models/ProductLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductResource.d.ts +88 -0
- package/dist/models/ProductResource.js +89 -0
- package/dist/models/ProductResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductResourceArrayResponse.js +50 -0
- package/dist/models/ProductTypeListResource.d.ts +44 -0
- package/dist/models/ProductTypeListResource.js +59 -0
- package/dist/models/ProductTypeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductTypeListResourceArrayResponse.js +50 -0
- package/dist/models/ProductTypeLiteResource.d.ts +44 -0
- package/dist/models/ProductTypeLiteResource.js +59 -0
- package/dist/models/ProductTypeLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductTypeLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductTypeResource.d.ts +75 -0
- package/dist/models/ProductTypeResource.js +80 -0
- package/dist/models/ProductTypeResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductTypeResourceArrayResponse.js +50 -0
- package/dist/models/SEOResourceArrayResponse.d.ts +33 -0
- package/dist/models/SEOResourceArrayResponse.js +50 -0
- package/dist/models/SiteConfigResource.d.ts +1 -1
- package/dist/models/SiteConfigResource.js +3 -1
- package/dist/models/SiteConfigResourceArrayResponse.d.ts +33 -0
- package/dist/models/SiteConfigResourceArrayResponse.js +50 -0
- package/dist/models/SiteListResource.d.ts +50 -0
- package/dist/models/SiteListResource.js +63 -0
- package/dist/models/SiteListResourceArrayResponse.d.ts +33 -0
- package/dist/models/SiteListResourceArrayResponse.js +50 -0
- package/dist/models/SiteLiteResource.d.ts +50 -0
- package/dist/models/SiteLiteResource.js +63 -0
- package/dist/models/SiteLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/SiteLiteResourceArrayResponse.js +50 -0
- package/dist/models/SiteNotificationListResource.d.ts +87 -0
- package/dist/models/SiteNotificationListResource.js +84 -0
- package/dist/models/SiteNotificationListResourceArrayResponse.d.ts +33 -0
- package/dist/models/SiteNotificationListResourceArrayResponse.js +50 -0
- package/dist/models/SiteNotificationResource.d.ts +2 -2
- package/dist/models/SiteNotificationResource.js +6 -2
- package/dist/models/SiteNotificationResourceArrayResponse.d.ts +33 -0
- package/dist/models/SiteNotificationResourceArrayResponse.js +50 -0
- package/dist/models/SitePaymentConfigResourceArrayResponse.d.ts +33 -0
- package/dist/models/SitePaymentConfigResourceArrayResponse.js +50 -0
- package/dist/models/SiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/SiteResourceArrayResponse.js +50 -0
- package/dist/models/StoreAttributeRequest.d.ts +65 -0
- package/dist/models/StoreAttributeRequest.js +74 -0
- package/dist/models/StoreAttributeValueRequest.d.ts +38 -0
- package/dist/models/StoreAttributeValueRequest.js +55 -0
- package/dist/models/StoreDocumentFileRequest.d.ts +38 -0
- package/dist/models/StoreDocumentFileRequest.js +55 -0
- package/dist/models/StoreDocumentRequest.d.ts +44 -0
- package/dist/models/StoreDocumentRequest.js +57 -0
- package/dist/models/StoreOverlayTemplateAssetRequest.d.ts +87 -0
- package/dist/models/StoreOverlayTemplateAssetRequest.js +84 -0
- package/dist/models/StoreOverlayTemplateRequest.d.ts +38 -0
- package/dist/models/StoreOverlayTemplateRequest.js +55 -0
- package/dist/models/StoreProductChildRequest.d.ts +137 -0
- package/dist/models/StoreProductChildRequest.js +110 -0
- package/dist/models/StoreProductChildRequestAssetsInner.d.ts +62 -0
- package/dist/models/StoreProductChildRequestAssetsInner.js +69 -0
- package/dist/models/StoreProductChildRequestAttributeValuesInner.d.ts +44 -0
- package/dist/models/StoreProductChildRequestAttributeValuesInner.js +57 -0
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +98 -0
- package/dist/models/StoreProductChildRequestSitesInner.js +81 -0
- package/dist/models/StoreProductRequest.d.ts +81 -0
- package/dist/models/StoreProductRequest.js +80 -0
- package/dist/models/StoreProductRequestCategoriesInner.d.ts +38 -0
- package/dist/models/StoreProductRequestCategoriesInner.js +55 -0
- package/dist/models/StoreProductTypeRequest.d.ts +32 -0
- package/dist/models/StoreProductTypeRequest.js +51 -0
- package/dist/models/StoreSupplierRequest.d.ts +3 -2
- package/dist/models/StoreSupplierRequest.js +3 -2
- package/dist/models/StoreSupplierRequestSeoInner.d.ts +62 -0
- package/dist/models/StoreSupplierRequestSeoInner.js +61 -0
- package/dist/models/StoreTagRequest.d.ts +88 -0
- package/dist/models/StoreTagRequest.js +81 -0
- package/dist/models/SupplierFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/SupplierFrontendResourceArrayResponse.js +50 -0
- package/dist/models/SupplierListResource.d.ts +57 -0
- package/dist/models/SupplierListResource.js +68 -0
- package/dist/models/SupplierListResourceArrayResponse.d.ts +33 -0
- package/dist/models/SupplierListResourceArrayResponse.js +50 -0
- package/dist/models/SupplierLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/SupplierLiteResourceArrayResponse.js +50 -0
- package/dist/models/SupplierResourceArrayResponse.d.ts +33 -0
- package/dist/models/SupplierResourceArrayResponse.js +50 -0
- package/dist/models/TagListResource.d.ts +57 -0
- package/dist/models/TagListResource.js +68 -0
- package/dist/models/TagListResourceArrayResponse.d.ts +33 -0
- package/dist/models/TagListResourceArrayResponse.js +50 -0
- package/dist/models/TagLiteResource.d.ts +38 -0
- package/dist/models/TagLiteResource.js +55 -0
- package/dist/models/TagLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/TagLiteResourceArrayResponse.js +50 -0
- package/dist/models/TagResource.d.ts +64 -0
- package/dist/models/TagResource.js +73 -0
- package/dist/models/TagResourceArrayResponse.d.ts +33 -0
- package/dist/models/TagResourceArrayResponse.js +50 -0
- package/dist/models/TagType.d.ts +25 -0
- package/dist/models/TagType.js +51 -0
- package/dist/models/UpdateAttributeRequest.d.ts +65 -0
- package/dist/models/UpdateAttributeRequest.js +74 -0
- package/dist/models/UpdateAttributeValueRequest.d.ts +32 -0
- package/dist/models/UpdateAttributeValueRequest.js +51 -0
- package/dist/models/UpdateFilterOrderAttributeRequest.d.ts +33 -0
- package/dist/models/UpdateFilterOrderAttributeRequest.js +52 -0
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.d.ts +38 -0
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.js +55 -0
- package/dist/models/UpdateModelAttributeRequest.d.ts +38 -0
- package/dist/models/UpdateModelAttributeRequest.js +51 -0
- package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +81 -0
- package/dist/models/UpdateOverlayTemplateAssetRequest.js +80 -0
- package/dist/models/UpdateOverlayTemplateRequest.d.ts +38 -0
- package/dist/models/UpdateOverlayTemplateRequest.js +53 -0
- package/dist/models/UpdateProductChildRequest.d.ts +112 -0
- package/dist/models/UpdateProductChildRequest.js +91 -0
- package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +50 -0
- package/dist/models/UpdateProductChildRequestAssetsInner.js +61 -0
- package/dist/models/UpdateProductRequest.d.ts +81 -0
- package/dist/models/UpdateProductRequest.js +80 -0
- package/dist/models/UpdateProductTypeRequest.d.ts +57 -0
- package/dist/models/UpdateProductTypeRequest.js +60 -0
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +38 -0
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.js +51 -0
- package/dist/models/UpdateSupplierRequest.d.ts +3 -2
- package/dist/models/UpdateSupplierRequest.js +3 -2
- package/dist/models/UpdateTagRequest.d.ts +82 -0
- package/dist/models/UpdateTagRequest.js +77 -0
- package/dist/models/index.d.ts +173 -0
- package/dist/models/index.js +173 -0
- package/docs/AssetFileForUploadResourceArrayResponse.md +34 -0
- package/docs/AssetLiteResource.md +40 -0
- package/docs/AssetLiteResourceArrayResponse.md +34 -0
- package/docs/AssetResource.md +6 -2
- package/docs/AssetResourceArrayResponse.md +34 -0
- package/docs/AttachAccessoriesProductChildRequest.md +34 -0
- package/docs/AttachAssetsOverlayTemplateRequest.md +34 -0
- package/docs/AttachAttributeProductTypeRequest.md +36 -0
- package/docs/AttachDocumentablesDocumentRequest.md +34 -0
- package/docs/AttachDocumentablesDocumentRequestDocumentablesInner.md +38 -0
- package/docs/AttachDocumentsProductChildSiteDetailRequest.md +34 -0
- package/docs/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.md +36 -0
- package/docs/AttachProductTypeAttributeRequest.md +36 -0
- package/docs/AttributeApi.md +953 -0
- package/docs/AttributeFieldType.md +32 -0
- package/docs/AttributeListResource.md +42 -0
- package/docs/AttributeListResourceArrayResponse.md +34 -0
- package/docs/AttributeLiteResource.md +36 -0
- package/docs/AttributeLiteResourceArrayResponse.md +34 -0
- package/docs/AttributeProductTypeRelationResource.md +50 -0
- package/docs/AttributeProductTypeRelationResourceArrayResponse.md +34 -0
- package/docs/AttributeResource.md +48 -0
- package/docs/AttributeResourceArrayResponse.md +34 -0
- package/docs/AttributeType.md +32 -0
- package/docs/AttributeValueResource.md +36 -0
- package/docs/AttributeValueResourceArrayResponse.md +34 -0
- package/docs/CouponDiscountType.md +32 -0
- package/docs/DestroyAttributeValueRequest.md +34 -0
- package/docs/DetachAssetableOverlayTemplateRequest.md +38 -0
- package/docs/DetachDocumentablesDocumentRequest.md +34 -0
- package/docs/DetachDocumentablesDocumentRequestDocumentablesInner.md +36 -0
- package/docs/DetachDocumentsProductChildSiteDetailRequest.md +34 -0
- package/docs/DocumentApi.md +476 -0
- package/docs/DocumentFileForUploadResource.md +40 -0
- package/docs/DocumentFileForUploadResourceArrayResponse.md +34 -0
- package/docs/DocumentLiteResource.md +38 -0
- package/docs/DocumentLiteResourceArrayResponse.md +34 -0
- package/docs/DocumentResource.md +48 -0
- package/docs/DocumentResourceArrayResponse.md +34 -0
- package/docs/ExternalApiLogApi.md +74 -0
- package/docs/ExternalApiLogListResource.md +42 -0
- package/docs/ExternalApiLogListResourceArrayResponse.md +34 -0
- package/docs/ExternalApiLogResource.md +54 -0
- package/docs/ExternalApiLogResourceArrayResponse.md +34 -0
- package/docs/ExternalApiProvider.md +32 -0
- package/docs/ExternalApiSyncStatus.md +32 -0
- package/docs/GetAllAttributeRequest.md +50 -0
- package/docs/GetAllDocumentRequest.md +38 -0
- package/docs/GetAllOverlayTemplateRequest.md +46 -0
- package/docs/GetAllProductChildRequest.md +54 -0
- package/docs/GetAllProductRequest.md +54 -0
- package/docs/GetAllProductTypeRequest.md +44 -0
- package/docs/GetAllSupplierRequest.md +44 -0
- package/docs/IndexAttributeRequest.md +54 -0
- package/docs/IndexDocumentRequest.md +42 -0
- package/docs/IndexExternalApiLogRequest.md +60 -0
- package/docs/IndexOverlayTemplateRequest.md +50 -0
- package/docs/IndexProductChildRequest.md +58 -0
- package/docs/IndexProductRequest.md +58 -0
- package/docs/IndexProductTypeRequest.md +48 -0
- package/docs/IndexSiteNotificationRequest.md +9 -1
- package/docs/IndexSiteRequest.md +9 -1
- package/docs/IndexSupplierRequest.md +9 -1
- package/docs/IndexTagRequest.md +52 -0
- package/docs/ModelAttributeResource.md +40 -0
- package/docs/ModelAttributeResourceArrayResponse.md +34 -0
- package/docs/OverlayTemplateApi.md +815 -0
- package/docs/OverlayTemplateAssetPosition.md +32 -0
- package/docs/OverlayTemplateAssetResource.md +44 -0
- package/docs/OverlayTemplateAssetResourceArrayResponse.md +34 -0
- package/docs/OverlayTemplateListResource.md +38 -0
- package/docs/OverlayTemplateListResourceArrayResponse.md +34 -0
- package/docs/OverlayTemplateLiteResource.md +38 -0
- package/docs/OverlayTemplateLiteResourceArrayResponse.md +34 -0
- package/docs/OverlayTemplateResource.md +42 -0
- package/docs/OverlayTemplateResourceArrayResponse.md +34 -0
- package/docs/PaginatedAttributeListResourceResponse.md +36 -0
- package/docs/PaginatedAttributeLiteResourceResponse.md +36 -0
- package/docs/PaginatedAttributeProductTypeRelationResourceResponse.md +36 -0
- package/docs/PaginatedAttributeResourceResponse.md +36 -0
- package/docs/PaginatedDocumentResourceResponse.md +36 -0
- package/docs/PaginatedExternalApiLogListResourceResponse.md +36 -0
- package/docs/PaginatedExternalApiLogResourceResponse.md +36 -0
- package/docs/PaginatedOverlayTemplateListResourceResponse.md +36 -0
- package/docs/PaginatedOverlayTemplateLiteResourceResponse.md +36 -0
- package/docs/PaginatedOverlayTemplateResourceResponse.md +36 -0
- package/docs/PaginatedProductChildListResourceResponse.md +36 -0
- package/docs/PaginatedProductChildLiteResourceResponse.md +36 -0
- package/docs/PaginatedProductChildOverlayRelationResourceResponse.md +36 -0
- package/docs/PaginatedProductChildRelationResourceResponse.md +36 -0
- package/docs/PaginatedProductChildResourceResponse.md +36 -0
- package/docs/PaginatedProductListResourceResponse.md +36 -0
- package/docs/PaginatedProductLiteResourceResponse.md +36 -0
- package/docs/PaginatedProductResourceResponse.md +36 -0
- package/docs/PaginatedProductTypeListResourceResponse.md +36 -0
- package/docs/PaginatedProductTypeLiteResourceResponse.md +36 -0
- package/docs/PaginatedProductTypeResourceResponse.md +36 -0
- package/docs/PaginatedSiteListResourceResponse.md +36 -0
- package/docs/PaginatedSiteLiteResourceResponse.md +36 -0
- package/docs/PaginatedSiteNotificationListResourceResponse.md +36 -0
- package/docs/PaginatedSupplierListResourceResponse.md +36 -0
- package/docs/PaginatedTagListResourceResponse.md +36 -0
- package/docs/PaginatedTagLiteResourceResponse.md +36 -0
- package/docs/PaginatedTagResourceResponse.md +36 -0
- package/docs/ProductApi.md +1286 -0
- package/docs/ProductChildListResource.md +46 -0
- package/docs/ProductChildListResourceArrayResponse.md +34 -0
- package/docs/ProductChildLiteResource.md +48 -0
- package/docs/ProductChildLiteResourceArrayResponse.md +34 -0
- package/docs/ProductChildOverlayRelationResource.md +50 -0
- package/docs/ProductChildOverlayRelationResourceArrayResponse.md +34 -0
- package/docs/ProductChildRelationResource.md +46 -0
- package/docs/ProductChildRelationResourceArrayResponse.md +34 -0
- package/docs/ProductChildResource.md +80 -0
- package/docs/ProductChildResourceArrayResponse.md +34 -0
- package/docs/ProductChildSiteDetailApi.md +146 -0
- package/docs/ProductChildSiteDetailLiteResource.md +46 -0
- package/docs/ProductChildSiteDetailLiteResourceArrayResponse.md +34 -0
- package/docs/ProductChildSiteDetailResource.md +54 -0
- package/docs/ProductChildSiteDetailResourceArrayResponse.md +34 -0
- package/docs/ProductListResource.md +36 -0
- package/docs/ProductListResourceArrayResponse.md +34 -0
- package/docs/ProductLiteResource.md +36 -0
- package/docs/ProductLiteResourceArrayResponse.md +34 -0
- package/docs/ProductResource.md +52 -0
- package/docs/ProductResourceArrayResponse.md +34 -0
- package/docs/ProductTypeApi.md +614 -0
- package/docs/ProductTypeListResource.md +38 -0
- package/docs/ProductTypeListResourceArrayResponse.md +34 -0
- package/docs/ProductTypeLiteResource.md +38 -0
- package/docs/ProductTypeLiteResourceArrayResponse.md +34 -0
- package/docs/ProductTypeResource.md +48 -0
- package/docs/ProductTypeResourceArrayResponse.md +34 -0
- package/docs/SEOResourceArrayResponse.md +34 -0
- package/docs/SiteApi.md +138 -6
- package/docs/SiteConfigResourceArrayResponse.md +34 -0
- package/docs/SiteListResource.md +40 -0
- package/docs/SiteListResourceArrayResponse.md +34 -0
- package/docs/SiteLiteResource.md +40 -0
- package/docs/SiteLiteResourceArrayResponse.md +34 -0
- package/docs/SiteNotificationListResource.md +52 -0
- package/docs/SiteNotificationListResourceArrayResponse.md +34 -0
- package/docs/SiteNotificationResourceArrayResponse.md +34 -0
- package/docs/SitePaymentConfigResourceArrayResponse.md +34 -0
- package/docs/SiteResourceArrayResponse.md +34 -0
- package/docs/StoreAttributeRequest.md +42 -0
- package/docs/StoreAttributeValueRequest.md +36 -0
- package/docs/StoreDocumentFileRequest.md +36 -0
- package/docs/StoreDocumentRequest.md +38 -0
- package/docs/StoreOverlayTemplateAssetRequest.md +48 -0
- package/docs/StoreOverlayTemplateRequest.md +36 -0
- package/docs/StoreProductChildRequest.md +68 -0
- package/docs/StoreProductChildRequestAssetsInner.md +44 -0
- package/docs/StoreProductChildRequestAttributeValuesInner.md +38 -0
- package/docs/StoreProductChildRequestSitesInner.md +56 -0
- package/docs/StoreProductRequest.md +50 -0
- package/docs/StoreProductRequestCategoriesInner.md +36 -0
- package/docs/StoreProductTypeRequest.md +34 -0
- package/docs/StoreSupplierRequest.md +1 -1
- package/docs/StoreSupplierRequestSeoInner.md +44 -0
- package/docs/StoreTagRequest.md +50 -0
- package/docs/SupplierApi.md +69 -3
- package/docs/SupplierFrontendResourceArrayResponse.md +34 -0
- package/docs/SupplierListResource.md +42 -0
- package/docs/SupplierListResourceArrayResponse.md +34 -0
- package/docs/SupplierLiteResourceArrayResponse.md +34 -0
- package/docs/SupplierResourceArrayResponse.md +34 -0
- package/docs/TagApi.md +545 -0
- package/docs/TagListResource.md +42 -0
- package/docs/TagListResourceArrayResponse.md +34 -0
- package/docs/TagLiteResource.md +36 -0
- package/docs/TagLiteResourceArrayResponse.md +34 -0
- package/docs/TagResource.md +44 -0
- package/docs/TagResourceArrayResponse.md +34 -0
- package/docs/TagType.md +32 -0
- package/docs/UpdateAttributeRequest.md +42 -0
- package/docs/UpdateAttributeValueRequest.md +34 -0
- package/docs/UpdateFilterOrderAttributeRequest.md +34 -0
- package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +36 -0
- package/docs/UpdateModelAttributeRequest.md +36 -0
- package/docs/UpdateOverlayTemplateAssetRequest.md +46 -0
- package/docs/UpdateOverlayTemplateRequest.md +36 -0
- package/docs/UpdateProductChildRequest.md +60 -0
- package/docs/UpdateProductChildRequestAssetsInner.md +40 -0
- package/docs/UpdateProductRequest.md +50 -0
- package/docs/UpdateProductTypeRequest.md +42 -0
- package/docs/UpdateProductTypeRequestPerformanceValuesInner.md +36 -0
- package/docs/UpdateSupplierRequest.md +1 -1
- package/docs/UpdateTagRequest.md +48 -0
- package/package.json +1 -1
- package/src/apis/AttributeApi.ts +657 -0
- package/src/apis/DocumentApi.ts +335 -0
- package/src/apis/ExternalApiLogApi.ts +69 -0
- package/src/apis/OverlayTemplateApi.ts +560 -0
- package/src/apis/ProductApi.ts +869 -0
- package/src/apis/ProductChildSiteDetailApi.ts +126 -0
- package/src/apis/ProductTypeApi.ts +429 -0
- package/src/apis/SiteApi.ts +92 -12
- package/src/apis/SupplierApi.ts +48 -6
- package/src/apis/TagApi.ts +384 -0
- package/src/apis/index.ts +8 -0
- package/src/models/AssetFileForUploadResourceArrayResponse.ts +73 -0
- package/src/models/AssetLiteResource.ts +93 -0
- package/src/models/AssetLiteResourceArrayResponse.ts +73 -0
- package/src/models/AssetResource.ts +35 -9
- package/src/models/AssetResourceArrayResponse.ts +73 -0
- package/src/models/AttachAccessoriesProductChildRequest.ts +66 -0
- package/src/models/AttachAssetsOverlayTemplateRequest.ts +66 -0
- package/src/models/AttachAttributeProductTypeRequest.ts +88 -0
- package/src/models/AttachDocumentablesDocumentRequest.ts +74 -0
- package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +94 -0
- package/src/models/AttachDocumentsProductChildSiteDetailRequest.ts +74 -0
- package/src/models/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.ts +74 -0
- package/src/models/AttachProductTypeAttributeRequest.ts +88 -0
- package/src/models/AttributeFieldType.ts +55 -0
- package/src/models/AttributeListResource.ts +102 -0
- package/src/models/AttributeListResourceArrayResponse.ts +73 -0
- package/src/models/AttributeLiteResource.ts +75 -0
- package/src/models/AttributeLiteResourceArrayResponse.ts +73 -0
- package/src/models/AttributeProductTypeRelationResource.ts +146 -0
- package/src/models/AttributeProductTypeRelationResourceArrayResponse.ts +73 -0
- package/src/models/AttributeResource.ts +137 -0
- package/src/models/AttributeResourceArrayResponse.ts +73 -0
- package/src/models/AttributeType.ts +54 -0
- package/src/models/AttributeValueResource.ts +75 -0
- package/src/models/AttributeValueResourceArrayResponse.ts +73 -0
- package/src/models/CouponDiscountType.ts +53 -0
- package/src/models/DestroyAttributeValueRequest.ts +65 -0
- package/src/models/DetachAssetableOverlayTemplateRequest.ts +93 -0
- package/src/models/DetachDocumentablesDocumentRequest.ts +74 -0
- package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +86 -0
- package/src/models/DetachDocumentsProductChildSiteDetailRequest.ts +66 -0
- package/src/models/DocumentFileForUploadResource.ts +93 -0
- package/src/models/DocumentFileForUploadResourceArrayResponse.ts +73 -0
- package/src/models/DocumentLiteResource.ts +82 -0
- package/src/models/DocumentLiteResourceArrayResponse.ts +73 -0
- package/src/models/DocumentResource.ts +132 -0
- package/src/models/DocumentResourceArrayResponse.ts +73 -0
- package/src/models/ExternalApiLogListResource.ts +100 -0
- package/src/models/ExternalApiLogListResourceArrayResponse.ts +73 -0
- package/src/models/ExternalApiLogResource.ts +163 -0
- package/src/models/ExternalApiLogResourceArrayResponse.ts +73 -0
- package/src/models/ExternalApiProvider.ts +53 -0
- package/src/models/ExternalApiSyncStatus.ts +55 -0
- package/src/models/GetAllAttributeRequest.ts +161 -0
- package/src/models/GetAllDocumentRequest.ts +103 -0
- package/src/models/GetAllOverlayTemplateRequest.ts +143 -0
- package/src/models/GetAllProductChildRequest.ts +186 -0
- package/src/models/GetAllProductRequest.ts +177 -0
- package/src/models/GetAllProductTypeRequest.ts +136 -0
- package/src/models/GetAllSupplierRequest.ts +137 -0
- package/src/models/IndexAttributeRequest.ts +175 -0
- package/src/models/IndexDocumentRequest.ts +119 -0
- package/src/models/IndexExternalApiLogRequest.ts +194 -0
- package/src/models/IndexOverlayTemplateRequest.ts +159 -0
- package/src/models/IndexProductChildRequest.ts +202 -0
- package/src/models/IndexProductRequest.ts +192 -0
- package/src/models/IndexProductTypeRequest.ts +151 -0
- package/src/models/IndexSiteNotificationRequest.ts +34 -2
- package/src/models/IndexSiteRequest.ts +33 -1
- package/src/models/IndexSupplierRequest.ts +41 -1
- package/src/models/IndexTagRequest.ts +168 -0
- package/src/models/ModelAttributeResource.ts +108 -0
- package/src/models/ModelAttributeResourceArrayResponse.ts +73 -0
- package/src/models/OverlayTemplateAssetPosition.ts +58 -0
- package/src/models/OverlayTemplateAssetResource.ts +119 -0
- package/src/models/OverlayTemplateAssetResourceArrayResponse.ts +73 -0
- package/src/models/OverlayTemplateListResource.ts +92 -0
- package/src/models/OverlayTemplateListResourceArrayResponse.ts +73 -0
- package/src/models/OverlayTemplateLiteResource.ts +92 -0
- package/src/models/OverlayTemplateLiteResourceArrayResponse.ts +73 -0
- package/src/models/OverlayTemplateResource.ts +117 -0
- package/src/models/OverlayTemplateResourceArrayResponse.ts +73 -0
- package/src/models/PaginatedAttributeListResourceResponse.ts +90 -0
- package/src/models/PaginatedAttributeLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedAttributeProductTypeRelationResourceResponse.ts +90 -0
- package/src/models/PaginatedAttributeResourceResponse.ts +90 -0
- package/src/models/PaginatedDocumentResourceResponse.ts +90 -0
- package/src/models/PaginatedExternalApiLogListResourceResponse.ts +90 -0
- package/src/models/PaginatedExternalApiLogResourceResponse.ts +90 -0
- package/src/models/PaginatedOverlayTemplateListResourceResponse.ts +90 -0
- package/src/models/PaginatedOverlayTemplateLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedOverlayTemplateResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildOverlayRelationResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildRelationResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildResourceResponse.ts +90 -0
- package/src/models/PaginatedProductListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedProductResourceResponse.ts +90 -0
- package/src/models/PaginatedProductTypeListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductTypeLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedProductTypeResourceResponse.ts +90 -0
- package/src/models/PaginatedSiteListResourceResponse.ts +90 -0
- package/src/models/PaginatedSiteLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedSiteNotificationListResourceResponse.ts +90 -0
- package/src/models/PaginatedSupplierListResourceResponse.ts +90 -0
- package/src/models/PaginatedTagListResourceResponse.ts +90 -0
- package/src/models/PaginatedTagLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedTagResourceResponse.ts +90 -0
- package/src/models/ProductChildListResource.ts +135 -0
- package/src/models/ProductChildListResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildLiteResource.ts +137 -0
- package/src/models/ProductChildLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildOverlayRelationResource.ts +146 -0
- package/src/models/ProductChildOverlayRelationResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildRelationResource.ts +128 -0
- package/src/models/ProductChildRelationResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildResource.ts +283 -0
- package/src/models/ProductChildResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildSiteDetailLiteResource.ts +128 -0
- package/src/models/ProductChildSiteDetailLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildSiteDetailResource.ts +171 -0
- package/src/models/ProductChildSiteDetailResourceArrayResponse.ts +73 -0
- package/src/models/ProductListResource.ts +75 -0
- package/src/models/ProductListResourceArrayResponse.ts +73 -0
- package/src/models/ProductLiteResource.ts +75 -0
- package/src/models/ProductLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductResource.ts +162 -0
- package/src/models/ProductResourceArrayResponse.ts +73 -0
- package/src/models/ProductTypeListResource.ts +84 -0
- package/src/models/ProductTypeListResourceArrayResponse.ts +73 -0
- package/src/models/ProductTypeLiteResource.ts +84 -0
- package/src/models/ProductTypeLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductTypeResource.ts +137 -0
- package/src/models/ProductTypeResourceArrayResponse.ts +73 -0
- package/src/models/SEOResourceArrayResponse.ts +73 -0
- package/src/models/SiteConfigResource.ts +3 -2
- package/src/models/SiteConfigResourceArrayResponse.ts +73 -0
- package/src/models/SiteListResource.ts +93 -0
- package/src/models/SiteListResourceArrayResponse.ts +73 -0
- package/src/models/SiteLiteResource.ts +93 -0
- package/src/models/SiteLiteResourceArrayResponse.ts +73 -0
- package/src/models/SiteNotificationListResource.ts +153 -0
- package/src/models/SiteNotificationListResourceArrayResponse.ts +73 -0
- package/src/models/SiteNotificationResource.ts +6 -4
- package/src/models/SiteNotificationResourceArrayResponse.ts +73 -0
- package/src/models/SitePaymentConfigResourceArrayResponse.ts +73 -0
- package/src/models/SiteResourceArrayResponse.ts +73 -0
- package/src/models/StoreAttributeRequest.ts +113 -0
- package/src/models/StoreAttributeValueRequest.ts +75 -0
- package/src/models/StoreDocumentFileRequest.ts +75 -0
- package/src/models/StoreDocumentRequest.ts +83 -0
- package/src/models/StoreOverlayTemplateAssetRequest.ts +141 -0
- package/src/models/StoreOverlayTemplateRequest.ts +75 -0
- package/src/models/StoreProductChildRequest.ts +235 -0
- package/src/models/StoreProductChildRequestAssetsInner.ts +110 -0
- package/src/models/StoreProductChildRequestAttributeValuesInner.ts +83 -0
- package/src/models/StoreProductChildRequestSitesInner.ts +158 -0
- package/src/models/StoreProductRequest.ts +144 -0
- package/src/models/StoreProductRequestCategoriesInner.ts +75 -0
- package/src/models/StoreProductTypeRequest.ts +66 -0
- package/src/models/StoreSupplierRequest.ts +12 -4
- package/src/models/StoreSupplierRequestSeoInner.ts +106 -0
- package/src/models/StoreTagRequest.ts +144 -0
- package/src/models/SupplierFrontendResourceArrayResponse.ts +73 -0
- package/src/models/SupplierListResource.ts +110 -0
- package/src/models/SupplierListResourceArrayResponse.ts +73 -0
- package/src/models/SupplierLiteResourceArrayResponse.ts +73 -0
- package/src/models/SupplierResourceArrayResponse.ts +73 -0
- package/src/models/TagListResource.ts +110 -0
- package/src/models/TagListResourceArrayResponse.ts +73 -0
- package/src/models/TagLiteResource.ts +75 -0
- package/src/models/TagLiteResourceArrayResponse.ts +73 -0
- package/src/models/TagResource.ts +126 -0
- package/src/models/TagResourceArrayResponse.ts +73 -0
- package/src/models/TagType.ts +53 -0
- package/src/models/UpdateAttributeRequest.ts +113 -0
- package/src/models/UpdateAttributeValueRequest.ts +66 -0
- package/src/models/UpdateFilterOrderAttributeRequest.ts +74 -0
- package/src/models/UpdateFilterOrderAttributeRequestValuesInner.ts +75 -0
- package/src/models/UpdateModelAttributeRequest.ts +73 -0
- package/src/models/UpdateOverlayTemplateAssetRequest.ts +132 -0
- package/src/models/UpdateOverlayTemplateRequest.ts +74 -0
- package/src/models/UpdateProductChildRequest.ts +191 -0
- package/src/models/UpdateProductChildRequestAssetsInner.ts +92 -0
- package/src/models/UpdateProductRequest.ts +144 -0
- package/src/models/UpdateProductTypeRequest.ts +106 -0
- package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +73 -0
- package/src/models/UpdateSupplierRequest.ts +12 -4
- package/src/models/UpdateTagRequest.ts +135 -0
- package/src/models/index.ts +173 -0
|
@@ -0,0 +1,1286 @@
|
|
|
1
|
+
# ProductApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost/api*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**attachAccessoriesProductChild**](ProductApi.md#attachaccessoriesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild |
|
|
8
|
+
| [**attachCompatibleProductsProductChild**](ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild |
|
|
9
|
+
| [**destroyProduct**](ProductApi.md#destroyproduct) | **DELETE** /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct |
|
|
10
|
+
| [**destroyProductChild**](ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild |
|
|
11
|
+
| [**detachAccessoryProductChild**](ProductApi.md#detachaccessoryproductchild) | **DELETE** /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild |
|
|
12
|
+
| [**detachCompatibleProductProductChild**](ProductApi.md#detachcompatibleproductproductchild) | **DELETE** /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild |
|
|
13
|
+
| [**getAccessoriesProductChild**](ProductApi.md#getaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild |
|
|
14
|
+
| [**getAllProduct**](ProductApi.md#getallproductoperation) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct |
|
|
15
|
+
| [**getAllProductChild**](ProductApi.md#getallproductchildoperation) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild |
|
|
16
|
+
| [**getCompatibleProductsProductChild**](ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild |
|
|
17
|
+
| [**indexProduct**](ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct |
|
|
18
|
+
| [**indexProductChild**](ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild |
|
|
19
|
+
| [**showAssetsProductChild**](ProductApi.md#showassetsproductchild) | **GET** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild |
|
|
20
|
+
| [**showProduct**](ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct |
|
|
21
|
+
| [**showProductChild**](ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild |
|
|
22
|
+
| [**storeProduct**](ProductApi.md#storeproductoperation) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct |
|
|
23
|
+
| [**storeProductChild**](ProductApi.md#storeproductchildoperation) | **POST** /admin-api/product/children/create | Auto-generated: storeProductChild |
|
|
24
|
+
| [**updateProduct**](ProductApi.md#updateproductoperation) | **PUT** /admin-api/product/parent/{product}/update | Auto-generated: updateProduct |
|
|
25
|
+
| [**updateProductChild**](ProductApi.md#updateproductchildoperation) | **PUT** /admin-api/product/children/{productChild}/update | Auto-generated: updateProductChild |
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## attachAccessoriesProductChild
|
|
30
|
+
|
|
31
|
+
> PaginatedProductChildListResourceResponse attachAccessoriesProductChild(productChild, attachAccessoriesProductChildRequest)
|
|
32
|
+
|
|
33
|
+
Auto-generated: attachAccessoriesProductChild
|
|
34
|
+
|
|
35
|
+
### Example
|
|
36
|
+
|
|
37
|
+
```ts
|
|
38
|
+
import {
|
|
39
|
+
Configuration,
|
|
40
|
+
ProductApi,
|
|
41
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
42
|
+
import type { AttachAccessoriesProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
43
|
+
|
|
44
|
+
async function example() {
|
|
45
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
46
|
+
const api = new ProductApi();
|
|
47
|
+
|
|
48
|
+
const body = {
|
|
49
|
+
// number | The id of the productChild
|
|
50
|
+
productChild: 56,
|
|
51
|
+
// AttachAccessoriesProductChildRequest (optional)
|
|
52
|
+
attachAccessoriesProductChildRequest: ...,
|
|
53
|
+
} satisfies AttachAccessoriesProductChildOperationRequest;
|
|
54
|
+
|
|
55
|
+
try {
|
|
56
|
+
const data = await api.attachAccessoriesProductChild(body);
|
|
57
|
+
console.log(data);
|
|
58
|
+
} catch (error) {
|
|
59
|
+
console.error(error);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// Run the test
|
|
64
|
+
example().catch(console.error);
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Parameters
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
| Name | Type | Description | Notes |
|
|
71
|
+
|------------- | ------------- | ------------- | -------------|
|
|
72
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
73
|
+
| **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
|
|
74
|
+
|
|
75
|
+
### Return type
|
|
76
|
+
|
|
77
|
+
[**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
|
|
78
|
+
|
|
79
|
+
### Authorization
|
|
80
|
+
|
|
81
|
+
No authorization required
|
|
82
|
+
|
|
83
|
+
### HTTP request headers
|
|
84
|
+
|
|
85
|
+
- **Content-Type**: `application/json`
|
|
86
|
+
- **Accept**: `application/json`
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### HTTP response details
|
|
90
|
+
| Status code | Description | Response headers |
|
|
91
|
+
|-------------|-------------|------------------|
|
|
92
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
|
|
93
|
+
|
|
94
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## attachCompatibleProductsProductChild
|
|
98
|
+
|
|
99
|
+
> PaginatedProductChildListResourceResponse attachCompatibleProductsProductChild(productChild, attachAccessoriesProductChildRequest)
|
|
100
|
+
|
|
101
|
+
Auto-generated: attachCompatibleProductsProductChild
|
|
102
|
+
|
|
103
|
+
### Example
|
|
104
|
+
|
|
105
|
+
```ts
|
|
106
|
+
import {
|
|
107
|
+
Configuration,
|
|
108
|
+
ProductApi,
|
|
109
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
110
|
+
import type { AttachCompatibleProductsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
111
|
+
|
|
112
|
+
async function example() {
|
|
113
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
114
|
+
const api = new ProductApi();
|
|
115
|
+
|
|
116
|
+
const body = {
|
|
117
|
+
// number | The id of the productChild
|
|
118
|
+
productChild: 56,
|
|
119
|
+
// AttachAccessoriesProductChildRequest (optional)
|
|
120
|
+
attachAccessoriesProductChildRequest: ...,
|
|
121
|
+
} satisfies AttachCompatibleProductsProductChildRequest;
|
|
122
|
+
|
|
123
|
+
try {
|
|
124
|
+
const data = await api.attachCompatibleProductsProductChild(body);
|
|
125
|
+
console.log(data);
|
|
126
|
+
} catch (error) {
|
|
127
|
+
console.error(error);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// Run the test
|
|
132
|
+
example().catch(console.error);
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
### Parameters
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
| Name | Type | Description | Notes |
|
|
139
|
+
|------------- | ------------- | ------------- | -------------|
|
|
140
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
141
|
+
| **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
|
|
142
|
+
|
|
143
|
+
### Return type
|
|
144
|
+
|
|
145
|
+
[**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
|
|
146
|
+
|
|
147
|
+
### Authorization
|
|
148
|
+
|
|
149
|
+
No authorization required
|
|
150
|
+
|
|
151
|
+
### HTTP request headers
|
|
152
|
+
|
|
153
|
+
- **Content-Type**: `application/json`
|
|
154
|
+
- **Accept**: `application/json`
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### HTTP response details
|
|
158
|
+
| Status code | Description | Response headers |
|
|
159
|
+
|-------------|-------------|------------------|
|
|
160
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
|
|
161
|
+
|
|
162
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
## destroyProduct
|
|
166
|
+
|
|
167
|
+
> GenericResponse destroyProduct(product)
|
|
168
|
+
|
|
169
|
+
Auto-generated: destroyProduct
|
|
170
|
+
|
|
171
|
+
### Example
|
|
172
|
+
|
|
173
|
+
```ts
|
|
174
|
+
import {
|
|
175
|
+
Configuration,
|
|
176
|
+
ProductApi,
|
|
177
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
178
|
+
import type { DestroyProductRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
179
|
+
|
|
180
|
+
async function example() {
|
|
181
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
182
|
+
const api = new ProductApi();
|
|
183
|
+
|
|
184
|
+
const body = {
|
|
185
|
+
// number | The id of the product
|
|
186
|
+
product: 56,
|
|
187
|
+
} satisfies DestroyProductRequest;
|
|
188
|
+
|
|
189
|
+
try {
|
|
190
|
+
const data = await api.destroyProduct(body);
|
|
191
|
+
console.log(data);
|
|
192
|
+
} catch (error) {
|
|
193
|
+
console.error(error);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// Run the test
|
|
198
|
+
example().catch(console.error);
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
### Parameters
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
| Name | Type | Description | Notes |
|
|
205
|
+
|------------- | ------------- | ------------- | -------------|
|
|
206
|
+
| **product** | `number` | The id of the product | [Defaults to `undefined`] |
|
|
207
|
+
|
|
208
|
+
### Return type
|
|
209
|
+
|
|
210
|
+
[**GenericResponse**](GenericResponse.md)
|
|
211
|
+
|
|
212
|
+
### Authorization
|
|
213
|
+
|
|
214
|
+
No authorization required
|
|
215
|
+
|
|
216
|
+
### HTTP request headers
|
|
217
|
+
|
|
218
|
+
- **Content-Type**: Not defined
|
|
219
|
+
- **Accept**: `application/json`
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### HTTP response details
|
|
223
|
+
| Status code | Description | Response headers |
|
|
224
|
+
|-------------|-------------|------------------|
|
|
225
|
+
| **200** | \\JsonResponse | - |
|
|
226
|
+
|
|
227
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
## destroyProductChild
|
|
231
|
+
|
|
232
|
+
> GenericResponse destroyProductChild(productChild)
|
|
233
|
+
|
|
234
|
+
Auto-generated: destroyProductChild
|
|
235
|
+
|
|
236
|
+
### Example
|
|
237
|
+
|
|
238
|
+
```ts
|
|
239
|
+
import {
|
|
240
|
+
Configuration,
|
|
241
|
+
ProductApi,
|
|
242
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
243
|
+
import type { DestroyProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
244
|
+
|
|
245
|
+
async function example() {
|
|
246
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
247
|
+
const api = new ProductApi();
|
|
248
|
+
|
|
249
|
+
const body = {
|
|
250
|
+
// number | The id of the productChild
|
|
251
|
+
productChild: 56,
|
|
252
|
+
} satisfies DestroyProductChildRequest;
|
|
253
|
+
|
|
254
|
+
try {
|
|
255
|
+
const data = await api.destroyProductChild(body);
|
|
256
|
+
console.log(data);
|
|
257
|
+
} catch (error) {
|
|
258
|
+
console.error(error);
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// Run the test
|
|
263
|
+
example().catch(console.error);
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
### Parameters
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
| Name | Type | Description | Notes |
|
|
270
|
+
|------------- | ------------- | ------------- | -------------|
|
|
271
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
272
|
+
|
|
273
|
+
### Return type
|
|
274
|
+
|
|
275
|
+
[**GenericResponse**](GenericResponse.md)
|
|
276
|
+
|
|
277
|
+
### Authorization
|
|
278
|
+
|
|
279
|
+
No authorization required
|
|
280
|
+
|
|
281
|
+
### HTTP request headers
|
|
282
|
+
|
|
283
|
+
- **Content-Type**: Not defined
|
|
284
|
+
- **Accept**: `application/json`
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### HTTP response details
|
|
288
|
+
| Status code | Description | Response headers |
|
|
289
|
+
|-------------|-------------|------------------|
|
|
290
|
+
| **200** | \\JsonResponse | - |
|
|
291
|
+
|
|
292
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
## detachAccessoryProductChild
|
|
296
|
+
|
|
297
|
+
> PaginatedProductChildListResourceResponse detachAccessoryProductChild(productChild, accessory)
|
|
298
|
+
|
|
299
|
+
Auto-generated: detachAccessoryProductChild
|
|
300
|
+
|
|
301
|
+
### Example
|
|
302
|
+
|
|
303
|
+
```ts
|
|
304
|
+
import {
|
|
305
|
+
Configuration,
|
|
306
|
+
ProductApi,
|
|
307
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
308
|
+
import type { DetachAccessoryProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
309
|
+
|
|
310
|
+
async function example() {
|
|
311
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
312
|
+
const api = new ProductApi();
|
|
313
|
+
|
|
314
|
+
const body = {
|
|
315
|
+
// number | The id of the productChild
|
|
316
|
+
productChild: 56,
|
|
317
|
+
// number | The id of the accessory
|
|
318
|
+
accessory: 56,
|
|
319
|
+
} satisfies DetachAccessoryProductChildRequest;
|
|
320
|
+
|
|
321
|
+
try {
|
|
322
|
+
const data = await api.detachAccessoryProductChild(body);
|
|
323
|
+
console.log(data);
|
|
324
|
+
} catch (error) {
|
|
325
|
+
console.error(error);
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// Run the test
|
|
330
|
+
example().catch(console.error);
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
### Parameters
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
| Name | Type | Description | Notes |
|
|
337
|
+
|------------- | ------------- | ------------- | -------------|
|
|
338
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
339
|
+
| **accessory** | `number` | The id of the accessory | [Defaults to `undefined`] |
|
|
340
|
+
|
|
341
|
+
### Return type
|
|
342
|
+
|
|
343
|
+
[**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
|
|
344
|
+
|
|
345
|
+
### Authorization
|
|
346
|
+
|
|
347
|
+
No authorization required
|
|
348
|
+
|
|
349
|
+
### HTTP request headers
|
|
350
|
+
|
|
351
|
+
- **Content-Type**: Not defined
|
|
352
|
+
- **Accept**: `application/json`
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### HTTP response details
|
|
356
|
+
| Status code | Description | Response headers |
|
|
357
|
+
|-------------|-------------|------------------|
|
|
358
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
|
|
359
|
+
|
|
360
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
## detachCompatibleProductProductChild
|
|
364
|
+
|
|
365
|
+
> PaginatedProductChildListResourceResponse detachCompatibleProductProductChild(productChild, compatibleProduct)
|
|
366
|
+
|
|
367
|
+
Auto-generated: detachCompatibleProductProductChild
|
|
368
|
+
|
|
369
|
+
### Example
|
|
370
|
+
|
|
371
|
+
```ts
|
|
372
|
+
import {
|
|
373
|
+
Configuration,
|
|
374
|
+
ProductApi,
|
|
375
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
376
|
+
import type { DetachCompatibleProductProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
377
|
+
|
|
378
|
+
async function example() {
|
|
379
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
380
|
+
const api = new ProductApi();
|
|
381
|
+
|
|
382
|
+
const body = {
|
|
383
|
+
// number | The id of the productChild
|
|
384
|
+
productChild: 56,
|
|
385
|
+
// number | The id of the compatibleProduct
|
|
386
|
+
compatibleProduct: 56,
|
|
387
|
+
} satisfies DetachCompatibleProductProductChildRequest;
|
|
388
|
+
|
|
389
|
+
try {
|
|
390
|
+
const data = await api.detachCompatibleProductProductChild(body);
|
|
391
|
+
console.log(data);
|
|
392
|
+
} catch (error) {
|
|
393
|
+
console.error(error);
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
// Run the test
|
|
398
|
+
example().catch(console.error);
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
### Parameters
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
| Name | Type | Description | Notes |
|
|
405
|
+
|------------- | ------------- | ------------- | -------------|
|
|
406
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
407
|
+
| **compatibleProduct** | `number` | The id of the compatibleProduct | [Defaults to `undefined`] |
|
|
408
|
+
|
|
409
|
+
### Return type
|
|
410
|
+
|
|
411
|
+
[**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
|
|
412
|
+
|
|
413
|
+
### Authorization
|
|
414
|
+
|
|
415
|
+
No authorization required
|
|
416
|
+
|
|
417
|
+
### HTTP request headers
|
|
418
|
+
|
|
419
|
+
- **Content-Type**: Not defined
|
|
420
|
+
- **Accept**: `application/json`
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### HTTP response details
|
|
424
|
+
| Status code | Description | Response headers |
|
|
425
|
+
|-------------|-------------|------------------|
|
|
426
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
|
|
427
|
+
|
|
428
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
## getAccessoriesProductChild
|
|
432
|
+
|
|
433
|
+
> PaginatedProductChildListResourceResponse getAccessoriesProductChild(productChild, indexProductChildRequest)
|
|
434
|
+
|
|
435
|
+
Auto-generated: getAccessoriesProductChild
|
|
436
|
+
|
|
437
|
+
### Example
|
|
438
|
+
|
|
439
|
+
```ts
|
|
440
|
+
import {
|
|
441
|
+
Configuration,
|
|
442
|
+
ProductApi,
|
|
443
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
444
|
+
import type { GetAccessoriesProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
445
|
+
|
|
446
|
+
async function example() {
|
|
447
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
448
|
+
const api = new ProductApi();
|
|
449
|
+
|
|
450
|
+
const body = {
|
|
451
|
+
// number | The id of the productChild
|
|
452
|
+
productChild: 56,
|
|
453
|
+
// IndexProductChildRequest (optional)
|
|
454
|
+
indexProductChildRequest: ...,
|
|
455
|
+
} satisfies GetAccessoriesProductChildRequest;
|
|
456
|
+
|
|
457
|
+
try {
|
|
458
|
+
const data = await api.getAccessoriesProductChild(body);
|
|
459
|
+
console.log(data);
|
|
460
|
+
} catch (error) {
|
|
461
|
+
console.error(error);
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
// Run the test
|
|
466
|
+
example().catch(console.error);
|
|
467
|
+
```
|
|
468
|
+
|
|
469
|
+
### Parameters
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
| Name | Type | Description | Notes |
|
|
473
|
+
|------------- | ------------- | ------------- | -------------|
|
|
474
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
475
|
+
| **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
|
|
476
|
+
|
|
477
|
+
### Return type
|
|
478
|
+
|
|
479
|
+
[**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
|
|
480
|
+
|
|
481
|
+
### Authorization
|
|
482
|
+
|
|
483
|
+
No authorization required
|
|
484
|
+
|
|
485
|
+
### HTTP request headers
|
|
486
|
+
|
|
487
|
+
- **Content-Type**: `application/json`
|
|
488
|
+
- **Accept**: `application/json`
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### HTTP response details
|
|
492
|
+
| Status code | Description | Response headers |
|
|
493
|
+
|-------------|-------------|------------------|
|
|
494
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
|
|
495
|
+
|
|
496
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
## getAllProduct
|
|
500
|
+
|
|
501
|
+
> ProductLiteResourceArrayResponse getAllProduct(getAllProductRequest)
|
|
502
|
+
|
|
503
|
+
Auto-generated: getAllProduct
|
|
504
|
+
|
|
505
|
+
### Example
|
|
506
|
+
|
|
507
|
+
```ts
|
|
508
|
+
import {
|
|
509
|
+
Configuration,
|
|
510
|
+
ProductApi,
|
|
511
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
512
|
+
import type { GetAllProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
513
|
+
|
|
514
|
+
async function example() {
|
|
515
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
516
|
+
const api = new ProductApi();
|
|
517
|
+
|
|
518
|
+
const body = {
|
|
519
|
+
// GetAllProductRequest (optional)
|
|
520
|
+
getAllProductRequest: ...,
|
|
521
|
+
} satisfies GetAllProductOperationRequest;
|
|
522
|
+
|
|
523
|
+
try {
|
|
524
|
+
const data = await api.getAllProduct(body);
|
|
525
|
+
console.log(data);
|
|
526
|
+
} catch (error) {
|
|
527
|
+
console.error(error);
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
// Run the test
|
|
532
|
+
example().catch(console.error);
|
|
533
|
+
```
|
|
534
|
+
|
|
535
|
+
### Parameters
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
| Name | Type | Description | Notes |
|
|
539
|
+
|------------- | ------------- | ------------- | -------------|
|
|
540
|
+
| **getAllProductRequest** | [GetAllProductRequest](GetAllProductRequest.md) | | [Optional] |
|
|
541
|
+
|
|
542
|
+
### Return type
|
|
543
|
+
|
|
544
|
+
[**ProductLiteResourceArrayResponse**](ProductLiteResourceArrayResponse.md)
|
|
545
|
+
|
|
546
|
+
### Authorization
|
|
547
|
+
|
|
548
|
+
No authorization required
|
|
549
|
+
|
|
550
|
+
### HTTP request headers
|
|
551
|
+
|
|
552
|
+
- **Content-Type**: `application/json`
|
|
553
|
+
- **Accept**: `application/json`
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
### HTTP response details
|
|
557
|
+
| Status code | Description | Response headers |
|
|
558
|
+
|-------------|-------------|------------------|
|
|
559
|
+
| **200** | Successful resource response | - |
|
|
560
|
+
|
|
561
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
## getAllProductChild
|
|
565
|
+
|
|
566
|
+
> ProductChildLiteResourceArrayResponse getAllProductChild(getAllProductChildRequest)
|
|
567
|
+
|
|
568
|
+
Auto-generated: getAllProductChild
|
|
569
|
+
|
|
570
|
+
### Example
|
|
571
|
+
|
|
572
|
+
```ts
|
|
573
|
+
import {
|
|
574
|
+
Configuration,
|
|
575
|
+
ProductApi,
|
|
576
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
577
|
+
import type { GetAllProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
578
|
+
|
|
579
|
+
async function example() {
|
|
580
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
581
|
+
const api = new ProductApi();
|
|
582
|
+
|
|
583
|
+
const body = {
|
|
584
|
+
// GetAllProductChildRequest (optional)
|
|
585
|
+
getAllProductChildRequest: ...,
|
|
586
|
+
} satisfies GetAllProductChildOperationRequest;
|
|
587
|
+
|
|
588
|
+
try {
|
|
589
|
+
const data = await api.getAllProductChild(body);
|
|
590
|
+
console.log(data);
|
|
591
|
+
} catch (error) {
|
|
592
|
+
console.error(error);
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
// Run the test
|
|
597
|
+
example().catch(console.error);
|
|
598
|
+
```
|
|
599
|
+
|
|
600
|
+
### Parameters
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
| Name | Type | Description | Notes |
|
|
604
|
+
|------------- | ------------- | ------------- | -------------|
|
|
605
|
+
| **getAllProductChildRequest** | [GetAllProductChildRequest](GetAllProductChildRequest.md) | | [Optional] |
|
|
606
|
+
|
|
607
|
+
### Return type
|
|
608
|
+
|
|
609
|
+
[**ProductChildLiteResourceArrayResponse**](ProductChildLiteResourceArrayResponse.md)
|
|
610
|
+
|
|
611
|
+
### Authorization
|
|
612
|
+
|
|
613
|
+
No authorization required
|
|
614
|
+
|
|
615
|
+
### HTTP request headers
|
|
616
|
+
|
|
617
|
+
- **Content-Type**: `application/json`
|
|
618
|
+
- **Accept**: `application/json`
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### HTTP response details
|
|
622
|
+
| Status code | Description | Response headers |
|
|
623
|
+
|-------------|-------------|------------------|
|
|
624
|
+
| **200** | Successful resource response | - |
|
|
625
|
+
|
|
626
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
## getCompatibleProductsProductChild
|
|
630
|
+
|
|
631
|
+
> PaginatedProductChildListResourceResponse getCompatibleProductsProductChild(productChild, indexProductChildRequest)
|
|
632
|
+
|
|
633
|
+
Auto-generated: getCompatibleProductsProductChild
|
|
634
|
+
|
|
635
|
+
### Example
|
|
636
|
+
|
|
637
|
+
```ts
|
|
638
|
+
import {
|
|
639
|
+
Configuration,
|
|
640
|
+
ProductApi,
|
|
641
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
642
|
+
import type { GetCompatibleProductsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
643
|
+
|
|
644
|
+
async function example() {
|
|
645
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
646
|
+
const api = new ProductApi();
|
|
647
|
+
|
|
648
|
+
const body = {
|
|
649
|
+
// number | The id of the productChild
|
|
650
|
+
productChild: 56,
|
|
651
|
+
// IndexProductChildRequest (optional)
|
|
652
|
+
indexProductChildRequest: ...,
|
|
653
|
+
} satisfies GetCompatibleProductsProductChildRequest;
|
|
654
|
+
|
|
655
|
+
try {
|
|
656
|
+
const data = await api.getCompatibleProductsProductChild(body);
|
|
657
|
+
console.log(data);
|
|
658
|
+
} catch (error) {
|
|
659
|
+
console.error(error);
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
// Run the test
|
|
664
|
+
example().catch(console.error);
|
|
665
|
+
```
|
|
666
|
+
|
|
667
|
+
### Parameters
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
| Name | Type | Description | Notes |
|
|
671
|
+
|------------- | ------------- | ------------- | -------------|
|
|
672
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
673
|
+
| **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
|
|
674
|
+
|
|
675
|
+
### Return type
|
|
676
|
+
|
|
677
|
+
[**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
|
|
678
|
+
|
|
679
|
+
### Authorization
|
|
680
|
+
|
|
681
|
+
No authorization required
|
|
682
|
+
|
|
683
|
+
### HTTP request headers
|
|
684
|
+
|
|
685
|
+
- **Content-Type**: `application/json`
|
|
686
|
+
- **Accept**: `application/json`
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
### HTTP response details
|
|
690
|
+
| Status code | Description | Response headers |
|
|
691
|
+
|-------------|-------------|------------------|
|
|
692
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
|
|
693
|
+
|
|
694
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
## indexProduct
|
|
698
|
+
|
|
699
|
+
> PaginatedProductListResourceResponse indexProduct(indexProductRequest)
|
|
700
|
+
|
|
701
|
+
Auto-generated: indexProduct
|
|
702
|
+
|
|
703
|
+
### Example
|
|
704
|
+
|
|
705
|
+
```ts
|
|
706
|
+
import {
|
|
707
|
+
Configuration,
|
|
708
|
+
ProductApi,
|
|
709
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
710
|
+
import type { IndexProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
711
|
+
|
|
712
|
+
async function example() {
|
|
713
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
714
|
+
const api = new ProductApi();
|
|
715
|
+
|
|
716
|
+
const body = {
|
|
717
|
+
// IndexProductRequest (optional)
|
|
718
|
+
indexProductRequest: ...,
|
|
719
|
+
} satisfies IndexProductOperationRequest;
|
|
720
|
+
|
|
721
|
+
try {
|
|
722
|
+
const data = await api.indexProduct(body);
|
|
723
|
+
console.log(data);
|
|
724
|
+
} catch (error) {
|
|
725
|
+
console.error(error);
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
// Run the test
|
|
730
|
+
example().catch(console.error);
|
|
731
|
+
```
|
|
732
|
+
|
|
733
|
+
### Parameters
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
| Name | Type | Description | Notes |
|
|
737
|
+
|------------- | ------------- | ------------- | -------------|
|
|
738
|
+
| **indexProductRequest** | [IndexProductRequest](IndexProductRequest.md) | | [Optional] |
|
|
739
|
+
|
|
740
|
+
### Return type
|
|
741
|
+
|
|
742
|
+
[**PaginatedProductListResourceResponse**](PaginatedProductListResourceResponse.md)
|
|
743
|
+
|
|
744
|
+
### Authorization
|
|
745
|
+
|
|
746
|
+
No authorization required
|
|
747
|
+
|
|
748
|
+
### HTTP request headers
|
|
749
|
+
|
|
750
|
+
- **Content-Type**: `application/json`
|
|
751
|
+
- **Accept**: `application/json`
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
### HTTP response details
|
|
755
|
+
| Status code | Description | Response headers |
|
|
756
|
+
|-------------|-------------|------------------|
|
|
757
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductListResource[]>> | - |
|
|
758
|
+
|
|
759
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
## indexProductChild
|
|
763
|
+
|
|
764
|
+
> PaginatedProductChildListResourceResponse indexProductChild(indexProductChildRequest)
|
|
765
|
+
|
|
766
|
+
Auto-generated: indexProductChild
|
|
767
|
+
|
|
768
|
+
### Example
|
|
769
|
+
|
|
770
|
+
```ts
|
|
771
|
+
import {
|
|
772
|
+
Configuration,
|
|
773
|
+
ProductApi,
|
|
774
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
775
|
+
import type { IndexProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
776
|
+
|
|
777
|
+
async function example() {
|
|
778
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
779
|
+
const api = new ProductApi();
|
|
780
|
+
|
|
781
|
+
const body = {
|
|
782
|
+
// IndexProductChildRequest (optional)
|
|
783
|
+
indexProductChildRequest: ...,
|
|
784
|
+
} satisfies IndexProductChildOperationRequest;
|
|
785
|
+
|
|
786
|
+
try {
|
|
787
|
+
const data = await api.indexProductChild(body);
|
|
788
|
+
console.log(data);
|
|
789
|
+
} catch (error) {
|
|
790
|
+
console.error(error);
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
// Run the test
|
|
795
|
+
example().catch(console.error);
|
|
796
|
+
```
|
|
797
|
+
|
|
798
|
+
### Parameters
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
| Name | Type | Description | Notes |
|
|
802
|
+
|------------- | ------------- | ------------- | -------------|
|
|
803
|
+
| **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
|
|
804
|
+
|
|
805
|
+
### Return type
|
|
806
|
+
|
|
807
|
+
[**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
|
|
808
|
+
|
|
809
|
+
### Authorization
|
|
810
|
+
|
|
811
|
+
No authorization required
|
|
812
|
+
|
|
813
|
+
### HTTP request headers
|
|
814
|
+
|
|
815
|
+
- **Content-Type**: `application/json`
|
|
816
|
+
- **Accept**: `application/json`
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
### HTTP response details
|
|
820
|
+
| Status code | Description | Response headers |
|
|
821
|
+
|-------------|-------------|------------------|
|
|
822
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
|
|
823
|
+
|
|
824
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
## showAssetsProductChild
|
|
828
|
+
|
|
829
|
+
> AssetResourceArrayResponse showAssetsProductChild(productChild)
|
|
830
|
+
|
|
831
|
+
Auto-generated: showAssetsProductChild
|
|
832
|
+
|
|
833
|
+
### Example
|
|
834
|
+
|
|
835
|
+
```ts
|
|
836
|
+
import {
|
|
837
|
+
Configuration,
|
|
838
|
+
ProductApi,
|
|
839
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
840
|
+
import type { ShowAssetsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
841
|
+
|
|
842
|
+
async function example() {
|
|
843
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
844
|
+
const api = new ProductApi();
|
|
845
|
+
|
|
846
|
+
const body = {
|
|
847
|
+
// number | The id of the productChild
|
|
848
|
+
productChild: 56,
|
|
849
|
+
} satisfies ShowAssetsProductChildRequest;
|
|
850
|
+
|
|
851
|
+
try {
|
|
852
|
+
const data = await api.showAssetsProductChild(body);
|
|
853
|
+
console.log(data);
|
|
854
|
+
} catch (error) {
|
|
855
|
+
console.error(error);
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
// Run the test
|
|
860
|
+
example().catch(console.error);
|
|
861
|
+
```
|
|
862
|
+
|
|
863
|
+
### Parameters
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
| Name | Type | Description | Notes |
|
|
867
|
+
|------------- | ------------- | ------------- | -------------|
|
|
868
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
869
|
+
|
|
870
|
+
### Return type
|
|
871
|
+
|
|
872
|
+
[**AssetResourceArrayResponse**](AssetResourceArrayResponse.md)
|
|
873
|
+
|
|
874
|
+
### Authorization
|
|
875
|
+
|
|
876
|
+
No authorization required
|
|
877
|
+
|
|
878
|
+
### HTTP request headers
|
|
879
|
+
|
|
880
|
+
- **Content-Type**: Not defined
|
|
881
|
+
- **Accept**: `application/json`
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
### HTTP response details
|
|
885
|
+
| Status code | Description | Response headers |
|
|
886
|
+
|-------------|-------------|------------------|
|
|
887
|
+
| **200** | Successful resource response | - |
|
|
888
|
+
|
|
889
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
## showProduct
|
|
893
|
+
|
|
894
|
+
> ProductResource showProduct(product)
|
|
895
|
+
|
|
896
|
+
Auto-generated: showProduct
|
|
897
|
+
|
|
898
|
+
### Example
|
|
899
|
+
|
|
900
|
+
```ts
|
|
901
|
+
import {
|
|
902
|
+
Configuration,
|
|
903
|
+
ProductApi,
|
|
904
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
905
|
+
import type { ShowProductRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
906
|
+
|
|
907
|
+
async function example() {
|
|
908
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
909
|
+
const api = new ProductApi();
|
|
910
|
+
|
|
911
|
+
const body = {
|
|
912
|
+
// number | The id of the product
|
|
913
|
+
product: 56,
|
|
914
|
+
} satisfies ShowProductRequest;
|
|
915
|
+
|
|
916
|
+
try {
|
|
917
|
+
const data = await api.showProduct(body);
|
|
918
|
+
console.log(data);
|
|
919
|
+
} catch (error) {
|
|
920
|
+
console.error(error);
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
// Run the test
|
|
925
|
+
example().catch(console.error);
|
|
926
|
+
```
|
|
927
|
+
|
|
928
|
+
### Parameters
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
| Name | Type | Description | Notes |
|
|
932
|
+
|------------- | ------------- | ------------- | -------------|
|
|
933
|
+
| **product** | `number` | The id of the product | [Defaults to `undefined`] |
|
|
934
|
+
|
|
935
|
+
### Return type
|
|
936
|
+
|
|
937
|
+
[**ProductResource**](ProductResource.md)
|
|
938
|
+
|
|
939
|
+
### Authorization
|
|
940
|
+
|
|
941
|
+
No authorization required
|
|
942
|
+
|
|
943
|
+
### HTTP request headers
|
|
944
|
+
|
|
945
|
+
- **Content-Type**: Not defined
|
|
946
|
+
- **Accept**: `application/json`
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
### HTTP response details
|
|
950
|
+
| Status code | Description | Response headers |
|
|
951
|
+
|-------------|-------------|------------------|
|
|
952
|
+
| **200** | Successful resource response | - |
|
|
953
|
+
|
|
954
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
## showProductChild
|
|
958
|
+
|
|
959
|
+
> ProductChildResource showProductChild(productChild)
|
|
960
|
+
|
|
961
|
+
Auto-generated: showProductChild
|
|
962
|
+
|
|
963
|
+
### Example
|
|
964
|
+
|
|
965
|
+
```ts
|
|
966
|
+
import {
|
|
967
|
+
Configuration,
|
|
968
|
+
ProductApi,
|
|
969
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
970
|
+
import type { ShowProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
971
|
+
|
|
972
|
+
async function example() {
|
|
973
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
974
|
+
const api = new ProductApi();
|
|
975
|
+
|
|
976
|
+
const body = {
|
|
977
|
+
// number | The id of the productChild
|
|
978
|
+
productChild: 56,
|
|
979
|
+
} satisfies ShowProductChildRequest;
|
|
980
|
+
|
|
981
|
+
try {
|
|
982
|
+
const data = await api.showProductChild(body);
|
|
983
|
+
console.log(data);
|
|
984
|
+
} catch (error) {
|
|
985
|
+
console.error(error);
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
// Run the test
|
|
990
|
+
example().catch(console.error);
|
|
991
|
+
```
|
|
992
|
+
|
|
993
|
+
### Parameters
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
| Name | Type | Description | Notes |
|
|
997
|
+
|------------- | ------------- | ------------- | -------------|
|
|
998
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
999
|
+
|
|
1000
|
+
### Return type
|
|
1001
|
+
|
|
1002
|
+
[**ProductChildResource**](ProductChildResource.md)
|
|
1003
|
+
|
|
1004
|
+
### Authorization
|
|
1005
|
+
|
|
1006
|
+
No authorization required
|
|
1007
|
+
|
|
1008
|
+
### HTTP request headers
|
|
1009
|
+
|
|
1010
|
+
- **Content-Type**: Not defined
|
|
1011
|
+
- **Accept**: `application/json`
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### HTTP response details
|
|
1015
|
+
| Status code | Description | Response headers |
|
|
1016
|
+
|-------------|-------------|------------------|
|
|
1017
|
+
| **200** | Successful resource response | - |
|
|
1018
|
+
|
|
1019
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
## storeProduct
|
|
1023
|
+
|
|
1024
|
+
> ProductResource storeProduct(storeProductRequest)
|
|
1025
|
+
|
|
1026
|
+
Auto-generated: storeProduct
|
|
1027
|
+
|
|
1028
|
+
### Example
|
|
1029
|
+
|
|
1030
|
+
```ts
|
|
1031
|
+
import {
|
|
1032
|
+
Configuration,
|
|
1033
|
+
ProductApi,
|
|
1034
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
1035
|
+
import type { StoreProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
1036
|
+
|
|
1037
|
+
async function example() {
|
|
1038
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
1039
|
+
const api = new ProductApi();
|
|
1040
|
+
|
|
1041
|
+
const body = {
|
|
1042
|
+
// StoreProductRequest (optional)
|
|
1043
|
+
storeProductRequest: ...,
|
|
1044
|
+
} satisfies StoreProductOperationRequest;
|
|
1045
|
+
|
|
1046
|
+
try {
|
|
1047
|
+
const data = await api.storeProduct(body);
|
|
1048
|
+
console.log(data);
|
|
1049
|
+
} catch (error) {
|
|
1050
|
+
console.error(error);
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
// Run the test
|
|
1055
|
+
example().catch(console.error);
|
|
1056
|
+
```
|
|
1057
|
+
|
|
1058
|
+
### Parameters
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
| Name | Type | Description | Notes |
|
|
1062
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1063
|
+
| **storeProductRequest** | [StoreProductRequest](StoreProductRequest.md) | | [Optional] |
|
|
1064
|
+
|
|
1065
|
+
### Return type
|
|
1066
|
+
|
|
1067
|
+
[**ProductResource**](ProductResource.md)
|
|
1068
|
+
|
|
1069
|
+
### Authorization
|
|
1070
|
+
|
|
1071
|
+
No authorization required
|
|
1072
|
+
|
|
1073
|
+
### HTTP request headers
|
|
1074
|
+
|
|
1075
|
+
- **Content-Type**: `application/json`
|
|
1076
|
+
- **Accept**: `application/json`
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
### HTTP response details
|
|
1080
|
+
| Status code | Description | Response headers |
|
|
1081
|
+
|-------------|-------------|------------------|
|
|
1082
|
+
| **200** | Successful resource response | - |
|
|
1083
|
+
|
|
1084
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
## storeProductChild
|
|
1088
|
+
|
|
1089
|
+
> ProductChildResource storeProductChild(storeProductChildRequest)
|
|
1090
|
+
|
|
1091
|
+
Auto-generated: storeProductChild
|
|
1092
|
+
|
|
1093
|
+
### Example
|
|
1094
|
+
|
|
1095
|
+
```ts
|
|
1096
|
+
import {
|
|
1097
|
+
Configuration,
|
|
1098
|
+
ProductApi,
|
|
1099
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
1100
|
+
import type { StoreProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
1101
|
+
|
|
1102
|
+
async function example() {
|
|
1103
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
1104
|
+
const api = new ProductApi();
|
|
1105
|
+
|
|
1106
|
+
const body = {
|
|
1107
|
+
// StoreProductChildRequest (optional)
|
|
1108
|
+
storeProductChildRequest: ...,
|
|
1109
|
+
} satisfies StoreProductChildOperationRequest;
|
|
1110
|
+
|
|
1111
|
+
try {
|
|
1112
|
+
const data = await api.storeProductChild(body);
|
|
1113
|
+
console.log(data);
|
|
1114
|
+
} catch (error) {
|
|
1115
|
+
console.error(error);
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
// Run the test
|
|
1120
|
+
example().catch(console.error);
|
|
1121
|
+
```
|
|
1122
|
+
|
|
1123
|
+
### Parameters
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
| Name | Type | Description | Notes |
|
|
1127
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1128
|
+
| **storeProductChildRequest** | [StoreProductChildRequest](StoreProductChildRequest.md) | | [Optional] |
|
|
1129
|
+
|
|
1130
|
+
### Return type
|
|
1131
|
+
|
|
1132
|
+
[**ProductChildResource**](ProductChildResource.md)
|
|
1133
|
+
|
|
1134
|
+
### Authorization
|
|
1135
|
+
|
|
1136
|
+
No authorization required
|
|
1137
|
+
|
|
1138
|
+
### HTTP request headers
|
|
1139
|
+
|
|
1140
|
+
- **Content-Type**: `application/json`
|
|
1141
|
+
- **Accept**: `application/json`
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
### HTTP response details
|
|
1145
|
+
| Status code | Description | Response headers |
|
|
1146
|
+
|-------------|-------------|------------------|
|
|
1147
|
+
| **200** | Successful resource response | - |
|
|
1148
|
+
|
|
1149
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
## updateProduct
|
|
1153
|
+
|
|
1154
|
+
> ProductResource updateProduct(product, updateProductRequest)
|
|
1155
|
+
|
|
1156
|
+
Auto-generated: updateProduct
|
|
1157
|
+
|
|
1158
|
+
### Example
|
|
1159
|
+
|
|
1160
|
+
```ts
|
|
1161
|
+
import {
|
|
1162
|
+
Configuration,
|
|
1163
|
+
ProductApi,
|
|
1164
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
1165
|
+
import type { UpdateProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
1166
|
+
|
|
1167
|
+
async function example() {
|
|
1168
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
1169
|
+
const api = new ProductApi();
|
|
1170
|
+
|
|
1171
|
+
const body = {
|
|
1172
|
+
// number | The id of the product
|
|
1173
|
+
product: 56,
|
|
1174
|
+
// UpdateProductRequest (optional)
|
|
1175
|
+
updateProductRequest: ...,
|
|
1176
|
+
} satisfies UpdateProductOperationRequest;
|
|
1177
|
+
|
|
1178
|
+
try {
|
|
1179
|
+
const data = await api.updateProduct(body);
|
|
1180
|
+
console.log(data);
|
|
1181
|
+
} catch (error) {
|
|
1182
|
+
console.error(error);
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
// Run the test
|
|
1187
|
+
example().catch(console.error);
|
|
1188
|
+
```
|
|
1189
|
+
|
|
1190
|
+
### Parameters
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
| Name | Type | Description | Notes |
|
|
1194
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1195
|
+
| **product** | `number` | The id of the product | [Defaults to `undefined`] |
|
|
1196
|
+
| **updateProductRequest** | [UpdateProductRequest](UpdateProductRequest.md) | | [Optional] |
|
|
1197
|
+
|
|
1198
|
+
### Return type
|
|
1199
|
+
|
|
1200
|
+
[**ProductResource**](ProductResource.md)
|
|
1201
|
+
|
|
1202
|
+
### Authorization
|
|
1203
|
+
|
|
1204
|
+
No authorization required
|
|
1205
|
+
|
|
1206
|
+
### HTTP request headers
|
|
1207
|
+
|
|
1208
|
+
- **Content-Type**: `application/json`
|
|
1209
|
+
- **Accept**: `application/json`
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
### HTTP response details
|
|
1213
|
+
| Status code | Description | Response headers |
|
|
1214
|
+
|-------------|-------------|------------------|
|
|
1215
|
+
| **200** | Successful resource response | - |
|
|
1216
|
+
|
|
1217
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
## updateProductChild
|
|
1221
|
+
|
|
1222
|
+
> ProductChildResource updateProductChild(productChild, updateProductChildRequest)
|
|
1223
|
+
|
|
1224
|
+
Auto-generated: updateProductChild
|
|
1225
|
+
|
|
1226
|
+
### Example
|
|
1227
|
+
|
|
1228
|
+
```ts
|
|
1229
|
+
import {
|
|
1230
|
+
Configuration,
|
|
1231
|
+
ProductApi,
|
|
1232
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
1233
|
+
import type { UpdateProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
1234
|
+
|
|
1235
|
+
async function example() {
|
|
1236
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
1237
|
+
const api = new ProductApi();
|
|
1238
|
+
|
|
1239
|
+
const body = {
|
|
1240
|
+
// number | The id of the productChild
|
|
1241
|
+
productChild: 56,
|
|
1242
|
+
// UpdateProductChildRequest (optional)
|
|
1243
|
+
updateProductChildRequest: ...,
|
|
1244
|
+
} satisfies UpdateProductChildOperationRequest;
|
|
1245
|
+
|
|
1246
|
+
try {
|
|
1247
|
+
const data = await api.updateProductChild(body);
|
|
1248
|
+
console.log(data);
|
|
1249
|
+
} catch (error) {
|
|
1250
|
+
console.error(error);
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
// Run the test
|
|
1255
|
+
example().catch(console.error);
|
|
1256
|
+
```
|
|
1257
|
+
|
|
1258
|
+
### Parameters
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
| Name | Type | Description | Notes |
|
|
1262
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1263
|
+
| **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
|
|
1264
|
+
| **updateProductChildRequest** | [UpdateProductChildRequest](UpdateProductChildRequest.md) | | [Optional] |
|
|
1265
|
+
|
|
1266
|
+
### Return type
|
|
1267
|
+
|
|
1268
|
+
[**ProductChildResource**](ProductChildResource.md)
|
|
1269
|
+
|
|
1270
|
+
### Authorization
|
|
1271
|
+
|
|
1272
|
+
No authorization required
|
|
1273
|
+
|
|
1274
|
+
### HTTP request headers
|
|
1275
|
+
|
|
1276
|
+
- **Content-Type**: `application/json`
|
|
1277
|
+
- **Accept**: `application/json`
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
### HTTP response details
|
|
1281
|
+
| Status code | Description | Response headers |
|
|
1282
|
+
|-------------|-------------|------------------|
|
|
1283
|
+
| **200** | Successful resource response | - |
|
|
1284
|
+
|
|
1285
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1286
|
+
|