@teemill/product-catalog 1.64.0 → 1.64.1
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 +6 -6
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +6 -6
- 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 +1 -1
- package/dist/esm/api.d.ts +6 -6
- 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 +1 -1
- 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/docs/ApplicationSet.md +1 -1
- package/docs/ApplicationSet1.md +1 -1
- package/docs/ApplicationTechnologyIntegrationProduct.md +1 -1
- package/docs/ProductApplicationSetsInner.md +1 -1
- package/docs/Variant.md +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.64.
|
|
1
|
+
## @teemill/product-catalog@1.64.1
|
|
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.64.
|
|
39
|
+
npm install @teemill/product-catalog@1.64.1 --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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -320,7 +320,7 @@ export interface ApplicationSet {
|
|
|
320
320
|
*/
|
|
321
321
|
'id': string;
|
|
322
322
|
/**
|
|
323
|
-
* A reference to the resource location
|
|
323
|
+
* A reference to the application set resource location
|
|
324
324
|
* @type {string}
|
|
325
325
|
* @memberof ApplicationSet
|
|
326
326
|
*/
|
|
@@ -387,7 +387,7 @@ export interface ApplicationSet1 {
|
|
|
387
387
|
*/
|
|
388
388
|
'id'?: string;
|
|
389
389
|
/**
|
|
390
|
-
* A reference to the resource location
|
|
390
|
+
* A reference to the application set resource location
|
|
391
391
|
* @type {string}
|
|
392
392
|
* @memberof ApplicationSet1
|
|
393
393
|
*/
|
|
@@ -500,7 +500,7 @@ export interface ApplicationTechnologyIntegrationProduct {
|
|
|
500
500
|
*/
|
|
501
501
|
'sku'?: string;
|
|
502
502
|
/**
|
|
503
|
-
* A reference to the resource location
|
|
503
|
+
* A reference to the integration product resource location
|
|
504
504
|
* @type {string}
|
|
505
505
|
* @memberof ApplicationTechnologyIntegrationProduct
|
|
506
506
|
*/
|
|
@@ -1588,7 +1588,7 @@ export interface ProductApplicationSetsInner {
|
|
|
1588
1588
|
*/
|
|
1589
1589
|
'id'?: string;
|
|
1590
1590
|
/**
|
|
1591
|
-
* A reference to the resource location
|
|
1591
|
+
* A reference to the application set resource location
|
|
1592
1592
|
* @type {string}
|
|
1593
1593
|
* @memberof ProductApplicationSetsInner
|
|
1594
1594
|
*/
|
|
@@ -2467,7 +2467,7 @@ export interface Variant {
|
|
|
2467
2467
|
*/
|
|
2468
2468
|
'sku': string;
|
|
2469
2469
|
/**
|
|
2470
|
-
* A reference to the resource location
|
|
2470
|
+
* A reference to the variant resource location
|
|
2471
2471
|
* @type {string}
|
|
2472
2472
|
* @memberof Variant
|
|
2473
2473
|
*/
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -301,7 +301,7 @@ export interface ApplicationSet {
|
|
|
301
301
|
*/
|
|
302
302
|
'id': string;
|
|
303
303
|
/**
|
|
304
|
-
* A reference to the resource location
|
|
304
|
+
* A reference to the application set resource location
|
|
305
305
|
* @type {string}
|
|
306
306
|
* @memberof ApplicationSet
|
|
307
307
|
*/
|
|
@@ -368,7 +368,7 @@ export interface ApplicationSet1 {
|
|
|
368
368
|
*/
|
|
369
369
|
'id'?: string;
|
|
370
370
|
/**
|
|
371
|
-
* A reference to the resource location
|
|
371
|
+
* A reference to the application set resource location
|
|
372
372
|
* @type {string}
|
|
373
373
|
* @memberof ApplicationSet1
|
|
374
374
|
*/
|
|
@@ -481,7 +481,7 @@ export interface ApplicationTechnologyIntegrationProduct {
|
|
|
481
481
|
*/
|
|
482
482
|
'sku'?: string;
|
|
483
483
|
/**
|
|
484
|
-
* A reference to the resource location
|
|
484
|
+
* A reference to the integration product resource location
|
|
485
485
|
* @type {string}
|
|
486
486
|
* @memberof ApplicationTechnologyIntegrationProduct
|
|
487
487
|
*/
|
|
@@ -1557,7 +1557,7 @@ export interface ProductApplicationSetsInner {
|
|
|
1557
1557
|
*/
|
|
1558
1558
|
'id'?: string;
|
|
1559
1559
|
/**
|
|
1560
|
-
* A reference to the resource location
|
|
1560
|
+
* A reference to the application set resource location
|
|
1561
1561
|
* @type {string}
|
|
1562
1562
|
* @memberof ProductApplicationSetsInner
|
|
1563
1563
|
*/
|
|
@@ -2417,7 +2417,7 @@ export interface Variant {
|
|
|
2417
2417
|
*/
|
|
2418
2418
|
'sku': string;
|
|
2419
2419
|
/**
|
|
2420
|
-
* A reference to the resource location
|
|
2420
|
+
* A reference to the variant resource location
|
|
2421
2421
|
* @type {string}
|
|
2422
2422
|
* @memberof Variant
|
|
2423
2423
|
*/
|
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.64.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -301,7 +301,7 @@ export interface ApplicationSet {
|
|
|
301
301
|
*/
|
|
302
302
|
'id': string;
|
|
303
303
|
/**
|
|
304
|
-
* A reference to the resource location
|
|
304
|
+
* A reference to the application set resource location
|
|
305
305
|
* @type {string}
|
|
306
306
|
* @memberof ApplicationSet
|
|
307
307
|
*/
|
|
@@ -368,7 +368,7 @@ export interface ApplicationSet1 {
|
|
|
368
368
|
*/
|
|
369
369
|
'id'?: string;
|
|
370
370
|
/**
|
|
371
|
-
* A reference to the resource location
|
|
371
|
+
* A reference to the application set resource location
|
|
372
372
|
* @type {string}
|
|
373
373
|
* @memberof ApplicationSet1
|
|
374
374
|
*/
|
|
@@ -481,7 +481,7 @@ export interface ApplicationTechnologyIntegrationProduct {
|
|
|
481
481
|
*/
|
|
482
482
|
'sku'?: string;
|
|
483
483
|
/**
|
|
484
|
-
* A reference to the resource location
|
|
484
|
+
* A reference to the integration product resource location
|
|
485
485
|
* @type {string}
|
|
486
486
|
* @memberof ApplicationTechnologyIntegrationProduct
|
|
487
487
|
*/
|
|
@@ -1557,7 +1557,7 @@ export interface ProductApplicationSetsInner {
|
|
|
1557
1557
|
*/
|
|
1558
1558
|
'id'?: string;
|
|
1559
1559
|
/**
|
|
1560
|
-
* A reference to the resource location
|
|
1560
|
+
* A reference to the application set resource location
|
|
1561
1561
|
* @type {string}
|
|
1562
1562
|
* @memberof ProductApplicationSetsInner
|
|
1563
1563
|
*/
|
|
@@ -2417,7 +2417,7 @@ export interface Variant {
|
|
|
2417
2417
|
*/
|
|
2418
2418
|
'sku': string;
|
|
2419
2419
|
/**
|
|
2420
|
-
* A reference to the resource location
|
|
2420
|
+
* A reference to the variant resource location
|
|
2421
2421
|
* @type {string}
|
|
2422
2422
|
* @memberof Variant
|
|
2423
2423
|
*/
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
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.64.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/ApplicationSet.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | Unique object identifier | [default to undefined]
|
|
9
|
-
**ref** | **string** | A reference to the resource location | [default to undefined]
|
|
9
|
+
**ref** | **string** | A reference to the application set resource location | [default to undefined]
|
|
10
10
|
**name** | **string** | Name of the application set | [default to undefined]
|
|
11
11
|
**description** | **string** | Description of the application set | [optional] [default to undefined]
|
|
12
12
|
**width** | **number** | The width, in pixels of the images in the set | [default to undefined]
|
package/docs/ApplicationSet1.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | Unique object identifier | [optional] [default to undefined]
|
|
9
|
-
**ref** | **string** | A reference to the resource location | [optional] [default to undefined]
|
|
9
|
+
**ref** | **string** | A reference to the application set resource location | [optional] [default to undefined]
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**sku** | **string** | SKU of the product in the integration | [optional] [default to undefined]
|
|
9
|
-
**ref** | **string** | A reference to the resource location | [optional] [default to undefined]
|
|
9
|
+
**ref** | **string** | A reference to the integration product resource location | [optional] [default to undefined]
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | Unique object identifier | [optional] [default to undefined]
|
|
9
|
-
**ref** | **string** | A reference to the resource location | [optional] [default to undefined]
|
|
9
|
+
**ref** | **string** | A reference to the application set resource location | [optional] [default to undefined]
|
|
10
10
|
**name** | **string** | Name of the application set | [optional] [default to undefined]
|
|
11
11
|
|
|
12
12
|
## Example
|
package/docs/Variant.md
CHANGED
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | Unique object identifier | [optional] [default to undefined]
|
|
9
9
|
**attributes** | [**Array<Attribute>**](Attribute.md) | Attributes associated to a variant such as Colour and Size. An attribute can have thumbnail type of `text`, `color`, or `image`. Attribute tags are intended for grouping and filtering, e.g. by a group of colours. | [default to undefined]
|
|
10
10
|
**sku** | **string** | | [default to undefined]
|
|
11
|
-
**ref** | **string** | A reference to the resource location | [optional] [default to undefined]
|
|
11
|
+
**ref** | **string** | A reference to the variant resource location | [optional] [default to undefined]
|
|
12
12
|
**product** | [**VariantProduct**](VariantProduct.md) | | [optional] [default to undefined]
|
|
13
13
|
**sortOrder** | **number** | | [optional] [readonly] [default to undefined]
|
|
14
14
|
**retailPrice** | [**Price**](Price.md) | | [optional] [default to undefined]
|
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.64.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|