squarefi-bff-api-module 1.32.21 → 1.32.23

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.
@@ -2095,9 +2095,7 @@ export declare namespace API {
2095
2095
  namespace Wallet {
2096
2096
  type Wallet = components['schemas']['WalletExtendedDto'];
2097
2097
  namespace Create {
2098
- interface Request {
2099
- type: WalletType;
2100
- }
2098
+ type Request = operations['WalletsController_create']['requestBody']['content']['application/json'];
2101
2099
  type Response = operations['WalletsController_create']['responses']['200']['content']['application/json'];
2102
2100
  }
2103
2101
  namespace GetByUuid {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.32.21",
3
+ "version": "1.32.23",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",