@binance/simple-earn 11.1.1 → 12.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 +0 -12
- package/dist/index.d.ts +0 -12
- 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 +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -149,18 +149,6 @@ interface GetBfusdQuotaDetailsResponse {
|
|
|
149
149
|
* @memberof GetBfusdQuotaDetailsResponse
|
|
150
150
|
*/
|
|
151
151
|
standardRedemptionQuota?: GetBfusdQuotaDetailsResponseStandardRedemptionQuota;
|
|
152
|
-
/**
|
|
153
|
-
*
|
|
154
|
-
* @type {boolean}
|
|
155
|
-
* @memberof GetBfusdQuotaDetailsResponse
|
|
156
|
-
*/
|
|
157
|
-
subscribeEnable?: boolean;
|
|
158
|
-
/**
|
|
159
|
-
*
|
|
160
|
-
* @type {boolean}
|
|
161
|
-
* @memberof GetBfusdQuotaDetailsResponse
|
|
162
|
-
*/
|
|
163
|
-
redeemEnable?: boolean;
|
|
164
152
|
}
|
|
165
153
|
//#endregion
|
|
166
154
|
//#region src/rest-api/types/get-bfusd-rate-history-response-rows-inner.d.ts
|
package/dist/index.d.ts
CHANGED
|
@@ -151,18 +151,6 @@ interface GetBfusdQuotaDetailsResponse {
|
|
|
151
151
|
* @memberof GetBfusdQuotaDetailsResponse
|
|
152
152
|
*/
|
|
153
153
|
standardRedemptionQuota?: GetBfusdQuotaDetailsResponseStandardRedemptionQuota;
|
|
154
|
-
/**
|
|
155
|
-
*
|
|
156
|
-
* @type {boolean}
|
|
157
|
-
* @memberof GetBfusdQuotaDetailsResponse
|
|
158
|
-
*/
|
|
159
|
-
subscribeEnable?: boolean;
|
|
160
|
-
/**
|
|
161
|
-
*
|
|
162
|
-
* @type {boolean}
|
|
163
|
-
* @memberof GetBfusdQuotaDetailsResponse
|
|
164
|
-
*/
|
|
165
|
-
redeemEnable?: boolean;
|
|
166
154
|
}
|
|
167
155
|
//#endregion
|
|
168
156
|
//#region src/rest-api/types/get-bfusd-rate-history-response-rows-inner.d.ts
|
package/dist/index.js
CHANGED