@vrplatform/api 1.3.1-stage.2503 → 1.3.1-stage.2504

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.
@@ -11567,6 +11567,16 @@ export interface operations {
11567
11567
  startAt?: string | null;
11568
11568
  endAt?: string | null;
11569
11569
  }[];
11570
+ access?: {
11571
+ /** Format: uuid */
11572
+ userId: string;
11573
+ /** Format: email */
11574
+ email: string;
11575
+ /** @enum {string} */
11576
+ status: "active" | "inactive" | "unconfirmed";
11577
+ lastSeen?: string | null;
11578
+ lastInvitedAt?: string | null;
11579
+ } | null;
11570
11580
  }[];
11571
11581
  pagination: {
11572
11582
  /** @default 100 */
@@ -11757,6 +11767,16 @@ export interface operations {
11757
11767
  startAt?: string | null;
11758
11768
  endAt?: string | null;
11759
11769
  }[];
11770
+ access?: {
11771
+ /** Format: uuid */
11772
+ userId: string;
11773
+ /** Format: email */
11774
+ email: string;
11775
+ /** @enum {string} */
11776
+ status: "active" | "inactive" | "unconfirmed";
11777
+ lastSeen?: string | null;
11778
+ lastInvitedAt?: string | null;
11779
+ } | null;
11760
11780
  };
11761
11781
  };
11762
11782
  };
@@ -12168,6 +12188,16 @@ export interface operations {
12168
12188
  startAt?: string | null;
12169
12189
  endAt?: string | null;
12170
12190
  }[];
12191
+ access?: {
12192
+ /** Format: uuid */
12193
+ userId: string;
12194
+ /** Format: email */
12195
+ email: string;
12196
+ /** @enum {string} */
12197
+ status: "active" | "inactive" | "unconfirmed";
12198
+ lastSeen?: string | null;
12199
+ lastInvitedAt?: string | null;
12200
+ } | null;
12171
12201
  };
12172
12202
  };
12173
12203
  };
@@ -12349,6 +12379,16 @@ export interface operations {
12349
12379
  startAt?: string | null;
12350
12380
  endAt?: string | null;
12351
12381
  }[];
12382
+ access?: {
12383
+ /** Format: uuid */
12384
+ userId: string;
12385
+ /** Format: email */
12386
+ email: string;
12387
+ /** @enum {string} */
12388
+ status: "active" | "inactive" | "unconfirmed";
12389
+ lastSeen?: string | null;
12390
+ lastInvitedAt?: string | null;
12391
+ } | null;
12352
12392
  };
12353
12393
  };
12354
12394
  };
@@ -16062,6 +16102,7 @@ export interface operations {
16062
16102
  /** Format: uuid */
16063
16103
  id: string;
16064
16104
  shortRef?: string | null;
16105
+ pmsName?: string | null;
16065
16106
  /** @enum {string} */
16066
16107
  status: "active" | "inactive";
16067
16108
  activeOwnership?: {
@@ -16340,6 +16381,7 @@ export interface operations {
16340
16381
  /** Format: uuid */
16341
16382
  id: string;
16342
16383
  shortRef?: string | null;
16384
+ pmsName?: string | null;
16343
16385
  /** @enum {string} */
16344
16386
  status: "active" | "inactive";
16345
16387
  activeOwnership?: {
@@ -17641,6 +17683,7 @@ export interface operations {
17641
17683
  /** Format: uuid */
17642
17684
  id: string;
17643
17685
  shortRef?: string | null;
17686
+ pmsName?: string | null;
17644
17687
  /** @enum {string} */
17645
17688
  status: "active" | "inactive";
17646
17689
  activeOwnership?: {
@@ -17911,6 +17954,7 @@ export interface operations {
17911
17954
  /** Format: uuid */
17912
17955
  id: string;
17913
17956
  shortRef?: string | null;
17957
+ pmsName?: string | null;
17914
17958
  /** @enum {string} */
17915
17959
  status: "active" | "inactive";
17916
17960
  activeOwnership?: {