squarefi-bff-api-module 1.30.4 → 1.30.5
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.
|
@@ -1516,6 +1516,7 @@ export declare namespace API {
|
|
|
1516
1516
|
fee?: number;
|
|
1517
1517
|
fee_currency?: string;
|
|
1518
1518
|
from_currency_id?: string;
|
|
1519
|
+
from_crypto_address?: string | null;
|
|
1519
1520
|
to_currency_id?: string;
|
|
1520
1521
|
chain_id?: number | null;
|
|
1521
1522
|
counterparty_destination_id?: string | null;
|
package/package.json
CHANGED
package/src/api/types/types.ts
CHANGED
|
@@ -1983,6 +1983,7 @@ export namespace API {
|
|
|
1983
1983
|
fee?: number;
|
|
1984
1984
|
fee_currency?: string;
|
|
1985
1985
|
from_currency_id?: string;
|
|
1986
|
+
from_crypto_address?: string | null;
|
|
1986
1987
|
to_currency_id?: string;
|
|
1987
1988
|
chain_id?: number | null;
|
|
1988
1989
|
counterparty_destination_id?: string | null;
|