squarefi-bff-api-module 1.27.7 → 1.27.8
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.
package/package.json
CHANGED
package/src/api/types/types.ts
CHANGED
|
@@ -1579,7 +1579,7 @@ export namespace API {
|
|
|
1579
1579
|
export namespace WITHDRAWAL_CRYPTO {
|
|
1580
1580
|
export type Request = {
|
|
1581
1581
|
amount: number;
|
|
1582
|
-
|
|
1582
|
+
is_subsctract: boolean;
|
|
1583
1583
|
wallet_uuid: string;
|
|
1584
1584
|
crypto_uuid: string;
|
|
1585
1585
|
to_address: string;
|