@verdocs/js-sdk 4.2.103 → 4.2.105
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/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -153,8 +153,8 @@ interface ISigningSession {
|
|
|
153
153
|
email: string;
|
|
154
154
|
iat: number;
|
|
155
155
|
exp: number;
|
|
156
|
-
"https://verdocs.com/key_type": TAccessKeyType;
|
|
157
156
|
"https://verdocs.com/session_type": "signing";
|
|
157
|
+
"https://verdocs.com/key_type": TAccessKeyType;
|
|
158
158
|
"https://verdocs.com/envelope_id": string;
|
|
159
159
|
"https://verdocs.com/role_name": string;
|
|
160
160
|
}
|
|
@@ -172,6 +172,7 @@ interface IUserSession {
|
|
|
172
172
|
"https://verdocs.com/session_type": "user";
|
|
173
173
|
"https://verdocs.com/profile_id": string;
|
|
174
174
|
"https://verdocs.com/organization_id": string;
|
|
175
|
+
"https://verdocs.com/global_admin": boolean;
|
|
175
176
|
}
|
|
176
177
|
interface IIdToken {
|
|
177
178
|
aud: string;
|
|
@@ -226,6 +227,7 @@ interface IApiKey {
|
|
|
226
227
|
name: string;
|
|
227
228
|
organization_id: string;
|
|
228
229
|
profile_id: string;
|
|
230
|
+
global_admin: boolean;
|
|
229
231
|
client_secret?: string | null;
|
|
230
232
|
permission: TApiKeyPermission;
|
|
231
233
|
profile?: IProfile;
|
package/dist/index.d.ts
CHANGED
|
@@ -153,8 +153,8 @@ interface ISigningSession {
|
|
|
153
153
|
email: string;
|
|
154
154
|
iat: number;
|
|
155
155
|
exp: number;
|
|
156
|
-
"https://verdocs.com/key_type": TAccessKeyType;
|
|
157
156
|
"https://verdocs.com/session_type": "signing";
|
|
157
|
+
"https://verdocs.com/key_type": TAccessKeyType;
|
|
158
158
|
"https://verdocs.com/envelope_id": string;
|
|
159
159
|
"https://verdocs.com/role_name": string;
|
|
160
160
|
}
|
|
@@ -172,6 +172,7 @@ interface IUserSession {
|
|
|
172
172
|
"https://verdocs.com/session_type": "user";
|
|
173
173
|
"https://verdocs.com/profile_id": string;
|
|
174
174
|
"https://verdocs.com/organization_id": string;
|
|
175
|
+
"https://verdocs.com/global_admin": boolean;
|
|
175
176
|
}
|
|
176
177
|
interface IIdToken {
|
|
177
178
|
aud: string;
|
|
@@ -226,6 +227,7 @@ interface IApiKey {
|
|
|
226
227
|
name: string;
|
|
227
228
|
organization_id: string;
|
|
228
229
|
profile_id: string;
|
|
230
|
+
global_admin: boolean;
|
|
229
231
|
client_secret?: string | null;
|
|
230
232
|
permission: TApiKeyPermission;
|
|
231
233
|
profile?: IProfile;
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.105",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.105",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",
|