@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.cjs +1 -1
- package/dist/index.js +5 -1
- package/package.json +1 -1
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
|
//是否啟用
|