@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
package/src/generated/v1.ts
CHANGED
|
@@ -7227,7 +7227,9 @@ export interface operations {
|
|
|
7227
7227
|
};
|
|
7228
7228
|
postBankRecordsBatch: {
|
|
7229
7229
|
parameters: {
|
|
7230
|
-
query?:
|
|
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?:
|
|
7815
|
+
query?: {
|
|
7816
|
+
dryRun?: boolean;
|
|
7817
|
+
};
|
|
7814
7818
|
header?: never;
|
|
7815
7819
|
path: {
|
|
7816
7820
|
id: string;
|