@verdocs/js-sdk 5.3.4 → 5.3.5
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 +4 -4
- package/dist/index.d.ts +4 -4
- 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 +9 -9
- package/package.json +9 -9
package/dist/index.mjs
CHANGED
|
@@ -1883,7 +1883,7 @@ const envelopeRecipientChangeOwner = (endpoint, envelope_id, role_name, email, f
|
|
|
1883
1883
|
/**
|
|
1884
1884
|
* Agree to electronic signing.
|
|
1885
1885
|
*/
|
|
1886
|
-
const envelopeRecipientAgree = (endpoint, envelopeId, roleName, agreed,
|
|
1886
|
+
const envelopeRecipientAgree = (endpoint, envelopeId, roleName, agreed, disclosures) => updateRecipientStatus(endpoint, envelopeId, roleName, { action: 'update', agreed, disclosures });
|
|
1887
1887
|
/**
|
|
1888
1888
|
* Change a recipient's name.
|
|
1889
1889
|
*/
|