@vrplatform/api 1.3.1-stage.4259 → 1.3.1-stage.4262

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.
@@ -22688,10 +22688,7 @@ export interface operations {
22688
22688
  firstName?: string | null;
22689
22689
  lastName?: string | null;
22690
22690
  name?: string | null;
22691
- /**
22692
- * @default active
22693
- * @enum {string}
22694
- */
22691
+ /** @enum {string} */
22695
22692
  status?: "active" | "inactive" | "archived" | "unconfirmed";
22696
22693
  partnerId?: string | null;
22697
22694
  secondaryEmails?: string[];
@@ -22859,10 +22856,7 @@ export interface operations {
22859
22856
  firstName?: string | null;
22860
22857
  lastName?: string | null;
22861
22858
  name?: string | null;
22862
- /**
22863
- * @default active
22864
- * @enum {string}
22865
- */
22859
+ /** @enum {string} */
22866
22860
  status?: "active" | "inactive" | "archived" | "unconfirmed";
22867
22861
  partnerId?: string | null;
22868
22862
  secondaryEmails?: string[];