@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.
@@ -11555,6 +11555,7 @@ export interface operations {
11555
11555
  appId?: string | null;
11556
11556
  appIcon?: string | null;
11557
11557
  } | null;
11558
+ pmsStatus?: ("active" | "inactive") | null;
11558
11559
  ownershipPeriods: {
11559
11560
  listingId: string;
11560
11561
  split: number;
@@ -11755,6 +11756,7 @@ export interface operations {
11755
11756
  appId?: string | null;
11756
11757
  appIcon?: string | null;
11757
11758
  } | null;
11759
+ pmsStatus?: ("active" | "inactive") | null;
11758
11760
  ownershipPeriods: {
11759
11761
  listingId: string;
11760
11762
  split: number;
@@ -12176,6 +12178,7 @@ export interface operations {
12176
12178
  appId?: string | null;
12177
12179
  appIcon?: string | null;
12178
12180
  } | null;
12181
+ pmsStatus?: ("active" | "inactive") | null;
12179
12182
  ownershipPeriods: {
12180
12183
  listingId: string;
12181
12184
  split: number;
@@ -12367,6 +12370,7 @@ export interface operations {
12367
12370
  appId?: string | null;
12368
12371
  appIcon?: string | null;
12369
12372
  } | null;
12373
+ pmsStatus?: ("active" | "inactive") | null;
12370
12374
  ownershipPeriods: {
12371
12375
  listingId: string;
12372
12376
  split: number;