@vrplatform/api 1.3.1-stage.2503 → 1.3.1-stage.2504
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
package/src/generated/v1.ts
CHANGED
|
@@ -11568,6 +11568,16 @@ export interface operations {
|
|
|
11568
11568
|
startAt?: string | null;
|
|
11569
11569
|
endAt?: string | null;
|
|
11570
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;
|
|
11571
11581
|
}[];
|
|
11572
11582
|
pagination: {
|
|
11573
11583
|
/** @default 100 */
|
|
@@ -11758,6 +11768,16 @@ export interface operations {
|
|
|
11758
11768
|
startAt?: string | null;
|
|
11759
11769
|
endAt?: string | null;
|
|
11760
11770
|
}[];
|
|
11771
|
+
access?: {
|
|
11772
|
+
/** Format: uuid */
|
|
11773
|
+
userId: string;
|
|
11774
|
+
/** Format: email */
|
|
11775
|
+
email: string;
|
|
11776
|
+
/** @enum {string} */
|
|
11777
|
+
status: "active" | "inactive" | "unconfirmed";
|
|
11778
|
+
lastSeen?: string | null;
|
|
11779
|
+
lastInvitedAt?: string | null;
|
|
11780
|
+
} | null;
|
|
11761
11781
|
};
|
|
11762
11782
|
};
|
|
11763
11783
|
};
|
|
@@ -12169,6 +12189,16 @@ export interface operations {
|
|
|
12169
12189
|
startAt?: string | null;
|
|
12170
12190
|
endAt?: string | null;
|
|
12171
12191
|
}[];
|
|
12192
|
+
access?: {
|
|
12193
|
+
/** Format: uuid */
|
|
12194
|
+
userId: string;
|
|
12195
|
+
/** Format: email */
|
|
12196
|
+
email: string;
|
|
12197
|
+
/** @enum {string} */
|
|
12198
|
+
status: "active" | "inactive" | "unconfirmed";
|
|
12199
|
+
lastSeen?: string | null;
|
|
12200
|
+
lastInvitedAt?: string | null;
|
|
12201
|
+
} | null;
|
|
12172
12202
|
};
|
|
12173
12203
|
};
|
|
12174
12204
|
};
|
|
@@ -12350,6 +12380,16 @@ export interface operations {
|
|
|
12350
12380
|
startAt?: string | null;
|
|
12351
12381
|
endAt?: string | null;
|
|
12352
12382
|
}[];
|
|
12383
|
+
access?: {
|
|
12384
|
+
/** Format: uuid */
|
|
12385
|
+
userId: string;
|
|
12386
|
+
/** Format: email */
|
|
12387
|
+
email: string;
|
|
12388
|
+
/** @enum {string} */
|
|
12389
|
+
status: "active" | "inactive" | "unconfirmed";
|
|
12390
|
+
lastSeen?: string | null;
|
|
12391
|
+
lastInvitedAt?: string | null;
|
|
12392
|
+
} | null;
|
|
12353
12393
|
};
|
|
12354
12394
|
};
|
|
12355
12395
|
};
|
|
@@ -16063,6 +16103,7 @@ export interface operations {
|
|
|
16063
16103
|
/** Format: uuid */
|
|
16064
16104
|
id: string;
|
|
16065
16105
|
shortRef?: string | null;
|
|
16106
|
+
pmsName?: string | null;
|
|
16066
16107
|
/** @enum {string} */
|
|
16067
16108
|
status: "active" | "inactive";
|
|
16068
16109
|
activeOwnership?: {
|
|
@@ -16341,6 +16382,7 @@ export interface operations {
|
|
|
16341
16382
|
/** Format: uuid */
|
|
16342
16383
|
id: string;
|
|
16343
16384
|
shortRef?: string | null;
|
|
16385
|
+
pmsName?: string | null;
|
|
16344
16386
|
/** @enum {string} */
|
|
16345
16387
|
status: "active" | "inactive";
|
|
16346
16388
|
activeOwnership?: {
|
|
@@ -17642,6 +17684,7 @@ export interface operations {
|
|
|
17642
17684
|
/** Format: uuid */
|
|
17643
17685
|
id: string;
|
|
17644
17686
|
shortRef?: string | null;
|
|
17687
|
+
pmsName?: string | null;
|
|
17645
17688
|
/** @enum {string} */
|
|
17646
17689
|
status: "active" | "inactive";
|
|
17647
17690
|
activeOwnership?: {
|
|
@@ -17912,6 +17955,7 @@ export interface operations {
|
|
|
17912
17955
|
/** Format: uuid */
|
|
17913
17956
|
id: string;
|
|
17914
17957
|
shortRef?: string | null;
|
|
17958
|
+
pmsName?: string | null;
|
|
17915
17959
|
/** @enum {string} */
|
|
17916
17960
|
status: "active" | "inactive";
|
|
17917
17961
|
activeOwnership?: {
|