@binance/simple-earn 10.0.2 → 11.0.0
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.mts +14 -2
- package/dist/index.d.ts +14 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -31,7 +31,13 @@ interface GetBfusdAccountResponse {
|
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof GetBfusdAccountResponse
|
|
33
33
|
*/
|
|
34
|
-
|
|
34
|
+
usdtProfit?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GetBfusdAccountResponse
|
|
39
|
+
*/
|
|
40
|
+
bfusdProfit?: string;
|
|
35
41
|
}
|
|
36
42
|
//#endregion
|
|
37
43
|
//#region src/rest-api/types/get-bfusd-quota-details-response-fast-redemption-quota.d.ts
|
|
@@ -326,6 +332,12 @@ interface GetBfusdRewardsHistoryResponseRowsInner {
|
|
|
326
332
|
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
327
333
|
*/
|
|
328
334
|
time?: number | bigint;
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @type {string}
|
|
338
|
+
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
339
|
+
*/
|
|
340
|
+
rewardAsset?: string;
|
|
329
341
|
/**
|
|
330
342
|
*
|
|
331
343
|
* @type {string}
|
|
@@ -4618,7 +4630,7 @@ interface SubscribeLockedProductRequest {
|
|
|
4618
4630
|
*/
|
|
4619
4631
|
readonly sourceAccount?: string;
|
|
4620
4632
|
/**
|
|
4621
|
-
* `SPOT`,`FLEXIBLE`, default `
|
|
4633
|
+
* `SPOT`,`FLEXIBLE`, default `SPOT`
|
|
4622
4634
|
* @type {string}
|
|
4623
4635
|
* @memberof FlexibleLockedApiSubscribeLockedProduct
|
|
4624
4636
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -33,7 +33,13 @@ interface GetBfusdAccountResponse {
|
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof GetBfusdAccountResponse
|
|
35
35
|
*/
|
|
36
|
-
|
|
36
|
+
usdtProfit?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof GetBfusdAccountResponse
|
|
41
|
+
*/
|
|
42
|
+
bfusdProfit?: string;
|
|
37
43
|
}
|
|
38
44
|
//#endregion
|
|
39
45
|
//#region src/rest-api/types/get-bfusd-quota-details-response-fast-redemption-quota.d.ts
|
|
@@ -328,6 +334,12 @@ interface GetBfusdRewardsHistoryResponseRowsInner {
|
|
|
328
334
|
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
329
335
|
*/
|
|
330
336
|
time?: number | bigint;
|
|
337
|
+
/**
|
|
338
|
+
*
|
|
339
|
+
* @type {string}
|
|
340
|
+
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
341
|
+
*/
|
|
342
|
+
rewardAsset?: string;
|
|
331
343
|
/**
|
|
332
344
|
*
|
|
333
345
|
* @type {string}
|
|
@@ -4620,7 +4632,7 @@ interface SubscribeLockedProductRequest {
|
|
|
4620
4632
|
*/
|
|
4621
4633
|
readonly sourceAccount?: string;
|
|
4622
4634
|
/**
|
|
4623
|
-
* `SPOT`,`FLEXIBLE`, default `
|
|
4635
|
+
* `SPOT`,`FLEXIBLE`, default `SPOT`
|
|
4624
4636
|
* @type {string}
|
|
4625
4637
|
* @memberof FlexibleLockedApiSubscribeLockedProduct
|
|
4626
4638
|
*/
|
package/dist/index.js
CHANGED