@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,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-template-responsive-html-preview.d.ts
|
|
4
|
+
declare const DocusignCreateTemplateResponsiveHtmlPreviewInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateTemplateResponsiveHtmlPreviewOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateTemplateResponsiveHtmlPreview: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateTemplateResponsiveHtmlPreview };
|
|
9
|
+
//# sourceMappingURL=create-template-responsive-html-preview.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-template-responsive-html-preview.d.mts","names":[],"sources":["../../src/actions/create-template-responsive-html-preview.ts"],"mappings":";;;cAIa,gDAAA,EAAkD,CAAA,CAAE,UAyCM;AAAA,cAC1D,iDAAA,EAAmD,CAAA,CAAE,UAEM;AAAA,cAE3D,2CAAA,gCAA2C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const docusignCreateTemplateResponsiveHtmlPreview = action("DOCUSIGN_CREATE_TEMPLATE_RESPONSIVE_HTML_PREVIEW", {
|
|
4
|
+
slug: "docusign-create-template-responsive-html-preview",
|
|
5
|
+
name: "Create Template Responsive HTML Preview",
|
|
6
|
+
description: "Creates a preview of the responsive HTML versions of all documents associated with a DocuSign template. This endpoint enables users to generate and customize the HTML preview of PDF documents across various device types before sending them for signing. It is particularly useful for ensuring that documents are easily readable and signable on different screen sizes and devices. The preview allows for fine-tuning of display settings, anchors, and other responsive elements to optimize the signing experience.",
|
|
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 of the DocuSign account. This parameter is automatically populated by the DocuSign base action and does not need to be provided explicitly.").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
|
+
templateId: z.string().describe("The unique identifier of the template for which the responsive HTML preview is being created. This parameter is required and must be a valid string representing the template ID within the specified DocuSign account."),
|
|
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 `CreateTemplateResponsiveHtmlPreview`"),
|
|
49
|
+
output: z.object({ htmlDefinitions: z.array(z.string()).describe("An array of HTML definition strings. Each string contains the responsive HTML version of a document in the template, including display metadata and the actual HTML content for responsive signing across different device types.").nullable().optional() }).describe("Response schema for `CreateTemplateResponsiveHtmlPreview`")
|
|
50
|
+
});
|
|
51
|
+
//#endregion
|
|
52
|
+
export { docusignCreateTemplateResponsiveHtmlPreview };
|
|
53
|
+
|
|
54
|
+
//# sourceMappingURL=create-template-responsive-html-preview.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-template-responsive-html-preview.mjs","names":[],"sources":["../../src/actions/create-template-responsive-html-preview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateTemplateResponsiveHtmlPreviewInput: 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 of the DocuSign account. This parameter is automatically populated by the DocuSign base action and does not need to be provided explicitly.\").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 templateId: z.string().describe(\"The unique identifier of the template for which the responsive HTML preview is being created. This parameter is required and must be a valid string representing the template ID within the specified DocuSign account.\"),\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 `CreateTemplateResponsiveHtmlPreview`\");\nexport const DocusignCreateTemplateResponsiveHtmlPreviewOutput: z.ZodTypeAny = z.object({\n htmlDefinitions: z.array(z.string()).describe(\"An array of HTML definition strings. Each string contains the responsive HTML version of a document in the template, including display metadata and the actual HTML content for responsive signing across different device types.\").nullable().optional(),\n}).describe(\"Response schema for `CreateTemplateResponsiveHtmlPreview`\");\n\nexport const docusignCreateTemplateResponsiveHtmlPreview = action(\"DOCUSIGN_CREATE_TEMPLATE_RESPONSIVE_HTML_PREVIEW\", {\n slug: \"docusign-create-template-responsive-html-preview\",\n name: \"Create Template Responsive HTML Preview\",\n description: \"Creates a preview of the responsive HTML versions of all documents associated with a DocuSign template. This endpoint enables users to generate and customize the HTML preview of PDF documents across various device types before sending them for signing. It is particularly useful for ensuring that documents are easily readable and signable on different screen sizes and devices. The preview allows for fine-tuning of display settings, anchors, and other responsive elements to optimize the signing experience.\",\n input: DocusignCreateTemplateResponsiveHtmlPreviewInput,\n output: DocusignCreateTemplateResponsiveHtmlPreviewOutput,\n});\n"],"mappings":";;AAkDA,MAAa,8CAA8C,OAAO,oDAAoD;CACpH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlD4E,EAAE,OAAO;EACrF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+1BAA+1B,CAAC,CAAC,SAAS;EACt4B,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sMAAsM,CAAC,CAAC,SAAS;EAChP,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;EACjK,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yNAAyN;EACzP,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,0DASH;CACP,QAT6E,EAAE,OAAO,EACtF,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mOAAmO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzS,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-template-workflow-step.ts
|
|
4
|
+
const DocusignCreateTemplateWorkflowStepInput = zod.z.object({
|
|
5
|
+
action: zod.z.string().describe("The workflow action type. Currently only supports 'pause_before' which pauses the workflow before reaching the trigger point defined in triggerOnItem. Use this to implement delayed sending or conditional routing logic.").optional(),
|
|
6
|
+
itemId: zod.z.string().describe("The routing order number (as a string) where the workflow should pause. For example, '1' pauses before the first recipient, '2' before the second. Used in conjunction with triggerOnItem='routing_order'.").optional(),
|
|
7
|
+
status: zod.z.string().describe("The status of the step. Valid values: - `inactive` - `in_progress` - `paused` - `pending` - `completed` This property is read-only.").optional(),
|
|
8
|
+
accountId: zod.z.string().describe("The DocuSign account ID (GUID format like '12345678-1234-1234-1234-123456789012'). If not provided, the account ID will be automatically determined from the authenticated user's account. Required for API calls.").optional(),
|
|
9
|
+
templateId: zod.z.string().describe("The template ID (GUID format) where the workflow step will be added. Get this from the List Templates action or from the DocuSign web UI. Example: 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'"),
|
|
10
|
+
completedDate: zod.z.string().describe("The timestamp of when the workflow step transitioned to `completed` status. This property is read-only.").optional(),
|
|
11
|
+
triggerOnItem: zod.z.string().describe("Specifies what triggers this workflow step. Use 'routing_order' to trigger based on a specific recipient routing order position (set in itemId). The workflow will pause before documents are sent to the recipient at that position.").optional(),
|
|
12
|
+
triggeredDate: zod.z.string().describe("The timestamp of when the workflow step transitioned to `in_progress` status. This property is read-only.").optional(),
|
|
13
|
+
workflowStepId: zod.z.string().describe("A unique identifier for this workflow step. This property is read-only.").optional(),
|
|
14
|
+
delayedRouting__rules: zod.z.array(zod.z.object({
|
|
15
|
+
delay: zod.z.string().describe("Relative delay duration in format 'd.hh:mm:ss'. Examples: '1.00:00:00' (1 day), '0.02:30:00' (2.5 hours), '7.12:00:00' (7.5 days). Maximum 30 days. Use either delay OR resumeDate, not both.").optional(),
|
|
16
|
+
resumeDate: zod.z.string().describe("Absolute resume date/time in ISO 8601 format (e.g., '2026-02-15T14:30:00Z'). Must be in the future and within 30 days. Use either resumeDate OR delay, not both.").optional()
|
|
17
|
+
}).describe("Request schema for `Rules`")).describe("Defines when the paused workflow should resume. Provide exactly one rule with either 'delay' (duration like '2.00:00:00' for 2 days) or 'resumeDate' (ISO 8601 timestamp). Maximum delay is 30 days from workflow step creation.").optional(),
|
|
18
|
+
delayedRouting__status: zod.z.string().describe("Status of the delayed routing step. Valid values: * `pending`: The workflow step has not been reached and the delay has not been initiated. * `started`: The workflow step has begun and the delay is in progress. The envelope has not yet been sent to the workflow step\"s recipients. * `completed`: The delay has elapsed and the envelope has been sent to the workflow step\"s recipients. This property is read-only.").optional(),
|
|
19
|
+
delayedRouting__resumeDate: zod.z.string().describe("The ISO 8601 timestamp of when the envelope is scheduled to be sent to the recipients associated with the workflow step. This property is `null` if the workflow step has not been initiated. This property is read-only.").optional(),
|
|
20
|
+
recipientRouting__rules__conditionalRecipients: zod.z.array(zod.z.object({
|
|
21
|
+
order: zod.z.string().describe("An integer that specifies the order in which rules are processed. Lower values are processed before higher values.").optional(),
|
|
22
|
+
conditions: zod.z.array(zod.z.object({
|
|
23
|
+
order: zod.z.string().describe("An integer that specifies the order in which rules are processed. Lower values are processed before higher values.").optional(),
|
|
24
|
+
filters: zod.z.array(zod.z.object({
|
|
25
|
+
scope: zod.z.string().describe("The scope under which the condition is evaluated. Valid values: * `tabs`").optional(),
|
|
26
|
+
tabId: zod.z.string().describe("The unique identifier for the tab.").optional(),
|
|
27
|
+
value: zod.z.string().describe("A set value to which the tab\"s actual value is compared.").optional(),
|
|
28
|
+
tabType: zod.z.string().describe("Indicates the type of tab (for example, `signHere` or `initialHere`).").optional(),
|
|
29
|
+
operator: zod.z.string().describe("Comparison operator for the filter condition. Options: 'equals', 'greaterThan', 'greaterThanEquals', 'lessThan', 'lessThanEquals', 'filled' (checks if field has value), 'selected' (for checkboxes/radio buttons).").optional(),
|
|
30
|
+
tabLabel: zod.z.string().describe("The label associated with the tab. This value may be an empty string. If no value is provided, the tab type is used as the value. Maximum Length: 500 characters.").optional(),
|
|
31
|
+
recipientId: zod.z.string().describe("A local reference used to map recipients to other objects, such as specific document tabs. A `recipientId` must be either an integer or a GUID, and the `recipientId` must be unique within an envelope. For example, many envelopes assign the first recipient a `recipientId` of `1`.").optional()
|
|
32
|
+
}).describe("Request schema for `Filters`")).optional(),
|
|
33
|
+
recipientLabel: zod.z.string().describe("An identifier for the recipient. After assigning this value in a `recipient` object, you can reference it in the `conditions` object to set the recipient as a conditional recipient. For an example, see [How to use conditional recipients](/docs/esign-rest-api/how-to/use-conditional-recipients/).").optional()
|
|
34
|
+
}).describe("Request schema for `Conditions`")).describe("An array of conditions that define when the recipients will be used.").optional(),
|
|
35
|
+
recipientId: zod.z.string().describe("The ID of the recipient to whom the condition will be applied. This value should match the `recipientId` defined in the recipient object.").optional(),
|
|
36
|
+
recipientGroup__groupName: zod.z.string().describe("The name of the group.").optional(),
|
|
37
|
+
recipientGroup__recipients: zod.z.array(zod.z.object({
|
|
38
|
+
name: zod.z.string().describe("The full legal name of the recipient. Maximum length: 100 characters.").optional(),
|
|
39
|
+
email: zod.z.string().describe("The email ID of the agent. This property is required. Maximum length: 100 characters.").optional(),
|
|
40
|
+
roleName: zod.z.string().describe("Specifies the signing group role of the recipient. This property is required.").optional(),
|
|
41
|
+
recipientLabel: zod.z.string().describe("An identifier for the recipient. After assigning this value in a `recipient` object, you can reference it in the `conditions` object to set the recipient as a conditional recipient. For an example, see [How to use conditional recipients](/docs/esign-rest-api/how-to/use-conditional-recipients/).").optional(),
|
|
42
|
+
signingGroupId: zod.z.string().describe("The ID of the [signing group](https://support.docusign.com/s/document-item?bundleId=gav1643676262430&topicId=zgn1578456447934.html).").optional()
|
|
43
|
+
}).describe("Request schema for `Recipients`")).describe("An array of recipient objects that provides details about the recipients of the envelope.").optional(),
|
|
44
|
+
recipientGroup__groupMessage: zod.z.string().describe("The group message, typically a description of the group.").optional()
|
|
45
|
+
}).describe("Request schema for `ConditionalRecipients`")).describe("Conditional routing rules that determine which recipients receive the document based on form field values. Each rule includes conditions (field checks) and a recipient group that gets activated when conditions are met.").optional()
|
|
46
|
+
}).describe("Request schema for `CreateTemplateWorkflowStep`");
|
|
47
|
+
const DocusignCreateTemplateWorkflowStep_DelayedRoutingInfoSchema = zod.z.object({
|
|
48
|
+
rules: zod.z.array(zod.z.object({})).describe("The delay or resume date rules for this workflow step").nullable().optional(),
|
|
49
|
+
status: zod.z.string().describe("Status of the delayed routing (e.g., 'pending', 'started', 'completed')").nullable().optional(),
|
|
50
|
+
resumeDate: zod.z.string().describe("The calculated resume date/time when the workflow will resume").nullable().optional()
|
|
51
|
+
}).describe("Delayed routing configuration details");
|
|
52
|
+
const DocusignCreateTemplateWorkflowStep_WorkflowStepResponseSchema = zod.z.object({
|
|
53
|
+
action: zod.z.string().describe("The action type for this workflow step (e.g., 'pause_before')").nullable().optional(),
|
|
54
|
+
itemId: zod.z.string().describe("The routing order position where the workflow pauses").nullable().optional(),
|
|
55
|
+
status: zod.z.string().describe("The current status of the workflow step (e.g., 'pending', 'in_progress', 'completed')").nullable().optional(),
|
|
56
|
+
completedDate: zod.z.string().describe("Timestamp when the workflow step completed").nullable().optional(),
|
|
57
|
+
triggerOnItem: zod.z.string().describe("The item that triggers this workflow step (e.g., 'routing_order')").nullable().optional(),
|
|
58
|
+
triggeredDate: zod.z.string().describe("Timestamp when the workflow step was triggered").nullable().optional(),
|
|
59
|
+
delayedRouting: DocusignCreateTemplateWorkflowStep_DelayedRoutingInfoSchema.nullable().optional(),
|
|
60
|
+
workflowStepId: zod.z.string().describe("The unique identifier for the created workflow step").nullable().optional()
|
|
61
|
+
}).describe("Workflow step details returned by the API");
|
|
62
|
+
const DocusignCreateTemplateWorkflowStepOutput = zod.z.object({ data: DocusignCreateTemplateWorkflowStep_WorkflowStepResponseSchema.nullable() }).describe("Response schema for `CreateTemplateWorkflowStep`");
|
|
63
|
+
const docusignCreateTemplateWorkflowStep = require_action.action("DOCUSIGN_CREATE_TEMPLATE_WORKFLOW_STEP", {
|
|
64
|
+
slug: "docusign-create-template-workflow-step",
|
|
65
|
+
name: "Create Template Workflow Step",
|
|
66
|
+
description: "Adds a new workflow step to an existing DocuSign template. This action enables sophisticated document routing automation within templates, including: - Pausing workflows before specific routing steps - Implementing delayed sending with scheduled resume dates - Setting up conditional recipient routing based on form field values - Creating multi-stage approval or review processes The workflow step controls the timing and conditions for sending documents to recipients. Common use cases include approval chains, compliance reviews, and conditional routing based on document data. Note: Only one workflow step type (delayed routing OR recipient routing) can be configured per step. Workflow steps are triggered based on routing order positions within the template.",
|
|
67
|
+
input: DocusignCreateTemplateWorkflowStepInput,
|
|
68
|
+
output: DocusignCreateTemplateWorkflowStepOutput
|
|
69
|
+
});
|
|
70
|
+
//#endregion
|
|
71
|
+
exports.docusignCreateTemplateWorkflowStep = docusignCreateTemplateWorkflowStep;
|
|
72
|
+
|
|
73
|
+
//# sourceMappingURL=create-template-workflow-step.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-template-workflow-step.cjs","names":["z","action"],"sources":["../../src/actions/create-template-workflow-step.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateTemplateWorkflowStepInput: z.ZodTypeAny = z.object({\n action: z.string().describe(\"The workflow action type. Currently only supports 'pause_before' which pauses the workflow before reaching the trigger point defined in triggerOnItem. Use this to implement delayed sending or conditional routing logic.\").optional(),\n itemId: z.string().describe(\"The routing order number (as a string) where the workflow should pause. For example, '1' pauses before the first recipient, '2' before the second. Used in conjunction with triggerOnItem='routing_order'.\").optional(),\n status: z.string().describe(\"The status of the step. Valid values: - `inactive` - `in_progress` - `paused` - `pending` - `completed` This property is read-only.\").optional(),\n accountId: z.string().describe(\"The DocuSign account ID (GUID format like '12345678-1234-1234-1234-123456789012'). If not provided, the account ID will be automatically determined from the authenticated user's account. Required for API calls.\").optional(),\n templateId: z.string().describe(\"The template ID (GUID format) where the workflow step will be added. Get this from the List Templates action or from the DocuSign web UI. Example: 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'\"),\n completedDate: z.string().describe(\"The timestamp of when the workflow step transitioned to `completed` status. This property is read-only.\").optional(),\n triggerOnItem: z.string().describe(\"Specifies what triggers this workflow step. Use 'routing_order' to trigger based on a specific recipient routing order position (set in itemId). The workflow will pause before documents are sent to the recipient at that position.\").optional(),\n triggeredDate: z.string().describe(\"The timestamp of when the workflow step transitioned to `in_progress` status. This property is read-only.\").optional(),\n workflowStepId: z.string().describe(\"A unique identifier for this workflow step. This property is read-only.\").optional(),\n delayedRouting__rules: z.array(z.object({\n delay: z.string().describe(\"Relative delay duration in format 'd.hh:mm:ss'. Examples: '1.00:00:00' (1 day), '0.02:30:00' (2.5 hours), '7.12:00:00' (7.5 days). Maximum 30 days. Use either delay OR resumeDate, not both.\").optional(),\n resumeDate: z.string().describe(\"Absolute resume date/time in ISO 8601 format (e.g., '2026-02-15T14:30:00Z'). Must be in the future and within 30 days. Use either resumeDate OR delay, not both.\").optional(),\n}).describe(\"Request schema for `Rules`\")).describe(\"Defines when the paused workflow should resume. Provide exactly one rule with either 'delay' (duration like '2.00:00:00' for 2 days) or 'resumeDate' (ISO 8601 timestamp). Maximum delay is 30 days from workflow step creation.\").optional(),\n delayedRouting__status: z.string().describe(\"Status of the delayed routing step. Valid values: * `pending`: The workflow step has not been reached and the delay has not been initiated. * `started`: The workflow step has begun and the delay is in progress. The envelope has not yet been sent to the workflow step\\\"s recipients. * `completed`: The delay has elapsed and the envelope has been sent to the workflow step\\\"s recipients. This property is read-only.\").optional(),\n delayedRouting__resumeDate: z.string().describe(\"The ISO 8601 timestamp of when the envelope is scheduled to be sent to the recipients associated with the workflow step. This property is `null` if the workflow step has not been initiated. This property is read-only.\").optional(),\n recipientRouting__rules__conditionalRecipients: z.array(z.object({\n order: z.string().describe(\"An integer that specifies the order in which rules are processed. Lower values are processed before higher values.\").optional(),\n conditions: z.array(z.object({\n order: z.string().describe(\"An integer that specifies the order in which rules are processed. Lower values are processed before higher values.\").optional(),\n filters: z.array(z.object({\n scope: z.string().describe(\"The scope under which the condition is evaluated. Valid values: * `tabs`\").optional(),\n tabId: z.string().describe(\"The unique identifier for the tab.\").optional(),\n value: z.string().describe(\"A set value to which the tab\\\"s actual value is compared.\").optional(),\n tabType: z.string().describe(\"Indicates the type of tab (for example, `signHere` or `initialHere`).\").optional(),\n operator: z.string().describe(\"Comparison operator for the filter condition. Options: 'equals', 'greaterThan', 'greaterThanEquals', 'lessThan', 'lessThanEquals', 'filled' (checks if field has value), 'selected' (for checkboxes/radio buttons).\").optional(),\n tabLabel: z.string().describe(\"The label associated with the tab. This value may be an empty string. If no value is provided, the tab type is used as the value. Maximum Length: 500 characters.\").optional(),\n recipientId: z.string().describe(\"A local reference used to map recipients to other objects, such as specific document tabs. A `recipientId` must be either an integer or a GUID, and the `recipientId` must be unique within an envelope. For example, many envelopes assign the first recipient a `recipientId` of `1`.\").optional(),\n}).describe(\"Request schema for `Filters`\")).optional(),\n recipientLabel: z.string().describe(\"An identifier for the recipient. After assigning this value in a `recipient` object, you can reference it in the `conditions` object to set the recipient as a conditional recipient. For an example, see [How to use conditional recipients](/docs/esign-rest-api/how-to/use-conditional-recipients/).\").optional(),\n}).describe(\"Request schema for `Conditions`\")).describe(\"An array of conditions that define when the recipients will be used.\").optional(),\n recipientId: z.string().describe(\"The ID of the recipient to whom the condition will be applied. This value should match the `recipientId` defined in the recipient object.\").optional(),\n recipientGroup__groupName: z.string().describe(\"The name of the group.\").optional(),\n recipientGroup__recipients: z.array(z.object({\n name: z.string().describe(\"The full legal name of the recipient. Maximum length: 100 characters.\").optional(),\n email: z.string().describe(\"The email ID of the agent. This property is required. Maximum length: 100 characters.\").optional(),\n roleName: z.string().describe(\"Specifies the signing group role of the recipient. This property is required.\").optional(),\n recipientLabel: z.string().describe(\"An identifier for the recipient. After assigning this value in a `recipient` object, you can reference it in the `conditions` object to set the recipient as a conditional recipient. For an example, see [How to use conditional recipients](/docs/esign-rest-api/how-to/use-conditional-recipients/).\").optional(),\n signingGroupId: z.string().describe(\"The ID of the [signing group](https://support.docusign.com/s/document-item?bundleId=gav1643676262430&topicId=zgn1578456447934.html).\").optional(),\n}).describe(\"Request schema for `Recipients`\")).describe(\"An array of recipient objects that provides details about the recipients of the envelope.\").optional(),\n recipientGroup__groupMessage: z.string().describe(\"The group message, typically a description of the group.\").optional(),\n}).describe(\"Request schema for `ConditionalRecipients`\")).describe(\"Conditional routing rules that determine which recipients receive the document based on form field values. Each rule includes conditions (field checks) and a recipient group that gets activated when conditions are met.\").optional(),\n}).describe(\"Request schema for `CreateTemplateWorkflowStep`\");\nconst DocusignCreateTemplateWorkflowStep_DelayedRoutingInfoSchema: z.ZodTypeAny = z.object({\n rules: z.array(z.object({})).describe(\"The delay or resume date rules for this workflow step\").nullable().optional(),\n status: z.string().describe(\"Status of the delayed routing (e.g., 'pending', 'started', 'completed')\").nullable().optional(),\n resumeDate: z.string().describe(\"The calculated resume date/time when the workflow will resume\").nullable().optional(),\n}).describe(\"Delayed routing configuration details\");\nconst DocusignCreateTemplateWorkflowStep_WorkflowStepResponseSchema: z.ZodTypeAny = z.object({\n action: z.string().describe(\"The action type for this workflow step (e.g., 'pause_before')\").nullable().optional(),\n itemId: z.string().describe(\"The routing order position where the workflow pauses\").nullable().optional(),\n status: z.string().describe(\"The current status of the workflow step (e.g., 'pending', 'in_progress', 'completed')\").nullable().optional(),\n completedDate: z.string().describe(\"Timestamp when the workflow step completed\").nullable().optional(),\n triggerOnItem: z.string().describe(\"The item that triggers this workflow step (e.g., 'routing_order')\").nullable().optional(),\n triggeredDate: z.string().describe(\"Timestamp when the workflow step was triggered\").nullable().optional(),\n delayedRouting: DocusignCreateTemplateWorkflowStep_DelayedRoutingInfoSchema.nullable().optional(),\n workflowStepId: z.string().describe(\"The unique identifier for the created workflow step\").nullable().optional(),\n}).describe(\"Workflow step details returned by the API\");\nexport const DocusignCreateTemplateWorkflowStepOutput: z.ZodTypeAny = z.object({\n data: DocusignCreateTemplateWorkflowStep_WorkflowStepResponseSchema.nullable(),\n}).describe(\"Response schema for `CreateTemplateWorkflowStep`\");\n\nexport const docusignCreateTemplateWorkflowStep = action(\"DOCUSIGN_CREATE_TEMPLATE_WORKFLOW_STEP\", {\n slug: \"docusign-create-template-workflow-step\",\n name: \"Create Template Workflow Step\",\n description: \"Adds a new workflow step to an existing DocuSign template. This action enables sophisticated document routing automation within templates, including: - Pausing workflows before specific routing steps - Implementing delayed sending with scheduled resume dates - Setting up conditional recipient routing based on form field values - Creating multi-stage approval or review processes The workflow step controls the timing and conditions for sending documents to recipients. Common use cases include approval chains, compliance reviews, and conditional routing based on document data. Note: Only one workflow step type (delayed routing OR recipient routing) can be configured per step. Workflow steps are triggered based on routing order positions within the template.\",\n input: DocusignCreateTemplateWorkflowStepInput,\n output: DocusignCreateTemplateWorkflowStepOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4NAA4N,CAAC,CAAC,SAAS;CACnQ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4MAA4M,CAAC,CAAC,SAAS;CACnP,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;CAC5K,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oNAAoN,CAAC,CAAC,SAAS;CAC9P,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2LAA2L;CAC3N,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACvJ,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uOAAuO,CAAC,CAAC,SAAS;CACrR,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CACzJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACxH,uBAAuBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACxC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;EACrO,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;CAC/M,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,CAAC,SAAS,kOAAkO,CAAC,CAAC,SAAS;CAC/R,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+ZAA+Z,CAAC,CAAC,SAAS;CACtd,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2NAA2N,CAAC,CAAC,SAAS;CACtR,gDAAgDA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;EAC1J,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;GAC7B,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;GAC1J,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;IAC1B,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;IAChH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;IAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;IACjG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;IAC/G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN,CAAC,CAAC,SAAS;IAC9P,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;IAC5M,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yRAAyR,CAAC,CAAC,SAAS;GACvU,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,CAAC,SAAS;GACpD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,ySAAyS,CAAC,CAAC,SAAS;EAC1V,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EACxI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS;EACvL,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAClF,4BAA4BA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;GAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;GAC5G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;GAC7H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;GACxH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,ySAAyS,CAAC,CAAC,SAAS;GACxV,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;EACvL,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;EAC7J,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,CAAC,SAAS,4NAA4N,CAAC,CAAC,SAAS;AAC3S,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,gEAA8EA,IAAAA,EAAE,OAAO;CAC3F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,gBAAgB,4DAA4D,SAAS,CAAC,CAAC,SAAS;CAChG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,MAAM,8DAA8D,SAAS,EAC/E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,qCAAqCC,eAAAA,OAAO,0CAA0C;CACjG,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-template-workflow-step.d.ts
|
|
4
|
+
declare const DocusignCreateTemplateWorkflowStepInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateTemplateWorkflowStepOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateTemplateWorkflowStep: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateTemplateWorkflowStep };
|
|
9
|
+
//# sourceMappingURL=create-template-workflow-step.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-template-workflow-step.d.cts","names":[],"sources":["../../src/actions/create-template-workflow-step.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UA0CM;AAAA,cAgBjD,wCAAA,EAA0C,CAAA,CAAE,UAEM;AAAA,cAElD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-template-workflow-step.d.ts
|
|
4
|
+
declare const DocusignCreateTemplateWorkflowStepInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateTemplateWorkflowStepOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateTemplateWorkflowStep: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateTemplateWorkflowStep };
|
|
9
|
+
//# sourceMappingURL=create-template-workflow-step.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-template-workflow-step.d.mts","names":[],"sources":["../../src/actions/create-template-workflow-step.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UA0CM;AAAA,cAgBjD,wCAAA,EAA0C,CAAA,CAAE,UAEM;AAAA,cAElD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-template-workflow-step.ts
|
|
4
|
+
const DocusignCreateTemplateWorkflowStepInput = z.object({
|
|
5
|
+
action: z.string().describe("The workflow action type. Currently only supports 'pause_before' which pauses the workflow before reaching the trigger point defined in triggerOnItem. Use this to implement delayed sending or conditional routing logic.").optional(),
|
|
6
|
+
itemId: z.string().describe("The routing order number (as a string) where the workflow should pause. For example, '1' pauses before the first recipient, '2' before the second. Used in conjunction with triggerOnItem='routing_order'.").optional(),
|
|
7
|
+
status: z.string().describe("The status of the step. Valid values: - `inactive` - `in_progress` - `paused` - `pending` - `completed` This property is read-only.").optional(),
|
|
8
|
+
accountId: z.string().describe("The DocuSign account ID (GUID format like '12345678-1234-1234-1234-123456789012'). If not provided, the account ID will be automatically determined from the authenticated user's account. Required for API calls.").optional(),
|
|
9
|
+
templateId: z.string().describe("The template ID (GUID format) where the workflow step will be added. Get this from the List Templates action or from the DocuSign web UI. Example: 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'"),
|
|
10
|
+
completedDate: z.string().describe("The timestamp of when the workflow step transitioned to `completed` status. This property is read-only.").optional(),
|
|
11
|
+
triggerOnItem: z.string().describe("Specifies what triggers this workflow step. Use 'routing_order' to trigger based on a specific recipient routing order position (set in itemId). The workflow will pause before documents are sent to the recipient at that position.").optional(),
|
|
12
|
+
triggeredDate: z.string().describe("The timestamp of when the workflow step transitioned to `in_progress` status. This property is read-only.").optional(),
|
|
13
|
+
workflowStepId: z.string().describe("A unique identifier for this workflow step. This property is read-only.").optional(),
|
|
14
|
+
delayedRouting__rules: z.array(z.object({
|
|
15
|
+
delay: z.string().describe("Relative delay duration in format 'd.hh:mm:ss'. Examples: '1.00:00:00' (1 day), '0.02:30:00' (2.5 hours), '7.12:00:00' (7.5 days). Maximum 30 days. Use either delay OR resumeDate, not both.").optional(),
|
|
16
|
+
resumeDate: z.string().describe("Absolute resume date/time in ISO 8601 format (e.g., '2026-02-15T14:30:00Z'). Must be in the future and within 30 days. Use either resumeDate OR delay, not both.").optional()
|
|
17
|
+
}).describe("Request schema for `Rules`")).describe("Defines when the paused workflow should resume. Provide exactly one rule with either 'delay' (duration like '2.00:00:00' for 2 days) or 'resumeDate' (ISO 8601 timestamp). Maximum delay is 30 days from workflow step creation.").optional(),
|
|
18
|
+
delayedRouting__status: z.string().describe("Status of the delayed routing step. Valid values: * `pending`: The workflow step has not been reached and the delay has not been initiated. * `started`: The workflow step has begun and the delay is in progress. The envelope has not yet been sent to the workflow step\"s recipients. * `completed`: The delay has elapsed and the envelope has been sent to the workflow step\"s recipients. This property is read-only.").optional(),
|
|
19
|
+
delayedRouting__resumeDate: z.string().describe("The ISO 8601 timestamp of when the envelope is scheduled to be sent to the recipients associated with the workflow step. This property is `null` if the workflow step has not been initiated. This property is read-only.").optional(),
|
|
20
|
+
recipientRouting__rules__conditionalRecipients: z.array(z.object({
|
|
21
|
+
order: z.string().describe("An integer that specifies the order in which rules are processed. Lower values are processed before higher values.").optional(),
|
|
22
|
+
conditions: z.array(z.object({
|
|
23
|
+
order: z.string().describe("An integer that specifies the order in which rules are processed. Lower values are processed before higher values.").optional(),
|
|
24
|
+
filters: z.array(z.object({
|
|
25
|
+
scope: z.string().describe("The scope under which the condition is evaluated. Valid values: * `tabs`").optional(),
|
|
26
|
+
tabId: z.string().describe("The unique identifier for the tab.").optional(),
|
|
27
|
+
value: z.string().describe("A set value to which the tab\"s actual value is compared.").optional(),
|
|
28
|
+
tabType: z.string().describe("Indicates the type of tab (for example, `signHere` or `initialHere`).").optional(),
|
|
29
|
+
operator: z.string().describe("Comparison operator for the filter condition. Options: 'equals', 'greaterThan', 'greaterThanEquals', 'lessThan', 'lessThanEquals', 'filled' (checks if field has value), 'selected' (for checkboxes/radio buttons).").optional(),
|
|
30
|
+
tabLabel: z.string().describe("The label associated with the tab. This value may be an empty string. If no value is provided, the tab type is used as the value. Maximum Length: 500 characters.").optional(),
|
|
31
|
+
recipientId: z.string().describe("A local reference used to map recipients to other objects, such as specific document tabs. A `recipientId` must be either an integer or a GUID, and the `recipientId` must be unique within an envelope. For example, many envelopes assign the first recipient a `recipientId` of `1`.").optional()
|
|
32
|
+
}).describe("Request schema for `Filters`")).optional(),
|
|
33
|
+
recipientLabel: z.string().describe("An identifier for the recipient. After assigning this value in a `recipient` object, you can reference it in the `conditions` object to set the recipient as a conditional recipient. For an example, see [How to use conditional recipients](/docs/esign-rest-api/how-to/use-conditional-recipients/).").optional()
|
|
34
|
+
}).describe("Request schema for `Conditions`")).describe("An array of conditions that define when the recipients will be used.").optional(),
|
|
35
|
+
recipientId: z.string().describe("The ID of the recipient to whom the condition will be applied. This value should match the `recipientId` defined in the recipient object.").optional(),
|
|
36
|
+
recipientGroup__groupName: z.string().describe("The name of the group.").optional(),
|
|
37
|
+
recipientGroup__recipients: z.array(z.object({
|
|
38
|
+
name: z.string().describe("The full legal name of the recipient. Maximum length: 100 characters.").optional(),
|
|
39
|
+
email: z.string().describe("The email ID of the agent. This property is required. Maximum length: 100 characters.").optional(),
|
|
40
|
+
roleName: z.string().describe("Specifies the signing group role of the recipient. This property is required.").optional(),
|
|
41
|
+
recipientLabel: z.string().describe("An identifier for the recipient. After assigning this value in a `recipient` object, you can reference it in the `conditions` object to set the recipient as a conditional recipient. For an example, see [How to use conditional recipients](/docs/esign-rest-api/how-to/use-conditional-recipients/).").optional(),
|
|
42
|
+
signingGroupId: z.string().describe("The ID of the [signing group](https://support.docusign.com/s/document-item?bundleId=gav1643676262430&topicId=zgn1578456447934.html).").optional()
|
|
43
|
+
}).describe("Request schema for `Recipients`")).describe("An array of recipient objects that provides details about the recipients of the envelope.").optional(),
|
|
44
|
+
recipientGroup__groupMessage: z.string().describe("The group message, typically a description of the group.").optional()
|
|
45
|
+
}).describe("Request schema for `ConditionalRecipients`")).describe("Conditional routing rules that determine which recipients receive the document based on form field values. Each rule includes conditions (field checks) and a recipient group that gets activated when conditions are met.").optional()
|
|
46
|
+
}).describe("Request schema for `CreateTemplateWorkflowStep`");
|
|
47
|
+
const DocusignCreateTemplateWorkflowStep_DelayedRoutingInfoSchema = z.object({
|
|
48
|
+
rules: z.array(z.object({})).describe("The delay or resume date rules for this workflow step").nullable().optional(),
|
|
49
|
+
status: z.string().describe("Status of the delayed routing (e.g., 'pending', 'started', 'completed')").nullable().optional(),
|
|
50
|
+
resumeDate: z.string().describe("The calculated resume date/time when the workflow will resume").nullable().optional()
|
|
51
|
+
}).describe("Delayed routing configuration details");
|
|
52
|
+
const DocusignCreateTemplateWorkflowStep_WorkflowStepResponseSchema = z.object({
|
|
53
|
+
action: z.string().describe("The action type for this workflow step (e.g., 'pause_before')").nullable().optional(),
|
|
54
|
+
itemId: z.string().describe("The routing order position where the workflow pauses").nullable().optional(),
|
|
55
|
+
status: z.string().describe("The current status of the workflow step (e.g., 'pending', 'in_progress', 'completed')").nullable().optional(),
|
|
56
|
+
completedDate: z.string().describe("Timestamp when the workflow step completed").nullable().optional(),
|
|
57
|
+
triggerOnItem: z.string().describe("The item that triggers this workflow step (e.g., 'routing_order')").nullable().optional(),
|
|
58
|
+
triggeredDate: z.string().describe("Timestamp when the workflow step was triggered").nullable().optional(),
|
|
59
|
+
delayedRouting: DocusignCreateTemplateWorkflowStep_DelayedRoutingInfoSchema.nullable().optional(),
|
|
60
|
+
workflowStepId: z.string().describe("The unique identifier for the created workflow step").nullable().optional()
|
|
61
|
+
}).describe("Workflow step details returned by the API");
|
|
62
|
+
const docusignCreateTemplateWorkflowStep = action("DOCUSIGN_CREATE_TEMPLATE_WORKFLOW_STEP", {
|
|
63
|
+
slug: "docusign-create-template-workflow-step",
|
|
64
|
+
name: "Create Template Workflow Step",
|
|
65
|
+
description: "Adds a new workflow step to an existing DocuSign template. This action enables sophisticated document routing automation within templates, including: - Pausing workflows before specific routing steps - Implementing delayed sending with scheduled resume dates - Setting up conditional recipient routing based on form field values - Creating multi-stage approval or review processes The workflow step controls the timing and conditions for sending documents to recipients. Common use cases include approval chains, compliance reviews, and conditional routing based on document data. Note: Only one workflow step type (delayed routing OR recipient routing) can be configured per step. Workflow steps are triggered based on routing order positions within the template.",
|
|
66
|
+
input: DocusignCreateTemplateWorkflowStepInput,
|
|
67
|
+
output: z.object({ data: DocusignCreateTemplateWorkflowStep_WorkflowStepResponseSchema.nullable() }).describe("Response schema for `CreateTemplateWorkflowStep`")
|
|
68
|
+
});
|
|
69
|
+
//#endregion
|
|
70
|
+
export { docusignCreateTemplateWorkflowStep };
|
|
71
|
+
|
|
72
|
+
//# sourceMappingURL=create-template-workflow-step.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-template-workflow-step.mjs","names":[],"sources":["../../src/actions/create-template-workflow-step.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateTemplateWorkflowStepInput: z.ZodTypeAny = z.object({\n action: z.string().describe(\"The workflow action type. Currently only supports 'pause_before' which pauses the workflow before reaching the trigger point defined in triggerOnItem. Use this to implement delayed sending or conditional routing logic.\").optional(),\n itemId: z.string().describe(\"The routing order number (as a string) where the workflow should pause. For example, '1' pauses before the first recipient, '2' before the second. Used in conjunction with triggerOnItem='routing_order'.\").optional(),\n status: z.string().describe(\"The status of the step. Valid values: - `inactive` - `in_progress` - `paused` - `pending` - `completed` This property is read-only.\").optional(),\n accountId: z.string().describe(\"The DocuSign account ID (GUID format like '12345678-1234-1234-1234-123456789012'). If not provided, the account ID will be automatically determined from the authenticated user's account. Required for API calls.\").optional(),\n templateId: z.string().describe(\"The template ID (GUID format) where the workflow step will be added. Get this from the List Templates action or from the DocuSign web UI. Example: 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'\"),\n completedDate: z.string().describe(\"The timestamp of when the workflow step transitioned to `completed` status. This property is read-only.\").optional(),\n triggerOnItem: z.string().describe(\"Specifies what triggers this workflow step. Use 'routing_order' to trigger based on a specific recipient routing order position (set in itemId). The workflow will pause before documents are sent to the recipient at that position.\").optional(),\n triggeredDate: z.string().describe(\"The timestamp of when the workflow step transitioned to `in_progress` status. This property is read-only.\").optional(),\n workflowStepId: z.string().describe(\"A unique identifier for this workflow step. This property is read-only.\").optional(),\n delayedRouting__rules: z.array(z.object({\n delay: z.string().describe(\"Relative delay duration in format 'd.hh:mm:ss'. Examples: '1.00:00:00' (1 day), '0.02:30:00' (2.5 hours), '7.12:00:00' (7.5 days). Maximum 30 days. Use either delay OR resumeDate, not both.\").optional(),\n resumeDate: z.string().describe(\"Absolute resume date/time in ISO 8601 format (e.g., '2026-02-15T14:30:00Z'). Must be in the future and within 30 days. Use either resumeDate OR delay, not both.\").optional(),\n}).describe(\"Request schema for `Rules`\")).describe(\"Defines when the paused workflow should resume. Provide exactly one rule with either 'delay' (duration like '2.00:00:00' for 2 days) or 'resumeDate' (ISO 8601 timestamp). Maximum delay is 30 days from workflow step creation.\").optional(),\n delayedRouting__status: z.string().describe(\"Status of the delayed routing step. Valid values: * `pending`: The workflow step has not been reached and the delay has not been initiated. * `started`: The workflow step has begun and the delay is in progress. The envelope has not yet been sent to the workflow step\\\"s recipients. * `completed`: The delay has elapsed and the envelope has been sent to the workflow step\\\"s recipients. This property is read-only.\").optional(),\n delayedRouting__resumeDate: z.string().describe(\"The ISO 8601 timestamp of when the envelope is scheduled to be sent to the recipients associated with the workflow step. This property is `null` if the workflow step has not been initiated. This property is read-only.\").optional(),\n recipientRouting__rules__conditionalRecipients: z.array(z.object({\n order: z.string().describe(\"An integer that specifies the order in which rules are processed. Lower values are processed before higher values.\").optional(),\n conditions: z.array(z.object({\n order: z.string().describe(\"An integer that specifies the order in which rules are processed. Lower values are processed before higher values.\").optional(),\n filters: z.array(z.object({\n scope: z.string().describe(\"The scope under which the condition is evaluated. Valid values: * `tabs`\").optional(),\n tabId: z.string().describe(\"The unique identifier for the tab.\").optional(),\n value: z.string().describe(\"A set value to which the tab\\\"s actual value is compared.\").optional(),\n tabType: z.string().describe(\"Indicates the type of tab (for example, `signHere` or `initialHere`).\").optional(),\n operator: z.string().describe(\"Comparison operator for the filter condition. Options: 'equals', 'greaterThan', 'greaterThanEquals', 'lessThan', 'lessThanEquals', 'filled' (checks if field has value), 'selected' (for checkboxes/radio buttons).\").optional(),\n tabLabel: z.string().describe(\"The label associated with the tab. This value may be an empty string. If no value is provided, the tab type is used as the value. Maximum Length: 500 characters.\").optional(),\n recipientId: z.string().describe(\"A local reference used to map recipients to other objects, such as specific document tabs. A `recipientId` must be either an integer or a GUID, and the `recipientId` must be unique within an envelope. For example, many envelopes assign the first recipient a `recipientId` of `1`.\").optional(),\n}).describe(\"Request schema for `Filters`\")).optional(),\n recipientLabel: z.string().describe(\"An identifier for the recipient. After assigning this value in a `recipient` object, you can reference it in the `conditions` object to set the recipient as a conditional recipient. For an example, see [How to use conditional recipients](/docs/esign-rest-api/how-to/use-conditional-recipients/).\").optional(),\n}).describe(\"Request schema for `Conditions`\")).describe(\"An array of conditions that define when the recipients will be used.\").optional(),\n recipientId: z.string().describe(\"The ID of the recipient to whom the condition will be applied. This value should match the `recipientId` defined in the recipient object.\").optional(),\n recipientGroup__groupName: z.string().describe(\"The name of the group.\").optional(),\n recipientGroup__recipients: z.array(z.object({\n name: z.string().describe(\"The full legal name of the recipient. Maximum length: 100 characters.\").optional(),\n email: z.string().describe(\"The email ID of the agent. This property is required. Maximum length: 100 characters.\").optional(),\n roleName: z.string().describe(\"Specifies the signing group role of the recipient. This property is required.\").optional(),\n recipientLabel: z.string().describe(\"An identifier for the recipient. After assigning this value in a `recipient` object, you can reference it in the `conditions` object to set the recipient as a conditional recipient. For an example, see [How to use conditional recipients](/docs/esign-rest-api/how-to/use-conditional-recipients/).\").optional(),\n signingGroupId: z.string().describe(\"The ID of the [signing group](https://support.docusign.com/s/document-item?bundleId=gav1643676262430&topicId=zgn1578456447934.html).\").optional(),\n}).describe(\"Request schema for `Recipients`\")).describe(\"An array of recipient objects that provides details about the recipients of the envelope.\").optional(),\n recipientGroup__groupMessage: z.string().describe(\"The group message, typically a description of the group.\").optional(),\n}).describe(\"Request schema for `ConditionalRecipients`\")).describe(\"Conditional routing rules that determine which recipients receive the document based on form field values. Each rule includes conditions (field checks) and a recipient group that gets activated when conditions are met.\").optional(),\n}).describe(\"Request schema for `CreateTemplateWorkflowStep`\");\nconst DocusignCreateTemplateWorkflowStep_DelayedRoutingInfoSchema: z.ZodTypeAny = z.object({\n rules: z.array(z.object({})).describe(\"The delay or resume date rules for this workflow step\").nullable().optional(),\n status: z.string().describe(\"Status of the delayed routing (e.g., 'pending', 'started', 'completed')\").nullable().optional(),\n resumeDate: z.string().describe(\"The calculated resume date/time when the workflow will resume\").nullable().optional(),\n}).describe(\"Delayed routing configuration details\");\nconst DocusignCreateTemplateWorkflowStep_WorkflowStepResponseSchema: z.ZodTypeAny = z.object({\n action: z.string().describe(\"The action type for this workflow step (e.g., 'pause_before')\").nullable().optional(),\n itemId: z.string().describe(\"The routing order position where the workflow pauses\").nullable().optional(),\n status: z.string().describe(\"The current status of the workflow step (e.g., 'pending', 'in_progress', 'completed')\").nullable().optional(),\n completedDate: z.string().describe(\"Timestamp when the workflow step completed\").nullable().optional(),\n triggerOnItem: z.string().describe(\"The item that triggers this workflow step (e.g., 'routing_order')\").nullable().optional(),\n triggeredDate: z.string().describe(\"Timestamp when the workflow step was triggered\").nullable().optional(),\n delayedRouting: DocusignCreateTemplateWorkflowStep_DelayedRoutingInfoSchema.nullable().optional(),\n workflowStepId: z.string().describe(\"The unique identifier for the created workflow step\").nullable().optional(),\n}).describe(\"Workflow step details returned by the API\");\nexport const DocusignCreateTemplateWorkflowStepOutput: z.ZodTypeAny = z.object({\n data: DocusignCreateTemplateWorkflowStep_WorkflowStepResponseSchema.nullable(),\n}).describe(\"Response schema for `CreateTemplateWorkflowStep`\");\n\nexport const docusignCreateTemplateWorkflowStep = action(\"DOCUSIGN_CREATE_TEMPLATE_WORKFLOW_STEP\", {\n slug: \"docusign-create-template-workflow-step\",\n name: \"Create Template Workflow Step\",\n description: \"Adds a new workflow step to an existing DocuSign template. This action enables sophisticated document routing automation within templates, including: - Pausing workflows before specific routing steps - Implementing delayed sending with scheduled resume dates - Setting up conditional recipient routing based on form field values - Creating multi-stage approval or review processes The workflow step controls the timing and conditions for sending documents to recipients. Common use cases include approval chains, compliance reviews, and conditional routing based on document data. Note: Only one workflow step type (delayed routing OR recipient routing) can be configured per step. Workflow steps are triggered based on routing order positions within the template.\",\n input: DocusignCreateTemplateWorkflowStepInput,\n output: DocusignCreateTemplateWorkflowStepOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwD,EAAE,OAAO;CAC5E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4NAA4N,CAAC,CAAC,SAAS;CACnQ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4MAA4M,CAAC,CAAC,SAAS;CACnP,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;CAC5K,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oNAAoN,CAAC,CAAC,SAAS;CAC9P,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2LAA2L;CAC3N,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACvJ,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uOAAuO,CAAC,CAAC,SAAS;CACrR,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CACzJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACxH,uBAAuB,EAAE,MAAM,EAAE,OAAO;EACxC,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;EACrO,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;CAC/M,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,CAAC,SAAS,kOAAkO,CAAC,CAAC,SAAS;CAC/R,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,+ZAA+Z,CAAC,CAAC,SAAS;CACtd,4BAA4B,EAAE,OAAO,CAAC,CAAC,SAAS,2NAA2N,CAAC,CAAC,SAAS;CACtR,gDAAgD,EAAE,MAAM,EAAE,OAAO;EACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;EAC1J,YAAY,EAAE,MAAM,EAAE,OAAO;GAC7B,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;GAC1J,SAAS,EAAE,MAAM,EAAE,OAAO;IAC1B,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;IAChH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;IAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;IACjG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;IAC/G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN,CAAC,CAAC,SAAS;IAC9P,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;IAC5M,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yRAAyR,CAAC,CAAC,SAAS;GACvU,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,CAAC,SAAS;GACpD,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,ySAAyS,CAAC,CAAC,SAAS;EAC1V,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EACxI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS;EACvL,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAClF,4BAA4B,EAAE,MAAM,EAAE,OAAO;GAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;GAC5G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;GAC7H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;GACxH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,ySAAyS,CAAC,CAAC,SAAS;GACxV,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;EACvL,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;EAC7J,8BAA8B,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,CAAC,SAAS,4NAA4N,CAAC,CAAC,SAAS;AAC3S,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,8DAA4E,EAAE,OAAO;CACzF,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,gEAA8E,EAAE,OAAO;CAC3F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,gBAAgB,4DAA4D,SAAS,CAAC,CAAC,SAAS;CAChG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAKvD,MAAa,qCAAqC,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToE,EAAE,OAAO,EAC7E,MAAM,8DAA8D,SAAS,EAC/E,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-urlfor-template-edit-view.ts
|
|
4
|
+
const DocusignCreateUrlforTemplateEditViewInput = zod.z.object({
|
|
5
|
+
accountId: zod.z.string().describe("The unique identifier for the DocuSign account. This can be either the external account number (an integer) or the account ID GUID. It is required to specify which account the template belongs to. The accountId must be valid and associated with your API integration.").optional(),
|
|
6
|
+
returnUrl: zod.z.string().describe("Identifies the return point after the user selects `Save And Close`. This property is required.").optional(),
|
|
7
|
+
templateId: zod.z.string().describe("The unique identifier for the specific template to be edited. This ID is required and must correspond to an existing template within the specified account. The templateId is typically a GUID (Globally Unique Identifier) assigned by DocuSign when the template was created."),
|
|
8
|
+
viewAccess: zod.z.string().describe("Set to `template` to limit the app user\"s access to only the specified template. Docusign **strongly recommends** using this property to make your integration more secure.").optional()
|
|
9
|
+
}).describe("Request schema for `CreateUrlforTemplateEditView`");
|
|
10
|
+
const DocusignCreateUrlforTemplateEditViewOutput = zod.z.object({ url: zod.z.string().describe("The view URL to be navigated to. This URL allows embedding the template edit view in your application and expires in 5 minutes.").nullable().optional() }).describe("Response schema for `CreateUrlforTemplateEditView`");
|
|
11
|
+
const docusignCreateUrlforTemplateEditView = require_action.action("DOCUSIGN_CREATE_URLFOR_TEMPLATE_EDIT_VIEW", {
|
|
12
|
+
slug: "docusign-create-urlfor-template-edit-view",
|
|
13
|
+
name: "Createurlfortemplateeditview",
|
|
14
|
+
description: "Creates a URL for embedding the DocuSign Template Edit view within an application. This endpoint enables developers to integrate DocuSign's template creation and editing functionality directly into their applications, allowing users to manage templates without leaving the app environment. The generated URL provides access to the DocuSign Template UI, where users can create, modify, and save templates. This method is particularly useful for applications that need to offer template management capabilities while maintaining a seamless user experience. It's important to note that this endpoint focuses solely on generating the URL for template editing and does not handle the actual template modifications.",
|
|
15
|
+
input: DocusignCreateUrlforTemplateEditViewInput,
|
|
16
|
+
output: DocusignCreateUrlforTemplateEditViewOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.docusignCreateUrlforTemplateEditView = docusignCreateUrlforTemplateEditView;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=create-urlfor-template-edit-view.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-urlfor-template-edit-view.cjs","names":["z","action"],"sources":["../../src/actions/create-urlfor-template-edit-view.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateUrlforTemplateEditViewInput: z.ZodTypeAny = z.object({\n accountId: z.string().describe(\"The unique identifier for the DocuSign account. This can be either the external account number (an integer) or the account ID GUID. It is required to specify which account the template belongs to. The accountId must be valid and associated with your API integration.\").optional(),\n returnUrl: z.string().describe(\"Identifies the return point after the user selects `Save And Close`. This property is required.\").optional(),\n templateId: z.string().describe(\"The unique identifier for the specific template to be edited. This ID is required and must correspond to an existing template within the specified account. The templateId is typically a GUID (Globally Unique Identifier) assigned by DocuSign when the template was created.\"),\n viewAccess: z.string().describe(\"Set to `template` to limit the app user\\\"s access to only the specified template. Docusign **strongly recommends** using this property to make your integration more secure.\").optional(),\n}).describe(\"Request schema for `CreateUrlforTemplateEditView`\");\nexport const DocusignCreateUrlforTemplateEditViewOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The view URL to be navigated to. This URL allows embedding the template edit view in your application and expires in 5 minutes.\").nullable().optional(),\n}).describe(\"Response schema for `CreateUrlforTemplateEditView`\");\n\nexport const docusignCreateUrlforTemplateEditView = action(\"DOCUSIGN_CREATE_URLFOR_TEMPLATE_EDIT_VIEW\", {\n slug: \"docusign-create-urlfor-template-edit-view\",\n name: \"Createurlfortemplateeditview\",\n description: \"Creates a URL for embedding the DocuSign Template Edit view within an application. This endpoint enables developers to integrate DocuSign's template creation and editing functionality directly into their applications, allowing users to manage templates without leaving the app environment. The generated URL provides access to the DocuSign Template UI, where users can create, modify, and save templates. This method is particularly useful for applications that need to offer template management capabilities while maintaining a seamless user experience. It's important to note that this endpoint focuses solely on generating the URL for template editing and does not handle the actual template modifications.\",\n input: DocusignCreateUrlforTemplateEditViewInput,\n output: DocusignCreateUrlforTemplateEditViewOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4QAA4Q,CAAC,CAAC,SAAS;CACtT,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC3I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iRAAiR;CACjT,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8KAA8K,CAAC,CAAC,SAAS;AAC3N,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,6CAA2DA,IAAAA,EAAE,OAAO,EAC/E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClL,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,uCAAuCC,eAAAA,OAAO,6CAA6C;CACtG,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-urlfor-template-edit-view.d.ts
|
|
4
|
+
declare const DocusignCreateUrlforTemplateEditViewInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateUrlforTemplateEditViewOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateUrlforTemplateEditView: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateUrlforTemplateEditView };
|
|
9
|
+
//# sourceMappingURL=create-urlfor-template-edit-view.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-urlfor-template-edit-view.d.cts","names":[],"sources":["../../src/actions/create-urlfor-template-edit-view.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAKM;AAAA,cACnD,0CAAA,EAA4C,CAAA,CAAE,UAEM;AAAA,cAEpD,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-urlfor-template-edit-view.d.ts
|
|
4
|
+
declare const DocusignCreateUrlforTemplateEditViewInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateUrlforTemplateEditViewOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateUrlforTemplateEditView: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateUrlforTemplateEditView };
|
|
9
|
+
//# sourceMappingURL=create-urlfor-template-edit-view.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-urlfor-template-edit-view.d.mts","names":[],"sources":["../../src/actions/create-urlfor-template-edit-view.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAKM;AAAA,cACnD,0CAAA,EAA4C,CAAA,CAAE,UAEM;AAAA,cAEpD,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const docusignCreateUrlforTemplateEditView = action("DOCUSIGN_CREATE_URLFOR_TEMPLATE_EDIT_VIEW", {
|
|
4
|
+
slug: "docusign-create-urlfor-template-edit-view",
|
|
5
|
+
name: "Createurlfortemplateeditview",
|
|
6
|
+
description: "Creates a URL for embedding the DocuSign Template Edit view within an application. This endpoint enables developers to integrate DocuSign's template creation and editing functionality directly into their applications, allowing users to manage templates without leaving the app environment. The generated URL provides access to the DocuSign Template UI, where users can create, modify, and save templates. This method is particularly useful for applications that need to offer template management capabilities while maintaining a seamless user experience. It's important to note that this endpoint focuses solely on generating the URL for template editing and does not handle the actual template modifications.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
accountId: z.string().describe("The unique identifier for the DocuSign account. This can be either the external account number (an integer) or the account ID GUID. It is required to specify which account the template belongs to. The accountId must be valid and associated with your API integration.").optional(),
|
|
9
|
+
returnUrl: z.string().describe("Identifies the return point after the user selects `Save And Close`. This property is required.").optional(),
|
|
10
|
+
templateId: z.string().describe("The unique identifier for the specific template to be edited. This ID is required and must correspond to an existing template within the specified account. The templateId is typically a GUID (Globally Unique Identifier) assigned by DocuSign when the template was created."),
|
|
11
|
+
viewAccess: z.string().describe("Set to `template` to limit the app user\"s access to only the specified template. Docusign **strongly recommends** using this property to make your integration more secure.").optional()
|
|
12
|
+
}).describe("Request schema for `CreateUrlforTemplateEditView`"),
|
|
13
|
+
output: z.object({ url: z.string().describe("The view URL to be navigated to. This URL allows embedding the template edit view in your application and expires in 5 minutes.").nullable().optional() }).describe("Response schema for `CreateUrlforTemplateEditView`")
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { docusignCreateUrlforTemplateEditView };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=create-urlfor-template-edit-view.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-urlfor-template-edit-view.mjs","names":[],"sources":["../../src/actions/create-urlfor-template-edit-view.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateUrlforTemplateEditViewInput: z.ZodTypeAny = z.object({\n accountId: z.string().describe(\"The unique identifier for the DocuSign account. This can be either the external account number (an integer) or the account ID GUID. It is required to specify which account the template belongs to. The accountId must be valid and associated with your API integration.\").optional(),\n returnUrl: z.string().describe(\"Identifies the return point after the user selects `Save And Close`. This property is required.\").optional(),\n templateId: z.string().describe(\"The unique identifier for the specific template to be edited. This ID is required and must correspond to an existing template within the specified account. The templateId is typically a GUID (Globally Unique Identifier) assigned by DocuSign when the template was created.\"),\n viewAccess: z.string().describe(\"Set to `template` to limit the app user\\\"s access to only the specified template. Docusign **strongly recommends** using this property to make your integration more secure.\").optional(),\n}).describe(\"Request schema for `CreateUrlforTemplateEditView`\");\nexport const DocusignCreateUrlforTemplateEditViewOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The view URL to be navigated to. This URL allows embedding the template edit view in your application and expires in 5 minutes.\").nullable().optional(),\n}).describe(\"Response schema for `CreateUrlforTemplateEditView`\");\n\nexport const docusignCreateUrlforTemplateEditView = action(\"DOCUSIGN_CREATE_URLFOR_TEMPLATE_EDIT_VIEW\", {\n slug: \"docusign-create-urlfor-template-edit-view\",\n name: \"Createurlfortemplateeditview\",\n description: \"Creates a URL for embedding the DocuSign Template Edit view within an application. This endpoint enables developers to integrate DocuSign's template creation and editing functionality directly into their applications, allowing users to manage templates without leaving the app environment. The generated URL provides access to the DocuSign Template UI, where users can create, modify, and save templates. This method is particularly useful for applications that need to offer template management capabilities while maintaining a seamless user experience. It's important to note that this endpoint focuses solely on generating the URL for template editing and does not handle the actual template modifications.\",\n input: DocusignCreateUrlforTemplateEditViewInput,\n output: DocusignCreateUrlforTemplateEditViewOutput,\n});\n"],"mappings":";;AAcA,MAAa,uCAAuC,OAAO,6CAA6C;CACtG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdqE,EAAE,OAAO;EAC9E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4QAA4Q,CAAC,CAAC,SAAS;EACtT,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;EAC3I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iRAAiR;EACjT,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8KAA8K,CAAC,CAAC,SAAS;CAC3N,CAAC,CAAC,CAAC,SAAS,mDASH;CACP,QATsE,EAAE,OAAO,EAC/E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClL,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-user-authorization-for-agent-user.ts
|
|
4
|
+
const DocusignCreateUserAuthorizationForAgentUserInput = zod.z.object({
|
|
5
|
+
userId: zod.z.string().describe("Required. The ID of the principal user who is granting authorization. The principal user is the one sharing their permissions with the agent user. The principal user must have 'Active' status and must be different from the agent user."),
|
|
6
|
+
endDate: zod.z.string().describe("The UTC DateTime to end the authorization. The default value is the max UTC value (`9999-12-31T23:59:59.0000000+00:00`).").optional(),
|
|
7
|
+
accountId: zod.z.string().describe("The external account number (integer) or account ID GUID that uniquely identifies the DocuSign account. This parameter is required and must be provided in the path of the API request.").optional(),
|
|
8
|
+
startDate: zod.z.string().describe("The UTC DateTime to initiate the authorization. The default value is the current date and time.").optional(),
|
|
9
|
+
permission: zod.z.string().describe("Required. The permission level to grant to the agent user. Determines what actions the agent can perform on behalf of the principal user. Valid values: `Send` (can send envelopes), `Manage` (can manage envelopes), `Sign` (can sign documents - each principal can only share signing permission with one agent at a time), `Edit` (can edit envelopes)."),
|
|
10
|
+
agentUser__name: zod.z.string().describe("The full name of the agent user who will be granted authorization.").optional(),
|
|
11
|
+
agentUser__email: zod.z.string().describe("Optional. The email address of the agent user. Providing this along with userId helps ensure the correct user is identified.").optional(),
|
|
12
|
+
agentUser__userId: zod.z.string().describe("Required. The unique user ID of the agent user who will be granted authorization to act on behalf of the principal user. The agent user must have 'Active' status and must be a different user than the principal. Both users must be in the same account."),
|
|
13
|
+
agentUser__accountId: zod.z.string().describe("Required. The account ID of the agent user who will be granted authorization to act on behalf of the principal user. Must be the same account as the principal user.")
|
|
14
|
+
}).describe("Request schema for `CreateUserAuthorizationForAgentUser`");
|
|
15
|
+
const DocusignCreateUserAuthorizationForAgentUser_AuthorizationUserSchema = zod.z.object({
|
|
16
|
+
name: zod.z.string().describe("User's name.").nullable().optional(),
|
|
17
|
+
email: zod.z.string().describe("User's email address.").nullable().optional(),
|
|
18
|
+
userId: zod.z.string().describe("User identifier.").nullable().optional(),
|
|
19
|
+
accountId: zod.z.string().describe("The account ID associated with the envelope.").nullable().optional()
|
|
20
|
+
}).describe("User information for authorization (agent or principal)");
|
|
21
|
+
const DocusignCreateUserAuthorizationForAgentUserOutput = zod.z.object({
|
|
22
|
+
created: zod.z.string().describe("Creation timestamp.").nullable().optional(),
|
|
23
|
+
endDate: zod.z.string().describe("Authorization expiration date.").nullable().optional(),
|
|
24
|
+
modified: zod.z.string().describe("Last modification timestamp.").nullable().optional(),
|
|
25
|
+
agentUser: DocusignCreateUserAuthorizationForAgentUser_AuthorizationUserSchema.nullable().optional(),
|
|
26
|
+
createdBy: zod.z.string().describe("User ID who created the authorization.").nullable().optional(),
|
|
27
|
+
startDate: zod.z.string().describe("Authorization effective date.").nullable().optional(),
|
|
28
|
+
modifiedBy: zod.z.string().describe("User ID who last modified the authorization.").nullable().optional(),
|
|
29
|
+
permission: zod.z.string().describe("Permission level granted by this authorization.").nullable().optional(),
|
|
30
|
+
principalUser: DocusignCreateUserAuthorizationForAgentUser_AuthorizationUserSchema.nullable().optional(),
|
|
31
|
+
authorizationId: zod.z.string().describe("Unique identifier for the authorization.").nullable().optional()
|
|
32
|
+
}).describe("Response schema for `CreateUserAuthorizationForAgentUser`");
|
|
33
|
+
const docusignCreateUserAuthorizationForAgentUser = require_action.action("DOCUSIGN_CREATE_USER_AUTHORIZATION_FOR_AGENT_USER", {
|
|
34
|
+
slug: "docusign-create-user-authorization-for-agent-user",
|
|
35
|
+
name: "Create User Authorization For Agent User",
|
|
36
|
+
description: "Creates a user authorization in DocuSign, enabling an agent user to perform specific actions on behalf of a principal user within the same account. This endpoint is essential for setting up delegated access, allowing users to share envelope management, signing, or sending capabilities. It's particularly useful for streamlining workflow processes in scenarios where one user needs to act on behalf of another, such as an assistant managing documents for an executive. The authorization can be time-bound and is subject to account-level permissions. Note that only account administrators or the principal user can create these authorizations, and each principal can only share signing permission with one agent user at a time.",
|
|
37
|
+
input: DocusignCreateUserAuthorizationForAgentUserInput,
|
|
38
|
+
output: DocusignCreateUserAuthorizationForAgentUserOutput
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.docusignCreateUserAuthorizationForAgentUser = docusignCreateUserAuthorizationForAgentUser;
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=create-user-authorization-for-agent-user.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-user-authorization-for-agent-user.cjs","names":["z","action"],"sources":["../../src/actions/create-user-authorization-for-agent-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignCreateUserAuthorizationForAgentUserInput: z.ZodTypeAny = z.object({\n userId: z.string().describe(\"Required. The ID of the principal user who is granting authorization. The principal user is the one sharing their permissions with the agent user. The principal user must have 'Active' status and must be different from the agent user.\"),\n endDate: z.string().describe(\"The UTC DateTime to end the authorization. The default value is the max UTC value (`9999-12-31T23:59:59.0000000+00:00`).\").optional(),\n accountId: z.string().describe(\"The external account number (integer) or account ID GUID that uniquely identifies the DocuSign account. This parameter is required and must be provided in the path of the API request.\").optional(),\n startDate: z.string().describe(\"The UTC DateTime to initiate the authorization. The default value is the current date and time.\").optional(),\n permission: z.string().describe(\"Required. The permission level to grant to the agent user. Determines what actions the agent can perform on behalf of the principal user. Valid values: `Send` (can send envelopes), `Manage` (can manage envelopes), `Sign` (can sign documents - each principal can only share signing permission with one agent at a time), `Edit` (can edit envelopes).\"),\n agentUser__name: z.string().describe(\"The full name of the agent user who will be granted authorization.\").optional(),\n agentUser__email: z.string().describe(\"Optional. The email address of the agent user. Providing this along with userId helps ensure the correct user is identified.\").optional(),\n agentUser__userId: z.string().describe(\"Required. The unique user ID of the agent user who will be granted authorization to act on behalf of the principal user. The agent user must have 'Active' status and must be a different user than the principal. Both users must be in the same account.\"),\n agentUser__accountId: z.string().describe(\"Required. The account ID of the agent user who will be granted authorization to act on behalf of the principal user. Must be the same account as the principal user.\"),\n}).describe(\"Request schema for `CreateUserAuthorizationForAgentUser`\");\nconst DocusignCreateUserAuthorizationForAgentUser_AuthorizationUserSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"User's name.\").nullable().optional(),\n email: z.string().describe(\"User's email address.\").nullable().optional(),\n userId: z.string().describe(\"User identifier.\").nullable().optional(),\n accountId: z.string().describe(\"The account ID associated with the envelope.\").nullable().optional(),\n}).describe(\"User information for authorization (agent or principal)\");\nexport const DocusignCreateUserAuthorizationForAgentUserOutput: z.ZodTypeAny = z.object({\n created: z.string().describe(\"Creation timestamp.\").nullable().optional(),\n endDate: z.string().describe(\"Authorization expiration date.\").nullable().optional(),\n modified: z.string().describe(\"Last modification timestamp.\").nullable().optional(),\n agentUser: DocusignCreateUserAuthorizationForAgentUser_AuthorizationUserSchema.nullable().optional(),\n createdBy: z.string().describe(\"User ID who created the authorization.\").nullable().optional(),\n startDate: z.string().describe(\"Authorization effective date.\").nullable().optional(),\n modifiedBy: z.string().describe(\"User ID who last modified the authorization.\").nullable().optional(),\n permission: z.string().describe(\"Permission level granted by this authorization.\").nullable().optional(),\n principalUser: DocusignCreateUserAuthorizationForAgentUser_AuthorizationUserSchema.nullable().optional(),\n authorizationId: z.string().describe(\"Unique identifier for the authorization.\").nullable().optional(),\n}).describe(\"Response schema for `CreateUserAuthorizationForAgentUser`\");\n\nexport const docusignCreateUserAuthorizationForAgentUser = action(\"DOCUSIGN_CREATE_USER_AUTHORIZATION_FOR_AGENT_USER\", {\n slug: \"docusign-create-user-authorization-for-agent-user\",\n name: \"Create User Authorization For Agent User\",\n description: \"Creates a user authorization in DocuSign, enabling an agent user to perform specific actions on behalf of a principal user within the same account. This endpoint is essential for setting up delegated access, allowing users to share envelope management, signing, or sending capabilities. It's particularly useful for streamlining workflow processes in scenarios where one user needs to act on behalf of another, such as an assistant managing documents for an executive. The authorization can be time-bound and is subject to account-level permissions. Note that only account administrators or the principal user can create these authorizations, and each principal can only share signing permission with one agent user at a time.\",\n input: DocusignCreateUserAuthorizationForAgentUserInput,\n output: DocusignCreateUserAuthorizationForAgentUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mDAAiEA,IAAAA,EAAE,OAAO;CACrF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4OAA4O;CACxQ,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;CAClK,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yLAAyL,CAAC,CAAC,SAAS;CACnO,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC3I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6VAA6V;CAC7X,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACpH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;CAC/K,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4PAA4P;CACnS,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sKAAsK;AAClN,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,sEAAoFA,IAAAA,EAAE,OAAO;CACjG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,oDAAkEA,IAAAA,EAAE,OAAO;CACtF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAW,oEAAoE,SAAS,CAAC,CAAC,SAAS;CACnG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,eAAe,oEAAoE,SAAS,CAAC,CAAC,SAAS;CACvG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,8CAA8CC,eAAAA,OAAO,qDAAqD;CACrH,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-user-authorization-for-agent-user.d.ts
|
|
4
|
+
declare const DocusignCreateUserAuthorizationForAgentUserInput: z.ZodTypeAny;
|
|
5
|
+
declare const DocusignCreateUserAuthorizationForAgentUserOutput: z.ZodTypeAny;
|
|
6
|
+
declare const docusignCreateUserAuthorizationForAgentUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { docusignCreateUserAuthorizationForAgentUser };
|
|
9
|
+
//# sourceMappingURL=create-user-authorization-for-agent-user.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-user-authorization-for-agent-user.d.cts","names":[],"sources":["../../src/actions/create-user-authorization-for-agent-user.ts"],"mappings":";;;cAIa,gDAAA,EAAkD,CAAA,CAAE,UAUM;AAAA,cAO1D,iDAAA,EAAmD,CAAA,CAAE,UAWM;AAAA,cAE3D,2CAAA,gCAA2C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|