@obb871001/api-integration-sdk 1.0.322 → 1.0.324

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
@@ -6145,8 +6145,8 @@ const Ca = /* @__PURE__ */ _i(Zt), Pa = (e) => {
6145
6145
  async (M) => {
6146
6146
  const { oldPwd: S, newPwd: x } = M;
6147
6147
  return await e.post("/passwordReset", {
6148
- old_pwd: Zt.MD5(S),
6149
- new_pwd: Zt.MD5(x)
6148
+ old_pwd: Zt.MD5(S).toString(),
6149
+ new_pwd: Zt.MD5(x).toString()
6150
6150
  });
6151
6151
  },
6152
6152
  [e]
@@ -8176,7 +8176,7 @@ const Eo = /* @__PURE__ */ _i(Do), No = ({
8176
8176
  checkEventProgressQuery: t,
8177
8177
  checkEventStatusQuery: l
8178
8178
  };
8179
- }, Km = ({ skipPreload: e = !1 }) => {
8179
+ }, Km = ({ skipPreload: e = !1 } = {}) => {
8180
8180
  const { lng: n, data2URL: t } = se(), { commonCarouselApi: l } = Ha(), p = Qe(n);
8181
8181
  return j({
8182
8182
  queryKey: ["getCarouselList", 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.322",
4
+ "version": "1.0.324",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",