@vrplatform/api 1.3.0-stage.1093 → 1.3.0-stage.1095
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
|
@@ -22555,6 +22555,7 @@ export interface operations {
|
|
|
22555
22555
|
types?: string;
|
|
22556
22556
|
entityTypes?: string;
|
|
22557
22557
|
party?: "owners" | "manager";
|
|
22558
|
+
includeDetails?: boolean;
|
|
22558
22559
|
limit?: number;
|
|
22559
22560
|
page?: number;
|
|
22560
22561
|
};
|
|
@@ -22600,6 +22601,16 @@ export interface operations {
|
|
|
22600
22601
|
id: string;
|
|
22601
22602
|
name: string;
|
|
22602
22603
|
};
|
|
22604
|
+
detail?: {
|
|
22605
|
+
owners?: string;
|
|
22606
|
+
listing?: string;
|
|
22607
|
+
reservationConfirmationCode?: string;
|
|
22608
|
+
bookingChannel?: string;
|
|
22609
|
+
transactionReference?: string;
|
|
22610
|
+
reservationLineReference?: string;
|
|
22611
|
+
classification?: string;
|
|
22612
|
+
category?: string;
|
|
22613
|
+
};
|
|
22603
22614
|
}[];
|
|
22604
22615
|
pagination: {
|
|
22605
22616
|
/** @default 100 */
|
|
@@ -22939,6 +22950,16 @@ export interface operations {
|
|
|
22939
22950
|
id: string;
|
|
22940
22951
|
name: string;
|
|
22941
22952
|
};
|
|
22953
|
+
detail?: {
|
|
22954
|
+
owners?: string;
|
|
22955
|
+
listing?: string;
|
|
22956
|
+
reservationConfirmationCode?: string;
|
|
22957
|
+
bookingChannel?: string;
|
|
22958
|
+
transactionReference?: string;
|
|
22959
|
+
reservationLineReference?: string;
|
|
22960
|
+
classification?: string;
|
|
22961
|
+
category?: string;
|
|
22962
|
+
};
|
|
22942
22963
|
}[];
|
|
22943
22964
|
pagination: {
|
|
22944
22965
|
/** @default 100 */
|