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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bybit-api",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",