@digital8/lighting-illusions-ts-sdk 0.0.473 → 0.0.474
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 +72 -10
- package/README.md +56 -20
- package/dist/apis/AttributeApi.d.ts +33 -33
- package/dist/apis/AttributeApi.js +92 -92
- package/dist/apis/OverlayTemplateApi.d.ts +39 -39
- package/dist/apis/OverlayTemplateApi.js +110 -110
- package/dist/apis/ProductApi.d.ts +78 -17
- package/dist/apis/ProductApi.js +271 -24
- package/dist/apis/ProductTypeApi.d.ts +33 -33
- package/dist/apis/ProductTypeApi.js +89 -89
- package/dist/apis/SiteApi.d.ts +5 -5
- package/dist/apis/SiteApi.js +2 -2
- package/dist/apis/SupplierApi.d.ts +3 -3
- package/dist/apis/SupplierApi.js +1 -1
- package/dist/apis/TagApi.d.ts +27 -27
- package/dist/apis/TagApi.js +81 -81
- package/dist/models/AssetLiteResource.d.ts +6 -0
- package/dist/models/AssetLiteResource.js +4 -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/AttachProductTypeAttributeRequest.d.ts +48 -0
- package/dist/models/AttachProductTypeAttributeRequest.js +65 -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/DetachAssetableOverlayTemplateRequest.d.ts +51 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.js +64 -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/GetAllAttributeRequest.d.ts +15 -9
- package/dist/models/GetAllAttributeRequest.js +6 -4
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +12 -6
- package/dist/models/GetAllOverlayTemplateRequest.js +4 -2
- package/dist/models/GetAllProductChildRequest.d.ts +6 -0
- package/dist/models/GetAllProductChildRequest.js +2 -0
- package/dist/models/GetAllProductRequest.d.ts +36 -0
- package/dist/models/GetAllProductRequest.js +12 -0
- package/dist/models/GetAllProductTypeRequest.d.ts +6 -0
- package/dist/models/GetAllProductTypeRequest.js +2 -0
- package/dist/models/GetAllSupplierRequest.d.ts +6 -0
- package/dist/models/GetAllSupplierRequest.js +2 -0
- package/dist/models/IndexAttributeRequest.d.ts +25 -0
- package/dist/models/IndexAttributeRequest.js +13 -1
- package/dist/models/IndexExternalApiLogRequest.d.ts +21 -3
- package/dist/models/IndexExternalApiLogRequest.js +10 -4
- package/dist/models/IndexOverlayTemplateRequest.d.ts +25 -0
- package/dist/models/IndexOverlayTemplateRequest.js +13 -1
- package/dist/models/IndexProductChildRequest.d.ts +6 -0
- package/dist/models/IndexProductChildRequest.js +2 -0
- package/dist/models/IndexProductRequest.d.ts +130 -0
- package/dist/models/IndexProductRequest.js +97 -0
- package/dist/models/IndexProductTypeRequest.d.ts +25 -0
- package/dist/models/IndexProductTypeRequest.js +13 -1
- package/dist/models/IndexSiteNotificationRequest.d.ts +18 -0
- package/dist/models/IndexSiteNotificationRequest.js +6 -0
- package/dist/models/IndexSiteRequest.d.ts +18 -0
- package/dist/models/IndexSiteRequest.js +6 -0
- package/dist/models/IndexSupplierRequest.d.ts +25 -0
- package/dist/models/IndexSupplierRequest.js +13 -1
- package/dist/models/IndexTagRequest.d.ts +25 -0
- package/dist/models/IndexTagRequest.js +13 -1
- 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/PaginatedAttributeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedAttributeListResourceResponse.js +57 -0
- package/dist/models/PaginatedExternalApiLogListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedExternalApiLogListResourceResponse.js +57 -0
- package/dist/models/PaginatedOverlayTemplateListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedOverlayTemplateListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductTypeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductTypeListResourceResponse.js +57 -0
- package/dist/models/PaginatedSiteListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSiteListResourceResponse.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/ProductChildListResource.d.ts +63 -0
- package/dist/models/ProductChildListResource.js +72 -0
- package/dist/models/ProductChildListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildListResourceArrayResponse.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/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/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/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/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/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/index.d.ts +36 -5
- package/dist/models/index.js +36 -5
- package/docs/AssetLiteResource.md +2 -0
- package/docs/{LinkProductChildrenTagRequest.md → AttachAccessoriesProductChildRequest.md} +4 -4
- package/docs/{LinkAssetsOverlayTemplateRequest.md → AttachAssetsOverlayTemplateRequest.md} +4 -4
- package/docs/{LinkAttributeProductTypeRequest.md → AttachAttributeProductTypeRequest.md} +4 -4
- package/docs/{LinkProductTypeAttributeRequest.md → AttachProductTypeAttributeRequest.md} +4 -4
- package/docs/AttributeApi.md +117 -117
- package/docs/AttributeListResource.md +42 -0
- package/docs/AttributeListResourceArrayResponse.md +34 -0
- package/docs/{UnlinkAssetableOverlayTemplateRequest.md → DetachAssetableOverlayTemplateRequest.md} +6 -4
- package/docs/ExternalApiLogListResource.md +42 -0
- package/docs/ExternalApiLogListResourceArrayResponse.md +34 -0
- package/docs/GetAllAttributeRequest.md +6 -4
- package/docs/GetAllOverlayTemplateRequest.md +4 -2
- package/docs/GetAllProductChildRequest.md +2 -0
- package/docs/GetAllProductRequest.md +12 -0
- package/docs/GetAllProductTypeRequest.md +2 -0
- package/docs/GetAllSupplierRequest.md +2 -0
- package/docs/IndexAttributeRequest.md +6 -0
- package/docs/IndexExternalApiLogRequest.md +10 -4
- package/docs/IndexOverlayTemplateRequest.md +6 -0
- package/docs/IndexProductChildRequest.md +2 -0
- package/docs/IndexProductRequest.md +58 -0
- package/docs/IndexProductTypeRequest.md +6 -0
- package/docs/IndexSiteNotificationRequest.md +6 -0
- package/docs/IndexSiteRequest.md +6 -0
- package/docs/IndexSupplierRequest.md +6 -0
- package/docs/IndexTagRequest.md +6 -0
- package/docs/OverlayTemplateApi.md +115 -115
- package/docs/OverlayTemplateListResource.md +38 -0
- package/docs/OverlayTemplateListResourceArrayResponse.md +34 -0
- package/docs/PaginatedAttributeListResourceResponse.md +36 -0
- package/docs/PaginatedExternalApiLogListResourceResponse.md +36 -0
- package/docs/PaginatedOverlayTemplateListResourceResponse.md +36 -0
- package/docs/PaginatedProductChildListResourceResponse.md +36 -0
- package/docs/PaginatedProductListResourceResponse.md +36 -0
- package/docs/PaginatedProductTypeListResourceResponse.md +36 -0
- package/docs/PaginatedSiteListResourceResponse.md +36 -0
- package/docs/PaginatedSiteNotificationListResourceResponse.md +36 -0
- package/docs/PaginatedSupplierListResourceResponse.md +36 -0
- package/docs/PaginatedTagListResourceResponse.md +36 -0
- package/docs/ProductApi.md +377 -29
- package/docs/ProductChildListResource.md +44 -0
- package/docs/ProductChildListResourceArrayResponse.md +34 -0
- package/docs/ProductListResource.md +36 -0
- package/docs/ProductListResourceArrayResponse.md +34 -0
- package/docs/ProductTypeApi.md +94 -94
- package/docs/ProductTypeListResource.md +38 -0
- package/docs/ProductTypeListResourceArrayResponse.md +34 -0
- package/docs/SiteApi.md +6 -6
- package/docs/SiteListResource.md +40 -0
- package/docs/SiteListResourceArrayResponse.md +34 -0
- package/docs/SiteNotificationListResource.md +52 -0
- package/docs/SiteNotificationListResourceArrayResponse.md +34 -0
- package/docs/SupplierApi.md +3 -3
- package/docs/SupplierListResource.md +42 -0
- package/docs/SupplierListResourceArrayResponse.md +34 -0
- package/docs/TagApi.md +84 -84
- package/docs/TagListResource.md +42 -0
- package/docs/TagListResourceArrayResponse.md +34 -0
- package/package.json +1 -1
- package/src/apis/AttributeApi.ts +108 -108
- package/src/apis/OverlayTemplateApi.ts +141 -141
- package/src/apis/ProductApi.ts +282 -32
- package/src/apis/ProductTypeApi.ts +104 -104
- package/src/apis/SiteApi.ts +12 -12
- package/src/apis/SupplierApi.ts +6 -6
- package/src/apis/TagApi.ts +94 -94
- package/src/models/AssetLiteResource.ts +9 -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/AttachProductTypeAttributeRequest.ts +88 -0
- package/src/models/AttributeListResource.ts +102 -0
- package/src/models/AttributeListResourceArrayResponse.ts +73 -0
- package/src/models/DetachAssetableOverlayTemplateRequest.ts +93 -0
- package/src/models/ExternalApiLogListResource.ts +100 -0
- package/src/models/ExternalApiLogListResourceArrayResponse.ts +73 -0
- package/src/models/GetAllAttributeRequest.ts +21 -13
- package/src/models/GetAllOverlayTemplateRequest.ts +16 -8
- package/src/models/GetAllProductChildRequest.ts +8 -0
- package/src/models/GetAllProductRequest.ts +48 -0
- package/src/models/GetAllProductTypeRequest.ts +8 -0
- package/src/models/GetAllSupplierRequest.ts +8 -0
- package/src/models/IndexAttributeRequest.ts +32 -0
- package/src/models/IndexExternalApiLogRequest.ts +31 -7
- package/src/models/IndexOverlayTemplateRequest.ts +32 -0
- package/src/models/IndexProductChildRequest.ts +8 -0
- package/src/models/IndexProductRequest.ts +192 -0
- package/src/models/IndexProductTypeRequest.ts +32 -0
- package/src/models/IndexSiteNotificationRequest.ts +24 -0
- package/src/models/IndexSiteRequest.ts +24 -0
- package/src/models/IndexSupplierRequest.ts +32 -0
- package/src/models/IndexTagRequest.ts +32 -0
- package/src/models/OverlayTemplateListResource.ts +92 -0
- package/src/models/OverlayTemplateListResourceArrayResponse.ts +73 -0
- package/src/models/PaginatedAttributeListResourceResponse.ts +90 -0
- package/src/models/PaginatedExternalApiLogListResourceResponse.ts +90 -0
- package/src/models/PaginatedOverlayTemplateListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductTypeListResourceResponse.ts +90 -0
- package/src/models/PaginatedSiteListResourceResponse.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/ProductChildListResource.ts +119 -0
- package/src/models/ProductChildListResourceArrayResponse.ts +73 -0
- package/src/models/ProductListResource.ts +75 -0
- package/src/models/ProductListResourceArrayResponse.ts +73 -0
- package/src/models/ProductTypeListResource.ts +84 -0
- package/src/models/ProductTypeListResourceArrayResponse.ts +73 -0
- package/src/models/SiteListResource.ts +93 -0
- package/src/models/SiteListResourceArrayResponse.ts +73 -0
- package/src/models/SiteNotificationListResource.ts +153 -0
- package/src/models/SiteNotificationListResourceArrayResponse.ts +73 -0
- package/src/models/SupplierListResource.ts +110 -0
- package/src/models/SupplierListResourceArrayResponse.ts +73 -0
- package/src/models/TagListResource.ts +110 -0
- package/src/models/TagListResourceArrayResponse.ts +73 -0
- package/src/models/index.ts +36 -5
- package/dist/models/LinkAssetsOverlayTemplateRequest.d.ts +0 -32
- package/dist/models/LinkAssetsOverlayTemplateRequest.js +0 -51
- package/dist/models/LinkAttributeProductTypeRequest.d.ts +0 -48
- package/dist/models/LinkAttributeProductTypeRequest.js +0 -65
- package/dist/models/LinkProductChildrenTagRequest.d.ts +0 -32
- package/dist/models/LinkProductChildrenTagRequest.js +0 -51
- package/dist/models/LinkProductTypeAttributeRequest.d.ts +0 -48
- package/dist/models/LinkProductTypeAttributeRequest.js +0 -65
- package/dist/models/UnlinkAssetableOverlayTemplateRequest.d.ts +0 -45
- package/dist/models/UnlinkAssetableOverlayTemplateRequest.js +0 -62
- package/src/models/LinkAssetsOverlayTemplateRequest.ts +0 -66
- package/src/models/LinkAttributeProductTypeRequest.ts +0 -88
- package/src/models/LinkProductChildrenTagRequest.ts +0 -66
- package/src/models/LinkProductTypeAttributeRequest.ts +0 -88
- package/src/models/UnlinkAssetableOverlayTemplateRequest.ts +0 -85
package/dist/models/index.js
CHANGED
|
@@ -22,11 +22,17 @@ __exportStar(require("./AssetLiteResource"), exports);
|
|
|
22
22
|
__exportStar(require("./AssetLiteResourceArrayResponse"), exports);
|
|
23
23
|
__exportStar(require("./AssetResource"), exports);
|
|
24
24
|
__exportStar(require("./AssetResourceArrayResponse"), exports);
|
|
25
|
+
__exportStar(require("./AttachAccessoriesProductChildRequest"), exports);
|
|
26
|
+
__exportStar(require("./AttachAssetsOverlayTemplateRequest"), exports);
|
|
27
|
+
__exportStar(require("./AttachAttributeProductTypeRequest"), exports);
|
|
25
28
|
__exportStar(require("./AttachDocumentablesDocumentRequest"), exports);
|
|
26
29
|
__exportStar(require("./AttachDocumentablesDocumentRequestDocumentablesInner"), exports);
|
|
27
30
|
__exportStar(require("./AttachDocumentsProductChildSiteDetailRequest"), exports);
|
|
28
31
|
__exportStar(require("./AttachDocumentsProductChildSiteDetailRequestDocumentsInner"), exports);
|
|
32
|
+
__exportStar(require("./AttachProductTypeAttributeRequest"), exports);
|
|
29
33
|
__exportStar(require("./AttributeFieldType"), exports);
|
|
34
|
+
__exportStar(require("./AttributeListResource"), exports);
|
|
35
|
+
__exportStar(require("./AttributeListResourceArrayResponse"), exports);
|
|
30
36
|
__exportStar(require("./AttributeLiteResource"), exports);
|
|
31
37
|
__exportStar(require("./AttributeLiteResourceArrayResponse"), exports);
|
|
32
38
|
__exportStar(require("./AttributeProductTypeRelationResource"), exports);
|
|
@@ -38,6 +44,7 @@ __exportStar(require("./AttributeValueResource"), exports);
|
|
|
38
44
|
__exportStar(require("./AttributeValueResourceArrayResponse"), exports);
|
|
39
45
|
__exportStar(require("./CouponDiscountType"), exports);
|
|
40
46
|
__exportStar(require("./DestroyAttributeValueRequest"), exports);
|
|
47
|
+
__exportStar(require("./DetachAssetableOverlayTemplateRequest"), exports);
|
|
41
48
|
__exportStar(require("./DetachDocumentablesDocumentRequest"), exports);
|
|
42
49
|
__exportStar(require("./DetachDocumentablesDocumentRequestDocumentablesInner"), exports);
|
|
43
50
|
__exportStar(require("./DetachDocumentsProductChildSiteDetailRequest"), exports);
|
|
@@ -47,6 +54,8 @@ __exportStar(require("./DocumentLiteResource"), exports);
|
|
|
47
54
|
__exportStar(require("./DocumentLiteResourceArrayResponse"), exports);
|
|
48
55
|
__exportStar(require("./DocumentResource"), exports);
|
|
49
56
|
__exportStar(require("./DocumentResourceArrayResponse"), exports);
|
|
57
|
+
__exportStar(require("./ExternalApiLogListResource"), exports);
|
|
58
|
+
__exportStar(require("./ExternalApiLogListResourceArrayResponse"), exports);
|
|
50
59
|
__exportStar(require("./ExternalApiLogResource"), exports);
|
|
51
60
|
__exportStar(require("./ExternalApiLogResourceArrayResponse"), exports);
|
|
52
61
|
__exportStar(require("./ExternalApiProvider"), exports);
|
|
@@ -64,48 +73,59 @@ __exportStar(require("./IndexDocumentRequest"), exports);
|
|
|
64
73
|
__exportStar(require("./IndexExternalApiLogRequest"), exports);
|
|
65
74
|
__exportStar(require("./IndexOverlayTemplateRequest"), exports);
|
|
66
75
|
__exportStar(require("./IndexProductChildRequest"), exports);
|
|
76
|
+
__exportStar(require("./IndexProductRequest"), exports);
|
|
67
77
|
__exportStar(require("./IndexProductTypeRequest"), exports);
|
|
68
78
|
__exportStar(require("./IndexSiteNotificationRequest"), exports);
|
|
69
79
|
__exportStar(require("./IndexSiteRequest"), exports);
|
|
70
80
|
__exportStar(require("./IndexSupplierRequest"), exports);
|
|
71
81
|
__exportStar(require("./IndexTagRequest"), exports);
|
|
72
|
-
__exportStar(require("./LinkAssetsOverlayTemplateRequest"), exports);
|
|
73
|
-
__exportStar(require("./LinkAttributeProductTypeRequest"), exports);
|
|
74
|
-
__exportStar(require("./LinkProductChildrenTagRequest"), exports);
|
|
75
|
-
__exportStar(require("./LinkProductTypeAttributeRequest"), exports);
|
|
76
82
|
__exportStar(require("./ModelAttributeResource"), exports);
|
|
77
83
|
__exportStar(require("./ModelAttributeResourceArrayResponse"), exports);
|
|
78
84
|
__exportStar(require("./OverlayTemplateAssetPosition"), exports);
|
|
79
85
|
__exportStar(require("./OverlayTemplateAssetResource"), exports);
|
|
80
86
|
__exportStar(require("./OverlayTemplateAssetResourceArrayResponse"), exports);
|
|
87
|
+
__exportStar(require("./OverlayTemplateListResource"), exports);
|
|
88
|
+
__exportStar(require("./OverlayTemplateListResourceArrayResponse"), exports);
|
|
81
89
|
__exportStar(require("./OverlayTemplateLiteResource"), exports);
|
|
82
90
|
__exportStar(require("./OverlayTemplateLiteResourceArrayResponse"), exports);
|
|
83
91
|
__exportStar(require("./OverlayTemplateResource"), exports);
|
|
84
92
|
__exportStar(require("./OverlayTemplateResourceArrayResponse"), exports);
|
|
93
|
+
__exportStar(require("./PaginatedAttributeListResourceResponse"), exports);
|
|
85
94
|
__exportStar(require("./PaginatedAttributeLiteResourceResponse"), exports);
|
|
86
95
|
__exportStar(require("./PaginatedAttributeProductTypeRelationResourceResponse"), exports);
|
|
87
96
|
__exportStar(require("./PaginatedAttributeResourceResponse"), exports);
|
|
88
97
|
__exportStar(require("./PaginatedDocumentResourceResponse"), exports);
|
|
98
|
+
__exportStar(require("./PaginatedExternalApiLogListResourceResponse"), exports);
|
|
89
99
|
__exportStar(require("./PaginatedExternalApiLogResourceResponse"), exports);
|
|
100
|
+
__exportStar(require("./PaginatedOverlayTemplateListResourceResponse"), exports);
|
|
90
101
|
__exportStar(require("./PaginatedOverlayTemplateLiteResourceResponse"), exports);
|
|
91
102
|
__exportStar(require("./PaginatedOverlayTemplateResourceResponse"), exports);
|
|
103
|
+
__exportStar(require("./PaginatedProductChildListResourceResponse"), exports);
|
|
92
104
|
__exportStar(require("./PaginatedProductChildLiteResourceResponse"), exports);
|
|
93
105
|
__exportStar(require("./PaginatedProductChildOverlayRelationResourceResponse"), exports);
|
|
94
106
|
__exportStar(require("./PaginatedProductChildRelationResourceResponse"), exports);
|
|
95
107
|
__exportStar(require("./PaginatedProductChildResourceResponse"), exports);
|
|
108
|
+
__exportStar(require("./PaginatedProductListResourceResponse"), exports);
|
|
96
109
|
__exportStar(require("./PaginatedProductLiteResourceResponse"), exports);
|
|
97
110
|
__exportStar(require("./PaginatedProductResourceResponse"), exports);
|
|
111
|
+
__exportStar(require("./PaginatedProductTypeListResourceResponse"), exports);
|
|
98
112
|
__exportStar(require("./PaginatedProductTypeLiteResourceResponse"), exports);
|
|
99
113
|
__exportStar(require("./PaginatedProductTypeResourceResponse"), exports);
|
|
114
|
+
__exportStar(require("./PaginatedSiteListResourceResponse"), exports);
|
|
100
115
|
__exportStar(require("./PaginatedSiteLiteResourceResponse"), exports);
|
|
116
|
+
__exportStar(require("./PaginatedSiteNotificationListResourceResponse"), exports);
|
|
101
117
|
__exportStar(require("./PaginatedSiteNotificationResourceResponse"), exports);
|
|
102
118
|
__exportStar(require("./PaginatedSiteResourceResponse"), exports);
|
|
103
119
|
__exportStar(require("./PaginatedSupplierFrontendResourceResponse"), exports);
|
|
120
|
+
__exportStar(require("./PaginatedSupplierListResourceResponse"), exports);
|
|
104
121
|
__exportStar(require("./PaginatedSupplierLiteResourceResponse"), exports);
|
|
105
122
|
__exportStar(require("./PaginatedSupplierResourceResponse"), exports);
|
|
123
|
+
__exportStar(require("./PaginatedTagListResourceResponse"), exports);
|
|
106
124
|
__exportStar(require("./PaginatedTagLiteResourceResponse"), exports);
|
|
107
125
|
__exportStar(require("./PaginatedTagResourceResponse"), exports);
|
|
108
126
|
__exportStar(require("./PagingMetadata"), exports);
|
|
127
|
+
__exportStar(require("./ProductChildListResource"), exports);
|
|
128
|
+
__exportStar(require("./ProductChildListResourceArrayResponse"), exports);
|
|
109
129
|
__exportStar(require("./ProductChildLiteResource"), exports);
|
|
110
130
|
__exportStar(require("./ProductChildLiteResourceArrayResponse"), exports);
|
|
111
131
|
__exportStar(require("./ProductChildOverlayRelationResource"), exports);
|
|
@@ -116,10 +136,14 @@ __exportStar(require("./ProductChildResource"), exports);
|
|
|
116
136
|
__exportStar(require("./ProductChildResourceArrayResponse"), exports);
|
|
117
137
|
__exportStar(require("./ProductChildSiteDetailResource"), exports);
|
|
118
138
|
__exportStar(require("./ProductChildSiteDetailResourceArrayResponse"), exports);
|
|
139
|
+
__exportStar(require("./ProductListResource"), exports);
|
|
140
|
+
__exportStar(require("./ProductListResourceArrayResponse"), exports);
|
|
119
141
|
__exportStar(require("./ProductLiteResource"), exports);
|
|
120
142
|
__exportStar(require("./ProductLiteResourceArrayResponse"), exports);
|
|
121
143
|
__exportStar(require("./ProductResource"), exports);
|
|
122
144
|
__exportStar(require("./ProductResourceArrayResponse"), exports);
|
|
145
|
+
__exportStar(require("./ProductTypeListResource"), exports);
|
|
146
|
+
__exportStar(require("./ProductTypeListResourceArrayResponse"), exports);
|
|
123
147
|
__exportStar(require("./ProductTypeLiteResource"), exports);
|
|
124
148
|
__exportStar(require("./ProductTypeLiteResourceArrayResponse"), exports);
|
|
125
149
|
__exportStar(require("./ProductTypeResource"), exports);
|
|
@@ -128,8 +152,12 @@ __exportStar(require("./SEOResource"), exports);
|
|
|
128
152
|
__exportStar(require("./SEOResourceArrayResponse"), exports);
|
|
129
153
|
__exportStar(require("./SiteConfigResource"), exports);
|
|
130
154
|
__exportStar(require("./SiteConfigResourceArrayResponse"), exports);
|
|
155
|
+
__exportStar(require("./SiteListResource"), exports);
|
|
156
|
+
__exportStar(require("./SiteListResourceArrayResponse"), exports);
|
|
131
157
|
__exportStar(require("./SiteLiteResource"), exports);
|
|
132
158
|
__exportStar(require("./SiteLiteResourceArrayResponse"), exports);
|
|
159
|
+
__exportStar(require("./SiteNotificationListResource"), exports);
|
|
160
|
+
__exportStar(require("./SiteNotificationListResourceArrayResponse"), exports);
|
|
133
161
|
__exportStar(require("./SiteNotificationResource"), exports);
|
|
134
162
|
__exportStar(require("./SiteNotificationResourceArrayResponse"), exports);
|
|
135
163
|
__exportStar(require("./SitePaymentConfigResource"), exports);
|
|
@@ -156,16 +184,19 @@ __exportStar(require("./StoreSupplierRequestSeoInner"), exports);
|
|
|
156
184
|
__exportStar(require("./StoreTagRequest"), exports);
|
|
157
185
|
__exportStar(require("./SupplierFrontendResource"), exports);
|
|
158
186
|
__exportStar(require("./SupplierFrontendResourceArrayResponse"), exports);
|
|
187
|
+
__exportStar(require("./SupplierListResource"), exports);
|
|
188
|
+
__exportStar(require("./SupplierListResourceArrayResponse"), exports);
|
|
159
189
|
__exportStar(require("./SupplierLiteResource"), exports);
|
|
160
190
|
__exportStar(require("./SupplierLiteResourceArrayResponse"), exports);
|
|
161
191
|
__exportStar(require("./SupplierResource"), exports);
|
|
162
192
|
__exportStar(require("./SupplierResourceArrayResponse"), exports);
|
|
193
|
+
__exportStar(require("./TagListResource"), exports);
|
|
194
|
+
__exportStar(require("./TagListResourceArrayResponse"), exports);
|
|
163
195
|
__exportStar(require("./TagLiteResource"), exports);
|
|
164
196
|
__exportStar(require("./TagLiteResourceArrayResponse"), exports);
|
|
165
197
|
__exportStar(require("./TagResource"), exports);
|
|
166
198
|
__exportStar(require("./TagResourceArrayResponse"), exports);
|
|
167
199
|
__exportStar(require("./TagType"), exports);
|
|
168
|
-
__exportStar(require("./UnlinkAssetableOverlayTemplateRequest"), exports);
|
|
169
200
|
__exportStar(require("./UpdateAttributeRequest"), exports);
|
|
170
201
|
__exportStar(require("./UpdateAttributeValueRequest"), exports);
|
|
171
202
|
__exportStar(require("./UpdateFilterOrderAttributeRequest"), exports);
|
|
@@ -9,6 +9,7 @@ Name | Type
|
|
|
9
9
|
`id` | number
|
|
10
10
|
`filePath` | string
|
|
11
11
|
`fileName` | string
|
|
12
|
+
`altText` | string
|
|
12
13
|
|
|
13
14
|
## Example
|
|
14
15
|
|
|
@@ -20,6 +21,7 @@ const example = {
|
|
|
20
21
|
"id": null,
|
|
21
22
|
"filePath": null,
|
|
22
23
|
"fileName": null,
|
|
24
|
+
"altText": null,
|
|
23
25
|
} satisfies AssetLiteResource
|
|
24
26
|
|
|
25
27
|
console.log(example)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
#
|
|
2
|
+
# AttachAccessoriesProductChildRequest
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
## Properties
|
|
@@ -11,12 +11,12 @@ Name | Type
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import type {
|
|
14
|
+
import type { AttachAccessoriesProductChildRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
15
|
|
|
16
16
|
// TODO: Update the object below with actual values
|
|
17
17
|
const example = {
|
|
18
18
|
"productChildIds": null,
|
|
19
|
-
} satisfies
|
|
19
|
+
} satisfies AttachAccessoriesProductChildRequest
|
|
20
20
|
|
|
21
21
|
console.log(example)
|
|
22
22
|
|
|
@@ -25,7 +25,7 @@ const exampleJSON: string = JSON.stringify(example)
|
|
|
25
25
|
console.log(exampleJSON)
|
|
26
26
|
|
|
27
27
|
// Parse the JSON string back to an object
|
|
28
|
-
const exampleParsed = JSON.parse(exampleJSON) as
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttachAccessoriesProductChildRequest
|
|
29
29
|
console.log(exampleParsed)
|
|
30
30
|
```
|
|
31
31
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
#
|
|
2
|
+
# AttachAssetsOverlayTemplateRequest
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
## Properties
|
|
@@ -11,12 +11,12 @@ Name | Type
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import type {
|
|
14
|
+
import type { AttachAssetsOverlayTemplateRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
15
|
|
|
16
16
|
// TODO: Update the object below with actual values
|
|
17
17
|
const example = {
|
|
18
18
|
"assetIds": null,
|
|
19
|
-
} satisfies
|
|
19
|
+
} satisfies AttachAssetsOverlayTemplateRequest
|
|
20
20
|
|
|
21
21
|
console.log(example)
|
|
22
22
|
|
|
@@ -25,7 +25,7 @@ const exampleJSON: string = JSON.stringify(example)
|
|
|
25
25
|
console.log(exampleJSON)
|
|
26
26
|
|
|
27
27
|
// Parse the JSON string back to an object
|
|
28
|
-
const exampleParsed = JSON.parse(exampleJSON) as
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttachAssetsOverlayTemplateRequest
|
|
29
29
|
console.log(exampleParsed)
|
|
30
30
|
```
|
|
31
31
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
#
|
|
2
|
+
# AttachAttributeProductTypeRequest
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
## Properties
|
|
@@ -12,13 +12,13 @@ Name | Type
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
14
14
|
```typescript
|
|
15
|
-
import type {
|
|
15
|
+
import type { AttachAttributeProductTypeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
16
|
|
|
17
17
|
// TODO: Update the object below with actual values
|
|
18
18
|
const example = {
|
|
19
19
|
"attributeId": null,
|
|
20
20
|
"fieldType": null,
|
|
21
|
-
} satisfies
|
|
21
|
+
} satisfies AttachAttributeProductTypeRequest
|
|
22
22
|
|
|
23
23
|
console.log(example)
|
|
24
24
|
|
|
@@ -27,7 +27,7 @@ const exampleJSON: string = JSON.stringify(example)
|
|
|
27
27
|
console.log(exampleJSON)
|
|
28
28
|
|
|
29
29
|
// Parse the JSON string back to an object
|
|
30
|
-
const exampleParsed = JSON.parse(exampleJSON) as
|
|
30
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttachAttributeProductTypeRequest
|
|
31
31
|
console.log(exampleParsed)
|
|
32
32
|
```
|
|
33
33
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
#
|
|
2
|
+
# AttachProductTypeAttributeRequest
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
## Properties
|
|
@@ -12,13 +12,13 @@ Name | Type
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
14
14
|
```typescript
|
|
15
|
-
import type {
|
|
15
|
+
import type { AttachProductTypeAttributeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
16
|
|
|
17
17
|
// TODO: Update the object below with actual values
|
|
18
18
|
const example = {
|
|
19
19
|
"productTypeId": null,
|
|
20
20
|
"fieldType": null,
|
|
21
|
-
} satisfies
|
|
21
|
+
} satisfies AttachProductTypeAttributeRequest
|
|
22
22
|
|
|
23
23
|
console.log(example)
|
|
24
24
|
|
|
@@ -27,7 +27,7 @@ const exampleJSON: string = JSON.stringify(example)
|
|
|
27
27
|
console.log(exampleJSON)
|
|
28
28
|
|
|
29
29
|
// Parse the JSON string back to an object
|
|
30
|
-
const exampleParsed = JSON.parse(exampleJSON) as
|
|
30
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttachProductTypeAttributeRequest
|
|
31
31
|
console.log(exampleParsed)
|
|
32
32
|
```
|
|
33
33
|
|