@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
package/src/generated/v1.ts
CHANGED
|
@@ -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
|
};
|