@obb871001/api-integration-sdk 1.0.149 → 1.0.150
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
|
@@ -5939,8 +5939,8 @@ const $e = /* @__PURE__ */ rl(fr), Ze = (e) => {
|
|
|
5939
5939
|
async (p) => {
|
|
5940
5940
|
const { newPwd: u, confirmNewPwd: g } = p;
|
|
5941
5941
|
return await e.post("/setWithdrawPassword", {
|
|
5942
|
-
|
|
5943
|
-
|
|
5942
|
+
newPassword: Ze(u),
|
|
5943
|
+
confirmPassword: Ze(g)
|
|
5944
5944
|
});
|
|
5945
5945
|
},
|
|
5946
5946
|
[e]
|