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