@vrplatform/api 1.3.1-stage.1780 → 1.3.1-stage.1782
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
|
@@ -29585,8 +29585,6 @@ export interface operations {
|
|
|
29585
29585
|
countryCode?: string | null;
|
|
29586
29586
|
} | null;
|
|
29587
29587
|
phone?: string | null;
|
|
29588
|
-
/** Format: email */
|
|
29589
|
-
email: string;
|
|
29590
29588
|
taxId?: string | null;
|
|
29591
29589
|
companyName?: string | null;
|
|
29592
29590
|
/** @enum {string} */
|
|
@@ -29614,6 +29612,8 @@ export interface operations {
|
|
|
29614
29612
|
userId: string;
|
|
29615
29613
|
role: string;
|
|
29616
29614
|
}[] | null;
|
|
29615
|
+
/** Format: email */
|
|
29616
|
+
email: string;
|
|
29617
29617
|
};
|
|
29618
29618
|
};
|
|
29619
29619
|
};
|
|
@@ -30668,8 +30668,6 @@ export interface operations {
|
|
|
30668
30668
|
countryCode?: string | null;
|
|
30669
30669
|
} | null;
|
|
30670
30670
|
phone?: string | null;
|
|
30671
|
-
/** Format: email */
|
|
30672
|
-
email?: string;
|
|
30673
30671
|
taxId?: string | null;
|
|
30674
30672
|
companyName?: string | null;
|
|
30675
30673
|
/** @enum {string} */
|
|
@@ -30685,6 +30683,8 @@ export interface operations {
|
|
|
30685
30683
|
ownerPortalShowDraftStatements?: boolean;
|
|
30686
30684
|
partnerId?: string | null;
|
|
30687
30685
|
billingPartnerId?: string | null;
|
|
30686
|
+
/** Format: email */
|
|
30687
|
+
email?: string;
|
|
30688
30688
|
/** @description Cancelation or Reinstatement of the team. */
|
|
30689
30689
|
cancelation?: {
|
|
30690
30690
|
/** @description Date on which the cancelation will take effect or null if an active cancellation should be withdrawn. */
|