@verdocs/js-sdk 5.0.25 → 5.0.26
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1837,6 +1837,8 @@ declare const getInPersonLink: (endpoint: VerdocsEndpoint, envelope_id: string,
|
|
|
1837
1837
|
*/
|
|
1838
1838
|
declare const authenticateSigner: (endpoint: VerdocsEndpoint, params: TAuthenticateRecipientRequest) => Promise<{
|
|
1839
1839
|
status: "OK";
|
|
1840
|
+
auth_step: TRecipientAuthStep | null;
|
|
1841
|
+
auth_details: any;
|
|
1840
1842
|
}>;
|
|
1841
1843
|
/**
|
|
1842
1844
|
* Send a delegation request.
|
package/dist/index.d.ts
CHANGED
|
@@ -1837,6 +1837,8 @@ declare const getInPersonLink: (endpoint: VerdocsEndpoint, envelope_id: string,
|
|
|
1837
1837
|
*/
|
|
1838
1838
|
declare const authenticateSigner: (endpoint: VerdocsEndpoint, params: TAuthenticateRecipientRequest) => Promise<{
|
|
1839
1839
|
status: "OK";
|
|
1840
|
+
auth_step: TRecipientAuthStep | null;
|
|
1841
|
+
auth_details: any;
|
|
1840
1842
|
}>;
|
|
1841
1843
|
/**
|
|
1842
1844
|
* Send a delegation request.
|