@obb871001/api-integration-sdk 1.0.345 → 1.0.346

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
@@ -8244,35 +8244,10 @@ const Lo = /* @__PURE__ */ yi(No), Go = ({
8244
8244
  queryKey: ["getEventWalletList", e],
8245
8245
  queryFn: async () => await n({ gamePlatform: e }),
8246
8246
  select: (t) => {
8247
- const l = Y(t, "data", []), p = Y(t, "summary", []), g = e ? Ie(p, (b) => b.platform === e) : p, U = Y(l, "data", []), {
8248
- current_page: d,
8249
- first_page_url: r,
8250
- from: a,
8251
- last_page: i,
8252
- last_page_url: o,
8253
- next_page_url: m,
8254
- path: u,
8255
- per_page: s,
8256
- prev_page_url: c,
8257
- to: f,
8258
- total: y
8259
- } = l;
8247
+ const l = Y(t, "data", []), p = Y(t, "summary", []), g = e ? Ie(p, (d) => d.platform === e) : p;
8260
8248
  return {
8261
- list: U,
8262
- summary: g,
8263
- pagination: {
8264
- current_page: d,
8265
- first_page_url: r,
8266
- from: a,
8267
- last_page: i,
8268
- last_page_url: o,
8269
- next_page_url: m,
8270
- path: u,
8271
- per_page: s,
8272
- prev_page_url: c,
8273
- to: f,
8274
- total: y
8275
- }
8249
+ list: Y(l, "data", []),
8250
+ summary: g
8276
8251
  };
8277
8252
  }
8278
8253
  });
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.345",
4
+ "version": "1.0.346",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",