@digital8/lighting-illusions-ts-sdk 0.0.1213 → 0.0.1214
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 -2
- package/README.md +54 -3
- 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/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 +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/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/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/IndexProductRangeRequest.js +86 -0
- 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 -1
- package/dist/models/index.js +35 -1
- package/docs/AttachAccessoriesProductRangeRequest.md +34 -0
- package/docs/AttachAttributesProductRangeRequest.md +34 -0
- package/docs/AttachAttributesProductRangeRequestAttributesInner.md +36 -0
- package/docs/AttachDocumentsProductRangeRequest.md +34 -0
- package/docs/AttributeApi.md +66 -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/IndexModelAttributeRequest.md +54 -0
- 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/PaginatedProductRangeResourceResponse.md +36 -0
- package/docs/ProductRangeApi.md +1097 -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 +44 -0
- package/docs/ProductRangeListResourceArrayResponse.md +34 -0
- package/docs/ProductRangeLiteResource.md +36 -0
- package/docs/ProductRangeLiteResourceArrayResponse.md +34 -0
- package/docs/ProductRangeResource.md +52 -0
- package/docs/ProductRangeResourceArrayResponse.md +34 -0
- 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/StoreProductRangeRequest.md +40 -0
- package/docs/StoreProductRangeRequestSitesInner.md +54 -0
- 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/index.ts +1 -0
- 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/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/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 -1
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +0 -38
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.js +0 -51
- package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +0 -73
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface StoreProductRangeRequestSitesInner
|
|
16
|
+
*/
|
|
17
|
+
export interface StoreProductRangeRequestSitesInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
22
|
+
*/
|
|
23
|
+
siteId: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
34
|
+
*/
|
|
35
|
+
slug: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
40
|
+
*/
|
|
41
|
+
description?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
46
|
+
*/
|
|
47
|
+
content?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
52
|
+
*/
|
|
53
|
+
excerpt?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
58
|
+
*/
|
|
59
|
+
popularityScore?: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {boolean}
|
|
63
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
64
|
+
*/
|
|
65
|
+
isDisabled?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {Array<number>}
|
|
69
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
70
|
+
*/
|
|
71
|
+
categories?: Array<number>;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
76
|
+
*/
|
|
77
|
+
seoTitle?: string;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof StoreProductRangeRequestSitesInner
|
|
82
|
+
*/
|
|
83
|
+
seoDescription?: string;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Check if a given object implements the StoreProductRangeRequestSitesInner interface.
|
|
87
|
+
*/
|
|
88
|
+
export declare function instanceOfStoreProductRangeRequestSitesInner(value: object): value is StoreProductRangeRequestSitesInner;
|
|
89
|
+
export declare function StoreProductRangeRequestSitesInnerFromJSON(json: any): StoreProductRangeRequestSitesInner;
|
|
90
|
+
export declare function StoreProductRangeRequestSitesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreProductRangeRequestSitesInner;
|
|
91
|
+
export declare function StoreProductRangeRequestSitesInnerToJSON(json: any): StoreProductRangeRequestSitesInner;
|
|
92
|
+
export declare function StoreProductRangeRequestSitesInnerToJSONTyped(value?: StoreProductRangeRequestSitesInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,75 @@
|
|
|
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.instanceOfStoreProductRangeRequestSitesInner = instanceOfStoreProductRangeRequestSitesInner;
|
|
17
|
+
exports.StoreProductRangeRequestSitesInnerFromJSON = StoreProductRangeRequestSitesInnerFromJSON;
|
|
18
|
+
exports.StoreProductRangeRequestSitesInnerFromJSONTyped = StoreProductRangeRequestSitesInnerFromJSONTyped;
|
|
19
|
+
exports.StoreProductRangeRequestSitesInnerToJSON = StoreProductRangeRequestSitesInnerToJSON;
|
|
20
|
+
exports.StoreProductRangeRequestSitesInnerToJSONTyped = StoreProductRangeRequestSitesInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the StoreProductRangeRequestSitesInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfStoreProductRangeRequestSitesInner(value) {
|
|
25
|
+
if (!('siteId' in value) || value['siteId'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('slug' in value) || value['slug'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function StoreProductRangeRequestSitesInnerFromJSON(json) {
|
|
34
|
+
return StoreProductRangeRequestSitesInnerFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function StoreProductRangeRequestSitesInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'siteId': json['site_id'],
|
|
42
|
+
'name': json['name'],
|
|
43
|
+
'slug': json['slug'],
|
|
44
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
45
|
+
'content': json['content'] == null ? undefined : json['content'],
|
|
46
|
+
'excerpt': json['excerpt'] == null ? undefined : json['excerpt'],
|
|
47
|
+
'popularityScore': json['popularity_score'] == null ? undefined : json['popularity_score'],
|
|
48
|
+
'isDisabled': json['is_disabled'] == null ? undefined : json['is_disabled'],
|
|
49
|
+
'categories': json['categories'] == null ? undefined : json['categories'],
|
|
50
|
+
'seoTitle': json['seo_title'] == null ? undefined : json['seo_title'],
|
|
51
|
+
'seoDescription': json['seo_description'] == null ? undefined : json['seo_description'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
function StoreProductRangeRequestSitesInnerToJSON(json) {
|
|
55
|
+
return StoreProductRangeRequestSitesInnerToJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function StoreProductRangeRequestSitesInnerToJSONTyped(value, ignoreDiscriminator) {
|
|
58
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'site_id': value['siteId'],
|
|
64
|
+
'name': value['name'],
|
|
65
|
+
'slug': value['slug'],
|
|
66
|
+
'description': value['description'],
|
|
67
|
+
'content': value['content'],
|
|
68
|
+
'excerpt': value['excerpt'],
|
|
69
|
+
'popularity_score': value['popularityScore'],
|
|
70
|
+
'is_disabled': value['isDisabled'],
|
|
71
|
+
'categories': value['categories'],
|
|
72
|
+
'seo_title': value['seoTitle'],
|
|
73
|
+
'seo_description': value['seoDescription'],
|
|
74
|
+
};
|
|
75
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { UpdateProductChildRequestAssetsInner } from './UpdateProductChildRequestAssetsInner';
|
|
13
|
+
import type { StoreProductRangeRequestSitesInner } from './StoreProductRangeRequestSitesInner';
|
|
14
|
+
import type { UpdateProductRangeRequestAttributesInner } from './UpdateProductRangeRequestAttributesInner';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface UpdateProductRangeRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface UpdateProductRangeRequest {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof UpdateProductRangeRequest
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof UpdateProductRangeRequest
|
|
31
|
+
*/
|
|
32
|
+
supplierId?: number;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {Array<UpdateProductRangeRequestAttributesInner>}
|
|
36
|
+
* @memberof UpdateProductRangeRequest
|
|
37
|
+
*/
|
|
38
|
+
attributes?: Array<UpdateProductRangeRequestAttributesInner>;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {Array<StoreProductRangeRequestSitesInner>}
|
|
42
|
+
* @memberof UpdateProductRangeRequest
|
|
43
|
+
*/
|
|
44
|
+
sites?: Array<StoreProductRangeRequestSitesInner>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {Array<UpdateProductChildRequestAssetsInner>}
|
|
48
|
+
* @memberof UpdateProductRangeRequest
|
|
49
|
+
*/
|
|
50
|
+
assets?: Array<UpdateProductChildRequestAssetsInner>;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Check if a given object implements the UpdateProductRangeRequest interface.
|
|
54
|
+
*/
|
|
55
|
+
export declare function instanceOfUpdateProductRangeRequest(value: object): value is UpdateProductRangeRequest;
|
|
56
|
+
export declare function UpdateProductRangeRequestFromJSON(json: any): UpdateProductRangeRequest;
|
|
57
|
+
export declare function UpdateProductRangeRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateProductRangeRequest;
|
|
58
|
+
export declare function UpdateProductRangeRequestToJSON(json: any): UpdateProductRangeRequest;
|
|
59
|
+
export declare function UpdateProductRangeRequestToJSONTyped(value?: UpdateProductRangeRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
var UpdateProductRangeRequestAttributesInner_1 = require("./UpdateProductRangeRequestAttributesInner");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the UpdateProductRangeRequest interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfUpdateProductRangeRequest(value) {
|
|
28
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function UpdateProductRangeRequestFromJSON(json) {
|
|
33
|
+
return UpdateProductRangeRequestFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function UpdateProductRangeRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'name': json['name'],
|
|
41
|
+
'supplierId': json['supplier_id'] == null ? undefined : json['supplier_id'],
|
|
42
|
+
'attributes': json['attributes'] == null ? undefined : (json['attributes'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerFromJSON)),
|
|
43
|
+
'sites': json['sites'] == null ? undefined : (json['sites'].map(StoreProductRangeRequestSitesInner_1.StoreProductRangeRequestSitesInnerFromJSON)),
|
|
44
|
+
'assets': json['assets'] == null ? undefined : (json['assets'].map(UpdateProductChildRequestAssetsInner_1.UpdateProductChildRequestAssetsInnerFromJSON)),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function UpdateProductRangeRequestToJSON(json) {
|
|
48
|
+
return UpdateProductRangeRequestToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function UpdateProductRangeRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'name': value['name'],
|
|
57
|
+
'supplier_id': value['supplierId'],
|
|
58
|
+
'attributes': value['attributes'] == null ? undefined : (value['attributes'].map(UpdateProductRangeRequestAttributesInner_1.UpdateProductRangeRequestAttributesInnerToJSON)),
|
|
59
|
+
'sites': value['sites'] == null ? undefined : (value['sites'].map(StoreProductRangeRequestSitesInner_1.StoreProductRangeRequestSitesInnerToJSON)),
|
|
60
|
+
'assets': value['assets'] == null ? undefined : (value['assets'].map(UpdateProductChildRequestAssetsInner_1.UpdateProductChildRequestAssetsInnerToJSON)),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UpdateProductRangeRequestAttributesInner
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateProductRangeRequestAttributesInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof UpdateProductRangeRequestAttributesInner
|
|
22
|
+
*/
|
|
23
|
+
attributeId?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof UpdateProductRangeRequestAttributesInner
|
|
28
|
+
*/
|
|
29
|
+
order?: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the UpdateProductRangeRequestAttributesInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfUpdateProductRangeRequestAttributesInner(value: object): value is UpdateProductRangeRequestAttributesInner;
|
|
35
|
+
export declare function UpdateProductRangeRequestAttributesInnerFromJSON(json: any): UpdateProductRangeRequestAttributesInner;
|
|
36
|
+
export declare function UpdateProductRangeRequestAttributesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateProductRangeRequestAttributesInner;
|
|
37
|
+
export declare function UpdateProductRangeRequestAttributesInnerToJSON(json: any): UpdateProductRangeRequestAttributesInner;
|
|
38
|
+
export declare function UpdateProductRangeRequestAttributesInnerToJSONTyped(value?: UpdateProductRangeRequestAttributesInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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
|
@@ -9,12 +9,16 @@ export * from './AssetResourceArrayResponse';
|
|
|
9
9
|
export * from './AssetWithOverlayLinkResource';
|
|
10
10
|
export * from './AssetWithOverlayLinkResourceArrayResponse';
|
|
11
11
|
export * from './AttachAccessoriesProductChildRequest';
|
|
12
|
+
export * from './AttachAccessoriesProductRangeRequest';
|
|
12
13
|
export * from './AttachAssetsOverlayTemplateRequest';
|
|
13
14
|
export * from './AttachAttributeProductTypeRequest';
|
|
15
|
+
export * from './AttachAttributesProductRangeRequest';
|
|
16
|
+
export * from './AttachAttributesProductRangeRequestAttributesInner';
|
|
14
17
|
export * from './AttachDocumentablesDocumentRequest';
|
|
15
18
|
export * from './AttachDocumentablesDocumentRequestDocumentablesInner';
|
|
16
19
|
export * from './AttachDocumentsProductChildRequest';
|
|
17
20
|
export * from './AttachDocumentsProductChildRequestDocumentsInner';
|
|
21
|
+
export * from './AttachDocumentsProductRangeRequest';
|
|
18
22
|
export * from './AttachProductTypeAttributeRequest';
|
|
19
23
|
export * from './AttachProductsProductCategoryRequest';
|
|
20
24
|
export * from './AttributeFieldType';
|
|
@@ -46,10 +50,13 @@ export * from './DefinitionResourceArrayResponse';
|
|
|
46
50
|
export * from './DescriptionResource';
|
|
47
51
|
export * from './DescriptionResourceArrayResponse';
|
|
48
52
|
export * from './DestroyAttributeValueRequest';
|
|
53
|
+
export * from './DetachAccessoriesProductRangeRequest';
|
|
49
54
|
export * from './DetachAssetableOverlayTemplateRequest';
|
|
55
|
+
export * from './DetachAttributesProductRangeRequest';
|
|
50
56
|
export * from './DetachDocumentablesDocumentRequest';
|
|
51
57
|
export * from './DetachDocumentablesDocumentRequestDocumentablesInner';
|
|
52
58
|
export * from './DetachDocumentsProductChildRequest';
|
|
59
|
+
export * from './DetachDocumentsProductRangeRequest';
|
|
53
60
|
export * from './DetachProductsProductCategoryRequest';
|
|
54
61
|
export * from './DocumentFileForUploadResource';
|
|
55
62
|
export * from './DocumentFileForUploadResourceArrayResponse';
|
|
@@ -74,6 +81,7 @@ export * from './GetAllGoogleCategoryRequest';
|
|
|
74
81
|
export * from './GetAllOverlayTemplateRequest';
|
|
75
82
|
export * from './GetAllProductCategoryRequest';
|
|
76
83
|
export * from './GetAllProductChildRequest';
|
|
84
|
+
export * from './GetAllProductRangeRequest';
|
|
77
85
|
export * from './GetAllProductRequest';
|
|
78
86
|
export * from './GetAllProductTypeRequest';
|
|
79
87
|
export * from './GetAllSupplierRequest';
|
|
@@ -94,9 +102,11 @@ export * from './IndexAttributeValueRequest';
|
|
|
94
102
|
export * from './IndexDefinitionRequest';
|
|
95
103
|
export * from './IndexDocumentRequest';
|
|
96
104
|
export * from './IndexExternalApiLogRequest';
|
|
105
|
+
export * from './IndexModelAttributeRequest';
|
|
97
106
|
export * from './IndexOverlayTemplateRequest';
|
|
98
107
|
export * from './IndexProductCategoryRequest';
|
|
99
108
|
export * from './IndexProductChildRequest';
|
|
109
|
+
export * from './IndexProductRangeRequest';
|
|
100
110
|
export * from './IndexProductRequest';
|
|
101
111
|
export * from './IndexProductTypeRequest';
|
|
102
112
|
export * from './IndexSiteNotificationRequest';
|
|
@@ -105,6 +115,8 @@ export * from './IndexSupplierRequest';
|
|
|
105
115
|
export * from './IndexTagRequest';
|
|
106
116
|
export * from './LabelResource';
|
|
107
117
|
export * from './LabelResourceArrayResponse';
|
|
118
|
+
export * from './ModelAttributeListResource';
|
|
119
|
+
export * from './ModelAttributeListResourceArrayResponse';
|
|
108
120
|
export * from './ModelAttributeResource';
|
|
109
121
|
export * from './ModelAttributeResourceArrayResponse';
|
|
110
122
|
export * from './OverlayTemplateAssetFrontendResource';
|
|
@@ -130,6 +142,7 @@ export * from './PaginatedDocumentResourceResponse';
|
|
|
130
142
|
export * from './PaginatedExternalApiLogListResourceResponse';
|
|
131
143
|
export * from './PaginatedExternalApiLogResourceResponse';
|
|
132
144
|
export * from './PaginatedGoogleCategoryResourceResponse';
|
|
145
|
+
export * from './PaginatedModelAttributeListResourceResponse';
|
|
133
146
|
export * from './PaginatedOverlayTemplateListResourceResponse';
|
|
134
147
|
export * from './PaginatedOverlayTemplateLiteResourceResponse';
|
|
135
148
|
export * from './PaginatedOverlayTemplateResourceResponse';
|
|
@@ -142,6 +155,10 @@ export * from './PaginatedProductChildRelationResourceResponse';
|
|
|
142
155
|
export * from './PaginatedProductChildResourceResponse';
|
|
143
156
|
export * from './PaginatedProductListResourceResponse';
|
|
144
157
|
export * from './PaginatedProductLiteResourceResponse';
|
|
158
|
+
export * from './PaginatedProductRangeFrontendListResourceResponse';
|
|
159
|
+
export * from './PaginatedProductRangeListResourceResponse';
|
|
160
|
+
export * from './PaginatedProductRangeLiteResourceResponse';
|
|
161
|
+
export * from './PaginatedProductRangeResourceResponse';
|
|
145
162
|
export * from './PaginatedProductResourceResponse';
|
|
146
163
|
export * from './PaginatedProductSearchResultResourceResponse';
|
|
147
164
|
export * from './PaginatedProductTypeListResourceResponse';
|
|
@@ -200,6 +217,20 @@ export * from './ProductListResource';
|
|
|
200
217
|
export * from './ProductListResourceArrayResponse';
|
|
201
218
|
export * from './ProductLiteResource';
|
|
202
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';
|
|
203
234
|
export * from './ProductRating';
|
|
204
235
|
export * from './ProductResource';
|
|
205
236
|
export * from './ProductResourceArrayResponse';
|
|
@@ -251,6 +282,8 @@ export * from './StoreProductChildRequest';
|
|
|
251
282
|
export * from './StoreProductChildRequestAssetsInner';
|
|
252
283
|
export * from './StoreProductChildRequestAttributeValuesInner';
|
|
253
284
|
export * from './StoreProductChildRequestSitesInner';
|
|
285
|
+
export * from './StoreProductRangeRequest';
|
|
286
|
+
export * from './StoreProductRangeRequestSitesInner';
|
|
254
287
|
export * from './StoreProductRequest';
|
|
255
288
|
export * from './StoreProductRequestCategoriesInner';
|
|
256
289
|
export * from './StoreProductTypeRequest';
|
|
@@ -287,9 +320,10 @@ export * from './UpdateOverlayTemplateRequest';
|
|
|
287
320
|
export * from './UpdateProductCategoryRequest';
|
|
288
321
|
export * from './UpdateProductChildRequest';
|
|
289
322
|
export * from './UpdateProductChildRequestAssetsInner';
|
|
323
|
+
export * from './UpdateProductRangeRequest';
|
|
324
|
+
export * from './UpdateProductRangeRequestAttributesInner';
|
|
290
325
|
export * from './UpdateProductRequest';
|
|
291
326
|
export * from './UpdateProductTypeRequest';
|
|
292
|
-
export * from './UpdateProductTypeRequestPerformanceValuesInner';
|
|
293
327
|
export * from './UpdateSiteNotificationRequest';
|
|
294
328
|
export * from './UpdateSiteRequest';
|
|
295
329
|
export * from './UpdateSupplierRequest';
|