@verdocs/js-sdk 5.0.12 → 5.0.13
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -169,10 +169,10 @@ interface IUserSession {
|
|
|
169
169
|
email: string;
|
|
170
170
|
iat: number;
|
|
171
171
|
exp: number;
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
172
|
+
session_type: "user";
|
|
173
|
+
profile_id: string;
|
|
174
|
+
organization_id: string;
|
|
175
|
+
global_admin: boolean;
|
|
176
176
|
}
|
|
177
177
|
interface IIdToken {
|
|
178
178
|
aud: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -169,10 +169,10 @@ interface IUserSession {
|
|
|
169
169
|
email: string;
|
|
170
170
|
iat: number;
|
|
171
171
|
exp: number;
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
172
|
+
session_type: "user";
|
|
173
|
+
profile_id: string;
|
|
174
|
+
organization_id: string;
|
|
175
|
+
global_admin: boolean;
|
|
176
176
|
}
|
|
177
177
|
interface IIdToken {
|
|
178
178
|
aud: string;
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS 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": "5.0.
|
|
3
|
+
"version": "5.0.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|