@handsondigital/idplugger-admin 2.6.1 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @handsondigital/idplugger-admin@2.6.1
1
+ ## @handsondigital/idplugger-admin@2.6.2
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.6.1 --save
39
+ npm install @handsondigital/idplugger-admin@2.6.2 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -1864,6 +1864,12 @@ export interface AuthMe200Response {
1864
1864
  * @memberof AuthMe200Response
1865
1865
  */
1866
1866
  'name'?: string;
1867
+ /**
1868
+ *
1869
+ * @type {string}
1870
+ * @memberof AuthMe200Response
1871
+ */
1872
+ 'role'?: string;
1867
1873
  /**
1868
1874
  * Promoções que o usuário tem acesso
1869
1875
  * @type {Array<AuthMe200ResponsePromotionsInner>}
package/dist/api.d.ts CHANGED
@@ -1855,6 +1855,12 @@ export interface AuthMe200Response {
1855
1855
  * @memberof AuthMe200Response
1856
1856
  */
1857
1857
  'name'?: string;
1858
+ /**
1859
+ *
1860
+ * @type {string}
1861
+ * @memberof AuthMe200Response
1862
+ */
1863
+ 'role'?: string;
1858
1864
  /**
1859
1865
  * Promoções que o usuário tem acesso
1860
1866
  * @type {Array<AuthMe200ResponsePromotionsInner>}
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **username** | **string** | | [optional] [default to undefined]
10
10
  **email** | **string** | | [optional] [default to undefined]
11
11
  **name** | **string** | | [optional] [default to undefined]
12
+ **role** | **string** | | [optional] [default to undefined]
12
13
  **promotions** | [**Array&lt;AuthMe200ResponsePromotionsInner&gt;**](AuthMe200ResponsePromotionsInner.md) | Promoções que o usuário tem acesso | [optional] [default to undefined]
13
14
 
14
15
  ## Example
@@ -21,6 +22,7 @@ const instance: AuthMe200Response = {
21
22
  username,
22
23
  email,
23
24
  name,
25
+ role,
24
26
  promotions,
25
27
  };
26
28
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsondigital/idplugger-admin",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "OpenAPI client for @handsondigital/idplugger-admin",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {