@teemill/product-catalog 1.45.0 → 1.45.2

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/product-catalog@1.45.0
1
+ ## @teemill/product-catalog@1.45.2
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.45.0 --save
39
+ npm install @teemill/product-catalog@1.45.2 --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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -234,11 +234,11 @@ export interface ApplicationSetRecord {
234
234
  */
235
235
  'set'?: ApplicationSet1;
236
236
  /**
237
- * 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.
238
- * @type {Array<Attribute>}
237
+ * Attributes associated to a variant such as Colour and Size.
238
+ * @type {Array<Attributes1Inner>}
239
239
  * @memberof ApplicationSetRecord
240
240
  */
241
- 'attributes'?: Array<Attribute>;
241
+ 'attributes'?: Array<Attributes1Inner>;
242
242
  /**
243
243
  * List of applications for this record
244
244
  * @type {Array<Application>}
@@ -324,6 +324,25 @@ export const AttributeThumbnailTypeEnum = {
324
324
 
325
325
  export type AttributeThumbnailTypeEnum = typeof AttributeThumbnailTypeEnum[keyof typeof AttributeThumbnailTypeEnum];
326
326
 
327
+ /**
328
+ *
329
+ * @export
330
+ * @interface Attributes1Inner
331
+ */
332
+ export interface Attributes1Inner {
333
+ /**
334
+ *
335
+ * @type {string}
336
+ * @memberof Attributes1Inner
337
+ */
338
+ 'name'?: string;
339
+ /**
340
+ *
341
+ * @type {string}
342
+ * @memberof Attributes1Inner
343
+ */
344
+ 'value'?: string;
345
+ }
327
346
  /**
328
347
  *
329
348
  * @export
@@ -1454,7 +1473,7 @@ export interface UpdateApplicationSetRequestRecordsInnerAttributesInner {
1454
1473
  * @type {string}
1455
1474
  * @memberof UpdateApplicationSetRequestRecordsInnerAttributesInner
1456
1475
  */
1457
- 'option'?: string;
1476
+ 'name'?: string;
1458
1477
  /**
1459
1478
  * The value of the option this record applies to
1460
1479
  * @type {string}
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -220,11 +220,11 @@ export interface ApplicationSetRecord {
220
220
  */
221
221
  'set'?: ApplicationSet1;
222
222
  /**
223
- * 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.
224
- * @type {Array<Attribute>}
223
+ * Attributes associated to a variant such as Colour and Size.
224
+ * @type {Array<Attributes1Inner>}
225
225
  * @memberof ApplicationSetRecord
226
226
  */
227
- 'attributes'?: Array<Attribute>;
227
+ 'attributes'?: Array<Attributes1Inner>;
228
228
  /**
229
229
  * List of applications for this record
230
230
  * @type {Array<Application>}
@@ -307,6 +307,25 @@ export declare const AttributeThumbnailTypeEnum: {
307
307
  readonly Image: "image";
308
308
  };
309
309
  export type AttributeThumbnailTypeEnum = typeof AttributeThumbnailTypeEnum[keyof typeof AttributeThumbnailTypeEnum];
310
+ /**
311
+ *
312
+ * @export
313
+ * @interface Attributes1Inner
314
+ */
315
+ export interface Attributes1Inner {
316
+ /**
317
+ *
318
+ * @type {string}
319
+ * @memberof Attributes1Inner
320
+ */
321
+ 'name'?: string;
322
+ /**
323
+ *
324
+ * @type {string}
325
+ * @memberof Attributes1Inner
326
+ */
327
+ 'value'?: string;
328
+ }
310
329
  /**
311
330
  *
312
331
  * @export
@@ -1429,7 +1448,7 @@ export interface UpdateApplicationSetRequestRecordsInnerAttributesInner {
1429
1448
  * @type {string}
1430
1449
  * @memberof UpdateApplicationSetRequestRecordsInnerAttributesInner
1431
1450
  */
1432
- 'option'?: string;
1451
+ 'name'?: string;
1433
1452
  /**
1434
1453
  * The value of the option this record applies to
1435
1454
  * @type {string}
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.45.0
8
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
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.45.0
8
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
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.45.0
8
+ * The version of the OpenAPI document: 1.45.2
9
9
  *
10
10
  *
11
11
  * 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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.45.0
8
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -220,11 +220,11 @@ export interface ApplicationSetRecord {
220
220
  */
221
221
  'set'?: ApplicationSet1;
222
222
  /**
223
- * 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.
224
- * @type {Array<Attribute>}
223
+ * Attributes associated to a variant such as Colour and Size.
224
+ * @type {Array<Attributes1Inner>}
225
225
  * @memberof ApplicationSetRecord
226
226
  */
227
- 'attributes'?: Array<Attribute>;
227
+ 'attributes'?: Array<Attributes1Inner>;
228
228
  /**
229
229
  * List of applications for this record
230
230
  * @type {Array<Application>}
@@ -307,6 +307,25 @@ export declare const AttributeThumbnailTypeEnum: {
307
307
  readonly Image: "image";
308
308
  };
309
309
  export type AttributeThumbnailTypeEnum = typeof AttributeThumbnailTypeEnum[keyof typeof AttributeThumbnailTypeEnum];
310
+ /**
311
+ *
312
+ * @export
313
+ * @interface Attributes1Inner
314
+ */
315
+ export interface Attributes1Inner {
316
+ /**
317
+ *
318
+ * @type {string}
319
+ * @memberof Attributes1Inner
320
+ */
321
+ 'name'?: string;
322
+ /**
323
+ *
324
+ * @type {string}
325
+ * @memberof Attributes1Inner
326
+ */
327
+ 'value'?: string;
328
+ }
310
329
  /**
311
330
  *
312
331
  * @export
@@ -1429,7 +1448,7 @@ export interface UpdateApplicationSetRequestRecordsInnerAttributesInner {
1429
1448
  * @type {string}
1430
1449
  * @memberof UpdateApplicationSetRequestRecordsInnerAttributesInner
1431
1450
  */
1432
- 'option'?: string;
1451
+ 'name'?: string;
1433
1452
  /**
1434
1453
  * The value of the option this record applies to
1435
1454
  * @type {string}
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
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.45.0
5
+ * The version of the OpenAPI document: 1.45.2
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.45.0
8
+ * The version of the OpenAPI document: 1.45.2
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.45.0
7
+ * The version of the OpenAPI document: 1.45.2
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/product-catalog",
3
- "version": "1.45.0",
3
+ "version": "1.45.2",
4
4
  "description": "OpenAPI client for @teemill/product-catalog",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {