@obb871001/api-integration-sdk 1.0.401 → 1.0.403

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
@@ -8368,7 +8368,7 @@ const Po = /* @__PURE__ */ yi(Ro), wo = ({
8368
8368
  return Q({
8369
8369
  queryKey: ["checkEventStatus"],
8370
8370
  queryFn: async () => a(n),
8371
- select: (r) => r.data.event_status,
8371
+ select: (r) => r.data.event_status || r.data,
8372
8372
  ...e
8373
8373
  });
8374
8374
  }, nu = ({ options: e } = {}) => {
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.401",
4
+ "version": "1.0.403",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",