@riocrypto/common 1.0.1374 → 1.0.1376

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.
@@ -148,7 +148,8 @@ export declare class RioAdminClient {
148
148
  street2?: string;
149
149
  city: string;
150
150
  state: string;
151
- postalCode: CountryOfOrigin;
151
+ postalCode: string;
152
+ country: CountryOfOrigin;
152
153
  }): Promise<string>;
153
154
  getChainedOrders(page: number, limit?: number, query?: ChainedOrderQuery): Promise<ChainedOrder[]>;
154
155
  getChainedQuote(id: string): Promise<ChainedQuote>;
@@ -140,7 +140,8 @@ export declare class RioClient {
140
140
  street2?: string;
141
141
  city: string;
142
142
  state: string;
143
- postalCode: CountryOfOrigin;
143
+ postalCode: string;
144
+ country: CountryOfOrigin;
144
145
  }): Promise<string>;
145
146
  createBankAccount(userId: string, country: Country, fiat: Fiat, bankName: string, accountHolderName: string, accountNumber: string, swiftCode?: string, CLABE?: string, CCI?: string, notes?: string): Promise<BankAccount>;
146
147
  updateBankAccount(id: string, data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1374",
3
+ "version": "1.0.1376",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",