@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/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.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).
@@ -169,6 +169,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
169
169
  localVarQueryParameter['project'] = project;
170
170
  }
171
171
  localVarHeaderParameter['Content-Type'] = 'application/json';
172
+ localVarHeaderParameter['Accept'] = 'application/json';
172
173
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
173
174
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
174
175
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -210,6 +211,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
210
211
  if (project !== undefined) {
211
212
  localVarQueryParameter['project'] = project;
212
213
  }
214
+ localVarHeaderParameter['Accept'] = 'application/json';
213
215
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
214
216
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
215
217
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -250,6 +252,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
250
252
  if (project !== undefined) {
251
253
  localVarQueryParameter['project'] = project;
252
254
  }
255
+ localVarHeaderParameter['Accept'] = 'application/json';
253
256
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
254
257
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
255
258
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -298,6 +301,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
298
301
  if (pageSize !== undefined) {
299
302
  localVarQueryParameter['pageSize'] = pageSize;
300
303
  }
304
+ localVarHeaderParameter['Accept'] = 'application/json';
301
305
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
302
306
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
303
307
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -340,6 +344,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
340
344
  localVarQueryParameter['project'] = project;
341
345
  }
342
346
  localVarHeaderParameter['Content-Type'] = 'application/json';
347
+ localVarHeaderParameter['Accept'] = 'application/json';
343
348
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
344
349
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
345
350
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -599,6 +604,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
599
604
  localVarQueryParameter['project'] = project;
600
605
  }
601
606
  localVarHeaderParameter['Content-Type'] = 'application/json';
607
+ localVarHeaderParameter['Accept'] = 'application/json';
602
608
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
603
609
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
604
610
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -640,6 +646,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
640
646
  if (project !== undefined) {
641
647
  localVarQueryParameter['project'] = project;
642
648
  }
649
+ localVarHeaderParameter['Accept'] = 'application/json';
643
650
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
644
651
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
645
652
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -680,6 +687,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
680
687
  if (project !== undefined) {
681
688
  localVarQueryParameter['project'] = project;
682
689
  }
690
+ localVarHeaderParameter['Accept'] = 'application/json';
683
691
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
684
692
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
685
693
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -693,7 +701,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
693
701
  * @summary List application sets
694
702
  * @param {string} project What project it is
695
703
  * @param {number} [pageToken] Page reference token
696
- * @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.
704
+ * @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.
697
705
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
698
706
  * @param {*} [options] Override http request option.
699
707
  * @throws {RequiredError}
@@ -728,6 +736,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
728
736
  if (pageSize !== undefined) {
729
737
  localVarQueryParameter['pageSize'] = pageSize;
730
738
  }
739
+ localVarHeaderParameter['Accept'] = 'application/json';
731
740
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
732
741
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
733
742
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -770,6 +779,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
770
779
  localVarQueryParameter['project'] = project;
771
780
  }
772
781
  localVarHeaderParameter['Content-Type'] = 'application/json';
782
+ localVarHeaderParameter['Accept'] = 'application/json';
773
783
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
774
784
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
775
785
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -844,7 +854,7 @@ const ApplicationSetsApiFp = function (configuration) {
844
854
  * @summary List application sets
845
855
  * @param {string} project What project it is
846
856
  * @param {number} [pageToken] Page reference token
847
- * @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.
857
+ * @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.
848
858
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
849
859
  * @param {*} [options] Override http request option.
850
860
  * @throws {RequiredError}
@@ -1027,6 +1037,7 @@ const ApplicationTechnologiesApiAxiosParamCreator = function (configuration) {
1027
1037
  if (project !== undefined) {
1028
1038
  localVarQueryParameter['project'] = project;
1029
1039
  }
1040
+ localVarHeaderParameter['Accept'] = 'application/json';
1030
1041
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1031
1042
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1032
1043
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1133,6 +1144,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1133
1144
  localVarQueryParameter['project'] = project;
1134
1145
  }
1135
1146
  localVarHeaderParameter['Content-Type'] = 'application/json';
1147
+ localVarHeaderParameter['Accept'] = 'application/json';
1136
1148
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1137
1149
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1138
1150
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1174,6 +1186,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1174
1186
  if (project !== undefined) {
1175
1187
  localVarQueryParameter['project'] = project;
1176
1188
  }
1189
+ localVarHeaderParameter['Accept'] = 'application/json';
1177
1190
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1178
1191
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1179
1192
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1214,6 +1227,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1214
1227
  localVarQueryParameter['project'] = project;
1215
1228
  }
