@obb871001/api-integration-sdk 1.0.347 → 1.0.348

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
@@ -8291,7 +8291,10 @@ const Lo = /* @__PURE__ */ yi(No), Go = ({
8291
8291
  const p = Y(l, "data", []), g = Y(l, "summary", []), U = e ? Ie(g, (r) => r.platform === e) : g;
8292
8292
  return {
8293
8293
  list: Y(p, "data", []),
8294
- summary: U
8294
+ summary: {
8295
+ ...U,
8296
+ total_bonus_amount: U.total_bonus || 0
8297
+ }
8295
8298
  };
8296
8299
  },
8297
8300
  ...n
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.347",
4
+ "version": "1.0.348",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",