@verdocs/js-sdk 5.0.24 → 5.0.25
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.d.mts +12 -2
- package/dist/index.d.ts +12 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1956,7 +1956,7 @@ const getInPersonLink = (endpoint, envelope_id, role_name) => endpoint.api //
|
|
|
1956
1956
|
* @apiSuccess string . Success message
|
|
1957
1957
|
*/
|
|
1958
1958
|
const authenticateSigner = (endpoint, params) => endpoint.api //
|
|
1959
|
-
.post(`/v2/sign/authenticate
|
|
1959
|
+
.post(`/v2/sign/authenticate`, params)
|
|
1960
1960
|
.then((r) => r.data);
|
|
1961
1961
|
/**
|
|
1962
1962
|
* Send a delegation request.
|