@openfilz-sdk/typescript-ee 1.8.17 → 1.8.19

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
- 26b3e2ee6b35739441f76e47f0ccd4c6dc1379f8f6676d5c98f3d74b3ffa4b6b
1
+ c7267a9408e2fba2d28d99bee0c5fd3cd1a93bebf7dd913dbefc6b2caea1c1a0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @openfilz-sdk/typescript-ee@1.8.17
1
+ ## @openfilz-sdk/typescript-ee@1.8.19
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-ee@1.8.17 --save
39
+ npm install @openfilz-sdk/typescript-ee@1.8.19 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -25,4 +25,9 @@ export interface Settings {
25
25
  'signatureCloudActive'?: boolean;
26
26
  'demoMode'?: boolean;
27
27
  'sealProvider'?: string;
28
+ 'mcpActive'?: boolean;
29
+ 'mcpUrl'?: string;
30
+ 'mcpMode'?: string;
31
+ 'mcpAuthorizationServerUrl'?: string;
32
+ 'mcpClientId'?: string;
28
33
  }
@@ -25,4 +25,9 @@ export interface Settings {
25
25
  'signatureCloudActive'?: boolean;
26
26
  'demoMode'?: boolean;
27
27
  'sealProvider'?: string;
28
+ 'mcpActive'?: boolean;
29
+ 'mcpUrl'?: string;
30
+ 'mcpMode'?: string;
31
+ 'mcpAuthorizationServerUrl'?: string;
32
+ 'mcpClientId'?: string;
28
33
  }
package/docs/Settings.md CHANGED
@@ -20,6 +20,11 @@ Name | Type | Description | Notes
20
20
  **signatureCloudActive** | **boolean** | | [optional] [default to undefined]
21
21
  **demoMode** | **boolean** | | [optional] [default to undefined]
22
22
  **sealProvider** | **string** | | [optional] [default to undefined]
23
+ **mcpActive** | **boolean** | | [optional] [default to undefined]
24
+ **mcpUrl** | **string** | | [optional] [default to undefined]
25
+ **mcpMode** | **string** | | [optional] [default to undefined]
26
+ **mcpAuthorizationServerUrl** | **string** | | [optional] [default to undefined]
27
+ **mcpClientId** | **string** | | [optional] [default to undefined]
23
28
 
24
29
  ## Example
25
30
 
@@ -42,6 +47,11 @@ const instance: Settings = {
42
47
  signatureCloudActive,
43
48
  demoMode,
44
49
  sealProvider,
50
+ mcpActive,
51
+ mcpUrl,
52
+ mcpMode,
53
+ mcpAuthorizationServerUrl,
54
+ mcpClientId,
45
55
  };
46
56
  ```
47
57
 
@@ -30,5 +30,10 @@ export interface Settings {
30
30
  'signatureCloudActive'?: boolean;
31
31
  'demoMode'?: boolean;
32
32
  'sealProvider'?: string;
33
+ 'mcpActive'?: boolean;
34
+ 'mcpUrl'?: string;
35
+ 'mcpMode'?: string;
36
+ 'mcpAuthorizationServerUrl'?: string;
37
+ 'mcpClientId'?: string;
33
38
  }
34
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfilz-sdk/typescript-ee",
3
- "version": "1.8.17",
3
+ "version": "1.8.19",
4
4
  "description": "OpenAPI client for @openfilz-sdk/typescript-ee",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {