@teemill/product-catalog 1.81.0 → 1.81.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/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.81.0
7
+ * The version of the OpenAPI document: 1.81.2
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -166,6 +166,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
166
166
  localVarQueryParameter['project'] = project;
167
167
  }
168
168
  localVarHeaderParameter['Content-Type'] = 'application/json';
169
+ localVarHeaderParameter['Accept'] = 'application/json';
169
170
  setSearchParams(localVarUrlObj, localVarQueryParameter);
170
171
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
171
172
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -207,6 +208,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
207
208
  if (project !== undefined) {
208
209
  localVarQueryParameter['project'] = project;
209
210
  }
211
+ localVarHeaderParameter['Accept'] = 'application/json';
210
212
  setSearchParams(localVarUrlObj, localVarQueryParameter);
211
213
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
212
214
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -247,6 +249,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
247
249
  if (project !== undefined) {
248
250
  localVarQueryParameter['project'] = project;
249
251
  }
252
+ localVarHeaderParameter['Accept'] = 'application/json';
250
253
  setSearchParams(localVarUrlObj, localVarQueryParameter);
251
254
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
252
255
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -295,6 +298,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
295
298
  if (pageSize !== undefined) {
296
299
  localVarQueryParameter['pageSize'] = pageSize;
297
300
  }
301
+ localVarHeaderParameter['Accept'] = 'application/json';
298
302
  setSearchParams(localVarUrlObj, localVarQueryParameter);
299
303
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
300
304
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -337,6 +341,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
337
341
  localVarQueryParameter['project'] = project;
338
342
  }
339
343
  localVarHeaderParameter['Content-Type'] = 'application/json';
344
+ localVarHeaderParameter['Accept'] = 'application/json';
340
345
  setSearchParams(localVarUrlObj, localVarQueryParameter);
341
346
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
342
347
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -592,6 +597,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
592
597
  localVarQueryParameter['project'] = project;
593
598
  }
594
599
  localVarHeaderParameter['Content-Type'] = 'application/json';
600
+ localVarHeaderParameter['Accept'] = 'application/json';
595
601
  setSearchParams(localVarUrlObj, localVarQueryParameter);
596
602
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
597
603
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -633,6 +639,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
633
639
  if (project !== undefined) {
634
640
  localVarQueryParameter['project'] = project;
635
641
  }
642
+ localVarHeaderParameter['Accept'] = 'application/json';
636
643
  setSearchParams(localVarUrlObj, localVarQueryParameter);
637
644
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
638
645
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -673,6 +680,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
673
680
  if (project !== undefined) {
674
681
  localVarQueryParameter['project'] = project;
675
682
  }
683
+ localVarHeaderParameter['Accept'] = 'application/json';
676
684
  setSearchParams(localVarUrlObj, localVarQueryParameter);
677
685
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
678
686
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -686,7 +694,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
686
694
  * @summary List application sets
687
695
  * @param {string} project What project it is
688
696
  * @param {number} [pageToken] Page reference token
689
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', and \'tag:\"tag name\"\'. Multiple filters can be combined with spaces and commas.
697
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', \'tag:\"tag name\"\', and \'type:product,template,bundle\'. Multiple filters can be combined with spaces and commas.
690
698
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
691
699
  * @param {*} [options] Override http request option.
692
700
  * @throws {RequiredError}
@@ -721,6 +729,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
721
729
  if (pageSize !== undefined) {
722
730
  localVarQueryParameter['pageSize'] = pageSize;
723
731
  }
732
+ localVarHeaderParameter['Accept'] = 'application/json';
724
733
  setSearchParams(localVarUrlObj, localVarQueryParameter);
725
734
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
726
735
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -763,6 +772,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
763
772
  localVarQueryParameter['project'] = project;
764
773
  }
765
774
  localVarHeaderParameter['Content-Type'] = 'application/json';
775
+ localVarHeaderParameter['Accept'] = 'application/json';
766
776
  setSearchParams(localVarUrlObj, localVarQueryParameter);
