@digital8/lighting-illusions-ts-sdk 0.0.491 → 0.0.493
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 +364 -0
- package/README.md +253 -2
- package/dist/apis/AttributeApi.d.ts +179 -0
- package/dist/apis/AttributeApi.js +735 -0
- package/dist/apis/DocumentApi.d.ts +120 -0
- package/dist/apis/DocumentApi.js +496 -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 +88 -0
- package/dist/models/GetAllDocumentRequest.js +83 -0
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +93 -0
- package/dist/models/GetAllOverlayTemplateRequest.js +84 -0
- package/dist/models/GetAllProductChildRequest.d.ts +129 -0
- package/dist/models/GetAllProductChildRequest.js +104 -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 +100 -0
- package/dist/models/IndexDocumentRequest.js +87 -0
- package/dist/models/IndexExternalApiLogRequest.d.ts +137 -0
- package/dist/models/IndexExternalApiLogRequest.js +97 -0
- package/dist/models/IndexOverlayTemplateRequest.d.ts +105 -0
- package/dist/models/IndexOverlayTemplateRequest.js +88 -0
- package/dist/models/IndexProductChildRequest.d.ts +143 -0
- package/dist/models/IndexProductChildRequest.js +110 -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 +100 -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/UpdateDocumentRequest.d.ts +44 -0
- package/dist/models/UpdateDocumentRequest.js +57 -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 +174 -0
- package/dist/models/index.js +174 -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 +611 -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 +44 -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 +48 -0
- package/docs/IndexExternalApiLogRequest.md +62 -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 +56 -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/UpdateDocumentRequest.md +38 -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 +424 -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 +136 -0
- package/src/models/GetAllOverlayTemplateRequest.ts +143 -0
- package/src/models/GetAllProductChildRequest.ts +187 -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 +152 -0
- package/src/models/IndexExternalApiLogRequest.ts +202 -0
- package/src/models/IndexOverlayTemplateRequest.ts +159 -0
- package/src/models/IndexProductChildRequest.ts +205 -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 +178 -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/UpdateDocumentRequest.ts +83 -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 +174 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSiteNotificationListResource = instanceOfSiteNotificationListResource;
|
|
17
|
+
exports.SiteNotificationListResourceFromJSON = SiteNotificationListResourceFromJSON;
|
|
18
|
+
exports.SiteNotificationListResourceFromJSONTyped = SiteNotificationListResourceFromJSONTyped;
|
|
19
|
+
exports.SiteNotificationListResourceToJSON = SiteNotificationListResourceToJSON;
|
|
20
|
+
exports.SiteNotificationListResourceToJSONTyped = SiteNotificationListResourceToJSONTyped;
|
|
21
|
+
var SiteLiteResource_1 = require("./SiteLiteResource");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SiteNotificationListResource interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSiteNotificationListResource(value) {
|
|
26
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('isActive' in value) || value['isActive'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('startDate' in value) || value['startDate'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('endDate' in value) || value['endDate'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('text' in value) || value['text'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('textColour' in value) || value['textColour'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('backgroundColour' in value) || value['backgroundColour'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('sites' in value) || value['sites'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
function SiteNotificationListResourceFromJSON(json) {
|
|
45
|
+
return SiteNotificationListResourceFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function SiteNotificationListResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'id': json['id'],
|
|
53
|
+
'heading': json['heading'] == null ? undefined : json['heading'],
|
|
54
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
55
|
+
'isActive': json['isActive'],
|
|
56
|
+
'startDate': json['startDate'],
|
|
57
|
+
'endDate': json['endDate'],
|
|
58
|
+
'text': json['text'],
|
|
59
|
+
'textColour': json['textColour'],
|
|
60
|
+
'backgroundColour': json['backgroundColour'],
|
|
61
|
+
'sites': (0, SiteLiteResource_1.SiteLiteResourceFromJSON)(json['sites']),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
function SiteNotificationListResourceToJSON(json) {
|
|
65
|
+
return SiteNotificationListResourceToJSONTyped(json, false);
|
|
66
|
+
}
|
|
67
|
+
function SiteNotificationListResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
68
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
69
|
+
if (value == null) {
|
|
70
|
+
return value;
|
|
71
|
+
}
|
|
72
|
+
return {
|
|
73
|
+
'id': value['id'],
|
|
74
|
+
'heading': value['heading'],
|
|
75
|
+
'type': value['type'],
|
|
76
|
+
'isActive': value['isActive'],
|
|
77
|
+
'startDate': value['startDate'],
|
|
78
|
+
'endDate': value['endDate'],
|
|
79
|
+
'text': value['text'],
|
|
80
|
+
'textColour': value['textColour'],
|
|
81
|
+
'backgroundColour': value['backgroundColour'],
|
|
82
|
+
'sites': (0, SiteLiteResource_1.SiteLiteResourceToJSON)(value['sites']),
|
|
83
|
+
};
|
|
84
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SiteNotificationListResource } from './SiteNotificationListResource';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SiteNotificationListResourceArrayResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SiteNotificationListResourceArrayResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SiteNotificationListResource>}
|
|
22
|
+
* @memberof SiteNotificationListResourceArrayResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<SiteNotificationListResource>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SiteNotificationListResourceArrayResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSiteNotificationListResourceArrayResponse(value: object): value is SiteNotificationListResourceArrayResponse;
|
|
30
|
+
export declare function SiteNotificationListResourceArrayResponseFromJSON(json: any): SiteNotificationListResourceArrayResponse;
|
|
31
|
+
export declare function SiteNotificationListResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SiteNotificationListResourceArrayResponse;
|
|
32
|
+
export declare function SiteNotificationListResourceArrayResponseToJSON(json: any): SiteNotificationListResourceArrayResponse;
|
|
33
|
+
export declare function SiteNotificationListResourceArrayResponseToJSONTyped(value?: SiteNotificationListResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSiteNotificationListResourceArrayResponse = instanceOfSiteNotificationListResourceArrayResponse;
|
|
17
|
+
exports.SiteNotificationListResourceArrayResponseFromJSON = SiteNotificationListResourceArrayResponseFromJSON;
|
|
18
|
+
exports.SiteNotificationListResourceArrayResponseFromJSONTyped = SiteNotificationListResourceArrayResponseFromJSONTyped;
|
|
19
|
+
exports.SiteNotificationListResourceArrayResponseToJSON = SiteNotificationListResourceArrayResponseToJSON;
|
|
20
|
+
exports.SiteNotificationListResourceArrayResponseToJSONTyped = SiteNotificationListResourceArrayResponseToJSONTyped;
|
|
21
|
+
var SiteNotificationListResource_1 = require("./SiteNotificationListResource");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SiteNotificationListResourceArrayResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSiteNotificationListResourceArrayResponse(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SiteNotificationListResourceArrayResponseFromJSON(json) {
|
|
29
|
+
return SiteNotificationListResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SiteNotificationListResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(SiteNotificationListResource_1.SiteNotificationListResourceFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SiteNotificationListResourceArrayResponseToJSON(json) {
|
|
40
|
+
return SiteNotificationListResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SiteNotificationListResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'data': value['data'] == null ? undefined : (value['data'].map(SiteNotificationListResource_1.SiteNotificationListResourceToJSON)),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -45,13 +45,13 @@ export interface SiteNotificationResource {
|
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof SiteNotificationResource
|
|
47
47
|
*/
|
|
48
|
-
backgroundColour
|
|
48
|
+
backgroundColour: string;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof SiteNotificationResource
|
|
53
53
|
*/
|
|
54
|
-
textColour
|
|
54
|
+
textColour: string;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
57
|
* @type {SiteResource}
|
|
@@ -31,6 +31,10 @@ function instanceOfSiteNotificationResource(value) {
|
|
|
31
31
|
return false;
|
|
32
32
|
if (!('endDate' in value) || value['endDate'] === undefined)
|
|
33
33
|
return false;
|
|
34
|
+
if (!('backgroundColour' in value) || value['backgroundColour'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('textColour' in value) || value['textColour'] === undefined)
|
|
37
|
+
return false;
|
|
34
38
|
if (!('site' in value) || value['site'] === undefined)
|
|
35
39
|
return false;
|
|
36
40
|
return true;
|
|
@@ -47,8 +51,8 @@ function SiteNotificationResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
51
|
'text': json['text'],
|
|
48
52
|
'startDate': json['startDate'],
|
|
49
53
|
'endDate': json['endDate'],
|
|
50
|
-
'backgroundColour': json['backgroundColour']
|
|
51
|
-
'textColour': json['textColour']
|
|
54
|
+
'backgroundColour': json['backgroundColour'],
|
|
55
|
+
'textColour': json['textColour'],
|
|
52
56
|
'site': (0, SiteResource_1.SiteResourceFromJSON)(json['site']),
|
|
53
57
|
};
|
|
54
58
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SiteNotificationResource } from './SiteNotificationResource';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SiteNotificationResourceArrayResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SiteNotificationResourceArrayResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SiteNotificationResource>}
|
|
22
|
+
* @memberof SiteNotificationResourceArrayResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<SiteNotificationResource>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SiteNotificationResourceArrayResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSiteNotificationResourceArrayResponse(value: object): value is SiteNotificationResourceArrayResponse;
|
|
30
|
+
export declare function SiteNotificationResourceArrayResponseFromJSON(json: any): SiteNotificationResourceArrayResponse;
|
|
31
|
+
export declare function SiteNotificationResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SiteNotificationResourceArrayResponse;
|
|
32
|
+
export declare function SiteNotificationResourceArrayResponseToJSON(json: any): SiteNotificationResourceArrayResponse;
|
|
33
|
+
export declare function SiteNotificationResourceArrayResponseToJSONTyped(value?: SiteNotificationResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSiteNotificationResourceArrayResponse = instanceOfSiteNotificationResourceArrayResponse;
|
|
17
|
+
exports.SiteNotificationResourceArrayResponseFromJSON = SiteNotificationResourceArrayResponseFromJSON;
|
|
18
|
+
exports.SiteNotificationResourceArrayResponseFromJSONTyped = SiteNotificationResourceArrayResponseFromJSONTyped;
|
|
19
|
+
exports.SiteNotificationResourceArrayResponseToJSON = SiteNotificationResourceArrayResponseToJSON;
|
|
20
|
+
exports.SiteNotificationResourceArrayResponseToJSONTyped = SiteNotificationResourceArrayResponseToJSONTyped;
|
|
21
|
+
var SiteNotificationResource_1 = require("./SiteNotificationResource");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SiteNotificationResourceArrayResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSiteNotificationResourceArrayResponse(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SiteNotificationResourceArrayResponseFromJSON(json) {
|
|
29
|
+
return SiteNotificationResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SiteNotificationResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(SiteNotificationResource_1.SiteNotificationResourceFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SiteNotificationResourceArrayResponseToJSON(json) {
|
|
40
|
+
return SiteNotificationResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SiteNotificationResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'data': value['data'] == null ? undefined : (value['data'].map(SiteNotificationResource_1.SiteNotificationResourceToJSON)),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SitePaymentConfigResource } from './SitePaymentConfigResource';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SitePaymentConfigResourceArrayResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SitePaymentConfigResourceArrayResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SitePaymentConfigResource>}
|
|
22
|
+
* @memberof SitePaymentConfigResourceArrayResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<SitePaymentConfigResource>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SitePaymentConfigResourceArrayResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSitePaymentConfigResourceArrayResponse(value: object): value is SitePaymentConfigResourceArrayResponse;
|
|
30
|
+
export declare function SitePaymentConfigResourceArrayResponseFromJSON(json: any): SitePaymentConfigResourceArrayResponse;
|
|
31
|
+
export declare function SitePaymentConfigResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SitePaymentConfigResourceArrayResponse;
|
|
32
|
+
export declare function SitePaymentConfigResourceArrayResponseToJSON(json: any): SitePaymentConfigResourceArrayResponse;
|
|
33
|
+
export declare function SitePaymentConfigResourceArrayResponseToJSONTyped(value?: SitePaymentConfigResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSitePaymentConfigResourceArrayResponse = instanceOfSitePaymentConfigResourceArrayResponse;
|
|
17
|
+
exports.SitePaymentConfigResourceArrayResponseFromJSON = SitePaymentConfigResourceArrayResponseFromJSON;
|
|
18
|
+
exports.SitePaymentConfigResourceArrayResponseFromJSONTyped = SitePaymentConfigResourceArrayResponseFromJSONTyped;
|
|
19
|
+
exports.SitePaymentConfigResourceArrayResponseToJSON = SitePaymentConfigResourceArrayResponseToJSON;
|
|
20
|
+
exports.SitePaymentConfigResourceArrayResponseToJSONTyped = SitePaymentConfigResourceArrayResponseToJSONTyped;
|
|
21
|
+
var SitePaymentConfigResource_1 = require("./SitePaymentConfigResource");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SitePaymentConfigResourceArrayResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSitePaymentConfigResourceArrayResponse(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SitePaymentConfigResourceArrayResponseFromJSON(json) {
|
|
29
|
+
return SitePaymentConfigResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SitePaymentConfigResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(SitePaymentConfigResource_1.SitePaymentConfigResourceFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SitePaymentConfigResourceArrayResponseToJSON(json) {
|
|
40
|
+
return SitePaymentConfigResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SitePaymentConfigResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'data': value['data'] == null ? undefined : (value['data'].map(SitePaymentConfigResource_1.SitePaymentConfigResourceToJSON)),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SiteResource } from './SiteResource';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SiteResourceArrayResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SiteResourceArrayResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SiteResource>}
|
|
22
|
+
* @memberof SiteResourceArrayResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<SiteResource>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SiteResourceArrayResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSiteResourceArrayResponse(value: object): value is SiteResourceArrayResponse;
|
|
30
|
+
export declare function SiteResourceArrayResponseFromJSON(json: any): SiteResourceArrayResponse;
|
|
31
|
+
export declare function SiteResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SiteResourceArrayResponse;
|
|
32
|
+
export declare function SiteResourceArrayResponseToJSON(json: any): SiteResourceArrayResponse;
|
|
33
|
+
export declare function SiteResourceArrayResponseToJSONTyped(value?: SiteResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSiteResourceArrayResponse = instanceOfSiteResourceArrayResponse;
|
|
17
|
+
exports.SiteResourceArrayResponseFromJSON = SiteResourceArrayResponseFromJSON;
|
|
18
|
+
exports.SiteResourceArrayResponseFromJSONTyped = SiteResourceArrayResponseFromJSONTyped;
|
|
19
|
+
exports.SiteResourceArrayResponseToJSON = SiteResourceArrayResponseToJSON;
|
|
20
|
+
exports.SiteResourceArrayResponseToJSONTyped = SiteResourceArrayResponseToJSONTyped;
|
|
21
|
+
var SiteResource_1 = require("./SiteResource");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SiteResourceArrayResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSiteResourceArrayResponse(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SiteResourceArrayResponseFromJSON(json) {
|
|
29
|
+
return SiteResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SiteResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(SiteResource_1.SiteResourceFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SiteResourceArrayResponseToJSON(json) {
|
|
40
|
+
return SiteResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SiteResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'data': value['data'] == null ? undefined : (value['data'].map(SiteResource_1.SiteResourceToJSON)),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface StoreAttributeRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface StoreAttributeRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof StoreAttributeRequest
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof StoreAttributeRequest
|
|
28
|
+
*/
|
|
29
|
+
type: StoreAttributeRequestTypeEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof StoreAttributeRequest
|
|
34
|
+
*/
|
|
35
|
+
isFilterable: boolean;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof StoreAttributeRequest
|
|
40
|
+
*/
|
|
41
|
+
isExpandedByDefault: boolean;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof StoreAttributeRequest
|
|
46
|
+
*/
|
|
47
|
+
filterIndex?: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
export declare const StoreAttributeRequestTypeEnum: {
|
|
53
|
+
readonly Select: "select";
|
|
54
|
+
readonly MultiSelect: "multi_select";
|
|
55
|
+
readonly Text: "text";
|
|
56
|
+
};
|
|
57
|
+
export type StoreAttributeRequestTypeEnum = typeof StoreAttributeRequestTypeEnum[keyof typeof StoreAttributeRequestTypeEnum];
|
|
58
|
+
/**
|
|
59
|
+
* Check if a given object implements the StoreAttributeRequest interface.
|
|
60
|
+
*/
|
|
61
|
+
export declare function instanceOfStoreAttributeRequest(value: object): value is StoreAttributeRequest;
|
|
62
|
+
export declare function StoreAttributeRequestFromJSON(json: any): StoreAttributeRequest;
|
|
63
|
+
export declare function StoreAttributeRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreAttributeRequest;
|
|
64
|
+
export declare function StoreAttributeRequestToJSON(json: any): StoreAttributeRequest;
|
|
65
|
+
export declare function StoreAttributeRequestToJSONTyped(value?: StoreAttributeRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.StoreAttributeRequestTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfStoreAttributeRequest = instanceOfStoreAttributeRequest;
|
|
18
|
+
exports.StoreAttributeRequestFromJSON = StoreAttributeRequestFromJSON;
|
|
19
|
+
exports.StoreAttributeRequestFromJSONTyped = StoreAttributeRequestFromJSONTyped;
|
|
20
|
+
exports.StoreAttributeRequestToJSON = StoreAttributeRequestToJSON;
|
|
21
|
+
exports.StoreAttributeRequestToJSONTyped = StoreAttributeRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.StoreAttributeRequestTypeEnum = {
|
|
26
|
+
Select: 'select',
|
|
27
|
+
MultiSelect: 'multi_select',
|
|
28
|
+
Text: 'text'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the StoreAttributeRequest interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfStoreAttributeRequest(value) {
|
|
34
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('isFilterable' in value) || value['isFilterable'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('isExpandedByDefault' in value) || value['isExpandedByDefault'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
function StoreAttributeRequestFromJSON(json) {
|
|
45
|
+
return StoreAttributeRequestFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function StoreAttributeRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'name': json['name'],
|
|
53
|
+
'type': json['type'],
|
|
54
|
+
'isFilterable': json['is_filterable'],
|
|
55
|
+
'isExpandedByDefault': json['is_expanded_by_default'],
|
|
56
|
+
'filterIndex': json['filter_index'] == null ? undefined : json['filter_index'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function StoreAttributeRequestToJSON(json) {
|
|
60
|
+
return StoreAttributeRequestToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function StoreAttributeRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
63
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
64
|
+
if (value == null) {
|
|
65
|
+
return value;
|
|
66
|
+
}
|
|
67
|
+
return {
|
|
68
|
+
'name': value['name'],
|
|
69
|
+
'type': value['type'],
|
|
70
|
+
'is_filterable': value['isFilterable'],
|
|
71
|
+
'is_expanded_by_default': value['isExpandedByDefault'],
|
|
72
|
+
'filter_index': value['filterIndex'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface StoreAttributeValueRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface StoreAttributeValueRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof StoreAttributeValueRequest
|
|
22
|
+
*/
|
|
23
|
+
attributeId: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof StoreAttributeValueRequest
|
|
28
|
+
*/
|
|
29
|
+
value: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the StoreAttributeValueRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfStoreAttributeValueRequest(value: object): value is StoreAttributeValueRequest;
|
|
35
|
+
export declare function StoreAttributeValueRequestFromJSON(json: any): StoreAttributeValueRequest;
|
|
36
|
+
export declare function StoreAttributeValueRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreAttributeValueRequest;
|
|
37
|
+
export declare function StoreAttributeValueRequestToJSON(json: any): StoreAttributeValueRequest;
|
|
38
|
+
export declare function StoreAttributeValueRequestToJSONTyped(value?: StoreAttributeValueRequest | null, ignoreDiscriminator?: boolean): any;
|