@obb871001/api-integration-sdk 1.0.301 → 1.0.302

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.js CHANGED
@@ -7999,7 +7999,11 @@ const Do = /* @__PURE__ */ gt(So), Eo = ({
7999
7999
  tagsGroup: o.tags_group,
8000
8000
  //標籤群組
8001
8001
  eventBg: Jn(),
8002
- eventIcon: Zn(o.type)
8002
+ eventIcon: Zn(o.type),
8003
+ nextSettlementDate: o.next_settlement_date,
8004
+ //下一次結算日期
8005
+ lastSettlementDate: o.last_settlement_date
8006
+ //最後一次結算日期
8003
8007
  }, U = {
8004
8008
  isActive: u.attribute_is_active === 1,
8005
8009
  //是否啟用
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.301",
4
+ "version": "1.0.302",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",