@obb871001/api-integration-sdk 1.0.349 → 1.0.351
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 +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8247,7 +8247,7 @@ const Lo = /* @__PURE__ */ yi(No), Go = ({
|
|
|
8247
8247
|
params: n
|
|
8248
8248
|
}),
|
|
8249
8249
|
select: (l) => {
|
|
8250
|
-
const p = Y(l, "data", []), g = Y(l, "summary", []), U = e ? Ie(g, (C) => C.
|
|
8250
|
+
const p = Y(l, "data", []), g = Y(l, "summary", []), U = e ? Ie(g, (C) => C.platform === e) : g, d = Y(p, "data", []), {
|
|
8251
8251
|
current_page: r,
|
|
8252
8252
|
first_page_url: a,
|
|
8253
8253
|
from: i,
|
|
@@ -8295,8 +8295,7 @@ const Lo = /* @__PURE__ */ yi(No), Go = ({
|
|
|
8295
8295
|
return {
|
|
8296
8296
|
list: Y(p, "data", []),
|
|
8297
8297
|
summary: {
|
|
8298
|
-
...U
|
|
8299
|
-
total_bonus_amount: U.total_bonus || 0
|
|
8298
|
+
...U
|
|
8300
8299
|
}
|
|
8301
8300
|
};
|
|
8302
8301
|
},
|