@obb871001/api-integration-sdk 1.0.356 → 1.0.357

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
@@ -8124,8 +8124,11 @@ const Lo = /* @__PURE__ */ yi(No), Go = ({
8124
8124
  //幣別代碼
8125
8125
  value: u?.attribute_value,
8126
8126
  //數值
8127
- eventUid: u?.event_uid
8127
+ eventUid: u?.event_uid,
8128
8128
  //活動UID
8129
+ rewardType: u?.reward_type,
8130
+ //獎勵類型
8131
+ rewardDetail: u?.rewards || {}
8129
8132
  }, C = {
8130
8133
  baseValue: s.base_value,
8131
8134
  //基礎數值
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.356",
4
+ "version": "1.0.357",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",