1216
1229
  localVarHeaderParameter['Content-Type'] = 'application/json';
1230
+ localVarHeaderParameter['Accept'] = 'application/json';
1217
1231
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1218
1232
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1219
1233
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1253,6 +1267,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1253
1267
  localVarQueryParameter['project'] = project;
1254
1268
  }
1255
1269
  localVarHeaderParameter['Content-Type'] = 'application/json';
1270
+ localVarHeaderParameter['Accept'] = 'application/json';
1256
1271
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1257
1272
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1258
1273
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1290,6 +1305,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1290
1305
  if (project !== undefined) {
1291
1306
  localVarQueryParameter['project'] = project;
1292
1307
  }
1308
+ localVarHeaderParameter['Accept'] = 'text/csv; charset=utf-8,application/json';
1293
1309
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1294
1310
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1295
1311
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1334,6 +1350,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1334
1350
  if (fields !== undefined) {
1335
1351
  localVarQueryParameter['fields'] = fields;
1336
1352
  }
1353
+ localVarHeaderParameter['Accept'] = 'application/json';
1337
1354
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1338
1355
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1339
1356
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1372,6 +1389,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1372
1389
  localVarQueryParameter['project'] = project;
1373
1390
  }
1374
1391
  localVarHeaderParameter['Content-Type'] = 'text/plain; charset=utf-8';
1392
+ localVarHeaderParameter['Accept'] = 'application/json';
1375
1393
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1376
1394
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1377
1395
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1386,7 +1404,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1386
1404
  * @summary List products
1387
1405
  * @param {string} project What project it is
1388
1406
  * @param {number} [pageToken] Page reference token
1389
- * @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.
1407
+ * @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.
1390
1408
  * @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.
1391
1409
  * @param {string} [start] Start of date range to filter
1392
1410
  * @param {string} [end] End of date range to filter
@@ -1445,6 +1463,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1445
1463
  if (fields !== undefined) {
1446
1464
  localVarQueryParameter['fields'] = fields;
1447
1465
  }
1466
+ localVarHeaderParameter['Accept'] = 'application/json';
1448
1467
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1449
1468
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1450
1469
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1483,6 +1502,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1483
1502
  localVarQueryParameter['project'] = project;
1484
1503
  }
1485
1504
  localVarHeaderParameter['Content-Type'] = 'application/json';
1505
+ localVarHeaderParameter['Accept'] = 'application/json';
1486
1506
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1487
1507
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1488
1508
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1526,6 +1546,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1526
1546
  localVarQueryParameter['project'] = project;
1527
1547
  }
1528
1548
  localVarHeaderParameter['Content-Type'] = 'application/json';
1549
+ localVarHeaderParameter['Accept'] = 'application/json';
1529
1550
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1530
1551
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1531
1552
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1567,6 +1588,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
1567
1588
  localVarQueryParameter['project'] = project;
1568
1589
  }
1569
1590
  localVarHeaderParameter['Content-Type'] = 'application/json';
1591
+ localVarHeaderParameter['Accept'] = 'application/json';
1570
1592
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1571
1593
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1572
1594
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1709,7 +1731,7 @@ const ProductsApiFp = function (configuration) {
1709
1731
  * @summary List products
1710
1732
  * @param {string} project What project it is
1711
1733
  * @param {number} [pageToken] Page reference token
1712
- * @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.
1734
+ * @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.
1713
1735
  * @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.
1714
1736
  * @param {string} [start] Start of date range to filter
1715
1737
  * @param {string} [end] End of date range to filter
@@ -2063,6 +2085,7 @@ const VariantsApiAxiosParamCreator = function (configuration) {
2063
2085
  if (fields !== undefined) {
2064
2086
  localVarQueryParameter['fields'] = fields;
2065
2087
  }
2088
+ localVarHeaderParameter['Accept'] = 'application/json';
2066
2089
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2067
2090
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2068
2091
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -2075,7 +2098,7 @@ const VariantsApiAxiosParamCreator = function (configuration) {
2075
2098
  * Lists all variants that belong to enabled products attached to the given project.
2076
2099
  * @summary List variants
2077
2100
  * @param {string} project What project it is
2078
- * @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.
2101
+ * @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.
2079
2102
  * @param {number} [pageToken] Page reference token
2080
2103
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2081
2104
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2115,6 +2138,7 @@ const VariantsApiAxiosParamCreator = function (configuration) {
2115
2138
  if (fields !== undefined) {
2116
2139
  localVarQueryParameter['fields'] = fields;
2117
2140
  }
2141
+ localVarHeaderParameter['Accept'] = 'application/json';
2118
2142
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2119
2143
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2120
2144
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -2154,7 +2178,7 @@ const VariantsApiFp = function (configuration) {
2154
2178
  * Lists all variants that belong to enabled products attached to the given project.
2155
2179
  * @summary List variants
2156
2180
  * @param {string} project What project it is
2157
- * @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.
2181
+ * @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.
2158
2182
  * @param {number} [pageToken] Page reference token
2159
2183
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2160
2184
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
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.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/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.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).
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.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/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.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).
@@ -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).
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.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).
@@ -2113,7 +2113,7 @@ export declare const ApplicationSetsApiAxiosParamCreator: (configuration?: Confi
2113
2113
  * @summary List application sets
2114
2114
  * @param {string} project What project it is
2115
2115
  * @param {number} [pageToken] Page reference token
2116
- * @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.
2116
+ * @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.
2117
2117
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2118
2118
  * @param {*} [options] Override http request option.
2119
2119
  * @throws {RequiredError}
@@ -2166,7 +2166,7 @@ export declare const ApplicationSetsApiFp: (configuration?: Configuration) => {
2166
2166
  * @summary List application sets
2167
2167
  * @param {string} project What project it is
2168
2168
  * @param {number} [pageToken] Page reference token
2169
- * @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.
2169
+ * @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.
2170
2170
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2171
2171
  * @param {*} [options] Override http request option.
2172
2172
  * @throws {RequiredError}
@@ -2280,7 +2280,7 @@ export interface ApplicationSetsApiListApplicationSetsRequest {
2280
2280
  */
2281
2281
  readonly pageToken?: number;
2282
2282
  /**
2283
- * 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.
2283
+ * 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.
2284
2284
  */
2285
2285
  readonly search?: string;
2286
2286
  /**
@@ -2483,7 +2483,7 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
2483
2483
  * @summary List products
2484
2484
  * @param {string} project What project it is
2485
2485
  * @param {number} [pageToken] Page reference token
2486
- * @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.
2486
+ * @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.
2487
2487
  * @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.
2488
2488
  * @param {string} [start] Start of date range to filter
2489
2489
  * @param {string} [end] End of date range to filter
@@ -2595,7 +2595,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
2595
2595
  * @summary List products
2596
2596
  * @param {string} project What project it is
2597
2597
  * @param {number} [pageToken] Page reference token
2598
- * @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.
2598
+ * @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.
2599
2599
  * @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.
2600
2600
  * @param {string} [start] Start of date range to filter
2601
2601
  * @param {string} [end] End of date range to filter
@@ -2829,7 +2829,7 @@ export interface ProductsApiListProductsRequest {
2829
2829
  */
2830
2830
  readonly pageToken?: number;
2831
2831
  /**
2832
- * 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.
2832
+ * 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.
2833
2833
  */
2834
2834
  readonly search?: string;
2835
2835
  /**
@@ -3013,7 +3013,7 @@ export declare const VariantsApiAxiosParamCreator: (configuration?: Configuratio
3013
3013
  * Lists all variants that belong to enabled products attached to the given project.
3014
3014
  * @summary List variants
3015
3015
  * @param {string} project What project it is
3016
- * @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.
3016
+ * @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.
3017
3017
  * @param {number} [pageToken] Page reference token
3018
3018
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3019
3019
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -3040,7 +3040,7 @@ export declare const VariantsApiFp: (configuration?: Configuration) => {
3040
3040
  * Lists all variants that belong to enabled products attached to the given project.
3041
3041
  * @summary List variants
3042
3042
  * @param {string} project What project it is
3043
- * @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.
3043
+ * @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.
3044
3044
  * @param {number} [pageToken] Page reference token
3045
3045
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3046
3046
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -3096,7 +3096,7 @@ export interface VariantsApiListVariantsRequest {
3096
3096
  */
3097
3097
  readonly project: string;
3098
3098
  /**
3099
- * 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.
3099
+ * 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.
3100
3100
  */
3101
3101
  readonly search?: string;
3102
3102
  /**