squarefi-bff-api-module 1.32.24 → 1.32.25

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.
@@ -2108,7 +2108,7 @@ export declare namespace API {
2108
2108
  }
2109
2109
  namespace GetByUuid {
2110
2110
  type Request = operations['WalletsController_view']['parameters']['path'];
2111
- type Response = operations['WalletsController_view']['responses']['200']['content']['application/json'];
2111
+ type Response = API.Wallets.Wallet.Wallet;
2112
2112
  }
2113
2113
  }
2114
2114
  namespace WalletsList {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.32.24",
3
+ "version": "1.32.25",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",