@vrplatform/api 1.3.1-stage.3726 → 1.3.1-stage.3729

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.3726",
6
+ "version": "1.3.1-stage.3729",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -7874,6 +7874,8 @@ export interface operations {
7874
7874
  getBankRecords: {
7875
7875
  parameters: {
7876
7876
  query?: {
7877
+ /** @description Comma-separated bank record IDs. */
7878
+ ids?: string;
7877
7879
  status?: "active" | "inactive";
7878
7880
  search?: string;
7879
7881
  /** @description Amount in cents, also accepts ranges like 100...200 */
@@ -8328,6 +8330,8 @@ export interface operations {
8328
8330
  getBankRecordsCsv: {
8329
8331
  parameters: {
8330
8332
  query?: {
8333
+ /** @description Comma-separated bank record IDs. */
8334
+ ids?: string;
8331
8335
  status?: "active" | "inactive";
8332
8336
  search?: string;
8333
8337
  /** @description Amount in cents, also accepts ranges like 100...200 */