@digital8/lighting-illusions-ts-sdk 0.0.463 → 0.0.464
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 +62 -0
- package/README.md +34 -4
- package/dist/apis/AttributeApi.d.ts +3 -3
- package/dist/apis/AttributeApi.js +1 -1
- package/dist/apis/OverlayTemplateApi.d.ts +3 -3
- package/dist/apis/OverlayTemplateApi.js +1 -1
- package/dist/apis/ProductApi.d.ts +12 -23
- package/dist/apis/ProductApi.js +15 -60
- package/dist/apis/ProductTypeApi.d.ts +3 -3
- package/dist/apis/ProductTypeApi.js +1 -1
- 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 +3 -3
- package/dist/apis/TagApi.js +1 -1
- 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/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 +38 -0
- package/dist/models/OverlayTemplateListResource.js +55 -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 +51 -0
- package/dist/models/ProductChildListResource.js +64 -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 +38 -0
- package/dist/models/ProductTypeListResource.js +55 -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 +50 -0
- package/dist/models/SiteNotificationListResource.js +59 -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/UnlinkAssetableOverlayTemplateRequest.d.ts +6 -0
- package/dist/models/UnlinkAssetableOverlayTemplateRequest.js +2 -0
- package/dist/models/index.d.ts +31 -0
- package/dist/models/index.js +31 -0
- package/docs/AttributeApi.md +3 -3
- package/docs/AttributeListResource.md +42 -0
- package/docs/AttributeListResourceArrayResponse.md +34 -0
- 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 +3 -3
- package/docs/OverlayTemplateListResource.md +36 -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 +20 -86
- package/docs/ProductChildListResource.md +40 -0
- package/docs/ProductChildListResourceArrayResponse.md +34 -0
- package/docs/ProductListResource.md +36 -0
- package/docs/ProductListResourceArrayResponse.md +34 -0
- package/docs/ProductTypeApi.md +3 -3
- package/docs/ProductTypeListResource.md +36 -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 +40 -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 +3 -3
- package/docs/TagListResource.md +42 -0
- package/docs/TagListResourceArrayResponse.md +34 -0
- package/docs/UnlinkAssetableOverlayTemplateRequest.md +2 -0
- package/package.json +1 -1
- package/src/apis/AttributeApi.ts +6 -6
- package/src/apis/OverlayTemplateApi.ts +6 -6
- package/src/apis/ProductApi.ts +27 -60
- package/src/apis/ProductTypeApi.ts +6 -6
- package/src/apis/SiteApi.ts +12 -12
- package/src/apis/SupplierApi.ts +6 -6
- package/src/apis/TagApi.ts +6 -6
- package/src/models/AttributeListResource.ts +102 -0
- package/src/models/AttributeListResourceArrayResponse.ts +73 -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 +75 -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 +101 -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 +75 -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 +91 -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/UnlinkAssetableOverlayTemplateRequest.ts +8 -0
- package/src/models/index.ts +31 -0
package/dist/models/index.js
CHANGED
|
@@ -23,6 +23,8 @@ __exportStar(require("./AssetLiteResourceArrayResponse"), exports);
|
|
|
23
23
|
__exportStar(require("./AssetResource"), exports);
|
|
24
24
|
__exportStar(require("./AssetResourceArrayResponse"), exports);
|
|
25
25
|
__exportStar(require("./AttributeFieldType"), exports);
|
|
26
|
+
__exportStar(require("./AttributeListResource"), exports);
|
|
27
|
+
__exportStar(require("./AttributeListResourceArrayResponse"), exports);
|
|
26
28
|
__exportStar(require("./AttributeLiteResource"), exports);
|
|
27
29
|
__exportStar(require("./AttributeLiteResourceArrayResponse"), exports);
|
|
28
30
|
__exportStar(require("./AttributeProductTypeRelationResource"), exports);
|
|
@@ -34,6 +36,8 @@ __exportStar(require("./AttributeValueResource"), exports);
|
|
|
34
36
|
__exportStar(require("./AttributeValueResourceArrayResponse"), exports);
|
|
35
37
|
__exportStar(require("./CouponDiscountType"), exports);
|
|
36
38
|
__exportStar(require("./DestroyAttributeValueRequest"), exports);
|
|
39
|
+
__exportStar(require("./ExternalApiLogListResource"), exports);
|
|
40
|
+
__exportStar(require("./ExternalApiLogListResourceArrayResponse"), exports);
|
|
37
41
|
__exportStar(require("./ExternalApiLogResource"), exports);
|
|
38
42
|
__exportStar(require("./ExternalApiLogResourceArrayResponse"), exports);
|
|
39
43
|
__exportStar(require("./ExternalApiProvider"), exports);
|
|
@@ -49,6 +53,7 @@ __exportStar(require("./IndexAttributeRequest"), exports);
|
|
|
49
53
|
__exportStar(require("./IndexExternalApiLogRequest"), exports);
|
|
50
54
|
__exportStar(require("./IndexOverlayTemplateRequest"), exports);
|
|
51
55
|
__exportStar(require("./IndexProductChildRequest"), exports);
|
|
56
|
+
__exportStar(require("./IndexProductRequest"), exports);
|
|
52
57
|
__exportStar(require("./IndexProductTypeRequest"), exports);
|
|
53
58
|
__exportStar(require("./IndexSiteNotificationRequest"), exports);
|
|
54
59
|
__exportStar(require("./IndexSiteRequest"), exports);
|
|
@@ -63,33 +68,47 @@ __exportStar(require("./ModelAttributeResourceArrayResponse"), exports);
|
|
|
63
68
|
__exportStar(require("./OverlayTemplateAssetPosition"), exports);
|
|
64
69
|
__exportStar(require("./OverlayTemplateAssetResource"), exports);
|
|
65
70
|
__exportStar(require("./OverlayTemplateAssetResourceArrayResponse"), exports);
|
|
71
|
+
__exportStar(require("./OverlayTemplateListResource"), exports);
|
|
72
|
+
__exportStar(require("./OverlayTemplateListResourceArrayResponse"), exports);
|
|
66
73
|
__exportStar(require("./OverlayTemplateLiteResource"), exports);
|
|
67
74
|
__exportStar(require("./OverlayTemplateLiteResourceArrayResponse"), exports);
|
|
68
75
|
__exportStar(require("./OverlayTemplateResource"), exports);
|
|
69
76
|
__exportStar(require("./OverlayTemplateResourceArrayResponse"), exports);
|
|
77
|
+
__exportStar(require("./PaginatedAttributeListResourceResponse"), exports);
|
|
70
78
|
__exportStar(require("./PaginatedAttributeLiteResourceResponse"), exports);
|
|
71
79
|
__exportStar(require("./PaginatedAttributeProductTypeRelationResourceResponse"), exports);
|
|
72
80
|
__exportStar(require("./PaginatedAttributeResourceResponse"), exports);
|
|
81
|
+
__exportStar(require("./PaginatedExternalApiLogListResourceResponse"), exports);
|
|
73
82
|
__exportStar(require("./PaginatedExternalApiLogResourceResponse"), exports);
|
|
83
|
+
__exportStar(require("./PaginatedOverlayTemplateListResourceResponse"), exports);
|
|
74
84
|
__exportStar(require("./PaginatedOverlayTemplateLiteResourceResponse"), exports);
|
|
75
85
|
__exportStar(require("./PaginatedOverlayTemplateResourceResponse"), exports);
|
|
86
|
+
__exportStar(require("./PaginatedProductChildListResourceResponse"), exports);
|
|
76
87
|
__exportStar(require("./PaginatedProductChildLiteResourceResponse"), exports);
|
|
77
88
|
__exportStar(require("./PaginatedProductChildOverlayRelationResourceResponse"), exports);
|
|
78
89
|
__exportStar(require("./PaginatedProductChildRelationResourceResponse"), exports);
|
|
79
90
|
__exportStar(require("./PaginatedProductChildResourceResponse"), exports);
|
|
91
|
+
__exportStar(require("./PaginatedProductListResourceResponse"), exports);
|
|
80
92
|
__exportStar(require("./PaginatedProductLiteResourceResponse"), exports);
|
|
81
93
|
__exportStar(require("./PaginatedProductResourceResponse"), exports);
|
|
94
|
+
__exportStar(require("./PaginatedProductTypeListResourceResponse"), exports);
|
|
82
95
|
__exportStar(require("./PaginatedProductTypeLiteResourceResponse"), exports);
|
|
83
96
|
__exportStar(require("./PaginatedProductTypeResourceResponse"), exports);
|
|
97
|
+
__exportStar(require("./PaginatedSiteListResourceResponse"), exports);
|
|
84
98
|
__exportStar(require("./PaginatedSiteLiteResourceResponse"), exports);
|
|
99
|
+
__exportStar(require("./PaginatedSiteNotificationListResourceResponse"), exports);
|
|
85
100
|
__exportStar(require("./PaginatedSiteNotificationResourceResponse"), exports);
|
|
86
101
|
__exportStar(require("./PaginatedSiteResourceResponse"), exports);
|
|
87
102
|
__exportStar(require("./PaginatedSupplierFrontendResourceResponse"), exports);
|
|
103
|
+
__exportStar(require("./PaginatedSupplierListResourceResponse"), exports);
|
|
88
104
|
__exportStar(require("./PaginatedSupplierLiteResourceResponse"), exports);
|
|
89
105
|
__exportStar(require("./PaginatedSupplierResourceResponse"), exports);
|
|
106
|
+
__exportStar(require("./PaginatedTagListResourceResponse"), exports);
|
|
90
107
|
__exportStar(require("./PaginatedTagLiteResourceResponse"), exports);
|
|
91
108
|
__exportStar(require("./PaginatedTagResourceResponse"), exports);
|
|
92
109
|
__exportStar(require("./PagingMetadata"), exports);
|
|
110
|
+
__exportStar(require("./ProductChildListResource"), exports);
|
|
111
|
+
__exportStar(require("./ProductChildListResourceArrayResponse"), exports);
|
|
93
112
|
__exportStar(require("./ProductChildLiteResource"), exports);
|
|
94
113
|
__exportStar(require("./ProductChildLiteResourceArrayResponse"), exports);
|
|
95
114
|
__exportStar(require("./ProductChildOverlayRelationResource"), exports);
|
|
@@ -100,10 +119,14 @@ __exportStar(require("./ProductChildResource"), exports);
|
|
|
100
119
|
__exportStar(require("./ProductChildResourceArrayResponse"), exports);
|
|
101
120
|
__exportStar(require("./ProductChildSiteDetailResource"), exports);
|
|
102
121
|
__exportStar(require("./ProductChildSiteDetailResourceArrayResponse"), exports);
|
|
122
|
+
__exportStar(require("./ProductListResource"), exports);
|
|
123
|
+
__exportStar(require("./ProductListResourceArrayResponse"), exports);
|
|
103
124
|
__exportStar(require("./ProductLiteResource"), exports);
|
|
104
125
|
__exportStar(require("./ProductLiteResourceArrayResponse"), exports);
|
|
105
126
|
__exportStar(require("./ProductResource"), exports);
|
|
106
127
|
__exportStar(require("./ProductResourceArrayResponse"), exports);
|
|
128
|
+
__exportStar(require("./ProductTypeListResource"), exports);
|
|
129
|
+
__exportStar(require("./ProductTypeListResourceArrayResponse"), exports);
|
|
107
130
|
__exportStar(require("./ProductTypeLiteResource"), exports);
|
|
108
131
|
__exportStar(require("./ProductTypeLiteResourceArrayResponse"), exports);
|
|
109
132
|
__exportStar(require("./ProductTypeResource"), exports);
|
|
@@ -112,8 +135,12 @@ __exportStar(require("./SEOResource"), exports);
|
|
|
112
135
|
__exportStar(require("./SEOResourceArrayResponse"), exports);
|
|
113
136
|
__exportStar(require("./SiteConfigResource"), exports);
|
|
114
137
|
__exportStar(require("./SiteConfigResourceArrayResponse"), exports);
|
|
138
|
+
__exportStar(require("./SiteListResource"), exports);
|
|
139
|
+
__exportStar(require("./SiteListResourceArrayResponse"), exports);
|
|
115
140
|
__exportStar(require("./SiteLiteResource"), exports);
|
|
116
141
|
__exportStar(require("./SiteLiteResourceArrayResponse"), exports);
|
|
142
|
+
__exportStar(require("./SiteNotificationListResource"), exports);
|
|
143
|
+
__exportStar(require("./SiteNotificationListResourceArrayResponse"), exports);
|
|
117
144
|
__exportStar(require("./SiteNotificationResource"), exports);
|
|
118
145
|
__exportStar(require("./SiteNotificationResourceArrayResponse"), exports);
|
|
119
146
|
__exportStar(require("./SitePaymentConfigResource"), exports);
|
|
@@ -138,10 +165,14 @@ __exportStar(require("./StoreSupplierRequestSeoInner"), exports);
|
|
|
138
165
|
__exportStar(require("./StoreTagRequest"), exports);
|
|
139
166
|
__exportStar(require("./SupplierFrontendResource"), exports);
|
|
140
167
|
__exportStar(require("./SupplierFrontendResourceArrayResponse"), exports);
|
|
168
|
+
__exportStar(require("./SupplierListResource"), exports);
|
|
169
|
+
__exportStar(require("./SupplierListResourceArrayResponse"), exports);
|
|
141
170
|
__exportStar(require("./SupplierLiteResource"), exports);
|
|
142
171
|
__exportStar(require("./SupplierLiteResourceArrayResponse"), exports);
|
|
143
172
|
__exportStar(require("./SupplierResource"), exports);
|
|
144
173
|
__exportStar(require("./SupplierResourceArrayResponse"), exports);
|
|
174
|
+
__exportStar(require("./TagListResource"), exports);
|
|
175
|
+
__exportStar(require("./TagListResourceArrayResponse"), exports);
|
|
145
176
|
__exportStar(require("./TagLiteResource"), exports);
|
|
146
177
|
__exportStar(require("./TagLiteResourceArrayResponse"), exports);
|
|
147
178
|
__exportStar(require("./TagResource"), exports);
|
package/docs/AttributeApi.md
CHANGED
|
@@ -221,7 +221,7 @@ No authorization required
|
|
|
221
221
|
|
|
222
222
|
## indexAttribute
|
|
223
223
|
|
|
224
|
-
>
|
|
224
|
+
> PaginatedAttributeListResourceResponse indexAttribute(indexAttributeRequest)
|
|
225
225
|
|
|
226
226
|
Auto-generated: indexAttribute
|
|
227
227
|
|
|
@@ -264,7 +264,7 @@ example().catch(console.error);
|
|
|
264
264
|
|
|
265
265
|
### Return type
|
|
266
266
|
|
|
267
|
-
[**
|
|
267
|
+
[**PaginatedAttributeListResourceResponse**](PaginatedAttributeListResourceResponse.md)
|
|
268
268
|
|
|
269
269
|
### Authorization
|
|
270
270
|
|
|
@@ -279,7 +279,7 @@ No authorization required
|
|
|
279
279
|
### HTTP response details
|
|
280
280
|
| Status code | Description | Response headers |
|
|
281
281
|
|-------------|-------------|------------------|
|
|
282
|
-
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\
|
|
282
|
+
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\AttributeListResource[]>> | - |
|
|
283
283
|
|
|
284
284
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
285
285
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeListResource
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | number
|
|
10
|
+
`name` | string
|
|
11
|
+
`type` | string
|
|
12
|
+
`isFilterable` | boolean
|
|
13
|
+
`filterIndex` | number
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import type { AttributeListResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
19
|
+
|
|
20
|
+
// TODO: Update the object below with actual values
|
|
21
|
+
const example = {
|
|
22
|
+
"id": null,
|
|
23
|
+
"name": null,
|
|
24
|
+
"type": null,
|
|
25
|
+
"isFilterable": null,
|
|
26
|
+
"filterIndex": null,
|
|
27
|
+
} satisfies AttributeListResource
|
|
28
|
+
|
|
29
|
+
console.log(example)
|
|
30
|
+
|
|
31
|
+
// Convert the instance to a JSON string
|
|
32
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
33
|
+
console.log(exampleJSON)
|
|
34
|
+
|
|
35
|
+
// Parse the JSON string back to an object
|
|
36
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeListResource
|
|
37
|
+
console.log(exampleParsed)
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
41
|
+
|
|
42
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttributeListResourceArrayResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<AttributeListResource>](AttributeListResource.md)
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { AttributeListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"data": null,
|
|
19
|
+
} satisfies AttributeListResourceArrayResponse
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttributeListResourceArrayResponse
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
# ExternalApiLogListResource
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | number
|
|
10
|
+
`provider` | string
|
|
11
|
+
`endpoint` | string
|
|
12
|
+
`statusCode` | string
|
|
13
|
+
`createdAt` | string
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import type { ExternalApiLogListResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
19
|
+
|
|
20
|
+
// TODO: Update the object below with actual values
|
|
21
|
+
const example = {
|
|
22
|
+
"id": null,
|
|
23
|
+
"provider": null,
|
|
24
|
+
"endpoint": null,
|
|
25
|
+
"statusCode": null,
|
|
26
|
+
"createdAt": null,
|
|
27
|
+
} satisfies ExternalApiLogListResource
|
|
28
|
+
|
|
29
|
+
console.log(example)
|
|
30
|
+
|
|
31
|
+
// Convert the instance to a JSON string
|
|
32
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
33
|
+
console.log(exampleJSON)
|
|
34
|
+
|
|
35
|
+
// Parse the JSON string back to an object
|
|
36
|
+
const exampleParsed = JSON.parse(exampleJSON) as ExternalApiLogListResource
|
|
37
|
+
console.log(exampleParsed)
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
41
|
+
|
|
42
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# ExternalApiLogListResourceArrayResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<ExternalApiLogListResource>](ExternalApiLogListResource.md)
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { ExternalApiLogListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"data": null,
|
|
19
|
+
} satisfies ExternalApiLogListResourceArrayResponse
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as ExternalApiLogListResourceArrayResponse
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -9,11 +9,12 @@ Name | Type
|
|
|
9
9
|
`search` | string
|
|
10
10
|
`sortBy` | string
|
|
11
11
|
`sortDirection` | string
|
|
12
|
+
`relatedId` | number
|
|
13
|
+
`relatedType` | string
|
|
14
|
+
`includesRelations` | boolean
|
|
12
15
|
`type` | Array<string>
|
|
13
16
|
`isFilterable` | Array<string>
|
|
14
17
|
`isExpandedByDefault` | Array<string>
|
|
15
|
-
`relatedId` | number
|
|
16
|
-
`relatedType` | string
|
|
17
18
|
|
|
18
19
|
## Example
|
|
19
20
|
|
|
@@ -25,11 +26,12 @@ const example = {
|
|
|
25
26
|
"search": null,
|
|
26
27
|
"sortBy": null,
|
|
27
28
|
"sortDirection": null,
|
|
29
|
+
"relatedId": null,
|
|
30
|
+
"relatedType": null,
|
|
31
|
+
"includesRelations": null,
|
|
28
32
|
"type": null,
|
|
29
33
|
"isFilterable": null,
|
|
30
34
|
"isExpandedByDefault": null,
|
|
31
|
-
"relatedId": null,
|
|
32
|
-
"relatedType": null,
|
|
33
35
|
} satisfies GetAllAttributeRequest
|
|
34
36
|
|
|
35
37
|
console.log(example)
|
|
@@ -9,9 +9,10 @@ Name | Type
|
|
|
9
9
|
`search` | string
|
|
10
10
|
`sortBy` | string
|
|
11
11
|
`sortDirection` | string
|
|
12
|
-
`sitesId` | Array<string>
|
|
13
12
|
`relatedId` | number
|
|
14
13
|
`relatedType` | string
|
|
14
|
+
`includesRelations` | boolean
|
|
15
|
+
`sitesId` | Array<string>
|
|
15
16
|
|
|
16
17
|
## Example
|
|
17
18
|
|
|
@@ -23,9 +24,10 @@ const example = {
|
|
|
23
24
|
"search": null,
|
|
24
25
|
"sortBy": null,
|
|
25
26
|
"sortDirection": null,
|
|
26
|
-
"sitesId": null,
|
|
27
27
|
"relatedId": null,
|
|
28
28
|
"relatedType": null,
|
|
29
|
+
"includesRelations": null,
|
|
30
|
+
"sitesId": null,
|
|
29
31
|
} satisfies GetAllOverlayTemplateRequest
|
|
30
32
|
|
|
31
33
|
console.log(example)
|
|
@@ -11,6 +11,7 @@ Name | Type
|
|
|
11
11
|
`sortDirection` | string
|
|
12
12
|
`relatedId` | number
|
|
13
13
|
`relatedType` | string
|
|
14
|
+
`includesRelations` | boolean
|
|
14
15
|
`parentProductTypeId` | Array<string>
|
|
15
16
|
`parentSupplierId` | Array<string>
|
|
16
17
|
`siteDetailsSiteId` | Array<string>
|
|
@@ -29,6 +30,7 @@ const example = {
|
|
|
29
30
|
"sortDirection": null,
|
|
30
31
|
"relatedId": null,
|
|
31
32
|
"relatedType": null,
|
|
33
|
+
"includesRelations": null,
|
|
32
34
|
"parentProductTypeId": null,
|
|
33
35
|
"parentSupplierId": null,
|
|
34
36
|
"siteDetailsSiteId": null,
|
|
@@ -11,6 +11,12 @@ Name | Type
|
|
|
11
11
|
`sortDirection` | string
|
|
12
12
|
`relatedId` | number
|
|
13
13
|
`relatedType` | string
|
|
14
|
+
`includesRelations` | boolean
|
|
15
|
+
`productTypeId` | Array<string>
|
|
16
|
+
`supplierId` | Array<string>
|
|
17
|
+
`isDisabled` | Array<string>
|
|
18
|
+
`isAccessory` | Array<string>
|
|
19
|
+
`categoriesId` | Array<string>
|
|
14
20
|
|
|
15
21
|
## Example
|
|
16
22
|
|
|
@@ -24,6 +30,12 @@ const example = {
|
|
|
24
30
|
"sortDirection": null,
|
|
25
31
|
"relatedId": null,
|
|
26
32
|
"relatedType": null,
|
|
33
|
+
"includesRelations": null,
|
|
34
|
+
"productTypeId": null,
|
|
35
|
+
"supplierId": null,
|
|
36
|
+
"isDisabled": null,
|
|
37
|
+
"isAccessory": null,
|
|
38
|
+
"categoriesId": null,
|
|
27
39
|
} satisfies GetAllProductRequest
|
|
28
40
|
|
|
29
41
|
console.log(example)
|
|
@@ -11,6 +11,7 @@ Name | Type
|
|
|
11
11
|
`sortDirection` | string
|
|
12
12
|
`relatedId` | number
|
|
13
13
|
`relatedType` | string
|
|
14
|
+
`includesRelations` | boolean
|
|
14
15
|
|
|
15
16
|
## Example
|
|
16
17
|
|
|
@@ -24,6 +25,7 @@ const example = {
|
|
|
24
25
|
"sortDirection": null,
|
|
25
26
|
"relatedId": null,
|
|
26
27
|
"relatedType": null,
|
|
28
|
+
"includesRelations": null,
|
|
27
29
|
} satisfies GetAllProductTypeRequest
|
|
28
30
|
|
|
29
31
|
console.log(example)
|
|
@@ -11,6 +11,7 @@ Name | Type
|
|
|
11
11
|
`sortDirection` | string
|
|
12
12
|
`relatedId` | number
|
|
13
13
|
`relatedType` | string
|
|
14
|
+
`includesRelations` | boolean
|
|
14
15
|
|
|
15
16
|
## Example
|
|
16
17
|
|
|
@@ -24,6 +25,7 @@ const example = {
|
|
|
24
25
|
"sortDirection": null,
|
|
25
26
|
"relatedId": null,
|
|
26
27
|
"relatedType": null,
|
|
28
|
+
"includesRelations": null,
|
|
27
29
|
} satisfies GetAllSupplierRequest
|
|
28
30
|
|
|
29
31
|
console.log(example)
|
|
@@ -14,6 +14,9 @@ Name | Type
|
|
|
14
14
|
`type` | Array<string>
|
|
15
15
|
`isFilterable` | Array<string>
|
|
16
16
|
`isExpandedByDefault` | Array<string>
|
|
17
|
+
`relatedId` | number
|
|
18
|
+
`relatedType` | string
|
|
19
|
+
`includesRelations` | boolean
|
|
17
20
|
|
|
18
21
|
## Example
|
|
19
22
|
|
|
@@ -30,6 +33,9 @@ const example = {
|
|
|
30
33
|
"type": null,
|
|
31
34
|
"isFilterable": null,
|
|
32
35
|
"isExpandedByDefault": null,
|
|
36
|
+
"relatedId": null,
|
|
37
|
+
"relatedType": null,
|
|
38
|
+
"includesRelations": null,
|
|
33
39
|
} satisfies IndexAttributeRequest
|
|
34
40
|
|
|
35
41
|
console.log(example)
|
|
@@ -9,14 +9,17 @@ Name | Type
|
|
|
9
9
|
`search` | string
|
|
10
10
|
`sortBy` | string
|
|
11
11
|
`sortDirection` | string
|
|
12
|
+
`perPage` | number
|
|
13
|
+
`page` | number
|
|
12
14
|
`provider` | Array<string>
|
|
13
15
|
`responseCode` | Array<string>
|
|
14
16
|
`httpMethod` | Array<string>
|
|
15
17
|
`externalApiLoggableType` | Array<string>
|
|
16
18
|
`externalApiLoggableId` | Array<string>
|
|
17
19
|
`siteId` | Array<string>
|
|
18
|
-
`
|
|
19
|
-
`
|
|
20
|
+
`relatedId` | number
|
|
21
|
+
`relatedType` | string
|
|
22
|
+
`includesRelations` | boolean
|
|
20
23
|
|
|
21
24
|
## Example
|
|
22
25
|
|
|
@@ -28,14 +31,17 @@ const example = {
|
|
|
28
31
|
"search": null,
|
|
29
32
|
"sortBy": null,
|
|
30
33
|
"sortDirection": null,
|
|
34
|
+
"perPage": null,
|
|
35
|
+
"page": null,
|
|
31
36
|
"provider": null,
|
|
32
37
|
"responseCode": null,
|
|
33
38
|
"httpMethod": null,
|
|
34
39
|
"externalApiLoggableType": null,
|
|
35
40
|
"externalApiLoggableId": null,
|
|
36
41
|
"siteId": null,
|
|
37
|
-
"
|
|
38
|
-
"
|
|
42
|
+
"relatedId": null,
|
|
43
|
+
"relatedType": null,
|
|
44
|
+
"includesRelations": null,
|
|
39
45
|
} satisfies IndexExternalApiLogRequest
|
|
40
46
|
|
|
41
47
|
console.log(example)
|
|
@@ -12,6 +12,9 @@ Name | Type
|
|
|
12
12
|
`perPage` | number
|
|
13
13
|
`page` | number
|
|
14
14
|
`sitesId` | Array<string>
|
|
15
|
+
`relatedId` | number
|
|
16
|
+
`relatedType` | string
|
|
17
|
+
`includesRelations` | boolean
|
|
15
18
|
|
|
16
19
|
## Example
|
|
17
20
|
|
|
@@ -26,6 +29,9 @@ const example = {
|
|
|
26
29
|
"perPage": null,
|
|
27
30
|
"page": null,
|
|
28
31
|
"sitesId": null,
|
|
32
|
+
"relatedId": null,
|
|
33
|
+
"relatedType": null,
|
|
34
|
+
"includesRelations": null,
|
|
29
35
|
} satisfies IndexOverlayTemplateRequest
|
|
30
36
|
|
|
31
37
|
console.log(example)
|
|
@@ -18,6 +18,7 @@ Name | Type
|
|
|
18
18
|
`hasNetsuiteId` | Array<string>
|
|
19
19
|
`relatedId` | number
|
|
20
20
|
`relatedType` | string
|
|
21
|
+
`includesRelations` | boolean
|
|
21
22
|
|
|
22
23
|
## Example
|
|
23
24
|
|
|
@@ -38,6 +39,7 @@ const example = {
|
|
|
38
39
|
"hasNetsuiteId": null,
|
|
39
40
|
"relatedId": null,
|
|
40
41
|
"relatedType": null,
|
|
42
|
+
"includesRelations": null,
|
|
41
43
|
} satisfies IndexProductChildRequest
|
|
42
44
|
|
|
43
45
|
console.log(example)
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
|
|
2
|
+
# IndexProductRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`search` | string
|
|
10
|
+
`sortBy` | string
|
|
11
|
+
`sortDirection` | string
|
|
12
|
+
`perPage` | number
|
|
13
|
+
`page` | number
|
|
14
|
+
`productTypeId` | Array<string>
|
|
15
|
+
`supplierId` | Array<string>
|
|
16
|
+
`isDisabled` | Array<string>
|
|
17
|
+
`isAccessory` | Array<string>
|
|
18
|
+
`categoriesId` | Array<string>
|
|
19
|
+
`relatedId` | number
|
|
20
|
+
`relatedType` | string
|
|
21
|
+
`includesRelations` | boolean
|
|
22
|
+
|
|
23
|
+
## Example
|
|
24
|
+
|
|
25
|
+
```typescript
|
|
26
|
+
import type { IndexProductRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
27
|
+
|
|
28
|
+
// TODO: Update the object below with actual values
|
|
29
|
+
const example = {
|
|
30
|
+
"search": null,
|
|
31
|
+
"sortBy": null,
|
|
32
|
+
"sortDirection": null,
|
|
33
|
+
"perPage": null,
|
|
34
|
+
"page": null,
|
|
35
|
+
"productTypeId": null,
|
|
36
|
+
"supplierId": null,
|
|
37
|
+
"isDisabled": null,
|
|
38
|
+
"isAccessory": null,
|
|
39
|
+
"categoriesId": null,
|
|
40
|
+
"relatedId": null,
|
|
41
|
+
"relatedType": null,
|
|
42
|
+
"includesRelations": null,
|
|
43
|
+
} satisfies IndexProductRequest
|
|
44
|
+
|
|
45
|
+
console.log(example)
|
|
46
|
+
|
|
47
|
+
// Convert the instance to a JSON string
|
|
48
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
49
|
+
console.log(exampleJSON)
|
|
50
|
+
|
|
51
|
+
// Parse the JSON string back to an object
|
|
52
|
+
const exampleParsed = JSON.parse(exampleJSON) as IndexProductRequest
|
|
53
|
+
console.log(exampleParsed)
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
57
|
+
|
|
58
|
+
|
|
@@ -11,6 +11,9 @@ Name | Type
|
|
|
11
11
|
`sortDirection` | string
|
|
12
12
|
`perPage` | number
|
|
13
13
|
`page` | number
|
|
14
|
+
`relatedId` | number
|
|
15
|
+
`relatedType` | string
|
|
16
|
+
`includesRelations` | boolean
|
|
14
17
|
|
|
15
18
|
## Example
|
|
16
19
|
|
|
@@ -24,6 +27,9 @@ const example = {
|
|
|
24
27
|
"sortDirection": null,
|
|
25
28
|
"perPage": null,
|
|
26
29
|
"page": null,
|
|
30
|
+
"relatedId": null,
|
|
31
|
+
"relatedType": null,
|
|
32
|
+
"includesRelations": null,
|
|
27
33
|
} satisfies IndexProductTypeRequest
|
|
28
34
|
|
|
29
35
|
console.log(example)
|
|
@@ -12,6 +12,9 @@ Name | Type
|
|
|
12
12
|
`perPage` | number
|
|
13
13
|
`page` | number
|
|
14
14
|
`siteId` | Array<string>
|
|
15
|
+
`relatedId` | number
|
|
16
|
+
`relatedType` | string
|
|
17
|
+
`includesRelations` | boolean
|
|
15
18
|
|
|
16
19
|
## Example
|
|
17
20
|
|
|
@@ -26,6 +29,9 @@ const example = {
|
|
|
26
29
|
"perPage": null,
|
|
27
30
|
"page": null,
|
|
28
31
|
"siteId": null,
|
|
32
|
+
"relatedId": null,
|
|
33
|
+
"relatedType": null,
|
|
34
|
+
"includesRelations": null,
|
|
29
35
|
} satisfies IndexSiteNotificationRequest
|
|
30
36
|
|
|
31
37
|
console.log(example)
|
package/docs/IndexSiteRequest.md
CHANGED
|
@@ -11,6 +11,9 @@ Name | Type
|
|
|
11
11
|
`sortDirection` | string
|
|
12
12
|
`perPage` | number
|
|
13
13
|
`page` | number
|
|
14
|
+
`relatedId` | number
|
|
15
|
+
`relatedType` | string
|
|
16
|
+
`includesRelations` | boolean
|
|
14
17
|
|
|
15
18
|
## Example
|
|
16
19
|
|
|
@@ -24,6 +27,9 @@ const example = {
|
|
|
24
27
|
"sortDirection": null,
|
|
25
28
|
"perPage": null,
|
|
26
29
|
"page": null,
|
|
30
|
+
"relatedId": null,
|
|
31
|
+
"relatedType": null,
|
|
32
|
+
"includesRelations": null,
|
|
27
33
|
} satisfies IndexSiteRequest
|
|
28
34
|
|
|
29
35
|
console.log(example)
|
|
@@ -11,6 +11,9 @@ Name | Type
|
|
|
11
11
|
`sortDirection` | string
|
|
12
12
|
`perPage` | number
|
|
13
13
|
`page` | number
|
|
14
|
+
`relatedId` | number
|
|
15
|
+
`relatedType` | string
|
|
16
|
+
`includesRelations` | boolean
|
|
14
17
|
|
|
15
18
|
## Example
|
|
16
19
|
|
|
@@ -24,6 +27,9 @@ const example = {
|
|
|
24
27
|
"sortDirection": null,
|
|
25
28
|
"perPage": null,
|
|
26
29
|
"page": null,
|
|
30
|
+
"relatedId": null,
|
|
31
|
+
"relatedType": null,
|
|
32
|
+
"includesRelations": null,
|
|
27
33
|
} satisfies IndexSupplierRequest
|
|
28
34
|
|
|
29
35
|
console.log(example)
|