@obb871001/api-integration-sdk 1.0.352 → 1.0.354
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8307,7 +8307,7 @@ const Lo = /* @__PURE__ */ yi(No), Go = ({
|
|
|
8307
8307
|
mutationKey: ["settleEventWallet"],
|
|
8308
8308
|
mutationFn: async ({ groupUid: t }) => await n({ groupUid: t }),
|
|
8309
8309
|
onSuccess: () => {
|
|
8310
|
-
e.invalidateQueries({ queryKey: ["getEventWalletList"] });
|
|
8310
|
+
e.invalidateQueries({ queryKey: ["getEventWalletList"] }), e.invalidateQueries({ queryKey: ["evaluateEventWallet"] }), e.invalidateQueries({ queryKey: ["playGame"] });
|
|
8311
8311
|
}
|
|
8312
8312
|
});
|
|
8313
8313
|
}, Xm = () => {
|
|
@@ -8316,7 +8316,7 @@ const Lo = /* @__PURE__ */ yi(No), Go = ({
|
|
|
8316
8316
|
mutationKey: ["abandonEventWallet"],
|
|
8317
8317
|
mutationFn: async ({ groupUid: t }) => await n({ groupUid: t }),
|
|
8318
8318
|
onSuccess: () => {
|
|
8319
|
-
e.invalidateQueries({ queryKey: ["getEventWalletList"] });
|
|
8319
|
+
e.invalidateQueries({ queryKey: ["getEventWalletList"] }), e.invalidateQueries({ queryKey: ["evaluateEventWallet"] }), e.invalidateQueries({ queryKey: ["playGame"] });
|
|
8320
8320
|
}
|
|
8321
8321
|
});
|
|
8322
8322
|
}, eu = ({ skipPreload: e = !1 } = {}) => {
|