squarefi-bff-api-module 1.5.12 → 1.5.13

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.
@@ -212,7 +212,7 @@ export declare namespace API {
212
212
  type: string;
213
213
  status: string;
214
214
  balance: number;
215
- currency: API.Currencies.Currency;
215
+ currency: API.Currencies.FiatCurrency;
216
216
  nick_name: string | null;
217
217
  wallet_id: string;
218
218
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/api/types.ts CHANGED
@@ -241,7 +241,7 @@ export namespace API {
241
241
  type: string;
242
242
  status: string;
243
243
  balance: number;
244
- currency: API.Currencies.Currency;
244
+ currency: API.Currencies.FiatCurrency;
245
245
  nick_name: string | null;
246
246
  wallet_id: string;
247
247
  created_at: string;