@vrplatform/api 1.3.1-stage.4260 → 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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -22689,10 +22689,7 @@ export interface operations {
|
|
|
22689
22689
|
firstName?: string | null;
|
|
22690
22690
|
lastName?: string | null;
|
|
22691
22691
|
name?: string | null;
|
|
22692
|
-
/**
|
|
22693
|
-
* @default active
|
|
22694
|
-
* @enum {string}
|
|
22695
|
-
*/
|
|
22692
|
+
/** @enum {string} */
|
|
22696
22693
|
status?: "active" | "inactive" | "archived" | "unconfirmed";
|
|
22697
22694
|
partnerId?: string | null;
|
|
22698
22695
|
secondaryEmails?: string[];
|
|
@@ -22860,10 +22857,7 @@ export interface operations {
|
|
|
22860
22857
|
firstName?: string | null;
|
|
22861
22858
|
lastName?: string | null;
|
|
22862
22859
|
name?: string | null;
|
|
22863
|
-
/**
|
|
22864
|
-
* @default active
|
|
22865
|
-
* @enum {string}
|
|
22866
|
-
*/
|
|
22860
|
+
/** @enum {string} */
|
|
22867
22861
|
status?: "active" | "inactive" | "archived" | "unconfirmed";
|
|
22868
22862
|
partnerId?: string | null;
|
|
22869
22863
|
secondaryEmails?: string[];
|