767
777
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
768
778
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -836,7 +846,7 @@ export const ApplicationSetsApiFp = function (configuration) {
836
846
  * @summary List application sets
837
847
  * @param {string} project What project it is
838
848
  * @param {number} [pageToken] Page reference token
839
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', and \'tag:\"tag name\"\'. Multiple filters can be combined with spaces and commas.
849
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', \'tag:\"tag name\"\', and \'type:product,template,bundle\'. Multiple filters can be combined with spaces and commas.
840
850
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
841
851
  * @param {*} [options] Override http request option.
842
852
  * @throws {RequiredError}
@@ -1016,6 +1026,7 @@ export const ApplicationTechnologiesApiAxiosParamCreator = function (configurati
1016
1026
  if (project !== undefined) {
1017
1027
  localVarQueryParameter['project'] = project;
1018
1028
  }
1029
+ localVarHeaderParameter['Accept'] = 'application/json';
1019
1030
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1020
1031
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1021
1032
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1118,6 +1129,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1118
1129
  localVarQueryParameter['project'] = project;
1119
1130
  }
1120
1131
  localVarHeaderParameter['Content-Type'] = 'application/json';
1132
+ localVarHeaderParameter['Accept'] = 'application/json';
1121
1133
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1122
1134
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1123
1135
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1159,6 +1171,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1159
1171
  if (project !== undefined) {
1160
1172
  localVarQueryParameter['project'] = project;
1161
1173
  }
1174
+ localVarHeaderParameter['Accept'] = 'application/json';
1162
1175
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1163
1176
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1164
1177
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1199,6 +1212,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1199
1212
  localVarQueryParameter['project'] = project;
1200
1213
  }
1201
1214
  localVarHeaderParameter['Content-Type'] = 'application/json';
1215
+ localVarHeaderParameter['Accept'] = 'application/json';
1202
1216
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1203
1217
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1204
1218
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1238,6 +1252,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1238
1252
  localVarQueryParameter['project'] = project;
1239
1253
  }
1240
1254
  localVarHeaderParameter['Content-Type'] = 'application/json';
1255
+ localVarHeaderParameter['Accept'] = 'application/json';
1241
1256
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1242
1257
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1243
1258
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1275,6 +1290,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1275
1290
  if (project !== undefined) {
1276
1291
  localVarQueryParameter['project'] = project;
1277
1292
  }
1293
+ localVarHeaderParameter['Accept'] = 'text/csv; charset=utf-8,application/json';
1278
1294
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1279
1295
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1280
1296
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1319,6 +1335,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1319
1335
  if (fields !== undefined) {
1320
1336
  localVarQueryParameter['fields'] = fields;
1321
1337
  }
1338
+ localVarHeaderParameter['Accept'] = 'application/json';
1322
1339
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1323
1340
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1324
1341
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1357,6 +1374,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1357
1374
  localVarQueryParameter['project'] = project;
1358
1375
  }
1359
1376
  localVarHeaderParameter['Content-Type'] = 'text/plain; charset=utf-8';
1377
+ localVarHeaderParameter['Accept'] = 'application/json';
1360
1378
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1361
1379
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1362
1380
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1371,7 +1389,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1371
1389
  * @summary List products
1372
1390
  * @param {string} project What project it is
1373
1391
  * @param {number} [pageToken] Page reference token
1374
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', and \'tag:\"tag name\"\'. Multiple filters can be combined with spaces and commas.
1392
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', \'tag:\"tag name\"\', and \'type:product,template,bundle\'. Multiple filters can be combined with spaces and commas.
1375
1393
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
1376
1394
  * @param {string} [start] Start of date range to filter
1377
1395
  * @param {string} [end] End of date range to filter
@@ -1430,6 +1448,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1430
1448
  if (fields !== undefined) {
1431
1449
  localVarQueryParameter['fields'] = fields;
1432
1450
  }
1451
+ localVarHeaderParameter['Accept'] = 'application/json';
1433
1452
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1434
1453
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1435
1454
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1468,6 +1487,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1468
1487
  localVarQueryParameter['project'] = project;
1469
1488
  }
1470
1489
  localVarHeaderParameter['Content-Type'] = 'application/json';
1490
+ localVarHeaderParameter['Accept'] = 'application/json';
1471
1491
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1472
1492
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1473
1493
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1511,6 +1531,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1511
1531
  localVarQueryParameter['project'] = project;
1512
1532
  }
1513
1533
  localVarHeaderParameter['Content-Type'] = 'application/json';
