@obb871001/api-integration-sdk 1.0.322 → 1.0.323
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
|
@@ -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]
|