@verdocs/js-sdk 4.2.16 → 4.2.17

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
@@ -341,6 +341,8 @@ interface IProfile {
341
341
  first_name: string;
342
342
  last_name: string;
343
343
  email: string;
344
+ /** If true, this user's email address has been verified. Note that this field may not be present in all records. */
345
+ email_verified?: boolean;
344
346
  phone: string | null;
345
347
  picture: string | null;
346
348
  /** If true, this is the caller's "currently selected" profile. All operations will performed "as" this profile. */
package/dist/index.d.ts CHANGED
@@ -341,6 +341,8 @@ interface IProfile {
341
341
  first_name: string;
342
342
  last_name: string;
343
343
  email: string;
344
+ /** If true, this user's email address has been verified. Note that this field may not be present in all records. */
345
+ email_verified?: boolean;
344
346
  phone: string | null;
345
347
  picture: string | null;
346
348
  /** If true, this is the caller's "currently selected" profile. All operations will performed "as" this profile. */
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.16",
3
+ "version": "4.2.17",
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.16",
3
+ "version": "4.2.17",
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",