@teemill/product-catalog 1.36.0 → 1.38.0
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/api.ts +28 -3
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +2 -2
- package/dist/api.d.ts +28 -3
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +2 -2
- package/dist/esm/api.d.ts +28 -3
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/product-catalog@1.
|
|
1
|
+
## @teemill/product-catalog@1.38.0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @teemill/product-catalog@1.
|
|
39
|
+
npm install @teemill/product-catalog@1.38.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -556,6 +556,12 @@ export interface CreateProductRequest {
|
|
|
556
556
|
* @memberof CreateProductRequest
|
|
557
557
|
*/
|
|
558
558
|
'metafields'?: Array<MetaField>;
|
|
559
|
+
/**
|
|
560
|
+
* A JSON object that defines the personalization template for the product.
|
|
561
|
+
* @type {string}
|
|
562
|
+
* @memberof CreateProductRequest
|
|
563
|
+
*/
|
|
564
|
+
'personalizationTemplate'?: string;
|
|
559
565
|
}
|
|
560
566
|
/**
|
|
561
567
|
*
|
|
@@ -674,7 +680,7 @@ export interface CreateProductVariant {
|
|
|
674
680
|
* @type {string}
|
|
675
681
|
* @memberof CreateProductVariant
|
|
676
682
|
*/
|
|
677
|
-
'
|
|
683
|
+
'barcode'?: string | null;
|
|
678
684
|
/**
|
|
679
685
|
* For use with the Shopify integration. Use this to provide a Shopify variant ID to link to an existing Shopify variant rather than creating a new one.
|
|
680
686
|
* @type {number}
|
|
@@ -1001,6 +1007,12 @@ export interface Product {
|
|
|
1001
1007
|
* @memberof Product
|
|
1002
1008
|
*/
|
|
1003
1009
|
'metafields'?: Array<MetaField>;
|
|
1010
|
+
/**
|
|
1011
|
+
* a JSON string representing the personalization template for the product
|
|
1012
|
+
* @type {string}
|
|
1013
|
+
* @memberof Product
|
|
1014
|
+
*/
|
|
1015
|
+
'personalizationTemplate'?: string;
|
|
1004
1016
|
}
|
|
1005
1017
|
/**
|
|
1006
1018
|
*
|
|
@@ -1336,6 +1348,12 @@ export interface UpdateProductRequest {
|
|
|
1336
1348
|
* @memberof UpdateProductRequest
|
|
1337
1349
|
*/
|
|
1338
1350
|
'metafields'?: Array<MetaField>;
|
|
1351
|
+
/**
|
|
1352
|
+
* A JSON object that defines the personalization template for the product.
|
|
1353
|
+
* @type {string}
|
|
1354
|
+
* @memberof UpdateProductRequest
|
|
1355
|
+
*/
|
|
1356
|
+
'personalizationTemplate'?: string;
|
|
1339
1357
|
}
|
|
1340
1358
|
/**
|
|
1341
1359
|
*
|
|
@@ -1452,7 +1470,7 @@ export interface UpdateProductsRequestProductsInnerVariantsInner {
|
|
|
1452
1470
|
* @type {string}
|
|
1453
1471
|
* @memberof UpdateProductsRequestProductsInnerVariantsInner
|
|
1454
1472
|
*/
|
|
1455
|
-
'
|
|
1473
|
+
'barcode'?: string | null;
|
|
1456
1474
|
/**
|
|
1457
1475
|
* For use with the Shopify integration. Use this to provide a Shopify variant ID to link to an existing Shopify variant rather than creating a new one.
|
|
1458
1476
|
* @type {number}
|
|
@@ -1640,6 +1658,13 @@ export interface Variant {
|
|
|
1640
1658
|
* @type {string}
|
|
1641
1659
|
* @memberof Variant
|
|
1642
1660
|
*/
|
|
1661
|
+
'barcode'?: string | null;
|
|
1662
|
+
/**
|
|
1663
|
+
* Deprecated. Please use `barcode` instead.
|
|
1664
|
+
* @type {string}
|
|
1665
|
+
* @memberof Variant
|
|
1666
|
+
* @deprecated
|
|
1667
|
+
*/
|
|
1643
1668
|
'gtin'?: string | null;
|
|
1644
1669
|
/**
|
|
1645
1670
|
* For use with the Shopify integration. The Shopify variant ID that this variant is linked to.
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -92,7 +92,7 @@ export class Configuration {
|
|
|
92
92
|
this.baseOptions = {
|
|
93
93
|
headers: {
|
|
94
94
|
...param.baseOptions?.headers,
|
|
95
|
-
'User-Agent': "OpenAPI-Generator/1.
|
|
95
|
+
'User-Agent': "OpenAPI-Generator/1.38.0/typescript-axios"
|
|
96
96
|
},
|
|
97
97
|
...param.baseOptions
|
|
98
98
|
};
|
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -535,6 +535,12 @@ export interface CreateProductRequest {
|
|
|
535
535
|
* @memberof CreateProductRequest
|
|
536
536
|
*/
|
|
537
537
|
'metafields'?: Array<MetaField>;
|
|
538
|
+
/**
|
|
539
|
+
* A JSON object that defines the personalization template for the product.
|
|
540
|
+
* @type {string}
|
|
541
|
+
* @memberof CreateProductRequest
|
|
542
|
+
*/
|
|
543
|
+
'personalizationTemplate'?: string;
|
|
538
544
|
}
|
|
539
545
|
/**
|
|
540
546
|
*
|
|
@@ -653,7 +659,7 @@ export interface CreateProductVariant {
|
|
|
653
659
|
* @type {string}
|
|
654
660
|
* @memberof CreateProductVariant
|
|
655
661
|
*/
|
|
656
|
-
'
|
|
662
|
+
'barcode'?: string | null;
|
|
657
663
|
/**
|
|
658
664
|
* For use with the Shopify integration. Use this to provide a Shopify variant ID to link to an existing Shopify variant rather than creating a new one.
|
|
659
665
|
* @type {number}
|
|
@@ -977,6 +983,12 @@ export interface Product {
|
|
|
977
983
|
* @memberof Product
|
|
978
984
|
*/
|
|
979
985
|
'metafields'?: Array<MetaField>;
|
|
986
|
+
/**
|
|
987
|
+
* a JSON string representing the personalization template for the product
|
|
988
|
+
* @type {string}
|
|
989
|
+
* @memberof Product
|
|
990
|
+
*/
|
|
991
|
+
'personalizationTemplate'?: string;
|
|
980
992
|
}
|
|
981
993
|
/**
|
|
982
994
|
*
|
|
@@ -1312,6 +1324,12 @@ export interface UpdateProductRequest {
|
|
|
1312
1324
|
* @memberof UpdateProductRequest
|
|
1313
1325
|
*/
|
|
1314
1326
|
'metafields'?: Array<MetaField>;
|
|
1327
|
+
/**
|
|
1328
|
+
* A JSON object that defines the personalization template for the product.
|
|
1329
|
+
* @type {string}
|
|
1330
|
+
* @memberof UpdateProductRequest
|
|
1331
|
+
*/
|
|
1332
|
+
'personalizationTemplate'?: string;
|
|
1315
1333
|
}
|
|
1316
1334
|
/**
|
|
1317
1335
|
*
|
|
@@ -1428,7 +1446,7 @@ export interface UpdateProductsRequestProductsInnerVariantsInner {
|
|
|
1428
1446
|
* @type {string}
|
|
1429
1447
|
* @memberof UpdateProductsRequestProductsInnerVariantsInner
|
|
1430
1448
|
*/
|
|
1431
|
-
'
|
|
1449
|
+
'barcode'?: string | null;
|
|
1432
1450
|
/**
|
|
1433
1451
|
* For use with the Shopify integration. Use this to provide a Shopify variant ID to link to an existing Shopify variant rather than creating a new one.
|
|
1434
1452
|
* @type {number}
|
|
@@ -1607,6 +1625,13 @@ export interface Variant {
|
|
|
1607
1625
|
* @type {string}
|
|
1608
1626
|
* @memberof Variant
|
|
1609
1627
|
*/
|
|
1628
|
+
'barcode'?: string | null;
|
|
1629
|
+
/**
|
|
1630
|
+
* Deprecated. Please use `barcode` instead.
|
|
1631
|
+
* @type {string}
|
|
1632
|
+
* @memberof Variant
|
|
1633
|
+
* @deprecated
|
|
1634
|
+
*/
|
|
1610
1635
|
'gtin'?: string | null;
|
|
1611
1636
|
/**
|
|
1612
1637
|
* For use with the Shopify integration. The Shopify variant ID that this variant is linked to.
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.38.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.38.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.38.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.38.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,7 +23,7 @@ class Configuration {
|
|
|
23
23
|
this.accessToken = param.accessToken;
|
|
24
24
|
this.basePath = param.basePath;
|
|
25
25
|
this.serverIndex = param.serverIndex;
|
|
26
|
-
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/1.
|
|
26
|
+
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/1.38.0/typescript-axios" }) }, param.baseOptions);
|
|
27
27
|
this.formDataCtor = param.formDataCtor;
|
|
28
28
|
}
|
|
29
29
|
/**
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -535,6 +535,12 @@ export interface CreateProductRequest {
|
|
|
535
535
|
* @memberof CreateProductRequest
|
|
536
536
|
*/
|
|
537
537
|
'metafields'?: Array<MetaField>;
|
|
538
|
+
/**
|
|
539
|
+
* A JSON object that defines the personalization template for the product.
|
|
540
|
+
* @type {string}
|
|
541
|
+
* @memberof CreateProductRequest
|
|
542
|
+
*/
|
|
543
|
+
'personalizationTemplate'?: string;
|
|
538
544
|
}
|
|
539
545
|
/**
|
|
540
546
|
*
|
|
@@ -653,7 +659,7 @@ export interface CreateProductVariant {
|
|
|
653
659
|
* @type {string}
|
|
654
660
|
* @memberof CreateProductVariant
|
|
655
661
|
*/
|
|
656
|
-
'
|
|
662
|
+
'barcode'?: string | null;
|
|
657
663
|
/**
|
|
658
664
|
* For use with the Shopify integration. Use this to provide a Shopify variant ID to link to an existing Shopify variant rather than creating a new one.
|
|
659
665
|
* @type {number}
|
|
@@ -977,6 +983,12 @@ export interface Product {
|
|
|
977
983
|
* @memberof Product
|
|
978
984
|
*/
|
|
979
985
|
'metafields'?: Array<MetaField>;
|
|
986
|
+
/**
|
|
987
|
+
* a JSON string representing the personalization template for the product
|
|
988
|
+
* @type {string}
|
|
989
|
+
* @memberof Product
|
|
990
|
+
*/
|
|
991
|
+
'personalizationTemplate'?: string;
|
|
980
992
|
}
|
|
981
993
|
/**
|
|
982
994
|
*
|
|
@@ -1312,6 +1324,12 @@ export interface UpdateProductRequest {
|
|
|
1312
1324
|
* @memberof UpdateProductRequest
|
|
1313
1325
|
*/
|
|
1314
1326
|
'metafields'?: Array<MetaField>;
|
|
1327
|
+
/**
|
|
1328
|
+
* A JSON object that defines the personalization template for the product.
|
|
1329
|
+
* @type {string}
|
|
1330
|
+
* @memberof UpdateProductRequest
|
|
1331
|
+
*/
|
|
1332
|
+
'personalizationTemplate'?: string;
|
|
1315
1333
|
}
|
|
1316
1334
|
/**
|
|
1317
1335
|
*
|
|
@@ -1428,7 +1446,7 @@ export interface UpdateProductsRequestProductsInnerVariantsInner {
|
|
|
1428
1446
|
* @type {string}
|
|
1429
1447
|
* @memberof UpdateProductsRequestProductsInnerVariantsInner
|
|
1430
1448
|
*/
|
|
1431
|
-
'
|
|
1449
|
+
'barcode'?: string | null;
|
|
1432
1450
|
/**
|
|
1433
1451
|
* For use with the Shopify integration. Use this to provide a Shopify variant ID to link to an existing Shopify variant rather than creating a new one.
|
|
1434
1452
|
* @type {number}
|
|
@@ -1607,6 +1625,13 @@ export interface Variant {
|
|
|
1607
1625
|
* @type {string}
|
|
1608
1626
|
* @memberof Variant
|
|
1609
1627
|
*/
|
|
1628
|
+
'barcode'?: string | null;
|
|
1629
|
+
/**
|
|
1630
|
+
* Deprecated. Please use `barcode` instead.
|
|
1631
|
+
* @type {string}
|
|
1632
|
+
* @memberof Variant
|
|
1633
|
+
* @deprecated
|
|
1634
|
+
*/
|
|
1610
1635
|
'gtin'?: string | null;
|
|
1611
1636
|
/**
|
|
1612
1637
|
* For use with the Shopify integration. The Shopify variant ID that this variant is linked to.
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -20,7 +20,7 @@ export class Configuration {
|
|
|
20
20
|
this.accessToken = param.accessToken;
|
|
21
21
|
this.basePath = param.basePath;
|
|
22
22
|
this.serverIndex = param.serverIndex;
|
|
23
|
-
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/1.
|
|
23
|
+
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/1.38.0/typescript-axios" }) }, param.baseOptions);
|
|
24
24
|
this.formDataCtor = param.formDataCtor;
|
|
25
25
|
}
|
|
26
26
|
/**
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.38.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|