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

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.
@@ -28592,7 +28592,8 @@ export interface operations {
28592
28592
  countryCode?: string | null;
28593
28593
  } | null;
28594
28594
  phone?: string | null;
28595
- email?: string | null;
28595
+ /** Format: email */
28596
+ email: string;
28596
28597
  taxId?: string | null;
28597
28598
  companyName?: string | null;
28598
28599
  /** @enum {string} */
@@ -29598,7 +29599,8 @@ export interface operations {
29598
29599
  countryCode?: string | null;
29599
29600
  } | null;
29600
29601
  phone?: string | null;
29601
- email?: string | null;
29602
+ /** Format: email */
29603
+ email?: string;
29602
29604
  taxId?: string | null;
29603
29605
  companyName?: string | null;
29604
29606
  /** @enum {string} */