@digital8/lighting-illusions-ts-sdk 0.0.366 → 0.0.368
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 +232 -0
- package/README.md +167 -2
- package/dist/apis/AttributeApi.d.ts +179 -0
- package/dist/apis/AttributeApi.js +735 -0
- package/dist/apis/OverlayTemplateApi.d.ts +143 -0
- package/dist/apis/OverlayTemplateApi.js +592 -0
- package/dist/apis/ProductApi.d.ts +141 -0
- package/dist/apis/ProductApi.js +585 -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 +85 -0
- package/dist/apis/TagApi.js +355 -0
- package/dist/apis/index.d.ts +5 -0
- package/dist/apis/index.js +5 -0
- package/dist/models/AssetFileForUploadResourceArrayResponse.d.ts +33 -0
- package/dist/models/AssetFileForUploadResourceArrayResponse.js +50 -0
- package/dist/models/AssetResource.d.ts +0 -6
- package/dist/models/AssetResource.js +0 -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/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 +83 -0
- package/dist/models/GetAllProductChildRequest.js +83 -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/IndexOverlayTemplateRequest.d.ts +80 -0
- package/dist/models/IndexOverlayTemplateRequest.js +76 -0
- package/dist/models/IndexProductChildRequest.d.ts +95 -0
- package/dist/models/IndexProductChildRequest.js +87 -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/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/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/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 +63 -0
- package/dist/models/ProductChildLiteResource.js +70 -0
- package/dist/models/ProductChildLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildRelationResource.d.ts +69 -0
- package/dist/models/ProductChildRelationResource.js +74 -0
- package/dist/models/ProductChildRelationResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildRelationResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildResource.d.ts +191 -0
- package/dist/models/ProductChildResource.js +148 -0
- package/dist/models/ProductChildResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildResourceArrayResponse.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 +38 -0
- package/dist/models/ProductTypeLiteResource.js +55 -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 +138 -0
- package/dist/models/StoreProductChildRequest.js +115 -0
- package/dist/models/StoreProductChildRequestAccessoriesInner.d.ts +32 -0
- package/dist/models/StoreProductChildRequestAccessoriesInner.js +51 -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/ThirdPartySyncStatus.d.ts +27 -0
- package/dist/models/ThirdPartySyncStatus.js +53 -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 +53 -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 +126 -0
- package/dist/models/UpdateProductChildRequest.js +101 -0
- package/dist/models/UpdateProductChildRequestAccessoriesInner.d.ts +38 -0
- package/dist/models/UpdateProductChildRequestAccessoriesInner.js +55 -0
- package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +50 -0
- package/dist/models/UpdateProductChildRequestAssetsInner.js +61 -0
- package/dist/models/UpdateProductChildRequestCompatibleProductsInner.d.ts +32 -0
- package/dist/models/UpdateProductChildRequestCompatibleProductsInner.js +51 -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 +111 -0
- package/dist/models/index.js +111 -0
- package/docs/AssetFileForUploadResourceArrayResponse.md +34 -0
- package/docs/AssetResource.md +0 -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/GetAllAttributeRequest.md +48 -0
- package/docs/GetAllOverlayTemplateRequest.md +44 -0
- package/docs/GetAllProductChildRequest.md +42 -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/IndexOverlayTemplateRequest.md +44 -0
- package/docs/IndexProductChildRequest.md +46 -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/LinkProductTypeAttributeRequest.md +36 -0
- package/docs/ModelAttributeResource.md +40 -0
- package/docs/ModelAttributeResourceArrayResponse.md +34 -0
- package/docs/OverlayTemplateApi.md +746 -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/PaginatedOverlayTemplateLiteResourceResponse.md +36 -0
- package/docs/PaginatedOverlayTemplateResourceResponse.md +36 -0
- package/docs/PaginatedProductChildLiteResourceResponse.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 +740 -0
- package/docs/ProductChildLiteResource.md +44 -0
- package/docs/ProductChildLiteResourceArrayResponse.md +34 -0
- package/docs/ProductChildRelationResource.md +46 -0
- package/docs/ProductChildRelationResourceArrayResponse.md +34 -0
- package/docs/ProductChildResource.md +86 -0
- package/docs/ProductChildResourceArrayResponse.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 +36 -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/StoreProductChildRequestAccessoriesInner.md +34 -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 +407 -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/ThirdPartySyncStatus.md +32 -0
- package/docs/UpdateAttributeRequest.md +42 -0
- package/docs/UpdateAttributeValueRequest.md +34 -0
- package/docs/UpdateFilterOrderAttributeRequest.md +34 -0
- package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +36 -0
- package/docs/UpdateModelAttributeRequest.md +36 -0
- package/docs/UpdateOverlayTemplateAssetRequest.md +46 -0
- package/docs/UpdateOverlayTemplateRequest.md +36 -0
- package/docs/UpdateProductChildRequest.md +64 -0
- package/docs/UpdateProductChildRequestAccessoriesInner.md +36 -0
- package/docs/UpdateProductChildRequestAssetsInner.md +40 -0
- package/docs/UpdateProductChildRequestCompatibleProductsInner.md +34 -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/OverlayTemplateApi.ts +512 -0
- package/src/apis/ProductApi.ts +500 -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 +283 -0
- package/src/apis/index.ts +5 -0
- package/src/models/AssetFileForUploadResourceArrayResponse.ts +73 -0
- package/src/models/AssetResource.ts +0 -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/GetAllAttributeRequest.ts +153 -0
- package/src/models/GetAllOverlayTemplateRequest.ts +135 -0
- package/src/models/GetAllProductChildRequest.ts +128 -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/IndexOverlayTemplateRequest.ts +127 -0
- package/src/models/IndexProductChildRequest.ts +144 -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/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/PaginatedOverlayTemplateLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedOverlayTemplateResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildLiteResourceResponse.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 +118 -0
- package/src/models/ProductChildLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildRelationResource.ts +127 -0
- package/src/models/ProductChildRelationResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildResource.ts +317 -0
- package/src/models/ProductChildResourceArrayResponse.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 +75 -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 +244 -0
- package/src/models/StoreProductChildRequestAccessoriesInner.ts +66 -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/ThirdPartySyncStatus.ts +55 -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 +74 -0
- package/src/models/UpdateOverlayTemplateAssetRequest.ts +132 -0
- package/src/models/UpdateOverlayTemplateRequest.ts +74 -0
- package/src/models/UpdateProductChildRequest.ts +223 -0
- package/src/models/UpdateProductChildRequestAccessoriesInner.ts +75 -0
- package/src/models/UpdateProductChildRequestAssetsInner.ts +92 -0
- package/src/models/UpdateProductChildRequestCompatibleProductsInner.ts +66 -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 +111 -0
|
@@ -0,0 +1,82 @@
|
|
|
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.GetAllProductRequestRelatedTypeEnum = exports.GetAllProductRequestSortDirectionEnum = exports.GetAllProductRequestSortByEnum = void 0;
|
|
17
|
+
exports.instanceOfGetAllProductRequest = instanceOfGetAllProductRequest;
|
|
18
|
+
exports.GetAllProductRequestFromJSON = GetAllProductRequestFromJSON;
|
|
19
|
+
exports.GetAllProductRequestFromJSONTyped = GetAllProductRequestFromJSONTyped;
|
|
20
|
+
exports.GetAllProductRequestToJSON = GetAllProductRequestToJSON;
|
|
21
|
+
exports.GetAllProductRequestToJSONTyped = GetAllProductRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.GetAllProductRequestSortByEnum = {
|
|
26
|
+
Id: 'id',
|
|
27
|
+
Name: 'name',
|
|
28
|
+
SupplierName: 'supplier.name',
|
|
29
|
+
CreatedAt: 'created_at',
|
|
30
|
+
UpdatedAt: 'updated_at'
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* @export
|
|
34
|
+
*/
|
|
35
|
+
exports.GetAllProductRequestSortDirectionEnum = {
|
|
36
|
+
Asc: 'asc',
|
|
37
|
+
Desc: 'desc'
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
*/
|
|
42
|
+
exports.GetAllProductRequestRelatedTypeEnum = {
|
|
43
|
+
Supplier: 'supplier',
|
|
44
|
+
ProductType: 'productType'
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the GetAllProductRequest interface.
|
|
48
|
+
*/
|
|
49
|
+
function instanceOfGetAllProductRequest(value) {
|
|
50
|
+
return true;
|
|
51
|
+
}
|
|
52
|
+
function GetAllProductRequestFromJSON(json) {
|
|
53
|
+
return GetAllProductRequestFromJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
function GetAllProductRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'search': json['search'] == null ? undefined : json['search'],
|
|
61
|
+
'sortBy': json['sortBy'] == null ? undefined : json['sortBy'],
|
|
62
|
+
'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
|
|
63
|
+
'relatedId': json['related_id'] == null ? undefined : json['related_id'],
|
|
64
|
+
'relatedType': json['related_type'] == null ? undefined : json['related_type'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
function GetAllProductRequestToJSON(json) {
|
|
68
|
+
return GetAllProductRequestToJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
function GetAllProductRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
71
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
72
|
+
if (value == null) {
|
|
73
|
+
return value;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
'search': value['search'],
|
|
77
|
+
'sortBy': value['sortBy'],
|
|
78
|
+
'sortDirection': value['sortDirection'],
|
|
79
|
+
'related_id': value['relatedId'],
|
|
80
|
+
'related_type': value['relatedType'],
|
|
81
|
+
};
|
|
82
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
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 GetAllProductTypeRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface GetAllProductTypeRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetAllProductTypeRequest
|
|
22
|
+
*/
|
|
23
|
+
search?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GetAllProductTypeRequest
|
|
28
|
+
*/
|
|
29
|
+
sortBy?: GetAllProductTypeRequestSortByEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof GetAllProductTypeRequest
|
|
34
|
+
*/
|
|
35
|
+
sortDirection?: GetAllProductTypeRequestSortDirectionEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof GetAllProductTypeRequest
|
|
40
|
+
*/
|
|
41
|
+
relatedId?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof GetAllProductTypeRequest
|
|
46
|
+
*/
|
|
47
|
+
relatedType?: GetAllProductTypeRequestRelatedTypeEnum;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
export declare const GetAllProductTypeRequestSortByEnum: {
|
|
53
|
+
readonly Id: "id";
|
|
54
|
+
readonly Name: "name";
|
|
55
|
+
readonly CreatedAt: "created_at";
|
|
56
|
+
readonly UpdatedAt: "updated_at";
|
|
57
|
+
};
|
|
58
|
+
export type GetAllProductTypeRequestSortByEnum = typeof GetAllProductTypeRequestSortByEnum[keyof typeof GetAllProductTypeRequestSortByEnum];
|
|
59
|
+
/**
|
|
60
|
+
* @export
|
|
61
|
+
*/
|
|
62
|
+
export declare const GetAllProductTypeRequestSortDirectionEnum: {
|
|
63
|
+
readonly Asc: "asc";
|
|
64
|
+
readonly Desc: "desc";
|
|
65
|
+
};
|
|
66
|
+
export type GetAllProductTypeRequestSortDirectionEnum = typeof GetAllProductTypeRequestSortDirectionEnum[keyof typeof GetAllProductTypeRequestSortDirectionEnum];
|
|
67
|
+
/**
|
|
68
|
+
* @export
|
|
69
|
+
*/
|
|
70
|
+
export declare const GetAllProductTypeRequestRelatedTypeEnum: {
|
|
71
|
+
readonly Attribute: "attribute";
|
|
72
|
+
readonly Product: "product";
|
|
73
|
+
};
|
|
74
|
+
export type GetAllProductTypeRequestRelatedTypeEnum = typeof GetAllProductTypeRequestRelatedTypeEnum[keyof typeof GetAllProductTypeRequestRelatedTypeEnum];
|
|
75
|
+
/**
|
|
76
|
+
* Check if a given object implements the GetAllProductTypeRequest interface.
|
|
77
|
+
*/
|
|
78
|
+
export declare function instanceOfGetAllProductTypeRequest(value: object): value is GetAllProductTypeRequest;
|
|
79
|
+
export declare function GetAllProductTypeRequestFromJSON(json: any): GetAllProductTypeRequest;
|
|
80
|
+
export declare function GetAllProductTypeRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAllProductTypeRequest;
|
|
81
|
+
export declare function GetAllProductTypeRequestToJSON(json: any): GetAllProductTypeRequest;
|
|
82
|
+
export declare function GetAllProductTypeRequestToJSONTyped(value?: GetAllProductTypeRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,81 @@
|
|
|
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.GetAllProductTypeRequestRelatedTypeEnum = exports.GetAllProductTypeRequestSortDirectionEnum = exports.GetAllProductTypeRequestSortByEnum = void 0;
|
|
17
|
+
exports.instanceOfGetAllProductTypeRequest = instanceOfGetAllProductTypeRequest;
|
|
18
|
+
exports.GetAllProductTypeRequestFromJSON = GetAllProductTypeRequestFromJSON;
|
|
19
|
+
exports.GetAllProductTypeRequestFromJSONTyped = GetAllProductTypeRequestFromJSONTyped;
|
|
20
|
+
exports.GetAllProductTypeRequestToJSON = GetAllProductTypeRequestToJSON;
|
|
21
|
+
exports.GetAllProductTypeRequestToJSONTyped = GetAllProductTypeRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.GetAllProductTypeRequestSortByEnum = {
|
|
26
|
+
Id: 'id',
|
|
27
|
+
Name: 'name',
|
|
28
|
+
CreatedAt: 'created_at',
|
|
29
|
+
UpdatedAt: 'updated_at'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
exports.GetAllProductTypeRequestSortDirectionEnum = {
|
|
35
|
+
Asc: 'asc',
|
|
36
|
+
Desc: 'desc'
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
exports.GetAllProductTypeRequestRelatedTypeEnum = {
|
|
42
|
+
Attribute: 'attribute',
|
|
43
|
+
Product: 'product'
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the GetAllProductTypeRequest interface.
|
|
47
|
+
*/
|
|
48
|
+
function instanceOfGetAllProductTypeRequest(value) {
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
function GetAllProductTypeRequestFromJSON(json) {
|
|
52
|
+
return GetAllProductTypeRequestFromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function GetAllProductTypeRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
55
|
+
if (json == null) {
|
|
56
|
+
return json;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'search': json['search'] == null ? undefined : json['search'],
|
|
60
|
+
'sortBy': json['sortBy'] == null ? undefined : json['sortBy'],
|
|
61
|
+
'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
|
|
62
|
+
'relatedId': json['related_id'] == null ? undefined : json['related_id'],
|
|
63
|
+
'relatedType': json['related_type'] == null ? undefined : json['related_type'],
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
function GetAllProductTypeRequestToJSON(json) {
|
|
67
|
+
return GetAllProductTypeRequestToJSONTyped(json, false);
|
|
68
|
+
}
|
|
69
|
+
function GetAllProductTypeRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
70
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
71
|
+
if (value == null) {
|
|
72
|
+
return value;
|
|
73
|
+
}
|
|
74
|
+
return {
|
|
75
|
+
'search': value['search'],
|
|
76
|
+
'sortBy': value['sortBy'],
|
|
77
|
+
'sortDirection': value['sortDirection'],
|
|
78
|
+
'related_id': value['relatedId'],
|
|
79
|
+
'related_type': value['relatedType'],
|
|
80
|
+
};
|
|
81
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
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 GetAllSupplierRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface GetAllSupplierRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetAllSupplierRequest
|
|
22
|
+
*/
|
|
23
|
+
search?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GetAllSupplierRequest
|
|
28
|
+
*/
|
|
29
|
+
sortBy?: GetAllSupplierRequestSortByEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof GetAllSupplierRequest
|
|
34
|
+
*/
|
|
35
|
+
sortDirection?: GetAllSupplierRequestSortDirectionEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof GetAllSupplierRequest
|
|
40
|
+
*/
|
|
41
|
+
relatedId?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof GetAllSupplierRequest
|
|
46
|
+
*/
|
|
47
|
+
relatedType?: GetAllSupplierRequestRelatedTypeEnum;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
export declare const GetAllSupplierRequestSortByEnum: {
|
|
53
|
+
readonly Id: "id";
|
|
54
|
+
readonly Name: "name";
|
|
55
|
+
readonly Slug: "slug";
|
|
56
|
+
readonly SupplierEta: "supplier_eta";
|
|
57
|
+
readonly CreatedAt: "created_at";
|
|
58
|
+
readonly UpdatedAt: "updated_at";
|
|
59
|
+
};
|
|
60
|
+
export type GetAllSupplierRequestSortByEnum = typeof GetAllSupplierRequestSortByEnum[keyof typeof GetAllSupplierRequestSortByEnum];
|
|
61
|
+
/**
|
|
62
|
+
* @export
|
|
63
|
+
*/
|
|
64
|
+
export declare const GetAllSupplierRequestSortDirectionEnum: {
|
|
65
|
+
readonly Asc: "asc";
|
|
66
|
+
readonly Desc: "desc";
|
|
67
|
+
};
|
|
68
|
+
export type GetAllSupplierRequestSortDirectionEnum = typeof GetAllSupplierRequestSortDirectionEnum[keyof typeof GetAllSupplierRequestSortDirectionEnum];
|
|
69
|
+
/**
|
|
70
|
+
* @export
|
|
71
|
+
*/
|
|
72
|
+
export declare const GetAllSupplierRequestRelatedTypeEnum: {
|
|
73
|
+
readonly Product: "product";
|
|
74
|
+
};
|
|
75
|
+
export type GetAllSupplierRequestRelatedTypeEnum = typeof GetAllSupplierRequestRelatedTypeEnum[keyof typeof GetAllSupplierRequestRelatedTypeEnum];
|
|
76
|
+
/**
|
|
77
|
+
* Check if a given object implements the GetAllSupplierRequest interface.
|
|
78
|
+
*/
|
|
79
|
+
export declare function instanceOfGetAllSupplierRequest(value: object): value is GetAllSupplierRequest;
|
|
80
|
+
export declare function GetAllSupplierRequestFromJSON(json: any): GetAllSupplierRequest;
|
|
81
|
+
export declare function GetAllSupplierRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAllSupplierRequest;
|
|
82
|
+
export declare function GetAllSupplierRequestToJSON(json: any): GetAllSupplierRequest;
|
|
83
|
+
export declare function GetAllSupplierRequestToJSONTyped(value?: GetAllSupplierRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,82 @@
|
|
|
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.GetAllSupplierRequestRelatedTypeEnum = exports.GetAllSupplierRequestSortDirectionEnum = exports.GetAllSupplierRequestSortByEnum = void 0;
|
|
17
|
+
exports.instanceOfGetAllSupplierRequest = instanceOfGetAllSupplierRequest;
|
|
18
|
+
exports.GetAllSupplierRequestFromJSON = GetAllSupplierRequestFromJSON;
|
|
19
|
+
exports.GetAllSupplierRequestFromJSONTyped = GetAllSupplierRequestFromJSONTyped;
|
|
20
|
+
exports.GetAllSupplierRequestToJSON = GetAllSupplierRequestToJSON;
|
|
21
|
+
exports.GetAllSupplierRequestToJSONTyped = GetAllSupplierRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.GetAllSupplierRequestSortByEnum = {
|
|
26
|
+
Id: 'id',
|
|
27
|
+
Name: 'name',
|
|
28
|
+
Slug: 'slug',
|
|
29
|
+
SupplierEta: 'supplier_eta',
|
|
30
|
+
CreatedAt: 'created_at',
|
|
31
|
+
UpdatedAt: 'updated_at'
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @export
|
|
35
|
+
*/
|
|
36
|
+
exports.GetAllSupplierRequestSortDirectionEnum = {
|
|
37
|
+
Asc: 'asc',
|
|
38
|
+
Desc: 'desc'
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
*/
|
|
43
|
+
exports.GetAllSupplierRequestRelatedTypeEnum = {
|
|
44
|
+
Product: 'product'
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the GetAllSupplierRequest interface.
|
|
48
|
+
*/
|
|
49
|
+
function instanceOfGetAllSupplierRequest(value) {
|
|
50
|
+
return true;
|
|
51
|
+
}
|
|
52
|
+
function GetAllSupplierRequestFromJSON(json) {
|
|
53
|
+
return GetAllSupplierRequestFromJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
function GetAllSupplierRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'search': json['search'] == null ? undefined : json['search'],
|
|
61
|
+
'sortBy': json['sortBy'] == null ? undefined : json['sortBy'],
|
|
62
|
+
'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
|
|
63
|
+
'relatedId': json['related_id'] == null ? undefined : json['related_id'],
|
|
64
|
+
'relatedType': json['related_type'] == null ? undefined : json['related_type'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
function GetAllSupplierRequestToJSON(json) {
|
|
68
|
+
return GetAllSupplierRequestToJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
function GetAllSupplierRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
71
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
72
|
+
if (value == null) {
|
|
73
|
+
return value;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
'search': value['search'],
|
|
77
|
+
'sortBy': value['sortBy'],
|
|
78
|
+
'sortDirection': value['sortDirection'],
|
|
79
|
+
'related_id': value['relatedId'],
|
|
80
|
+
'related_type': value['relatedType'],
|
|
81
|
+
};
|
|
82
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
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 IndexAttributeRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface IndexAttributeRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof IndexAttributeRequest
|
|
22
|
+
*/
|
|
23
|
+
search?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof IndexAttributeRequest
|
|
28
|
+
*/
|
|
29
|
+
sortBy?: IndexAttributeRequestSortByEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof IndexAttributeRequest
|
|
34
|
+
*/
|
|
35
|
+
sortDirection?: IndexAttributeRequestSortDirectionEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof IndexAttributeRequest
|
|
40
|
+
*/
|
|
41
|
+
perPage?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof IndexAttributeRequest
|
|
46
|
+
*/
|
|
47
|
+
page?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Array<string>}
|
|
51
|
+
* @memberof IndexAttributeRequest
|
|
52
|
+
*/
|
|
53
|
+
type?: Array<string>;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Array<string>}
|
|
57
|
+
* @memberof IndexAttributeRequest
|
|
58
|
+
*/
|
|
59
|
+
isFilterable?: Array<string>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof IndexAttributeRequest
|
|
64
|
+
*/
|
|
65
|
+
isExpandedByDefault?: Array<string>;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @export
|
|
69
|
+
*/
|
|
70
|
+
export declare const IndexAttributeRequestSortByEnum: {
|
|
71
|
+
readonly Id: "id";
|
|
72
|
+
readonly Name: "name";
|
|
73
|
+
readonly CreatedAt: "created_at";
|
|
74
|
+
readonly UpdatedAt: "updated_at";
|
|
75
|
+
};
|
|
76
|
+
export type IndexAttributeRequestSortByEnum = typeof IndexAttributeRequestSortByEnum[keyof typeof IndexAttributeRequestSortByEnum];
|
|
77
|
+
/**
|
|
78
|
+
* @export
|
|
79
|
+
*/
|
|
80
|
+
export declare const IndexAttributeRequestSortDirectionEnum: {
|
|
81
|
+
readonly Asc: "asc";
|
|
82
|
+
readonly Desc: "desc";
|
|
83
|
+
};
|
|
84
|
+
export type IndexAttributeRequestSortDirectionEnum = typeof IndexAttributeRequestSortDirectionEnum[keyof typeof IndexAttributeRequestSortDirectionEnum];
|
|
85
|
+
/**
|
|
86
|
+
* Check if a given object implements the IndexAttributeRequest interface.
|
|
87
|
+
*/
|
|
88
|
+
export declare function instanceOfIndexAttributeRequest(value: object): value is IndexAttributeRequest;
|
|
89
|
+
export declare function IndexAttributeRequestFromJSON(json: any): IndexAttributeRequest;
|
|
90
|
+
export declare function IndexAttributeRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): IndexAttributeRequest;
|
|
91
|
+
export declare function IndexAttributeRequestToJSON(json: any): IndexAttributeRequest;
|
|
92
|
+
export declare function IndexAttributeRequestToJSONTyped(value?: IndexAttributeRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,80 @@
|
|
|
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.IndexAttributeRequestSortDirectionEnum = exports.IndexAttributeRequestSortByEnum = void 0;
|
|
17
|
+
exports.instanceOfIndexAttributeRequest = instanceOfIndexAttributeRequest;
|
|
18
|
+
exports.IndexAttributeRequestFromJSON = IndexAttributeRequestFromJSON;
|
|
19
|
+
exports.IndexAttributeRequestFromJSONTyped = IndexAttributeRequestFromJSONTyped;
|
|
20
|
+
exports.IndexAttributeRequestToJSON = IndexAttributeRequestToJSON;
|
|
21
|
+
exports.IndexAttributeRequestToJSONTyped = IndexAttributeRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.IndexAttributeRequestSortByEnum = {
|
|
26
|
+
Id: 'id',
|
|
27
|
+
Name: 'name',
|
|
28
|
+
CreatedAt: 'created_at',
|
|
29
|
+
UpdatedAt: 'updated_at'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
exports.IndexAttributeRequestSortDirectionEnum = {
|
|
35
|
+
Asc: 'asc',
|
|
36
|
+
Desc: 'desc'
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the IndexAttributeRequest interface.
|
|
40
|
+
*/
|
|
41
|
+
function instanceOfIndexAttributeRequest(value) {
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
function IndexAttributeRequestFromJSON(json) {
|
|
45
|
+
return IndexAttributeRequestFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function IndexAttributeRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'search': json['search'] == null ? undefined : json['search'],
|
|
53
|
+
'sortBy': json['sortBy'] == null ? undefined : json['sortBy'],
|
|
54
|
+
'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
|
|
55
|
+
'perPage': json['per_page'] == null ? undefined : json['per_page'],
|
|
56
|
+
'page': json['page'] == null ? undefined : json['page'],
|
|
57
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
58
|
+
'isFilterable': json['is_filterable'] == null ? undefined : json['is_filterable'],
|
|
59
|
+
'isExpandedByDefault': json['is_expanded_by_default'] == null ? undefined : json['is_expanded_by_default'],
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
function IndexAttributeRequestToJSON(json) {
|
|
63
|
+
return IndexAttributeRequestToJSONTyped(json, false);
|
|
64
|
+
}
|
|
65
|
+
function IndexAttributeRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
66
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
67
|
+
if (value == null) {
|
|
68
|
+
return value;
|
|
69
|
+
}
|
|
70
|
+
return {
|
|
71
|
+
'search': value['search'],
|
|
72
|
+
'sortBy': value['sortBy'],
|
|
73
|
+
'sortDirection': value['sortDirection'],
|
|
74
|
+
'per_page': value['perPage'],
|
|
75
|
+
'page': value['page'],
|
|
76
|
+
'type': value['type'],
|
|
77
|
+
'is_filterable': value['isFilterable'],
|
|
78
|
+
'is_expanded_by_default': value['isExpandedByDefault'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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 IndexOverlayTemplateRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface IndexOverlayTemplateRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof IndexOverlayTemplateRequest
|
|
22
|
+
*/
|
|
23
|
+
search?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof IndexOverlayTemplateRequest
|
|
28
|
+
*/
|
|
29
|
+
sortBy?: IndexOverlayTemplateRequestSortByEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof IndexOverlayTemplateRequest
|
|
34
|
+
*/
|
|
35
|
+
sortDirection?: IndexOverlayTemplateRequestSortDirectionEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof IndexOverlayTemplateRequest
|
|
40
|
+
*/
|
|
41
|
+
perPage?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof IndexOverlayTemplateRequest
|
|
46
|
+
*/
|
|
47
|
+
page?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Array<string>}
|
|
51
|
+
* @memberof IndexOverlayTemplateRequest
|
|
52
|
+
*/
|
|
53
|
+
sitesId?: Array<string>;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
*/
|
|
58
|
+
export declare const IndexOverlayTemplateRequestSortByEnum: {
|
|
59
|
+
readonly Id: "id";
|
|
60
|
+
readonly Name: "name";
|
|
61
|
+
readonly CreatedAt: "created_at";
|
|
62
|
+
readonly UpdatedAt: "updated_at";
|
|
63
|
+
};
|
|
64
|
+
export type IndexOverlayTemplateRequestSortByEnum = typeof IndexOverlayTemplateRequestSortByEnum[keyof typeof IndexOverlayTemplateRequestSortByEnum];
|
|
65
|
+
/**
|
|
66
|
+
* @export
|
|
67
|
+
*/
|
|
68
|
+
export declare const IndexOverlayTemplateRequestSortDirectionEnum: {
|
|
69
|
+
readonly Asc: "asc";
|
|
70
|
+
readonly Desc: "desc";
|
|
71
|
+
};
|
|
72
|
+
export type IndexOverlayTemplateRequestSortDirectionEnum = typeof IndexOverlayTemplateRequestSortDirectionEnum[keyof typeof IndexOverlayTemplateRequestSortDirectionEnum];
|
|
73
|
+
/**
|
|
74
|
+
* Check if a given object implements the IndexOverlayTemplateRequest interface.
|
|
75
|
+
*/
|
|
76
|
+
export declare function instanceOfIndexOverlayTemplateRequest(value: object): value is IndexOverlayTemplateRequest;
|
|
77
|
+
export declare function IndexOverlayTemplateRequestFromJSON(json: any): IndexOverlayTemplateRequest;
|
|
78
|
+
export declare function IndexOverlayTemplateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): IndexOverlayTemplateRequest;
|
|
79
|
+
export declare function IndexOverlayTemplateRequestToJSON(json: any): IndexOverlayTemplateRequest;
|
|
80
|
+
export declare function IndexOverlayTemplateRequestToJSONTyped(value?: IndexOverlayTemplateRequest | null, ignoreDiscriminator?: boolean): any;
|