@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.
|
@@ -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;
|
|
@@ -16102,6 +16106,7 @@ export interface operations {
|
|
|
16102
16106
|
/** Format: uuid */
|
|
16103
16107
|
id: string;
|
|
16104
16108
|
shortRef?: string | null;
|
|
16109
|
+
title?: string | null;
|
|
16105
16110
|
pmsName?: string | null;
|
|
16106
16111
|
/** @enum {string} */
|
|
16107
16112
|
status: "active" | "inactive";
|
|
@@ -16381,6 +16386,7 @@ export interface operations {
|
|
|
16381
16386
|
/** Format: uuid */
|
|
16382
16387
|
id: string;
|
|
16383
16388
|
shortRef?: string | null;
|
|
16389
|
+
title?: string | null;
|
|
16384
16390
|
pmsName?: string | null;
|
|
16385
16391
|
/** @enum {string} */
|
|
16386
16392
|
status: "active" | "inactive";
|
|
@@ -17683,6 +17689,7 @@ export interface operations {
|
|
|
17683
17689
|
/** Format: uuid */
|
|
17684
17690
|
id: string;
|
|
17685
17691
|
shortRef?: string | null;
|
|
17692
|
+
title?: string | null;
|
|
17686
17693
|
pmsName?: string | null;
|
|
17687
17694
|
/** @enum {string} */
|
|
17688
17695
|
status: "active" | "inactive";
|
|
@@ -17954,6 +17961,7 @@ export interface operations {
|
|
|
17954
17961
|
/** Format: uuid */
|
|
17955
17962
|
id: string;
|
|
17956
17963
|
shortRef?: string | null;
|
|
17964
|
+
title?: string | null;
|
|
17957
17965
|
pmsName?: string | null;
|
|
17958
17966
|
/** @enum {string} */
|
|
17959
17967
|
status: "active" | "inactive";
|