@riocrypto/common-server 1.0.1175 → 1.0.1176

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.
@@ -187,7 +187,14 @@ class BridgeClient {
187
187
  account_number: accountNumber,
188
188
  routing_number: routingNumber,
189
189
  account_owner_name: accountOwnerName,
190
- address,
190
+ address: {
191
+ street_line_1: address.streetLine1,
192
+ street_line_2: address.streetLine2,
193
+ city: address.city,
194
+ state: address.state,
195
+ postal_code: address.postalCode,
196
+ country: "USA",
197
+ },
191
198
  }, {
192
199
  headers: {
193
200
  "Api-Key": this.apiKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1175",
3
+ "version": "1.0.1176",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "@aws-sdk/client-s3": "^3.297.0",
27
27
  "@everapi/currencyapi-js": "^1.0.6",
28
28
  "@google-cloud/storage": "^6.9.5",
29
- "@riocrypto/common": "^1.0.1056",
29
+ "@riocrypto/common": "^1.0.1058",
30
30
  "@types/express": "^4.17.13",
31
31
  "axios": "^0.27.2",
32
32
  "ccxt": "^3.0.30",