@verdocs/js-sdk 3.10.2 → 3.10.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.
@@ -145,9 +145,10 @@ export declare const getEnvelope: (endpoint: VerdocsEndpoint, envelopeId: string
145
145
  */
146
146
  export declare const getEnvelopeDocument: (endpoint: VerdocsEndpoint, envelopeId: string, documentId: string) => Promise<IEnvelopeDocument>;
147
147
  /**
148
- * Get a (temporary) pre-signed download link for and Envelope Document
148
+ * Get a pre-signed download link for an Envelope Document. This link expires quickly, so it should
149
+ * be accessed immediately and never shared.
149
150
  */
150
- export declare const getEnvelopeDocumentLink: (endpoint: VerdocsEndpoint, envelopeId: string, documentId: string) => Promise<IEnvelopeDocument>;
151
+ export declare const getEnvelopeDocumentLink: (endpoint: VerdocsEndpoint, envelopeId: string, documentId: string) => Promise<string>;
151
152
  /**
152
153
  * Cancel an Envelope.
153
154
  */
@@ -154,7 +154,8 @@ export var getEnvelopeDocument = function (endpoint, envelopeId, documentId) { r
154
154
  });
155
155
  }); };
156
156
  /**
157
- * Get a (temporary) pre-signed download link for and Envelope Document
157
+ * Get a pre-signed download link for an Envelope Document. This link expires quickly, so it should
158
+ * be accessed immediately and never shared.
158
159
  */
159
160
  export var getEnvelopeDocumentLink = function (endpoint, envelopeId, documentId) { return __awaiter(void 0, void 0, void 0, function () {
160
161
  return __generator(this, function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "3.10.2",
3
+ "version": "3.10.3",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",