@binance/simple-earn 6.0.0 → 7.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 CHANGED
@@ -1687,10 +1687,10 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
1687
1687
  boostApr?: string;
1688
1688
  /**
1689
1689
  *
1690
- * @type {string}
1690
+ * @type {number}
1691
1691
  * @memberof GetSimpleEarnLockedProductListResponseRowsInnerDetail
1692
1692
  */
1693
- boostEndTime?: string;
1693
+ boostEndTime?: number;
1694
1694
  }
1695
1695
 
1696
1696
  /**
package/dist/index.d.ts CHANGED
@@ -1687,10 +1687,10 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
1687
1687
  boostApr?: string;
1688
1688
  /**
1689
1689
  *
1690
- * @type {string}
1690
+ * @type {number}
1691
1691
  * @memberof GetSimpleEarnLockedProductListResponseRowsInnerDetail
1692
1692
  */
1693
- boostEndTime?: string;
1693
+ boostEndTime?: number;
1694
1694
  }
1695
1695
 
1696
1696
  /**
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ var import_common5 = require("@binance/common");
41
41
 
42
42
  // package.json
43
43
  var name = "@binance/simple-earn";
44
- var version = "6.0.0";
44
+ var version = "7.0.0";
45
45
 
46
46
  // src/rest-api/index.ts
47
47
  var rest_api_exports = {};