@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.
|
@@ -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;
|
|
@@ -11567,6 +11568,16 @@ export interface operations {
|
|
|
11567
11568
|
startAt?: string | null;
|
|
11568
11569
|
endAt?: string | null;
|
|
11569
11570
|
}[];
|
|
11571
|
+
access?: {
|
|
11572
|
+
/** Format: uuid */
|
|
11573
|
+
userId: string;
|
|
11574
|
+
/** Format: email */
|
|
11575
|
+
email: string;
|
|
11576
|
+
/** @enum {string} */
|
|
11577
|
+
status: "active" | "inactive" | "unconfirmed";
|
|
11578
|
+
lastSeen?: string | null;
|
|
11579
|
+
lastInvitedAt?: string | null;
|
|
11580
|
+
} | null;
|
|
11570
11581
|
}[];
|
|
11571
11582
|
pagination: {
|
|
11572
11583
|
/** @default 100 */
|
|
@@ -11745,6 +11756,7 @@ export interface operations {
|
|
|
11745
11756
|
appId?: string | null;
|
|
11746
11757
|
appIcon?: string | null;
|
|
11747
11758
|
} | null;
|
|
11759
|
+
pmsStatus?: ("active" | "inactive") | null;
|
|
11748
11760
|
ownershipPeriods: {
|
|
11749
11761
|
listingId: string;
|
|
11750
11762
|
split: number;
|
|
@@ -11757,6 +11769,16 @@ export interface operations {
|
|
|
11757
11769
|
startAt?: string | null;
|
|
11758
11770
|
endAt?: string | null;
|
|
11759
11771
|
}[];
|
|
11772
|
+
access?: {
|
|
11773
|
+
/** Format: uuid */
|
|
11774
|
+
userId: string;
|
|
11775
|
+
/** Format: email */
|
|
11776
|
+
email: string;
|
|
11777
|
+
/** @enum {string} */
|
|
11778
|
+
status: "active" | "inactive" | "unconfirmed";
|
|
11779
|
+
lastSeen?: string | null;
|
|
11780
|
+
lastInvitedAt?: string | null;
|
|
11781
|
+
} | null;
|
|
11760
11782
|
};
|
|
11761
11783
|
};
|
|
11762
11784
|
};
|
|
@@ -12156,6 +12178,7 @@ export interface operations {
|
|
|
12156
12178
|
appId?: string | null;
|
|
12157
12179
|
appIcon?: string | null;
|
|
12158
12180
|
} | null;
|
|
12181
|
+
pmsStatus?: ("active" | "inactive") | null;
|
|
12159
12182
|
ownershipPeriods: {
|
|
12160
12183
|
listingId: string;
|
|
12161
12184
|
split: number;
|
|
@@ -12168,6 +12191,16 @@ export interface operations {
|
|
|
12168
12191
|
startAt?: string | null;
|
|
12169
12192
|
endAt?: string | null;
|
|
12170
12193
|
}[];
|
|
12194
|
+
access?: {
|
|
12195
|
+
/** Format: uuid */
|
|
12196
|
+
userId: string;
|
|
12197
|
+
/** Format: email */
|
|
12198
|
+
email: string;
|
|
12199
|
+
/** @enum {string} */
|
|
12200
|
+
status: "active" | "inactive" | "unconfirmed";
|
|
12201
|
+
lastSeen?: string | null;
|
|
12202
|
+
lastInvitedAt?: string | null;
|
|
12203
|
+
} | null;
|
|
12171
12204
|
};
|
|
12172
12205
|
};
|
|
12173
12206
|
};
|
|
@@ -12337,6 +12370,7 @@ export interface operations {
|
|
|
12337
12370
|
appId?: string | null;
|
|
12338
12371
|
appIcon?: string | null;
|
|
12339
12372
|
} | null;
|
|
12373
|
+
pmsStatus?: ("active" | "inactive") | null;
|
|
12340
12374
|
ownershipPeriods: {
|
|
12341
12375
|
listingId: string;
|
|
12342
12376
|
split: number;
|
|
@@ -12349,6 +12383,16 @@ export interface operations {
|
|
|
12349
12383
|
startAt?: string | null;
|
|
12350
12384
|
endAt?: string | null;
|
|
12351
12385
|
}[];
|
|
12386
|
+
access?: {
|
|
12387
|
+
/** Format: uuid */
|
|
12388
|
+
userId: string;
|
|
12389
|
+
/** Format: email */
|
|
12390
|
+
email: string;
|
|
12391
|
+
/** @enum {string} */
|
|
12392
|
+
status: "active" | "inactive" | "unconfirmed";
|
|
12393
|
+
lastSeen?: string | null;
|
|
12394
|
+
lastInvitedAt?: string | null;
|
|
12395
|
+
} | null;
|
|
12352
12396
|
};
|
|
12353
12397
|
};
|
|
12354
12398
|
};
|
|
@@ -16062,6 +16106,7 @@ export interface operations {
|
|
|
16062
16106
|
/** Format: uuid */
|
|
16063
16107
|
id: string;
|
|
16064
16108
|
shortRef?: string | null;
|
|
16109
|
+
pmsName?: string | null;
|
|
16065
16110
|
/** @enum {string} */
|
|
16066
16111
|
status: "active" | "inactive";
|
|
16067
16112
|
activeOwnership?: {
|
|
@@ -16340,6 +16385,7 @@ export interface operations {
|
|
|
16340
16385
|
/** Format: uuid */
|
|
16341
16386
|
id: string;
|
|
16342
16387
|
shortRef?: string | null;
|
|
16388
|
+
pmsName?: string | null;
|
|
16343
16389
|
/** @enum {string} */
|
|
16344
16390
|
status: "active" | "inactive";
|
|
16345
16391
|
activeOwnership?: {
|
|
@@ -17641,6 +17687,7 @@ export interface operations {
|
|
|
17641
17687
|
/** Format: uuid */
|
|
17642
17688
|
id: string;
|
|
17643
17689
|
shortRef?: string | null;
|
|
17690
|
+
pmsName?: string | null;
|
|
17644
17691
|
/** @enum {string} */
|
|
17645
17692
|
status: "active" | "inactive";
|
|
17646
17693
|
activeOwnership?: {
|
|
@@ -17911,6 +17958,7 @@ export interface operations {
|
|
|
17911
17958
|
/** Format: uuid */
|
|
17912
17959
|
id: string;
|
|
17913
17960
|
shortRef?: string | null;
|
|
17961
|
+
pmsName?: string | null;
|
|
17914
17962
|
/** @enum {string} */
|
|
17915
17963
|
status: "active" | "inactive";
|
|
17916
17964
|
activeOwnership?: {
|