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

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.2504",
6
+ "version": "1.3.1-stage.2506",
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;
@@ -11756,6 +11757,7 @@ export interface operations {
11756
11757
  appId?: string | null;
11757
11758
  appIcon?: string | null;
11758
11759
  } | null;
11760
+ pmsStatus?: ("active" | "inactive") | null;
11759
11761
  ownershipPeriods: {
11760
11762
  listingId: string;
11761
11763
  split: number;
@@ -12177,6 +12179,7 @@ export interface operations {
12177
12179
  appId?: string | null;
12178
12180
  appIcon?: string | null;
12179
12181
  } | null;
12182
+ pmsStatus?: ("active" | "inactive") | null;
12180
12183
  ownershipPeriods: {
12181
12184
  listingId: string;
12182
12185
  split: number;
@@ -12368,6 +12371,7 @@ export interface operations {
12368
12371
  appId?: string | null;
12369
12372
  appIcon?: string | null;
12370
12373
  } | null;
12374
+ pmsStatus?: ("active" | "inactive") | null;
12371
12375
  ownershipPeriods: {
12372
12376
  listingId: string;
12373
12377
  split: number;
@@ -16103,6 +16107,7 @@ export interface operations {
16103
16107
  /** Format: uuid */
16104
16108
  id: string;
16105
16109
  shortRef?: string | null;
16110
+ title?: string | null;
16106
16111
  pmsName?: string | null;
16107
16112
  /** @enum {string} */
16108
16113
  status: "active" | "inactive";
@@ -16382,6 +16387,7 @@ export interface operations {
16382
16387
  /** Format: uuid */
16383
16388
  id: string;
16384
16389
  shortRef?: string | null;
16390
+ title?: string | null;
16385
16391
  pmsName?: string | null;
16386
16392
  /** @enum {string} */
16387
16393
  status: "active" | "inactive";
@@ -17684,6 +17690,7 @@ export interface operations {
17684
17690
  /** Format: uuid */
17685
17691
  id: string;
17686
17692
  shortRef?: string | null;
17693
+ title?: string | null;
17687
17694
  pmsName?: string | null;
17688
17695
  /** @enum {string} */
17689
17696
  status: "active" | "inactive";
@@ -17955,6 +17962,7 @@ export interface operations {
17955
17962
  /** Format: uuid */
17956
17963
  id: string;
17957
17964
  shortRef?: string | null;
17965
+ title?: string | null;
17958
17966
  pmsName?: string | null;
17959
17967
  /** @enum {string} */
17960
17968
  status: "active" | "inactive";