@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.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
  /**