@digital8/lighting-illusions-ts-sdk 0.0.1150 → 0.0.1151
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 +4 -2
- package/README.md +7 -4
- package/dist/apis/ExternalApiLogApi.d.ts +16 -1
- package/dist/apis/ExternalApiLogApi.js +58 -0
- package/dist/apis/OverlayTemplateApi.d.ts +17 -1
- package/dist/apis/OverlayTemplateApi.js +61 -0
- package/dist/apis/ProductApi.d.ts +10 -10
- package/dist/apis/ProductApi.js +4 -4
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/GetProductChildrenOverlayTemplateRequest.d.ts +190 -0
- package/dist/models/{IndexProductChildRequest.js → GetProductChildrenOverlayTemplateRequest.js} +17 -17
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.d.ts +40 -0
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.js +57 -0
- package/dist/models/IndexExternalApiLogRequest.d.ts +18 -0
- package/dist/models/IndexExternalApiLogRequest.js +6 -0
- package/dist/models/ProductChildOverlayRelationResource.d.ts +25 -12
- package/dist/models/ProductChildOverlayRelationResource.js +24 -17
- package/dist/models/ProductTypeListResource.d.ts +0 -6
- package/dist/models/ProductTypeListResource.js +0 -4
- package/dist/models/index.d.ts +2 -1
- package/dist/models/index.js +2 -1
- package/docs/ExternalApiLogApi.md +66 -0
- package/docs/{IndexProductChildRequest.md → GetProductChildrenOverlayTemplateRequest.md} +4 -4
- package/docs/GetUniqueEndpointsExternalApiLogRequest.md +34 -0
- package/docs/IndexExternalApiLogRequest.md +6 -0
- package/docs/OverlayTemplateApi.md +69 -0
- package/docs/ProductApi.md +17 -17
- package/docs/ProductChildOverlayRelationResource.md +13 -9
- package/docs/ProductTypeListResource.md +0 -2
- package/package.json +1 -1
- package/src/apis/ExternalApiLogApi.ts +50 -0
- package/src/apis/OverlayTemplateApi.ts +59 -0
- package/src/apis/ProductApi.ts +19 -16
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/{IndexProductChildRequest.ts → GetProductChildrenOverlayTemplateRequest.ts} +42 -42
- package/src/models/GetUniqueEndpointsExternalApiLogRequest.ts +76 -0
- package/src/models/IndexExternalApiLogRequest.ts +24 -0
- package/src/models/ProductChildOverlayRelationResource.ts +55 -31
- package/src/models/ProductTypeListResource.ts +0 -9
- package/src/models/index.ts +2 -1
- package/dist/models/IndexProductChildRequest.d.ts +0 -190
package/.openapi-generator/FILES
CHANGED
|
@@ -85,6 +85,8 @@ docs/GetAllProductRequest.md
|
|
|
85
85
|
docs/GetAllProductTypeRequest.md
|
|
86
86
|
docs/GetAllSupplierRequest.md
|
|
87
87
|
docs/GetHierarchyProductCategoryRequest.md
|
|
88
|
+
docs/GetProductChildrenOverlayTemplateRequest.md
|
|
89
|
+
docs/GetUniqueEndpointsExternalApiLogRequest.md
|
|
88
90
|
docs/GlobalSearchCategoryResource.md
|
|
89
91
|
docs/GlobalSearchCategoryResourceArrayResponse.md
|
|
90
92
|
docs/GlobalSearchProductResource.md
|
|
@@ -103,7 +105,6 @@ docs/IndexDocumentRequest.md
|
|
|
103
105
|
docs/IndexExternalApiLogRequest.md
|
|
104
106
|
docs/IndexOverlayTemplateRequest.md
|
|
105
107
|
docs/IndexProductCategoryRequest.md
|
|
106
|
-
docs/IndexProductChildRequest.md
|
|
107
108
|
docs/IndexProductRequest.md
|
|
108
109
|
docs/IndexProductTypeRequest.md
|
|
109
110
|
docs/IndexSiteNotificationRequest.md
|
|
@@ -400,6 +401,8 @@ src/models/GetAllProductRequest.ts
|
|
|
400
401
|
src/models/GetAllProductTypeRequest.ts
|
|
401
402
|
src/models/GetAllSupplierRequest.ts
|
|
402
403
|
src/models/GetHierarchyProductCategoryRequest.ts
|
|
404
|
+
src/models/GetProductChildrenOverlayTemplateRequest.ts
|
|
405
|
+
src/models/GetUniqueEndpointsExternalApiLogRequest.ts
|
|
403
406
|
src/models/GlobalSearchCategoryResource.ts
|
|
404
407
|
src/models/GlobalSearchCategoryResourceArrayResponse.ts
|
|
405
408
|
src/models/GlobalSearchProductResource.ts
|
|
@@ -417,7 +420,6 @@ src/models/IndexDocumentRequest.ts
|
|
|
417
420
|
src/models/IndexExternalApiLogRequest.ts
|
|
418
421
|
src/models/IndexOverlayTemplateRequest.ts
|
|
419
422
|
src/models/IndexProductCategoryRequest.ts
|
|
420
|
-
src/models/IndexProductChildRequest.ts
|
|
421
423
|
src/models/IndexProductRequest.ts
|
|
422
424
|
src/models/IndexProductTypeRequest.ts
|
|
423
425
|
src/models/IndexSiteNotificationRequest.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.1151
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -85,6 +85,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
85
85
|
*DocumentApi* | [**storeDocument**](docs/DocumentApi.md#storedocumentoperation) | **POST** /admin-api/document/create | Auto-generated: storeDocument
|
|
86
86
|
*DocumentApi* | [**storeDocumentFile**](docs/DocumentApi.md#storedocumentfileoperation) | **POST** /admin-api/document/files | Auto-generated: storeDocumentFile
|
|
87
87
|
*DocumentApi* | [**updateDocument**](docs/DocumentApi.md#updatedocumentoperation) | **PUT** /admin-api/document/{document}/update | Auto-generated: updateDocument
|
|
88
|
+
*ExternalApiLogApi* | [**getUniqueEndpointsExternalApiLog**](docs/ExternalApiLogApi.md#getuniqueendpointsexternalapilogoperation) | **POST** /admin-api/external-api-log/endpoints | Auto-generated: getUniqueEndpointsExternalApiLog
|
|
88
89
|
*ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#indexexternalapilogoperation) | **POST** /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog
|
|
89
90
|
*GoogleCategoryApi* | [**getAllGoogleCategory**](docs/GoogleCategoryApi.md#getallgooglecategoryoperation) | **POST** /admin-api/google-category/all | Auto-generated: getAllGoogleCategory
|
|
90
91
|
*OverlayTemplateApi* | [**attachAssetsOverlayTemplate**](docs/OverlayTemplateApi.md#attachassetsoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/attach-assets | Auto-generated: attachAssetsOverlayTemplate
|
|
@@ -93,6 +94,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
93
94
|
*OverlayTemplateApi* | [**detachAssetOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-asset/{asset} | Auto-generated: detachAssetOverlayTemplate
|
|
94
95
|
*OverlayTemplateApi* | [**detachAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetableoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-assetable | Auto-generated: detachAssetableOverlayTemplate
|
|
95
96
|
*OverlayTemplateApi* | [**getAllOverlayTemplate**](docs/OverlayTemplateApi.md#getalloverlaytemplateoperation) | **POST** /admin-api/overlay-template/all | Auto-generated: getAllOverlayTemplate
|
|
97
|
+
*OverlayTemplateApi* | [**getProductChildrenOverlayTemplate**](docs/OverlayTemplateApi.md#getproductchildrenoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/product-children | Auto-generated: getProductChildrenOverlayTemplate
|
|
96
98
|
*OverlayTemplateApi* | [**indexOverlayTemplate**](docs/OverlayTemplateApi.md#indexoverlaytemplateoperation) | **POST** /admin-api/overlay-template/list | Auto-generated: indexOverlayTemplate
|
|
97
99
|
*OverlayTemplateApi* | [**showOverlayTemplate**](docs/OverlayTemplateApi.md#showoverlaytemplate) | **GET** /admin-api/overlay-template/{overlayTemplate} | Auto-generated: showOverlayTemplate
|
|
98
100
|
*OverlayTemplateApi* | [**storeOverlayTemplate**](docs/OverlayTemplateApi.md#storeoverlaytemplateoperation) | **POST** /admin-api/overlay-template/create | Auto-generated: storeOverlayTemplate
|
|
@@ -112,7 +114,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
112
114
|
*ProductApi* | [**getAllProductChild**](docs/ProductApi.md#getallproductchildoperation) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild
|
|
113
115
|
*ProductApi* | [**getCompatibleProductsProductChild**](docs/ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild
|
|
114
116
|
*ProductApi* | [**indexProduct**](docs/ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct
|
|
115
|
-
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#
|
|
117
|
+
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#indexproductchild) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild
|
|
116
118
|
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchild) | **GET** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild
|
|
117
119
|
*ProductApi* | [**showProduct**](docs/ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct
|
|
118
120
|
*ProductApi* | [**showProductChild**](docs/ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild
|
|
@@ -248,6 +250,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
248
250
|
- [GetAllProductTypeRequest](docs/GetAllProductTypeRequest.md)
|
|
249
251
|
- [GetAllSupplierRequest](docs/GetAllSupplierRequest.md)
|
|
250
252
|
- [GetHierarchyProductCategoryRequest](docs/GetHierarchyProductCategoryRequest.md)
|
|
253
|
+
- [GetProductChildrenOverlayTemplateRequest](docs/GetProductChildrenOverlayTemplateRequest.md)
|
|
254
|
+
- [GetUniqueEndpointsExternalApiLogRequest](docs/GetUniqueEndpointsExternalApiLogRequest.md)
|
|
251
255
|
- [GlobalSearchCategoryResource](docs/GlobalSearchCategoryResource.md)
|
|
252
256
|
- [GlobalSearchCategoryResourceArrayResponse](docs/GlobalSearchCategoryResourceArrayResponse.md)
|
|
253
257
|
- [GlobalSearchProductResource](docs/GlobalSearchProductResource.md)
|
|
@@ -265,7 +269,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
265
269
|
- [IndexExternalApiLogRequest](docs/IndexExternalApiLogRequest.md)
|
|
266
270
|
- [IndexOverlayTemplateRequest](docs/IndexOverlayTemplateRequest.md)
|
|
267
271
|
- [IndexProductCategoryRequest](docs/IndexProductCategoryRequest.md)
|
|
268
|
-
- [IndexProductChildRequest](docs/IndexProductChildRequest.md)
|
|
269
272
|
- [IndexProductRequest](docs/IndexProductRequest.md)
|
|
270
273
|
- [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
|
|
271
274
|
- [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
|
|
@@ -474,7 +477,7 @@ and is automatically generated by the
|
|
|
474
477
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
475
478
|
|
|
476
479
|
- API version: `1.0.0`
|
|
477
|
-
- Package version: `0.0.
|
|
480
|
+
- Package version: `0.0.1151`
|
|
478
481
|
- Generator version: `7.20.0`
|
|
479
482
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
480
483
|
|
|
@@ -10,7 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { IndexExternalApiLogRequest, PaginatedExternalApiLogResourceResponse } from '../models/index';
|
|
13
|
+
import type { GenericResponse, GetUniqueEndpointsExternalApiLogRequest, IndexExternalApiLogRequest, PaginatedExternalApiLogResourceResponse } from '../models/index';
|
|
14
|
+
export interface GetUniqueEndpointsExternalApiLogOperationRequest {
|
|
15
|
+
getUniqueEndpointsExternalApiLogRequest?: GetUniqueEndpointsExternalApiLogRequest;
|
|
16
|
+
}
|
|
14
17
|
export interface IndexExternalApiLogOperationRequest {
|
|
15
18
|
indexExternalApiLogRequest?: IndexExternalApiLogRequest;
|
|
16
19
|
}
|
|
@@ -18,6 +21,18 @@ export interface IndexExternalApiLogOperationRequest {
|
|
|
18
21
|
*
|
|
19
22
|
*/
|
|
20
23
|
export declare class ExternalApiLogApi extends runtime.BaseAPI {
|
|
24
|
+
/**
|
|
25
|
+
* Creates request options for getUniqueEndpointsExternalApiLog without sending the request
|
|
26
|
+
*/
|
|
27
|
+
getUniqueEndpointsExternalApiLogRequestOpts(requestParameters: GetUniqueEndpointsExternalApiLogOperationRequest): Promise<runtime.RequestOpts>;
|
|
28
|
+
/**
|
|
29
|
+
* Auto-generated: getUniqueEndpointsExternalApiLog
|
|
30
|
+
*/
|
|
31
|
+
getUniqueEndpointsExternalApiLogRaw(requestParameters: GetUniqueEndpointsExternalApiLogOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
|
|
32
|
+
/**
|
|
33
|
+
* Auto-generated: getUniqueEndpointsExternalApiLog
|
|
34
|
+
*/
|
|
35
|
+
getUniqueEndpointsExternalApiLog(requestParameters?: GetUniqueEndpointsExternalApiLogOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
|
|
21
36
|
/**
|
|
22
37
|
* Creates request options for indexExternalApiLog without sending the request
|
|
23
38
|
*/
|
|
@@ -75,6 +75,64 @@ var ExternalApiLogApi = /** @class */ (function (_super) {
|
|
|
75
75
|
function ExternalApiLogApi() {
|
|
76
76
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
77
77
|
}
|
|
78
|
+
/**
|
|
79
|
+
* Creates request options for getUniqueEndpointsExternalApiLog without sending the request
|
|
80
|
+
*/
|
|
81
|
+
ExternalApiLogApi.prototype.getUniqueEndpointsExternalApiLogRequestOpts = function (requestParameters) {
|
|
82
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
83
|
+
var queryParameters, headerParameters, urlPath;
|
|
84
|
+
return __generator(this, function (_a) {
|
|
85
|
+
queryParameters = {};
|
|
86
|
+
headerParameters = {};
|
|
87
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
88
|
+
urlPath = "/admin-api/external-api-log/endpoints";
|
|
89
|
+
return [2 /*return*/, {
|
|
90
|
+
path: urlPath,
|
|
91
|
+
method: 'POST',
|
|
92
|
+
headers: headerParameters,
|
|
93
|
+
query: queryParameters,
|
|
94
|
+
body: (0, index_1.GetUniqueEndpointsExternalApiLogRequestToJSON)(requestParameters['getUniqueEndpointsExternalApiLogRequest']),
|
|
95
|
+
}];
|
|
96
|
+
});
|
|
97
|
+
});
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Auto-generated: getUniqueEndpointsExternalApiLog
|
|
101
|
+
*/
|
|
102
|
+
ExternalApiLogApi.prototype.getUniqueEndpointsExternalApiLogRaw = function (requestParameters, initOverrides) {
|
|
103
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
104
|
+
var requestOptions, response;
|
|
105
|
+
return __generator(this, function (_a) {
|
|
106
|
+
switch (_a.label) {
|
|
107
|
+
case 0: return [4 /*yield*/, this.getUniqueEndpointsExternalApiLogRequestOpts(requestParameters)];
|
|
108
|
+
case 1:
|
|
109
|
+
requestOptions = _a.sent();
|
|
110
|
+
return [4 /*yield*/, this.request(requestOptions, initOverrides)];
|
|
111
|
+
case 2:
|
|
112
|
+
response = _a.sent();
|
|
113
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.GenericResponseFromJSON)(jsonValue); })];
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
});
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Auto-generated: getUniqueEndpointsExternalApiLog
|
|
120
|
+
*/
|
|
121
|
+
ExternalApiLogApi.prototype.getUniqueEndpointsExternalApiLog = function () {
|
|
122
|
+
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
123
|
+
var response;
|
|
124
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
125
|
+
return __generator(this, function (_a) {
|
|
126
|
+
switch (_a.label) {
|
|
127
|
+
case 0: return [4 /*yield*/, this.getUniqueEndpointsExternalApiLogRaw(requestParameters, initOverrides)];
|
|
128
|
+
case 1:
|
|
129
|
+
response = _a.sent();
|
|
130
|
+
return [4 /*yield*/, response.value()];
|
|
131
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
});
|
|
135
|
+
};
|
|
78
136
|
/**
|
|
79
137
|
* Creates request options for indexExternalApiLog without sending the request
|
|
80
138
|
*/
|
|
@@ -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, IndexOverlayTemplateRequest, OverlayTemplateLiteResourceArrayResponse, OverlayTemplateResource, PaginatedOverlayTemplateListResourceResponse, StoreOverlayTemplateAssetRequest, StoreOverlayTemplateRequest, UpdateOverlayTemplateAssetRequest, UpdateOverlayTemplateRequest } from '../models/index';
|
|
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,6 +32,10 @@ export interface DetachAssetableOverlayTemplateOperationRequest {
|
|
|
32
32
|
export interface GetAllOverlayTemplateOperationRequest {
|
|
33
33
|
getAllOverlayTemplateRequest?: GetAllOverlayTemplateRequest;
|
|
34
34
|
}
|
|
35
|
+
export interface GetProductChildrenOverlayTemplateOperationRequest {
|
|
36
|
+
overlayTemplate: number;
|
|
37
|
+
getProductChildrenOverlayTemplateRequest?: GetProductChildrenOverlayTemplateRequest;
|
|
38
|
+
}
|
|
35
39
|
export interface IndexOverlayTemplateOperationRequest {
|
|
36
40
|
indexOverlayTemplateRequest?: IndexOverlayTemplateRequest;
|
|
37
41
|
}
|
|
@@ -128,6 +132,18 @@ export declare class OverlayTemplateApi extends runtime.BaseAPI {
|
|
|
128
132
|
* Auto-generated: getAllOverlayTemplate
|
|
129
133
|
*/
|
|
130
134
|
getAllOverlayTemplate(requestParameters?: GetAllOverlayTemplateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<OverlayTemplateLiteResourceArrayResponse>;
|
|
135
|
+
/**
|
|
136
|
+
* Creates request options for getProductChildrenOverlayTemplate without sending the request
|
|
137
|
+
*/
|
|
138
|
+
getProductChildrenOverlayTemplateRequestOpts(requestParameters: GetProductChildrenOverlayTemplateOperationRequest): Promise<runtime.RequestOpts>;
|
|
139
|
+
/**
|
|
140
|
+
* Auto-generated: getProductChildrenOverlayTemplate
|
|
141
|
+
*/
|
|
142
|
+
getProductChildrenOverlayTemplateRaw(requestParameters: GetProductChildrenOverlayTemplateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedProductChildOverlayRelationResourceResponse>>;
|
|
143
|
+
/**
|
|
144
|
+
* Auto-generated: getProductChildrenOverlayTemplate
|
|
145
|
+
*/
|
|
146
|
+
getProductChildrenOverlayTemplate(requestParameters: GetProductChildrenOverlayTemplateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedProductChildOverlayRelationResourceResponse>;
|
|
131
147
|
/**
|
|
132
148
|
* Creates request options for indexOverlayTemplate without sending the request
|
|
133
149
|
*/
|
|
@@ -436,6 +436,67 @@ var OverlayTemplateApi = /** @class */ (function (_super) {
|
|
|
436
436
|
});
|
|
437
437
|
});
|
|
438
438
|
};
|
|
439
|
+
/**
|
|
440
|
+
* Creates request options for getProductChildrenOverlayTemplate without sending the request
|
|
441
|
+
*/
|
|
442
|
+
OverlayTemplateApi.prototype.getProductChildrenOverlayTemplateRequestOpts = function (requestParameters) {
|
|
443
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
444
|
+
var queryParameters, headerParameters, urlPath;
|
|
445
|
+
return __generator(this, function (_a) {
|
|
446
|
+
if (requestParameters['overlayTemplate'] == null) {
|
|
447
|
+
throw new runtime.RequiredError('overlayTemplate', 'Required parameter "overlayTemplate" was null or undefined when calling getProductChildrenOverlayTemplate().');
|
|
448
|
+
}
|
|
449
|
+
queryParameters = {};
|
|
450
|
+
headerParameters = {};
|
|
451
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
452
|
+
urlPath = "/admin-api/overlay-template/{overlayTemplate}/product-children";
|
|
453
|
+
urlPath = urlPath.replace("{".concat("overlayTemplate", "}"), encodeURIComponent(String(requestParameters['overlayTemplate'])));
|
|
454
|
+
return [2 /*return*/, {
|
|
455
|
+
path: urlPath,
|
|
456
|
+
method: 'POST',
|
|
457
|
+
headers: headerParameters,
|
|
458
|
+
query: queryParameters,
|
|
459
|
+
body: (0, index_1.GetProductChildrenOverlayTemplateRequestToJSON)(requestParameters['getProductChildrenOverlayTemplateRequest']),
|
|
460
|
+
}];
|
|
461
|
+
});
|
|
462
|
+
});
|
|
463
|
+
};
|
|
464
|
+
/**
|
|
465
|
+
* Auto-generated: getProductChildrenOverlayTemplate
|
|
466
|
+
*/
|
|
467
|
+
OverlayTemplateApi.prototype.getProductChildrenOverlayTemplateRaw = function (requestParameters, initOverrides) {
|
|
468
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
469
|
+
var requestOptions, response;
|
|
470
|
+
return __generator(this, function (_a) {
|
|
471
|
+
switch (_a.label) {
|
|
472
|
+
case 0: return [4 /*yield*/, this.getProductChildrenOverlayTemplateRequestOpts(requestParameters)];
|
|
473
|
+
case 1:
|
|
474
|
+
requestOptions = _a.sent();
|
|
475
|
+
return [4 /*yield*/, this.request(requestOptions, initOverrides)];
|
|
476
|
+
case 2:
|
|
477
|
+
response = _a.sent();
|
|
478
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.PaginatedProductChildOverlayRelationResourceResponseFromJSON)(jsonValue); })];
|
|
479
|
+
}
|
|
480
|
+
});
|
|
481
|
+
});
|
|
482
|
+
};
|
|
483
|
+
/**
|
|
484
|
+
* Auto-generated: getProductChildrenOverlayTemplate
|
|
485
|
+
*/
|
|
486
|
+
OverlayTemplateApi.prototype.getProductChildrenOverlayTemplate = function (requestParameters, initOverrides) {
|
|
487
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
488
|
+
var response;
|
|
489
|
+
return __generator(this, function (_a) {
|
|
490
|
+
switch (_a.label) {
|
|
491
|
+
case 0: return [4 /*yield*/, this.getProductChildrenOverlayTemplateRaw(requestParameters, initOverrides)];
|
|
492
|
+
case 1:
|
|
493
|
+
response = _a.sent();
|
|
494
|
+
return [4 /*yield*/, response.value()];
|
|
495
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
496
|
+
}
|
|
497
|
+
});
|
|
498
|
+
});
|
|
499
|
+
};
|
|
439
500
|
/**
|
|
440
501
|
* Creates request options for indexOverlayTemplate without sending the request
|
|
441
502
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { AssetResourceArrayResponse, AttachAccessoriesProductChildRequest, AttachDocumentsProductChildRequest, DetachDocumentsProductChildRequest, GenericResponse, GetAllProductChildRequest, GetAllProductRequest,
|
|
13
|
+
import type { AssetResourceArrayResponse, AttachAccessoriesProductChildRequest, AttachDocumentsProductChildRequest, DetachDocumentsProductChildRequest, GenericResponse, GetAllProductChildRequest, GetAllProductRequest, GetProductChildrenOverlayTemplateRequest, 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;
|
|
@@ -43,7 +43,7 @@ export interface DetachDocumentsProductChildOperationRequest {
|
|
|
43
43
|
}
|
|
44
44
|
export interface GetAccessoriesProductChildRequest {
|
|
45
45
|
productChild: number;
|
|
46
|
-
|
|
46
|
+
getAllProductChildRequest?: GetAllProductChildRequest;
|
|
47
47
|
}
|
|
48
48
|
export interface GetAllProductOperationRequest {
|
|
49
49
|
getAllProductRequest?: GetAllProductRequest;
|
|
@@ -53,13 +53,13 @@ export interface GetAllProductChildOperationRequest {
|
|
|
53
53
|
}
|
|
54
54
|
export interface GetCompatibleProductsProductChildRequest {
|
|
55
55
|
productChild: number;
|
|
56
|
-
|
|
56
|
+
getProductChildrenOverlayTemplateRequest?: GetProductChildrenOverlayTemplateRequest;
|
|
57
57
|
}
|
|
58
58
|
export interface IndexProductOperationRequest {
|
|
59
59
|
indexProductRequest?: IndexProductRequest;
|
|
60
60
|
}
|
|
61
|
-
export interface
|
|
62
|
-
|
|
61
|
+
export interface IndexProductChildRequest {
|
|
62
|
+
getProductChildrenOverlayTemplateRequest?: GetProductChildrenOverlayTemplateRequest;
|
|
63
63
|
}
|
|
64
64
|
export interface ShowAssetsProductChildRequest {
|
|
65
65
|
productChild: number;
|
|
@@ -191,11 +191,11 @@ export declare class ProductApi extends runtime.BaseAPI {
|
|
|
191
191
|
/**
|
|
192
192
|
* Auto-generated: getAccessoriesProductChild
|
|
193
193
|
*/
|
|
194
|
-
getAccessoriesProductChildRaw(requestParameters: GetAccessoriesProductChildRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
194
|
+
getAccessoriesProductChildRaw(requestParameters: GetAccessoriesProductChildRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProductChildListResourceArrayResponse>>;
|
|
195
195
|
/**
|
|
196
196
|
* Auto-generated: getAccessoriesProductChild
|
|
197
197
|
*/
|
|
198
|
-
getAccessoriesProductChild(requestParameters: GetAccessoriesProductChildRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
198
|
+
getAccessoriesProductChild(requestParameters: GetAccessoriesProductChildRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProductChildListResourceArrayResponse>;
|
|
199
199
|
/**
|
|
200
200
|
* Creates request options for getAllProduct without sending the request
|
|
201
201
|
*/
|
|
@@ -247,15 +247,15 @@ export declare class ProductApi extends runtime.BaseAPI {
|
|
|
247
247
|
/**
|
|
248
248
|
* Creates request options for indexProductChild without sending the request
|
|
249
249
|
*/
|
|
250
|
-
indexProductChildRequestOpts(requestParameters:
|
|
250
|
+
indexProductChildRequestOpts(requestParameters: IndexProductChildRequest): Promise<runtime.RequestOpts>;
|
|
251
251
|
/**
|
|
252
252
|
* Auto-generated: indexProductChild
|
|
253
253
|
*/
|
|
254
|
-
indexProductChildRaw(requestParameters:
|
|
254
|
+
indexProductChildRaw(requestParameters: IndexProductChildRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedProductChildListResourceResponse>>;
|
|
255
255
|
/**
|
|
256
256
|
* Auto-generated: indexProductChild
|
|
257
257
|
*/
|
|
258
|
-
indexProductChild(requestParameters?:
|
|
258
|
+
indexProductChild(requestParameters?: IndexProductChildRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedProductChildListResourceResponse>;
|
|
259
259
|
/**
|
|
260
260
|
* Creates request options for showAssetsProductChild without sending the request
|
|
261
261
|
*/
|
package/dist/apis/ProductApi.js
CHANGED
|
@@ -583,7 +583,7 @@ var ProductApi = /** @class */ (function (_super) {
|
|
|
583
583
|
method: 'POST',
|
|
584
584
|
headers: headerParameters,
|
|
585
585
|
query: queryParameters,
|
|
586
|
-
body: (0, index_1.
|
|
586
|
+
body: (0, index_1.GetAllProductChildRequestToJSON)(requestParameters['getAllProductChildRequest']),
|
|
587
587
|
}];
|
|
588
588
|
});
|
|
589
589
|
});
|
|
@@ -602,7 +602,7 @@ var ProductApi = /** @class */ (function (_super) {
|
|
|
602
602
|
return [4 /*yield*/, this.request(requestOptions, initOverrides)];
|
|
603
603
|
case 2:
|
|
604
604
|
response = _a.sent();
|
|
605
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
605
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.ProductChildListResourceArrayResponseFromJSON)(jsonValue); })];
|
|
606
606
|
}
|
|
607
607
|
});
|
|
608
608
|
});
|
|
@@ -760,7 +760,7 @@ var ProductApi = /** @class */ (function (_super) {
|
|
|
760
760
|
method: 'POST',
|
|
761
761
|
headers: headerParameters,
|
|
762
762
|
query: queryParameters,
|
|
763
|
-
body: (0, index_1.
|
|
763
|
+
body: (0, index_1.GetProductChildrenOverlayTemplateRequestToJSON)(requestParameters['getProductChildrenOverlayTemplateRequest']),
|
|
764
764
|
}];
|
|
765
765
|
});
|
|
766
766
|
});
|
|
@@ -875,7 +875,7 @@ var ProductApi = /** @class */ (function (_super) {
|
|
|
875
875
|
method: 'POST',
|
|
876
876
|
headers: headerParameters,
|
|
877
877
|
query: queryParameters,
|
|
878
|
-
body: (0, index_1.
|
|
878
|
+
body: (0, index_1.GetProductChildrenOverlayTemplateRequestToJSON)(requestParameters['getProductChildrenOverlayTemplateRequest']),
|
|
879
879
|
}];
|
|
880
880
|
});
|
|
881
881
|
});
|
|
@@ -37,8 +37,6 @@ 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;
|
|
42
40
|
if (!('responsePayload' in value) || value['responsePayload'] === undefined)
|
|
43
41
|
return false;
|
|
44
42
|
if (!('site' in value) || value['site'] === undefined)
|
|
@@ -60,7 +58,7 @@ function ExternalApiLogResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
60
58
|
'exteranlApiLoggableId': json['exteranlApiLoggableId'],
|
|
61
59
|
'endpoint': json['endpoint'],
|
|
62
60
|
'responseCode': json['responseCode'],
|
|
63
|
-
'requestPayload': json['requestPayload'],
|
|
61
|
+
'requestPayload': json['requestPayload'] == null ? undefined : json['requestPayload'],
|
|
64
62
|
'responsePayload': json['responsePayload'],
|
|
65
63
|
'createdAt': json['createdAt'] == null ? undefined : json['createdAt'],
|
|
66
64
|
'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;
|