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
|
-
|
|
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 {
|