@vrplatform/api 1.3.1-stage.3763 → 1.3.1-stage.3766
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.
|
@@ -27558,6 +27558,7 @@ export interface operations {
|
|
|
27558
27558
|
bookingChannel?: string;
|
|
27559
27559
|
transactionReference?: string;
|
|
27560
27560
|
reservationLineReference?: string;
|
|
27561
|
+
contact?: string;
|
|
27561
27562
|
classification?: string;
|
|
27562
27563
|
category?: string;
|
|
27563
27564
|
};
|
|
@@ -28721,6 +28722,7 @@ export interface operations {
|
|
|
28721
28722
|
bookingChannel?: string;
|
|
28722
28723
|
transactionReference?: string;
|
|
28723
28724
|
reservationLineReference?: string;
|
|
28725
|
+
contact?: string;
|
|
28724
28726
|
classification?: string;
|
|
28725
28727
|
category?: string;
|
|
28726
28728
|
};
|