@vrplatform/api 1.3.1-stage.1781 → 1.3.1-stage.1783

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