@vrplatform/api 1.2.37 → 1.2.38
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
|
@@ -4350,6 +4350,7 @@ export interface operations {
|
|
|
4350
4350
|
requestBody: {
|
|
4351
4351
|
content: {
|
|
4352
4352
|
"application/json": {
|
|
4353
|
+
dangerouslyAllowLocked?: boolean;
|
|
4353
4354
|
ids?: string[];
|
|
4354
4355
|
listingIds?: string[];
|
|
4355
4356
|
connectionIds?: string[];
|
|
@@ -22517,6 +22518,9 @@ export interface operations {
|
|
|
22517
22518
|
isDateRangeEndInclusive?: boolean;
|
|
22518
22519
|
reservationIds?: string;
|
|
22519
22520
|
transactionIds?: string;
|
|
22521
|
+
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
22522
|
+
currency?: string;
|
|
22523
|
+
excludeApAppendix?: boolean;
|
|
22520
22524
|
/** @description listing uuids comma separated or "unmapped" */
|
|
22521
22525
|
listingIds?: string;
|
|
22522
22526
|
/** @description comma separated accounts */
|