@equisoft/account-service-sdk-typescript 10.2.1-snapshot.20251103125202 → 10.2.1-snapshot.20251104151206

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.
@@ -31,7 +31,7 @@ export interface EnableSessionForEquisoftConnectRequest {
31
31
  }
32
32
  export interface GetSessionRequest {
33
33
  uuid: string;
34
- keepAlive?: boolean | null;
34
+ keepAlive?: string | null;
35
35
  }
36
36
  export interface GetSessionSsoTokenRequest {
37
37
  uuid: string;
@@ -31,7 +31,7 @@ export interface EnableSessionForEquisoftConnectRequest {
31
31
  }
32
32
  export interface GetSessionRequest {
33
33
  uuid: string;
34
- keepAlive?: boolean | null;
34
+ keepAlive?: string | null;
35
35
  }
36
36
  export interface GetSessionSsoTokenRequest {
37
37
  uuid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/account-service-sdk-typescript",
3
- "version": "10.2.1-snapshot.20251103125202",
3
+ "version": "10.2.1-snapshot.20251104151206",
4
4
  "description": "OpenAPI client for @equisoft/account-service-sdk-typescript",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -65,7 +65,7 @@ export interface EnableSessionForEquisoftConnectRequest {
65
65
 
66
66
  export interface GetSessionRequest {
67
67
  uuid: string;
68
- keepAlive?: boolean | null;
68
+ keepAlive?: string | null;
69
69
  }
70
70
 
71
71
  export interface GetSessionSsoTokenRequest {