@digital8/lighting-illusions-ts-sdk 0.0.455 → 0.0.457
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 +256 -0
- package/README.md +185 -2
- package/dist/apis/AttributeApi.d.ts +179 -0
- package/dist/apis/AttributeApi.js +735 -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 +174 -0
- package/dist/apis/ProductApi.js +721 -0
- package/dist/apis/ProductTypeApi.d.ts +121 -0
- package/dist/apis/ProductTypeApi.js +501 -0
- package/dist/apis/SiteApi.d.ts +23 -1
- package/dist/apis/SiteApi.js +91 -0
- package/dist/apis/SupplierApi.d.ts +12 -1
- package/dist/apis/SupplierApi.js +45 -0
- package/dist/apis/TagApi.d.ts +109 -0
- package/dist/apis/TagApi.js +453 -0
- package/dist/apis/index.d.ts +6 -0
- package/dist/apis/index.js +6 -0
- package/dist/models/AssetFileForUploadResourceArrayResponse.d.ts +33 -0
- package/dist/models/AssetFileForUploadResourceArrayResponse.js +50 -0
- package/dist/models/AssetLiteResource.d.ts +44 -0
- package/dist/models/AssetLiteResource.js +59 -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/AttributeFieldType.d.ts +27 -0
- package/dist/models/AttributeFieldType.js +53 -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/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 +101 -0
- package/dist/models/GetAllAttributeRequest.js +88 -0
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +87 -0
- package/dist/models/GetAllOverlayTemplateRequest.js +82 -0
- package/dist/models/GetAllProductChildRequest.d.ts +122 -0
- package/dist/models/GetAllProductChildRequest.js +101 -0
- package/dist/models/GetAllProductRequest.d.ts +83 -0
- package/dist/models/GetAllProductRequest.js +82 -0
- package/dist/models/GetAllProductTypeRequest.d.ts +82 -0
- package/dist/models/GetAllProductTypeRequest.js +81 -0
- package/dist/models/GetAllSupplierRequest.d.ts +83 -0
- package/dist/models/GetAllSupplierRequest.js +82 -0
- package/dist/models/IndexAttributeRequest.d.ts +92 -0
- package/dist/models/IndexAttributeRequest.js +80 -0
- package/dist/models/IndexExternalApiLogRequest.d.ts +113 -0
- package/dist/models/IndexExternalApiLogRequest.js +89 -0
- package/dist/models/IndexOverlayTemplateRequest.d.ts +80 -0
- package/dist/models/IndexOverlayTemplateRequest.js +76 -0
- package/dist/models/IndexProductChildRequest.d.ts +134 -0
- package/dist/models/IndexProductChildRequest.js +105 -0
- package/dist/models/IndexProductTypeRequest.d.ts +74 -0
- package/dist/models/IndexProductTypeRequest.js +74 -0
- package/dist/models/IndexSiteNotificationRequest.d.ts +8 -2
- package/dist/models/IndexSiteNotificationRequest.js +2 -0
- package/dist/models/IndexSiteRequest.d.ts +8 -2
- package/dist/models/IndexSiteRequest.js +2 -0
- package/dist/models/IndexSupplierRequest.d.ts +8 -2
- package/dist/models/IndexSupplierRequest.js +2 -0
- package/dist/models/IndexTagRequest.d.ts +87 -0
- package/dist/models/IndexTagRequest.js +79 -0
- package/dist/models/LinkAssetsOverlayTemplateRequest.d.ts +32 -0
- package/dist/models/LinkAssetsOverlayTemplateRequest.js +51 -0
- package/dist/models/LinkAttributeProductTypeRequest.d.ts +48 -0
- package/dist/models/LinkAttributeProductTypeRequest.js +65 -0
- package/dist/models/LinkProductChildrenTagRequest.d.ts +32 -0
- package/dist/models/LinkProductChildrenTagRequest.js +51 -0
- package/dist/models/LinkProductTypeAttributeRequest.d.ts +48 -0
- package/dist/models/LinkProductTypeAttributeRequest.js +65 -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/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/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/PaginatedExternalApiLogResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedExternalApiLogResourceResponse.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/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/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/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/PaginatedSiteLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSiteLiteResourceResponse.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/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/ProductChildSiteDetailResource.d.ts +88 -0
- package/dist/models/ProductChildSiteDetailResource.js +89 -0
- package/dist/models/ProductChildSiteDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildSiteDetailResourceArrayResponse.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/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/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/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/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/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/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/UnlinkAssetableOverlayTemplateRequest.d.ts +45 -0
- package/dist/models/UnlinkAssetableOverlayTemplateRequest.js +62 -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 +122 -0
- package/dist/models/index.js +122 -0
- package/docs/AssetFileForUploadResourceArrayResponse.md +34 -0
- package/docs/AssetLiteResource.md +38 -0
- package/docs/AssetLiteResourceArrayResponse.md +34 -0
- package/docs/AssetResource.md +6 -2
- package/docs/AssetResourceArrayResponse.md +34 -0
- package/docs/AttributeApi.md +953 -0
- package/docs/AttributeFieldType.md +32 -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/ExternalApiLogApi.md +74 -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 +48 -0
- package/docs/GetAllOverlayTemplateRequest.md +44 -0
- package/docs/GetAllProductChildRequest.md +52 -0
- package/docs/GetAllProductRequest.md +42 -0
- package/docs/GetAllProductTypeRequest.md +42 -0
- package/docs/GetAllSupplierRequest.md +42 -0
- package/docs/IndexAttributeRequest.md +48 -0
- package/docs/IndexExternalApiLogRequest.md +54 -0
- package/docs/IndexOverlayTemplateRequest.md +44 -0
- package/docs/IndexProductChildRequest.md +56 -0
- package/docs/IndexProductTypeRequest.md +42 -0
- package/docs/IndexSiteNotificationRequest.md +3 -1
- package/docs/IndexSiteRequest.md +3 -1
- package/docs/IndexSupplierRequest.md +3 -1
- package/docs/IndexTagRequest.md +46 -0
- package/docs/LinkAssetsOverlayTemplateRequest.md +34 -0
- package/docs/LinkAttributeProductTypeRequest.md +36 -0
- package/docs/LinkProductChildrenTagRequest.md +34 -0
- package/docs/LinkProductTypeAttributeRequest.md +36 -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/OverlayTemplateLiteResource.md +38 -0
- package/docs/OverlayTemplateLiteResourceArrayResponse.md +34 -0
- package/docs/OverlayTemplateResource.md +42 -0
- package/docs/OverlayTemplateResourceArrayResponse.md +34 -0
- package/docs/PaginatedAttributeLiteResourceResponse.md +36 -0
- package/docs/PaginatedAttributeProductTypeRelationResourceResponse.md +36 -0
- package/docs/PaginatedAttributeResourceResponse.md +36 -0
- package/docs/PaginatedExternalApiLogResourceResponse.md +36 -0
- package/docs/PaginatedOverlayTemplateLiteResourceResponse.md +36 -0
- package/docs/PaginatedOverlayTemplateResourceResponse.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/PaginatedProductLiteResourceResponse.md +36 -0
- package/docs/PaginatedProductResourceResponse.md +36 -0
- package/docs/PaginatedProductTypeLiteResourceResponse.md +36 -0
- package/docs/PaginatedProductTypeResourceResponse.md +36 -0
- package/docs/PaginatedSiteLiteResourceResponse.md +36 -0
- package/docs/PaginatedTagLiteResourceResponse.md +36 -0
- package/docs/PaginatedTagResourceResponse.md +36 -0
- package/docs/ProductApi.md +938 -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/ProductChildSiteDetailResource.md +52 -0
- package/docs/ProductChildSiteDetailResourceArrayResponse.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/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 +134 -2
- package/docs/SiteConfigResourceArrayResponse.md +34 -0
- package/docs/SiteLiteResource.md +40 -0
- package/docs/SiteLiteResourceArrayResponse.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/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 +67 -1
- package/docs/SupplierFrontendResourceArrayResponse.md +34 -0
- package/docs/SupplierLiteResourceArrayResponse.md +34 -0
- package/docs/SupplierResourceArrayResponse.md +34 -0
- package/docs/TagApi.md +545 -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/UnlinkAssetableOverlayTemplateRequest.md +36 -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/ExternalApiLogApi.ts +69 -0
- package/src/apis/OverlayTemplateApi.ts +560 -0
- package/src/apis/ProductApi.ts +619 -0
- package/src/apis/ProductTypeApi.ts +429 -0
- package/src/apis/SiteApi.ts +80 -0
- package/src/apis/SupplierApi.ts +42 -0
- package/src/apis/TagApi.ts +384 -0
- package/src/apis/index.ts +6 -0
- package/src/models/AssetFileForUploadResourceArrayResponse.ts +73 -0
- package/src/models/AssetLiteResource.ts +84 -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/AttributeFieldType.ts +55 -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/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 +153 -0
- package/src/models/GetAllOverlayTemplateRequest.ts +135 -0
- package/src/models/GetAllProductChildRequest.ts +178 -0
- package/src/models/GetAllProductRequest.ts +129 -0
- package/src/models/GetAllProductTypeRequest.ts +128 -0
- package/src/models/GetAllSupplierRequest.ts +129 -0
- package/src/models/IndexAttributeRequest.ts +143 -0
- package/src/models/IndexExternalApiLogRequest.ts +170 -0
- package/src/models/IndexOverlayTemplateRequest.ts +127 -0
- package/src/models/IndexProductChildRequest.ts +194 -0
- package/src/models/IndexProductTypeRequest.ts +119 -0
- package/src/models/IndexSiteNotificationRequest.ts +10 -2
- package/src/models/IndexSiteRequest.ts +10 -2
- package/src/models/IndexSupplierRequest.ts +10 -2
- package/src/models/IndexTagRequest.ts +136 -0
- package/src/models/LinkAssetsOverlayTemplateRequest.ts +66 -0
- package/src/models/LinkAttributeProductTypeRequest.ts +88 -0
- package/src/models/LinkProductChildrenTagRequest.ts +66 -0
- package/src/models/LinkProductTypeAttributeRequest.ts +88 -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/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/PaginatedAttributeLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedAttributeProductTypeRelationResourceResponse.ts +90 -0
- package/src/models/PaginatedAttributeResourceResponse.ts +90 -0
- package/src/models/PaginatedExternalApiLogResourceResponse.ts +90 -0
- package/src/models/PaginatedOverlayTemplateLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedOverlayTemplateResourceResponse.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/PaginatedProductLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedProductResourceResponse.ts +90 -0
- package/src/models/PaginatedProductTypeLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedProductTypeResourceResponse.ts +90 -0
- package/src/models/PaginatedSiteLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedTagLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedTagResourceResponse.ts +90 -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/ProductChildSiteDetailResource.ts +162 -0
- package/src/models/ProductChildSiteDetailResourceArrayResponse.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/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/SiteLiteResource.ts +93 -0
- package/src/models/SiteLiteResourceArrayResponse.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/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/SupplierLiteResourceArrayResponse.ts +73 -0
- package/src/models/SupplierResourceArrayResponse.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/UnlinkAssetableOverlayTemplateRequest.ts +85 -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 +122 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeFieldType
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import type { AttributeFieldType } from '@digital8/lighting-illusions-ts-sdk'
|
|
14
|
+
|
|
15
|
+
// TODO: Update the object below with actual values
|
|
16
|
+
const example = {
|
|
17
|
+
} satisfies AttributeFieldType
|
|
18
|
+
|
|
19
|
+
console.log(example)
|
|
20
|
+
|
|
21
|
+
// Convert the instance to a JSON string
|
|
22
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
23
|
+
console.log(exampleJSON)
|
|
24
|
+
|
|
25
|
+
// Parse the JSON string back to an object
|
|
26
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeFieldType
|
|
27
|
+
console.log(exampleParsed)
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeLiteResource
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | number
|
|
10
|
+
`name` | string
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import type { AttributeLiteResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
+
|
|
17
|
+
// TODO: Update the object below with actual values
|
|
18
|
+
const example = {
|
|
19
|
+
"id": null,
|
|
20
|
+
"name": null,
|
|
21
|
+
} satisfies AttributeLiteResource
|
|
22
|
+
|
|
23
|
+
console.log(example)
|
|
24
|
+
|
|
25
|
+
// Convert the instance to a JSON string
|
|
26
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
+
console.log(exampleJSON)
|
|
28
|
+
|
|
29
|
+
// Parse the JSON string back to an object
|
|
30
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeLiteResource
|
|
31
|
+
console.log(exampleParsed)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
+
|
|
36
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeLiteResourceArrayResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<AttributeLiteResource>](AttributeLiteResource.md)
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { AttributeLiteResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"data": null,
|
|
19
|
+
} satisfies AttributeLiteResourceArrayResponse
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeLiteResourceArrayResponse
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeProductTypeRelationResource
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | number
|
|
10
|
+
`name` | string
|
|
11
|
+
`type` | string
|
|
12
|
+
`isFilterable` | boolean
|
|
13
|
+
`isExpandedByDefault` | boolean
|
|
14
|
+
`filterIndex` | number
|
|
15
|
+
`fieldType` | object
|
|
16
|
+
`order` | number
|
|
17
|
+
`values` | [Array<AttributeValueResource>](AttributeValueResource.md)
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import type { AttributeProductTypeRelationResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
23
|
+
|
|
24
|
+
// TODO: Update the object below with actual values
|
|
25
|
+
const example = {
|
|
26
|
+
"id": null,
|
|
27
|
+
"name": null,
|
|
28
|
+
"type": null,
|
|
29
|
+
"isFilterable": null,
|
|
30
|
+
"isExpandedByDefault": null,
|
|
31
|
+
"filterIndex": null,
|
|
32
|
+
"fieldType": null,
|
|
33
|
+
"order": null,
|
|
34
|
+
"values": null,
|
|
35
|
+
} satisfies AttributeProductTypeRelationResource
|
|
36
|
+
|
|
37
|
+
console.log(example)
|
|
38
|
+
|
|
39
|
+
// Convert the instance to a JSON string
|
|
40
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
41
|
+
console.log(exampleJSON)
|
|
42
|
+
|
|
43
|
+
// Parse the JSON string back to an object
|
|
44
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeProductTypeRelationResource
|
|
45
|
+
console.log(exampleParsed)
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
49
|
+
|
|
50
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeProductTypeRelationResourceArrayResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<AttributeProductTypeRelationResource>](AttributeProductTypeRelationResource.md)
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { AttributeProductTypeRelationResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"data": null,
|
|
19
|
+
} satisfies AttributeProductTypeRelationResourceArrayResponse
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeProductTypeRelationResourceArrayResponse
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeResource
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | number
|
|
10
|
+
`name` | string
|
|
11
|
+
`type` | string
|
|
12
|
+
`isFilterable` | boolean
|
|
13
|
+
`isExpandedByDefault` | boolean
|
|
14
|
+
`filterIndex` | number
|
|
15
|
+
`values` | [Array<AttributeValueResource>](AttributeValueResource.md)
|
|
16
|
+
`productTypes` | object
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import type { AttributeResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
22
|
+
|
|
23
|
+
// TODO: Update the object below with actual values
|
|
24
|
+
const example = {
|
|
25
|
+
"id": null,
|
|
26
|
+
"name": null,
|
|
27
|
+
"type": null,
|
|
28
|
+
"isFilterable": null,
|
|
29
|
+
"isExpandedByDefault": null,
|
|
30
|
+
"filterIndex": null,
|
|
31
|
+
"values": null,
|
|
32
|
+
"productTypes": null,
|
|
33
|
+
} satisfies AttributeResource
|
|
34
|
+
|
|
35
|
+
console.log(example)
|
|
36
|
+
|
|
37
|
+
// Convert the instance to a JSON string
|
|
38
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
39
|
+
console.log(exampleJSON)
|
|
40
|
+
|
|
41
|
+
// Parse the JSON string back to an object
|
|
42
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeResource
|
|
43
|
+
console.log(exampleParsed)
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
47
|
+
|
|
48
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeResourceArrayResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<AttributeResource>](AttributeResource.md)
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { AttributeResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"data": null,
|
|
19
|
+
} satisfies AttributeResourceArrayResponse
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeResourceArrayResponse
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeType
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import type { AttributeType } from '@digital8/lighting-illusions-ts-sdk'
|
|
14
|
+
|
|
15
|
+
// TODO: Update the object below with actual values
|
|
16
|
+
const example = {
|
|
17
|
+
} satisfies AttributeType
|
|
18
|
+
|
|
19
|
+
console.log(example)
|
|
20
|
+
|
|
21
|
+
// Convert the instance to a JSON string
|
|
22
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
23
|
+
console.log(exampleJSON)
|
|
24
|
+
|
|
25
|
+
// Parse the JSON string back to an object
|
|
26
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeType
|
|
27
|
+
console.log(exampleParsed)
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeValueResource
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | number
|
|
10
|
+
`value` | string
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import type { AttributeValueResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
+
|
|
17
|
+
// TODO: Update the object below with actual values
|
|
18
|
+
const example = {
|
|
19
|
+
"id": null,
|
|
20
|
+
"value": null,
|
|
21
|
+
} satisfies AttributeValueResource
|
|
22
|
+
|
|
23
|
+
console.log(example)
|
|
24
|
+
|
|
25
|
+
// Convert the instance to a JSON string
|
|
26
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
+
console.log(exampleJSON)
|
|
28
|
+
|
|
29
|
+
// Parse the JSON string back to an object
|
|
30
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeValueResource
|
|
31
|
+
console.log(exampleParsed)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
+
|
|
36
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeValueResourceArrayResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<AttributeValueResource>](AttributeValueResource.md)
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { AttributeValueResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"data": null,
|
|
19
|
+
} satisfies AttributeValueResourceArrayResponse
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeValueResourceArrayResponse
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
# CouponDiscountType
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import type { CouponDiscountType } from '@digital8/lighting-illusions-ts-sdk'
|
|
14
|
+
|
|
15
|
+
// TODO: Update the object below with actual values
|
|
16
|
+
const example = {
|
|
17
|
+
} satisfies CouponDiscountType
|
|
18
|
+
|
|
19
|
+
console.log(example)
|
|
20
|
+
|
|
21
|
+
// Convert the instance to a JSON string
|
|
22
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
23
|
+
console.log(exampleJSON)
|
|
24
|
+
|
|
25
|
+
// Parse the JSON string back to an object
|
|
26
|
+
const exampleParsed = JSON.parse(exampleJSON) as CouponDiscountType
|
|
27
|
+
console.log(exampleParsed)
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# DestroyAttributeValueRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`attributeValueId` | number
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { DestroyAttributeValueRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"attributeValueId": null,
|
|
19
|
+
} satisfies DestroyAttributeValueRequest
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as DestroyAttributeValueRequest
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# ExternalApiLogApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost/api*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**indexExternalApiLog**](ExternalApiLogApi.md#indexexternalapilogoperation) | **POST** /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog |
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## indexExternalApiLog
|
|
12
|
+
|
|
13
|
+
> PaginatedExternalApiLogResourceResponse indexExternalApiLog(indexExternalApiLogRequest)
|
|
14
|
+
|
|
15
|
+
Auto-generated: indexExternalApiLog
|
|
16
|
+
|
|
17
|
+
### Example
|
|
18
|
+
|
|
19
|
+
```ts
|
|
20
|
+
import {
|
|
21
|
+
Configuration,
|
|
22
|
+
ExternalApiLogApi,
|
|
23
|
+
} from '@digital8/lighting-illusions-ts-sdk';
|
|
24
|
+
import type { IndexExternalApiLogOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
25
|
+
|
|
26
|
+
async function example() {
|
|
27
|
+
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
28
|
+
const api = new ExternalApiLogApi();
|
|
29
|
+
|
|
30
|
+
const body = {
|
|
31
|
+
// IndexExternalApiLogRequest (optional)
|
|
32
|
+
indexExternalApiLogRequest: ...,
|
|
33
|
+
} satisfies IndexExternalApiLogOperationRequest;
|
|
34
|
+
|
|
35
|
+
try {
|
|
36
|
+
const data = await api.indexExternalApiLog(body);
|
|
37
|
+
console.log(data);
|
|
38
|
+
} catch (error) {
|
|
39
|
+
console.error(error);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// Run the test
|
|
44
|
+
example().catch(console.error);
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### Parameters
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
| Name | Type | Description | Notes |
|
|
51
|
+
|------------- | ------------- | ------------- | -------------|
|
|
52
|
+
| **indexExternalApiLogRequest** | [IndexExternalApiLogRequest](IndexExternalApiLogRequest.md) | | [Optional] |
|
|
53
|
+
|
|
54
|
+
### Return type
|
|
55
|
+
|
|
56
|
+
[**PaginatedExternalApiLogResourceResponse**](PaginatedExternalApiLogResourceResponse.md)
|
|
57
|
+
|
|
58
|
+
### Authorization
|
|
59
|
+
|
|
60
|
+
No authorization required
|
|
61
|
+
|
|
62
|
+
### HTTP request headers
|
|
63
|
+
|
|
64
|
+
- **Content-Type**: `application/json`
|
|
65
|
+
- **Accept**: `application/json`
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### HTTP response details
|
|
69
|
+
| Status code | Description | Response headers |
|
|
70
|
+
|-------------|-------------|------------------|
|
|
71
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ExternalApiLogResource[]>> | - |
|
|
72
|
+
|
|
73
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
74
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
# ExternalApiLogResource
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | number
|
|
10
|
+
`provider` | string
|
|
11
|
+
`httpMethod` | string
|
|
12
|
+
`exteranlApiLoggableType` | string
|
|
13
|
+
`exteranlApiLoggableId` | number
|
|
14
|
+
`endpoint` | string
|
|
15
|
+
`responseCode` | number
|
|
16
|
+
`requestPayload` | string
|
|
17
|
+
`responsePayload` | string
|
|
18
|
+
`createdAt` | string
|
|
19
|
+
`site` | [SiteLiteResource](SiteLiteResource.md)
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import type { ExternalApiLogResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
25
|
+
|
|
26
|
+
// TODO: Update the object below with actual values
|
|
27
|
+
const example = {
|
|
28
|
+
"id": null,
|
|
29
|
+
"provider": null,
|
|
30
|
+
"httpMethod": null,
|
|
31
|
+
"exteranlApiLoggableType": null,
|
|
32
|
+
"exteranlApiLoggableId": null,
|
|
33
|
+
"endpoint": null,
|
|
34
|
+
"responseCode": null,
|
|
35
|
+
"requestPayload": null,
|
|
36
|
+
"responsePayload": null,
|
|
37
|
+
"createdAt": null,
|
|
38
|
+
"site": null,
|
|
39
|
+
} satisfies ExternalApiLogResource
|
|
40
|
+
|
|
41
|
+
console.log(example)
|
|
42
|
+
|
|
43
|
+
// Convert the instance to a JSON string
|
|
44
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
45
|
+
console.log(exampleJSON)
|
|
46
|
+
|
|
47
|
+
// Parse the JSON string back to an object
|
|
48
|
+
const exampleParsed = JSON.parse(exampleJSON) as ExternalApiLogResource
|
|
49
|
+
console.log(exampleParsed)
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
53
|
+
|
|
54
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# ExternalApiLogResourceArrayResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<ExternalApiLogResource>](ExternalApiLogResource.md)
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { ExternalApiLogResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"data": null,
|
|
19
|
+
} satisfies ExternalApiLogResourceArrayResponse
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as ExternalApiLogResourceArrayResponse
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
# ExternalApiProvider
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import type { ExternalApiProvider } from '@digital8/lighting-illusions-ts-sdk'
|
|
14
|
+
|
|
15
|
+
// TODO: Update the object below with actual values
|
|
16
|
+
const example = {
|
|
17
|
+
} satisfies ExternalApiProvider
|
|
18
|
+
|
|
19
|
+
console.log(example)
|
|
20
|
+
|
|
21
|
+
// Convert the instance to a JSON string
|
|
22
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
23
|
+
console.log(exampleJSON)
|
|
24
|
+
|
|
25
|
+
// Parse the JSON string back to an object
|
|
26
|
+
const exampleParsed = JSON.parse(exampleJSON) as ExternalApiProvider
|
|
27
|
+
console.log(exampleParsed)
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
# ExternalApiSyncStatus
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import type { ExternalApiSyncStatus } from '@digital8/lighting-illusions-ts-sdk'
|
|
14
|
+
|
|
15
|
+
// TODO: Update the object below with actual values
|
|
16
|
+
const example = {
|
|
17
|
+
} satisfies ExternalApiSyncStatus
|
|
18
|
+
|
|
19
|
+
console.log(example)
|
|
20
|
+
|
|
21
|
+
// Convert the instance to a JSON string
|
|
22
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
23
|
+
console.log(exampleJSON)
|
|
24
|
+
|
|
25
|
+
// Parse the JSON string back to an object
|
|
26
|
+
const exampleParsed = JSON.parse(exampleJSON) as ExternalApiSyncStatus
|
|
27
|
+
console.log(exampleParsed)
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
31
|
+
|
|
32
|
+
|