@keystrokehq/docusign 0.0.16 → 0.1.0
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/README.md +9 -241
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-contacts-to-contacts-list.cjs +88 -0
- package/dist/actions/add-contacts-to-contacts-list.cjs.map +1 -0
- package/dist/actions/add-contacts-to-contacts-list.d.cts +9 -0
- package/dist/actions/add-contacts-to-contacts-list.d.cts.map +1 -0
- package/dist/actions/add-contacts-to-contacts-list.d.mts +9 -0
- package/dist/actions/add-contacts-to-contacts-list.d.mts.map +1 -0
- package/dist/actions/add-contacts-to-contacts-list.mjs +87 -0
- package/dist/actions/add-contacts-to-contacts-list.mjs.map +1 -0
- package/dist/actions/add-email-overrides-to-envelope.cjs +33 -0
- package/dist/actions/add-email-overrides-to-envelope.cjs.map +1 -0
- package/dist/actions/add-email-overrides-to-envelope.d.cts +9 -0
- package/dist/actions/add-email-overrides-to-envelope.d.cts.map +1 -0
- package/dist/actions/add-email-overrides-to-envelope.d.mts +9 -0
- package/dist/actions/add-email-overrides-to-envelope.d.mts.map +1 -0
- package/dist/actions/add-email-overrides-to-envelope.mjs +32 -0
- package/dist/actions/add-email-overrides-to-envelope.mjs.map +1 -0
- package/dist/actions/add-envelope-attachments.cjs +35 -0
- package/dist/actions/add-envelope-attachments.cjs.map +1 -0
- package/dist/actions/add-envelope-attachments.d.cts +9 -0
- package/dist/actions/add-envelope-attachments.d.cts.map +1 -0
- package/dist/actions/add-envelope-attachments.d.mts +9 -0
- package/dist/actions/add-envelope-attachments.d.mts.map +1 -0
- package/dist/actions/add-envelope-attachments.mjs +34 -0
- package/dist/actions/add-envelope-attachments.mjs.map +1 -0
- package/dist/actions/add-existing-brand-to-group.cjs +27 -0
- package/dist/actions/add-existing-brand-to-group.cjs.map +1 -0
- package/dist/actions/add-existing-brand-to-group.d.cts +9 -0
- package/dist/actions/add-existing-brand-to-group.d.cts.map +1 -0
- package/dist/actions/add-existing-brand-to-group.d.mts +9 -0
- package/dist/actions/add-existing-brand-to-group.d.mts.map +1 -0
- package/dist/actions/add-existing-brand-to-group.mjs +26 -0
- package/dist/actions/add-existing-brand-to-group.mjs.map +1 -0
- package/dist/actions/add-file-to-workspace.cjs +33 -0
- package/dist/actions/add-file-to-workspace.cjs.map +1 -0
- package/dist/actions/add-file-to-workspace.d.cts +9 -0
- package/dist/actions/add-file-to-workspace.d.cts.map +1 -0
- package/dist/actions/add-file-to-workspace.d.mts +9 -0
- package/dist/actions/add-file-to-workspace.d.mts.map +1 -0
- package/dist/actions/add-file-to-workspace.mjs +30 -0
- package/dist/actions/add-file-to-workspace.mjs.map +1 -0
- package/dist/actions/add-members-to-signing-group.cjs +32 -0
- package/dist/actions/add-members-to-signing-group.cjs.map +1 -0
- package/dist/actions/add-members-to-signing-group.d.cts +9 -0
- package/dist/actions/add-members-to-signing-group.d.cts.map +1 -0
- package/dist/actions/add-members-to-signing-group.d.mts +9 -0
- package/dist/actions/add-members-to-signing-group.d.mts.map +1 -0
- package/dist/actions/add-members-to-signing-group.mjs +31 -0
- package/dist/actions/add-members-to-signing-group.mjs.map +1 -0
- package/dist/actions/add-new-users-to-a-specified-account.cjs +849 -0
- package/dist/actions/add-new-users-to-a-specified-account.cjs.map +1 -0
- package/dist/actions/add-new-users-to-a-specified-account.d.cts +9 -0
- package/dist/actions/add-new-users-to-a-specified-account.d.cts.map +1 -0
- package/dist/actions/add-new-users-to-a-specified-account.d.mts +9 -0
- package/dist/actions/add-new-users-to-a-specified-account.d.mts.map +1 -0
- package/dist/actions/add-new-users-to-a-specified-account.mjs +848 -0
- package/dist/actions/add-new-users-to-a-specified-account.mjs.map +1 -0
- package/dist/actions/add-or-update-account-stamps.cjs +121 -0
- package/dist/actions/add-or-update-account-stamps.cjs.map +1 -0
- package/dist/actions/add-or-update-account-stamps.d.cts +9 -0
- package/dist/actions/add-or-update-account-stamps.d.cts.map +1 -0
- package/dist/actions/add-or-update-account-stamps.d.mts +9 -0
- package/dist/actions/add-or-update-account-stamps.d.mts.map +1 -0
- package/dist/actions/add-or-update-account-stamps.mjs +120 -0
- package/dist/actions/add-or-update-account-stamps.mjs.map +1 -0
- package/dist/actions/add-or-update-user-custom-settings.cjs +33 -0
- package/dist/actions/add-or-update-user-custom-settings.cjs.map +1 -0
- package/dist/actions/add-or-update-user-custom-settings.d.cts +9 -0
- package/dist/actions/add-or-update-user-custom-settings.d.cts.map +1 -0
- package/dist/actions/add-or-update-user-custom-settings.d.mts +9 -0
- package/dist/actions/add-or-update-user-custom-settings.d.mts.map +1 -0
- package/dist/actions/add-or-update-user-custom-settings.mjs +32 -0
- package/dist/actions/add-or-update-user-custom-settings.mjs.map +1 -0
- package/dist/actions/add-or-update-user-signature.cjs +97 -0
- package/dist/actions/add-or-update-user-signature.cjs.map +1 -0
- package/dist/actions/add-or-update-user-signature.d.cts +9 -0
- package/dist/actions/add-or-update-user-signature.d.cts.map +1 -0
- package/dist/actions/add-or-update-user-signature.d.mts +9 -0
- package/dist/actions/add-or-update-user-signature.d.mts.map +1 -0
- package/dist/actions/add-or-update-user-signature.mjs +96 -0
- package/dist/actions/add-or-update-user-signature.mjs.map +1 -0
- package/dist/actions/add-part-to-chunked-upload.cjs +30 -0
- package/dist/actions/add-part-to-chunked-upload.cjs.map +1 -0
- package/dist/actions/add-part-to-chunked-upload.d.cts +9 -0
- package/dist/actions/add-part-to-chunked-upload.d.cts.map +1 -0
- package/dist/actions/add-part-to-chunked-upload.d.mts +9 -0
- package/dist/actions/add-part-to-chunked-upload.d.mts.map +1 -0
- package/dist/actions/add-part-to-chunked-upload.mjs +27 -0
- package/dist/actions/add-part-to-chunked-upload.mjs.map +1 -0
- package/dist/actions/add-step-to-envelope-workflow.cjs +58 -0
- package/dist/actions/add-step-to-envelope-workflow.cjs.map +1 -0
- package/dist/actions/add-step-to-envelope-workflow.d.cts +9 -0
- package/dist/actions/add-step-to-envelope-workflow.d.cts.map +1 -0
- package/dist/actions/add-step-to-envelope-workflow.d.mts +9 -0
- package/dist/actions/add-step-to-envelope-workflow.d.mts.map +1 -0
- package/dist/actions/add-step-to-envelope-workflow.mjs +55 -0
- package/dist/actions/add-step-to-envelope-workflow.mjs.map +1 -0
- package/dist/actions/add-templates-to-document-in-envelope.cjs +36 -0
- package/dist/actions/add-templates-to-document-in-envelope.cjs.map +1 -0
- package/dist/actions/add-templates-to-document-in-envelope.d.cts +9 -0
- package/dist/actions/add-templates-to-document-in-envelope.d.cts.map +1 -0
- package/dist/actions/add-templates-to-document-in-envelope.d.mts +9 -0
- package/dist/actions/add-templates-to-document-in-envelope.d.mts.map +1 -0
- package/dist/actions/add-templates-to-document-in-envelope.mjs +35 -0
- package/dist/actions/add-templates-to-document-in-envelope.mjs.map +1 -0
- package/dist/actions/add-templates-to-envelope.cjs +39 -0
- package/dist/actions/add-templates-to-envelope.cjs.map +1 -0
- package/dist/actions/add-templates-to-envelope.d.cts +9 -0
- package/dist/actions/add-templates-to-envelope.d.cts.map +1 -0
- package/dist/actions/add-templates-to-envelope.d.mts +9 -0
- package/dist/actions/add-templates-to-envelope.d.mts.map +1 -0
- package/dist/actions/add-templates-to-envelope.mjs +38 -0
- package/dist/actions/add-templates-to-envelope.mjs.map +1 -0
- package/dist/actions/add-user-signature-and-initials-images.cjs +96 -0
- package/dist/actions/add-user-signature-and-initials-images.cjs.map +1 -0
- package/dist/actions/add-user-signature-and-initials-images.d.cts +9 -0
- package/dist/actions/add-user-signature-and-initials-images.d.cts.map +1 -0
- package/dist/actions/add-user-signature-and-initials-images.d.mts +9 -0
- package/dist/actions/add-user-signature-and-initials-images.d.mts.map +1 -0
- package/dist/actions/add-user-signature-and-initials-images.mjs +95 -0
- package/dist/actions/add-user-signature-and-initials-images.mjs.map +1 -0
- package/dist/actions/add-users-to-existing-group.cjs +45 -0
- package/dist/actions/add-users-to-existing-group.cjs.map +1 -0
- package/dist/actions/add-users-to-existing-group.d.cts +9 -0
- package/dist/actions/add-users-to-existing-group.d.cts.map +1 -0
- package/dist/actions/add-users-to-existing-group.d.mts +9 -0
- package/dist/actions/add-users-to-existing-group.d.mts.map +1 -0
- package/dist/actions/add-users-to-existing-group.mjs +44 -0
- package/dist/actions/add-users-to-existing-group.mjs.map +1 -0
- package/dist/actions/apply-action-to-bulk-send-envelopes.cjs +69 -0
- package/dist/actions/apply-action-to-bulk-send-envelopes.cjs.map +1 -0
- package/dist/actions/apply-action-to-bulk-send-envelopes.d.cts +9 -0
- package/dist/actions/apply-action-to-bulk-send-envelopes.d.cts.map +1 -0
- package/dist/actions/apply-action-to-bulk-send-envelopes.d.mts +9 -0
- package/dist/actions/apply-action-to-bulk-send-envelopes.d.mts.map +1 -0
- package/dist/actions/apply-action-to-bulk-send-envelopes.mjs +68 -0
- package/dist/actions/apply-action-to-bulk-send-envelopes.mjs.map +1 -0
- package/dist/actions/change-users-in-account.cjs +858 -0
- package/dist/actions/change-users-in-account.cjs.map +1 -0
- package/dist/actions/change-users-in-account.d.cts +9 -0
- package/dist/actions/change-users-in-account.d.cts.map +1 -0
- package/dist/actions/change-users-in-account.d.mts +9 -0
- package/dist/actions/change-users-in-account.d.mts.map +1 -0
- package/dist/actions/change-users-in-account.mjs +857 -0
- package/dist/actions/change-users-in-account.mjs.map +1 -0
- package/dist/actions/close-users-in-account.cjs +46 -0
- package/dist/actions/close-users-in-account.cjs.map +1 -0
- package/dist/actions/close-users-in-account.d.cts +9 -0
- package/dist/actions/close-users-in-account.d.cts.map +1 -0
- package/dist/actions/close-users-in-account.d.mts +9 -0
- package/dist/actions/close-users-in-account.d.mts.map +1 -0
- package/dist/actions/close-users-in-account.mjs +45 -0
- package/dist/actions/close-users-in-account.mjs.map +1 -0
- package/dist/actions/commit-chunked-upload-for-envelopes.cjs +30 -0
- package/dist/actions/commit-chunked-upload-for-envelopes.cjs.map +1 -0
- package/dist/actions/commit-chunked-upload-for-envelopes.d.cts +9 -0
- package/dist/actions/commit-chunked-upload-for-envelopes.d.cts.map +1 -0
- package/dist/actions/commit-chunked-upload-for-envelopes.d.mts +9 -0
- package/dist/actions/commit-chunked-upload-for-envelopes.d.mts.map +1 -0
- package/dist/actions/commit-chunked-upload-for-envelopes.mjs +27 -0
- package/dist/actions/commit-chunked-upload-for-envelopes.mjs.map +1 -0
- package/dist/actions/configure-cloud-storage-redirect-url.cjs +35 -0
- package/dist/actions/configure-cloud-storage-redirect-url.cjs.map +1 -0
- package/dist/actions/configure-cloud-storage-redirect-url.d.cts +9 -0
- package/dist/actions/configure-cloud-storage-redirect-url.d.cts.map +1 -0
- package/dist/actions/configure-cloud-storage-redirect-url.d.mts +9 -0
- package/dist/actions/configure-cloud-storage-redirect-url.d.mts.map +1 -0
- package/dist/actions/configure-cloud-storage-redirect-url.mjs +34 -0
- package/dist/actions/configure-cloud-storage-redirect-url.mjs.map +1 -0
- package/dist/actions/create-a-collaborative-workspace.cjs +115 -0
- package/dist/actions/create-a-collaborative-workspace.cjs.map +1 -0
- package/dist/actions/create-a-collaborative-workspace.d.cts +9 -0
- package/dist/actions/create-a-collaborative-workspace.d.cts.map +1 -0
- package/dist/actions/create-a-collaborative-workspace.d.mts +9 -0
- package/dist/actions/create-a-collaborative-workspace.d.mts.map +1 -0
- package/dist/actions/create-a-collaborative-workspace.mjs +114 -0
- package/dist/actions/create-a-collaborative-workspace.mjs.map +1 -0
- package/dist/actions/create-account-custom-field.cjs +51 -0
- package/dist/actions/create-account-custom-field.cjs.map +1 -0
- package/dist/actions/create-account-custom-field.d.cts +9 -0
- package/dist/actions/create-account-custom-field.d.cts.map +1 -0
- package/dist/actions/create-account-custom-field.d.mts +9 -0
- package/dist/actions/create-account-custom-field.d.mts.map +1 -0
- package/dist/actions/create-account-custom-field.mjs +50 -0
- package/dist/actions/create-account-custom-field.mjs.map +1 -0
- package/dist/actions/create-bcc-email-archive-configuration.cjs +46 -0
- package/dist/actions/create-bcc-email-archive-configuration.cjs.map +1 -0
- package/dist/actions/create-bcc-email-archive-configuration.d.cts +9 -0
- package/dist/actions/create-bcc-email-archive-configuration.d.cts.map +1 -0
- package/dist/actions/create-bcc-email-archive-configuration.d.mts +9 -0
- package/dist/actions/create-bcc-email-archive-configuration.d.mts.map +1 -0
- package/dist/actions/create-bcc-email-archive-configuration.mjs +45 -0
- package/dist/actions/create-bcc-email-archive-configuration.mjs.map +1 -0
- package/dist/actions/create-brand-profiles-for-account.cjs +81 -0
- package/dist/actions/create-brand-profiles-for-account.cjs.map +1 -0
- package/dist/actions/create-brand-profiles-for-account.d.cts +9 -0
- package/dist/actions/create-brand-profiles-for-account.d.cts.map +1 -0
- package/dist/actions/create-brand-profiles-for-account.d.mts +9 -0
- package/dist/actions/create-brand-profiles-for-account.d.mts.map +1 -0
- package/dist/actions/create-brand-profiles-for-account.mjs +78 -0
- package/dist/actions/create-brand-profiles-for-account.mjs.map +1 -0
- package/dist/actions/create-bulk-send-request.cjs +30 -0
- package/dist/actions/create-bulk-send-request.cjs.map +1 -0
- package/dist/actions/create-bulk-send-request.d.cts +9 -0
- package/dist/actions/create-bulk-send-request.d.cts.map +1 -0
- package/dist/actions/create-bulk-send-request.d.mts +9 -0
- package/dist/actions/create-bulk-send-request.d.mts.map +1 -0
- package/dist/actions/create-bulk-send-request.mjs +27 -0
- package/dist/actions/create-bulk-send-request.mjs.map +1 -0
- package/dist/actions/create-bulk-send-test-request.cjs +28 -0
- package/dist/actions/create-bulk-send-test-request.cjs.map +1 -0
- package/dist/actions/create-bulk-send-test-request.d.cts +9 -0
- package/dist/actions/create-bulk-send-test-request.d.cts.map +1 -0
- package/dist/actions/create-bulk-send-test-request.d.mts +9 -0
- package/dist/actions/create-bulk-send-test-request.d.mts.map +1 -0
- package/dist/actions/create-bulk-send-test-request.mjs +25 -0
- package/dist/actions/create-bulk-send-test-request.mjs.map +1 -0
- package/dist/actions/create-connect-configuration-for-account.cjs +171 -0
- package/dist/actions/create-connect-configuration-for-account.cjs.map +1 -0
- package/dist/actions/create-connect-configuration-for-account.d.cts +9 -0
- package/dist/actions/create-connect-configuration-for-account.d.cts.map +1 -0
- package/dist/actions/create-connect-configuration-for-account.d.mts +9 -0
- package/dist/actions/create-connect-configuration-for-account.d.mts.map +1 -0
- package/dist/actions/create-connect-configuration-for-account.mjs +170 -0
- package/dist/actions/create-connect-configuration-for-account.mjs.map +1 -0
- package/dist/actions/create-custom-document-fields-in-envelope.cjs +30 -0
- package/dist/actions/create-custom-document-fields-in-envelope.cjs.map +1 -0
- package/dist/actions/create-custom-document-fields-in-envelope.d.cts +9 -0
- package/dist/actions/create-custom-document-fields-in-envelope.d.cts.map +1 -0
- package/dist/actions/create-custom-document-fields-in-envelope.d.mts +9 -0
- package/dist/actions/create-custom-document-fields-in-envelope.d.mts.map +1 -0
- package/dist/actions/create-custom-document-fields-in-envelope.mjs +29 -0
- package/dist/actions/create-custom-document-fields-in-envelope.mjs.map +1 -0
- package/dist/actions/create-custom-fields-for-envelope.cjs +66 -0
- package/dist/actions/create-custom-fields-for-envelope.cjs.map +1 -0
- package/dist/actions/create-custom-fields-for-envelope.d.cts +9 -0
- package/dist/actions/create-custom-fields-for-envelope.d.cts.map +1 -0
- package/dist/actions/create-custom-fields-for-envelope.d.mts +9 -0
- package/dist/actions/create-custom-fields-for-envelope.d.mts.map +1 -0
- package/dist/actions/create-custom-fields-for-envelope.mjs +65 -0
- package/dist/actions/create-custom-fields-for-envelope.mjs.map +1 -0
- package/dist/actions/create-custom-fields-in-template-document.cjs +30 -0
- package/dist/actions/create-custom-fields-in-template-document.cjs.map +1 -0
- package/dist/actions/create-custom-fields-in-template-document.d.cts +9 -0
- package/dist/actions/create-custom-fields-in-template-document.d.cts.map +1 -0
- package/dist/actions/create-custom-fields-in-template-document.d.mts +9 -0
- package/dist/actions/create-custom-fields-in-template-document.d.mts.map +1 -0
- package/dist/actions/create-custom-fields-in-template-document.mjs +29 -0
- package/dist/actions/create-custom-fields-in-template-document.mjs.map +1 -0
- package/dist/actions/create-custom-tab-with-properties.cjs +162 -0
- package/dist/actions/create-custom-tab-with-properties.cjs.map +1 -0
- package/dist/actions/create-custom-tab-with-properties.d.cts +9 -0
- package/dist/actions/create-custom-tab-with-properties.d.cts.map +1 -0
- package/dist/actions/create-custom-tab-with-properties.d.mts +9 -0
- package/dist/actions/create-custom-tab-with-properties.d.mts.map +1 -0
- package/dist/actions/create-custom-tab-with-properties.mjs +159 -0
- package/dist/actions/create-custom-tab-with-properties.mjs.map +1 -0
- package/dist/actions/create-document-responsive-html-preview.cjs +57 -0
- package/dist/actions/create-document-responsive-html-preview.cjs.map +1 -0
- package/dist/actions/create-document-responsive-html-preview.d.cts +9 -0
- package/dist/actions/create-document-responsive-html-preview.d.cts.map +1 -0
- package/dist/actions/create-document-responsive-html-preview.d.mts +9 -0
- package/dist/actions/create-document-responsive-html-preview.d.mts.map +1 -0
- package/dist/actions/create-document-responsive-html-preview.mjs +54 -0
- package/dist/actions/create-document-responsive-html-preview.mjs.map +1 -0
- package/dist/actions/create-envelope-from-template.cjs +47 -0
- package/dist/actions/create-envelope-from-template.cjs.map +1 -0
- package/dist/actions/create-envelope-from-template.d.cts +9 -0
- package/dist/actions/create-envelope-from-template.d.cts.map +1 -0
- package/dist/actions/create-envelope-from-template.d.mts +9 -0
- package/dist/actions/create-envelope-from-template.d.mts.map +1 -0
- package/dist/actions/create-envelope-from-template.mjs +46 -0
- package/dist/actions/create-envelope-from-template.mjs.map +1 -0
- package/dist/actions/create-groups-for-account.cjs +65 -0
- package/dist/actions/create-groups-for-account.cjs.map +1 -0
- package/dist/actions/create-groups-for-account.d.cts +9 -0
- package/dist/actions/create-groups-for-account.d.cts.map +1 -0
- package/dist/actions/create-groups-for-account.d.mts +9 -0
- package/dist/actions/create-groups-for-account.d.mts.map +1 -0
- package/dist/actions/create-groups-for-account.mjs +64 -0
- package/dist/actions/create-groups-for-account.mjs.map +1 -0
- package/dist/actions/create-idproof-resource-token-for-recipient.cjs +24 -0
- package/dist/actions/create-idproof-resource-token-for-recipient.cjs.map +1 -0
- package/dist/actions/create-idproof-resource-token-for-recipient.d.cts +9 -0
- package/dist/actions/create-idproof-resource-token-for-recipient.d.cts.map +1 -0
- package/dist/actions/create-idproof-resource-token-for-recipient.d.mts +9 -0
- package/dist/actions/create-idproof-resource-token-for-recipient.d.mts.map +1 -0
- package/dist/actions/create-idproof-resource-token-for-recipient.mjs +21 -0
- package/dist/actions/create-idproof-resource-token-for-recipient.mjs.map +1 -0
- package/dist/actions/create-new-account-permission-profile.cjs +1277 -0
- package/dist/actions/create-new-account-permission-profile.cjs.map +1 -0
- package/dist/actions/create-new-account-permission-profile.d.cts +9 -0
- package/dist/actions/create-new-account-permission-profile.d.cts.map +1 -0
- package/dist/actions/create-new-account-permission-profile.d.mts +9 -0
- package/dist/actions/create-new-account-permission-profile.d.mts.map +1 -0
- package/dist/actions/create-new-account-permission-profile.mjs +1276 -0
- package/dist/actions/create-new-account-permission-profile.mjs.map +1 -0
- package/dist/actions/create-notary-jurisdiction-object.cjs +49 -0
- package/dist/actions/create-notary-jurisdiction-object.cjs.map +1 -0
- package/dist/actions/create-notary-jurisdiction-object.d.cts +9 -0
- package/dist/actions/create-notary-jurisdiction-object.d.cts.map +1 -0
- package/dist/actions/create-notary-jurisdiction-object.d.mts +9 -0
- package/dist/actions/create-notary-jurisdiction-object.d.mts.map +1 -0
- package/dist/actions/create-notary-jurisdiction-object.mjs +48 -0
- package/dist/actions/create-notary-jurisdiction-object.mjs.map +1 -0
- package/dist/actions/create-or-update-user-authorizations.cjs +52 -0
- package/dist/actions/create-or-update-user-authorizations.cjs.map +1 -0
- package/dist/actions/create-or-update-user-authorizations.d.cts +9 -0
- package/dist/actions/create-or-update-user-authorizations.d.cts.map +1 -0
- package/dist/actions/create-or-update-user-authorizations.d.mts +9 -0
- package/dist/actions/create-or-update-user-authorizations.d.mts.map +1 -0
- package/dist/actions/create-or-update-user-authorizations.mjs +51 -0
- package/dist/actions/create-or-update-user-authorizations.mjs.map +1 -0
- package/dist/actions/create-preview-of-responsive-html-in-envelope.cjs +57 -0
- package/dist/actions/create-preview-of-responsive-html-in-envelope.cjs.map +1 -0
- package/dist/actions/create-preview-of-responsive-html-in-envelope.d.cts +9 -0
- package/dist/actions/create-preview-of-responsive-html-in-envelope.d.cts.map +1 -0
- package/dist/actions/create-preview-of-responsive-html-in-envelope.d.mts +9 -0
- package/dist/actions/create-preview-of-responsive-html-in-envelope.d.mts.map +1 -0
- package/dist/actions/create-preview-of-responsive-html-in-envelope.mjs +54 -0
- package/dist/actions/create-preview-of-responsive-html-in-envelope.mjs.map +1 -0
- package/dist/actions/create-preview-of-responsive-html.cjs +57 -0
- package/dist/actions/create-preview-of-responsive-html.cjs.map +1 -0
- package/dist/actions/create-preview-of-responsive-html.d.cts +9 -0
- package/dist/actions/create-preview-of-responsive-html.d.cts.map +1 -0
- package/dist/actions/create-preview-of-responsive-html.d.mts +9 -0
- package/dist/actions/create-preview-of-responsive-html.d.mts.map +1 -0
- package/dist/actions/create-preview-of-responsive-html.mjs +54 -0
- package/dist/actions/create-preview-of-responsive-html.mjs.map +1 -0
- package/dist/actions/create-recipient-manual-review-link.cjs +20 -0
- package/dist/actions/create-recipient-manual-review-link.cjs.map +1 -0
- package/dist/actions/create-recipient-manual-review-link.d.cts +9 -0
- package/dist/actions/create-recipient-manual-review-link.d.cts.map +1 -0
- package/dist/actions/create-recipient-manual-review-link.d.mts +9 -0
- package/dist/actions/create-recipient-manual-review-link.d.mts.map +1 -0
- package/dist/actions/create-recipient-manual-review-link.mjs +17 -0
- package/dist/actions/create-recipient-manual-review-link.mjs.map +1 -0
- package/dist/actions/create-recipient-preview-for-envelope.cjs +39 -0
- package/dist/actions/create-recipient-preview-for-envelope.cjs.map +1 -0
- package/dist/actions/create-recipient-preview-for-envelope.d.cts +9 -0
- package/dist/actions/create-recipient-preview-for-envelope.d.cts.map +1 -0
- package/dist/actions/create-recipient-preview-for-envelope.d.mts +9 -0
- package/dist/actions/create-recipient-preview-for-envelope.d.mts.map +1 -0
- package/dist/actions/create-recipient-preview-for-envelope.mjs +36 -0
- package/dist/actions/create-recipient-preview-for-envelope.mjs.map +1 -0
- package/dist/actions/create-recipient-view-url.cjs +46 -0
- package/dist/actions/create-recipient-view-url.cjs.map +1 -0
- package/dist/actions/create-recipient-view-url.d.cts +9 -0
- package/dist/actions/create-recipient-view-url.d.cts.map +1 -0
- package/dist/actions/create-recipient-view-url.d.mts +9 -0
- package/dist/actions/create-recipient-view-url.d.mts.map +1 -0
- package/dist/actions/create-recipient-view-url.mjs +43 -0
- package/dist/actions/create-recipient-view-url.mjs.map +1 -0
- package/dist/actions/create-sender-view-url-for-envelope.cjs +48 -0
- package/dist/actions/create-sender-view-url-for-envelope.cjs.map +1 -0
- package/dist/actions/create-sender-view-url-for-envelope.d.cts +9 -0
- package/dist/actions/create-sender-view-url-for-envelope.d.cts.map +1 -0
- package/dist/actions/create-sender-view-url-for-envelope.d.mts +9 -0
- package/dist/actions/create-sender-view-url-for-envelope.d.mts.map +1 -0
- package/dist/actions/create-sender-view-url-for-envelope.mjs +45 -0
- package/dist/actions/create-sender-view-url-for-envelope.mjs.map +1 -0
- package/dist/actions/create-signing-group.cjs +52 -0
- package/dist/actions/create-signing-group.cjs.map +1 -0
- package/dist/actions/create-signing-group.d.cts +9 -0
- package/dist/actions/create-signing-group.d.cts.map +1 -0
- package/dist/actions/create-signing-group.d.mts +9 -0
- package/dist/actions/create-signing-group.d.mts.map +1 -0
- package/dist/actions/create-signing-group.mjs +51 -0
- package/dist/actions/create-signing-group.mjs.map +1 -0
- package/dist/actions/create-template-document-custom-fields.cjs +58 -0
- package/dist/actions/create-template-document-custom-fields.cjs.map +1 -0
- package/dist/actions/create-template-document-custom-fields.d.cts +9 -0
- package/dist/actions/create-template-document-custom-fields.d.cts.map +1 -0
- package/dist/actions/create-template-document-custom-fields.d.mts +9 -0
- package/dist/actions/create-template-document-custom-fields.d.mts.map +1 -0
- package/dist/actions/create-template-document-custom-fields.mjs +57 -0
- package/dist/actions/create-template-document-custom-fields.mjs.map +1 -0
- package/dist/actions/create-template-recipient-preview-url.cjs +39 -0
- package/dist/actions/create-template-recipient-preview-url.cjs.map +1 -0
- package/dist/actions/create-template-recipient-preview-url.d.cts +9 -0
- package/dist/actions/create-template-recipient-preview-url.d.cts.map +1 -0
- package/dist/actions/create-template-recipient-preview-url.d.mts +9 -0
- package/dist/actions/create-template-recipient-preview-url.d.mts.map +1 -0
- package/dist/actions/create-template-recipient-preview-url.mjs +36 -0
- package/dist/actions/create-template-recipient-preview-url.mjs.map +1 -0
- package/dist/actions/create-template-responsive-html-preview.cjs +57 -0
- package/dist/actions/create-template-responsive-html-preview.cjs.map +1 -0
- package/dist/actions/create-template-responsive-html-preview.d.cts +9 -0
- package/dist/actions/create-template-responsive-html-preview.d.cts.map +1 -0
- package/dist/actions/create-template-responsive-html-preview.d.mts +9 -0
- package/dist/actions/create-template-responsive-html-preview.d.mts.map +1 -0
- package/dist/actions/create-template-responsive-html-preview.mjs +54 -0
- package/dist/actions/create-template-responsive-html-preview.mjs.map +1 -0
- package/dist/actions/create-template-workflow-step.cjs +73 -0
- package/dist/actions/create-template-workflow-step.cjs.map +1 -0
- package/dist/actions/create-template-workflow-step.d.cts +9 -0
- package/dist/actions/create-template-workflow-step.d.cts.map +1 -0
- package/dist/actions/create-template-workflow-step.d.mts +9 -0
- package/dist/actions/create-template-workflow-step.d.mts.map +1 -0
- package/dist/actions/create-template-workflow-step.mjs +72 -0
- package/dist/actions/create-template-workflow-step.mjs.map +1 -0
- package/dist/actions/create-urlfor-template-edit-view.cjs +21 -0
- package/dist/actions/create-urlfor-template-edit-view.cjs.map +1 -0
- package/dist/actions/create-urlfor-template-edit-view.d.cts +9 -0
- package/dist/actions/create-urlfor-template-edit-view.d.cts.map +1 -0
- package/dist/actions/create-urlfor-template-edit-view.d.mts +9 -0
- package/dist/actions/create-urlfor-template-edit-view.d.mts.map +1 -0
- package/dist/actions/create-urlfor-template-edit-view.mjs +18 -0
- package/dist/actions/create-urlfor-template-edit-view.mjs.map +1 -0
- package/dist/actions/create-user-authorization-for-agent-user.cjs +43 -0
- package/dist/actions/create-user-authorization-for-agent-user.cjs.map +1 -0
- package/dist/actions/create-user-authorization-for-agent-user.d.cts +9 -0
- package/dist/actions/create-user-authorization-for-agent-user.d.cts.map +1 -0
- package/dist/actions/create-user-authorization-for-agent-user.d.mts +9 -0
- package/dist/actions/create-user-authorization-for-agent-user.d.mts.map +1 -0
- package/dist/actions/create-user-authorization-for-agent-user.mjs +42 -0
- package/dist/actions/create-user-authorization-for-agent-user.mjs.map +1 -0
- package/dist/actions/delete-account-brand.cjs +22 -0
- package/dist/actions/delete-account-brand.cjs.map +1 -0
- package/dist/actions/delete-account-brand.d.cts +9 -0
- package/dist/actions/delete-account-brand.d.cts.map +1 -0
- package/dist/actions/delete-account-brand.d.mts +9 -0
- package/dist/actions/delete-account-brand.d.mts.map +1 -0
- package/dist/actions/delete-account-brand.mjs +19 -0
- package/dist/actions/delete-account-brand.mjs.map +1 -0
- package/dist/actions/delete-account-custom-field.cjs +20 -0
- package/dist/actions/delete-account-custom-field.cjs.map +1 -0
- package/dist/actions/delete-account-custom-field.d.cts +9 -0
- package/dist/actions/delete-account-custom-field.d.cts.map +1 -0
- package/dist/actions/delete-account-custom-field.d.mts +9 -0
- package/dist/actions/delete-account-custom-field.d.mts.map +1 -0
- package/dist/actions/delete-account-custom-field.mjs +17 -0
- package/dist/actions/delete-account-custom-field.mjs.map +1 -0
- package/dist/actions/delete-account-permission-profile.cjs +20 -0
- package/dist/actions/delete-account-permission-profile.cjs.map +1 -0
- package/dist/actions/delete-account-permission-profile.d.cts +9 -0
- package/dist/actions/delete-account-permission-profile.d.cts.map +1 -0
- package/dist/actions/delete-account-permission-profile.d.mts +9 -0
- package/dist/actions/delete-account-permission-profile.d.mts.map +1 -0
- package/dist/actions/delete-account-permission-profile.mjs +17 -0
- package/dist/actions/delete-account-permission-profile.mjs.map +1 -0
- package/dist/actions/delete-account-stamp.cjs +22 -0
- package/dist/actions/delete-account-stamp.cjs.map +1 -0
- package/dist/actions/delete-account-stamp.d.cts +9 -0
- package/dist/actions/delete-account-stamp.d.cts.map +1 -0
- package/dist/actions/delete-account-stamp.d.mts +9 -0
- package/dist/actions/delete-account-stamp.d.mts.map +1 -0
- package/dist/actions/delete-account-stamp.mjs +19 -0
- package/dist/actions/delete-account-stamp.mjs.map +1 -0
- package/dist/actions/delete-bcc-email-archive-configuration.cjs +19 -0
- package/dist/actions/delete-bcc-email-archive-configuration.cjs.map +1 -0
- package/dist/actions/delete-bcc-email-archive-configuration.d.cts +9 -0
- package/dist/actions/delete-bcc-email-archive-configuration.d.cts.map +1 -0
- package/dist/actions/delete-bcc-email-archive-configuration.d.mts +9 -0
- package/dist/actions/delete-bcc-email-archive-configuration.d.mts.map +1 -0
- package/dist/actions/delete-bcc-email-archive-configuration.mjs +16 -0
- package/dist/actions/delete-bcc-email-archive-configuration.mjs.map +1 -0
- package/dist/actions/delete-brand-from-group.cjs +24 -0
- package/dist/actions/delete-brand-from-group.cjs.map +1 -0
- package/dist/actions/delete-brand-from-group.d.cts +9 -0
- package/dist/actions/delete-brand-from-group.d.cts.map +1 -0
- package/dist/actions/delete-brand-from-group.d.mts +9 -0
- package/dist/actions/delete-brand-from-group.d.mts.map +1 -0
- package/dist/actions/delete-brand-from-group.mjs +23 -0
- package/dist/actions/delete-brand-from-group.mjs.map +1 -0
- package/dist/actions/delete-brand-logo-by-type.cjs +27 -0
- package/dist/actions/delete-brand-logo-by-type.cjs.map +1 -0
- package/dist/actions/delete-brand-logo-by-type.d.cts +9 -0
- package/dist/actions/delete-brand-logo-by-type.d.cts.map +1 -0
- package/dist/actions/delete-brand-logo-by-type.d.mts +9 -0
- package/dist/actions/delete-brand-logo-by-type.d.mts.map +1 -0
- package/dist/actions/delete-brand-logo-by-type.mjs +24 -0
- package/dist/actions/delete-brand-logo-by-type.mjs.map +1 -0
- package/dist/actions/delete-brand-profiles.cjs +25 -0
- package/dist/actions/delete-brand-profiles.cjs.map +1 -0
- package/dist/actions/delete-brand-profiles.d.cts +9 -0
- package/dist/actions/delete-brand-profiles.d.cts.map +1 -0
- package/dist/actions/delete-brand-profiles.d.mts +9 -0
- package/dist/actions/delete-brand-profiles.d.mts.map +1 -0
- package/dist/actions/delete-brand-profiles.mjs +24 -0
- package/dist/actions/delete-brand-profiles.mjs.map +1 -0
- package/dist/actions/delete-chunked-upload.cjs +33 -0
- package/dist/actions/delete-chunked-upload.cjs.map +1 -0
- package/dist/actions/delete-chunked-upload.d.cts +9 -0
- package/dist/actions/delete-chunked-upload.d.cts.map +1 -0
- package/dist/actions/delete-chunked-upload.d.mts +9 -0
- package/dist/actions/delete-chunked-upload.d.mts.map +1 -0
- package/dist/actions/delete-chunked-upload.mjs +32 -0
- package/dist/actions/delete-chunked-upload.mjs.map +1 -0
- package/dist/actions/delete-connect-configuration.cjs +23 -0
- package/dist/actions/delete-connect-configuration.cjs.map +1 -0
- package/dist/actions/delete-connect-configuration.d.cts +9 -0
- package/dist/actions/delete-connect-configuration.d.cts.map +1 -0
- package/dist/actions/delete-connect-configuration.d.mts +9 -0
- package/dist/actions/delete-connect-configuration.d.mts.map +1 -0
- package/dist/actions/delete-connect-configuration.mjs +20 -0
- package/dist/actions/delete-connect-configuration.mjs.map +1 -0
- package/dist/actions/delete-connect-failure-log-entry.cjs +22 -0
- package/dist/actions/delete-connect-failure-log-entry.cjs.map +1 -0
- package/dist/actions/delete-connect-failure-log-entry.d.cts +9 -0
- package/dist/actions/delete-connect-failure-log-entry.d.cts.map +1 -0
- package/dist/actions/delete-connect-failure-log-entry.d.mts +9 -0
- package/dist/actions/delete-connect-failure-log-entry.d.mts.map +1 -0
- package/dist/actions/delete-connect-failure-log-entry.mjs +19 -0
- package/dist/actions/delete-connect-failure-log-entry.mjs.map +1 -0
- package/dist/actions/delete-connect-log-entries.cjs +19 -0
- package/dist/actions/delete-connect-log-entries.cjs.map +1 -0
- package/dist/actions/delete-connect-log-entries.d.cts +9 -0
- package/dist/actions/delete-connect-log-entries.d.cts.map +1 -0
- package/dist/actions/delete-connect-log-entries.d.mts +9 -0
- package/dist/actions/delete-connect-log-entries.d.mts.map +1 -0
- package/dist/actions/delete-connect-log-entries.mjs +16 -0
- package/dist/actions/delete-connect-log-entries.mjs.map +1 -0
- package/dist/actions/delete-connect-oauth-configuration.cjs +20 -0
- package/dist/actions/delete-connect-oauth-configuration.cjs.map +1 -0
- package/dist/actions/delete-connect-oauth-configuration.d.cts +9 -0
- package/dist/actions/delete-connect-oauth-configuration.d.cts.map +1 -0
- package/dist/actions/delete-connect-oauth-configuration.d.mts +9 -0
- package/dist/actions/delete-connect-oauth-configuration.d.mts.map +1 -0
- package/dist/actions/delete-connect-oauth-configuration.mjs +17 -0
- package/dist/actions/delete-connect-oauth-configuration.mjs.map +1 -0
- package/dist/actions/delete-contact-from-account.cjs +40 -0
- package/dist/actions/delete-contact-from-account.cjs.map +1 -0
- package/dist/actions/delete-contact-from-account.d.cts +9 -0
- package/dist/actions/delete-contact-from-account.d.cts.map +1 -0
- package/dist/actions/delete-contact-from-account.d.mts +9 -0
- package/dist/actions/delete-contact-from-account.d.mts.map +1 -0
- package/dist/actions/delete-contact-from-account.mjs +39 -0
- package/dist/actions/delete-contact-from-account.mjs.map +1 -0
- package/dist/actions/delete-custom-document-fields-from-template.cjs +37 -0
- package/dist/actions/delete-custom-document-fields-from-template.cjs.map +1 -0
- package/dist/actions/delete-custom-document-fields-from-template.d.cts +9 -0
- package/dist/actions/delete-custom-document-fields-from-template.d.cts.map +1 -0
- package/dist/actions/delete-custom-document-fields-from-template.d.mts +9 -0
- package/dist/actions/delete-custom-document-fields-from-template.d.mts.map +1 -0
- package/dist/actions/delete-custom-document-fields-from-template.mjs +36 -0
- package/dist/actions/delete-custom-document-fields-from-template.mjs.map +1 -0
- package/dist/actions/delete-custom-document-fields.cjs +25 -0
- package/dist/actions/delete-custom-document-fields.cjs.map +1 -0
- package/dist/actions/delete-custom-document-fields.d.cts +9 -0
- package/dist/actions/delete-custom-document-fields.d.cts.map +1 -0
- package/dist/actions/delete-custom-document-fields.d.mts +9 -0
- package/dist/actions/delete-custom-document-fields.d.mts.map +1 -0
- package/dist/actions/delete-custom-document-fields.mjs +24 -0
- package/dist/actions/delete-custom-document-fields.mjs.map +1 -0
- package/dist/actions/delete-custom-fields-in-template.cjs +66 -0
- package/dist/actions/delete-custom-fields-in-template.cjs.map +1 -0
- package/dist/actions/delete-custom-fields-in-template.d.cts +9 -0
- package/dist/actions/delete-custom-fields-in-template.d.cts.map +1 -0
- package/dist/actions/delete-custom-fields-in-template.d.mts +9 -0
- package/dist/actions/delete-custom-fields-in-template.d.mts.map +1 -0
- package/dist/actions/delete-custom-fields-in-template.mjs +65 -0
- package/dist/actions/delete-custom-fields-in-template.mjs.map +1 -0
- package/dist/actions/delete-custom-tab-information.cjs +19 -0
- package/dist/actions/delete-custom-tab-information.cjs.map +1 -0
- package/dist/actions/delete-custom-tab-information.d.cts +9 -0
- package/dist/actions/delete-custom-tab-information.d.cts.map +1 -0
- package/dist/actions/delete-custom-tab-information.d.mts +9 -0
- package/dist/actions/delete-custom-tab-information.d.mts.map +1 -0
- package/dist/actions/delete-custom-tab-information.mjs +16 -0
- package/dist/actions/delete-custom-tab-information.mjs.map +1 -0
- package/dist/actions/delete-custom-user-settings.cjs +30 -0
- package/dist/actions/delete-custom-user-settings.cjs.map +1 -0
- package/dist/actions/delete-custom-user-settings.d.cts +9 -0
- package/dist/actions/delete-custom-user-settings.d.cts.map +1 -0
- package/dist/actions/delete-custom-user-settings.d.mts +9 -0
- package/dist/actions/delete-custom-user-settings.d.mts.map +1 -0
- package/dist/actions/delete-custom-user-settings.mjs +29 -0
- package/dist/actions/delete-custom-user-settings.mjs.map +1 -0
- package/dist/actions/delete-delayed-routing-rule-for-envelope-step.cjs +23 -0
- package/dist/actions/delete-delayed-routing-rule-for-envelope-step.cjs.map +1 -0
- package/dist/actions/delete-delayed-routing-rule-for-envelope-step.d.cts +9 -0
- package/dist/actions/delete-delayed-routing-rule-for-envelope-step.d.cts.map +1 -0
- package/dist/actions/delete-delayed-routing-rule-for-envelope-step.d.mts +9 -0
- package/dist/actions/delete-delayed-routing-rule-for-envelope-step.d.mts.map +1 -0
- package/dist/actions/delete-delayed-routing-rule-for-envelope-step.mjs +20 -0
- package/dist/actions/delete-delayed-routing-rule-for-envelope-step.mjs.map +1 -0
- package/dist/actions/delete-delayed-routing-rules-for-template.cjs +23 -0
- package/dist/actions/delete-delayed-routing-rules-for-template.cjs.map +1 -0
- package/dist/actions/delete-delayed-routing-rules-for-template.d.cts +9 -0
- package/dist/actions/delete-delayed-routing-rules-for-template.d.cts.map +1 -0
- package/dist/actions/delete-delayed-routing-rules-for-template.d.mts +9 -0
- package/dist/actions/delete-delayed-routing-rules-for-template.d.mts.map +1 -0
- package/dist/actions/delete-delayed-routing-rules-for-template.mjs +20 -0
- package/dist/actions/delete-delayed-routing-rules-for-template.mjs.map +1 -0
- package/dist/actions/delete-draft-envelope-attachments.cjs +40 -0
- package/dist/actions/delete-draft-envelope-attachments.cjs.map +1 -0
- package/dist/actions/delete-draft-envelope-attachments.d.cts +9 -0
- package/dist/actions/delete-draft-envelope-attachments.d.cts.map +1 -0
- package/dist/actions/delete-draft-envelope-attachments.d.mts +9 -0
- package/dist/actions/delete-draft-envelope-attachments.d.mts.map +1 -0
- package/dist/actions/delete-draft-envelope-attachments.mjs +39 -0
- package/dist/actions/delete-draft-envelope-attachments.mjs.map +1 -0
- package/dist/actions/delete-enote-configuration.cjs +19 -0
- package/dist/actions/delete-enote-configuration.cjs.map +1 -0
- package/dist/actions/delete-enote-configuration.d.cts +9 -0
- package/dist/actions/delete-enote-configuration.d.cts.map +1 -0
- package/dist/actions/delete-enote-configuration.d.mts +9 -0
- package/dist/actions/delete-enote-configuration.d.mts.map +1 -0
- package/dist/actions/delete-enote-configuration.mjs +16 -0
- package/dist/actions/delete-enote-configuration.mjs.map +1 -0
- package/dist/actions/delete-envelope-custom-fields.cjs +66 -0
- package/dist/actions/delete-envelope-custom-fields.cjs.map +1 -0
- package/dist/actions/delete-envelope-custom-fields.d.cts +9 -0
- package/dist/actions/delete-envelope-custom-fields.d.cts.map +1 -0
- package/dist/actions/delete-envelope-custom-fields.d.mts +9 -0
- package/dist/actions/delete-envelope-custom-fields.d.mts.map +1 -0
- package/dist/actions/delete-envelope-custom-fields.mjs +65 -0
- package/dist/actions/delete-envelope-custom-fields.mjs.map +1 -0
- package/dist/actions/delete-envelope-email-settings.cjs +22 -0
- package/dist/actions/delete-envelope-email-settings.cjs.map +1 -0
- package/dist/actions/delete-envelope-email-settings.d.cts +9 -0
- package/dist/actions/delete-envelope-email-settings.d.cts.map +1 -0
- package/dist/actions/delete-envelope-email-settings.d.mts +9 -0
- package/dist/actions/delete-envelope-email-settings.d.mts.map +1 -0
- package/dist/actions/delete-envelope-email-settings.mjs +19 -0
- package/dist/actions/delete-envelope-email-settings.mjs.map +1 -0
- package/dist/actions/delete-envelope-lock.cjs +49 -0
- package/dist/actions/delete-envelope-lock.cjs.map +1 -0
- package/dist/actions/delete-envelope-lock.d.cts +9 -0
- package/dist/actions/delete-envelope-lock.d.cts.map +1 -0
- package/dist/actions/delete-envelope-lock.d.mts +9 -0
- package/dist/actions/delete-envelope-lock.d.mts.map +1 -0
- package/dist/actions/delete-envelope-lock.mjs +48 -0
- package/dist/actions/delete-envelope-lock.mjs.map +1 -0
- package/dist/actions/delete-envelope-scheduled-sending-rules.cjs +22 -0
- package/dist/actions/delete-envelope-scheduled-sending-rules.cjs.map +1 -0
- package/dist/actions/delete-envelope-scheduled-sending-rules.d.cts +9 -0
- package/dist/actions/delete-envelope-scheduled-sending-rules.d.cts.map +1 -0
- package/dist/actions/delete-envelope-scheduled-sending-rules.d.mts +9 -0
- package/dist/actions/delete-envelope-scheduled-sending-rules.d.mts.map +1 -0
- package/dist/actions/delete-envelope-scheduled-sending-rules.mjs +19 -0
- package/dist/actions/delete-envelope-scheduled-sending-rules.mjs.map +1 -0
- package/dist/actions/delete-envelope-transfer-rule.cjs +19 -0
- package/dist/actions/delete-envelope-transfer-rule.cjs.map +1 -0
- package/dist/actions/delete-envelope-transfer-rule.d.cts +9 -0
- package/dist/actions/delete-envelope-transfer-rule.d.cts.map +1 -0
- package/dist/actions/delete-envelope-transfer-rule.d.mts +9 -0
- package/dist/actions/delete-envelope-transfer-rule.d.mts.map +1 -0
- package/dist/actions/delete-envelope-transfer-rule.mjs +16 -0
- package/dist/actions/delete-envelope-transfer-rule.mjs.map +1 -0
- package/dist/actions/delete-envelope-workflow-definition.cjs +22 -0
- package/dist/actions/delete-envelope-workflow-definition.cjs.map +1 -0
- package/dist/actions/delete-envelope-workflow-definition.d.cts +9 -0
- package/dist/actions/delete-envelope-workflow-definition.d.cts.map +1 -0
- package/dist/actions/delete-envelope-workflow-definition.d.mts +9 -0
- package/dist/actions/delete-envelope-workflow-definition.d.mts.map +1 -0
- package/dist/actions/delete-envelope-workflow-definition.mjs +19 -0
- package/dist/actions/delete-envelope-workflow-definition.mjs.map +1 -0
- package/dist/actions/delete-envelope-workflow-step.cjs +23 -0
- package/dist/actions/delete-envelope-workflow-step.cjs.map +1 -0
- package/dist/actions/delete-envelope-workflow-step.d.cts +9 -0
- package/dist/actions/delete-envelope-workflow-step.d.cts.map +1 -0
- package/dist/actions/delete-envelope-workflow-step.d.mts +9 -0
- package/dist/actions/delete-envelope-workflow-step.d.mts.map +1 -0
- package/dist/actions/delete-envelope-workflow-step.mjs +20 -0
- package/dist/actions/delete-envelope-workflow-step.mjs.map +1 -0
- package/dist/actions/delete-existing-workspace-logically.cjs +30 -0
- package/dist/actions/delete-existing-workspace-logically.cjs.map +1 -0
- package/dist/actions/delete-existing-workspace-logically.d.cts +9 -0
- package/dist/actions/delete-existing-workspace-logically.d.cts.map +1 -0
- package/dist/actions/delete-existing-workspace-logically.d.mts +9 -0
- package/dist/actions/delete-existing-workspace-logically.d.mts.map +1 -0
- package/dist/actions/delete-existing-workspace-logically.mjs +27 -0
- package/dist/actions/delete-existing-workspace-logically.mjs.map +1 -0
- package/dist/actions/delete-members-from-signing-group.cjs +29 -0
- package/dist/actions/delete-members-from-signing-group.cjs.map +1 -0
- package/dist/actions/delete-members-from-signing-group.d.cts +9 -0
- package/dist/actions/delete-members-from-signing-group.d.cts.map +1 -0
- package/dist/actions/delete-members-from-signing-group.d.mts +9 -0
- package/dist/actions/delete-members-from-signing-group.d.mts.map +1 -0
- package/dist/actions/delete-members-from-signing-group.mjs +28 -0
- package/dist/actions/delete-members-from-signing-group.mjs.map +1 -0
- package/dist/actions/delete-multiple-contacts-from-account.cjs +80 -0
- package/dist/actions/delete-multiple-contacts-from-account.cjs.map +1 -0
- package/dist/actions/delete-multiple-contacts-from-account.d.cts +9 -0
- package/dist/actions/delete-multiple-contacts-from-account.d.cts.map +1 -0
- package/dist/actions/delete-multiple-contacts-from-account.d.mts +9 -0
- package/dist/actions/delete-multiple-contacts-from-account.d.mts.map +1 -0
- package/dist/actions/delete-multiple-contacts-from-account.mjs +79 -0
- package/dist/actions/delete-multiple-contacts-from-account.mjs.map +1 -0
- package/dist/actions/delete-notary-jurisdiction.cjs +16 -0
- package/dist/actions/delete-notary-jurisdiction.cjs.map +1 -0
- package/dist/actions/delete-notary-jurisdiction.d.cts +9 -0
- package/dist/actions/delete-notary-jurisdiction.d.cts.map +1 -0
- package/dist/actions/delete-notary-jurisdiction.d.mts +9 -0
- package/dist/actions/delete-notary-jurisdiction.d.mts.map +1 -0
- package/dist/actions/delete-notary-jurisdiction.mjs +13 -0
- package/dist/actions/delete-notary-jurisdiction.mjs.map +1 -0
- package/dist/actions/delete-one-or-more-signing-groups.cjs +44 -0
- package/dist/actions/delete-one-or-more-signing-groups.cjs.map +1 -0
- package/dist/actions/delete-one-or-more-signing-groups.d.cts +9 -0
- package/dist/actions/delete-one-or-more-signing-groups.d.cts.map +1 -0
- package/dist/actions/delete-one-or-more-signing-groups.d.mts +9 -0
- package/dist/actions/delete-one-or-more-signing-groups.d.mts.map +1 -0
- package/dist/actions/delete-one-or-more-signing-groups.mjs +43 -0
- package/dist/actions/delete-one-or-more-signing-groups.mjs.map +1 -0
- package/dist/actions/delete-page-from-document-in-envelope.cjs +21 -0
- package/dist/actions/delete-page-from-document-in-envelope.cjs.map +1 -0
- package/dist/actions/delete-page-from-document-in-envelope.d.cts +9 -0
- package/dist/actions/delete-page-from-document-in-envelope.d.cts.map +1 -0
- package/dist/actions/delete-page-from-document-in-envelope.d.mts +9 -0
- package/dist/actions/delete-page-from-document-in-envelope.d.mts.map +1 -0
- package/dist/actions/delete-page-from-document-in-envelope.mjs +18 -0
- package/dist/actions/delete-page-from-document-in-envelope.mjs.map +1 -0
- package/dist/actions/delete-page-from-template-document.cjs +21 -0
- package/dist/actions/delete-page-from-template-document.cjs.map +1 -0
- package/dist/actions/delete-page-from-template-document.d.cts +9 -0
- package/dist/actions/delete-page-from-template-document.d.cts.map +1 -0
- package/dist/actions/delete-page-from-template-document.d.mts +9 -0
- package/dist/actions/delete-page-from-template-document.d.mts.map +1 -0
- package/dist/actions/delete-page-from-template-document.mjs +18 -0
- package/dist/actions/delete-page-from-template-document.mjs.map +1 -0
- package/dist/actions/delete-power-form-by-id.cjs +22 -0
- package/dist/actions/delete-power-form-by-id.cjs.map +1 -0
- package/dist/actions/delete-power-form-by-id.d.cts +9 -0
- package/dist/actions/delete-power-form-by-id.d.cts.map +1 -0
- package/dist/actions/delete-power-form-by-id.d.mts +9 -0
- package/dist/actions/delete-power-form-by-id.d.mts.map +1 -0
- package/dist/actions/delete-power-form-by-id.mjs +19 -0
- package/dist/actions/delete-power-form-by-id.mjs.map +1 -0
- package/dist/actions/delete-request-log-files.cjs +16 -0
- package/dist/actions/delete-request-log-files.cjs.map +1 -0
- package/dist/actions/delete-request-log-files.d.cts +9 -0
- package/dist/actions/delete-request-log-files.d.cts.map +1 -0
- package/dist/actions/delete-request-log-files.d.mts +9 -0
- package/dist/actions/delete-request-log-files.d.mts.map +1 -0
- package/dist/actions/delete-request-log-files.mjs +13 -0
- package/dist/actions/delete-request-log-files.mjs.map +1 -0
- package/dist/actions/delete-scheduled-sending-rules.cjs +22 -0
- package/dist/actions/delete-scheduled-sending-rules.cjs.map +1 -0
- package/dist/actions/delete-scheduled-sending-rules.d.cts +9 -0
- package/dist/actions/delete-scheduled-sending-rules.d.cts.map +1 -0
- package/dist/actions/delete-scheduled-sending-rules.d.mts +9 -0
- package/dist/actions/delete-scheduled-sending-rules.d.mts.map +1 -0
- package/dist/actions/delete-scheduled-sending-rules.mjs +19 -0
- package/dist/actions/delete-scheduled-sending-rules.mjs.map +1 -0
- package/dist/actions/delete-signature-for-captive-recipients.cjs +33 -0
- package/dist/actions/delete-signature-for-captive-recipients.cjs.map +1 -0
- package/dist/actions/delete-signature-for-captive-recipients.d.cts +9 -0
- package/dist/actions/delete-signature-for-captive-recipients.d.cts.map +1 -0
- package/dist/actions/delete-signature-for-captive-recipients.d.mts +9 -0
- package/dist/actions/delete-signature-for-captive-recipients.d.mts.map +1 -0
- package/dist/actions/delete-signature-for-captive-recipients.mjs +32 -0
- package/dist/actions/delete-signature-for-captive-recipients.mjs.map +1 -0
- package/dist/actions/delete-specific-connect-log-entry.cjs +22 -0
- package/dist/actions/delete-specific-connect-log-entry.cjs.map +1 -0
- package/dist/actions/delete-specific-connect-log-entry.d.cts +9 -0
- package/dist/actions/delete-specific-connect-log-entry.d.cts.map +1 -0
- package/dist/actions/delete-specific-connect-log-entry.d.mts +9 -0
- package/dist/actions/delete-specific-connect-log-entry.d.mts.map +1 -0
- package/dist/actions/delete-specific-connect-log-entry.mjs +19 -0
- package/dist/actions/delete-specific-connect-log-entry.mjs.map +1 -0
- package/dist/actions/delete-specified-account.cjs +22 -0
- package/dist/actions/delete-specified-account.cjs.map +1 -0
- package/dist/actions/delete-specified-account.d.cts +9 -0
- package/dist/actions/delete-specified-account.d.cts.map +1 -0
- package/dist/actions/delete-specified-account.d.mts +9 -0
- package/dist/actions/delete-specified-account.d.mts.map +1 -0
- package/dist/actions/delete-specified-account.mjs +19 -0
- package/dist/actions/delete-specified-account.mjs.map +1 -0
- package/dist/actions/delete-stamp-image-for-account.cjs +31 -0
- package/dist/actions/delete-stamp-image-for-account.cjs.map +1 -0
- package/dist/actions/delete-stamp-image-for-account.d.cts +9 -0
- package/dist/actions/delete-stamp-image-for-account.d.cts.map +1 -0
- package/dist/actions/delete-stamp-image-for-account.d.mts +9 -0
- package/dist/actions/delete-stamp-image-for-account.d.mts.map +1 -0
- package/dist/actions/delete-stamp-image-for-account.mjs +28 -0
- package/dist/actions/delete-stamp-image-for-account.mjs.map +1 -0
- package/dist/actions/delete-template-from-envelope-document.cjs +21 -0
- package/dist/actions/delete-template-from-envelope-document.cjs.map +1 -0
- package/dist/actions/delete-template-from-envelope-document.d.cts +9 -0
- package/dist/actions/delete-template-from-envelope-document.d.cts.map +1 -0
- package/dist/actions/delete-template-from-envelope-document.d.mts +9 -0
- package/dist/actions/delete-template-from-envelope-document.d.mts.map +1 -0
- package/dist/actions/delete-template-from-envelope-document.mjs +18 -0
- package/dist/actions/delete-template-from-envelope-document.mjs.map +1 -0
- package/dist/actions/delete-template-lock.cjs +23 -0
- package/dist/actions/delete-template-lock.cjs.map +1 -0
- package/dist/actions/delete-template-lock.d.cts +9 -0
- package/dist/actions/delete-template-lock.d.cts.map +1 -0
- package/dist/actions/delete-template-lock.d.mts +9 -0
- package/dist/actions/delete-template-lock.d.mts.map +1 -0
- package/dist/actions/delete-template-lock.mjs +20 -0
- package/dist/actions/delete-template-lock.mjs.map +1 -0
- package/dist/actions/delete-template-workflow-step.cjs +23 -0
- package/dist/actions/delete-template-workflow-step.cjs.map +1 -0
- package/dist/actions/delete-template-workflow-step.d.cts +9 -0
- package/dist/actions/delete-template-workflow-step.d.cts.map +1 -0
- package/dist/actions/delete-template-workflow-step.d.mts +9 -0
- package/dist/actions/delete-template-workflow-step.d.mts.map +1 -0
- package/dist/actions/delete-template-workflow-step.mjs +20 -0
- package/dist/actions/delete-template-workflow-step.mjs.map +1 -0
- package/dist/actions/delete-user-auth-for-cloud-storage-providers.cjs +34 -0
- package/dist/actions/delete-user-auth-for-cloud-storage-providers.cjs.map +1 -0
- package/dist/actions/delete-user-auth-for-cloud-storage-providers.d.cts +9 -0
- package/dist/actions/delete-user-auth-for-cloud-storage-providers.d.cts.map +1 -0
- package/dist/actions/delete-user-auth-for-cloud-storage-providers.d.mts +9 -0
- package/dist/actions/delete-user-auth-for-cloud-storage-providers.d.mts.map +1 -0
- package/dist/actions/delete-user-auth-for-cloud-storage-providers.mjs +33 -0
- package/dist/actions/delete-user-auth-for-cloud-storage-providers.mjs.map +1 -0
- package/dist/actions/delete-user-authorization.cjs +23 -0
- package/dist/actions/delete-user-authorization.cjs.map +1 -0
- package/dist/actions/delete-user-authorization.d.cts +9 -0
- package/dist/actions/delete-user-authorization.d.cts.map +1 -0
- package/dist/actions/delete-user-authorization.d.mts +9 -0
- package/dist/actions/delete-user-authorization.d.mts.map +1 -0
- package/dist/actions/delete-user-authorization.mjs +20 -0
- package/dist/actions/delete-user-authorization.mjs.map +1 -0
- package/dist/actions/delete-user-authorizations.cjs +25 -0
- package/dist/actions/delete-user-authorizations.cjs.map +1 -0
- package/dist/actions/delete-user-authorizations.d.cts +9 -0
- package/dist/actions/delete-user-authorizations.d.cts.map +1 -0
- package/dist/actions/delete-user-authorizations.d.mts +9 -0
- package/dist/actions/delete-user-authorizations.d.mts.map +1 -0
- package/dist/actions/delete-user-authorizations.mjs +24 -0
- package/dist/actions/delete-user-authorizations.mjs.map +1 -0
- package/dist/actions/delete-user-cloud-storage-authentication.cjs +26 -0
- package/dist/actions/delete-user-cloud-storage-authentication.cjs.map +1 -0
- package/dist/actions/delete-user-cloud-storage-authentication.d.cts +9 -0
- package/dist/actions/delete-user-cloud-storage-authentication.d.cts.map +1 -0
- package/dist/actions/delete-user-cloud-storage-authentication.d.mts +9 -0
- package/dist/actions/delete-user-cloud-storage-authentication.d.mts.map +1 -0
- package/dist/actions/delete-user-cloud-storage-authentication.mjs +25 -0
- package/dist/actions/delete-user-cloud-storage-authentication.mjs.map +1 -0
- package/dist/actions/delete-user-group.cjs +59 -0
- package/dist/actions/delete-user-group.cjs.map +1 -0
- package/dist/actions/delete-user-group.d.cts +9 -0
- package/dist/actions/delete-user-group.d.cts.map +1 -0
- package/dist/actions/delete-user-group.d.mts +9 -0
- package/dist/actions/delete-user-group.d.mts.map +1 -0
- package/dist/actions/delete-user-group.mjs +58 -0
- package/dist/actions/delete-user-group.mjs.map +1 -0
- package/dist/actions/delete-user-initials-or-signature-image.cjs +52 -0
- package/dist/actions/delete-user-initials-or-signature-image.cjs.map +1 -0
- package/dist/actions/delete-user-initials-or-signature-image.d.cts +9 -0
- package/dist/actions/delete-user-initials-or-signature-image.d.cts.map +1 -0
- package/dist/actions/delete-user-initials-or-signature-image.d.mts +9 -0
- package/dist/actions/delete-user-initials-or-signature-image.d.mts.map +1 -0
- package/dist/actions/delete-user-initials-or-signature-image.mjs +49 -0
- package/dist/actions/delete-user-initials-or-signature-image.mjs.map +1 -0
- package/dist/actions/delete-user-profile-image.cjs +19 -0
- package/dist/actions/delete-user-profile-image.cjs.map +1 -0
- package/dist/actions/delete-user-profile-image.d.cts +9 -0
- package/dist/actions/delete-user-profile-image.d.cts.map +1 -0
- package/dist/actions/delete-user-profile-image.d.mts +9 -0
- package/dist/actions/delete-user-profile-image.d.mts.map +1 -0
- package/dist/actions/delete-user-profile-image.mjs +16 -0
- package/dist/actions/delete-user-profile-image.mjs.map +1 -0
- package/dist/actions/delete-users-from-group.cjs +45 -0
- package/dist/actions/delete-users-from-group.cjs.map +1 -0
- package/dist/actions/delete-users-from-group.d.cts +9 -0
- package/dist/actions/delete-users-from-group.d.cts.map +1 -0
- package/dist/actions/delete-users-from-group.d.mts +9 -0
- package/dist/actions/delete-users-from-group.d.mts.map +1 -0
- package/dist/actions/delete-users-from-group.mjs +44 -0
- package/dist/actions/delete-users-from-group.mjs.map +1 -0
- package/dist/actions/delete-workflow-definition-for-template.cjs +19 -0
- package/dist/actions/delete-workflow-definition-for-template.cjs.map +1 -0
- package/dist/actions/delete-workflow-definition-for-template.d.cts +9 -0
- package/dist/actions/delete-workflow-definition-for-template.d.cts.map +1 -0
- package/dist/actions/delete-workflow-definition-for-template.d.mts +9 -0
- package/dist/actions/delete-workflow-definition-for-template.d.mts.map +1 -0
- package/dist/actions/delete-workflow-definition-for-template.mjs +16 -0
- package/dist/actions/delete-workflow-definition-for-template.mjs.map +1 -0
- package/dist/actions/delete-workspace-files-or-folders.cjs +158 -0
- package/dist/actions/delete-workspace-files-or-folders.cjs.map +1 -0
- package/dist/actions/delete-workspace-files-or-folders.d.cts +9 -0
- package/dist/actions/delete-workspace-files-or-folders.d.cts.map +1 -0
- package/dist/actions/delete-workspace-files-or-folders.d.mts +9 -0
- package/dist/actions/delete-workspace-files-or-folders.d.mts.map +1 -0
- package/dist/actions/delete-workspace-files-or-folders.mjs +157 -0
- package/dist/actions/delete-workspace-files-or-folders.mjs.map +1 -0
- package/dist/actions/export-brand-to-xmlfile.cjs +23 -0
- package/dist/actions/export-brand-to-xmlfile.cjs.map +1 -0
- package/dist/actions/export-brand-to-xmlfile.d.cts +9 -0
- package/dist/actions/export-brand-to-xmlfile.d.cts.map +1 -0
- package/dist/actions/export-brand-to-xmlfile.d.mts +9 -0
- package/dist/actions/export-brand-to-xmlfile.d.mts.map +1 -0
- package/dist/actions/export-brand-to-xmlfile.mjs +20 -0
- package/dist/actions/export-brand-to-xmlfile.mjs.map +1 -0
- package/dist/actions/fetch-recipient-names-for-email.cjs +23 -0
- package/dist/actions/fetch-recipient-names-for-email.cjs.map +1 -0
- package/dist/actions/fetch-recipient-names-for-email.d.cts +9 -0
- package/dist/actions/fetch-recipient-names-for-email.d.cts.map +1 -0
- package/dist/actions/fetch-recipient-names-for-email.d.mts +9 -0
- package/dist/actions/fetch-recipient-names-for-email.d.mts.map +1 -0
- package/dist/actions/fetch-recipient-names-for-email.mjs +20 -0
- package/dist/actions/fetch-recipient-names-for-email.mjs.map +1 -0
- package/dist/actions/generate-edit-view-urlfor-envelope.cjs +48 -0
- package/dist/actions/generate-edit-view-urlfor-envelope.cjs.map +1 -0
- package/dist/actions/generate-edit-view-urlfor-envelope.d.cts +9 -0
- package/dist/actions/generate-edit-view-urlfor-envelope.d.cts.map +1 -0
- package/dist/actions/generate-edit-view-urlfor-envelope.d.mts +9 -0
- package/dist/actions/generate-edit-view-urlfor-envelope.d.mts.map +1 -0
- package/dist/actions/generate-edit-view-urlfor-envelope.mjs +45 -0
- package/dist/actions/generate-edit-view-urlfor-envelope.mjs.map +1 -0
- package/dist/actions/generate-envelope-correction-url.cjs +48 -0
- package/dist/actions/generate-envelope-correction-url.cjs.map +1 -0
- package/dist/actions/generate-envelope-correction-url.d.cts +9 -0
- package/dist/actions/generate-envelope-correction-url.d.cts.map +1 -0
- package/dist/actions/generate-envelope-correction-url.d.mts +9 -0
- package/dist/actions/generate-envelope-correction-url.d.mts.map +1 -0
- package/dist/actions/generate-envelope-correction-url.mjs +45 -0
- package/dist/actions/generate-envelope-correction-url.mjs.map +1 -0
- package/dist/actions/generate-recipient-shared-view-url.cjs +46 -0
- package/dist/actions/generate-recipient-shared-view-url.cjs.map +1 -0
- package/dist/actions/generate-recipient-shared-view-url.d.cts +9 -0
- package/dist/actions/generate-recipient-shared-view-url.d.cts.map +1 -0
- package/dist/actions/generate-recipient-shared-view-url.d.mts +9 -0
- package/dist/actions/generate-recipient-shared-view-url.d.mts.map +1 -0
- package/dist/actions/generate-recipient-shared-view-url.mjs +43 -0
- package/dist/actions/generate-recipient-shared-view-url.mjs.map +1 -0
- package/dist/actions/get-account-billing-charges-list.cjs +44 -0
- package/dist/actions/get-account-billing-charges-list.cjs.map +1 -0
- package/dist/actions/get-account-billing-charges-list.d.cts +9 -0
- package/dist/actions/get-account-billing-charges-list.d.cts.map +1 -0
- package/dist/actions/get-account-billing-charges-list.d.mts +9 -0
- package/dist/actions/get-account-billing-charges-list.d.mts.map +1 -0
- package/dist/actions/get-account-billing-charges-list.mjs +43 -0
- package/dist/actions/get-account-billing-charges-list.mjs.map +1 -0
- package/dist/actions/get-account-password-rules.cjs +47 -0
- package/dist/actions/get-account-password-rules.cjs.map +1 -0
- package/dist/actions/get-account-password-rules.d.cts +9 -0
- package/dist/actions/get-account-password-rules.d.cts.map +1 -0
- package/dist/actions/get-account-password-rules.d.mts +9 -0
- package/dist/actions/get-account-password-rules.d.mts.map +1 -0
- package/dist/actions/get-account-password-rules.mjs +46 -0
- package/dist/actions/get-account-password-rules.mjs.map +1 -0
- package/dist/actions/get-account-stamp-image.cjs +26 -0
- package/dist/actions/get-account-stamp-image.cjs.map +1 -0
- package/dist/actions/get-account-stamp-image.d.cts +9 -0
- package/dist/actions/get-account-stamp-image.d.cts.map +1 -0
- package/dist/actions/get-account-stamp-image.d.mts +9 -0
- package/dist/actions/get-account-stamp-image.d.mts.map +1 -0
- package/dist/actions/get-account-stamp-image.mjs +25 -0
- package/dist/actions/get-account-stamp-image.mjs.map +1 -0
- package/dist/actions/get-agent-user-authorizations.cjs +52 -0
- package/dist/actions/get-agent-user-authorizations.cjs.map +1 -0
- package/dist/actions/get-agent-user-authorizations.d.cts +9 -0
- package/dist/actions/get-agent-user-authorizations.d.cts.map +1 -0
- package/dist/actions/get-agent-user-authorizations.d.mts +9 -0
- package/dist/actions/get-agent-user-authorizations.d.mts.map +1 -0
- package/dist/actions/get-agent-user-authorizations.mjs +51 -0
- package/dist/actions/get-agent-user-authorizations.mjs.map +1 -0
- package/dist/actions/get-bcc-email-archive-configurations.cjs +42 -0
- package/dist/actions/get-bcc-email-archive-configurations.cjs.map +1 -0
- package/dist/actions/get-bcc-email-archive-configurations.d.cts +9 -0
- package/dist/actions/get-bcc-email-archive-configurations.d.cts.map +1 -0
- package/dist/actions/get-bcc-email-archive-configurations.d.mts +9 -0
- package/dist/actions/get-bcc-email-archive-configurations.d.mts.map +1 -0
- package/dist/actions/get-bcc-email-archive-configurations.mjs +41 -0
- package/dist/actions/get-bcc-email-archive-configurations.mjs.map +1 -0
- package/dist/actions/get-bccemail-archive-history.cjs +53 -0
- package/dist/actions/get-bccemail-archive-history.cjs.map +1 -0
- package/dist/actions/get-bccemail-archive-history.d.cts +9 -0
- package/dist/actions/get-bccemail-archive-history.d.cts.map +1 -0
- package/dist/actions/get-bccemail-archive-history.d.mts +9 -0
- package/dist/actions/get-bccemail-archive-history.d.mts.map +1 -0
- package/dist/actions/get-bccemail-archive-history.mjs +52 -0
- package/dist/actions/get-bccemail-archive-history.mjs.map +1 -0
- package/dist/actions/get-brand-logo-by-type.cjs +29 -0
- package/dist/actions/get-brand-logo-by-type.cjs.map +1 -0
- package/dist/actions/get-brand-logo-by-type.d.cts +9 -0
- package/dist/actions/get-brand-logo-by-type.d.cts.map +1 -0
- package/dist/actions/get-brand-logo-by-type.d.mts +9 -0
- package/dist/actions/get-brand-logo-by-type.d.mts.map +1 -0
- package/dist/actions/get-brand-logo-by-type.mjs +28 -0
- package/dist/actions/get-brand-logo-by-type.mjs.map +1 -0
- package/dist/actions/get-brands-information-for-group.cjs +51 -0
- package/dist/actions/get-brands-information-for-group.cjs.map +1 -0
- package/dist/actions/get-brands-information-for-group.d.cts +9 -0
- package/dist/actions/get-brands-information-for-group.d.cts.map +1 -0
- package/dist/actions/get-brands-information-for-group.d.mts +9 -0
- package/dist/actions/get-brands-information-for-group.d.mts.map +1 -0
- package/dist/actions/get-brands-information-for-group.mjs +50 -0
- package/dist/actions/get-brands-information-for-group.mjs.map +1 -0
- package/dist/actions/get-bulk-send-batch-status.cjs +39 -0
- package/dist/actions/get-bulk-send-batch-status.cjs.map +1 -0
- package/dist/actions/get-bulk-send-batch-status.d.cts +9 -0
- package/dist/actions/get-bulk-send-batch-status.d.cts.map +1 -0
- package/dist/actions/get-bulk-send-batch-status.d.mts +9 -0
- package/dist/actions/get-bulk-send-batch-status.d.mts.map +1 -0
- package/dist/actions/get-bulk-send-batch-status.mjs +36 -0
- package/dist/actions/get-bulk-send-batch-status.mjs.map +1 -0
- package/dist/actions/get-bulk-send-lists-information.cjs +23 -0
- package/dist/actions/get-bulk-send-lists-information.cjs.map +1 -0
- package/dist/actions/get-bulk-send-lists-information.d.cts +9 -0
- package/dist/actions/get-bulk-send-lists-information.d.cts.map +1 -0
- package/dist/actions/get-bulk-send-lists-information.d.mts +9 -0
- package/dist/actions/get-bulk-send-lists-information.d.mts.map +1 -0
- package/dist/actions/get-bulk-send-lists-information.mjs +22 -0
- package/dist/actions/get-bulk-send-lists-information.mjs.map +1 -0
- package/dist/actions/get-docusign-account-contacts.cjs +58 -0
- package/dist/actions/get-docusign-account-contacts.cjs.map +1 -0
- package/dist/actions/get-docusign-account-contacts.d.cts +9 -0
- package/dist/actions/get-docusign-account-contacts.d.cts.map +1 -0
- package/dist/actions/get-docusign-account-contacts.d.mts +9 -0
- package/dist/actions/get-docusign-account-contacts.d.mts.map +1 -0
- package/dist/actions/get-docusign-account-contacts.mjs +57 -0
- package/dist/actions/get-docusign-account-contacts.mjs.map +1 -0
- package/dist/actions/get-downgrade-plan-info-for-account.cjs +34 -0
- package/dist/actions/get-downgrade-plan-info-for-account.cjs.map +1 -0
- package/dist/actions/get-downgrade-plan-info-for-account.d.cts +9 -0
- package/dist/actions/get-downgrade-plan-info-for-account.d.cts.map +1 -0
- package/dist/actions/get-downgrade-plan-info-for-account.d.mts +9 -0
- package/dist/actions/get-downgrade-plan-info-for-account.d.mts.map +1 -0
- package/dist/actions/get-downgrade-plan-info-for-account.mjs +33 -0
- package/dist/actions/get-downgrade-plan-info-for-account.mjs.map +1 -0
- package/dist/actions/get-electronic-disclosure-for-recipient.cjs +55 -0
- package/dist/actions/get-electronic-disclosure-for-recipient.cjs.map +1 -0
- package/dist/actions/get-electronic-disclosure-for-recipient.d.cts +9 -0
- package/dist/actions/get-electronic-disclosure-for-recipient.d.cts.map +1 -0
- package/dist/actions/get-electronic-disclosure-for-recipient.d.mts +9 -0
- package/dist/actions/get-electronic-disclosure-for-recipient.d.mts.map +1 -0
- package/dist/actions/get-electronic-disclosure-for-recipient.mjs +52 -0
- package/dist/actions/get-electronic-disclosure-for-recipient.mjs.map +1 -0
- package/dist/actions/get-electronic-record-and-signature-disclosure.cjs +51 -0
- package/dist/actions/get-electronic-record-and-signature-disclosure.cjs.map +1 -0
- package/dist/actions/get-electronic-record-and-signature-disclosure.d.cts +9 -0
- package/dist/actions/get-electronic-record-and-signature-disclosure.d.cts.map +1 -0
- package/dist/actions/get-electronic-record-and-signature-disclosure.d.mts +9 -0
- package/dist/actions/get-electronic-record-and-signature-disclosure.d.mts.map +1 -0
- package/dist/actions/get-electronic-record-and-signature-disclosure.mjs +48 -0
- package/dist/actions/get-electronic-record-and-signature-disclosure.mjs.map +1 -0
- package/dist/actions/get-enote-integration-settings.cjs +23 -0
- package/dist/actions/get-enote-integration-settings.cjs.map +1 -0
- package/dist/actions/get-enote-integration-settings.d.cts +9 -0
- package/dist/actions/get-enote-integration-settings.d.cts.map +1 -0
- package/dist/actions/get-enote-integration-settings.d.mts +9 -0
- package/dist/actions/get-enote-integration-settings.d.mts.map +1 -0
- package/dist/actions/get-enote-integration-settings.mjs +20 -0
- package/dist/actions/get-enote-integration-settings.mjs.map +1 -0
- package/dist/actions/get-envelope-doc-gen-form-fields.cjs +53 -0
- package/dist/actions/get-envelope-doc-gen-form-fields.cjs.map +1 -0
- package/dist/actions/get-envelope-doc-gen-form-fields.d.cts +9 -0
- package/dist/actions/get-envelope-doc-gen-form-fields.d.cts.map +1 -0
- package/dist/actions/get-envelope-doc-gen-form-fields.d.mts +9 -0
- package/dist/actions/get-envelope-doc-gen-form-fields.d.mts.map +1 -0
- package/dist/actions/get-envelope-doc-gen-form-fields.mjs +52 -0
- package/dist/actions/get-envelope-doc-gen-form-fields.mjs.map +1 -0
- package/dist/actions/get-envelope-document-fields.cjs +30 -0
- package/dist/actions/get-envelope-document-fields.cjs.map +1 -0
- package/dist/actions/get-envelope-document-fields.d.cts +9 -0
- package/dist/actions/get-envelope-document-fields.d.cts.map +1 -0
- package/dist/actions/get-envelope-document-fields.d.mts +9 -0
- package/dist/actions/get-envelope-document-fields.d.mts.map +1 -0
- package/dist/actions/get-envelope-document-fields.mjs +29 -0
- package/dist/actions/get-envelope-document-fields.mjs.map +1 -0
- package/dist/actions/get-envelope-lock-information.cjs +33 -0
- package/dist/actions/get-envelope-lock-information.cjs.map +1 -0
- package/dist/actions/get-envelope-lock-information.d.cts +9 -0
- package/dist/actions/get-envelope-lock-information.d.cts.map +1 -0
- package/dist/actions/get-envelope-lock-information.d.mts +9 -0
- package/dist/actions/get-envelope-lock-information.d.mts.map +1 -0
- package/dist/actions/get-envelope-lock-information.mjs +32 -0
- package/dist/actions/get-envelope-lock-information.mjs.map +1 -0
- package/dist/actions/get-envelope-notification-defaults.cjs +55 -0
- package/dist/actions/get-envelope-notification-defaults.cjs.map +1 -0
- package/dist/actions/get-envelope-notification-defaults.d.cts +9 -0
- package/dist/actions/get-envelope-notification-defaults.d.cts.map +1 -0
- package/dist/actions/get-envelope-notification-defaults.d.mts +9 -0
- package/dist/actions/get-envelope-notification-defaults.d.mts.map +1 -0
- package/dist/actions/get-envelope-notification-defaults.mjs +54 -0
- package/dist/actions/get-envelope-notification-defaults.mjs.map +1 -0
- package/dist/actions/get-envelope-workflow-definition.cjs +65 -0
- package/dist/actions/get-envelope-workflow-definition.cjs.map +1 -0
- package/dist/actions/get-envelope-workflow-definition.d.cts +9 -0
- package/dist/actions/get-envelope-workflow-definition.d.cts.map +1 -0
- package/dist/actions/get-envelope-workflow-definition.d.mts +9 -0
- package/dist/actions/get-envelope-workflow-definition.d.mts.map +1 -0
- package/dist/actions/get-envelope-workflow-definition.mjs +64 -0
- package/dist/actions/get-envelope-workflow-definition.mjs.map +1 -0
- package/dist/actions/get-envelope-workflow-delayed-routing-definition.cjs +28 -0
- package/dist/actions/get-envelope-workflow-delayed-routing-definition.cjs.map +1 -0
- package/dist/actions/get-envelope-workflow-delayed-routing-definition.d.cts +9 -0
- package/dist/actions/get-envelope-workflow-delayed-routing-definition.d.cts.map +1 -0
- package/dist/actions/get-envelope-workflow-delayed-routing-definition.d.mts +9 -0
- package/dist/actions/get-envelope-workflow-delayed-routing-definition.d.mts.map +1 -0
- package/dist/actions/get-envelope-workflow-delayed-routing-definition.mjs +27 -0
- package/dist/actions/get-envelope-workflow-delayed-routing-definition.mjs.map +1 -0
- package/dist/actions/get-envelope.cjs +99 -0
- package/dist/actions/get-envelope.cjs.map +1 -0
- package/dist/actions/get-envelope.d.cts +9 -0
- package/dist/actions/get-envelope.d.cts.map +1 -0
- package/dist/actions/get-envelope.d.mts +9 -0
- package/dist/actions/get-envelope.d.mts.map +1 -0
- package/dist/actions/get-envelope.mjs +96 -0
- package/dist/actions/get-envelope.mjs.map +1 -0
- package/dist/actions/get-groups-information-for-account.cjs +65 -0
- package/dist/actions/get-groups-information-for-account.cjs.map +1 -0
- package/dist/actions/get-groups-information-for-account.d.cts +9 -0
- package/dist/actions/get-groups-information-for-account.d.cts.map +1 -0
- package/dist/actions/get-groups-information-for-account.d.mts +9 -0
- package/dist/actions/get-groups-information-for-account.d.mts.map +1 -0
- package/dist/actions/get-groups-information-for-account.mjs +64 -0
- package/dist/actions/get-groups-information-for-account.mjs.map +1 -0
- package/dist/actions/get-list-of-account-permission-profiles.cjs +172 -0
- package/dist/actions/get-list-of-account-permission-profiles.cjs.map +1 -0
- package/dist/actions/get-list-of-account-permission-profiles.d.cts +9 -0
- package/dist/actions/get-list-of-account-permission-profiles.d.cts.map +1 -0
- package/dist/actions/get-list-of-account-permission-profiles.d.mts +9 -0
- package/dist/actions/get-list-of-account-permission-profiles.d.mts.map +1 -0
- package/dist/actions/get-list-of-account-permission-profiles.mjs +171 -0
- package/dist/actions/get-list-of-account-permission-profiles.mjs.map +1 -0
- package/dist/actions/get-members-of-a-signing-group.cjs +37 -0
- package/dist/actions/get-members-of-a-signing-group.cjs.map +1 -0
- package/dist/actions/get-members-of-a-signing-group.d.cts +9 -0
- package/dist/actions/get-members-of-a-signing-group.d.cts.map +1 -0
- package/dist/actions/get-members-of-a-signing-group.d.mts +9 -0
- package/dist/actions/get-members-of-a-signing-group.d.mts.map +1 -0
- package/dist/actions/get-members-of-a-signing-group.mjs +36 -0
- package/dist/actions/get-members-of-a-signing-group.mjs.map +1 -0
- package/dist/actions/get-notary-journals.cjs +51 -0
- package/dist/actions/get-notary-journals.cjs.map +1 -0
- package/dist/actions/get-notary-journals.d.cts +9 -0
- package/dist/actions/get-notary-journals.d.cts.map +1 -0
- package/dist/actions/get-notary-journals.d.mts +9 -0
- package/dist/actions/get-notary-journals.d.mts.map +1 -0
- package/dist/actions/get-notary-journals.mjs +50 -0
- package/dist/actions/get-notary-journals.mjs.map +1 -0
- package/dist/actions/get-notary-jurisdiction-object.cjs +40 -0
- package/dist/actions/get-notary-jurisdiction-object.cjs.map +1 -0
- package/dist/actions/get-notary-jurisdiction-object.d.cts +9 -0
- package/dist/actions/get-notary-jurisdiction-object.d.cts.map +1 -0
- package/dist/actions/get-notary-jurisdiction-object.d.mts +9 -0
- package/dist/actions/get-notary-jurisdiction-object.d.mts.map +1 -0
- package/dist/actions/get-notary-jurisdiction-object.mjs +39 -0
- package/dist/actions/get-notary-jurisdiction-object.mjs.map +1 -0
- package/dist/actions/get-notary-user-settings.cjs +63 -0
- package/dist/actions/get-notary-user-settings.cjs.map +1 -0
- package/dist/actions/get-notary-user-settings.d.cts +9 -0
- package/dist/actions/get-notary-user-settings.d.cts.map +1 -0
- package/dist/actions/get-notary-user-settings.d.mts +9 -0
- package/dist/actions/get-notary-user-settings.d.mts.map +1 -0
- package/dist/actions/get-notary-user-settings.mjs +62 -0
- package/dist/actions/get-notary-user-settings.mjs.map +1 -0
- package/dist/actions/get-original-html-definition-for-template.cjs +71 -0
- package/dist/actions/get-original-html-definition-for-template.cjs.map +1 -0
- package/dist/actions/get-original-html-definition-for-template.d.cts +9 -0
- package/dist/actions/get-original-html-definition-for-template.d.cts.map +1 -0
- package/dist/actions/get-original-html-definition-for-template.d.mts +9 -0
- package/dist/actions/get-original-html-definition-for-template.d.mts.map +1 -0
- package/dist/actions/get-original-html-definition-for-template.mjs +70 -0
- package/dist/actions/get-original-html-definition-for-template.mjs.map +1 -0
- package/dist/actions/get-page-image-from-envelope.cjs +47 -0
- package/dist/actions/get-page-image-from-envelope.cjs.map +1 -0
- package/dist/actions/get-page-image-from-envelope.d.cts +9 -0
- package/dist/actions/get-page-image-from-envelope.d.cts.map +1 -0
- package/dist/actions/get-page-image-from-envelope.d.mts +9 -0
- package/dist/actions/get-page-image-from-envelope.d.mts.map +1 -0
- package/dist/actions/get-page-image-from-envelope.mjs +46 -0
- package/dist/actions/get-page-image-from-envelope.mjs.map +1 -0
- package/dist/actions/get-pdftranscript-of-envelope-comments.cjs +25 -0
- package/dist/actions/get-pdftranscript-of-envelope-comments.cjs.map +1 -0
- package/dist/actions/get-pdftranscript-of-envelope-comments.d.cts +9 -0
- package/dist/actions/get-pdftranscript-of-envelope-comments.d.cts.map +1 -0
- package/dist/actions/get-pdftranscript-of-envelope-comments.d.mts +9 -0
- package/dist/actions/get-pdftranscript-of-envelope-comments.d.mts.map +1 -0
- package/dist/actions/get-pdftranscript-of-envelope-comments.mjs +24 -0
- package/dist/actions/get-pdftranscript-of-envelope-comments.mjs.map +1 -0
- package/dist/actions/get-permission-profile-for-account.cjs +76 -0
- package/dist/actions/get-permission-profile-for-account.cjs.map +1 -0
- package/dist/actions/get-permission-profile-for-account.d.cts +9 -0
- package/dist/actions/get-permission-profile-for-account.d.cts.map +1 -0
- package/dist/actions/get-permission-profile-for-account.d.mts +9 -0
- package/dist/actions/get-permission-profile-for-account.d.mts.map +1 -0
- package/dist/actions/get-permission-profile-for-account.mjs +75 -0
- package/dist/actions/get-permission-profile-for-account.mjs.map +1 -0
- package/dist/actions/get-power-form-senders.cjs +47 -0
- package/dist/actions/get-power-form-senders.cjs.map +1 -0
- package/dist/actions/get-power-form-senders.d.cts +9 -0
- package/dist/actions/get-power-form-senders.d.cts.map +1 -0
- package/dist/actions/get-power-form-senders.d.mts +9 -0
- package/dist/actions/get-power-form-senders.d.mts.map +1 -0
- package/dist/actions/get-power-form-senders.mjs +46 -0
- package/dist/actions/get-power-form-senders.mjs.map +1 -0
- package/dist/actions/get-recipient-document-visibility.cjs +25 -0
- package/dist/actions/get-recipient-document-visibility.cjs.map +1 -0
- package/dist/actions/get-recipient-document-visibility.d.cts +9 -0
- package/dist/actions/get-recipient-document-visibility.d.cts.map +1 -0
- package/dist/actions/get-recipient-document-visibility.d.mts +9 -0
- package/dist/actions/get-recipient-document-visibility.d.mts.map +1 -0
- package/dist/actions/get-recipient-document-visibility.mjs +24 -0
- package/dist/actions/get-recipient-document-visibility.mjs.map +1 -0
- package/dist/actions/get-request-log-settings.cjs +20 -0
- package/dist/actions/get-request-log-settings.cjs.map +1 -0
- package/dist/actions/get-request-log-settings.d.cts +9 -0
- package/dist/actions/get-request-log-settings.d.cts.map +1 -0
- package/dist/actions/get-request-log-settings.d.mts +9 -0
- package/dist/actions/get-request-log-settings.d.mts.map +1 -0
- package/dist/actions/get-request-log-settings.mjs +17 -0
- package/dist/actions/get-request-log-settings.mjs.map +1 -0
- package/dist/actions/get-request-logging-log-file.cjs +21 -0
- package/dist/actions/get-request-logging-log-file.cjs.map +1 -0
- package/dist/actions/get-request-logging-log-file.d.cts +9 -0
- package/dist/actions/get-request-logging-log-file.d.cts.map +1 -0
- package/dist/actions/get-request-logging-log-file.d.mts +9 -0
- package/dist/actions/get-request-logging-log-file.d.mts.map +1 -0
- package/dist/actions/get-request-logging-log-file.mjs +20 -0
- package/dist/actions/get-request-logging-log-file.mjs.map +1 -0
- package/dist/actions/get-request-logs.cjs +22 -0
- package/dist/actions/get-request-logs.cjs.map +1 -0
- package/dist/actions/get-request-logs.d.cts +9 -0
- package/dist/actions/get-request-logs.d.cts.map +1 -0
- package/dist/actions/get-request-logs.d.mts +9 -0
- package/dist/actions/get-request-logs.d.mts.map +1 -0
- package/dist/actions/get-request-logs.mjs +21 -0
- package/dist/actions/get-request-logs.mjs.map +1 -0
- package/dist/actions/get-resource-information.cjs +22 -0
- package/dist/actions/get-resource-information.cjs.map +1 -0
- package/dist/actions/get-resource-information.d.cts +9 -0
- package/dist/actions/get-resource-information.d.cts.map +1 -0
- package/dist/actions/get-resource-information.d.mts +9 -0
- package/dist/actions/get-resource-information.d.mts.map +1 -0
- package/dist/actions/get-resource-information.mjs +21 -0
- package/dist/actions/get-resource-information.mjs.map +1 -0
- package/dist/actions/get-service-information.cjs +27 -0
- package/dist/actions/get-service-information.cjs.map +1 -0
- package/dist/actions/get-service-information.d.cts +9 -0
- package/dist/actions/get-service-information.d.cts.map +1 -0
- package/dist/actions/get-service-information.d.mts +9 -0
- package/dist/actions/get-service-information.d.mts.map +1 -0
- package/dist/actions/get-service-information.mjs +26 -0
- package/dist/actions/get-service-information.mjs.map +1 -0
- package/dist/actions/get-signature-information-for-recipient.cjs +38 -0
- package/dist/actions/get-signature-information-for-recipient.cjs.map +1 -0
- package/dist/actions/get-signature-information-for-recipient.d.cts +9 -0
- package/dist/actions/get-signature-information-for-recipient.d.cts.map +1 -0
- package/dist/actions/get-signature-information-for-recipient.d.mts +9 -0
- package/dist/actions/get-signature-information-for-recipient.d.mts.map +1 -0
- package/dist/actions/get-signature-information-for-recipient.mjs +35 -0
- package/dist/actions/get-signature-information-for-recipient.mjs.map +1 -0
- package/dist/actions/get-signing-group-information.cjs +39 -0
- package/dist/actions/get-signing-group-information.cjs.map +1 -0
- package/dist/actions/get-signing-group-information.d.cts +9 -0
- package/dist/actions/get-signing-group-information.d.cts.map +1 -0
- package/dist/actions/get-signing-group-information.d.mts +9 -0
- package/dist/actions/get-signing-group-information.d.mts.map +1 -0
- package/dist/actions/get-signing-group-information.mjs +38 -0
- package/dist/actions/get-signing-group-information.mjs.map +1 -0
- package/dist/actions/get-specific-brand-resource-file.cjs +25 -0
- package/dist/actions/get-specific-brand-resource-file.cjs.map +1 -0
- package/dist/actions/get-specific-brand-resource-file.d.cts +9 -0
- package/dist/actions/get-specific-brand-resource-file.d.cts.map +1 -0
- package/dist/actions/get-specific-brand-resource-file.d.mts +9 -0
- package/dist/actions/get-specific-brand-resource-file.d.mts.map +1 -0
- package/dist/actions/get-specific-brand-resource-file.mjs +22 -0
- package/dist/actions/get-specific-brand-resource-file.mjs.map +1 -0
- package/dist/actions/get-specified-account-stamp-info.cjs +73 -0
- package/dist/actions/get-specified-account-stamp-info.cjs.map +1 -0
- package/dist/actions/get-specified-account-stamp-info.d.cts +9 -0
- package/dist/actions/get-specified-account-stamp-info.d.cts.map +1 -0
- package/dist/actions/get-specified-account-stamp-info.d.mts +9 -0
- package/dist/actions/get-specified-account-stamp-info.d.mts.map +1 -0
- package/dist/actions/get-specified-account-stamp-info.mjs +72 -0
- package/dist/actions/get-specified-account-stamp-info.mjs.map +1 -0
- package/dist/actions/get-supported-languages-for-recipients.cjs +20 -0
- package/dist/actions/get-supported-languages-for-recipients.cjs.map +1 -0
- package/dist/actions/get-supported-languages-for-recipients.d.cts +9 -0
- package/dist/actions/get-supported-languages-for-recipients.d.cts.map +1 -0
- package/dist/actions/get-supported-languages-for-recipients.d.mts +9 -0
- package/dist/actions/get-supported-languages-for-recipients.d.mts.map +1 -0
- package/dist/actions/get-supported-languages-for-recipients.mjs +19 -0
- package/dist/actions/get-supported-languages-for-recipients.mjs.map +1 -0
- package/dist/actions/get-tab-settings-for-account.cjs +40 -0
- package/dist/actions/get-tab-settings-for-account.cjs.map +1 -0
- package/dist/actions/get-tab-settings-for-account.d.cts +9 -0
- package/dist/actions/get-tab-settings-for-account.d.cts.map +1 -0
- package/dist/actions/get-tab-settings-for-account.d.mts +9 -0
- package/dist/actions/get-tab-settings-for-account.d.mts.map +1 -0
- package/dist/actions/get-tab-settings-for-account.mjs +37 -0
- package/dist/actions/get-tab-settings-for-account.mjs.map +1 -0
- package/dist/actions/get-template-delayed-routing-rules.cjs +28 -0
- package/dist/actions/get-template-delayed-routing-rules.cjs.map +1 -0
- package/dist/actions/get-template-delayed-routing-rules.d.cts +9 -0
- package/dist/actions/get-template-delayed-routing-rules.d.cts.map +1 -0
- package/dist/actions/get-template-delayed-routing-rules.d.mts +9 -0
- package/dist/actions/get-template-delayed-routing-rules.d.mts.map +1 -0
- package/dist/actions/get-template-delayed-routing-rules.mjs +27 -0
- package/dist/actions/get-template-delayed-routing-rules.mjs.map +1 -0
- package/dist/actions/get-template-document-html-definition.cjs +20 -0
- package/dist/actions/get-template-document-html-definition.cjs.map +1 -0
- package/dist/actions/get-template-document-html-definition.d.cts +9 -0
- package/dist/actions/get-template-document-html-definition.d.cts.map +1 -0
- package/dist/actions/get-template-document-html-definition.d.mts +9 -0
- package/dist/actions/get-template-document-html-definition.d.mts.map +1 -0
- package/dist/actions/get-template-document-html-definition.mjs +17 -0
- package/dist/actions/get-template-document-html-definition.mjs.map +1 -0
- package/dist/actions/get-template-lock-information.cjs +33 -0
- package/dist/actions/get-template-lock-information.cjs.map +1 -0
- package/dist/actions/get-template-lock-information.d.cts +9 -0
- package/dist/actions/get-template-lock-information.d.cts.map +1 -0
- package/dist/actions/get-template-lock-information.d.mts +9 -0
- package/dist/actions/get-template-lock-information.d.mts.map +1 -0
- package/dist/actions/get-template-lock-information.mjs +32 -0
- package/dist/actions/get-template-lock-information.mjs.map +1 -0
- package/dist/actions/get-template-notification-information.cjs +33 -0
- package/dist/actions/get-template-notification-information.cjs.map +1 -0
- package/dist/actions/get-template-notification-information.d.cts +9 -0
- package/dist/actions/get-template-notification-information.d.cts.map +1 -0
- package/dist/actions/get-template-notification-information.d.mts +9 -0
- package/dist/actions/get-template-notification-information.d.mts.map +1 -0
- package/dist/actions/get-template-notification-information.mjs +32 -0
- package/dist/actions/get-template-notification-information.mjs.map +1 -0
- package/dist/actions/get-template-recipient-document-visibility.cjs +31 -0
- package/dist/actions/get-template-recipient-document-visibility.cjs.map +1 -0
- package/dist/actions/get-template-recipient-document-visibility.d.cts +9 -0
- package/dist/actions/get-template-recipient-document-visibility.d.cts.map +1 -0
- package/dist/actions/get-template-recipient-document-visibility.d.mts +9 -0
- package/dist/actions/get-template-recipient-document-visibility.d.mts.map +1 -0
- package/dist/actions/get-template-recipient-document-visibility.mjs +30 -0
- package/dist/actions/get-template-recipient-document-visibility.mjs.map +1 -0
- package/dist/actions/get-template-scheduled-sending-settings.cjs +28 -0
- package/dist/actions/get-template-scheduled-sending-settings.cjs.map +1 -0
- package/dist/actions/get-template-scheduled-sending-settings.d.cts +9 -0
- package/dist/actions/get-template-scheduled-sending-settings.d.cts.map +1 -0
- package/dist/actions/get-template-scheduled-sending-settings.d.mts +9 -0
- package/dist/actions/get-template-scheduled-sending-settings.d.mts.map +1 -0
- package/dist/actions/get-template-scheduled-sending-settings.mjs +27 -0
- package/dist/actions/get-template-scheduled-sending-settings.mjs.map +1 -0
- package/dist/actions/get-template.cjs +191 -0
- package/dist/actions/get-template.cjs.map +1 -0
- package/dist/actions/get-template.d.cts +9 -0
- package/dist/actions/get-template.d.cts.map +1 -0
- package/dist/actions/get-template.d.mts +9 -0
- package/dist/actions/get-template.d.mts.map +1 -0
- package/dist/actions/get-template.mjs +190 -0
- package/dist/actions/get-template.mjs.map +1 -0
- package/dist/actions/get-templates-for-envelope-document.cjs +31 -0
- package/dist/actions/get-templates-for-envelope-document.cjs.map +1 -0
- package/dist/actions/get-templates-for-envelope-document.d.cts +9 -0
- package/dist/actions/get-templates-for-envelope-document.d.cts.map +1 -0
- package/dist/actions/get-templates-for-envelope-document.d.mts +9 -0
- package/dist/actions/get-templates-for-envelope-document.d.mts.map +1 -0
- package/dist/actions/get-templates-for-envelope-document.mjs +30 -0
- package/dist/actions/get-templates-for-envelope-document.mjs.map +1 -0
- package/dist/actions/get-templates-used-in-envelope.cjs +30 -0
- package/dist/actions/get-templates-used-in-envelope.cjs.map +1 -0
- package/dist/actions/get-templates-used-in-envelope.d.cts +9 -0
- package/dist/actions/get-templates-used-in-envelope.d.cts.map +1 -0
- package/dist/actions/get-templates-used-in-envelope.d.mts +9 -0
- package/dist/actions/get-templates-used-in-envelope.d.mts.map +1 -0
- package/dist/actions/get-templates-used-in-envelope.mjs +29 -0
- package/dist/actions/get-templates-used-in-envelope.mjs.map +1 -0
- package/dist/actions/get-unsupported-file-types-list.cjs +20 -0
- package/dist/actions/get-unsupported-file-types-list.cjs.map +1 -0
- package/dist/actions/get-unsupported-file-types-list.d.cts +9 -0
- package/dist/actions/get-unsupported-file-types-list.d.cts.map +1 -0
- package/dist/actions/get-unsupported-file-types-list.d.mts +9 -0
- package/dist/actions/get-unsupported-file-types-list.d.mts.map +1 -0
- package/dist/actions/get-unsupported-file-types-list.mjs +19 -0
- package/dist/actions/get-unsupported-file-types-list.mjs.map +1 -0
- package/dist/actions/get-urlfor-embedding-docusign-ui.cjs +20 -0
- package/dist/actions/get-urlfor-embedding-docusign-ui.cjs.map +1 -0
- package/dist/actions/get-urlfor-embedding-docusign-ui.d.cts +9 -0
- package/dist/actions/get-urlfor-embedding-docusign-ui.d.cts.map +1 -0
- package/dist/actions/get-urlfor-embedding-docusign-ui.d.mts +9 -0
- package/dist/actions/get-urlfor-embedding-docusign-ui.d.mts.map +1 -0
- package/dist/actions/get-urlfor-embedding-docusign-ui.mjs +17 -0
- package/dist/actions/get-urlfor-embedding-docusign-ui.mjs.map +1 -0
- package/dist/actions/get-user-authorization-details.cjs +37 -0
- package/dist/actions/get-user-authorization-details.cjs.map +1 -0
- package/dist/actions/get-user-authorization-details.d.cts +9 -0
- package/dist/actions/get-user-authorization-details.d.cts.map +1 -0
- package/dist/actions/get-user-authorization-details.d.mts +9 -0
- package/dist/actions/get-user-authorization-details.d.mts.map +1 -0
- package/dist/actions/get-user-authorization-details.mjs +36 -0
- package/dist/actions/get-user-authorization-details.mjs.map +1 -0
- package/dist/actions/get-user-authorizations-for-principal.cjs +49 -0
- package/dist/actions/get-user-authorizations-for-principal.cjs.map +1 -0
- package/dist/actions/get-user-authorizations-for-principal.d.cts +9 -0
- package/dist/actions/get-user-authorizations-for-principal.d.cts.map +1 -0
- package/dist/actions/get-user-authorizations-for-principal.d.mts +9 -0
- package/dist/actions/get-user-authorizations-for-principal.d.mts.map +1 -0
- package/dist/actions/get-user-authorizations-for-principal.mjs +48 -0
- package/dist/actions/get-user-authorizations-for-principal.mjs.map +1 -0
- package/dist/actions/get-user-cloud-storage-provider-configuration.cjs +32 -0
- package/dist/actions/get-user-cloud-storage-provider-configuration.cjs.map +1 -0
- package/dist/actions/get-user-cloud-storage-provider-configuration.d.cts +9 -0
- package/dist/actions/get-user-cloud-storage-provider-configuration.d.cts.map +1 -0
- package/dist/actions/get-user-cloud-storage-provider-configuration.d.mts +9 -0
- package/dist/actions/get-user-cloud-storage-provider-configuration.d.mts.map +1 -0
- package/dist/actions/get-user-cloud-storage-provider-configuration.mjs +31 -0
- package/dist/actions/get-user-cloud-storage-provider-configuration.mjs.map +1 -0
- package/dist/actions/get-user-information-by-id.cjs +98 -0
- package/dist/actions/get-user-information-by-id.cjs.map +1 -0
- package/dist/actions/get-user-information-by-id.d.cts +9 -0
- package/dist/actions/get-user-information-by-id.d.cts.map +1 -0
- package/dist/actions/get-user-information-by-id.d.mts +9 -0
- package/dist/actions/get-user-information-by-id.d.mts.map +1 -0
- package/dist/actions/get-user-information-by-id.mjs +97 -0
- package/dist/actions/get-user-information-by-id.mjs.map +1 -0
- package/dist/actions/get-users-in-group.cjs +49 -0
- package/dist/actions/get-users-in-group.cjs.map +1 -0
- package/dist/actions/get-users-in-group.d.cts +9 -0
- package/dist/actions/get-users-in-group.d.cts.map +1 -0
- package/dist/actions/get-users-in-group.d.mts +9 -0
- package/dist/actions/get-users-in-group.d.mts.map +1 -0
- package/dist/actions/get-users-in-group.mjs +48 -0
- package/dist/actions/get-users-in-group.mjs.map +1 -0
- package/dist/actions/get-watermark-details-for-account.cjs +27 -0
- package/dist/actions/get-watermark-details-for-account.cjs.map +1 -0
- package/dist/actions/get-watermark-details-for-account.d.cts +9 -0
- package/dist/actions/get-watermark-details-for-account.d.cts.map +1 -0
- package/dist/actions/get-watermark-details-for-account.d.mts +9 -0
- package/dist/actions/get-watermark-details-for-account.d.mts.map +1 -0
- package/dist/actions/get-watermark-details-for-account.mjs +26 -0
- package/dist/actions/get-watermark-details-for-account.mjs.map +1 -0
- package/dist/actions/get-workflow-step-for-envelope.cjs +39 -0
- package/dist/actions/get-workflow-step-for-envelope.cjs.map +1 -0
- package/dist/actions/get-workflow-step-for-envelope.d.cts +9 -0
- package/dist/actions/get-workflow-step-for-envelope.d.cts.map +1 -0
- package/dist/actions/get-workflow-step-for-envelope.d.mts +9 -0
- package/dist/actions/get-workflow-step-for-envelope.d.mts.map +1 -0
- package/dist/actions/get-workflow-step-for-envelope.mjs +38 -0
- package/dist/actions/get-workflow-step-for-envelope.mjs.map +1 -0
- package/dist/actions/get-workspace-file.cjs +28 -0
- package/dist/actions/get-workspace-file.cjs.map +1 -0
- package/dist/actions/get-workspace-file.d.cts +9 -0
- package/dist/actions/get-workspace-file.d.cts.map +1 -0
- package/dist/actions/get-workspace-file.d.mts +9 -0
- package/dist/actions/get-workspace-file.d.mts.map +1 -0
- package/dist/actions/get-workspace-file.mjs +27 -0
- package/dist/actions/get-workspace-file.mjs.map +1 -0
- package/dist/actions/get-workspace-folder-contents.cjs +53 -0
- package/dist/actions/get-workspace-folder-contents.cjs.map +1 -0
- package/dist/actions/get-workspace-folder-contents.d.cts +9 -0
- package/dist/actions/get-workspace-folder-contents.d.cts.map +1 -0
- package/dist/actions/get-workspace-folder-contents.d.mts +9 -0
- package/dist/actions/get-workspace-folder-contents.d.mts.map +1 -0
- package/dist/actions/get-workspace-folder-contents.mjs +52 -0
- package/dist/actions/get-workspace-folder-contents.mjs.map +1 -0
- package/dist/actions/index.cjs +671 -0
- package/dist/actions/index.d.cts +336 -0
- package/dist/actions/index.d.mts +336 -0
- package/dist/actions/index.mjs +336 -0
- package/dist/actions/initiate-new-chunked-upload.cjs +34 -0
- package/dist/actions/initiate-new-chunked-upload.cjs.map +1 -0
- package/dist/actions/initiate-new-chunked-upload.d.cts +9 -0
- package/dist/actions/initiate-new-chunked-upload.d.cts.map +1 -0
- package/dist/actions/initiate-new-chunked-upload.d.mts +9 -0
- package/dist/actions/initiate-new-chunked-upload.d.mts.map +1 -0
- package/dist/actions/initiate-new-chunked-upload.mjs +33 -0
- package/dist/actions/initiate-new-chunked-upload.mjs.map +1 -0
- package/dist/actions/list-all-templates.cjs +135 -0
- package/dist/actions/list-all-templates.cjs.map +1 -0
- package/dist/actions/list-all-templates.d.cts +9 -0
- package/dist/actions/list-all-templates.d.cts.map +1 -0
- package/dist/actions/list-all-templates.d.mts +9 -0
- package/dist/actions/list-all-templates.d.mts.map +1 -0
- package/dist/actions/list-all-templates.mjs +134 -0
- package/dist/actions/list-all-templates.mjs.map +1 -0
- package/dist/actions/list-billing-invoices.cjs +45 -0
- package/dist/actions/list-billing-invoices.cjs.map +1 -0
- package/dist/actions/list-billing-invoices.d.cts +9 -0
- package/dist/actions/list-billing-invoices.d.cts.map +1 -0
- package/dist/actions/list-billing-invoices.d.mts +9 -0
- package/dist/actions/list-billing-invoices.d.mts.map +1 -0
- package/dist/actions/list-billing-invoices.mjs +44 -0
- package/dist/actions/list-billing-invoices.mjs.map +1 -0
- package/dist/actions/list-brands-for-account.cjs +20 -0
- package/dist/actions/list-brands-for-account.cjs.map +1 -0
- package/dist/actions/list-brands-for-account.d.cts +9 -0
- package/dist/actions/list-brands-for-account.d.cts.map +1 -0
- package/dist/actions/list-brands-for-account.d.mts +9 -0
- package/dist/actions/list-brands-for-account.d.mts.map +1 -0
- package/dist/actions/list-brands-for-account.mjs +17 -0
- package/dist/actions/list-brands-for-account.mjs.map +1 -0
- package/dist/actions/list-bulk-send-batch-summaries.cjs +51 -0
- package/dist/actions/list-bulk-send-batch-summaries.cjs.map +1 -0
- package/dist/actions/list-bulk-send-batch-summaries.d.cts +9 -0
- package/dist/actions/list-bulk-send-batch-summaries.d.cts.map +1 -0
- package/dist/actions/list-bulk-send-batch-summaries.d.mts +9 -0
- package/dist/actions/list-bulk-send-batch-summaries.d.mts.map +1 -0
- package/dist/actions/list-bulk-send-batch-summaries.mjs +50 -0
- package/dist/actions/list-bulk-send-batch-summaries.mjs.map +1 -0
- package/dist/actions/list-cloud-storage-items.cjs +57 -0
- package/dist/actions/list-cloud-storage-items.cjs.map +1 -0
- package/dist/actions/list-cloud-storage-items.d.cts +9 -0
- package/dist/actions/list-cloud-storage-items.d.cts.map +1 -0
- package/dist/actions/list-cloud-storage-items.d.mts +9 -0
- package/dist/actions/list-cloud-storage-items.d.mts.map +1 -0
- package/dist/actions/list-cloud-storage-items.mjs +56 -0
- package/dist/actions/list-cloud-storage-items.mjs.map +1 -0
- package/dist/actions/list-envelope-and-document-custom-fields.cjs +34 -0
- package/dist/actions/list-envelope-and-document-custom-fields.cjs.map +1 -0
- package/dist/actions/list-envelope-and-document-custom-fields.d.cts +9 -0
- package/dist/actions/list-envelope-and-document-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-envelope-and-document-custom-fields.d.mts +9 -0
- package/dist/actions/list-envelope-and-document-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-envelope-and-document-custom-fields.mjs +33 -0
- package/dist/actions/list-envelope-and-document-custom-fields.mjs.map +1 -0
- package/dist/actions/list-envelope-attachments-by-envelope-id.cjs +28 -0
- package/dist/actions/list-envelope-attachments-by-envelope-id.cjs.map +1 -0
- package/dist/actions/list-envelope-attachments-by-envelope-id.d.cts +9 -0
- package/dist/actions/list-envelope-attachments-by-envelope-id.d.cts.map +1 -0
- package/dist/actions/list-envelope-attachments-by-envelope-id.d.mts +9 -0
- package/dist/actions/list-envelope-attachments-by-envelope-id.d.mts.map +1 -0
- package/dist/actions/list-envelope-attachments-by-envelope-id.mjs +27 -0
- package/dist/actions/list-envelope-attachments-by-envelope-id.mjs.map +1 -0
- package/dist/actions/list-oauth-userinfo.cjs +31 -0
- package/dist/actions/list-oauth-userinfo.cjs.map +1 -0
- package/dist/actions/list-oauth-userinfo.d.cts +9 -0
- package/dist/actions/list-oauth-userinfo.d.cts.map +1 -0
- package/dist/actions/list-oauth-userinfo.d.mts +9 -0
- package/dist/actions/list-oauth-userinfo.d.mts.map +1 -0
- package/dist/actions/list-oauth-userinfo.mjs +30 -0
- package/dist/actions/list-oauth-userinfo.mjs.map +1 -0
- package/dist/actions/list-past-due-invoices.cjs +30 -0
- package/dist/actions/list-past-due-invoices.cjs.map +1 -0
- package/dist/actions/list-past-due-invoices.d.cts +9 -0
- package/dist/actions/list-past-due-invoices.d.cts.map +1 -0
- package/dist/actions/list-past-due-invoices.d.mts +9 -0
- package/dist/actions/list-past-due-invoices.d.mts.map +1 -0
- package/dist/actions/list-past-due-invoices.mjs +29 -0
- package/dist/actions/list-past-due-invoices.mjs.map +1 -0
- package/dist/actions/list-payment-gateway-accounts-info.cjs +50 -0
- package/dist/actions/list-payment-gateway-accounts-info.cjs.map +1 -0
- package/dist/actions/list-payment-gateway-accounts-info.d.cts +9 -0
- package/dist/actions/list-payment-gateway-accounts-info.d.cts.map +1 -0
- package/dist/actions/list-payment-gateway-accounts-info.d.mts +9 -0
- package/dist/actions/list-payment-gateway-accounts-info.d.mts.map +1 -0
- package/dist/actions/list-payment-gateway-accounts-info.mjs +49 -0
- package/dist/actions/list-payment-gateway-accounts-info.mjs.map +1 -0
- package/dist/actions/list-registered-notary-jurisdictions.cjs +49 -0
- package/dist/actions/list-registered-notary-jurisdictions.cjs.map +1 -0
- package/dist/actions/list-registered-notary-jurisdictions.d.cts +9 -0
- package/dist/actions/list-registered-notary-jurisdictions.d.cts.map +1 -0
- package/dist/actions/list-registered-notary-jurisdictions.d.mts +9 -0
- package/dist/actions/list-registered-notary-jurisdictions.d.mts.map +1 -0
- package/dist/actions/list-registered-notary-jurisdictions.mjs +48 -0
- package/dist/actions/list-registered-notary-jurisdictions.mjs.map +1 -0
- package/dist/actions/list-signature-providers-for-account.cjs +34 -0
- package/dist/actions/list-signature-providers-for-account.cjs.map +1 -0
- package/dist/actions/list-signature-providers-for-account.d.cts +9 -0
- package/dist/actions/list-signature-providers-for-account.d.cts.map +1 -0
- package/dist/actions/list-signature-providers-for-account.d.mts +9 -0
- package/dist/actions/list-signature-providers-for-account.d.mts.map +1 -0
- package/dist/actions/list-signature-providers-for-account.mjs +33 -0
- package/dist/actions/list-signature-providers-for-account.mjs.map +1 -0
- package/dist/actions/list-users-for-account.cjs +39 -0
- package/dist/actions/list-users-for-account.cjs.map +1 -0
- package/dist/actions/list-users-for-account.d.cts +9 -0
- package/dist/actions/list-users-for-account.d.cts.map +1 -0
- package/dist/actions/list-users-for-account.d.mts +9 -0
- package/dist/actions/list-users-for-account.d.mts.map +1 -0
- package/dist/actions/list-users-for-account.mjs +36 -0
- package/dist/actions/list-users-for-account.mjs.map +1 -0
- package/dist/actions/list-workspace-file-pages.cjs +48 -0
- package/dist/actions/list-workspace-file-pages.cjs.map +1 -0
- package/dist/actions/list-workspace-file-pages.d.cts +9 -0
- package/dist/actions/list-workspace-file-pages.d.cts.map +1 -0
- package/dist/actions/list-workspace-file-pages.d.mts +9 -0
- package/dist/actions/list-workspace-file-pages.d.mts.map +1 -0
- package/dist/actions/list-workspace-file-pages.mjs +47 -0
- package/dist/actions/list-workspace-file-pages.mjs.map +1 -0
- package/dist/actions/list-workspaces.cjs +59 -0
- package/dist/actions/list-workspaces.cjs.map +1 -0
- package/dist/actions/list-workspaces.d.cts +9 -0
- package/dist/actions/list-workspaces.d.cts.map +1 -0
- package/dist/actions/list-workspaces.d.mts +9 -0
- package/dist/actions/list-workspaces.d.mts.map +1 -0
- package/dist/actions/list-workspaces.mjs +58 -0
- package/dist/actions/list-workspaces.mjs.map +1 -0
- package/dist/actions/lock-an-envelope-for-editing.cjs +53 -0
- package/dist/actions/lock-an-envelope-for-editing.cjs.map +1 -0
- package/dist/actions/lock-an-envelope-for-editing.d.cts +9 -0
- package/dist/actions/lock-an-envelope-for-editing.d.cts.map +1 -0
- package/dist/actions/lock-an-envelope-for-editing.d.mts +9 -0
- package/dist/actions/lock-an-envelope-for-editing.d.mts.map +1 -0
- package/dist/actions/lock-an-envelope-for-editing.mjs +52 -0
- package/dist/actions/lock-an-envelope-for-editing.mjs.map +1 -0
- package/dist/actions/lock-template-for-editing.cjs +33 -0
- package/dist/actions/lock-template-for-editing.cjs.map +1 -0
- package/dist/actions/lock-template-for-editing.d.cts +9 -0
- package/dist/actions/lock-template-for-editing.d.cts.map +1 -0
- package/dist/actions/lock-template-for-editing.d.mts +9 -0
- package/dist/actions/lock-template-for-editing.d.mts.map +1 -0
- package/dist/actions/lock-template-for-editing.mjs +30 -0
- package/dist/actions/lock-template-for-editing.mjs.map +1 -0
- package/dist/actions/modify-account-notification-settings.cjs +77 -0
- package/dist/actions/modify-account-notification-settings.cjs.map +1 -0
- package/dist/actions/modify-account-notification-settings.d.cts +9 -0
- package/dist/actions/modify-account-notification-settings.d.cts.map +1 -0
- package/dist/actions/modify-account-notification-settings.d.mts +9 -0
- package/dist/actions/modify-account-notification-settings.d.mts.map +1 -0
- package/dist/actions/modify-account-notification-settings.mjs +74 -0
- package/dist/actions/modify-account-notification-settings.mjs.map +1 -0
- package/dist/actions/modify-tab-settings-for-account.cjs +243 -0
- package/dist/actions/modify-tab-settings-for-account.cjs.map +1 -0
- package/dist/actions/modify-tab-settings-for-account.d.cts +9 -0
- package/dist/actions/modify-tab-settings-for-account.d.cts.map +1 -0
- package/dist/actions/modify-tab-settings-for-account.d.mts +9 -0
- package/dist/actions/modify-tab-settings-for-account.d.mts.map +1 -0
- package/dist/actions/modify-tab-settings-for-account.mjs +242 -0
- package/dist/actions/modify-tab-settings-for-account.mjs.map +1 -0
- package/dist/actions/post-payment-to-invoice.cjs +25 -0
- package/dist/actions/post-payment-to-invoice.cjs.map +1 -0
- package/dist/actions/post-payment-to-invoice.d.cts +9 -0
- package/dist/actions/post-payment-to-invoice.d.cts.map +1 -0
- package/dist/actions/post-payment-to-invoice.d.mts +9 -0
- package/dist/actions/post-payment-to-invoice.d.mts.map +1 -0
- package/dist/actions/post-payment-to-invoice.mjs +22 -0
- package/dist/actions/post-payment-to-invoice.mjs.map +1 -0
- package/dist/actions/purchase-additional-envelopes.cjs +27 -0
- package/dist/actions/purchase-additional-envelopes.cjs.map +1 -0
- package/dist/actions/purchase-additional-envelopes.d.cts +9 -0
- package/dist/actions/purchase-additional-envelopes.d.cts.map +1 -0
- package/dist/actions/purchase-additional-envelopes.d.mts +9 -0
- package/dist/actions/purchase-additional-envelopes.d.mts.map +1 -0
- package/dist/actions/purchase-additional-envelopes.mjs +24 -0
- package/dist/actions/purchase-additional-envelopes.mjs.map +1 -0
- package/dist/actions/queue-downgrade-billing-plan-request.cjs +61 -0
- package/dist/actions/queue-downgrade-billing-plan-request.cjs.map +1 -0
- package/dist/actions/queue-downgrade-billing-plan-request.d.cts +9 -0
- package/dist/actions/queue-downgrade-billing-plan-request.d.cts.map +1 -0
- package/dist/actions/queue-downgrade-billing-plan-request.d.mts +9 -0
- package/dist/actions/queue-downgrade-billing-plan-request.d.mts.map +1 -0
- package/dist/actions/queue-downgrade-billing-plan-request.mjs +58 -0
- package/dist/actions/queue-downgrade-billing-plan-request.mjs.map +1 -0
- package/dist/actions/register-current-user-as-notary.cjs +840 -0
- package/dist/actions/register-current-user-as-notary.cjs.map +1 -0
- package/dist/actions/register-current-user-as-notary.d.cts +9 -0
- package/dist/actions/register-current-user-as-notary.d.cts.map +1 -0
- package/dist/actions/register-current-user-as-notary.d.mts +9 -0
- package/dist/actions/register-current-user-as-notary.d.mts.map +1 -0
- package/dist/actions/register-current-user-as-notary.mjs +837 -0
- package/dist/actions/register-current-user-as-notary.mjs.map +1 -0
- package/dist/actions/remove-bulk-send-list.cjs +28 -0
- package/dist/actions/remove-bulk-send-list.cjs.map +1 -0
- package/dist/actions/remove-bulk-send-list.d.cts +9 -0
- package/dist/actions/remove-bulk-send-list.d.cts.map +1 -0
- package/dist/actions/remove-bulk-send-list.d.mts +9 -0
- package/dist/actions/remove-bulk-send-list.d.mts.map +1 -0
- package/dist/actions/remove-bulk-send-list.mjs +27 -0
- package/dist/actions/remove-bulk-send-list.mjs.map +1 -0
- package/dist/actions/remove-group-sharing-permissions-for-template.cjs +63 -0
- package/dist/actions/remove-group-sharing-permissions-for-template.cjs.map +1 -0
- package/dist/actions/remove-group-sharing-permissions-for-template.d.cts +9 -0
- package/dist/actions/remove-group-sharing-permissions-for-template.d.cts.map +1 -0
- package/dist/actions/remove-group-sharing-permissions-for-template.d.mts +9 -0
- package/dist/actions/remove-group-sharing-permissions-for-template.d.mts.map +1 -0
- package/dist/actions/remove-group-sharing-permissions-for-template.mjs +60 -0
- package/dist/actions/remove-group-sharing-permissions-for-template.mjs.map +1 -0
- package/dist/actions/remove-templates-from-favorites.cjs +40 -0
- package/dist/actions/remove-templates-from-favorites.cjs.map +1 -0
- package/dist/actions/remove-templates-from-favorites.d.cts +9 -0
- package/dist/actions/remove-templates-from-favorites.d.cts.map +1 -0
- package/dist/actions/remove-templates-from-favorites.d.mts +9 -0
- package/dist/actions/remove-templates-from-favorites.d.mts.map +1 -0
- package/dist/actions/remove-templates-from-favorites.mjs +39 -0
- package/dist/actions/remove-templates-from-favorites.mjs.map +1 -0
- package/dist/actions/remove-user-signature-information.cjs +20 -0
- package/dist/actions/remove-user-signature-information.cjs.map +1 -0
- package/dist/actions/remove-user-signature-information.d.cts +9 -0
- package/dist/actions/remove-user-signature-information.d.cts.map +1 -0
- package/dist/actions/remove-user-signature-information.d.mts +9 -0
- package/dist/actions/remove-user-signature-information.d.mts.map +1 -0
- package/dist/actions/remove-user-signature-information.mjs +17 -0
- package/dist/actions/remove-user-signature-information.mjs.map +1 -0
- package/dist/actions/republish-connect-data-for-envelope.cjs +26 -0
- package/dist/actions/republish-connect-data-for-envelope.cjs.map +1 -0
- package/dist/actions/republish-connect-data-for-envelope.d.cts +9 -0
- package/dist/actions/republish-connect-data-for-envelope.d.cts.map +1 -0
- package/dist/actions/republish-connect-data-for-envelope.d.mts +9 -0
- package/dist/actions/republish-connect-data-for-envelope.d.mts.map +1 -0
- package/dist/actions/republish-connect-data-for-envelope.mjs +25 -0
- package/dist/actions/republish-connect-data-for-envelope.mjs.map +1 -0
- package/dist/actions/republish-connect-info-for-envelopes.cjs +27 -0
- package/dist/actions/republish-connect-info-for-envelopes.cjs.map +1 -0
- package/dist/actions/republish-connect-info-for-envelopes.d.cts +9 -0
- package/dist/actions/republish-connect-info-for-envelopes.d.cts.map +1 -0
- package/dist/actions/republish-connect-info-for-envelopes.d.mts +9 -0
- package/dist/actions/republish-connect-info-for-envelopes.d.mts.map +1 -0
- package/dist/actions/republish-connect-info-for-envelopes.mjs +26 -0
- package/dist/actions/republish-connect-info-for-envelopes.mjs.map +1 -0
- package/dist/actions/retrieve-account-billing-plan.cjs +121 -0
- package/dist/actions/retrieve-account-billing-plan.cjs.map +1 -0
- package/dist/actions/retrieve-account-billing-plan.d.cts +9 -0
- package/dist/actions/retrieve-account-billing-plan.d.cts.map +1 -0
- package/dist/actions/retrieve-account-billing-plan.d.mts +9 -0
- package/dist/actions/retrieve-account-billing-plan.d.mts.map +1 -0
- package/dist/actions/retrieve-account-billing-plan.mjs +120 -0
- package/dist/actions/retrieve-account-billing-plan.mjs.map +1 -0
- package/dist/actions/retrieve-account-brand-information.cjs +78 -0
- package/dist/actions/retrieve-account-brand-information.cjs.map +1 -0
- package/dist/actions/retrieve-account-brand-information.d.cts +9 -0
- package/dist/actions/retrieve-account-brand-information.d.cts.map +1 -0
- package/dist/actions/retrieve-account-brand-information.d.mts +9 -0
- package/dist/actions/retrieve-account-brand-information.d.mts.map +1 -0
- package/dist/actions/retrieve-account-brand-information.mjs +77 -0
- package/dist/actions/retrieve-account-brand-information.mjs.map +1 -0
- package/dist/actions/retrieve-account-envelope-purge-config.cjs +21 -0
- package/dist/actions/retrieve-account-envelope-purge-config.cjs.map +1 -0
- package/dist/actions/retrieve-account-envelope-purge-config.d.cts +9 -0
- package/dist/actions/retrieve-account-envelope-purge-config.d.cts.map +1 -0
- package/dist/actions/retrieve-account-envelope-purge-config.d.mts +9 -0
- package/dist/actions/retrieve-account-envelope-purge-config.d.mts.map +1 -0
- package/dist/actions/retrieve-account-envelope-purge-config.mjs +18 -0
- package/dist/actions/retrieve-account-envelope-purge-config.mjs.map +1 -0
- package/dist/actions/retrieve-account-favorite-templates.cjs +29 -0
- package/dist/actions/retrieve-account-favorite-templates.cjs.map +1 -0
- package/dist/actions/retrieve-account-favorite-templates.d.cts +9 -0
- package/dist/actions/retrieve-account-favorite-templates.d.cts.map +1 -0
- package/dist/actions/retrieve-account-favorite-templates.d.mts +9 -0
- package/dist/actions/retrieve-account-favorite-templates.d.mts.map +1 -0
- package/dist/actions/retrieve-account-favorite-templates.mjs +28 -0
- package/dist/actions/retrieve-account-favorite-templates.mjs.map +1 -0
- package/dist/actions/retrieve-account-information-for-specified-account.cjs +62 -0
- package/dist/actions/retrieve-account-information-for-specified-account.cjs.map +1 -0
- package/dist/actions/retrieve-account-information-for-specified-account.d.cts +9 -0
- package/dist/actions/retrieve-account-information-for-specified-account.d.cts.map +1 -0
- package/dist/actions/retrieve-account-information-for-specified-account.d.mts +9 -0
- package/dist/actions/retrieve-account-information-for-specified-account.d.mts.map +1 -0
- package/dist/actions/retrieve-account-information-for-specified-account.mjs +61 -0
- package/dist/actions/retrieve-account-information-for-specified-account.mjs.map +1 -0
- package/dist/actions/retrieve-account-provisioning-info.cjs +24 -0
- package/dist/actions/retrieve-account-provisioning-info.cjs.map +1 -0
- package/dist/actions/retrieve-account-provisioning-info.d.cts +9 -0
- package/dist/actions/retrieve-account-provisioning-info.d.cts.map +1 -0
- package/dist/actions/retrieve-account-provisioning-info.d.mts +9 -0
- package/dist/actions/retrieve-account-provisioning-info.d.mts.map +1 -0
- package/dist/actions/retrieve-account-provisioning-info.mjs +21 -0
- package/dist/actions/retrieve-account-provisioning-info.mjs.map +1 -0
- package/dist/actions/retrieve-account-seal-providers.cjs +20 -0
- package/dist/actions/retrieve-account-seal-providers.cjs.map +1 -0
- package/dist/actions/retrieve-account-seal-providers.d.cts +9 -0
- package/dist/actions/retrieve-account-seal-providers.d.cts.map +1 -0
- package/dist/actions/retrieve-account-seal-providers.d.mts +9 -0
- package/dist/actions/retrieve-account-seal-providers.d.mts.map +1 -0
- package/dist/actions/retrieve-account-seal-providers.mjs +19 -0
- package/dist/actions/retrieve-account-seal-providers.mjs.map +1 -0
- package/dist/actions/retrieve-account-settings-information.cjs +149 -0
- package/dist/actions/retrieve-account-settings-information.cjs.map +1 -0
- package/dist/actions/retrieve-account-settings-information.d.cts +9 -0
- package/dist/actions/retrieve-account-settings-information.d.cts.map +1 -0
- package/dist/actions/retrieve-account-settings-information.d.mts +9 -0
- package/dist/actions/retrieve-account-settings-information.d.mts.map +1 -0
- package/dist/actions/retrieve-account-settings-information.mjs +148 -0
- package/dist/actions/retrieve-account-settings-information.mjs.map +1 -0
- package/dist/actions/retrieve-account-signing-groups.cjs +41 -0
- package/dist/actions/retrieve-account-signing-groups.cjs.map +1 -0
- package/dist/actions/retrieve-account-signing-groups.d.cts +9 -0
- package/dist/actions/retrieve-account-signing-groups.d.cts.map +1 -0
- package/dist/actions/retrieve-account-signing-groups.d.mts +9 -0
- package/dist/actions/retrieve-account-signing-groups.d.mts.map +1 -0
- package/dist/actions/retrieve-account-signing-groups.mjs +40 -0
- package/dist/actions/retrieve-account-signing-groups.mjs.map +1 -0
- package/dist/actions/retrieve-account-verification-workflows.cjs +47 -0
- package/dist/actions/retrieve-account-verification-workflows.cjs.map +1 -0
- package/dist/actions/retrieve-account-verification-workflows.d.cts +9 -0
- package/dist/actions/retrieve-account-verification-workflows.d.cts.map +1 -0
- package/dist/actions/retrieve-account-verification-workflows.d.mts +9 -0
- package/dist/actions/retrieve-account-verification-workflows.d.mts.map +1 -0
- package/dist/actions/retrieve-account-verification-workflows.mjs +46 -0
- package/dist/actions/retrieve-account-verification-workflows.mjs.map +1 -0
- package/dist/actions/retrieve-all-account-tabs.cjs +75 -0
- package/dist/actions/retrieve-all-account-tabs.cjs.map +1 -0
- package/dist/actions/retrieve-all-account-tabs.d.cts +9 -0
- package/dist/actions/retrieve-all-account-tabs.d.cts.map +1 -0
- package/dist/actions/retrieve-all-account-tabs.d.mts +9 -0
- package/dist/actions/retrieve-all-account-tabs.d.mts.map +1 -0
- package/dist/actions/retrieve-all-account-tabs.mjs +74 -0
- package/dist/actions/retrieve-all-account-tabs.mjs.map +1 -0
- package/dist/actions/retrieve-available-account-stamps.cjs +55 -0
- package/dist/actions/retrieve-available-account-stamps.cjs.map +1 -0
- package/dist/actions/retrieve-available-account-stamps.d.cts +9 -0
- package/dist/actions/retrieve-available-account-stamps.d.cts.map +1 -0
- package/dist/actions/retrieve-available-account-stamps.d.mts +9 -0
- package/dist/actions/retrieve-available-account-stamps.d.mts.map +1 -0
- package/dist/actions/retrieve-available-account-stamps.mjs +54 -0
- package/dist/actions/retrieve-available-account-stamps.mjs.map +1 -0
- package/dist/actions/retrieve-billing-invoice.cjs +41 -0
- package/dist/actions/retrieve-billing-invoice.cjs.map +1 -0
- package/dist/actions/retrieve-billing-invoice.d.cts +9 -0
- package/dist/actions/retrieve-billing-invoice.d.cts.map +1 -0
- package/dist/actions/retrieve-billing-invoice.d.mts +9 -0
- package/dist/actions/retrieve-billing-invoice.d.mts.map +1 -0
- package/dist/actions/retrieve-billing-invoice.mjs +40 -0
- package/dist/actions/retrieve-billing-invoice.mjs.map +1 -0
- package/dist/actions/retrieve-billing-payment-info.cjs +25 -0
- package/dist/actions/retrieve-billing-payment-info.cjs.map +1 -0
- package/dist/actions/retrieve-billing-payment-info.d.cts +9 -0
- package/dist/actions/retrieve-billing-payment-info.d.cts.map +1 -0
- package/dist/actions/retrieve-billing-payment-info.d.mts +9 -0
- package/dist/actions/retrieve-billing-payment-info.d.mts.map +1 -0
- package/dist/actions/retrieve-billing-payment-info.mjs +22 -0
- package/dist/actions/retrieve-billing-payment-info.mjs.map +1 -0
- package/dist/actions/retrieve-chunked-upload-metadata.cjs +34 -0
- package/dist/actions/retrieve-chunked-upload-metadata.cjs.map +1 -0
- package/dist/actions/retrieve-chunked-upload-metadata.d.cts +9 -0
- package/dist/actions/retrieve-chunked-upload-metadata.d.cts.map +1 -0
- package/dist/actions/retrieve-chunked-upload-metadata.d.mts +9 -0
- package/dist/actions/retrieve-chunked-upload-metadata.d.mts.map +1 -0
- package/dist/actions/retrieve-chunked-upload-metadata.mjs +33 -0
- package/dist/actions/retrieve-chunked-upload-metadata.mjs.map +1 -0
- package/dist/actions/retrieve-cloud-storage-provider-configuration.cjs +30 -0
- package/dist/actions/retrieve-cloud-storage-provider-configuration.cjs.map +1 -0
- package/dist/actions/retrieve-cloud-storage-provider-configuration.d.cts +9 -0
- package/dist/actions/retrieve-cloud-storage-provider-configuration.d.cts.map +1 -0
- package/dist/actions/retrieve-cloud-storage-provider-configuration.d.mts +9 -0
- package/dist/actions/retrieve-cloud-storage-provider-configuration.d.mts.map +1 -0
- package/dist/actions/retrieve-cloud-storage-provider-configuration.mjs +29 -0
- package/dist/actions/retrieve-cloud-storage-provider-configuration.mjs.map +1 -0
- package/dist/actions/retrieve-connect-configuration-details.cjs +49 -0
- package/dist/actions/retrieve-connect-configuration-details.cjs.map +1 -0
- package/dist/actions/retrieve-connect-configuration-details.d.cts +9 -0
- package/dist/actions/retrieve-connect-configuration-details.d.cts.map +1 -0
- package/dist/actions/retrieve-connect-configuration-details.d.mts +9 -0
- package/dist/actions/retrieve-connect-configuration-details.d.mts.map +1 -0
- package/dist/actions/retrieve-connect-configuration-details.mjs +48 -0
- package/dist/actions/retrieve-connect-configuration-details.mjs.map +1 -0
- package/dist/actions/retrieve-connect-configurations.cjs +30 -0
- package/dist/actions/retrieve-connect-configurations.cjs.map +1 -0
- package/dist/actions/retrieve-connect-configurations.d.cts +9 -0
- package/dist/actions/retrieve-connect-configurations.d.cts.map +1 -0
- package/dist/actions/retrieve-connect-configurations.d.mts +9 -0
- package/dist/actions/retrieve-connect-configurations.d.mts.map +1 -0
- package/dist/actions/retrieve-connect-configurations.mjs +29 -0
- package/dist/actions/retrieve-connect-configurations.mjs.map +1 -0
- package/dist/actions/retrieve-connect-failure-logs.cjs +45 -0
- package/dist/actions/retrieve-connect-failure-logs.cjs.map +1 -0
- package/dist/actions/retrieve-connect-failure-logs.d.cts +9 -0
- package/dist/actions/retrieve-connect-failure-logs.d.cts.map +1 -0
- package/dist/actions/retrieve-connect-failure-logs.d.mts +9 -0
- package/dist/actions/retrieve-connect-failure-logs.d.mts.map +1 -0
- package/dist/actions/retrieve-connect-failure-logs.mjs +44 -0
- package/dist/actions/retrieve-connect-failure-logs.mjs.map +1 -0
- package/dist/actions/retrieve-connect-log-entry.cjs +50 -0
- package/dist/actions/retrieve-connect-log-entry.cjs.map +1 -0
- package/dist/actions/retrieve-connect-log-entry.d.cts +9 -0
- package/dist/actions/retrieve-connect-log-entry.d.cts.map +1 -0
- package/dist/actions/retrieve-connect-log-entry.d.mts +9 -0
- package/dist/actions/retrieve-connect-log-entry.d.mts.map +1 -0
- package/dist/actions/retrieve-connect-log-entry.mjs +49 -0
- package/dist/actions/retrieve-connect-log-entry.mjs.map +1 -0
- package/dist/actions/retrieve-connect-logs.cjs +56 -0
- package/dist/actions/retrieve-connect-logs.cjs.map +1 -0
- package/dist/actions/retrieve-connect-logs.d.cts +9 -0
- package/dist/actions/retrieve-connect-logs.d.cts.map +1 -0
- package/dist/actions/retrieve-connect-logs.d.mts +9 -0
- package/dist/actions/retrieve-connect-logs.d.mts.map +1 -0
- package/dist/actions/retrieve-connect-logs.mjs +55 -0
- package/dist/actions/retrieve-connect-logs.mjs.map +1 -0
- package/dist/actions/retrieve-connect-oauth-configuration.cjs +22 -0
- package/dist/actions/retrieve-connect-oauth-configuration.cjs.map +1 -0
- package/dist/actions/retrieve-connect-oauth-configuration.d.cts +9 -0
- package/dist/actions/retrieve-connect-oauth-configuration.d.cts.map +1 -0
- package/dist/actions/retrieve-connect-oauth-configuration.d.mts +9 -0
- package/dist/actions/retrieve-connect-oauth-configuration.d.mts.map +1 -0
- package/dist/actions/retrieve-connect-oauth-configuration.mjs +19 -0
- package/dist/actions/retrieve-connect-oauth-configuration.mjs.map +1 -0
- package/dist/actions/retrieve-credit-card-info.cjs +37 -0
- package/dist/actions/retrieve-credit-card-info.cjs.map +1 -0
- package/dist/actions/retrieve-credit-card-info.d.cts +9 -0
- package/dist/actions/retrieve-credit-card-info.d.cts.map +1 -0
- package/dist/actions/retrieve-credit-card-info.d.mts +9 -0
- package/dist/actions/retrieve-credit-card-info.d.mts.map +1 -0
- package/dist/actions/retrieve-credit-card-info.mjs +36 -0
- package/dist/actions/retrieve-credit-card-info.mjs.map +1 -0
- package/dist/actions/retrieve-custom-fields-for-envelope.cjs +31 -0
- package/dist/actions/retrieve-custom-fields-for-envelope.cjs.map +1 -0
- package/dist/actions/retrieve-custom-fields-for-envelope.d.cts +9 -0
- package/dist/actions/retrieve-custom-fields-for-envelope.d.cts.map +1 -0
- package/dist/actions/retrieve-custom-fields-for-envelope.d.mts +9 -0
- package/dist/actions/retrieve-custom-fields-for-envelope.d.mts.map +1 -0
- package/dist/actions/retrieve-custom-fields-for-envelope.mjs +30 -0
- package/dist/actions/retrieve-custom-fields-for-envelope.mjs.map +1 -0
- package/dist/actions/retrieve-custom-fields-for-template.cjs +28 -0
- package/dist/actions/retrieve-custom-fields-for-template.cjs.map +1 -0
- package/dist/actions/retrieve-custom-fields-for-template.d.cts +9 -0
- package/dist/actions/retrieve-custom-fields-for-template.d.cts.map +1 -0
- package/dist/actions/retrieve-custom-fields-for-template.d.mts +9 -0
- package/dist/actions/retrieve-custom-fields-for-template.d.mts.map +1 -0
- package/dist/actions/retrieve-custom-fields-for-template.mjs +27 -0
- package/dist/actions/retrieve-custom-fields-for-template.mjs.map +1 -0
- package/dist/actions/retrieve-custom-tab-information.cjs +74 -0
- package/dist/actions/retrieve-custom-tab-information.cjs.map +1 -0
- package/dist/actions/retrieve-custom-tab-information.d.cts +9 -0
- package/dist/actions/retrieve-custom-tab-information.d.cts.map +1 -0
- package/dist/actions/retrieve-custom-tab-information.d.mts +9 -0
- package/dist/actions/retrieve-custom-tab-information.d.mts.map +1 -0
- package/dist/actions/retrieve-custom-tab-information.mjs +71 -0
- package/dist/actions/retrieve-custom-tab-information.mjs.map +1 -0
- package/dist/actions/retrieve-custom-user-settings.cjs +23 -0
- package/dist/actions/retrieve-custom-user-settings.cjs.map +1 -0
- package/dist/actions/retrieve-custom-user-settings.d.cts +9 -0
- package/dist/actions/retrieve-custom-user-settings.d.cts.map +1 -0
- package/dist/actions/retrieve-custom-user-settings.d.mts +9 -0
- package/dist/actions/retrieve-custom-user-settings.d.mts.map +1 -0
- package/dist/actions/retrieve-custom-user-settings.mjs +22 -0
- package/dist/actions/retrieve-custom-user-settings.mjs.map +1 -0
- package/dist/actions/retrieve-default-disclosure-for-envelope.cjs +54 -0
- package/dist/actions/retrieve-default-disclosure-for-envelope.cjs.map +1 -0
- package/dist/actions/retrieve-default-disclosure-for-envelope.d.cts +9 -0
- package/dist/actions/retrieve-default-disclosure-for-envelope.d.cts.map +1 -0
- package/dist/actions/retrieve-default-disclosure-for-envelope.d.mts +9 -0
- package/dist/actions/retrieve-default-disclosure-for-envelope.d.mts.map +1 -0
- package/dist/actions/retrieve-default-disclosure-for-envelope.mjs +51 -0
- package/dist/actions/retrieve-default-disclosure-for-envelope.mjs.map +1 -0
- package/dist/actions/retrieve-envelope-attachment.cjs +25 -0
- package/dist/actions/retrieve-envelope-attachment.cjs.map +1 -0
- package/dist/actions/retrieve-envelope-attachment.d.cts +9 -0
- package/dist/actions/retrieve-envelope-attachment.d.cts.map +1 -0
- package/dist/actions/retrieve-envelope-attachment.d.mts +9 -0
- package/dist/actions/retrieve-envelope-attachment.d.mts.map +1 -0
- package/dist/actions/retrieve-envelope-attachment.mjs +24 -0
- package/dist/actions/retrieve-envelope-attachment.mjs.map +1 -0
- package/dist/actions/retrieve-envelope-audit-events.cjs +24 -0
- package/dist/actions/retrieve-envelope-audit-events.cjs.map +1 -0
- package/dist/actions/retrieve-envelope-audit-events.d.cts +9 -0
- package/dist/actions/retrieve-envelope-audit-events.d.cts.map +1 -0
- package/dist/actions/retrieve-envelope-audit-events.d.mts +9 -0
- package/dist/actions/retrieve-envelope-audit-events.d.mts.map +1 -0
- package/dist/actions/retrieve-envelope-audit-events.mjs +23 -0
- package/dist/actions/retrieve-envelope-audit-events.mjs.map +1 -0
- package/dist/actions/retrieve-envelope-documents.cjs +71 -0
- package/dist/actions/retrieve-envelope-documents.cjs.map +1 -0
- package/dist/actions/retrieve-envelope-documents.d.cts +9 -0
- package/dist/actions/retrieve-envelope-documents.d.cts.map +1 -0
- package/dist/actions/retrieve-envelope-documents.d.mts +9 -0
- package/dist/actions/retrieve-envelope-documents.d.mts.map +1 -0
- package/dist/actions/retrieve-envelope-documents.mjs +70 -0
- package/dist/actions/retrieve-envelope-documents.mjs.map +1 -0
- package/dist/actions/retrieve-envelope-email-overrides.cjs +27 -0
- package/dist/actions/retrieve-envelope-email-overrides.cjs.map +1 -0
- package/dist/actions/retrieve-envelope-email-overrides.d.cts +9 -0
- package/dist/actions/retrieve-envelope-email-overrides.d.cts.map +1 -0
- package/dist/actions/retrieve-envelope-email-overrides.d.mts +9 -0
- package/dist/actions/retrieve-envelope-email-overrides.d.mts.map +1 -0
- package/dist/actions/retrieve-envelope-email-overrides.mjs +26 -0
- package/dist/actions/retrieve-envelope-email-overrides.mjs.map +1 -0
- package/dist/actions/retrieve-envelope-html-definition.cjs +67 -0
- package/dist/actions/retrieve-envelope-html-definition.cjs.map +1 -0
- package/dist/actions/retrieve-envelope-html-definition.d.cts +9 -0
- package/dist/actions/retrieve-envelope-html-definition.d.cts.map +1 -0
- package/dist/actions/retrieve-envelope-html-definition.d.mts +9 -0
- package/dist/actions/retrieve-envelope-html-definition.d.mts.map +1 -0
- package/dist/actions/retrieve-envelope-html-definition.mjs +66 -0
- package/dist/actions/retrieve-envelope-html-definition.mjs.map +1 -0
- package/dist/actions/retrieve-envelope-notification-details.cjs +33 -0
- package/dist/actions/retrieve-envelope-notification-details.cjs.map +1 -0
- package/dist/actions/retrieve-envelope-notification-details.d.cts +9 -0
- package/dist/actions/retrieve-envelope-notification-details.d.cts.map +1 -0
- package/dist/actions/retrieve-envelope-notification-details.d.mts +9 -0
- package/dist/actions/retrieve-envelope-notification-details.d.mts.map +1 -0
- package/dist/actions/retrieve-envelope-notification-details.mjs +32 -0
- package/dist/actions/retrieve-envelope-notification-details.mjs.map +1 -0
- package/dist/actions/retrieve-items-in-cloud-storage-folder.cjs +43 -0
- package/dist/actions/retrieve-items-in-cloud-storage-folder.cjs.map +1 -0
- package/dist/actions/retrieve-items-in-cloud-storage-folder.d.cts +9 -0
- package/dist/actions/retrieve-items-in-cloud-storage-folder.d.cts.map +1 -0
- package/dist/actions/retrieve-items-in-cloud-storage-folder.d.mts +9 -0
- package/dist/actions/retrieve-items-in-cloud-storage-folder.d.mts.map +1 -0
- package/dist/actions/retrieve-items-in-cloud-storage-folder.mjs +42 -0
- package/dist/actions/retrieve-items-in-cloud-storage-folder.mjs.map +1 -0
- package/dist/actions/retrieve-list-of-billing-plans.cjs +69 -0
- package/dist/actions/retrieve-list-of-billing-plans.cjs.map +1 -0
- package/dist/actions/retrieve-list-of-billing-plans.d.cts +9 -0
- package/dist/actions/retrieve-list-of-billing-plans.d.cts.map +1 -0
- package/dist/actions/retrieve-list-of-billing-plans.d.mts +9 -0
- package/dist/actions/retrieve-list-of-billing-plans.d.mts.map +1 -0
- package/dist/actions/retrieve-list-of-billing-plans.mjs +68 -0
- package/dist/actions/retrieve-list-of-billing-plans.mjs.map +1 -0
- package/dist/actions/retrieve-payment-information-list.cjs +31 -0
- package/dist/actions/retrieve-payment-information-list.cjs.map +1 -0
- package/dist/actions/retrieve-payment-information-list.d.cts +9 -0
- package/dist/actions/retrieve-payment-information-list.d.cts.map +1 -0
- package/dist/actions/retrieve-payment-information-list.d.mts +9 -0
- package/dist/actions/retrieve-payment-information-list.d.mts.map +1 -0
- package/dist/actions/retrieve-payment-information-list.mjs +30 -0
- package/dist/actions/retrieve-payment-information-list.mjs.map +1 -0
- package/dist/actions/retrieve-pdf-from-specified-template.cjs +28 -0
- package/dist/actions/retrieve-pdf-from-specified-template.cjs.map +1 -0
- package/dist/actions/retrieve-pdf-from-specified-template.d.cts +9 -0
- package/dist/actions/retrieve-pdf-from-specified-template.d.cts.map +1 -0
- package/dist/actions/retrieve-pdf-from-specified-template.d.mts +9 -0
- package/dist/actions/retrieve-pdf-from-specified-template.d.mts.map +1 -0
- package/dist/actions/retrieve-pdf-from-specified-template.mjs +27 -0
- package/dist/actions/retrieve-pdf-from-specified-template.mjs.map +1 -0
- package/dist/actions/retrieve-power-form-data-entries.cjs +22 -0
- package/dist/actions/retrieve-power-form-data-entries.cjs.map +1 -0
- package/dist/actions/retrieve-power-form-data-entries.d.cts +9 -0
- package/dist/actions/retrieve-power-form-data-entries.d.cts.map +1 -0
- package/dist/actions/retrieve-power-form-data-entries.d.mts +9 -0
- package/dist/actions/retrieve-power-form-data-entries.d.mts.map +1 -0
- package/dist/actions/retrieve-power-form-data-entries.mjs +19 -0
- package/dist/actions/retrieve-power-form-data-entries.mjs.map +1 -0
- package/dist/actions/retrieve-properties-about-workspace.cjs +45 -0
- package/dist/actions/retrieve-properties-about-workspace.cjs.map +1 -0
- package/dist/actions/retrieve-properties-about-workspace.d.cts +9 -0
- package/dist/actions/retrieve-properties-about-workspace.d.cts.map +1 -0
- package/dist/actions/retrieve-properties-about-workspace.d.mts +9 -0
- package/dist/actions/retrieve-properties-about-workspace.d.mts.map +1 -0
- package/dist/actions/retrieve-properties-about-workspace.mjs +44 -0
- package/dist/actions/retrieve-properties-about-workspace.mjs.map +1 -0
- package/dist/actions/retrieve-shared-item-status-for-users.cjs +115 -0
- package/dist/actions/retrieve-shared-item-status-for-users.cjs.map +1 -0
- package/dist/actions/retrieve-shared-item-status-for-users.d.cts +9 -0
- package/dist/actions/retrieve-shared-item-status-for-users.d.cts.map +1 -0
- package/dist/actions/retrieve-shared-item-status-for-users.d.mts +9 -0
- package/dist/actions/retrieve-shared-item-status-for-users.d.mts.map +1 -0
- package/dist/actions/retrieve-shared-item-status-for-users.mjs +114 -0
- package/dist/actions/retrieve-shared-item-status-for-users.mjs.map +1 -0
- package/dist/actions/retrieve-signer-signature-image-information.cjs +39 -0
- package/dist/actions/retrieve-signer-signature-image-information.cjs.map +1 -0
- package/dist/actions/retrieve-signer-signature-image-information.d.cts +9 -0
- package/dist/actions/retrieve-signer-signature-image-information.d.cts.map +1 -0
- package/dist/actions/retrieve-signer-signature-image-information.d.mts +9 -0
- package/dist/actions/retrieve-signer-signature-image-information.d.mts.map +1 -0
- package/dist/actions/retrieve-signer-signature-image-information.mjs +36 -0
- package/dist/actions/retrieve-signer-signature-image-information.mjs.map +1 -0
- package/dist/actions/retrieve-template-custom-fields.cjs +42 -0
- package/dist/actions/retrieve-template-custom-fields.cjs.map +1 -0
- package/dist/actions/retrieve-template-custom-fields.d.cts +9 -0
- package/dist/actions/retrieve-template-custom-fields.d.cts.map +1 -0
- package/dist/actions/retrieve-template-custom-fields.d.mts +9 -0
- package/dist/actions/retrieve-template-custom-fields.d.mts.map +1 -0
- package/dist/actions/retrieve-template-custom-fields.mjs +41 -0
- package/dist/actions/retrieve-template-custom-fields.mjs.map +1 -0
- package/dist/actions/retrieve-template-document-page-images.cjs +49 -0
- package/dist/actions/retrieve-template-document-page-images.cjs.map +1 -0
- package/dist/actions/retrieve-template-document-page-images.d.cts +9 -0
- package/dist/actions/retrieve-template-document-page-images.d.cts.map +1 -0
- package/dist/actions/retrieve-template-document-page-images.d.mts +9 -0
- package/dist/actions/retrieve-template-document-page-images.d.mts.map +1 -0
- package/dist/actions/retrieve-template-document-page-images.mjs +48 -0
- package/dist/actions/retrieve-template-document-page-images.mjs.map +1 -0
- package/dist/actions/retrieve-template-page-image.cjs +47 -0
- package/dist/actions/retrieve-template-page-image.cjs.map +1 -0
- package/dist/actions/retrieve-template-page-image.d.cts +9 -0
- package/dist/actions/retrieve-template-page-image.d.cts.map +1 -0
- package/dist/actions/retrieve-template-page-image.d.mts +9 -0
- package/dist/actions/retrieve-template-page-image.d.mts.map +1 -0
- package/dist/actions/retrieve-template-page-image.mjs +46 -0
- package/dist/actions/retrieve-template-page-image.mjs.map +1 -0
- package/dist/actions/retrieve-user-account-settings.cjs +287 -0
- package/dist/actions/retrieve-user-account-settings.cjs.map +1 -0
- package/dist/actions/retrieve-user-account-settings.d.cts +9 -0
- package/dist/actions/retrieve-user-account-settings.d.cts.map +1 -0
- package/dist/actions/retrieve-user-account-settings.d.mts +9 -0
- package/dist/actions/retrieve-user-account-settings.d.mts.map +1 -0
- package/dist/actions/retrieve-user-account-settings.mjs +286 -0
- package/dist/actions/retrieve-user-account-settings.mjs.map +1 -0
- package/dist/actions/retrieve-user-initials-image-for-envelopes.cjs +26 -0
- package/dist/actions/retrieve-user-initials-image-for-envelopes.cjs.map +1 -0
- package/dist/actions/retrieve-user-initials-image-for-envelopes.d.cts +9 -0
- package/dist/actions/retrieve-user-initials-image-for-envelopes.d.cts.map +1 -0
- package/dist/actions/retrieve-user-initials-image-for-envelopes.d.mts +9 -0
- package/dist/actions/retrieve-user-initials-image-for-envelopes.d.mts.map +1 -0
- package/dist/actions/retrieve-user-initials-image-for-envelopes.mjs +25 -0
- package/dist/actions/retrieve-user-initials-image-for-envelopes.mjs.map +1 -0
- package/dist/actions/retrieve-user-profile-image.cjs +25 -0
- package/dist/actions/retrieve-user-profile-image.cjs.map +1 -0
- package/dist/actions/retrieve-user-profile-image.d.cts +9 -0
- package/dist/actions/retrieve-user-profile-image.d.cts.map +1 -0
- package/dist/actions/retrieve-user-profile-image.d.mts +9 -0
- package/dist/actions/retrieve-user-profile-image.d.mts.map +1 -0
- package/dist/actions/retrieve-user-profile-image.mjs +24 -0
- package/dist/actions/retrieve-user-profile-image.mjs.map +1 -0
- package/dist/actions/retrieve-user-profile-information.cjs +42 -0
- package/dist/actions/retrieve-user-profile-information.cjs.map +1 -0
- package/dist/actions/retrieve-user-profile-information.d.cts +9 -0
- package/dist/actions/retrieve-user-profile-information.d.cts.map +1 -0
- package/dist/actions/retrieve-user-profile-information.d.mts +9 -0
- package/dist/actions/retrieve-user-profile-information.d.mts.map +1 -0
- package/dist/actions/retrieve-user-profile-information.mjs +41 -0
- package/dist/actions/retrieve-user-profile-information.mjs.map +1 -0
- package/dist/actions/retrieve-user-signature-definitions.cjs +62 -0
- package/dist/actions/retrieve-user-signature-definitions.cjs.map +1 -0
- package/dist/actions/retrieve-user-signature-definitions.d.cts +9 -0
- package/dist/actions/retrieve-user-signature-definitions.d.cts.map +1 -0
- package/dist/actions/retrieve-user-signature-definitions.d.mts +9 -0
- package/dist/actions/retrieve-user-signature-definitions.d.mts.map +1 -0
- package/dist/actions/retrieve-user-signature-definitions.mjs +61 -0
- package/dist/actions/retrieve-user-signature-definitions.mjs.map +1 -0
- package/dist/actions/retrieve-user-signature-image.cjs +27 -0
- package/dist/actions/retrieve-user-signature-image.cjs.map +1 -0
- package/dist/actions/retrieve-user-signature-image.d.cts +9 -0
- package/dist/actions/retrieve-user-signature-image.d.cts.map +1 -0
- package/dist/actions/retrieve-user-signature-image.d.mts +9 -0
- package/dist/actions/retrieve-user-signature-image.d.mts.map +1 -0
- package/dist/actions/retrieve-user-signature-image.mjs +26 -0
- package/dist/actions/retrieve-user-signature-image.mjs.map +1 -0
- package/dist/actions/retrieve-user-signature-information.cjs +66 -0
- package/dist/actions/retrieve-user-signature-information.cjs.map +1 -0
- package/dist/actions/retrieve-user-signature-information.d.cts +9 -0
- package/dist/actions/retrieve-user-signature-information.d.cts.map +1 -0
- package/dist/actions/retrieve-user-signature-information.d.mts +9 -0
- package/dist/actions/retrieve-user-signature-information.d.mts.map +1 -0
- package/dist/actions/retrieve-user-signature-information.mjs +65 -0
- package/dist/actions/retrieve-user-signature-information.mjs.map +1 -0
- package/dist/actions/retrieve-workflow-step-for-template.cjs +39 -0
- package/dist/actions/retrieve-workflow-step-for-template.cjs.map +1 -0
- package/dist/actions/retrieve-workflow-step-for-template.d.cts +9 -0
- package/dist/actions/retrieve-workflow-step-for-template.d.cts.map +1 -0
- package/dist/actions/retrieve-workflow-step-for-template.d.mts +9 -0
- package/dist/actions/retrieve-workflow-step-for-template.d.mts.map +1 -0
- package/dist/actions/retrieve-workflow-step-for-template.mjs +38 -0
- package/dist/actions/retrieve-workflow-step-for-template.mjs.map +1 -0
- package/dist/actions/return-all-connect-service-users.cjs +39 -0
- package/dist/actions/return-all-connect-service-users.cjs.map +1 -0
- package/dist/actions/return-all-connect-service-users.d.cts +9 -0
- package/dist/actions/return-all-connect-service-users.d.cts.map +1 -0
- package/dist/actions/return-all-connect-service-users.d.mts +9 -0
- package/dist/actions/return-all-connect-service-users.d.mts.map +1 -0
- package/dist/actions/return-all-connect-service-users.mjs +38 -0
- package/dist/actions/return-all-connect-service-users.mjs.map +1 -0
- package/dist/actions/return-brand-resource-metadata-for-account.cjs +33 -0
- package/dist/actions/return-brand-resource-metadata-for-account.cjs.map +1 -0
- package/dist/actions/return-brand-resource-metadata-for-account.d.cts +9 -0
- package/dist/actions/return-brand-resource-metadata-for-account.d.cts.map +1 -0
- package/dist/actions/return-brand-resource-metadata-for-account.d.mts +9 -0
- package/dist/actions/return-brand-resource-metadata-for-account.d.mts.map +1 -0
- package/dist/actions/return-brand-resource-metadata-for-account.mjs +32 -0
- package/dist/actions/return-brand-resource-metadata-for-account.mjs.map +1 -0
- package/dist/actions/return-envelope-tab-data-for-existing-envelope.cjs +56 -0
- package/dist/actions/return-envelope-tab-data-for-existing-envelope.cjs.map +1 -0
- package/dist/actions/return-envelope-tab-data-for-existing-envelope.d.cts +9 -0
- package/dist/actions/return-envelope-tab-data-for-existing-envelope.d.cts.map +1 -0
- package/dist/actions/return-envelope-tab-data-for-existing-envelope.d.mts +9 -0
- package/dist/actions/return-envelope-tab-data-for-existing-envelope.d.mts.map +1 -0
- package/dist/actions/return-envelope-tab-data-for-existing-envelope.mjs +55 -0
- package/dist/actions/return-envelope-tab-data-for-existing-envelope.mjs.map +1 -0
- package/dist/actions/return-scheduled-sending-rules-for-envelope.cjs +28 -0
- package/dist/actions/return-scheduled-sending-rules-for-envelope.cjs.map +1 -0
- package/dist/actions/return-scheduled-sending-rules-for-envelope.d.cts +9 -0
- package/dist/actions/return-scheduled-sending-rules-for-envelope.d.cts.map +1 -0
- package/dist/actions/return-scheduled-sending-rules-for-envelope.d.mts +9 -0
- package/dist/actions/return-scheduled-sending-rules-for-envelope.d.mts.map +1 -0
- package/dist/actions/return-scheduled-sending-rules-for-envelope.mjs +27 -0
- package/dist/actions/return-scheduled-sending-rules-for-envelope.mjs.map +1 -0
- package/dist/actions/return-template-workflow-definition.cjs +54 -0
- package/dist/actions/return-template-workflow-definition.cjs.map +1 -0
- package/dist/actions/return-template-workflow-definition.d.cts +9 -0
- package/dist/actions/return-template-workflow-definition.d.cts.map +1 -0
- package/dist/actions/return-template-workflow-definition.d.mts +9 -0
- package/dist/actions/return-template-workflow-definition.d.mts.map +1 -0
- package/dist/actions/return-template-workflow-definition.mjs +53 -0
- package/dist/actions/return-template-workflow-definition.mjs.map +1 -0
- package/dist/actions/return-users-from-connect-service.cjs +38 -0
- package/dist/actions/return-users-from-connect-service.cjs.map +1 -0
- package/dist/actions/return-users-from-connect-service.d.cts +9 -0
- package/dist/actions/return-users-from-connect-service.d.cts.map +1 -0
- package/dist/actions/return-users-from-connect-service.d.mts +9 -0
- package/dist/actions/return-users-from-connect-service.d.mts.map +1 -0
- package/dist/actions/return-users-from-connect-service.mjs +37 -0
- package/dist/actions/return-users-from-connect-service.mjs.map +1 -0
- package/dist/actions/returns-document-page-images-based-on-input.cjs +49 -0
- package/dist/actions/returns-document-page-images-based-on-input.cjs.map +1 -0
- package/dist/actions/returns-document-page-images-based-on-input.d.cts +9 -0
- package/dist/actions/returns-document-page-images-based-on-input.d.cts.map +1 -0
- package/dist/actions/returns-document-page-images-based-on-input.d.mts +9 -0
- package/dist/actions/returns-document-page-images-based-on-input.d.mts.map +1 -0
- package/dist/actions/returns-document-page-images-based-on-input.mjs +48 -0
- package/dist/actions/returns-document-page-images-based-on-input.mjs.map +1 -0
- package/dist/actions/revoke-envelope-correction-url.cjs +23 -0
- package/dist/actions/revoke-envelope-correction-url.cjs.map +1 -0
- package/dist/actions/revoke-envelope-correction-url.d.cts +9 -0
- package/dist/actions/revoke-envelope-correction-url.d.cts.map +1 -0
- package/dist/actions/revoke-envelope-correction-url.d.mts +9 -0
- package/dist/actions/revoke-envelope-correction-url.d.mts.map +1 -0
- package/dist/actions/revoke-envelope-correction-url.mjs +20 -0
- package/dist/actions/revoke-envelope-correction-url.mjs.map +1 -0
- package/dist/actions/rotate-page-image-for-envelope.cjs +23 -0
- package/dist/actions/rotate-page-image-for-envelope.cjs.map +1 -0
- package/dist/actions/rotate-page-image-for-envelope.d.cts +9 -0
- package/dist/actions/rotate-page-image-for-envelope.d.cts.map +1 -0
- package/dist/actions/rotate-page-image-for-envelope.d.mts +9 -0
- package/dist/actions/rotate-page-image-for-envelope.d.mts.map +1 -0
- package/dist/actions/rotate-page-image-for-envelope.mjs +20 -0
- package/dist/actions/rotate-page-image-for-envelope.mjs.map +1 -0
- package/dist/actions/rotate-template-page-image.cjs +23 -0
- package/dist/actions/rotate-template-page-image.cjs.map +1 -0
- package/dist/actions/rotate-template-page-image.d.cts +9 -0
- package/dist/actions/rotate-template-page-image.d.cts.map +1 -0
- package/dist/actions/rotate-template-page-image.d.mts +9 -0
- package/dist/actions/rotate-template-page-image.d.mts.map +1 -0
- package/dist/actions/rotate-template-page-image.mjs +20 -0
- package/dist/actions/rotate-template-page-image.mjs.map +1 -0
- package/dist/actions/send-envelope.cjs +49 -0
- package/dist/actions/send-envelope.cjs.map +1 -0
- package/dist/actions/send-envelope.d.cts +9 -0
- package/dist/actions/send-envelope.d.cts.map +1 -0
- package/dist/actions/send-envelope.d.mts +9 -0
- package/dist/actions/send-envelope.d.mts.map +1 -0
- package/dist/actions/send-envelope.mjs +48 -0
- package/dist/actions/send-envelope.mjs.map +1 -0
- package/dist/actions/set-envelope-purge-config-for-account.cjs +27 -0
- package/dist/actions/set-envelope-purge-config-for-account.cjs.map +1 -0
- package/dist/actions/set-envelope-purge-config-for-account.d.cts +9 -0
- package/dist/actions/set-envelope-purge-config-for-account.d.cts.map +1 -0
- package/dist/actions/set-envelope-purge-config-for-account.d.mts +9 -0
- package/dist/actions/set-envelope-purge-config-for-account.d.mts.map +1 -0
- package/dist/actions/set-envelope-purge-config-for-account.mjs +24 -0
- package/dist/actions/set-envelope-purge-config-for-account.mjs.map +1 -0
- package/dist/actions/set-initials-image-for-accountless-signer.cjs +25 -0
- package/dist/actions/set-initials-image-for-accountless-signer.cjs.map +1 -0
- package/dist/actions/set-initials-image-for-accountless-signer.d.cts +9 -0
- package/dist/actions/set-initials-image-for-accountless-signer.d.cts.map +1 -0
- package/dist/actions/set-initials-image-for-accountless-signer.d.mts +9 -0
- package/dist/actions/set-initials-image-for-accountless-signer.d.mts.map +1 -0
- package/dist/actions/set-initials-image-for-accountless-signer.mjs +22 -0
- package/dist/actions/set-initials-image-for-accountless-signer.mjs.map +1 -0
- package/dist/actions/set-shared-access-for-users-and-templates.cjs +324 -0
- package/dist/actions/set-shared-access-for-users-and-templates.cjs.map +1 -0
- package/dist/actions/set-shared-access-for-users-and-templates.d.cts +9 -0
- package/dist/actions/set-shared-access-for-users-and-templates.d.cts.map +1 -0
- package/dist/actions/set-shared-access-for-users-and-templates.d.mts +9 -0
- package/dist/actions/set-shared-access-for-users-and-templates.d.mts.map +1 -0
- package/dist/actions/set-shared-access-for-users-and-templates.mjs +323 -0
- package/dist/actions/set-shared-access-for-users-and-templates.mjs.map +1 -0
- package/dist/actions/set-signature-image-for-no-account-signer.cjs +28 -0
- package/dist/actions/set-signature-image-for-no-account-signer.cjs.map +1 -0
- package/dist/actions/set-signature-image-for-no-account-signer.d.cts +9 -0
- package/dist/actions/set-signature-image-for-no-account-signer.d.cts.map +1 -0
- package/dist/actions/set-signature-image-for-no-account-signer.d.mts +9 -0
- package/dist/actions/set-signature-image-for-no-account-signer.d.mts.map +1 -0
- package/dist/actions/set-signature-image-for-no-account-signer.mjs +25 -0
- package/dist/actions/set-signature-image-for-no-account-signer.mjs.map +1 -0
- package/dist/actions/set-templates-as-account-favorites.cjs +28 -0
- package/dist/actions/set-templates-as-account-favorites.cjs.map +1 -0
- package/dist/actions/set-templates-as-account-favorites.d.cts +9 -0
- package/dist/actions/set-templates-as-account-favorites.d.cts.map +1 -0
- package/dist/actions/set-templates-as-account-favorites.d.mts +9 -0
- package/dist/actions/set-templates-as-account-favorites.d.mts.map +1 -0
- package/dist/actions/set-templates-as-account-favorites.mjs +27 -0
- package/dist/actions/set-templates-as-account-favorites.mjs.map +1 -0
- package/dist/actions/set-up-connect-oauth-configuration.cjs +82 -0
- package/dist/actions/set-up-connect-oauth-configuration.cjs.map +1 -0
- package/dist/actions/set-up-connect-oauth-configuration.d.cts +9 -0
- package/dist/actions/set-up-connect-oauth-configuration.d.cts.map +1 -0
- package/dist/actions/set-up-connect-oauth-configuration.d.mts +9 -0
- package/dist/actions/set-up-connect-oauth-configuration.d.mts.map +1 -0
- package/dist/actions/set-up-connect-oauth-configuration.mjs +81 -0
- package/dist/actions/set-up-connect-oauth-configuration.mjs.map +1 -0
- package/dist/actions/set-user-signature-image.cjs +67 -0
- package/dist/actions/set-user-signature-image.cjs.map +1 -0
- package/dist/actions/set-user-signature-image.d.cts +9 -0
- package/dist/actions/set-user-signature-image.d.cts.map +1 -0
- package/dist/actions/set-user-signature-image.d.mts +9 -0
- package/dist/actions/set-user-signature-image.d.mts.map +1 -0
- package/dist/actions/set-user-signature-image.mjs +66 -0
- package/dist/actions/set-user-signature-image.mjs.map +1 -0
- package/dist/actions/submit-batch-historical-envelopes-to-webhook.cjs +97 -0
- package/dist/actions/submit-batch-historical-envelopes-to-webhook.cjs.map +1 -0
- package/dist/actions/submit-batch-historical-envelopes-to-webhook.d.cts +9 -0
- package/dist/actions/submit-batch-historical-envelopes-to-webhook.d.cts.map +1 -0
- package/dist/actions/submit-batch-historical-envelopes-to-webhook.d.mts +9 -0
- package/dist/actions/submit-batch-historical-envelopes-to-webhook.d.mts.map +1 -0
- package/dist/actions/submit-batch-historical-envelopes-to-webhook.mjs +94 -0
- package/dist/actions/submit-batch-historical-envelopes-to-webhook.mjs.map +1 -0
- package/dist/actions/toggle-api-request-logging.cjs +24 -0
- package/dist/actions/toggle-api-request-logging.cjs.map +1 -0
- package/dist/actions/toggle-api-request-logging.d.cts +9 -0
- package/dist/actions/toggle-api-request-logging.d.cts.map +1 -0
- package/dist/actions/toggle-api-request-logging.d.mts +9 -0
- package/dist/actions/toggle-api-request-logging.d.mts.map +1 -0
- package/dist/actions/toggle-api-request-logging.mjs +21 -0
- package/dist/actions/toggle-api-request-logging.mjs.map +1 -0
- package/dist/actions/update-account-brand-settings.cjs +121 -0
- package/dist/actions/update-account-brand-settings.cjs.map +1 -0
- package/dist/actions/update-account-brand-settings.d.cts +9 -0
- package/dist/actions/update-account-brand-settings.d.cts.map +1 -0
- package/dist/actions/update-account-brand-settings.d.mts +9 -0
- package/dist/actions/update-account-brand-settings.d.mts.map +1 -0
- package/dist/actions/update-account-brand-settings.mjs +120 -0
- package/dist/actions/update-account-brand-settings.mjs.map +1 -0
- package/dist/actions/update-account-custom-field.cjs +50 -0
- package/dist/actions/update-account-custom-field.cjs.map +1 -0
- package/dist/actions/update-account-custom-field.d.cts +9 -0
- package/dist/actions/update-account-custom-field.d.cts.map +1 -0
- package/dist/actions/update-account-custom-field.d.mts +9 -0
- package/dist/actions/update-account-custom-field.d.mts.map +1 -0
- package/dist/actions/update-account-custom-field.mjs +49 -0
- package/dist/actions/update-account-custom-field.mjs.map +1 -0
- package/dist/actions/update-account-password-rules.cjs +73 -0
- package/dist/actions/update-account-password-rules.cjs.map +1 -0
- package/dist/actions/update-account-password-rules.d.cts +9 -0
- package/dist/actions/update-account-password-rules.d.cts.map +1 -0
- package/dist/actions/update-account-password-rules.d.mts +9 -0
- package/dist/actions/update-account-password-rules.d.mts.map +1 -0
- package/dist/actions/update-account-password-rules.mjs +72 -0
- package/dist/actions/update-account-password-rules.mjs.map +1 -0
- package/dist/actions/update-account-settings.cjs +3440 -0
- package/dist/actions/update-account-settings.cjs.map +1 -0
- package/dist/actions/update-account-settings.d.cts +9 -0
- package/dist/actions/update-account-settings.d.cts.map +1 -0
- package/dist/actions/update-account-settings.d.mts +9 -0
- package/dist/actions/update-account-settings.d.mts.map +1 -0
- package/dist/actions/update-account-settings.mjs +3439 -0
- package/dist/actions/update-account-settings.mjs.map +1 -0
- package/dist/actions/update-account-stamp-by-id.cjs +57 -0
- package/dist/actions/update-account-stamp-by-id.cjs.map +1 -0
- package/dist/actions/update-account-stamp-by-id.d.cts +9 -0
- package/dist/actions/update-account-stamp-by-id.d.cts.map +1 -0
- package/dist/actions/update-account-stamp-by-id.d.mts +9 -0
- package/dist/actions/update-account-stamp-by-id.d.mts.map +1 -0
- package/dist/actions/update-account-stamp-by-id.mjs +54 -0
- package/dist/actions/update-account-stamp-by-id.mjs.map +1 -0
- package/dist/actions/update-account-stamps.cjs +120 -0
- package/dist/actions/update-account-stamps.cjs.map +1 -0
- package/dist/actions/update-account-stamps.d.cts +9 -0
- package/dist/actions/update-account-stamps.d.cts.map +1 -0
- package/dist/actions/update-account-stamps.d.mts +9 -0
- package/dist/actions/update-account-stamps.d.mts.map +1 -0
- package/dist/actions/update-account-stamps.mjs +119 -0
- package/dist/actions/update-account-stamps.mjs.map +1 -0
- package/dist/actions/update-account-watermark-information.cjs +37 -0
- package/dist/actions/update-account-watermark-information.cjs.map +1 -0
- package/dist/actions/update-account-watermark-information.d.cts +9 -0
- package/dist/actions/update-account-watermark-information.d.cts.map +1 -0
- package/dist/actions/update-account-watermark-information.d.mts +9 -0
- package/dist/actions/update-account-watermark-information.d.mts.map +1 -0
- package/dist/actions/update-account-watermark-information.mjs +34 -0
- package/dist/actions/update-account-watermark-information.mjs.map +1 -0
- package/dist/actions/update-account-watermark-preview.cjs +37 -0
- package/dist/actions/update-account-watermark-preview.cjs.map +1 -0
- package/dist/actions/update-account-watermark-preview.d.cts +9 -0
- package/dist/actions/update-account-watermark-preview.d.cts.map +1 -0
- package/dist/actions/update-account-watermark-preview.d.mts +9 -0
- package/dist/actions/update-account-watermark-preview.d.mts.map +1 -0
- package/dist/actions/update-account-watermark-preview.mjs +34 -0
- package/dist/actions/update-account-watermark-preview.mjs.map +1 -0
- package/dist/actions/update-billing-plan-for-account.cjs +186 -0
- package/dist/actions/update-billing-plan-for-account.cjs.map +1 -0
- package/dist/actions/update-billing-plan-for-account.d.cts +9 -0
- package/dist/actions/update-billing-plan-for-account.d.cts.map +1 -0
- package/dist/actions/update-billing-plan-for-account.d.mts +9 -0
- package/dist/actions/update-billing-plan-for-account.d.mts.map +1 -0
- package/dist/actions/update-billing-plan-for-account.mjs +185 -0
- package/dist/actions/update-billing-plan-for-account.mjs.map +1 -0
- package/dist/actions/update-bulk-send-batch-name.cjs +41 -0
- package/dist/actions/update-bulk-send-batch-name.cjs.map +1 -0
- package/dist/actions/update-bulk-send-batch-name.d.cts +9 -0
- package/dist/actions/update-bulk-send-batch-name.d.cts.map +1 -0
- package/dist/actions/update-bulk-send-batch-name.d.mts +9 -0
- package/dist/actions/update-bulk-send-batch-name.d.mts.map +1 -0
- package/dist/actions/update-bulk-send-batch-name.mjs +40 -0
- package/dist/actions/update-bulk-send-batch-name.mjs.map +1 -0
- package/dist/actions/update-connect-oauth-configuration.cjs +29 -0
- package/dist/actions/update-connect-oauth-configuration.cjs.map +1 -0
- package/dist/actions/update-connect-oauth-configuration.d.cts +9 -0
- package/dist/actions/update-connect-oauth-configuration.d.cts.map +1 -0
- package/dist/actions/update-connect-oauth-configuration.d.mts +9 -0
- package/dist/actions/update-connect-oauth-configuration.d.mts.map +1 -0
- package/dist/actions/update-connect-oauth-configuration.mjs +28 -0
- package/dist/actions/update-connect-oauth-configuration.mjs.map +1 -0
- package/dist/actions/update-contacts-information.cjs +88 -0
- package/dist/actions/update-contacts-information.cjs.map +1 -0
- package/dist/actions/update-contacts-information.d.cts +9 -0
- package/dist/actions/update-contacts-information.d.cts.map +1 -0
- package/dist/actions/update-contacts-information.d.mts +9 -0
- package/dist/actions/update-contacts-information.d.mts.map +1 -0
- package/dist/actions/update-contacts-information.mjs +87 -0
- package/dist/actions/update-contacts-information.mjs.map +1 -0
- package/dist/actions/update-custom-fields-in-envelope-document.cjs +31 -0
- package/dist/actions/update-custom-fields-in-envelope-document.cjs.map +1 -0
- package/dist/actions/update-custom-fields-in-envelope-document.d.cts +9 -0
- package/dist/actions/update-custom-fields-in-envelope-document.d.cts.map +1 -0
- package/dist/actions/update-custom-fields-in-envelope-document.d.mts +9 -0
- package/dist/actions/update-custom-fields-in-envelope-document.d.mts.map +1 -0
- package/dist/actions/update-custom-fields-in-envelope-document.mjs +30 -0
- package/dist/actions/update-custom-fields-in-envelope-document.mjs.map +1 -0
- package/dist/actions/update-custom-tab-information-for-account.cjs +196 -0
- package/dist/actions/update-custom-tab-information-for-account.cjs.map +1 -0
- package/dist/actions/update-custom-tab-information-for-account.d.cts +9 -0
- package/dist/actions/update-custom-tab-information-for-account.d.cts.map +1 -0
- package/dist/actions/update-custom-tab-information-for-account.d.mts +9 -0
- package/dist/actions/update-custom-tab-information-for-account.d.mts.map +1 -0
- package/dist/actions/update-custom-tab-information-for-account.mjs +195 -0
- package/dist/actions/update-custom-tab-information-for-account.mjs.map +1 -0
- package/dist/actions/update-document-visibility-recipients.cjs +32 -0
- package/dist/actions/update-document-visibility-recipients.cjs.map +1 -0
- package/dist/actions/update-document-visibility-recipients.d.cts +9 -0
- package/dist/actions/update-document-visibility-recipients.d.cts.map +1 -0
- package/dist/actions/update-document-visibility-recipients.d.mts +9 -0
- package/dist/actions/update-document-visibility-recipients.d.mts.map +1 -0
- package/dist/actions/update-document-visibility-recipients.mjs +31 -0
- package/dist/actions/update-document-visibility-recipients.mjs.map +1 -0
- package/dist/actions/update-docusign-connect-configuration.cjs +181 -0
- package/dist/actions/update-docusign-connect-configuration.cjs.map +1 -0
- package/dist/actions/update-docusign-connect-configuration.d.cts +9 -0
- package/dist/actions/update-docusign-connect-configuration.d.cts.map +1 -0
- package/dist/actions/update-docusign-connect-configuration.d.mts +9 -0
- package/dist/actions/update-docusign-connect-configuration.d.mts.map +1 -0
- package/dist/actions/update-docusign-connect-configuration.mjs +180 -0
- package/dist/actions/update-docusign-connect-configuration.mjs.map +1 -0
- package/dist/actions/update-electronic-record-disclosure.cjs +97 -0
- package/dist/actions/update-electronic-record-disclosure.cjs.map +1 -0
- package/dist/actions/update-electronic-record-disclosure.d.cts +9 -0
- package/dist/actions/update-electronic-record-disclosure.d.cts.map +1 -0
- package/dist/actions/update-electronic-record-disclosure.d.mts +9 -0
- package/dist/actions/update-electronic-record-disclosure.d.mts.map +1 -0
- package/dist/actions/update-electronic-record-disclosure.mjs +96 -0
- package/dist/actions/update-electronic-record-disclosure.mjs.map +1 -0
- package/dist/actions/update-enote-integration-config.cjs +30 -0
- package/dist/actions/update-enote-integration-config.cjs.map +1 -0
- package/dist/actions/update-enote-integration-config.d.cts +9 -0
- package/dist/actions/update-enote-integration-config.d.cts.map +1 -0
- package/dist/actions/update-enote-integration-config.d.mts +9 -0
- package/dist/actions/update-enote-integration-config.d.mts.map +1 -0
- package/dist/actions/update-enote-integration-config.mjs +27 -0
- package/dist/actions/update-enote-integration-config.mjs.map +1 -0
- package/dist/actions/update-envelope-attachment.cjs +37 -0
- package/dist/actions/update-envelope-attachment.cjs.map +1 -0
- package/dist/actions/update-envelope-attachment.d.cts +9 -0
- package/dist/actions/update-envelope-attachment.d.cts.map +1 -0
- package/dist/actions/update-envelope-attachment.d.mts +9 -0
- package/dist/actions/update-envelope-attachment.d.mts.map +1 -0
- package/dist/actions/update-envelope-attachment.mjs +36 -0
- package/dist/actions/update-envelope-attachment.mjs.map +1 -0
- package/dist/actions/update-envelope-custom-fields.cjs +60 -0
- package/dist/actions/update-envelope-custom-fields.cjs.map +1 -0
- package/dist/actions/update-envelope-custom-fields.d.cts +9 -0
- package/dist/actions/update-envelope-custom-fields.d.cts.map +1 -0
- package/dist/actions/update-envelope-custom-fields.d.mts +9 -0
- package/dist/actions/update-envelope-custom-fields.d.mts.map +1 -0
- package/dist/actions/update-envelope-custom-fields.mjs +59 -0
- package/dist/actions/update-envelope-custom-fields.mjs.map +1 -0
- package/dist/actions/update-envelope-delayed-routing-rules.cjs +34 -0
- package/dist/actions/update-envelope-delayed-routing-rules.cjs.map +1 -0
- package/dist/actions/update-envelope-delayed-routing-rules.d.cts +9 -0
- package/dist/actions/update-envelope-delayed-routing-rules.d.cts.map +1 -0
- package/dist/actions/update-envelope-delayed-routing-rules.d.mts +9 -0
- package/dist/actions/update-envelope-delayed-routing-rules.d.mts.map +1 -0
- package/dist/actions/update-envelope-delayed-routing-rules.mjs +33 -0
- package/dist/actions/update-envelope-delayed-routing-rules.mjs.map +1 -0
- package/dist/actions/update-envelope-doc-gen-form-fields.cjs +61 -0
- package/dist/actions/update-envelope-doc-gen-form-fields.cjs.map +1 -0
- package/dist/actions/update-envelope-doc-gen-form-fields.d.cts +9 -0
- package/dist/actions/update-envelope-doc-gen-form-fields.d.cts.map +1 -0
- package/dist/actions/update-envelope-doc-gen-form-fields.d.mts +9 -0
- package/dist/actions/update-envelope-doc-gen-form-fields.d.mts.map +1 -0
- package/dist/actions/update-envelope-doc-gen-form-fields.mjs +60 -0
- package/dist/actions/update-envelope-doc-gen-form-fields.mjs.map +1 -0
- package/dist/actions/update-envelope-email-settings.cjs +33 -0
- package/dist/actions/update-envelope-email-settings.cjs.map +1 -0
- package/dist/actions/update-envelope-email-settings.d.cts +9 -0
- package/dist/actions/update-envelope-email-settings.d.cts.map +1 -0
- package/dist/actions/update-envelope-email-settings.d.mts +9 -0
- package/dist/actions/update-envelope-email-settings.d.mts.map +1 -0
- package/dist/actions/update-envelope-email-settings.mjs +32 -0
- package/dist/actions/update-envelope-email-settings.mjs.map +1 -0
- package/dist/actions/update-envelope-notification-settings.cjs +40 -0
- package/dist/actions/update-envelope-notification-settings.cjs.map +1 -0
- package/dist/actions/update-envelope-notification-settings.d.cts +9 -0
- package/dist/actions/update-envelope-notification-settings.d.cts.map +1 -0
- package/dist/actions/update-envelope-notification-settings.d.mts +9 -0
- package/dist/actions/update-envelope-notification-settings.d.mts.map +1 -0
- package/dist/actions/update-envelope-notification-settings.mjs +39 -0
- package/dist/actions/update-envelope-notification-settings.mjs.map +1 -0
- package/dist/actions/update-envelope-scheduled-sending-rules.cjs +32 -0
- package/dist/actions/update-envelope-scheduled-sending-rules.cjs.map +1 -0
- package/dist/actions/update-envelope-scheduled-sending-rules.d.cts +9 -0
- package/dist/actions/update-envelope-scheduled-sending-rules.d.cts.map +1 -0
- package/dist/actions/update-envelope-scheduled-sending-rules.d.mts +9 -0
- package/dist/actions/update-envelope-scheduled-sending-rules.d.mts.map +1 -0
- package/dist/actions/update-envelope-scheduled-sending-rules.mjs +31 -0
- package/dist/actions/update-envelope-scheduled-sending-rules.mjs.map +1 -0
- package/dist/actions/update-envelope-workflow-definition.cjs +105 -0
- package/dist/actions/update-envelope-workflow-definition.cjs.map +1 -0
- package/dist/actions/update-envelope-workflow-definition.d.cts +9 -0
- package/dist/actions/update-envelope-workflow-definition.d.cts.map +1 -0
- package/dist/actions/update-envelope-workflow-definition.d.mts +9 -0
- package/dist/actions/update-envelope-workflow-definition.d.mts.map +1 -0
- package/dist/actions/update-envelope-workflow-definition.mjs +104 -0
- package/dist/actions/update-envelope-workflow-definition.mjs.map +1 -0
- package/dist/actions/update-envelope-workflow-step.cjs +77 -0
- package/dist/actions/update-envelope-workflow-step.cjs.map +1 -0
- package/dist/actions/update-envelope-workflow-step.d.cts +9 -0
- package/dist/actions/update-envelope-workflow-step.d.cts.map +1 -0
- package/dist/actions/update-envelope-workflow-step.d.mts +9 -0
- package/dist/actions/update-envelope-workflow-step.d.mts.map +1 -0
- package/dist/actions/update-envelope-workflow-step.mjs +76 -0
- package/dist/actions/update-envelope-workflow-step.mjs.map +1 -0
- package/dist/actions/update-group-information.cjs +79 -0
- package/dist/actions/update-group-information.cjs.map +1 -0
- package/dist/actions/update-group-information.d.cts +9 -0
- package/dist/actions/update-group-information.d.cts.map +1 -0
- package/dist/actions/update-group-information.d.mts +9 -0
- package/dist/actions/update-group-information.d.mts.map +1 -0
- package/dist/actions/update-group-information.mjs +78 -0
- package/dist/actions/update-group-information.mjs.map +1 -0
- package/dist/actions/update-lock-for-envelope.cjs +41 -0
- package/dist/actions/update-lock-for-envelope.cjs.map +1 -0
- package/dist/actions/update-lock-for-envelope.d.cts +9 -0
- package/dist/actions/update-lock-for-envelope.d.cts.map +1 -0
- package/dist/actions/update-lock-for-envelope.d.mts +9 -0
- package/dist/actions/update-lock-for-envelope.d.mts.map +1 -0
- package/dist/actions/update-lock-for-envelope.mjs +40 -0
- package/dist/actions/update-lock-for-envelope.mjs.map +1 -0
- package/dist/actions/update-notary-jurisdiction-info.cjs +59 -0
- package/dist/actions/update-notary-jurisdiction-info.cjs.map +1 -0
- package/dist/actions/update-notary-jurisdiction-info.d.cts +9 -0
- package/dist/actions/update-notary-jurisdiction-info.d.cts.map +1 -0
- package/dist/actions/update-notary-jurisdiction-info.d.mts +9 -0
- package/dist/actions/update-notary-jurisdiction-info.d.mts.map +1 -0
- package/dist/actions/update-notary-jurisdiction-info.mjs +58 -0
- package/dist/actions/update-notary-jurisdiction-info.mjs.map +1 -0
- package/dist/actions/update-permission-profile-settings.cjs +1231 -0
- package/dist/actions/update-permission-profile-settings.cjs.map +1 -0
- package/dist/actions/update-permission-profile-settings.d.cts +9 -0
- package/dist/actions/update-permission-profile-settings.d.cts.map +1 -0
- package/dist/actions/update-permission-profile-settings.d.mts +9 -0
- package/dist/actions/update-permission-profile-settings.d.mts.map +1 -0
- package/dist/actions/update-permission-profile-settings.mjs +1230 -0
- package/dist/actions/update-permission-profile-settings.mjs.map +1 -0
- package/dist/actions/update-recipient-document-visibility.cjs +32 -0
- package/dist/actions/update-recipient-document-visibility.cjs.map +1 -0
- package/dist/actions/update-recipient-document-visibility.d.cts +9 -0
- package/dist/actions/update-recipient-document-visibility.d.cts.map +1 -0
- package/dist/actions/update-recipient-document-visibility.d.mts +9 -0
- package/dist/actions/update-recipient-document-visibility.d.mts.map +1 -0
- package/dist/actions/update-recipient-document-visibility.mjs +31 -0
- package/dist/actions/update-recipient-document-visibility.mjs.map +1 -0
- package/dist/actions/update-signing-group-details.cjs +54 -0
- package/dist/actions/update-signing-group-details.cjs.map +1 -0
- package/dist/actions/update-signing-group-details.d.cts +9 -0
- package/dist/actions/update-signing-group-details.d.cts.map +1 -0
- package/dist/actions/update-signing-group-details.d.mts +9 -0
- package/dist/actions/update-signing-group-details.d.mts.map +1 -0
- package/dist/actions/update-signing-group-details.mjs +53 -0
- package/dist/actions/update-signing-group-details.mjs.map +1 -0
- package/dist/actions/update-signing-group-names.cjs +51 -0
- package/dist/actions/update-signing-group-names.cjs.map +1 -0
- package/dist/actions/update-signing-group-names.d.cts +9 -0
- package/dist/actions/update-signing-group-names.d.cts.map +1 -0
- package/dist/actions/update-signing-group-names.d.mts +9 -0
- package/dist/actions/update-signing-group-names.d.mts.map +1 -0
- package/dist/actions/update-signing-group-names.mjs +50 -0
- package/dist/actions/update-signing-group-names.mjs.map +1 -0
- package/dist/actions/update-template-custom-fields.cjs +63 -0
- package/dist/actions/update-template-custom-fields.cjs.map +1 -0
- package/dist/actions/update-template-custom-fields.d.cts +9 -0
- package/dist/actions/update-template-custom-fields.d.cts.map +1 -0
- package/dist/actions/update-template-custom-fields.d.mts +9 -0
- package/dist/actions/update-template-custom-fields.d.mts.map +1 -0
- package/dist/actions/update-template-custom-fields.mjs +62 -0
- package/dist/actions/update-template-custom-fields.mjs.map +1 -0
- package/dist/actions/update-template-delayed-routing-rules.cjs +59 -0
- package/dist/actions/update-template-delayed-routing-rules.cjs.map +1 -0
- package/dist/actions/update-template-delayed-routing-rules.d.cts +9 -0
- package/dist/actions/update-template-delayed-routing-rules.d.cts.map +1 -0
- package/dist/actions/update-template-delayed-routing-rules.d.mts +9 -0
- package/dist/actions/update-template-delayed-routing-rules.d.mts.map +1 -0
- package/dist/actions/update-template-delayed-routing-rules.mjs +58 -0
- package/dist/actions/update-template-delayed-routing-rules.mjs.map +1 -0
- package/dist/actions/update-template-doc-visibility.cjs +38 -0
- package/dist/actions/update-template-doc-visibility.cjs.map +1 -0
- package/dist/actions/update-template-doc-visibility.d.cts +9 -0
- package/dist/actions/update-template-doc-visibility.d.cts.map +1 -0
- package/dist/actions/update-template-doc-visibility.d.mts +9 -0
- package/dist/actions/update-template-doc-visibility.d.mts.map +1 -0
- package/dist/actions/update-template-doc-visibility.mjs +37 -0
- package/dist/actions/update-template-doc-visibility.mjs.map +1 -0
- package/dist/actions/update-template-document-custom-fields.cjs +27 -0
- package/dist/actions/update-template-document-custom-fields.cjs.map +1 -0
- package/dist/actions/update-template-document-custom-fields.d.cts +9 -0
- package/dist/actions/update-template-document-custom-fields.d.cts.map +1 -0
- package/dist/actions/update-template-document-custom-fields.d.mts +9 -0
- package/dist/actions/update-template-document-custom-fields.d.mts.map +1 -0
- package/dist/actions/update-template-document-custom-fields.mjs +24 -0
- package/dist/actions/update-template-document-custom-fields.mjs.map +1 -0
- package/dist/actions/update-template-lock-information.cjs +54 -0
- package/dist/actions/update-template-lock-information.cjs.map +1 -0
- package/dist/actions/update-template-lock-information.d.cts +9 -0
- package/dist/actions/update-template-lock-information.d.cts.map +1 -0
- package/dist/actions/update-template-lock-information.d.mts +9 -0
- package/dist/actions/update-template-lock-information.d.mts.map +1 -0
- package/dist/actions/update-template-lock-information.mjs +53 -0
- package/dist/actions/update-template-lock-information.mjs.map +1 -0
- package/dist/actions/update-template-notification-settings.cjs +40 -0
- package/dist/actions/update-template-notification-settings.cjs.map +1 -0
- package/dist/actions/update-template-notification-settings.d.cts +9 -0
- package/dist/actions/update-template-notification-settings.d.cts.map +1 -0
- package/dist/actions/update-template-notification-settings.d.mts +9 -0
- package/dist/actions/update-template-notification-settings.d.mts.map +1 -0
- package/dist/actions/update-template-notification-settings.mjs +39 -0
- package/dist/actions/update-template-notification-settings.mjs.map +1 -0
- package/dist/actions/update-template-recipient-document-visibility.cjs +39 -0
- package/dist/actions/update-template-recipient-document-visibility.cjs.map +1 -0
- package/dist/actions/update-template-recipient-document-visibility.d.cts +9 -0
- package/dist/actions/update-template-recipient-document-visibility.d.cts.map +1 -0
- package/dist/actions/update-template-recipient-document-visibility.d.mts +9 -0
- package/dist/actions/update-template-recipient-document-visibility.d.mts.map +1 -0
- package/dist/actions/update-template-recipient-document-visibility.mjs +38 -0
- package/dist/actions/update-template-recipient-document-visibility.mjs.map +1 -0
- package/dist/actions/update-template-scheduled-sending-rules.cjs +35 -0
- package/dist/actions/update-template-scheduled-sending-rules.cjs.map +1 -0
- package/dist/actions/update-template-scheduled-sending-rules.d.cts +9 -0
- package/dist/actions/update-template-scheduled-sending-rules.d.cts.map +1 -0
- package/dist/actions/update-template-scheduled-sending-rules.d.mts +9 -0
- package/dist/actions/update-template-scheduled-sending-rules.d.mts.map +1 -0
- package/dist/actions/update-template-scheduled-sending-rules.mjs +34 -0
- package/dist/actions/update-template-scheduled-sending-rules.mjs.map +1 -0
- package/dist/actions/update-template-workflow-definition.cjs +70 -0
- package/dist/actions/update-template-workflow-definition.cjs.map +1 -0
- package/dist/actions/update-template-workflow-definition.d.cts +9 -0
- package/dist/actions/update-template-workflow-definition.d.cts.map +1 -0
- package/dist/actions/update-template-workflow-definition.d.mts +9 -0
- package/dist/actions/update-template-workflow-definition.d.mts.map +1 -0
- package/dist/actions/update-template-workflow-definition.mjs +67 -0
- package/dist/actions/update-template-workflow-definition.mjs.map +1 -0
- package/dist/actions/update-user-account-settings.cjs +921 -0
- package/dist/actions/update-user-account-settings.cjs.map +1 -0
- package/dist/actions/update-user-account-settings.d.cts +9 -0
- package/dist/actions/update-user-account-settings.d.cts.map +1 -0
- package/dist/actions/update-user-account-settings.d.mts +9 -0
- package/dist/actions/update-user-account-settings.d.mts.map +1 -0
- package/dist/actions/update-user-account-settings.mjs +920 -0
- package/dist/actions/update-user-account-settings.mjs.map +1 -0
- package/dist/actions/update-user-authorization-dates.cjs +29 -0
- package/dist/actions/update-user-authorization-dates.cjs.map +1 -0
- package/dist/actions/update-user-authorization-dates.d.cts +9 -0
- package/dist/actions/update-user-authorization-dates.d.cts.map +1 -0
- package/dist/actions/update-user-authorization-dates.d.mts +9 -0
- package/dist/actions/update-user-authorization-dates.d.mts.map +1 -0
- package/dist/actions/update-user-authorization-dates.mjs +26 -0
- package/dist/actions/update-user-authorization-dates.mjs.map +1 -0
- package/dist/actions/update-user-information-for-specified-user.cjs +924 -0
- package/dist/actions/update-user-information-for-specified-user.cjs.map +1 -0
- package/dist/actions/update-user-information-for-specified-user.d.cts +9 -0
- package/dist/actions/update-user-information-for-specified-user.d.cts.map +1 -0
- package/dist/actions/update-user-information-for-specified-user.d.mts +9 -0
- package/dist/actions/update-user-information-for-specified-user.d.mts.map +1 -0
- package/dist/actions/update-user-information-for-specified-user.mjs +923 -0
- package/dist/actions/update-user-information-for-specified-user.mjs.map +1 -0
- package/dist/actions/update-user-notary-information.cjs +887 -0
- package/dist/actions/update-user-notary-information.cjs.map +1 -0
- package/dist/actions/update-user-notary-information.d.cts +9 -0
- package/dist/actions/update-user-notary-information.d.cts.map +1 -0
- package/dist/actions/update-user-notary-information.d.mts +9 -0
- package/dist/actions/update-user-notary-information.d.mts.map +1 -0
- package/dist/actions/update-user-notary-information.mjs +886 -0
- package/dist/actions/update-user-notary-information.mjs.map +1 -0
- package/dist/actions/update-user-profile-image.cjs +24 -0
- package/dist/actions/update-user-profile-image.cjs.map +1 -0
- package/dist/actions/update-user-profile-image.d.cts +9 -0
- package/dist/actions/update-user-profile-image.d.cts.map +1 -0
- package/dist/actions/update-user-profile-image.d.mts +9 -0
- package/dist/actions/update-user-profile-image.d.mts.map +1 -0
- package/dist/actions/update-user-profile-image.mjs +21 -0
- package/dist/actions/update-user-profile-image.mjs.map +1 -0
- package/dist/actions/update-user-profile-information.cjs +943 -0
- package/dist/actions/update-user-profile-information.cjs.map +1 -0
- package/dist/actions/update-user-profile-information.d.cts +9 -0
- package/dist/actions/update-user-profile-information.d.cts.map +1 -0
- package/dist/actions/update-user-profile-information.d.mts +9 -0
- package/dist/actions/update-user-profile-information.d.mts.map +1 -0
- package/dist/actions/update-user-profile-information.mjs +942 -0
- package/dist/actions/update-user-profile-information.mjs.map +1 -0
- package/dist/actions/update-user-signature-by-id.cjs +79 -0
- package/dist/actions/update-user-signature-by-id.cjs.map +1 -0
- package/dist/actions/update-user-signature-by-id.d.cts +9 -0
- package/dist/actions/update-user-signature-by-id.d.cts.map +1 -0
- package/dist/actions/update-user-signature-by-id.d.mts +9 -0
- package/dist/actions/update-user-signature-by-id.d.mts.map +1 -0
- package/dist/actions/update-user-signature-by-id.mjs +78 -0
- package/dist/actions/update-user-signature-by-id.mjs.map +1 -0
- package/dist/actions/update-workflow-step-for-template.cjs +87 -0
- package/dist/actions/update-workflow-step-for-template.cjs.map +1 -0
- package/dist/actions/update-workflow-step-for-template.d.cts +9 -0
- package/dist/actions/update-workflow-step-for-template.d.cts.map +1 -0
- package/dist/actions/update-workflow-step-for-template.d.mts +9 -0
- package/dist/actions/update-workflow-step-for-template.d.mts.map +1 -0
- package/dist/actions/update-workflow-step-for-template.mjs +86 -0
- package/dist/actions/update-workflow-step-for-template.mjs.map +1 -0
- package/dist/actions/update-workspace-information.cjs +128 -0
- package/dist/actions/update-workspace-information.cjs.map +1 -0
- package/dist/actions/update-workspace-information.d.cts +9 -0
- package/dist/actions/update-workspace-information.d.cts.map +1 -0
- package/dist/actions/update-workspace-information.d.mts +9 -0
- package/dist/actions/update-workspace-information.d.mts.map +1 -0
- package/dist/actions/update-workspace-information.mjs +127 -0
- package/dist/actions/update-workspace-information.mjs.map +1 -0
- package/dist/actions/update-workspace-item-metadata.cjs +55 -0
- package/dist/actions/update-workspace-item-metadata.cjs.map +1 -0
- package/dist/actions/update-workspace-item-metadata.d.cts +9 -0
- package/dist/actions/update-workspace-item-metadata.d.cts.map +1 -0
- package/dist/actions/update-workspace-item-metadata.d.mts +9 -0
- package/dist/actions/update-workspace-item-metadata.d.mts.map +1 -0
- package/dist/actions/update-workspace-item-metadata.mjs +54 -0
- package/dist/actions/update-workspace-item-metadata.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +676 -0
- package/dist/index.d.cts +338 -0
- package/dist/index.d.mts +338 -4
- package/dist/index.mjs +339 -6
- package/package.json +31 -54
- package/LICENSE +0 -21
- package/dist/credential-sets/index.d.mts +0 -2
- package/dist/credential-sets/index.mjs +0 -4
- package/dist/docusign-jwt.credential-set-B0sXS-5i.mjs +0 -39
- package/dist/docusign-jwt.credential-set-BrMnF4Ok.d.mts +0 -63
- package/dist/docusign.credential-set-BloJ2PrK.mjs +0 -51
- package/dist/operations/index.d.mts +0 -2
- package/dist/operations/index.mjs +0 -3
- package/dist/schemas/index.d.mts +0 -581
- package/dist/schemas/index.mjs +0 -309
- package/dist/void-envelope.operation-B0nzxjWT.d.mts +0 -8752
- package/dist/void-envelope.operation-CfaS-zI7.mjs +0 -8192
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const docusignCreatePreviewOfResponsiveHtmlInEnvelope = action("DOCUSIGN_CREATE_PREVIEW_OF_RESPONSIVE_HTML_IN_ENVELOPE", {
|
|
4
|
+
slug: "docusign-create-preview-of-responsive-html-in-envelope",
|
|
5
|
+
name: "Create Preview of Responsive HTML in Envelope",
|
|
6
|
+
description: "Creates a preview of the responsive HTML versions of all documents in an envelope, allowing users to review how PDF documents will appear as responsive HTML across different device types before sending. This endpoint is particularly useful for ensuring document compatibility and readability on various screen sizes and devices, enhancing the signing experience for recipients. It leverages smart sections and display anchors to customize document appearance and behavior, including collapsible sections and responsive tables.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
source: z.string().describe("Specifies the type of responsive signing that will be used with the document. If the value of this property is valid HTML, and the [smart sections feature][] is enabled, the HTML code is used to display the signing page: ``` source: \"<html> ... <body><p>hello world</p></body></html>\" ``` If the value of this property is the string `document`, the HTML signing page is generated from the provided document. ``` source: \"document\" ``` **Related topics** - [How to create a signable HTML document](/docs/esign-rest-api/how-to/creating-signable-html/) - [How to convert a PDF file into a signable HTML document](/docs/esign-rest-api/how-to/converting-pdf/) - [Responsive signing](/docs/esign-rest-api/esign101/concepts/responsive/) [smart sections feature]: https://support.docusign.com/s/document-item?bundleId=gbo1643332197980&topicId=qlx1578456478178.html").optional(),
|
|
9
|
+
accountId: z.string().describe("The external account number (integer) or account ID GUID associated with the DocuSign account. This parameter is automatically populated from the authenticated user's account information and typically does not need to be provided manually. If specified, it should be a valid string representation of either the numeric account ID or the GUID format account identifier.").optional(),
|
|
10
|
+
documentId: z.string().describe("Specifies the document ID number that the tab is placed on. This must refer to an existing Document\"s ID attribute.").optional(),
|
|
11
|
+
envelopeId: z.string().describe("The unique identifier for the envelope containing the documents to be previewed. This parameter is required and must be provided in GUID format. For example: \"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\". The envelopeId is crucial for identifying the specific set of documents within the account for which the responsive HTML preview will be generated."),
|
|
12
|
+
headerLabel: z.string().describe("Header text or an HTML tag to place above the responsive HTML block.").optional(),
|
|
13
|
+
displayOrder: z.string().describe("The position on the page where the display section appears.").optional(),
|
|
14
|
+
documentGuid: z.string().describe("The GUID of the document.").optional(),
|
|
15
|
+
displayAnchors: z.array(z.object({
|
|
16
|
+
endAnchor: z.string().describe("Specifies the end of the area in the HTML where the display settings will be applied. If you do not specify an end anchor, the end of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.").optional(),
|
|
17
|
+
startAnchor: z.string().describe("Specifies the beginning of the area in the HTML where the display settings will be applied. If you do not specify a start anchor, the beginning of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.").optional(),
|
|
18
|
+
caseSensitive: z.boolean().describe("When **true,** the start or end anchor strings must match the strings specified by the start and end anchor settings in case as well as in content.").optional(),
|
|
19
|
+
removeEndAnchor: z.boolean().describe("When **true,** removes the end anchor string for the Smart Section from the HTML, preventing it from displaying.").optional(),
|
|
20
|
+
removeStartAnchor: z.boolean().describe("When **true,** removes the start anchor string for the Smart Section from the HTML, preventing it from displaying.").optional(),
|
|
21
|
+
displaySettings__display: z.string().describe("Sets the display and behavior properties. Possible values are: - `inline`: Leaves the HTML where it is in the document. This property lets you add a label or present on a separate page. - `collapsible`: The HTML in this section may be expanded or collapsed. Initially this section is expanded. - `collapsed`: The HTML in this section may be expanded or collapsed. Initially this section is collapsed. - `continue_button`: Creates a stop point in the document to draw the reader\"s attention before proceeding to the next section. - `responsive_table`: Turns this section into a responsive table. Note that this is only used on HTML tables that fall within the anchor start and end positions. - `responsive_table_single_column`: Turns this section into a responsive single-column table. Note this is only used on HTML tables that fall within the anchor start and end positions. The table will be converted to one single column where each current column will become a row, then stacked. - `print_only`: Do not show this portion of the HTML in the responsive signing view.").optional(),
|
|
22
|
+
displaySettings__preLabel: z.string().describe("Enables you to add descriptive text that appears before a collapsed section or continue button.").optional(),
|
|
23
|
+
displaySettings__cellStyle: z.string().describe("Specifies the valid CSS-formatted styles to use on responsive table cells. Only valid in display sections of `responsive_table` or `responsive_table_single_column` types.").optional(),
|
|
24
|
+
displaySettings__tableStyle: z.string().describe("Specifies the valid CSS-formatted styles to use on responsive tables. This property is valid only when the value of the `display` property is `responsive_table` or `responsive_table_single_column`.").optional(),
|
|
25
|
+
displaySettings__displayLabel: z.string().describe("The label to add to this display section in the signing page.").optional(),
|
|
26
|
+
displaySettings__displayOrder: z.number().int().describe("The position on the page where the display section appears.").optional(),
|
|
27
|
+
displaySettings__labelWhenOpened: z.string().describe("The label for the display section when it is expanded from a collapsed state. This label displays only on the first opening and is only valid with the value of the `display` property is `collapsed`.").optional(),
|
|
28
|
+
displaySettings__inlineOuterStyle: z.string().describe("Specifies the valid CSS-formatted styles to use on inline display sections. This property is valid only when the value of the `display` property is `inline`.").optional(),
|
|
29
|
+
displaySettings__displayPageNumber: z.number().int().describe("The number of the page on which the display section appears.").optional(),
|
|
30
|
+
displaySettings__hideLabelWhenOpened: z.boolean().describe("When **true,** the `displayLabel` is hidden when the display section is expanded and the display section is no longer collapsible. This property is valid only when the value of the `display` property is `collapsed`.").optional(),
|
|
31
|
+
displaySettings__scrollToTopWhenOpened: z.boolean().describe("When **true** and the section is expanded, the position of the section-close control scrolls to the top of the screen. This property is only valid when the value of the `display` property is `collapsed`.").optional(),
|
|
32
|
+
displaySettings__collapsibleSettings__arrowOpen: z.string().describe("Indicates the direction of the disclosure arrow when the collapsible section is in the open state. One of the following: - `up`: In the open state, the disclosure arrow points up. - `down`: In the open state, the disclosure arrow points down. - `left`: In the open state, the disclosure arrow points left. - `right`: In the open state, the disclosure arrow points right.").optional(),
|
|
33
|
+
displaySettings__collapsibleSettings__arrowSize: z.string().describe("Indicates the size of the collapsible arrows. Possible values are: - `small` - `large` (default)").optional(),
|
|
34
|
+
displaySettings__collapsibleSettings__arrowColor: z.string().describe("A CSS color value (such as `#DCF851`) that indicates the color of the arrow.").optional(),
|
|
35
|
+
displaySettings__collapsibleSettings__arrowStyle: z.string().describe("The name of the CSS style to be used on collapsible arrow section.").optional(),
|
|
36
|
+
displaySettings__collapsibleSettings__labelStyle: z.string().describe("The name of the CSS style to be used for the collapsible container\"s label.").optional(),
|
|
37
|
+
displaySettings__collapsibleSettings__arrowClosed: z.string().describe("Indicates the direction of the disclosure arrow when the collapsible section is in the closed state. One of the following: - `up`: In the closed state, the disclosure arrow points up. - `down`: In the closed state, the disclosure arrow points down. - `left`: In the closed state, the disclosure arrow points left. - `right`: In the closed state, the disclosure arrow points right.").optional(),
|
|
38
|
+
displaySettings__collapsibleSettings__arrowLocation: z.string().describe("The location of the arrow relative to the collapsible section\"s label. Possible values are: - `right` (default) - `left`").optional(),
|
|
39
|
+
displaySettings__collapsibleSettings__containerStyle: z.string().describe("The name of the CSS style to be used for the collapsible container.").optional(),
|
|
40
|
+
displaySettings__collapsibleSettings__onlyArrowIsClickable: z.boolean().describe("When **true,** only the arrow is clickable to expand or collapse the section. When **false** (the default), both the label and the arrow are clickable. If no arrow is used, this setting is ignored.").optional(),
|
|
41
|
+
displaySettings__collapsibleSettings__outerLabelAndArrowStyle: z.string().describe("The name of the CSS style to be used for the collapsible container\"s outer label and arrow style.").optional()
|
|
42
|
+
}).describe("Request schema for `DisplayAnchors`")).describe("An object that defines how to handle a section of the HTML in signing. This property enables an incoming request to make a section of the HTML collapsible and expandable or hidden from view. A start anchor, end anchor, or both are required. If the anchors are not found, the display anchor will be ignored. For a list of the available types, see the [`display` property](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings_display) of the [`displaySettings` object.](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings)").optional(),
|
|
43
|
+
maxScreenWidth: z.string().describe("If set, the responsive HTML version of the signing document will only display on screens with the specified pixel width or less. If the screen is larger than the value that you specify, the default PDF version of the content displays instead. This setting can also be configured at the account level.").optional(),
|
|
44
|
+
removeEmptyTags: z.string().describe("Holds a comma-separated list of HTML tags to remove if they have no text within their node (including child nodes).").optional(),
|
|
45
|
+
displayPageNumber: z.string().describe("The number of the page on which the display section appears.").optional(),
|
|
46
|
+
displayAnchorPrefix: z.string().describe("Contains text that all display anchors must start with. Using at least four characters will improve anchor processing performance.").optional(),
|
|
47
|
+
showMobileOptimizedToggle: z.string().describe("When **true** (the default), the **Mobile-Friendly** toggle displays at the top of the screen on the user\"s mobile device. When **false,** the toggle will not be displayed. the **Mobile-Friendly** toggle lets the user switch between the mobile-friendly and the PDF versions of a document. For example, the recipient can use this toggle to review the document using the PDF view before they finish signing.").optional()
|
|
48
|
+
}).describe("Request schema for `CreatePreviewOfResponsiveHtmlInEnvelope`"),
|
|
49
|
+
output: z.object({ htmlDefinitions: z.array(z.string()).describe("An array of HTML definitions. Each string in the array represents the responsive HTML version of a document in the envelope.").nullable().optional() }).describe("Response schema for `CreatePreviewOfResponsiveHtmlInEnvelope`")
|
|
50
|
+
});
|
|
51
|
+
//#endregion
|
|
52
|
+
export { docusignCreatePreviewOfResponsiveHtmlInEnvelope };
|
|
53
|
+
|
|
54
|
+
//# sourceMappingURL=create-preview-of-responsive-html-in-envelope.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-preview-of-responsive-html-in-envelope.mjs","names":[],"sources":["../../src/actions/create-preview-of-responsive-html-in-envelope.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreatePreviewOfResponsiveHtmlInEnvelopeInput: z.ZodTypeAny = z.object({\n source: z.string().describe(\"Specifies the type of responsive signing that will be used with the document. If the value of this property is valid HTML, and the [smart sections feature][] is enabled, the HTML code is used to display the signing page: ``` source: \\\"<html> ... <body><p>hello world</p></body></html>\\\" ``` If the value of this property is the string `document`, the HTML signing page is generated from the provided document. ``` source: \\\"document\\\" ``` **Related topics** - [How to create a signable HTML document](/docs/esign-rest-api/how-to/creating-signable-html/) - [How to convert a PDF file into a signable HTML document](/docs/esign-rest-api/how-to/converting-pdf/) - [Responsive signing](/docs/esign-rest-api/esign101/concepts/responsive/) [smart sections feature]: https://support.docusign.com/s/document-item?bundleId=gbo1643332197980&topicId=qlx1578456478178.html\").optional(),\n accountId: z.string().describe(\"The external account number (integer) or account ID GUID associated with the DocuSign account. This parameter is automatically populated from the authenticated user's account information and typically does not need to be provided manually. If specified, it should be a valid string representation of either the numeric account ID or the GUID format account identifier.\").optional(),\n documentId: z.string().describe(\"Specifies the document ID number that the tab is placed on. This must refer to an existing Document\\\"s ID attribute.\").optional(),\n envelopeId: z.string().describe(\"The unique identifier for the envelope containing the documents to be previewed. This parameter is required and must be provided in GUID format. For example: \\\"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\\\". The envelopeId is crucial for identifying the specific set of documents within the account for which the responsive HTML preview will be generated.\"),\n headerLabel: z.string().describe(\"Header text or an HTML tag to place above the responsive HTML block.\").optional(),\n displayOrder: z.string().describe(\"The position on the page where the display section appears.\").optional(),\n documentGuid: z.string().describe(\"The GUID of the document.\").optional(),\n displayAnchors: z.array(z.object({\n endAnchor: z.string().describe(\"Specifies the end of the area in the HTML where the display settings will be applied. If you do not specify an end anchor, the end of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.\").optional(),\n startAnchor: z.string().describe(\"Specifies the beginning of the area in the HTML where the display settings will be applied. If you do not specify a start anchor, the beginning of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.\").optional(),\n caseSensitive: z.boolean().describe(\"When **true,** the start or end anchor strings must match the strings specified by the start and end anchor settings in case as well as in content.\").optional(),\n removeEndAnchor: z.boolean().describe(\"When **true,** removes the end anchor string for the Smart Section from the HTML, preventing it from displaying.\").optional(),\n removeStartAnchor: z.boolean().describe(\"When **true,** removes the start anchor string for the Smart Section from the HTML, preventing it from displaying.\").optional(),\n displaySettings__display: z.string().describe(\"Sets the display and behavior properties. Possible values are: - `inline`: Leaves the HTML where it is in the document. This property lets you add a label or present on a separate page. - `collapsible`: The HTML in this section may be expanded or collapsed. Initially this section is expanded. - `collapsed`: The HTML in this section may be expanded or collapsed. Initially this section is collapsed. - `continue_button`: Creates a stop point in the document to draw the reader\\\"s attention before proceeding to the next section. - `responsive_table`: Turns this section into a responsive table. Note that this is only used on HTML tables that fall within the anchor start and end positions. - `responsive_table_single_column`: Turns this section into a responsive single-column table. Note this is only used on HTML tables that fall within the anchor start and end positions. The table will be converted to one single column where each current column will become a row, then stacked. - `print_only`: Do not show this portion of the HTML in the responsive signing view.\").optional(),\n displaySettings__preLabel: z.string().describe(\"Enables you to add descriptive text that appears before a collapsed section or continue button.\").optional(),\n displaySettings__cellStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on responsive table cells. Only valid in display sections of `responsive_table` or `responsive_table_single_column` types.\").optional(),\n displaySettings__tableStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on responsive tables. This property is valid only when the value of the `display` property is `responsive_table` or `responsive_table_single_column`.\").optional(),\n displaySettings__displayLabel: z.string().describe(\"The label to add to this display section in the signing page.\").optional(),\n displaySettings__displayOrder: z.number().int().describe(\"The position on the page where the display section appears.\").optional(),\n displaySettings__labelWhenOpened: z.string().describe(\"The label for the display section when it is expanded from a collapsed state. This label displays only on the first opening and is only valid with the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__inlineOuterStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on inline display sections. This property is valid only when the value of the `display` property is `inline`.\").optional(),\n displaySettings__displayPageNumber: z.number().int().describe(\"The number of the page on which the display section appears.\").optional(),\n displaySettings__hideLabelWhenOpened: z.boolean().describe(\"When **true,** the `displayLabel` is hidden when the display section is expanded and the display section is no longer collapsible. This property is valid only when the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__scrollToTopWhenOpened: z.boolean().describe(\"When **true** and the section is expanded, the position of the section-close control scrolls to the top of the screen. This property is only valid when the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__collapsibleSettings__arrowOpen: z.string().describe(\"Indicates the direction of the disclosure arrow when the collapsible section is in the open state. One of the following: - `up`: In the open state, the disclosure arrow points up. - `down`: In the open state, the disclosure arrow points down. - `left`: In the open state, the disclosure arrow points left. - `right`: In the open state, the disclosure arrow points right.\").optional(),\n displaySettings__collapsibleSettings__arrowSize: z.string().describe(\"Indicates the size of the collapsible arrows. Possible values are: - `small` - `large` (default)\").optional(),\n displaySettings__collapsibleSettings__arrowColor: z.string().describe(\"A CSS color value (such as `#DCF851`) that indicates the color of the arrow.\").optional(),\n displaySettings__collapsibleSettings__arrowStyle: z.string().describe(\"The name of the CSS style to be used on collapsible arrow section.\").optional(),\n displaySettings__collapsibleSettings__labelStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container\\\"s label.\").optional(),\n displaySettings__collapsibleSettings__arrowClosed: z.string().describe(\"Indicates the direction of the disclosure arrow when the collapsible section is in the closed state. One of the following: - `up`: In the closed state, the disclosure arrow points up. - `down`: In the closed state, the disclosure arrow points down. - `left`: In the closed state, the disclosure arrow points left. - `right`: In the closed state, the disclosure arrow points right.\").optional(),\n displaySettings__collapsibleSettings__arrowLocation: z.string().describe(\"The location of the arrow relative to the collapsible section\\\"s label. Possible values are: - `right` (default) - `left`\").optional(),\n displaySettings__collapsibleSettings__containerStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container.\").optional(),\n displaySettings__collapsibleSettings__onlyArrowIsClickable: z.boolean().describe(\"When **true,** only the arrow is clickable to expand or collapse the section. When **false** (the default), both the label and the arrow are clickable. If no arrow is used, this setting is ignored.\").optional(),\n displaySettings__collapsibleSettings__outerLabelAndArrowStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container\\\"s outer label and arrow style.\").optional(),\n}).describe(\"Request schema for `DisplayAnchors`\")).describe(\"An object that defines how to handle a section of the HTML in signing. This property enables an incoming request to make a section of the HTML collapsible and expandable or hidden from view. A start anchor, end anchor, or both are required. If the anchors are not found, the display anchor will be ignored. For a list of the available types, see the [`display` property](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings_display) of the [`displaySettings` object.](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings)\").optional(),\n maxScreenWidth: z.string().describe(\"If set, the responsive HTML version of the signing document will only display on screens with the specified pixel width or less. If the screen is larger than the value that you specify, the default PDF version of the content displays instead. This setting can also be configured at the account level.\").optional(),\n removeEmptyTags: z.string().describe(\"Holds a comma-separated list of HTML tags to remove if they have no text within their node (including child nodes).\").optional(),\n displayPageNumber: z.string().describe(\"The number of the page on which the display section appears.\").optional(),\n displayAnchorPrefix: z.string().describe(\"Contains text that all display anchors must start with. Using at least four characters will improve anchor processing performance.\").optional(),\n showMobileOptimizedToggle: z.string().describe(\"When **true** (the default), the **Mobile-Friendly** toggle displays at the top of the screen on the user\\\"s mobile device. When **false,** the toggle will not be displayed. the **Mobile-Friendly** toggle lets the user switch between the mobile-friendly and the PDF versions of a document. For example, the recipient can use this toggle to review the document using the PDF view before they finish signing.\").optional(),\n}).describe(\"Request schema for `CreatePreviewOfResponsiveHtmlInEnvelope`\");\nexport const DocusignCreatePreviewOfResponsiveHtmlInEnvelopeOutput: z.ZodTypeAny = z.object({\n htmlDefinitions: z.array(z.string()).describe(\"An array of HTML definitions. Each string in the array represents the responsive HTML version of a document in the envelope.\").nullable().optional(),\n}).describe(\"Response schema for `CreatePreviewOfResponsiveHtmlInEnvelope`\");\n\nexport const docusignCreatePreviewOfResponsiveHtmlInEnvelope = action(\"DOCUSIGN_CREATE_PREVIEW_OF_RESPONSIVE_HTML_IN_ENVELOPE\", {\n slug: \"docusign-create-preview-of-responsive-html-in-envelope\",\n name: \"Create Preview of Responsive HTML in Envelope\",\n description: \"Creates a preview of the responsive HTML versions of all documents in an envelope, allowing users to review how PDF documents will appear as responsive HTML across different device types before sending. This endpoint is particularly useful for ensuring document compatibility and readability on various screen sizes and devices, enhancing the signing experience for recipients. It leverages smart sections and display anchors to customize document appearance and behavior, including collapsible sections and responsive tables.\",\n input: DocusignCreatePreviewOfResponsiveHtmlInEnvelopeInput,\n output: DocusignCreatePreviewOfResponsiveHtmlInEnvelopeOutput,\n});\n"],"mappings":";;AAkDA,MAAa,kDAAkD,OAAO,0DAA0D;CAC9H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlDgF,EAAE,OAAO;EACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+1BAA+1B,CAAC,CAAC,SAAS;EACt4B,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kXAAkX,CAAC,CAAC,SAAS;EAC5Z,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;EACjK,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6VAA6V;EAC7X,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EAClH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;EAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACxE,gBAAgB,EAAE,MAAM,EAAE,OAAO;GACjC,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4OAA4O,CAAC,CAAC,SAAS;GACtR,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yPAAyP,CAAC,CAAC,SAAS;GACrS,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;GACpM,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;GACnK,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;GACvK,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,4kCAA4kC,CAAC,CAAC,SAAS;GACroC,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;GAC3J,4BAA4B,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;GACvO,6BAA6B,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;GACnQ,+BAA+B,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;GAC7H,+BAA+B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;GACjI,kCAAkC,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM,CAAC,CAAC,SAAS;GACzQ,mCAAmC,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J,CAAC,CAAC,SAAS;GACjO,oCAAoC,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;GACvI,sCAAsC,EAAE,QAAQ,CAAC,CAAC,SAAS,yNAAyN,CAAC,CAAC,SAAS;GAC/R,wCAAwC,EAAE,QAAQ,CAAC,CAAC,SAAS,6MAA6M,CAAC,CAAC,SAAS;GACrR,iDAAiD,EAAE,OAAO,CAAC,CAAC,SAAS,oXAAoX,CAAC,CAAC,SAAS;GACpc,iDAAiD,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;GAClL,kDAAkD,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;GAC/J,kDAAkD,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;GACrJ,kDAAkD,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;GAC/J,mDAAmD,EAAE,OAAO,CAAC,CAAC,SAAS,8XAA8X,CAAC,CAAC,SAAS;GAChd,qDAAqD,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;GAC/M,sDAAsD,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;GAC1J,4DAA4D,EAAE,QAAQ,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;GACnS,+DAA+D,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;EACpM,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,CAAC,SAAS,6rBAA6rB,CAAC,CAAC,SAAS;EACnwB,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,8SAA8S,CAAC,CAAC,SAAS;EAC7V,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;EACrK,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EAChH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;EACxL,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,wZAAwZ,CAAC,CAAC,SAAS;CACpd,CAAC,CAAC,CAAC,SAAS,8DASH;CACP,QATiF,EAAE,OAAO,EAC1F,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpM,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-preview-of-responsive-html.ts
|
|
4
|
+
const DocusignCreatePreviewOfResponsiveHtmlInput = zod.z.object({
|
|
5
|
+
source: zod.z.string().describe("Specifies the type of responsive signing that will be used with the document. If the value of this property is valid HTML, and the [smart sections feature][] is enabled, the HTML code is used to display the signing page: ``` source: \"<html> ... <body><p>hello world</p></body></html>\" ``` If the value of this property is the string `document`, the HTML signing page is generated from the provided document. ``` source: \"document\" ``` **Related topics** - [How to create a signable HTML document](/docs/esign-rest-api/how-to/creating-signable-html/) - [How to convert a PDF file into a signable HTML document](/docs/esign-rest-api/how-to/converting-pdf/) - [Responsive signing](/docs/esign-rest-api/esign101/concepts/responsive/) [smart sections feature]: https://support.docusign.com/s/document-item?bundleId=gbo1643332197980&topicId=qlx1578456478178.html").optional(),
|
|
6
|
+
accountId: zod.z.string().describe("The external account number (integer) or account ID GUID that uniquely identifies the DocuSign account. This is automatically populated from your authenticated DocuSign connection and does not need to be provided manually.").optional(),
|
|
7
|
+
documentId: zod.z.string().nullable(),
|
|
8
|
+
templateId: zod.z.string().describe("The ID of the template from which the document is being previewed. This is a required path parameter that uniquely identifies the template in the DocuSign system."),
|
|
9
|
+
headerLabel: zod.z.string().describe("Header text or an HTML tag to place above the responsive HTML block.").optional(),
|
|
10
|
+
displayOrder: zod.z.string().describe("The position on the page where the display section appears.").optional(),
|
|
11
|
+
documentGuid: zod.z.string().describe("The GUID of the document.").optional(),
|
|
12
|
+
displayAnchors: zod.z.array(zod.z.object({
|
|
13
|
+
endAnchor: zod.z.string().describe("Specifies the end of the area in the HTML where the display settings will be applied. If you do not specify an end anchor, the end of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.").optional(),
|
|
14
|
+
startAnchor: zod.z.string().describe("Specifies the beginning of the area in the HTML where the display settings will be applied. If you do not specify a start anchor, the beginning of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.").optional(),
|
|
15
|
+
caseSensitive: zod.z.boolean().describe("When **true,** the start or end anchor strings must match the strings specified by the start and end anchor settings in case as well as in content.").optional(),
|
|
16
|
+
removeEndAnchor: zod.z.boolean().describe("When **true,** removes the end anchor string for the Smart Section from the HTML, preventing it from displaying.").optional(),
|
|
17
|
+
removeStartAnchor: zod.z.boolean().describe("When **true,** removes the start anchor string for the Smart Section from the HTML, preventing it from displaying.").optional(),
|
|
18
|
+
displaySettings__display: zod.z.string().describe("Sets the display and behavior properties. Possible values are: - `inline`: Leaves the HTML where it is in the document. This property lets you add a label or present on a separate page. - `collapsible`: The HTML in this section may be expanded or collapsed. Initially this section is expanded. - `collapsed`: The HTML in this section may be expanded or collapsed. Initially this section is collapsed. - `continue_button`: Creates a stop point in the document to draw the reader\"s attention before proceeding to the next section. - `responsive_table`: Turns this section into a responsive table. Note that this is only used on HTML tables that fall within the anchor start and end positions. - `responsive_table_single_column`: Turns this section into a responsive single-column table. Note this is only used on HTML tables that fall within the anchor start and end positions. The table will be converted to one single column where each current column will become a row, then stacked. - `print_only`: Do not show this portion of the HTML in the responsive signing view.").optional(),
|
|
19
|
+
displaySettings__preLabel: zod.z.string().describe("Enables you to add descriptive text that appears before a collapsed section or continue button.").optional(),
|
|
20
|
+
displaySettings__cellStyle: zod.z.string().describe("Specifies the valid CSS-formatted styles to use on responsive table cells. Only valid in display sections of `responsive_table` or `responsive_table_single_column` types.").optional(),
|
|
21
|
+
displaySettings__tableStyle: zod.z.string().describe("Specifies the valid CSS-formatted styles to use on responsive tables. This property is valid only when the value of the `display` property is `responsive_table` or `responsive_table_single_column`.").optional(),
|
|
22
|
+
displaySettings__displayLabel: zod.z.string().describe("The label to add to this display section in the signing page.").optional(),
|
|
23
|
+
displaySettings__displayOrder: zod.z.number().int().describe("The position on the page where the display section appears.").optional(),
|
|
24
|
+
displaySettings__labelWhenOpened: zod.z.string().describe("The label for the display section when it is expanded from a collapsed state. This label displays only on the first opening and is only valid with the value of the `display` property is `collapsed`.").optional(),
|
|
25
|
+
displaySettings__inlineOuterStyle: zod.z.string().describe("Specifies the valid CSS-formatted styles to use on inline display sections. This property is valid only when the value of the `display` property is `inline`.").optional(),
|
|
26
|
+
displaySettings__displayPageNumber: zod.z.number().int().describe("The number of the page on which the display section appears.").optional(),
|
|
27
|
+
displaySettings__hideLabelWhenOpened: zod.z.boolean().describe("When **true,** the `displayLabel` is hidden when the display section is expanded and the display section is no longer collapsible. This property is valid only when the value of the `display` property is `collapsed`.").optional(),
|
|
28
|
+
displaySettings__scrollToTopWhenOpened: zod.z.boolean().describe("When **true** and the section is expanded, the position of the section-close control scrolls to the top of the screen. This property is only valid when the value of the `display` property is `collapsed`.").optional(),
|
|
29
|
+
displaySettings__collapsibleSettings__arrowOpen: zod.z.string().describe("Indicates the direction of the disclosure arrow when the collapsible section is in the open state. One of the following: - `up`: In the open state, the disclosure arrow points up. - `down`: In the open state, the disclosure arrow points down. - `left`: In the open state, the disclosure arrow points left. - `right`: In the open state, the disclosure arrow points right.").optional(),
|
|
30
|
+
displaySettings__collapsibleSettings__arrowSize: zod.z.string().describe("Indicates the size of the collapsible arrows. Possible values are: - `small` - `large` (default)").optional(),
|
|
31
|
+
displaySettings__collapsibleSettings__arrowColor: zod.z.string().describe("A CSS color value (such as `#DCF851`) that indicates the color of the arrow.").optional(),
|
|
32
|
+
displaySettings__collapsibleSettings__arrowStyle: zod.z.string().describe("The name of the CSS style to be used on collapsible arrow section.").optional(),
|
|
33
|
+
displaySettings__collapsibleSettings__labelStyle: zod.z.string().describe("The name of the CSS style to be used for the collapsible container\"s label.").optional(),
|
|
34
|
+
displaySettings__collapsibleSettings__arrowClosed: zod.z.string().describe("Indicates the direction of the disclosure arrow when the collapsible section is in the closed state. One of the following: - `up`: In the closed state, the disclosure arrow points up. - `down`: In the closed state, the disclosure arrow points down. - `left`: In the closed state, the disclosure arrow points left. - `right`: In the closed state, the disclosure arrow points right.").optional(),
|
|
35
|
+
displaySettings__collapsibleSettings__arrowLocation: zod.z.string().describe("The location of the arrow relative to the collapsible section\"s label. Possible values are: - `right` (default) - `left`").optional(),
|
|
36
|
+
displaySettings__collapsibleSettings__containerStyle: zod.z.string().describe("The name of the CSS style to be used for the collapsible container.").optional(),
|
|
37
|
+
displaySettings__collapsibleSettings__onlyArrowIsClickable: zod.z.boolean().describe("When **true,** only the arrow is clickable to expand or collapse the section. When **false** (the default), both the label and the arrow are clickable. If no arrow is used, this setting is ignored.").optional(),
|
|
38
|
+
displaySettings__collapsibleSettings__outerLabelAndArrowStyle: zod.z.string().describe("The name of the CSS style to be used for the collapsible container\"s outer label and arrow style.").optional()
|
|
39
|
+
}).describe("Request schema for `DisplayAnchors`")).describe("An object that defines how to handle a section of the HTML in signing. This property enables an incoming request to make a section of the HTML collapsible and expandable or hidden from view. A start anchor, end anchor, or both are required. If the anchors are not found, the display anchor will be ignored. For a list of the available types, see the [`display` property](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings_display) of the [`displaySettings` object.](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings)").optional(),
|
|
40
|
+
maxScreenWidth: zod.z.string().describe("If set, the responsive HTML version of the signing document will only display on screens with the specified pixel width or less. If the screen is larger than the value that you specify, the default PDF version of the content displays instead. This setting can also be configured at the account level.").optional(),
|
|
41
|
+
removeEmptyTags: zod.z.string().describe("Holds a comma-separated list of HTML tags to remove if they have no text within their node (including child nodes).").optional(),
|
|
42
|
+
displayPageNumber: zod.z.string().describe("The number of the page on which the display section appears.").optional(),
|
|
43
|
+
displayAnchorPrefix: zod.z.string().describe("Contains text that all display anchors must start with. Using at least four characters will improve anchor processing performance.").optional(),
|
|
44
|
+
showMobileOptimizedToggle: zod.z.string().describe("When **true** (the default), the **Mobile-Friendly** toggle displays at the top of the screen on the user\"s mobile device. When **false,** the toggle will not be displayed. the **Mobile-Friendly** toggle lets the user switch between the mobile-friendly and the PDF versions of a document. For example, the recipient can use this toggle to review the document using the PDF view before they finish signing.").optional()
|
|
45
|
+
}).describe("Request schema for `CreatePreviewOfResponsiveHtml`");
|
|
46
|
+
const DocusignCreatePreviewOfResponsiveHtmlOutput = zod.z.object({ htmlDefinitions: zod.z.array(zod.z.object({})).nullable().optional() }).describe("Response schema for `CreatePreviewOfResponsiveHtml`");
|
|
47
|
+
const docusignCreatePreviewOfResponsiveHtml = require_action.action("DOCUSIGN_CREATE_PREVIEW_OF_RESPONSIVE_HTML", {
|
|
48
|
+
slug: "docusign-create-preview-of-responsive-html",
|
|
49
|
+
name: "Create Preview of Responsive HTML",
|
|
50
|
+
description: "Creates a preview of the responsive HTML version of a specific template document in DocuSign. This endpoint allows users to visualize how a PDF document will be converted to responsive HTML across various device types before sending it for signing. It's particularly useful for ensuring that template documents are properly formatted for responsive signing, enhancing the signing experience across different devices. The preview can be customized using various display settings and anchors, enabling users to create collapsible sections, responsive tables, and other interactive elements in the signing document.",
|
|
51
|
+
input: DocusignCreatePreviewOfResponsiveHtmlInput,
|
|
52
|
+
output: DocusignCreatePreviewOfResponsiveHtmlOutput
|
|
53
|
+
});
|
|
54
|
+
//#endregion
|
|
55
|
+
exports.docusignCreatePreviewOfResponsiveHtml = docusignCreatePreviewOfResponsiveHtml;
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=create-preview-of-responsive-html.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-preview-of-responsive-html.cjs","names":["z","action"],"sources":["../../src/actions/create-preview-of-responsive-html.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreatePreviewOfResponsiveHtmlInput: z.ZodTypeAny = z.object({\n source: z.string().describe(\"Specifies the type of responsive signing that will be used with the document. If the value of this property is valid HTML, and the [smart sections feature][] is enabled, the HTML code is used to display the signing page: ``` source: \\\"<html> ... <body><p>hello world</p></body></html>\\\" ``` If the value of this property is the string `document`, the HTML signing page is generated from the provided document. ``` source: \\\"document\\\" ``` **Related topics** - [How to create a signable HTML document](/docs/esign-rest-api/how-to/creating-signable-html/) - [How to convert a PDF file into a signable HTML document](/docs/esign-rest-api/how-to/converting-pdf/) - [Responsive signing](/docs/esign-rest-api/esign101/concepts/responsive/) [smart sections feature]: https://support.docusign.com/s/document-item?bundleId=gbo1643332197980&topicId=qlx1578456478178.html\").optional(),\n accountId: z.string().describe(\"The external account number (integer) or account ID GUID that uniquely identifies the DocuSign account. This is automatically populated from your authenticated DocuSign connection and does not need to be provided manually.\").optional(),\n documentId: z.string().nullable(),\n templateId: z.string().describe(\"The ID of the template from which the document is being previewed. This is a required path parameter that uniquely identifies the template in the DocuSign system.\"),\n headerLabel: z.string().describe(\"Header text or an HTML tag to place above the responsive HTML block.\").optional(),\n displayOrder: z.string().describe(\"The position on the page where the display section appears.\").optional(),\n documentGuid: z.string().describe(\"The GUID of the document.\").optional(),\n displayAnchors: z.array(z.object({\n endAnchor: z.string().describe(\"Specifies the end of the area in the HTML where the display settings will be applied. If you do not specify an end anchor, the end of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.\").optional(),\n startAnchor: z.string().describe(\"Specifies the beginning of the area in the HTML where the display settings will be applied. If you do not specify a start anchor, the beginning of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.\").optional(),\n caseSensitive: z.boolean().describe(\"When **true,** the start or end anchor strings must match the strings specified by the start and end anchor settings in case as well as in content.\").optional(),\n removeEndAnchor: z.boolean().describe(\"When **true,** removes the end anchor string for the Smart Section from the HTML, preventing it from displaying.\").optional(),\n removeStartAnchor: z.boolean().describe(\"When **true,** removes the start anchor string for the Smart Section from the HTML, preventing it from displaying.\").optional(),\n displaySettings__display: z.string().describe(\"Sets the display and behavior properties. Possible values are: - `inline`: Leaves the HTML where it is in the document. This property lets you add a label or present on a separate page. - `collapsible`: The HTML in this section may be expanded or collapsed. Initially this section is expanded. - `collapsed`: The HTML in this section may be expanded or collapsed. Initially this section is collapsed. - `continue_button`: Creates a stop point in the document to draw the reader\\\"s attention before proceeding to the next section. - `responsive_table`: Turns this section into a responsive table. Note that this is only used on HTML tables that fall within the anchor start and end positions. - `responsive_table_single_column`: Turns this section into a responsive single-column table. Note this is only used on HTML tables that fall within the anchor start and end positions. The table will be converted to one single column where each current column will become a row, then stacked. - `print_only`: Do not show this portion of the HTML in the responsive signing view.\").optional(),\n displaySettings__preLabel: z.string().describe(\"Enables you to add descriptive text that appears before a collapsed section or continue button.\").optional(),\n displaySettings__cellStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on responsive table cells. Only valid in display sections of `responsive_table` or `responsive_table_single_column` types.\").optional(),\n displaySettings__tableStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on responsive tables. This property is valid only when the value of the `display` property is `responsive_table` or `responsive_table_single_column`.\").optional(),\n displaySettings__displayLabel: z.string().describe(\"The label to add to this display section in the signing page.\").optional(),\n displaySettings__displayOrder: z.number().int().describe(\"The position on the page where the display section appears.\").optional(),\n displaySettings__labelWhenOpened: z.string().describe(\"The label for the display section when it is expanded from a collapsed state. This label displays only on the first opening and is only valid with the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__inlineOuterStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on inline display sections. This property is valid only when the value of the `display` property is `inline`.\").optional(),\n displaySettings__displayPageNumber: z.number().int().describe(\"The number of the page on which the display section appears.\").optional(),\n displaySettings__hideLabelWhenOpened: z.boolean().describe(\"When **true,** the `displayLabel` is hidden when the display section is expanded and the display section is no longer collapsible. This property is valid only when the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__scrollToTopWhenOpened: z.boolean().describe(\"When **true** and the section is expanded, the position of the section-close control scrolls to the top of the screen. This property is only valid when the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__collapsibleSettings__arrowOpen: z.string().describe(\"Indicates the direction of the disclosure arrow when the collapsible section is in the open state. One of the following: - `up`: In the open state, the disclosure arrow points up. - `down`: In the open state, the disclosure arrow points down. - `left`: In the open state, the disclosure arrow points left. - `right`: In the open state, the disclosure arrow points right.\").optional(),\n displaySettings__collapsibleSettings__arrowSize: z.string().describe(\"Indicates the size of the collapsible arrows. Possible values are: - `small` - `large` (default)\").optional(),\n displaySettings__collapsibleSettings__arrowColor: z.string().describe(\"A CSS color value (such as `#DCF851`) that indicates the color of the arrow.\").optional(),\n displaySettings__collapsibleSettings__arrowStyle: z.string().describe(\"The name of the CSS style to be used on collapsible arrow section.\").optional(),\n displaySettings__collapsibleSettings__labelStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container\\\"s label.\").optional(),\n displaySettings__collapsibleSettings__arrowClosed: z.string().describe(\"Indicates the direction of the disclosure arrow when the collapsible section is in the closed state. One of the following: - `up`: In the closed state, the disclosure arrow points up. - `down`: In the closed state, the disclosure arrow points down. - `left`: In the closed state, the disclosure arrow points left. - `right`: In the closed state, the disclosure arrow points right.\").optional(),\n displaySettings__collapsibleSettings__arrowLocation: z.string().describe(\"The location of the arrow relative to the collapsible section\\\"s label. Possible values are: - `right` (default) - `left`\").optional(),\n displaySettings__collapsibleSettings__containerStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container.\").optional(),\n displaySettings__collapsibleSettings__onlyArrowIsClickable: z.boolean().describe(\"When **true,** only the arrow is clickable to expand or collapse the section. When **false** (the default), both the label and the arrow are clickable. If no arrow is used, this setting is ignored.\").optional(),\n displaySettings__collapsibleSettings__outerLabelAndArrowStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container\\\"s outer label and arrow style.\").optional(),\n}).describe(\"Request schema for `DisplayAnchors`\")).describe(\"An object that defines how to handle a section of the HTML in signing. This property enables an incoming request to make a section of the HTML collapsible and expandable or hidden from view. A start anchor, end anchor, or both are required. If the anchors are not found, the display anchor will be ignored. For a list of the available types, see the [`display` property](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings_display) of the [`displaySettings` object.](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings)\").optional(),\n maxScreenWidth: z.string().describe(\"If set, the responsive HTML version of the signing document will only display on screens with the specified pixel width or less. If the screen is larger than the value that you specify, the default PDF version of the content displays instead. This setting can also be configured at the account level.\").optional(),\n removeEmptyTags: z.string().describe(\"Holds a comma-separated list of HTML tags to remove if they have no text within their node (including child nodes).\").optional(),\n displayPageNumber: z.string().describe(\"The number of the page on which the display section appears.\").optional(),\n displayAnchorPrefix: z.string().describe(\"Contains text that all display anchors must start with. Using at least four characters will improve anchor processing performance.\").optional(),\n showMobileOptimizedToggle: z.string().describe(\"When **true** (the default), the **Mobile-Friendly** toggle displays at the top of the screen on the user\\\"s mobile device. When **false,** the toggle will not be displayed. the **Mobile-Friendly** toggle lets the user switch between the mobile-friendly and the PDF versions of a document. For example, the recipient can use this toggle to review the document using the PDF view before they finish signing.\").optional(),\n}).describe(\"Request schema for `CreatePreviewOfResponsiveHtml`\");\nexport const DocusignCreatePreviewOfResponsiveHtmlOutput: z.ZodTypeAny = z.object({\n htmlDefinitions: z.array(z.object({})).nullable().optional(),\n}).describe(\"Response schema for `CreatePreviewOfResponsiveHtml`\");\n\nexport const docusignCreatePreviewOfResponsiveHtml = action(\"DOCUSIGN_CREATE_PREVIEW_OF_RESPONSIVE_HTML\", {\n slug: \"docusign-create-preview-of-responsive-html\",\n name: \"Create Preview of Responsive HTML\",\n description: \"Creates a preview of the responsive HTML version of a specific template document in DocuSign. This endpoint allows users to visualize how a PDF document will be converted to responsive HTML across various device types before sending it for signing. It's particularly useful for ensuring that template documents are properly formatted for responsive signing, enhancing the signing experience across different devices. The preview can be customized using various display settings and anchors, enabling users to create collapsible sections, responsive tables, and other interactive elements in the signing document.\",\n input: DocusignCreatePreviewOfResponsiveHtmlInput,\n output: DocusignCreatePreviewOfResponsiveHtmlOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+1BAA+1B,CAAC,CAAC,SAAS;CACt4B,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gOAAgO,CAAC,CAAC,SAAS;CAC1Q,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS;CAChC,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oKAAoK;CACpM,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAClH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CAC1G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACxE,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACjC,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4OAA4O,CAAC,CAAC,SAAS;EACtR,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yPAAyP,CAAC,CAAC,SAAS;EACrS,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;EACpM,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;EACnK,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;EACvK,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4kCAA4kC,CAAC,CAAC,SAAS;EACroC,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;EAC3J,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;EACvO,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;EACnQ,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EAC7H,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;EACjI,kCAAkCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM,CAAC,CAAC,SAAS;EACzQ,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J,CAAC,CAAC,SAAS;EACjO,oCAAoCA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EACvI,sCAAsCA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yNAAyN,CAAC,CAAC,SAAS;EAC/R,wCAAwCA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6MAA6M,CAAC,CAAC,SAAS;EACrR,iDAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oXAAoX,CAAC,CAAC,SAAS;EACpc,iDAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;EAClL,kDAAkDA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;EAC/J,kDAAkDA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;EACrJ,kDAAkDA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;EAC/J,mDAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8XAA8X,CAAC,CAAC,SAAS;EAChd,qDAAqDA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;EAC/M,sDAAsDA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;EAC1J,4DAA4DA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;EACnS,+DAA+DA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CACpM,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,CAAC,SAAS,6rBAA6rB,CAAC,CAAC,SAAS;CACnwB,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8SAA8S,CAAC,CAAC,SAAS;CAC7V,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;CACrK,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAChH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;CACxL,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wZAAwZ,CAAC,CAAC,SAAS;AACpd,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,8CAA4DA,IAAAA,EAAE,OAAO,EAChF,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7D,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,wCAAwCC,eAAAA,OAAO,8CAA8C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-preview-of-responsive-html.d.ts
|
|
4
|
+
declare const DocusignCreatePreviewOfResponsiveHtmlInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreatePreviewOfResponsiveHtmlOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreatePreviewOfResponsiveHtml: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreatePreviewOfResponsiveHtml };
|
|
9
|
+
//# sourceMappingURL=create-preview-of-responsive-html.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-preview-of-responsive-html.d.cts","names":[],"sources":["../../src/actions/create-preview-of-responsive-html.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAyCM;AAAA,cACpD,2CAAA,EAA6C,CAAA,CAAE,UAEM;AAAA,cAErD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-preview-of-responsive-html.d.ts
|
|
4
|
+
declare const DocusignCreatePreviewOfResponsiveHtmlInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreatePreviewOfResponsiveHtmlOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreatePreviewOfResponsiveHtml: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreatePreviewOfResponsiveHtml };
|
|
9
|
+
//# sourceMappingURL=create-preview-of-responsive-html.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-preview-of-responsive-html.d.mts","names":[],"sources":["../../src/actions/create-preview-of-responsive-html.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAyCM;AAAA,cACpD,2CAAA,EAA6C,CAAA,CAAE,UAEM;AAAA,cAErD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const docusignCreatePreviewOfResponsiveHtml = action("DOCUSIGN_CREATE_PREVIEW_OF_RESPONSIVE_HTML", {
|
|
4
|
+
slug: "docusign-create-preview-of-responsive-html",
|
|
5
|
+
name: "Create Preview of Responsive HTML",
|
|
6
|
+
description: "Creates a preview of the responsive HTML version of a specific template document in DocuSign. This endpoint allows users to visualize how a PDF document will be converted to responsive HTML across various device types before sending it for signing. It's particularly useful for ensuring that template documents are properly formatted for responsive signing, enhancing the signing experience across different devices. The preview can be customized using various display settings and anchors, enabling users to create collapsible sections, responsive tables, and other interactive elements in the signing document.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
source: z.string().describe("Specifies the type of responsive signing that will be used with the document. If the value of this property is valid HTML, and the [smart sections feature][] is enabled, the HTML code is used to display the signing page: ``` source: \"<html> ... <body><p>hello world</p></body></html>\" ``` If the value of this property is the string `document`, the HTML signing page is generated from the provided document. ``` source: \"document\" ``` **Related topics** - [How to create a signable HTML document](/docs/esign-rest-api/how-to/creating-signable-html/) - [How to convert a PDF file into a signable HTML document](/docs/esign-rest-api/how-to/converting-pdf/) - [Responsive signing](/docs/esign-rest-api/esign101/concepts/responsive/) [smart sections feature]: https://support.docusign.com/s/document-item?bundleId=gbo1643332197980&topicId=qlx1578456478178.html").optional(),
|
|
9
|
+
accountId: z.string().describe("The external account number (integer) or account ID GUID that uniquely identifies the DocuSign account. This is automatically populated from your authenticated DocuSign connection and does not need to be provided manually.").optional(),
|
|
10
|
+
documentId: z.string().nullable(),
|
|
11
|
+
templateId: z.string().describe("The ID of the template from which the document is being previewed. This is a required path parameter that uniquely identifies the template in the DocuSign system."),
|
|
12
|
+
headerLabel: z.string().describe("Header text or an HTML tag to place above the responsive HTML block.").optional(),
|
|
13
|
+
displayOrder: z.string().describe("The position on the page where the display section appears.").optional(),
|
|
14
|
+
documentGuid: z.string().describe("The GUID of the document.").optional(),
|
|
15
|
+
displayAnchors: z.array(z.object({
|
|
16
|
+
endAnchor: z.string().describe("Specifies the end of the area in the HTML where the display settings will be applied. If you do not specify an end anchor, the end of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.").optional(),
|
|
17
|
+
startAnchor: z.string().describe("Specifies the beginning of the area in the HTML where the display settings will be applied. If you do not specify a start anchor, the beginning of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.").optional(),
|
|
18
|
+
caseSensitive: z.boolean().describe("When **true,** the start or end anchor strings must match the strings specified by the start and end anchor settings in case as well as in content.").optional(),
|
|
19
|
+
removeEndAnchor: z.boolean().describe("When **true,** removes the end anchor string for the Smart Section from the HTML, preventing it from displaying.").optional(),
|
|
20
|
+
removeStartAnchor: z.boolean().describe("When **true,** removes the start anchor string for the Smart Section from the HTML, preventing it from displaying.").optional(),
|
|
21
|
+
displaySettings__display: z.string().describe("Sets the display and behavior properties. Possible values are: - `inline`: Leaves the HTML where it is in the document. This property lets you add a label or present on a separate page. - `collapsible`: The HTML in this section may be expanded or collapsed. Initially this section is expanded. - `collapsed`: The HTML in this section may be expanded or collapsed. Initially this section is collapsed. - `continue_button`: Creates a stop point in the document to draw the reader\"s attention before proceeding to the next section. - `responsive_table`: Turns this section into a responsive table. Note that this is only used on HTML tables that fall within the anchor start and end positions. - `responsive_table_single_column`: Turns this section into a responsive single-column table. Note this is only used on HTML tables that fall within the anchor start and end positions. The table will be converted to one single column where each current column will become a row, then stacked. - `print_only`: Do not show this portion of the HTML in the responsive signing view.").optional(),
|
|
22
|
+
displaySettings__preLabel: z.string().describe("Enables you to add descriptive text that appears before a collapsed section or continue button.").optional(),
|
|
23
|
+
displaySettings__cellStyle: z.string().describe("Specifies the valid CSS-formatted styles to use on responsive table cells. Only valid in display sections of `responsive_table` or `responsive_table_single_column` types.").optional(),
|
|
24
|
+
displaySettings__tableStyle: z.string().describe("Specifies the valid CSS-formatted styles to use on responsive tables. This property is valid only when the value of the `display` property is `responsive_table` or `responsive_table_single_column`.").optional(),
|
|
25
|
+
displaySettings__displayLabel: z.string().describe("The label to add to this display section in the signing page.").optional(),
|
|
26
|
+
displaySettings__displayOrder: z.number().int().describe("The position on the page where the display section appears.").optional(),
|
|
27
|
+
displaySettings__labelWhenOpened: z.string().describe("The label for the display section when it is expanded from a collapsed state. This label displays only on the first opening and is only valid with the value of the `display` property is `collapsed`.").optional(),
|
|
28
|
+
displaySettings__inlineOuterStyle: z.string().describe("Specifies the valid CSS-formatted styles to use on inline display sections. This property is valid only when the value of the `display` property is `inline`.").optional(),
|
|
29
|
+
displaySettings__displayPageNumber: z.number().int().describe("The number of the page on which the display section appears.").optional(),
|
|
30
|
+
displaySettings__hideLabelWhenOpened: z.boolean().describe("When **true,** the `displayLabel` is hidden when the display section is expanded and the display section is no longer collapsible. This property is valid only when the value of the `display` property is `collapsed`.").optional(),
|
|
31
|
+
displaySettings__scrollToTopWhenOpened: z.boolean().describe("When **true** and the section is expanded, the position of the section-close control scrolls to the top of the screen. This property is only valid when the value of the `display` property is `collapsed`.").optional(),
|
|
32
|
+
displaySettings__collapsibleSettings__arrowOpen: z.string().describe("Indicates the direction of the disclosure arrow when the collapsible section is in the open state. One of the following: - `up`: In the open state, the disclosure arrow points up. - `down`: In the open state, the disclosure arrow points down. - `left`: In the open state, the disclosure arrow points left. - `right`: In the open state, the disclosure arrow points right.").optional(),
|
|
33
|
+
displaySettings__collapsibleSettings__arrowSize: z.string().describe("Indicates the size of the collapsible arrows. Possible values are: - `small` - `large` (default)").optional(),
|
|
34
|
+
displaySettings__collapsibleSettings__arrowColor: z.string().describe("A CSS color value (such as `#DCF851`) that indicates the color of the arrow.").optional(),
|
|
35
|
+
displaySettings__collapsibleSettings__arrowStyle: z.string().describe("The name of the CSS style to be used on collapsible arrow section.").optional(),
|
|
36
|
+
displaySettings__collapsibleSettings__labelStyle: z.string().describe("The name of the CSS style to be used for the collapsible container\"s label.").optional(),
|
|
37
|
+
displaySettings__collapsibleSettings__arrowClosed: z.string().describe("Indicates the direction of the disclosure arrow when the collapsible section is in the closed state. One of the following: - `up`: In the closed state, the disclosure arrow points up. - `down`: In the closed state, the disclosure arrow points down. - `left`: In the closed state, the disclosure arrow points left. - `right`: In the closed state, the disclosure arrow points right.").optional(),
|
|
38
|
+
displaySettings__collapsibleSettings__arrowLocation: z.string().describe("The location of the arrow relative to the collapsible section\"s label. Possible values are: - `right` (default) - `left`").optional(),
|
|
39
|
+
displaySettings__collapsibleSettings__containerStyle: z.string().describe("The name of the CSS style to be used for the collapsible container.").optional(),
|
|
40
|
+
displaySettings__collapsibleSettings__onlyArrowIsClickable: z.boolean().describe("When **true,** only the arrow is clickable to expand or collapse the section. When **false** (the default), both the label and the arrow are clickable. If no arrow is used, this setting is ignored.").optional(),
|
|
41
|
+
displaySettings__collapsibleSettings__outerLabelAndArrowStyle: z.string().describe("The name of the CSS style to be used for the collapsible container\"s outer label and arrow style.").optional()
|
|
42
|
+
}).describe("Request schema for `DisplayAnchors`")).describe("An object that defines how to handle a section of the HTML in signing. This property enables an incoming request to make a section of the HTML collapsible and expandable or hidden from view. A start anchor, end anchor, or both are required. If the anchors are not found, the display anchor will be ignored. For a list of the available types, see the [`display` property](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings_display) of the [`displaySettings` object.](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings)").optional(),
|
|
43
|
+
maxScreenWidth: z.string().describe("If set, the responsive HTML version of the signing document will only display on screens with the specified pixel width or less. If the screen is larger than the value that you specify, the default PDF version of the content displays instead. This setting can also be configured at the account level.").optional(),
|
|
44
|
+
removeEmptyTags: z.string().describe("Holds a comma-separated list of HTML tags to remove if they have no text within their node (including child nodes).").optional(),
|
|
45
|
+
displayPageNumber: z.string().describe("The number of the page on which the display section appears.").optional(),
|
|
46
|
+
displayAnchorPrefix: z.string().describe("Contains text that all display anchors must start with. Using at least four characters will improve anchor processing performance.").optional(),
|
|
47
|
+
showMobileOptimizedToggle: z.string().describe("When **true** (the default), the **Mobile-Friendly** toggle displays at the top of the screen on the user\"s mobile device. When **false,** the toggle will not be displayed. the **Mobile-Friendly** toggle lets the user switch between the mobile-friendly and the PDF versions of a document. For example, the recipient can use this toggle to review the document using the PDF view before they finish signing.").optional()
|
|
48
|
+
}).describe("Request schema for `CreatePreviewOfResponsiveHtml`"),
|
|
49
|
+
output: z.object({ htmlDefinitions: z.array(z.object({})).nullable().optional() }).describe("Response schema for `CreatePreviewOfResponsiveHtml`")
|
|
50
|
+
});
|
|
51
|
+
//#endregion
|
|
52
|
+
export { docusignCreatePreviewOfResponsiveHtml };
|
|
53
|
+
|
|
54
|
+
//# sourceMappingURL=create-preview-of-responsive-html.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-preview-of-responsive-html.mjs","names":[],"sources":["../../src/actions/create-preview-of-responsive-html.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreatePreviewOfResponsiveHtmlInput: z.ZodTypeAny = z.object({\n source: z.string().describe(\"Specifies the type of responsive signing that will be used with the document. If the value of this property is valid HTML, and the [smart sections feature][] is enabled, the HTML code is used to display the signing page: ``` source: \\\"<html> ... <body><p>hello world</p></body></html>\\\" ``` If the value of this property is the string `document`, the HTML signing page is generated from the provided document. ``` source: \\\"document\\\" ``` **Related topics** - [How to create a signable HTML document](/docs/esign-rest-api/how-to/creating-signable-html/) - [How to convert a PDF file into a signable HTML document](/docs/esign-rest-api/how-to/converting-pdf/) - [Responsive signing](/docs/esign-rest-api/esign101/concepts/responsive/) [smart sections feature]: https://support.docusign.com/s/document-item?bundleId=gbo1643332197980&topicId=qlx1578456478178.html\").optional(),\n accountId: z.string().describe(\"The external account number (integer) or account ID GUID that uniquely identifies the DocuSign account. This is automatically populated from your authenticated DocuSign connection and does not need to be provided manually.\").optional(),\n documentId: z.string().nullable(),\n templateId: z.string().describe(\"The ID of the template from which the document is being previewed. This is a required path parameter that uniquely identifies the template in the DocuSign system.\"),\n headerLabel: z.string().describe(\"Header text or an HTML tag to place above the responsive HTML block.\").optional(),\n displayOrder: z.string().describe(\"The position on the page where the display section appears.\").optional(),\n documentGuid: z.string().describe(\"The GUID of the document.\").optional(),\n displayAnchors: z.array(z.object({\n endAnchor: z.string().describe(\"Specifies the end of the area in the HTML where the display settings will be applied. If you do not specify an end anchor, the end of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.\").optional(),\n startAnchor: z.string().describe(\"Specifies the beginning of the area in the HTML where the display settings will be applied. If you do not specify a start anchor, the beginning of the document will be used by default. **Note:** A start anchor, an end anchor, or both are required.\").optional(),\n caseSensitive: z.boolean().describe(\"When **true,** the start or end anchor strings must match the strings specified by the start and end anchor settings in case as well as in content.\").optional(),\n removeEndAnchor: z.boolean().describe(\"When **true,** removes the end anchor string for the Smart Section from the HTML, preventing it from displaying.\").optional(),\n removeStartAnchor: z.boolean().describe(\"When **true,** removes the start anchor string for the Smart Section from the HTML, preventing it from displaying.\").optional(),\n displaySettings__display: z.string().describe(\"Sets the display and behavior properties. Possible values are: - `inline`: Leaves the HTML where it is in the document. This property lets you add a label or present on a separate page. - `collapsible`: The HTML in this section may be expanded or collapsed. Initially this section is expanded. - `collapsed`: The HTML in this section may be expanded or collapsed. Initially this section is collapsed. - `continue_button`: Creates a stop point in the document to draw the reader\\\"s attention before proceeding to the next section. - `responsive_table`: Turns this section into a responsive table. Note that this is only used on HTML tables that fall within the anchor start and end positions. - `responsive_table_single_column`: Turns this section into a responsive single-column table. Note this is only used on HTML tables that fall within the anchor start and end positions. The table will be converted to one single column where each current column will become a row, then stacked. - `print_only`: Do not show this portion of the HTML in the responsive signing view.\").optional(),\n displaySettings__preLabel: z.string().describe(\"Enables you to add descriptive text that appears before a collapsed section or continue button.\").optional(),\n displaySettings__cellStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on responsive table cells. Only valid in display sections of `responsive_table` or `responsive_table_single_column` types.\").optional(),\n displaySettings__tableStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on responsive tables. This property is valid only when the value of the `display` property is `responsive_table` or `responsive_table_single_column`.\").optional(),\n displaySettings__displayLabel: z.string().describe(\"The label to add to this display section in the signing page.\").optional(),\n displaySettings__displayOrder: z.number().int().describe(\"The position on the page where the display section appears.\").optional(),\n displaySettings__labelWhenOpened: z.string().describe(\"The label for the display section when it is expanded from a collapsed state. This label displays only on the first opening and is only valid with the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__inlineOuterStyle: z.string().describe(\"Specifies the valid CSS-formatted styles to use on inline display sections. This property is valid only when the value of the `display` property is `inline`.\").optional(),\n displaySettings__displayPageNumber: z.number().int().describe(\"The number of the page on which the display section appears.\").optional(),\n displaySettings__hideLabelWhenOpened: z.boolean().describe(\"When **true,** the `displayLabel` is hidden when the display section is expanded and the display section is no longer collapsible. This property is valid only when the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__scrollToTopWhenOpened: z.boolean().describe(\"When **true** and the section is expanded, the position of the section-close control scrolls to the top of the screen. This property is only valid when the value of the `display` property is `collapsed`.\").optional(),\n displaySettings__collapsibleSettings__arrowOpen: z.string().describe(\"Indicates the direction of the disclosure arrow when the collapsible section is in the open state. One of the following: - `up`: In the open state, the disclosure arrow points up. - `down`: In the open state, the disclosure arrow points down. - `left`: In the open state, the disclosure arrow points left. - `right`: In the open state, the disclosure arrow points right.\").optional(),\n displaySettings__collapsibleSettings__arrowSize: z.string().describe(\"Indicates the size of the collapsible arrows. Possible values are: - `small` - `large` (default)\").optional(),\n displaySettings__collapsibleSettings__arrowColor: z.string().describe(\"A CSS color value (such as `#DCF851`) that indicates the color of the arrow.\").optional(),\n displaySettings__collapsibleSettings__arrowStyle: z.string().describe(\"The name of the CSS style to be used on collapsible arrow section.\").optional(),\n displaySettings__collapsibleSettings__labelStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container\\\"s label.\").optional(),\n displaySettings__collapsibleSettings__arrowClosed: z.string().describe(\"Indicates the direction of the disclosure arrow when the collapsible section is in the closed state. One of the following: - `up`: In the closed state, the disclosure arrow points up. - `down`: In the closed state, the disclosure arrow points down. - `left`: In the closed state, the disclosure arrow points left. - `right`: In the closed state, the disclosure arrow points right.\").optional(),\n displaySettings__collapsibleSettings__arrowLocation: z.string().describe(\"The location of the arrow relative to the collapsible section\\\"s label. Possible values are: - `right` (default) - `left`\").optional(),\n displaySettings__collapsibleSettings__containerStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container.\").optional(),\n displaySettings__collapsibleSettings__onlyArrowIsClickable: z.boolean().describe(\"When **true,** only the arrow is clickable to expand or collapse the section. When **false** (the default), both the label and the arrow are clickable. If no arrow is used, this setting is ignored.\").optional(),\n displaySettings__collapsibleSettings__outerLabelAndArrowStyle: z.string().describe(\"The name of the CSS style to be used for the collapsible container\\\"s outer label and arrow style.\").optional(),\n}).describe(\"Request schema for `DisplayAnchors`\")).describe(\"An object that defines how to handle a section of the HTML in signing. This property enables an incoming request to make a section of the HTML collapsible and expandable or hidden from view. A start anchor, end anchor, or both are required. If the anchors are not found, the display anchor will be ignored. For a list of the available types, see the [`display` property](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings_display) of the [`displaySettings` object.](/docs/esign-rest-api/reference/envelopes/envelopes/create/#schema__envelopedefinition_documents_htmldefinition_displayanchors_displaysettings)\").optional(),\n maxScreenWidth: z.string().describe(\"If set, the responsive HTML version of the signing document will only display on screens with the specified pixel width or less. If the screen is larger than the value that you specify, the default PDF version of the content displays instead. This setting can also be configured at the account level.\").optional(),\n removeEmptyTags: z.string().describe(\"Holds a comma-separated list of HTML tags to remove if they have no text within their node (including child nodes).\").optional(),\n displayPageNumber: z.string().describe(\"The number of the page on which the display section appears.\").optional(),\n displayAnchorPrefix: z.string().describe(\"Contains text that all display anchors must start with. Using at least four characters will improve anchor processing performance.\").optional(),\n showMobileOptimizedToggle: z.string().describe(\"When **true** (the default), the **Mobile-Friendly** toggle displays at the top of the screen on the user\\\"s mobile device. When **false,** the toggle will not be displayed. the **Mobile-Friendly** toggle lets the user switch between the mobile-friendly and the PDF versions of a document. For example, the recipient can use this toggle to review the document using the PDF view before they finish signing.\").optional(),\n}).describe(\"Request schema for `CreatePreviewOfResponsiveHtml`\");\nexport const DocusignCreatePreviewOfResponsiveHtmlOutput: z.ZodTypeAny = z.object({\n htmlDefinitions: z.array(z.object({})).nullable().optional(),\n}).describe(\"Response schema for `CreatePreviewOfResponsiveHtml`\");\n\nexport const docusignCreatePreviewOfResponsiveHtml = action(\"DOCUSIGN_CREATE_PREVIEW_OF_RESPONSIVE_HTML\", {\n slug: \"docusign-create-preview-of-responsive-html\",\n name: \"Create Preview of Responsive HTML\",\n description: \"Creates a preview of the responsive HTML version of a specific template document in DocuSign. This endpoint allows users to visualize how a PDF document will be converted to responsive HTML across various device types before sending it for signing. It's particularly useful for ensuring that template documents are properly formatted for responsive signing, enhancing the signing experience across different devices. The preview can be customized using various display settings and anchors, enabling users to create collapsible sections, responsive tables, and other interactive elements in the signing document.\",\n input: DocusignCreatePreviewOfResponsiveHtmlInput,\n output: DocusignCreatePreviewOfResponsiveHtmlOutput,\n});\n"],"mappings":";;AAkDA,MAAa,wCAAwC,OAAO,8CAA8C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlDsE,EAAE,OAAO;EAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+1BAA+1B,CAAC,CAAC,SAAS;EACt4B,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gOAAgO,CAAC,CAAC,SAAS;EAC1Q,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS;EAChC,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oKAAoK;EACpM,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EAClH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;EAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACxE,gBAAgB,EAAE,MAAM,EAAE,OAAO;GACjC,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4OAA4O,CAAC,CAAC,SAAS;GACtR,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yPAAyP,CAAC,CAAC,SAAS;GACrS,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;GACpM,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;GACnK,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;GACvK,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,4kCAA4kC,CAAC,CAAC,SAAS;GACroC,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;GAC3J,4BAA4B,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;GACvO,6BAA6B,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;GACnQ,+BAA+B,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;GAC7H,+BAA+B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;GACjI,kCAAkC,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM,CAAC,CAAC,SAAS;GACzQ,mCAAmC,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J,CAAC,CAAC,SAAS;GACjO,oCAAoC,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;GACvI,sCAAsC,EAAE,QAAQ,CAAC,CAAC,SAAS,yNAAyN,CAAC,CAAC,SAAS;GAC/R,wCAAwC,EAAE,QAAQ,CAAC,CAAC,SAAS,6MAA6M,CAAC,CAAC,SAAS;GACrR,iDAAiD,EAAE,OAAO,CAAC,CAAC,SAAS,oXAAoX,CAAC,CAAC,SAAS;GACpc,iDAAiD,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;GAClL,kDAAkD,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;GAC/J,kDAAkD,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;GACrJ,kDAAkD,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;GAC/J,mDAAmD,EAAE,OAAO,CAAC,CAAC,SAAS,8XAA8X,CAAC,CAAC,SAAS;GAChd,qDAAqD,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;GAC/M,sDAAsD,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;GAC1J,4DAA4D,EAAE,QAAQ,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;GACnS,+DAA+D,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;EACpM,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,CAAC,SAAS,6rBAA6rB,CAAC,CAAC,SAAS;EACnwB,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,8SAA8S,CAAC,CAAC,SAAS;EAC7V,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;EACrK,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EAChH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;EACxL,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,wZAAwZ,CAAC,CAAC,SAAS;CACpd,CAAC,CAAC,CAAC,SAAS,oDASH;CACP,QATuE,EAAE,OAAO,EAChF,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7D,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-recipient-manual-review-link.ts
|
|
4
|
+
const DocusignCreateRecipientManualReviewLinkInput = zod.z.object({
|
|
5
|
+
accountId: zod.z.string().describe("The DocuSign account ID. This parameter is optional and will be automatically populated from the authenticated user's account information. You typically don't need to provide this explicitly as it will be derived from your authentication credentials.").optional(),
|
|
6
|
+
envelopeId: zod.z.string().describe("The globally unique identifier (GUID) for the envelope containing the recipient that requires manual review. This GUID is assigned by DocuSign when the envelope is created. Format example: \"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\". Required parameter."),
|
|
7
|
+
recipientId: zod.z.string().describe("A globally unique identifier (GUID) assigned by DocuSign to identify the specific recipient within the envelope that requires manual review. This recipient must belong to a workflow that allows manual review of IDs, and their automatic verification status must be \"Failed\" with a \"vendorFailureStatusCode\" of \"MANUAL_REVIEW_STARTED\". Required parameter.")
|
|
8
|
+
}).describe("Request schema for `CreateRecipientManualReviewLink`");
|
|
9
|
+
const DocusignCreateRecipientManualReviewLinkOutput = zod.z.object({ url: zod.z.string().describe("The view URL to be navigated to.").nullable().optional() }).describe("Response schema for `CreateRecipientManualReviewLink`");
|
|
10
|
+
const docusignCreateRecipientManualReviewLink = require_action.action("DOCUSIGN_CREATE_RECIPIENT_MANUAL_REVIEW_LINK", {
|
|
11
|
+
slug: "docusign-create-recipient-manual-review-link",
|
|
12
|
+
name: "Create Recipient Manual Review Link",
|
|
13
|
+
description: "Creates a URL for manually reviewing a recipient's identity in DocuSign. This endpoint is used when automatic identity verification has failed and manual review is required. It returns a URL that allows the sender to access a page for manually verifying the recipient's ID. This method should only be used for recipients in workflows that support manual review and whose automatic verification has failed with a specific status code. The returned URL is essential for completing the identity verification process in cases where automatic methods were insufficient.",
|
|
14
|
+
input: DocusignCreateRecipientManualReviewLinkInput,
|
|
15
|
+
output: DocusignCreateRecipientManualReviewLinkOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.docusignCreateRecipientManualReviewLink = docusignCreateRecipientManualReviewLink;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=create-recipient-manual-review-link.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-recipient-manual-review-link.cjs","names":["z","action"],"sources":["../../src/actions/create-recipient-manual-review-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateRecipientManualReviewLinkInput: z.ZodTypeAny = z.object({\n accountId: z.string().describe(\"The DocuSign account ID. This parameter is optional and will be automatically populated from the authenticated user's account information. You typically don't need to provide this explicitly as it will be derived from your authentication credentials.\").optional(),\n envelopeId: z.string().describe(\"The globally unique identifier (GUID) for the envelope containing the recipient that requires manual review. This GUID is assigned by DocuSign when the envelope is created. Format example: \\\"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\\\". Required parameter.\"),\n recipientId: z.string().describe(\"A globally unique identifier (GUID) assigned by DocuSign to identify the specific recipient within the envelope that requires manual review. This recipient must belong to a workflow that allows manual review of IDs, and their automatic verification status must be \\\"Failed\\\" with a \\\"vendorFailureStatusCode\\\" of \\\"MANUAL_REVIEW_STARTED\\\". Required parameter.\"),\n}).describe(\"Request schema for `CreateRecipientManualReviewLink`\");\nexport const DocusignCreateRecipientManualReviewLinkOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The view URL to be navigated to.\").nullable().optional(),\n}).describe(\"Response schema for `CreateRecipientManualReviewLink`\");\n\nexport const docusignCreateRecipientManualReviewLink = action(\"DOCUSIGN_CREATE_RECIPIENT_MANUAL_REVIEW_LINK\", {\n slug: \"docusign-create-recipient-manual-review-link\",\n name: \"Create Recipient Manual Review Link\",\n description: \"Creates a URL for manually reviewing a recipient's identity in DocuSign. This endpoint is used when automatic identity verification has failed and manual review is required. It returns a URL that allows the sender to access a page for manually verifying the recipient's ID. This method should only be used for recipients in workflows that support manual review and whose automatic verification has failed with a specific status code. The returned URL is essential for completing the identity verification process in cases where automatic methods were insufficient.\",\n input: DocusignCreateRecipientManualReviewLinkInput,\n output: DocusignCreateRecipientManualReviewLinkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4PAA4P,CAAC,CAAC,SAAS;CACtS,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4PAA4P;CAC5R,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yWAAyW;AAC5Y,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,gDAA8DA,IAAAA,EAAE,OAAO,EAClF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,0CAA0CC,eAAAA,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-recipient-manual-review-link.d.ts
|
|
4
|
+
declare const DocusignCreateRecipientManualReviewLinkInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateRecipientManualReviewLinkOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateRecipientManualReviewLink: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateRecipientManualReviewLink };
|
|
9
|
+
//# sourceMappingURL=create-recipient-manual-review-link.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-recipient-manual-review-link.d.cts","names":[],"sources":["../../src/actions/create-recipient-manual-review-link.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAIM;AAAA,cACtD,6CAAA,EAA+C,CAAA,CAAE,UAEM;AAAA,cAEvD,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-recipient-manual-review-link.d.ts
|
|
4
|
+
declare const DocusignCreateRecipientManualReviewLinkInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateRecipientManualReviewLinkOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateRecipientManualReviewLink: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateRecipientManualReviewLink };
|
|
9
|
+
//# sourceMappingURL=create-recipient-manual-review-link.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-recipient-manual-review-link.d.mts","names":[],"sources":["../../src/actions/create-recipient-manual-review-link.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAIM;AAAA,cACtD,6CAAA,EAA+C,CAAA,CAAE,UAEM;AAAA,cAEvD,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const docusignCreateRecipientManualReviewLink = action("DOCUSIGN_CREATE_RECIPIENT_MANUAL_REVIEW_LINK", {
|
|
4
|
+
slug: "docusign-create-recipient-manual-review-link",
|
|
5
|
+
name: "Create Recipient Manual Review Link",
|
|
6
|
+
description: "Creates a URL for manually reviewing a recipient's identity in DocuSign. This endpoint is used when automatic identity verification has failed and manual review is required. It returns a URL that allows the sender to access a page for manually verifying the recipient's ID. This method should only be used for recipients in workflows that support manual review and whose automatic verification has failed with a specific status code. The returned URL is essential for completing the identity verification process in cases where automatic methods were insufficient.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
accountId: z.string().describe("The DocuSign account ID. This parameter is optional and will be automatically populated from the authenticated user's account information. You typically don't need to provide this explicitly as it will be derived from your authentication credentials.").optional(),
|
|
9
|
+
envelopeId: z.string().describe("The globally unique identifier (GUID) for the envelope containing the recipient that requires manual review. This GUID is assigned by DocuSign when the envelope is created. Format example: \"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\". Required parameter."),
|
|
10
|
+
recipientId: z.string().describe("A globally unique identifier (GUID) assigned by DocuSign to identify the specific recipient within the envelope that requires manual review. This recipient must belong to a workflow that allows manual review of IDs, and their automatic verification status must be \"Failed\" with a \"vendorFailureStatusCode\" of \"MANUAL_REVIEW_STARTED\". Required parameter.")
|
|
11
|
+
}).describe("Request schema for `CreateRecipientManualReviewLink`"),
|
|
12
|
+
output: z.object({ url: z.string().describe("The view URL to be navigated to.").nullable().optional() }).describe("Response schema for `CreateRecipientManualReviewLink`")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { docusignCreateRecipientManualReviewLink };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=create-recipient-manual-review-link.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-recipient-manual-review-link.mjs","names":[],"sources":["../../src/actions/create-recipient-manual-review-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateRecipientManualReviewLinkInput: z.ZodTypeAny = z.object({\n accountId: z.string().describe(\"The DocuSign account ID. This parameter is optional and will be automatically populated from the authenticated user's account information. You typically don't need to provide this explicitly as it will be derived from your authentication credentials.\").optional(),\n envelopeId: z.string().describe(\"The globally unique identifier (GUID) for the envelope containing the recipient that requires manual review. This GUID is assigned by DocuSign when the envelope is created. Format example: \\\"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\\\". Required parameter.\"),\n recipientId: z.string().describe(\"A globally unique identifier (GUID) assigned by DocuSign to identify the specific recipient within the envelope that requires manual review. This recipient must belong to a workflow that allows manual review of IDs, and their automatic verification status must be \\\"Failed\\\" with a \\\"vendorFailureStatusCode\\\" of \\\"MANUAL_REVIEW_STARTED\\\". Required parameter.\"),\n}).describe(\"Request schema for `CreateRecipientManualReviewLink`\");\nexport const DocusignCreateRecipientManualReviewLinkOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The view URL to be navigated to.\").nullable().optional(),\n}).describe(\"Response schema for `CreateRecipientManualReviewLink`\");\n\nexport const docusignCreateRecipientManualReviewLink = action(\"DOCUSIGN_CREATE_RECIPIENT_MANUAL_REVIEW_LINK\", {\n slug: \"docusign-create-recipient-manual-review-link\",\n name: \"Create Recipient Manual Review Link\",\n description: \"Creates a URL for manually reviewing a recipient's identity in DocuSign. This endpoint is used when automatic identity verification has failed and manual review is required. It returns a URL that allows the sender to access a page for manually verifying the recipient's ID. This method should only be used for recipients in workflows that support manual review and whose automatic verification has failed with a specific status code. The returned URL is essential for completing the identity verification process in cases where automatic methods were insufficient.\",\n input: DocusignCreateRecipientManualReviewLinkInput,\n output: DocusignCreateRecipientManualReviewLinkOutput,\n});\n"],"mappings":";;AAaA,MAAa,0CAA0C,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbwE,EAAE,OAAO;EACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4PAA4P,CAAC,CAAC,SAAS;EACtS,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4PAA4P;EAC5R,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yWAAyW;CAC5Y,CAAC,CAAC,CAAC,SAAS,sDASH;CACP,QATyE,EAAE,OAAO,EAClF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-recipient-preview-for-envelope.ts
|
|
4
|
+
const DocusignCreateRecipientPreviewForEnvelopeInput = zod.z.object({
|
|
5
|
+
pingUrl: zod.z.string().describe("The client URL that the DocuSign Signing experience should ping to indicate to the client that Signing is active. An HTTP GET call is executed against the client. The response from the client is ignored. The intent is for the client to reset its session timer when the request is received.").optional(),
|
|
6
|
+
accountId: zod.z.string().describe("The external account number (integer) or account ID GUID. This parameter is required and identifies the DocuSign account associated with the envelope. It must be a valid string representing either a numeric account number or a GUID format account ID.").optional(),
|
|
7
|
+
returnUrl: zod.z.string().describe("Required. The URL to which the user will be redirected after viewing the preview or in an exit scenario. For example, if the link has expired, the user will be redirected to the URL provided here. This value must be an absolute URL (e.g., 'https://example.com/return')."),
|
|
8
|
+
envelopeId: zod.z.string().describe("The envelope\"s GUID (Globally Unique Identifier). This parameter is required and specifies the exact envelope for which the recipient preview is being created. It must be a valid GUID string, for example: \"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\"."),
|
|
9
|
+
assertionId: zod.z.string().describe("A unique identifier of the authentication event executed by the client application.").optional(),
|
|
10
|
+
recipientId: zod.z.string().describe("Unique identifier for the recipient. It is used by the tab element to indicate which recipient is to sign the document.").optional(),
|
|
11
|
+
pingFrequency: zod.z.string().describe("Only used if `pingUrl` is specified. This is the interval, in seconds, between pings on the `pingUrl`. The default is 300 seconds. Valid values are 60-1200 seconds.").optional(),
|
|
12
|
+
xFrameOptions: zod.z.string().describe("Specifies whether a browser should be allowed to render a page in a frame or IFrame. Setting this property ensures that your content is not embedded into unauthorized pages or frames. Valid values are: `deny` (the page cannot be displayed in a frame), `same_origin` (the page can only be displayed in a frame on the same origin as the page itself), `allow_from` (the page can only be displayed in a frame on the origin specified by the `xFrameOptionsAllowFromUrl` property).").optional(),
|
|
13
|
+
securityDomain: zod.z.string().describe("The domain in which the user authenticated.").optional(),
|
|
14
|
+
authenticationMethod: zod.z.string().describe("Choose a value that most closely matches the technique your application used to authenticate the recipient / signer. Choose a value from this list: Biometric, Email, HTTPBasicAuth, Kerberos, KnowledgeBasedAuth, None, PaperDocuments, Password, RSASecureID, SingleSignOn_CASiteminder, SingleSignOn_InfoCard, SingleSignOn_MicrosoftActiveDirectory, SingleSignOn_Other, SingleSignOn_Passport, SingleSignOn_SAML, Smartcard, SSLMutualAuth, X509Certificate. This information is included in the Certificate of Completion.").optional(),
|
|
15
|
+
clientURLs__onCancel: zod.z.string().describe("URL to redirect when the recipient cancels the signing session.").optional(),
|
|
16
|
+
authenticationInstant: zod.z.string().describe("A sender-generated value that indicates the date and time that the signer was authenticated.").optional(),
|
|
17
|
+
clientURLs__onDecline: zod.z.string().describe("URL to redirect when the recipient declines to sign.").optional(),
|
|
18
|
+
clientURLs__onException: zod.z.string().describe("URL to redirect when an exception occurs during signing.").optional(),
|
|
19
|
+
clientURLs__onFaxPending: zod.z.string().describe("URL to redirect when a fax is pending.").optional(),
|
|
20
|
+
clientURLs__onTTLExpired: zod.z.string().describe("URL to redirect when the time-to-live expires.").optional(),
|
|
21
|
+
xFrameOptionsAllowFromUrl: zod.z.string().describe("When the value of `xFrameOptions` is `allow_from`, this property specifies the origin on which the page is allowed to display in a frame. If the value of `xFrameOptions` is `allow_from`, you must include a value for this property.").optional(),
|
|
22
|
+
clientURLs__onIdCheckFailed: zod.z.string().describe("URL to redirect when identity check fails.").optional(),
|
|
23
|
+
clientURLs__onSessionTimeout: zod.z.string().describe("URL to redirect when the signing session times out.").optional(),
|
|
24
|
+
clientURLs__onSigningComplete: zod.z.string().describe("URL to redirect when signing is completed.").optional(),
|
|
25
|
+
clientURLs__onViewingComplete: zod.z.string().describe("URL to redirect when viewing is completed.").optional(),
|
|
26
|
+
clientURLs__onAccessCodeFailed: zod.z.string().describe("URL to redirect when access code verification fails.").optional()
|
|
27
|
+
}).describe("Request schema for `CreateRecipientPreviewForEnvelope`");
|
|
28
|
+
const DocusignCreateRecipientPreviewForEnvelopeOutput = zod.z.object({ url: zod.z.string().describe("The embeddable URL for the recipient preview. This URL allows previewing the recipient's view of a draft envelope or template. Important: This URL is temporary and typically expires after 5 minutes or upon first access. It is for one-time use only and should not be stored or reused.") }).describe("Response schema for `CreateRecipientPreviewForEnvelope`");
|
|
29
|
+
const docusignCreateRecipientPreviewForEnvelope = require_action.action("DOCUSIGN_CREATE_RECIPIENT_PREVIEW_FOR_ENVELOPE", {
|
|
30
|
+
slug: "docusign-create-recipient-preview-for-envelope",
|
|
31
|
+
name: "Createrecipientpreviewforenvelope",
|
|
32
|
+
description: "Creates a URL for previewing the recipient's view of a draft envelope or template. This endpoint allows senders to simulate the recipient's experience by generating an embeddable preview URL. It's useful for verifying the appearance and functionality of an envelope before sending it to recipients. The preview can help identify any issues with document layout, field placements, or signing order, ensuring a smooth signing experience for the recipients.",
|
|
33
|
+
input: DocusignCreateRecipientPreviewForEnvelopeInput,
|
|
34
|
+
output: DocusignCreateRecipientPreviewForEnvelopeOutput
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
exports.docusignCreateRecipientPreviewForEnvelope = docusignCreateRecipientPreviewForEnvelope;
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=create-recipient-preview-for-envelope.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-recipient-preview-for-envelope.cjs","names":["z","action"],"sources":["../../src/actions/create-recipient-preview-for-envelope.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateRecipientPreviewForEnvelopeInput: z.ZodTypeAny = z.object({\n pingUrl: z.string().describe(\"The client URL that the DocuSign Signing experience should ping to indicate to the client that Signing is active. An HTTP GET call is executed against the client. The response from the client is ignored. The intent is for the client to reset its session timer when the request is received.\").optional(),\n accountId: z.string().describe(\"The external account number (integer) or account ID GUID. This parameter is required and identifies the DocuSign account associated with the envelope. It must be a valid string representing either a numeric account number or a GUID format account ID.\").optional(),\n returnUrl: z.string().describe(\"Required. The URL to which the user will be redirected after viewing the preview or in an exit scenario. For example, if the link has expired, the user will be redirected to the URL provided here. This value must be an absolute URL (e.g., 'https://example.com/return').\"),\n envelopeId: z.string().describe(\"The envelope\\\"s GUID (Globally Unique Identifier). This parameter is required and specifies the exact envelope for which the recipient preview is being created. It must be a valid GUID string, for example: \\\"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\\\".\"),\n assertionId: z.string().describe(\"A unique identifier of the authentication event executed by the client application.\").optional(),\n recipientId: z.string().describe(\"Unique identifier for the recipient. It is used by the tab element to indicate which recipient is to sign the document.\").optional(),\n pingFrequency: z.string().describe(\"Only used if `pingUrl` is specified. This is the interval, in seconds, between pings on the `pingUrl`. The default is 300 seconds. Valid values are 60-1200 seconds.\").optional(),\n xFrameOptions: z.string().describe(\"Specifies whether a browser should be allowed to render a page in a frame or IFrame. Setting this property ensures that your content is not embedded into unauthorized pages or frames. Valid values are: `deny` (the page cannot be displayed in a frame), `same_origin` (the page can only be displayed in a frame on the same origin as the page itself), `allow_from` (the page can only be displayed in a frame on the origin specified by the `xFrameOptionsAllowFromUrl` property).\").optional(),\n securityDomain: z.string().describe(\"The domain in which the user authenticated.\").optional(),\n authenticationMethod: z.string().describe(\"Choose a value that most closely matches the technique your application used to authenticate the recipient / signer. Choose a value from this list: Biometric, Email, HTTPBasicAuth, Kerberos, KnowledgeBasedAuth, None, PaperDocuments, Password, RSASecureID, SingleSignOn_CASiteminder, SingleSignOn_InfoCard, SingleSignOn_MicrosoftActiveDirectory, SingleSignOn_Other, SingleSignOn_Passport, SingleSignOn_SAML, Smartcard, SSLMutualAuth, X509Certificate. This information is included in the Certificate of Completion.\").optional(),\n clientURLs__onCancel: z.string().describe(\"URL to redirect when the recipient cancels the signing session.\").optional(),\n authenticationInstant: z.string().describe(\"A sender-generated value that indicates the date and time that the signer was authenticated.\").optional(),\n clientURLs__onDecline: z.string().describe(\"URL to redirect when the recipient declines to sign.\").optional(),\n clientURLs__onException: z.string().describe(\"URL to redirect when an exception occurs during signing.\").optional(),\n clientURLs__onFaxPending: z.string().describe(\"URL to redirect when a fax is pending.\").optional(),\n clientURLs__onTTLExpired: z.string().describe(\"URL to redirect when the time-to-live expires.\").optional(),\n xFrameOptionsAllowFromUrl: z.string().describe(\"When the value of `xFrameOptions` is `allow_from`, this property specifies the origin on which the page is allowed to display in a frame. If the value of `xFrameOptions` is `allow_from`, you must include a value for this property.\").optional(),\n clientURLs__onIdCheckFailed: z.string().describe(\"URL to redirect when identity check fails.\").optional(),\n clientURLs__onSessionTimeout: z.string().describe(\"URL to redirect when the signing session times out.\").optional(),\n clientURLs__onSigningComplete: z.string().describe(\"URL to redirect when signing is completed.\").optional(),\n clientURLs__onViewingComplete: z.string().describe(\"URL to redirect when viewing is completed.\").optional(),\n clientURLs__onAccessCodeFailed: z.string().describe(\"URL to redirect when access code verification fails.\").optional(),\n}).describe(\"Request schema for `CreateRecipientPreviewForEnvelope`\");\nexport const DocusignCreateRecipientPreviewForEnvelopeOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The embeddable URL for the recipient preview. This URL allows previewing the recipient's view of a draft envelope or template. Important: This URL is temporary and typically expires after 5 minutes or upon first access. It is for one-time use only and should not be stored or reused.\"),\n}).describe(\"Response schema for `CreateRecipientPreviewForEnvelope`\");\n\nexport const docusignCreateRecipientPreviewForEnvelope = action(\"DOCUSIGN_CREATE_RECIPIENT_PREVIEW_FOR_ENVELOPE\", {\n slug: \"docusign-create-recipient-preview-for-envelope\",\n name: \"Createrecipientpreviewforenvelope\",\n description: \"Creates a URL for previewing the recipient's view of a draft envelope or template. This endpoint allows senders to simulate the recipient's experience by generating an embeddable preview URL. It's useful for verifying the appearance and functionality of an envelope before sending it to recipients. The preview can help identify any issues with document layout, field placements, or signing order, ensuring a smooth signing experience for the recipients.\",\n input: DocusignCreateRecipientPreviewForEnvelopeInput,\n output: DocusignCreateRecipientPreviewForEnvelopeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mSAAmS,CAAC,CAAC,SAAS;CAC3U,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4PAA4P,CAAC,CAAC,SAAS;CACtS,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+QAA+Q;CAC9S,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yPAAyP;CACzR,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CACjI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;CACrK,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sKAAsK,CAAC,CAAC,SAAS;CACpN,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4dAA4d,CAAC,CAAC,SAAS;CAC1gB,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC5F,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kgBAAkgB,CAAC,CAAC,SAAS;CACvjB,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACtH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CACpJ,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC5G,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAClH,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACjG,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACzG,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wOAAwO,CAAC,CAAC,SAAS;CAClS,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACxG,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAClH,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC1G,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC1G,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,kDAAgEA,IAAAA,EAAE,OAAO,EACpF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6RAA6R,EACxT,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,4CAA4CC,eAAAA,OAAO,kDAAkD;CAChH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-recipient-preview-for-envelope.d.ts
|
|
4
|
+
declare const DocusignCreateRecipientPreviewForEnvelopeInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateRecipientPreviewForEnvelopeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateRecipientPreviewForEnvelope: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateRecipientPreviewForEnvelope };
|
|
9
|
+
//# sourceMappingURL=create-recipient-preview-for-envelope.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-recipient-preview-for-envelope.d.cts","names":[],"sources":["../../src/actions/create-recipient-preview-for-envelope.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UAuBM;AAAA,cACxD,+CAAA,EAAiD,CAAA,CAAE,UAEM;AAAA,cAEzD,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-recipient-preview-for-envelope.d.ts
|
|
4
|
+
declare const DocusignCreateRecipientPreviewForEnvelopeInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateRecipientPreviewForEnvelopeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateRecipientPreviewForEnvelope: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateRecipientPreviewForEnvelope };
|
|
9
|
+
//# sourceMappingURL=create-recipient-preview-for-envelope.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-recipient-preview-for-envelope.d.mts","names":[],"sources":["../../src/actions/create-recipient-preview-for-envelope.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UAuBM;AAAA,cACxD,+CAAA,EAAiD,CAAA,CAAE,UAEM;AAAA,cAEzD,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|