@vrplatform/api 1.2.36 → 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.
|
@@ -4349,6 +4349,7 @@ export interface operations {
|
|
|
4349
4349
|
requestBody: {
|
|
4350
4350
|
content: {
|
|
4351
4351
|
"application/json": {
|
|
4352
|
+
dangerouslyAllowLocked?: boolean;
|
|
4352
4353
|
ids?: string[];
|
|
4353
4354
|
listingIds?: string[];
|
|
4354
4355
|
connectionIds?: string[];
|
|
@@ -22505,7 +22506,7 @@ export interface operations {
|
|
|
22505
22506
|
parameters: {
|
|
22506
22507
|
query?: {
|
|
22507
22508
|
txnCode?: string;
|
|
22508
|
-
|
|
22509
|
+
status?: "active" | "inactive";
|
|
22509
22510
|
types?: string;
|
|
22510
22511
|
classifications?: string;
|
|
22511
22512
|
startAt?: string;
|
|
@@ -22516,6 +22517,9 @@ export interface operations {
|
|
|
22516
22517
|
isDateRangeEndInclusive?: boolean;
|
|
22517
22518
|
reservationIds?: string;
|
|
22518
22519
|
transactionIds?: string;
|
|
22520
|
+
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
22521
|
+
currency?: string;
|
|
22522
|
+
excludeApAppendix?: boolean;
|
|
22519
22523
|
/** @description listing uuids comma separated or "unmapped" */
|
|
22520
22524
|
listingIds?: string;
|
|
22521
22525
|
/** @description comma separated accounts */
|