@digital8/lighting-illusions-ts-sdk 0.0.402 → 0.0.403
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/README.md +2 -2
- package/dist/models/StoreProductChildRequestAccessoriesInner.d.ts +2 -2
- package/dist/models/StoreProductChildRequestAssetsInner.d.ts +8 -8
- package/dist/models/StoreProductChildRequestAttributeValuesInner.d.ts +4 -4
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +8 -8
- package/dist/models/StoreProductRequestCategoriesInner.d.ts +4 -4
- package/dist/models/StoreSupplierRequestSeoInner.d.ts +2 -2
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.d.ts +4 -4
- package/dist/models/UpdateProductChildRequestAccessoriesInner.d.ts +4 -4
- package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +4 -4
- package/dist/models/UpdateProductChildRequestCompatibleProductsInner.d.ts +2 -2
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +4 -4
- package/docs/StoreProductChildRequestAccessoriesInner.md +1 -1
- package/docs/StoreProductChildRequestAssetsInner.md +4 -4
- package/docs/StoreProductChildRequestAttributeValuesInner.md +2 -2
- package/docs/StoreProductChildRequestSitesInner.md +4 -4
- package/docs/StoreProductRequestCategoriesInner.md +2 -2
- package/docs/StoreSupplierRequestSeoInner.md +1 -1
- package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +2 -2
- package/docs/UpdateProductChildRequestAccessoriesInner.md +2 -2
- package/docs/UpdateProductChildRequestAssetsInner.md +2 -2
- package/docs/UpdateProductChildRequestCompatibleProductsInner.md +1 -1
- package/docs/UpdateProductTypeRequestPerformanceValuesInner.md +2 -2
- package/package.json +1 -1
- package/src/models/StoreProductChildRequestAccessoriesInner.ts +2 -2
- package/src/models/StoreProductChildRequestAssetsInner.ts +8 -8
- package/src/models/StoreProductChildRequestAttributeValuesInner.ts +4 -4
- package/src/models/StoreProductChildRequestSitesInner.ts +8 -8
- package/src/models/StoreProductRequestCategoriesInner.ts +4 -4
- package/src/models/StoreSupplierRequestSeoInner.ts +2 -2
- package/src/models/UpdateFilterOrderAttributeRequestValuesInner.ts +4 -4
- package/src/models/UpdateProductChildRequestAccessoriesInner.ts +4 -4
- package/src/models/UpdateProductChildRequestAssetsInner.ts +4 -4
- package/src/models/UpdateProductChildRequestCompatibleProductsInner.ts +2 -2
- package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.403
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -278,7 +278,7 @@ and is automatically generated by the
|
|
|
278
278
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
279
279
|
|
|
280
280
|
- API version: `1.0.0`
|
|
281
|
-
- Package version: `0.0.
|
|
281
|
+
- Package version: `0.0.403`
|
|
282
282
|
- Generator version: `7.17.0`
|
|
283
283
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
284
284
|
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
export interface StoreProductChildRequestAccessoriesInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {number}
|
|
21
21
|
* @memberof StoreProductChildRequestAccessoriesInner
|
|
22
22
|
*/
|
|
23
|
-
order:
|
|
23
|
+
order: number;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Check if a given object implements the StoreProductChildRequestAccessoriesInner interface.
|
|
@@ -29,28 +29,28 @@ export interface StoreProductChildRequestAssetsInner {
|
|
|
29
29
|
mimeType: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {number}
|
|
33
33
|
* @memberof StoreProductChildRequestAssetsInner
|
|
34
34
|
*/
|
|
35
|
-
assetFileId:
|
|
35
|
+
assetFileId: number;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {boolean}
|
|
39
39
|
* @memberof StoreProductChildRequestAssetsInner
|
|
40
40
|
*/
|
|
41
|
-
isLifestyleImage:
|
|
41
|
+
isLifestyleImage: boolean;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
|
-
* @type {
|
|
44
|
+
* @type {number}
|
|
45
45
|
* @memberof StoreProductChildRequestAssetsInner
|
|
46
46
|
*/
|
|
47
|
-
order:
|
|
47
|
+
order: number;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
|
-
* @type {
|
|
50
|
+
* @type {Array<number>}
|
|
51
51
|
* @memberof StoreProductChildRequestAssetsInner
|
|
52
52
|
*/
|
|
53
|
-
overlayTemplateIds:
|
|
53
|
+
overlayTemplateIds: Array<number>;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Check if a given object implements the StoreProductChildRequestAssetsInner interface.
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
export interface StoreProductChildRequestAttributeValuesInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {number}
|
|
21
21
|
* @memberof StoreProductChildRequestAttributeValuesInner
|
|
22
22
|
*/
|
|
23
|
-
attributeId:
|
|
23
|
+
attributeId: number;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {Array<number>}
|
|
27
27
|
* @memberof StoreProductChildRequestAttributeValuesInner
|
|
28
28
|
*/
|
|
29
|
-
attributeValueIds:
|
|
29
|
+
attributeValueIds: Array<number>;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {string}
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
export interface StoreProductChildRequestSitesInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {number}
|
|
21
21
|
* @memberof StoreProductChildRequestSitesInner
|
|
22
22
|
*/
|
|
23
|
-
siteId:
|
|
23
|
+
siteId: number;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
@@ -41,16 +41,16 @@ export interface StoreProductChildRequestSitesInner {
|
|
|
41
41
|
description?: string;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
|
-
* @type {
|
|
44
|
+
* @type {number}
|
|
45
45
|
* @memberof StoreProductChildRequestSitesInner
|
|
46
46
|
*/
|
|
47
|
-
rrpPrice:
|
|
47
|
+
rrpPrice: number;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
|
-
* @type {
|
|
50
|
+
* @type {number}
|
|
51
51
|
* @memberof StoreProductChildRequestSitesInner
|
|
52
52
|
*/
|
|
53
|
-
salePrice:
|
|
53
|
+
salePrice: number;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* @type {string}
|
|
@@ -59,10 +59,10 @@ export interface StoreProductChildRequestSitesInner {
|
|
|
59
59
|
slug: string;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
|
-
* @type {
|
|
62
|
+
* @type {Array<number>}
|
|
63
63
|
* @memberof StoreProductChildRequestSitesInner
|
|
64
64
|
*/
|
|
65
|
-
documents:
|
|
65
|
+
documents: Array<number>;
|
|
66
66
|
/**
|
|
67
67
|
*
|
|
68
68
|
* @type {string}
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
export interface StoreProductRequestCategoriesInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {number}
|
|
21
21
|
* @memberof StoreProductRequestCategoriesInner
|
|
22
22
|
*/
|
|
23
|
-
siteId:
|
|
23
|
+
siteId: number;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {Array<number>}
|
|
27
27
|
* @memberof StoreProductRequestCategoriesInner
|
|
28
28
|
*/
|
|
29
|
-
categoryIds:
|
|
29
|
+
categoryIds: Array<number>;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the StoreProductRequestCategoriesInner interface.
|
|
@@ -47,10 +47,10 @@ export interface StoreSupplierRequestSeoInner {
|
|
|
47
47
|
pageDescription?: string;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
|
-
* @type {
|
|
50
|
+
* @type {number}
|
|
51
51
|
* @memberof StoreSupplierRequestSeoInner
|
|
52
52
|
*/
|
|
53
|
-
siteId:
|
|
53
|
+
siteId: number;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Check if a given object implements the StoreSupplierRequestSeoInner interface.
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
export interface UpdateFilterOrderAttributeRequestValuesInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {number}
|
|
21
21
|
* @memberof UpdateFilterOrderAttributeRequestValuesInner
|
|
22
22
|
*/
|
|
23
|
-
attributeId:
|
|
23
|
+
attributeId: number;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {number}
|
|
27
27
|
* @memberof UpdateFilterOrderAttributeRequestValuesInner
|
|
28
28
|
*/
|
|
29
|
-
order:
|
|
29
|
+
order: number;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the UpdateFilterOrderAttributeRequestValuesInner interface.
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
export interface UpdateProductChildRequestAccessoriesInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {number}
|
|
21
21
|
* @memberof UpdateProductChildRequestAccessoriesInner
|
|
22
22
|
*/
|
|
23
|
-
productChildId:
|
|
23
|
+
productChildId: number;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {number}
|
|
27
27
|
* @memberof UpdateProductChildRequestAccessoriesInner
|
|
28
28
|
*/
|
|
29
|
-
order:
|
|
29
|
+
order: number;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the UpdateProductChildRequestAccessoriesInner interface.
|
|
@@ -29,16 +29,16 @@ export interface UpdateProductChildRequestAssetsInner {
|
|
|
29
29
|
mimeType: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {number}
|
|
33
33
|
* @memberof UpdateProductChildRequestAssetsInner
|
|
34
34
|
*/
|
|
35
|
-
assetFileId:
|
|
35
|
+
assetFileId: number;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {number}
|
|
39
39
|
* @memberof UpdateProductChildRequestAssetsInner
|
|
40
40
|
*/
|
|
41
|
-
order:
|
|
41
|
+
order: number;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* Check if a given object implements the UpdateProductChildRequestAssetsInner interface.
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
export interface UpdateProductChildRequestCompatibleProductsInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {number}
|
|
21
21
|
* @memberof UpdateProductChildRequestCompatibleProductsInner
|
|
22
22
|
*/
|
|
23
|
-
productChildId:
|
|
23
|
+
productChildId: number;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Check if a given object implements the UpdateProductChildRequestCompatibleProductsInner interface.
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
export interface UpdateProductTypeRequestPerformanceValuesInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {number}
|
|
21
21
|
* @memberof UpdateProductTypeRequestPerformanceValuesInner
|
|
22
22
|
*/
|
|
23
|
-
attributeId?:
|
|
23
|
+
attributeId?: number;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {number}
|
|
27
27
|
* @memberof UpdateProductTypeRequestPerformanceValuesInner
|
|
28
28
|
*/
|
|
29
|
-
order?:
|
|
29
|
+
order?: number;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the UpdateProductTypeRequestPerformanceValuesInner interface.
|
|
@@ -8,10 +8,10 @@ Name | Type
|
|
|
8
8
|
------------ | -------------
|
|
9
9
|
`altText` | string
|
|
10
10
|
`mimeType` | string
|
|
11
|
-
`assetFileId` |
|
|
12
|
-
`isLifestyleImage` |
|
|
13
|
-
`order` |
|
|
14
|
-
`overlayTemplateIds` |
|
|
11
|
+
`assetFileId` | number
|
|
12
|
+
`isLifestyleImage` | boolean
|
|
13
|
+
`order` | number
|
|
14
|
+
`overlayTemplateIds` | Array<number>
|
|
15
15
|
|
|
16
16
|
## Example
|
|
17
17
|
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
Name | Type
|
|
8
8
|
------------ | -------------
|
|
9
|
-
`siteId` |
|
|
9
|
+
`siteId` | number
|
|
10
10
|
`name` | string
|
|
11
11
|
`displayName` | string
|
|
12
12
|
`description` | string
|
|
13
|
-
`rrpPrice` |
|
|
14
|
-
`salePrice` |
|
|
13
|
+
`rrpPrice` | number
|
|
14
|
+
`salePrice` | number
|
|
15
15
|
`slug` | string
|
|
16
|
-
`documents` |
|
|
16
|
+
`documents` | Array<number>
|
|
17
17
|
`title` | string
|
|
18
18
|
`keywords` | string
|
|
19
19
|
`footerDescription` | string
|
package/package.json
CHANGED
|
@@ -21,10 +21,10 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface StoreProductChildRequestAccessoriesInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
25
|
* @memberof StoreProductChildRequestAccessoriesInner
|
|
26
26
|
*/
|
|
27
|
-
order:
|
|
27
|
+
order: number;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
/**
|
|
@@ -33,28 +33,28 @@ export interface StoreProductChildRequestAssetsInner {
|
|
|
33
33
|
mimeType: string;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {number}
|
|
37
37
|
* @memberof StoreProductChildRequestAssetsInner
|
|
38
38
|
*/
|
|
39
|
-
assetFileId:
|
|
39
|
+
assetFileId: number;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
|
-
* @type {
|
|
42
|
+
* @type {boolean}
|
|
43
43
|
* @memberof StoreProductChildRequestAssetsInner
|
|
44
44
|
*/
|
|
45
|
-
isLifestyleImage:
|
|
45
|
+
isLifestyleImage: boolean;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
|
-
* @type {
|
|
48
|
+
* @type {number}
|
|
49
49
|
* @memberof StoreProductChildRequestAssetsInner
|
|
50
50
|
*/
|
|
51
|
-
order:
|
|
51
|
+
order: number;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
|
-
* @type {
|
|
54
|
+
* @type {Array<number>}
|
|
55
55
|
* @memberof StoreProductChildRequestAssetsInner
|
|
56
56
|
*/
|
|
57
|
-
overlayTemplateIds:
|
|
57
|
+
overlayTemplateIds: Array<number>;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
/**
|
|
@@ -21,16 +21,16 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface StoreProductChildRequestAttributeValuesInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
25
|
* @memberof StoreProductChildRequestAttributeValuesInner
|
|
26
26
|
*/
|
|
27
|
-
attributeId:
|
|
27
|
+
attributeId: number;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {Array<number>}
|
|
31
31
|
* @memberof StoreProductChildRequestAttributeValuesInner
|
|
32
32
|
*/
|
|
33
|
-
attributeValueIds:
|
|
33
|
+
attributeValueIds: Array<number>;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
36
|
* @type {string}
|
|
@@ -21,10 +21,10 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface StoreProductChildRequestSitesInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
25
|
* @memberof StoreProductChildRequestSitesInner
|
|
26
26
|
*/
|
|
27
|
-
siteId:
|
|
27
|
+
siteId: number;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
30
|
* @type {string}
|
|
@@ -45,16 +45,16 @@ export interface StoreProductChildRequestSitesInner {
|
|
|
45
45
|
description?: string;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
|
-
* @type {
|
|
48
|
+
* @type {number}
|
|
49
49
|
* @memberof StoreProductChildRequestSitesInner
|
|
50
50
|
*/
|
|
51
|
-
rrpPrice:
|
|
51
|
+
rrpPrice: number;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
|
-
* @type {
|
|
54
|
+
* @type {number}
|
|
55
55
|
* @memberof StoreProductChildRequestSitesInner
|
|
56
56
|
*/
|
|
57
|
-
salePrice:
|
|
57
|
+
salePrice: number;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
60
|
* @type {string}
|
|
@@ -63,10 +63,10 @@ export interface StoreProductChildRequestSitesInner {
|
|
|
63
63
|
slug: string;
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
|
-
* @type {
|
|
66
|
+
* @type {Array<number>}
|
|
67
67
|
* @memberof StoreProductChildRequestSitesInner
|
|
68
68
|
*/
|
|
69
|
-
documents:
|
|
69
|
+
documents: Array<number>;
|
|
70
70
|
/**
|
|
71
71
|
*
|
|
72
72
|
* @type {string}
|
|
@@ -21,16 +21,16 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface StoreProductRequestCategoriesInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
25
|
* @memberof StoreProductRequestCategoriesInner
|
|
26
26
|
*/
|
|
27
|
-
siteId:
|
|
27
|
+
siteId: number;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {Array<number>}
|
|
31
31
|
* @memberof StoreProductRequestCategoriesInner
|
|
32
32
|
*/
|
|
33
|
-
categoryIds:
|
|
33
|
+
categoryIds: Array<number>;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/**
|
|
@@ -21,16 +21,16 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface UpdateFilterOrderAttributeRequestValuesInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
25
|
* @memberof UpdateFilterOrderAttributeRequestValuesInner
|
|
26
26
|
*/
|
|
27
|
-
attributeId:
|
|
27
|
+
attributeId: number;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {number}
|
|
31
31
|
* @memberof UpdateFilterOrderAttributeRequestValuesInner
|
|
32
32
|
*/
|
|
33
|
-
order:
|
|
33
|
+
order: number;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/**
|
|
@@ -21,16 +21,16 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface UpdateProductChildRequestAccessoriesInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
25
|
* @memberof UpdateProductChildRequestAccessoriesInner
|
|
26
26
|
*/
|
|
27
|
-
productChildId:
|
|
27
|
+
productChildId: number;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {number}
|
|
31
31
|
* @memberof UpdateProductChildRequestAccessoriesInner
|
|
32
32
|
*/
|
|
33
|
-
order:
|
|
33
|
+
order: number;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/**
|
|
@@ -33,16 +33,16 @@ export interface UpdateProductChildRequestAssetsInner {
|
|
|
33
33
|
mimeType: string;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {number}
|
|
37
37
|
* @memberof UpdateProductChildRequestAssetsInner
|
|
38
38
|
*/
|
|
39
|
-
assetFileId:
|
|
39
|
+
assetFileId: number;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
|
-
* @type {
|
|
42
|
+
* @type {number}
|
|
43
43
|
* @memberof UpdateProductChildRequestAssetsInner
|
|
44
44
|
*/
|
|
45
|
-
order:
|
|
45
|
+
order: number;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
/**
|
|
@@ -21,10 +21,10 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface UpdateProductChildRequestCompatibleProductsInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
25
|
* @memberof UpdateProductChildRequestCompatibleProductsInner
|
|
26
26
|
*/
|
|
27
|
-
productChildId:
|
|
27
|
+
productChildId: number;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
/**
|
|
@@ -21,16 +21,16 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface UpdateProductTypeRequestPerformanceValuesInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
25
|
* @memberof UpdateProductTypeRequestPerformanceValuesInner
|
|
26
26
|
*/
|
|
27
|
-
attributeId?:
|
|
27
|
+
attributeId?: number;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {number}
|
|
31
31
|
* @memberof UpdateProductTypeRequestPerformanceValuesInner
|
|
32
32
|
*/
|
|
33
|
-
order?:
|
|
33
|
+
order?: number;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/**
|