squarefi-bff-api-module 1.32.20 → 1.32.21

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.
@@ -2093,15 +2093,7 @@ export declare namespace API {
2093
2093
  }
2094
2094
  }
2095
2095
  namespace Wallet {
2096
- interface Wallet {
2097
- uuid: string;
2098
- type: WalletType | string;
2099
- created_at: string;
2100
- fiat_total: number;
2101
- crypto_total: number;
2102
- total_amount: number;
2103
- balance: WalletBalance;
2104
- }
2096
+ type Wallet = components['schemas']['WalletExtendedDto'];
2105
2097
  namespace Create {
2106
2098
  interface Request {
2107
2099
  type: WalletType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.32.20",
3
+ "version": "1.32.21",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",