@digital8/lighting-illusions-ts-sdk 0.0.632 → 0.0.634
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 +6 -50
- package/README.md +5 -32
- package/dist/apis/NetsuiteApi.d.ts +29 -0
- package/dist/apis/NetsuiteApi.js +125 -0
- package/dist/apis/index.d.ts +1 -1
- package/dist/apis/index.js +1 -1
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/OverlayTemplateAssetResource.d.ts +3 -3
- package/dist/models/OverlayTemplateAssetResource.js +3 -3
- package/dist/models/ProductSearchResultResource.d.ts +6 -12
- package/dist/models/ProductSearchResultResource.js +4 -8
- package/dist/models/ProductStatus.d.ts +24 -0
- package/dist/models/ProductStatus.js +50 -0
- package/dist/models/StoreProductCategoryRequest.d.ts +2 -2
- package/dist/models/SupplierFrontendResource.d.ts +8 -7
- package/dist/models/SupplierFrontendResource.js +9 -8
- package/dist/models/SyncProductNetsuiteProductRequest.d.ts +182 -0
- package/dist/models/SyncProductNetsuiteProductRequest.js +101 -0
- package/dist/models/index.d.ts +2 -24
- package/dist/models/index.js +2 -24
- package/docs/NetsuiteApi.md +74 -0
- package/docs/OverlayTemplateAssetResource.md +1 -1
- package/docs/ProductSearchResultResource.md +2 -4
- package/docs/{ProductAvailability.md → ProductStatus.md} +4 -4
- package/docs/StoreProductCategoryRequest.md +1 -1
- package/docs/SupplierFrontendResource.md +4 -4
- package/docs/SyncProductNetsuiteProductRequest.md +84 -0
- package/package.json +1 -1
- package/src/apis/NetsuiteApi.ts +69 -0
- package/src/apis/index.ts +1 -1
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/OverlayTemplateAssetResource.ts +10 -10
- package/src/models/ProductSearchResultResource.ts +9 -18
- package/src/models/ProductStatus.ts +52 -0
- package/src/models/StoreProductCategoryRequest.ts +2 -2
- package/src/models/SupplierFrontendResource.ts +27 -20
- package/src/models/SyncProductNetsuiteProductRequest.ts +266 -0
- package/src/models/index.ts +2 -24
- package/dist/apis/DefinitionApi.d.ts +0 -85
- package/dist/apis/DefinitionApi.js +0 -355
- package/dist/models/AssetFrontendResource.d.ts +0 -74
- package/dist/models/AssetFrontendResource.js +0 -79
- package/dist/models/AssetFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/AssetFrontendResourceArrayResponse.js +0 -50
- package/dist/models/CategoryFrontendResource.d.ts +0 -70
- package/dist/models/CategoryFrontendResource.js +0 -73
- package/dist/models/CategoryFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/CategoryFrontendResourceArrayResponse.js +0 -50
- package/dist/models/CategoryWithChildrenFrontendResource.d.ts +0 -39
- package/dist/models/CategoryWithChildrenFrontendResource.js +0 -56
- package/dist/models/CategoryWithChildrenFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/CategoryWithChildrenFrontendResourceArrayResponse.js +0 -50
- package/dist/models/DefinitionListResource.d.ts +0 -38
- package/dist/models/DefinitionListResource.js +0 -55
- package/dist/models/DefinitionListResourceArrayResponse.d.ts +0 -33
- package/dist/models/DefinitionListResourceArrayResponse.js +0 -50
- package/dist/models/DefinitionResource.d.ts +0 -44
- package/dist/models/DefinitionResource.js +0 -59
- package/dist/models/DefinitionResourceArrayResponse.d.ts +0 -33
- package/dist/models/DefinitionResourceArrayResponse.js +0 -50
- package/dist/models/DocumentFrontendResource.d.ts +0 -44
- package/dist/models/DocumentFrontendResource.js +0 -57
- package/dist/models/DocumentFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/DocumentFrontendResourceArrayResponse.js +0 -50
- package/dist/models/GetAllDefinitionRequest.d.ts +0 -80
- package/dist/models/GetAllDefinitionRequest.js +0 -76
- package/dist/models/IndexDefinitionRequest.d.ts +0 -92
- package/dist/models/IndexDefinitionRequest.js +0 -80
- package/dist/models/OverlayTemplateAssetFrontendResource.d.ts +0 -63
- package/dist/models/OverlayTemplateAssetFrontendResource.js +0 -72
- package/dist/models/OverlayTemplateAssetFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/OverlayTemplateAssetFrontendResourceArrayResponse.js +0 -50
- package/dist/models/PaginatedCategoryFrontendResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedCategoryFrontendResourceResponse.js +0 -57
- package/dist/models/PaginatedDefinitionListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedDefinitionListResourceResponse.js +0 -57
- package/dist/models/PaginatedDefinitionResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedDefinitionResourceResponse.js +0 -57
- package/dist/models/ProductAvailability.d.ts +0 -26
- package/dist/models/ProductAvailability.js +0 -52
- package/dist/models/ProductCompareResource.d.ts +0 -141
- package/dist/models/ProductCompareResource.js +0 -124
- package/dist/models/ProductCompareResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductCompareResourceArrayResponse.js +0 -50
- package/dist/models/StoreDefinitionRequest.d.ts +0 -38
- package/dist/models/StoreDefinitionRequest.js +0 -55
- package/dist/models/UpdateDefinitionRequest.d.ts +0 -38
- package/dist/models/UpdateDefinitionRequest.js +0 -55
- package/docs/AssetFrontendResource.md +0 -48
- package/docs/AssetFrontendResourceArrayResponse.md +0 -34
- package/docs/CategoryFrontendResource.md +0 -46
- package/docs/CategoryFrontendResourceArrayResponse.md +0 -34
- package/docs/CategoryWithChildrenFrontendResource.md +0 -36
- package/docs/CategoryWithChildrenFrontendResourceArrayResponse.md +0 -34
- package/docs/DefinitionApi.md +0 -407
- package/docs/DefinitionListResource.md +0 -36
- package/docs/DefinitionListResourceArrayResponse.md +0 -34
- package/docs/DefinitionResource.md +0 -38
- package/docs/DefinitionResourceArrayResponse.md +0 -34
- package/docs/DocumentFrontendResource.md +0 -38
- package/docs/DocumentFrontendResourceArrayResponse.md +0 -34
- package/docs/GetAllDefinitionRequest.md +0 -44
- package/docs/IndexDefinitionRequest.md +0 -48
- package/docs/OverlayTemplateAssetFrontendResource.md +0 -44
- package/docs/OverlayTemplateAssetFrontendResourceArrayResponse.md +0 -34
- package/docs/PaginatedCategoryFrontendResourceResponse.md +0 -36
- package/docs/PaginatedDefinitionListResourceResponse.md +0 -36
- package/docs/PaginatedDefinitionResourceResponse.md +0 -36
- package/docs/ProductCompareResource.md +0 -70
- package/docs/ProductCompareResourceArrayResponse.md +0 -34
- package/docs/StoreDefinitionRequest.md +0 -36
- package/docs/UpdateDefinitionRequest.md +0 -36
- package/src/apis/DefinitionApi.ts +0 -286
- package/src/models/AssetFrontendResource.ts +0 -129
- package/src/models/AssetFrontendResourceArrayResponse.ts +0 -73
- package/src/models/CategoryFrontendResource.ts +0 -133
- package/src/models/CategoryFrontendResourceArrayResponse.ts +0 -73
- package/src/models/CategoryWithChildrenFrontendResource.ts +0 -83
- package/src/models/CategoryWithChildrenFrontendResourceArrayResponse.ts +0 -73
- package/src/models/DefinitionListResource.ts +0 -75
- package/src/models/DefinitionListResourceArrayResponse.ts +0 -73
- package/src/models/DefinitionResource.ts +0 -84
- package/src/models/DefinitionResourceArrayResponse.ts +0 -73
- package/src/models/DocumentFrontendResource.ts +0 -83
- package/src/models/DocumentFrontendResourceArrayResponse.ts +0 -73
- package/src/models/GetAllDefinitionRequest.ts +0 -127
- package/src/models/IndexDefinitionRequest.ts +0 -143
- package/src/models/OverlayTemplateAssetFrontendResource.ts +0 -119
- package/src/models/OverlayTemplateAssetFrontendResourceArrayResponse.ts +0 -73
- package/src/models/PaginatedCategoryFrontendResourceResponse.ts +0 -90
- package/src/models/PaginatedDefinitionListResourceResponse.ts +0 -90
- package/src/models/PaginatedDefinitionResourceResponse.ts +0 -90
- package/src/models/ProductAvailability.ts +0 -54
- package/src/models/ProductCompareResource.ts +0 -236
- package/src/models/ProductCompareResourceArrayResponse.ts +0 -73
- package/src/models/StoreDefinitionRequest.ts +0 -75
- package/src/models/UpdateDefinitionRequest.ts +0 -75
|
@@ -75,6 +75,12 @@ export interface ProductSearchResultResource {
|
|
|
75
75
|
* @memberof ProductSearchResultResource
|
|
76
76
|
*/
|
|
77
77
|
labelDetails: Array<number>;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {Array<object>}
|
|
81
|
+
* @memberof ProductSearchResultResource
|
|
82
|
+
*/
|
|
83
|
+
categories: Array<object>;
|
|
78
84
|
/**
|
|
79
85
|
*
|
|
80
86
|
* @type {string}
|
|
@@ -105,18 +111,6 @@ export interface ProductSearchResultResource {
|
|
|
105
111
|
* @memberof ProductSearchResultResource
|
|
106
112
|
*/
|
|
107
113
|
wishlisted: boolean;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @type {number}
|
|
111
|
-
* @memberof ProductSearchResultResource
|
|
112
|
-
*/
|
|
113
|
-
variationCount: number;
|
|
114
|
-
/**
|
|
115
|
-
*
|
|
116
|
-
* @type {Array<object>}
|
|
117
|
-
* @memberof ProductSearchResultResource
|
|
118
|
-
*/
|
|
119
|
-
overlayAssets: Array<object>;
|
|
120
114
|
}
|
|
121
115
|
/**
|
|
122
116
|
* Check if a given object implements the ProductSearchResultResource interface.
|
|
@@ -40,6 +40,8 @@ function instanceOfProductSearchResultResource(value) {
|
|
|
40
40
|
return false;
|
|
41
41
|
if (!('labelDetails' in value) || value['labelDetails'] === undefined)
|
|
42
42
|
return false;
|
|
43
|
+
if (!('categories' in value) || value['categories'] === undefined)
|
|
44
|
+
return false;
|
|
43
45
|
if (!('supplierName' in value) || value['supplierName'] === undefined)
|
|
44
46
|
return false;
|
|
45
47
|
if (!('supplierLogo' in value) || value['supplierLogo'] === undefined)
|
|
@@ -50,10 +52,6 @@ function instanceOfProductSearchResultResource(value) {
|
|
|
50
52
|
return false;
|
|
51
53
|
if (!('wishlisted' in value) || value['wishlisted'] === undefined)
|
|
52
54
|
return false;
|
|
53
|
-
if (!('variationCount' in value) || value['variationCount'] === undefined)
|
|
54
|
-
return false;
|
|
55
|
-
if (!('overlayAssets' in value) || value['overlayAssets'] === undefined)
|
|
56
|
-
return false;
|
|
57
55
|
return true;
|
|
58
56
|
}
|
|
59
57
|
function ProductSearchResultResourceFromJSON(json) {
|
|
@@ -74,13 +72,12 @@ function ProductSearchResultResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
74
72
|
'thumbnail': json['thumbnail'],
|
|
75
73
|
'averageRating': json['averageRating'] == null ? undefined : json['averageRating'],
|
|
76
74
|
'labelDetails': json['labelDetails'],
|
|
75
|
+
'categories': json['categories'],
|
|
77
76
|
'supplierName': json['supplierName'],
|
|
78
77
|
'supplierLogo': json['supplierLogo'],
|
|
79
78
|
'supplierId': json['supplierId'],
|
|
80
79
|
'availability': json['availability'],
|
|
81
80
|
'wishlisted': json['wishlisted'],
|
|
82
|
-
'variationCount': json['variationCount'],
|
|
83
|
-
'overlayAssets': json['overlayAssets'],
|
|
84
81
|
};
|
|
85
82
|
}
|
|
86
83
|
function ProductSearchResultResourceToJSON(json) {
|
|
@@ -102,12 +99,11 @@ function ProductSearchResultResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
102
99
|
'thumbnail': value['thumbnail'],
|
|
103
100
|
'averageRating': value['averageRating'],
|
|
104
101
|
'labelDetails': value['labelDetails'],
|
|
102
|
+
'categories': value['categories'],
|
|
105
103
|
'supplierName': value['supplierName'],
|
|
106
104
|
'supplierLogo': value['supplierLogo'],
|
|
107
105
|
'supplierId': value['supplierId'],
|
|
108
106
|
'availability': value['availability'],
|
|
109
107
|
'wishlisted': value['wishlisted'],
|
|
110
|
-
'variationCount': value['variationCount'],
|
|
111
|
-
'overlayAssets': value['overlayAssets'],
|
|
112
108
|
};
|
|
113
109
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
*/
|
|
16
|
+
export declare const ProductStatus: {
|
|
17
|
+
readonly InStock: "in_stock";
|
|
18
|
+
};
|
|
19
|
+
export type ProductStatus = typeof ProductStatus[keyof typeof ProductStatus];
|
|
20
|
+
export declare function instanceOfProductStatus(value: any): boolean;
|
|
21
|
+
export declare function ProductStatusFromJSON(json: any): ProductStatus;
|
|
22
|
+
export declare function ProductStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProductStatus;
|
|
23
|
+
export declare function ProductStatusToJSON(value?: ProductStatus | null): any;
|
|
24
|
+
export declare function ProductStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): ProductStatus;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.ProductStatus = void 0;
|
|
17
|
+
exports.instanceOfProductStatus = instanceOfProductStatus;
|
|
18
|
+
exports.ProductStatusFromJSON = ProductStatusFromJSON;
|
|
19
|
+
exports.ProductStatusFromJSONTyped = ProductStatusFromJSONTyped;
|
|
20
|
+
exports.ProductStatusToJSON = ProductStatusToJSON;
|
|
21
|
+
exports.ProductStatusToJSONTyped = ProductStatusToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.ProductStatus = {
|
|
27
|
+
InStock: 'in_stock'
|
|
28
|
+
};
|
|
29
|
+
function instanceOfProductStatus(value) {
|
|
30
|
+
for (var key in exports.ProductStatus) {
|
|
31
|
+
if (Object.prototype.hasOwnProperty.call(exports.ProductStatus, key)) {
|
|
32
|
+
if (exports.ProductStatus[key] === value) {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
return false;
|
|
38
|
+
}
|
|
39
|
+
function ProductStatusFromJSON(json) {
|
|
40
|
+
return ProductStatusFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ProductStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
function ProductStatusToJSON(value) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
function ProductStatusToJSONTyped(value, ignoreDiscriminator) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
@@ -20,10 +20,10 @@ import type { StoreProductCategoryRequestAutomationRulesInner } from './StorePro
|
|
|
20
20
|
export interface StoreProductCategoryRequest {
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
|
-
* @type {
|
|
23
|
+
* @type {string}
|
|
24
24
|
* @memberof StoreProductCategoryRequest
|
|
25
25
|
*/
|
|
26
|
-
siteId:
|
|
26
|
+
siteId: string;
|
|
27
27
|
/**
|
|
28
28
|
*
|
|
29
29
|
* @type {string}
|
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { AssetLiteResource } from './AssetLiteResource';
|
|
13
12
|
import type { DescriptionResource } from './DescriptionResource';
|
|
13
|
+
import type { AssetResource } from './AssetResource';
|
|
14
|
+
import type { SEOResource } from './SEOResource';
|
|
14
15
|
/**
|
|
15
16
|
*
|
|
16
17
|
* @export
|
|
@@ -37,10 +38,10 @@ export interface SupplierFrontendResource {
|
|
|
37
38
|
slug: string;
|
|
38
39
|
/**
|
|
39
40
|
*
|
|
40
|
-
* @type {
|
|
41
|
+
* @type {AssetResource}
|
|
41
42
|
* @memberof SupplierFrontendResource
|
|
42
43
|
*/
|
|
43
|
-
thumbnail:
|
|
44
|
+
thumbnail: AssetResource | null;
|
|
44
45
|
/**
|
|
45
46
|
*
|
|
46
47
|
* @type {number}
|
|
@@ -49,16 +50,16 @@ export interface SupplierFrontendResource {
|
|
|
49
50
|
supplierEta: number;
|
|
50
51
|
/**
|
|
51
52
|
*
|
|
52
|
-
* @type {
|
|
53
|
+
* @type {SEOResource}
|
|
53
54
|
* @memberof SupplierFrontendResource
|
|
54
55
|
*/
|
|
55
|
-
seo:
|
|
56
|
+
seo: SEOResource | null;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
|
-
* @type {DescriptionResource}
|
|
59
|
+
* @type {Array<DescriptionResource>}
|
|
59
60
|
* @memberof SupplierFrontendResource
|
|
60
61
|
*/
|
|
61
|
-
|
|
62
|
+
descriptions: Array<DescriptionResource> | null;
|
|
62
63
|
}
|
|
63
64
|
/**
|
|
64
65
|
* Check if a given object implements the SupplierFrontendResource interface.
|
|
@@ -18,8 +18,9 @@ exports.SupplierFrontendResourceFromJSON = SupplierFrontendResourceFromJSON;
|
|
|
18
18
|
exports.SupplierFrontendResourceFromJSONTyped = SupplierFrontendResourceFromJSONTyped;
|
|
19
19
|
exports.SupplierFrontendResourceToJSON = SupplierFrontendResourceToJSON;
|
|
20
20
|
exports.SupplierFrontendResourceToJSONTyped = SupplierFrontendResourceToJSONTyped;
|
|
21
|
-
var AssetLiteResource_1 = require("./AssetLiteResource");
|
|
22
21
|
var DescriptionResource_1 = require("./DescriptionResource");
|
|
22
|
+
var AssetResource_1 = require("./AssetResource");
|
|
23
|
+
var SEOResource_1 = require("./SEOResource");
|
|
23
24
|
/**
|
|
24
25
|
* Check if a given object implements the SupplierFrontendResource interface.
|
|
25
26
|
*/
|
|
@@ -36,7 +37,7 @@ function instanceOfSupplierFrontendResource(value) {
|
|
|
36
37
|
return false;
|
|
37
38
|
if (!('seo' in value) || value['seo'] === undefined)
|
|
38
39
|
return false;
|
|
39
|
-
if (!('
|
|
40
|
+
if (!('descriptions' in value) || value['descriptions'] === undefined)
|
|
40
41
|
return false;
|
|
41
42
|
return true;
|
|
42
43
|
}
|
|
@@ -51,10 +52,10 @@ function SupplierFrontendResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
51
52
|
'id': json['id'],
|
|
52
53
|
'name': json['name'],
|
|
53
54
|
'slug': json['slug'],
|
|
54
|
-
'thumbnail': (0,
|
|
55
|
+
'thumbnail': (0, AssetResource_1.AssetResourceFromJSON)(json['thumbnail']),
|
|
55
56
|
'supplierEta': json['supplierEta'],
|
|
56
|
-
'seo': json['seo'],
|
|
57
|
-
'
|
|
57
|
+
'seo': (0, SEOResource_1.SEOResourceFromJSON)(json['seo']),
|
|
58
|
+
'descriptions': (json['descriptions'] == null ? null : json['descriptions'].map(DescriptionResource_1.DescriptionResourceFromJSON)),
|
|
58
59
|
};
|
|
59
60
|
}
|
|
60
61
|
function SupplierFrontendResourceToJSON(json) {
|
|
@@ -69,9 +70,9 @@ function SupplierFrontendResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
69
70
|
'id': value['id'],
|
|
70
71
|
'name': value['name'],
|
|
71
72
|
'slug': value['slug'],
|
|
72
|
-
'thumbnail': (0,
|
|
73
|
+
'thumbnail': (0, AssetResource_1.AssetResourceToJSON)(value['thumbnail']),
|
|
73
74
|
'supplierEta': value['supplierEta'],
|
|
74
|
-
'seo': value['seo'],
|
|
75
|
-
'
|
|
75
|
+
'seo': (0, SEOResource_1.SEOResourceToJSON)(value['seo']),
|
|
76
|
+
'descriptions': (value['descriptions'] == null ? null : value['descriptions'].map(DescriptionResource_1.DescriptionResourceToJSON)),
|
|
76
77
|
};
|
|
77
78
|
}
|
|
@@ -0,0 +1,182 @@
|
|
|
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 SyncProductNetsuiteProductRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncProductNetsuiteProductRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
22
|
+
*/
|
|
23
|
+
internalId: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
28
|
+
*/
|
|
29
|
+
productType?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
34
|
+
*/
|
|
35
|
+
upccode?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
40
|
+
*/
|
|
41
|
+
vendorname?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
46
|
+
*/
|
|
47
|
+
custitemAnxRetailId?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
52
|
+
*/
|
|
53
|
+
weight?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
58
|
+
*/
|
|
59
|
+
custitemAnxAllowOversell?: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
64
|
+
*/
|
|
65
|
+
onlineLocationCost?: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
70
|
+
*/
|
|
71
|
+
popularityScore?: number;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
76
|
+
*/
|
|
77
|
+
excludeFrontend?: string;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
82
|
+
*/
|
|
83
|
+
excludeSearch?: string;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
88
|
+
*/
|
|
89
|
+
oversized?: string;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
94
|
+
*/
|
|
95
|
+
isBundle?: string;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
100
|
+
*/
|
|
101
|
+
bundleUpccode?: string;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {Array<string>}
|
|
105
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
106
|
+
*/
|
|
107
|
+
published?: Array<string>;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {number}
|
|
111
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
112
|
+
*/
|
|
113
|
+
custitemrrpGst?: number;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
118
|
+
*/
|
|
119
|
+
liPrice?: string;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
124
|
+
*/
|
|
125
|
+
cfdPrice?: string;
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
130
|
+
*/
|
|
131
|
+
labelLi?: string;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
136
|
+
*/
|
|
137
|
+
labelCfd?: string;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
142
|
+
*/
|
|
143
|
+
priceFeedLi?: string;
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
148
|
+
*/
|
|
149
|
+
priceFeedCfd?: string;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
154
|
+
*/
|
|
155
|
+
socialFeed?: string;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {Array<string>}
|
|
159
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
160
|
+
*/
|
|
161
|
+
attribRoom?: Array<string>;
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
* @type {Array<string>}
|
|
165
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
166
|
+
*/
|
|
167
|
+
attribStyle?: Array<string>;
|
|
168
|
+
/**
|
|
169
|
+
*
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof SyncProductNetsuiteProductRequest
|
|
172
|
+
*/
|
|
173
|
+
attribPrimarycolour?: string;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Check if a given object implements the SyncProductNetsuiteProductRequest interface.
|
|
177
|
+
*/
|
|
178
|
+
export declare function instanceOfSyncProductNetsuiteProductRequest(value: object): value is SyncProductNetsuiteProductRequest;
|
|
179
|
+
export declare function SyncProductNetsuiteProductRequestFromJSON(json: any): SyncProductNetsuiteProductRequest;
|
|
180
|
+
export declare function SyncProductNetsuiteProductRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SyncProductNetsuiteProductRequest;
|
|
181
|
+
export declare function SyncProductNetsuiteProductRequestToJSON(json: any): SyncProductNetsuiteProductRequest;
|
|
182
|
+
export declare function SyncProductNetsuiteProductRequestToJSONTyped(value?: SyncProductNetsuiteProductRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,101 @@
|
|
|
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.instanceOfSyncProductNetsuiteProductRequest = instanceOfSyncProductNetsuiteProductRequest;
|
|
17
|
+
exports.SyncProductNetsuiteProductRequestFromJSON = SyncProductNetsuiteProductRequestFromJSON;
|
|
18
|
+
exports.SyncProductNetsuiteProductRequestFromJSONTyped = SyncProductNetsuiteProductRequestFromJSONTyped;
|
|
19
|
+
exports.SyncProductNetsuiteProductRequestToJSON = SyncProductNetsuiteProductRequestToJSON;
|
|
20
|
+
exports.SyncProductNetsuiteProductRequestToJSONTyped = SyncProductNetsuiteProductRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SyncProductNetsuiteProductRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSyncProductNetsuiteProductRequest(value) {
|
|
25
|
+
if (!('internalId' in value) || value['internalId'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function SyncProductNetsuiteProductRequestFromJSON(json) {
|
|
30
|
+
return SyncProductNetsuiteProductRequestFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function SyncProductNetsuiteProductRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'internalId': json['internalId'],
|
|
38
|
+
'productType': json['productType'] == null ? undefined : json['productType'],
|
|
39
|
+
'upccode': json['upccode'] == null ? undefined : json['upccode'],
|
|
40
|
+
'vendorname': json['vendorname'] == null ? undefined : json['vendorname'],
|
|
41
|
+
'custitemAnxRetailId': json['custitem_anx_retail_id'] == null ? undefined : json['custitem_anx_retail_id'],
|
|
42
|
+
'weight': json['weight'] == null ? undefined : json['weight'],
|
|
43
|
+
'custitemAnxAllowOversell': json['custitem_anx_allow_oversell'] == null ? undefined : json['custitem_anx_allow_oversell'],
|
|
44
|
+
'onlineLocationCost': json['online_location_cost'] == null ? undefined : json['online_location_cost'],
|
|
45
|
+
'popularityScore': json['popularity_score'] == null ? undefined : json['popularity_score'],
|
|
46
|
+
'excludeFrontend': json['exclude_frontend'] == null ? undefined : json['exclude_frontend'],
|
|
47
|
+
'excludeSearch': json['exclude_search'] == null ? undefined : json['exclude_search'],
|
|
48
|
+
'oversized': json['oversized'] == null ? undefined : json['oversized'],
|
|
49
|
+
'isBundle': json['is_bundle'] == null ? undefined : json['is_bundle'],
|
|
50
|
+
'bundleUpccode': json['bundle_upccode'] == null ? undefined : json['bundle_upccode'],
|
|
51
|
+
'published': json['published'] == null ? undefined : json['published'],
|
|
52
|
+
'custitemrrpGst': json['custitemrrp_gst'] == null ? undefined : json['custitemrrp_gst'],
|
|
53
|
+
'liPrice': json['li_price'] == null ? undefined : json['li_price'],
|
|
54
|
+
'cfdPrice': json['cfd_price'] == null ? undefined : json['cfd_price'],
|
|
55
|
+
'labelLi': json['label_li'] == null ? undefined : json['label_li'],
|
|
56
|
+
'labelCfd': json['label_cfd'] == null ? undefined : json['label_cfd'],
|
|
57
|
+
'priceFeedLi': json['price_feed_li'] == null ? undefined : json['price_feed_li'],
|
|
58
|
+
'priceFeedCfd': json['price_feed_cfd'] == null ? undefined : json['price_feed_cfd'],
|
|
59
|
+
'socialFeed': json['social_feed'] == null ? undefined : json['social_feed'],
|
|
60
|
+
'attribRoom': json['attrib_room'] == null ? undefined : json['attrib_room'],
|
|
61
|
+
'attribStyle': json['attrib_style'] == null ? undefined : json['attrib_style'],
|
|
62
|
+
'attribPrimarycolour': json['attrib_primarycolour'] == null ? undefined : json['attrib_primarycolour'],
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
function SyncProductNetsuiteProductRequestToJSON(json) {
|
|
66
|
+
return SyncProductNetsuiteProductRequestToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
function SyncProductNetsuiteProductRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
69
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
return {
|
|
74
|
+
'internalId': value['internalId'],
|
|
75
|
+
'productType': value['productType'],
|
|
76
|
+
'upccode': value['upccode'],
|
|
77
|
+
'vendorname': value['vendorname'],
|
|
78
|
+
'custitem_anx_retail_id': value['custitemAnxRetailId'],
|
|
79
|
+
'weight': value['weight'],
|
|
80
|
+
'custitem_anx_allow_oversell': value['custitemAnxAllowOversell'],
|
|
81
|
+
'online_location_cost': value['onlineLocationCost'],
|
|
82
|
+
'popularity_score': value['popularityScore'],
|
|
83
|
+
'exclude_frontend': value['excludeFrontend'],
|
|
84
|
+
'exclude_search': value['excludeSearch'],
|
|
85
|
+
'oversized': value['oversized'],
|
|
86
|
+
'is_bundle': value['isBundle'],
|
|
87
|
+
'bundle_upccode': value['bundleUpccode'],
|
|
88
|
+
'published': value['published'],
|
|
89
|
+
'custitemrrp_gst': value['custitemrrpGst'],
|
|
90
|
+
'li_price': value['liPrice'],
|
|
91
|
+
'cfd_price': value['cfdPrice'],
|
|
92
|
+
'label_li': value['labelLi'],
|
|
93
|
+
'label_cfd': value['labelCfd'],
|
|
94
|
+
'price_feed_li': value['priceFeedLi'],
|
|
95
|
+
'price_feed_cfd': value['priceFeedCfd'],
|
|
96
|
+
'social_feed': value['socialFeed'],
|
|
97
|
+
'attrib_room': value['attribRoom'],
|
|
98
|
+
'attrib_style': value['attribStyle'],
|
|
99
|
+
'attrib_primarycolour': value['attribPrimarycolour'],
|
|
100
|
+
};
|
|
101
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export * from './AssetFileForUploadResource';
|
|
2
2
|
export * from './AssetFileForUploadResourceArrayResponse';
|
|
3
|
-
export * from './AssetFrontendResource';
|
|
4
|
-
export * from './AssetFrontendResourceArrayResponse';
|
|
5
3
|
export * from './AssetLiteResource';
|
|
6
4
|
export * from './AssetLiteResourceArrayResponse';
|
|
7
5
|
export * from './AssetResource';
|
|
@@ -32,15 +30,7 @@ export * from './CategoryAutomationConditionType';
|
|
|
32
30
|
export * from './CategoryAutomationFieldType';
|
|
33
31
|
export * from './CategoryAutomationRuleResource';
|
|
34
32
|
export * from './CategoryAutomationRuleResourceArrayResponse';
|
|
35
|
-
export * from './CategoryFrontendResource';
|
|
36
|
-
export * from './CategoryFrontendResourceArrayResponse';
|
|
37
|
-
export * from './CategoryWithChildrenFrontendResource';
|
|
38
|
-
export * from './CategoryWithChildrenFrontendResourceArrayResponse';
|
|
39
33
|
export * from './CouponDiscountType';
|
|
40
|
-
export * from './DefinitionListResource';
|
|
41
|
-
export * from './DefinitionListResourceArrayResponse';
|
|
42
|
-
export * from './DefinitionResource';
|
|
43
|
-
export * from './DefinitionResourceArrayResponse';
|
|
44
34
|
export * from './DescriptionResource';
|
|
45
35
|
export * from './DescriptionResourceArrayResponse';
|
|
46
36
|
export * from './DestroyAttributeValueRequest';
|
|
@@ -51,8 +41,6 @@ export * from './DetachDocumentsProductChildSiteDetailRequest';
|
|
|
51
41
|
export * from './DetachProductsProductCategoryRequest';
|
|
52
42
|
export * from './DocumentFileForUploadResource';
|
|
53
43
|
export * from './DocumentFileForUploadResourceArrayResponse';
|
|
54
|
-
export * from './DocumentFrontendResource';
|
|
55
|
-
export * from './DocumentFrontendResourceArrayResponse';
|
|
56
44
|
export * from './DocumentLiteResource';
|
|
57
45
|
export * from './DocumentLiteResourceArrayResponse';
|
|
58
46
|
export * from './DocumentResource';
|
|
@@ -65,7 +53,6 @@ export * from './ExternalApiProvider';
|
|
|
65
53
|
export * from './ExternalApiSyncStatus';
|
|
66
54
|
export * from './GenericResponse';
|
|
67
55
|
export * from './GetAllAttributeRequest';
|
|
68
|
-
export * from './GetAllDefinitionRequest';
|
|
69
56
|
export * from './GetAllDocumentRequest';
|
|
70
57
|
export * from './GetAllGoogleCategoryRequest';
|
|
71
58
|
export * from './GetAllOverlayTemplateRequest';
|
|
@@ -85,7 +72,6 @@ export * from './GlobalSearchResponseResourceArrayResponse';
|
|
|
85
72
|
export * from './GoogleCategoryResource';
|
|
86
73
|
export * from './GoogleCategoryResourceArrayResponse';
|
|
87
74
|
export * from './IndexAttributeRequest';
|
|
88
|
-
export * from './IndexDefinitionRequest';
|
|
89
75
|
export * from './IndexDocumentRequest';
|
|
90
76
|
export * from './IndexExternalApiLogRequest';
|
|
91
77
|
export * from './IndexOverlayTemplateRequest';
|
|
@@ -99,8 +85,6 @@ export * from './IndexSupplierRequest';
|
|
|
99
85
|
export * from './IndexTagRequest';
|
|
100
86
|
export * from './ModelAttributeResource';
|
|
101
87
|
export * from './ModelAttributeResourceArrayResponse';
|
|
102
|
-
export * from './OverlayTemplateAssetFrontendResource';
|
|
103
|
-
export * from './OverlayTemplateAssetFrontendResourceArrayResponse';
|
|
104
88
|
export * from './OverlayTemplateAssetPosition';
|
|
105
89
|
export * from './OverlayTemplateAssetResource';
|
|
106
90
|
export * from './OverlayTemplateAssetResourceArrayResponse';
|
|
@@ -114,9 +98,6 @@ export * from './PaginatedAttributeListResourceResponse';
|
|
|
114
98
|
export * from './PaginatedAttributeLiteResourceResponse';
|
|
115
99
|
export * from './PaginatedAttributeProductTypeRelationResourceResponse';
|
|
116
100
|
export * from './PaginatedAttributeResourceResponse';
|
|
117
|
-
export * from './PaginatedCategoryFrontendResourceResponse';
|
|
118
|
-
export * from './PaginatedDefinitionListResourceResponse';
|
|
119
|
-
export * from './PaginatedDefinitionResourceResponse';
|
|
120
101
|
export * from './PaginatedDocumentResourceResponse';
|
|
121
102
|
export * from './PaginatedExternalApiLogListResourceResponse';
|
|
122
103
|
export * from './PaginatedExternalApiLogResourceResponse';
|
|
@@ -156,7 +137,6 @@ export * from './PreviewAutomationRulesResource';
|
|
|
156
137
|
export * from './PreviewAutomationRulesResourceArrayResponse';
|
|
157
138
|
export * from './ProductAggregationResource';
|
|
158
139
|
export * from './ProductAggregationResourceArrayResponse';
|
|
159
|
-
export * from './ProductAvailability';
|
|
160
140
|
export * from './ProductCategoryHierarchyResource';
|
|
161
141
|
export * from './ProductCategoryHierarchyResourceArrayResponse';
|
|
162
142
|
export * from './ProductCategoryListResource';
|
|
@@ -179,8 +159,6 @@ export * from './ProductChildSiteDetailLiteResource';
|
|
|
179
159
|
export * from './ProductChildSiteDetailLiteResourceArrayResponse';
|
|
180
160
|
export * from './ProductChildSiteDetailResource';
|
|
181
161
|
export * from './ProductChildSiteDetailResourceArrayResponse';
|
|
182
|
-
export * from './ProductCompareResource';
|
|
183
|
-
export * from './ProductCompareResourceArrayResponse';
|
|
184
162
|
export * from './ProductListResource';
|
|
185
163
|
export * from './ProductListResourceArrayResponse';
|
|
186
164
|
export * from './ProductLiteResource';
|
|
@@ -195,6 +173,7 @@ export * from './ProductSearchResponseResourcePriceInfo';
|
|
|
195
173
|
export * from './ProductSearchResultResource';
|
|
196
174
|
export * from './ProductSearchResultResourceArrayResponse';
|
|
197
175
|
export * from './ProductSortBy';
|
|
176
|
+
export * from './ProductStatus';
|
|
198
177
|
export * from './ProductTypeListResource';
|
|
199
178
|
export * from './ProductTypeListResourceArrayResponse';
|
|
200
179
|
export * from './ProductTypeLiteResource';
|
|
@@ -220,7 +199,6 @@ export * from './SiteResourceArrayResponse';
|
|
|
220
199
|
export * from './StoreAssetFileRequest';
|
|
221
200
|
export * from './StoreAttributeRequest';
|
|
222
201
|
export * from './StoreAttributeValueRequest';
|
|
223
|
-
export * from './StoreDefinitionRequest';
|
|
224
202
|
export * from './StoreDocumentFileRequest';
|
|
225
203
|
export * from './StoreDocumentRequest';
|
|
226
204
|
export * from './StoreOverlayTemplateAssetRequest';
|
|
@@ -247,6 +225,7 @@ export * from './SupplierLiteResource';
|
|
|
247
225
|
export * from './SupplierLiteResourceArrayResponse';
|
|
248
226
|
export * from './SupplierResource';
|
|
249
227
|
export * from './SupplierResourceArrayResponse';
|
|
228
|
+
export * from './SyncProductNetsuiteProductRequest';
|
|
250
229
|
export * from './TagListResource';
|
|
251
230
|
export * from './TagListResourceArrayResponse';
|
|
252
231
|
export * from './TagLiteResource';
|
|
@@ -256,7 +235,6 @@ export * from './TagResourceArrayResponse';
|
|
|
256
235
|
export * from './TagType';
|
|
257
236
|
export * from './UpdateAttributeRequest';
|
|
258
237
|
export * from './UpdateAttributeValueRequest';
|
|
259
|
-
export * from './UpdateDefinitionRequest';
|
|
260
238
|
export * from './UpdateDocumentRequest';
|
|
261
239
|
export * from './UpdateFilterOrderAttributeRequest';
|
|
262
240
|
export * from './UpdateFilterOrderAttributeRequestValuesInner';
|