@teemill/product-catalog 1.71.1 → 1.72.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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/product-catalog@1.71.1
1
+ ## @teemill/product-catalog@1.72.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.71.1 --save
39
+ npm install @teemill/product-catalog@1.72.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.71.1
7
+ * The version of the OpenAPI document: 1.72.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -972,6 +972,10 @@ export interface Product {
972
972
  */
973
973
  'optimisationHistory'?: Array<OptimisationHistoryItem>;
974
974
  'integrationConnections'?: Array<UpdateProductsRequestProductsInnerIntegrationConnectionsInner>;
975
+ /**
976
+ * Whether to show a sale badge on the product
977
+ */
978
+ 'showSaleBadge'?: boolean;
975
979
  }
976
980
  export interface ProductAdditionalFilesInner {
977
981
  /**
@@ -1325,6 +1329,10 @@ export interface UpdateProductRequest {
1325
1329
  * Integration connections for the product
1326
1330
  */
1327
1331
  'integrationConnections'?: Array<UpdateProductRequestIntegrationConnectionsInner>;
1332
+ /**
1333
+ * Whether to show a sale badge on the product
1334
+ */
1335
+ 'showSaleBadge'?: boolean;
1328
1336
  }
1329
1337
  export interface UpdateProductRequestIntegrationConnectionsInner {
1330
1338
  /**
@@ -1386,6 +1394,10 @@ export interface UpdateProductsRequestProductsInner {
1386
1394
  */
1387
1395
  'shopifyId'?: number | null;
1388
1396
  'integrationConnections'?: Array<UpdateProductsRequestProductsInnerIntegrationConnectionsInner>;
1397
+ /**
1398
+ * Whether to show a sale badge on the product
1399
+ */
1400
+ 'showSaleBadge'?: boolean;
1389
1401
  }
