@vrplatform/api 1.3.1-stage.4373 → 1.3.1-stage.4374

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.4373",
6
+ "version": "1.3.1-stage.4374",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -63832,9 +63832,15 @@ export interface operations {
63832
63832
  requestBody?: {
63833
63833
  content: {
63834
63834
  "application/json": {
63835
+ ramp: boolean;
63835
63836
  date?: string | null;
63836
63837
  amount?: number | null;
63837
63838
  bankAccountId?: string | null;
63839
+ owner?: {
63840
+ legalName?: string;
63841
+ accountNumber?: string;
63842
+ routingNumber?: string;
63843
+ };
63838
63844
  };
63839
63845
  };
63840
63846
  };