@verdocs/js-sdk 6.2.0-beta.2 → 6.2.0-beta.3
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.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
|
@@ -1766,7 +1766,7 @@ const getEnvelopes = (endpoint, params) => endpoint.api //
|
|
|
1766
1766
|
* owner of each envelope. The returned ZIP file contains a folder for each envelope.
|
|
1767
1767
|
*/
|
|
1768
1768
|
const getEnvelopesZip = (endpoint, envelope_ids) => endpoint.api //
|
|
1769
|
-
.get(`/v2/envelopes/zip/${envelope_ids.join(',')}
|
|
1769
|
+
.get(`/v2/envelopes/zip/${envelope_ids.join(',')}`, { responseType: 'blob', timeout: 120000 });
|
|
1770
1770
|
|
|
1771
1771
|
/**
|
|
1772
1772
|
* Create an initials block. In a typical signing workflow, the user is asked at the beginning of the process to
|