@binance/simple-earn 11.0.0 → 11.0.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.
package/dist/index.d.mts CHANGED
@@ -6158,5 +6158,5 @@ declare class SimpleEarn {
6158
6158
  constructor(config: ConfigurationSimpleEarn);
6159
6159
  }
6160
6160
  //#endregion
6161
- export { BadRequestError, ConfigurationSimpleEarn, ConnectorClientError, ForbiddenError, NetworkError, NotFoundError, RateLimitBanError, RequiredError, SIMPLE_EARN_REST_API_PROD_URL, ServerError, SimpleEarn, index_d_exports as SimpleEarnRestAPI, TooManyRequestsError, UnauthorizedError };
6161
+ export { BadRequestError, type ConfigurationSimpleEarn, ConnectorClientError, ForbiddenError, NetworkError, NotFoundError, RateLimitBanError, RequiredError, SIMPLE_EARN_REST_API_PROD_URL, ServerError, SimpleEarn, index_d_exports as SimpleEarnRestAPI, TooManyRequestsError, UnauthorizedError };
6162
6162
  //# sourceMappingURL=index.d.mts.map
package/dist/index.d.ts CHANGED
@@ -6160,5 +6160,5 @@ declare class SimpleEarn {
6160
6160
  constructor(config: ConfigurationSimpleEarn);
6161
6161
  }
6162
6162
  //#endregion
6163
- export { BadRequestError, ConfigurationSimpleEarn, ConnectorClientError, ForbiddenError, NetworkError, NotFoundError, RateLimitBanError, RequiredError, SIMPLE_EARN_REST_API_PROD_URL, ServerError, SimpleEarn, index_d_exports as SimpleEarnRestAPI, TooManyRequestsError, UnauthorizedError };
6163
+ export { BadRequestError, type ConfigurationSimpleEarn, ConnectorClientError, ForbiddenError, NetworkError, NotFoundError, RateLimitBanError, RequiredError, SIMPLE_EARN_REST_API_PROD_URL, ServerError, SimpleEarn, index_d_exports as SimpleEarnRestAPI, TooManyRequestsError, UnauthorizedError };
6164
6164
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ let __binance_common = require("@binance/common");
14
14
 
15
15
  //#region package.json
16
16
  var name = "@binance/simple-earn";
17
- var version = "11.0.0";
17
+ var version = "11.0.1";
18
18
 
19
19
  //#endregion
20
20
  //#region src/rest-api/modules/bfusd-api.ts
@@ -2270,12 +2270,6 @@ Object.defineProperty(exports, 'BadRequestError', {
2270
2270
  return __binance_common.BadRequestError;
2271
2271
  }
2272
2272
  });
2273
- Object.defineProperty(exports, 'ConfigurationSimpleEarn', {
2274
- enumerable: true,
2275
- get: function () {
2276
- return ConfigurationSimpleEarn;
2277
- }
2278
- });
2279
2273
  Object.defineProperty(exports, 'ConnectorClientError', {
2280
2274
  enumerable: true,
2281
2275
  get: function () {