@verdocs/js-sdk 5.0.38 → 5.0.41

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.mjs CHANGED
@@ -1891,7 +1891,7 @@ const envelopeRecipientChangeOwner = (endpoint, envelope_id, role_name, email, f
1891
1891
  /**
1892
1892
  * Agree to electronic signing.
1893
1893
  */
1894
- const envelopeRecipientAgree = (endpoint, envelopeId, roleName, agreed) => updateRecipient(endpoint, envelopeId, roleName, { action: 'update', agreed });
1894
+ const envelopeRecipientAgree = (endpoint, envelopeId, roleName, agreed, disclosure) => updateRecipient(endpoint, envelopeId, roleName, { action: 'update', agreed, disclosure });
1895
1895
  /**
1896
1896
  * Change a recipient's name.
1897
1897
  */