@vrplatform/api 1.3.1-stage.2504 → 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.2504",
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;
@@ -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;