@rabby-wallet/rabby-api 0.9.12-beta.2 → 0.9.12-beta.3
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1075,6 +1075,7 @@ export declare class OpenApiService {
|
|
|
1075
1075
|
usd_amount: string;
|
|
1076
1076
|
receive_token_uuid: string;
|
|
1077
1077
|
service_provider: string;
|
|
1078
|
+
redirect_url?: string;
|
|
1078
1079
|
}) => Promise<{
|
|
1079
1080
|
url: string;
|
|
1080
1081
|
msg: number;
|
|
@@ -1087,7 +1088,6 @@ export declare class OpenApiService {
|
|
|
1087
1088
|
getBuyPaymentMethods: (params: {
|
|
1088
1089
|
country_code: string;
|
|
1089
1090
|
service_provider: string;
|
|
1090
|
-
redirect_url?: string;
|
|
1091
1091
|
}) => Promise<BuyPaymentMethod[]>;
|
|
1092
1092
|
}
|
|
1093
1093
|
export {};
|