1390
1402
  export interface UpdateProductsRequestProductsInnerIntegrationConnectionsInner {
1391
1403
  'integrationCode': 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.71.1
7
+ * The version of the OpenAPI document: 1.72.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.71.1
7
+ * The version of the OpenAPI document: 1.72.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.71.1
7
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -935,6 +935,10 @@ export interface Product {
935
935
  */
936
936
  'optimisationHistory'?: Array<OptimisationHistoryItem>;
937
937
  'integrationConnections'?: Array<UpdateProductsRequestProductsInnerIntegrationConnectionsInner>;
938
+ /**
939
+ * Whether to show a sale badge on the product
940
+ */
941
+ 'showSaleBadge'?: boolean;
938
942
  }
939
943
  export interface ProductAdditionalFilesInner {
940
944
  /**
@@ -1278,6 +1282,10 @@ export interface UpdateProductRequest {
1278
1282
  * Integration connections for the product
1279
1283
  */
1280
1284
  'integrationConnections'?: Array<UpdateProductRequestIntegrationConnectionsInner>;
1285
+ /**
1286
+ * Whether to show a sale badge on the product
1287
+ */
1288
+ 'showSaleBadge'?: boolean;
1281
1289
  }
1282
1290
  export interface UpdateProductRequestIntegrationConnectionsInner {
1283
1291
  /**
@@ -1339,6 +1347,10 @@ export interface UpdateProductsRequestProductsInner {
1339
1347
  */
1340
1348
  'shopifyId'?: number | null;
1341
1349
  'integrationConnections'?: Array<UpdateProductsRequestProductsInnerIntegrationConnectionsInner>;
1350
+ /**
1351
+ * Whether to show a sale badge on the product
1352
+ */
1353
+ 'showSaleBadge'?: boolean;
1342
1354
  }
1343
1355
  export interface UpdateProductsRequestProductsInnerIntegrationConnectionsInner {
1344
1356
  'integrationCode': 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.71.1
8
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.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.71.1
8
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.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.71.1
8
+ * The version of the OpenAPI document: 1.72.1
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.71.1
5
+ * The version of the OpenAPI document: 1.72.1
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.71.1
8
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -935,6 +935,10 @@ export interface Product {
935
935
  */
936
936
  'optimisationHistory'?: Array<OptimisationHistoryItem>;
937
937
  'integrationConnections'?: Array<UpdateProductsRequestProductsInnerIntegrationConnectionsInner>;
938
+ /**
939
+ * Whether to show a sale badge on the product
940
+ */
941
+ 'showSaleBadge'?: boolean;
938
942
  }
939
943
  export interface ProductAdditionalFilesInner {
940
944
  /**
@@ -1278,6 +1282,10 @@ export interface UpdateProductRequest {
1278
1282
  * Integration connections for the product
1279
1283
  */
1280
1284
  'integrationConnections'?: Array<UpdateProductRequestIntegrationConnectionsInner>;
1285
+ /**
1286
+ * Whether to show a sale badge on the product
1287
+ */
1288
+ 'showSaleBadge'?: boolean;
1281
1289
  }
1282
1290
  export interface UpdateProductRequestIntegrationConnectionsInner {
1283
1291
  /**
@@ -1339,6 +1347,10 @@ export interface UpdateProductsRequestProductsInner {
1339
1347
  */
1340
1348
  'shopifyId'?: number | null;
1341
1349
  'integrationConnections'?: Array<UpdateProductsRequestProductsInnerIntegrationConnectionsInner>;
1350
+ /**
1351
+ * Whether to show a sale badge on the product
1352
+ */
1353
+ 'showSaleBadge'?: boolean;
1342
1354
  }
1343
1355
  export interface UpdateProductsRequestProductsInnerIntegrationConnectionsInner {
1344
1356
  'integrationCode': 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.71.1
7
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.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.71.1
7
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.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.71.1
7
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.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.71.1
7
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.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.71.1
7
+ * The version of the OpenAPI document: 1.72.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.71.1
5
+ * The version of the OpenAPI document: 1.72.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.71.1
8
+ * The version of the OpenAPI document: 1.72.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/docs/Product.md CHANGED
@@ -40,6 +40,7 @@ Name | Type | Description | Notes
40
40
  **personalizationTemplate** | **string** | a JSON string representing the personalization template for the product | [optional] [default to undefined]
41
41
  **optimisationHistory** | [**Array&lt;OptimisationHistoryItem&gt;**](OptimisationHistoryItem.md) | History of AI optimisations performed on the product | [optional] [default to undefined]
42
42
  **integrationConnections** | [**Array&lt;UpdateProductsRequestProductsInnerIntegrationConnectionsInner&gt;**](UpdateProductsRequestProductsInnerIntegrationConnectionsInner.md) | | [optional] [default to undefined]
43
+ **showSaleBadge** | **boolean** | Whether to show a sale badge on the product | [optional] [default to undefined]
43
44
 
44
45
  ## Example
45
46
 
@@ -82,6 +83,7 @@ const instance: Product = {
82
83
  personalizationTemplate,
83
84
  optimisationHistory,
84
85
  integrationConnections,
86
+ showSaleBadge,
85
87
  };
86
88
  ```
87
89
 
@@ -29,6 +29,7 @@ Name | Type | Description | Notes
29
29
  **metafields** | [**Array&lt;MetaField&gt;**](MetaField.md) | Key/value pairs that can be used to store additional information about the product | [optional] [default to undefined]
30
30
  **personalizationTemplate** | **string** | A JSON object that defines the personalization template for the product. | [optional] [default to undefined]
31
31
  **integrationConnections** | [**Array&lt;UpdateProductRequestIntegrationConnectionsInner&gt;**](UpdateProductRequestIntegrationConnectionsInner.md) | Integration connections for the product | [optional] [default to undefined]
32
+ **showSaleBadge** | **boolean** | Whether to show a sale badge on the product | [optional] [default to true]
32
33
 
33
34
  ## Example
34
35
 
@@ -60,6 +61,7 @@ const instance: UpdateProductRequest = {
60
61
  metafields,
61
62
  personalizationTemplate,
62
63
  integrationConnections,
64
+ showSaleBadge,
63
65
  };
64
66
  ```
65
67
 
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
18
18
  **includeInDataFeeds** | **boolean** | Whether the product should be included in data feeds that can be provided to Google, Meta etc for advertising. | [optional] [default to true]
19
19
  **shopifyId** | **number** | For use with the Shopify integration. Use this to provide a Shopify product ID to link to an existing Shopify product rather than creating a new one. | [optional] [default to undefined]
20
20
  **integrationConnections** | [**Array&lt;UpdateProductsRequestProductsInnerIntegrationConnectionsInner&gt;**](UpdateProductsRequestProductsInnerIntegrationConnectionsInner.md) | | [optional] [default to undefined]
21
+ **showSaleBadge** | **boolean** | Whether to show a sale badge on the product | [optional] [default to true]
21
22
 
22
23
  ## Example
23
24
 
@@ -38,6 +39,7 @@ const instance: UpdateProductsRequestProductsInner = {
38
39
  includeInDataFeeds,
39
40
  shopifyId,
40
41
  integrationConnections,
42
+ showSaleBadge,
41
43
  };
42
44
  ```
43
45
 
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.71.1
7
+ * The version of the OpenAPI document: 1.72.1
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.71.1",
3
+ "version": "1.72.1",
4
4
  "description": "OpenAPI client for @teemill/product-catalog",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {