@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.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 } = {}) => {
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.352",
4
+ "version": "1.0.354",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",