@digital8/lighting-illusions-ts-sdk 0.0.749 → 0.0.751
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 +68 -2
- package/README.md +52 -3
- package/dist/apis/AttributeApi.d.ts +12 -1
- package/dist/apis/AttributeApi.js +45 -0
- package/dist/apis/ProductRangeApi.d.ts +205 -0
- package/dist/apis/ProductRangeApi.js +835 -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 +3 -1
- 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 +52 -0
- package/dist/models/ModelAttributeListResource.js +65 -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/ProductCategoryLiteResource.d.ts +0 -6
- package/dist/models/ProductCategoryLiteResource.js +0 -4
- package/dist/models/ProductChildListResource.d.ts +0 -12
- package/dist/models/ProductChildListResource.js +0 -6
- package/dist/models/ProductRangeFrontendListResource.d.ts +62 -0
- package/dist/models/ProductRangeFrontendListResource.js +71 -0
- package/dist/models/ProductRangeFrontendListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeFrontendListResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeFrontendResource.d.ts +118 -0
- package/dist/models/ProductRangeFrontendResource.js +109 -0
- package/dist/models/ProductRangeFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeListResource.d.ts +52 -0
- package/dist/models/ProductRangeListResource.js +65 -0
- package/dist/models/ProductRangeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeListResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeLiteResource.d.ts +38 -0
- package/dist/models/ProductRangeLiteResource.js +55 -0
- package/dist/models/ProductRangeLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeResource.d.ts +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/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/ProductResource.d.ts +2 -2
- package/dist/models/ProductResource.js +3 -3
- 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 +33 -1
- package/dist/models/index.js +33 -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 +40 -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/ProductCategoryLiteResource.md +0 -2
- package/docs/ProductChildListResource.md +0 -4
- 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 +40 -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/ProductRangeSiteDetailResource.md +56 -0
- package/docs/ProductRangeSiteDetailResourceArrayResponse.md +34 -0
- package/docs/ProductResource.md +2 -2
- 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 +42 -0
- package/src/apis/ProductRangeApi.ts +760 -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 +3 -2
- 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 +108 -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/ProductCategoryLiteResource.ts +0 -9
- package/src/models/ProductChildListResource.ts +0 -17
- package/src/models/ProductRangeFrontendListResource.ts +111 -0
- package/src/models/ProductRangeFrontendListResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeFrontendResource.ts +207 -0
- package/src/models/ProductRangeFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeListResource.ts +108 -0
- package/src/models/ProductRangeListResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeLiteResource.ts +75 -0
- package/src/models/ProductRangeLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeResource.ts +167 -0
- package/src/models/ProductRangeResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSiteDetailResource.ts +187 -0
- package/src/models/ProductRangeSiteDetailResourceArrayResponse.ts +73 -0
- package/src/models/ProductResource.ts +5 -5
- 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 +33 -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
|
@@ -7,12 +7,16 @@ export * from './AssetLiteResourceArrayResponse';
|
|
|
7
7
|
export * from './AssetResource';
|
|
8
8
|
export * from './AssetResourceArrayResponse';
|
|
9
9
|
export * from './AttachAccessoriesProductChildRequest';
|
|
10
|
+
export * from './AttachAccessoriesProductRangeRequest';
|
|
10
11
|
export * from './AttachAssetsOverlayTemplateRequest';
|
|
11
12
|
export * from './AttachAttributeProductTypeRequest';
|
|
13
|
+
export * from './AttachAttributesProductRangeRequest';
|
|
14
|
+
export * from './AttachAttributesProductRangeRequestAttributesInner';
|
|
12
15
|
export * from './AttachDocumentablesDocumentRequest';
|
|
13
16
|
export * from './AttachDocumentablesDocumentRequestDocumentablesInner';
|
|
14
17
|
export * from './AttachDocumentsProductChildRequest';
|
|
15
18
|
export * from './AttachDocumentsProductChildRequestDocumentsInner';
|
|
19
|
+
export * from './AttachDocumentsProductRangeRequest';
|
|
16
20
|
export * from './AttachProductTypeAttributeRequest';
|
|
17
21
|
export * from './AttachProductsProductCategoryRequest';
|
|
18
22
|
export * from './AttributeFieldType';
|
|
@@ -44,10 +48,13 @@ export * from './DefinitionResourceArrayResponse';
|
|
|
44
48
|
export * from './DescriptionResource';
|
|
45
49
|
export * from './DescriptionResourceArrayResponse';
|
|
46
50
|
export * from './DestroyAttributeValueRequest';
|
|
51
|
+
export * from './DetachAccessoriesProductRangeRequest';
|
|
47
52
|
export * from './DetachAssetableOverlayTemplateRequest';
|
|
53
|
+
export * from './DetachAttributesProductRangeRequest';
|
|
48
54
|
export * from './DetachDocumentablesDocumentRequest';
|
|
49
55
|
export * from './DetachDocumentablesDocumentRequestDocumentablesInner';
|
|
50
56
|
export * from './DetachDocumentsProductChildRequest';
|
|
57
|
+
export * from './DetachDocumentsProductRangeRequest';
|
|
51
58
|
export * from './DetachProductsProductCategoryRequest';
|
|
52
59
|
export * from './DocumentFileForUploadResource';
|
|
53
60
|
export * from './DocumentFileForUploadResourceArrayResponse';
|
|
@@ -71,6 +78,7 @@ export * from './GetAllGoogleCategoryRequest';
|
|
|
71
78
|
export * from './GetAllOverlayTemplateRequest';
|
|
72
79
|
export * from './GetAllProductCategoryRequest';
|
|
73
80
|
export * from './GetAllProductChildRequest';
|
|
81
|
+
export * from './GetAllProductRangeRequest';
|
|
74
82
|
export * from './GetAllProductRequest';
|
|
75
83
|
export * from './GetAllProductTypeRequest';
|
|
76
84
|
export * from './GetAllSupplierRequest';
|
|
@@ -88,15 +96,19 @@ export * from './IndexAttributeRequest';
|
|
|
88
96
|
export * from './IndexDefinitionRequest';
|
|
89
97
|
export * from './IndexDocumentRequest';
|
|
90
98
|
export * from './IndexExternalApiLogRequest';
|
|
99
|
+
export * from './IndexModelAttributeRequest';
|
|
91
100
|
export * from './IndexOverlayTemplateRequest';
|
|
92
101
|
export * from './IndexProductCategoryRequest';
|
|
93
102
|
export * from './IndexProductChildRequest';
|
|
103
|
+
export * from './IndexProductRangeRequest';
|
|
94
104
|
export * from './IndexProductRequest';
|
|
95
105
|
export * from './IndexProductTypeRequest';
|
|
96
106
|
export * from './IndexSiteNotificationRequest';
|
|
97
107
|
export * from './IndexSiteRequest';
|
|
98
108
|
export * from './IndexSupplierRequest';
|
|
99
109
|
export * from './IndexTagRequest';
|
|
110
|
+
export * from './ModelAttributeListResource';
|
|
111
|
+
export * from './ModelAttributeListResourceArrayResponse';
|
|
100
112
|
export * from './ModelAttributeResource';
|
|
101
113
|
export * from './ModelAttributeResourceArrayResponse';
|
|
102
114
|
export * from './OverlayTemplateAssetFrontendResource';
|
|
@@ -121,6 +133,7 @@ export * from './PaginatedDocumentResourceResponse';
|
|
|
121
133
|
export * from './PaginatedExternalApiLogListResourceResponse';
|
|
122
134
|
export * from './PaginatedExternalApiLogResourceResponse';
|
|
123
135
|
export * from './PaginatedGoogleCategoryResourceResponse';
|
|
136
|
+
export * from './PaginatedModelAttributeListResourceResponse';
|
|
124
137
|
export * from './PaginatedOverlayTemplateListResourceResponse';
|
|
125
138
|
export * from './PaginatedOverlayTemplateLiteResourceResponse';
|
|
126
139
|
export * from './PaginatedOverlayTemplateResourceResponse';
|
|
@@ -133,6 +146,10 @@ export * from './PaginatedProductChildRelationResourceResponse';
|
|
|
133
146
|
export * from './PaginatedProductChildResourceResponse';
|
|
134
147
|
export * from './PaginatedProductListResourceResponse';
|
|
135
148
|
export * from './PaginatedProductLiteResourceResponse';
|
|
149
|
+
export * from './PaginatedProductRangeFrontendListResourceResponse';
|
|
150
|
+
export * from './PaginatedProductRangeListResourceResponse';
|
|
151
|
+
export * from './PaginatedProductRangeLiteResourceResponse';
|
|
152
|
+
export * from './PaginatedProductRangeResourceResponse';
|
|
136
153
|
export * from './PaginatedProductResourceResponse';
|
|
137
154
|
export * from './PaginatedProductSearchResultResourceResponse';
|
|
138
155
|
export * from './PaginatedProductTypeListResourceResponse';
|
|
@@ -185,6 +202,18 @@ export * from './ProductListResource';
|
|
|
185
202
|
export * from './ProductListResourceArrayResponse';
|
|
186
203
|
export * from './ProductLiteResource';
|
|
187
204
|
export * from './ProductLiteResourceArrayResponse';
|
|
205
|
+
export * from './ProductRangeFrontendListResource';
|
|
206
|
+
export * from './ProductRangeFrontendListResourceArrayResponse';
|
|
207
|
+
export * from './ProductRangeFrontendResource';
|
|
208
|
+
export * from './ProductRangeFrontendResourceArrayResponse';
|
|
209
|
+
export * from './ProductRangeListResource';
|
|
210
|
+
export * from './ProductRangeListResourceArrayResponse';
|
|
211
|
+
export * from './ProductRangeLiteResource';
|
|
212
|
+
export * from './ProductRangeLiteResourceArrayResponse';
|
|
213
|
+
export * from './ProductRangeResource';
|
|
214
|
+
export * from './ProductRangeResourceArrayResponse';
|
|
215
|
+
export * from './ProductRangeSiteDetailResource';
|
|
216
|
+
export * from './ProductRangeSiteDetailResourceArrayResponse';
|
|
188
217
|
export * from './ProductRating';
|
|
189
218
|
export * from './ProductResource';
|
|
190
219
|
export * from './ProductResourceArrayResponse';
|
|
@@ -233,6 +262,8 @@ export * from './StoreProductChildRequest';
|
|
|
233
262
|
export * from './StoreProductChildRequestAssetsInner';
|
|
234
263
|
export * from './StoreProductChildRequestAttributeValuesInner';
|
|
235
264
|
export * from './StoreProductChildRequestSitesInner';
|
|
265
|
+
export * from './StoreProductRangeRequest';
|
|
266
|
+
export * from './StoreProductRangeRequestSitesInner';
|
|
236
267
|
export * from './StoreProductRequest';
|
|
237
268
|
export * from './StoreProductRequestCategoriesInner';
|
|
238
269
|
export * from './StoreProductTypeRequest';
|
|
@@ -268,9 +299,10 @@ export * from './UpdateOverlayTemplateRequest';
|
|
|
268
299
|
export * from './UpdateProductCategoryRequest';
|
|
269
300
|
export * from './UpdateProductChildRequest';
|
|
270
301
|
export * from './UpdateProductChildRequestAssetsInner';
|
|
302
|
+
export * from './UpdateProductRangeRequest';
|
|
303
|
+
export * from './UpdateProductRangeRequestAttributesInner';
|
|
271
304
|
export * from './UpdateProductRequest';
|
|
272
305
|
export * from './UpdateProductTypeRequest';
|
|
273
|
-
export * from './UpdateProductTypeRequestPerformanceValuesInner';
|
|
274
306
|
export * from './UpdateSiteNotificationRequest';
|
|
275
307
|
export * from './UpdateSiteRequest';
|
|
276
308
|
export * from './UpdateSupplierRequest';
|