@digital8/lighting-illusions-ts-sdk 0.0.1159 → 0.0.1161
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 +2 -6
- package/README.md +5 -7
- package/dist/apis/OverlayTemplateApi.d.ts +6 -6
- package/dist/apis/OverlayTemplateApi.js +1 -1
- package/dist/apis/ProductApi.d.ts +5 -6
- package/dist/apis/ProductApi.js +2 -4
- package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +0 -6
- package/dist/models/AttachAssetsOverlayTemplateRequest.js +0 -2
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +3 -1
- package/dist/models/GetProductChildrenOverlayTemplateRequest.d.ts +190 -0
- package/dist/models/GetProductChildrenOverlayTemplateRequest.js +129 -0
- package/dist/models/index.d.ts +1 -3
- package/dist/models/index.js +1 -3
- package/docs/AttachAssetsOverlayTemplateRequest.md +0 -2
- package/docs/GetProductChildrenOverlayTemplateRequest.md +72 -0
- package/docs/OverlayTemplateApi.md +7 -7
- package/docs/ProductApi.md +6 -9
- package/package.json +1 -1
- package/src/apis/OverlayTemplateApi.ts +9 -9
- package/src/apis/ProductApi.ts +9 -16
- package/src/models/AttachAssetsOverlayTemplateRequest.ts +0 -8
- package/src/models/ExternalApiLogResource.ts +3 -2
- package/src/models/GetProductChildrenOverlayTemplateRequest.ts +266 -0
- package/src/models/index.ts +1 -3
- package/dist/models/AssetWithOverlayLinkResource.d.ts +0 -93
- package/dist/models/AssetWithOverlayLinkResource.js +0 -90
- package/dist/models/AssetWithOverlayLinkResourceArrayResponse.d.ts +0 -33
- package/dist/models/AssetWithOverlayLinkResourceArrayResponse.js +0 -50
- package/dist/models/ShowAssetsProductChildRequest.d.ts +0 -32
- package/dist/models/ShowAssetsProductChildRequest.js +0 -49
- package/docs/AssetWithOverlayLinkResource.md +0 -54
- package/docs/AssetWithOverlayLinkResourceArrayResponse.md +0 -34
- package/docs/ShowAssetsProductChildRequest.md +0 -34
- package/src/models/AssetWithOverlayLinkResource.ts +0 -163
- package/src/models/AssetWithOverlayLinkResourceArrayResponse.ts +0 -73
- package/src/models/ShowAssetsProductChildRequest.ts +0 -65
package/.openapi-generator/FILES
CHANGED
|
@@ -11,8 +11,6 @@ docs/AssetLiteResource.md
|
|
|
11
11
|
docs/AssetLiteResourceArrayResponse.md
|
|
12
12
|
docs/AssetResource.md
|
|
13
13
|
docs/AssetResourceArrayResponse.md
|
|
14
|
-
docs/AssetWithOverlayLinkResource.md
|
|
15
|
-
docs/AssetWithOverlayLinkResourceArrayResponse.md
|
|
16
14
|
docs/AttachAccessoriesProductChildRequest.md
|
|
17
15
|
docs/AttachAssetsOverlayTemplateRequest.md
|
|
18
16
|
docs/AttachAttributeProductTypeRequest.md
|
|
@@ -87,6 +85,7 @@ docs/GetAllProductRequest.md
|
|
|
87
85
|
docs/GetAllProductTypeRequest.md
|
|
88
86
|
docs/GetAllSupplierRequest.md
|
|
89
87
|
docs/GetHierarchyProductCategoryRequest.md
|
|
88
|
+
docs/GetProductChildrenOverlayTemplateRequest.md
|
|
90
89
|
docs/GetUniqueEndpointsExternalApiLogRequest.md
|
|
91
90
|
docs/GlobalSearchCategoryResource.md
|
|
92
91
|
docs/GlobalSearchCategoryResourceArrayResponse.md
|
|
@@ -228,7 +227,6 @@ docs/ProductTypeResource.md
|
|
|
228
227
|
docs/ProductTypeResourceArrayResponse.md
|
|
229
228
|
docs/SEOResource.md
|
|
230
229
|
docs/SEOResourceArrayResponse.md
|
|
231
|
-
docs/ShowAssetsProductChildRequest.md
|
|
232
230
|
docs/SiteApi.md
|
|
233
231
|
docs/SiteConfigResource.md
|
|
234
232
|
docs/SiteConfigResourceArrayResponse.md
|
|
@@ -334,8 +332,6 @@ src/models/AssetLiteResource.ts
|
|
|
334
332
|
src/models/AssetLiteResourceArrayResponse.ts
|
|
335
333
|
src/models/AssetResource.ts
|
|
336
334
|
src/models/AssetResourceArrayResponse.ts
|
|
337
|
-
src/models/AssetWithOverlayLinkResource.ts
|
|
338
|
-
src/models/AssetWithOverlayLinkResourceArrayResponse.ts
|
|
339
335
|
src/models/AttachAccessoriesProductChildRequest.ts
|
|
340
336
|
src/models/AttachAssetsOverlayTemplateRequest.ts
|
|
341
337
|
src/models/AttachAttributeProductTypeRequest.ts
|
|
@@ -406,6 +402,7 @@ src/models/GetAllProductRequest.ts
|
|
|
406
402
|
src/models/GetAllProductTypeRequest.ts
|
|
407
403
|
src/models/GetAllSupplierRequest.ts
|
|
408
404
|
src/models/GetHierarchyProductCategoryRequest.ts
|
|
405
|
+
src/models/GetProductChildrenOverlayTemplateRequest.ts
|
|
409
406
|
src/models/GetUniqueEndpointsExternalApiLogRequest.ts
|
|
410
407
|
src/models/GlobalSearchCategoryResource.ts
|
|
411
408
|
src/models/GlobalSearchCategoryResourceArrayResponse.ts
|
|
@@ -542,7 +539,6 @@ src/models/ProductTypeResource.ts
|
|
|
542
539
|
src/models/ProductTypeResourceArrayResponse.ts
|
|
543
540
|
src/models/SEOResource.ts
|
|
544
541
|
src/models/SEOResourceArrayResponse.ts
|
|
545
|
-
src/models/ShowAssetsProductChildRequest.ts
|
|
546
542
|
src/models/SiteConfigResource.ts
|
|
547
543
|
src/models/SiteConfigResourceArrayResponse.ts
|
|
548
544
|
src/models/SiteListResource.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.1161
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -94,7 +94,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
94
94
|
*OverlayTemplateApi* | [**detachAssetOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-asset/{asset} | Auto-generated: detachAssetOverlayTemplate
|
|
95
95
|
*OverlayTemplateApi* | [**detachAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetableoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-assetable | Auto-generated: detachAssetableOverlayTemplate
|
|
96
96
|
*OverlayTemplateApi* | [**getAllOverlayTemplate**](docs/OverlayTemplateApi.md#getalloverlaytemplateoperation) | **POST** /admin-api/overlay-template/all | Auto-generated: getAllOverlayTemplate
|
|
97
|
-
*OverlayTemplateApi* | [**getProductChildrenOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
97
|
+
*OverlayTemplateApi* | [**getProductChildrenOverlayTemplate**](docs/OverlayTemplateApi.md#getproductchildrenoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/product-children | Auto-generated: getProductChildrenOverlayTemplate
|
|
98
98
|
*OverlayTemplateApi* | [**indexOverlayTemplate**](docs/OverlayTemplateApi.md#indexoverlaytemplateoperation) | **POST** /admin-api/overlay-template/list | Auto-generated: indexOverlayTemplate
|
|
99
99
|
*OverlayTemplateApi* | [**showOverlayTemplate**](docs/OverlayTemplateApi.md#showoverlaytemplate) | **GET** /admin-api/overlay-template/{overlayTemplate} | Auto-generated: showOverlayTemplate
|
|
100
100
|
*OverlayTemplateApi* | [**storeOverlayTemplate**](docs/OverlayTemplateApi.md#storeoverlaytemplateoperation) | **POST** /admin-api/overlay-template/create | Auto-generated: storeOverlayTemplate
|
|
@@ -115,7 +115,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
115
115
|
*ProductApi* | [**getCompatibleProductsProductChild**](docs/ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild
|
|
116
116
|
*ProductApi* | [**indexProduct**](docs/ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct
|
|
117
117
|
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild
|
|
118
|
-
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#
|
|
118
|
+
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchild) | **GET** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild
|
|
119
119
|
*ProductApi* | [**showProduct**](docs/ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct
|
|
120
120
|
*ProductApi* | [**showProductChild**](docs/ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild
|
|
121
121
|
*ProductApi* | [**storeProduct**](docs/ProductApi.md#storeproductoperation) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct
|
|
@@ -180,8 +180,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
180
180
|
- [AssetLiteResourceArrayResponse](docs/AssetLiteResourceArrayResponse.md)
|
|
181
181
|
- [AssetResource](docs/AssetResource.md)
|
|
182
182
|
- [AssetResourceArrayResponse](docs/AssetResourceArrayResponse.md)
|
|
183
|
-
- [AssetWithOverlayLinkResource](docs/AssetWithOverlayLinkResource.md)
|
|
184
|
-
- [AssetWithOverlayLinkResourceArrayResponse](docs/AssetWithOverlayLinkResourceArrayResponse.md)
|
|
185
183
|
- [AttachAccessoriesProductChildRequest](docs/AttachAccessoriesProductChildRequest.md)
|
|
186
184
|
- [AttachAssetsOverlayTemplateRequest](docs/AttachAssetsOverlayTemplateRequest.md)
|
|
187
185
|
- [AttachAttributeProductTypeRequest](docs/AttachAttributeProductTypeRequest.md)
|
|
@@ -252,6 +250,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
252
250
|
- [GetAllProductTypeRequest](docs/GetAllProductTypeRequest.md)
|
|
253
251
|
- [GetAllSupplierRequest](docs/GetAllSupplierRequest.md)
|
|
254
252
|
- [GetHierarchyProductCategoryRequest](docs/GetHierarchyProductCategoryRequest.md)
|
|
253
|
+
- [GetProductChildrenOverlayTemplateRequest](docs/GetProductChildrenOverlayTemplateRequest.md)
|
|
255
254
|
- [GetUniqueEndpointsExternalApiLogRequest](docs/GetUniqueEndpointsExternalApiLogRequest.md)
|
|
256
255
|
- [GlobalSearchCategoryResource](docs/GlobalSearchCategoryResource.md)
|
|
257
256
|
- [GlobalSearchCategoryResourceArrayResponse](docs/GlobalSearchCategoryResourceArrayResponse.md)
|
|
@@ -388,7 +387,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
388
387
|
- [ProductTypeResourceArrayResponse](docs/ProductTypeResourceArrayResponse.md)
|
|
389
388
|
- [SEOResource](docs/SEOResource.md)
|
|
390
389
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
391
|
-
- [ShowAssetsProductChildRequest](docs/ShowAssetsProductChildRequest.md)
|
|
392
390
|
- [SiteConfigResource](docs/SiteConfigResource.md)
|
|
393
391
|
- [SiteConfigResourceArrayResponse](docs/SiteConfigResourceArrayResponse.md)
|
|
394
392
|
- [SiteListResource](docs/SiteListResource.md)
|
|
@@ -480,7 +478,7 @@ and is automatically generated by the
|
|
|
480
478
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
481
479
|
|
|
482
480
|
- API version: `1.0.0`
|
|
483
|
-
- Package version: `0.0.
|
|
481
|
+
- Package version: `0.0.1161`
|
|
484
482
|
- Generator version: `7.20.0`
|
|
485
483
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
486
484
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { AttachAssetsOverlayTemplateRequest, DetachAssetableOverlayTemplateRequest, GenericResponse, GetAllOverlayTemplateRequest,
|
|
13
|
+
import type { AttachAssetsOverlayTemplateRequest, DetachAssetableOverlayTemplateRequest, GenericResponse, GetAllOverlayTemplateRequest, GetProductChildrenOverlayTemplateRequest, IndexOverlayTemplateRequest, OverlayTemplateLiteResourceArrayResponse, OverlayTemplateResource, PaginatedOverlayTemplateListResourceResponse, PaginatedProductChildOverlayRelationResourceResponse, StoreOverlayTemplateAssetRequest, StoreOverlayTemplateRequest, UpdateOverlayTemplateAssetRequest, UpdateOverlayTemplateRequest } from '../models/index';
|
|
14
14
|
export interface AttachAssetsOverlayTemplateOperationRequest {
|
|
15
15
|
overlayTemplate: number;
|
|
16
16
|
attachAssetsOverlayTemplateRequest?: AttachAssetsOverlayTemplateRequest;
|
|
@@ -32,9 +32,9 @@ export interface DetachAssetableOverlayTemplateOperationRequest {
|
|
|
32
32
|
export interface GetAllOverlayTemplateOperationRequest {
|
|
33
33
|
getAllOverlayTemplateRequest?: GetAllOverlayTemplateRequest;
|
|
34
34
|
}
|
|
35
|
-
export interface
|
|
35
|
+
export interface GetProductChildrenOverlayTemplateOperationRequest {
|
|
36
36
|
overlayTemplate: number;
|
|
37
|
-
|
|
37
|
+
getProductChildrenOverlayTemplateRequest?: GetProductChildrenOverlayTemplateRequest;
|
|
38
38
|
}
|
|
39
39
|
export interface IndexOverlayTemplateOperationRequest {
|
|
40
40
|
indexOverlayTemplateRequest?: IndexOverlayTemplateRequest;
|
|
@@ -135,15 +135,15 @@ export declare class OverlayTemplateApi extends runtime.BaseAPI {
|
|
|
135
135
|
/**
|
|
136
136
|
* Creates request options for getProductChildrenOverlayTemplate without sending the request
|
|
137
137
|
*/
|
|
138
|
-
getProductChildrenOverlayTemplateRequestOpts(requestParameters:
|
|
138
|
+
getProductChildrenOverlayTemplateRequestOpts(requestParameters: GetProductChildrenOverlayTemplateOperationRequest): Promise<runtime.RequestOpts>;
|
|
139
139
|
/**
|
|
140
140
|
* Auto-generated: getProductChildrenOverlayTemplate
|
|
141
141
|
*/
|
|
142
|
-
getProductChildrenOverlayTemplateRaw(requestParameters:
|
|
142
|
+
getProductChildrenOverlayTemplateRaw(requestParameters: GetProductChildrenOverlayTemplateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedProductChildOverlayRelationResourceResponse>>;
|
|
143
143
|
/**
|
|
144
144
|
* Auto-generated: getProductChildrenOverlayTemplate
|
|
145
145
|
*/
|
|
146
|
-
getProductChildrenOverlayTemplate(requestParameters:
|
|
146
|
+
getProductChildrenOverlayTemplate(requestParameters: GetProductChildrenOverlayTemplateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedProductChildOverlayRelationResourceResponse>;
|
|
147
147
|
/**
|
|
148
148
|
* Creates request options for indexOverlayTemplate without sending the request
|
|
149
149
|
*/
|
|
@@ -456,7 +456,7 @@ var OverlayTemplateApi = /** @class */ (function (_super) {
|
|
|
456
456
|
method: 'POST',
|
|
457
457
|
headers: headerParameters,
|
|
458
458
|
query: queryParameters,
|
|
459
|
-
body: (0, index_1.
|
|
459
|
+
body: (0, index_1.GetProductChildrenOverlayTemplateRequestToJSON)(requestParameters['getProductChildrenOverlayTemplateRequest']),
|
|
460
460
|
}];
|
|
461
461
|
});
|
|
462
462
|
});
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type {
|
|
13
|
+
import type { AssetResourceArrayResponse, AttachAccessoriesProductChildRequest, AttachDocumentsProductChildRequest, DetachDocumentsProductChildRequest, GenericResponse, GetAllProductChildRequest, GetAllProductRequest, IndexProductChildRequest, IndexProductRequest, PaginatedProductChildListResourceResponse, PaginatedProductListResourceResponse, ProductChildListResourceArrayResponse, ProductChildLiteResourceArrayResponse, ProductChildResource, ProductLiteResourceArrayResponse, ProductResource, StoreProductChildRequest, StoreProductRequest, UpdateProductChildRequest, UpdateProductRequest } from '../models/index';
|
|
14
14
|
export interface AttachAccessoriesProductChildOperationRequest {
|
|
15
15
|
productChild: number;
|
|
16
16
|
attachAccessoriesProductChildRequest?: AttachAccessoriesProductChildRequest;
|
|
@@ -61,9 +61,8 @@ export interface IndexProductOperationRequest {
|
|
|
61
61
|
export interface IndexProductChildOperationRequest {
|
|
62
62
|
indexProductChildRequest?: IndexProductChildRequest;
|
|
63
63
|
}
|
|
64
|
-
export interface
|
|
64
|
+
export interface ShowAssetsProductChildRequest {
|
|
65
65
|
productChild: number;
|
|
66
|
-
showAssetsProductChildRequest?: ShowAssetsProductChildRequest;
|
|
67
66
|
}
|
|
68
67
|
export interface ShowProductRequest {
|
|
69
68
|
product: number;
|
|
@@ -260,15 +259,15 @@ export declare class ProductApi extends runtime.BaseAPI {
|
|
|
260
259
|
/**
|
|
261
260
|
* Creates request options for showAssetsProductChild without sending the request
|
|
262
261
|
*/
|
|
263
|
-
showAssetsProductChildRequestOpts(requestParameters:
|
|
262
|
+
showAssetsProductChildRequestOpts(requestParameters: ShowAssetsProductChildRequest): Promise<runtime.RequestOpts>;
|
|
264
263
|
/**
|
|
265
264
|
* Auto-generated: showAssetsProductChild
|
|
266
265
|
*/
|
|
267
|
-
showAssetsProductChildRaw(requestParameters:
|
|
266
|
+
showAssetsProductChildRaw(requestParameters: ShowAssetsProductChildRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AssetResourceArrayResponse>>;
|
|
268
267
|
/**
|
|
269
268
|
* Auto-generated: showAssetsProductChild
|
|
270
269
|
*/
|
|
271
|
-
showAssetsProductChild(requestParameters:
|
|
270
|
+
showAssetsProductChild(requestParameters: ShowAssetsProductChildRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AssetResourceArrayResponse>;
|
|
272
271
|
/**
|
|
273
272
|
* Creates request options for showProduct without sending the request
|
|
274
273
|
*/
|
package/dist/apis/ProductApi.js
CHANGED
|
@@ -929,15 +929,13 @@ var ProductApi = /** @class */ (function (_super) {
|
|
|
929
929
|
}
|
|
930
930
|
queryParameters = {};
|
|
931
931
|
headerParameters = {};
|
|
932
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
933
932
|
urlPath = "/admin-api/product/children/{productChild}/assets";
|
|
934
933
|
urlPath = urlPath.replace("{".concat("productChild", "}"), encodeURIComponent(String(requestParameters['productChild'])));
|
|
935
934
|
return [2 /*return*/, {
|
|
936
935
|
path: urlPath,
|
|
937
|
-
method: '
|
|
936
|
+
method: 'GET',
|
|
938
937
|
headers: headerParameters,
|
|
939
938
|
query: queryParameters,
|
|
940
|
-
body: (0, index_1.ShowAssetsProductChildRequestToJSON)(requestParameters['showAssetsProductChildRequest']),
|
|
941
939
|
}];
|
|
942
940
|
});
|
|
943
941
|
});
|
|
@@ -956,7 +954,7 @@ var ProductApi = /** @class */ (function (_super) {
|
|
|
956
954
|
return [4 /*yield*/, this.request(requestOptions, initOverrides)];
|
|
957
955
|
case 2:
|
|
958
956
|
response = _a.sent();
|
|
959
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
957
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.AssetResourceArrayResponseFromJSON)(jsonValue); })];
|
|
960
958
|
}
|
|
961
959
|
});
|
|
962
960
|
});
|
|
@@ -21,12 +21,6 @@ export interface AttachAssetsOverlayTemplateRequest {
|
|
|
21
21
|
* @memberof AttachAssetsOverlayTemplateRequest
|
|
22
22
|
*/
|
|
23
23
|
assetIds: Array<number>;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {boolean}
|
|
27
|
-
* @memberof AttachAssetsOverlayTemplateRequest
|
|
28
|
-
*/
|
|
29
|
-
syncAssets?: boolean;
|
|
30
24
|
}
|
|
31
25
|
/**
|
|
32
26
|
* Check if a given object implements the AttachAssetsOverlayTemplateRequest interface.
|
|
@@ -35,7 +35,6 @@ function AttachAssetsOverlayTemplateRequestFromJSONTyped(json, ignoreDiscriminat
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'assetIds': json['asset_ids'],
|
|
38
|
-
'syncAssets': json['sync_assets'] == null ? undefined : json['sync_assets'],
|
|
39
38
|
};
|
|
40
39
|
}
|
|
41
40
|
function AttachAssetsOverlayTemplateRequestToJSON(json) {
|
|
@@ -48,6 +47,5 @@ function AttachAssetsOverlayTemplateRequestToJSONTyped(value, ignoreDiscriminato
|
|
|
48
47
|
}
|
|
49
48
|
return {
|
|
50
49
|
'asset_ids': value['assetIds'],
|
|
51
|
-
'sync_assets': value['syncAssets'],
|
|
52
50
|
};
|
|
53
51
|
}
|
|
@@ -37,6 +37,8 @@ function instanceOfExternalApiLogResource(value) {
|
|
|
37
37
|
return false;
|
|
38
38
|
if (!('responseCode' in value) || value['responseCode'] === undefined)
|
|
39
39
|
return false;
|
|
40
|
+
if (!('requestPayload' in value) || value['requestPayload'] === undefined)
|
|
41
|
+
return false;
|
|
40
42
|
if (!('responsePayload' in value) || value['responsePayload'] === undefined)
|
|
41
43
|
return false;
|
|
42
44
|
if (!('site' in value) || value['site'] === undefined)
|
|
@@ -58,7 +60,7 @@ function ExternalApiLogResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
58
60
|
'exteranlApiLoggableId': json['exteranlApiLoggableId'],
|
|
59
61
|
'endpoint': json['endpoint'],
|
|
60
62
|
'responseCode': json['responseCode'],
|
|
61
|
-
'requestPayload': json['requestPayload']
|
|
63
|
+
'requestPayload': json['requestPayload'],
|
|
62
64
|
'responsePayload': json['responsePayload'],
|
|
63
65
|
'createdAt': json['createdAt'] == null ? undefined : json['createdAt'],
|
|
64
66
|
'site': (0, SiteLiteResource_1.SiteLiteResourceFromJSON)(json['site']),
|
|
@@ -0,0 +1,190 @@
|
|
|
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 GetProductChildrenOverlayTemplateRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface GetProductChildrenOverlayTemplateRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
22
|
+
*/
|
|
23
|
+
search?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {GetProductChildrenOverlayTemplateRequestSortByEnum}
|
|
27
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
28
|
+
*/
|
|
29
|
+
sortBy?: GetProductChildrenOverlayTemplateRequestSortByEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {GetProductChildrenOverlayTemplateRequestSortDirectionEnum}
|
|
33
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
34
|
+
*/
|
|
35
|
+
sortDirection?: GetProductChildrenOverlayTemplateRequestSortDirectionEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
40
|
+
*/
|
|
41
|
+
perPage?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
46
|
+
*/
|
|
47
|
+
page?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Array<string>}
|
|
51
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
52
|
+
*/
|
|
53
|
+
siteDetailsSiteId?: Array<string>;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Array<string>}
|
|
57
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
58
|
+
*/
|
|
59
|
+
isDisabled?: Array<string>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
64
|
+
*/
|
|
65
|
+
netsuiteSyncHasNetsuiteId?: Array<string>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {Array<string>}
|
|
69
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
70
|
+
*/
|
|
71
|
+
categoryId?: Array<string>;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {Array<string>}
|
|
75
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
76
|
+
*/
|
|
77
|
+
supplierId?: Array<string>;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {Array<string>}
|
|
81
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
82
|
+
*/
|
|
83
|
+
tagsId?: Array<string>;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {Array<string>}
|
|
87
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
88
|
+
*/
|
|
89
|
+
productTypeId?: Array<string>;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {Array<string>}
|
|
93
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
94
|
+
*/
|
|
95
|
+
parentIsAccessory?: Array<string>;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {Array<string>}
|
|
99
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
100
|
+
*/
|
|
101
|
+
availableSitesId?: Array<string>;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {Array<string>}
|
|
105
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
106
|
+
*/
|
|
107
|
+
enabledSitesId?: Array<string>;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {Array<string>}
|
|
111
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
112
|
+
*/
|
|
113
|
+
siteDetailsSeoHasSeoTitle?: Array<string>;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
* @type {Array<string>}
|
|
117
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
118
|
+
*/
|
|
119
|
+
siteDetailsSeoHasSeoDescription?: Array<string>;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @type {number}
|
|
123
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
124
|
+
*/
|
|
125
|
+
relatedId?: number;
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
* @type {GetProductChildrenOverlayTemplateRequestRelatedTypeEnum}
|
|
129
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
130
|
+
*/
|
|
131
|
+
relatedType?: GetProductChildrenOverlayTemplateRequestRelatedTypeEnum;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {boolean}
|
|
135
|
+
* @memberof GetProductChildrenOverlayTemplateRequest
|
|
136
|
+
*/
|
|
137
|
+
includesRelations?: boolean;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @export
|
|
141
|
+
*/
|
|
142
|
+
export declare const GetProductChildrenOverlayTemplateRequestSortByEnum: {
|
|
143
|
+
readonly Id: "id";
|
|
144
|
+
readonly Name: "name";
|
|
145
|
+
readonly ParentName: "parent-name";
|
|
146
|
+
readonly SiteDetailsName: "siteDetails-name";
|
|
147
|
+
readonly SiteDetailsSlug: "siteDetails-slug";
|
|
148
|
+
readonly Sku: "sku";
|
|
149
|
+
readonly Model: "model";
|
|
150
|
+
readonly NetsuiteSyncNetsuiteId: "netsuiteSync-netsuite_id";
|
|
151
|
+
readonly NewArrivalStartDate: "new_arrival_start_date";
|
|
152
|
+
readonly NewArrivalEndDate: "new_arrival_end_date";
|
|
153
|
+
readonly CreatedAt: "created_at";
|
|
154
|
+
readonly UpdatedAt: "updated_at";
|
|
155
|
+
};
|
|
156
|
+
export type GetProductChildrenOverlayTemplateRequestSortByEnum = typeof GetProductChildrenOverlayTemplateRequestSortByEnum[keyof typeof GetProductChildrenOverlayTemplateRequestSortByEnum];
|
|
157
|
+
/**
|
|
158
|
+
* @export
|
|
159
|
+
*/
|
|
160
|
+
export declare const GetProductChildrenOverlayTemplateRequestSortDirectionEnum: {
|
|
161
|
+
readonly Asc: "asc";
|
|
162
|
+
readonly Desc: "desc";
|
|
163
|
+
};
|
|
164
|
+
export type GetProductChildrenOverlayTemplateRequestSortDirectionEnum = typeof GetProductChildrenOverlayTemplateRequestSortDirectionEnum[keyof typeof GetProductChildrenOverlayTemplateRequestSortDirectionEnum];
|
|
165
|
+
/**
|
|
166
|
+
* @export
|
|
167
|
+
*/
|
|
168
|
+
export declare const GetProductChildrenOverlayTemplateRequestRelatedTypeEnum: {
|
|
169
|
+
readonly Accessory: "accessory";
|
|
170
|
+
readonly Attribute: "attribute";
|
|
171
|
+
readonly AttributeValue: "attributeValue";
|
|
172
|
+
readonly CompatibleProduct: "compatibleProduct";
|
|
173
|
+
readonly Category: "category";
|
|
174
|
+
readonly AutomatedCategory: "automatedCategory";
|
|
175
|
+
readonly Document: "document";
|
|
176
|
+
readonly OverlayTemplate: "overlayTemplate";
|
|
177
|
+
readonly ProductType: "productType";
|
|
178
|
+
readonly Supplier: "supplier";
|
|
179
|
+
readonly Tag: "tag";
|
|
180
|
+
readonly Site: "site";
|
|
181
|
+
};
|
|
182
|
+
export type GetProductChildrenOverlayTemplateRequestRelatedTypeEnum = typeof GetProductChildrenOverlayTemplateRequestRelatedTypeEnum[keyof typeof GetProductChildrenOverlayTemplateRequestRelatedTypeEnum];
|
|
183
|
+
/**
|
|
184
|
+
* Check if a given object implements the GetProductChildrenOverlayTemplateRequest interface.
|
|
185
|
+
*/
|
|
186
|
+
export declare function instanceOfGetProductChildrenOverlayTemplateRequest(value: object): value is GetProductChildrenOverlayTemplateRequest;
|
|
187
|
+
export declare function GetProductChildrenOverlayTemplateRequestFromJSON(json: any): GetProductChildrenOverlayTemplateRequest;
|
|
188
|
+
export declare function GetProductChildrenOverlayTemplateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetProductChildrenOverlayTemplateRequest;
|
|
189
|
+
export declare function GetProductChildrenOverlayTemplateRequestToJSON(json: any): GetProductChildrenOverlayTemplateRequest;
|
|
190
|
+
export declare function GetProductChildrenOverlayTemplateRequestToJSONTyped(value?: GetProductChildrenOverlayTemplateRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,129 @@
|
|
|
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.GetProductChildrenOverlayTemplateRequestRelatedTypeEnum = exports.GetProductChildrenOverlayTemplateRequestSortDirectionEnum = exports.GetProductChildrenOverlayTemplateRequestSortByEnum = void 0;
|
|
17
|
+
exports.instanceOfGetProductChildrenOverlayTemplateRequest = instanceOfGetProductChildrenOverlayTemplateRequest;
|
|
18
|
+
exports.GetProductChildrenOverlayTemplateRequestFromJSON = GetProductChildrenOverlayTemplateRequestFromJSON;
|
|
19
|
+
exports.GetProductChildrenOverlayTemplateRequestFromJSONTyped = GetProductChildrenOverlayTemplateRequestFromJSONTyped;
|
|
20
|
+
exports.GetProductChildrenOverlayTemplateRequestToJSON = GetProductChildrenOverlayTemplateRequestToJSON;
|
|
21
|
+
exports.GetProductChildrenOverlayTemplateRequestToJSONTyped = GetProductChildrenOverlayTemplateRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.GetProductChildrenOverlayTemplateRequestSortByEnum = {
|
|
26
|
+
Id: 'id',
|
|
27
|
+
Name: 'name',
|
|
28
|
+
ParentName: 'parent-name',
|
|
29
|
+
SiteDetailsName: 'siteDetails-name',
|
|
30
|
+
SiteDetailsSlug: 'siteDetails-slug',
|
|
31
|
+
Sku: 'sku',
|
|
32
|
+
Model: 'model',
|
|
33
|
+
NetsuiteSyncNetsuiteId: 'netsuiteSync-netsuite_id',
|
|
34
|
+
NewArrivalStartDate: 'new_arrival_start_date',
|
|
35
|
+
NewArrivalEndDate: 'new_arrival_end_date',
|
|
36
|
+
CreatedAt: 'created_at',
|
|
37
|
+
UpdatedAt: 'updated_at'
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
*/
|
|
42
|
+
exports.GetProductChildrenOverlayTemplateRequestSortDirectionEnum = {
|
|
43
|
+
Asc: 'asc',
|
|
44
|
+
Desc: 'desc'
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* @export
|
|
48
|
+
*/
|
|
49
|
+
exports.GetProductChildrenOverlayTemplateRequestRelatedTypeEnum = {
|
|
50
|
+
Accessory: 'accessory',
|
|
51
|
+
Attribute: 'attribute',
|
|
52
|
+
AttributeValue: 'attributeValue',
|
|
53
|
+
CompatibleProduct: 'compatibleProduct',
|
|
54
|
+
Category: 'category',
|
|
55
|
+
AutomatedCategory: 'automatedCategory',
|
|
56
|
+
Document: 'document',
|
|
57
|
+
OverlayTemplate: 'overlayTemplate',
|
|
58
|
+
ProductType: 'productType',
|
|
59
|
+
Supplier: 'supplier',
|
|
60
|
+
Tag: 'tag',
|
|
61
|
+
Site: 'site'
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Check if a given object implements the GetProductChildrenOverlayTemplateRequest interface.
|
|
65
|
+
*/
|
|
66
|
+
function instanceOfGetProductChildrenOverlayTemplateRequest(value) {
|
|
67
|
+
return true;
|
|
68
|
+
}
|
|
69
|
+
function GetProductChildrenOverlayTemplateRequestFromJSON(json) {
|
|
70
|
+
return GetProductChildrenOverlayTemplateRequestFromJSONTyped(json, false);
|
|
71
|
+
}
|
|
72
|
+
function GetProductChildrenOverlayTemplateRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
73
|
+
if (json == null) {
|
|
74
|
+
return json;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
'search': json['search'] == null ? undefined : json['search'],
|
|
78
|
+
'sortBy': json['sortBy'] == null ? undefined : json['sortBy'],
|
|
79
|
+
'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
|
|
80
|
+
'perPage': json['per_page'] == null ? undefined : json['per_page'],
|
|
81
|
+
'page': json['page'] == null ? undefined : json['page'],
|
|
82
|
+
'siteDetailsSiteId': json['siteDetails-site_id'] == null ? undefined : json['siteDetails-site_id'],
|
|
83
|
+
'isDisabled': json['is_disabled'] == null ? undefined : json['is_disabled'],
|
|
84
|
+
'netsuiteSyncHasNetsuiteId': json['netsuiteSync-has_netsuite_id'] == null ? undefined : json['netsuiteSync-has_netsuite_id'],
|
|
85
|
+
'categoryId': json['category-id'] == null ? undefined : json['category-id'],
|
|
86
|
+
'supplierId': json['supplier-id'] == null ? undefined : json['supplier-id'],
|
|
87
|
+
'tagsId': json['tags-id'] == null ? undefined : json['tags-id'],
|
|
88
|
+
'productTypeId': json['productType-id'] == null ? undefined : json['productType-id'],
|
|
89
|
+
'parentIsAccessory': json['parent-is_accessory'] == null ? undefined : json['parent-is_accessory'],
|
|
90
|
+
'availableSitesId': json['availableSites-id'] == null ? undefined : json['availableSites-id'],
|
|
91
|
+
'enabledSitesId': json['enabledSites-id'] == null ? undefined : json['enabledSites-id'],
|
|
92
|
+
'siteDetailsSeoHasSeoTitle': json['siteDetailsSeo-has_seo_title'] == null ? undefined : json['siteDetailsSeo-has_seo_title'],
|
|
93
|
+
'siteDetailsSeoHasSeoDescription': json['siteDetailsSeo-has_seo_description'] == null ? undefined : json['siteDetailsSeo-has_seo_description'],
|
|
94
|
+
'relatedId': json['related_id'] == null ? undefined : json['related_id'],
|
|
95
|
+
'relatedType': json['related_type'] == null ? undefined : json['related_type'],
|
|
96
|
+
'includesRelations': json['includes_relations'] == null ? undefined : json['includes_relations'],
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
function GetProductChildrenOverlayTemplateRequestToJSON(json) {
|
|
100
|
+
return GetProductChildrenOverlayTemplateRequestToJSONTyped(json, false);
|
|
101
|
+
}
|
|
102
|
+
function GetProductChildrenOverlayTemplateRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
103
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
104
|
+
if (value == null) {
|
|
105
|
+
return value;
|
|
106
|
+
}
|
|
107
|
+
return {
|
|
108
|
+
'search': value['search'],
|
|
109
|
+
'sortBy': value['sortBy'],
|
|
110
|
+
'sortDirection': value['sortDirection'],
|
|
111
|
+
'per_page': value['perPage'],
|
|
112
|
+
'page': value['page'],
|
|
113
|
+
'siteDetails-site_id': value['siteDetailsSiteId'],
|
|
114
|
+
'is_disabled': value['isDisabled'],
|
|
115
|
+
'netsuiteSync-has_netsuite_id': value['netsuiteSyncHasNetsuiteId'],
|
|
116
|
+
'category-id': value['categoryId'],
|
|
117
|
+
'supplier-id': value['supplierId'],
|
|
118
|
+
'tags-id': value['tagsId'],
|
|
119
|
+
'productType-id': value['productTypeId'],
|
|
120
|
+
'parent-is_accessory': value['parentIsAccessory'],
|
|
121
|
+
'availableSites-id': value['availableSitesId'],
|
|
122
|
+
'enabledSites-id': value['enabledSitesId'],
|
|
123
|
+
'siteDetailsSeo-has_seo_title': value['siteDetailsSeoHasSeoTitle'],
|
|
124
|
+
'siteDetailsSeo-has_seo_description': value['siteDetailsSeoHasSeoDescription'],
|
|
125
|
+
'related_id': value['relatedId'],
|
|
126
|
+
'related_type': value['relatedType'],
|
|
127
|
+
'includes_relations': value['includesRelations'],
|
|
128
|
+
};
|
|
129
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -6,8 +6,6 @@ export * from './AssetLiteResource';
|
|
|
6
6
|
export * from './AssetLiteResourceArrayResponse';
|
|
7
7
|
export * from './AssetResource';
|
|
8
8
|
export * from './AssetResourceArrayResponse';
|
|
9
|
-
export * from './AssetWithOverlayLinkResource';
|
|
10
|
-
export * from './AssetWithOverlayLinkResourceArrayResponse';
|
|
11
9
|
export * from './AttachAccessoriesProductChildRequest';
|
|
12
10
|
export * from './AttachAssetsOverlayTemplateRequest';
|
|
13
11
|
export * from './AttachAttributeProductTypeRequest';
|
|
@@ -78,6 +76,7 @@ export * from './GetAllProductRequest';
|
|
|
78
76
|
export * from './GetAllProductTypeRequest';
|
|
79
77
|
export * from './GetAllSupplierRequest';
|
|
80
78
|
export * from './GetHierarchyProductCategoryRequest';
|
|
79
|
+
export * from './GetProductChildrenOverlayTemplateRequest';
|
|
81
80
|
export * from './GetUniqueEndpointsExternalApiLogRequest';
|
|
82
81
|
export * from './GlobalSearchCategoryResource';
|
|
83
82
|
export * from './GlobalSearchCategoryResourceArrayResponse';
|
|
@@ -214,7 +213,6 @@ export * from './ProductTypeResource';
|
|
|
214
213
|
export * from './ProductTypeResourceArrayResponse';
|
|
215
214
|
export * from './SEOResource';
|
|
216
215
|
export * from './SEOResourceArrayResponse';
|
|
217
|
-
export * from './ShowAssetsProductChildRequest';
|
|
218
216
|
export * from './SiteConfigResource';
|
|
219
217
|
export * from './SiteConfigResourceArrayResponse';
|
|
220
218
|
export * from './SiteListResource';
|
package/dist/models/index.js
CHANGED
|
@@ -24,8 +24,6 @@ __exportStar(require("./AssetLiteResource"), exports);
|
|
|
24
24
|
__exportStar(require("./AssetLiteResourceArrayResponse"), exports);
|
|
25
25
|
__exportStar(require("./AssetResource"), exports);
|
|
26
26
|
__exportStar(require("./AssetResourceArrayResponse"), exports);
|
|
27
|
-
__exportStar(require("./AssetWithOverlayLinkResource"), exports);
|
|
28
|
-
__exportStar(require("./AssetWithOverlayLinkResourceArrayResponse"), exports);
|
|
29
27
|
__exportStar(require("./AttachAccessoriesProductChildRequest"), exports);
|
|
30
28
|
__exportStar(require("./AttachAssetsOverlayTemplateRequest"), exports);
|
|
31
29
|
__exportStar(require("./AttachAttributeProductTypeRequest"), exports);
|
|
@@ -96,6 +94,7 @@ __exportStar(require("./GetAllProductRequest"), exports);
|
|
|
96
94
|
__exportStar(require("./GetAllProductTypeRequest"), exports);
|
|
97
95
|
__exportStar(require("./GetAllSupplierRequest"), exports);
|
|
98
96
|
__exportStar(require("./GetHierarchyProductCategoryRequest"), exports);
|
|
97
|
+
__exportStar(require("./GetProductChildrenOverlayTemplateRequest"), exports);
|
|
99
98
|
__exportStar(require("./GetUniqueEndpointsExternalApiLogRequest"), exports);
|
|
100
99
|
__exportStar(require("./GlobalSearchCategoryResource"), exports);
|
|
101
100
|
__exportStar(require("./GlobalSearchCategoryResourceArrayResponse"), exports);
|
|
@@ -232,7 +231,6 @@ __exportStar(require("./ProductTypeResource"), exports);
|
|
|
232
231
|
__exportStar(require("./ProductTypeResourceArrayResponse"), exports);
|
|
233
232
|
__exportStar(require("./SEOResource"), exports);
|
|
234
233
|
__exportStar(require("./SEOResourceArrayResponse"), exports);
|
|
235
|
-
__exportStar(require("./ShowAssetsProductChildRequest"), exports);
|
|
236
234
|
__exportStar(require("./SiteConfigResource"), exports);
|
|
237
235
|
__exportStar(require("./SiteConfigResourceArrayResponse"), exports);
|
|
238
236
|
__exportStar(require("./SiteListResource"), exports);
|