@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -33327,7 +33327,10 @@ export interface operations {
|
|
|
33327
33327
|
};
|
|
33328
33328
|
postReservationsBatch: {
|
|
33329
33329
|
parameters: {
|
|
33330
|
-
query?:
|
|
33330
|
+
query?: {
|
|
33331
|
+
/** @description Preserve existing confirmationCode and pmsReferenceCode values on update rows. */
|
|
33332
|
+
noReferenceChange?: boolean;
|
|
33333
|
+
};
|
|
33331
33334
|
header?: never;
|
|
33332
33335
|
path?: never;
|
|
33333
33336
|
cookie?: never;
|