@teemill/product-catalog 1.66.0 → 1.68.0
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 +3 -2
- package/api.ts +35 -4
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +35 -4
- package/dist/api.js +3 -3
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +35 -4
- package/dist/esm/api.js +3 -3
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/ApplicationGroupsApi.md +2 -2
- package/docs/ImageFile.md +4 -0
- package/docs/ImageFileFocalPoint.md +23 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/product-catalog@1.
|
|
1
|
+
## @teemill/product-catalog@1.68.0
|
|
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.
|
|
39
|
+
npm install @teemill/product-catalog@1.68.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -123,6 +123,7 @@ Class | Method | HTTP request | Description
|
|
|
123
123
|
- [ExportProducts202Response](docs/ExportProducts202Response.md)
|
|
124
124
|
- [Image](docs/Image.md)
|
|
125
125
|
- [ImageFile](docs/ImageFile.md)
|
|
126
|
+
- [ImageFileFocalPoint](docs/ImageFileFocalPoint.md)
|
|
126
127
|
- [InlineObject](docs/InlineObject.md)
|
|
127
128
|
- [Location](docs/Location.md)
|
|
128
129
|
- [MetaField](docs/MetaField.md)
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1487,6 +1487,37 @@ export interface ImageFile {
|
|
|
1487
1487
|
* @memberof ImageFile
|
|
1488
1488
|
*/
|
|
1489
1489
|
'variantIds'?: Array<string>;
|
|
1490
|
+
/**
|
|
1491
|
+
*
|
|
1492
|
+
* @type {ImageFileFocalPoint}
|
|
1493
|
+
* @memberof ImageFile
|
|
1494
|
+
*/
|
|
1495
|
+
'focalPoint'?: ImageFileFocalPoint;
|
|
1496
|
+
/**
|
|
1497
|
+
* The zoom level of the image, used for cropping the image when it\'s rendered to specific dimensions.
|
|
1498
|
+
* @type {number}
|
|
1499
|
+
* @memberof ImageFile
|
|
1500
|
+
*/
|
|
1501
|
+
'zoom'?: number;
|
|
1502
|
+
}
|
|
1503
|
+
/**
|
|
1504
|
+
* The focal point of the image, used for positioning the image when it\'s rendered to specific dimensions.
|
|
1505
|
+
* @export
|
|
1506
|
+
* @interface ImageFileFocalPoint
|
|
1507
|
+
*/
|
|
1508
|
+
export interface ImageFileFocalPoint {
|
|
1509
|
+
/**
|
|
1510
|
+
* The x-coordinate of the focal point, where 0 is the left edge and 1 is the right edge.
|
|
1511
|
+
* @type {number}
|
|
1512
|
+
* @memberof ImageFileFocalPoint
|
|
1513
|
+
*/
|
|
1514
|
+
'x': number;
|
|
1515
|
+
/**
|
|
1516
|
+
* The y-coordinate of the focal point, where 0 is the top edge and 1 is the bottom edge.
|
|
1517
|
+
* @type {number}
|
|
1518
|
+
* @memberof ImageFileFocalPoint
|
|
1519
|
+
*/
|
|
1520
|
+
'y': number;
|
|
1490
1521
|
}
|
|
1491
1522
|
/**
|
|
1492
1523
|
*
|
|
@@ -3116,7 +3147,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration?: C
|
|
|
3116
3147
|
* @summary List application groups
|
|
3117
3148
|
* @param {string} project What project it is
|
|
3118
3149
|
* @param {number} [pageToken] Page reference token
|
|
3119
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
3150
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
3120
3151
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3121
3152
|
* @param {*} [options] Override http request option.
|
|
3122
3153
|
* @throws {RequiredError}
|
|
@@ -3279,7 +3310,7 @@ export const ApplicationGroupsApiFp = function(configuration?: Configuration) {
|
|
|
3279
3310
|
* @summary List application groups
|
|
3280
3311
|
* @param {string} project What project it is
|
|
3281
3312
|
* @param {number} [pageToken] Page reference token
|
|
3282
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
3313
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
3283
3314
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3284
3315
|
* @param {*} [options] Override http request option.
|
|
3285
3316
|
* @throws {RequiredError}
|
|
@@ -3452,7 +3483,7 @@ export interface ApplicationGroupsApiListApplicationGroupsRequest {
|
|
|
3452
3483
|
readonly pageToken?: number
|
|
3453
3484
|
|
|
3454
3485
|
/**
|
|
3455
|
-
* Search query string to filter results. Supports field-specific filters like \'
|
|
3486
|
+
* Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
3456
3487
|
* @type {string}
|
|
3457
3488
|
* @memberof ApplicationGroupsApiListApplicationGroups
|
|
3458
3489
|
*/
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1453,6 +1453,37 @@ export interface ImageFile {
|
|
|
1453
1453
|
* @memberof ImageFile
|
|
1454
1454
|
*/
|
|
1455
1455
|
'variantIds'?: Array<string>;
|
|
1456
|
+
/**
|
|
1457
|
+
*
|
|
1458
|
+
* @type {ImageFileFocalPoint}
|
|
1459
|
+
* @memberof ImageFile
|
|
1460
|
+
*/
|
|
1461
|
+
'focalPoint'?: ImageFileFocalPoint;
|
|
1462
|
+
/**
|
|
1463
|
+
* The zoom level of the image, used for cropping the image when it\'s rendered to specific dimensions.
|
|
1464
|
+
* @type {number}
|
|
1465
|
+
* @memberof ImageFile
|
|
1466
|
+
*/
|
|
1467
|
+
'zoom'?: number;
|
|
1468
|
+
}
|
|
1469
|
+
/**
|
|
1470
|
+
* The focal point of the image, used for positioning the image when it\'s rendered to specific dimensions.
|
|
1471
|
+
* @export
|
|
1472
|
+
* @interface ImageFileFocalPoint
|
|
1473
|
+
*/
|
|
1474
|
+
export interface ImageFileFocalPoint {
|
|
1475
|
+
/**
|
|
1476
|
+
* The x-coordinate of the focal point, where 0 is the left edge and 1 is the right edge.
|
|
1477
|
+
* @type {number}
|
|
1478
|
+
* @memberof ImageFileFocalPoint
|
|
1479
|
+
*/
|
|
1480
|
+
'x': number;
|
|
1481
|
+
/**
|
|
1482
|
+
* The y-coordinate of the focal point, where 0 is the top edge and 1 is the bottom edge.
|
|
1483
|
+
* @type {number}
|
|
1484
|
+
* @memberof ImageFileFocalPoint
|
|
1485
|
+
*/
|
|
1486
|
+
'y': number;
|
|
1456
1487
|
}
|
|
1457
1488
|
/**
|
|
1458
1489
|
*
|
|
@@ -2941,7 +2972,7 @@ export declare const ApplicationGroupsApiAxiosParamCreator: (configuration?: Con
|
|
|
2941
2972
|
* @summary List application groups
|
|
2942
2973
|
* @param {string} project What project it is
|
|
2943
2974
|
* @param {number} [pageToken] Page reference token
|
|
2944
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
2975
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
2945
2976
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
2946
2977
|
* @param {*} [options] Override http request option.
|
|
2947
2978
|
* @throws {RequiredError}
|
|
@@ -2995,7 +3026,7 @@ export declare const ApplicationGroupsApiFp: (configuration?: Configuration) =>
|
|
|
2995
3026
|
* @summary List application groups
|
|
2996
3027
|
* @param {string} project What project it is
|
|
2997
3028
|
* @param {number} [pageToken] Page reference token
|
|
2998
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
3029
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
2999
3030
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3000
3031
|
* @param {*} [options] Override http request option.
|
|
3001
3032
|
* @throws {RequiredError}
|
|
@@ -3134,7 +3165,7 @@ export interface ApplicationGroupsApiListApplicationGroupsRequest {
|
|
|
3134
3165
|
*/
|
|
3135
3166
|
readonly pageToken?: number;
|
|
3136
3167
|
/**
|
|
3137
|
-
* Search query string to filter results. Supports field-specific filters like \'
|
|
3168
|
+
* Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
3138
3169
|
* @type {string}
|
|
3139
3170
|
* @memberof ApplicationGroupsApiListApplicationGroups
|
|
3140
3171
|
*/
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.68.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -261,7 +261,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
261
261
|
* @summary List application groups
|
|
262
262
|
* @param {string} project What project it is
|
|
263
263
|
* @param {number} [pageToken] Page reference token
|
|
264
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
264
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
265
265
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
266
266
|
* @param {*} [options] Override http request option.
|
|
267
267
|
* @throws {RequiredError}
|
|
@@ -413,7 +413,7 @@ const ApplicationGroupsApiFp = function (configuration) {
|
|
|
413
413
|
* @summary List application groups
|
|
414
414
|
* @param {string} project What project it is
|
|
415
415
|
* @param {number} [pageToken] Page reference token
|
|
416
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
416
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
417
417
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
418
418
|
* @param {*} [options] Override http request option.
|
|
419
419
|
* @throws {RequiredError}
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.68.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.
|
|
8
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1453,6 +1453,37 @@ export interface ImageFile {
|
|
|
1453
1453
|
* @memberof ImageFile
|
|
1454
1454
|
*/
|
|
1455
1455
|
'variantIds'?: Array<string>;
|
|
1456
|
+
/**
|
|
1457
|
+
*
|
|
1458
|
+
* @type {ImageFileFocalPoint}
|
|
1459
|
+
* @memberof ImageFile
|
|
1460
|
+
*/
|
|
1461
|
+
'focalPoint'?: ImageFileFocalPoint;
|
|
1462
|
+
/**
|
|
1463
|
+
* The zoom level of the image, used for cropping the image when it\'s rendered to specific dimensions.
|
|
1464
|
+
* @type {number}
|
|
1465
|
+
* @memberof ImageFile
|
|
1466
|
+
*/
|
|
1467
|
+
'zoom'?: number;
|
|
1468
|
+
}
|
|
1469
|
+
/**
|
|
1470
|
+
* The focal point of the image, used for positioning the image when it\'s rendered to specific dimensions.
|
|
1471
|
+
* @export
|
|
1472
|
+
* @interface ImageFileFocalPoint
|
|
1473
|
+
*/
|
|
1474
|
+
export interface ImageFileFocalPoint {
|
|
1475
|
+
/**
|
|
1476
|
+
* The x-coordinate of the focal point, where 0 is the left edge and 1 is the right edge.
|
|
1477
|
+
* @type {number}
|
|
1478
|
+
* @memberof ImageFileFocalPoint
|
|
1479
|
+
*/
|
|
1480
|
+
'x': number;
|
|
1481
|
+
/**
|
|
1482
|
+
* The y-coordinate of the focal point, where 0 is the top edge and 1 is the bottom edge.
|
|
1483
|
+
* @type {number}
|
|
1484
|
+
* @memberof ImageFileFocalPoint
|
|
1485
|
+
*/
|
|
1486
|
+
'y': number;
|
|
1456
1487
|
}
|
|
1457
1488
|
/**
|
|
1458
1489
|
*
|
|
@@ -2941,7 +2972,7 @@ export declare const ApplicationGroupsApiAxiosParamCreator: (configuration?: Con
|
|
|
2941
2972
|
* @summary List application groups
|
|
2942
2973
|
* @param {string} project What project it is
|
|
2943
2974
|
* @param {number} [pageToken] Page reference token
|
|
2944
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
2975
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
2945
2976
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
2946
2977
|
* @param {*} [options] Override http request option.
|
|
2947
2978
|
* @throws {RequiredError}
|
|
@@ -2995,7 +3026,7 @@ export declare const ApplicationGroupsApiFp: (configuration?: Configuration) =>
|
|
|
2995
3026
|
* @summary List application groups
|
|
2996
3027
|
* @param {string} project What project it is
|
|
2997
3028
|
* @param {number} [pageToken] Page reference token
|
|
2998
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
3029
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
2999
3030
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3000
3031
|
* @param {*} [options] Override http request option.
|
|
3001
3032
|
* @throws {RequiredError}
|
|
@@ -3134,7 +3165,7 @@ export interface ApplicationGroupsApiListApplicationGroupsRequest {
|
|
|
3134
3165
|
*/
|
|
3135
3166
|
readonly pageToken?: number;
|
|
3136
3167
|
/**
|
|
3137
|
-
* Search query string to filter results. Supports field-specific filters like \'
|
|
3168
|
+
* Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
3138
3169
|
* @type {string}
|
|
3139
3170
|
* @memberof ApplicationGroupsApiListApplicationGroups
|
|
3140
3171
|
*/
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -258,7 +258,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
258
258
|
* @summary List application groups
|
|
259
259
|
* @param {string} project What project it is
|
|
260
260
|
* @param {number} [pageToken] Page reference token
|
|
261
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
261
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
262
262
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
263
263
|
* @param {*} [options] Override http request option.
|
|
264
264
|
* @throws {RequiredError}
|
|
@@ -409,7 +409,7 @@ export const ApplicationGroupsApiFp = function (configuration) {
|
|
|
409
409
|
* @summary List application groups
|
|
410
410
|
* @param {string} project What project it is
|
|
411
411
|
* @param {number} [pageToken] Page reference token
|
|
412
|
-
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'
|
|
412
|
+
* @param {string} [search] Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas.
|
|
413
413
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
414
414
|
* @param {*} [options] Override http request option.
|
|
415
415
|
* @throws {RequiredError}
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.68.0
|
|
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 ApplicationGroupsApi(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 \'
|
|
209
|
+
let search: string; //Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
|
|
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 100)
|
|
211
211
|
|
|
212
212
|
const { status, data } = await apiInstance.listApplicationGroups(
|
|
@@ -223,7 +223,7 @@ const { status, data } = await apiInstance.listApplicationGroups(
|
|
|
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 \'
|
|
226
|
+
| **search** | [**string**] | Search query string to filter results. Supports field-specific filters like \'uuid:<id>\', \'name:\"application group name\"\'. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
|
|
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 100|
|
|
228
228
|
|
|
229
229
|
|
package/docs/ImageFile.md
CHANGED
|
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**id** | **string** | ID of the image if it already exists. A new image will be created if this is not provided. | [optional] [default to undefined]
|
|
10
10
|
**type** | **string** | Image type. | [optional] [default to undefined]
|
|
11
11
|
**variantIds** | **Array<string>** | List of variant Ids to associate with the image. | [optional] [default to undefined]
|
|
12
|
+
**focalPoint** | [**ImageFileFocalPoint**](ImageFileFocalPoint.md) | | [optional] [default to undefined]
|
|
13
|
+
**zoom** | **number** | The zoom level of the image, used for cropping the image when it\'s rendered to specific dimensions. | [optional] [default to 1]
|
|
12
14
|
|
|
13
15
|
## Example
|
|
14
16
|
|
|
@@ -20,6 +22,8 @@ const instance: ImageFile = {
|
|
|
20
22
|
id,
|
|
21
23
|
type,
|
|
22
24
|
variantIds,
|
|
25
|
+
focalPoint,
|
|
26
|
+
zoom,
|
|
23
27
|
};
|
|
24
28
|
```
|
|
25
29
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# ImageFileFocalPoint
|
|
2
|
+
|
|
3
|
+
The focal point of the image, used for positioning the image when it\'s rendered to specific dimensions.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**x** | **number** | The x-coordinate of the focal point, where 0 is the left edge and 1 is the right edge. | [default to undefined]
|
|
10
|
+
**y** | **number** | The y-coordinate of the focal point, where 0 is the top edge and 1 is the bottom edge. | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { ImageFileFocalPoint } from '@teemill/product-catalog';
|
|
16
|
+
|
|
17
|
+
const instance: ImageFileFocalPoint = {
|
|
18
|
+
x,
|
|
19
|
+
y,
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.68.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|