@teemill/product-catalog 1.70.0 → 1.71.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.
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **fontWeight** | **string** | The weight of the text. This must be a valid CSS font-weight value. | [optional] [default to FontWeightEnum_Normal]
14
14
  **fontStyle** | **string** | The style of the text. This must be a valid CSS font-style value. | [optional] [default to FontStyleEnum_Normal]
15
15
  **color** | **string** | The colour of the text in hex format. | [optional] [default to undefined]
16
+ **rotation** | **number** | The rotation of the text in degrees. | [optional] [default to undefined]
16
17
 
17
18
  ## Example
18
19
 
@@ -28,6 +29,7 @@ const instance: TextApplicationProperties = {
28
29
  fontWeight,
29
30
  fontStyle,
30
31
  color,
32
+ rotation,
31
33
  };
32
34
  ```
33
35
 
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.70.0
7
+ * The version of the OpenAPI document: 1.71.0
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.70.0",
3
+ "version": "1.71.0",
4
4
  "description": "OpenAPI client for @teemill/product-catalog",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {