@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
package/src/generated/v1.ts
CHANGED
|
@@ -28593,7 +28593,8 @@ export interface operations {
|
|
|
28593
28593
|
countryCode?: string | null;
|
|
28594
28594
|
} | null;
|
|
28595
28595
|
phone?: string | null;
|
|
28596
|
-
|
|
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
|
-
|
|
29603
|
+
/** Format: email */
|
|
29604
|
+
email?: string;
|
|
29603
29605
|
taxId?: string | null;
|
|
29604
29606
|
companyName?: string | null;
|
|
29605
29607
|
/** @enum {string} */
|