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

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.3.1-stage.2119",
6
+ "version": "1.3.1-stage.2121",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -7227,7 +7227,9 @@ export interface operations {
7227
7227
  };
7228
7228
  postBankRecordsBatch: {
7229
7229
  parameters: {
7230
- query?: never;
7230
+ query?: {
7231
+ dryRun?: boolean;
7232
+ };
7231
7233
  header?: never;
7232
7234
  path?: never;
7233
7235
  cookie?: never;
@@ -7810,7 +7812,9 @@ export interface operations {
7810
7812
  };
7811
7813
  putBankRecordsById: {
7812
7814
  parameters: {
7813
- query?: never;
7815
+ query?: {
7816
+ dryRun?: boolean;
7817
+ };
7814
7818
  header?: never;
7815
7819
  path: {
7816
7820
  id: string;