@openfilz-sdk/typescript 1.2.19 → 1.2.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.
@@ -1 +1 @@
1
- 30e134af8876019126704ed9c1cddff0394efe2687df7c073ec515706ab84044
1
+ b754c0e07f73afa67db54d9324119c18a62b460012a5f3e81144b3a394d0848c
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @openfilz-sdk/typescript@1.2.19
1
+ ## @openfilz-sdk/typescript@1.2.20
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 @openfilz-sdk/typescript@1.2.19 --save
39
+ npm install @openfilz-sdk/typescript@1.2.20 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -17,4 +17,5 @@ export interface Settings {
17
17
  'theme'?: string;
18
18
  'thumbnailsActive'?: boolean;
19
19
  'aiActive'?: boolean;
20
+ 'aiUserSettingsEnabled'?: boolean;
20
21
  }
@@ -17,4 +17,5 @@ export interface Settings {
17
17
  'theme'?: string;
18
18
  'thumbnailsActive'?: boolean;
19
19
  'aiActive'?: boolean;
20
+ 'aiUserSettingsEnabled'?: boolean;
20
21
  }
package/docs/Settings.md CHANGED
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
  **theme** | **string** | | [optional] [default to undefined]
13
13
  **thumbnailsActive** | **boolean** | | [optional] [default to undefined]
14
14
  **aiActive** | **boolean** | | [optional] [default to undefined]
15
+ **aiUserSettingsEnabled** | **boolean** | | [optional] [default to undefined]
15
16
 
16
17
  ## Example
17
18
 
@@ -26,6 +27,7 @@ const instance: Settings = {
26
27
  theme,
27
28
  thumbnailsActive,
28
29
  aiActive,
30
+ aiUserSettingsEnabled,
29
31
  };
30
32
  ```
31
33
 
@@ -22,5 +22,6 @@ export interface Settings {
22
22
  'theme'?: string;
23
23
  'thumbnailsActive'?: boolean;
24
24
  'aiActive'?: boolean;
25
+ 'aiUserSettingsEnabled'?: boolean;
25
26
  }
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfilz-sdk/typescript",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "OpenAPI client for @openfilz-sdk/typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {