@teemill/product-catalog 1.32.0 → 1.33.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.32.0
1
+ ## @teemill/product-catalog@1.33.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.32.0 --save
39
+ npm install @teemill/product-catalog@1.33.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.32.0
7
+ * The version of the OpenAPI document: 1.33.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1745,7 +1745,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration?: Con
1745
1745
  * @summary List application sets
1746
1746
  * @param {string} project What project it is
1747
1747
  * @param {number} [pageToken] Page reference token
1748
- * @param {string} [search] Search term to filter based on product tags.
1748
+ * @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.
1749
1749
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1750
1750
  * @param {*} [options] Override http request option.
1751
1751
  * @throws {RequiredError}
@@ -1908,7 +1908,7 @@ export const ApplicationSetsApiFp = function(configuration?: Configuration) {
1908
1908
  * @summary List application sets
1909
1909
  * @param {string} project What project it is
1910
1910
  * @param {number} [pageToken] Page reference token
1911
- * @param {string} [search] Search term to filter based on product tags.
1911
+ * @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.
1912
1912
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1913
1913
  * @param {*} [options] Override http request option.
1914
1914
  * @throws {RequiredError}
@@ -2081,7 +2081,7 @@ export interface ApplicationSetsApiListApplicationSetsRequest {
2081
2081
  readonly pageToken?: number
2082
2082
 
2083
2083
  /**
2084
- * Search term to filter based on product tags.
2084
+ * 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.
2085
2085
  * @type {string}
2086
2086
  * @memberof ApplicationSetsApiListApplicationSets
2087
2087
  */
@@ -2353,7 +2353,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
2353
2353
  * @summary List products
2354
2354
  * @param {string} project What project it is
2355
2355
  * @param {number} [pageToken] Page reference token
2356
- * @param {string} [search] Search term to filter based on product tags.
2356
+ * @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.
2357
2357
  * @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.
2358
2358
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2359
2359
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2575,7 +2575,7 @@ export const ProductsApiFp = function(configuration?: Configuration) {
2575
2575
  * @summary List products
2576
2576
  * @param {string} project What project it is
2577
2577
  * @param {number} [pageToken] Page reference token
2578
- * @param {string} [search] Search term to filter based on product tags.
2578
+ * @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.
2579
2579
  * @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.
2580
2580
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2581
2581
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2781,7 +2781,7 @@ export interface ProductsApiGetProductsRequest {
2781
2781
  readonly pageToken?: number
2782
2782
 
2783
2783
  /**
2784
- * Search term to filter based on product tags.
2784
+ * 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.
2785
2785
  * @type {string}
2786
2786
  * @memberof ProductsApiGetProducts
2787
2787
  */
@@ -3003,7 +3003,7 @@ export const VariantsApiAxiosParamCreator = function (configuration?: Configurat
3003
3003
  * Lists all variants that belong to enabled products attached to the given project.
3004
3004
  * @summary List variants
3005
3005
  * @param {string} project What project it is
3006
- * @param {string} [search] Search term to filter based on product tags.
3006
+ * @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.
3007
3007
  * @param {number} [pageToken] Page reference token
3008
3008
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3009
3009
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -3092,7 +3092,7 @@ export const VariantsApiFp = function(configuration?: Configuration) {
3092
3092
  * Lists all variants that belong to enabled products attached to the given project.
3093
3093
  * @summary List variants
3094
3094
  * @param {string} project What project it is
3095
- * @param {string} [search] Search term to filter based on product tags.
3095
+ * @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.
3096
3096
  * @param {number} [pageToken] Page reference token
3097
3097
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3098
3098
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -3180,7 +3180,7 @@ export interface VariantsApiListVariantsRequest {
3180
3180
  readonly project: string
3181
3181
 
3182
3182
  /**
3183
- * Search term to filter based on product tags.
3183
+ * 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.
3184
3184
  * @type {string}
3185
3185
  * @memberof VariantsApiListVariants
3186
3186
  */
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.32.0
7
+ * The version of the OpenAPI document: 1.33.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.32.0
7
+ * The version of the OpenAPI document: 1.33.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.32.0
7
+ * The version of the OpenAPI document: 1.33.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.32.0
5
+ * The version of the OpenAPI document: 1.33.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1593,7 +1593,7 @@ export declare const ApplicationSetsApiAxiosParamCreator: (configuration?: Confi
1593
1593
  * @summary List application sets
1594
1594
  * @param {string} project What project it is
1595
1595
  * @param {number} [pageToken] Page reference token
1596
- * @param {string} [search] Search term to filter based on product tags.
1596
+ * @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.
1597
1597
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1598
1598
  * @param {*} [options] Override http request option.
1599
1599
  * @throws {RequiredError}
@@ -1647,7 +1647,7 @@ export declare const ApplicationSetsApiFp: (configuration?: Configuration) => {
1647
1647
  * @summary List application sets
1648
1648
  * @param {string} project What project it is
1649
1649
  * @param {number} [pageToken] Page reference token
1650
- * @param {string} [search] Search term to filter based on product tags.
1650
+ * @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.
1651
1651
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1652
1652
  * @param {*} [options] Override http request option.
1653
1653
  * @throws {RequiredError}
@@ -1786,7 +1786,7 @@ export interface ApplicationSetsApiListApplicationSetsRequest {
1786
1786
  */
1787
1787
  readonly pageToken?: number;
1788
1788
  /**
1789
- * Search term to filter based on product tags.
1789
+ * 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.
1790
1790
  * @type {string}
1791
1791
  * @memberof ApplicationSetsApiListApplicationSets
1792
1792
  */
@@ -1914,7 +1914,7 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
1914
1914
  * @summary List products
1915
1915
  * @param {string} project What project it is
1916
1916
  * @param {number} [pageToken] Page reference token
1917
- * @param {string} [search] Search term to filter based on product tags.
1917
+ * @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.
1918
1918
  * @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.
1919
1919
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1920
1920
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -1980,7 +1980,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
1980
1980
  * @summary List products
1981
1981
  * @param {string} project What project it is
1982
1982
  * @param {number} [pageToken] Page reference token
1983
- * @param {string} [search] Search term to filter based on product tags.
1983
+ * @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.
1984
1984
  * @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.
1985
1985
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1986
1986
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2144,7 +2144,7 @@ export interface ProductsApiGetProductsRequest {
2144
2144
  */
2145
2145
  readonly pageToken?: number;
2146
2146
  /**
2147
- * Search term to filter based on product tags.
2147
+ * 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.
2148
2148
  * @type {string}
2149
2149
  * @memberof ProductsApiGetProducts
2150
2150
  */
@@ -2293,7 +2293,7 @@ export declare const VariantsApiAxiosParamCreator: (configuration?: Configuratio
2293
2293
  * Lists all variants that belong to enabled products attached to the given project.
2294
2294
  * @summary List variants
2295
2295
  * @param {string} project What project it is
2296
- * @param {string} [search] Search term to filter based on product tags.
2296
+ * @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.
2297
2297
  * @param {number} [pageToken] Page reference token
2298
2298
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2299
2299
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2321,7 +2321,7 @@ export declare const VariantsApiFp: (configuration?: Configuration) => {
2321
2321
  * Lists all variants that belong to enabled products attached to the given project.
2322
2322
  * @summary List variants
2323
2323
  * @param {string} project What project it is
2324
- * @param {string} [search] Search term to filter based on product tags.
2324
+ * @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.
2325
2325
  * @param {number} [pageToken] Page reference token
2326
2326
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2327
2327
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2390,7 +2390,7 @@ export interface VariantsApiListVariantsRequest {
2390
2390
  */
2391
2391
  readonly project: string;
2392
2392
  /**
2393
- * Search term to filter based on product tags.
2393
+ * 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.
2394
2394
  * @type {string}
2395
2395
  * @memberof VariantsApiListVariants
2396
2396
  */
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.32.0
8
+ * The version of the OpenAPI document: 1.33.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -213,7 +213,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
213
213
  * @summary List application sets
214
214
  * @param {string} project What project it is
215
215
  * @param {number} [pageToken] Page reference token
216
- * @param {string} [search] Search term to filter based on product tags.
216
+ * @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.
217
217
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
218
218
  * @param {*} [options] Override http request option.
219
219
  * @throws {RequiredError}
@@ -365,7 +365,7 @@ const ApplicationSetsApiFp = function (configuration) {
365
365
  * @summary List application sets
366
366
  * @param {string} project What project it is
367
367
  * @param {number} [pageToken] Page reference token
368
- * @param {string} [search] Search term to filter based on product tags.
368
+ * @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.
369
369
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
370
370
  * @param {*} [options] Override http request option.
371
371
  * @throws {RequiredError}
@@ -658,7 +658,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
658
658
  * @summary List products
659
659
  * @param {string} project What project it is
660
660
  * @param {number} [pageToken] Page reference token
661
- * @param {string} [search] Search term to filter based on product tags.
661
+ * @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.
662
662
  * @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.
663
663
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
664
664
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -858,7 +858,7 @@ const ProductsApiFp = function (configuration) {
858
858
  * @summary List products
859
859
  * @param {string} project What project it is
860
860
  * @param {number} [pageToken] Page reference token
861
- * @param {string} [search] Search term to filter based on product tags.
861
+ * @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.
862
862
  * @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.
863
863
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
864
864
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -1111,7 +1111,7 @@ const VariantsApiAxiosParamCreator = function (configuration) {
1111
1111
  * Lists all variants that belong to enabled products attached to the given project.
1112
1112
  * @summary List variants
1113
1113
  * @param {string} project What project it is
1114
- * @param {string} [search] Search term to filter based on product tags.
1114
+ * @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.
1115
1115
  * @param {number} [pageToken] Page reference token
1116
1116
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1117
1117
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -1191,7 +1191,7 @@ const VariantsApiFp = function (configuration) {
1191
1191
  * Lists all variants that belong to enabled products attached to the given project.
1192
1192
  * @summary List variants
1193
1193
  * @param {string} project What project it is
1194
- * @param {string} [search] Search term to filter based on product tags.
1194
+ * @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.
1195
1195
  * @param {number} [pageToken] Page reference token
1196
1196
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1197
1197
  * @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.32.0
5
+ * The version of the OpenAPI document: 1.33.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.32.0
8
+ * The version of the OpenAPI document: 1.33.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.32.0
5
+ * The version of the OpenAPI document: 1.33.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.32.0
8
+ * The version of the OpenAPI document: 1.33.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.32.0
5
+ * The version of the OpenAPI document: 1.33.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.32.0
8
+ * The version of the OpenAPI document: 1.33.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.32.0
5
+ * The version of the OpenAPI document: 1.33.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1593,7 +1593,7 @@ export declare const ApplicationSetsApiAxiosParamCreator: (configuration?: Confi
1593
1593
  * @summary List application sets
1594
1594
  * @param {string} project What project it is
1595
1595
  * @param {number} [pageToken] Page reference token
1596
- * @param {string} [search] Search term to filter based on product tags.
1596
+ * @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.
1597
1597
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1598
1598
  * @param {*} [options] Override http request option.
1599
1599
  * @throws {RequiredError}
@@ -1647,7 +1647,7 @@ export declare const ApplicationSetsApiFp: (configuration?: Configuration) => {
1647
1647
  * @summary List application sets
1648
1648
  * @param {string} project What project it is
1649
1649
  * @param {number} [pageToken] Page reference token
1650
- * @param {string} [search] Search term to filter based on product tags.
1650
+ * @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.
1651
1651
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1652
1652
  * @param {*} [options] Override http request option.
1653
1653
  * @throws {RequiredError}
@@ -1786,7 +1786,7 @@ export interface ApplicationSetsApiListApplicationSetsRequest {
1786
1786
  */
1787
1787
  readonly pageToken?: number;
1788
1788
  /**
1789
- * Search term to filter based on product tags.
1789
+ * 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.
1790
1790
  * @type {string}
1791
1791
  * @memberof ApplicationSetsApiListApplicationSets
1792
1792
  */
@@ -1914,7 +1914,7 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
1914
1914
  * @summary List products
1915
1915
  * @param {string} project What project it is
1916
1916
  * @param {number} [pageToken] Page reference token
1917
- * @param {string} [search] Search term to filter based on product tags.
1917
+ * @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.
1918
1918
  * @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.
1919
1919
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1920
1920
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -1980,7 +1980,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
1980
1980
  * @summary List products
1981
1981
  * @param {string} project What project it is
1982
1982
  * @param {number} [pageToken] Page reference token
1983
- * @param {string} [search] Search term to filter based on product tags.
1983
+ * @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.
1984
1984
  * @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.
1985
1985
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1986
1986
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2144,7 +2144,7 @@ export interface ProductsApiGetProductsRequest {
2144
2144
  */
2145
2145
  readonly pageToken?: number;
2146
2146
  /**
2147
- * Search term to filter based on product tags.
2147
+ * 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.
2148
2148
  * @type {string}
2149
2149
  * @memberof ProductsApiGetProducts
2150
2150
  */
@@ -2293,7 +2293,7 @@ export declare const VariantsApiAxiosParamCreator: (configuration?: Configuratio
2293
2293
  * Lists all variants that belong to enabled products attached to the given project.
2294
2294
  * @summary List variants
2295
2295
  * @param {string} project What project it is
2296
- * @param {string} [search] Search term to filter based on product tags.
2296
+ * @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.
2297
2297
  * @param {number} [pageToken] Page reference token
2298
2298
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2299
2299
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2321,7 +2321,7 @@ export declare const VariantsApiFp: (configuration?: Configuration) => {
2321
2321
  * Lists all variants that belong to enabled products attached to the given project.
2322
2322
  * @summary List variants
2323
2323
  * @param {string} project What project it is
2324
- * @param {string} [search] Search term to filter based on product tags.
2324
+ * @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.
2325
2325
  * @param {number} [pageToken] Page reference token
2326
2326
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2327
2327
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -2390,7 +2390,7 @@ export interface VariantsApiListVariantsRequest {
2390
2390
  */
2391
2391
  readonly project: string;
2392
2392
  /**
2393
- * Search term to filter based on product tags.
2393
+ * 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.
2394
2394
  * @type {string}
2395
2395
  * @memberof VariantsApiListVariants
2396
2396
  */
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.32.0
7
+ * The version of the OpenAPI document: 1.33.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -210,7 +210,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
210
210
  * @summary List application sets
211
211
  * @param {string} project What project it is
212
212
  * @param {number} [pageToken] Page reference token
213
- * @param {string} [search] Search term to filter based on product tags.
213
+ * @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.
214
214
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
215
215
  * @param {*} [options] Override http request option.
216
216
  * @throws {RequiredError}
@@ -361,7 +361,7 @@ export const ApplicationSetsApiFp = function (configuration) {
361
361
  * @summary List application sets
362
362
  * @param {string} project What project it is
363
363
  * @param {number} [pageToken] Page reference token
364
- * @param {string} [search] Search term to filter based on product tags.
364
+ * @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.
365
365
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
366
366
  * @param {*} [options] Override http request option.
367
367
  * @throws {RequiredError}
@@ -651,7 +651,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
651
651
  * @summary List products
652
652
  * @param {string} project What project it is
653
653
  * @param {number} [pageToken] Page reference token
654
- * @param {string} [search] Search term to filter based on product tags.
654
+ * @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.
655
655
  * @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.
656
656
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
657
657
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -850,7 +850,7 @@ export const ProductsApiFp = function (configuration) {
850
850
  * @summary List products
851
851
  * @param {string} project What project it is
852
852
  * @param {number} [pageToken] Page reference token
853
- * @param {string} [search] Search term to filter based on product tags.
853
+ * @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.
854
854
  * @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.
855
855
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
856
856
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -1100,7 +1100,7 @@ export const VariantsApiAxiosParamCreator = function (configuration) {
1100
1100
  * Lists all variants that belong to enabled products attached to the given project.
1101
1101
  * @summary List variants
1102
1102
  * @param {string} project What project it is
1103
- * @param {string} [search] Search term to filter based on product tags.
1103
+ * @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.
1104
1104
  * @param {number} [pageToken] Page reference token
1105
1105
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1106
1106
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -1179,7 +1179,7 @@ export const VariantsApiFp = function (configuration) {
1179
1179
  * Lists all variants that belong to enabled products attached to the given project.
1180
1180
  * @summary List variants
1181
1181
  * @param {string} project What project it is
1182
- * @param {string} [search] Search term to filter based on product tags.
1182
+ * @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.
1183
1183
  * @param {number} [pageToken] Page reference token
1184
1184
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1185
1185
  * @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.32.0
5
+ * The version of the OpenAPI document: 1.33.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.32.0
7
+ * The version of the OpenAPI document: 1.33.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.32.0
5
+ * The version of the OpenAPI document: 1.33.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.32.0
7
+ * The version of the OpenAPI document: 1.33.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.32.0
5
+ * The version of the OpenAPI document: 1.33.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.32.0
7
+ * The version of the OpenAPI document: 1.33.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.32.0
5
+ * The version of the OpenAPI document: 1.33.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.32.0
7
+ * The version of the OpenAPI document: 1.33.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.32.0
5
+ * The version of the OpenAPI document: 1.33.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.32.0
8
+ * The version of the OpenAPI document: 1.33.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
5
5
  * Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.32.0
7
+ * The version of the OpenAPI document: 1.33.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.32.0",
3
+ "version": "1.33.1",
4
4
  "description": "OpenAPI client for @teemill/product-catalog",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {