@vrplatform/api 1.2.37 → 1.2.39

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.37",
6
+ "version": "1.2.39",
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,6 +22507,7 @@ export interface operations {
22506
22507
  parameters: {
22507
22508
  query?: {
22508
22509
  txnCode?: string;
22510
+ published?: boolean;
22509
22511
  status?: "active" | "inactive";
22510
22512
  types?: string;
22511
22513
  classifications?: string;
@@ -22517,6 +22519,9 @@ export interface operations {
22517
22519
  isDateRangeEndInclusive?: boolean;
22518
22520
  reservationIds?: string;
22519
22521
  transactionIds?: string;
22522
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
22523
+ currency?: string;
22524
+ excludeApAppendix?: boolean;
22520
22525
  /** @description listing uuids comma separated or "unmapped" */
22521
22526
  listingIds?: string;
22522
22527
  /** @description comma separated accounts */