@obb871001/api-integration-sdk 1.0.389 → 1.0.390

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
@@ -8186,7 +8186,8 @@ const Po = /* @__PURE__ */ yi(Ro), wo = ({
8186
8186
  //活動UID
8187
8187
  rewardType: u?.reward_type,
8188
8188
  //獎勵類型
8189
- rewardDetail: u?.rewards || {}
8189
+ rewardDetail: u?.rewards || {},
8190
+ originData: s
8190
8191
  }, C = {
8191
8192
  baseValue: m?.base_value || 0,
8192
8193
  //基礎數值
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.389",
4
+ "version": "1.0.390",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",