@digital8/lighting-illusions-ts-sdk 0.0.708 → 0.0.710
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 +56 -0
- package/README.md +43 -2
- package/dist/apis/ProductRangeApi.d.ts +181 -0
- package/dist/apis/ProductRangeApi.js +739 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/AttachAttributesProductRangeRequest.d.ts +32 -0
- package/dist/models/AttachAttributesProductRangeRequest.js +51 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +1 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +1 -0
- package/dist/models/AttachDocumentsProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsProductRangeRequest.js +52 -0
- package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/DetachAttributesProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAttributesProductRangeRequest.js +51 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +1 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +1 -0
- package/dist/models/DetachDocumentsProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsProductRangeRequest.js +51 -0
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/GetAllDocumentRequest.d.ts +1 -0
- package/dist/models/GetAllDocumentRequest.js +1 -0
- package/dist/models/GetAllProductChildRequest.d.ts +1 -0
- package/dist/models/GetAllProductChildRequest.js +1 -0
- package/dist/models/GetAllProductRangeRequest.d.ts +98 -0
- package/dist/models/GetAllProductRangeRequest.js +82 -0
- package/dist/models/IndexAttributeRequest.d.ts +2 -0
- package/dist/models/IndexAttributeRequest.js +3 -1
- package/dist/models/IndexDocumentRequest.d.ts +1 -0
- package/dist/models/IndexDocumentRequest.js +1 -0
- package/dist/models/IndexProductChildRequest.d.ts +1 -0
- package/dist/models/IndexProductChildRequest.js +1 -0
- package/dist/models/IndexProductRangeRequest.d.ts +110 -0
- package/dist/models/IndexProductRangeRequest.js +86 -0
- package/dist/models/PaginatedProductRangeFrontendListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeFrontendListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductRangeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductRangeLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedProductRangeResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductRangeResourceResponse.js +57 -0
- package/dist/models/ProductChildResource.d.ts +7 -1
- package/dist/models/ProductChildResource.js +4 -2
- package/dist/models/ProductRangeFrontendListResource.d.ts +62 -0
- package/dist/models/ProductRangeFrontendListResource.js +71 -0
- package/dist/models/ProductRangeFrontendListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeFrontendListResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeFrontendResource.d.ts +118 -0
- package/dist/models/ProductRangeFrontendResource.js +109 -0
- package/dist/models/ProductRangeFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeListResource.d.ts +52 -0
- package/dist/models/ProductRangeListResource.js +65 -0
- package/dist/models/ProductRangeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeListResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeLiteResource.d.ts +38 -0
- package/dist/models/ProductRangeLiteResource.js +55 -0
- package/dist/models/ProductRangeLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeResource.d.ts +83 -0
- package/dist/models/ProductRangeResource.js +82 -0
- package/dist/models/ProductRangeResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSiteDetailResource.d.ts +94 -0
- package/dist/models/ProductRangeSiteDetailResource.js +93 -0
- package/dist/models/ProductRangeSiteDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSiteDetailResourceArrayResponse.js +50 -0
- package/dist/models/StoreProductRangeRequest.d.ts +52 -0
- package/dist/models/StoreProductRangeRequest.js +59 -0
- package/dist/models/StoreProductRangeRequestSitesInner.d.ts +92 -0
- package/dist/models/StoreProductRangeRequestSitesInner.js +75 -0
- package/dist/models/UpdateProductRangeRequest.d.ts +52 -0
- package/dist/models/UpdateProductRangeRequest.js +59 -0
- package/dist/models/index.d.ts +27 -0
- package/dist/models/index.js +27 -0
- package/docs/AttachAccessoriesProductRangeRequest.md +34 -0
- package/docs/AttachAttributesProductRangeRequest.md +34 -0
- package/docs/AttachDocumentsProductRangeRequest.md +34 -0
- package/docs/DetachAccessoriesProductRangeRequest.md +34 -0
- package/docs/DetachAttributesProductRangeRequest.md +34 -0
- package/docs/DetachDocumentsProductRangeRequest.md +34 -0
- package/docs/GetAllProductRangeRequest.md +50 -0
- package/docs/IndexProductRangeRequest.md +54 -0
- package/docs/PaginatedProductRangeFrontendListResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeListResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeLiteResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeResourceResponse.md +36 -0
- package/docs/ProductChildResource.md +4 -2
- package/docs/ProductRangeApi.md +959 -0
- package/docs/ProductRangeFrontendListResource.md +44 -0
- package/docs/ProductRangeFrontendListResourceArrayResponse.md +34 -0
- package/docs/ProductRangeFrontendResource.md +62 -0
- package/docs/ProductRangeFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductRangeListResource.md +40 -0
- package/docs/ProductRangeListResourceArrayResponse.md +34 -0
- package/docs/ProductRangeLiteResource.md +36 -0
- package/docs/ProductRangeLiteResourceArrayResponse.md +34 -0
- package/docs/ProductRangeResource.md +50 -0
- package/docs/ProductRangeResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSiteDetailResource.md +54 -0
- package/docs/ProductRangeSiteDetailResourceArrayResponse.md +34 -0
- package/docs/StoreProductRangeRequest.md +40 -0
- package/docs/StoreProductRangeRequestSitesInner.md +54 -0
- package/docs/UpdateProductRangeRequest.md +40 -0
- package/package.json +1 -1
- package/src/apis/ProductRangeApi.ts +664 -0
- package/src/apis/index.ts +1 -0
- package/src/models/AttachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/AttachAttributesProductRangeRequest.ts +66 -0
- package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +1 -0
- package/src/models/AttachDocumentsProductRangeRequest.ts +74 -0
- package/src/models/DetachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/DetachAttributesProductRangeRequest.ts +66 -0
- package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +1 -0
- package/src/models/DetachDocumentsProductRangeRequest.ts +66 -0
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/GetAllDocumentRequest.ts +1 -0
- package/src/models/GetAllProductChildRequest.ts +1 -0
- package/src/models/GetAllProductRangeRequest.ts +151 -0
- package/src/models/IndexAttributeRequest.ts +3 -1
- package/src/models/IndexDocumentRequest.ts +1 -0
- package/src/models/IndexProductChildRequest.ts +1 -0
- package/src/models/IndexProductRangeRequest.ts +167 -0
- package/src/models/PaginatedProductRangeFrontendListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductRangeListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductRangeLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedProductRangeResourceResponse.ts +90 -0
- package/src/models/ProductChildResource.ts +11 -3
- package/src/models/ProductRangeFrontendListResource.ts +111 -0
- package/src/models/ProductRangeFrontendListResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeFrontendResource.ts +207 -0
- package/src/models/ProductRangeFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeListResource.ts +108 -0
- package/src/models/ProductRangeListResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeLiteResource.ts +75 -0
- package/src/models/ProductRangeLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeResource.ts +158 -0
- package/src/models/ProductRangeResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSiteDetailResource.ts +171 -0
- package/src/models/ProductRangeSiteDetailResourceArrayResponse.ts +73 -0
- package/src/models/StoreProductRangeRequest.ts +105 -0
- package/src/models/StoreProductRangeRequestSitesInner.ts +148 -0
- package/src/models/UpdateProductRangeRequest.ts +105 -0
- package/src/models/index.ts +27 -0
|
@@ -0,0 +1,59 @@
|
|
|
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.instanceOfUpdateProductRangeRequest = instanceOfUpdateProductRangeRequest;
|
|
17
|
+
exports.UpdateProductRangeRequestFromJSON = UpdateProductRangeRequestFromJSON;
|
|
18
|
+
exports.UpdateProductRangeRequestFromJSONTyped = UpdateProductRangeRequestFromJSONTyped;
|
|
19
|
+
exports.UpdateProductRangeRequestToJSON = UpdateProductRangeRequestToJSON;
|
|
20
|
+
exports.UpdateProductRangeRequestToJSONTyped = UpdateProductRangeRequestToJSONTyped;
|
|
21
|
+
var UpdateProductChildRequestAssetsInner_1 = require("./UpdateProductChildRequestAssetsInner");
|
|
22
|
+
var StoreProductRangeRequestSitesInner_1 = require("./StoreProductRangeRequestSitesInner");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the UpdateProductRangeRequest interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfUpdateProductRangeRequest(value) {
|
|
27
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function UpdateProductRangeRequestFromJSON(json) {
|
|
32
|
+
return UpdateProductRangeRequestFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function UpdateProductRangeRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'name': json['name'],
|
|
40
|
+
'supplierId': json['supplier_id'] == null ? undefined : json['supplier_id'],
|
|
41
|
+
'sites': json['sites'] == null ? undefined : (json['sites'].map(StoreProductRangeRequestSitesInner_1.StoreProductRangeRequestSitesInnerFromJSON)),
|
|
42
|
+
'assets': json['assets'] == null ? undefined : (json['assets'].map(UpdateProductChildRequestAssetsInner_1.UpdateProductChildRequestAssetsInnerFromJSON)),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
function UpdateProductRangeRequestToJSON(json) {
|
|
46
|
+
return UpdateProductRangeRequestToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function UpdateProductRangeRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
49
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'name': value['name'],
|
|
55
|
+
'supplier_id': value['supplierId'],
|
|
56
|
+
'sites': value['sites'] == null ? undefined : (value['sites'].map(StoreProductRangeRequestSitesInner_1.StoreProductRangeRequestSitesInnerToJSON)),
|
|
57
|
+
'assets': value['assets'] == null ? undefined : (value['assets'].map(UpdateProductChildRequestAssetsInner_1.UpdateProductChildRequestAssetsInnerToJSON)),
|
|
58
|
+
};
|
|
59
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -7,12 +7,15 @@ export * from './AssetLiteResourceArrayResponse';
|
|
|
7
7
|
export * from './AssetResource';
|
|
8
8
|
export * from './AssetResourceArrayResponse';
|
|
9
9
|
export * from './AttachAccessoriesProductChildRequest';
|
|
10
|
+
export * from './AttachAccessoriesProductRangeRequest';
|
|
10
11
|
export * from './AttachAssetsOverlayTemplateRequest';
|
|
11
12
|
export * from './AttachAttributeProductTypeRequest';
|
|
13
|
+
export * from './AttachAttributesProductRangeRequest';
|
|
12
14
|
export * from './AttachDocumentablesDocumentRequest';
|
|
13
15
|
export * from './AttachDocumentablesDocumentRequestDocumentablesInner';
|
|
14
16
|
export * from './AttachDocumentsProductChildRequest';
|
|
15
17
|
export * from './AttachDocumentsProductChildRequestDocumentsInner';
|
|
18
|
+
export * from './AttachDocumentsProductRangeRequest';
|
|
16
19
|
export * from './AttachProductTypeAttributeRequest';
|
|
17
20
|
export * from './AttachProductsProductCategoryRequest';
|
|
18
21
|
export * from './AttributeFieldType';
|
|
@@ -44,10 +47,13 @@ export * from './DefinitionResourceArrayResponse';
|
|
|
44
47
|
export * from './DescriptionResource';
|
|
45
48
|
export * from './DescriptionResourceArrayResponse';
|
|
46
49
|
export * from './DestroyAttributeValueRequest';
|
|
50
|
+
export * from './DetachAccessoriesProductRangeRequest';
|
|
47
51
|
export * from './DetachAssetableOverlayTemplateRequest';
|
|
52
|
+
export * from './DetachAttributesProductRangeRequest';
|
|
48
53
|
export * from './DetachDocumentablesDocumentRequest';
|
|
49
54
|
export * from './DetachDocumentablesDocumentRequestDocumentablesInner';
|
|
50
55
|
export * from './DetachDocumentsProductChildRequest';
|
|
56
|
+
export * from './DetachDocumentsProductRangeRequest';
|
|
51
57
|
export * from './DetachProductsProductCategoryRequest';
|
|
52
58
|
export * from './DocumentFileForUploadResource';
|
|
53
59
|
export * from './DocumentFileForUploadResourceArrayResponse';
|
|
@@ -71,6 +77,7 @@ export * from './GetAllGoogleCategoryRequest';
|
|
|
71
77
|
export * from './GetAllOverlayTemplateRequest';
|
|
72
78
|
export * from './GetAllProductCategoryRequest';
|
|
73
79
|
export * from './GetAllProductChildRequest';
|
|
80
|
+
export * from './GetAllProductRangeRequest';
|
|
74
81
|
export * from './GetAllProductRequest';
|
|
75
82
|
export * from './GetAllProductTypeRequest';
|
|
76
83
|
export * from './GetAllSupplierRequest';
|
|
@@ -91,6 +98,7 @@ export * from './IndexExternalApiLogRequest';
|
|
|
91
98
|
export * from './IndexOverlayTemplateRequest';
|
|
92
99
|
export * from './IndexProductCategoryRequest';
|
|
93
100
|
export * from './IndexProductChildRequest';
|
|
101
|
+
export * from './IndexProductRangeRequest';
|
|
94
102
|
export * from './IndexProductRequest';
|
|
95
103
|
export * from './IndexProductTypeRequest';
|
|
96
104
|
export * from './IndexSiteNotificationRequest';
|
|
@@ -133,6 +141,10 @@ export * from './PaginatedProductChildRelationResourceResponse';
|
|
|
133
141
|
export * from './PaginatedProductChildResourceResponse';
|
|
134
142
|
export * from './PaginatedProductListResourceResponse';
|
|
135
143
|
export * from './PaginatedProductLiteResourceResponse';
|
|
144
|
+
export * from './PaginatedProductRangeFrontendListResourceResponse';
|
|
145
|
+
export * from './PaginatedProductRangeListResourceResponse';
|
|
146
|
+
export * from './PaginatedProductRangeLiteResourceResponse';
|
|
147
|
+
export * from './PaginatedProductRangeResourceResponse';
|
|
136
148
|
export * from './PaginatedProductResourceResponse';
|
|
137
149
|
export * from './PaginatedProductSearchResultResourceResponse';
|
|
138
150
|
export * from './PaginatedProductTypeListResourceResponse';
|
|
@@ -185,6 +197,18 @@ export * from './ProductListResource';
|
|
|
185
197
|
export * from './ProductListResourceArrayResponse';
|
|
186
198
|
export * from './ProductLiteResource';
|
|
187
199
|
export * from './ProductLiteResourceArrayResponse';
|
|
200
|
+
export * from './ProductRangeFrontendListResource';
|
|
201
|
+
export * from './ProductRangeFrontendListResourceArrayResponse';
|
|
202
|
+
export * from './ProductRangeFrontendResource';
|
|
203
|
+
export * from './ProductRangeFrontendResourceArrayResponse';
|
|
204
|
+
export * from './ProductRangeListResource';
|
|
205
|
+
export * from './ProductRangeListResourceArrayResponse';
|
|
206
|
+
export * from './ProductRangeLiteResource';
|
|
207
|
+
export * from './ProductRangeLiteResourceArrayResponse';
|
|
208
|
+
export * from './ProductRangeResource';
|
|
209
|
+
export * from './ProductRangeResourceArrayResponse';
|
|
210
|
+
export * from './ProductRangeSiteDetailResource';
|
|
211
|
+
export * from './ProductRangeSiteDetailResourceArrayResponse';
|
|
188
212
|
export * from './ProductRating';
|
|
189
213
|
export * from './ProductResource';
|
|
190
214
|
export * from './ProductResourceArrayResponse';
|
|
@@ -233,6 +257,8 @@ export * from './StoreProductChildRequest';
|
|
|
233
257
|
export * from './StoreProductChildRequestAssetsInner';
|
|
234
258
|
export * from './StoreProductChildRequestAttributeValuesInner';
|
|
235
259
|
export * from './StoreProductChildRequestSitesInner';
|
|
260
|
+
export * from './StoreProductRangeRequest';
|
|
261
|
+
export * from './StoreProductRangeRequestSitesInner';
|
|
236
262
|
export * from './StoreProductRequest';
|
|
237
263
|
export * from './StoreProductRequestCategoriesInner';
|
|
238
264
|
export * from './StoreProductTypeRequest';
|
|
@@ -268,6 +294,7 @@ export * from './UpdateOverlayTemplateRequest';
|
|
|
268
294
|
export * from './UpdateProductCategoryRequest';
|
|
269
295
|
export * from './UpdateProductChildRequest';
|
|
270
296
|
export * from './UpdateProductChildRequestAssetsInner';
|
|
297
|
+
export * from './UpdateProductRangeRequest';
|
|
271
298
|
export * from './UpdateProductRequest';
|
|
272
299
|
export * from './UpdateProductTypeRequest';
|
|
273
300
|
export * from './UpdateProductTypeRequestPerformanceValuesInner';
|
package/dist/models/index.js
CHANGED
|
@@ -25,12 +25,15 @@ __exportStar(require("./AssetLiteResourceArrayResponse"), exports);
|
|
|
25
25
|
__exportStar(require("./AssetResource"), exports);
|
|
26
26
|
__exportStar(require("./AssetResourceArrayResponse"), exports);
|
|
27
27
|
__exportStar(require("./AttachAccessoriesProductChildRequest"), exports);
|
|
28
|
+
__exportStar(require("./AttachAccessoriesProductRangeRequest"), exports);
|
|
28
29
|
__exportStar(require("./AttachAssetsOverlayTemplateRequest"), exports);
|
|
29
30
|
__exportStar(require("./AttachAttributeProductTypeRequest"), exports);
|
|
31
|
+
__exportStar(require("./AttachAttributesProductRangeRequest"), exports);
|
|
30
32
|
__exportStar(require("./AttachDocumentablesDocumentRequest"), exports);
|
|
31
33
|
__exportStar(require("./AttachDocumentablesDocumentRequestDocumentablesInner"), exports);
|
|
32
34
|
__exportStar(require("./AttachDocumentsProductChildRequest"), exports);
|
|
33
35
|
__exportStar(require("./AttachDocumentsProductChildRequestDocumentsInner"), exports);
|
|
36
|
+
__exportStar(require("./AttachDocumentsProductRangeRequest"), exports);
|
|
34
37
|
__exportStar(require("./AttachProductTypeAttributeRequest"), exports);
|
|
35
38
|
__exportStar(require("./AttachProductsProductCategoryRequest"), exports);
|
|
36
39
|
__exportStar(require("./AttributeFieldType"), exports);
|
|
@@ -62,10 +65,13 @@ __exportStar(require("./DefinitionResourceArrayResponse"), exports);
|
|
|
62
65
|
__exportStar(require("./DescriptionResource"), exports);
|
|
63
66
|
__exportStar(require("./DescriptionResourceArrayResponse"), exports);
|
|
64
67
|
__exportStar(require("./DestroyAttributeValueRequest"), exports);
|
|
68
|
+
__exportStar(require("./DetachAccessoriesProductRangeRequest"), exports);
|
|
65
69
|
__exportStar(require("./DetachAssetableOverlayTemplateRequest"), exports);
|
|
70
|
+
__exportStar(require("./DetachAttributesProductRangeRequest"), exports);
|
|
66
71
|
__exportStar(require("./DetachDocumentablesDocumentRequest"), exports);
|
|
67
72
|
__exportStar(require("./DetachDocumentablesDocumentRequestDocumentablesInner"), exports);
|
|
68
73
|
__exportStar(require("./DetachDocumentsProductChildRequest"), exports);
|
|
74
|
+
__exportStar(require("./DetachDocumentsProductRangeRequest"), exports);
|
|
69
75
|
__exportStar(require("./DetachProductsProductCategoryRequest"), exports);
|
|
70
76
|
__exportStar(require("./DocumentFileForUploadResource"), exports);
|
|
71
77
|
__exportStar(require("./DocumentFileForUploadResourceArrayResponse"), exports);
|
|
@@ -89,6 +95,7 @@ __exportStar(require("./GetAllGoogleCategoryRequest"), exports);
|
|
|
89
95
|
__exportStar(require("./GetAllOverlayTemplateRequest"), exports);
|
|
90
96
|
__exportStar(require("./GetAllProductCategoryRequest"), exports);
|
|
91
97
|
__exportStar(require("./GetAllProductChildRequest"), exports);
|
|
98
|
+
__exportStar(require("./GetAllProductRangeRequest"), exports);
|
|
92
99
|
__exportStar(require("./GetAllProductRequest"), exports);
|
|
93
100
|
__exportStar(require("./GetAllProductTypeRequest"), exports);
|
|
94
101
|
__exportStar(require("./GetAllSupplierRequest"), exports);
|
|
@@ -109,6 +116,7 @@ __exportStar(require("./IndexExternalApiLogRequest"), exports);
|
|
|
109
116
|
__exportStar(require("./IndexOverlayTemplateRequest"), exports);
|
|
110
117
|
__exportStar(require("./IndexProductCategoryRequest"), exports);
|
|
111
118
|
__exportStar(require("./IndexProductChildRequest"), exports);
|
|
119
|
+
__exportStar(require("./IndexProductRangeRequest"), exports);
|
|
112
120
|
__exportStar(require("./IndexProductRequest"), exports);
|
|
113
121
|
__exportStar(require("./IndexProductTypeRequest"), exports);
|
|
114
122
|
__exportStar(require("./IndexSiteNotificationRequest"), exports);
|
|
@@ -151,6 +159,10 @@ __exportStar(require("./PaginatedProductChildRelationResourceResponse"), exports
|
|
|
151
159
|
__exportStar(require("./PaginatedProductChildResourceResponse"), exports);
|
|
152
160
|
__exportStar(require("./PaginatedProductListResourceResponse"), exports);
|
|
153
161
|
__exportStar(require("./PaginatedProductLiteResourceResponse"), exports);
|
|
162
|
+
__exportStar(require("./PaginatedProductRangeFrontendListResourceResponse"), exports);
|
|
163
|
+
__exportStar(require("./PaginatedProductRangeListResourceResponse"), exports);
|
|
164
|
+
__exportStar(require("./PaginatedProductRangeLiteResourceResponse"), exports);
|
|
165
|
+
__exportStar(require("./PaginatedProductRangeResourceResponse"), exports);
|
|
154
166
|
__exportStar(require("./PaginatedProductResourceResponse"), exports);
|
|
155
167
|
__exportStar(require("./PaginatedProductSearchResultResourceResponse"), exports);
|
|
156
168
|
__exportStar(require("./PaginatedProductTypeListResourceResponse"), exports);
|
|
@@ -203,6 +215,18 @@ __exportStar(require("./ProductListResource"), exports);
|
|
|
203
215
|
__exportStar(require("./ProductListResourceArrayResponse"), exports);
|
|
204
216
|
__exportStar(require("./ProductLiteResource"), exports);
|
|
205
217
|
__exportStar(require("./ProductLiteResourceArrayResponse"), exports);
|
|
218
|
+
__exportStar(require("./ProductRangeFrontendListResource"), exports);
|
|
219
|
+
__exportStar(require("./ProductRangeFrontendListResourceArrayResponse"), exports);
|
|
220
|
+
__exportStar(require("./ProductRangeFrontendResource"), exports);
|
|
221
|
+
__exportStar(require("./ProductRangeFrontendResourceArrayResponse"), exports);
|
|
222
|
+
__exportStar(require("./ProductRangeListResource"), exports);
|
|
223
|
+
__exportStar(require("./ProductRangeListResourceArrayResponse"), exports);
|
|
224
|
+
__exportStar(require("./ProductRangeLiteResource"), exports);
|
|
225
|
+
__exportStar(require("./ProductRangeLiteResourceArrayResponse"), exports);
|
|
226
|
+
__exportStar(require("./ProductRangeResource"), exports);
|
|
227
|
+
__exportStar(require("./ProductRangeResourceArrayResponse"), exports);
|
|
228
|
+
__exportStar(require("./ProductRangeSiteDetailResource"), exports);
|
|
229
|
+
__exportStar(require("./ProductRangeSiteDetailResourceArrayResponse"), exports);
|
|
206
230
|
__exportStar(require("./ProductRating"), exports);
|
|
207
231
|
__exportStar(require("./ProductResource"), exports);
|
|
208
232
|
__exportStar(require("./ProductResourceArrayResponse"), exports);
|
|
@@ -251,6 +275,8 @@ __exportStar(require("./StoreProductChildRequest"), exports);
|
|
|
251
275
|
__exportStar(require("./StoreProductChildRequestAssetsInner"), exports);
|
|
252
276
|
__exportStar(require("./StoreProductChildRequestAttributeValuesInner"), exports);
|
|
253
277
|
__exportStar(require("./StoreProductChildRequestSitesInner"), exports);
|
|
278
|
+
__exportStar(require("./StoreProductRangeRequest"), exports);
|
|
279
|
+
__exportStar(require("./StoreProductRangeRequestSitesInner"), exports);
|
|
254
280
|
__exportStar(require("./StoreProductRequest"), exports);
|
|
255
281
|
__exportStar(require("./StoreProductRequestCategoriesInner"), exports);
|
|
256
282
|
__exportStar(require("./StoreProductTypeRequest"), exports);
|
|
@@ -286,6 +312,7 @@ __exportStar(require("./UpdateOverlayTemplateRequest"), exports);
|
|
|
286
312
|
__exportStar(require("./UpdateProductCategoryRequest"), exports);
|
|
287
313
|
__exportStar(require("./UpdateProductChildRequest"), exports);
|
|
288
314
|
__exportStar(require("./UpdateProductChildRequestAssetsInner"), exports);
|
|
315
|
+
__exportStar(require("./UpdateProductRangeRequest"), exports);
|
|
289
316
|
__exportStar(require("./UpdateProductRequest"), exports);
|
|
290
317
|
__exportStar(require("./UpdateProductTypeRequest"), exports);
|
|
291
318
|
__exportStar(require("./UpdateProductTypeRequestPerformanceValuesInner"), exports);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttachAccessoriesProductRangeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`productChildIds` | Array<number>
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { AttachAccessoriesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"productChildIds": null,
|
|
19
|
+
} satisfies AttachAccessoriesProductRangeRequest
|
|
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 AttachAccessoriesProductRangeRequest
|
|
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,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttachAttributesProductRangeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`attributes` | Array<number>
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { AttachAttributesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"attributes": null,
|
|
19
|
+
} satisfies AttachAttributesProductRangeRequest
|
|
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 AttachAttributesProductRangeRequest
|
|
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,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttachDocumentsProductRangeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`documents` | [Array<AttachDocumentsProductChildRequestDocumentsInner>](AttachDocumentsProductChildRequestDocumentsInner.md)
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { AttachDocumentsProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"documents": null,
|
|
19
|
+
} satisfies AttachDocumentsProductRangeRequest
|
|
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 AttachDocumentsProductRangeRequest
|
|
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,34 @@
|
|
|
1
|
+
|
|
2
|
+
# DetachAccessoriesProductRangeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`productChildIds` | Array<number>
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { DetachAccessoriesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"productChildIds": null,
|
|
19
|
+
} satisfies DetachAccessoriesProductRangeRequest
|
|
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 DetachAccessoriesProductRangeRequest
|
|
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,34 @@
|
|
|
1
|
+
|
|
2
|
+
# DetachAttributesProductRangeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`attributes` | Array<number>
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { DetachAttributesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"attributes": null,
|
|
19
|
+
} satisfies DetachAttributesProductRangeRequest
|
|
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 DetachAttributesProductRangeRequest
|
|
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,34 @@
|
|
|
1
|
+
|
|
2
|
+
# DetachDocumentsProductRangeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`documents` | Array<number>
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { DetachDocumentsProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"documents": null,
|
|
19
|
+
} satisfies DetachDocumentsProductRangeRequest
|
|
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 DetachDocumentsProductRangeRequest
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
|
|
2
|
+
# GetAllProductRangeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`search` | string
|
|
10
|
+
`sortBy` | string
|
|
11
|
+
`sortDirection` | string
|
|
12
|
+
`relatedId` | number
|
|
13
|
+
`relatedType` | string
|
|
14
|
+
`includesRelations` | boolean
|
|
15
|
+
`siteDetailsSiteId` | Array<string>
|
|
16
|
+
`supplierId` | Array<string>
|
|
17
|
+
`siteDetailsCategoriesId` | Array<string>
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import type { GetAllProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
23
|
+
|
|
24
|
+
// TODO: Update the object below with actual values
|
|
25
|
+
const example = {
|
|
26
|
+
"search": null,
|
|
27
|
+
"sortBy": null,
|
|
28
|
+
"sortDirection": null,
|
|
29
|
+
"relatedId": null,
|
|
30
|
+
"relatedType": null,
|
|
31
|
+
"includesRelations": null,
|
|
32
|
+
"siteDetailsSiteId": null,
|
|
33
|
+
"supplierId": null,
|
|
34
|
+
"siteDetailsCategoriesId": null,
|
|
35
|
+
} satisfies GetAllProductRangeRequest
|
|
36
|
+
|
|
37
|
+
console.log(example)
|
|
38
|
+
|
|
39
|
+
// Convert the instance to a JSON string
|
|
40
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
41
|
+
console.log(exampleJSON)
|
|
42
|
+
|
|
43
|
+
// Parse the JSON string back to an object
|
|
44
|
+
const exampleParsed = JSON.parse(exampleJSON) as GetAllProductRangeRequest
|
|
45
|
+
console.log(exampleParsed)
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
49
|
+
|
|
50
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
# IndexProductRangeRequest
|
|
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
|
+
`siteDetailsSiteId` | Array<string>
|
|
15
|
+
`supplierId` | Array<string>
|
|
16
|
+
`siteDetailsCategoriesId` | Array<string>
|
|
17
|
+
`relatedId` | number
|
|
18
|
+
`relatedType` | string
|
|
19
|
+
`includesRelations` | boolean
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import type { IndexProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
25
|
+
|
|
26
|
+
// TODO: Update the object below with actual values
|
|
27
|
+
const example = {
|
|
28
|
+
"search": null,
|
|
29
|
+
"sortBy": null,
|
|
30
|
+
"sortDirection": null,
|
|
31
|
+
"perPage": null,
|
|
32
|
+
"page": null,
|
|
33
|
+
"siteDetailsSiteId": null,
|
|
34
|
+
"supplierId": null,
|
|
35
|
+
"siteDetailsCategoriesId": null,
|
|
36
|
+
"relatedId": null,
|
|
37
|
+
"relatedType": null,
|
|
38
|
+
"includesRelations": null,
|
|
39
|
+
} satisfies IndexProductRangeRequest
|
|
40
|
+
|
|
41
|
+
console.log(example)
|
|
42
|
+
|
|
43
|
+
// Convert the instance to a JSON string
|
|
44
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
45
|
+
console.log(exampleJSON)
|
|
46
|
+
|
|
47
|
+
// Parse the JSON string back to an object
|
|
48
|
+
const exampleParsed = JSON.parse(exampleJSON) as IndexProductRangeRequest
|
|
49
|
+
console.log(exampleParsed)
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
53
|
+
|
|
54
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
# PaginatedProductRangeFrontendListResourceResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<ProductRangeFrontendListResource>](ProductRangeFrontendListResource.md)
|
|
10
|
+
`meta` | [PagingMetadata](PagingMetadata.md)
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import type { PaginatedProductRangeFrontendListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
+
|
|
17
|
+
// TODO: Update the object below with actual values
|
|
18
|
+
const example = {
|
|
19
|
+
"data": null,
|
|
20
|
+
"meta": null,
|
|
21
|
+
} satisfies PaginatedProductRangeFrontendListResourceResponse
|
|
22
|
+
|
|
23
|
+
console.log(example)
|
|
24
|
+
|
|
25
|
+
// Convert the instance to a JSON string
|
|
26
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
+
console.log(exampleJSON)
|
|
28
|
+
|
|
29
|
+
// Parse the JSON string back to an object
|
|
30
|
+
const exampleParsed = JSON.parse(exampleJSON) as PaginatedProductRangeFrontendListResourceResponse
|
|
31
|
+
console.log(exampleParsed)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
+
|
|
36
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
# PaginatedProductRangeListResourceResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<ProductRangeListResource>](ProductRangeListResource.md)
|
|
10
|
+
`meta` | [PagingMetadata](PagingMetadata.md)
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import type { PaginatedProductRangeListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
+
|
|
17
|
+
// TODO: Update the object below with actual values
|
|
18
|
+
const example = {
|
|
19
|
+
"data": null,
|
|
20
|
+
"meta": null,
|
|
21
|
+
} satisfies PaginatedProductRangeListResourceResponse
|
|
22
|
+
|
|
23
|
+
console.log(example)
|
|
24
|
+
|
|
25
|
+
// Convert the instance to a JSON string
|
|
26
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
+
console.log(exampleJSON)
|
|
28
|
+
|
|
29
|
+
// Parse the JSON string back to an object
|
|
30
|
+
const exampleParsed = JSON.parse(exampleJSON) as PaginatedProductRangeListResourceResponse
|
|
31
|
+
console.log(exampleParsed)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
+
|
|
36
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
# PaginatedProductRangeLiteResourceResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`data` | [Array<ProductRangeLiteResource>](ProductRangeLiteResource.md)
|
|
10
|
+
`meta` | [PagingMetadata](PagingMetadata.md)
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import type { PaginatedProductRangeLiteResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
+
|
|
17
|
+
// TODO: Update the object below with actual values
|
|
18
|
+
const example = {
|
|
19
|
+
"data": null,
|
|
20
|
+
"meta": null,
|
|
21
|
+
} satisfies PaginatedProductRangeLiteResourceResponse
|
|
22
|
+
|
|
23
|
+
console.log(example)
|
|
24
|
+
|
|
25
|
+
// Convert the instance to a JSON string
|
|
26
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
+
console.log(exampleJSON)
|
|
28
|
+
|
|
29
|
+
// Parse the JSON string back to an object
|
|
30
|
+
const exampleParsed = JSON.parse(exampleJSON) as PaginatedProductRangeLiteResourceResponse
|
|
31
|
+
console.log(exampleParsed)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
+
|
|
36
|
+
|