@digital8/lighting-illusions-ts-sdk 0.0.1237 → 0.0.1239
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 -58
- package/README.md +54 -42
- package/dist/apis/AttributeApi.d.ts +16 -1
- package/dist/apis/AttributeApi.js +58 -0
- package/dist/apis/ProductRangeApi.d.ts +269 -0
- package/dist/apis/ProductRangeApi.js +1043 -0
- package/dist/apis/SupplierApi.d.ts +1 -33
- package/dist/apis/SupplierApi.js +0 -122
- package/dist/apis/index.d.ts +1 -1
- package/dist/apis/index.js +1 -1
- package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/AttachAttributesProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachAttributesProductRangeRequest.js +52 -0
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +38 -0
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +53 -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/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/IndexModelAttributeRequest.d.ts +118 -0
- package/dist/models/IndexModelAttributeRequest.js +93 -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/{IndexStoreRequest.js → IndexProductRangeRequest.js} +22 -21
- package/dist/models/ModelAttributeListResource.d.ts +64 -0
- package/dist/models/ModelAttributeListResource.js +71 -0
- package/dist/models/ModelAttributeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ModelAttributeListResourceArrayResponse.js +50 -0
- package/dist/models/ModelAttributeResource.d.ts +6 -0
- package/dist/models/ModelAttributeResource.js +2 -0
- package/dist/models/PaginatedModelAttributeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedModelAttributeListResourceResponse.js +57 -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/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 +66 -0
- package/dist/models/ProductRangeListResource.js +75 -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 +89 -0
- package/dist/models/ProductRangeResource.js +86 -0
- package/dist/models/ProductRangeResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.d.ts +44 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.js +59 -0
- package/dist/models/ProductRangeSiteDetailLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSiteDetailLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSiteDetailResource.d.ts +101 -0
- package/dist/models/ProductRangeSiteDetailResource.js +98 -0
- package/dist/models/ProductRangeSiteDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSiteDetailResourceArrayResponse.js +50 -0
- package/dist/models/StoreAssetForAssetableRequest.d.ts +3 -0
- package/dist/models/StoreAssetForAssetableRequest.js +4 -1
- 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 +59 -0
- package/dist/models/UpdateProductRangeRequest.js +62 -0
- package/dist/models/UpdateProductRangeRequestAttributesInner.d.ts +38 -0
- package/dist/models/UpdateProductRangeRequestAttributesInner.js +51 -0
- package/dist/models/UpdateProductTypeRequest.d.ts +9 -9
- package/dist/models/UpdateProductTypeRequest.js +9 -9
- package/dist/models/index.d.ts +35 -28
- package/dist/models/index.js +35 -28
- package/docs/{AddressFrontendResourceArrayResponse.md → AttachAccessoriesProductRangeRequest.md} +6 -6
- package/docs/AttachAttributesProductRangeRequest.md +34 -0
- package/docs/AttachAttributesProductRangeRequestAttributesInner.md +36 -0
- package/docs/{StoreStoreRequestSpecialDatesInner.md → AttachDocumentsProductRangeRequest.md} +6 -12
- package/docs/AttributeApi.md +66 -0
- package/docs/{AttachSuppliersStoreRequest.md → DetachAccessoriesProductRangeRequest.md} +6 -6
- package/docs/{AttachStoresSupplierRequest.md → DetachAttributesProductRangeRequest.md} +6 -6
- package/docs/{StoreFrontendResourceArrayResponse.md → DetachDocumentsProductRangeRequest.md} +6 -6
- package/docs/{GetAllStoreRequest.md → GetAllProductRangeRequest.md} +10 -8
- package/docs/{IndexStoreRequest.md → IndexModelAttributeRequest.md} +10 -8
- package/docs/IndexProductRangeRequest.md +54 -0
- package/docs/ModelAttributeListResource.md +44 -0
- package/docs/ModelAttributeListResourceArrayResponse.md +34 -0
- package/docs/ModelAttributeResource.md +2 -0
- package/docs/PaginatedModelAttributeListResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeFrontendListResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeListResourceResponse.md +36 -0
- package/docs/PaginatedProductRangeLiteResourceResponse.md +36 -0
- package/docs/{PaginatedStoreListResourceResponse.md → PaginatedProductRangeResourceResponse.md} +5 -5
- package/docs/ProductRangeApi.md +1097 -0
- package/docs/{StoreSpecialDateFrontendResource.md → ProductRangeFrontendListResource.md} +12 -10
- package/docs/{StoreSpecialDateFrontendResourceArrayResponse.md → ProductRangeFrontendListResourceArrayResponse.md} +5 -5
- package/docs/ProductRangeFrontendResource.md +62 -0
- package/docs/ProductRangeFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductRangeListResource.md +44 -0
- package/docs/{StoreListResourceArrayResponse.md → ProductRangeListResourceArrayResponse.md} +5 -5
- package/docs/{StoreLiteResource.md → ProductRangeLiteResource.md} +4 -6
- package/docs/{StoreSpecialDateResourceArrayResponse.md → ProductRangeLiteResourceArrayResponse.md} +5 -5
- package/docs/ProductRangeResource.md +52 -0
- package/docs/{AddressResourceArrayResponse.md → ProductRangeResourceArrayResponse.md} +5 -5
- package/docs/ProductRangeSiteDetailLiteResource.md +38 -0
- package/docs/ProductRangeSiteDetailLiteResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSiteDetailResource.md +56 -0
- package/docs/ProductRangeSiteDetailResourceArrayResponse.md +34 -0
- package/docs/{StoreSpecialDateResource.md → StoreProductRangeRequest.md} +10 -12
- package/docs/StoreProductRangeRequestSitesInner.md +54 -0
- package/docs/SupplierApi.md +0 -138
- package/docs/UpdateProductRangeRequest.md +42 -0
- package/docs/{UpdateProductTypeRequestPerformanceValuesInner.md → UpdateProductRangeRequestAttributesInner.md} +4 -4
- package/docs/UpdateProductTypeRequest.md +4 -4
- package/package.json +1 -1
- package/src/apis/AttributeApi.ts +50 -0
- package/src/apis/ProductRangeApi.ts +888 -0
- package/src/apis/SupplierApi.ts +0 -112
- package/src/apis/index.ts +1 -1
- package/src/models/AttachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/AttachAttributesProductRangeRequest.ts +74 -0
- package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +74 -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/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/IndexModelAttributeRequest.ts +176 -0
- package/src/models/IndexProductChildRequest.ts +1 -0
- package/src/models/IndexProductRangeRequest.ts +167 -0
- package/src/models/ModelAttributeListResource.ts +125 -0
- package/src/models/ModelAttributeListResourceArrayResponse.ts +73 -0
- package/src/models/ModelAttributeResource.ts +8 -0
- package/src/models/PaginatedModelAttributeListResourceResponse.ts +90 -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/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 +140 -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 +167 -0
- package/src/models/ProductRangeResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSiteDetailLiteResource.ts +84 -0
- package/src/models/ProductRangeSiteDetailLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSiteDetailResource.ts +187 -0
- package/src/models/ProductRangeSiteDetailResourceArrayResponse.ts +73 -0
- package/src/models/StoreAssetForAssetableRequest.ts +4 -1
- package/src/models/StoreProductRangeRequest.ts +105 -0
- package/src/models/StoreProductRangeRequestSitesInner.ts +148 -0
- package/src/models/UpdateProductRangeRequest.ts +120 -0
- package/src/models/UpdateProductRangeRequestAttributesInner.ts +73 -0
- package/src/models/UpdateProductTypeRequest.ts +22 -22
- package/src/models/index.ts +35 -28
- package/dist/apis/StoreApi.d.ts +0 -173
- package/dist/apis/StoreApi.js +0 -679
- package/dist/models/AddressFrontendResource.d.ts +0 -74
- package/dist/models/AddressFrontendResource.js +0 -75
- package/dist/models/AddressFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/AddressFrontendResourceArrayResponse.js +0 -50
- package/dist/models/AddressResource.d.ts +0 -80
- package/dist/models/AddressResource.js +0 -79
- package/dist/models/AddressResourceArrayResponse.d.ts +0 -33
- package/dist/models/AddressResourceArrayResponse.js +0 -50
- package/dist/models/AttachStoresSupplierRequest.d.ts +0 -32
- package/dist/models/AttachStoresSupplierRequest.js +0 -51
- package/dist/models/AttachSuppliersStoreRequest.d.ts +0 -32
- package/dist/models/AttachSuppliersStoreRequest.js +0 -51
- package/dist/models/DetachStoresSupplierRequest.d.ts +0 -32
- package/dist/models/DetachStoresSupplierRequest.js +0 -51
- package/dist/models/DetachSuppliersStoreRequest.d.ts +0 -32
- package/dist/models/DetachSuppliersStoreRequest.js +0 -51
- package/dist/models/GetAllStoreRequest.d.ts +0 -93
- package/dist/models/GetAllStoreRequest.js +0 -81
- package/dist/models/IndexStoreRequest.d.ts +0 -105
- package/dist/models/PaginatedStoreListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedStoreListResourceResponse.js +0 -57
- package/dist/models/StoreFrontendResource.d.ts +0 -98
- package/dist/models/StoreFrontendResource.js +0 -87
- package/dist/models/StoreFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreFrontendResourceArrayResponse.js +0 -50
- package/dist/models/StoreListResource.d.ts +0 -81
- package/dist/models/StoreListResource.js +0 -78
- package/dist/models/StoreListResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreListResourceArrayResponse.js +0 -50
- package/dist/models/StoreLiteResource.d.ts +0 -45
- package/dist/models/StoreLiteResource.js +0 -58
- package/dist/models/StoreLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreLiteResourceArrayResponse.js +0 -50
- package/dist/models/StoreResource.d.ts +0 -100
- package/dist/models/StoreResource.js +0 -93
- package/dist/models/StoreResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreResourceArrayResponse.js +0 -50
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +0 -56
- package/dist/models/StoreSpecialDateFrontendResource.js +0 -65
- package/dist/models/StoreSpecialDateFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreSpecialDateFrontendResourceArrayResponse.js +0 -50
- package/dist/models/StoreSpecialDateResource.d.ts +0 -56
- package/dist/models/StoreSpecialDateResource.js +0 -65
- package/dist/models/StoreSpecialDateResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreSpecialDateResourceArrayResponse.js +0 -50
- package/dist/models/StoreStoreRequest.d.ts +0 -177
- package/dist/models/StoreStoreRequest.js +0 -124
- package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +0 -50
- package/dist/models/StoreStoreRequestSpecialDatesInner.js +0 -57
- package/dist/models/StoreStoreSpecialDateRequest.d.ts +0 -50
- package/dist/models/StoreStoreSpecialDateRequest.js +0 -57
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +0 -38
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.js +0 -51
- package/dist/models/UpdateStoreRequest.d.ts +0 -164
- package/dist/models/UpdateStoreRequest.js +0 -119
- package/docs/AddressFrontendResource.md +0 -48
- package/docs/AddressResource.md +0 -50
- package/docs/DetachStoresSupplierRequest.md +0 -34
- package/docs/DetachSuppliersStoreRequest.md +0 -34
- package/docs/StoreApi.md +0 -683
- package/docs/StoreFrontendResource.md +0 -56
- package/docs/StoreListResource.md +0 -50
- package/docs/StoreLiteResourceArrayResponse.md +0 -34
- package/docs/StoreResource.md +0 -56
- package/docs/StoreResourceArrayResponse.md +0 -34
- package/docs/StoreStoreRequest.md +0 -82
- package/docs/StoreStoreSpecialDateRequest.md +0 -40
- package/docs/UpdateStoreRequest.md +0 -78
- package/src/apis/StoreApi.ts +0 -563
- package/src/models/AddressFrontendResource.ts +0 -127
- package/src/models/AddressFrontendResourceArrayResponse.ts +0 -73
- package/src/models/AddressResource.ts +0 -136
- package/src/models/AddressResourceArrayResponse.ts +0 -73
- package/src/models/AttachStoresSupplierRequest.ts +0 -66
- package/src/models/AttachSuppliersStoreRequest.ts +0 -66
- package/src/models/DetachStoresSupplierRequest.ts +0 -66
- package/src/models/DetachSuppliersStoreRequest.ts +0 -66
- package/src/models/GetAllStoreRequest.ts +0 -144
- package/src/models/IndexStoreRequest.ts +0 -160
- package/src/models/PaginatedStoreListResourceResponse.ts +0 -90
- package/src/models/StoreFrontendResource.ts +0 -161
- package/src/models/StoreFrontendResourceArrayResponse.ts +0 -73
- package/src/models/StoreListResource.ts +0 -143
- package/src/models/StoreListResourceArrayResponse.ts +0 -73
- package/src/models/StoreLiteResource.ts +0 -91
- package/src/models/StoreLiteResourceArrayResponse.ts +0 -73
- package/src/models/StoreResource.ts +0 -178
- package/src/models/StoreResourceArrayResponse.ts +0 -73
- package/src/models/StoreSpecialDateFrontendResource.ts +0 -101
- package/src/models/StoreSpecialDateFrontendResourceArrayResponse.ts +0 -73
- package/src/models/StoreSpecialDateResource.ts +0 -101
- package/src/models/StoreSpecialDateResourceArrayResponse.ts +0 -73
- package/src/models/StoreStoreRequest.ts +0 -278
- package/src/models/StoreStoreRequestSpecialDatesInner.ts +0 -90
- package/src/models/StoreStoreSpecialDateRequest.ts +0 -90
- package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +0 -73
- package/src/models/UpdateStoreRequest.ts +0 -254
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfUpdateProductRangeRequestAttributesInner = instanceOfUpdateProductRangeRequestAttributesInner;
|
|
17
|
+
exports.UpdateProductRangeRequestAttributesInnerFromJSON = UpdateProductRangeRequestAttributesInnerFromJSON;
|
|
18
|
+
exports.UpdateProductRangeRequestAttributesInnerFromJSONTyped = UpdateProductRangeRequestAttributesInnerFromJSONTyped;
|
|
19
|
+
exports.UpdateProductRangeRequestAttributesInnerToJSON = UpdateProductRangeRequestAttributesInnerToJSON;
|
|
20
|
+
exports.UpdateProductRangeRequestAttributesInnerToJSONTyped = UpdateProductRangeRequestAttributesInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the UpdateProductRangeRequestAttributesInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfUpdateProductRangeRequestAttributesInner(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function UpdateProductRangeRequestAttributesInnerFromJSON(json) {
|
|
28
|
+
return UpdateProductRangeRequestAttributesInnerFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function UpdateProductRangeRequestAttributesInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'attributeId': json['attribute_id'] == null ? undefined : json['attribute_id'],
|
|
36
|
+
'order': json['order'] == null ? undefined : json['order'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function UpdateProductRangeRequestAttributesInnerToJSON(json) {
|
|
40
|
+
return UpdateProductRangeRequestAttributesInnerToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function UpdateProductRangeRequestAttributesInnerToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'attribute_id': value['attributeId'],
|
|
49
|
+
'order': value['order'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { UpdateProductRangeRequestAttributesInner } from './UpdateProductRangeRequestAttributesInner';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -24,28 +24,28 @@ export interface UpdateProductTypeRequest {
|
|
|
24
24
|
name: string;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {Array<
|
|
27
|
+
* @type {Array<UpdateProductRangeRequestAttributesInner>}
|
|
28
28
|
* @memberof UpdateProductTypeRequest
|
|
29
29
|
*/
|
|
30
|
-
performanceValues?: Array<
|
|
30
|
+
performanceValues?: Array<UpdateProductRangeRequestAttributesInner>;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {Array<
|
|
33
|
+
* @type {Array<UpdateProductRangeRequestAttributesInner>}
|
|
34
34
|
* @memberof UpdateProductTypeRequest
|
|
35
35
|
*/
|
|
36
|
-
dimensionValues?: Array<
|
|
36
|
+
dimensionValues?: Array<UpdateProductRangeRequestAttributesInner>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {Array<
|
|
39
|
+
* @type {Array<UpdateProductRangeRequestAttributesInner>}
|
|
40
40
|
* @memberof UpdateProductTypeRequest
|
|
41
41
|
*/
|
|
42
|
-
specificationValues?: Array<
|
|
42
|
+
specificationValues?: Array<UpdateProductRangeRequestAttributesInner>;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {Array<
|
|
45
|
+
* @type {Array<UpdateProductRangeRequestAttributesInner>}
|
|
46
46
|
* @memberof UpdateProductTypeRequest
|
|
47
47
|
*/
|
|
48
|
-
otherValues?: Array<
|
|
48
|
+
otherValues?: Array<UpdateProductRangeRequestAttributesInner>;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Check if a given object implements the UpdateProductTypeRequest interface.
|
|
@@ -18,7 +18,7 @@ exports.UpdateProductTypeRequestFromJSON = UpdateProductTypeRequestFromJSON;
|
|
|
18
18
|
exports.UpdateProductTypeRequestFromJSONTyped = UpdateProductTypeRequestFromJSONTyped;
|
|
19
19
|
exports.UpdateProductTypeRequestToJSON = UpdateProductTypeRequestToJSON;
|
|
20
20
|
exports.UpdateProductTypeRequestToJSONTyped = UpdateProductTypeRequestToJSONTyped;
|
|
21
|
-
var
|
|
21
|
+
var UpdateProductRangeRequestAttributesInner_1 = require("./UpdateProductRangeRequestAttributesInner");
|
|
22
22
|
/**
|
|
23
23
|
* Check if a given object implements the UpdateProductTypeRequest interface.
|
|
24
24
|
*/
|
|
@@ -36,10 +36,10 @@ function UpdateProductTypeRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
}
|
|
37
37
|
return {
|
|
38
38
|
'name': json['name'],
|
|
39
|
-
'performanceValues': json['performance_values'] == null ? undefined : (json['performance_values'].map(
|
|
40
|
-
'dimensionValues': json['dimension_values'] == null ? undefined : (json['dimension_values'].map(
|
|
41
|
-
'specificationValues': json['specification_values'] == null ? undefined : (json['specification_values'].map(
|
|
42
|
-
'otherValues': json['other_values'] == null ? undefined : (json['other_values'].map(
|
|
39
|
+
'performanceValues': json['performance_values'] == null ? undefined : (json['performance_values'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerFromJSON)),
|
|
40
|
+
'dimensionValues': json['dimension_values'] == null ? undefined : (json['dimension_values'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerFromJSON)),
|
|
41
|
+
'specificationValues': json['specification_values'] == null ? undefined : (json['specification_values'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerFromJSON)),
|
|
42
|
+
'otherValues': json['other_values'] == null ? undefined : (json['other_values'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerFromJSON)),
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
function UpdateProductTypeRequestToJSON(json) {
|
|
@@ -52,9 +52,9 @@ function UpdateProductTypeRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
|
52
52
|
}
|
|
53
53
|
return {
|
|
54
54
|
'name': value['name'],
|
|
55
|
-
'performance_values': value['performanceValues'] == null ? undefined : (value['performanceValues'].map(
|
|
56
|
-
'dimension_values': value['dimensionValues'] == null ? undefined : (value['dimensionValues'].map(
|
|
57
|
-
'specification_values': value['specificationValues'] == null ? undefined : (value['specificationValues'].map(
|
|
58
|
-
'other_values': value['otherValues'] == null ? undefined : (value['otherValues'].map(
|
|
55
|
+
'performance_values': value['performanceValues'] == null ? undefined : (value['performanceValues'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerToJSON)),
|
|
56
|
+
'dimension_values': value['dimensionValues'] == null ? undefined : (value['dimensionValues'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerToJSON)),
|
|
57
|
+
'specification_values': value['specificationValues'] == null ? undefined : (value['specificationValues'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerToJSON)),
|
|
58
|
+
'other_values': value['otherValues'] == null ? undefined : (value['otherValues'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerToJSON)),
|
|
59
59
|
};
|
|
60
60
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
export * from './AddressFrontendResource';
|
|
2
|
-
export * from './AddressFrontendResourceArrayResponse';
|
|
3
|
-
export * from './AddressResource';
|
|
4
|
-
export * from './AddressResourceArrayResponse';
|
|
5
1
|
export * from './AssetFileForUploadResource';
|
|
6
2
|
export * from './AssetFileForUploadResourceArrayResponse';
|
|
7
3
|
export * from './AssetFrontendResource';
|
|
@@ -13,16 +9,18 @@ export * from './AssetResourceArrayResponse';
|
|
|
13
9
|
export * from './AssetWithOverlayLinkResource';
|
|
14
10
|
export * from './AssetWithOverlayLinkResourceArrayResponse';
|
|
15
11
|
export * from './AttachAccessoriesProductChildRequest';
|
|
12
|
+
export * from './AttachAccessoriesProductRangeRequest';
|
|
16
13
|
export * from './AttachAssetsOverlayTemplateRequest';
|
|
17
14
|
export * from './AttachAttributeProductTypeRequest';
|
|
15
|
+
export * from './AttachAttributesProductRangeRequest';
|
|
16
|
+
export * from './AttachAttributesProductRangeRequestAttributesInner';
|
|
18
17
|
export * from './AttachDocumentablesDocumentRequest';
|
|
19
18
|
export * from './AttachDocumentablesDocumentRequestDocumentablesInner';
|
|
20
19
|
export * from './AttachDocumentsProductChildRequest';
|
|
21
20
|
export * from './AttachDocumentsProductChildRequestDocumentsInner';
|
|
21
|
+
export * from './AttachDocumentsProductRangeRequest';
|
|
22
22
|
export * from './AttachProductTypeAttributeRequest';
|
|
23
23
|
export * from './AttachProductsProductCategoryRequest';
|
|
24
|
-
export * from './AttachStoresSupplierRequest';
|
|
25
|
-
export * from './AttachSuppliersStoreRequest';
|
|
26
24
|
export * from './AttributeFieldType';
|
|
27
25
|
export * from './AttributeListResource';
|
|
28
26
|
export * from './AttributeListResourceArrayResponse';
|
|
@@ -52,13 +50,14 @@ export * from './DefinitionResourceArrayResponse';
|
|
|
52
50
|
export * from './DescriptionResource';
|
|
53
51
|
export * from './DescriptionResourceArrayResponse';
|
|
54
52
|
export * from './DestroyAttributeValueRequest';
|
|
53
|
+
export * from './DetachAccessoriesProductRangeRequest';
|
|
55
54
|
export * from './DetachAssetableOverlayTemplateRequest';
|
|
55
|
+
export * from './DetachAttributesProductRangeRequest';
|
|
56
56
|
export * from './DetachDocumentablesDocumentRequest';
|
|
57
57
|
export * from './DetachDocumentablesDocumentRequestDocumentablesInner';
|
|
58
58
|
export * from './DetachDocumentsProductChildRequest';
|
|
59
|
+
export * from './DetachDocumentsProductRangeRequest';
|
|
59
60
|
export * from './DetachProductsProductCategoryRequest';
|
|
60
|
-
export * from './DetachStoresSupplierRequest';
|
|
61
|
-
export * from './DetachSuppliersStoreRequest';
|
|
62
61
|
export * from './DocumentFileForUploadResource';
|
|
63
62
|
export * from './DocumentFileForUploadResourceArrayResponse';
|
|
64
63
|
export * from './DocumentFrontendResource';
|
|
@@ -82,9 +81,9 @@ export * from './GetAllGoogleCategoryRequest';
|
|
|
82
81
|
export * from './GetAllOverlayTemplateRequest';
|
|
83
82
|
export * from './GetAllProductCategoryRequest';
|
|
84
83
|
export * from './GetAllProductChildRequest';
|
|
84
|
+
export * from './GetAllProductRangeRequest';
|
|
85
85
|
export * from './GetAllProductRequest';
|
|
86
86
|
export * from './GetAllProductTypeRequest';
|
|
87
|
-
export * from './GetAllStoreRequest';
|
|
88
87
|
export * from './GetAllSupplierRequest';
|
|
89
88
|
export * from './GetHierarchyProductCategoryRequest';
|
|
90
89
|
export * from './GetUniqueEndpointsExternalApiLogRequest';
|
|
@@ -103,18 +102,21 @@ export * from './IndexAttributeValueRequest';
|
|
|
103
102
|
export * from './IndexDefinitionRequest';
|
|
104
103
|
export * from './IndexDocumentRequest';
|
|
105
104
|
export * from './IndexExternalApiLogRequest';
|
|
105
|
+
export * from './IndexModelAttributeRequest';
|
|
106
106
|
export * from './IndexOverlayTemplateRequest';
|
|
107
107
|
export * from './IndexProductCategoryRequest';
|
|
108
108
|
export * from './IndexProductChildRequest';
|
|
109
|
+
export * from './IndexProductRangeRequest';
|
|
109
110
|
export * from './IndexProductRequest';
|
|
110
111
|
export * from './IndexProductTypeRequest';
|
|
111
112
|
export * from './IndexSiteNotificationRequest';
|
|
112
113
|
export * from './IndexSiteRequest';
|
|
113
|
-
export * from './IndexStoreRequest';
|
|
114
114
|
export * from './IndexSupplierRequest';
|
|
115
115
|
export * from './IndexTagRequest';
|
|
116
116
|
export * from './LabelResource';
|
|
117
117
|
export * from './LabelResourceArrayResponse';
|
|
118
|
+
export * from './ModelAttributeListResource';
|
|
119
|
+
export * from './ModelAttributeListResourceArrayResponse';
|
|
118
120
|
export * from './ModelAttributeResource';
|
|
119
121
|
export * from './ModelAttributeResourceArrayResponse';
|
|
120
122
|
export * from './OverlayTemplateAssetFrontendResource';
|
|
@@ -140,6 +142,7 @@ export * from './PaginatedDocumentResourceResponse';
|
|
|
140
142
|
export * from './PaginatedExternalApiLogListResourceResponse';
|
|
141
143
|
export * from './PaginatedExternalApiLogResourceResponse';
|
|
142
144
|
export * from './PaginatedGoogleCategoryResourceResponse';
|
|
145
|
+
export * from './PaginatedModelAttributeListResourceResponse';
|
|
143
146
|
export * from './PaginatedOverlayTemplateListResourceResponse';
|
|
144
147
|
export * from './PaginatedOverlayTemplateLiteResourceResponse';
|
|
145
148
|
export * from './PaginatedOverlayTemplateResourceResponse';
|
|
@@ -152,6 +155,10 @@ export * from './PaginatedProductChildRelationResourceResponse';
|
|
|
152
155
|
export * from './PaginatedProductChildResourceResponse';
|
|
153
156
|
export * from './PaginatedProductListResourceResponse';
|
|
154
157
|
export * from './PaginatedProductLiteResourceResponse';
|
|
158
|
+
export * from './PaginatedProductRangeFrontendListResourceResponse';
|
|
159
|
+
export * from './PaginatedProductRangeListResourceResponse';
|
|
160
|
+
export * from './PaginatedProductRangeLiteResourceResponse';
|
|
161
|
+
export * from './PaginatedProductRangeResourceResponse';
|
|
155
162
|
export * from './PaginatedProductResourceResponse';
|
|
156
163
|
export * from './PaginatedProductSearchResultResourceResponse';
|
|
157
164
|
export * from './PaginatedProductTypeListResourceResponse';
|
|
@@ -162,7 +169,6 @@ export * from './PaginatedSiteLiteResourceResponse';
|
|
|
162
169
|
export * from './PaginatedSiteNotificationListResourceResponse';
|
|
163
170
|
export * from './PaginatedSiteNotificationResourceResponse';
|
|
164
171
|
export * from './PaginatedSiteResourceResponse';
|
|
165
|
-
export * from './PaginatedStoreListResourceResponse';
|
|
166
172
|
export * from './PaginatedSupplierFrontendResourceResponse';
|
|
167
173
|
export * from './PaginatedSupplierListResourceResponse';
|
|
168
174
|
export * from './PaginatedSupplierLiteResourceResponse';
|
|
@@ -211,6 +217,20 @@ export * from './ProductListResource';
|
|
|
211
217
|
export * from './ProductListResourceArrayResponse';
|
|
212
218
|
export * from './ProductLiteResource';
|
|
213
219
|
export * from './ProductLiteResourceArrayResponse';
|
|
220
|
+
export * from './ProductRangeFrontendListResource';
|
|
221
|
+
export * from './ProductRangeFrontendListResourceArrayResponse';
|
|
222
|
+
export * from './ProductRangeFrontendResource';
|
|
223
|
+
export * from './ProductRangeFrontendResourceArrayResponse';
|
|
224
|
+
export * from './ProductRangeListResource';
|
|
225
|
+
export * from './ProductRangeListResourceArrayResponse';
|
|
226
|
+
export * from './ProductRangeLiteResource';
|
|
227
|
+
export * from './ProductRangeLiteResourceArrayResponse';
|
|
228
|
+
export * from './ProductRangeResource';
|
|
229
|
+
export * from './ProductRangeResourceArrayResponse';
|
|
230
|
+
export * from './ProductRangeSiteDetailLiteResource';
|
|
231
|
+
export * from './ProductRangeSiteDetailLiteResourceArrayResponse';
|
|
232
|
+
export * from './ProductRangeSiteDetailResource';
|
|
233
|
+
export * from './ProductRangeSiteDetailResourceArrayResponse';
|
|
214
234
|
export * from './ProductRating';
|
|
215
235
|
export * from './ProductResource';
|
|
216
236
|
export * from './ProductResourceArrayResponse';
|
|
@@ -252,12 +272,6 @@ export * from './StoreAttributeValueRequest';
|
|
|
252
272
|
export * from './StoreDefinitionRequest';
|
|
253
273
|
export * from './StoreDocumentFileRequest';
|
|
254
274
|
export * from './StoreDocumentRequest';
|
|
255
|
-
export * from './StoreFrontendResource';
|
|
256
|
-
export * from './StoreFrontendResourceArrayResponse';
|
|
257
|
-
export * from './StoreListResource';
|
|
258
|
-
export * from './StoreListResourceArrayResponse';
|
|
259
|
-
export * from './StoreLiteResource';
|
|
260
|
-
export * from './StoreLiteResourceArrayResponse';
|
|
261
275
|
export * from './StoreOverlayTemplateAssetRequest';
|
|
262
276
|
export * from './StoreOverlayTemplateRequest';
|
|
263
277
|
export * from './StoreProductCategoryRequest';
|
|
@@ -268,19 +282,12 @@ export * from './StoreProductChildRequest';
|
|
|
268
282
|
export * from './StoreProductChildRequestAssetsInner';
|
|
269
283
|
export * from './StoreProductChildRequestAttributeValuesInner';
|
|
270
284
|
export * from './StoreProductChildRequestSitesInner';
|
|
285
|
+
export * from './StoreProductRangeRequest';
|
|
286
|
+
export * from './StoreProductRangeRequestSitesInner';
|
|
271
287
|
export * from './StoreProductRequest';
|
|
272
288
|
export * from './StoreProductRequestCategoriesInner';
|
|
273
289
|
export * from './StoreProductTypeRequest';
|
|
274
|
-
export * from './StoreResource';
|
|
275
|
-
export * from './StoreResourceArrayResponse';
|
|
276
290
|
export * from './StoreSiteNotificationRequest';
|
|
277
|
-
export * from './StoreSpecialDateFrontendResource';
|
|
278
|
-
export * from './StoreSpecialDateFrontendResourceArrayResponse';
|
|
279
|
-
export * from './StoreSpecialDateResource';
|
|
280
|
-
export * from './StoreSpecialDateResourceArrayResponse';
|
|
281
|
-
export * from './StoreStoreRequest';
|
|
282
|
-
export * from './StoreStoreRequestSpecialDatesInner';
|
|
283
|
-
export * from './StoreStoreSpecialDateRequest';
|
|
284
291
|
export * from './StoreSupplierRequest';
|
|
285
292
|
export * from './StoreTagRequest';
|
|
286
293
|
export * from './SupplierFrontendResource';
|
|
@@ -313,12 +320,12 @@ export * from './UpdateOverlayTemplateRequest';
|
|
|
313
320
|
export * from './UpdateProductCategoryRequest';
|
|
314
321
|
export * from './UpdateProductChildRequest';
|
|
315
322
|
export * from './UpdateProductChildRequestAssetsInner';
|
|
323
|
+
export * from './UpdateProductRangeRequest';
|
|
324
|
+
export * from './UpdateProductRangeRequestAttributesInner';
|
|
316
325
|
export * from './UpdateProductRequest';
|
|
317
326
|
export * from './UpdateProductTypeRequest';
|
|
318
|
-
export * from './UpdateProductTypeRequestPerformanceValuesInner';
|
|
319
327
|
export * from './UpdateSiteNotificationRequest';
|
|
320
328
|
export * from './UpdateSiteRequest';
|
|
321
|
-
export * from './UpdateStoreRequest';
|
|
322
329
|
export * from './UpdateSupplierRequest';
|
|
323
330
|
export * from './UpdateTagRequest';
|
|
324
331
|
export * from './WishlistCheckResource';
|
package/dist/models/index.js
CHANGED
|
@@ -16,10 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
/* tslint:disable */
|
|
18
18
|
/* eslint-disable */
|
|
19
|
-
__exportStar(require("./AddressFrontendResource"), exports);
|
|
20
|
-
__exportStar(require("./AddressFrontendResourceArrayResponse"), exports);
|
|
21
|
-
__exportStar(require("./AddressResource"), exports);
|
|
22
|
-
__exportStar(require("./AddressResourceArrayResponse"), exports);
|
|
23
19
|
__exportStar(require("./AssetFileForUploadResource"), exports);
|
|
24
20
|
__exportStar(require("./AssetFileForUploadResourceArrayResponse"), exports);
|
|
25
21
|
__exportStar(require("./AssetFrontendResource"), exports);
|
|
@@ -31,16 +27,18 @@ __exportStar(require("./AssetResourceArrayResponse"), exports);
|
|
|
31
27
|
__exportStar(require("./AssetWithOverlayLinkResource"), exports);
|
|
32
28
|
__exportStar(require("./AssetWithOverlayLinkResourceArrayResponse"), exports);
|
|
33
29
|
__exportStar(require("./AttachAccessoriesProductChildRequest"), exports);
|
|
30
|
+
__exportStar(require("./AttachAccessoriesProductRangeRequest"), exports);
|
|
34
31
|
__exportStar(require("./AttachAssetsOverlayTemplateRequest"), exports);
|
|
35
32
|
__exportStar(require("./AttachAttributeProductTypeRequest"), exports);
|
|
33
|
+
__exportStar(require("./AttachAttributesProductRangeRequest"), exports);
|
|
34
|
+
__exportStar(require("./AttachAttributesProductRangeRequestAttributesInner"), exports);
|
|
36
35
|
__exportStar(require("./AttachDocumentablesDocumentRequest"), exports);
|
|
37
36
|
__exportStar(require("./AttachDocumentablesDocumentRequestDocumentablesInner"), exports);
|
|
38
37
|
__exportStar(require("./AttachDocumentsProductChildRequest"), exports);
|
|
39
38
|
__exportStar(require("./AttachDocumentsProductChildRequestDocumentsInner"), exports);
|
|
39
|
+
__exportStar(require("./AttachDocumentsProductRangeRequest"), exports);
|
|
40
40
|
__exportStar(require("./AttachProductTypeAttributeRequest"), exports);
|
|
41
41
|
__exportStar(require("./AttachProductsProductCategoryRequest"), exports);
|
|
42
|
-
__exportStar(require("./AttachStoresSupplierRequest"), exports);
|
|
43
|
-
__exportStar(require("./AttachSuppliersStoreRequest"), exports);
|
|
44
42
|
__exportStar(require("./AttributeFieldType"), exports);
|
|
45
43
|
__exportStar(require("./AttributeListResource"), exports);
|
|
46
44
|
__exportStar(require("./AttributeListResourceArrayResponse"), exports);
|
|
@@ -70,13 +68,14 @@ __exportStar(require("./DefinitionResourceArrayResponse"), exports);
|
|
|
70
68
|
__exportStar(require("./DescriptionResource"), exports);
|
|
71
69
|
__exportStar(require("./DescriptionResourceArrayResponse"), exports);
|
|
72
70
|
__exportStar(require("./DestroyAttributeValueRequest"), exports);
|
|
71
|
+
__exportStar(require("./DetachAccessoriesProductRangeRequest"), exports);
|
|
73
72
|
__exportStar(require("./DetachAssetableOverlayTemplateRequest"), exports);
|
|
73
|
+
__exportStar(require("./DetachAttributesProductRangeRequest"), exports);
|
|
74
74
|
__exportStar(require("./DetachDocumentablesDocumentRequest"), exports);
|
|
75
75
|
__exportStar(require("./DetachDocumentablesDocumentRequestDocumentablesInner"), exports);
|
|
76
76
|
__exportStar(require("./DetachDocumentsProductChildRequest"), exports);
|
|
77
|
+
__exportStar(require("./DetachDocumentsProductRangeRequest"), exports);
|
|
77
78
|
__exportStar(require("./DetachProductsProductCategoryRequest"), exports);
|
|
78
|
-
__exportStar(require("./DetachStoresSupplierRequest"), exports);
|
|
79
|
-
__exportStar(require("./DetachSuppliersStoreRequest"), exports);
|
|
80
79
|
__exportStar(require("./DocumentFileForUploadResource"), exports);
|
|
81
80
|
__exportStar(require("./DocumentFileForUploadResourceArrayResponse"), exports);
|
|
82
81
|
__exportStar(require("./DocumentFrontendResource"), exports);
|
|
@@ -100,9 +99,9 @@ __exportStar(require("./GetAllGoogleCategoryRequest"), exports);
|
|
|
100
99
|
__exportStar(require("./GetAllOverlayTemplateRequest"), exports);
|
|
101
100
|
__exportStar(require("./GetAllProductCategoryRequest"), exports);
|
|
102
101
|
__exportStar(require("./GetAllProductChildRequest"), exports);
|
|
102
|
+
__exportStar(require("./GetAllProductRangeRequest"), exports);
|
|
103
103
|
__exportStar(require("./GetAllProductRequest"), exports);
|
|
104
104
|
__exportStar(require("./GetAllProductTypeRequest"), exports);
|
|
105
|
-
__exportStar(require("./GetAllStoreRequest"), exports);
|
|
106
105
|
__exportStar(require("./GetAllSupplierRequest"), exports);
|
|
107
106
|
__exportStar(require("./GetHierarchyProductCategoryRequest"), exports);
|
|
108
107
|
__exportStar(require("./GetUniqueEndpointsExternalApiLogRequest"), exports);
|
|
@@ -121,18 +120,21 @@ __exportStar(require("./IndexAttributeValueRequest"), exports);
|
|
|
121
120
|
__exportStar(require("./IndexDefinitionRequest"), exports);
|
|
122
121
|
__exportStar(require("./IndexDocumentRequest"), exports);
|
|
123
122
|
__exportStar(require("./IndexExternalApiLogRequest"), exports);
|
|
123
|
+
__exportStar(require("./IndexModelAttributeRequest"), exports);
|
|
124
124
|
__exportStar(require("./IndexOverlayTemplateRequest"), exports);
|
|
125
125
|
__exportStar(require("./IndexProductCategoryRequest"), exports);
|
|
126
126
|
__exportStar(require("./IndexProductChildRequest"), exports);
|
|
127
|
+
__exportStar(require("./IndexProductRangeRequest"), exports);
|
|
127
128
|
__exportStar(require("./IndexProductRequest"), exports);
|
|
128
129
|
__exportStar(require("./IndexProductTypeRequest"), exports);
|
|
129
130
|
__exportStar(require("./IndexSiteNotificationRequest"), exports);
|
|
130
131
|
__exportStar(require("./IndexSiteRequest"), exports);
|
|
131
|
-
__exportStar(require("./IndexStoreRequest"), exports);
|
|
132
132
|
__exportStar(require("./IndexSupplierRequest"), exports);
|
|
133
133
|
__exportStar(require("./IndexTagRequest"), exports);
|
|
134
134
|
__exportStar(require("./LabelResource"), exports);
|
|
135
135
|
__exportStar(require("./LabelResourceArrayResponse"), exports);
|
|
136
|
+
__exportStar(require("./ModelAttributeListResource"), exports);
|
|
137
|
+
__exportStar(require("./ModelAttributeListResourceArrayResponse"), exports);
|
|
136
138
|
__exportStar(require("./ModelAttributeResource"), exports);
|
|
137
139
|
__exportStar(require("./ModelAttributeResourceArrayResponse"), exports);
|
|
138
140
|
__exportStar(require("./OverlayTemplateAssetFrontendResource"), exports);
|
|
@@ -158,6 +160,7 @@ __exportStar(require("./PaginatedDocumentResourceResponse"), exports);
|
|
|
158
160
|
__exportStar(require("./PaginatedExternalApiLogListResourceResponse"), exports);
|
|
159
161
|
__exportStar(require("./PaginatedExternalApiLogResourceResponse"), exports);
|
|
160
162
|
__exportStar(require("./PaginatedGoogleCategoryResourceResponse"), exports);
|
|
163
|
+
__exportStar(require("./PaginatedModelAttributeListResourceResponse"), exports);
|
|
161
164
|
__exportStar(require("./PaginatedOverlayTemplateListResourceResponse"), exports);
|
|
162
165
|
__exportStar(require("./PaginatedOverlayTemplateLiteResourceResponse"), exports);
|
|
163
166
|
__exportStar(require("./PaginatedOverlayTemplateResourceResponse"), exports);
|
|
@@ -170,6 +173,10 @@ __exportStar(require("./PaginatedProductChildRelationResourceResponse"), exports
|
|
|
170
173
|
__exportStar(require("./PaginatedProductChildResourceResponse"), exports);
|
|
171
174
|
__exportStar(require("./PaginatedProductListResourceResponse"), exports);
|
|
172
175
|
__exportStar(require("./PaginatedProductLiteResourceResponse"), exports);
|
|
176
|
+
__exportStar(require("./PaginatedProductRangeFrontendListResourceResponse"), exports);
|
|
177
|
+
__exportStar(require("./PaginatedProductRangeListResourceResponse"), exports);
|
|
178
|
+
__exportStar(require("./PaginatedProductRangeLiteResourceResponse"), exports);
|
|
179
|
+
__exportStar(require("./PaginatedProductRangeResourceResponse"), exports);
|
|
173
180
|
__exportStar(require("./PaginatedProductResourceResponse"), exports);
|
|
174
181
|
__exportStar(require("./PaginatedProductSearchResultResourceResponse"), exports);
|
|
175
182
|
__exportStar(require("./PaginatedProductTypeListResourceResponse"), exports);
|
|
@@ -180,7 +187,6 @@ __exportStar(require("./PaginatedSiteLiteResourceResponse"), exports);
|
|
|
180
187
|
__exportStar(require("./PaginatedSiteNotificationListResourceResponse"), exports);
|
|
181
188
|
__exportStar(require("./PaginatedSiteNotificationResourceResponse"), exports);
|
|
182
189
|
__exportStar(require("./PaginatedSiteResourceResponse"), exports);
|
|
183
|
-
__exportStar(require("./PaginatedStoreListResourceResponse"), exports);
|
|
184
190
|
__exportStar(require("./PaginatedSupplierFrontendResourceResponse"), exports);
|
|
185
191
|
__exportStar(require("./PaginatedSupplierListResourceResponse"), exports);
|
|
186
192
|
__exportStar(require("./PaginatedSupplierLiteResourceResponse"), exports);
|
|
@@ -229,6 +235,20 @@ __exportStar(require("./ProductListResource"), exports);
|
|
|
229
235
|
__exportStar(require("./ProductListResourceArrayResponse"), exports);
|
|
230
236
|
__exportStar(require("./ProductLiteResource"), exports);
|
|
231
237
|
__exportStar(require("./ProductLiteResourceArrayResponse"), exports);
|
|
238
|
+
__exportStar(require("./ProductRangeFrontendListResource"), exports);
|
|
239
|
+
__exportStar(require("./ProductRangeFrontendListResourceArrayResponse"), exports);
|
|
240
|
+
__exportStar(require("./ProductRangeFrontendResource"), exports);
|
|
241
|
+
__exportStar(require("./ProductRangeFrontendResourceArrayResponse"), exports);
|
|
242
|
+
__exportStar(require("./ProductRangeListResource"), exports);
|
|
243
|
+
__exportStar(require("./ProductRangeListResourceArrayResponse"), exports);
|
|
244
|
+
__exportStar(require("./ProductRangeLiteResource"), exports);
|
|
245
|
+
__exportStar(require("./ProductRangeLiteResourceArrayResponse"), exports);
|
|
246
|
+
__exportStar(require("./ProductRangeResource"), exports);
|
|
247
|
+
__exportStar(require("./ProductRangeResourceArrayResponse"), exports);
|
|
248
|
+
__exportStar(require("./ProductRangeSiteDetailLiteResource"), exports);
|
|
249
|
+
__exportStar(require("./ProductRangeSiteDetailLiteResourceArrayResponse"), exports);
|
|
250
|
+
__exportStar(require("./ProductRangeSiteDetailResource"), exports);
|
|
251
|
+
__exportStar(require("./ProductRangeSiteDetailResourceArrayResponse"), exports);
|
|
232
252
|
__exportStar(require("./ProductRating"), exports);
|
|
233
253
|
__exportStar(require("./ProductResource"), exports);
|
|
234
254
|
__exportStar(require("./ProductResourceArrayResponse"), exports);
|
|
@@ -270,12 +290,6 @@ __exportStar(require("./StoreAttributeValueRequest"), exports);
|
|
|
270
290
|
__exportStar(require("./StoreDefinitionRequest"), exports);
|
|
271
291
|
__exportStar(require("./StoreDocumentFileRequest"), exports);
|
|
272
292
|
__exportStar(require("./StoreDocumentRequest"), exports);
|
|
273
|
-
__exportStar(require("./StoreFrontendResource"), exports);
|
|
274
|
-
__exportStar(require("./StoreFrontendResourceArrayResponse"), exports);
|
|
275
|
-
__exportStar(require("./StoreListResource"), exports);
|
|
276
|
-
__exportStar(require("./StoreListResourceArrayResponse"), exports);
|
|
277
|
-
__exportStar(require("./StoreLiteResource"), exports);
|
|
278
|
-
__exportStar(require("./StoreLiteResourceArrayResponse"), exports);
|
|
279
293
|
__exportStar(require("./StoreOverlayTemplateAssetRequest"), exports);
|
|
280
294
|
__exportStar(require("./StoreOverlayTemplateRequest"), exports);
|
|
281
295
|
__exportStar(require("./StoreProductCategoryRequest"), exports);
|
|
@@ -286,19 +300,12 @@ __exportStar(require("./StoreProductChildRequest"), exports);
|
|
|
286
300
|
__exportStar(require("./StoreProductChildRequestAssetsInner"), exports);
|
|
287
301
|
__exportStar(require("./StoreProductChildRequestAttributeValuesInner"), exports);
|
|
288
302
|
__exportStar(require("./StoreProductChildRequestSitesInner"), exports);
|
|
303
|
+
__exportStar(require("./StoreProductRangeRequest"), exports);
|
|
304
|
+
__exportStar(require("./StoreProductRangeRequestSitesInner"), exports);
|
|
289
305
|
__exportStar(require("./StoreProductRequest"), exports);
|
|
290
306
|
__exportStar(require("./StoreProductRequestCategoriesInner"), exports);
|
|
291
307
|
__exportStar(require("./StoreProductTypeRequest"), exports);
|
|
292
|
-
__exportStar(require("./StoreResource"), exports);
|
|
293
|
-
__exportStar(require("./StoreResourceArrayResponse"), exports);
|
|
294
308
|
__exportStar(require("./StoreSiteNotificationRequest"), exports);
|
|
295
|
-
__exportStar(require("./StoreSpecialDateFrontendResource"), exports);
|
|
296
|
-
__exportStar(require("./StoreSpecialDateFrontendResourceArrayResponse"), exports);
|
|
297
|
-
__exportStar(require("./StoreSpecialDateResource"), exports);
|
|
298
|
-
__exportStar(require("./StoreSpecialDateResourceArrayResponse"), exports);
|
|
299
|
-
__exportStar(require("./StoreStoreRequest"), exports);
|
|
300
|
-
__exportStar(require("./StoreStoreRequestSpecialDatesInner"), exports);
|
|
301
|
-
__exportStar(require("./StoreStoreSpecialDateRequest"), exports);
|
|
302
309
|
__exportStar(require("./StoreSupplierRequest"), exports);
|
|
303
310
|
__exportStar(require("./StoreTagRequest"), exports);
|
|
304
311
|
__exportStar(require("./SupplierFrontendResource"), exports);
|
|
@@ -331,12 +338,12 @@ __exportStar(require("./UpdateOverlayTemplateRequest"), exports);
|
|
|
331
338
|
__exportStar(require("./UpdateProductCategoryRequest"), exports);
|
|
332
339
|
__exportStar(require("./UpdateProductChildRequest"), exports);
|
|
333
340
|
__exportStar(require("./UpdateProductChildRequestAssetsInner"), exports);
|
|
341
|
+
__exportStar(require("./UpdateProductRangeRequest"), exports);
|
|
342
|
+
__exportStar(require("./UpdateProductRangeRequestAttributesInner"), exports);
|
|
334
343
|
__exportStar(require("./UpdateProductRequest"), exports);
|
|
335
344
|
__exportStar(require("./UpdateProductTypeRequest"), exports);
|
|
336
|
-
__exportStar(require("./UpdateProductTypeRequestPerformanceValuesInner"), exports);
|
|
337
345
|
__exportStar(require("./UpdateSiteNotificationRequest"), exports);
|
|
338
346
|
__exportStar(require("./UpdateSiteRequest"), exports);
|
|
339
|
-
__exportStar(require("./UpdateStoreRequest"), exports);
|
|
340
347
|
__exportStar(require("./UpdateSupplierRequest"), exports);
|
|
341
348
|
__exportStar(require("./UpdateTagRequest"), exports);
|
|
342
349
|
__exportStar(require("./WishlistCheckResource"), exports);
|
package/docs/{AddressFrontendResourceArrayResponse.md → AttachAccessoriesProductRangeRequest.md}
RENAMED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
#
|
|
2
|
+
# AttachAccessoriesProductRangeRequest
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
## Properties
|
|
6
6
|
|
|
7
7
|
Name | Type
|
|
8
8
|
------------ | -------------
|
|
9
|
-
`
|
|
9
|
+
`productChildIds` | Array<number>
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import type {
|
|
14
|
+
import type { AttachAccessoriesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
15
|
|
|
16
16
|
// TODO: Update the object below with actual values
|
|
17
17
|
const example = {
|
|
18
|
-
"
|
|
19
|
-
} satisfies
|
|
18
|
+
"productChildIds": null,
|
|
19
|
+
} satisfies AttachAccessoriesProductRangeRequest
|
|
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 AttachAccessoriesProductRangeRequest
|
|
29
29
|
console.log(exampleParsed)
|
|
30
30
|
```
|
|
31
31
|
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# AttachAttributesProductRangeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`attributes` | [Array<AttachAttributesProductRangeRequestAttributesInner>](AttachAttributesProductRangeRequestAttributesInner.md)
|
|
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,36 @@
|
|
|
1
|
+
|
|
2
|
+
# AttachAttributesProductRangeRequestAttributesInner
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`attributeId` | number
|
|
10
|
+
`order` | number
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import type { AttachAttributesProductRangeRequestAttributesInner } from '@digital8/lighting-illusions-ts-sdk'
|
|
16
|
+
|
|
17
|
+
// TODO: Update the object below with actual values
|
|
18
|
+
const example = {
|
|
19
|
+
"attributeId": null,
|
|
20
|
+
"order": null,
|
|
21
|
+
} satisfies AttachAttributesProductRangeRequestAttributesInner
|
|
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 AttachAttributesProductRangeRequestAttributesInner
|
|
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
|
+
|
package/docs/{StoreStoreRequestSpecialDatesInner.md → AttachDocumentsProductRangeRequest.md}
RENAMED
|
@@ -1,28 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
#
|
|
2
|
+
# AttachDocumentsProductRangeRequest
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
## Properties
|
|
6
6
|
|
|
7
7
|
Name | Type
|
|
8
8
|
------------ | -------------
|
|
9
|
-
`
|
|
10
|
-
`hours` | string
|
|
11
|
-
`displayStart` | Date
|
|
12
|
-
`displayEnd` | Date
|
|
9
|
+
`documents` | [Array<AttachDocumentsProductChildRequestDocumentsInner>](AttachDocumentsProductChildRequestDocumentsInner.md)
|
|
13
10
|
|
|
14
11
|
## Example
|
|
15
12
|
|
|
16
13
|
```typescript
|
|
17
|
-
import type {
|
|
14
|
+
import type { AttachDocumentsProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
18
15
|
|
|
19
16
|
// TODO: Update the object below with actual values
|
|
20
17
|
const example = {
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
"displayStart": null,
|
|
24
|
-
"displayEnd": null,
|
|
25
|
-
} satisfies StoreStoreRequestSpecialDatesInner
|
|
18
|
+
"documents": null,
|
|
19
|
+
} satisfies AttachDocumentsProductRangeRequest
|
|
26
20
|
|
|
27
21
|
console.log(example)
|
|
28
22
|
|
|
@@ -31,7 +25,7 @@ const exampleJSON: string = JSON.stringify(example)
|
|
|
31
25
|
console.log(exampleJSON)
|
|
32
26
|
|
|
33
27
|
// Parse the JSON string back to an object
|
|
34
|
-
const exampleParsed = JSON.parse(exampleJSON) as
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as AttachDocumentsProductRangeRequest
|
|
35
29
|
console.log(exampleParsed)
|
|
36
30
|
```
|
|
37
31
|
|