@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.cjs +1 -1
- package/dist/index.js +9 -9
- package/package.json +1 -1
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:
|
|
32994
|
+
}, Er = ({ options: e, formData: y } = {}) => {
|
|
32995
|
+
const { betRecordApi: o } = zi();
|
|
32996
32996
|
return Ce({
|
|
32997
32997
|
queryKey: ["getBetRecord"],
|
|
32998
|
-
queryFn: async (
|
|
32999
|
-
select: (
|
|
33000
|
-
...
|
|
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:
|
|
33005
|
+
}, Nr = ({ options: e, formData: y } = {}) => {
|
|
33006
|
+
const { betRecordDetailApi: o } = zi();
|
|
33007
33007
|
return Ce({
|
|
33008
33008
|
queryKey: ["getBetRecordDetail"],
|
|
33009
|
-
queryFn: async (
|
|
33009
|
+
queryFn: async () => await o(y),
|
|
33010
33010
|
...e
|
|
33011
33011
|
});
|
|
33012
33012
|
}, So = ({
|