@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 CHANGED
@@ -169,10 +169,10 @@ interface IUserSession {
169
169
  email: string;
170
170
  iat: number;
171
171
  exp: number;
172
- "https://verdocs.com/session_type": "user";
173
- "https://verdocs.com/profile_id": string;
174
- "https://verdocs.com/organization_id": string;
175
- "https://verdocs.com/global_admin": boolean;
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
- "https://verdocs.com/session_type": "user";
173
- "https://verdocs.com/profile_id": string;
174
- "https://verdocs.com/organization_id": string;
175
- "https://verdocs.com/global_admin": boolean;
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.12",
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.12",
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",