@binance/simple-earn 12.0.2 → 13.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 +55 -22
- package/dist/index.d.ts +55 -22
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { BadRequestError, ConfigurationRestAPI, ConnectorClientError, ForbiddenE
|
|
|
3
3
|
|
|
4
4
|
//#region package.json
|
|
5
5
|
var name = "@binance/simple-earn";
|
|
6
|
-
var version = "
|
|
6
|
+
var version = "13.0.0";
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/rest-api/modules/bfusd-api.ts
|
|
@@ -189,7 +189,7 @@ var BfusdApi = class {
|
|
|
189
189
|
return sendRequest(this.configuration, localVarAxiosArgs.endpoint, localVarAxiosArgs.method, localVarAxiosArgs.queryParams, localVarAxiosArgs.bodyParams, localVarAxiosArgs?.timeUnit, { isSigned: true });
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
|
-
* Get BFUSD quota details including fast redemption quota and standard redemption quota.
|
|
192
|
+
* Get BFUSD quota details including subscription quota, fast redemption quota and standard redemption quota.
|
|
193
193
|
*
|
|
194
194
|
* Weight: 150
|
|
195
195
|
*
|
|
@@ -861,7 +861,7 @@ var FlexibleLockedApi = class {
|
|
|
861
861
|
/**
|
|
862
862
|
* Get Flexible Redemption Record
|
|
863
863
|
*
|
|
864
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
864
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
865
865
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
866
866
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
867
867
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -882,7 +882,7 @@ var FlexibleLockedApi = class {
|
|
|
882
882
|
/**
|
|
883
883
|
* Get Flexible Rewards History
|
|
884
884
|
*
|
|
885
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
885
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
886
886
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
887
887
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
888
888
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -919,7 +919,7 @@ var FlexibleLockedApi = class {
|
|
|
919
919
|
/**
|
|
920
920
|
* Get Flexible Subscription Record
|
|
921
921
|
*
|
|
922
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
922
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
923
923
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
924
924
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
925
925
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -972,7 +972,7 @@ var FlexibleLockedApi = class {
|
|
|
972
972
|
/**
|
|
973
973
|
* Get Locked Redemption Record
|
|
974
974
|
*
|
|
975
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
975
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
976
976
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
977
977
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
978
978
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -993,7 +993,7 @@ var FlexibleLockedApi = class {
|
|
|
993
993
|
/**
|
|
994
994
|
* Get Locked Rewards History
|
|
995
995
|
*
|
|
996
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
996
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
997
997
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
998
998
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
999
999
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -1030,7 +1030,7 @@ var FlexibleLockedApi = class {
|
|
|
1030
1030
|
/**
|
|
1031
1031
|
* Get Locked Subscription Record
|
|
1032
1032
|
*
|
|
1033
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
1033
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
1034
1034
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
1035
1035
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
1036
1036
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -1623,7 +1623,7 @@ var RestAPI = class {
|
|
|
1623
1623
|
return this.bfusdApi.getBfusdAccount(requestParameters);
|
|
1624
1624
|
}
|
|
1625
1625
|
/**
|
|
1626
|
-
* Get BFUSD quota details including fast redemption quota and standard redemption quota.
|
|
1626
|
+
* Get BFUSD quota details including subscription quota, fast redemption quota and standard redemption quota.
|
|
1627
1627
|
*
|
|
1628
1628
|
* Weight: 150
|
|
1629
1629
|
*
|
|
@@ -1804,7 +1804,7 @@ var RestAPI = class {
|
|
|
1804
1804
|
/**
|
|
1805
1805
|
* Get Flexible Redemption Record
|
|
1806
1806
|
*
|
|
1807
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
1807
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
1808
1808
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
1809
1809
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
1810
1810
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -1824,7 +1824,7 @@ var RestAPI = class {
|
|
|
1824
1824
|
/**
|
|
1825
1825
|
* Get Flexible Rewards History
|
|
1826
1826
|
*
|
|
1827
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
1827
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
1828
1828
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
1829
1829
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
1830
1830
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -1859,7 +1859,7 @@ var RestAPI = class {
|
|
|
1859
1859
|
/**
|
|
1860
1860
|
* Get Flexible Subscription Record
|
|
1861
1861
|
*
|
|
1862
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
1862
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
1863
1863
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
1864
1864
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
1865
1865
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -1909,7 +1909,7 @@ var RestAPI = class {
|
|
|
1909
1909
|
/**
|
|
1910
1910
|
* Get Locked Redemption Record
|
|
1911
1911
|
*
|
|
1912
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
1912
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
1913
1913
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
1914
1914
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
1915
1915
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -1929,7 +1929,7 @@ var RestAPI = class {
|
|
|
1929
1929
|
/**
|
|
1930
1930
|
* Get Locked Rewards History
|
|
1931
1931
|
*
|
|
1932
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
1932
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
1933
1933
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
1934
1934
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
1935
1935
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|
|
@@ -1964,7 +1964,7 @@ var RestAPI = class {
|
|
|
1964
1964
|
/**
|
|
1965
1965
|
* Get Locked Subscription Record
|
|
1966
1966
|
*
|
|
1967
|
-
* The time between `startTime` and `endTime` cannot be longer than
|
|
1967
|
+
* The time between `startTime` and `endTime` cannot be longer than 30 days.
|
|
1968
1968
|
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
1969
1969
|
* If `startTime` is sent but `endTime` is not sent, the next 30 days' data beginning from `startTime` will be returned.
|
|
1970
1970
|
* If `endTime` is sent but `startTime` is not sent, the 30 days' data before `endTime` will be returned.
|