@verdocs/js-sdk 4.2.9 → 4.2.10
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 +13 -7
- package/dist/index.d.ts +13 -7
- 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
|
@@ -1556,7 +1556,7 @@ const getEnvelopeDocumentPageDisplayUri = async (endpoint, envelopeId, documentI
|
|
|
1556
1556
|
* ```
|
|
1557
1557
|
*/
|
|
1558
1558
|
const getEnvelopes = (endpoint, params) => endpoint.api //
|
|
1559
|
-
.get('/envelopes', { params })
|
|
1559
|
+
.get('/v2/envelopes', { params })
|
|
1560
1560
|
.then((r) => r.data);
|
|
1561
1561
|
|
|
1562
1562
|
/**
|