@obb871001/api-integration-sdk 1.0.155 → 1.0.156

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
@@ -32991,22 +32991,22 @@ const Ea = /* @__PURE__ */ Ai(Dr), zi = () => {
32991
32991
  [e]
32992
32992
  );
32993
32993
  return { playGameApi: i, betRecordApi: _, betRecordDetailApi: f };
32994
- }, Er = ({ options: e } = {}) => {
32995
- const { betRecordApi: y } = zi();
32994
+ }, Er = ({ options: e, formData: y } = {}) => {
32995
+ const { betRecordApi: o } = zi();
32996
32996
  return Ce({
32997
32997
  queryKey: ["getBetRecord"],
32998
- queryFn: async (o) => await y(o),
32999
- select: (o) => gl(o).map(([_, f]) => ({
33000
- ...f,
33001
- platform: _
32998
+ queryFn: async () => await o(y),
32999
+ select: (i) => gl(i).map(([f, C]) => ({
33000
+ ...C,
33001
+ platform: f
33002
33002
  })),
33003
33003
  ...e
33004
33004
  });
33005
- }, Nr = ({ options: e } = {}) => {
33006
- const { betRecordDetailApi: y } = zi();
33005
+ }, Nr = ({ options: e, formData: y } = {}) => {
33006
+ const { betRecordDetailApi: o } = zi();
33007
33007
  return Ce({
33008
33008
  queryKey: ["getBetRecordDetail"],
33009
- queryFn: async (o) => await y(o),
33009
+ queryFn: async () => await o(y),
33010
33010
  ...e
33011
33011
  });
33012
33012
  }, So = ({
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.155",
4
+ "version": "1.0.156",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",