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

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.2503",
6
+ "version": "1.3.1-stage.2505",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -11556,6 +11556,7 @@ export interface operations {
11556
11556
  appId?: string | null;
11557
11557
  appIcon?: string | null;
11558
11558
  } | null;
11559
+ pmsStatus?: ("active" | "inactive") | null;
11559
11560
  ownershipPeriods: {
11560
11561
  listingId: string;
11561
11562
  split: number;
@@ -11568,6 +11569,16 @@ export interface operations {
11568
11569
  startAt?: string | null;
11569
11570
  endAt?: string | null;
11570
11571
  }[];
11572
+ access?: {
11573
+ /** Format: uuid */
11574
+ userId: string;
11575
+ /** Format: email */
11576
+ email: string;
11577
+ /** @enum {string} */
11578
+ status: "active" | "inactive" | "unconfirmed";
11579
+ lastSeen?: string | null;
11580
+ lastInvitedAt?: string | null;
11581
+ } | null;
11571
11582
  }[];
11572
11583
  pagination: {
11573
11584
  /** @default 100 */
@@ -11746,6 +11757,7 @@ export interface operations {
11746
11757
  appId?: string | null;
11747
11758
  appIcon?: string | null;
11748
11759
  } | null;
11760
+ pmsStatus?: ("active" | "inactive") | null;
11749
11761
  ownershipPeriods: {
11750
11762
  listingId: string;
11751
11763
  split: number;
@@ -11758,6 +11770,16 @@ export interface operations {
11758
11770
  startAt?: string | null;
11759
11771
  endAt?: string | null;
11760
11772
  }[];
11773
+ access?: {
11774
+ /** Format: uuid */
11775
+ userId: string;
11776
+ /** Format: email */
11777
+ email: string;
11778
+ /** @enum {string} */
11779
+ status: "active" | "inactive" | "unconfirmed";
11780
+ lastSeen?: string | null;
11781
+ lastInvitedAt?: string | null;
11782
+ } | null;
11761
11783
  };
11762
11784
  };
11763
11785
  };
@@ -12157,6 +12179,7 @@ export interface operations {
12157
12179
  appId?: string | null;
12158
12180
  appIcon?: string | null;
12159
12181
  } | null;
12182
+ pmsStatus?: ("active" | "inactive") | null;
12160
12183
  ownershipPeriods: {
12161
12184
  listingId: string;
12162
12185
  split: number;
@@ -12169,6 +12192,16 @@ export interface operations {
12169
12192
  startAt?: string | null;
12170
12193
  endAt?: string | null;
12171
12194
  }[];
12195
+ access?: {
12196
+ /** Format: uuid */
12197
+ userId: string;
12198
+ /** Format: email */
12199
+ email: string;
12200
+ /** @enum {string} */
12201
+ status: "active" | "inactive" | "unconfirmed";
12202
+ lastSeen?: string | null;
12203
+ lastInvitedAt?: string | null;
12204
+ } | null;
12172
12205
  };
12173
12206
  };
12174
12207
  };
@@ -12338,6 +12371,7 @@ export interface operations {
12338
12371
  appId?: string | null;
12339
12372
  appIcon?: string | null;
12340
12373
  } | null;
12374
+ pmsStatus?: ("active" | "inactive") | null;
12341
12375
  ownershipPeriods: {
12342
12376
  listingId: string;
12343
12377
  split: number;
@@ -12350,6 +12384,16 @@ export interface operations {
12350
12384
  startAt?: string | null;
12351
12385
  endAt?: string | null;
12352
12386
  }[];
12387
+ access?: {
12388
+ /** Format: uuid */
12389
+ userId: string;
12390
+ /** Format: email */
12391
+ email: string;
12392
+ /** @enum {string} */
12393
+ status: "active" | "inactive" | "unconfirmed";
12394
+ lastSeen?: string | null;
12395
+ lastInvitedAt?: string | null;
12396
+ } | null;
12353
12397
  };
12354
12398
  };
12355
12399
  };
@@ -16063,6 +16107,7 @@ export interface operations {
16063
16107
  /** Format: uuid */
16064
16108
  id: string;
16065
16109
  shortRef?: string | null;
16110
+ pmsName?: string | null;
16066
16111
  /** @enum {string} */
16067
16112
  status: "active" | "inactive";
16068
16113
  activeOwnership?: {
@@ -16341,6 +16386,7 @@ export interface operations {
16341
16386
  /** Format: uuid */
16342
16387
  id: string;
16343
16388
  shortRef?: string | null;
16389
+ pmsName?: string | null;
16344
16390
  /** @enum {string} */
16345
16391
  status: "active" | "inactive";
16346
16392
  activeOwnership?: {
@@ -17642,6 +17688,7 @@ export interface operations {
17642
17688
  /** Format: uuid */
17643
17689
  id: string;
17644
17690
  shortRef?: string | null;
17691
+ pmsName?: string | null;
17645
17692
  /** @enum {string} */
17646
17693
  status: "active" | "inactive";
17647
17694
  activeOwnership?: {
@@ -17912,6 +17959,7 @@ export interface operations {
17912
17959
  /** Format: uuid */
17913
17960
  id: string;
17914
17961
  shortRef?: string | null;
17962
+ pmsName?: string | null;
17915
17963
  /** @enum {string} */
17916
17964
  status: "active" | "inactive";
17917
17965
  activeOwnership?: {