@visa-check-r/integrations 0.0.9 → 0.0.10
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -422,7 +422,7 @@ var updatePasswordResponseFields = ["success"];
|
|
|
422
422
|
|
|
423
423
|
// src/services/user/auth.service.ts
|
|
424
424
|
var createAuthService = (client) => ({
|
|
425
|
-
async
|
|
425
|
+
async changePassword(input, fetchFields, option) {
|
|
426
426
|
var _a, _b;
|
|
427
427
|
const res = await client.request(
|
|
428
428
|
authSchema.updatePassword(
|