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