bybit-api 4.1.0 → 4.1.1
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.
|
@@ -122,6 +122,13 @@ export interface WithdrawParamsV5 {
|
|
|
122
122
|
beneficiary?: {
|
|
123
123
|
vaspEntityId?: string;
|
|
124
124
|
beneficiaryName?: string;
|
|
125
|
+
beneficiaryLegalType?: string;
|
|
126
|
+
beneficiaryWalletType?: string;
|
|
127
|
+
beneficiaryUnhostedWalletType?: string;
|
|
128
|
+
beneficiaryPoiNumber?: string;
|
|
129
|
+
beneficiaryPoiType?: string;
|
|
130
|
+
beneficiaryPoiIssuingCountry?: string;
|
|
131
|
+
beneficiaryPoiExpiredDate?: string;
|
|
125
132
|
};
|
|
126
133
|
}
|
|
127
134
|
export interface ConvertCoinsParamsV5 {
|
package/package.json
CHANGED