1534
+ localVarHeaderParameter['Accept'] = 'application/json';
1514
1535
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1515
1536
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1516
1537
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1552,6 +1573,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
1552
1573
  localVarQueryParameter['project'] = project;
1553
1574
  }
1554
1575
  localVarHeaderParameter['Content-Type'] = 'application/json';
1576
+ localVarHeaderParameter['Accept'] = 'application/json';
1555
1577
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1556
1578
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1557
1579
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1693,7 +1715,7 @@ export const ProductsApiFp = function (configuration) {
1693
1715
  * @summary List products
1694
1716
  * @param {string} project What project it is
1695
1717
  * @param {number} [pageToken] Page reference token
1696
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, and \&#39;tag:\&quot;tag name\&quot;\&#39;. Multiple filters can be combined with spaces and commas.
1718
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
1697
1719
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
1698
1720
  * @param {string} [start] Start of date range to filter
1699
1721
  * @param {string} [end] End of date range to filter
@@ -2044,6 +2066,7 @@ export const VariantsApiAxiosParamCreator = function (configuration) {
2044
2066
  if (fields !== undefined) {
2045
2067
  localVarQueryParameter['fields'] = fields;
2046
2068
  }
2069
+ localVarHeaderParameter['Accept'] = 'application/json';
2047
2070
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2048
2071
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2049
2072
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -2056,7 +2079,7 @@ export const VariantsApiAxiosParamCreator = function (configuration) {
2056
2079
  * Lists all variants that belong to enabled products attached to the given project.
2057
2080
  * @summary List variants
2058
2081
  * @param {string} project What project it is
2059
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, and \&#39;tag:\&quot;tag name\&quot;\&#39;. Multiple filters can be combined with spaces and commas.
2082
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2060
2083
  * @param {number} [pageToken] Page reference token
2061
2084
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2062
2085
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2096,6 +2119,7 @@ export const VariantsApiAxiosParamCreator = function (configuration) {
2096
2119
  if (fields !== undefined) {
2097
2120
  localVarQueryParameter['fields'] = fields;
2098
2121
  }
2122
+ localVarHeaderParameter['Accept'] = 'application/json';
2099
2123
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2100
2124
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2101
2125
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -2134,7 +2158,7 @@ export const VariantsApiFp = function (configuration) {
2134
2158
  * Lists all variants that belong to enabled products attached to the given project.
2135
2159
  * @summary List variants
2136
2160
  * @param {string} project What project it is
2137
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, and \&#39;tag:\&quot;tag name\&quot;\&#39;. Multiple filters can be combined with spaces and commas.
2161
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2138
2162
  * @param {number} [pageToken] Page reference token
2139
2163
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2140
2164
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -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.81.0
5
+ * The version of the OpenAPI document: 1.81.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.81.0
7
+ * The version of the OpenAPI document: 1.81.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.81.0
5
+ * The version of the OpenAPI document: 1.81.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.81.0
7
+ * The version of the OpenAPI document: 1.81.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.81.0
5
+ * The version of the OpenAPI document: 1.81.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * Product Catalog API
4
4
  * 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.
5
5
  *
6
- * The version of the OpenAPI document: 1.81.0
6
+ * The version of the OpenAPI document: 1.81.2
7
7
  *
8
8
  *
9
9
  * 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.81.0
5
+ * The version of the OpenAPI document: 1.81.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.81.0
7
+ * The version of the OpenAPI document: 1.81.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.81.0
5
+ * The version of the OpenAPI document: 1.81.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.81.0
8
+ * The version of the OpenAPI document: 1.81.2
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -206,7 +206,7 @@ const apiInstance = new ApplicationSetsApi(configuration);
206
206
 
207
207
  let project: string; //What project it is (default to undefined)
208
208
  let pageToken: number; //Page reference token (optional) (default to 1)
209
- let search: string; //Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', and \'tag:\"tag name\"\'. Multiple filters can be combined with spaces and commas. (optional) (default to 'enabled:true')
209
+ let search: string; //Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', \'tag:\"tag name\"\', and \'type:product,template,bundle\'. Multiple filters can be combined with spaces and commas. (optional) (default to 'enabled:true')
210
210
  let pageSize: number; //Max page size. This is the maximum page size that will be returned, but it might be smaller. (optional) (default to 10)
211
211
 
212
212
  const { status, data } = await apiInstance.listApplicationSets(
@@ -223,7 +223,7 @@ const { status, data } = await apiInstance.listApplicationSets(
223
223
  |------------- | ------------- | ------------- | -------------|
224
224
  | **project** | [**string**] | What project it is | defaults to undefined|
225
225
  | **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
226
- | **search** | [**string**] | Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, and \&#39;tag:\&quot;tag name\&quot;\&#39;. Multiple filters can be combined with spaces and commas. | (optional) defaults to 'enabled:true'|
226
+ | **search** | [**string**] | Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas. | (optional) defaults to 'enabled:true'|
227
227
  | **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 10|
228
228
 
229
229
 
@@ -451,7 +451,7 @@ const apiInstance = new ProductsApi(configuration);
451
451
 
452
452
  let project: string; //What project it is (default to undefined)
453
453
  let pageToken: number; //Page reference token (optional) (default to 1)
454
- let search: string; //Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', and \'tag:\"tag name\"\'. Multiple filters can be combined with spaces and commas. (optional) (default to 'enabled:true')
454
+ let search: string; //Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', \'tag:\"tag name\"\', and \'type:product,template,bundle\'. Multiple filters can be combined with spaces and commas. (optional) (default to 'enabled:true')
455
455
  let sortBy: Array<string>; //An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending. (optional) (default to undefined)
456
456
  let start: string; //Start of date range to filter (optional) (default to undefined)
457
457
  let end: string; //End of date range to filter (optional) (default to undefined)
@@ -478,7 +478,7 @@ const { status, data } = await apiInstance.listProducts(
478
478
  |------------- | ------------- | ------------- | -------------|
479
479
  | **project** | [**string**] | What project it is | defaults to undefined|
480
480
  | **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
481
- | **search** | [**string**] | Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, and \&#39;tag:\&quot;tag name\&quot;\&#39;. Multiple filters can be combined with spaces and commas. | (optional) defaults to 'enabled:true'|
481
+ | **search** | [**string**] | Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas. | (optional) defaults to 'enabled:true'|
482
482
  | **sortBy** | **Array&lt;string&gt;** | An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending. | (optional) defaults to undefined|
483
483
  | **start** | [**string**] | Start of date range to filter | (optional) defaults to undefined|
484
484
  | **end** | [**string**] | End of date range to filter | (optional) defaults to undefined|
@@ -86,7 +86,7 @@ const configuration = new Configuration();
86
86
  const apiInstance = new VariantsApi(configuration);
87
87
 
88
88
  let project: string; //What project it is (default to undefined)
89
- let search: string; //Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', and \'tag:\"tag name\"\'. Multiple filters can be combined with spaces and commas. (optional) (default to 'enabled:true')
89
+ let search: string; //Search query string to filter results. Supports field-specific filters like \'enabled:true\', \'uuid:<id>\', \'name:\"product name\"\', \'tag:\"tag name\"\', and \'type:product,template,bundle\'. Multiple filters can be combined with spaces and commas. (optional) (default to 'enabled:true')
90
90
  let pageToken: number; //Page reference token (optional) (default to 1)
91
91
  let pageSize: number; //Max page size. This is the maximum page size that will be returned, but it might be smaller. (optional) (default to 100)
92
92
  let fields: string; //Filter response fields to only include a subset of the resource. (optional) (default to undefined)
@@ -105,7 +105,7 @@ const { status, data } = await apiInstance.listVariants(
105
105
  |Name | Type | Description | Notes|
106
106
  |------------- | ------------- | ------------- | -------------|
107
107
  | **project** | [**string**] | What project it is | defaults to undefined|
108
- | **search** | [**string**] | Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, and \&#39;tag:\&quot;tag name\&quot;\&#39;. Multiple filters can be combined with spaces and commas. | (optional) defaults to 'enabled:true'|
108
+ | **search** | [**string**] | Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas. | (optional) defaults to 'enabled:true'|
109
109
  | **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
110
110
  | **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
111
111
  | **fields** | [**string**] | Filter response fields to only include a subset of the resource. | (optional) defaults 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.81.0
7
+ * The version of the OpenAPI document: 1.81.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.81.0",
3
+ "version": "1.81.2",
4
4
  "description": "OpenAPI client for @teemill/product-catalog",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {