@verdocs/js-sdk 6.2.6 → 6.2.7

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 CHANGED
@@ -1751,7 +1751,7 @@ declare const getEnvelopeFile: (endpoint: VerdocsEndpoint, documentId: string) =
1751
1751
  * @apiBody object data? Update the developer-supplied metadata attached to the envelope.
1752
1752
  * @apiSuccess IEnvelope . A copy of the newly-updated envelope.
1753
1753
  */
1754
- declare const updateEnvelope: (endpoint: VerdocsEndpoint, envelopeId: string, params: Pick<IEnvelope, "name" | "sender_name" | "sender_email" | "initial_reminder" | "followup_reminders" | "expires_at" | "visibility" | "no_contact" | "data">) => Promise<IEnvelope>;
1754
+ declare const updateEnvelope: (endpoint: VerdocsEndpoint, envelopeId: string, params: Partial<Pick<IEnvelope, "name" | "sender_name" | "sender_email" | "initial_reminder" | "followup_reminders" | "expires_at" | "visibility" | "no_contact" | "data">>) => Promise<IEnvelope>;
1755
1755
  /**
1756
1756
  * Update an Envelope field. Typically called during the signing process as a Recipient fills in fields.
1757
1757
  *
package/dist/index.d.ts CHANGED
@@ -1751,7 +1751,7 @@ declare const getEnvelopeFile: (endpoint: VerdocsEndpoint, documentId: string) =
1751
1751
  * @apiBody object data? Update the developer-supplied metadata attached to the envelope.
1752
1752
  * @apiSuccess IEnvelope . A copy of the newly-updated envelope.
1753
1753
  */
1754
- declare const updateEnvelope: (endpoint: VerdocsEndpoint, envelopeId: string, params: Pick<IEnvelope, "name" | "sender_name" | "sender_email" | "initial_reminder" | "followup_reminders" | "expires_at" | "visibility" | "no_contact" | "data">) => Promise<IEnvelope>;
1754
+ declare const updateEnvelope: (endpoint: VerdocsEndpoint, envelopeId: string, params: Partial<Pick<IEnvelope, "name" | "sender_name" | "sender_email" | "initial_reminder" | "followup_reminders" | "expires_at" | "visibility" | "no_contact" | "data">>) => Promise<IEnvelope>;
1755
1755
  /**
1756
1756
  * Update an Envelope field. Typically called during the signing process as a Recipient fills in fields.
1757
1757
  *