@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.
Files changed (2726) hide show
  1. package/README.md +9 -241
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-contacts-to-contacts-list.cjs +88 -0
  7. package/dist/actions/add-contacts-to-contacts-list.cjs.map +1 -0
  8. package/dist/actions/add-contacts-to-contacts-list.d.cts +9 -0
  9. package/dist/actions/add-contacts-to-contacts-list.d.cts.map +1 -0
  10. package/dist/actions/add-contacts-to-contacts-list.d.mts +9 -0
  11. package/dist/actions/add-contacts-to-contacts-list.d.mts.map +1 -0
  12. package/dist/actions/add-contacts-to-contacts-list.mjs +87 -0
  13. package/dist/actions/add-contacts-to-contacts-list.mjs.map +1 -0
  14. package/dist/actions/add-email-overrides-to-envelope.cjs +33 -0
  15. package/dist/actions/add-email-overrides-to-envelope.cjs.map +1 -0
  16. package/dist/actions/add-email-overrides-to-envelope.d.cts +9 -0
  17. package/dist/actions/add-email-overrides-to-envelope.d.cts.map +1 -0
  18. package/dist/actions/add-email-overrides-to-envelope.d.mts +9 -0
  19. package/dist/actions/add-email-overrides-to-envelope.d.mts.map +1 -0
  20. package/dist/actions/add-email-overrides-to-envelope.mjs +32 -0
  21. package/dist/actions/add-email-overrides-to-envelope.mjs.map +1 -0
  22. package/dist/actions/add-envelope-attachments.cjs +35 -0
  23. package/dist/actions/add-envelope-attachments.cjs.map +1 -0
  24. package/dist/actions/add-envelope-attachments.d.cts +9 -0
  25. package/dist/actions/add-envelope-attachments.d.cts.map +1 -0
  26. package/dist/actions/add-envelope-attachments.d.mts +9 -0
  27. package/dist/actions/add-envelope-attachments.d.mts.map +1 -0
  28. package/dist/actions/add-envelope-attachments.mjs +34 -0
  29. package/dist/actions/add-envelope-attachments.mjs.map +1 -0
  30. package/dist/actions/add-existing-brand-to-group.cjs +27 -0
  31. package/dist/actions/add-existing-brand-to-group.cjs.map +1 -0
  32. package/dist/actions/add-existing-brand-to-group.d.cts +9 -0
  33. package/dist/actions/add-existing-brand-to-group.d.cts.map +1 -0
  34. package/dist/actions/add-existing-brand-to-group.d.mts +9 -0
  35. package/dist/actions/add-existing-brand-to-group.d.mts.map +1 -0
  36. package/dist/actions/add-existing-brand-to-group.mjs +26 -0
  37. package/dist/actions/add-existing-brand-to-group.mjs.map +1 -0
  38. package/dist/actions/add-file-to-workspace.cjs +33 -0
  39. package/dist/actions/add-file-to-workspace.cjs.map +1 -0
  40. package/dist/actions/add-file-to-workspace.d.cts +9 -0
  41. package/dist/actions/add-file-to-workspace.d.cts.map +1 -0
  42. package/dist/actions/add-file-to-workspace.d.mts +9 -0
  43. package/dist/actions/add-file-to-workspace.d.mts.map +1 -0
  44. package/dist/actions/add-file-to-workspace.mjs +30 -0
  45. package/dist/actions/add-file-to-workspace.mjs.map +1 -0
  46. package/dist/actions/add-members-to-signing-group.cjs +32 -0
  47. package/dist/actions/add-members-to-signing-group.cjs.map +1 -0
  48. package/dist/actions/add-members-to-signing-group.d.cts +9 -0
  49. package/dist/actions/add-members-to-signing-group.d.cts.map +1 -0
  50. package/dist/actions/add-members-to-signing-group.d.mts +9 -0
  51. package/dist/actions/add-members-to-signing-group.d.mts.map +1 -0
  52. package/dist/actions/add-members-to-signing-group.mjs +31 -0
  53. package/dist/actions/add-members-to-signing-group.mjs.map +1 -0
  54. package/dist/actions/add-new-users-to-a-specified-account.cjs +849 -0
  55. package/dist/actions/add-new-users-to-a-specified-account.cjs.map +1 -0
  56. package/dist/actions/add-new-users-to-a-specified-account.d.cts +9 -0
  57. package/dist/actions/add-new-users-to-a-specified-account.d.cts.map +1 -0
  58. package/dist/actions/add-new-users-to-a-specified-account.d.mts +9 -0
  59. package/dist/actions/add-new-users-to-a-specified-account.d.mts.map +1 -0
  60. package/dist/actions/add-new-users-to-a-specified-account.mjs +848 -0
  61. package/dist/actions/add-new-users-to-a-specified-account.mjs.map +1 -0
  62. package/dist/actions/add-or-update-account-stamps.cjs +121 -0
  63. package/dist/actions/add-or-update-account-stamps.cjs.map +1 -0
  64. package/dist/actions/add-or-update-account-stamps.d.cts +9 -0
  65. package/dist/actions/add-or-update-account-stamps.d.cts.map +1 -0
  66. package/dist/actions/add-or-update-account-stamps.d.mts +9 -0
  67. package/dist/actions/add-or-update-account-stamps.d.mts.map +1 -0
  68. package/dist/actions/add-or-update-account-stamps.mjs +120 -0
  69. package/dist/actions/add-or-update-account-stamps.mjs.map +1 -0
  70. package/dist/actions/add-or-update-user-custom-settings.cjs +33 -0
  71. package/dist/actions/add-or-update-user-custom-settings.cjs.map +1 -0
  72. package/dist/actions/add-or-update-user-custom-settings.d.cts +9 -0
  73. package/dist/actions/add-or-update-user-custom-settings.d.cts.map +1 -0
  74. package/dist/actions/add-or-update-user-custom-settings.d.mts +9 -0
  75. package/dist/actions/add-or-update-user-custom-settings.d.mts.map +1 -0
  76. package/dist/actions/add-or-update-user-custom-settings.mjs +32 -0
  77. package/dist/actions/add-or-update-user-custom-settings.mjs.map +1 -0
  78. package/dist/actions/add-or-update-user-signature.cjs +97 -0
  79. package/dist/actions/add-or-update-user-signature.cjs.map +1 -0
  80. package/dist/actions/add-or-update-user-signature.d.cts +9 -0
  81. package/dist/actions/add-or-update-user-signature.d.cts.map +1 -0
  82. package/dist/actions/add-or-update-user-signature.d.mts +9 -0
  83. package/dist/actions/add-or-update-user-signature.d.mts.map +1 -0
  84. package/dist/actions/add-or-update-user-signature.mjs +96 -0
  85. package/dist/actions/add-or-update-user-signature.mjs.map +1 -0
  86. package/dist/actions/add-part-to-chunked-upload.cjs +30 -0
  87. package/dist/actions/add-part-to-chunked-upload.cjs.map +1 -0
  88. package/dist/actions/add-part-to-chunked-upload.d.cts +9 -0
  89. package/dist/actions/add-part-to-chunked-upload.d.cts.map +1 -0
  90. package/dist/actions/add-part-to-chunked-upload.d.mts +9 -0
  91. package/dist/actions/add-part-to-chunked-upload.d.mts.map +1 -0
  92. package/dist/actions/add-part-to-chunked-upload.mjs +27 -0
  93. package/dist/actions/add-part-to-chunked-upload.mjs.map +1 -0
  94. package/dist/actions/add-step-to-envelope-workflow.cjs +58 -0
  95. package/dist/actions/add-step-to-envelope-workflow.cjs.map +1 -0
  96. package/dist/actions/add-step-to-envelope-workflow.d.cts +9 -0
  97. package/dist/actions/add-step-to-envelope-workflow.d.cts.map +1 -0
  98. package/dist/actions/add-step-to-envelope-workflow.d.mts +9 -0
  99. package/dist/actions/add-step-to-envelope-workflow.d.mts.map +1 -0
  100. package/dist/actions/add-step-to-envelope-workflow.mjs +55 -0
  101. package/dist/actions/add-step-to-envelope-workflow.mjs.map +1 -0
  102. package/dist/actions/add-templates-to-document-in-envelope.cjs +36 -0
  103. package/dist/actions/add-templates-to-document-in-envelope.cjs.map +1 -0
  104. package/dist/actions/add-templates-to-document-in-envelope.d.cts +9 -0
  105. package/dist/actions/add-templates-to-document-in-envelope.d.cts.map +1 -0
  106. package/dist/actions/add-templates-to-document-in-envelope.d.mts +9 -0
  107. package/dist/actions/add-templates-to-document-in-envelope.d.mts.map +1 -0
  108. package/dist/actions/add-templates-to-document-in-envelope.mjs +35 -0
  109. package/dist/actions/add-templates-to-document-in-envelope.mjs.map +1 -0
  110. package/dist/actions/add-templates-to-envelope.cjs +39 -0
  111. package/dist/actions/add-templates-to-envelope.cjs.map +1 -0
  112. package/dist/actions/add-templates-to-envelope.d.cts +9 -0
  113. package/dist/actions/add-templates-to-envelope.d.cts.map +1 -0
  114. package/dist/actions/add-templates-to-envelope.d.mts +9 -0
  115. package/dist/actions/add-templates-to-envelope.d.mts.map +1 -0
  116. package/dist/actions/add-templates-to-envelope.mjs +38 -0
  117. package/dist/actions/add-templates-to-envelope.mjs.map +1 -0
  118. package/dist/actions/add-user-signature-and-initials-images.cjs +96 -0
  119. package/dist/actions/add-user-signature-and-initials-images.cjs.map +1 -0
  120. package/dist/actions/add-user-signature-and-initials-images.d.cts +9 -0
  121. package/dist/actions/add-user-signature-and-initials-images.d.cts.map +1 -0
  122. package/dist/actions/add-user-signature-and-initials-images.d.mts +9 -0
  123. package/dist/actions/add-user-signature-and-initials-images.d.mts.map +1 -0
  124. package/dist/actions/add-user-signature-and-initials-images.mjs +95 -0
  125. package/dist/actions/add-user-signature-and-initials-images.mjs.map +1 -0
  126. package/dist/actions/add-users-to-existing-group.cjs +45 -0
  127. package/dist/actions/add-users-to-existing-group.cjs.map +1 -0
  128. package/dist/actions/add-users-to-existing-group.d.cts +9 -0
  129. package/dist/actions/add-users-to-existing-group.d.cts.map +1 -0
  130. package/dist/actions/add-users-to-existing-group.d.mts +9 -0
  131. package/dist/actions/add-users-to-existing-group.d.mts.map +1 -0
  132. package/dist/actions/add-users-to-existing-group.mjs +44 -0
  133. package/dist/actions/add-users-to-existing-group.mjs.map +1 -0
  134. package/dist/actions/apply-action-to-bulk-send-envelopes.cjs +69 -0
  135. package/dist/actions/apply-action-to-bulk-send-envelopes.cjs.map +1 -0
  136. package/dist/actions/apply-action-to-bulk-send-envelopes.d.cts +9 -0
  137. package/dist/actions/apply-action-to-bulk-send-envelopes.d.cts.map +1 -0
  138. package/dist/actions/apply-action-to-bulk-send-envelopes.d.mts +9 -0
  139. package/dist/actions/apply-action-to-bulk-send-envelopes.d.mts.map +1 -0
  140. package/dist/actions/apply-action-to-bulk-send-envelopes.mjs +68 -0
  141. package/dist/actions/apply-action-to-bulk-send-envelopes.mjs.map +1 -0
  142. package/dist/actions/change-users-in-account.cjs +858 -0
  143. package/dist/actions/change-users-in-account.cjs.map +1 -0
  144. package/dist/actions/change-users-in-account.d.cts +9 -0
  145. package/dist/actions/change-users-in-account.d.cts.map +1 -0
  146. package/dist/actions/change-users-in-account.d.mts +9 -0
  147. package/dist/actions/change-users-in-account.d.mts.map +1 -0
  148. package/dist/actions/change-users-in-account.mjs +857 -0
  149. package/dist/actions/change-users-in-account.mjs.map +1 -0
  150. package/dist/actions/close-users-in-account.cjs +46 -0
  151. package/dist/actions/close-users-in-account.cjs.map +1 -0
  152. package/dist/actions/close-users-in-account.d.cts +9 -0
  153. package/dist/actions/close-users-in-account.d.cts.map +1 -0
  154. package/dist/actions/close-users-in-account.d.mts +9 -0
  155. package/dist/actions/close-users-in-account.d.mts.map +1 -0
  156. package/dist/actions/close-users-in-account.mjs +45 -0
  157. package/dist/actions/close-users-in-account.mjs.map +1 -0
  158. package/dist/actions/commit-chunked-upload-for-envelopes.cjs +30 -0
  159. package/dist/actions/commit-chunked-upload-for-envelopes.cjs.map +1 -0
  160. package/dist/actions/commit-chunked-upload-for-envelopes.d.cts +9 -0
  161. package/dist/actions/commit-chunked-upload-for-envelopes.d.cts.map +1 -0
  162. package/dist/actions/commit-chunked-upload-for-envelopes.d.mts +9 -0
  163. package/dist/actions/commit-chunked-upload-for-envelopes.d.mts.map +1 -0
  164. package/dist/actions/commit-chunked-upload-for-envelopes.mjs +27 -0
  165. package/dist/actions/commit-chunked-upload-for-envelopes.mjs.map +1 -0
  166. package/dist/actions/configure-cloud-storage-redirect-url.cjs +35 -0
  167. package/dist/actions/configure-cloud-storage-redirect-url.cjs.map +1 -0
  168. package/dist/actions/configure-cloud-storage-redirect-url.d.cts +9 -0
  169. package/dist/actions/configure-cloud-storage-redirect-url.d.cts.map +1 -0
  170. package/dist/actions/configure-cloud-storage-redirect-url.d.mts +9 -0
  171. package/dist/actions/configure-cloud-storage-redirect-url.d.mts.map +1 -0
  172. package/dist/actions/configure-cloud-storage-redirect-url.mjs +34 -0
  173. package/dist/actions/configure-cloud-storage-redirect-url.mjs.map +1 -0
  174. package/dist/actions/create-a-collaborative-workspace.cjs +115 -0
  175. package/dist/actions/create-a-collaborative-workspace.cjs.map +1 -0
  176. package/dist/actions/create-a-collaborative-workspace.d.cts +9 -0
  177. package/dist/actions/create-a-collaborative-workspace.d.cts.map +1 -0
  178. package/dist/actions/create-a-collaborative-workspace.d.mts +9 -0
  179. package/dist/actions/create-a-collaborative-workspace.d.mts.map +1 -0
  180. package/dist/actions/create-a-collaborative-workspace.mjs +114 -0
  181. package/dist/actions/create-a-collaborative-workspace.mjs.map +1 -0
  182. package/dist/actions/create-account-custom-field.cjs +51 -0
  183. package/dist/actions/create-account-custom-field.cjs.map +1 -0
  184. package/dist/actions/create-account-custom-field.d.cts +9 -0
  185. package/dist/actions/create-account-custom-field.d.cts.map +1 -0
  186. package/dist/actions/create-account-custom-field.d.mts +9 -0
  187. package/dist/actions/create-account-custom-field.d.mts.map +1 -0
  188. package/dist/actions/create-account-custom-field.mjs +50 -0
  189. package/dist/actions/create-account-custom-field.mjs.map +1 -0
  190. package/dist/actions/create-bcc-email-archive-configuration.cjs +46 -0
  191. package/dist/actions/create-bcc-email-archive-configuration.cjs.map +1 -0
  192. package/dist/actions/create-bcc-email-archive-configuration.d.cts +9 -0
  193. package/dist/actions/create-bcc-email-archive-configuration.d.cts.map +1 -0
  194. package/dist/actions/create-bcc-email-archive-configuration.d.mts +9 -0
  195. package/dist/actions/create-bcc-email-archive-configuration.d.mts.map +1 -0
  196. package/dist/actions/create-bcc-email-archive-configuration.mjs +45 -0
  197. package/dist/actions/create-bcc-email-archive-configuration.mjs.map +1 -0
  198. package/dist/actions/create-brand-profiles-for-account.cjs +81 -0
  199. package/dist/actions/create-brand-profiles-for-account.cjs.map +1 -0
  200. package/dist/actions/create-brand-profiles-for-account.d.cts +9 -0
  201. package/dist/actions/create-brand-profiles-for-account.d.cts.map +1 -0
  202. package/dist/actions/create-brand-profiles-for-account.d.mts +9 -0
  203. package/dist/actions/create-brand-profiles-for-account.d.mts.map +1 -0
  204. package/dist/actions/create-brand-profiles-for-account.mjs +78 -0
  205. package/dist/actions/create-brand-profiles-for-account.mjs.map +1 -0
  206. package/dist/actions/create-bulk-send-request.cjs +30 -0
  207. package/dist/actions/create-bulk-send-request.cjs.map +1 -0
  208. package/dist/actions/create-bulk-send-request.d.cts +9 -0
  209. package/dist/actions/create-bulk-send-request.d.cts.map +1 -0
  210. package/dist/actions/create-bulk-send-request.d.mts +9 -0
  211. package/dist/actions/create-bulk-send-request.d.mts.map +1 -0
  212. package/dist/actions/create-bulk-send-request.mjs +27 -0
  213. package/dist/actions/create-bulk-send-request.mjs.map +1 -0
  214. package/dist/actions/create-bulk-send-test-request.cjs +28 -0
  215. package/dist/actions/create-bulk-send-test-request.cjs.map +1 -0
  216. package/dist/actions/create-bulk-send-test-request.d.cts +9 -0
  217. package/dist/actions/create-bulk-send-test-request.d.cts.map +1 -0
  218. package/dist/actions/create-bulk-send-test-request.d.mts +9 -0
  219. package/dist/actions/create-bulk-send-test-request.d.mts.map +1 -0
  220. package/dist/actions/create-bulk-send-test-request.mjs +25 -0
  221. package/dist/actions/create-bulk-send-test-request.mjs.map +1 -0
  222. package/dist/actions/create-connect-configuration-for-account.cjs +171 -0
  223. package/dist/actions/create-connect-configuration-for-account.cjs.map +1 -0
  224. package/dist/actions/create-connect-configuration-for-account.d.cts +9 -0
  225. package/dist/actions/create-connect-configuration-for-account.d.cts.map +1 -0
  226. package/dist/actions/create-connect-configuration-for-account.d.mts +9 -0
  227. package/dist/actions/create-connect-configuration-for-account.d.mts.map +1 -0
  228. package/dist/actions/create-connect-configuration-for-account.mjs +170 -0
  229. package/dist/actions/create-connect-configuration-for-account.mjs.map +1 -0
  230. package/dist/actions/create-custom-document-fields-in-envelope.cjs +30 -0
  231. package/dist/actions/create-custom-document-fields-in-envelope.cjs.map +1 -0
  232. package/dist/actions/create-custom-document-fields-in-envelope.d.cts +9 -0
  233. package/dist/actions/create-custom-document-fields-in-envelope.d.cts.map +1 -0
  234. package/dist/actions/create-custom-document-fields-in-envelope.d.mts +9 -0
  235. package/dist/actions/create-custom-document-fields-in-envelope.d.mts.map +1 -0
  236. package/dist/actions/create-custom-document-fields-in-envelope.mjs +29 -0
  237. package/dist/actions/create-custom-document-fields-in-envelope.mjs.map +1 -0
  238. package/dist/actions/create-custom-fields-for-envelope.cjs +66 -0
  239. package/dist/actions/create-custom-fields-for-envelope.cjs.map +1 -0
  240. package/dist/actions/create-custom-fields-for-envelope.d.cts +9 -0
  241. package/dist/actions/create-custom-fields-for-envelope.d.cts.map +1 -0
  242. package/dist/actions/create-custom-fields-for-envelope.d.mts +9 -0
  243. package/dist/actions/create-custom-fields-for-envelope.d.mts.map +1 -0
  244. package/dist/actions/create-custom-fields-for-envelope.mjs +65 -0
  245. package/dist/actions/create-custom-fields-for-envelope.mjs.map +1 -0
  246. package/dist/actions/create-custom-fields-in-template-document.cjs +30 -0
  247. package/dist/actions/create-custom-fields-in-template-document.cjs.map +1 -0
  248. package/dist/actions/create-custom-fields-in-template-document.d.cts +9 -0
  249. package/dist/actions/create-custom-fields-in-template-document.d.cts.map +1 -0
  250. package/dist/actions/create-custom-fields-in-template-document.d.mts +9 -0
  251. package/dist/actions/create-custom-fields-in-template-document.d.mts.map +1 -0
  252. package/dist/actions/create-custom-fields-in-template-document.mjs +29 -0
  253. package/dist/actions/create-custom-fields-in-template-document.mjs.map +1 -0
  254. package/dist/actions/create-custom-tab-with-properties.cjs +162 -0
  255. package/dist/actions/create-custom-tab-with-properties.cjs.map +1 -0
  256. package/dist/actions/create-custom-tab-with-properties.d.cts +9 -0
  257. package/dist/actions/create-custom-tab-with-properties.d.cts.map +1 -0
  258. package/dist/actions/create-custom-tab-with-properties.d.mts +9 -0
  259. package/dist/actions/create-custom-tab-with-properties.d.mts.map +1 -0
  260. package/dist/actions/create-custom-tab-with-properties.mjs +159 -0
  261. package/dist/actions/create-custom-tab-with-properties.mjs.map +1 -0
  262. package/dist/actions/create-document-responsive-html-preview.cjs +57 -0
  263. package/dist/actions/create-document-responsive-html-preview.cjs.map +1 -0
  264. package/dist/actions/create-document-responsive-html-preview.d.cts +9 -0
  265. package/dist/actions/create-document-responsive-html-preview.d.cts.map +1 -0
  266. package/dist/actions/create-document-responsive-html-preview.d.mts +9 -0
  267. package/dist/actions/create-document-responsive-html-preview.d.mts.map +1 -0
  268. package/dist/actions/create-document-responsive-html-preview.mjs +54 -0
  269. package/dist/actions/create-document-responsive-html-preview.mjs.map +1 -0
  270. package/dist/actions/create-envelope-from-template.cjs +47 -0
  271. package/dist/actions/create-envelope-from-template.cjs.map +1 -0
  272. package/dist/actions/create-envelope-from-template.d.cts +9 -0
  273. package/dist/actions/create-envelope-from-template.d.cts.map +1 -0
  274. package/dist/actions/create-envelope-from-template.d.mts +9 -0
  275. package/dist/actions/create-envelope-from-template.d.mts.map +1 -0
  276. package/dist/actions/create-envelope-from-template.mjs +46 -0
  277. package/dist/actions/create-envelope-from-template.mjs.map +1 -0
  278. package/dist/actions/create-groups-for-account.cjs +65 -0
  279. package/dist/actions/create-groups-for-account.cjs.map +1 -0
  280. package/dist/actions/create-groups-for-account.d.cts +9 -0
  281. package/dist/actions/create-groups-for-account.d.cts.map +1 -0
  282. package/dist/actions/create-groups-for-account.d.mts +9 -0
  283. package/dist/actions/create-groups-for-account.d.mts.map +1 -0
  284. package/dist/actions/create-groups-for-account.mjs +64 -0
  285. package/dist/actions/create-groups-for-account.mjs.map +1 -0
  286. package/dist/actions/create-idproof-resource-token-for-recipient.cjs +24 -0
  287. package/dist/actions/create-idproof-resource-token-for-recipient.cjs.map +1 -0
  288. package/dist/actions/create-idproof-resource-token-for-recipient.d.cts +9 -0
  289. package/dist/actions/create-idproof-resource-token-for-recipient.d.cts.map +1 -0
  290. package/dist/actions/create-idproof-resource-token-for-recipient.d.mts +9 -0
  291. package/dist/actions/create-idproof-resource-token-for-recipient.d.mts.map +1 -0
  292. package/dist/actions/create-idproof-resource-token-for-recipient.mjs +21 -0
  293. package/dist/actions/create-idproof-resource-token-for-recipient.mjs.map +1 -0
  294. package/dist/actions/create-new-account-permission-profile.cjs +1277 -0
  295. package/dist/actions/create-new-account-permission-profile.cjs.map +1 -0
  296. package/dist/actions/create-new-account-permission-profile.d.cts +9 -0
  297. package/dist/actions/create-new-account-permission-profile.d.cts.map +1 -0
  298. package/dist/actions/create-new-account-permission-profile.d.mts +9 -0
  299. package/dist/actions/create-new-account-permission-profile.d.mts.map +1 -0
  300. package/dist/actions/create-new-account-permission-profile.mjs +1276 -0
  301. package/dist/actions/create-new-account-permission-profile.mjs.map +1 -0
  302. package/dist/actions/create-notary-jurisdiction-object.cjs +49 -0
  303. package/dist/actions/create-notary-jurisdiction-object.cjs.map +1 -0
  304. package/dist/actions/create-notary-jurisdiction-object.d.cts +9 -0
  305. package/dist/actions/create-notary-jurisdiction-object.d.cts.map +1 -0
  306. package/dist/actions/create-notary-jurisdiction-object.d.mts +9 -0
  307. package/dist/actions/create-notary-jurisdiction-object.d.mts.map +1 -0
  308. package/dist/actions/create-notary-jurisdiction-object.mjs +48 -0
  309. package/dist/actions/create-notary-jurisdiction-object.mjs.map +1 -0
  310. package/dist/actions/create-or-update-user-authorizations.cjs +52 -0
  311. package/dist/actions/create-or-update-user-authorizations.cjs.map +1 -0
  312. package/dist/actions/create-or-update-user-authorizations.d.cts +9 -0
  313. package/dist/actions/create-or-update-user-authorizations.d.cts.map +1 -0
  314. package/dist/actions/create-or-update-user-authorizations.d.mts +9 -0
  315. package/dist/actions/create-or-update-user-authorizations.d.mts.map +1 -0
  316. package/dist/actions/create-or-update-user-authorizations.mjs +51 -0
  317. package/dist/actions/create-or-update-user-authorizations.mjs.map +1 -0
  318. package/dist/actions/create-preview-of-responsive-html-in-envelope.cjs +57 -0
  319. package/dist/actions/create-preview-of-responsive-html-in-envelope.cjs.map +1 -0
  320. package/dist/actions/create-preview-of-responsive-html-in-envelope.d.cts +9 -0
  321. package/dist/actions/create-preview-of-responsive-html-in-envelope.d.cts.map +1 -0
  322. package/dist/actions/create-preview-of-responsive-html-in-envelope.d.mts +9 -0
  323. package/dist/actions/create-preview-of-responsive-html-in-envelope.d.mts.map +1 -0
  324. package/dist/actions/create-preview-of-responsive-html-in-envelope.mjs +54 -0
  325. package/dist/actions/create-preview-of-responsive-html-in-envelope.mjs.map +1 -0
  326. package/dist/actions/create-preview-of-responsive-html.cjs +57 -0
  327. package/dist/actions/create-preview-of-responsive-html.cjs.map +1 -0
  328. package/dist/actions/create-preview-of-responsive-html.d.cts +9 -0
  329. package/dist/actions/create-preview-of-responsive-html.d.cts.map +1 -0
  330. package/dist/actions/create-preview-of-responsive-html.d.mts +9 -0
  331. package/dist/actions/create-preview-of-responsive-html.d.mts.map +1 -0
  332. package/dist/actions/create-preview-of-responsive-html.mjs +54 -0
  333. package/dist/actions/create-preview-of-responsive-html.mjs.map +1 -0
  334. package/dist/actions/create-recipient-manual-review-link.cjs +20 -0
  335. package/dist/actions/create-recipient-manual-review-link.cjs.map +1 -0
  336. package/dist/actions/create-recipient-manual-review-link.d.cts +9 -0
  337. package/dist/actions/create-recipient-manual-review-link.d.cts.map +1 -0
  338. package/dist/actions/create-recipient-manual-review-link.d.mts +9 -0
  339. package/dist/actions/create-recipient-manual-review-link.d.mts.map +1 -0
  340. package/dist/actions/create-recipient-manual-review-link.mjs +17 -0
  341. package/dist/actions/create-recipient-manual-review-link.mjs.map +1 -0
  342. package/dist/actions/create-recipient-preview-for-envelope.cjs +39 -0
  343. package/dist/actions/create-recipient-preview-for-envelope.cjs.map +1 -0
  344. package/dist/actions/create-recipient-preview-for-envelope.d.cts +9 -0
  345. package/dist/actions/create-recipient-preview-for-envelope.d.cts.map +1 -0
  346. package/dist/actions/create-recipient-preview-for-envelope.d.mts +9 -0
  347. package/dist/actions/create-recipient-preview-for-envelope.d.mts.map +1 -0
  348. package/dist/actions/create-recipient-preview-for-envelope.mjs +36 -0
  349. package/dist/actions/create-recipient-preview-for-envelope.mjs.map +1 -0
  350. package/dist/actions/create-recipient-view-url.cjs +46 -0
  351. package/dist/actions/create-recipient-view-url.cjs.map +1 -0
  352. package/dist/actions/create-recipient-view-url.d.cts +9 -0
  353. package/dist/actions/create-recipient-view-url.d.cts.map +1 -0
  354. package/dist/actions/create-recipient-view-url.d.mts +9 -0
  355. package/dist/actions/create-recipient-view-url.d.mts.map +1 -0
  356. package/dist/actions/create-recipient-view-url.mjs +43 -0
  357. package/dist/actions/create-recipient-view-url.mjs.map +1 -0
  358. package/dist/actions/create-sender-view-url-for-envelope.cjs +48 -0
  359. package/dist/actions/create-sender-view-url-for-envelope.cjs.map +1 -0
  360. package/dist/actions/create-sender-view-url-for-envelope.d.cts +9 -0
  361. package/dist/actions/create-sender-view-url-for-envelope.d.cts.map +1 -0
  362. package/dist/actions/create-sender-view-url-for-envelope.d.mts +9 -0
  363. package/dist/actions/create-sender-view-url-for-envelope.d.mts.map +1 -0
  364. package/dist/actions/create-sender-view-url-for-envelope.mjs +45 -0
  365. package/dist/actions/create-sender-view-url-for-envelope.mjs.map +1 -0
  366. package/dist/actions/create-signing-group.cjs +52 -0
  367. package/dist/actions/create-signing-group.cjs.map +1 -0
  368. package/dist/actions/create-signing-group.d.cts +9 -0
  369. package/dist/actions/create-signing-group.d.cts.map +1 -0
  370. package/dist/actions/create-signing-group.d.mts +9 -0
  371. package/dist/actions/create-signing-group.d.mts.map +1 -0
  372. package/dist/actions/create-signing-group.mjs +51 -0
  373. package/dist/actions/create-signing-group.mjs.map +1 -0
  374. package/dist/actions/create-template-document-custom-fields.cjs +58 -0
  375. package/dist/actions/create-template-document-custom-fields.cjs.map +1 -0
  376. package/dist/actions/create-template-document-custom-fields.d.cts +9 -0
  377. package/dist/actions/create-template-document-custom-fields.d.cts.map +1 -0
  378. package/dist/actions/create-template-document-custom-fields.d.mts +9 -0
  379. package/dist/actions/create-template-document-custom-fields.d.mts.map +1 -0
  380. package/dist/actions/create-template-document-custom-fields.mjs +57 -0
  381. package/dist/actions/create-template-document-custom-fields.mjs.map +1 -0
  382. package/dist/actions/create-template-recipient-preview-url.cjs +39 -0
  383. package/dist/actions/create-template-recipient-preview-url.cjs.map +1 -0
  384. package/dist/actions/create-template-recipient-preview-url.d.cts +9 -0
  385. package/dist/actions/create-template-recipient-preview-url.d.cts.map +1 -0
  386. package/dist/actions/create-template-recipient-preview-url.d.mts +9 -0
  387. package/dist/actions/create-template-recipient-preview-url.d.mts.map +1 -0
  388. package/dist/actions/create-template-recipient-preview-url.mjs +36 -0
  389. package/dist/actions/create-template-recipient-preview-url.mjs.map +1 -0
  390. package/dist/actions/create-template-responsive-html-preview.cjs +57 -0
  391. package/dist/actions/create-template-responsive-html-preview.cjs.map +1 -0
  392. package/dist/actions/create-template-responsive-html-preview.d.cts +9 -0
  393. package/dist/actions/create-template-responsive-html-preview.d.cts.map +1 -0
  394. package/dist/actions/create-template-responsive-html-preview.d.mts +9 -0
  395. package/dist/actions/create-template-responsive-html-preview.d.mts.map +1 -0
  396. package/dist/actions/create-template-responsive-html-preview.mjs +54 -0
  397. package/dist/actions/create-template-responsive-html-preview.mjs.map +1 -0
  398. package/dist/actions/create-template-workflow-step.cjs +73 -0
  399. package/dist/actions/create-template-workflow-step.cjs.map +1 -0
  400. package/dist/actions/create-template-workflow-step.d.cts +9 -0
  401. package/dist/actions/create-template-workflow-step.d.cts.map +1 -0
  402. package/dist/actions/create-template-workflow-step.d.mts +9 -0
  403. package/dist/actions/create-template-workflow-step.d.mts.map +1 -0
  404. package/dist/actions/create-template-workflow-step.mjs +72 -0
  405. package/dist/actions/create-template-workflow-step.mjs.map +1 -0
  406. package/dist/actions/create-urlfor-template-edit-view.cjs +21 -0
  407. package/dist/actions/create-urlfor-template-edit-view.cjs.map +1 -0
  408. package/dist/actions/create-urlfor-template-edit-view.d.cts +9 -0
  409. package/dist/actions/create-urlfor-template-edit-view.d.cts.map +1 -0
  410. package/dist/actions/create-urlfor-template-edit-view.d.mts +9 -0
  411. package/dist/actions/create-urlfor-template-edit-view.d.mts.map +1 -0
  412. package/dist/actions/create-urlfor-template-edit-view.mjs +18 -0
  413. package/dist/actions/create-urlfor-template-edit-view.mjs.map +1 -0
  414. package/dist/actions/create-user-authorization-for-agent-user.cjs +43 -0
  415. package/dist/actions/create-user-authorization-for-agent-user.cjs.map +1 -0
  416. package/dist/actions/create-user-authorization-for-agent-user.d.cts +9 -0
  417. package/dist/actions/create-user-authorization-for-agent-user.d.cts.map +1 -0
  418. package/dist/actions/create-user-authorization-for-agent-user.d.mts +9 -0
  419. package/dist/actions/create-user-authorization-for-agent-user.d.mts.map +1 -0
  420. package/dist/actions/create-user-authorization-for-agent-user.mjs +42 -0
  421. package/dist/actions/create-user-authorization-for-agent-user.mjs.map +1 -0
  422. package/dist/actions/delete-account-brand.cjs +22 -0
  423. package/dist/actions/delete-account-brand.cjs.map +1 -0
  424. package/dist/actions/delete-account-brand.d.cts +9 -0
  425. package/dist/actions/delete-account-brand.d.cts.map +1 -0
  426. package/dist/actions/delete-account-brand.d.mts +9 -0
  427. package/dist/actions/delete-account-brand.d.mts.map +1 -0
  428. package/dist/actions/delete-account-brand.mjs +19 -0
  429. package/dist/actions/delete-account-brand.mjs.map +1 -0
  430. package/dist/actions/delete-account-custom-field.cjs +20 -0
  431. package/dist/actions/delete-account-custom-field.cjs.map +1 -0
  432. package/dist/actions/delete-account-custom-field.d.cts +9 -0
  433. package/dist/actions/delete-account-custom-field.d.cts.map +1 -0
  434. package/dist/actions/delete-account-custom-field.d.mts +9 -0
  435. package/dist/actions/delete-account-custom-field.d.mts.map +1 -0
  436. package/dist/actions/delete-account-custom-field.mjs +17 -0
  437. package/dist/actions/delete-account-custom-field.mjs.map +1 -0
  438. package/dist/actions/delete-account-permission-profile.cjs +20 -0
  439. package/dist/actions/delete-account-permission-profile.cjs.map +1 -0
  440. package/dist/actions/delete-account-permission-profile.d.cts +9 -0
  441. package/dist/actions/delete-account-permission-profile.d.cts.map +1 -0
  442. package/dist/actions/delete-account-permission-profile.d.mts +9 -0
  443. package/dist/actions/delete-account-permission-profile.d.mts.map +1 -0
  444. package/dist/actions/delete-account-permission-profile.mjs +17 -0
  445. package/dist/actions/delete-account-permission-profile.mjs.map +1 -0
  446. package/dist/actions/delete-account-stamp.cjs +22 -0
  447. package/dist/actions/delete-account-stamp.cjs.map +1 -0
  448. package/dist/actions/delete-account-stamp.d.cts +9 -0
  449. package/dist/actions/delete-account-stamp.d.cts.map +1 -0
  450. package/dist/actions/delete-account-stamp.d.mts +9 -0
  451. package/dist/actions/delete-account-stamp.d.mts.map +1 -0
  452. package/dist/actions/delete-account-stamp.mjs +19 -0
  453. package/dist/actions/delete-account-stamp.mjs.map +1 -0
  454. package/dist/actions/delete-bcc-email-archive-configuration.cjs +19 -0
  455. package/dist/actions/delete-bcc-email-archive-configuration.cjs.map +1 -0
  456. package/dist/actions/delete-bcc-email-archive-configuration.d.cts +9 -0
  457. package/dist/actions/delete-bcc-email-archive-configuration.d.cts.map +1 -0
  458. package/dist/actions/delete-bcc-email-archive-configuration.d.mts +9 -0
  459. package/dist/actions/delete-bcc-email-archive-configuration.d.mts.map +1 -0
  460. package/dist/actions/delete-bcc-email-archive-configuration.mjs +16 -0
  461. package/dist/actions/delete-bcc-email-archive-configuration.mjs.map +1 -0
  462. package/dist/actions/delete-brand-from-group.cjs +24 -0
  463. package/dist/actions/delete-brand-from-group.cjs.map +1 -0
  464. package/dist/actions/delete-brand-from-group.d.cts +9 -0
  465. package/dist/actions/delete-brand-from-group.d.cts.map +1 -0
  466. package/dist/actions/delete-brand-from-group.d.mts +9 -0
  467. package/dist/actions/delete-brand-from-group.d.mts.map +1 -0
  468. package/dist/actions/delete-brand-from-group.mjs +23 -0
  469. package/dist/actions/delete-brand-from-group.mjs.map +1 -0
  470. package/dist/actions/delete-brand-logo-by-type.cjs +27 -0
  471. package/dist/actions/delete-brand-logo-by-type.cjs.map +1 -0
  472. package/dist/actions/delete-brand-logo-by-type.d.cts +9 -0
  473. package/dist/actions/delete-brand-logo-by-type.d.cts.map +1 -0
  474. package/dist/actions/delete-brand-logo-by-type.d.mts +9 -0
  475. package/dist/actions/delete-brand-logo-by-type.d.mts.map +1 -0
  476. package/dist/actions/delete-brand-logo-by-type.mjs +24 -0
  477. package/dist/actions/delete-brand-logo-by-type.mjs.map +1 -0
  478. package/dist/actions/delete-brand-profiles.cjs +25 -0
  479. package/dist/actions/delete-brand-profiles.cjs.map +1 -0
  480. package/dist/actions/delete-brand-profiles.d.cts +9 -0
  481. package/dist/actions/delete-brand-profiles.d.cts.map +1 -0
  482. package/dist/actions/delete-brand-profiles.d.mts +9 -0
  483. package/dist/actions/delete-brand-profiles.d.mts.map +1 -0
  484. package/dist/actions/delete-brand-profiles.mjs +24 -0
  485. package/dist/actions/delete-brand-profiles.mjs.map +1 -0
  486. package/dist/actions/delete-chunked-upload.cjs +33 -0
  487. package/dist/actions/delete-chunked-upload.cjs.map +1 -0
  488. package/dist/actions/delete-chunked-upload.d.cts +9 -0
  489. package/dist/actions/delete-chunked-upload.d.cts.map +1 -0
  490. package/dist/actions/delete-chunked-upload.d.mts +9 -0
  491. package/dist/actions/delete-chunked-upload.d.mts.map +1 -0
  492. package/dist/actions/delete-chunked-upload.mjs +32 -0
  493. package/dist/actions/delete-chunked-upload.mjs.map +1 -0
  494. package/dist/actions/delete-connect-configuration.cjs +23 -0
  495. package/dist/actions/delete-connect-configuration.cjs.map +1 -0
  496. package/dist/actions/delete-connect-configuration.d.cts +9 -0
  497. package/dist/actions/delete-connect-configuration.d.cts.map +1 -0
  498. package/dist/actions/delete-connect-configuration.d.mts +9 -0
  499. package/dist/actions/delete-connect-configuration.d.mts.map +1 -0
  500. package/dist/actions/delete-connect-configuration.mjs +20 -0
  501. package/dist/actions/delete-connect-configuration.mjs.map +1 -0
  502. package/dist/actions/delete-connect-failure-log-entry.cjs +22 -0
  503. package/dist/actions/delete-connect-failure-log-entry.cjs.map +1 -0
  504. package/dist/actions/delete-connect-failure-log-entry.d.cts +9 -0
  505. package/dist/actions/delete-connect-failure-log-entry.d.cts.map +1 -0
  506. package/dist/actions/delete-connect-failure-log-entry.d.mts +9 -0
  507. package/dist/actions/delete-connect-failure-log-entry.d.mts.map +1 -0
  508. package/dist/actions/delete-connect-failure-log-entry.mjs +19 -0
  509. package/dist/actions/delete-connect-failure-log-entry.mjs.map +1 -0
  510. package/dist/actions/delete-connect-log-entries.cjs +19 -0
  511. package/dist/actions/delete-connect-log-entries.cjs.map +1 -0
  512. package/dist/actions/delete-connect-log-entries.d.cts +9 -0
  513. package/dist/actions/delete-connect-log-entries.d.cts.map +1 -0
  514. package/dist/actions/delete-connect-log-entries.d.mts +9 -0
  515. package/dist/actions/delete-connect-log-entries.d.mts.map +1 -0
  516. package/dist/actions/delete-connect-log-entries.mjs +16 -0
  517. package/dist/actions/delete-connect-log-entries.mjs.map +1 -0
  518. package/dist/actions/delete-connect-oauth-configuration.cjs +20 -0
  519. package/dist/actions/delete-connect-oauth-configuration.cjs.map +1 -0
  520. package/dist/actions/delete-connect-oauth-configuration.d.cts +9 -0
  521. package/dist/actions/delete-connect-oauth-configuration.d.cts.map +1 -0
  522. package/dist/actions/delete-connect-oauth-configuration.d.mts +9 -0
  523. package/dist/actions/delete-connect-oauth-configuration.d.mts.map +1 -0
  524. package/dist/actions/delete-connect-oauth-configuration.mjs +17 -0
  525. package/dist/actions/delete-connect-oauth-configuration.mjs.map +1 -0
  526. package/dist/actions/delete-contact-from-account.cjs +40 -0
  527. package/dist/actions/delete-contact-from-account.cjs.map +1 -0
  528. package/dist/actions/delete-contact-from-account.d.cts +9 -0
  529. package/dist/actions/delete-contact-from-account.d.cts.map +1 -0
  530. package/dist/actions/delete-contact-from-account.d.mts +9 -0
  531. package/dist/actions/delete-contact-from-account.d.mts.map +1 -0
  532. package/dist/actions/delete-contact-from-account.mjs +39 -0
  533. package/dist/actions/delete-contact-from-account.mjs.map +1 -0
  534. package/dist/actions/delete-custom-document-fields-from-template.cjs +37 -0
  535. package/dist/actions/delete-custom-document-fields-from-template.cjs.map +1 -0
  536. package/dist/actions/delete-custom-document-fields-from-template.d.cts +9 -0
  537. package/dist/actions/delete-custom-document-fields-from-template.d.cts.map +1 -0
  538. package/dist/actions/delete-custom-document-fields-from-template.d.mts +9 -0
  539. package/dist/actions/delete-custom-document-fields-from-template.d.mts.map +1 -0
  540. package/dist/actions/delete-custom-document-fields-from-template.mjs +36 -0
  541. package/dist/actions/delete-custom-document-fields-from-template.mjs.map +1 -0
  542. package/dist/actions/delete-custom-document-fields.cjs +25 -0
  543. package/dist/actions/delete-custom-document-fields.cjs.map +1 -0
  544. package/dist/actions/delete-custom-document-fields.d.cts +9 -0
  545. package/dist/actions/delete-custom-document-fields.d.cts.map +1 -0
  546. package/dist/actions/delete-custom-document-fields.d.mts +9 -0
  547. package/dist/actions/delete-custom-document-fields.d.mts.map +1 -0
  548. package/dist/actions/delete-custom-document-fields.mjs +24 -0
  549. package/dist/actions/delete-custom-document-fields.mjs.map +1 -0
  550. package/dist/actions/delete-custom-fields-in-template.cjs +66 -0
  551. package/dist/actions/delete-custom-fields-in-template.cjs.map +1 -0
  552. package/dist/actions/delete-custom-fields-in-template.d.cts +9 -0
  553. package/dist/actions/delete-custom-fields-in-template.d.cts.map +1 -0
  554. package/dist/actions/delete-custom-fields-in-template.d.mts +9 -0
  555. package/dist/actions/delete-custom-fields-in-template.d.mts.map +1 -0
  556. package/dist/actions/delete-custom-fields-in-template.mjs +65 -0
  557. package/dist/actions/delete-custom-fields-in-template.mjs.map +1 -0
  558. package/dist/actions/delete-custom-tab-information.cjs +19 -0
  559. package/dist/actions/delete-custom-tab-information.cjs.map +1 -0
  560. package/dist/actions/delete-custom-tab-information.d.cts +9 -0
  561. package/dist/actions/delete-custom-tab-information.d.cts.map +1 -0
  562. package/dist/actions/delete-custom-tab-information.d.mts +9 -0
  563. package/dist/actions/delete-custom-tab-information.d.mts.map +1 -0
  564. package/dist/actions/delete-custom-tab-information.mjs +16 -0
  565. package/dist/actions/delete-custom-tab-information.mjs.map +1 -0
  566. package/dist/actions/delete-custom-user-settings.cjs +30 -0
  567. package/dist/actions/delete-custom-user-settings.cjs.map +1 -0
  568. package/dist/actions/delete-custom-user-settings.d.cts +9 -0
  569. package/dist/actions/delete-custom-user-settings.d.cts.map +1 -0
  570. package/dist/actions/delete-custom-user-settings.d.mts +9 -0
  571. package/dist/actions/delete-custom-user-settings.d.mts.map +1 -0
  572. package/dist/actions/delete-custom-user-settings.mjs +29 -0
  573. package/dist/actions/delete-custom-user-settings.mjs.map +1 -0
  574. package/dist/actions/delete-delayed-routing-rule-for-envelope-step.cjs +23 -0
  575. package/dist/actions/delete-delayed-routing-rule-for-envelope-step.cjs.map +1 -0
  576. package/dist/actions/delete-delayed-routing-rule-for-envelope-step.d.cts +9 -0
  577. package/dist/actions/delete-delayed-routing-rule-for-envelope-step.d.cts.map +1 -0
  578. package/dist/actions/delete-delayed-routing-rule-for-envelope-step.d.mts +9 -0
  579. package/dist/actions/delete-delayed-routing-rule-for-envelope-step.d.mts.map +1 -0
  580. package/dist/actions/delete-delayed-routing-rule-for-envelope-step.mjs +20 -0
  581. package/dist/actions/delete-delayed-routing-rule-for-envelope-step.mjs.map +1 -0
  582. package/dist/actions/delete-delayed-routing-rules-for-template.cjs +23 -0
  583. package/dist/actions/delete-delayed-routing-rules-for-template.cjs.map +1 -0
  584. package/dist/actions/delete-delayed-routing-rules-for-template.d.cts +9 -0
  585. package/dist/actions/delete-delayed-routing-rules-for-template.d.cts.map +1 -0
  586. package/dist/actions/delete-delayed-routing-rules-for-template.d.mts +9 -0
  587. package/dist/actions/delete-delayed-routing-rules-for-template.d.mts.map +1 -0
  588. package/dist/actions/delete-delayed-routing-rules-for-template.mjs +20 -0
  589. package/dist/actions/delete-delayed-routing-rules-for-template.mjs.map +1 -0
  590. package/dist/actions/delete-draft-envelope-attachments.cjs +40 -0
  591. package/dist/actions/delete-draft-envelope-attachments.cjs.map +1 -0
  592. package/dist/actions/delete-draft-envelope-attachments.d.cts +9 -0
  593. package/dist/actions/delete-draft-envelope-attachments.d.cts.map +1 -0
  594. package/dist/actions/delete-draft-envelope-attachments.d.mts +9 -0
  595. package/dist/actions/delete-draft-envelope-attachments.d.mts.map +1 -0
  596. package/dist/actions/delete-draft-envelope-attachments.mjs +39 -0
  597. package/dist/actions/delete-draft-envelope-attachments.mjs.map +1 -0
  598. package/dist/actions/delete-enote-configuration.cjs +19 -0
  599. package/dist/actions/delete-enote-configuration.cjs.map +1 -0
  600. package/dist/actions/delete-enote-configuration.d.cts +9 -0
  601. package/dist/actions/delete-enote-configuration.d.cts.map +1 -0
  602. package/dist/actions/delete-enote-configuration.d.mts +9 -0
  603. package/dist/actions/delete-enote-configuration.d.mts.map +1 -0
  604. package/dist/actions/delete-enote-configuration.mjs +16 -0
  605. package/dist/actions/delete-enote-configuration.mjs.map +1 -0
  606. package/dist/actions/delete-envelope-custom-fields.cjs +66 -0
  607. package/dist/actions/delete-envelope-custom-fields.cjs.map +1 -0
  608. package/dist/actions/delete-envelope-custom-fields.d.cts +9 -0
  609. package/dist/actions/delete-envelope-custom-fields.d.cts.map +1 -0
  610. package/dist/actions/delete-envelope-custom-fields.d.mts +9 -0
  611. package/dist/actions/delete-envelope-custom-fields.d.mts.map +1 -0
  612. package/dist/actions/delete-envelope-custom-fields.mjs +65 -0
  613. package/dist/actions/delete-envelope-custom-fields.mjs.map +1 -0
  614. package/dist/actions/delete-envelope-email-settings.cjs +22 -0
  615. package/dist/actions/delete-envelope-email-settings.cjs.map +1 -0
  616. package/dist/actions/delete-envelope-email-settings.d.cts +9 -0
  617. package/dist/actions/delete-envelope-email-settings.d.cts.map +1 -0
  618. package/dist/actions/delete-envelope-email-settings.d.mts +9 -0
  619. package/dist/actions/delete-envelope-email-settings.d.mts.map +1 -0
  620. package/dist/actions/delete-envelope-email-settings.mjs +19 -0
  621. package/dist/actions/delete-envelope-email-settings.mjs.map +1 -0
  622. package/dist/actions/delete-envelope-lock.cjs +49 -0
  623. package/dist/actions/delete-envelope-lock.cjs.map +1 -0
  624. package/dist/actions/delete-envelope-lock.d.cts +9 -0
  625. package/dist/actions/delete-envelope-lock.d.cts.map +1 -0
  626. package/dist/actions/delete-envelope-lock.d.mts +9 -0
  627. package/dist/actions/delete-envelope-lock.d.mts.map +1 -0
  628. package/dist/actions/delete-envelope-lock.mjs +48 -0
  629. package/dist/actions/delete-envelope-lock.mjs.map +1 -0
  630. package/dist/actions/delete-envelope-scheduled-sending-rules.cjs +22 -0
  631. package/dist/actions/delete-envelope-scheduled-sending-rules.cjs.map +1 -0
  632. package/dist/actions/delete-envelope-scheduled-sending-rules.d.cts +9 -0
  633. package/dist/actions/delete-envelope-scheduled-sending-rules.d.cts.map +1 -0
  634. package/dist/actions/delete-envelope-scheduled-sending-rules.d.mts +9 -0
  635. package/dist/actions/delete-envelope-scheduled-sending-rules.d.mts.map +1 -0
  636. package/dist/actions/delete-envelope-scheduled-sending-rules.mjs +19 -0
  637. package/dist/actions/delete-envelope-scheduled-sending-rules.mjs.map +1 -0
  638. package/dist/actions/delete-envelope-transfer-rule.cjs +19 -0
  639. package/dist/actions/delete-envelope-transfer-rule.cjs.map +1 -0
  640. package/dist/actions/delete-envelope-transfer-rule.d.cts +9 -0
  641. package/dist/actions/delete-envelope-transfer-rule.d.cts.map +1 -0
  642. package/dist/actions/delete-envelope-transfer-rule.d.mts +9 -0
  643. package/dist/actions/delete-envelope-transfer-rule.d.mts.map +1 -0
  644. package/dist/actions/delete-envelope-transfer-rule.mjs +16 -0
  645. package/dist/actions/delete-envelope-transfer-rule.mjs.map +1 -0
  646. package/dist/actions/delete-envelope-workflow-definition.cjs +22 -0
  647. package/dist/actions/delete-envelope-workflow-definition.cjs.map +1 -0
  648. package/dist/actions/delete-envelope-workflow-definition.d.cts +9 -0
  649. package/dist/actions/delete-envelope-workflow-definition.d.cts.map +1 -0
  650. package/dist/actions/delete-envelope-workflow-definition.d.mts +9 -0
  651. package/dist/actions/delete-envelope-workflow-definition.d.mts.map +1 -0
  652. package/dist/actions/delete-envelope-workflow-definition.mjs +19 -0
  653. package/dist/actions/delete-envelope-workflow-definition.mjs.map +1 -0
  654. package/dist/actions/delete-envelope-workflow-step.cjs +23 -0
  655. package/dist/actions/delete-envelope-workflow-step.cjs.map +1 -0
  656. package/dist/actions/delete-envelope-workflow-step.d.cts +9 -0
  657. package/dist/actions/delete-envelope-workflow-step.d.cts.map +1 -0
  658. package/dist/actions/delete-envelope-workflow-step.d.mts +9 -0
  659. package/dist/actions/delete-envelope-workflow-step.d.mts.map +1 -0
  660. package/dist/actions/delete-envelope-workflow-step.mjs +20 -0
  661. package/dist/actions/delete-envelope-workflow-step.mjs.map +1 -0
  662. package/dist/actions/delete-existing-workspace-logically.cjs +30 -0
  663. package/dist/actions/delete-existing-workspace-logically.cjs.map +1 -0
  664. package/dist/actions/delete-existing-workspace-logically.d.cts +9 -0
  665. package/dist/actions/delete-existing-workspace-logically.d.cts.map +1 -0
  666. package/dist/actions/delete-existing-workspace-logically.d.mts +9 -0
  667. package/dist/actions/delete-existing-workspace-logically.d.mts.map +1 -0
  668. package/dist/actions/delete-existing-workspace-logically.mjs +27 -0
  669. package/dist/actions/delete-existing-workspace-logically.mjs.map +1 -0
  670. package/dist/actions/delete-members-from-signing-group.cjs +29 -0
  671. package/dist/actions/delete-members-from-signing-group.cjs.map +1 -0
  672. package/dist/actions/delete-members-from-signing-group.d.cts +9 -0
  673. package/dist/actions/delete-members-from-signing-group.d.cts.map +1 -0
  674. package/dist/actions/delete-members-from-signing-group.d.mts +9 -0
  675. package/dist/actions/delete-members-from-signing-group.d.mts.map +1 -0
  676. package/dist/actions/delete-members-from-signing-group.mjs +28 -0
  677. package/dist/actions/delete-members-from-signing-group.mjs.map +1 -0
  678. package/dist/actions/delete-multiple-contacts-from-account.cjs +80 -0
  679. package/dist/actions/delete-multiple-contacts-from-account.cjs.map +1 -0
  680. package/dist/actions/delete-multiple-contacts-from-account.d.cts +9 -0
  681. package/dist/actions/delete-multiple-contacts-from-account.d.cts.map +1 -0
  682. package/dist/actions/delete-multiple-contacts-from-account.d.mts +9 -0
  683. package/dist/actions/delete-multiple-contacts-from-account.d.mts.map +1 -0
  684. package/dist/actions/delete-multiple-contacts-from-account.mjs +79 -0
  685. package/dist/actions/delete-multiple-contacts-from-account.mjs.map +1 -0
  686. package/dist/actions/delete-notary-jurisdiction.cjs +16 -0
  687. package/dist/actions/delete-notary-jurisdiction.cjs.map +1 -0
  688. package/dist/actions/delete-notary-jurisdiction.d.cts +9 -0
  689. package/dist/actions/delete-notary-jurisdiction.d.cts.map +1 -0
  690. package/dist/actions/delete-notary-jurisdiction.d.mts +9 -0
  691. package/dist/actions/delete-notary-jurisdiction.d.mts.map +1 -0
  692. package/dist/actions/delete-notary-jurisdiction.mjs +13 -0
  693. package/dist/actions/delete-notary-jurisdiction.mjs.map +1 -0
  694. package/dist/actions/delete-one-or-more-signing-groups.cjs +44 -0
  695. package/dist/actions/delete-one-or-more-signing-groups.cjs.map +1 -0
  696. package/dist/actions/delete-one-or-more-signing-groups.d.cts +9 -0
  697. package/dist/actions/delete-one-or-more-signing-groups.d.cts.map +1 -0
  698. package/dist/actions/delete-one-or-more-signing-groups.d.mts +9 -0
  699. package/dist/actions/delete-one-or-more-signing-groups.d.mts.map +1 -0
  700. package/dist/actions/delete-one-or-more-signing-groups.mjs +43 -0
  701. package/dist/actions/delete-one-or-more-signing-groups.mjs.map +1 -0
  702. package/dist/actions/delete-page-from-document-in-envelope.cjs +21 -0
  703. package/dist/actions/delete-page-from-document-in-envelope.cjs.map +1 -0
  704. package/dist/actions/delete-page-from-document-in-envelope.d.cts +9 -0
  705. package/dist/actions/delete-page-from-document-in-envelope.d.cts.map +1 -0
  706. package/dist/actions/delete-page-from-document-in-envelope.d.mts +9 -0
  707. package/dist/actions/delete-page-from-document-in-envelope.d.mts.map +1 -0
  708. package/dist/actions/delete-page-from-document-in-envelope.mjs +18 -0
  709. package/dist/actions/delete-page-from-document-in-envelope.mjs.map +1 -0
  710. package/dist/actions/delete-page-from-template-document.cjs +21 -0
  711. package/dist/actions/delete-page-from-template-document.cjs.map +1 -0
  712. package/dist/actions/delete-page-from-template-document.d.cts +9 -0
  713. package/dist/actions/delete-page-from-template-document.d.cts.map +1 -0
  714. package/dist/actions/delete-page-from-template-document.d.mts +9 -0
  715. package/dist/actions/delete-page-from-template-document.d.mts.map +1 -0
  716. package/dist/actions/delete-page-from-template-document.mjs +18 -0
  717. package/dist/actions/delete-page-from-template-document.mjs.map +1 -0
  718. package/dist/actions/delete-power-form-by-id.cjs +22 -0
  719. package/dist/actions/delete-power-form-by-id.cjs.map +1 -0
  720. package/dist/actions/delete-power-form-by-id.d.cts +9 -0
  721. package/dist/actions/delete-power-form-by-id.d.cts.map +1 -0
  722. package/dist/actions/delete-power-form-by-id.d.mts +9 -0
  723. package/dist/actions/delete-power-form-by-id.d.mts.map +1 -0
  724. package/dist/actions/delete-power-form-by-id.mjs +19 -0
  725. package/dist/actions/delete-power-form-by-id.mjs.map +1 -0
  726. package/dist/actions/delete-request-log-files.cjs +16 -0
  727. package/dist/actions/delete-request-log-files.cjs.map +1 -0
  728. package/dist/actions/delete-request-log-files.d.cts +9 -0
  729. package/dist/actions/delete-request-log-files.d.cts.map +1 -0
  730. package/dist/actions/delete-request-log-files.d.mts +9 -0
  731. package/dist/actions/delete-request-log-files.d.mts.map +1 -0
  732. package/dist/actions/delete-request-log-files.mjs +13 -0
  733. package/dist/actions/delete-request-log-files.mjs.map +1 -0
  734. package/dist/actions/delete-scheduled-sending-rules.cjs +22 -0
  735. package/dist/actions/delete-scheduled-sending-rules.cjs.map +1 -0
  736. package/dist/actions/delete-scheduled-sending-rules.d.cts +9 -0
  737. package/dist/actions/delete-scheduled-sending-rules.d.cts.map +1 -0
  738. package/dist/actions/delete-scheduled-sending-rules.d.mts +9 -0
  739. package/dist/actions/delete-scheduled-sending-rules.d.mts.map +1 -0
  740. package/dist/actions/delete-scheduled-sending-rules.mjs +19 -0
  741. package/dist/actions/delete-scheduled-sending-rules.mjs.map +1 -0
  742. package/dist/actions/delete-signature-for-captive-recipients.cjs +33 -0
  743. package/dist/actions/delete-signature-for-captive-recipients.cjs.map +1 -0
  744. package/dist/actions/delete-signature-for-captive-recipients.d.cts +9 -0
  745. package/dist/actions/delete-signature-for-captive-recipients.d.cts.map +1 -0
  746. package/dist/actions/delete-signature-for-captive-recipients.d.mts +9 -0
  747. package/dist/actions/delete-signature-for-captive-recipients.d.mts.map +1 -0
  748. package/dist/actions/delete-signature-for-captive-recipients.mjs +32 -0
  749. package/dist/actions/delete-signature-for-captive-recipients.mjs.map +1 -0
  750. package/dist/actions/delete-specific-connect-log-entry.cjs +22 -0
  751. package/dist/actions/delete-specific-connect-log-entry.cjs.map +1 -0
  752. package/dist/actions/delete-specific-connect-log-entry.d.cts +9 -0
  753. package/dist/actions/delete-specific-connect-log-entry.d.cts.map +1 -0
  754. package/dist/actions/delete-specific-connect-log-entry.d.mts +9 -0
  755. package/dist/actions/delete-specific-connect-log-entry.d.mts.map +1 -0
  756. package/dist/actions/delete-specific-connect-log-entry.mjs +19 -0
  757. package/dist/actions/delete-specific-connect-log-entry.mjs.map +1 -0
  758. package/dist/actions/delete-specified-account.cjs +22 -0
  759. package/dist/actions/delete-specified-account.cjs.map +1 -0
  760. package/dist/actions/delete-specified-account.d.cts +9 -0
  761. package/dist/actions/delete-specified-account.d.cts.map +1 -0
  762. package/dist/actions/delete-specified-account.d.mts +9 -0
  763. package/dist/actions/delete-specified-account.d.mts.map +1 -0
  764. package/dist/actions/delete-specified-account.mjs +19 -0
  765. package/dist/actions/delete-specified-account.mjs.map +1 -0
  766. package/dist/actions/delete-stamp-image-for-account.cjs +31 -0
  767. package/dist/actions/delete-stamp-image-for-account.cjs.map +1 -0
  768. package/dist/actions/delete-stamp-image-for-account.d.cts +9 -0
  769. package/dist/actions/delete-stamp-image-for-account.d.cts.map +1 -0
  770. package/dist/actions/delete-stamp-image-for-account.d.mts +9 -0
  771. package/dist/actions/delete-stamp-image-for-account.d.mts.map +1 -0
  772. package/dist/actions/delete-stamp-image-for-account.mjs +28 -0
  773. package/dist/actions/delete-stamp-image-for-account.mjs.map +1 -0
  774. package/dist/actions/delete-template-from-envelope-document.cjs +21 -0
  775. package/dist/actions/delete-template-from-envelope-document.cjs.map +1 -0
  776. package/dist/actions/delete-template-from-envelope-document.d.cts +9 -0
  777. package/dist/actions/delete-template-from-envelope-document.d.cts.map +1 -0
  778. package/dist/actions/delete-template-from-envelope-document.d.mts +9 -0
  779. package/dist/actions/delete-template-from-envelope-document.d.mts.map +1 -0
  780. package/dist/actions/delete-template-from-envelope-document.mjs +18 -0
  781. package/dist/actions/delete-template-from-envelope-document.mjs.map +1 -0
  782. package/dist/actions/delete-template-lock.cjs +23 -0
  783. package/dist/actions/delete-template-lock.cjs.map +1 -0
  784. package/dist/actions/delete-template-lock.d.cts +9 -0
  785. package/dist/actions/delete-template-lock.d.cts.map +1 -0
  786. package/dist/actions/delete-template-lock.d.mts +9 -0
  787. package/dist/actions/delete-template-lock.d.mts.map +1 -0
  788. package/dist/actions/delete-template-lock.mjs +20 -0
  789. package/dist/actions/delete-template-lock.mjs.map +1 -0
  790. package/dist/actions/delete-template-workflow-step.cjs +23 -0
  791. package/dist/actions/delete-template-workflow-step.cjs.map +1 -0
  792. package/dist/actions/delete-template-workflow-step.d.cts +9 -0
  793. package/dist/actions/delete-template-workflow-step.d.cts.map +1 -0
  794. package/dist/actions/delete-template-workflow-step.d.mts +9 -0
  795. package/dist/actions/delete-template-workflow-step.d.mts.map +1 -0
  796. package/dist/actions/delete-template-workflow-step.mjs +20 -0
  797. package/dist/actions/delete-template-workflow-step.mjs.map +1 -0
  798. package/dist/actions/delete-user-auth-for-cloud-storage-providers.cjs +34 -0
  799. package/dist/actions/delete-user-auth-for-cloud-storage-providers.cjs.map +1 -0
  800. package/dist/actions/delete-user-auth-for-cloud-storage-providers.d.cts +9 -0
  801. package/dist/actions/delete-user-auth-for-cloud-storage-providers.d.cts.map +1 -0
  802. package/dist/actions/delete-user-auth-for-cloud-storage-providers.d.mts +9 -0
  803. package/dist/actions/delete-user-auth-for-cloud-storage-providers.d.mts.map +1 -0
  804. package/dist/actions/delete-user-auth-for-cloud-storage-providers.mjs +33 -0
  805. package/dist/actions/delete-user-auth-for-cloud-storage-providers.mjs.map +1 -0
  806. package/dist/actions/delete-user-authorization.cjs +23 -0
  807. package/dist/actions/delete-user-authorization.cjs.map +1 -0
  808. package/dist/actions/delete-user-authorization.d.cts +9 -0
  809. package/dist/actions/delete-user-authorization.d.cts.map +1 -0
  810. package/dist/actions/delete-user-authorization.d.mts +9 -0
  811. package/dist/actions/delete-user-authorization.d.mts.map +1 -0
  812. package/dist/actions/delete-user-authorization.mjs +20 -0
  813. package/dist/actions/delete-user-authorization.mjs.map +1 -0
  814. package/dist/actions/delete-user-authorizations.cjs +25 -0
  815. package/dist/actions/delete-user-authorizations.cjs.map +1 -0
  816. package/dist/actions/delete-user-authorizations.d.cts +9 -0
  817. package/dist/actions/delete-user-authorizations.d.cts.map +1 -0
  818. package/dist/actions/delete-user-authorizations.d.mts +9 -0
  819. package/dist/actions/delete-user-authorizations.d.mts.map +1 -0
  820. package/dist/actions/delete-user-authorizations.mjs +24 -0
  821. package/dist/actions/delete-user-authorizations.mjs.map +1 -0
  822. package/dist/actions/delete-user-cloud-storage-authentication.cjs +26 -0
  823. package/dist/actions/delete-user-cloud-storage-authentication.cjs.map +1 -0
  824. package/dist/actions/delete-user-cloud-storage-authentication.d.cts +9 -0
  825. package/dist/actions/delete-user-cloud-storage-authentication.d.cts.map +1 -0
  826. package/dist/actions/delete-user-cloud-storage-authentication.d.mts +9 -0
  827. package/dist/actions/delete-user-cloud-storage-authentication.d.mts.map +1 -0
  828. package/dist/actions/delete-user-cloud-storage-authentication.mjs +25 -0
  829. package/dist/actions/delete-user-cloud-storage-authentication.mjs.map +1 -0
  830. package/dist/actions/delete-user-group.cjs +59 -0
  831. package/dist/actions/delete-user-group.cjs.map +1 -0
  832. package/dist/actions/delete-user-group.d.cts +9 -0
  833. package/dist/actions/delete-user-group.d.cts.map +1 -0
  834. package/dist/actions/delete-user-group.d.mts +9 -0
  835. package/dist/actions/delete-user-group.d.mts.map +1 -0
  836. package/dist/actions/delete-user-group.mjs +58 -0
  837. package/dist/actions/delete-user-group.mjs.map +1 -0
  838. package/dist/actions/delete-user-initials-or-signature-image.cjs +52 -0
  839. package/dist/actions/delete-user-initials-or-signature-image.cjs.map +1 -0
  840. package/dist/actions/delete-user-initials-or-signature-image.d.cts +9 -0
  841. package/dist/actions/delete-user-initials-or-signature-image.d.cts.map +1 -0
  842. package/dist/actions/delete-user-initials-or-signature-image.d.mts +9 -0
  843. package/dist/actions/delete-user-initials-or-signature-image.d.mts.map +1 -0
  844. package/dist/actions/delete-user-initials-or-signature-image.mjs +49 -0
  845. package/dist/actions/delete-user-initials-or-signature-image.mjs.map +1 -0
  846. package/dist/actions/delete-user-profile-image.cjs +19 -0
  847. package/dist/actions/delete-user-profile-image.cjs.map +1 -0
  848. package/dist/actions/delete-user-profile-image.d.cts +9 -0
  849. package/dist/actions/delete-user-profile-image.d.cts.map +1 -0
  850. package/dist/actions/delete-user-profile-image.d.mts +9 -0
  851. package/dist/actions/delete-user-profile-image.d.mts.map +1 -0
  852. package/dist/actions/delete-user-profile-image.mjs +16 -0
  853. package/dist/actions/delete-user-profile-image.mjs.map +1 -0
  854. package/dist/actions/delete-users-from-group.cjs +45 -0
  855. package/dist/actions/delete-users-from-group.cjs.map +1 -0
  856. package/dist/actions/delete-users-from-group.d.cts +9 -0
  857. package/dist/actions/delete-users-from-group.d.cts.map +1 -0
  858. package/dist/actions/delete-users-from-group.d.mts +9 -0
  859. package/dist/actions/delete-users-from-group.d.mts.map +1 -0
  860. package/dist/actions/delete-users-from-group.mjs +44 -0
  861. package/dist/actions/delete-users-from-group.mjs.map +1 -0
  862. package/dist/actions/delete-workflow-definition-for-template.cjs +19 -0
  863. package/dist/actions/delete-workflow-definition-for-template.cjs.map +1 -0
  864. package/dist/actions/delete-workflow-definition-for-template.d.cts +9 -0
  865. package/dist/actions/delete-workflow-definition-for-template.d.cts.map +1 -0
  866. package/dist/actions/delete-workflow-definition-for-template.d.mts +9 -0
  867. package/dist/actions/delete-workflow-definition-for-template.d.mts.map +1 -0
  868. package/dist/actions/delete-workflow-definition-for-template.mjs +16 -0
  869. package/dist/actions/delete-workflow-definition-for-template.mjs.map +1 -0
  870. package/dist/actions/delete-workspace-files-or-folders.cjs +158 -0
  871. package/dist/actions/delete-workspace-files-or-folders.cjs.map +1 -0
  872. package/dist/actions/delete-workspace-files-or-folders.d.cts +9 -0
  873. package/dist/actions/delete-workspace-files-or-folders.d.cts.map +1 -0
  874. package/dist/actions/delete-workspace-files-or-folders.d.mts +9 -0
  875. package/dist/actions/delete-workspace-files-or-folders.d.mts.map +1 -0
  876. package/dist/actions/delete-workspace-files-or-folders.mjs +157 -0
  877. package/dist/actions/delete-workspace-files-or-folders.mjs.map +1 -0
  878. package/dist/actions/export-brand-to-xmlfile.cjs +23 -0
  879. package/dist/actions/export-brand-to-xmlfile.cjs.map +1 -0
  880. package/dist/actions/export-brand-to-xmlfile.d.cts +9 -0
  881. package/dist/actions/export-brand-to-xmlfile.d.cts.map +1 -0
  882. package/dist/actions/export-brand-to-xmlfile.d.mts +9 -0
  883. package/dist/actions/export-brand-to-xmlfile.d.mts.map +1 -0
  884. package/dist/actions/export-brand-to-xmlfile.mjs +20 -0
  885. package/dist/actions/export-brand-to-xmlfile.mjs.map +1 -0
  886. package/dist/actions/fetch-recipient-names-for-email.cjs +23 -0
  887. package/dist/actions/fetch-recipient-names-for-email.cjs.map +1 -0
  888. package/dist/actions/fetch-recipient-names-for-email.d.cts +9 -0
  889. package/dist/actions/fetch-recipient-names-for-email.d.cts.map +1 -0
  890. package/dist/actions/fetch-recipient-names-for-email.d.mts +9 -0
  891. package/dist/actions/fetch-recipient-names-for-email.d.mts.map +1 -0
  892. package/dist/actions/fetch-recipient-names-for-email.mjs +20 -0
  893. package/dist/actions/fetch-recipient-names-for-email.mjs.map +1 -0
  894. package/dist/actions/generate-edit-view-urlfor-envelope.cjs +48 -0
  895. package/dist/actions/generate-edit-view-urlfor-envelope.cjs.map +1 -0
  896. package/dist/actions/generate-edit-view-urlfor-envelope.d.cts +9 -0
  897. package/dist/actions/generate-edit-view-urlfor-envelope.d.cts.map +1 -0
  898. package/dist/actions/generate-edit-view-urlfor-envelope.d.mts +9 -0
  899. package/dist/actions/generate-edit-view-urlfor-envelope.d.mts.map +1 -0
  900. package/dist/actions/generate-edit-view-urlfor-envelope.mjs +45 -0
  901. package/dist/actions/generate-edit-view-urlfor-envelope.mjs.map +1 -0
  902. package/dist/actions/generate-envelope-correction-url.cjs +48 -0
  903. package/dist/actions/generate-envelope-correction-url.cjs.map +1 -0
  904. package/dist/actions/generate-envelope-correction-url.d.cts +9 -0
  905. package/dist/actions/generate-envelope-correction-url.d.cts.map +1 -0
  906. package/dist/actions/generate-envelope-correction-url.d.mts +9 -0
  907. package/dist/actions/generate-envelope-correction-url.d.mts.map +1 -0
  908. package/dist/actions/generate-envelope-correction-url.mjs +45 -0
  909. package/dist/actions/generate-envelope-correction-url.mjs.map +1 -0
  910. package/dist/actions/generate-recipient-shared-view-url.cjs +46 -0
  911. package/dist/actions/generate-recipient-shared-view-url.cjs.map +1 -0
  912. package/dist/actions/generate-recipient-shared-view-url.d.cts +9 -0
  913. package/dist/actions/generate-recipient-shared-view-url.d.cts.map +1 -0
  914. package/dist/actions/generate-recipient-shared-view-url.d.mts +9 -0
  915. package/dist/actions/generate-recipient-shared-view-url.d.mts.map +1 -0
  916. package/dist/actions/generate-recipient-shared-view-url.mjs +43 -0
  917. package/dist/actions/generate-recipient-shared-view-url.mjs.map +1 -0
  918. package/dist/actions/get-account-billing-charges-list.cjs +44 -0
  919. package/dist/actions/get-account-billing-charges-list.cjs.map +1 -0
  920. package/dist/actions/get-account-billing-charges-list.d.cts +9 -0
  921. package/dist/actions/get-account-billing-charges-list.d.cts.map +1 -0
  922. package/dist/actions/get-account-billing-charges-list.d.mts +9 -0
  923. package/dist/actions/get-account-billing-charges-list.d.mts.map +1 -0
  924. package/dist/actions/get-account-billing-charges-list.mjs +43 -0
  925. package/dist/actions/get-account-billing-charges-list.mjs.map +1 -0
  926. package/dist/actions/get-account-password-rules.cjs +47 -0
  927. package/dist/actions/get-account-password-rules.cjs.map +1 -0
  928. package/dist/actions/get-account-password-rules.d.cts +9 -0
  929. package/dist/actions/get-account-password-rules.d.cts.map +1 -0
  930. package/dist/actions/get-account-password-rules.d.mts +9 -0
  931. package/dist/actions/get-account-password-rules.d.mts.map +1 -0
  932. package/dist/actions/get-account-password-rules.mjs +46 -0
  933. package/dist/actions/get-account-password-rules.mjs.map +1 -0
  934. package/dist/actions/get-account-stamp-image.cjs +26 -0
  935. package/dist/actions/get-account-stamp-image.cjs.map +1 -0
  936. package/dist/actions/get-account-stamp-image.d.cts +9 -0
  937. package/dist/actions/get-account-stamp-image.d.cts.map +1 -0
  938. package/dist/actions/get-account-stamp-image.d.mts +9 -0
  939. package/dist/actions/get-account-stamp-image.d.mts.map +1 -0
  940. package/dist/actions/get-account-stamp-image.mjs +25 -0
  941. package/dist/actions/get-account-stamp-image.mjs.map +1 -0
  942. package/dist/actions/get-agent-user-authorizations.cjs +52 -0
  943. package/dist/actions/get-agent-user-authorizations.cjs.map +1 -0
  944. package/dist/actions/get-agent-user-authorizations.d.cts +9 -0
  945. package/dist/actions/get-agent-user-authorizations.d.cts.map +1 -0
  946. package/dist/actions/get-agent-user-authorizations.d.mts +9 -0
  947. package/dist/actions/get-agent-user-authorizations.d.mts.map +1 -0
  948. package/dist/actions/get-agent-user-authorizations.mjs +51 -0
  949. package/dist/actions/get-agent-user-authorizations.mjs.map +1 -0
  950. package/dist/actions/get-bcc-email-archive-configurations.cjs +42 -0
  951. package/dist/actions/get-bcc-email-archive-configurations.cjs.map +1 -0
  952. package/dist/actions/get-bcc-email-archive-configurations.d.cts +9 -0
  953. package/dist/actions/get-bcc-email-archive-configurations.d.cts.map +1 -0
  954. package/dist/actions/get-bcc-email-archive-configurations.d.mts +9 -0
  955. package/dist/actions/get-bcc-email-archive-configurations.d.mts.map +1 -0
  956. package/dist/actions/get-bcc-email-archive-configurations.mjs +41 -0
  957. package/dist/actions/get-bcc-email-archive-configurations.mjs.map +1 -0
  958. package/dist/actions/get-bccemail-archive-history.cjs +53 -0
  959. package/dist/actions/get-bccemail-archive-history.cjs.map +1 -0
  960. package/dist/actions/get-bccemail-archive-history.d.cts +9 -0
  961. package/dist/actions/get-bccemail-archive-history.d.cts.map +1 -0
  962. package/dist/actions/get-bccemail-archive-history.d.mts +9 -0
  963. package/dist/actions/get-bccemail-archive-history.d.mts.map +1 -0
  964. package/dist/actions/get-bccemail-archive-history.mjs +52 -0
  965. package/dist/actions/get-bccemail-archive-history.mjs.map +1 -0
  966. package/dist/actions/get-brand-logo-by-type.cjs +29 -0
  967. package/dist/actions/get-brand-logo-by-type.cjs.map +1 -0
  968. package/dist/actions/get-brand-logo-by-type.d.cts +9 -0
  969. package/dist/actions/get-brand-logo-by-type.d.cts.map +1 -0
  970. package/dist/actions/get-brand-logo-by-type.d.mts +9 -0
  971. package/dist/actions/get-brand-logo-by-type.d.mts.map +1 -0
  972. package/dist/actions/get-brand-logo-by-type.mjs +28 -0
  973. package/dist/actions/get-brand-logo-by-type.mjs.map +1 -0
  974. package/dist/actions/get-brands-information-for-group.cjs +51 -0
  975. package/dist/actions/get-brands-information-for-group.cjs.map +1 -0
  976. package/dist/actions/get-brands-information-for-group.d.cts +9 -0
  977. package/dist/actions/get-brands-information-for-group.d.cts.map +1 -0
  978. package/dist/actions/get-brands-information-for-group.d.mts +9 -0
  979. package/dist/actions/get-brands-information-for-group.d.mts.map +1 -0
  980. package/dist/actions/get-brands-information-for-group.mjs +50 -0
  981. package/dist/actions/get-brands-information-for-group.mjs.map +1 -0
  982. package/dist/actions/get-bulk-send-batch-status.cjs +39 -0
  983. package/dist/actions/get-bulk-send-batch-status.cjs.map +1 -0
  984. package/dist/actions/get-bulk-send-batch-status.d.cts +9 -0
  985. package/dist/actions/get-bulk-send-batch-status.d.cts.map +1 -0
  986. package/dist/actions/get-bulk-send-batch-status.d.mts +9 -0
  987. package/dist/actions/get-bulk-send-batch-status.d.mts.map +1 -0
  988. package/dist/actions/get-bulk-send-batch-status.mjs +36 -0
  989. package/dist/actions/get-bulk-send-batch-status.mjs.map +1 -0
  990. package/dist/actions/get-bulk-send-lists-information.cjs +23 -0
  991. package/dist/actions/get-bulk-send-lists-information.cjs.map +1 -0
  992. package/dist/actions/get-bulk-send-lists-information.d.cts +9 -0
  993. package/dist/actions/get-bulk-send-lists-information.d.cts.map +1 -0
  994. package/dist/actions/get-bulk-send-lists-information.d.mts +9 -0
  995. package/dist/actions/get-bulk-send-lists-information.d.mts.map +1 -0
  996. package/dist/actions/get-bulk-send-lists-information.mjs +22 -0
  997. package/dist/actions/get-bulk-send-lists-information.mjs.map +1 -0
  998. package/dist/actions/get-docusign-account-contacts.cjs +58 -0
  999. package/dist/actions/get-docusign-account-contacts.cjs.map +1 -0
  1000. package/dist/actions/get-docusign-account-contacts.d.cts +9 -0
  1001. package/dist/actions/get-docusign-account-contacts.d.cts.map +1 -0
  1002. package/dist/actions/get-docusign-account-contacts.d.mts +9 -0
  1003. package/dist/actions/get-docusign-account-contacts.d.mts.map +1 -0
  1004. package/dist/actions/get-docusign-account-contacts.mjs +57 -0
  1005. package/dist/actions/get-docusign-account-contacts.mjs.map +1 -0
  1006. package/dist/actions/get-downgrade-plan-info-for-account.cjs +34 -0
  1007. package/dist/actions/get-downgrade-plan-info-for-account.cjs.map +1 -0
  1008. package/dist/actions/get-downgrade-plan-info-for-account.d.cts +9 -0
  1009. package/dist/actions/get-downgrade-plan-info-for-account.d.cts.map +1 -0
  1010. package/dist/actions/get-downgrade-plan-info-for-account.d.mts +9 -0
  1011. package/dist/actions/get-downgrade-plan-info-for-account.d.mts.map +1 -0
  1012. package/dist/actions/get-downgrade-plan-info-for-account.mjs +33 -0
  1013. package/dist/actions/get-downgrade-plan-info-for-account.mjs.map +1 -0
  1014. package/dist/actions/get-electronic-disclosure-for-recipient.cjs +55 -0
  1015. package/dist/actions/get-electronic-disclosure-for-recipient.cjs.map +1 -0
  1016. package/dist/actions/get-electronic-disclosure-for-recipient.d.cts +9 -0
  1017. package/dist/actions/get-electronic-disclosure-for-recipient.d.cts.map +1 -0
  1018. package/dist/actions/get-electronic-disclosure-for-recipient.d.mts +9 -0
  1019. package/dist/actions/get-electronic-disclosure-for-recipient.d.mts.map +1 -0
  1020. package/dist/actions/get-electronic-disclosure-for-recipient.mjs +52 -0
  1021. package/dist/actions/get-electronic-disclosure-for-recipient.mjs.map +1 -0
  1022. package/dist/actions/get-electronic-record-and-signature-disclosure.cjs +51 -0
  1023. package/dist/actions/get-electronic-record-and-signature-disclosure.cjs.map +1 -0
  1024. package/dist/actions/get-electronic-record-and-signature-disclosure.d.cts +9 -0
  1025. package/dist/actions/get-electronic-record-and-signature-disclosure.d.cts.map +1 -0
  1026. package/dist/actions/get-electronic-record-and-signature-disclosure.d.mts +9 -0
  1027. package/dist/actions/get-electronic-record-and-signature-disclosure.d.mts.map +1 -0
  1028. package/dist/actions/get-electronic-record-and-signature-disclosure.mjs +48 -0
  1029. package/dist/actions/get-electronic-record-and-signature-disclosure.mjs.map +1 -0
  1030. package/dist/actions/get-enote-integration-settings.cjs +23 -0
  1031. package/dist/actions/get-enote-integration-settings.cjs.map +1 -0
  1032. package/dist/actions/get-enote-integration-settings.d.cts +9 -0
  1033. package/dist/actions/get-enote-integration-settings.d.cts.map +1 -0
  1034. package/dist/actions/get-enote-integration-settings.d.mts +9 -0
  1035. package/dist/actions/get-enote-integration-settings.d.mts.map +1 -0
  1036. package/dist/actions/get-enote-integration-settings.mjs +20 -0
  1037. package/dist/actions/get-enote-integration-settings.mjs.map +1 -0
  1038. package/dist/actions/get-envelope-doc-gen-form-fields.cjs +53 -0
  1039. package/dist/actions/get-envelope-doc-gen-form-fields.cjs.map +1 -0
  1040. package/dist/actions/get-envelope-doc-gen-form-fields.d.cts +9 -0
  1041. package/dist/actions/get-envelope-doc-gen-form-fields.d.cts.map +1 -0
  1042. package/dist/actions/get-envelope-doc-gen-form-fields.d.mts +9 -0
  1043. package/dist/actions/get-envelope-doc-gen-form-fields.d.mts.map +1 -0
  1044. package/dist/actions/get-envelope-doc-gen-form-fields.mjs +52 -0
  1045. package/dist/actions/get-envelope-doc-gen-form-fields.mjs.map +1 -0
  1046. package/dist/actions/get-envelope-document-fields.cjs +30 -0
  1047. package/dist/actions/get-envelope-document-fields.cjs.map +1 -0
  1048. package/dist/actions/get-envelope-document-fields.d.cts +9 -0
  1049. package/dist/actions/get-envelope-document-fields.d.cts.map +1 -0
  1050. package/dist/actions/get-envelope-document-fields.d.mts +9 -0
  1051. package/dist/actions/get-envelope-document-fields.d.mts.map +1 -0
  1052. package/dist/actions/get-envelope-document-fields.mjs +29 -0
  1053. package/dist/actions/get-envelope-document-fields.mjs.map +1 -0
  1054. package/dist/actions/get-envelope-lock-information.cjs +33 -0
  1055. package/dist/actions/get-envelope-lock-information.cjs.map +1 -0
  1056. package/dist/actions/get-envelope-lock-information.d.cts +9 -0
  1057. package/dist/actions/get-envelope-lock-information.d.cts.map +1 -0
  1058. package/dist/actions/get-envelope-lock-information.d.mts +9 -0
  1059. package/dist/actions/get-envelope-lock-information.d.mts.map +1 -0
  1060. package/dist/actions/get-envelope-lock-information.mjs +32 -0
  1061. package/dist/actions/get-envelope-lock-information.mjs.map +1 -0
  1062. package/dist/actions/get-envelope-notification-defaults.cjs +55 -0
  1063. package/dist/actions/get-envelope-notification-defaults.cjs.map +1 -0
  1064. package/dist/actions/get-envelope-notification-defaults.d.cts +9 -0
  1065. package/dist/actions/get-envelope-notification-defaults.d.cts.map +1 -0
  1066. package/dist/actions/get-envelope-notification-defaults.d.mts +9 -0
  1067. package/dist/actions/get-envelope-notification-defaults.d.mts.map +1 -0
  1068. package/dist/actions/get-envelope-notification-defaults.mjs +54 -0
  1069. package/dist/actions/get-envelope-notification-defaults.mjs.map +1 -0
  1070. package/dist/actions/get-envelope-workflow-definition.cjs +65 -0
  1071. package/dist/actions/get-envelope-workflow-definition.cjs.map +1 -0
  1072. package/dist/actions/get-envelope-workflow-definition.d.cts +9 -0
  1073. package/dist/actions/get-envelope-workflow-definition.d.cts.map +1 -0
  1074. package/dist/actions/get-envelope-workflow-definition.d.mts +9 -0
  1075. package/dist/actions/get-envelope-workflow-definition.d.mts.map +1 -0
  1076. package/dist/actions/get-envelope-workflow-definition.mjs +64 -0
  1077. package/dist/actions/get-envelope-workflow-definition.mjs.map +1 -0
  1078. package/dist/actions/get-envelope-workflow-delayed-routing-definition.cjs +28 -0
  1079. package/dist/actions/get-envelope-workflow-delayed-routing-definition.cjs.map +1 -0
  1080. package/dist/actions/get-envelope-workflow-delayed-routing-definition.d.cts +9 -0
  1081. package/dist/actions/get-envelope-workflow-delayed-routing-definition.d.cts.map +1 -0
  1082. package/dist/actions/get-envelope-workflow-delayed-routing-definition.d.mts +9 -0
  1083. package/dist/actions/get-envelope-workflow-delayed-routing-definition.d.mts.map +1 -0
  1084. package/dist/actions/get-envelope-workflow-delayed-routing-definition.mjs +27 -0
  1085. package/dist/actions/get-envelope-workflow-delayed-routing-definition.mjs.map +1 -0
  1086. package/dist/actions/get-envelope.cjs +99 -0
  1087. package/dist/actions/get-envelope.cjs.map +1 -0
  1088. package/dist/actions/get-envelope.d.cts +9 -0
  1089. package/dist/actions/get-envelope.d.cts.map +1 -0
  1090. package/dist/actions/get-envelope.d.mts +9 -0
  1091. package/dist/actions/get-envelope.d.mts.map +1 -0
  1092. package/dist/actions/get-envelope.mjs +96 -0
  1093. package/dist/actions/get-envelope.mjs.map +1 -0
  1094. package/dist/actions/get-groups-information-for-account.cjs +65 -0
  1095. package/dist/actions/get-groups-information-for-account.cjs.map +1 -0
  1096. package/dist/actions/get-groups-information-for-account.d.cts +9 -0
  1097. package/dist/actions/get-groups-information-for-account.d.cts.map +1 -0
  1098. package/dist/actions/get-groups-information-for-account.d.mts +9 -0
  1099. package/dist/actions/get-groups-information-for-account.d.mts.map +1 -0
  1100. package/dist/actions/get-groups-information-for-account.mjs +64 -0
  1101. package/dist/actions/get-groups-information-for-account.mjs.map +1 -0
  1102. package/dist/actions/get-list-of-account-permission-profiles.cjs +172 -0
  1103. package/dist/actions/get-list-of-account-permission-profiles.cjs.map +1 -0
  1104. package/dist/actions/get-list-of-account-permission-profiles.d.cts +9 -0
  1105. package/dist/actions/get-list-of-account-permission-profiles.d.cts.map +1 -0
  1106. package/dist/actions/get-list-of-account-permission-profiles.d.mts +9 -0
  1107. package/dist/actions/get-list-of-account-permission-profiles.d.mts.map +1 -0
  1108. package/dist/actions/get-list-of-account-permission-profiles.mjs +171 -0
  1109. package/dist/actions/get-list-of-account-permission-profiles.mjs.map +1 -0
  1110. package/dist/actions/get-members-of-a-signing-group.cjs +37 -0
  1111. package/dist/actions/get-members-of-a-signing-group.cjs.map +1 -0
  1112. package/dist/actions/get-members-of-a-signing-group.d.cts +9 -0
  1113. package/dist/actions/get-members-of-a-signing-group.d.cts.map +1 -0
  1114. package/dist/actions/get-members-of-a-signing-group.d.mts +9 -0
  1115. package/dist/actions/get-members-of-a-signing-group.d.mts.map +1 -0
  1116. package/dist/actions/get-members-of-a-signing-group.mjs +36 -0
  1117. package/dist/actions/get-members-of-a-signing-group.mjs.map +1 -0
  1118. package/dist/actions/get-notary-journals.cjs +51 -0
  1119. package/dist/actions/get-notary-journals.cjs.map +1 -0
  1120. package/dist/actions/get-notary-journals.d.cts +9 -0
  1121. package/dist/actions/get-notary-journals.d.cts.map +1 -0
  1122. package/dist/actions/get-notary-journals.d.mts +9 -0
  1123. package/dist/actions/get-notary-journals.d.mts.map +1 -0
  1124. package/dist/actions/get-notary-journals.mjs +50 -0
  1125. package/dist/actions/get-notary-journals.mjs.map +1 -0
  1126. package/dist/actions/get-notary-jurisdiction-object.cjs +40 -0
  1127. package/dist/actions/get-notary-jurisdiction-object.cjs.map +1 -0
  1128. package/dist/actions/get-notary-jurisdiction-object.d.cts +9 -0
  1129. package/dist/actions/get-notary-jurisdiction-object.d.cts.map +1 -0
  1130. package/dist/actions/get-notary-jurisdiction-object.d.mts +9 -0
  1131. package/dist/actions/get-notary-jurisdiction-object.d.mts.map +1 -0
  1132. package/dist/actions/get-notary-jurisdiction-object.mjs +39 -0
  1133. package/dist/actions/get-notary-jurisdiction-object.mjs.map +1 -0
  1134. package/dist/actions/get-notary-user-settings.cjs +63 -0
  1135. package/dist/actions/get-notary-user-settings.cjs.map +1 -0
  1136. package/dist/actions/get-notary-user-settings.d.cts +9 -0
  1137. package/dist/actions/get-notary-user-settings.d.cts.map +1 -0
  1138. package/dist/actions/get-notary-user-settings.d.mts +9 -0
  1139. package/dist/actions/get-notary-user-settings.d.mts.map +1 -0
  1140. package/dist/actions/get-notary-user-settings.mjs +62 -0
  1141. package/dist/actions/get-notary-user-settings.mjs.map +1 -0
  1142. package/dist/actions/get-original-html-definition-for-template.cjs +71 -0
  1143. package/dist/actions/get-original-html-definition-for-template.cjs.map +1 -0
  1144. package/dist/actions/get-original-html-definition-for-template.d.cts +9 -0
  1145. package/dist/actions/get-original-html-definition-for-template.d.cts.map +1 -0
  1146. package/dist/actions/get-original-html-definition-for-template.d.mts +9 -0
  1147. package/dist/actions/get-original-html-definition-for-template.d.mts.map +1 -0
  1148. package/dist/actions/get-original-html-definition-for-template.mjs +70 -0
  1149. package/dist/actions/get-original-html-definition-for-template.mjs.map +1 -0
  1150. package/dist/actions/get-page-image-from-envelope.cjs +47 -0
  1151. package/dist/actions/get-page-image-from-envelope.cjs.map +1 -0
  1152. package/dist/actions/get-page-image-from-envelope.d.cts +9 -0
  1153. package/dist/actions/get-page-image-from-envelope.d.cts.map +1 -0
  1154. package/dist/actions/get-page-image-from-envelope.d.mts +9 -0
  1155. package/dist/actions/get-page-image-from-envelope.d.mts.map +1 -0
  1156. package/dist/actions/get-page-image-from-envelope.mjs +46 -0
  1157. package/dist/actions/get-page-image-from-envelope.mjs.map +1 -0
  1158. package/dist/actions/get-pdftranscript-of-envelope-comments.cjs +25 -0
  1159. package/dist/actions/get-pdftranscript-of-envelope-comments.cjs.map +1 -0
  1160. package/dist/actions/get-pdftranscript-of-envelope-comments.d.cts +9 -0
  1161. package/dist/actions/get-pdftranscript-of-envelope-comments.d.cts.map +1 -0
  1162. package/dist/actions/get-pdftranscript-of-envelope-comments.d.mts +9 -0
  1163. package/dist/actions/get-pdftranscript-of-envelope-comments.d.mts.map +1 -0
  1164. package/dist/actions/get-pdftranscript-of-envelope-comments.mjs +24 -0
  1165. package/dist/actions/get-pdftranscript-of-envelope-comments.mjs.map +1 -0
  1166. package/dist/actions/get-permission-profile-for-account.cjs +76 -0
  1167. package/dist/actions/get-permission-profile-for-account.cjs.map +1 -0
  1168. package/dist/actions/get-permission-profile-for-account.d.cts +9 -0
  1169. package/dist/actions/get-permission-profile-for-account.d.cts.map +1 -0
  1170. package/dist/actions/get-permission-profile-for-account.d.mts +9 -0
  1171. package/dist/actions/get-permission-profile-for-account.d.mts.map +1 -0
  1172. package/dist/actions/get-permission-profile-for-account.mjs +75 -0
  1173. package/dist/actions/get-permission-profile-for-account.mjs.map +1 -0
  1174. package/dist/actions/get-power-form-senders.cjs +47 -0
  1175. package/dist/actions/get-power-form-senders.cjs.map +1 -0
  1176. package/dist/actions/get-power-form-senders.d.cts +9 -0
  1177. package/dist/actions/get-power-form-senders.d.cts.map +1 -0
  1178. package/dist/actions/get-power-form-senders.d.mts +9 -0
  1179. package/dist/actions/get-power-form-senders.d.mts.map +1 -0
  1180. package/dist/actions/get-power-form-senders.mjs +46 -0
  1181. package/dist/actions/get-power-form-senders.mjs.map +1 -0
  1182. package/dist/actions/get-recipient-document-visibility.cjs +25 -0
  1183. package/dist/actions/get-recipient-document-visibility.cjs.map +1 -0
  1184. package/dist/actions/get-recipient-document-visibility.d.cts +9 -0
  1185. package/dist/actions/get-recipient-document-visibility.d.cts.map +1 -0
  1186. package/dist/actions/get-recipient-document-visibility.d.mts +9 -0
  1187. package/dist/actions/get-recipient-document-visibility.d.mts.map +1 -0
  1188. package/dist/actions/get-recipient-document-visibility.mjs +24 -0
  1189. package/dist/actions/get-recipient-document-visibility.mjs.map +1 -0
  1190. package/dist/actions/get-request-log-settings.cjs +20 -0
  1191. package/dist/actions/get-request-log-settings.cjs.map +1 -0
  1192. package/dist/actions/get-request-log-settings.d.cts +9 -0
  1193. package/dist/actions/get-request-log-settings.d.cts.map +1 -0
  1194. package/dist/actions/get-request-log-settings.d.mts +9 -0
  1195. package/dist/actions/get-request-log-settings.d.mts.map +1 -0
  1196. package/dist/actions/get-request-log-settings.mjs +17 -0
  1197. package/dist/actions/get-request-log-settings.mjs.map +1 -0
  1198. package/dist/actions/get-request-logging-log-file.cjs +21 -0
  1199. package/dist/actions/get-request-logging-log-file.cjs.map +1 -0
  1200. package/dist/actions/get-request-logging-log-file.d.cts +9 -0
  1201. package/dist/actions/get-request-logging-log-file.d.cts.map +1 -0
  1202. package/dist/actions/get-request-logging-log-file.d.mts +9 -0
  1203. package/dist/actions/get-request-logging-log-file.d.mts.map +1 -0
  1204. package/dist/actions/get-request-logging-log-file.mjs +20 -0
  1205. package/dist/actions/get-request-logging-log-file.mjs.map +1 -0
  1206. package/dist/actions/get-request-logs.cjs +22 -0
  1207. package/dist/actions/get-request-logs.cjs.map +1 -0
  1208. package/dist/actions/get-request-logs.d.cts +9 -0
  1209. package/dist/actions/get-request-logs.d.cts.map +1 -0
  1210. package/dist/actions/get-request-logs.d.mts +9 -0
  1211. package/dist/actions/get-request-logs.d.mts.map +1 -0
  1212. package/dist/actions/get-request-logs.mjs +21 -0
  1213. package/dist/actions/get-request-logs.mjs.map +1 -0
  1214. package/dist/actions/get-resource-information.cjs +22 -0
  1215. package/dist/actions/get-resource-information.cjs.map +1 -0
  1216. package/dist/actions/get-resource-information.d.cts +9 -0
  1217. package/dist/actions/get-resource-information.d.cts.map +1 -0
  1218. package/dist/actions/get-resource-information.d.mts +9 -0
  1219. package/dist/actions/get-resource-information.d.mts.map +1 -0
  1220. package/dist/actions/get-resource-information.mjs +21 -0
  1221. package/dist/actions/get-resource-information.mjs.map +1 -0
  1222. package/dist/actions/get-service-information.cjs +27 -0
  1223. package/dist/actions/get-service-information.cjs.map +1 -0
  1224. package/dist/actions/get-service-information.d.cts +9 -0
  1225. package/dist/actions/get-service-information.d.cts.map +1 -0
  1226. package/dist/actions/get-service-information.d.mts +9 -0
  1227. package/dist/actions/get-service-information.d.mts.map +1 -0
  1228. package/dist/actions/get-service-information.mjs +26 -0
  1229. package/dist/actions/get-service-information.mjs.map +1 -0
  1230. package/dist/actions/get-signature-information-for-recipient.cjs +38 -0
  1231. package/dist/actions/get-signature-information-for-recipient.cjs.map +1 -0
  1232. package/dist/actions/get-signature-information-for-recipient.d.cts +9 -0
  1233. package/dist/actions/get-signature-information-for-recipient.d.cts.map +1 -0
  1234. package/dist/actions/get-signature-information-for-recipient.d.mts +9 -0
  1235. package/dist/actions/get-signature-information-for-recipient.d.mts.map +1 -0
  1236. package/dist/actions/get-signature-information-for-recipient.mjs +35 -0
  1237. package/dist/actions/get-signature-information-for-recipient.mjs.map +1 -0
  1238. package/dist/actions/get-signing-group-information.cjs +39 -0
  1239. package/dist/actions/get-signing-group-information.cjs.map +1 -0
  1240. package/dist/actions/get-signing-group-information.d.cts +9 -0
  1241. package/dist/actions/get-signing-group-information.d.cts.map +1 -0
  1242. package/dist/actions/get-signing-group-information.d.mts +9 -0
  1243. package/dist/actions/get-signing-group-information.d.mts.map +1 -0
  1244. package/dist/actions/get-signing-group-information.mjs +38 -0
  1245. package/dist/actions/get-signing-group-information.mjs.map +1 -0
  1246. package/dist/actions/get-specific-brand-resource-file.cjs +25 -0
  1247. package/dist/actions/get-specific-brand-resource-file.cjs.map +1 -0
  1248. package/dist/actions/get-specific-brand-resource-file.d.cts +9 -0
  1249. package/dist/actions/get-specific-brand-resource-file.d.cts.map +1 -0
  1250. package/dist/actions/get-specific-brand-resource-file.d.mts +9 -0
  1251. package/dist/actions/get-specific-brand-resource-file.d.mts.map +1 -0
  1252. package/dist/actions/get-specific-brand-resource-file.mjs +22 -0
  1253. package/dist/actions/get-specific-brand-resource-file.mjs.map +1 -0
  1254. package/dist/actions/get-specified-account-stamp-info.cjs +73 -0
  1255. package/dist/actions/get-specified-account-stamp-info.cjs.map +1 -0
  1256. package/dist/actions/get-specified-account-stamp-info.d.cts +9 -0
  1257. package/dist/actions/get-specified-account-stamp-info.d.cts.map +1 -0
  1258. package/dist/actions/get-specified-account-stamp-info.d.mts +9 -0
  1259. package/dist/actions/get-specified-account-stamp-info.d.mts.map +1 -0
  1260. package/dist/actions/get-specified-account-stamp-info.mjs +72 -0
  1261. package/dist/actions/get-specified-account-stamp-info.mjs.map +1 -0
  1262. package/dist/actions/get-supported-languages-for-recipients.cjs +20 -0
  1263. package/dist/actions/get-supported-languages-for-recipients.cjs.map +1 -0
  1264. package/dist/actions/get-supported-languages-for-recipients.d.cts +9 -0
  1265. package/dist/actions/get-supported-languages-for-recipients.d.cts.map +1 -0
  1266. package/dist/actions/get-supported-languages-for-recipients.d.mts +9 -0
  1267. package/dist/actions/get-supported-languages-for-recipients.d.mts.map +1 -0
  1268. package/dist/actions/get-supported-languages-for-recipients.mjs +19 -0
  1269. package/dist/actions/get-supported-languages-for-recipients.mjs.map +1 -0
  1270. package/dist/actions/get-tab-settings-for-account.cjs +40 -0
  1271. package/dist/actions/get-tab-settings-for-account.cjs.map +1 -0
  1272. package/dist/actions/get-tab-settings-for-account.d.cts +9 -0
  1273. package/dist/actions/get-tab-settings-for-account.d.cts.map +1 -0
  1274. package/dist/actions/get-tab-settings-for-account.d.mts +9 -0
  1275. package/dist/actions/get-tab-settings-for-account.d.mts.map +1 -0
  1276. package/dist/actions/get-tab-settings-for-account.mjs +37 -0
  1277. package/dist/actions/get-tab-settings-for-account.mjs.map +1 -0
  1278. package/dist/actions/get-template-delayed-routing-rules.cjs +28 -0
  1279. package/dist/actions/get-template-delayed-routing-rules.cjs.map +1 -0
  1280. package/dist/actions/get-template-delayed-routing-rules.d.cts +9 -0
  1281. package/dist/actions/get-template-delayed-routing-rules.d.cts.map +1 -0
  1282. package/dist/actions/get-template-delayed-routing-rules.d.mts +9 -0
  1283. package/dist/actions/get-template-delayed-routing-rules.d.mts.map +1 -0
  1284. package/dist/actions/get-template-delayed-routing-rules.mjs +27 -0
  1285. package/dist/actions/get-template-delayed-routing-rules.mjs.map +1 -0
  1286. package/dist/actions/get-template-document-html-definition.cjs +20 -0
  1287. package/dist/actions/get-template-document-html-definition.cjs.map +1 -0
  1288. package/dist/actions/get-template-document-html-definition.d.cts +9 -0
  1289. package/dist/actions/get-template-document-html-definition.d.cts.map +1 -0
  1290. package/dist/actions/get-template-document-html-definition.d.mts +9 -0
  1291. package/dist/actions/get-template-document-html-definition.d.mts.map +1 -0
  1292. package/dist/actions/get-template-document-html-definition.mjs +17 -0
  1293. package/dist/actions/get-template-document-html-definition.mjs.map +1 -0
  1294. package/dist/actions/get-template-lock-information.cjs +33 -0
  1295. package/dist/actions/get-template-lock-information.cjs.map +1 -0
  1296. package/dist/actions/get-template-lock-information.d.cts +9 -0
  1297. package/dist/actions/get-template-lock-information.d.cts.map +1 -0
  1298. package/dist/actions/get-template-lock-information.d.mts +9 -0
  1299. package/dist/actions/get-template-lock-information.d.mts.map +1 -0
  1300. package/dist/actions/get-template-lock-information.mjs +32 -0
  1301. package/dist/actions/get-template-lock-information.mjs.map +1 -0
  1302. package/dist/actions/get-template-notification-information.cjs +33 -0
  1303. package/dist/actions/get-template-notification-information.cjs.map +1 -0
  1304. package/dist/actions/get-template-notification-information.d.cts +9 -0
  1305. package/dist/actions/get-template-notification-information.d.cts.map +1 -0
  1306. package/dist/actions/get-template-notification-information.d.mts +9 -0
  1307. package/dist/actions/get-template-notification-information.d.mts.map +1 -0
  1308. package/dist/actions/get-template-notification-information.mjs +32 -0
  1309. package/dist/actions/get-template-notification-information.mjs.map +1 -0
  1310. package/dist/actions/get-template-recipient-document-visibility.cjs +31 -0
  1311. package/dist/actions/get-template-recipient-document-visibility.cjs.map +1 -0
  1312. package/dist/actions/get-template-recipient-document-visibility.d.cts +9 -0
  1313. package/dist/actions/get-template-recipient-document-visibility.d.cts.map +1 -0
  1314. package/dist/actions/get-template-recipient-document-visibility.d.mts +9 -0
  1315. package/dist/actions/get-template-recipient-document-visibility.d.mts.map +1 -0
  1316. package/dist/actions/get-template-recipient-document-visibility.mjs +30 -0
  1317. package/dist/actions/get-template-recipient-document-visibility.mjs.map +1 -0
  1318. package/dist/actions/get-template-scheduled-sending-settings.cjs +28 -0
  1319. package/dist/actions/get-template-scheduled-sending-settings.cjs.map +1 -0
  1320. package/dist/actions/get-template-scheduled-sending-settings.d.cts +9 -0
  1321. package/dist/actions/get-template-scheduled-sending-settings.d.cts.map +1 -0
  1322. package/dist/actions/get-template-scheduled-sending-settings.d.mts +9 -0
  1323. package/dist/actions/get-template-scheduled-sending-settings.d.mts.map +1 -0
  1324. package/dist/actions/get-template-scheduled-sending-settings.mjs +27 -0
  1325. package/dist/actions/get-template-scheduled-sending-settings.mjs.map +1 -0
  1326. package/dist/actions/get-template.cjs +191 -0
  1327. package/dist/actions/get-template.cjs.map +1 -0
  1328. package/dist/actions/get-template.d.cts +9 -0
  1329. package/dist/actions/get-template.d.cts.map +1 -0
  1330. package/dist/actions/get-template.d.mts +9 -0
  1331. package/dist/actions/get-template.d.mts.map +1 -0
  1332. package/dist/actions/get-template.mjs +190 -0
  1333. package/dist/actions/get-template.mjs.map +1 -0
  1334. package/dist/actions/get-templates-for-envelope-document.cjs +31 -0
  1335. package/dist/actions/get-templates-for-envelope-document.cjs.map +1 -0
  1336. package/dist/actions/get-templates-for-envelope-document.d.cts +9 -0
  1337. package/dist/actions/get-templates-for-envelope-document.d.cts.map +1 -0
  1338. package/dist/actions/get-templates-for-envelope-document.d.mts +9 -0
  1339. package/dist/actions/get-templates-for-envelope-document.d.mts.map +1 -0
  1340. package/dist/actions/get-templates-for-envelope-document.mjs +30 -0
  1341. package/dist/actions/get-templates-for-envelope-document.mjs.map +1 -0
  1342. package/dist/actions/get-templates-used-in-envelope.cjs +30 -0
  1343. package/dist/actions/get-templates-used-in-envelope.cjs.map +1 -0
  1344. package/dist/actions/get-templates-used-in-envelope.d.cts +9 -0
  1345. package/dist/actions/get-templates-used-in-envelope.d.cts.map +1 -0
  1346. package/dist/actions/get-templates-used-in-envelope.d.mts +9 -0
  1347. package/dist/actions/get-templates-used-in-envelope.d.mts.map +1 -0
  1348. package/dist/actions/get-templates-used-in-envelope.mjs +29 -0
  1349. package/dist/actions/get-templates-used-in-envelope.mjs.map +1 -0
  1350. package/dist/actions/get-unsupported-file-types-list.cjs +20 -0
  1351. package/dist/actions/get-unsupported-file-types-list.cjs.map +1 -0
  1352. package/dist/actions/get-unsupported-file-types-list.d.cts +9 -0
  1353. package/dist/actions/get-unsupported-file-types-list.d.cts.map +1 -0
  1354. package/dist/actions/get-unsupported-file-types-list.d.mts +9 -0
  1355. package/dist/actions/get-unsupported-file-types-list.d.mts.map +1 -0
  1356. package/dist/actions/get-unsupported-file-types-list.mjs +19 -0
  1357. package/dist/actions/get-unsupported-file-types-list.mjs.map +1 -0
  1358. package/dist/actions/get-urlfor-embedding-docusign-ui.cjs +20 -0
  1359. package/dist/actions/get-urlfor-embedding-docusign-ui.cjs.map +1 -0
  1360. package/dist/actions/get-urlfor-embedding-docusign-ui.d.cts +9 -0
  1361. package/dist/actions/get-urlfor-embedding-docusign-ui.d.cts.map +1 -0
  1362. package/dist/actions/get-urlfor-embedding-docusign-ui.d.mts +9 -0
  1363. package/dist/actions/get-urlfor-embedding-docusign-ui.d.mts.map +1 -0
  1364. package/dist/actions/get-urlfor-embedding-docusign-ui.mjs +17 -0
  1365. package/dist/actions/get-urlfor-embedding-docusign-ui.mjs.map +1 -0
  1366. package/dist/actions/get-user-authorization-details.cjs +37 -0
  1367. package/dist/actions/get-user-authorization-details.cjs.map +1 -0
  1368. package/dist/actions/get-user-authorization-details.d.cts +9 -0
  1369. package/dist/actions/get-user-authorization-details.d.cts.map +1 -0
  1370. package/dist/actions/get-user-authorization-details.d.mts +9 -0
  1371. package/dist/actions/get-user-authorization-details.d.mts.map +1 -0
  1372. package/dist/actions/get-user-authorization-details.mjs +36 -0
  1373. package/dist/actions/get-user-authorization-details.mjs.map +1 -0
  1374. package/dist/actions/get-user-authorizations-for-principal.cjs +49 -0
  1375. package/dist/actions/get-user-authorizations-for-principal.cjs.map +1 -0
  1376. package/dist/actions/get-user-authorizations-for-principal.d.cts +9 -0
  1377. package/dist/actions/get-user-authorizations-for-principal.d.cts.map +1 -0
  1378. package/dist/actions/get-user-authorizations-for-principal.d.mts +9 -0
  1379. package/dist/actions/get-user-authorizations-for-principal.d.mts.map +1 -0
  1380. package/dist/actions/get-user-authorizations-for-principal.mjs +48 -0
  1381. package/dist/actions/get-user-authorizations-for-principal.mjs.map +1 -0
  1382. package/dist/actions/get-user-cloud-storage-provider-configuration.cjs +32 -0
  1383. package/dist/actions/get-user-cloud-storage-provider-configuration.cjs.map +1 -0
  1384. package/dist/actions/get-user-cloud-storage-provider-configuration.d.cts +9 -0
  1385. package/dist/actions/get-user-cloud-storage-provider-configuration.d.cts.map +1 -0
  1386. package/dist/actions/get-user-cloud-storage-provider-configuration.d.mts +9 -0
  1387. package/dist/actions/get-user-cloud-storage-provider-configuration.d.mts.map +1 -0
  1388. package/dist/actions/get-user-cloud-storage-provider-configuration.mjs +31 -0
  1389. package/dist/actions/get-user-cloud-storage-provider-configuration.mjs.map +1 -0
  1390. package/dist/actions/get-user-information-by-id.cjs +98 -0
  1391. package/dist/actions/get-user-information-by-id.cjs.map +1 -0
  1392. package/dist/actions/get-user-information-by-id.d.cts +9 -0
  1393. package/dist/actions/get-user-information-by-id.d.cts.map +1 -0
  1394. package/dist/actions/get-user-information-by-id.d.mts +9 -0
  1395. package/dist/actions/get-user-information-by-id.d.mts.map +1 -0
  1396. package/dist/actions/get-user-information-by-id.mjs +97 -0
  1397. package/dist/actions/get-user-information-by-id.mjs.map +1 -0
  1398. package/dist/actions/get-users-in-group.cjs +49 -0
  1399. package/dist/actions/get-users-in-group.cjs.map +1 -0
  1400. package/dist/actions/get-users-in-group.d.cts +9 -0
  1401. package/dist/actions/get-users-in-group.d.cts.map +1 -0
  1402. package/dist/actions/get-users-in-group.d.mts +9 -0
  1403. package/dist/actions/get-users-in-group.d.mts.map +1 -0
  1404. package/dist/actions/get-users-in-group.mjs +48 -0
  1405. package/dist/actions/get-users-in-group.mjs.map +1 -0
  1406. package/dist/actions/get-watermark-details-for-account.cjs +27 -0
  1407. package/dist/actions/get-watermark-details-for-account.cjs.map +1 -0
  1408. package/dist/actions/get-watermark-details-for-account.d.cts +9 -0
  1409. package/dist/actions/get-watermark-details-for-account.d.cts.map +1 -0
  1410. package/dist/actions/get-watermark-details-for-account.d.mts +9 -0
  1411. package/dist/actions/get-watermark-details-for-account.d.mts.map +1 -0
  1412. package/dist/actions/get-watermark-details-for-account.mjs +26 -0
  1413. package/dist/actions/get-watermark-details-for-account.mjs.map +1 -0
  1414. package/dist/actions/get-workflow-step-for-envelope.cjs +39 -0
  1415. package/dist/actions/get-workflow-step-for-envelope.cjs.map +1 -0
  1416. package/dist/actions/get-workflow-step-for-envelope.d.cts +9 -0
  1417. package/dist/actions/get-workflow-step-for-envelope.d.cts.map +1 -0
  1418. package/dist/actions/get-workflow-step-for-envelope.d.mts +9 -0
  1419. package/dist/actions/get-workflow-step-for-envelope.d.mts.map +1 -0
  1420. package/dist/actions/get-workflow-step-for-envelope.mjs +38 -0
  1421. package/dist/actions/get-workflow-step-for-envelope.mjs.map +1 -0
  1422. package/dist/actions/get-workspace-file.cjs +28 -0
  1423. package/dist/actions/get-workspace-file.cjs.map +1 -0
  1424. package/dist/actions/get-workspace-file.d.cts +9 -0
  1425. package/dist/actions/get-workspace-file.d.cts.map +1 -0
  1426. package/dist/actions/get-workspace-file.d.mts +9 -0
  1427. package/dist/actions/get-workspace-file.d.mts.map +1 -0
  1428. package/dist/actions/get-workspace-file.mjs +27 -0
  1429. package/dist/actions/get-workspace-file.mjs.map +1 -0
  1430. package/dist/actions/get-workspace-folder-contents.cjs +53 -0
  1431. package/dist/actions/get-workspace-folder-contents.cjs.map +1 -0
  1432. package/dist/actions/get-workspace-folder-contents.d.cts +9 -0
  1433. package/dist/actions/get-workspace-folder-contents.d.cts.map +1 -0
  1434. package/dist/actions/get-workspace-folder-contents.d.mts +9 -0
  1435. package/dist/actions/get-workspace-folder-contents.d.mts.map +1 -0
  1436. package/dist/actions/get-workspace-folder-contents.mjs +52 -0
  1437. package/dist/actions/get-workspace-folder-contents.mjs.map +1 -0
  1438. package/dist/actions/index.cjs +671 -0
  1439. package/dist/actions/index.d.cts +336 -0
  1440. package/dist/actions/index.d.mts +336 -0
  1441. package/dist/actions/index.mjs +336 -0
  1442. package/dist/actions/initiate-new-chunked-upload.cjs +34 -0
  1443. package/dist/actions/initiate-new-chunked-upload.cjs.map +1 -0
  1444. package/dist/actions/initiate-new-chunked-upload.d.cts +9 -0
  1445. package/dist/actions/initiate-new-chunked-upload.d.cts.map +1 -0
  1446. package/dist/actions/initiate-new-chunked-upload.d.mts +9 -0
  1447. package/dist/actions/initiate-new-chunked-upload.d.mts.map +1 -0
  1448. package/dist/actions/initiate-new-chunked-upload.mjs +33 -0
  1449. package/dist/actions/initiate-new-chunked-upload.mjs.map +1 -0
  1450. package/dist/actions/list-all-templates.cjs +135 -0
  1451. package/dist/actions/list-all-templates.cjs.map +1 -0
  1452. package/dist/actions/list-all-templates.d.cts +9 -0
  1453. package/dist/actions/list-all-templates.d.cts.map +1 -0
  1454. package/dist/actions/list-all-templates.d.mts +9 -0
  1455. package/dist/actions/list-all-templates.d.mts.map +1 -0
  1456. package/dist/actions/list-all-templates.mjs +134 -0
  1457. package/dist/actions/list-all-templates.mjs.map +1 -0
  1458. package/dist/actions/list-billing-invoices.cjs +45 -0
  1459. package/dist/actions/list-billing-invoices.cjs.map +1 -0
  1460. package/dist/actions/list-billing-invoices.d.cts +9 -0
  1461. package/dist/actions/list-billing-invoices.d.cts.map +1 -0
  1462. package/dist/actions/list-billing-invoices.d.mts +9 -0
  1463. package/dist/actions/list-billing-invoices.d.mts.map +1 -0
  1464. package/dist/actions/list-billing-invoices.mjs +44 -0
  1465. package/dist/actions/list-billing-invoices.mjs.map +1 -0
  1466. package/dist/actions/list-brands-for-account.cjs +20 -0
  1467. package/dist/actions/list-brands-for-account.cjs.map +1 -0
  1468. package/dist/actions/list-brands-for-account.d.cts +9 -0
  1469. package/dist/actions/list-brands-for-account.d.cts.map +1 -0
  1470. package/dist/actions/list-brands-for-account.d.mts +9 -0
  1471. package/dist/actions/list-brands-for-account.d.mts.map +1 -0
  1472. package/dist/actions/list-brands-for-account.mjs +17 -0
  1473. package/dist/actions/list-brands-for-account.mjs.map +1 -0
  1474. package/dist/actions/list-bulk-send-batch-summaries.cjs +51 -0
  1475. package/dist/actions/list-bulk-send-batch-summaries.cjs.map +1 -0
  1476. package/dist/actions/list-bulk-send-batch-summaries.d.cts +9 -0
  1477. package/dist/actions/list-bulk-send-batch-summaries.d.cts.map +1 -0
  1478. package/dist/actions/list-bulk-send-batch-summaries.d.mts +9 -0
  1479. package/dist/actions/list-bulk-send-batch-summaries.d.mts.map +1 -0
  1480. package/dist/actions/list-bulk-send-batch-summaries.mjs +50 -0
  1481. package/dist/actions/list-bulk-send-batch-summaries.mjs.map +1 -0
  1482. package/dist/actions/list-cloud-storage-items.cjs +57 -0
  1483. package/dist/actions/list-cloud-storage-items.cjs.map +1 -0
  1484. package/dist/actions/list-cloud-storage-items.d.cts +9 -0
  1485. package/dist/actions/list-cloud-storage-items.d.cts.map +1 -0
  1486. package/dist/actions/list-cloud-storage-items.d.mts +9 -0
  1487. package/dist/actions/list-cloud-storage-items.d.mts.map +1 -0
  1488. package/dist/actions/list-cloud-storage-items.mjs +56 -0
  1489. package/dist/actions/list-cloud-storage-items.mjs.map +1 -0
  1490. package/dist/actions/list-envelope-and-document-custom-fields.cjs +34 -0
  1491. package/dist/actions/list-envelope-and-document-custom-fields.cjs.map +1 -0
  1492. package/dist/actions/list-envelope-and-document-custom-fields.d.cts +9 -0
  1493. package/dist/actions/list-envelope-and-document-custom-fields.d.cts.map +1 -0
  1494. package/dist/actions/list-envelope-and-document-custom-fields.d.mts +9 -0
  1495. package/dist/actions/list-envelope-and-document-custom-fields.d.mts.map +1 -0
  1496. package/dist/actions/list-envelope-and-document-custom-fields.mjs +33 -0
  1497. package/dist/actions/list-envelope-and-document-custom-fields.mjs.map +1 -0
  1498. package/dist/actions/list-envelope-attachments-by-envelope-id.cjs +28 -0
  1499. package/dist/actions/list-envelope-attachments-by-envelope-id.cjs.map +1 -0
  1500. package/dist/actions/list-envelope-attachments-by-envelope-id.d.cts +9 -0
  1501. package/dist/actions/list-envelope-attachments-by-envelope-id.d.cts.map +1 -0
  1502. package/dist/actions/list-envelope-attachments-by-envelope-id.d.mts +9 -0
  1503. package/dist/actions/list-envelope-attachments-by-envelope-id.d.mts.map +1 -0
  1504. package/dist/actions/list-envelope-attachments-by-envelope-id.mjs +27 -0
  1505. package/dist/actions/list-envelope-attachments-by-envelope-id.mjs.map +1 -0
  1506. package/dist/actions/list-oauth-userinfo.cjs +31 -0
  1507. package/dist/actions/list-oauth-userinfo.cjs.map +1 -0
  1508. package/dist/actions/list-oauth-userinfo.d.cts +9 -0
  1509. package/dist/actions/list-oauth-userinfo.d.cts.map +1 -0
  1510. package/dist/actions/list-oauth-userinfo.d.mts +9 -0
  1511. package/dist/actions/list-oauth-userinfo.d.mts.map +1 -0
  1512. package/dist/actions/list-oauth-userinfo.mjs +30 -0
  1513. package/dist/actions/list-oauth-userinfo.mjs.map +1 -0
  1514. package/dist/actions/list-past-due-invoices.cjs +30 -0
  1515. package/dist/actions/list-past-due-invoices.cjs.map +1 -0
  1516. package/dist/actions/list-past-due-invoices.d.cts +9 -0
  1517. package/dist/actions/list-past-due-invoices.d.cts.map +1 -0
  1518. package/dist/actions/list-past-due-invoices.d.mts +9 -0
  1519. package/dist/actions/list-past-due-invoices.d.mts.map +1 -0
  1520. package/dist/actions/list-past-due-invoices.mjs +29 -0
  1521. package/dist/actions/list-past-due-invoices.mjs.map +1 -0
  1522. package/dist/actions/list-payment-gateway-accounts-info.cjs +50 -0
  1523. package/dist/actions/list-payment-gateway-accounts-info.cjs.map +1 -0
  1524. package/dist/actions/list-payment-gateway-accounts-info.d.cts +9 -0
  1525. package/dist/actions/list-payment-gateway-accounts-info.d.cts.map +1 -0
  1526. package/dist/actions/list-payment-gateway-accounts-info.d.mts +9 -0
  1527. package/dist/actions/list-payment-gateway-accounts-info.d.mts.map +1 -0
  1528. package/dist/actions/list-payment-gateway-accounts-info.mjs +49 -0
  1529. package/dist/actions/list-payment-gateway-accounts-info.mjs.map +1 -0
  1530. package/dist/actions/list-registered-notary-jurisdictions.cjs +49 -0
  1531. package/dist/actions/list-registered-notary-jurisdictions.cjs.map +1 -0
  1532. package/dist/actions/list-registered-notary-jurisdictions.d.cts +9 -0
  1533. package/dist/actions/list-registered-notary-jurisdictions.d.cts.map +1 -0
  1534. package/dist/actions/list-registered-notary-jurisdictions.d.mts +9 -0
  1535. package/dist/actions/list-registered-notary-jurisdictions.d.mts.map +1 -0
  1536. package/dist/actions/list-registered-notary-jurisdictions.mjs +48 -0
  1537. package/dist/actions/list-registered-notary-jurisdictions.mjs.map +1 -0
  1538. package/dist/actions/list-signature-providers-for-account.cjs +34 -0
  1539. package/dist/actions/list-signature-providers-for-account.cjs.map +1 -0
  1540. package/dist/actions/list-signature-providers-for-account.d.cts +9 -0
  1541. package/dist/actions/list-signature-providers-for-account.d.cts.map +1 -0
  1542. package/dist/actions/list-signature-providers-for-account.d.mts +9 -0
  1543. package/dist/actions/list-signature-providers-for-account.d.mts.map +1 -0
  1544. package/dist/actions/list-signature-providers-for-account.mjs +33 -0
  1545. package/dist/actions/list-signature-providers-for-account.mjs.map +1 -0
  1546. package/dist/actions/list-users-for-account.cjs +39 -0
  1547. package/dist/actions/list-users-for-account.cjs.map +1 -0
  1548. package/dist/actions/list-users-for-account.d.cts +9 -0
  1549. package/dist/actions/list-users-for-account.d.cts.map +1 -0
  1550. package/dist/actions/list-users-for-account.d.mts +9 -0
  1551. package/dist/actions/list-users-for-account.d.mts.map +1 -0
  1552. package/dist/actions/list-users-for-account.mjs +36 -0
  1553. package/dist/actions/list-users-for-account.mjs.map +1 -0
  1554. package/dist/actions/list-workspace-file-pages.cjs +48 -0
  1555. package/dist/actions/list-workspace-file-pages.cjs.map +1 -0
  1556. package/dist/actions/list-workspace-file-pages.d.cts +9 -0
  1557. package/dist/actions/list-workspace-file-pages.d.cts.map +1 -0
  1558. package/dist/actions/list-workspace-file-pages.d.mts +9 -0
  1559. package/dist/actions/list-workspace-file-pages.d.mts.map +1 -0
  1560. package/dist/actions/list-workspace-file-pages.mjs +47 -0
  1561. package/dist/actions/list-workspace-file-pages.mjs.map +1 -0
  1562. package/dist/actions/list-workspaces.cjs +59 -0
  1563. package/dist/actions/list-workspaces.cjs.map +1 -0
  1564. package/dist/actions/list-workspaces.d.cts +9 -0
  1565. package/dist/actions/list-workspaces.d.cts.map +1 -0
  1566. package/dist/actions/list-workspaces.d.mts +9 -0
  1567. package/dist/actions/list-workspaces.d.mts.map +1 -0
  1568. package/dist/actions/list-workspaces.mjs +58 -0
  1569. package/dist/actions/list-workspaces.mjs.map +1 -0
  1570. package/dist/actions/lock-an-envelope-for-editing.cjs +53 -0
  1571. package/dist/actions/lock-an-envelope-for-editing.cjs.map +1 -0
  1572. package/dist/actions/lock-an-envelope-for-editing.d.cts +9 -0
  1573. package/dist/actions/lock-an-envelope-for-editing.d.cts.map +1 -0
  1574. package/dist/actions/lock-an-envelope-for-editing.d.mts +9 -0
  1575. package/dist/actions/lock-an-envelope-for-editing.d.mts.map +1 -0
  1576. package/dist/actions/lock-an-envelope-for-editing.mjs +52 -0
  1577. package/dist/actions/lock-an-envelope-for-editing.mjs.map +1 -0
  1578. package/dist/actions/lock-template-for-editing.cjs +33 -0
  1579. package/dist/actions/lock-template-for-editing.cjs.map +1 -0
  1580. package/dist/actions/lock-template-for-editing.d.cts +9 -0
  1581. package/dist/actions/lock-template-for-editing.d.cts.map +1 -0
  1582. package/dist/actions/lock-template-for-editing.d.mts +9 -0
  1583. package/dist/actions/lock-template-for-editing.d.mts.map +1 -0
  1584. package/dist/actions/lock-template-for-editing.mjs +30 -0
  1585. package/dist/actions/lock-template-for-editing.mjs.map +1 -0
  1586. package/dist/actions/modify-account-notification-settings.cjs +77 -0
  1587. package/dist/actions/modify-account-notification-settings.cjs.map +1 -0
  1588. package/dist/actions/modify-account-notification-settings.d.cts +9 -0
  1589. package/dist/actions/modify-account-notification-settings.d.cts.map +1 -0
  1590. package/dist/actions/modify-account-notification-settings.d.mts +9 -0
  1591. package/dist/actions/modify-account-notification-settings.d.mts.map +1 -0
  1592. package/dist/actions/modify-account-notification-settings.mjs +74 -0
  1593. package/dist/actions/modify-account-notification-settings.mjs.map +1 -0
  1594. package/dist/actions/modify-tab-settings-for-account.cjs +243 -0
  1595. package/dist/actions/modify-tab-settings-for-account.cjs.map +1 -0
  1596. package/dist/actions/modify-tab-settings-for-account.d.cts +9 -0
  1597. package/dist/actions/modify-tab-settings-for-account.d.cts.map +1 -0
  1598. package/dist/actions/modify-tab-settings-for-account.d.mts +9 -0
  1599. package/dist/actions/modify-tab-settings-for-account.d.mts.map +1 -0
  1600. package/dist/actions/modify-tab-settings-for-account.mjs +242 -0
  1601. package/dist/actions/modify-tab-settings-for-account.mjs.map +1 -0
  1602. package/dist/actions/post-payment-to-invoice.cjs +25 -0
  1603. package/dist/actions/post-payment-to-invoice.cjs.map +1 -0
  1604. package/dist/actions/post-payment-to-invoice.d.cts +9 -0
  1605. package/dist/actions/post-payment-to-invoice.d.cts.map +1 -0
  1606. package/dist/actions/post-payment-to-invoice.d.mts +9 -0
  1607. package/dist/actions/post-payment-to-invoice.d.mts.map +1 -0
  1608. package/dist/actions/post-payment-to-invoice.mjs +22 -0
  1609. package/dist/actions/post-payment-to-invoice.mjs.map +1 -0
  1610. package/dist/actions/purchase-additional-envelopes.cjs +27 -0
  1611. package/dist/actions/purchase-additional-envelopes.cjs.map +1 -0
  1612. package/dist/actions/purchase-additional-envelopes.d.cts +9 -0
  1613. package/dist/actions/purchase-additional-envelopes.d.cts.map +1 -0
  1614. package/dist/actions/purchase-additional-envelopes.d.mts +9 -0
  1615. package/dist/actions/purchase-additional-envelopes.d.mts.map +1 -0
  1616. package/dist/actions/purchase-additional-envelopes.mjs +24 -0
  1617. package/dist/actions/purchase-additional-envelopes.mjs.map +1 -0
  1618. package/dist/actions/queue-downgrade-billing-plan-request.cjs +61 -0
  1619. package/dist/actions/queue-downgrade-billing-plan-request.cjs.map +1 -0
  1620. package/dist/actions/queue-downgrade-billing-plan-request.d.cts +9 -0
  1621. package/dist/actions/queue-downgrade-billing-plan-request.d.cts.map +1 -0
  1622. package/dist/actions/queue-downgrade-billing-plan-request.d.mts +9 -0
  1623. package/dist/actions/queue-downgrade-billing-plan-request.d.mts.map +1 -0
  1624. package/dist/actions/queue-downgrade-billing-plan-request.mjs +58 -0
  1625. package/dist/actions/queue-downgrade-billing-plan-request.mjs.map +1 -0
  1626. package/dist/actions/register-current-user-as-notary.cjs +840 -0
  1627. package/dist/actions/register-current-user-as-notary.cjs.map +1 -0
  1628. package/dist/actions/register-current-user-as-notary.d.cts +9 -0
  1629. package/dist/actions/register-current-user-as-notary.d.cts.map +1 -0
  1630. package/dist/actions/register-current-user-as-notary.d.mts +9 -0
  1631. package/dist/actions/register-current-user-as-notary.d.mts.map +1 -0
  1632. package/dist/actions/register-current-user-as-notary.mjs +837 -0
  1633. package/dist/actions/register-current-user-as-notary.mjs.map +1 -0
  1634. package/dist/actions/remove-bulk-send-list.cjs +28 -0
  1635. package/dist/actions/remove-bulk-send-list.cjs.map +1 -0
  1636. package/dist/actions/remove-bulk-send-list.d.cts +9 -0
  1637. package/dist/actions/remove-bulk-send-list.d.cts.map +1 -0
  1638. package/dist/actions/remove-bulk-send-list.d.mts +9 -0
  1639. package/dist/actions/remove-bulk-send-list.d.mts.map +1 -0
  1640. package/dist/actions/remove-bulk-send-list.mjs +27 -0
  1641. package/dist/actions/remove-bulk-send-list.mjs.map +1 -0
  1642. package/dist/actions/remove-group-sharing-permissions-for-template.cjs +63 -0
  1643. package/dist/actions/remove-group-sharing-permissions-for-template.cjs.map +1 -0
  1644. package/dist/actions/remove-group-sharing-permissions-for-template.d.cts +9 -0
  1645. package/dist/actions/remove-group-sharing-permissions-for-template.d.cts.map +1 -0
  1646. package/dist/actions/remove-group-sharing-permissions-for-template.d.mts +9 -0
  1647. package/dist/actions/remove-group-sharing-permissions-for-template.d.mts.map +1 -0
  1648. package/dist/actions/remove-group-sharing-permissions-for-template.mjs +60 -0
  1649. package/dist/actions/remove-group-sharing-permissions-for-template.mjs.map +1 -0
  1650. package/dist/actions/remove-templates-from-favorites.cjs +40 -0
  1651. package/dist/actions/remove-templates-from-favorites.cjs.map +1 -0
  1652. package/dist/actions/remove-templates-from-favorites.d.cts +9 -0
  1653. package/dist/actions/remove-templates-from-favorites.d.cts.map +1 -0
  1654. package/dist/actions/remove-templates-from-favorites.d.mts +9 -0
  1655. package/dist/actions/remove-templates-from-favorites.d.mts.map +1 -0
  1656. package/dist/actions/remove-templates-from-favorites.mjs +39 -0
  1657. package/dist/actions/remove-templates-from-favorites.mjs.map +1 -0
  1658. package/dist/actions/remove-user-signature-information.cjs +20 -0
  1659. package/dist/actions/remove-user-signature-information.cjs.map +1 -0
  1660. package/dist/actions/remove-user-signature-information.d.cts +9 -0
  1661. package/dist/actions/remove-user-signature-information.d.cts.map +1 -0
  1662. package/dist/actions/remove-user-signature-information.d.mts +9 -0
  1663. package/dist/actions/remove-user-signature-information.d.mts.map +1 -0
  1664. package/dist/actions/remove-user-signature-information.mjs +17 -0
  1665. package/dist/actions/remove-user-signature-information.mjs.map +1 -0
  1666. package/dist/actions/republish-connect-data-for-envelope.cjs +26 -0
  1667. package/dist/actions/republish-connect-data-for-envelope.cjs.map +1 -0
  1668. package/dist/actions/republish-connect-data-for-envelope.d.cts +9 -0
  1669. package/dist/actions/republish-connect-data-for-envelope.d.cts.map +1 -0
  1670. package/dist/actions/republish-connect-data-for-envelope.d.mts +9 -0
  1671. package/dist/actions/republish-connect-data-for-envelope.d.mts.map +1 -0
  1672. package/dist/actions/republish-connect-data-for-envelope.mjs +25 -0
  1673. package/dist/actions/republish-connect-data-for-envelope.mjs.map +1 -0
  1674. package/dist/actions/republish-connect-info-for-envelopes.cjs +27 -0
  1675. package/dist/actions/republish-connect-info-for-envelopes.cjs.map +1 -0
  1676. package/dist/actions/republish-connect-info-for-envelopes.d.cts +9 -0
  1677. package/dist/actions/republish-connect-info-for-envelopes.d.cts.map +1 -0
  1678. package/dist/actions/republish-connect-info-for-envelopes.d.mts +9 -0
  1679. package/dist/actions/republish-connect-info-for-envelopes.d.mts.map +1 -0
  1680. package/dist/actions/republish-connect-info-for-envelopes.mjs +26 -0
  1681. package/dist/actions/republish-connect-info-for-envelopes.mjs.map +1 -0
  1682. package/dist/actions/retrieve-account-billing-plan.cjs +121 -0
  1683. package/dist/actions/retrieve-account-billing-plan.cjs.map +1 -0
  1684. package/dist/actions/retrieve-account-billing-plan.d.cts +9 -0
  1685. package/dist/actions/retrieve-account-billing-plan.d.cts.map +1 -0
  1686. package/dist/actions/retrieve-account-billing-plan.d.mts +9 -0
  1687. package/dist/actions/retrieve-account-billing-plan.d.mts.map +1 -0
  1688. package/dist/actions/retrieve-account-billing-plan.mjs +120 -0
  1689. package/dist/actions/retrieve-account-billing-plan.mjs.map +1 -0
  1690. package/dist/actions/retrieve-account-brand-information.cjs +78 -0
  1691. package/dist/actions/retrieve-account-brand-information.cjs.map +1 -0
  1692. package/dist/actions/retrieve-account-brand-information.d.cts +9 -0
  1693. package/dist/actions/retrieve-account-brand-information.d.cts.map +1 -0
  1694. package/dist/actions/retrieve-account-brand-information.d.mts +9 -0
  1695. package/dist/actions/retrieve-account-brand-information.d.mts.map +1 -0
  1696. package/dist/actions/retrieve-account-brand-information.mjs +77 -0
  1697. package/dist/actions/retrieve-account-brand-information.mjs.map +1 -0
  1698. package/dist/actions/retrieve-account-envelope-purge-config.cjs +21 -0
  1699. package/dist/actions/retrieve-account-envelope-purge-config.cjs.map +1 -0
  1700. package/dist/actions/retrieve-account-envelope-purge-config.d.cts +9 -0
  1701. package/dist/actions/retrieve-account-envelope-purge-config.d.cts.map +1 -0
  1702. package/dist/actions/retrieve-account-envelope-purge-config.d.mts +9 -0
  1703. package/dist/actions/retrieve-account-envelope-purge-config.d.mts.map +1 -0
  1704. package/dist/actions/retrieve-account-envelope-purge-config.mjs +18 -0
  1705. package/dist/actions/retrieve-account-envelope-purge-config.mjs.map +1 -0
  1706. package/dist/actions/retrieve-account-favorite-templates.cjs +29 -0
  1707. package/dist/actions/retrieve-account-favorite-templates.cjs.map +1 -0
  1708. package/dist/actions/retrieve-account-favorite-templates.d.cts +9 -0
  1709. package/dist/actions/retrieve-account-favorite-templates.d.cts.map +1 -0
  1710. package/dist/actions/retrieve-account-favorite-templates.d.mts +9 -0
  1711. package/dist/actions/retrieve-account-favorite-templates.d.mts.map +1 -0
  1712. package/dist/actions/retrieve-account-favorite-templates.mjs +28 -0
  1713. package/dist/actions/retrieve-account-favorite-templates.mjs.map +1 -0
  1714. package/dist/actions/retrieve-account-information-for-specified-account.cjs +62 -0
  1715. package/dist/actions/retrieve-account-information-for-specified-account.cjs.map +1 -0
  1716. package/dist/actions/retrieve-account-information-for-specified-account.d.cts +9 -0
  1717. package/dist/actions/retrieve-account-information-for-specified-account.d.cts.map +1 -0
  1718. package/dist/actions/retrieve-account-information-for-specified-account.d.mts +9 -0
  1719. package/dist/actions/retrieve-account-information-for-specified-account.d.mts.map +1 -0
  1720. package/dist/actions/retrieve-account-information-for-specified-account.mjs +61 -0
  1721. package/dist/actions/retrieve-account-information-for-specified-account.mjs.map +1 -0
  1722. package/dist/actions/retrieve-account-provisioning-info.cjs +24 -0
  1723. package/dist/actions/retrieve-account-provisioning-info.cjs.map +1 -0
  1724. package/dist/actions/retrieve-account-provisioning-info.d.cts +9 -0
  1725. package/dist/actions/retrieve-account-provisioning-info.d.cts.map +1 -0
  1726. package/dist/actions/retrieve-account-provisioning-info.d.mts +9 -0
  1727. package/dist/actions/retrieve-account-provisioning-info.d.mts.map +1 -0
  1728. package/dist/actions/retrieve-account-provisioning-info.mjs +21 -0
  1729. package/dist/actions/retrieve-account-provisioning-info.mjs.map +1 -0
  1730. package/dist/actions/retrieve-account-seal-providers.cjs +20 -0
  1731. package/dist/actions/retrieve-account-seal-providers.cjs.map +1 -0
  1732. package/dist/actions/retrieve-account-seal-providers.d.cts +9 -0
  1733. package/dist/actions/retrieve-account-seal-providers.d.cts.map +1 -0
  1734. package/dist/actions/retrieve-account-seal-providers.d.mts +9 -0
  1735. package/dist/actions/retrieve-account-seal-providers.d.mts.map +1 -0
  1736. package/dist/actions/retrieve-account-seal-providers.mjs +19 -0
  1737. package/dist/actions/retrieve-account-seal-providers.mjs.map +1 -0
  1738. package/dist/actions/retrieve-account-settings-information.cjs +149 -0
  1739. package/dist/actions/retrieve-account-settings-information.cjs.map +1 -0
  1740. package/dist/actions/retrieve-account-settings-information.d.cts +9 -0
  1741. package/dist/actions/retrieve-account-settings-information.d.cts.map +1 -0
  1742. package/dist/actions/retrieve-account-settings-information.d.mts +9 -0
  1743. package/dist/actions/retrieve-account-settings-information.d.mts.map +1 -0
  1744. package/dist/actions/retrieve-account-settings-information.mjs +148 -0
  1745. package/dist/actions/retrieve-account-settings-information.mjs.map +1 -0
  1746. package/dist/actions/retrieve-account-signing-groups.cjs +41 -0
  1747. package/dist/actions/retrieve-account-signing-groups.cjs.map +1 -0
  1748. package/dist/actions/retrieve-account-signing-groups.d.cts +9 -0
  1749. package/dist/actions/retrieve-account-signing-groups.d.cts.map +1 -0
  1750. package/dist/actions/retrieve-account-signing-groups.d.mts +9 -0
  1751. package/dist/actions/retrieve-account-signing-groups.d.mts.map +1 -0
  1752. package/dist/actions/retrieve-account-signing-groups.mjs +40 -0
  1753. package/dist/actions/retrieve-account-signing-groups.mjs.map +1 -0
  1754. package/dist/actions/retrieve-account-verification-workflows.cjs +47 -0
  1755. package/dist/actions/retrieve-account-verification-workflows.cjs.map +1 -0
  1756. package/dist/actions/retrieve-account-verification-workflows.d.cts +9 -0
  1757. package/dist/actions/retrieve-account-verification-workflows.d.cts.map +1 -0
  1758. package/dist/actions/retrieve-account-verification-workflows.d.mts +9 -0
  1759. package/dist/actions/retrieve-account-verification-workflows.d.mts.map +1 -0
  1760. package/dist/actions/retrieve-account-verification-workflows.mjs +46 -0
  1761. package/dist/actions/retrieve-account-verification-workflows.mjs.map +1 -0
  1762. package/dist/actions/retrieve-all-account-tabs.cjs +75 -0
  1763. package/dist/actions/retrieve-all-account-tabs.cjs.map +1 -0
  1764. package/dist/actions/retrieve-all-account-tabs.d.cts +9 -0
  1765. package/dist/actions/retrieve-all-account-tabs.d.cts.map +1 -0
  1766. package/dist/actions/retrieve-all-account-tabs.d.mts +9 -0
  1767. package/dist/actions/retrieve-all-account-tabs.d.mts.map +1 -0
  1768. package/dist/actions/retrieve-all-account-tabs.mjs +74 -0
  1769. package/dist/actions/retrieve-all-account-tabs.mjs.map +1 -0
  1770. package/dist/actions/retrieve-available-account-stamps.cjs +55 -0
  1771. package/dist/actions/retrieve-available-account-stamps.cjs.map +1 -0
  1772. package/dist/actions/retrieve-available-account-stamps.d.cts +9 -0
  1773. package/dist/actions/retrieve-available-account-stamps.d.cts.map +1 -0
  1774. package/dist/actions/retrieve-available-account-stamps.d.mts +9 -0
  1775. package/dist/actions/retrieve-available-account-stamps.d.mts.map +1 -0
  1776. package/dist/actions/retrieve-available-account-stamps.mjs +54 -0
  1777. package/dist/actions/retrieve-available-account-stamps.mjs.map +1 -0
  1778. package/dist/actions/retrieve-billing-invoice.cjs +41 -0
  1779. package/dist/actions/retrieve-billing-invoice.cjs.map +1 -0
  1780. package/dist/actions/retrieve-billing-invoice.d.cts +9 -0
  1781. package/dist/actions/retrieve-billing-invoice.d.cts.map +1 -0
  1782. package/dist/actions/retrieve-billing-invoice.d.mts +9 -0
  1783. package/dist/actions/retrieve-billing-invoice.d.mts.map +1 -0
  1784. package/dist/actions/retrieve-billing-invoice.mjs +40 -0
  1785. package/dist/actions/retrieve-billing-invoice.mjs.map +1 -0
  1786. package/dist/actions/retrieve-billing-payment-info.cjs +25 -0
  1787. package/dist/actions/retrieve-billing-payment-info.cjs.map +1 -0
  1788. package/dist/actions/retrieve-billing-payment-info.d.cts +9 -0
  1789. package/dist/actions/retrieve-billing-payment-info.d.cts.map +1 -0
  1790. package/dist/actions/retrieve-billing-payment-info.d.mts +9 -0
  1791. package/dist/actions/retrieve-billing-payment-info.d.mts.map +1 -0
  1792. package/dist/actions/retrieve-billing-payment-info.mjs +22 -0
  1793. package/dist/actions/retrieve-billing-payment-info.mjs.map +1 -0
  1794. package/dist/actions/retrieve-chunked-upload-metadata.cjs +34 -0
  1795. package/dist/actions/retrieve-chunked-upload-metadata.cjs.map +1 -0
  1796. package/dist/actions/retrieve-chunked-upload-metadata.d.cts +9 -0
  1797. package/dist/actions/retrieve-chunked-upload-metadata.d.cts.map +1 -0
  1798. package/dist/actions/retrieve-chunked-upload-metadata.d.mts +9 -0
  1799. package/dist/actions/retrieve-chunked-upload-metadata.d.mts.map +1 -0
  1800. package/dist/actions/retrieve-chunked-upload-metadata.mjs +33 -0
  1801. package/dist/actions/retrieve-chunked-upload-metadata.mjs.map +1 -0
  1802. package/dist/actions/retrieve-cloud-storage-provider-configuration.cjs +30 -0
  1803. package/dist/actions/retrieve-cloud-storage-provider-configuration.cjs.map +1 -0
  1804. package/dist/actions/retrieve-cloud-storage-provider-configuration.d.cts +9 -0
  1805. package/dist/actions/retrieve-cloud-storage-provider-configuration.d.cts.map +1 -0
  1806. package/dist/actions/retrieve-cloud-storage-provider-configuration.d.mts +9 -0
  1807. package/dist/actions/retrieve-cloud-storage-provider-configuration.d.mts.map +1 -0
  1808. package/dist/actions/retrieve-cloud-storage-provider-configuration.mjs +29 -0
  1809. package/dist/actions/retrieve-cloud-storage-provider-configuration.mjs.map +1 -0
  1810. package/dist/actions/retrieve-connect-configuration-details.cjs +49 -0
  1811. package/dist/actions/retrieve-connect-configuration-details.cjs.map +1 -0
  1812. package/dist/actions/retrieve-connect-configuration-details.d.cts +9 -0
  1813. package/dist/actions/retrieve-connect-configuration-details.d.cts.map +1 -0
  1814. package/dist/actions/retrieve-connect-configuration-details.d.mts +9 -0
  1815. package/dist/actions/retrieve-connect-configuration-details.d.mts.map +1 -0
  1816. package/dist/actions/retrieve-connect-configuration-details.mjs +48 -0
  1817. package/dist/actions/retrieve-connect-configuration-details.mjs.map +1 -0
  1818. package/dist/actions/retrieve-connect-configurations.cjs +30 -0
  1819. package/dist/actions/retrieve-connect-configurations.cjs.map +1 -0
  1820. package/dist/actions/retrieve-connect-configurations.d.cts +9 -0
  1821. package/dist/actions/retrieve-connect-configurations.d.cts.map +1 -0
  1822. package/dist/actions/retrieve-connect-configurations.d.mts +9 -0
  1823. package/dist/actions/retrieve-connect-configurations.d.mts.map +1 -0
  1824. package/dist/actions/retrieve-connect-configurations.mjs +29 -0
  1825. package/dist/actions/retrieve-connect-configurations.mjs.map +1 -0
  1826. package/dist/actions/retrieve-connect-failure-logs.cjs +45 -0
  1827. package/dist/actions/retrieve-connect-failure-logs.cjs.map +1 -0
  1828. package/dist/actions/retrieve-connect-failure-logs.d.cts +9 -0
  1829. package/dist/actions/retrieve-connect-failure-logs.d.cts.map +1 -0
  1830. package/dist/actions/retrieve-connect-failure-logs.d.mts +9 -0
  1831. package/dist/actions/retrieve-connect-failure-logs.d.mts.map +1 -0
  1832. package/dist/actions/retrieve-connect-failure-logs.mjs +44 -0
  1833. package/dist/actions/retrieve-connect-failure-logs.mjs.map +1 -0
  1834. package/dist/actions/retrieve-connect-log-entry.cjs +50 -0
  1835. package/dist/actions/retrieve-connect-log-entry.cjs.map +1 -0
  1836. package/dist/actions/retrieve-connect-log-entry.d.cts +9 -0
  1837. package/dist/actions/retrieve-connect-log-entry.d.cts.map +1 -0
  1838. package/dist/actions/retrieve-connect-log-entry.d.mts +9 -0
  1839. package/dist/actions/retrieve-connect-log-entry.d.mts.map +1 -0
  1840. package/dist/actions/retrieve-connect-log-entry.mjs +49 -0
  1841. package/dist/actions/retrieve-connect-log-entry.mjs.map +1 -0
  1842. package/dist/actions/retrieve-connect-logs.cjs +56 -0
  1843. package/dist/actions/retrieve-connect-logs.cjs.map +1 -0
  1844. package/dist/actions/retrieve-connect-logs.d.cts +9 -0
  1845. package/dist/actions/retrieve-connect-logs.d.cts.map +1 -0
  1846. package/dist/actions/retrieve-connect-logs.d.mts +9 -0
  1847. package/dist/actions/retrieve-connect-logs.d.mts.map +1 -0
  1848. package/dist/actions/retrieve-connect-logs.mjs +55 -0
  1849. package/dist/actions/retrieve-connect-logs.mjs.map +1 -0
  1850. package/dist/actions/retrieve-connect-oauth-configuration.cjs +22 -0
  1851. package/dist/actions/retrieve-connect-oauth-configuration.cjs.map +1 -0
  1852. package/dist/actions/retrieve-connect-oauth-configuration.d.cts +9 -0
  1853. package/dist/actions/retrieve-connect-oauth-configuration.d.cts.map +1 -0
  1854. package/dist/actions/retrieve-connect-oauth-configuration.d.mts +9 -0
  1855. package/dist/actions/retrieve-connect-oauth-configuration.d.mts.map +1 -0
  1856. package/dist/actions/retrieve-connect-oauth-configuration.mjs +19 -0
  1857. package/dist/actions/retrieve-connect-oauth-configuration.mjs.map +1 -0
  1858. package/dist/actions/retrieve-credit-card-info.cjs +37 -0
  1859. package/dist/actions/retrieve-credit-card-info.cjs.map +1 -0
  1860. package/dist/actions/retrieve-credit-card-info.d.cts +9 -0
  1861. package/dist/actions/retrieve-credit-card-info.d.cts.map +1 -0
  1862. package/dist/actions/retrieve-credit-card-info.d.mts +9 -0
  1863. package/dist/actions/retrieve-credit-card-info.d.mts.map +1 -0
  1864. package/dist/actions/retrieve-credit-card-info.mjs +36 -0
  1865. package/dist/actions/retrieve-credit-card-info.mjs.map +1 -0
  1866. package/dist/actions/retrieve-custom-fields-for-envelope.cjs +31 -0
  1867. package/dist/actions/retrieve-custom-fields-for-envelope.cjs.map +1 -0
  1868. package/dist/actions/retrieve-custom-fields-for-envelope.d.cts +9 -0
  1869. package/dist/actions/retrieve-custom-fields-for-envelope.d.cts.map +1 -0
  1870. package/dist/actions/retrieve-custom-fields-for-envelope.d.mts +9 -0
  1871. package/dist/actions/retrieve-custom-fields-for-envelope.d.mts.map +1 -0
  1872. package/dist/actions/retrieve-custom-fields-for-envelope.mjs +30 -0
  1873. package/dist/actions/retrieve-custom-fields-for-envelope.mjs.map +1 -0
  1874. package/dist/actions/retrieve-custom-fields-for-template.cjs +28 -0
  1875. package/dist/actions/retrieve-custom-fields-for-template.cjs.map +1 -0
  1876. package/dist/actions/retrieve-custom-fields-for-template.d.cts +9 -0
  1877. package/dist/actions/retrieve-custom-fields-for-template.d.cts.map +1 -0
  1878. package/dist/actions/retrieve-custom-fields-for-template.d.mts +9 -0
  1879. package/dist/actions/retrieve-custom-fields-for-template.d.mts.map +1 -0
  1880. package/dist/actions/retrieve-custom-fields-for-template.mjs +27 -0
  1881. package/dist/actions/retrieve-custom-fields-for-template.mjs.map +1 -0
  1882. package/dist/actions/retrieve-custom-tab-information.cjs +74 -0
  1883. package/dist/actions/retrieve-custom-tab-information.cjs.map +1 -0
  1884. package/dist/actions/retrieve-custom-tab-information.d.cts +9 -0
  1885. package/dist/actions/retrieve-custom-tab-information.d.cts.map +1 -0
  1886. package/dist/actions/retrieve-custom-tab-information.d.mts +9 -0
  1887. package/dist/actions/retrieve-custom-tab-information.d.mts.map +1 -0
  1888. package/dist/actions/retrieve-custom-tab-information.mjs +71 -0
  1889. package/dist/actions/retrieve-custom-tab-information.mjs.map +1 -0
  1890. package/dist/actions/retrieve-custom-user-settings.cjs +23 -0
  1891. package/dist/actions/retrieve-custom-user-settings.cjs.map +1 -0
  1892. package/dist/actions/retrieve-custom-user-settings.d.cts +9 -0
  1893. package/dist/actions/retrieve-custom-user-settings.d.cts.map +1 -0
  1894. package/dist/actions/retrieve-custom-user-settings.d.mts +9 -0
  1895. package/dist/actions/retrieve-custom-user-settings.d.mts.map +1 -0
  1896. package/dist/actions/retrieve-custom-user-settings.mjs +22 -0
  1897. package/dist/actions/retrieve-custom-user-settings.mjs.map +1 -0
  1898. package/dist/actions/retrieve-default-disclosure-for-envelope.cjs +54 -0
  1899. package/dist/actions/retrieve-default-disclosure-for-envelope.cjs.map +1 -0
  1900. package/dist/actions/retrieve-default-disclosure-for-envelope.d.cts +9 -0
  1901. package/dist/actions/retrieve-default-disclosure-for-envelope.d.cts.map +1 -0
  1902. package/dist/actions/retrieve-default-disclosure-for-envelope.d.mts +9 -0
  1903. package/dist/actions/retrieve-default-disclosure-for-envelope.d.mts.map +1 -0
  1904. package/dist/actions/retrieve-default-disclosure-for-envelope.mjs +51 -0
  1905. package/dist/actions/retrieve-default-disclosure-for-envelope.mjs.map +1 -0
  1906. package/dist/actions/retrieve-envelope-attachment.cjs +25 -0
  1907. package/dist/actions/retrieve-envelope-attachment.cjs.map +1 -0
  1908. package/dist/actions/retrieve-envelope-attachment.d.cts +9 -0
  1909. package/dist/actions/retrieve-envelope-attachment.d.cts.map +1 -0
  1910. package/dist/actions/retrieve-envelope-attachment.d.mts +9 -0
  1911. package/dist/actions/retrieve-envelope-attachment.d.mts.map +1 -0
  1912. package/dist/actions/retrieve-envelope-attachment.mjs +24 -0
  1913. package/dist/actions/retrieve-envelope-attachment.mjs.map +1 -0
  1914. package/dist/actions/retrieve-envelope-audit-events.cjs +24 -0
  1915. package/dist/actions/retrieve-envelope-audit-events.cjs.map +1 -0
  1916. package/dist/actions/retrieve-envelope-audit-events.d.cts +9 -0
  1917. package/dist/actions/retrieve-envelope-audit-events.d.cts.map +1 -0
  1918. package/dist/actions/retrieve-envelope-audit-events.d.mts +9 -0
  1919. package/dist/actions/retrieve-envelope-audit-events.d.mts.map +1 -0
  1920. package/dist/actions/retrieve-envelope-audit-events.mjs +23 -0
  1921. package/dist/actions/retrieve-envelope-audit-events.mjs.map +1 -0
  1922. package/dist/actions/retrieve-envelope-documents.cjs +71 -0
  1923. package/dist/actions/retrieve-envelope-documents.cjs.map +1 -0
  1924. package/dist/actions/retrieve-envelope-documents.d.cts +9 -0
  1925. package/dist/actions/retrieve-envelope-documents.d.cts.map +1 -0
  1926. package/dist/actions/retrieve-envelope-documents.d.mts +9 -0
  1927. package/dist/actions/retrieve-envelope-documents.d.mts.map +1 -0
  1928. package/dist/actions/retrieve-envelope-documents.mjs +70 -0
  1929. package/dist/actions/retrieve-envelope-documents.mjs.map +1 -0
  1930. package/dist/actions/retrieve-envelope-email-overrides.cjs +27 -0
  1931. package/dist/actions/retrieve-envelope-email-overrides.cjs.map +1 -0
  1932. package/dist/actions/retrieve-envelope-email-overrides.d.cts +9 -0
  1933. package/dist/actions/retrieve-envelope-email-overrides.d.cts.map +1 -0
  1934. package/dist/actions/retrieve-envelope-email-overrides.d.mts +9 -0
  1935. package/dist/actions/retrieve-envelope-email-overrides.d.mts.map +1 -0
  1936. package/dist/actions/retrieve-envelope-email-overrides.mjs +26 -0
  1937. package/dist/actions/retrieve-envelope-email-overrides.mjs.map +1 -0
  1938. package/dist/actions/retrieve-envelope-html-definition.cjs +67 -0
  1939. package/dist/actions/retrieve-envelope-html-definition.cjs.map +1 -0
  1940. package/dist/actions/retrieve-envelope-html-definition.d.cts +9 -0
  1941. package/dist/actions/retrieve-envelope-html-definition.d.cts.map +1 -0
  1942. package/dist/actions/retrieve-envelope-html-definition.d.mts +9 -0
  1943. package/dist/actions/retrieve-envelope-html-definition.d.mts.map +1 -0
  1944. package/dist/actions/retrieve-envelope-html-definition.mjs +66 -0
  1945. package/dist/actions/retrieve-envelope-html-definition.mjs.map +1 -0
  1946. package/dist/actions/retrieve-envelope-notification-details.cjs +33 -0
  1947. package/dist/actions/retrieve-envelope-notification-details.cjs.map +1 -0
  1948. package/dist/actions/retrieve-envelope-notification-details.d.cts +9 -0
  1949. package/dist/actions/retrieve-envelope-notification-details.d.cts.map +1 -0
  1950. package/dist/actions/retrieve-envelope-notification-details.d.mts +9 -0
  1951. package/dist/actions/retrieve-envelope-notification-details.d.mts.map +1 -0
  1952. package/dist/actions/retrieve-envelope-notification-details.mjs +32 -0
  1953. package/dist/actions/retrieve-envelope-notification-details.mjs.map +1 -0
  1954. package/dist/actions/retrieve-items-in-cloud-storage-folder.cjs +43 -0
  1955. package/dist/actions/retrieve-items-in-cloud-storage-folder.cjs.map +1 -0
  1956. package/dist/actions/retrieve-items-in-cloud-storage-folder.d.cts +9 -0
  1957. package/dist/actions/retrieve-items-in-cloud-storage-folder.d.cts.map +1 -0
  1958. package/dist/actions/retrieve-items-in-cloud-storage-folder.d.mts +9 -0
  1959. package/dist/actions/retrieve-items-in-cloud-storage-folder.d.mts.map +1 -0
  1960. package/dist/actions/retrieve-items-in-cloud-storage-folder.mjs +42 -0
  1961. package/dist/actions/retrieve-items-in-cloud-storage-folder.mjs.map +1 -0
  1962. package/dist/actions/retrieve-list-of-billing-plans.cjs +69 -0
  1963. package/dist/actions/retrieve-list-of-billing-plans.cjs.map +1 -0
  1964. package/dist/actions/retrieve-list-of-billing-plans.d.cts +9 -0
  1965. package/dist/actions/retrieve-list-of-billing-plans.d.cts.map +1 -0
  1966. package/dist/actions/retrieve-list-of-billing-plans.d.mts +9 -0
  1967. package/dist/actions/retrieve-list-of-billing-plans.d.mts.map +1 -0
  1968. package/dist/actions/retrieve-list-of-billing-plans.mjs +68 -0
  1969. package/dist/actions/retrieve-list-of-billing-plans.mjs.map +1 -0
  1970. package/dist/actions/retrieve-payment-information-list.cjs +31 -0
  1971. package/dist/actions/retrieve-payment-information-list.cjs.map +1 -0
  1972. package/dist/actions/retrieve-payment-information-list.d.cts +9 -0
  1973. package/dist/actions/retrieve-payment-information-list.d.cts.map +1 -0
  1974. package/dist/actions/retrieve-payment-information-list.d.mts +9 -0
  1975. package/dist/actions/retrieve-payment-information-list.d.mts.map +1 -0
  1976. package/dist/actions/retrieve-payment-information-list.mjs +30 -0
  1977. package/dist/actions/retrieve-payment-information-list.mjs.map +1 -0
  1978. package/dist/actions/retrieve-pdf-from-specified-template.cjs +28 -0
  1979. package/dist/actions/retrieve-pdf-from-specified-template.cjs.map +1 -0
  1980. package/dist/actions/retrieve-pdf-from-specified-template.d.cts +9 -0
  1981. package/dist/actions/retrieve-pdf-from-specified-template.d.cts.map +1 -0
  1982. package/dist/actions/retrieve-pdf-from-specified-template.d.mts +9 -0
  1983. package/dist/actions/retrieve-pdf-from-specified-template.d.mts.map +1 -0
  1984. package/dist/actions/retrieve-pdf-from-specified-template.mjs +27 -0
  1985. package/dist/actions/retrieve-pdf-from-specified-template.mjs.map +1 -0
  1986. package/dist/actions/retrieve-power-form-data-entries.cjs +22 -0
  1987. package/dist/actions/retrieve-power-form-data-entries.cjs.map +1 -0
  1988. package/dist/actions/retrieve-power-form-data-entries.d.cts +9 -0
  1989. package/dist/actions/retrieve-power-form-data-entries.d.cts.map +1 -0
  1990. package/dist/actions/retrieve-power-form-data-entries.d.mts +9 -0
  1991. package/dist/actions/retrieve-power-form-data-entries.d.mts.map +1 -0
  1992. package/dist/actions/retrieve-power-form-data-entries.mjs +19 -0
  1993. package/dist/actions/retrieve-power-form-data-entries.mjs.map +1 -0
  1994. package/dist/actions/retrieve-properties-about-workspace.cjs +45 -0
  1995. package/dist/actions/retrieve-properties-about-workspace.cjs.map +1 -0
  1996. package/dist/actions/retrieve-properties-about-workspace.d.cts +9 -0
  1997. package/dist/actions/retrieve-properties-about-workspace.d.cts.map +1 -0
  1998. package/dist/actions/retrieve-properties-about-workspace.d.mts +9 -0
  1999. package/dist/actions/retrieve-properties-about-workspace.d.mts.map +1 -0
  2000. package/dist/actions/retrieve-properties-about-workspace.mjs +44 -0
  2001. package/dist/actions/retrieve-properties-about-workspace.mjs.map +1 -0
  2002. package/dist/actions/retrieve-shared-item-status-for-users.cjs +115 -0
  2003. package/dist/actions/retrieve-shared-item-status-for-users.cjs.map +1 -0
  2004. package/dist/actions/retrieve-shared-item-status-for-users.d.cts +9 -0
  2005. package/dist/actions/retrieve-shared-item-status-for-users.d.cts.map +1 -0
  2006. package/dist/actions/retrieve-shared-item-status-for-users.d.mts +9 -0
  2007. package/dist/actions/retrieve-shared-item-status-for-users.d.mts.map +1 -0
  2008. package/dist/actions/retrieve-shared-item-status-for-users.mjs +114 -0
  2009. package/dist/actions/retrieve-shared-item-status-for-users.mjs.map +1 -0
  2010. package/dist/actions/retrieve-signer-signature-image-information.cjs +39 -0
  2011. package/dist/actions/retrieve-signer-signature-image-information.cjs.map +1 -0
  2012. package/dist/actions/retrieve-signer-signature-image-information.d.cts +9 -0
  2013. package/dist/actions/retrieve-signer-signature-image-information.d.cts.map +1 -0
  2014. package/dist/actions/retrieve-signer-signature-image-information.d.mts +9 -0
  2015. package/dist/actions/retrieve-signer-signature-image-information.d.mts.map +1 -0
  2016. package/dist/actions/retrieve-signer-signature-image-information.mjs +36 -0
  2017. package/dist/actions/retrieve-signer-signature-image-information.mjs.map +1 -0
  2018. package/dist/actions/retrieve-template-custom-fields.cjs +42 -0
  2019. package/dist/actions/retrieve-template-custom-fields.cjs.map +1 -0
  2020. package/dist/actions/retrieve-template-custom-fields.d.cts +9 -0
  2021. package/dist/actions/retrieve-template-custom-fields.d.cts.map +1 -0
  2022. package/dist/actions/retrieve-template-custom-fields.d.mts +9 -0
  2023. package/dist/actions/retrieve-template-custom-fields.d.mts.map +1 -0
  2024. package/dist/actions/retrieve-template-custom-fields.mjs +41 -0
  2025. package/dist/actions/retrieve-template-custom-fields.mjs.map +1 -0
  2026. package/dist/actions/retrieve-template-document-page-images.cjs +49 -0
  2027. package/dist/actions/retrieve-template-document-page-images.cjs.map +1 -0
  2028. package/dist/actions/retrieve-template-document-page-images.d.cts +9 -0
  2029. package/dist/actions/retrieve-template-document-page-images.d.cts.map +1 -0
  2030. package/dist/actions/retrieve-template-document-page-images.d.mts +9 -0
  2031. package/dist/actions/retrieve-template-document-page-images.d.mts.map +1 -0
  2032. package/dist/actions/retrieve-template-document-page-images.mjs +48 -0
  2033. package/dist/actions/retrieve-template-document-page-images.mjs.map +1 -0
  2034. package/dist/actions/retrieve-template-page-image.cjs +47 -0
  2035. package/dist/actions/retrieve-template-page-image.cjs.map +1 -0
  2036. package/dist/actions/retrieve-template-page-image.d.cts +9 -0
  2037. package/dist/actions/retrieve-template-page-image.d.cts.map +1 -0
  2038. package/dist/actions/retrieve-template-page-image.d.mts +9 -0
  2039. package/dist/actions/retrieve-template-page-image.d.mts.map +1 -0
  2040. package/dist/actions/retrieve-template-page-image.mjs +46 -0
  2041. package/dist/actions/retrieve-template-page-image.mjs.map +1 -0
  2042. package/dist/actions/retrieve-user-account-settings.cjs +287 -0
  2043. package/dist/actions/retrieve-user-account-settings.cjs.map +1 -0
  2044. package/dist/actions/retrieve-user-account-settings.d.cts +9 -0
  2045. package/dist/actions/retrieve-user-account-settings.d.cts.map +1 -0
  2046. package/dist/actions/retrieve-user-account-settings.d.mts +9 -0
  2047. package/dist/actions/retrieve-user-account-settings.d.mts.map +1 -0
  2048. package/dist/actions/retrieve-user-account-settings.mjs +286 -0
  2049. package/dist/actions/retrieve-user-account-settings.mjs.map +1 -0
  2050. package/dist/actions/retrieve-user-initials-image-for-envelopes.cjs +26 -0
  2051. package/dist/actions/retrieve-user-initials-image-for-envelopes.cjs.map +1 -0
  2052. package/dist/actions/retrieve-user-initials-image-for-envelopes.d.cts +9 -0
  2053. package/dist/actions/retrieve-user-initials-image-for-envelopes.d.cts.map +1 -0
  2054. package/dist/actions/retrieve-user-initials-image-for-envelopes.d.mts +9 -0
  2055. package/dist/actions/retrieve-user-initials-image-for-envelopes.d.mts.map +1 -0
  2056. package/dist/actions/retrieve-user-initials-image-for-envelopes.mjs +25 -0
  2057. package/dist/actions/retrieve-user-initials-image-for-envelopes.mjs.map +1 -0
  2058. package/dist/actions/retrieve-user-profile-image.cjs +25 -0
  2059. package/dist/actions/retrieve-user-profile-image.cjs.map +1 -0
  2060. package/dist/actions/retrieve-user-profile-image.d.cts +9 -0
  2061. package/dist/actions/retrieve-user-profile-image.d.cts.map +1 -0
  2062. package/dist/actions/retrieve-user-profile-image.d.mts +9 -0
  2063. package/dist/actions/retrieve-user-profile-image.d.mts.map +1 -0
  2064. package/dist/actions/retrieve-user-profile-image.mjs +24 -0
  2065. package/dist/actions/retrieve-user-profile-image.mjs.map +1 -0
  2066. package/dist/actions/retrieve-user-profile-information.cjs +42 -0
  2067. package/dist/actions/retrieve-user-profile-information.cjs.map +1 -0
  2068. package/dist/actions/retrieve-user-profile-information.d.cts +9 -0
  2069. package/dist/actions/retrieve-user-profile-information.d.cts.map +1 -0
  2070. package/dist/actions/retrieve-user-profile-information.d.mts +9 -0
  2071. package/dist/actions/retrieve-user-profile-information.d.mts.map +1 -0
  2072. package/dist/actions/retrieve-user-profile-information.mjs +41 -0
  2073. package/dist/actions/retrieve-user-profile-information.mjs.map +1 -0
  2074. package/dist/actions/retrieve-user-signature-definitions.cjs +62 -0
  2075. package/dist/actions/retrieve-user-signature-definitions.cjs.map +1 -0
  2076. package/dist/actions/retrieve-user-signature-definitions.d.cts +9 -0
  2077. package/dist/actions/retrieve-user-signature-definitions.d.cts.map +1 -0
  2078. package/dist/actions/retrieve-user-signature-definitions.d.mts +9 -0
  2079. package/dist/actions/retrieve-user-signature-definitions.d.mts.map +1 -0
  2080. package/dist/actions/retrieve-user-signature-definitions.mjs +61 -0
  2081. package/dist/actions/retrieve-user-signature-definitions.mjs.map +1 -0
  2082. package/dist/actions/retrieve-user-signature-image.cjs +27 -0
  2083. package/dist/actions/retrieve-user-signature-image.cjs.map +1 -0
  2084. package/dist/actions/retrieve-user-signature-image.d.cts +9 -0
  2085. package/dist/actions/retrieve-user-signature-image.d.cts.map +1 -0
  2086. package/dist/actions/retrieve-user-signature-image.d.mts +9 -0
  2087. package/dist/actions/retrieve-user-signature-image.d.mts.map +1 -0
  2088. package/dist/actions/retrieve-user-signature-image.mjs +26 -0
  2089. package/dist/actions/retrieve-user-signature-image.mjs.map +1 -0
  2090. package/dist/actions/retrieve-user-signature-information.cjs +66 -0
  2091. package/dist/actions/retrieve-user-signature-information.cjs.map +1 -0
  2092. package/dist/actions/retrieve-user-signature-information.d.cts +9 -0
  2093. package/dist/actions/retrieve-user-signature-information.d.cts.map +1 -0
  2094. package/dist/actions/retrieve-user-signature-information.d.mts +9 -0
  2095. package/dist/actions/retrieve-user-signature-information.d.mts.map +1 -0
  2096. package/dist/actions/retrieve-user-signature-information.mjs +65 -0
  2097. package/dist/actions/retrieve-user-signature-information.mjs.map +1 -0
  2098. package/dist/actions/retrieve-workflow-step-for-template.cjs +39 -0
  2099. package/dist/actions/retrieve-workflow-step-for-template.cjs.map +1 -0
  2100. package/dist/actions/retrieve-workflow-step-for-template.d.cts +9 -0
  2101. package/dist/actions/retrieve-workflow-step-for-template.d.cts.map +1 -0
  2102. package/dist/actions/retrieve-workflow-step-for-template.d.mts +9 -0
  2103. package/dist/actions/retrieve-workflow-step-for-template.d.mts.map +1 -0
  2104. package/dist/actions/retrieve-workflow-step-for-template.mjs +38 -0
  2105. package/dist/actions/retrieve-workflow-step-for-template.mjs.map +1 -0
  2106. package/dist/actions/return-all-connect-service-users.cjs +39 -0
  2107. package/dist/actions/return-all-connect-service-users.cjs.map +1 -0
  2108. package/dist/actions/return-all-connect-service-users.d.cts +9 -0
  2109. package/dist/actions/return-all-connect-service-users.d.cts.map +1 -0
  2110. package/dist/actions/return-all-connect-service-users.d.mts +9 -0
  2111. package/dist/actions/return-all-connect-service-users.d.mts.map +1 -0
  2112. package/dist/actions/return-all-connect-service-users.mjs +38 -0
  2113. package/dist/actions/return-all-connect-service-users.mjs.map +1 -0
  2114. package/dist/actions/return-brand-resource-metadata-for-account.cjs +33 -0
  2115. package/dist/actions/return-brand-resource-metadata-for-account.cjs.map +1 -0
  2116. package/dist/actions/return-brand-resource-metadata-for-account.d.cts +9 -0
  2117. package/dist/actions/return-brand-resource-metadata-for-account.d.cts.map +1 -0
  2118. package/dist/actions/return-brand-resource-metadata-for-account.d.mts +9 -0
  2119. package/dist/actions/return-brand-resource-metadata-for-account.d.mts.map +1 -0
  2120. package/dist/actions/return-brand-resource-metadata-for-account.mjs +32 -0
  2121. package/dist/actions/return-brand-resource-metadata-for-account.mjs.map +1 -0
  2122. package/dist/actions/return-envelope-tab-data-for-existing-envelope.cjs +56 -0
  2123. package/dist/actions/return-envelope-tab-data-for-existing-envelope.cjs.map +1 -0
  2124. package/dist/actions/return-envelope-tab-data-for-existing-envelope.d.cts +9 -0
  2125. package/dist/actions/return-envelope-tab-data-for-existing-envelope.d.cts.map +1 -0
  2126. package/dist/actions/return-envelope-tab-data-for-existing-envelope.d.mts +9 -0
  2127. package/dist/actions/return-envelope-tab-data-for-existing-envelope.d.mts.map +1 -0
  2128. package/dist/actions/return-envelope-tab-data-for-existing-envelope.mjs +55 -0
  2129. package/dist/actions/return-envelope-tab-data-for-existing-envelope.mjs.map +1 -0
  2130. package/dist/actions/return-scheduled-sending-rules-for-envelope.cjs +28 -0
  2131. package/dist/actions/return-scheduled-sending-rules-for-envelope.cjs.map +1 -0
  2132. package/dist/actions/return-scheduled-sending-rules-for-envelope.d.cts +9 -0
  2133. package/dist/actions/return-scheduled-sending-rules-for-envelope.d.cts.map +1 -0
  2134. package/dist/actions/return-scheduled-sending-rules-for-envelope.d.mts +9 -0
  2135. package/dist/actions/return-scheduled-sending-rules-for-envelope.d.mts.map +1 -0
  2136. package/dist/actions/return-scheduled-sending-rules-for-envelope.mjs +27 -0
  2137. package/dist/actions/return-scheduled-sending-rules-for-envelope.mjs.map +1 -0
  2138. package/dist/actions/return-template-workflow-definition.cjs +54 -0
  2139. package/dist/actions/return-template-workflow-definition.cjs.map +1 -0
  2140. package/dist/actions/return-template-workflow-definition.d.cts +9 -0
  2141. package/dist/actions/return-template-workflow-definition.d.cts.map +1 -0
  2142. package/dist/actions/return-template-workflow-definition.d.mts +9 -0
  2143. package/dist/actions/return-template-workflow-definition.d.mts.map +1 -0
  2144. package/dist/actions/return-template-workflow-definition.mjs +53 -0
  2145. package/dist/actions/return-template-workflow-definition.mjs.map +1 -0
  2146. package/dist/actions/return-users-from-connect-service.cjs +38 -0
  2147. package/dist/actions/return-users-from-connect-service.cjs.map +1 -0
  2148. package/dist/actions/return-users-from-connect-service.d.cts +9 -0
  2149. package/dist/actions/return-users-from-connect-service.d.cts.map +1 -0
  2150. package/dist/actions/return-users-from-connect-service.d.mts +9 -0
  2151. package/dist/actions/return-users-from-connect-service.d.mts.map +1 -0
  2152. package/dist/actions/return-users-from-connect-service.mjs +37 -0
  2153. package/dist/actions/return-users-from-connect-service.mjs.map +1 -0
  2154. package/dist/actions/returns-document-page-images-based-on-input.cjs +49 -0
  2155. package/dist/actions/returns-document-page-images-based-on-input.cjs.map +1 -0
  2156. package/dist/actions/returns-document-page-images-based-on-input.d.cts +9 -0
  2157. package/dist/actions/returns-document-page-images-based-on-input.d.cts.map +1 -0
  2158. package/dist/actions/returns-document-page-images-based-on-input.d.mts +9 -0
  2159. package/dist/actions/returns-document-page-images-based-on-input.d.mts.map +1 -0
  2160. package/dist/actions/returns-document-page-images-based-on-input.mjs +48 -0
  2161. package/dist/actions/returns-document-page-images-based-on-input.mjs.map +1 -0
  2162. package/dist/actions/revoke-envelope-correction-url.cjs +23 -0
  2163. package/dist/actions/revoke-envelope-correction-url.cjs.map +1 -0
  2164. package/dist/actions/revoke-envelope-correction-url.d.cts +9 -0
  2165. package/dist/actions/revoke-envelope-correction-url.d.cts.map +1 -0
  2166. package/dist/actions/revoke-envelope-correction-url.d.mts +9 -0
  2167. package/dist/actions/revoke-envelope-correction-url.d.mts.map +1 -0
  2168. package/dist/actions/revoke-envelope-correction-url.mjs +20 -0
  2169. package/dist/actions/revoke-envelope-correction-url.mjs.map +1 -0
  2170. package/dist/actions/rotate-page-image-for-envelope.cjs +23 -0
  2171. package/dist/actions/rotate-page-image-for-envelope.cjs.map +1 -0
  2172. package/dist/actions/rotate-page-image-for-envelope.d.cts +9 -0
  2173. package/dist/actions/rotate-page-image-for-envelope.d.cts.map +1 -0
  2174. package/dist/actions/rotate-page-image-for-envelope.d.mts +9 -0
  2175. package/dist/actions/rotate-page-image-for-envelope.d.mts.map +1 -0
  2176. package/dist/actions/rotate-page-image-for-envelope.mjs +20 -0
  2177. package/dist/actions/rotate-page-image-for-envelope.mjs.map +1 -0
  2178. package/dist/actions/rotate-template-page-image.cjs +23 -0
  2179. package/dist/actions/rotate-template-page-image.cjs.map +1 -0
  2180. package/dist/actions/rotate-template-page-image.d.cts +9 -0
  2181. package/dist/actions/rotate-template-page-image.d.cts.map +1 -0
  2182. package/dist/actions/rotate-template-page-image.d.mts +9 -0
  2183. package/dist/actions/rotate-template-page-image.d.mts.map +1 -0
  2184. package/dist/actions/rotate-template-page-image.mjs +20 -0
  2185. package/dist/actions/rotate-template-page-image.mjs.map +1 -0
  2186. package/dist/actions/send-envelope.cjs +49 -0
  2187. package/dist/actions/send-envelope.cjs.map +1 -0
  2188. package/dist/actions/send-envelope.d.cts +9 -0
  2189. package/dist/actions/send-envelope.d.cts.map +1 -0
  2190. package/dist/actions/send-envelope.d.mts +9 -0
  2191. package/dist/actions/send-envelope.d.mts.map +1 -0
  2192. package/dist/actions/send-envelope.mjs +48 -0
  2193. package/dist/actions/send-envelope.mjs.map +1 -0
  2194. package/dist/actions/set-envelope-purge-config-for-account.cjs +27 -0
  2195. package/dist/actions/set-envelope-purge-config-for-account.cjs.map +1 -0
  2196. package/dist/actions/set-envelope-purge-config-for-account.d.cts +9 -0
  2197. package/dist/actions/set-envelope-purge-config-for-account.d.cts.map +1 -0
  2198. package/dist/actions/set-envelope-purge-config-for-account.d.mts +9 -0
  2199. package/dist/actions/set-envelope-purge-config-for-account.d.mts.map +1 -0
  2200. package/dist/actions/set-envelope-purge-config-for-account.mjs +24 -0
  2201. package/dist/actions/set-envelope-purge-config-for-account.mjs.map +1 -0
  2202. package/dist/actions/set-initials-image-for-accountless-signer.cjs +25 -0
  2203. package/dist/actions/set-initials-image-for-accountless-signer.cjs.map +1 -0
  2204. package/dist/actions/set-initials-image-for-accountless-signer.d.cts +9 -0
  2205. package/dist/actions/set-initials-image-for-accountless-signer.d.cts.map +1 -0
  2206. package/dist/actions/set-initials-image-for-accountless-signer.d.mts +9 -0
  2207. package/dist/actions/set-initials-image-for-accountless-signer.d.mts.map +1 -0
  2208. package/dist/actions/set-initials-image-for-accountless-signer.mjs +22 -0
  2209. package/dist/actions/set-initials-image-for-accountless-signer.mjs.map +1 -0
  2210. package/dist/actions/set-shared-access-for-users-and-templates.cjs +324 -0
  2211. package/dist/actions/set-shared-access-for-users-and-templates.cjs.map +1 -0
  2212. package/dist/actions/set-shared-access-for-users-and-templates.d.cts +9 -0
  2213. package/dist/actions/set-shared-access-for-users-and-templates.d.cts.map +1 -0
  2214. package/dist/actions/set-shared-access-for-users-and-templates.d.mts +9 -0
  2215. package/dist/actions/set-shared-access-for-users-and-templates.d.mts.map +1 -0
  2216. package/dist/actions/set-shared-access-for-users-and-templates.mjs +323 -0
  2217. package/dist/actions/set-shared-access-for-users-and-templates.mjs.map +1 -0
  2218. package/dist/actions/set-signature-image-for-no-account-signer.cjs +28 -0
  2219. package/dist/actions/set-signature-image-for-no-account-signer.cjs.map +1 -0
  2220. package/dist/actions/set-signature-image-for-no-account-signer.d.cts +9 -0
  2221. package/dist/actions/set-signature-image-for-no-account-signer.d.cts.map +1 -0
  2222. package/dist/actions/set-signature-image-for-no-account-signer.d.mts +9 -0
  2223. package/dist/actions/set-signature-image-for-no-account-signer.d.mts.map +1 -0
  2224. package/dist/actions/set-signature-image-for-no-account-signer.mjs +25 -0
  2225. package/dist/actions/set-signature-image-for-no-account-signer.mjs.map +1 -0
  2226. package/dist/actions/set-templates-as-account-favorites.cjs +28 -0
  2227. package/dist/actions/set-templates-as-account-favorites.cjs.map +1 -0
  2228. package/dist/actions/set-templates-as-account-favorites.d.cts +9 -0
  2229. package/dist/actions/set-templates-as-account-favorites.d.cts.map +1 -0
  2230. package/dist/actions/set-templates-as-account-favorites.d.mts +9 -0
  2231. package/dist/actions/set-templates-as-account-favorites.d.mts.map +1 -0
  2232. package/dist/actions/set-templates-as-account-favorites.mjs +27 -0
  2233. package/dist/actions/set-templates-as-account-favorites.mjs.map +1 -0
  2234. package/dist/actions/set-up-connect-oauth-configuration.cjs +82 -0
  2235. package/dist/actions/set-up-connect-oauth-configuration.cjs.map +1 -0
  2236. package/dist/actions/set-up-connect-oauth-configuration.d.cts +9 -0
  2237. package/dist/actions/set-up-connect-oauth-configuration.d.cts.map +1 -0
  2238. package/dist/actions/set-up-connect-oauth-configuration.d.mts +9 -0
  2239. package/dist/actions/set-up-connect-oauth-configuration.d.mts.map +1 -0
  2240. package/dist/actions/set-up-connect-oauth-configuration.mjs +81 -0
  2241. package/dist/actions/set-up-connect-oauth-configuration.mjs.map +1 -0
  2242. package/dist/actions/set-user-signature-image.cjs +67 -0
  2243. package/dist/actions/set-user-signature-image.cjs.map +1 -0
  2244. package/dist/actions/set-user-signature-image.d.cts +9 -0
  2245. package/dist/actions/set-user-signature-image.d.cts.map +1 -0
  2246. package/dist/actions/set-user-signature-image.d.mts +9 -0
  2247. package/dist/actions/set-user-signature-image.d.mts.map +1 -0
  2248. package/dist/actions/set-user-signature-image.mjs +66 -0
  2249. package/dist/actions/set-user-signature-image.mjs.map +1 -0
  2250. package/dist/actions/submit-batch-historical-envelopes-to-webhook.cjs +97 -0
  2251. package/dist/actions/submit-batch-historical-envelopes-to-webhook.cjs.map +1 -0
  2252. package/dist/actions/submit-batch-historical-envelopes-to-webhook.d.cts +9 -0
  2253. package/dist/actions/submit-batch-historical-envelopes-to-webhook.d.cts.map +1 -0
  2254. package/dist/actions/submit-batch-historical-envelopes-to-webhook.d.mts +9 -0
  2255. package/dist/actions/submit-batch-historical-envelopes-to-webhook.d.mts.map +1 -0
  2256. package/dist/actions/submit-batch-historical-envelopes-to-webhook.mjs +94 -0
  2257. package/dist/actions/submit-batch-historical-envelopes-to-webhook.mjs.map +1 -0
  2258. package/dist/actions/toggle-api-request-logging.cjs +24 -0
  2259. package/dist/actions/toggle-api-request-logging.cjs.map +1 -0
  2260. package/dist/actions/toggle-api-request-logging.d.cts +9 -0
  2261. package/dist/actions/toggle-api-request-logging.d.cts.map +1 -0
  2262. package/dist/actions/toggle-api-request-logging.d.mts +9 -0
  2263. package/dist/actions/toggle-api-request-logging.d.mts.map +1 -0
  2264. package/dist/actions/toggle-api-request-logging.mjs +21 -0
  2265. package/dist/actions/toggle-api-request-logging.mjs.map +1 -0
  2266. package/dist/actions/update-account-brand-settings.cjs +121 -0
  2267. package/dist/actions/update-account-brand-settings.cjs.map +1 -0
  2268. package/dist/actions/update-account-brand-settings.d.cts +9 -0
  2269. package/dist/actions/update-account-brand-settings.d.cts.map +1 -0
  2270. package/dist/actions/update-account-brand-settings.d.mts +9 -0
  2271. package/dist/actions/update-account-brand-settings.d.mts.map +1 -0
  2272. package/dist/actions/update-account-brand-settings.mjs +120 -0
  2273. package/dist/actions/update-account-brand-settings.mjs.map +1 -0
  2274. package/dist/actions/update-account-custom-field.cjs +50 -0
  2275. package/dist/actions/update-account-custom-field.cjs.map +1 -0
  2276. package/dist/actions/update-account-custom-field.d.cts +9 -0
  2277. package/dist/actions/update-account-custom-field.d.cts.map +1 -0
  2278. package/dist/actions/update-account-custom-field.d.mts +9 -0
  2279. package/dist/actions/update-account-custom-field.d.mts.map +1 -0
  2280. package/dist/actions/update-account-custom-field.mjs +49 -0
  2281. package/dist/actions/update-account-custom-field.mjs.map +1 -0
  2282. package/dist/actions/update-account-password-rules.cjs +73 -0
  2283. package/dist/actions/update-account-password-rules.cjs.map +1 -0
  2284. package/dist/actions/update-account-password-rules.d.cts +9 -0
  2285. package/dist/actions/update-account-password-rules.d.cts.map +1 -0
  2286. package/dist/actions/update-account-password-rules.d.mts +9 -0
  2287. package/dist/actions/update-account-password-rules.d.mts.map +1 -0
  2288. package/dist/actions/update-account-password-rules.mjs +72 -0
  2289. package/dist/actions/update-account-password-rules.mjs.map +1 -0
  2290. package/dist/actions/update-account-settings.cjs +3440 -0
  2291. package/dist/actions/update-account-settings.cjs.map +1 -0
  2292. package/dist/actions/update-account-settings.d.cts +9 -0
  2293. package/dist/actions/update-account-settings.d.cts.map +1 -0
  2294. package/dist/actions/update-account-settings.d.mts +9 -0
  2295. package/dist/actions/update-account-settings.d.mts.map +1 -0
  2296. package/dist/actions/update-account-settings.mjs +3439 -0
  2297. package/dist/actions/update-account-settings.mjs.map +1 -0
  2298. package/dist/actions/update-account-stamp-by-id.cjs +57 -0
  2299. package/dist/actions/update-account-stamp-by-id.cjs.map +1 -0
  2300. package/dist/actions/update-account-stamp-by-id.d.cts +9 -0
  2301. package/dist/actions/update-account-stamp-by-id.d.cts.map +1 -0
  2302. package/dist/actions/update-account-stamp-by-id.d.mts +9 -0
  2303. package/dist/actions/update-account-stamp-by-id.d.mts.map +1 -0
  2304. package/dist/actions/update-account-stamp-by-id.mjs +54 -0
  2305. package/dist/actions/update-account-stamp-by-id.mjs.map +1 -0
  2306. package/dist/actions/update-account-stamps.cjs +120 -0
  2307. package/dist/actions/update-account-stamps.cjs.map +1 -0
  2308. package/dist/actions/update-account-stamps.d.cts +9 -0
  2309. package/dist/actions/update-account-stamps.d.cts.map +1 -0
  2310. package/dist/actions/update-account-stamps.d.mts +9 -0
  2311. package/dist/actions/update-account-stamps.d.mts.map +1 -0
  2312. package/dist/actions/update-account-stamps.mjs +119 -0
  2313. package/dist/actions/update-account-stamps.mjs.map +1 -0
  2314. package/dist/actions/update-account-watermark-information.cjs +37 -0
  2315. package/dist/actions/update-account-watermark-information.cjs.map +1 -0
  2316. package/dist/actions/update-account-watermark-information.d.cts +9 -0
  2317. package/dist/actions/update-account-watermark-information.d.cts.map +1 -0
  2318. package/dist/actions/update-account-watermark-information.d.mts +9 -0
  2319. package/dist/actions/update-account-watermark-information.d.mts.map +1 -0
  2320. package/dist/actions/update-account-watermark-information.mjs +34 -0
  2321. package/dist/actions/update-account-watermark-information.mjs.map +1 -0
  2322. package/dist/actions/update-account-watermark-preview.cjs +37 -0
  2323. package/dist/actions/update-account-watermark-preview.cjs.map +1 -0
  2324. package/dist/actions/update-account-watermark-preview.d.cts +9 -0
  2325. package/dist/actions/update-account-watermark-preview.d.cts.map +1 -0
  2326. package/dist/actions/update-account-watermark-preview.d.mts +9 -0
  2327. package/dist/actions/update-account-watermark-preview.d.mts.map +1 -0
  2328. package/dist/actions/update-account-watermark-preview.mjs +34 -0
  2329. package/dist/actions/update-account-watermark-preview.mjs.map +1 -0
  2330. package/dist/actions/update-billing-plan-for-account.cjs +186 -0
  2331. package/dist/actions/update-billing-plan-for-account.cjs.map +1 -0
  2332. package/dist/actions/update-billing-plan-for-account.d.cts +9 -0
  2333. package/dist/actions/update-billing-plan-for-account.d.cts.map +1 -0
  2334. package/dist/actions/update-billing-plan-for-account.d.mts +9 -0
  2335. package/dist/actions/update-billing-plan-for-account.d.mts.map +1 -0
  2336. package/dist/actions/update-billing-plan-for-account.mjs +185 -0
  2337. package/dist/actions/update-billing-plan-for-account.mjs.map +1 -0
  2338. package/dist/actions/update-bulk-send-batch-name.cjs +41 -0
  2339. package/dist/actions/update-bulk-send-batch-name.cjs.map +1 -0
  2340. package/dist/actions/update-bulk-send-batch-name.d.cts +9 -0
  2341. package/dist/actions/update-bulk-send-batch-name.d.cts.map +1 -0
  2342. package/dist/actions/update-bulk-send-batch-name.d.mts +9 -0
  2343. package/dist/actions/update-bulk-send-batch-name.d.mts.map +1 -0
  2344. package/dist/actions/update-bulk-send-batch-name.mjs +40 -0
  2345. package/dist/actions/update-bulk-send-batch-name.mjs.map +1 -0
  2346. package/dist/actions/update-connect-oauth-configuration.cjs +29 -0
  2347. package/dist/actions/update-connect-oauth-configuration.cjs.map +1 -0
  2348. package/dist/actions/update-connect-oauth-configuration.d.cts +9 -0
  2349. package/dist/actions/update-connect-oauth-configuration.d.cts.map +1 -0
  2350. package/dist/actions/update-connect-oauth-configuration.d.mts +9 -0
  2351. package/dist/actions/update-connect-oauth-configuration.d.mts.map +1 -0
  2352. package/dist/actions/update-connect-oauth-configuration.mjs +28 -0
  2353. package/dist/actions/update-connect-oauth-configuration.mjs.map +1 -0
  2354. package/dist/actions/update-contacts-information.cjs +88 -0
  2355. package/dist/actions/update-contacts-information.cjs.map +1 -0
  2356. package/dist/actions/update-contacts-information.d.cts +9 -0
  2357. package/dist/actions/update-contacts-information.d.cts.map +1 -0
  2358. package/dist/actions/update-contacts-information.d.mts +9 -0
  2359. package/dist/actions/update-contacts-information.d.mts.map +1 -0
  2360. package/dist/actions/update-contacts-information.mjs +87 -0
  2361. package/dist/actions/update-contacts-information.mjs.map +1 -0
  2362. package/dist/actions/update-custom-fields-in-envelope-document.cjs +31 -0
  2363. package/dist/actions/update-custom-fields-in-envelope-document.cjs.map +1 -0
  2364. package/dist/actions/update-custom-fields-in-envelope-document.d.cts +9 -0
  2365. package/dist/actions/update-custom-fields-in-envelope-document.d.cts.map +1 -0
  2366. package/dist/actions/update-custom-fields-in-envelope-document.d.mts +9 -0
  2367. package/dist/actions/update-custom-fields-in-envelope-document.d.mts.map +1 -0
  2368. package/dist/actions/update-custom-fields-in-envelope-document.mjs +30 -0
  2369. package/dist/actions/update-custom-fields-in-envelope-document.mjs.map +1 -0
  2370. package/dist/actions/update-custom-tab-information-for-account.cjs +196 -0
  2371. package/dist/actions/update-custom-tab-information-for-account.cjs.map +1 -0
  2372. package/dist/actions/update-custom-tab-information-for-account.d.cts +9 -0
  2373. package/dist/actions/update-custom-tab-information-for-account.d.cts.map +1 -0
  2374. package/dist/actions/update-custom-tab-information-for-account.d.mts +9 -0
  2375. package/dist/actions/update-custom-tab-information-for-account.d.mts.map +1 -0
  2376. package/dist/actions/update-custom-tab-information-for-account.mjs +195 -0
  2377. package/dist/actions/update-custom-tab-information-for-account.mjs.map +1 -0
  2378. package/dist/actions/update-document-visibility-recipients.cjs +32 -0
  2379. package/dist/actions/update-document-visibility-recipients.cjs.map +1 -0
  2380. package/dist/actions/update-document-visibility-recipients.d.cts +9 -0
  2381. package/dist/actions/update-document-visibility-recipients.d.cts.map +1 -0
  2382. package/dist/actions/update-document-visibility-recipients.d.mts +9 -0
  2383. package/dist/actions/update-document-visibility-recipients.d.mts.map +1 -0
  2384. package/dist/actions/update-document-visibility-recipients.mjs +31 -0
  2385. package/dist/actions/update-document-visibility-recipients.mjs.map +1 -0
  2386. package/dist/actions/update-docusign-connect-configuration.cjs +181 -0
  2387. package/dist/actions/update-docusign-connect-configuration.cjs.map +1 -0
  2388. package/dist/actions/update-docusign-connect-configuration.d.cts +9 -0
  2389. package/dist/actions/update-docusign-connect-configuration.d.cts.map +1 -0
  2390. package/dist/actions/update-docusign-connect-configuration.d.mts +9 -0
  2391. package/dist/actions/update-docusign-connect-configuration.d.mts.map +1 -0
  2392. package/dist/actions/update-docusign-connect-configuration.mjs +180 -0
  2393. package/dist/actions/update-docusign-connect-configuration.mjs.map +1 -0
  2394. package/dist/actions/update-electronic-record-disclosure.cjs +97 -0
  2395. package/dist/actions/update-electronic-record-disclosure.cjs.map +1 -0
  2396. package/dist/actions/update-electronic-record-disclosure.d.cts +9 -0
  2397. package/dist/actions/update-electronic-record-disclosure.d.cts.map +1 -0
  2398. package/dist/actions/update-electronic-record-disclosure.d.mts +9 -0
  2399. package/dist/actions/update-electronic-record-disclosure.d.mts.map +1 -0
  2400. package/dist/actions/update-electronic-record-disclosure.mjs +96 -0
  2401. package/dist/actions/update-electronic-record-disclosure.mjs.map +1 -0
  2402. package/dist/actions/update-enote-integration-config.cjs +30 -0
  2403. package/dist/actions/update-enote-integration-config.cjs.map +1 -0
  2404. package/dist/actions/update-enote-integration-config.d.cts +9 -0
  2405. package/dist/actions/update-enote-integration-config.d.cts.map +1 -0
  2406. package/dist/actions/update-enote-integration-config.d.mts +9 -0
  2407. package/dist/actions/update-enote-integration-config.d.mts.map +1 -0
  2408. package/dist/actions/update-enote-integration-config.mjs +27 -0
  2409. package/dist/actions/update-enote-integration-config.mjs.map +1 -0
  2410. package/dist/actions/update-envelope-attachment.cjs +37 -0
  2411. package/dist/actions/update-envelope-attachment.cjs.map +1 -0
  2412. package/dist/actions/update-envelope-attachment.d.cts +9 -0
  2413. package/dist/actions/update-envelope-attachment.d.cts.map +1 -0
  2414. package/dist/actions/update-envelope-attachment.d.mts +9 -0
  2415. package/dist/actions/update-envelope-attachment.d.mts.map +1 -0
  2416. package/dist/actions/update-envelope-attachment.mjs +36 -0
  2417. package/dist/actions/update-envelope-attachment.mjs.map +1 -0
  2418. package/dist/actions/update-envelope-custom-fields.cjs +60 -0
  2419. package/dist/actions/update-envelope-custom-fields.cjs.map +1 -0
  2420. package/dist/actions/update-envelope-custom-fields.d.cts +9 -0
  2421. package/dist/actions/update-envelope-custom-fields.d.cts.map +1 -0
  2422. package/dist/actions/update-envelope-custom-fields.d.mts +9 -0
  2423. package/dist/actions/update-envelope-custom-fields.d.mts.map +1 -0
  2424. package/dist/actions/update-envelope-custom-fields.mjs +59 -0
  2425. package/dist/actions/update-envelope-custom-fields.mjs.map +1 -0
  2426. package/dist/actions/update-envelope-delayed-routing-rules.cjs +34 -0
  2427. package/dist/actions/update-envelope-delayed-routing-rules.cjs.map +1 -0
  2428. package/dist/actions/update-envelope-delayed-routing-rules.d.cts +9 -0
  2429. package/dist/actions/update-envelope-delayed-routing-rules.d.cts.map +1 -0
  2430. package/dist/actions/update-envelope-delayed-routing-rules.d.mts +9 -0
  2431. package/dist/actions/update-envelope-delayed-routing-rules.d.mts.map +1 -0
  2432. package/dist/actions/update-envelope-delayed-routing-rules.mjs +33 -0
  2433. package/dist/actions/update-envelope-delayed-routing-rules.mjs.map +1 -0
  2434. package/dist/actions/update-envelope-doc-gen-form-fields.cjs +61 -0
  2435. package/dist/actions/update-envelope-doc-gen-form-fields.cjs.map +1 -0
  2436. package/dist/actions/update-envelope-doc-gen-form-fields.d.cts +9 -0
  2437. package/dist/actions/update-envelope-doc-gen-form-fields.d.cts.map +1 -0
  2438. package/dist/actions/update-envelope-doc-gen-form-fields.d.mts +9 -0
  2439. package/dist/actions/update-envelope-doc-gen-form-fields.d.mts.map +1 -0
  2440. package/dist/actions/update-envelope-doc-gen-form-fields.mjs +60 -0
  2441. package/dist/actions/update-envelope-doc-gen-form-fields.mjs.map +1 -0
  2442. package/dist/actions/update-envelope-email-settings.cjs +33 -0
  2443. package/dist/actions/update-envelope-email-settings.cjs.map +1 -0
  2444. package/dist/actions/update-envelope-email-settings.d.cts +9 -0
  2445. package/dist/actions/update-envelope-email-settings.d.cts.map +1 -0
  2446. package/dist/actions/update-envelope-email-settings.d.mts +9 -0
  2447. package/dist/actions/update-envelope-email-settings.d.mts.map +1 -0
  2448. package/dist/actions/update-envelope-email-settings.mjs +32 -0
  2449. package/dist/actions/update-envelope-email-settings.mjs.map +1 -0
  2450. package/dist/actions/update-envelope-notification-settings.cjs +40 -0
  2451. package/dist/actions/update-envelope-notification-settings.cjs.map +1 -0
  2452. package/dist/actions/update-envelope-notification-settings.d.cts +9 -0
  2453. package/dist/actions/update-envelope-notification-settings.d.cts.map +1 -0
  2454. package/dist/actions/update-envelope-notification-settings.d.mts +9 -0
  2455. package/dist/actions/update-envelope-notification-settings.d.mts.map +1 -0
  2456. package/dist/actions/update-envelope-notification-settings.mjs +39 -0
  2457. package/dist/actions/update-envelope-notification-settings.mjs.map +1 -0
  2458. package/dist/actions/update-envelope-scheduled-sending-rules.cjs +32 -0
  2459. package/dist/actions/update-envelope-scheduled-sending-rules.cjs.map +1 -0
  2460. package/dist/actions/update-envelope-scheduled-sending-rules.d.cts +9 -0
  2461. package/dist/actions/update-envelope-scheduled-sending-rules.d.cts.map +1 -0
  2462. package/dist/actions/update-envelope-scheduled-sending-rules.d.mts +9 -0
  2463. package/dist/actions/update-envelope-scheduled-sending-rules.d.mts.map +1 -0
  2464. package/dist/actions/update-envelope-scheduled-sending-rules.mjs +31 -0
  2465. package/dist/actions/update-envelope-scheduled-sending-rules.mjs.map +1 -0
  2466. package/dist/actions/update-envelope-workflow-definition.cjs +105 -0
  2467. package/dist/actions/update-envelope-workflow-definition.cjs.map +1 -0
  2468. package/dist/actions/update-envelope-workflow-definition.d.cts +9 -0
  2469. package/dist/actions/update-envelope-workflow-definition.d.cts.map +1 -0
  2470. package/dist/actions/update-envelope-workflow-definition.d.mts +9 -0
  2471. package/dist/actions/update-envelope-workflow-definition.d.mts.map +1 -0
  2472. package/dist/actions/update-envelope-workflow-definition.mjs +104 -0
  2473. package/dist/actions/update-envelope-workflow-definition.mjs.map +1 -0
  2474. package/dist/actions/update-envelope-workflow-step.cjs +77 -0
  2475. package/dist/actions/update-envelope-workflow-step.cjs.map +1 -0
  2476. package/dist/actions/update-envelope-workflow-step.d.cts +9 -0
  2477. package/dist/actions/update-envelope-workflow-step.d.cts.map +1 -0
  2478. package/dist/actions/update-envelope-workflow-step.d.mts +9 -0
  2479. package/dist/actions/update-envelope-workflow-step.d.mts.map +1 -0
  2480. package/dist/actions/update-envelope-workflow-step.mjs +76 -0
  2481. package/dist/actions/update-envelope-workflow-step.mjs.map +1 -0
  2482. package/dist/actions/update-group-information.cjs +79 -0
  2483. package/dist/actions/update-group-information.cjs.map +1 -0
  2484. package/dist/actions/update-group-information.d.cts +9 -0
  2485. package/dist/actions/update-group-information.d.cts.map +1 -0
  2486. package/dist/actions/update-group-information.d.mts +9 -0
  2487. package/dist/actions/update-group-information.d.mts.map +1 -0
  2488. package/dist/actions/update-group-information.mjs +78 -0
  2489. package/dist/actions/update-group-information.mjs.map +1 -0
  2490. package/dist/actions/update-lock-for-envelope.cjs +41 -0
  2491. package/dist/actions/update-lock-for-envelope.cjs.map +1 -0
  2492. package/dist/actions/update-lock-for-envelope.d.cts +9 -0
  2493. package/dist/actions/update-lock-for-envelope.d.cts.map +1 -0
  2494. package/dist/actions/update-lock-for-envelope.d.mts +9 -0
  2495. package/dist/actions/update-lock-for-envelope.d.mts.map +1 -0
  2496. package/dist/actions/update-lock-for-envelope.mjs +40 -0
  2497. package/dist/actions/update-lock-for-envelope.mjs.map +1 -0
  2498. package/dist/actions/update-notary-jurisdiction-info.cjs +59 -0
  2499. package/dist/actions/update-notary-jurisdiction-info.cjs.map +1 -0
  2500. package/dist/actions/update-notary-jurisdiction-info.d.cts +9 -0
  2501. package/dist/actions/update-notary-jurisdiction-info.d.cts.map +1 -0
  2502. package/dist/actions/update-notary-jurisdiction-info.d.mts +9 -0
  2503. package/dist/actions/update-notary-jurisdiction-info.d.mts.map +1 -0
  2504. package/dist/actions/update-notary-jurisdiction-info.mjs +58 -0
  2505. package/dist/actions/update-notary-jurisdiction-info.mjs.map +1 -0
  2506. package/dist/actions/update-permission-profile-settings.cjs +1231 -0
  2507. package/dist/actions/update-permission-profile-settings.cjs.map +1 -0
  2508. package/dist/actions/update-permission-profile-settings.d.cts +9 -0
  2509. package/dist/actions/update-permission-profile-settings.d.cts.map +1 -0
  2510. package/dist/actions/update-permission-profile-settings.d.mts +9 -0
  2511. package/dist/actions/update-permission-profile-settings.d.mts.map +1 -0
  2512. package/dist/actions/update-permission-profile-settings.mjs +1230 -0
  2513. package/dist/actions/update-permission-profile-settings.mjs.map +1 -0
  2514. package/dist/actions/update-recipient-document-visibility.cjs +32 -0
  2515. package/dist/actions/update-recipient-document-visibility.cjs.map +1 -0
  2516. package/dist/actions/update-recipient-document-visibility.d.cts +9 -0
  2517. package/dist/actions/update-recipient-document-visibility.d.cts.map +1 -0
  2518. package/dist/actions/update-recipient-document-visibility.d.mts +9 -0
  2519. package/dist/actions/update-recipient-document-visibility.d.mts.map +1 -0
  2520. package/dist/actions/update-recipient-document-visibility.mjs +31 -0
  2521. package/dist/actions/update-recipient-document-visibility.mjs.map +1 -0
  2522. package/dist/actions/update-signing-group-details.cjs +54 -0
  2523. package/dist/actions/update-signing-group-details.cjs.map +1 -0
  2524. package/dist/actions/update-signing-group-details.d.cts +9 -0
  2525. package/dist/actions/update-signing-group-details.d.cts.map +1 -0
  2526. package/dist/actions/update-signing-group-details.d.mts +9 -0
  2527. package/dist/actions/update-signing-group-details.d.mts.map +1 -0
  2528. package/dist/actions/update-signing-group-details.mjs +53 -0
  2529. package/dist/actions/update-signing-group-details.mjs.map +1 -0
  2530. package/dist/actions/update-signing-group-names.cjs +51 -0
  2531. package/dist/actions/update-signing-group-names.cjs.map +1 -0
  2532. package/dist/actions/update-signing-group-names.d.cts +9 -0
  2533. package/dist/actions/update-signing-group-names.d.cts.map +1 -0
  2534. package/dist/actions/update-signing-group-names.d.mts +9 -0
  2535. package/dist/actions/update-signing-group-names.d.mts.map +1 -0
  2536. package/dist/actions/update-signing-group-names.mjs +50 -0
  2537. package/dist/actions/update-signing-group-names.mjs.map +1 -0
  2538. package/dist/actions/update-template-custom-fields.cjs +63 -0
  2539. package/dist/actions/update-template-custom-fields.cjs.map +1 -0
  2540. package/dist/actions/update-template-custom-fields.d.cts +9 -0
  2541. package/dist/actions/update-template-custom-fields.d.cts.map +1 -0
  2542. package/dist/actions/update-template-custom-fields.d.mts +9 -0
  2543. package/dist/actions/update-template-custom-fields.d.mts.map +1 -0
  2544. package/dist/actions/update-template-custom-fields.mjs +62 -0
  2545. package/dist/actions/update-template-custom-fields.mjs.map +1 -0
  2546. package/dist/actions/update-template-delayed-routing-rules.cjs +59 -0
  2547. package/dist/actions/update-template-delayed-routing-rules.cjs.map +1 -0
  2548. package/dist/actions/update-template-delayed-routing-rules.d.cts +9 -0
  2549. package/dist/actions/update-template-delayed-routing-rules.d.cts.map +1 -0
  2550. package/dist/actions/update-template-delayed-routing-rules.d.mts +9 -0
  2551. package/dist/actions/update-template-delayed-routing-rules.d.mts.map +1 -0
  2552. package/dist/actions/update-template-delayed-routing-rules.mjs +58 -0
  2553. package/dist/actions/update-template-delayed-routing-rules.mjs.map +1 -0
  2554. package/dist/actions/update-template-doc-visibility.cjs +38 -0
  2555. package/dist/actions/update-template-doc-visibility.cjs.map +1 -0
  2556. package/dist/actions/update-template-doc-visibility.d.cts +9 -0
  2557. package/dist/actions/update-template-doc-visibility.d.cts.map +1 -0
  2558. package/dist/actions/update-template-doc-visibility.d.mts +9 -0
  2559. package/dist/actions/update-template-doc-visibility.d.mts.map +1 -0
  2560. package/dist/actions/update-template-doc-visibility.mjs +37 -0
  2561. package/dist/actions/update-template-doc-visibility.mjs.map +1 -0
  2562. package/dist/actions/update-template-document-custom-fields.cjs +27 -0
  2563. package/dist/actions/update-template-document-custom-fields.cjs.map +1 -0
  2564. package/dist/actions/update-template-document-custom-fields.d.cts +9 -0
  2565. package/dist/actions/update-template-document-custom-fields.d.cts.map +1 -0
  2566. package/dist/actions/update-template-document-custom-fields.d.mts +9 -0
  2567. package/dist/actions/update-template-document-custom-fields.d.mts.map +1 -0
  2568. package/dist/actions/update-template-document-custom-fields.mjs +24 -0
  2569. package/dist/actions/update-template-document-custom-fields.mjs.map +1 -0
  2570. package/dist/actions/update-template-lock-information.cjs +54 -0
  2571. package/dist/actions/update-template-lock-information.cjs.map +1 -0
  2572. package/dist/actions/update-template-lock-information.d.cts +9 -0
  2573. package/dist/actions/update-template-lock-information.d.cts.map +1 -0
  2574. package/dist/actions/update-template-lock-information.d.mts +9 -0
  2575. package/dist/actions/update-template-lock-information.d.mts.map +1 -0
  2576. package/dist/actions/update-template-lock-information.mjs +53 -0
  2577. package/dist/actions/update-template-lock-information.mjs.map +1 -0
  2578. package/dist/actions/update-template-notification-settings.cjs +40 -0
  2579. package/dist/actions/update-template-notification-settings.cjs.map +1 -0
  2580. package/dist/actions/update-template-notification-settings.d.cts +9 -0
  2581. package/dist/actions/update-template-notification-settings.d.cts.map +1 -0
  2582. package/dist/actions/update-template-notification-settings.d.mts +9 -0
  2583. package/dist/actions/update-template-notification-settings.d.mts.map +1 -0
  2584. package/dist/actions/update-template-notification-settings.mjs +39 -0
  2585. package/dist/actions/update-template-notification-settings.mjs.map +1 -0
  2586. package/dist/actions/update-template-recipient-document-visibility.cjs +39 -0
  2587. package/dist/actions/update-template-recipient-document-visibility.cjs.map +1 -0
  2588. package/dist/actions/update-template-recipient-document-visibility.d.cts +9 -0
  2589. package/dist/actions/update-template-recipient-document-visibility.d.cts.map +1 -0
  2590. package/dist/actions/update-template-recipient-document-visibility.d.mts +9 -0
  2591. package/dist/actions/update-template-recipient-document-visibility.d.mts.map +1 -0
  2592. package/dist/actions/update-template-recipient-document-visibility.mjs +38 -0
  2593. package/dist/actions/update-template-recipient-document-visibility.mjs.map +1 -0
  2594. package/dist/actions/update-template-scheduled-sending-rules.cjs +35 -0
  2595. package/dist/actions/update-template-scheduled-sending-rules.cjs.map +1 -0
  2596. package/dist/actions/update-template-scheduled-sending-rules.d.cts +9 -0
  2597. package/dist/actions/update-template-scheduled-sending-rules.d.cts.map +1 -0
  2598. package/dist/actions/update-template-scheduled-sending-rules.d.mts +9 -0
  2599. package/dist/actions/update-template-scheduled-sending-rules.d.mts.map +1 -0
  2600. package/dist/actions/update-template-scheduled-sending-rules.mjs +34 -0
  2601. package/dist/actions/update-template-scheduled-sending-rules.mjs.map +1 -0
  2602. package/dist/actions/update-template-workflow-definition.cjs +70 -0
  2603. package/dist/actions/update-template-workflow-definition.cjs.map +1 -0
  2604. package/dist/actions/update-template-workflow-definition.d.cts +9 -0
  2605. package/dist/actions/update-template-workflow-definition.d.cts.map +1 -0
  2606. package/dist/actions/update-template-workflow-definition.d.mts +9 -0
  2607. package/dist/actions/update-template-workflow-definition.d.mts.map +1 -0
  2608. package/dist/actions/update-template-workflow-definition.mjs +67 -0
  2609. package/dist/actions/update-template-workflow-definition.mjs.map +1 -0
  2610. package/dist/actions/update-user-account-settings.cjs +921 -0
  2611. package/dist/actions/update-user-account-settings.cjs.map +1 -0
  2612. package/dist/actions/update-user-account-settings.d.cts +9 -0
  2613. package/dist/actions/update-user-account-settings.d.cts.map +1 -0
  2614. package/dist/actions/update-user-account-settings.d.mts +9 -0
  2615. package/dist/actions/update-user-account-settings.d.mts.map +1 -0
  2616. package/dist/actions/update-user-account-settings.mjs +920 -0
  2617. package/dist/actions/update-user-account-settings.mjs.map +1 -0
  2618. package/dist/actions/update-user-authorization-dates.cjs +29 -0
  2619. package/dist/actions/update-user-authorization-dates.cjs.map +1 -0
  2620. package/dist/actions/update-user-authorization-dates.d.cts +9 -0
  2621. package/dist/actions/update-user-authorization-dates.d.cts.map +1 -0
  2622. package/dist/actions/update-user-authorization-dates.d.mts +9 -0
  2623. package/dist/actions/update-user-authorization-dates.d.mts.map +1 -0
  2624. package/dist/actions/update-user-authorization-dates.mjs +26 -0
  2625. package/dist/actions/update-user-authorization-dates.mjs.map +1 -0
  2626. package/dist/actions/update-user-information-for-specified-user.cjs +924 -0
  2627. package/dist/actions/update-user-information-for-specified-user.cjs.map +1 -0
  2628. package/dist/actions/update-user-information-for-specified-user.d.cts +9 -0
  2629. package/dist/actions/update-user-information-for-specified-user.d.cts.map +1 -0
  2630. package/dist/actions/update-user-information-for-specified-user.d.mts +9 -0
  2631. package/dist/actions/update-user-information-for-specified-user.d.mts.map +1 -0
  2632. package/dist/actions/update-user-information-for-specified-user.mjs +923 -0
  2633. package/dist/actions/update-user-information-for-specified-user.mjs.map +1 -0
  2634. package/dist/actions/update-user-notary-information.cjs +887 -0
  2635. package/dist/actions/update-user-notary-information.cjs.map +1 -0
  2636. package/dist/actions/update-user-notary-information.d.cts +9 -0
  2637. package/dist/actions/update-user-notary-information.d.cts.map +1 -0
  2638. package/dist/actions/update-user-notary-information.d.mts +9 -0
  2639. package/dist/actions/update-user-notary-information.d.mts.map +1 -0
  2640. package/dist/actions/update-user-notary-information.mjs +886 -0
  2641. package/dist/actions/update-user-notary-information.mjs.map +1 -0
  2642. package/dist/actions/update-user-profile-image.cjs +24 -0
  2643. package/dist/actions/update-user-profile-image.cjs.map +1 -0
  2644. package/dist/actions/update-user-profile-image.d.cts +9 -0
  2645. package/dist/actions/update-user-profile-image.d.cts.map +1 -0
  2646. package/dist/actions/update-user-profile-image.d.mts +9 -0
  2647. package/dist/actions/update-user-profile-image.d.mts.map +1 -0
  2648. package/dist/actions/update-user-profile-image.mjs +21 -0
  2649. package/dist/actions/update-user-profile-image.mjs.map +1 -0
  2650. package/dist/actions/update-user-profile-information.cjs +943 -0
  2651. package/dist/actions/update-user-profile-information.cjs.map +1 -0
  2652. package/dist/actions/update-user-profile-information.d.cts +9 -0
  2653. package/dist/actions/update-user-profile-information.d.cts.map +1 -0
  2654. package/dist/actions/update-user-profile-information.d.mts +9 -0
  2655. package/dist/actions/update-user-profile-information.d.mts.map +1 -0
  2656. package/dist/actions/update-user-profile-information.mjs +942 -0
  2657. package/dist/actions/update-user-profile-information.mjs.map +1 -0
  2658. package/dist/actions/update-user-signature-by-id.cjs +79 -0
  2659. package/dist/actions/update-user-signature-by-id.cjs.map +1 -0
  2660. package/dist/actions/update-user-signature-by-id.d.cts +9 -0
  2661. package/dist/actions/update-user-signature-by-id.d.cts.map +1 -0
  2662. package/dist/actions/update-user-signature-by-id.d.mts +9 -0
  2663. package/dist/actions/update-user-signature-by-id.d.mts.map +1 -0
  2664. package/dist/actions/update-user-signature-by-id.mjs +78 -0
  2665. package/dist/actions/update-user-signature-by-id.mjs.map +1 -0
  2666. package/dist/actions/update-workflow-step-for-template.cjs +87 -0
  2667. package/dist/actions/update-workflow-step-for-template.cjs.map +1 -0
  2668. package/dist/actions/update-workflow-step-for-template.d.cts +9 -0
  2669. package/dist/actions/update-workflow-step-for-template.d.cts.map +1 -0
  2670. package/dist/actions/update-workflow-step-for-template.d.mts +9 -0
  2671. package/dist/actions/update-workflow-step-for-template.d.mts.map +1 -0
  2672. package/dist/actions/update-workflow-step-for-template.mjs +86 -0
  2673. package/dist/actions/update-workflow-step-for-template.mjs.map +1 -0
  2674. package/dist/actions/update-workspace-information.cjs +128 -0
  2675. package/dist/actions/update-workspace-information.cjs.map +1 -0
  2676. package/dist/actions/update-workspace-information.d.cts +9 -0
  2677. package/dist/actions/update-workspace-information.d.cts.map +1 -0
  2678. package/dist/actions/update-workspace-information.d.mts +9 -0
  2679. package/dist/actions/update-workspace-information.d.mts.map +1 -0
  2680. package/dist/actions/update-workspace-information.mjs +127 -0
  2681. package/dist/actions/update-workspace-information.mjs.map +1 -0
  2682. package/dist/actions/update-workspace-item-metadata.cjs +55 -0
  2683. package/dist/actions/update-workspace-item-metadata.cjs.map +1 -0
  2684. package/dist/actions/update-workspace-item-metadata.d.cts +9 -0
  2685. package/dist/actions/update-workspace-item-metadata.d.cts.map +1 -0
  2686. package/dist/actions/update-workspace-item-metadata.d.mts +9 -0
  2687. package/dist/actions/update-workspace-item-metadata.d.mts.map +1 -0
  2688. package/dist/actions/update-workspace-item-metadata.mjs +54 -0
  2689. package/dist/actions/update-workspace-item-metadata.mjs.map +1 -0
  2690. package/dist/app.cjs +9 -0
  2691. package/dist/app.cjs.map +1 -0
  2692. package/dist/app.d.cts +5 -0
  2693. package/dist/app.d.cts.map +1 -0
  2694. package/dist/app.d.mts +5 -0
  2695. package/dist/app.d.mts.map +1 -0
  2696. package/dist/app.mjs +10 -0
  2697. package/dist/app.mjs.map +1 -0
  2698. package/dist/catalog.cjs +15 -0
  2699. package/dist/catalog.cjs.map +1 -0
  2700. package/dist/catalog.d.cts +14 -0
  2701. package/dist/catalog.d.cts.map +1 -0
  2702. package/dist/catalog.d.mts +14 -0
  2703. package/dist/catalog.d.mts.map +1 -0
  2704. package/dist/catalog.mjs +15 -0
  2705. package/dist/catalog.mjs.map +1 -0
  2706. package/dist/execute.cjs +18 -0
  2707. package/dist/execute.cjs.map +1 -0
  2708. package/dist/execute.mjs +18 -0
  2709. package/dist/execute.mjs.map +1 -0
  2710. package/dist/index.cjs +676 -0
  2711. package/dist/index.d.cts +338 -0
  2712. package/dist/index.d.mts +338 -4
  2713. package/dist/index.mjs +339 -6
  2714. package/package.json +31 -54
  2715. package/LICENSE +0 -21
  2716. package/dist/credential-sets/index.d.mts +0 -2
  2717. package/dist/credential-sets/index.mjs +0 -4
  2718. package/dist/docusign-jwt.credential-set-B0sXS-5i.mjs +0 -39
  2719. package/dist/docusign-jwt.credential-set-BrMnF4Ok.d.mts +0 -63
  2720. package/dist/docusign.credential-set-BloJ2PrK.mjs +0 -51
  2721. package/dist/operations/index.d.mts +0 -2
  2722. package/dist/operations/index.mjs +0 -3
  2723. package/dist/schemas/index.d.mts +0 -581
  2724. package/dist/schemas/index.mjs +0 -309
  2725. package/dist/void-envelope.operation-B0nzxjWT.d.mts +0 -8752
  2726. package/dist/void-envelope.operation-CfaS-zI7.mjs +0 -8192
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-envelope-scheduled-sending-rules.mjs","names":[],"sources":["../../src/actions/update-envelope-scheduled-sending-rules.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignUpdateEnvelopeScheduledSendingRulesInput: z.ZodTypeAny = z.object({\n rules: z.array(z.object({\n delay: z.string().describe(\"A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.\").optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.\").optional(),\n}).describe(\"Request schema for `Rules`\")).describe(\"User-specified rules indicating how and when the envelope should be scheduled for sending. Only one rule may be specified.\").optional(),\n status: z.string().describe(\"Status of the scheduled sending job. Valid values: * `pending`: The envelope has not yet been sent and the scheduled sending delay has not been initiated. * `started`: The sender has initiated the sending process. The delay has not elapsed, so the envelope has not yet been sent to the first recipient. * `completed`: The delay has elapsed and the envelope has been sent to the first recipient. This property is read-only.\").optional(),\n accountId: z.string().describe(\"The external account number (integer) or account ID GUID. This parameter uniquely identifies the DocuSign account for which the envelope\\\"s scheduled sending rules are being updated. It is required for all API calls to ensure operations are performed on the correct account.\").optional(),\n bulkListId: z.string().describe(\"The ID of the bulk list. Set this optional value to use scheduled sending with a bulk send operation.\").optional(),\n envelopeId: z.string().describe(\"The envelope\\\"s GUID (Globally Unique Identifier). This is a required parameter that specifically identifies the envelope whose scheduled sending rules are being updated. The GUID is a 32-character hexadecimal string, typically presented in 5 groups separated by hyphens. Example: \\\"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\\\"\"),\n resumeDate: z.string().describe(\"The timestamp of when the envelope is scheduled to be sent in ISO 8601 format. This property is read-only.\").optional(),\n}).describe(\"Request schema for `UpdateEnvelopeScheduledSendingRules`\");\nconst DocusignUpdateEnvelopeScheduledSendingRules_ScheduledSendingResponseSchema: z.ZodTypeAny = z.object({\n rules: z.array(z.object({})).describe(\"User-specified rules indicating how and when the envelope should be scheduled.\").nullable().optional(),\n status: z.string().describe(\"Status of the scheduled sending job.\").nullable().optional(),\n bulkListId: z.string().describe(\"The ID of the bulk list.\").nullable().optional(),\n resumeDate: z.string().describe(\"The timestamp of when the envelope is scheduled to be sent.\").nullable().optional(),\n}).describe(\"Response schema for scheduled sending rules\");\nexport const DocusignUpdateEnvelopeScheduledSendingRulesOutput: z.ZodTypeAny = z.object({\n data: DocusignUpdateEnvelopeScheduledSendingRules_ScheduledSendingResponseSchema.nullable(),\n}).describe(\"Response schema for `UpdateEnvelopeScheduledSendingRules`\");\n\nexport const docusignUpdateEnvelopeScheduledSendingRules = action(\"DOCUSIGN_UPDATE_ENVELOPE_SCHEDULED_SENDING_RULES\", {\n slug: \"docusign-update-envelope-scheduled-sending-rules\",\n name: \"Update envelope scheduled sending rules\",\n description: \"Updates the scheduled sending rules for an envelope's workflow in DocuSign. This endpoint allows users to set or modify when an envelope will be sent, providing precise control over document delivery timing. It can be used to delay sending, schedule future sends, or manage bulk send operations with specific timing. The endpoint is particularly useful for automating complex document workflows or coordinating large-scale document distributions.\",\n input: DocusignUpdateEnvelopeScheduledSendingRulesInput,\n output: DocusignUpdateEnvelopeScheduledSendingRulesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mDAAiE,EAAE,OAAO;CACrF,OAAO,EAAE,MAAM,EAAE,OAAO;EACxB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8QAA8Q,CAAC,CAAC,SAAS;EACpT,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wNAAwN,CAAC,CAAC,SAAS;CACrQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS;CACzL,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,waAAwa,CAAC,CAAC,SAAS;CAC/c,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oRAAoR,CAAC,CAAC,SAAS;CAC9T,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CAClJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mUAAmU;CACnW,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AACzJ,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,6EAA2F,EAAE,OAAO;CACxG,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAKzD,MAAa,8CAA8C,OAAO,oDAAoD;CACpH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6E,EAAE,OAAO,EACtF,MAAM,2EAA2E,SAAS,EAC5F,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,105 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-envelope-workflow-definition.ts
4
+ const DocusignUpdateEnvelopeWorkflowDefinitionInput = zod.z.object({
5
+ accountId: zod.z.string().describe("The external account number (integer) or account ID GUID. This parameter is required and must be provided in the path to identify the DocuSign account for which the envelope workflow is being updated.").optional(),
6
+ envelopeId: zod.z.string().describe("The envelope\"s GUID (Globally Unique Identifier). This parameter is required and must be provided in the path to specify which envelope\"s workflow is being updated. Example format: \"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\"."),
7
+ resumeDate: zod.z.string().describe("The ISO 8601 timestamp of when the envelope is scheduled to be sent, if applicable. Its value is the maximum of the `resumeDate` property on `scheduledSending` and the `resumeDate` property on the current `workflowStep`. This property is read-only.").optional(),
8
+ workflowSteps: zod.z.array(zod.z.object({
9
+ action: zod.z.string().describe("Indicates the action to perform. Valid values: - `pause_before`: The workflow should pause before the trigger described by `triggerOnItem` is reached.").optional(),
10
+ itemId: zod.z.string().describe("The unique ID of the item being triggered.").optional(),
11
+ status: zod.z.string().describe("The status of the step. Valid values: - `inactive` - `in_progress` - `paused` - `pending` - `completed` This property is read-only.").optional(),
12
+ completedDate: zod.z.string().describe("The timestamp of when the workflow step transitioned to `completed` status. This property is read-only.").optional(),
13
+ triggerOnItem: zod.z.string().describe("The type of item that triggers this workflow step. Valid values: * `routing_order`").optional(),
14
+ triggeredDate: zod.z.string().describe("The timestamp of when the workflow step transitioned to `in_progress` status. This property is read-only.").optional(),
15
+ workflowStepId: zod.z.string().describe("A unique identifier for this workflow step. This property is read-only.").optional(),
16
+ delayedRouting__rules: zod.z.array(zod.z.object({
17
+ delay: zod.z.string().describe("A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.").optional(),
18
+ resumeDate: zod.z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.").optional()
19
+ }).describe("Request schema for `Rules`")).describe("User-specified rules indicating how and when the envelope should sent for the workflow step and its associated recipients. Only one rule may be specified.").optional(),
20
+ 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(),
21
+ 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(),
22
+ recipientRouting__rules__conditionalRecipients: 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
+ conditions: zod.z.array(zod.z.object({
25
+ order: zod.z.string().describe("An integer that specifies the order in which rules are processed. Lower values are processed before higher values.").optional(),
26
+ filters: zod.z.array(zod.z.object({
27
+ scope: zod.z.string().describe("The scope under which the condition is evaluated. Valid values: * `tabs`").optional(),
28
+ tabId: zod.z.string().describe("The unique identifier for the tab.").optional(),
29
+ value: zod.z.string().describe("A set value to which the tab\"s actual value is compared.").optional(),
30
+ tabType: zod.z.string().describe("Indicates the type of tab (for example, `signHere` or `initialHere`).").optional(),
31
+ operator: zod.z.string().describe("How the tab value is compared to the `value` property. Valid values: * `equals` * `greaterThan` * `greaterThanEquals` * `lessThan` * `lessThanEquals` * `filled` * `selected`").optional(),
32
+ 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(),
33
+ 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()
34
+ }).describe("Request schema for `Filters`")).optional(),
35
+ 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()
36
+ }).describe("Request schema for `Conditions`")).describe("An array of conditions that define when the recipients will be used.").optional(),
37
+ 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(),
38
+ recipientGroup__groupName: zod.z.string().describe("The name of the group.").optional(),
39
+ recipientGroup__recipients: zod.z.array(zod.z.object({
40
+ name: zod.z.string().describe("The full legal name of the recipient. Maximum length: 100 characters.").optional(),
41
+ email: zod.z.string().describe("The email ID of the agent. This property is required. Maximum length: 100 characters.").optional(),
42
+ roleName: zod.z.string().describe("Specifies the signing group role of the recipient. This property is required.").optional(),
43
+ 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(),
44
+ signingGroupId: zod.z.string().describe("The ID of the [signing group](https://support.docusign.com/s/document-item?bundleId=gav1643676262430&topicId=zgn1578456447934.html).").optional()
45
+ }).describe("Request schema for `Recipients`")).describe("An array of recipient objects that provides details about the recipients of the envelope.").optional(),
46
+ recipientGroup__groupMessage: zod.z.string().describe("The group message, typically a description of the group.").optional()
47
+ }).describe("Request schema for `ConditionalRecipients`")).optional()
48
+ }).describe("Request schema for `WorkflowSteps`")).describe("An array of workflow steps.").optional(),
49
+ workflowStatus: zod.z.string().describe("The status of the workflow: - `paused` if the workflow is paused - `in_progress` if the workflow is in progress").optional(),
50
+ currentWorkflowStepId: zod.z.string().describe("The `workflowStepId` of the current step. This is not an index into the `workflowSteps` array in this object. See the `workflowStep` object.").optional(),
51
+ scheduledSending__rules: zod.z.array(zod.z.object({
52
+ delay: zod.z.string().describe("A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.").optional(),
53
+ resumeDate: zod.z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.").optional()
54
+ }).describe("Request schema for `Rules`")).describe("User-specified rules indicating how and when the envelope should be scheduled for sending. Only one rule may be specified.").optional(),
55
+ scheduledSending__status: zod.z.string().describe("Status of the scheduled sending job. Valid values: * `pending`: The envelope has not yet been sent and the scheduled sending delay has not been initiated. * `started`: The sender has initiated the sending process. The delay has not elapsed, so the envelope has not yet been sent to the first recipient. * `completed`: The delay has elapsed and the envelope has been sent to the first recipient. This property is read-only.").optional(),
56
+ scheduledSending__bulkListId: zod.z.string().describe("The ID of the bulk list. Set this optional value to use scheduled sending with a bulk send operation.").optional(),
57
+ scheduledSending__resumeDate: zod.z.string().describe("The timestamp of when the envelope is scheduled to be sent in ISO 8601 format. This property is read-only.").optional()
58
+ }).describe("Request schema for `UpdateEnvelopeWorkflowDefinition`");
59
+ const DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema = zod.z.object({
60
+ delay: zod.z.string().describe("A string timespan duration represented as d.hh:mm:ss where the d component is days, hh is hours measured on a 24-hour clock, mm is minutes and ss is seconds, indicating the expected delay for this envelope rule. The maximum delay is 30 days").nullable().optional(),
61
+ resumeDate: zod.z.string().describe("A string formatted as an ISO 8601 DATETIME with TimeZone specified, indicating the expected resumeDate for this envelope rule. The specified datetime must occur in the future relative to the current UTC time when the request is made. The maximum resumeDate must not exceed 30 days in the future").nullable().optional()
62
+ }).describe("Schema for envelope delay rule");
63
+ const DocusignUpdateEnvelopeWorkflowDefinition_DelayedRoutingSchema = zod.z.object({
64
+ rules: zod.z.array(DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema).describe("A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future").nullable().optional(),
65
+ status: zod.z.string().describe("Indicates the envelope status. Valid values are: sent - The envelope is sent to the recipients; created - The envelope is saved as a draft").nullable().optional(),
66
+ resumeDate: zod.z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients").nullable().optional()
67
+ }).describe("Schema for delayed routing settings");
68
+ const DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingRulesSchema = zod.z.object({ conditionalRecipients: zod.z.array(zod.z.unknown()).describe("List of conditional recipient rules").nullable().optional() }).describe("Schema for recipient routing rules");
69
+ const DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingSchema = zod.z.object({ rules: DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingRulesSchema.nullable().optional() }).describe("Schema for recipient routing");
70
+ const DocusignUpdateEnvelopeWorkflowDefinition_WorkflowStepSchema = zod.z.object({
71
+ action: zod.z.string().describe("The action to be performed for this workflow step").nullable().optional(),
72
+ itemId: zod.z.string().describe("The identifier for the item being acted upon in this workflow step").nullable().optional(),
73
+ status: zod.z.string().describe("Indicates the envelope status. Valid values include: sent (envelope sent to recipients) and created (saved as draft)").nullable().optional(),
74
+ completedDate: zod.z.string().describe("Date when this workflow step was completed").nullable().optional(),
75
+ triggerOnItem: zod.z.string().describe("The item that triggers this workflow step").nullable().optional(),
76
+ triggeredDate: zod.z.string().describe("Date when this workflow step was triggered").nullable().optional(),
77
+ delayedRouting: DocusignUpdateEnvelopeWorkflowDefinition_DelayedRoutingSchema.nullable().optional(),
78
+ workflowStepId: zod.z.string().describe("Unique identifier for this workflow step").nullable().optional(),
79
+ recipientRouting: DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingSchema.nullable().optional()
80
+ }).describe("Schema for workflow step");
81
+ const DocusignUpdateEnvelopeWorkflowDefinition_ScheduledSendingSchema = zod.z.object({
82
+ rules: zod.z.array(DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema).describe("A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified").nullable().optional(),
83
+ status: zod.z.string().describe("Indicates the envelope status. Valid values are: sent - The envelope is sent to the recipients; created - The envelope is saved as a draft and can be modified and sent later").nullable().optional(),
84
+ bulkListId: zod.z.string().describe("Identifier for bulk sending list").nullable().optional(),
85
+ resumeDate: zod.z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent").nullable().optional()
86
+ }).describe("Schema for scheduled sending settings");
87
+ const DocusignUpdateEnvelopeWorkflowDefinitionOutput = zod.z.object({
88
+ resumeDate: zod.z.string().describe("Date when a paused workflow should resume").nullable().optional(),
89
+ workflowSteps: zod.z.array(DocusignUpdateEnvelopeWorkflowDefinition_WorkflowStepSchema).describe("Collection containing individual workflow step definitions").nullable().optional(),
90
+ workflowStatus: zod.z.string().describe("Current status of the workflow execution").nullable().optional(),
91
+ scheduledSending: DocusignUpdateEnvelopeWorkflowDefinition_ScheduledSendingSchema.nullable().optional(),
92
+ overwriteUpdateMode: zod.z.string().describe("Mode setting that controls how workflow updates are handled").nullable().optional(),
93
+ currentWorkflowStepId: zod.z.string().describe("Identifier for the current step in the workflow process").nullable().optional()
94
+ }).describe("Response schema for `UpdateEnvelopeWorkflowDefinition` - Workflow definition for an envelope");
95
+ const docusignUpdateEnvelopeWorkflowDefinition = require_action.action("DOCUSIGN_UPDATE_ENVELOPE_WORKFLOW_DEFINITION", {
96
+ slug: "docusign-update-envelope-workflow-definition",
97
+ name: "Update envelope workflow definition",
98
+ description: "Updates the workflow definition for a specified envelope in DocuSign. It allows modification of scheduled sending, delayed routing, and conditional recipient rules. Use this endpoint to add or update scheduling for draft or in-progress envelopes, or to add delayed routing to envelopes not yet in workflow processing. The tool supports complex document workflows with timed actions, conditional processing, and staged approvals.",
99
+ input: DocusignUpdateEnvelopeWorkflowDefinitionInput,
100
+ output: DocusignUpdateEnvelopeWorkflowDefinitionOutput
101
+ });
102
+ //#endregion
103
+ exports.docusignUpdateEnvelopeWorkflowDefinition = docusignUpdateEnvelopeWorkflowDefinition;
104
+
105
+ //# sourceMappingURL=update-envelope-workflow-definition.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-envelope-workflow-definition.cjs","names":["z","action"],"sources":["../../src/actions/update-envelope-workflow-definition.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignUpdateEnvelopeWorkflowDefinitionInput: z.ZodTypeAny = z.object({\n accountId: z.string().describe(\"The external account number (integer) or account ID GUID. This parameter is required and must be provided in the path to identify the DocuSign account for which the envelope workflow is being updated.\").optional(),\n envelopeId: z.string().describe(\"The envelope\\\"s GUID (Globally Unique Identifier). This parameter is required and must be provided in the path to specify which envelope\\\"s workflow is being updated. Example format: \\\"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\\\".\"),\n resumeDate: z.string().describe(\"The ISO 8601 timestamp of when the envelope is scheduled to be sent, if applicable. Its value is the maximum of the `resumeDate` property on `scheduledSending` and the `resumeDate` property on the current `workflowStep`. This property is read-only.\").optional(),\n workflowSteps: z.array(z.object({\n action: z.string().describe(\"Indicates the action to perform. Valid values: - `pause_before`: The workflow should pause before the trigger described by `triggerOnItem` is reached.\").optional(),\n itemId: z.string().describe(\"The unique ID of the item being triggered.\").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 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(\"The type of item that triggers this workflow step. Valid values: * `routing_order`\").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(\"A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.\").optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.\").optional(),\n}).describe(\"Request schema for `Rules`\")).describe(\"User-specified rules indicating how and when the envelope should sent for the workflow step and its associated recipients. Only one rule may be specified.\").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(\"How the tab value is compared to the `value` property. Valid values: * `equals` * `greaterThan` * `greaterThanEquals` * `lessThan` * `lessThanEquals` * `filled` * `selected`\").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`\")).optional(),\n}).describe(\"Request schema for `WorkflowSteps`\")).describe(\"An array of workflow steps.\").optional(),\n workflowStatus: z.string().describe(\"The status of the workflow: - `paused` if the workflow is paused - `in_progress` if the workflow is in progress\").optional(),\n currentWorkflowStepId: z.string().describe(\"The `workflowStepId` of the current step. This is not an index into the `workflowSteps` array in this object. See the `workflowStep` object.\").optional(),\n scheduledSending__rules: z.array(z.object({\n delay: z.string().describe(\"A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.\").optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.\").optional(),\n}).describe(\"Request schema for `Rules`\")).describe(\"User-specified rules indicating how and when the envelope should be scheduled for sending. Only one rule may be specified.\").optional(),\n scheduledSending__status: z.string().describe(\"Status of the scheduled sending job. Valid values: * `pending`: The envelope has not yet been sent and the scheduled sending delay has not been initiated. * `started`: The sender has initiated the sending process. The delay has not elapsed, so the envelope has not yet been sent to the first recipient. * `completed`: The delay has elapsed and the envelope has been sent to the first recipient. This property is read-only.\").optional(),\n scheduledSending__bulkListId: z.string().describe(\"The ID of the bulk list. Set this optional value to use scheduled sending with a bulk send operation.\").optional(),\n scheduledSending__resumeDate: z.string().describe(\"The timestamp of when the envelope is scheduled to be sent in ISO 8601 format. This property is read-only.\").optional(),\n}).describe(\"Request schema for `UpdateEnvelopeWorkflowDefinition`\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema: z.ZodTypeAny = z.object({\n delay: z.string().describe(\"A string timespan duration represented as d.hh:mm:ss where the d component is days, hh is hours measured on a 24-hour clock, mm is minutes and ss is seconds, indicating the expected delay for this envelope rule. The maximum delay is 30 days\").nullable().optional(),\n resumeDate: z.string().describe(\"A string formatted as an ISO 8601 DATETIME with TimeZone specified, indicating the expected resumeDate for this envelope rule. The specified datetime must occur in the future relative to the current UTC time when the request is made. The maximum resumeDate must not exceed 30 days in the future\").nullable().optional(),\n}).describe(\"Schema for envelope delay rule\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_DelayedRoutingSchema: z.ZodTypeAny = z.object({\n rules: z.array(DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema).describe(\"A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future\").nullable().optional(),\n status: z.string().describe(\"Indicates the envelope status. Valid values are: sent - The envelope is sent to the recipients; created - The envelope is saved as a draft\").nullable().optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients\").nullable().optional(),\n}).describe(\"Schema for delayed routing settings\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingRulesSchema: z.ZodTypeAny = z.object({\n conditionalRecipients: z.array(z.unknown()).describe(\"List of conditional recipient rules\").nullable().optional(),\n}).describe(\"Schema for recipient routing rules\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingSchema: z.ZodTypeAny = z.object({\n rules: DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingRulesSchema.nullable().optional(),\n}).describe(\"Schema for recipient routing\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_WorkflowStepSchema: z.ZodTypeAny = z.object({\n action: z.string().describe(\"The action to be performed for this workflow step\").nullable().optional(),\n itemId: z.string().describe(\"The identifier for the item being acted upon in this workflow step\").nullable().optional(),\n status: z.string().describe(\"Indicates the envelope status. Valid values include: sent (envelope sent to recipients) and created (saved as draft)\").nullable().optional(),\n completedDate: z.string().describe(\"Date when this workflow step was completed\").nullable().optional(),\n triggerOnItem: z.string().describe(\"The item that triggers this workflow step\").nullable().optional(),\n triggeredDate: z.string().describe(\"Date when this workflow step was triggered\").nullable().optional(),\n delayedRouting: DocusignUpdateEnvelopeWorkflowDefinition_DelayedRoutingSchema.nullable().optional(),\n workflowStepId: z.string().describe(\"Unique identifier for this workflow step\").nullable().optional(),\n recipientRouting: DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingSchema.nullable().optional(),\n}).describe(\"Schema for workflow step\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_ScheduledSendingSchema: z.ZodTypeAny = z.object({\n rules: z.array(DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema).describe(\"A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified\").nullable().optional(),\n status: z.string().describe(\"Indicates the envelope status. Valid values are: sent - The envelope is sent to the recipients; created - The envelope is saved as a draft and can be modified and sent later\").nullable().optional(),\n bulkListId: z.string().describe(\"Identifier for bulk sending list\").nullable().optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent\").nullable().optional(),\n}).describe(\"Schema for scheduled sending settings\");\nexport const DocusignUpdateEnvelopeWorkflowDefinitionOutput: z.ZodTypeAny = z.object({\n resumeDate: z.string().describe(\"Date when a paused workflow should resume\").nullable().optional(),\n workflowSteps: z.array(DocusignUpdateEnvelopeWorkflowDefinition_WorkflowStepSchema).describe(\"Collection containing individual workflow step definitions\").nullable().optional(),\n workflowStatus: z.string().describe(\"Current status of the workflow execution\").nullable().optional(),\n scheduledSending: DocusignUpdateEnvelopeWorkflowDefinition_ScheduledSendingSchema.nullable().optional(),\n overwriteUpdateMode: z.string().describe(\"Mode setting that controls how workflow updates are handled\").nullable().optional(),\n currentWorkflowStepId: z.string().describe(\"Identifier for the current step in the workflow process\").nullable().optional(),\n}).describe(\"Response schema for `UpdateEnvelopeWorkflowDefinition` - Workflow definition for an envelope\");\n\nexport const docusignUpdateEnvelopeWorkflowDefinition = action(\"DOCUSIGN_UPDATE_ENVELOPE_WORKFLOW_DEFINITION\", {\n slug: \"docusign-update-envelope-workflow-definition\",\n name: \"Update envelope workflow definition\",\n description: \"Updates the workflow definition for a specified envelope in DocuSign. It allows modification of scheduled sending, delayed routing, and conditional recipient rules. Use this endpoint to add or update scheduling for draft or in-progress envelopes, or to add delayed routing to envelopes not yet in workflow processing. The tool supports complex document workflows with timed actions, conditional processing, and staged approvals.\",\n input: DocusignUpdateEnvelopeWorkflowDefinitionInput,\n output: DocusignUpdateEnvelopeWorkflowDefinitionOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-envelope-workflow-definition.d.ts
4
+ declare const DocusignUpdateEnvelopeWorkflowDefinitionInput: z.ZodTypeAny;
5
+ declare const DocusignUpdateEnvelopeWorkflowDefinitionOutput: z.ZodTypeAny;
6
+ declare const docusignUpdateEnvelopeWorkflowDefinition: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { docusignUpdateEnvelopeWorkflowDefinition };
9
+ //# sourceMappingURL=update-envelope-workflow-definition.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-envelope-workflow-definition.d.cts","names":[],"sources":["../../src/actions/update-envelope-workflow-definition.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAsDM;AAAA,cAiCvD,8CAAA,EAAgD,CAAA,CAAE,UAO4C;AAAA,cAE9F,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-envelope-workflow-definition.d.ts
4
+ declare const DocusignUpdateEnvelopeWorkflowDefinitionInput: z.ZodTypeAny;
5
+ declare const DocusignUpdateEnvelopeWorkflowDefinitionOutput: z.ZodTypeAny;
6
+ declare const docusignUpdateEnvelopeWorkflowDefinition: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { docusignUpdateEnvelopeWorkflowDefinition };
9
+ //# sourceMappingURL=update-envelope-workflow-definition.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-envelope-workflow-definition.d.mts","names":[],"sources":["../../src/actions/update-envelope-workflow-definition.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAsDM;AAAA,cAiCvD,8CAAA,EAAgD,CAAA,CAAE,UAO4C;AAAA,cAE9F,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,104 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-envelope-workflow-definition.ts
4
+ const DocusignUpdateEnvelopeWorkflowDefinitionInput = z.object({
5
+ accountId: z.string().describe("The external account number (integer) or account ID GUID. This parameter is required and must be provided in the path to identify the DocuSign account for which the envelope workflow is being updated.").optional(),
6
+ envelopeId: z.string().describe("The envelope\"s GUID (Globally Unique Identifier). This parameter is required and must be provided in the path to specify which envelope\"s workflow is being updated. Example format: \"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\"."),
7
+ resumeDate: z.string().describe("The ISO 8601 timestamp of when the envelope is scheduled to be sent, if applicable. Its value is the maximum of the `resumeDate` property on `scheduledSending` and the `resumeDate` property on the current `workflowStep`. This property is read-only.").optional(),
8
+ workflowSteps: z.array(z.object({
9
+ action: z.string().describe("Indicates the action to perform. Valid values: - `pause_before`: The workflow should pause before the trigger described by `triggerOnItem` is reached.").optional(),
10
+ itemId: z.string().describe("The unique ID of the item being triggered.").optional(),
11
+ status: z.string().describe("The status of the step. Valid values: - `inactive` - `in_progress` - `paused` - `pending` - `completed` This property is read-only.").optional(),
12
+ completedDate: z.string().describe("The timestamp of when the workflow step transitioned to `completed` status. This property is read-only.").optional(),
13
+ triggerOnItem: z.string().describe("The type of item that triggers this workflow step. Valid values: * `routing_order`").optional(),
14
+ triggeredDate: z.string().describe("The timestamp of when the workflow step transitioned to `in_progress` status. This property is read-only.").optional(),
15
+ workflowStepId: z.string().describe("A unique identifier for this workflow step. This property is read-only.").optional(),
16
+ delayedRouting__rules: z.array(z.object({
17
+ delay: z.string().describe("A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.").optional(),
18
+ resumeDate: z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.").optional()
19
+ }).describe("Request schema for `Rules`")).describe("User-specified rules indicating how and when the envelope should sent for the workflow step and its associated recipients. Only one rule may be specified.").optional(),
20
+ 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(),
21
+ 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(),
22
+ recipientRouting__rules__conditionalRecipients: 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
+ conditions: z.array(z.object({
25
+ order: z.string().describe("An integer that specifies the order in which rules are processed. Lower values are processed before higher values.").optional(),
26
+ filters: z.array(z.object({
27
+ scope: z.string().describe("The scope under which the condition is evaluated. Valid values: * `tabs`").optional(),
28
+ tabId: z.string().describe("The unique identifier for the tab.").optional(),
29
+ value: z.string().describe("A set value to which the tab\"s actual value is compared.").optional(),
30
+ tabType: z.string().describe("Indicates the type of tab (for example, `signHere` or `initialHere`).").optional(),
31
+ operator: z.string().describe("How the tab value is compared to the `value` property. Valid values: * `equals` * `greaterThan` * `greaterThanEquals` * `lessThan` * `lessThanEquals` * `filled` * `selected`").optional(),
32
+ 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(),
33
+ 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()
34
+ }).describe("Request schema for `Filters`")).optional(),
35
+ 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()
36
+ }).describe("Request schema for `Conditions`")).describe("An array of conditions that define when the recipients will be used.").optional(),
37
+ 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(),
38
+ recipientGroup__groupName: z.string().describe("The name of the group.").optional(),
39
+ recipientGroup__recipients: z.array(z.object({
40
+ name: z.string().describe("The full legal name of the recipient. Maximum length: 100 characters.").optional(),
41
+ email: z.string().describe("The email ID of the agent. This property is required. Maximum length: 100 characters.").optional(),
42
+ roleName: z.string().describe("Specifies the signing group role of the recipient. This property is required.").optional(),
43
+ 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(),
44
+ signingGroupId: z.string().describe("The ID of the [signing group](https://support.docusign.com/s/document-item?bundleId=gav1643676262430&topicId=zgn1578456447934.html).").optional()
45
+ }).describe("Request schema for `Recipients`")).describe("An array of recipient objects that provides details about the recipients of the envelope.").optional(),
46
+ recipientGroup__groupMessage: z.string().describe("The group message, typically a description of the group.").optional()
47
+ }).describe("Request schema for `ConditionalRecipients`")).optional()
48
+ }).describe("Request schema for `WorkflowSteps`")).describe("An array of workflow steps.").optional(),
49
+ workflowStatus: z.string().describe("The status of the workflow: - `paused` if the workflow is paused - `in_progress` if the workflow is in progress").optional(),
50
+ currentWorkflowStepId: z.string().describe("The `workflowStepId` of the current step. This is not an index into the `workflowSteps` array in this object. See the `workflowStep` object.").optional(),
51
+ scheduledSending__rules: z.array(z.object({
52
+ delay: z.string().describe("A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.").optional(),
53
+ resumeDate: z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.").optional()
54
+ }).describe("Request schema for `Rules`")).describe("User-specified rules indicating how and when the envelope should be scheduled for sending. Only one rule may be specified.").optional(),
55
+ scheduledSending__status: z.string().describe("Status of the scheduled sending job. Valid values: * `pending`: The envelope has not yet been sent and the scheduled sending delay has not been initiated. * `started`: The sender has initiated the sending process. The delay has not elapsed, so the envelope has not yet been sent to the first recipient. * `completed`: The delay has elapsed and the envelope has been sent to the first recipient. This property is read-only.").optional(),
56
+ scheduledSending__bulkListId: z.string().describe("The ID of the bulk list. Set this optional value to use scheduled sending with a bulk send operation.").optional(),
57
+ scheduledSending__resumeDate: z.string().describe("The timestamp of when the envelope is scheduled to be sent in ISO 8601 format. This property is read-only.").optional()
58
+ }).describe("Request schema for `UpdateEnvelopeWorkflowDefinition`");
59
+ const DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema = z.object({
60
+ delay: z.string().describe("A string timespan duration represented as d.hh:mm:ss where the d component is days, hh is hours measured on a 24-hour clock, mm is minutes and ss is seconds, indicating the expected delay for this envelope rule. The maximum delay is 30 days").nullable().optional(),
61
+ resumeDate: z.string().describe("A string formatted as an ISO 8601 DATETIME with TimeZone specified, indicating the expected resumeDate for this envelope rule. The specified datetime must occur in the future relative to the current UTC time when the request is made. The maximum resumeDate must not exceed 30 days in the future").nullable().optional()
62
+ }).describe("Schema for envelope delay rule");
63
+ const DocusignUpdateEnvelopeWorkflowDefinition_DelayedRoutingSchema = z.object({
64
+ rules: z.array(DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema).describe("A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future").nullable().optional(),
65
+ status: z.string().describe("Indicates the envelope status. Valid values are: sent - The envelope is sent to the recipients; created - The envelope is saved as a draft").nullable().optional(),
66
+ resumeDate: z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients").nullable().optional()
67
+ }).describe("Schema for delayed routing settings");
68
+ const DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingRulesSchema = z.object({ conditionalRecipients: z.array(z.unknown()).describe("List of conditional recipient rules").nullable().optional() }).describe("Schema for recipient routing rules");
69
+ const DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingSchema = z.object({ rules: DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingRulesSchema.nullable().optional() }).describe("Schema for recipient routing");
70
+ const DocusignUpdateEnvelopeWorkflowDefinition_WorkflowStepSchema = z.object({
71
+ action: z.string().describe("The action to be performed for this workflow step").nullable().optional(),
72
+ itemId: z.string().describe("The identifier for the item being acted upon in this workflow step").nullable().optional(),
73
+ status: z.string().describe("Indicates the envelope status. Valid values include: sent (envelope sent to recipients) and created (saved as draft)").nullable().optional(),
74
+ completedDate: z.string().describe("Date when this workflow step was completed").nullable().optional(),
75
+ triggerOnItem: z.string().describe("The item that triggers this workflow step").nullable().optional(),
76
+ triggeredDate: z.string().describe("Date when this workflow step was triggered").nullable().optional(),
77
+ delayedRouting: DocusignUpdateEnvelopeWorkflowDefinition_DelayedRoutingSchema.nullable().optional(),
78
+ workflowStepId: z.string().describe("Unique identifier for this workflow step").nullable().optional(),
79
+ recipientRouting: DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingSchema.nullable().optional()
80
+ }).describe("Schema for workflow step");
81
+ const DocusignUpdateEnvelopeWorkflowDefinition_ScheduledSendingSchema = z.object({
82
+ rules: z.array(DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema).describe("A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified").nullable().optional(),
83
+ status: z.string().describe("Indicates the envelope status. Valid values are: sent - The envelope is sent to the recipients; created - The envelope is saved as a draft and can be modified and sent later").nullable().optional(),
84
+ bulkListId: z.string().describe("Identifier for bulk sending list").nullable().optional(),
85
+ resumeDate: z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent").nullable().optional()
86
+ }).describe("Schema for scheduled sending settings");
87
+ const docusignUpdateEnvelopeWorkflowDefinition = action("DOCUSIGN_UPDATE_ENVELOPE_WORKFLOW_DEFINITION", {
88
+ slug: "docusign-update-envelope-workflow-definition",
89
+ name: "Update envelope workflow definition",
90
+ description: "Updates the workflow definition for a specified envelope in DocuSign. It allows modification of scheduled sending, delayed routing, and conditional recipient rules. Use this endpoint to add or update scheduling for draft or in-progress envelopes, or to add delayed routing to envelopes not yet in workflow processing. The tool supports complex document workflows with timed actions, conditional processing, and staged approvals.",
91
+ input: DocusignUpdateEnvelopeWorkflowDefinitionInput,
92
+ output: z.object({
93
+ resumeDate: z.string().describe("Date when a paused workflow should resume").nullable().optional(),
94
+ workflowSteps: z.array(DocusignUpdateEnvelopeWorkflowDefinition_WorkflowStepSchema).describe("Collection containing individual workflow step definitions").nullable().optional(),
95
+ workflowStatus: z.string().describe("Current status of the workflow execution").nullable().optional(),
96
+ scheduledSending: DocusignUpdateEnvelopeWorkflowDefinition_ScheduledSendingSchema.nullable().optional(),
97
+ overwriteUpdateMode: z.string().describe("Mode setting that controls how workflow updates are handled").nullable().optional(),
98
+ currentWorkflowStepId: z.string().describe("Identifier for the current step in the workflow process").nullable().optional()
99
+ }).describe("Response schema for `UpdateEnvelopeWorkflowDefinition` - Workflow definition for an envelope")
100
+ });
101
+ //#endregion
102
+ export { docusignUpdateEnvelopeWorkflowDefinition };
103
+
104
+ //# sourceMappingURL=update-envelope-workflow-definition.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-envelope-workflow-definition.mjs","names":[],"sources":["../../src/actions/update-envelope-workflow-definition.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignUpdateEnvelopeWorkflowDefinitionInput: z.ZodTypeAny = z.object({\n accountId: z.string().describe(\"The external account number (integer) or account ID GUID. This parameter is required and must be provided in the path to identify the DocuSign account for which the envelope workflow is being updated.\").optional(),\n envelopeId: z.string().describe(\"The envelope\\\"s GUID (Globally Unique Identifier). This parameter is required and must be provided in the path to specify which envelope\\\"s workflow is being updated. Example format: \\\"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\\\".\"),\n resumeDate: z.string().describe(\"The ISO 8601 timestamp of when the envelope is scheduled to be sent, if applicable. Its value is the maximum of the `resumeDate` property on `scheduledSending` and the `resumeDate` property on the current `workflowStep`. This property is read-only.\").optional(),\n workflowSteps: z.array(z.object({\n action: z.string().describe(\"Indicates the action to perform. Valid values: - `pause_before`: The workflow should pause before the trigger described by `triggerOnItem` is reached.\").optional(),\n itemId: z.string().describe(\"The unique ID of the item being triggered.\").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 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(\"The type of item that triggers this workflow step. Valid values: * `routing_order`\").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(\"A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.\").optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.\").optional(),\n}).describe(\"Request schema for `Rules`\")).describe(\"User-specified rules indicating how and when the envelope should sent for the workflow step and its associated recipients. Only one rule may be specified.\").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(\"How the tab value is compared to the `value` property. Valid values: * `equals` * `greaterThan` * `greaterThanEquals` * `lessThan` * `lessThanEquals` * `filled` * `selected`\").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`\")).optional(),\n}).describe(\"Request schema for `WorkflowSteps`\")).describe(\"An array of workflow steps.\").optional(),\n workflowStatus: z.string().describe(\"The status of the workflow: - `paused` if the workflow is paused - `in_progress` if the workflow is in progress\").optional(),\n currentWorkflowStepId: z.string().describe(\"The `workflowStepId` of the current step. This is not an index into the `workflowSteps` array in this object. See the `workflowStep` object.\").optional(),\n scheduledSending__rules: z.array(z.object({\n delay: z.string().describe(\"A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.\").optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.\").optional(),\n}).describe(\"Request schema for `Rules`\")).describe(\"User-specified rules indicating how and when the envelope should be scheduled for sending. Only one rule may be specified.\").optional(),\n scheduledSending__status: z.string().describe(\"Status of the scheduled sending job. Valid values: * `pending`: The envelope has not yet been sent and the scheduled sending delay has not been initiated. * `started`: The sender has initiated the sending process. The delay has not elapsed, so the envelope has not yet been sent to the first recipient. * `completed`: The delay has elapsed and the envelope has been sent to the first recipient. This property is read-only.\").optional(),\n scheduledSending__bulkListId: z.string().describe(\"The ID of the bulk list. Set this optional value to use scheduled sending with a bulk send operation.\").optional(),\n scheduledSending__resumeDate: z.string().describe(\"The timestamp of when the envelope is scheduled to be sent in ISO 8601 format. This property is read-only.\").optional(),\n}).describe(\"Request schema for `UpdateEnvelopeWorkflowDefinition`\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema: z.ZodTypeAny = z.object({\n delay: z.string().describe(\"A string timespan duration represented as d.hh:mm:ss where the d component is days, hh is hours measured on a 24-hour clock, mm is minutes and ss is seconds, indicating the expected delay for this envelope rule. The maximum delay is 30 days\").nullable().optional(),\n resumeDate: z.string().describe(\"A string formatted as an ISO 8601 DATETIME with TimeZone specified, indicating the expected resumeDate for this envelope rule. The specified datetime must occur in the future relative to the current UTC time when the request is made. The maximum resumeDate must not exceed 30 days in the future\").nullable().optional(),\n}).describe(\"Schema for envelope delay rule\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_DelayedRoutingSchema: z.ZodTypeAny = z.object({\n rules: z.array(DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema).describe(\"A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future\").nullable().optional(),\n status: z.string().describe(\"Indicates the envelope status. Valid values are: sent - The envelope is sent to the recipients; created - The envelope is saved as a draft\").nullable().optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients\").nullable().optional(),\n}).describe(\"Schema for delayed routing settings\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingRulesSchema: z.ZodTypeAny = z.object({\n conditionalRecipients: z.array(z.unknown()).describe(\"List of conditional recipient rules\").nullable().optional(),\n}).describe(\"Schema for recipient routing rules\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingSchema: z.ZodTypeAny = z.object({\n rules: DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingRulesSchema.nullable().optional(),\n}).describe(\"Schema for recipient routing\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_WorkflowStepSchema: z.ZodTypeAny = z.object({\n action: z.string().describe(\"The action to be performed for this workflow step\").nullable().optional(),\n itemId: z.string().describe(\"The identifier for the item being acted upon in this workflow step\").nullable().optional(),\n status: z.string().describe(\"Indicates the envelope status. Valid values include: sent (envelope sent to recipients) and created (saved as draft)\").nullable().optional(),\n completedDate: z.string().describe(\"Date when this workflow step was completed\").nullable().optional(),\n triggerOnItem: z.string().describe(\"The item that triggers this workflow step\").nullable().optional(),\n triggeredDate: z.string().describe(\"Date when this workflow step was triggered\").nullable().optional(),\n delayedRouting: DocusignUpdateEnvelopeWorkflowDefinition_DelayedRoutingSchema.nullable().optional(),\n workflowStepId: z.string().describe(\"Unique identifier for this workflow step\").nullable().optional(),\n recipientRouting: DocusignUpdateEnvelopeWorkflowDefinition_RecipientRoutingSchema.nullable().optional(),\n}).describe(\"Schema for workflow step\");\nconst DocusignUpdateEnvelopeWorkflowDefinition_ScheduledSendingSchema: z.ZodTypeAny = z.object({\n rules: z.array(DocusignUpdateEnvelopeWorkflowDefinition_EnvelopeDelayRuleSchema).describe(\"A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified\").nullable().optional(),\n status: z.string().describe(\"Indicates the envelope status. Valid values are: sent - The envelope is sent to the recipients; created - The envelope is saved as a draft and can be modified and sent later\").nullable().optional(),\n bulkListId: z.string().describe(\"Identifier for bulk sending list\").nullable().optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent\").nullable().optional(),\n}).describe(\"Schema for scheduled sending settings\");\nexport const DocusignUpdateEnvelopeWorkflowDefinitionOutput: z.ZodTypeAny = z.object({\n resumeDate: z.string().describe(\"Date when a paused workflow should resume\").nullable().optional(),\n workflowSteps: z.array(DocusignUpdateEnvelopeWorkflowDefinition_WorkflowStepSchema).describe(\"Collection containing individual workflow step definitions\").nullable().optional(),\n workflowStatus: z.string().describe(\"Current status of the workflow execution\").nullable().optional(),\n scheduledSending: DocusignUpdateEnvelopeWorkflowDefinition_ScheduledSendingSchema.nullable().optional(),\n overwriteUpdateMode: z.string().describe(\"Mode setting that controls how workflow updates are handled\").nullable().optional(),\n currentWorkflowStepId: z.string().describe(\"Identifier for the current step in the workflow process\").nullable().optional(),\n}).describe(\"Response schema for `UpdateEnvelopeWorkflowDefinition` - Workflow definition for an envelope\");\n\nexport const docusignUpdateEnvelopeWorkflowDefinition = action(\"DOCUSIGN_UPDATE_ENVELOPE_WORKFLOW_DEFINITION\", {\n slug: \"docusign-update-envelope-workflow-definition\",\n name: \"Update envelope workflow definition\",\n description: \"Updates the workflow definition for a specified envelope in DocuSign. It allows modification of scheduled sending, delayed routing, and conditional recipient rules. Use this endpoint to add or update scheduling for draft or in-progress envelopes, or to add delayed routing to envelopes not yet in workflow processing. The tool supports complex document workflows with timed actions, conditional processing, and staged approvals.\",\n input: DocusignUpdateEnvelopeWorkflowDefinitionInput,\n output: DocusignUpdateEnvelopeWorkflowDefinitionOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,77 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-envelope-workflow-step.ts
4
+ const DocusignUpdateEnvelopeWorkflowStepInput = zod.z.object({
5
+ action: zod.z.string().describe("Indicates the action to perform. Valid values: - `pause_before`: The workflow should pause before the trigger described by `triggerOnItem` is reached.").optional(),
6
+ itemId: zod.z.string().describe("The identifier of the item that triggers this workflow step. When `triggerOnItem` is set to `routing_order`, this should be the routing order number (as a string) where the workflow step action should occur. For example, setting `itemId` to \"1\" with `action` as \"pause_before\" will pause the envelope before it reaches routing order 1.").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 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. It ensures that the API operation is performed within the context of the correct account.").optional(),
9
+ envelopeId: zod.z.string().describe("The unique identifier for the envelope whose workflow step is being updated. This GUID is required and must be provided in the path. It should be in the format of a UUID, for example: \"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\". This parameter specifies which envelope\"s workflow is being modified."),
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("The type of item that triggers this workflow step. Valid values: * `routing_order`").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().nullable(),
14
+ delayedRouting__rules: zod.z.array(zod.z.object({
15
+ delay: zod.z.string().describe("A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.").optional(),
16
+ resumeDate: zod.z.string().describe("An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.").optional()
17
+ }).describe("Request schema for `Rules`")).describe("User-specified rules indicating how and when the envelope should be sent for the workflow step and its associated recipients. Only one rule may be specified. Each rule can contain either a `delay` (timespan in format d.hh:mm:ss) or a `resumeDate` (ISO 8601 datetime string), but not both.").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("How the tab value is compared to the `value` property. Valid values: * `equals` * `greaterThan` * `greaterThanEquals` * `lessThan` * `lessThanEquals` * `filled` * `selected`").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("An array of conditional recipient configurations for advanced recipient routing. Conditional recipients allow you to control envelope flow by specifying different recipients based on conditions such as tab values or recipient actions. Each conditional recipient definition includes conditions that determine when the recipients should be used, along with the recipient group details.").optional()
46
+ }).describe("Request schema for `UpdateEnvelopeWorkflowStep`");
47
+ const DocusignUpdateEnvelopeWorkflowStep_RulesResponseSchema = zod.z.object({
48
+ delay: zod.z.string().describe("The delay timespan in format d.hh:mm:ss").nullable().optional(),
49
+ resumeDate: zod.z.string().describe("ISO 8601 datetime when the envelope will be sent").nullable().optional()
50
+ }).describe("Response schema for workflow step rules");
51
+ const DocusignUpdateEnvelopeWorkflowStep_DelayedRoutingResponseSchema = zod.z.object({
52
+ rules: zod.z.array(DocusignUpdateEnvelopeWorkflowStep_RulesResponseSchema).describe("User-specified rules for delayed routing").nullable().optional(),
53
+ status: zod.z.string().describe("Status: pending, started, or completed").nullable().optional(),
54
+ resumeDate: zod.z.string().describe("ISO 8601 timestamp when envelope is scheduled to be sent").nullable().optional()
55
+ }).describe("Response schema for delayed routing configuration");
56
+ const DocusignUpdateEnvelopeWorkflowStepOutput = zod.z.object({
57
+ action: zod.z.string().describe("The action for this step (e.g., pause_before)").nullable().optional(),
58
+ itemId: zod.z.string().describe("The ID of the item being triggered").nullable().optional(),
59
+ status: zod.z.string().describe("Status: inactive, in_progress, paused, pending, or completed").nullable().optional(),
60
+ completedDate: zod.z.string().describe("Timestamp when step transitioned to completed").nullable().optional(),
61
+ triggerOnItem: zod.z.string().describe("The type of item that triggers this step").nullable().optional(),
62
+ triggeredDate: zod.z.string().describe("Timestamp when step transitioned to in_progress").nullable().optional(),
63
+ delayedRouting: DocusignUpdateEnvelopeWorkflowStep_DelayedRoutingResponseSchema.nullable().optional(),
64
+ workflowStepId: zod.z.string().describe("The unique identifier for this workflow step").nullable().optional(),
65
+ recipientRouting: zod.z.object({}).describe("Recipient routing rules including conditional recipients").nullable().optional()
66
+ }).describe("Response schema for `UpdateEnvelopeWorkflowStep`");
67
+ const docusignUpdateEnvelopeWorkflowStep = require_action.action("DOCUSIGN_UPDATE_ENVELOPE_WORKFLOW_STEP", {
68
+ slug: "docusign-update-envelope-workflow-step",
69
+ name: "Update envelope workflow step",
70
+ description: "Updates a specific workflow step for a DocuSign envelope, allowing for customization of envelope processing, including delayed routing and conditional recipients. This endpoint can be used to modify workflow steps for both draft envelopes and sent envelopes (as long as the previous step hasn't been completed). It enables features like scheduled sending and complex routing rules based on recipient actions or document content. The endpoint is particularly useful for implementing advanced document workflows, such as time-based routing or conditional approval processes.",
71
+ input: DocusignUpdateEnvelopeWorkflowStepInput,
72
+ output: DocusignUpdateEnvelopeWorkflowStepOutput
73
+ });
74
+ //#endregion
75
+ exports.docusignUpdateEnvelopeWorkflowStep = docusignUpdateEnvelopeWorkflowStep;
76
+
77
+ //# sourceMappingURL=update-envelope-workflow-step.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-envelope-workflow-step.cjs","names":["z","action"],"sources":["../../src/actions/update-envelope-workflow-step.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const DocusignUpdateEnvelopeWorkflowStepInput: z.ZodTypeAny = z.object({\n action: z.string().describe(\"Indicates the action to perform. Valid values: - `pause_before`: The workflow should pause before the trigger described by `triggerOnItem` is reached.\").optional(),\n itemId: z.string().describe(\"The identifier of the item that triggers this workflow step. When `triggerOnItem` is set to `routing_order`, this should be the routing order number (as a string) where the workflow step action should occur. For example, setting `itemId` to \\\"1\\\" with `action` as \\\"pause_before\\\" will pause the envelope before it reaches routing order 1.\").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 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. It ensures that the API operation is performed within the context of the correct account.\").optional(),\n envelopeId: z.string().describe(\"The unique identifier for the envelope whose workflow step is being updated. This GUID is required and must be provided in the path. It should be in the format of a UUID, for example: \\\"93be49ab-xxxx-xxxx-xxxx-f752070d71ec\\\". This parameter specifies which envelope\\\"s workflow is being modified.\"),\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(\"The type of item that triggers this workflow step. Valid values: * `routing_order`\").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().nullable(),\n delayedRouting__rules: z.array(z.object({\n delay: z.string().describe(\"A string timespan representing the duration of the sending delay. The timespan is in the format `d.hh:mm:ss` where `d` is the number of days, `hh` is the number of hours (measured on a 24-hour clock), `mm` is minutes, and `ss` is seconds. The maximum delay is 30 days.\").optional(),\n resumeDate: z.string().describe(\"An ISO 8601 formatted datetime string indicating the date and time that the envelope will be sent. The specified datetime must occur in the future. It must not exceed 30 days from the time that the request is made.\").optional(),\n}).describe(\"Request schema for `Rules`\")).describe(\"User-specified rules indicating how and when the envelope should be sent for the workflow step and its associated recipients. Only one rule may be specified. Each rule can contain either a `delay` (timespan in format d.hh:mm:ss) or a `resumeDate` (ISO 8601 datetime string), but not both.\").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(\"How the tab value is compared to the `value` property. Valid values: * `equals` * `greaterThan` * `greaterThanEquals` * `lessThan` * `lessThanEquals` * `filled` * `selected`\").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(\"An array of conditional recipient configurations for advanced recipient routing. Conditional recipients allow you to control envelope flow by specifying different recipients based on conditions such as tab values or recipient actions. Each conditional recipient definition includes conditions that determine when the recipients should be used, along with the recipient group details.\").optional(),\n}).describe(\"Request schema for `UpdateEnvelopeWorkflowStep`\");\nconst DocusignUpdateEnvelopeWorkflowStep_RulesResponseSchema: z.ZodTypeAny = z.object({\n delay: z.string().describe(\"The delay timespan in format d.hh:mm:ss\").nullable().optional(),\n resumeDate: z.string().describe(\"ISO 8601 datetime when the envelope will be sent\").nullable().optional(),\n}).describe(\"Response schema for workflow step rules\");\nconst DocusignUpdateEnvelopeWorkflowStep_DelayedRoutingResponseSchema: z.ZodTypeAny = z.object({\n rules: z.array(DocusignUpdateEnvelopeWorkflowStep_RulesResponseSchema).describe(\"User-specified rules for delayed routing\").nullable().optional(),\n status: z.string().describe(\"Status: pending, started, or completed\").nullable().optional(),\n resumeDate: z.string().describe(\"ISO 8601 timestamp when envelope is scheduled to be sent\").nullable().optional(),\n}).describe(\"Response schema for delayed routing configuration\");\nexport const DocusignUpdateEnvelopeWorkflowStepOutput: z.ZodTypeAny = z.object({\n action: z.string().describe(\"The action for this step (e.g., pause_before)\").nullable().optional(),\n itemId: z.string().describe(\"The ID of the item being triggered\").nullable().optional(),\n status: z.string().describe(\"Status: inactive, in_progress, paused, pending, or completed\").nullable().optional(),\n completedDate: z.string().describe(\"Timestamp when step transitioned to completed\").nullable().optional(),\n triggerOnItem: z.string().describe(\"The type of item that triggers this step\").nullable().optional(),\n triggeredDate: z.string().describe(\"Timestamp when step transitioned to in_progress\").nullable().optional(),\n delayedRouting: DocusignUpdateEnvelopeWorkflowStep_DelayedRoutingResponseSchema.nullable().optional(),\n workflowStepId: z.string().describe(\"The unique identifier for this workflow step\").nullable().optional(),\n recipientRouting: z.object({}).describe(\"Recipient routing rules including conditional recipients\").nullable().optional(),\n}).describe(\"Response schema for `UpdateEnvelopeWorkflowStep`\");\n\nexport const docusignUpdateEnvelopeWorkflowStep = action(\"DOCUSIGN_UPDATE_ENVELOPE_WORKFLOW_STEP\", {\n slug: \"docusign-update-envelope-workflow-step\",\n name: \"Update envelope workflow step\",\n description: \"Updates a specific workflow step for a DocuSign envelope, allowing for customization of envelope processing, including delayed routing and conditional recipients. This endpoint can be used to modify workflow steps for both draft envelopes and sent envelopes (as long as the previous step hasn't been completed). It enables features like scheduled sending and complex routing rules based on recipient actions or document content. The endpoint is particularly useful for implementing advanced document workflows, such as time-based routing or conditional approval processes.\",\n input: DocusignUpdateEnvelopeWorkflowStepInput,\n output: DocusignUpdateEnvelopeWorkflowStepOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-envelope-workflow-step.d.ts
4
+ declare const DocusignUpdateEnvelopeWorkflowStepInput: z.ZodTypeAny;
5
+ declare const DocusignUpdateEnvelopeWorkflowStepOutput: z.ZodTypeAny;
6
+ declare const docusignUpdateEnvelopeWorkflowStep: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { docusignUpdateEnvelopeWorkflowStep };
9
+ //# sourceMappingURL=update-envelope-workflow-step.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-envelope-workflow-step.d.cts","names":[],"sources":["../../src/actions/update-envelope-workflow-step.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UA0CM;AAAA,cAUjD,wCAAA,EAA0C,CAAA,CAAE,UAUM;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/update-envelope-workflow-step.d.ts
4
+ declare const DocusignUpdateEnvelopeWorkflowStepInput: z.ZodTypeAny;
5
+ declare const DocusignUpdateEnvelopeWorkflowStepOutput: z.ZodTypeAny;
6
+ declare const docusignUpdateEnvelopeWorkflowStep: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { docusignUpdateEnvelopeWorkflowStep };
9
+ //# sourceMappingURL=update-envelope-workflow-step.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-envelope-workflow-step.d.mts","names":[],"sources":["../../src/actions/update-envelope-workflow-step.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UA0CM;AAAA,cAUjD,wCAAA,EAA0C,CAAA,CAAE,UAUM;AAAA,cAElD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}