@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.cjs +1 -1
- package/dist/index.js +4 -1
- package/package.json +1 -1
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:
|
|
8294
|
+
summary: {
|
|
8295
|
+
...U,
|
|
8296
|
+
total_bonus_amount: U.total_bonus || 0
|
|
8297
|
+
}
|
|
8295
8298
|
};
|
|
8296
8299
|
},
|
|
8297
8300
|
...n
|