@vrplatform/api 1.3.1-stage.2119 → 1.3.1-stage.2120

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.
@@ -7226,7 +7226,9 @@ export interface operations {
7226
7226
  };
7227
7227
  postBankRecordsBatch: {
7228
7228
  parameters: {
7229
- query?: never;
7229
+ query?: {
7230
+ dryRun?: boolean;
7231
+ };
7230
7232
  header?: never;
7231
7233
  path?: never;
7232
7234
  cookie?: never;
@@ -7809,7 +7811,9 @@ export interface operations {
7809
7811
  };
7810
7812
  putBankRecordsById: {
7811
7813
  parameters: {
7812
- query?: never;
7814
+ query?: {
7815
+ dryRun?: boolean;
7816
+ };
7813
7817
  header?: never;
7814
7818
  path: {
7815
7819
  id: string;