@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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4260",
6
+ "version": "1.3.1-stage.4262",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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[];