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