@vrplatform/api 1.3.1-stage.1689 → 1.3.1-stage.1691

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/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1689",
9
+ "version": "1.3.1-stage.1691",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -28593,7 +28593,8 @@ export interface operations {
28593
28593
  countryCode?: string | null;
28594
28594
  } | null;
28595
28595
  phone?: string | null;
28596
- email?: string | null;
28596
+ /** Format: email */
28597
+ email: string;
28597
28598
  taxId?: string | null;
28598
28599
  companyName?: string | null;
28599
28600
  /** @enum {string} */
@@ -29599,7 +29600,8 @@ export interface operations {
29599
29600
  countryCode?: string | null;
29600
29601
  } | null;
29601
29602
  phone?: string | null;
29602
- email?: string | null;
29603
+ /** Format: email */
29604
+ email?: string;
29603
29605
  taxId?: string | null;
29604
29606
  companyName?: string | null;
29605
29607
  /** @enum {string} */