@vrplatform/api 1.3.1-stage.2577 → 1.3.1-stage.2580
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.
|
@@ -33326,7 +33326,10 @@ export interface operations {
|
|
|
33326
33326
|
};
|
|
33327
33327
|
postReservationsBatch: {
|
|
33328
33328
|
parameters: {
|
|
33329
|
-
query?:
|
|
33329
|
+
query?: {
|
|
33330
|
+
/** @description Preserve existing confirmationCode and pmsReferenceCode values on update rows. */
|
|
33331
|
+
noReferenceChange?: boolean;
|
|
33332
|
+
};
|
|
33330
33333
|
header?: never;
|
|
33331
33334
|
path?: never;
|
|
33332
33335
|
cookie?: never;
|