@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.36",
6
+ "version": "1.2.38",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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[];
@@ -22506,7 +22507,7 @@ export interface operations {
22506
22507
  parameters: {
22507
22508
  query?: {
22508
22509
  txnCode?: string;
22509
- active?: "active" | "inactive";
22510
+ status?: "active" | "inactive";
22510
22511
  types?: string;
22511
22512
  classifications?: string;
22512
22513
  startAt?: 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 */