@verdocs/js-sdk 4.2.18 → 4.2.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.
package/dist/index.d.mts CHANGED
@@ -151,7 +151,6 @@ interface ISigningSession {
151
151
  iss: string;
152
152
  sub: string; // Verdocs access key ID
153
153
  email: string;
154
- email_verified: boolean;
155
154
  iat: number;
156
155
  exp: number;
157
156
  "https://verdocs.com/session_type": "signing";
@@ -166,7 +165,6 @@ interface IUserSession {
166
165
  iss: string;
167
166
  sub: string; // Auth0 user_id
168
167
  email: string;
169
- email_verified: boolean;
170
168
  iat: number;
171
169
  exp: number;
172
170
  "https://verdocs.com/session_type": "user";
@@ -178,7 +176,6 @@ interface IIdToken {
178
176
  iss: string;
179
177
  sub: string; // Auth0 user_id
180
178
  email: string;
181
- email_verified: boolean;
182
179
  organization_id: string;
183
180
  first_name: string;
184
181
  last_name: string;
package/dist/index.d.ts CHANGED
@@ -151,7 +151,6 @@ interface ISigningSession {
151
151
  iss: string;
152
152
  sub: string; // Verdocs access key ID
153
153
  email: string;
154
- email_verified: boolean;
155
154
  iat: number;
156
155
  exp: number;
157
156
  "https://verdocs.com/session_type": "signing";
@@ -166,7 +165,6 @@ interface IUserSession {
166
165
  iss: string;
167
166
  sub: string; // Auth0 user_id
168
167
  email: string;
169
- email_verified: boolean;
170
168
  iat: number;
171
169
  exp: number;
172
170
  "https://verdocs.com/session_type": "user";
@@ -178,7 +176,6 @@ interface IIdToken {
178
176
  iss: string;
179
177
  sub: string; // Auth0 user_id
180
178
  email: string;
181
- email_verified: boolean;
182
179
  organization_id: string;
183
180
  first_name: string;
184
181
  last_name: string;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.18",
3
+ "version": "4.2.19",
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.18",
3
+ "version": "4.2.19",
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",