@emilgroup/tenant-sdk 1.35.1-beta.14 → 1.35.1-beta.20

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
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/tenant-sdk@1.35.1-beta.14 --save
20
+ npm install @emilgroup/tenant-sdk@1.35.1-beta.20 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/tenant-sdk@1.35.1-beta.14
24
+ yarn add @emilgroup/tenant-sdk@1.35.1-beta.20
25
25
  ```
26
26
 
27
27
  And then you can import `UsersApi`.
@@ -16,9 +16,11 @@
16
16
  */
17
17
  export interface GetSettingsResponseClass {
18
18
  /**
19
- * Setting values.
20
- * @type {Array<string>}
19
+ * Values aligned with the requested keys order.
20
+ * @type {Array<{ [key: string]: object; }>}
21
21
  * @memberof GetSettingsResponseClass
22
22
  */
23
- 'values': Array<string>;
23
+ 'values': Array<{
24
+ [key: string]: object;
25
+ }>;
24
26
  }
@@ -33,4 +33,10 @@ export interface SetSettingRequestDto {
33
33
  * @memberof SetSettingRequestDto
34
34
  */
35
35
  'type': string;
36
+ /**
37
+ *
38
+ * @type {boolean}
39
+ * @memberof SetSettingRequestDto
40
+ */
41
+ 'isSensitive'?: boolean;
36
42
  }
@@ -21,10 +21,10 @@
21
21
  */
22
22
  export interface GetSettingsResponseClass {
23
23
  /**
24
- * Setting values.
25
- * @type {Array<string>}
24
+ * Values aligned with the requested keys order.
25
+ * @type {Array<{ [key: string]: object; }>}
26
26
  * @memberof GetSettingsResponseClass
27
27
  */
28
- 'values': Array<string>;
28
+ 'values': Array<{ [key: string]: object; }>;
29
29
  }
30
30
 
@@ -38,5 +38,11 @@ export interface SetSettingRequestDto {
38
38
  * @memberof SetSettingRequestDto
39
39
  */
40
40
  'type': string;
41
+ /**
42
+ *
43
+ * @type {boolean}
44
+ * @memberof SetSettingRequestDto
45
+ */
46
+ 'isSensitive'?: boolean;
41
47
  }
42
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/tenant-sdk",
3
- "version": "1.35.1-beta.14",
3
+ "version": "1.35.1-beta.20",
4
4
  "description": "OpenAPI client for @emilgroup/tenant-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [