@handsondigital/idplugger-admin 2.7.3 → 2.7.4

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
- ## @handsondigital/idplugger-admin@2.7.3
1
+ ## @handsondigital/idplugger-admin@2.7.4
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 @handsondigital/idplugger-admin@2.7.3 --save
39
+ npm install @handsondigital/idplugger-admin@2.7.4 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -890,6 +890,12 @@ export interface AdminPromotionConfigsIndex200ResponseConfigsValue {
890
890
  * @memberof AdminPromotionConfigsIndex200ResponseConfigsValue
891
891
  */
892
892
  'dto'?: object | null;
893
+ /**
894
+ * Labels dos campos do DTO (se disponível)
895
+ * @type {object}
896
+ * @memberof AdminPromotionConfigsIndex200ResponseConfigsValue
897
+ */
898
+ 'labels'?: object | null;
893
899
  }
894
900
 
895
901
  export const AdminPromotionConfigsIndex200ResponseConfigsValueTypeEnum = {
@@ -1043,6 +1049,12 @@ export interface AdminPromotionConfigsShow200ResponseConfig {
1043
1049
  * @memberof AdminPromotionConfigsShow200ResponseConfig
1044
1050
  */
1045
1051
  'dto'?: object | null;
1052
+ /**
1053
+ * Labels dos campos do DTO (se disponível)
1054
+ * @type {object}
1055
+ * @memberof AdminPromotionConfigsShow200ResponseConfig
1056
+ */
1057
+ 'labels'?: object | null;
1046
1058
  }
1047
1059
  /**
1048
1060
  *
package/dist/api.d.ts CHANGED
@@ -886,6 +886,12 @@ export interface AdminPromotionConfigsIndex200ResponseConfigsValue {
886
886
  * @memberof AdminPromotionConfigsIndex200ResponseConfigsValue
887
887
  */
888
888
  'dto'?: object | null;
889
+ /**
890
+ * Labels dos campos do DTO (se disponível)
891
+ * @type {object}
892
+ * @memberof AdminPromotionConfigsIndex200ResponseConfigsValue
893
+ */
894
+ 'labels'?: object | null;
889
895
  }
890
896
  export declare const AdminPromotionConfigsIndex200ResponseConfigsValueTypeEnum: {
891
897
  readonly Text: "text";
@@ -1036,6 +1042,12 @@ export interface AdminPromotionConfigsShow200ResponseConfig {
1036
1042
  * @memberof AdminPromotionConfigsShow200ResponseConfig
1037
1043
  */
1038
1044
  'dto'?: object | null;
1045
+ /**
1046
+ * Labels dos campos do DTO (se disponível)
1047
+ * @type {object}
1048
+ * @memberof AdminPromotionConfigsShow200ResponseConfig
1049
+ */
1050
+ 'labels'?: object | null;
1039
1051
  }
1040
1052
  /**
1041
1053
  *
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
  **grupo** | **string** | | [optional] [default to undefined]
13
13
  **metadata** | [**AdminPromotionConfigsIndex200ResponseConfigsValueMetadata**](AdminPromotionConfigsIndex200ResponseConfigsValueMetadata.md) | | [optional] [default to undefined]
14
14
  **dto** | **object** | Estrutura DTO tipada da configuração (se disponível) | [optional] [default to undefined]
15
+ **labels** | **object** | Labels dos campos do DTO (se disponível) | [optional] [default to undefined]
15
16
 
16
17
  ## Example
17
18
 
@@ -26,6 +27,7 @@ const instance: AdminPromotionConfigsIndex200ResponseConfigsValue = {
26
27
  grupo,
27
28
  metadata,
28
29
  dto,
30
+ labels,
29
31
  };
30
32
  ```
31
33
 
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
  **grupo** | **string** | | [optional] [default to undefined]
13
13
  **metadata** | [**AdminPromotionConfigsIndex200ResponseConfigsValueMetadata**](AdminPromotionConfigsIndex200ResponseConfigsValueMetadata.md) | | [optional] [default to undefined]
14
14
  **dto** | **object** | Estrutura DTO tipada da configuração (se disponível) | [optional] [default to undefined]
15
+ **labels** | **object** | Labels dos campos do DTO (se disponível) | [optional] [default to undefined]
15
16
 
16
17
  ## Example
17
18
 
@@ -26,6 +27,7 @@ const instance: AdminPromotionConfigsShow200ResponseConfig = {
26
27
  grupo,
27
28
  metadata,
28
29
  dto,
30
+ labels,
29
31
  };
30
32
  ```
31
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsondigital/idplugger-admin",
3
- "version": "2.7.3",
3
+ "version": "2.7.4",
4
4
  "description": "OpenAPI client for @handsondigital/idplugger-admin",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {