@dalmore/api-contracts 0.0.0-dev.4c056b7 → 0.0.0-dev.4db6454

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 (698) hide show
  1. package/README.md +23 -19
  2. package/common/helpers/index.d.ts +50 -0
  3. package/common/helpers/index.js +136 -0
  4. package/common/helpers/index.js.map +1 -0
  5. package/common/types/account-contact.types.d.ts +485 -0
  6. package/common/types/account-contact.types.js +75 -0
  7. package/common/types/account-contact.types.js.map +1 -0
  8. package/common/types/account-detail.types.d.ts +304 -0
  9. package/common/types/account-detail.types.js +20 -0
  10. package/common/types/account-detail.types.js.map +1 -0
  11. package/common/types/account-integration.types.d.ts +242 -0
  12. package/common/types/account-integration.types.js +121 -0
  13. package/common/types/account-integration.types.js.map +1 -0
  14. package/common/types/account-manager.types.d.ts +917 -0
  15. package/common/types/account-manager.types.js +89 -0
  16. package/common/types/account-manager.types.js.map +1 -0
  17. package/common/types/account-setting.types.d.ts +120 -0
  18. package/common/types/account-setting.types.js +44 -0
  19. package/common/types/account-setting.types.js.map +1 -0
  20. package/common/types/account.types.d.ts +595 -0
  21. package/common/types/account.types.js +214 -0
  22. package/common/types/account.types.js.map +1 -0
  23. package/common/types/activity.types.d.ts +580 -0
  24. package/common/types/activity.types.js +245 -0
  25. package/common/types/activity.types.js.map +1 -0
  26. package/common/types/address.types.d.ts +89 -0
  27. package/common/types/address.types.js +36 -0
  28. package/common/types/address.types.js.map +1 -0
  29. package/common/types/aic.types.d.ts +434 -0
  30. package/common/types/aic.types.js +170 -0
  31. package/common/types/aic.types.js.map +1 -0
  32. package/common/types/aml.types.d.ts +41 -0
  33. package/common/types/aml.types.js +16 -0
  34. package/common/types/aml.types.js.map +1 -0
  35. package/common/types/api-key-logs.types.d.ts +204 -0
  36. package/common/types/api-key-logs.types.js +52 -0
  37. package/common/types/api-key-logs.types.js.map +1 -0
  38. package/common/types/api-keys.types.d.ts +192 -0
  39. package/common/types/api-keys.types.js +57 -0
  40. package/common/types/api-keys.types.js.map +1 -0
  41. package/common/types/asset.types.d.ts +888 -0
  42. package/common/types/asset.types.js +280 -0
  43. package/common/types/asset.types.js.map +1 -0
  44. package/common/types/auth.types.d.ts +487 -0
  45. package/common/types/auth.types.js +279 -0
  46. package/common/types/auth.types.js.map +1 -0
  47. package/common/types/batch-jobs.types.d.ts +321 -0
  48. package/common/types/batch-jobs.types.js +111 -0
  49. package/common/types/batch-jobs.types.js.map +1 -0
  50. package/common/types/bonus-tier.types.d.ts +888 -0
  51. package/common/types/bonus-tier.types.js +130 -0
  52. package/common/types/bonus-tier.types.js.map +1 -0
  53. package/common/types/cap-table.types.d.ts +1124 -0
  54. package/common/types/cap-table.types.js +406 -0
  55. package/common/types/cap-table.types.js.map +1 -0
  56. package/common/types/cart.types.d.ts +28 -0
  57. package/common/types/cart.types.js +19 -0
  58. package/common/types/cart.types.js.map +1 -0
  59. package/common/types/checklist-items.types.d.ts +195 -0
  60. package/common/types/checklist-items.types.js +54 -0
  61. package/common/types/checklist-items.types.js.map +1 -0
  62. package/common/types/checklist.types.d.ts +140 -0
  63. package/common/types/checklist.types.js +71 -0
  64. package/common/types/checklist.types.js.map +1 -0
  65. package/common/types/common.types.d.ts +1495 -0
  66. package/common/types/common.types.js +1430 -0
  67. package/common/types/common.types.js.map +1 -0
  68. package/common/types/comply-advantage-api.types.d.ts +3959 -0
  69. package/common/types/comply-advantage-api.types.js +270 -0
  70. package/common/types/comply-advantage-api.types.js.map +1 -0
  71. package/common/types/comply-advantage.types.d.ts +48 -0
  72. package/common/types/comply-advantage.types.js +21 -0
  73. package/common/types/comply-advantage.types.js.map +1 -0
  74. package/common/types/contact-us.types.d.ts +126 -0
  75. package/common/types/contact-us.types.js +91 -0
  76. package/common/types/contact-us.types.js.map +1 -0
  77. package/common/types/countries.types.d.ts +77 -0
  78. package/common/types/countries.types.js +349 -0
  79. package/common/types/countries.types.js.map +1 -0
  80. package/common/types/covered-person.types.d.ts +204 -0
  81. package/common/types/covered-person.types.js +234 -0
  82. package/common/types/covered-person.types.js.map +1 -0
  83. package/common/types/dashboard.types.d.ts +2086 -0
  84. package/common/types/dashboard.types.js +690 -0
  85. package/common/types/dashboard.types.js.map +1 -0
  86. package/common/types/data-record.types.d.ts +347 -0
  87. package/common/types/data-record.types.js +261 -0
  88. package/common/types/data-record.types.js.map +1 -0
  89. package/common/types/data-room.types.d.ts +1277 -0
  90. package/common/types/data-room.types.js +167 -0
  91. package/common/types/data-room.types.js.map +1 -0
  92. package/common/types/default-theme-config.types.d.ts +445 -0
  93. package/common/types/default-theme-config.types.js +63 -0
  94. package/common/types/default-theme-config.types.js.map +1 -0
  95. package/common/types/disbursement-adjustment.types.d.ts +21 -0
  96. package/common/types/disbursement-adjustment.types.js +25 -0
  97. package/common/types/disbursement-adjustment.types.js.map +1 -0
  98. package/common/types/disbursement-approval-user.types.d.ts +935 -0
  99. package/common/types/disbursement-approval-user.types.js +68 -0
  100. package/common/types/disbursement-approval-user.types.js.map +1 -0
  101. package/common/types/disbursement-review.types.d.ts +923 -0
  102. package/common/types/disbursement-review.types.js +76 -0
  103. package/common/types/disbursement-review.types.js.map +1 -0
  104. package/common/types/disbursement-transaction.types.d.ts +621 -0
  105. package/common/types/disbursement-transaction.types.js +51 -0
  106. package/common/types/disbursement-transaction.types.js.map +1 -0
  107. package/common/types/disbursements.types.d.ts +2343 -0
  108. package/common/types/disbursements.types.js +308 -0
  109. package/common/types/disbursements.types.js.map +1 -0
  110. package/common/types/domain-filter.types.d.ts +135 -0
  111. package/common/types/domain-filter.types.js +40 -0
  112. package/common/types/domain-filter.types.js.map +1 -0
  113. package/common/types/email-theme.types.d.ts +1359 -0
  114. package/common/types/email-theme.types.js +318 -0
  115. package/common/types/email-theme.types.js.map +1 -0
  116. package/common/types/entity.types.d.ts +21 -0
  117. package/common/types/entity.types.js +14 -0
  118. package/common/types/entity.types.js.map +1 -0
  119. package/common/types/error-responses.types.d.ts +144 -0
  120. package/common/types/error-responses.types.js +125 -0
  121. package/common/types/error-responses.types.js.map +1 -0
  122. package/common/types/escrow-account.types.d.ts +398 -0
  123. package/common/types/escrow-account.types.js +75 -0
  124. package/common/types/escrow-account.types.js.map +1 -0
  125. package/common/types/exchange-api-key.types.d.ts +1010 -0
  126. package/common/types/exchange-api-key.types.js +90 -0
  127. package/common/types/exchange-api-key.types.js.map +1 -0
  128. package/common/types/exchange-import.types.d.ts +23 -0
  129. package/common/types/exchange-import.types.js +23 -0
  130. package/common/types/exchange-import.types.js.map +1 -0
  131. package/common/types/exchange-provider.types.d.ts +1308 -0
  132. package/common/types/exchange-provider.types.js +268 -0
  133. package/common/types/exchange-provider.types.js.map +1 -0
  134. package/common/types/file.types.d.ts +401 -0
  135. package/common/types/file.types.js +378 -0
  136. package/common/types/file.types.js.map +1 -0
  137. package/common/types/health.types.d.ts +112 -0
  138. package/common/types/health.types.js +22 -0
  139. package/common/types/health.types.js.map +1 -0
  140. package/common/types/i-will-do-it-later.types.d.ts +51 -0
  141. package/common/types/i-will-do-it-later.types.js +30 -0
  142. package/common/types/i-will-do-it-later.types.js.map +1 -0
  143. package/common/types/{index.ts → index.d.ts} +4 -3
  144. package/common/types/index.js +52 -0
  145. package/common/types/index.js.map +1 -0
  146. package/common/types/individuals.types.d.ts +1899 -0
  147. package/common/types/individuals.types.js +500 -0
  148. package/common/types/individuals.types.js.map +1 -0
  149. package/common/types/investor-account.types.d.ts +2996 -0
  150. package/common/types/investor-account.types.js +930 -0
  151. package/common/types/investor-account.types.js.map +1 -0
  152. package/common/types/investorAccountIdSchema.type.js +1 -0
  153. package/common/types/investorAccountIdSchema.type.js.map +1 -0
  154. package/common/types/investors-offering.types.d.ts +391 -0
  155. package/common/types/investors-offering.types.js +49 -0
  156. package/common/types/investors-offering.types.js.map +1 -0
  157. package/common/types/invite.types.d.ts +641 -0
  158. package/common/types/invite.types.js +113 -0
  159. package/common/types/invite.types.js.map +1 -0
  160. package/common/types/issuer-bank-account.types.d.ts +385 -0
  161. package/common/types/issuer-bank-account.types.js +81 -0
  162. package/common/types/issuer-bank-account.types.js.map +1 -0
  163. package/common/types/issuer-offering.types.d.ts +1245 -0
  164. package/common/types/issuer-offering.types.js +344 -0
  165. package/common/types/issuer-offering.types.js.map +1 -0
  166. package/common/types/issuer-payment-method.types.d.ts +1100 -0
  167. package/common/types/issuer-payment-method.types.js +311 -0
  168. package/common/types/issuer-payment-method.types.js.map +1 -0
  169. package/common/types/issuer.types.d.ts +539 -0
  170. package/common/types/issuer.types.js +275 -0
  171. package/common/types/issuer.types.js.map +1 -0
  172. package/common/types/job-item.types.d.ts +230 -0
  173. package/common/types/job-item.types.js +89 -0
  174. package/common/types/job-item.types.js.map +1 -0
  175. package/common/types/jobs.types.d.ts +296 -0
  176. package/common/types/jobs.types.js +150 -0
  177. package/common/types/jobs.types.js.map +1 -0
  178. package/common/types/kyb.types.d.ts +167 -0
  179. package/common/types/kyb.types.js +45 -0
  180. package/common/types/kyb.types.js.map +1 -0
  181. package/common/types/kyc.types.d.ts +2197 -0
  182. package/common/types/kyc.types.js +301 -0
  183. package/common/types/kyc.types.js.map +1 -0
  184. package/common/types/legal-entity.types.d.ts +638 -0
  185. package/common/types/legal-entity.types.js +148 -0
  186. package/common/types/legal-entity.types.js.map +1 -0
  187. package/common/types/login-history.types.d.ts +160 -0
  188. package/common/types/login-history.types.js +39 -0
  189. package/common/types/login-history.types.js.map +1 -0
  190. package/common/types/mail-template.types.d.ts +595 -0
  191. package/common/types/mail-template.types.js +401 -0
  192. package/common/types/mail-template.types.js.map +1 -0
  193. package/common/types/north-cap-integration.types.d.ts +1303 -0
  194. package/common/types/north-cap-integration.types.js +145 -0
  195. package/common/types/north-cap-integration.types.js.map +1 -0
  196. package/common/types/note.types.d.ts +216 -0
  197. package/common/types/note.types.js +82 -0
  198. package/common/types/note.types.js.map +1 -0
  199. package/common/types/notification.types.d.ts +2689 -0
  200. package/common/types/notification.types.js +408 -0
  201. package/common/types/notification.types.js.map +1 -0
  202. package/common/types/notion-api.types.d.ts +3626 -0
  203. package/common/types/notion-api.types.js +271 -0
  204. package/common/types/notion-api.types.js.map +1 -0
  205. package/common/types/notion-database.types.d.ts +191 -0
  206. package/common/types/notion-database.types.js +95 -0
  207. package/common/types/notion-database.types.js.map +1 -0
  208. package/common/types/notion-page.types.d.ts +3482 -0
  209. package/common/types/notion-page.types.js +208 -0
  210. package/common/types/notion-page.types.js.map +1 -0
  211. package/common/types/offering-reports.types.d.ts +525 -0
  212. package/common/types/offering-reports.types.js +111 -0
  213. package/common/types/offering-reports.types.js.map +1 -0
  214. package/common/types/offering-submission.types.d.ts +587 -0
  215. package/common/types/offering-submission.types.js +278 -0
  216. package/common/types/offering-submission.types.js.map +1 -0
  217. package/common/types/offering.types.d.ts +2335 -0
  218. package/common/types/offering.types.js +505 -0
  219. package/common/types/offering.types.js.map +1 -0
  220. package/common/types/page-revision.types.d.ts +74 -0
  221. package/common/types/page-revision.types.js +68 -0
  222. package/common/types/page-revision.types.js.map +1 -0
  223. package/common/types/page.types.d.ts +540 -0
  224. package/common/types/page.types.js +361 -0
  225. package/common/types/page.types.js.map +1 -0
  226. package/common/types/password.type.d.ts +2 -0
  227. package/common/types/password.type.js +14 -0
  228. package/common/types/password.type.js.map +1 -0
  229. package/common/types/payment-methods.types.d.ts +800 -0
  230. package/common/types/payment-methods.types.js +260 -0
  231. package/common/types/payment-methods.types.js.map +1 -0
  232. package/common/types/phone.type.d.ts +12 -0
  233. package/common/types/phone.type.js +29 -0
  234. package/common/types/phone.type.js.map +1 -0
  235. package/common/types/portfolio.types.d.ts +185 -0
  236. package/common/types/portfolio.types.js +36 -0
  237. package/common/types/portfolio.types.js.map +1 -0
  238. package/common/types/privacy-policy-and-tos.types.d.ts +2 -0
  239. package/common/types/{privacy-policy-and-tos.types.ts → privacy-policy-and-tos.types.js} +1 -1
  240. package/common/types/privacy-policy-and-tos.types.js.map +1 -0
  241. package/common/types/queue.types.d.ts +22 -0
  242. package/common/types/queue.types.js +73 -0
  243. package/common/types/queue.types.js.map +1 -0
  244. package/common/types/registered-reps.types.d.ts +6 -0
  245. package/common/types/registered-reps.types.js +21 -0
  246. package/common/types/registered-reps.types.js.map +1 -0
  247. package/common/types/rejection-reasons.types.d.ts +35 -0
  248. package/common/types/rejection-reasons.types.js +49 -0
  249. package/common/types/rejection-reasons.types.js.map +1 -0
  250. package/common/types/review.types.d.ts +419 -0
  251. package/common/types/review.types.js +101 -0
  252. package/common/types/review.types.js.map +1 -0
  253. package/common/types/role.types.d.ts +30 -0
  254. package/common/types/role.types.js +21 -0
  255. package/common/types/role.types.js.map +1 -0
  256. package/common/types/secondary-customer.types.d.ts +586 -0
  257. package/common/types/secondary-customer.types.js +39 -0
  258. package/common/types/secondary-customer.types.js.map +1 -0
  259. package/common/types/secondary-issuer.types.d.ts +283 -0
  260. package/common/types/secondary-issuer.types.js +37 -0
  261. package/common/types/secondary-issuer.types.js.map +1 -0
  262. package/common/types/secondary-order.types.d.ts +508 -0
  263. package/common/types/secondary-order.types.js +40 -0
  264. package/common/types/secondary-order.types.js.map +1 -0
  265. package/common/types/secondary-security.types.d.ts +175 -0
  266. package/common/types/secondary-security.types.js +45 -0
  267. package/common/types/secondary-security.types.js.map +1 -0
  268. package/common/types/secondary-trade.entity.d.ts +16 -0
  269. package/common/types/secondary-trade.entity.js +12 -0
  270. package/common/types/secondary-trade.entity.js.map +1 -0
  271. package/common/types/secondary-trade.types.d.ts +465 -0
  272. package/common/types/secondary-trade.types.js +61 -0
  273. package/common/types/secondary-trade.types.js.map +1 -0
  274. package/common/types/secure-request.types.d.ts +171 -0
  275. package/common/types/secure-request.types.js +51 -0
  276. package/common/types/secure-request.types.js.map +1 -0
  277. package/common/types/signer.types.d.ts +3394 -0
  278. package/common/types/signer.types.js +517 -0
  279. package/common/types/signer.types.js.map +1 -0
  280. package/common/types/site-link.types.d.ts +875 -0
  281. package/common/types/site-link.types.js +126 -0
  282. package/common/types/site-link.types.js.map +1 -0
  283. package/common/types/site-settings.types.d.ts +1673 -0
  284. package/common/types/site-settings.types.js +500 -0
  285. package/common/types/site-settings.types.js.map +1 -0
  286. package/common/types/site.types.d.ts +1476 -0
  287. package/common/types/site.types.js +213 -0
  288. package/common/types/site.types.js.map +1 -0
  289. package/common/types/sms.types.d.ts +40 -0
  290. package/common/types/sms.types.js +27 -0
  291. package/common/types/sms.types.js.map +1 -0
  292. package/common/types/state-machine.types.d.ts +591 -0
  293. package/common/types/state-machine.types.js +144 -0
  294. package/common/types/state-machine.types.js.map +1 -0
  295. package/common/types/states.types.d.ts +77 -0
  296. package/common/types/states.types.js +137 -0
  297. package/common/types/states.types.js.map +1 -0
  298. package/common/types/subdoc-preview.types.d.ts +379 -0
  299. package/common/types/subdoc-preview.types.js +24 -0
  300. package/common/types/subdoc-preview.types.js.map +1 -0
  301. package/common/types/task.types.d.ts +537 -0
  302. package/common/types/task.types.js +211 -0
  303. package/common/types/task.types.js.map +1 -0
  304. package/common/types/trade-adjustment.type.d.ts +40 -0
  305. package/common/types/trade-adjustment.type.js +26 -0
  306. package/common/types/trade-adjustment.type.js.map +1 -0
  307. package/common/types/trade-line-item.types.d.ts +312 -0
  308. package/common/types/trade-line-item.types.js +89 -0
  309. package/common/types/trade-line-item.types.js.map +1 -0
  310. package/common/types/trade.types.d.ts +1987 -0
  311. package/common/types/trade.types.js +780 -0
  312. package/common/types/trade.types.js.map +1 -0
  313. package/common/types/transaction.types.d.ts +375 -0
  314. package/common/types/transaction.types.js +154 -0
  315. package/common/types/transaction.types.js.map +1 -0
  316. package/common/types/trusted-contact.types.d.ts +440 -0
  317. package/common/types/trusted-contact.types.js +95 -0
  318. package/common/types/trusted-contact.types.js.map +1 -0
  319. package/common/types/typography.types.d.ts +52 -0
  320. package/common/types/typography.types.js +67 -0
  321. package/common/types/typography.types.js.map +1 -0
  322. package/common/types/user-manual.types.d.ts +287 -0
  323. package/common/types/user-manual.types.js +192 -0
  324. package/common/types/user-manual.types.js.map +1 -0
  325. package/common/types/user-setting.types.d.ts +273 -0
  326. package/common/types/user-setting.types.js +85 -0
  327. package/common/types/user-setting.types.js.map +1 -0
  328. package/common/types/user.types.d.ts +1946 -0
  329. package/common/types/user.types.js +237 -0
  330. package/common/types/user.types.js.map +1 -0
  331. package/common/types/webhook.types.d.ts +10829 -0
  332. package/common/types/webhook.types.js +658 -0
  333. package/common/types/webhook.types.js.map +1 -0
  334. package/common/types/zip.type.d.ts +35 -0
  335. package/common/types/zip.type.js +28 -0
  336. package/common/types/zip.type.js.map +1 -0
  337. package/contracts/clients/accounts/index.d.ts +308 -0
  338. package/contracts/clients/accounts/index.js +43 -0
  339. package/contracts/clients/accounts/index.js.map +1 -0
  340. package/contracts/clients/aic/index.d.ts +280 -0
  341. package/contracts/clients/aic/index.js +47 -0
  342. package/contracts/clients/aic/index.js.map +1 -0
  343. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  344. package/contracts/clients/api-key-logs/index.js +37 -0
  345. package/contracts/clients/api-key-logs/index.js.map +1 -0
  346. package/contracts/clients/api-keys/index.d.ts +374 -0
  347. package/contracts/clients/api-keys/index.js +59 -0
  348. package/contracts/clients/api-keys/index.js.map +1 -0
  349. package/contracts/clients/assets/index.d.ts +1028 -0
  350. package/contracts/clients/assets/index.js +80 -0
  351. package/contracts/clients/assets/index.js.map +1 -0
  352. package/contracts/clients/auth/index.d.ts +236 -0
  353. package/contracts/clients/auth/index.js +38 -0
  354. package/contracts/clients/auth/index.js.map +1 -0
  355. package/contracts/clients/cart/index.d.ts +229 -0
  356. package/contracts/clients/cart/index.js +63 -0
  357. package/contracts/clients/cart/index.js.map +1 -0
  358. package/contracts/clients/files/index.d.ts +552 -0
  359. package/contracts/clients/files/index.js +142 -0
  360. package/contracts/clients/files/index.js.map +1 -0
  361. package/contracts/clients/files-public/index.d.ts +552 -0
  362. package/contracts/clients/files-public/index.js +142 -0
  363. package/contracts/clients/files-public/index.js.map +1 -0
  364. package/contracts/clients/index.d.ts +12476 -0
  365. package/contracts/clients/index.js +52 -0
  366. package/contracts/clients/index.js.map +1 -0
  367. package/contracts/clients/individuals/index.d.ts +3199 -0
  368. package/contracts/clients/individuals/index.js +74 -0
  369. package/contracts/clients/individuals/index.js.map +1 -0
  370. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  371. package/contracts/clients/investor-accounts/index.js +73 -0
  372. package/contracts/clients/investor-accounts/index.js.map +1 -0
  373. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  374. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  375. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  376. package/contracts/clients/issuers/index.d.ts +449 -0
  377. package/contracts/clients/issuers/index.js +75 -0
  378. package/contracts/clients/issuers/index.js.map +1 -0
  379. package/contracts/clients/kyc/index.d.ts +345 -0
  380. package/contracts/clients/kyc/index.js +49 -0
  381. package/contracts/clients/kyc/index.js.map +1 -0
  382. package/contracts/clients/legal-entities/index.d.ts +887 -0
  383. package/contracts/clients/legal-entities/index.js +74 -0
  384. package/contracts/clients/legal-entities/index.js.map +1 -0
  385. package/contracts/clients/offerings/index.d.ts +767 -0
  386. package/contracts/clients/offerings/index.js +95 -0
  387. package/contracts/clients/offerings/index.js.map +1 -0
  388. package/contracts/clients/payment-methods/index.d.ts +456 -0
  389. package/contracts/clients/payment-methods/index.js +68 -0
  390. package/contracts/clients/payment-methods/index.js.map +1 -0
  391. package/contracts/clients/secure-requests/index.d.ts +100 -0
  392. package/contracts/clients/secure-requests/index.js +22 -0
  393. package/contracts/clients/secure-requests/index.js.map +1 -0
  394. package/contracts/clients/sites/index.d.ts +657 -0
  395. package/contracts/clients/sites/index.js +40 -0
  396. package/contracts/clients/sites/index.js.map +1 -0
  397. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  398. package/contracts/clients/trade-line-items/index.js +47 -0
  399. package/contracts/clients/trade-line-items/index.js.map +1 -0
  400. package/contracts/clients/trades/index.d.ts +865 -0
  401. package/contracts/clients/trades/index.js +156 -0
  402. package/contracts/clients/trades/index.js.map +1 -0
  403. package/contracts/clients/transactions/index.d.ts +88 -0
  404. package/contracts/clients/transactions/index.js +25 -0
  405. package/contracts/clients/transactions/index.js.map +1 -0
  406. package/package.json +27 -36
  407. package/common/helpers/index.ts +0 -59
  408. package/common/types/account-contact.types.ts +0 -98
  409. package/common/types/account-detail.types.ts +0 -27
  410. package/common/types/account-integration.types.ts +0 -143
  411. package/common/types/account-manager.types.ts +0 -124
  412. package/common/types/account.types.ts +0 -296
  413. package/common/types/activity.types.ts +0 -274
  414. package/common/types/address.types.ts +0 -41
  415. package/common/types/aic.types.ts +0 -246
  416. package/common/types/aml.types.ts +0 -18
  417. package/common/types/api-key-logs.types.ts +0 -66
  418. package/common/types/api-keys.types.ts +0 -69
  419. package/common/types/asset.types.ts +0 -338
  420. package/common/types/auth.types.ts +0 -370
  421. package/common/types/batch-jobs.types.ts +0 -151
  422. package/common/types/bonus-tier.types.ts +0 -147
  423. package/common/types/cart.types.ts +0 -18
  424. package/common/types/checklist-items.types.ts +0 -70
  425. package/common/types/checklist.types.ts +0 -97
  426. package/common/types/common.types.ts +0 -1520
  427. package/common/types/comply-advantage-api.types.ts +0 -316
  428. package/common/types/comply-advantage.types.ts +0 -25
  429. package/common/types/contact-us.types.ts +0 -107
  430. package/common/types/countries.types.ts +0 -375
  431. package/common/types/covered-person.types.ts +0 -274
  432. package/common/types/dashboard.types.ts +0 -799
  433. package/common/types/data-record.types.ts +0 -325
  434. package/common/types/data-room.types.ts +0 -242
  435. package/common/types/default-theme-config.types.ts +0 -87
  436. package/common/types/disbursement-adjustment.types.ts +0 -32
  437. package/common/types/disbursement-approval-user.types.ts +0 -100
  438. package/common/types/disbursement-review.types.ts +0 -110
  439. package/common/types/disbursement-transaction.types.ts +0 -72
  440. package/common/types/disbursements.types.ts +0 -332
  441. package/common/types/domain-filter.types.ts +0 -55
  442. package/common/types/email-theme.types.ts +0 -442
  443. package/common/types/entity.types.ts +0 -15
  444. package/common/types/error-responses.types.ts +0 -135
  445. package/common/types/escrow-account.types.ts +0 -104
  446. package/common/types/exchange-api-key.types.ts +0 -121
  447. package/common/types/exchange-import.types.ts +0 -36
  448. package/common/types/exchange-provider.types.ts +0 -329
  449. package/common/types/file.types.ts +0 -461
  450. package/common/types/health.types.ts +0 -29
  451. package/common/types/individuals.types.ts +0 -554
  452. package/common/types/investor-account.types.ts +0 -1239
  453. package/common/types/investors-offering.types.ts +0 -65
  454. package/common/types/invite.types.ts +0 -133
  455. package/common/types/issuer-bank-account.types.ts +0 -107
  456. package/common/types/issuer-offering.types.ts +0 -393
  457. package/common/types/issuer-payment-method.types.ts +0 -382
  458. package/common/types/issuer.types.ts +0 -321
  459. package/common/types/job-item.types.ts +0 -119
  460. package/common/types/jobs.types.ts +0 -171
  461. package/common/types/kyb.types.ts +0 -53
  462. package/common/types/kyc.types.ts +0 -188
  463. package/common/types/legal-entity.types.ts +0 -185
  464. package/common/types/login-history.types.ts +0 -46
  465. package/common/types/mail-template.types.ts +0 -436
  466. package/common/types/north-cap-integration.types.ts +0 -190
  467. package/common/types/note.types.ts +0 -109
  468. package/common/types/notification.types.ts +0 -58
  469. package/common/types/notion-api.types.ts +0 -374
  470. package/common/types/notion-database.types.ts +0 -125
  471. package/common/types/notion-page.types.ts +0 -267
  472. package/common/types/offering-reports.types.ts +0 -153
  473. package/common/types/offering-submission.types.ts +0 -314
  474. package/common/types/offering.types.ts +0 -681
  475. package/common/types/page-revision.types.ts +0 -86
  476. package/common/types/page.types.ts +0 -436
  477. package/common/types/password.type.ts +0 -15
  478. package/common/types/payment-methods.types.ts +0 -298
  479. package/common/types/phone.type.ts +0 -27
  480. package/common/types/portfolio.types.ts +0 -50
  481. package/common/types/queue.types.ts +0 -112
  482. package/common/types/registered-reps.types.ts +0 -25
  483. package/common/types/rejection-reasons.types.ts +0 -56
  484. package/common/types/reminder-config.types.ts +0 -40
  485. package/common/types/review.types.ts +0 -133
  486. package/common/types/role.types.ts +0 -26
  487. package/common/types/secondary-customer.types.ts +0 -66
  488. package/common/types/secondary-issuer.types.ts +0 -50
  489. package/common/types/secondary-order.types.ts +0 -58
  490. package/common/types/secondary-security.types.ts +0 -60
  491. package/common/types/secondary-trade.entity.ts +0 -16
  492. package/common/types/secondary-trade.types.ts +0 -95
  493. package/common/types/secure-request.types.ts +0 -68
  494. package/common/types/signer.types.ts +0 -651
  495. package/common/types/site-link.types.ts +0 -166
  496. package/common/types/site-settings.types.ts +0 -726
  497. package/common/types/site.types.ts +0 -270
  498. package/common/types/sms.types.ts +0 -30
  499. package/common/types/state-machine.types.ts +0 -177
  500. package/common/types/states.types.ts +0 -163
  501. package/common/types/subdoc-preview.types.ts +0 -35
  502. package/common/types/task.types.ts +0 -258
  503. package/common/types/trade-adjustment.type.ts +0 -33
  504. package/common/types/trade-line-item.type.ts +0 -132
  505. package/common/types/trade.types.ts +0 -999
  506. package/common/types/transaction.types.ts +0 -198
  507. package/common/types/trusted-contact.types.ts +0 -122
  508. package/common/types/typography.types.ts +0 -75
  509. package/common/types/user-manual.types.ts +0 -290
  510. package/common/types/user-setting.types.ts +0 -133
  511. package/common/types/user.types.ts +0 -320
  512. package/common/types/webhook.types.ts +0 -588
  513. package/common/types/zip.type.ts +0 -36
  514. package/contracts/clients/accounts/index.ts +0 -61
  515. package/contracts/clients/aic/index.ts +0 -59
  516. package/contracts/clients/api-key-logs/index.ts +0 -53
  517. package/contracts/clients/api-keys/index.ts +0 -73
  518. package/contracts/clients/assets/index.ts +0 -102
  519. package/contracts/clients/auth/index.ts +0 -50
  520. package/contracts/clients/cart/index.ts +0 -60
  521. package/contracts/clients/files/index.ts +0 -166
  522. package/contracts/clients/files-public/index.ts +0 -166
  523. package/contracts/clients/index.ts +0 -52
  524. package/contracts/clients/individuals/index.ts +0 -93
  525. package/contracts/clients/investor-accounts/index.ts +0 -93
  526. package/contracts/clients/issuer-payment-methods/index.ts +0 -39
  527. package/contracts/clients/issuers/index.ts +0 -94
  528. package/contracts/clients/legal-entities/index.ts +0 -93
  529. package/contracts/clients/offerings/index.ts +0 -117
  530. package/contracts/clients/payment-methods/index.ts +0 -85
  531. package/contracts/clients/secure-requests/index.ts +0 -34
  532. package/contracts/clients/sites/index.ts +0 -56
  533. package/contracts/clients/trade-line-items/index.ts +0 -66
  534. package/contracts/clients/trades/index.ts +0 -186
  535. package/contracts/compliance/account-contacts/index.ts +0 -82
  536. package/contracts/compliance/account-managers/index.ts +0 -142
  537. package/contracts/compliance/accounts/index.ts +0 -187
  538. package/contracts/compliance/activities/index.ts +0 -55
  539. package/contracts/compliance/aic/index.ts +0 -60
  540. package/contracts/compliance/api-keys/index.ts +0 -91
  541. package/contracts/compliance/assets/index.ts +0 -122
  542. package/contracts/compliance/auth/index.ts +0 -134
  543. package/contracts/compliance/batch-jobs/index.ts +0 -62
  544. package/contracts/compliance/bonus-tiers/index.ts +0 -55
  545. package/contracts/compliance/checklist/index.ts +0 -87
  546. package/contracts/compliance/checklist-items/index.ts +0 -86
  547. package/contracts/compliance/covered-persons/index.ts +0 -97
  548. package/contracts/compliance/dashboard/index.ts +0 -111
  549. package/contracts/compliance/data-records/index.ts +0 -116
  550. package/contracts/compliance/data-rooms/index.ts +0 -113
  551. package/contracts/compliance/default-theme-configs/index.ts +0 -95
  552. package/contracts/compliance/disbursement/index.ts +0 -165
  553. package/contracts/compliance/disbursement-approval-users/index.ts +0 -84
  554. package/contracts/compliance/disbursement-transactions/index.ts +0 -37
  555. package/contracts/compliance/domain-filters/index.ts +0 -117
  556. package/contracts/compliance/email-themes/index.ts +0 -284
  557. package/contracts/compliance/escrow-accounts/index.ts +0 -85
  558. package/contracts/compliance/exchange-api-keys/index.ts +0 -129
  559. package/contracts/compliance/exchange-imports/index.ts +0 -137
  560. package/contracts/compliance/files/index.ts +0 -267
  561. package/contracts/compliance/files-public/index.ts +0 -188
  562. package/contracts/compliance/health/index.ts +0 -26
  563. package/contracts/compliance/index.ts +0 -147
  564. package/contracts/compliance/individuals/index.ts +0 -57
  565. package/contracts/compliance/investor-accounts/index.ts +0 -141
  566. package/contracts/compliance/invites/index.ts +0 -137
  567. package/contracts/compliance/issuer-bank-accounts/index.ts +0 -81
  568. package/contracts/compliance/issuer-payment-methods/index.ts +0 -81
  569. package/contracts/compliance/issuers/index.ts +0 -97
  570. package/contracts/compliance/job-items/index.ts +0 -58
  571. package/contracts/compliance/jobs/index.ts +0 -59
  572. package/contracts/compliance/kyb/index.ts +0 -54
  573. package/contracts/compliance/kyc/index.ts +0 -77
  574. package/contracts/compliance/legal-entities/index.ts +0 -57
  575. package/contracts/compliance/login-histories/index.ts +0 -37
  576. package/contracts/compliance/notes/index.ts +0 -69
  577. package/contracts/compliance/notion-databases/index.ts +0 -107
  578. package/contracts/compliance/notion-pages/index.ts +0 -105
  579. package/contracts/compliance/offering-reports/index.ts +0 -149
  580. package/contracts/compliance/offerings/index.ts +0 -233
  581. package/contracts/compliance/pages/index.ts +0 -178
  582. package/contracts/compliance/payment-methods/index.ts +0 -57
  583. package/contracts/compliance/rejection-reasons/index.ts +0 -32
  584. package/contracts/compliance/review/index.ts +0 -169
  585. package/contracts/compliance/roles/index.ts +0 -34
  586. package/contracts/compliance/secondary-customers/index.ts +0 -77
  587. package/contracts/compliance/secondary-orders/index.ts +0 -60
  588. package/contracts/compliance/secondary-trades/index.ts +0 -100
  589. package/contracts/compliance/secure-requests/index.ts +0 -54
  590. package/contracts/compliance/signer/index.ts +0 -369
  591. package/contracts/compliance/site-links/index.ts +0 -128
  592. package/contracts/compliance/site-settings/index.ts +0 -669
  593. package/contracts/compliance/sites/index.ts +0 -56
  594. package/contracts/compliance/state-machine/index.ts +0 -94
  595. package/contracts/compliance/tasks/index.ts +0 -91
  596. package/contracts/compliance/third-parties/index.ts +0 -52
  597. package/contracts/compliance/trade-line-items/index.ts +0 -59
  598. package/contracts/compliance/trades/index.ts +0 -230
  599. package/contracts/compliance/transactions/index.ts +0 -161
  600. package/contracts/compliance/user-manuals/index.ts +0 -271
  601. package/contracts/compliance/user-settings/index.ts +0 -189
  602. package/contracts/compliance/users/index.ts +0 -200
  603. package/contracts/compliance/webhooks/index.ts +0 -41
  604. package/contracts/compliance-apikey/accounts/index.ts +0 -58
  605. package/contracts/compliance-apikey/index.ts +0 -14
  606. package/contracts/index.ts +0 -6
  607. package/contracts/investors/account-contacts/index.ts +0 -58
  608. package/contracts/investors/aic/index.ts +0 -59
  609. package/contracts/investors/assets/index.ts +0 -61
  610. package/contracts/investors/auth/index.ts +0 -116
  611. package/contracts/investors/bonus-tiers/index.ts +0 -37
  612. package/contracts/investors/cart/index.ts +0 -75
  613. package/contracts/investors/contact-us/index.ts +0 -48
  614. package/contracts/investors/data-records/index.ts +0 -113
  615. package/contracts/investors/data-rooms/index.ts +0 -96
  616. package/contracts/investors/files/index.ts +0 -167
  617. package/contracts/investors/files-public/index.ts +0 -185
  618. package/contracts/investors/index.ts +0 -72
  619. package/contracts/investors/individuals/index.ts +0 -99
  620. package/contracts/investors/investor-accounts/index.ts +0 -110
  621. package/contracts/investors/issuer-payment-methods/index.ts +0 -36
  622. package/contracts/investors/issuers/index.ts +0 -30
  623. package/contracts/investors/legal-entities/index.ts +0 -93
  624. package/contracts/investors/notes/index.ts +0 -69
  625. package/contracts/investors/offerings/index.ts +0 -93
  626. package/contracts/investors/pages/index.ts +0 -88
  627. package/contracts/investors/payment-methods/index.ts +0 -149
  628. package/contracts/investors/portfolios/index.ts +0 -53
  629. package/contracts/investors/sites/index.ts +0 -96
  630. package/contracts/investors/tasks/index.ts +0 -111
  631. package/contracts/investors/trade-line-items/index.ts +0 -75
  632. package/contracts/investors/trades/index.ts +0 -114
  633. package/contracts/investors/transactions/index.ts +0 -37
  634. package/contracts/investors/trusted-contacts/index.ts +0 -93
  635. package/contracts/investors/user-manuals/index.ts +0 -62
  636. package/contracts/investors/user-settings/index.ts +0 -170
  637. package/contracts/investors/users/index.ts +0 -45
  638. package/contracts/investors/webhooks/index.ts +0 -30
  639. package/contracts/issuers/account-contacts/index.ts +0 -76
  640. package/contracts/issuers/account-integrations/index.ts +0 -97
  641. package/contracts/issuers/accounts/index.ts +0 -97
  642. package/contracts/issuers/activities/index.ts +0 -54
  643. package/contracts/issuers/aic/index.ts +0 -39
  644. package/contracts/issuers/api-key-logs/index.ts +0 -53
  645. package/contracts/issuers/api-keys/index.ts +0 -93
  646. package/contracts/issuers/assets/index.ts +0 -122
  647. package/contracts/issuers/auth/index.ts +0 -152
  648. package/contracts/issuers/bonus-tiers/index.ts +0 -55
  649. package/contracts/issuers/contact-us/index.ts +0 -48
  650. package/contracts/issuers/covered-persons/index.ts +0 -136
  651. package/contracts/issuers/dashboard/index.ts +0 -72
  652. package/contracts/issuers/data-records/index.ts +0 -257
  653. package/contracts/issuers/data-rooms/index.ts +0 -134
  654. package/contracts/issuers/disbursement-approval-users/index.ts +0 -82
  655. package/contracts/issuers/disbursement-transactions/index.ts +0 -53
  656. package/contracts/issuers/disbursements/index.ts +0 -171
  657. package/contracts/issuers/email-themes/index.ts +0 -242
  658. package/contracts/issuers/escrow-accounts/index.ts +0 -81
  659. package/contracts/issuers/exchange-api-keys/index.ts +0 -144
  660. package/contracts/issuers/files/index.ts +0 -166
  661. package/contracts/issuers/files-public/index.ts +0 -166
  662. package/contracts/issuers/health/index.ts +0 -24
  663. package/contracts/issuers/index.ts +0 -112
  664. package/contracts/issuers/investor-accounts/index.ts +0 -148
  665. package/contracts/issuers/invites/index.ts +0 -129
  666. package/contracts/issuers/issuer/index.ts +0 -94
  667. package/contracts/issuers/issuer-bank-accounts/index.ts +0 -81
  668. package/contracts/issuers/issuer-payment-methods/index.ts +0 -136
  669. package/contracts/issuers/kyc/index.ts +0 -38
  670. package/contracts/issuers/login-histories/index.ts +0 -51
  671. package/contracts/issuers/notes/index.ts +0 -69
  672. package/contracts/issuers/offerings/index.ts +0 -206
  673. package/contracts/issuers/pages/index.ts +0 -138
  674. package/contracts/issuers/payment-methods/index.ts +0 -61
  675. package/contracts/issuers/portfolios/index.ts +0 -36
  676. package/contracts/issuers/rejection-reasons/index.ts +0 -32
  677. package/contracts/issuers/review/index.ts +0 -63
  678. package/contracts/issuers/secondary-customers/index.ts +0 -55
  679. package/contracts/issuers/secondary-orders/index.ts +0 -57
  680. package/contracts/issuers/secondary-trades/index.ts +0 -57
  681. package/contracts/issuers/secure-requests/index.ts +0 -34
  682. package/contracts/issuers/site-links/index.ts +0 -116
  683. package/contracts/issuers/site-settings/index.ts +0 -585
  684. package/contracts/issuers/sites/index.ts +0 -32
  685. package/contracts/issuers/tasks/index.ts +0 -111
  686. package/contracts/issuers/trades/index.ts +0 -132
  687. package/contracts/issuers/transactions/index.ts +0 -158
  688. package/contracts/issuers/user-manuals/index.ts +0 -62
  689. package/contracts/issuers/user-settings/index.ts +0 -170
  690. package/contracts/issuers/users/index.ts +0 -126
  691. package/contracts/secondaries/accounts/index.ts +0 -58
  692. package/contracts/secondaries/index.ts +0 -23
  693. package/contracts/secondaries/secondary-customers/index.ts +0 -55
  694. package/contracts/secondaries/secondary-issuers/index.ts +0 -94
  695. package/contracts/secondaries/secondary-orders/index.ts +0 -56
  696. package/contracts/secondaries/secondary-securities/index.ts +0 -95
  697. package/contracts/secondaries/secondary-trades/index.ts +0 -56
  698. /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
@@ -0,0 +1,3394 @@
1
+ import { z } from 'zod';
2
+ import { ComplianceReview, SenderIdentityStatus, TemplateStatus, TemplateType } from './common.types';
3
+ /**
4
+ * Example error response:
5
+ * https://support.boldsign.com/kb/article/15855/resolving-locale-mismatch-errors-in-boldsign-esignature-api#error-description
6
+ *
7
+ * Example Success response:
8
+ * https://developers.boldsign.com/documents/send-document-from-template/?region=us#example-response
9
+ * https://developers.boldsign.com/documents/send-document/?region=us#example-response
10
+ */
11
+ export declare const BoldSignCreateDocumentResponseZod: z.ZodObject<{
12
+ errors: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>;
13
+ type: z.ZodString;
14
+ title: z.ZodString;
15
+ status: z.ZodNumber;
16
+ traceId: z.ZodString;
17
+ documentId: z.ZodString;
18
+ }, "strip", z.ZodTypeAny, {
19
+ type: string;
20
+ status: number;
21
+ errors: Record<string, string[]>;
22
+ title: string;
23
+ documentId: string;
24
+ traceId: string;
25
+ }, {
26
+ type: string;
27
+ status: number;
28
+ errors: Record<string, string[]>;
29
+ title: string;
30
+ documentId: string;
31
+ traceId: string;
32
+ }>;
33
+ export type BoldSignCreateDocumentResponseZod = z.infer<typeof BoldSignCreateDocumentResponseZod>;
34
+ /**
35
+ * Example error response:
36
+ * https://support.boldsign.com/kb/article/15855/resolving-locale-mismatch-errors-in-boldsign-esignature-api#error-description
37
+ *
38
+ * Example Success response:
39
+ * https://developers.boldsign.com/embedded-signing/get-embedded-signing-link/?region=us#example-response
40
+ */
41
+ export declare const BoldSignGetEmbeddedDocumentLinkResponseZod: z.ZodObject<{
42
+ errors: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>;
43
+ type: z.ZodString;
44
+ title: z.ZodString;
45
+ status: z.ZodNumber;
46
+ traceId: z.ZodString;
47
+ signLink: z.ZodString;
48
+ }, "strip", z.ZodTypeAny, {
49
+ type: string;
50
+ status: number;
51
+ errors: Record<string, string[]>;
52
+ title: string;
53
+ traceId: string;
54
+ signLink: string;
55
+ }, {
56
+ type: string;
57
+ status: number;
58
+ errors: Record<string, string[]>;
59
+ title: string;
60
+ traceId: string;
61
+ signLink: string;
62
+ }>;
63
+ export type BoldSignGetEmbeddedDocumentLinkResponseZod = z.infer<typeof BoldSignGetEmbeddedDocumentLinkResponseZod>;
64
+ /**
65
+ * Example error response:
66
+ * https://support.boldsign.com/kb/article/15855/resolving-locale-mismatch-errors-in-boldsign-esignature-api#error-description
67
+ *
68
+ * Example Success response:
69
+ * https://developers.boldsign.com/branding/create-brand/?region=us#example-response
70
+ * https://developers.boldsign.com/branding/update-brand/?region=us#example-response
71
+ */
72
+ export declare const BoldSignUpsertBrandResponseZod: z.ZodObject<{
73
+ errors: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>;
74
+ type: z.ZodString;
75
+ title: z.ZodString;
76
+ status: z.ZodNumber;
77
+ traceId: z.ZodString;
78
+ brandId: z.ZodString;
79
+ }, "strip", z.ZodTypeAny, {
80
+ type: string;
81
+ status: number;
82
+ errors: Record<string, string[]>;
83
+ title: string;
84
+ traceId: string;
85
+ brandId: string;
86
+ }, {
87
+ type: string;
88
+ status: number;
89
+ errors: Record<string, string[]>;
90
+ title: string;
91
+ traceId: string;
92
+ brandId: string;
93
+ }>;
94
+ export type BoldSignUpsertBrandResponseZod = z.infer<typeof BoldSignUpsertBrandResponseZod>;
95
+ /**
96
+ * Example error response:
97
+ * https://support.boldsign.com/kb/article/15855/resolving-locale-mismatch-errors-in-boldsign-esignature-api#error-description
98
+ *
99
+ * Example Success response:
100
+ * https://developers.boldsign.com/branding/delete-brand/?region=us#example-response
101
+ */
102
+ export declare const BoldSignDeleteBrandResponseZod: z.ZodObject<{
103
+ errors: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>;
104
+ type: z.ZodString;
105
+ title: z.ZodString;
106
+ status: z.ZodNumber;
107
+ traceId: z.ZodString;
108
+ message: z.ZodString;
109
+ }, "strip", z.ZodTypeAny, {
110
+ message: string;
111
+ type: string;
112
+ status: number;
113
+ errors: Record<string, string[]>;
114
+ title: string;
115
+ traceId: string;
116
+ }, {
117
+ message: string;
118
+ type: string;
119
+ status: number;
120
+ errors: Record<string, string[]>;
121
+ title: string;
122
+ traceId: string;
123
+ }>;
124
+ export type BoldSignDeleteBrandResponseZod = z.infer<typeof BoldSignDeleteBrandResponseZod>;
125
+ export declare const SignerMessageResponseZod: z.ZodObject<{
126
+ message: z.ZodString;
127
+ }, "strip", z.ZodTypeAny, {
128
+ message: string;
129
+ }, {
130
+ message: string;
131
+ }>;
132
+ export type SignerMessageResponseZod = z.infer<typeof SignerMessageResponseZod>;
133
+ export declare const FormFieldSchema: z.ZodObject<{
134
+ id: z.ZodString;
135
+ value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>>;
136
+ name: z.ZodOptional<z.ZodString>;
137
+ fieldType: z.ZodOptional<z.ZodString>;
138
+ pageNumber: z.ZodOptional<z.ZodNumber>;
139
+ bounds: z.ZodOptional<z.ZodObject<{
140
+ x: z.ZodNumber;
141
+ y: z.ZodNumber;
142
+ width: z.ZodNumber;
143
+ height: z.ZodNumber;
144
+ }, "strip", z.ZodTypeAny, {
145
+ height: number;
146
+ x: number;
147
+ y: number;
148
+ width: number;
149
+ }, {
150
+ height: number;
151
+ x: number;
152
+ y: number;
153
+ width: number;
154
+ }>>;
155
+ isRequired: z.ZodOptional<z.ZodBoolean>;
156
+ editableDateFieldSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
157
+ validationType: z.ZodOptional<z.ZodString>;
158
+ }, "strip", z.ZodTypeAny, {
159
+ id: string;
160
+ value?: string | number | null | undefined;
161
+ name?: string | undefined;
162
+ fieldType?: string | undefined;
163
+ isRequired?: boolean | undefined;
164
+ pageNumber?: number | undefined;
165
+ bounds?: {
166
+ height: number;
167
+ x: number;
168
+ y: number;
169
+ width: number;
170
+ } | undefined;
171
+ editableDateFieldSettings?: Record<string, string> | undefined;
172
+ validationType?: string | undefined;
173
+ }, {
174
+ id: string;
175
+ value?: string | number | null | undefined;
176
+ name?: string | undefined;
177
+ fieldType?: string | undefined;
178
+ isRequired?: boolean | undefined;
179
+ pageNumber?: number | undefined;
180
+ bounds?: {
181
+ height: number;
182
+ x: number;
183
+ y: number;
184
+ width: number;
185
+ } | undefined;
186
+ editableDateFieldSettings?: Record<string, string> | undefined;
187
+ validationType?: string | undefined;
188
+ }>;
189
+ export declare const SignerDataSchema: z.ZodUnion<[z.ZodObject<{
190
+ signerType: z.ZodLiteral<"Signer">;
191
+ signerRole: z.ZodString;
192
+ } & {
193
+ roleIndex: z.ZodNumber;
194
+ signerName: z.ZodString;
195
+ signerEmail: z.ZodOptional<z.ZodString>;
196
+ signerOrder: z.ZodOptional<z.ZodNumber>;
197
+ existingFormFields: z.ZodArray<z.ZodObject<{
198
+ id: z.ZodString;
199
+ value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>>;
200
+ name: z.ZodOptional<z.ZodString>;
201
+ fieldType: z.ZodOptional<z.ZodString>;
202
+ pageNumber: z.ZodOptional<z.ZodNumber>;
203
+ bounds: z.ZodOptional<z.ZodObject<{
204
+ x: z.ZodNumber;
205
+ y: z.ZodNumber;
206
+ width: z.ZodNumber;
207
+ height: z.ZodNumber;
208
+ }, "strip", z.ZodTypeAny, {
209
+ height: number;
210
+ x: number;
211
+ y: number;
212
+ width: number;
213
+ }, {
214
+ height: number;
215
+ x: number;
216
+ y: number;
217
+ width: number;
218
+ }>>;
219
+ isRequired: z.ZodOptional<z.ZodBoolean>;
220
+ editableDateFieldSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
221
+ validationType: z.ZodOptional<z.ZodString>;
222
+ }, "strip", z.ZodTypeAny, {
223
+ id: string;
224
+ value?: string | number | null | undefined;
225
+ name?: string | undefined;
226
+ fieldType?: string | undefined;
227
+ isRequired?: boolean | undefined;
228
+ pageNumber?: number | undefined;
229
+ bounds?: {
230
+ height: number;
231
+ x: number;
232
+ y: number;
233
+ width: number;
234
+ } | undefined;
235
+ editableDateFieldSettings?: Record<string, string> | undefined;
236
+ validationType?: string | undefined;
237
+ }, {
238
+ id: string;
239
+ value?: string | number | null | undefined;
240
+ name?: string | undefined;
241
+ fieldType?: string | undefined;
242
+ isRequired?: boolean | undefined;
243
+ pageNumber?: number | undefined;
244
+ bounds?: {
245
+ height: number;
246
+ x: number;
247
+ y: number;
248
+ width: number;
249
+ } | undefined;
250
+ editableDateFieldSettings?: Record<string, string> | undefined;
251
+ validationType?: string | undefined;
252
+ }>, "many">;
253
+ }, "strip", z.ZodTypeAny, {
254
+ signerName: string;
255
+ signerRole: string;
256
+ signerType: "Signer";
257
+ roleIndex: number;
258
+ existingFormFields: {
259
+ id: string;
260
+ value?: string | number | null | undefined;
261
+ name?: string | undefined;
262
+ fieldType?: string | undefined;
263
+ isRequired?: boolean | undefined;
264
+ pageNumber?: number | undefined;
265
+ bounds?: {
266
+ height: number;
267
+ x: number;
268
+ y: number;
269
+ width: number;
270
+ } | undefined;
271
+ editableDateFieldSettings?: Record<string, string> | undefined;
272
+ validationType?: string | undefined;
273
+ }[];
274
+ signerEmail?: string | undefined;
275
+ signerOrder?: number | undefined;
276
+ }, {
277
+ signerName: string;
278
+ signerRole: string;
279
+ signerType: "Signer";
280
+ roleIndex: number;
281
+ existingFormFields: {
282
+ id: string;
283
+ value?: string | number | null | undefined;
284
+ name?: string | undefined;
285
+ fieldType?: string | undefined;
286
+ isRequired?: boolean | undefined;
287
+ pageNumber?: number | undefined;
288
+ bounds?: {
289
+ height: number;
290
+ x: number;
291
+ y: number;
292
+ width: number;
293
+ } | undefined;
294
+ editableDateFieldSettings?: Record<string, string> | undefined;
295
+ validationType?: string | undefined;
296
+ }[];
297
+ signerEmail?: string | undefined;
298
+ signerOrder?: number | undefined;
299
+ }>, z.ZodObject<{
300
+ signerType: z.ZodLiteral<"Signer">;
301
+ signerRole: z.ZodString;
302
+ } & {
303
+ name: z.ZodString;
304
+ emailAddress: z.ZodOptional<z.ZodString>;
305
+ formFields: z.ZodArray<z.ZodObject<{
306
+ id: z.ZodString;
307
+ value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>>;
308
+ name: z.ZodOptional<z.ZodString>;
309
+ fieldType: z.ZodOptional<z.ZodString>;
310
+ pageNumber: z.ZodOptional<z.ZodNumber>;
311
+ bounds: z.ZodOptional<z.ZodObject<{
312
+ x: z.ZodNumber;
313
+ y: z.ZodNumber;
314
+ width: z.ZodNumber;
315
+ height: z.ZodNumber;
316
+ }, "strip", z.ZodTypeAny, {
317
+ height: number;
318
+ x: number;
319
+ y: number;
320
+ width: number;
321
+ }, {
322
+ height: number;
323
+ x: number;
324
+ y: number;
325
+ width: number;
326
+ }>>;
327
+ isRequired: z.ZodOptional<z.ZodBoolean>;
328
+ editableDateFieldSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
329
+ validationType: z.ZodOptional<z.ZodString>;
330
+ }, "strip", z.ZodTypeAny, {
331
+ id: string;
332
+ value?: string | number | null | undefined;
333
+ name?: string | undefined;
334
+ fieldType?: string | undefined;
335
+ isRequired?: boolean | undefined;
336
+ pageNumber?: number | undefined;
337
+ bounds?: {
338
+ height: number;
339
+ x: number;
340
+ y: number;
341
+ width: number;
342
+ } | undefined;
343
+ editableDateFieldSettings?: Record<string, string> | undefined;
344
+ validationType?: string | undefined;
345
+ }, {
346
+ id: string;
347
+ value?: string | number | null | undefined;
348
+ name?: string | undefined;
349
+ fieldType?: string | undefined;
350
+ isRequired?: boolean | undefined;
351
+ pageNumber?: number | undefined;
352
+ bounds?: {
353
+ height: number;
354
+ x: number;
355
+ y: number;
356
+ width: number;
357
+ } | undefined;
358
+ editableDateFieldSettings?: Record<string, string> | undefined;
359
+ validationType?: string | undefined;
360
+ }>, "many">;
361
+ }, "strip", z.ZodTypeAny, {
362
+ name: string;
363
+ signerRole: string;
364
+ formFields: {
365
+ id: string;
366
+ value?: string | number | null | undefined;
367
+ name?: string | undefined;
368
+ fieldType?: string | undefined;
369
+ isRequired?: boolean | undefined;
370
+ pageNumber?: number | undefined;
371
+ bounds?: {
372
+ height: number;
373
+ x: number;
374
+ y: number;
375
+ width: number;
376
+ } | undefined;
377
+ editableDateFieldSettings?: Record<string, string> | undefined;
378
+ validationType?: string | undefined;
379
+ }[];
380
+ signerType: "Signer";
381
+ emailAddress?: string | undefined;
382
+ }, {
383
+ name: string;
384
+ signerRole: string;
385
+ formFields: {
386
+ id: string;
387
+ value?: string | number | null | undefined;
388
+ name?: string | undefined;
389
+ fieldType?: string | undefined;
390
+ isRequired?: boolean | undefined;
391
+ pageNumber?: number | undefined;
392
+ bounds?: {
393
+ height: number;
394
+ x: number;
395
+ y: number;
396
+ width: number;
397
+ } | undefined;
398
+ editableDateFieldSettings?: Record<string, string> | undefined;
399
+ validationType?: string | undefined;
400
+ }[];
401
+ signerType: "Signer";
402
+ emailAddress?: string | undefined;
403
+ }>]>;
404
+ declare const TemplateDetailFormFieldSchema: z.ZodObject<{
405
+ id: z.ZodString;
406
+ fieldType: z.ZodString;
407
+ value: z.ZodString;
408
+ font: z.ZodString;
409
+ isRequired: z.ZodBoolean;
410
+ isReadOnly: z.ZodBoolean;
411
+ lineHeight: z.ZodNumber;
412
+ fontSize: z.ZodNumber;
413
+ fontHexColor: z.ZodString;
414
+ isUnderLineFont: z.ZodBoolean;
415
+ isItalicFont: z.ZodBoolean;
416
+ isBoldFont: z.ZodBoolean;
417
+ groupName: z.ZodString;
418
+ placeholder: z.ZodString;
419
+ validationtype: z.ZodString;
420
+ validationCustomRegex: z.ZodString;
421
+ validationCustomRegexMessage: z.ZodNullable<z.ZodString>;
422
+ dateFormat: z.ZodString;
423
+ imageInfo: z.ZodNullable<z.ZodAny>;
424
+ attachmentInfo: z.ZodNullable<z.ZodAny>;
425
+ editableDateFieldSettings: z.ZodNullable<z.ZodAny>;
426
+ conditionalRules: z.ZodArray<z.ZodAny, "many">;
427
+ dropdownOptions: z.ZodArray<z.ZodAny, "many">;
428
+ bounds: z.ZodObject<{
429
+ x: z.ZodNumber;
430
+ y: z.ZodNumber;
431
+ width: z.ZodNumber;
432
+ height: z.ZodNumber;
433
+ }, "strip", z.ZodTypeAny, {
434
+ height: number;
435
+ x: number;
436
+ y: number;
437
+ width: number;
438
+ }, {
439
+ height: number;
440
+ x: number;
441
+ y: number;
442
+ width: number;
443
+ }>;
444
+ pageNumber: z.ZodNumber;
445
+ dataSyncTag: z.ZodString;
446
+ textAlign: z.ZodString;
447
+ textDirection: z.ZodString;
448
+ }, "strip", z.ZodTypeAny, {
449
+ value: string;
450
+ id: string;
451
+ fieldType: string;
452
+ isRequired: boolean;
453
+ pageNumber: number;
454
+ bounds: {
455
+ height: number;
456
+ x: number;
457
+ y: number;
458
+ width: number;
459
+ };
460
+ font: string;
461
+ isReadOnly: boolean;
462
+ lineHeight: number;
463
+ fontSize: number;
464
+ fontHexColor: string;
465
+ isUnderLineFont: boolean;
466
+ isItalicFont: boolean;
467
+ isBoldFont: boolean;
468
+ groupName: string;
469
+ placeholder: string;
470
+ validationtype: string;
471
+ validationCustomRegex: string;
472
+ validationCustomRegexMessage: string | null;
473
+ dateFormat: string;
474
+ conditionalRules: any[];
475
+ dropdownOptions: any[];
476
+ dataSyncTag: string;
477
+ textAlign: string;
478
+ textDirection: string;
479
+ editableDateFieldSettings?: any;
480
+ imageInfo?: any;
481
+ attachmentInfo?: any;
482
+ }, {
483
+ value: string;
484
+ id: string;
485
+ fieldType: string;
486
+ isRequired: boolean;
487
+ pageNumber: number;
488
+ bounds: {
489
+ height: number;
490
+ x: number;
491
+ y: number;
492
+ width: number;
493
+ };
494
+ font: string;
495
+ isReadOnly: boolean;
496
+ lineHeight: number;
497
+ fontSize: number;
498
+ fontHexColor: string;
499
+ isUnderLineFont: boolean;
500
+ isItalicFont: boolean;
501
+ isBoldFont: boolean;
502
+ groupName: string;
503
+ placeholder: string;
504
+ validationtype: string;
505
+ validationCustomRegex: string;
506
+ validationCustomRegexMessage: string | null;
507
+ dateFormat: string;
508
+ conditionalRules: any[];
509
+ dropdownOptions: any[];
510
+ dataSyncTag: string;
511
+ textAlign: string;
512
+ textDirection: string;
513
+ editableDateFieldSettings?: any;
514
+ imageInfo?: any;
515
+ attachmentInfo?: any;
516
+ }>;
517
+ export type TemplateDetailFormFieldSchema = z.infer<typeof TemplateDetailFormFieldSchema>;
518
+ export declare const TemplateRoleSchema: z.ZodObject<{
519
+ name: z.ZodString;
520
+ index: z.ZodNumber;
521
+ defaultSignerName: z.ZodString;
522
+ defaultSignerEmail: z.ZodString;
523
+ phoneNumber: z.ZodNullable<z.ZodString>;
524
+ signerOrder: z.ZodNumber;
525
+ signerType: z.ZodString;
526
+ hostEmail: z.ZodString;
527
+ hostName: z.ZodString;
528
+ language: z.ZodNumber;
529
+ allowRoleEdit: z.ZodBoolean;
530
+ allowRoleDelete: z.ZodBoolean;
531
+ enableAccessCode: z.ZodBoolean;
532
+ enableEmailOTP: z.ZodBoolean;
533
+ imposeAuthentication: z.ZodString;
534
+ deliveryMode: z.ZodString;
535
+ allowFieldConfiguration: z.ZodBoolean;
536
+ formFields: z.ZodArray<z.ZodObject<{
537
+ id: z.ZodString;
538
+ fieldType: z.ZodString;
539
+ value: z.ZodString;
540
+ font: z.ZodString;
541
+ isRequired: z.ZodBoolean;
542
+ isReadOnly: z.ZodBoolean;
543
+ lineHeight: z.ZodNumber;
544
+ fontSize: z.ZodNumber;
545
+ fontHexColor: z.ZodString;
546
+ isUnderLineFont: z.ZodBoolean;
547
+ isItalicFont: z.ZodBoolean;
548
+ isBoldFont: z.ZodBoolean;
549
+ groupName: z.ZodString;
550
+ placeholder: z.ZodString;
551
+ validationtype: z.ZodString;
552
+ validationCustomRegex: z.ZodString;
553
+ validationCustomRegexMessage: z.ZodNullable<z.ZodString>;
554
+ dateFormat: z.ZodString;
555
+ imageInfo: z.ZodNullable<z.ZodAny>;
556
+ attachmentInfo: z.ZodNullable<z.ZodAny>;
557
+ editableDateFieldSettings: z.ZodNullable<z.ZodAny>;
558
+ conditionalRules: z.ZodArray<z.ZodAny, "many">;
559
+ dropdownOptions: z.ZodArray<z.ZodAny, "many">;
560
+ bounds: z.ZodObject<{
561
+ x: z.ZodNumber;
562
+ y: z.ZodNumber;
563
+ width: z.ZodNumber;
564
+ height: z.ZodNumber;
565
+ }, "strip", z.ZodTypeAny, {
566
+ height: number;
567
+ x: number;
568
+ y: number;
569
+ width: number;
570
+ }, {
571
+ height: number;
572
+ x: number;
573
+ y: number;
574
+ width: number;
575
+ }>;
576
+ pageNumber: z.ZodNumber;
577
+ dataSyncTag: z.ZodString;
578
+ textAlign: z.ZodString;
579
+ textDirection: z.ZodString;
580
+ }, "strip", z.ZodTypeAny, {
581
+ value: string;
582
+ id: string;
583
+ fieldType: string;
584
+ isRequired: boolean;
585
+ pageNumber: number;
586
+ bounds: {
587
+ height: number;
588
+ x: number;
589
+ y: number;
590
+ width: number;
591
+ };
592
+ font: string;
593
+ isReadOnly: boolean;
594
+ lineHeight: number;
595
+ fontSize: number;
596
+ fontHexColor: string;
597
+ isUnderLineFont: boolean;
598
+ isItalicFont: boolean;
599
+ isBoldFont: boolean;
600
+ groupName: string;
601
+ placeholder: string;
602
+ validationtype: string;
603
+ validationCustomRegex: string;
604
+ validationCustomRegexMessage: string | null;
605
+ dateFormat: string;
606
+ conditionalRules: any[];
607
+ dropdownOptions: any[];
608
+ dataSyncTag: string;
609
+ textAlign: string;
610
+ textDirection: string;
611
+ editableDateFieldSettings?: any;
612
+ imageInfo?: any;
613
+ attachmentInfo?: any;
614
+ }, {
615
+ value: string;
616
+ id: string;
617
+ fieldType: string;
618
+ isRequired: boolean;
619
+ pageNumber: number;
620
+ bounds: {
621
+ height: number;
622
+ x: number;
623
+ y: number;
624
+ width: number;
625
+ };
626
+ font: string;
627
+ isReadOnly: boolean;
628
+ lineHeight: number;
629
+ fontSize: number;
630
+ fontHexColor: string;
631
+ isUnderLineFont: boolean;
632
+ isItalicFont: boolean;
633
+ isBoldFont: boolean;
634
+ groupName: string;
635
+ placeholder: string;
636
+ validationtype: string;
637
+ validationCustomRegex: string;
638
+ validationCustomRegexMessage: string | null;
639
+ dateFormat: string;
640
+ conditionalRules: any[];
641
+ dropdownOptions: any[];
642
+ dataSyncTag: string;
643
+ textAlign: string;
644
+ textDirection: string;
645
+ editableDateFieldSettings?: any;
646
+ imageInfo?: any;
647
+ attachmentInfo?: any;
648
+ }>, "many">;
649
+ enableEditRecipients: z.ZodBoolean;
650
+ enableDeleteRecipients: z.ZodBoolean;
651
+ locale: z.ZodString;
652
+ recipientNotificationSettings: z.ZodObject<{
653
+ signatureRequest: z.ZodBoolean;
654
+ declined: z.ZodBoolean;
655
+ revoked: z.ZodBoolean;
656
+ signed: z.ZodBoolean;
657
+ completed: z.ZodBoolean;
658
+ expired: z.ZodBoolean;
659
+ reassigned: z.ZodBoolean;
660
+ deleted: z.ZodBoolean;
661
+ reminders: z.ZodBoolean;
662
+ editRecipient: z.ZodBoolean;
663
+ editDocument: z.ZodBoolean;
664
+ viewed: z.ZodOptional<z.ZodBoolean>;
665
+ }, "strip", z.ZodTypeAny, {
666
+ completed: boolean;
667
+ declined: boolean;
668
+ expired: boolean;
669
+ deleted: boolean;
670
+ signatureRequest: boolean;
671
+ revoked: boolean;
672
+ signed: boolean;
673
+ reassigned: boolean;
674
+ reminders: boolean;
675
+ editRecipient: boolean;
676
+ editDocument: boolean;
677
+ viewed?: boolean | undefined;
678
+ }, {
679
+ completed: boolean;
680
+ declined: boolean;
681
+ expired: boolean;
682
+ deleted: boolean;
683
+ signatureRequest: boolean;
684
+ revoked: boolean;
685
+ signed: boolean;
686
+ reassigned: boolean;
687
+ reminders: boolean;
688
+ editRecipient: boolean;
689
+ editDocument: boolean;
690
+ viewed?: boolean | undefined;
691
+ }>;
692
+ }, "strip", z.ZodTypeAny, {
693
+ name: string;
694
+ phoneNumber: string | null;
695
+ signerOrder: number;
696
+ formFields: {
697
+ value: string;
698
+ id: string;
699
+ fieldType: string;
700
+ isRequired: boolean;
701
+ pageNumber: number;
702
+ bounds: {
703
+ height: number;
704
+ x: number;
705
+ y: number;
706
+ width: number;
707
+ };
708
+ font: string;
709
+ isReadOnly: boolean;
710
+ lineHeight: number;
711
+ fontSize: number;
712
+ fontHexColor: string;
713
+ isUnderLineFont: boolean;
714
+ isItalicFont: boolean;
715
+ isBoldFont: boolean;
716
+ groupName: string;
717
+ placeholder: string;
718
+ validationtype: string;
719
+ validationCustomRegex: string;
720
+ validationCustomRegexMessage: string | null;
721
+ dateFormat: string;
722
+ conditionalRules: any[];
723
+ dropdownOptions: any[];
724
+ dataSyncTag: string;
725
+ textAlign: string;
726
+ textDirection: string;
727
+ editableDateFieldSettings?: any;
728
+ imageInfo?: any;
729
+ attachmentInfo?: any;
730
+ }[];
731
+ locale: string;
732
+ signerType: string;
733
+ index: number;
734
+ defaultSignerName: string;
735
+ defaultSignerEmail: string;
736
+ hostEmail: string;
737
+ hostName: string;
738
+ language: number;
739
+ allowRoleEdit: boolean;
740
+ allowRoleDelete: boolean;
741
+ enableAccessCode: boolean;
742
+ enableEmailOTP: boolean;
743
+ imposeAuthentication: string;
744
+ deliveryMode: string;
745
+ allowFieldConfiguration: boolean;
746
+ enableEditRecipients: boolean;
747
+ enableDeleteRecipients: boolean;
748
+ recipientNotificationSettings: {
749
+ completed: boolean;
750
+ declined: boolean;
751
+ expired: boolean;
752
+ deleted: boolean;
753
+ signatureRequest: boolean;
754
+ revoked: boolean;
755
+ signed: boolean;
756
+ reassigned: boolean;
757
+ reminders: boolean;
758
+ editRecipient: boolean;
759
+ editDocument: boolean;
760
+ viewed?: boolean | undefined;
761
+ };
762
+ }, {
763
+ name: string;
764
+ phoneNumber: string | null;
765
+ signerOrder: number;
766
+ formFields: {
767
+ value: string;
768
+ id: string;
769
+ fieldType: string;
770
+ isRequired: boolean;
771
+ pageNumber: number;
772
+ bounds: {
773
+ height: number;
774
+ x: number;
775
+ y: number;
776
+ width: number;
777
+ };
778
+ font: string;
779
+ isReadOnly: boolean;
780
+ lineHeight: number;
781
+ fontSize: number;
782
+ fontHexColor: string;
783
+ isUnderLineFont: boolean;
784
+ isItalicFont: boolean;
785
+ isBoldFont: boolean;
786
+ groupName: string;
787
+ placeholder: string;
788
+ validationtype: string;
789
+ validationCustomRegex: string;
790
+ validationCustomRegexMessage: string | null;
791
+ dateFormat: string;
792
+ conditionalRules: any[];
793
+ dropdownOptions: any[];
794
+ dataSyncTag: string;
795
+ textAlign: string;
796
+ textDirection: string;
797
+ editableDateFieldSettings?: any;
798
+ imageInfo?: any;
799
+ attachmentInfo?: any;
800
+ }[];
801
+ locale: string;
802
+ signerType: string;
803
+ index: number;
804
+ defaultSignerName: string;
805
+ defaultSignerEmail: string;
806
+ hostEmail: string;
807
+ hostName: string;
808
+ language: number;
809
+ allowRoleEdit: boolean;
810
+ allowRoleDelete: boolean;
811
+ enableAccessCode: boolean;
812
+ enableEmailOTP: boolean;
813
+ imposeAuthentication: string;
814
+ deliveryMode: string;
815
+ allowFieldConfiguration: boolean;
816
+ enableEditRecipients: boolean;
817
+ enableDeleteRecipients: boolean;
818
+ recipientNotificationSettings: {
819
+ completed: boolean;
820
+ declined: boolean;
821
+ expired: boolean;
822
+ deleted: boolean;
823
+ signatureRequest: boolean;
824
+ revoked: boolean;
825
+ signed: boolean;
826
+ reassigned: boolean;
827
+ reminders: boolean;
828
+ editRecipient: boolean;
829
+ editDocument: boolean;
830
+ viewed?: boolean | undefined;
831
+ };
832
+ }>;
833
+ export declare const TemplateDataSchema: z.ZodObject<{
834
+ templateId: z.ZodString;
835
+ title: z.ZodString;
836
+ description: z.ZodString;
837
+ documentTitle: z.ZodString;
838
+ documentMessage: z.ZodString;
839
+ files: z.ZodArray<z.ZodObject<{
840
+ documentName: z.ZodString;
841
+ order: z.ZodNumber;
842
+ pageCount: z.ZodNumber;
843
+ }, "strip", z.ZodTypeAny, {
844
+ documentName: string;
845
+ order: number;
846
+ pageCount: number;
847
+ }, {
848
+ documentName: string;
849
+ order: number;
850
+ pageCount: number;
851
+ }>, "many">;
852
+ roles: z.ZodArray<z.ZodObject<{
853
+ name: z.ZodString;
854
+ index: z.ZodNumber;
855
+ defaultSignerName: z.ZodString;
856
+ defaultSignerEmail: z.ZodString;
857
+ phoneNumber: z.ZodNullable<z.ZodString>;
858
+ signerOrder: z.ZodNumber;
859
+ signerType: z.ZodString;
860
+ hostEmail: z.ZodString;
861
+ hostName: z.ZodString;
862
+ language: z.ZodNumber;
863
+ allowRoleEdit: z.ZodBoolean;
864
+ allowRoleDelete: z.ZodBoolean;
865
+ enableAccessCode: z.ZodBoolean;
866
+ enableEmailOTP: z.ZodBoolean;
867
+ imposeAuthentication: z.ZodString;
868
+ deliveryMode: z.ZodString;
869
+ allowFieldConfiguration: z.ZodBoolean;
870
+ formFields: z.ZodArray<z.ZodObject<{
871
+ id: z.ZodString;
872
+ fieldType: z.ZodString;
873
+ value: z.ZodString;
874
+ font: z.ZodString;
875
+ isRequired: z.ZodBoolean;
876
+ isReadOnly: z.ZodBoolean;
877
+ lineHeight: z.ZodNumber;
878
+ fontSize: z.ZodNumber;
879
+ fontHexColor: z.ZodString;
880
+ isUnderLineFont: z.ZodBoolean;
881
+ isItalicFont: z.ZodBoolean;
882
+ isBoldFont: z.ZodBoolean;
883
+ groupName: z.ZodString;
884
+ placeholder: z.ZodString;
885
+ validationtype: z.ZodString;
886
+ validationCustomRegex: z.ZodString;
887
+ validationCustomRegexMessage: z.ZodNullable<z.ZodString>;
888
+ dateFormat: z.ZodString;
889
+ imageInfo: z.ZodNullable<z.ZodAny>;
890
+ attachmentInfo: z.ZodNullable<z.ZodAny>;
891
+ editableDateFieldSettings: z.ZodNullable<z.ZodAny>;
892
+ conditionalRules: z.ZodArray<z.ZodAny, "many">;
893
+ dropdownOptions: z.ZodArray<z.ZodAny, "many">;
894
+ bounds: z.ZodObject<{
895
+ x: z.ZodNumber;
896
+ y: z.ZodNumber;
897
+ width: z.ZodNumber;
898
+ height: z.ZodNumber;
899
+ }, "strip", z.ZodTypeAny, {
900
+ height: number;
901
+ x: number;
902
+ y: number;
903
+ width: number;
904
+ }, {
905
+ height: number;
906
+ x: number;
907
+ y: number;
908
+ width: number;
909
+ }>;
910
+ pageNumber: z.ZodNumber;
911
+ dataSyncTag: z.ZodString;
912
+ textAlign: z.ZodString;
913
+ textDirection: z.ZodString;
914
+ }, "strip", z.ZodTypeAny, {
915
+ value: string;
916
+ id: string;
917
+ fieldType: string;
918
+ isRequired: boolean;
919
+ pageNumber: number;
920
+ bounds: {
921
+ height: number;
922
+ x: number;
923
+ y: number;
924
+ width: number;
925
+ };
926
+ font: string;
927
+ isReadOnly: boolean;
928
+ lineHeight: number;
929
+ fontSize: number;
930
+ fontHexColor: string;
931
+ isUnderLineFont: boolean;
932
+ isItalicFont: boolean;
933
+ isBoldFont: boolean;
934
+ groupName: string;
935
+ placeholder: string;
936
+ validationtype: string;
937
+ validationCustomRegex: string;
938
+ validationCustomRegexMessage: string | null;
939
+ dateFormat: string;
940
+ conditionalRules: any[];
941
+ dropdownOptions: any[];
942
+ dataSyncTag: string;
943
+ textAlign: string;
944
+ textDirection: string;
945
+ editableDateFieldSettings?: any;
946
+ imageInfo?: any;
947
+ attachmentInfo?: any;
948
+ }, {
949
+ value: string;
950
+ id: string;
951
+ fieldType: string;
952
+ isRequired: boolean;
953
+ pageNumber: number;
954
+ bounds: {
955
+ height: number;
956
+ x: number;
957
+ y: number;
958
+ width: number;
959
+ };
960
+ font: string;
961
+ isReadOnly: boolean;
962
+ lineHeight: number;
963
+ fontSize: number;
964
+ fontHexColor: string;
965
+ isUnderLineFont: boolean;
966
+ isItalicFont: boolean;
967
+ isBoldFont: boolean;
968
+ groupName: string;
969
+ placeholder: string;
970
+ validationtype: string;
971
+ validationCustomRegex: string;
972
+ validationCustomRegexMessage: string | null;
973
+ dateFormat: string;
974
+ conditionalRules: any[];
975
+ dropdownOptions: any[];
976
+ dataSyncTag: string;
977
+ textAlign: string;
978
+ textDirection: string;
979
+ editableDateFieldSettings?: any;
980
+ imageInfo?: any;
981
+ attachmentInfo?: any;
982
+ }>, "many">;
983
+ enableEditRecipients: z.ZodBoolean;
984
+ enableDeleteRecipients: z.ZodBoolean;
985
+ locale: z.ZodString;
986
+ recipientNotificationSettings: z.ZodObject<{
987
+ signatureRequest: z.ZodBoolean;
988
+ declined: z.ZodBoolean;
989
+ revoked: z.ZodBoolean;
990
+ signed: z.ZodBoolean;
991
+ completed: z.ZodBoolean;
992
+ expired: z.ZodBoolean;
993
+ reassigned: z.ZodBoolean;
994
+ deleted: z.ZodBoolean;
995
+ reminders: z.ZodBoolean;
996
+ editRecipient: z.ZodBoolean;
997
+ editDocument: z.ZodBoolean;
998
+ viewed: z.ZodOptional<z.ZodBoolean>;
999
+ }, "strip", z.ZodTypeAny, {
1000
+ completed: boolean;
1001
+ declined: boolean;
1002
+ expired: boolean;
1003
+ deleted: boolean;
1004
+ signatureRequest: boolean;
1005
+ revoked: boolean;
1006
+ signed: boolean;
1007
+ reassigned: boolean;
1008
+ reminders: boolean;
1009
+ editRecipient: boolean;
1010
+ editDocument: boolean;
1011
+ viewed?: boolean | undefined;
1012
+ }, {
1013
+ completed: boolean;
1014
+ declined: boolean;
1015
+ expired: boolean;
1016
+ deleted: boolean;
1017
+ signatureRequest: boolean;
1018
+ revoked: boolean;
1019
+ signed: boolean;
1020
+ reassigned: boolean;
1021
+ reminders: boolean;
1022
+ editRecipient: boolean;
1023
+ editDocument: boolean;
1024
+ viewed?: boolean | undefined;
1025
+ }>;
1026
+ }, "strip", z.ZodTypeAny, {
1027
+ name: string;
1028
+ phoneNumber: string | null;
1029
+ signerOrder: number;
1030
+ formFields: {
1031
+ value: string;
1032
+ id: string;
1033
+ fieldType: string;
1034
+ isRequired: boolean;
1035
+ pageNumber: number;
1036
+ bounds: {
1037
+ height: number;
1038
+ x: number;
1039
+ y: number;
1040
+ width: number;
1041
+ };
1042
+ font: string;
1043
+ isReadOnly: boolean;
1044
+ lineHeight: number;
1045
+ fontSize: number;
1046
+ fontHexColor: string;
1047
+ isUnderLineFont: boolean;
1048
+ isItalicFont: boolean;
1049
+ isBoldFont: boolean;
1050
+ groupName: string;
1051
+ placeholder: string;
1052
+ validationtype: string;
1053
+ validationCustomRegex: string;
1054
+ validationCustomRegexMessage: string | null;
1055
+ dateFormat: string;
1056
+ conditionalRules: any[];
1057
+ dropdownOptions: any[];
1058
+ dataSyncTag: string;
1059
+ textAlign: string;
1060
+ textDirection: string;
1061
+ editableDateFieldSettings?: any;
1062
+ imageInfo?: any;
1063
+ attachmentInfo?: any;
1064
+ }[];
1065
+ locale: string;
1066
+ signerType: string;
1067
+ index: number;
1068
+ defaultSignerName: string;
1069
+ defaultSignerEmail: string;
1070
+ hostEmail: string;
1071
+ hostName: string;
1072
+ language: number;
1073
+ allowRoleEdit: boolean;
1074
+ allowRoleDelete: boolean;
1075
+ enableAccessCode: boolean;
1076
+ enableEmailOTP: boolean;
1077
+ imposeAuthentication: string;
1078
+ deliveryMode: string;
1079
+ allowFieldConfiguration: boolean;
1080
+ enableEditRecipients: boolean;
1081
+ enableDeleteRecipients: boolean;
1082
+ recipientNotificationSettings: {
1083
+ completed: boolean;
1084
+ declined: boolean;
1085
+ expired: boolean;
1086
+ deleted: boolean;
1087
+ signatureRequest: boolean;
1088
+ revoked: boolean;
1089
+ signed: boolean;
1090
+ reassigned: boolean;
1091
+ reminders: boolean;
1092
+ editRecipient: boolean;
1093
+ editDocument: boolean;
1094
+ viewed?: boolean | undefined;
1095
+ };
1096
+ }, {
1097
+ name: string;
1098
+ phoneNumber: string | null;
1099
+ signerOrder: number;
1100
+ formFields: {
1101
+ value: string;
1102
+ id: string;
1103
+ fieldType: string;
1104
+ isRequired: boolean;
1105
+ pageNumber: number;
1106
+ bounds: {
1107
+ height: number;
1108
+ x: number;
1109
+ y: number;
1110
+ width: number;
1111
+ };
1112
+ font: string;
1113
+ isReadOnly: boolean;
1114
+ lineHeight: number;
1115
+ fontSize: number;
1116
+ fontHexColor: string;
1117
+ isUnderLineFont: boolean;
1118
+ isItalicFont: boolean;
1119
+ isBoldFont: boolean;
1120
+ groupName: string;
1121
+ placeholder: string;
1122
+ validationtype: string;
1123
+ validationCustomRegex: string;
1124
+ validationCustomRegexMessage: string | null;
1125
+ dateFormat: string;
1126
+ conditionalRules: any[];
1127
+ dropdownOptions: any[];
1128
+ dataSyncTag: string;
1129
+ textAlign: string;
1130
+ textDirection: string;
1131
+ editableDateFieldSettings?: any;
1132
+ imageInfo?: any;
1133
+ attachmentInfo?: any;
1134
+ }[];
1135
+ locale: string;
1136
+ signerType: string;
1137
+ index: number;
1138
+ defaultSignerName: string;
1139
+ defaultSignerEmail: string;
1140
+ hostEmail: string;
1141
+ hostName: string;
1142
+ language: number;
1143
+ allowRoleEdit: boolean;
1144
+ allowRoleDelete: boolean;
1145
+ enableAccessCode: boolean;
1146
+ enableEmailOTP: boolean;
1147
+ imposeAuthentication: string;
1148
+ deliveryMode: string;
1149
+ allowFieldConfiguration: boolean;
1150
+ enableEditRecipients: boolean;
1151
+ enableDeleteRecipients: boolean;
1152
+ recipientNotificationSettings: {
1153
+ completed: boolean;
1154
+ declined: boolean;
1155
+ expired: boolean;
1156
+ deleted: boolean;
1157
+ signatureRequest: boolean;
1158
+ revoked: boolean;
1159
+ signed: boolean;
1160
+ reassigned: boolean;
1161
+ reminders: boolean;
1162
+ editRecipient: boolean;
1163
+ editDocument: boolean;
1164
+ viewed?: boolean | undefined;
1165
+ };
1166
+ }>, "many">;
1167
+ commonFields: z.ZodArray<z.ZodAny, "many">;
1168
+ cCDetails: z.ZodArray<z.ZodAny, "many">;
1169
+ brandId: z.ZodString;
1170
+ allowMessageEditing: z.ZodBoolean;
1171
+ allowNewRoles: z.ZodBoolean;
1172
+ enableReassign: z.ZodBoolean;
1173
+ EnablePrintAndSign: z.ZodBoolean;
1174
+ enableSigningOrder: z.ZodBoolean;
1175
+ createdDate: z.ZodNumber;
1176
+ createdBy: z.ZodObject<{
1177
+ emailAddress: z.ZodString;
1178
+ name: z.ZodString;
1179
+ }, "strip", z.ZodTypeAny, {
1180
+ name: string;
1181
+ emailAddress: string;
1182
+ }, {
1183
+ name: string;
1184
+ emailAddress: string;
1185
+ }>;
1186
+ sharedTemplateDetail: z.ZodArray<z.ZodAny, "many">;
1187
+ documentInfo: z.ZodArray<z.ZodObject<{
1188
+ language: z.ZodNumber;
1189
+ title: z.ZodString;
1190
+ description: z.ZodString;
1191
+ locale: z.ZodString;
1192
+ }, "strip", z.ZodTypeAny, {
1193
+ description: string;
1194
+ title: string;
1195
+ locale: string;
1196
+ language: number;
1197
+ }, {
1198
+ description: string;
1199
+ title: string;
1200
+ locale: string;
1201
+ language: number;
1202
+ }>, "many">;
1203
+ labels: z.ZodArray<z.ZodString, "many">;
1204
+ templateLabels: z.ZodArray<z.ZodString, "many">;
1205
+ recipientNotificationSettings: z.ZodObject<{
1206
+ signatureRequest: z.ZodBoolean;
1207
+ declined: z.ZodBoolean;
1208
+ revoked: z.ZodBoolean;
1209
+ signed: z.ZodBoolean;
1210
+ completed: z.ZodBoolean;
1211
+ expired: z.ZodBoolean;
1212
+ reassigned: z.ZodBoolean;
1213
+ deleted: z.ZodBoolean;
1214
+ reminders: z.ZodBoolean;
1215
+ editRecipient: z.ZodBoolean;
1216
+ editDocument: z.ZodBoolean;
1217
+ viewed: z.ZodOptional<z.ZodBoolean>;
1218
+ }, "strip", z.ZodTypeAny, {
1219
+ completed: boolean;
1220
+ declined: boolean;
1221
+ expired: boolean;
1222
+ deleted: boolean;
1223
+ signatureRequest: boolean;
1224
+ revoked: boolean;
1225
+ signed: boolean;
1226
+ reassigned: boolean;
1227
+ reminders: boolean;
1228
+ editRecipient: boolean;
1229
+ editDocument: boolean;
1230
+ viewed?: boolean | undefined;
1231
+ }, {
1232
+ completed: boolean;
1233
+ declined: boolean;
1234
+ expired: boolean;
1235
+ deleted: boolean;
1236
+ signatureRequest: boolean;
1237
+ revoked: boolean;
1238
+ signed: boolean;
1239
+ reassigned: boolean;
1240
+ reminders: boolean;
1241
+ editRecipient: boolean;
1242
+ editDocument: boolean;
1243
+ viewed?: boolean | undefined;
1244
+ }>;
1245
+ }, "strip", z.ZodTypeAny, {
1246
+ files: {
1247
+ documentName: string;
1248
+ order: number;
1249
+ pageCount: number;
1250
+ }[];
1251
+ description: string;
1252
+ title: string;
1253
+ labels: string[];
1254
+ createdDate: number;
1255
+ templateId: string;
1256
+ createdBy: {
1257
+ name: string;
1258
+ emailAddress: string;
1259
+ };
1260
+ brandId: string;
1261
+ recipientNotificationSettings: {
1262
+ completed: boolean;
1263
+ declined: boolean;
1264
+ expired: boolean;
1265
+ deleted: boolean;
1266
+ signatureRequest: boolean;
1267
+ revoked: boolean;
1268
+ signed: boolean;
1269
+ reassigned: boolean;
1270
+ reminders: boolean;
1271
+ editRecipient: boolean;
1272
+ editDocument: boolean;
1273
+ viewed?: boolean | undefined;
1274
+ };
1275
+ documentTitle: string;
1276
+ documentMessage: string;
1277
+ roles: {
1278
+ name: string;
1279
+ phoneNumber: string | null;
1280
+ signerOrder: number;
1281
+ formFields: {
1282
+ value: string;
1283
+ id: string;
1284
+ fieldType: string;
1285
+ isRequired: boolean;
1286
+ pageNumber: number;
1287
+ bounds: {
1288
+ height: number;
1289
+ x: number;
1290
+ y: number;
1291
+ width: number;
1292
+ };
1293
+ font: string;
1294
+ isReadOnly: boolean;
1295
+ lineHeight: number;
1296
+ fontSize: number;
1297
+ fontHexColor: string;
1298
+ isUnderLineFont: boolean;
1299
+ isItalicFont: boolean;
1300
+ isBoldFont: boolean;
1301
+ groupName: string;
1302
+ placeholder: string;
1303
+ validationtype: string;
1304
+ validationCustomRegex: string;
1305
+ validationCustomRegexMessage: string | null;
1306
+ dateFormat: string;
1307
+ conditionalRules: any[];
1308
+ dropdownOptions: any[];
1309
+ dataSyncTag: string;
1310
+ textAlign: string;
1311
+ textDirection: string;
1312
+ editableDateFieldSettings?: any;
1313
+ imageInfo?: any;
1314
+ attachmentInfo?: any;
1315
+ }[];
1316
+ locale: string;
1317
+ signerType: string;
1318
+ index: number;
1319
+ defaultSignerName: string;
1320
+ defaultSignerEmail: string;
1321
+ hostEmail: string;
1322
+ hostName: string;
1323
+ language: number;
1324
+ allowRoleEdit: boolean;
1325
+ allowRoleDelete: boolean;
1326
+ enableAccessCode: boolean;
1327
+ enableEmailOTP: boolean;
1328
+ imposeAuthentication: string;
1329
+ deliveryMode: string;
1330
+ allowFieldConfiguration: boolean;
1331
+ enableEditRecipients: boolean;
1332
+ enableDeleteRecipients: boolean;
1333
+ recipientNotificationSettings: {
1334
+ completed: boolean;
1335
+ declined: boolean;
1336
+ expired: boolean;
1337
+ deleted: boolean;
1338
+ signatureRequest: boolean;
1339
+ revoked: boolean;
1340
+ signed: boolean;
1341
+ reassigned: boolean;
1342
+ reminders: boolean;
1343
+ editRecipient: boolean;
1344
+ editDocument: boolean;
1345
+ viewed?: boolean | undefined;
1346
+ };
1347
+ }[];
1348
+ commonFields: any[];
1349
+ cCDetails: any[];
1350
+ allowMessageEditing: boolean;
1351
+ allowNewRoles: boolean;
1352
+ enableReassign: boolean;
1353
+ EnablePrintAndSign: boolean;
1354
+ enableSigningOrder: boolean;
1355
+ sharedTemplateDetail: any[];
1356
+ documentInfo: {
1357
+ description: string;
1358
+ title: string;
1359
+ locale: string;
1360
+ language: number;
1361
+ }[];
1362
+ templateLabels: string[];
1363
+ }, {
1364
+ files: {
1365
+ documentName: string;
1366
+ order: number;
1367
+ pageCount: number;
1368
+ }[];
1369
+ description: string;
1370
+ title: string;
1371
+ labels: string[];
1372
+ createdDate: number;
1373
+ templateId: string;
1374
+ createdBy: {
1375
+ name: string;
1376
+ emailAddress: string;
1377
+ };
1378
+ brandId: string;
1379
+ recipientNotificationSettings: {
1380
+ completed: boolean;
1381
+ declined: boolean;
1382
+ expired: boolean;
1383
+ deleted: boolean;
1384
+ signatureRequest: boolean;
1385
+ revoked: boolean;
1386
+ signed: boolean;
1387
+ reassigned: boolean;
1388
+ reminders: boolean;
1389
+ editRecipient: boolean;
1390
+ editDocument: boolean;
1391
+ viewed?: boolean | undefined;
1392
+ };
1393
+ documentTitle: string;
1394
+ documentMessage: string;
1395
+ roles: {
1396
+ name: string;
1397
+ phoneNumber: string | null;
1398
+ signerOrder: number;
1399
+ formFields: {
1400
+ value: string;
1401
+ id: string;
1402
+ fieldType: string;
1403
+ isRequired: boolean;
1404
+ pageNumber: number;
1405
+ bounds: {
1406
+ height: number;
1407
+ x: number;
1408
+ y: number;
1409
+ width: number;
1410
+ };
1411
+ font: string;
1412
+ isReadOnly: boolean;
1413
+ lineHeight: number;
1414
+ fontSize: number;
1415
+ fontHexColor: string;
1416
+ isUnderLineFont: boolean;
1417
+ isItalicFont: boolean;
1418
+ isBoldFont: boolean;
1419
+ groupName: string;
1420
+ placeholder: string;
1421
+ validationtype: string;
1422
+ validationCustomRegex: string;
1423
+ validationCustomRegexMessage: string | null;
1424
+ dateFormat: string;
1425
+ conditionalRules: any[];
1426
+ dropdownOptions: any[];
1427
+ dataSyncTag: string;
1428
+ textAlign: string;
1429
+ textDirection: string;
1430
+ editableDateFieldSettings?: any;
1431
+ imageInfo?: any;
1432
+ attachmentInfo?: any;
1433
+ }[];
1434
+ locale: string;
1435
+ signerType: string;
1436
+ index: number;
1437
+ defaultSignerName: string;
1438
+ defaultSignerEmail: string;
1439
+ hostEmail: string;
1440
+ hostName: string;
1441
+ language: number;
1442
+ allowRoleEdit: boolean;
1443
+ allowRoleDelete: boolean;
1444
+ enableAccessCode: boolean;
1445
+ enableEmailOTP: boolean;
1446
+ imposeAuthentication: string;
1447
+ deliveryMode: string;
1448
+ allowFieldConfiguration: boolean;
1449
+ enableEditRecipients: boolean;
1450
+ enableDeleteRecipients: boolean;
1451
+ recipientNotificationSettings: {
1452
+ completed: boolean;
1453
+ declined: boolean;
1454
+ expired: boolean;
1455
+ deleted: boolean;
1456
+ signatureRequest: boolean;
1457
+ revoked: boolean;
1458
+ signed: boolean;
1459
+ reassigned: boolean;
1460
+ reminders: boolean;
1461
+ editRecipient: boolean;
1462
+ editDocument: boolean;
1463
+ viewed?: boolean | undefined;
1464
+ };
1465
+ }[];
1466
+ commonFields: any[];
1467
+ cCDetails: any[];
1468
+ allowMessageEditing: boolean;
1469
+ allowNewRoles: boolean;
1470
+ enableReassign: boolean;
1471
+ EnablePrintAndSign: boolean;
1472
+ enableSigningOrder: boolean;
1473
+ sharedTemplateDetail: any[];
1474
+ documentInfo: {
1475
+ description: string;
1476
+ title: string;
1477
+ locale: string;
1478
+ language: number;
1479
+ }[];
1480
+ templateLabels: string[];
1481
+ }>;
1482
+ export type FormField = z.infer<typeof FormFieldSchema>;
1483
+ export type SignerData = z.infer<typeof SignerDataSchema>;
1484
+ export type TemplateDetailFormField = z.infer<typeof TemplateDetailFormFieldSchema>;
1485
+ export type TemplateRole = z.infer<typeof TemplateRoleSchema>;
1486
+ export type TemplateData = z.infer<typeof TemplateDataSchema>;
1487
+ declare const SignerDetailSchema: z.ZodObject<{
1488
+ signerName: z.ZodString;
1489
+ signerRole: z.ZodString;
1490
+ signerEmail: z.ZodString;
1491
+ status: z.ZodString;
1492
+ enableAccessCode: z.ZodBoolean;
1493
+ isAuthenticationFailed: z.ZodNullable<z.ZodBoolean>;
1494
+ enableEmailOTP: z.ZodBoolean;
1495
+ authenticationType: z.ZodString;
1496
+ isDeliveryFailed: z.ZodBoolean;
1497
+ isViewed: z.ZodBoolean;
1498
+ order: z.ZodNumber;
1499
+ signerType: z.ZodString;
1500
+ hostEmail: z.ZodString;
1501
+ hostName: z.ZodString;
1502
+ isReassigned: z.ZodBoolean;
1503
+ privateMessage: z.ZodString;
1504
+ allowFieldConfiguration: z.ZodBoolean;
1505
+ idVerification: z.ZodObject<{
1506
+ type: z.ZodString;
1507
+ maximumRetryCount: z.ZodNumber;
1508
+ status: z.ZodString;
1509
+ nameMatcher: z.ZodString;
1510
+ requireLiveCapture: z.ZodBoolean;
1511
+ requireMatchingSelfie: z.ZodBoolean;
1512
+ holdForPrefill: z.ZodBoolean;
1513
+ prefillCompleted: z.ZodBoolean;
1514
+ }, "strip", z.ZodTypeAny, {
1515
+ type: string;
1516
+ status: string;
1517
+ maximumRetryCount: number;
1518
+ nameMatcher: string;
1519
+ requireLiveCapture: boolean;
1520
+ requireMatchingSelfie: boolean;
1521
+ holdForPrefill: boolean;
1522
+ prefillCompleted: boolean;
1523
+ }, {
1524
+ type: string;
1525
+ status: string;
1526
+ maximumRetryCount: number;
1527
+ nameMatcher: string;
1528
+ requireLiveCapture: boolean;
1529
+ requireMatchingSelfie: boolean;
1530
+ holdForPrefill: boolean;
1531
+ prefillCompleted: boolean;
1532
+ }>;
1533
+ formFields: z.ZodArray<z.ZodObject<{
1534
+ id: z.ZodString;
1535
+ type: z.ZodString;
1536
+ value: z.ZodString;
1537
+ font: z.ZodString;
1538
+ isRequired: z.ZodBoolean;
1539
+ isReadOnly: z.ZodBoolean;
1540
+ lineHeight: z.ZodNumber;
1541
+ fontSize: z.ZodNumber;
1542
+ fontColor: z.ZodString;
1543
+ isUnderline: z.ZodBoolean;
1544
+ isItalic: z.ZodBoolean;
1545
+ isBold: z.ZodBoolean;
1546
+ groupName: z.ZodString;
1547
+ placeholder: z.ZodString;
1548
+ validationtype: z.ZodString;
1549
+ validationCustomRegex: z.ZodString;
1550
+ validationCustomRegexMessage: z.ZodString;
1551
+ dateFormat: z.ZodString;
1552
+ imageInfo: z.ZodNull;
1553
+ attachmentInfo: z.ZodNull;
1554
+ fileInfo: z.ZodNull;
1555
+ editableDateFieldSettings: z.ZodNull;
1556
+ conditionalLogic: z.ZodArray<z.ZodAny, "many">;
1557
+ hyperlinkText: z.ZodString;
1558
+ dropdownOptions: z.ZodArray<z.ZodAny, "many">;
1559
+ bounds: z.ZodObject<{
1560
+ x: z.ZodNumber;
1561
+ y: z.ZodNumber;
1562
+ width: z.ZodNumber;
1563
+ height: z.ZodNumber;
1564
+ }, "strip", z.ZodTypeAny, {
1565
+ height: number;
1566
+ x: number;
1567
+ y: number;
1568
+ width: number;
1569
+ }, {
1570
+ height: number;
1571
+ x: number;
1572
+ y: number;
1573
+ width: number;
1574
+ }>;
1575
+ pageNumber: z.ZodNumber;
1576
+ dataSyncTag: z.ZodString;
1577
+ textAlign: z.ZodString;
1578
+ textDirection: z.ZodString;
1579
+ characterSpacing: z.ZodNumber;
1580
+ }, "strip", z.ZodTypeAny, {
1581
+ value: string;
1582
+ type: string;
1583
+ id: string;
1584
+ isRequired: boolean;
1585
+ pageNumber: number;
1586
+ bounds: {
1587
+ height: number;
1588
+ x: number;
1589
+ y: number;
1590
+ width: number;
1591
+ };
1592
+ editableDateFieldSettings: null;
1593
+ font: string;
1594
+ isReadOnly: boolean;
1595
+ lineHeight: number;
1596
+ fontSize: number;
1597
+ groupName: string;
1598
+ placeholder: string;
1599
+ validationtype: string;
1600
+ validationCustomRegex: string;
1601
+ validationCustomRegexMessage: string;
1602
+ dateFormat: string;
1603
+ imageInfo: null;
1604
+ attachmentInfo: null;
1605
+ dropdownOptions: any[];
1606
+ dataSyncTag: string;
1607
+ textAlign: string;
1608
+ textDirection: string;
1609
+ fontColor: string;
1610
+ isUnderline: boolean;
1611
+ isItalic: boolean;
1612
+ isBold: boolean;
1613
+ fileInfo: null;
1614
+ conditionalLogic: any[];
1615
+ hyperlinkText: string;
1616
+ characterSpacing: number;
1617
+ }, {
1618
+ value: string;
1619
+ type: string;
1620
+ id: string;
1621
+ isRequired: boolean;
1622
+ pageNumber: number;
1623
+ bounds: {
1624
+ height: number;
1625
+ x: number;
1626
+ y: number;
1627
+ width: number;
1628
+ };
1629
+ editableDateFieldSettings: null;
1630
+ font: string;
1631
+ isReadOnly: boolean;
1632
+ lineHeight: number;
1633
+ fontSize: number;
1634
+ groupName: string;
1635
+ placeholder: string;
1636
+ validationtype: string;
1637
+ validationCustomRegex: string;
1638
+ validationCustomRegexMessage: string;
1639
+ dateFormat: string;
1640
+ imageInfo: null;
1641
+ attachmentInfo: null;
1642
+ dropdownOptions: any[];
1643
+ dataSyncTag: string;
1644
+ textAlign: string;
1645
+ textDirection: string;
1646
+ fontColor: string;
1647
+ isUnderline: boolean;
1648
+ isItalic: boolean;
1649
+ isBold: boolean;
1650
+ fileInfo: null;
1651
+ conditionalLogic: any[];
1652
+ hyperlinkText: string;
1653
+ characterSpacing: number;
1654
+ }>, "many">;
1655
+ language: z.ZodNumber;
1656
+ locale: z.ZodString;
1657
+ recipientNotificationSettings: z.ZodObject<{
1658
+ signatureRequest: z.ZodBoolean;
1659
+ declined: z.ZodBoolean;
1660
+ revoked: z.ZodBoolean;
1661
+ signed: z.ZodBoolean;
1662
+ completed: z.ZodBoolean;
1663
+ expired: z.ZodBoolean;
1664
+ reassigned: z.ZodBoolean;
1665
+ deleted: z.ZodBoolean;
1666
+ reminders: z.ZodBoolean;
1667
+ editRecipient: z.ZodBoolean;
1668
+ editDocument: z.ZodBoolean;
1669
+ viewed: z.ZodOptional<z.ZodBoolean>;
1670
+ }, "strip", z.ZodTypeAny, {
1671
+ completed: boolean;
1672
+ declined: boolean;
1673
+ expired: boolean;
1674
+ deleted: boolean;
1675
+ signatureRequest: boolean;
1676
+ revoked: boolean;
1677
+ signed: boolean;
1678
+ reassigned: boolean;
1679
+ reminders: boolean;
1680
+ editRecipient: boolean;
1681
+ editDocument: boolean;
1682
+ viewed?: boolean | undefined;
1683
+ }, {
1684
+ completed: boolean;
1685
+ declined: boolean;
1686
+ expired: boolean;
1687
+ deleted: boolean;
1688
+ signatureRequest: boolean;
1689
+ revoked: boolean;
1690
+ signed: boolean;
1691
+ reassigned: boolean;
1692
+ reminders: boolean;
1693
+ editRecipient: boolean;
1694
+ editDocument: boolean;
1695
+ viewed?: boolean | undefined;
1696
+ }>;
1697
+ authenticationRetryCount: z.ZodNullable<z.ZodNumber>;
1698
+ }, "strip", z.ZodTypeAny, {
1699
+ status: string;
1700
+ signerName: string;
1701
+ signerRole: string;
1702
+ signerEmail: string;
1703
+ formFields: {
1704
+ value: string;
1705
+ type: string;
1706
+ id: string;
1707
+ isRequired: boolean;
1708
+ pageNumber: number;
1709
+ bounds: {
1710
+ height: number;
1711
+ x: number;
1712
+ y: number;
1713
+ width: number;
1714
+ };
1715
+ editableDateFieldSettings: null;
1716
+ font: string;
1717
+ isReadOnly: boolean;
1718
+ lineHeight: number;
1719
+ fontSize: number;
1720
+ groupName: string;
1721
+ placeholder: string;
1722
+ validationtype: string;
1723
+ validationCustomRegex: string;
1724
+ validationCustomRegexMessage: string;
1725
+ dateFormat: string;
1726
+ imageInfo: null;
1727
+ attachmentInfo: null;
1728
+ dropdownOptions: any[];
1729
+ dataSyncTag: string;
1730
+ textAlign: string;
1731
+ textDirection: string;
1732
+ fontColor: string;
1733
+ isUnderline: boolean;
1734
+ isItalic: boolean;
1735
+ isBold: boolean;
1736
+ fileInfo: null;
1737
+ conditionalLogic: any[];
1738
+ hyperlinkText: string;
1739
+ characterSpacing: number;
1740
+ }[];
1741
+ order: number;
1742
+ locale: string;
1743
+ signerType: string;
1744
+ hostEmail: string;
1745
+ hostName: string;
1746
+ language: number;
1747
+ enableAccessCode: boolean;
1748
+ enableEmailOTP: boolean;
1749
+ allowFieldConfiguration: boolean;
1750
+ recipientNotificationSettings: {
1751
+ completed: boolean;
1752
+ declined: boolean;
1753
+ expired: boolean;
1754
+ deleted: boolean;
1755
+ signatureRequest: boolean;
1756
+ revoked: boolean;
1757
+ signed: boolean;
1758
+ reassigned: boolean;
1759
+ reminders: boolean;
1760
+ editRecipient: boolean;
1761
+ editDocument: boolean;
1762
+ viewed?: boolean | undefined;
1763
+ };
1764
+ isAuthenticationFailed: boolean | null;
1765
+ authenticationType: string;
1766
+ isDeliveryFailed: boolean;
1767
+ isViewed: boolean;
1768
+ isReassigned: boolean;
1769
+ privateMessage: string;
1770
+ idVerification: {
1771
+ type: string;
1772
+ status: string;
1773
+ maximumRetryCount: number;
1774
+ nameMatcher: string;
1775
+ requireLiveCapture: boolean;
1776
+ requireMatchingSelfie: boolean;
1777
+ holdForPrefill: boolean;
1778
+ prefillCompleted: boolean;
1779
+ };
1780
+ authenticationRetryCount: number | null;
1781
+ }, {
1782
+ status: string;
1783
+ signerName: string;
1784
+ signerRole: string;
1785
+ signerEmail: string;
1786
+ formFields: {
1787
+ value: string;
1788
+ type: string;
1789
+ id: string;
1790
+ isRequired: boolean;
1791
+ pageNumber: number;
1792
+ bounds: {
1793
+ height: number;
1794
+ x: number;
1795
+ y: number;
1796
+ width: number;
1797
+ };
1798
+ editableDateFieldSettings: null;
1799
+ font: string;
1800
+ isReadOnly: boolean;
1801
+ lineHeight: number;
1802
+ fontSize: number;
1803
+ groupName: string;
1804
+ placeholder: string;
1805
+ validationtype: string;
1806
+ validationCustomRegex: string;
1807
+ validationCustomRegexMessage: string;
1808
+ dateFormat: string;
1809
+ imageInfo: null;
1810
+ attachmentInfo: null;
1811
+ dropdownOptions: any[];
1812
+ dataSyncTag: string;
1813
+ textAlign: string;
1814
+ textDirection: string;
1815
+ fontColor: string;
1816
+ isUnderline: boolean;
1817
+ isItalic: boolean;
1818
+ isBold: boolean;
1819
+ fileInfo: null;
1820
+ conditionalLogic: any[];
1821
+ hyperlinkText: string;
1822
+ characterSpacing: number;
1823
+ }[];
1824
+ order: number;
1825
+ locale: string;
1826
+ signerType: string;
1827
+ hostEmail: string;
1828
+ hostName: string;
1829
+ language: number;
1830
+ enableAccessCode: boolean;
1831
+ enableEmailOTP: boolean;
1832
+ allowFieldConfiguration: boolean;
1833
+ recipientNotificationSettings: {
1834
+ completed: boolean;
1835
+ declined: boolean;
1836
+ expired: boolean;
1837
+ deleted: boolean;
1838
+ signatureRequest: boolean;
1839
+ revoked: boolean;
1840
+ signed: boolean;
1841
+ reassigned: boolean;
1842
+ reminders: boolean;
1843
+ editRecipient: boolean;
1844
+ editDocument: boolean;
1845
+ viewed?: boolean | undefined;
1846
+ };
1847
+ isAuthenticationFailed: boolean | null;
1848
+ authenticationType: string;
1849
+ isDeliveryFailed: boolean;
1850
+ isViewed: boolean;
1851
+ isReassigned: boolean;
1852
+ privateMessage: string;
1853
+ idVerification: {
1854
+ type: string;
1855
+ status: string;
1856
+ maximumRetryCount: number;
1857
+ nameMatcher: string;
1858
+ requireLiveCapture: boolean;
1859
+ requireMatchingSelfie: boolean;
1860
+ holdForPrefill: boolean;
1861
+ prefillCompleted: boolean;
1862
+ };
1863
+ authenticationRetryCount: number | null;
1864
+ }>;
1865
+ declare const DocumentSchema: z.ZodObject<{
1866
+ documentId: z.ZodString;
1867
+ brandId: z.ZodString;
1868
+ messageTitle: z.ZodString;
1869
+ documentDescription: z.ZodString;
1870
+ status: z.ZodString;
1871
+ files: z.ZodArray<z.ZodObject<{
1872
+ documentName: z.ZodString;
1873
+ order: z.ZodNumber;
1874
+ pageCount: z.ZodNumber;
1875
+ }, "strip", z.ZodTypeAny, {
1876
+ documentName: string;
1877
+ order: number;
1878
+ pageCount: number;
1879
+ }, {
1880
+ documentName: string;
1881
+ order: number;
1882
+ pageCount: number;
1883
+ }>, "many">;
1884
+ senderDetail: z.ZodObject<{
1885
+ name: z.ZodString;
1886
+ privateMessage: z.ZodNull;
1887
+ emailAddress: z.ZodString;
1888
+ isViewed: z.ZodBoolean;
1889
+ }, "strip", z.ZodTypeAny, {
1890
+ name: string;
1891
+ emailAddress: string;
1892
+ isViewed: boolean;
1893
+ privateMessage: null;
1894
+ }, {
1895
+ name: string;
1896
+ emailAddress: string;
1897
+ isViewed: boolean;
1898
+ privateMessage: null;
1899
+ }>;
1900
+ signerDetails: z.ZodArray<z.ZodObject<{
1901
+ signerName: z.ZodString;
1902
+ signerRole: z.ZodString;
1903
+ signerEmail: z.ZodString;
1904
+ status: z.ZodString;
1905
+ enableAccessCode: z.ZodBoolean;
1906
+ isAuthenticationFailed: z.ZodNullable<z.ZodBoolean>;
1907
+ enableEmailOTP: z.ZodBoolean;
1908
+ authenticationType: z.ZodString;
1909
+ isDeliveryFailed: z.ZodBoolean;
1910
+ isViewed: z.ZodBoolean;
1911
+ order: z.ZodNumber;
1912
+ signerType: z.ZodString;
1913
+ hostEmail: z.ZodString;
1914
+ hostName: z.ZodString;
1915
+ isReassigned: z.ZodBoolean;
1916
+ privateMessage: z.ZodString;
1917
+ allowFieldConfiguration: z.ZodBoolean;
1918
+ idVerification: z.ZodObject<{
1919
+ type: z.ZodString;
1920
+ maximumRetryCount: z.ZodNumber;
1921
+ status: z.ZodString;
1922
+ nameMatcher: z.ZodString;
1923
+ requireLiveCapture: z.ZodBoolean;
1924
+ requireMatchingSelfie: z.ZodBoolean;
1925
+ holdForPrefill: z.ZodBoolean;
1926
+ prefillCompleted: z.ZodBoolean;
1927
+ }, "strip", z.ZodTypeAny, {
1928
+ type: string;
1929
+ status: string;
1930
+ maximumRetryCount: number;
1931
+ nameMatcher: string;
1932
+ requireLiveCapture: boolean;
1933
+ requireMatchingSelfie: boolean;
1934
+ holdForPrefill: boolean;
1935
+ prefillCompleted: boolean;
1936
+ }, {
1937
+ type: string;
1938
+ status: string;
1939
+ maximumRetryCount: number;
1940
+ nameMatcher: string;
1941
+ requireLiveCapture: boolean;
1942
+ requireMatchingSelfie: boolean;
1943
+ holdForPrefill: boolean;
1944
+ prefillCompleted: boolean;
1945
+ }>;
1946
+ formFields: z.ZodArray<z.ZodObject<{
1947
+ id: z.ZodString;
1948
+ type: z.ZodString;
1949
+ value: z.ZodString;
1950
+ font: z.ZodString;
1951
+ isRequired: z.ZodBoolean;
1952
+ isReadOnly: z.ZodBoolean;
1953
+ lineHeight: z.ZodNumber;
1954
+ fontSize: z.ZodNumber;
1955
+ fontColor: z.ZodString;
1956
+ isUnderline: z.ZodBoolean;
1957
+ isItalic: z.ZodBoolean;
1958
+ isBold: z.ZodBoolean;
1959
+ groupName: z.ZodString;
1960
+ placeholder: z.ZodString;
1961
+ validationtype: z.ZodString;
1962
+ validationCustomRegex: z.ZodString;
1963
+ validationCustomRegexMessage: z.ZodString;
1964
+ dateFormat: z.ZodString;
1965
+ imageInfo: z.ZodNull;
1966
+ attachmentInfo: z.ZodNull;
1967
+ fileInfo: z.ZodNull;
1968
+ editableDateFieldSettings: z.ZodNull;
1969
+ conditionalLogic: z.ZodArray<z.ZodAny, "many">;
1970
+ hyperlinkText: z.ZodString;
1971
+ dropdownOptions: z.ZodArray<z.ZodAny, "many">;
1972
+ bounds: z.ZodObject<{
1973
+ x: z.ZodNumber;
1974
+ y: z.ZodNumber;
1975
+ width: z.ZodNumber;
1976
+ height: z.ZodNumber;
1977
+ }, "strip", z.ZodTypeAny, {
1978
+ height: number;
1979
+ x: number;
1980
+ y: number;
1981
+ width: number;
1982
+ }, {
1983
+ height: number;
1984
+ x: number;
1985
+ y: number;
1986
+ width: number;
1987
+ }>;
1988
+ pageNumber: z.ZodNumber;
1989
+ dataSyncTag: z.ZodString;
1990
+ textAlign: z.ZodString;
1991
+ textDirection: z.ZodString;
1992
+ characterSpacing: z.ZodNumber;
1993
+ }, "strip", z.ZodTypeAny, {
1994
+ value: string;
1995
+ type: string;
1996
+ id: string;
1997
+ isRequired: boolean;
1998
+ pageNumber: number;
1999
+ bounds: {
2000
+ height: number;
2001
+ x: number;
2002
+ y: number;
2003
+ width: number;
2004
+ };
2005
+ editableDateFieldSettings: null;
2006
+ font: string;
2007
+ isReadOnly: boolean;
2008
+ lineHeight: number;
2009
+ fontSize: number;
2010
+ groupName: string;
2011
+ placeholder: string;
2012
+ validationtype: string;
2013
+ validationCustomRegex: string;
2014
+ validationCustomRegexMessage: string;
2015
+ dateFormat: string;
2016
+ imageInfo: null;
2017
+ attachmentInfo: null;
2018
+ dropdownOptions: any[];
2019
+ dataSyncTag: string;
2020
+ textAlign: string;
2021
+ textDirection: string;
2022
+ fontColor: string;
2023
+ isUnderline: boolean;
2024
+ isItalic: boolean;
2025
+ isBold: boolean;
2026
+ fileInfo: null;
2027
+ conditionalLogic: any[];
2028
+ hyperlinkText: string;
2029
+ characterSpacing: number;
2030
+ }, {
2031
+ value: string;
2032
+ type: string;
2033
+ id: string;
2034
+ isRequired: boolean;
2035
+ pageNumber: number;
2036
+ bounds: {
2037
+ height: number;
2038
+ x: number;
2039
+ y: number;
2040
+ width: number;
2041
+ };
2042
+ editableDateFieldSettings: null;
2043
+ font: string;
2044
+ isReadOnly: boolean;
2045
+ lineHeight: number;
2046
+ fontSize: number;
2047
+ groupName: string;
2048
+ placeholder: string;
2049
+ validationtype: string;
2050
+ validationCustomRegex: string;
2051
+ validationCustomRegexMessage: string;
2052
+ dateFormat: string;
2053
+ imageInfo: null;
2054
+ attachmentInfo: null;
2055
+ dropdownOptions: any[];
2056
+ dataSyncTag: string;
2057
+ textAlign: string;
2058
+ textDirection: string;
2059
+ fontColor: string;
2060
+ isUnderline: boolean;
2061
+ isItalic: boolean;
2062
+ isBold: boolean;
2063
+ fileInfo: null;
2064
+ conditionalLogic: any[];
2065
+ hyperlinkText: string;
2066
+ characterSpacing: number;
2067
+ }>, "many">;
2068
+ language: z.ZodNumber;
2069
+ locale: z.ZodString;
2070
+ recipientNotificationSettings: z.ZodObject<{
2071
+ signatureRequest: z.ZodBoolean;
2072
+ declined: z.ZodBoolean;
2073
+ revoked: z.ZodBoolean;
2074
+ signed: z.ZodBoolean;
2075
+ completed: z.ZodBoolean;
2076
+ expired: z.ZodBoolean;
2077
+ reassigned: z.ZodBoolean;
2078
+ deleted: z.ZodBoolean;
2079
+ reminders: z.ZodBoolean;
2080
+ editRecipient: z.ZodBoolean;
2081
+ editDocument: z.ZodBoolean;
2082
+ viewed: z.ZodOptional<z.ZodBoolean>;
2083
+ }, "strip", z.ZodTypeAny, {
2084
+ completed: boolean;
2085
+ declined: boolean;
2086
+ expired: boolean;
2087
+ deleted: boolean;
2088
+ signatureRequest: boolean;
2089
+ revoked: boolean;
2090
+ signed: boolean;
2091
+ reassigned: boolean;
2092
+ reminders: boolean;
2093
+ editRecipient: boolean;
2094
+ editDocument: boolean;
2095
+ viewed?: boolean | undefined;
2096
+ }, {
2097
+ completed: boolean;
2098
+ declined: boolean;
2099
+ expired: boolean;
2100
+ deleted: boolean;
2101
+ signatureRequest: boolean;
2102
+ revoked: boolean;
2103
+ signed: boolean;
2104
+ reassigned: boolean;
2105
+ reminders: boolean;
2106
+ editRecipient: boolean;
2107
+ editDocument: boolean;
2108
+ viewed?: boolean | undefined;
2109
+ }>;
2110
+ authenticationRetryCount: z.ZodNullable<z.ZodNumber>;
2111
+ }, "strip", z.ZodTypeAny, {
2112
+ status: string;
2113
+ signerName: string;
2114
+ signerRole: string;
2115
+ signerEmail: string;
2116
+ formFields: {
2117
+ value: string;
2118
+ type: string;
2119
+ id: string;
2120
+ isRequired: boolean;
2121
+ pageNumber: number;
2122
+ bounds: {
2123
+ height: number;
2124
+ x: number;
2125
+ y: number;
2126
+ width: number;
2127
+ };
2128
+ editableDateFieldSettings: null;
2129
+ font: string;
2130
+ isReadOnly: boolean;
2131
+ lineHeight: number;
2132
+ fontSize: number;
2133
+ groupName: string;
2134
+ placeholder: string;
2135
+ validationtype: string;
2136
+ validationCustomRegex: string;
2137
+ validationCustomRegexMessage: string;
2138
+ dateFormat: string;
2139
+ imageInfo: null;
2140
+ attachmentInfo: null;
2141
+ dropdownOptions: any[];
2142
+ dataSyncTag: string;
2143
+ textAlign: string;
2144
+ textDirection: string;
2145
+ fontColor: string;
2146
+ isUnderline: boolean;
2147
+ isItalic: boolean;
2148
+ isBold: boolean;
2149
+ fileInfo: null;
2150
+ conditionalLogic: any[];
2151
+ hyperlinkText: string;
2152
+ characterSpacing: number;
2153
+ }[];
2154
+ order: number;
2155
+ locale: string;
2156
+ signerType: string;
2157
+ hostEmail: string;
2158
+ hostName: string;
2159
+ language: number;
2160
+ enableAccessCode: boolean;
2161
+ enableEmailOTP: boolean;
2162
+ allowFieldConfiguration: boolean;
2163
+ recipientNotificationSettings: {
2164
+ completed: boolean;
2165
+ declined: boolean;
2166
+ expired: boolean;
2167
+ deleted: boolean;
2168
+ signatureRequest: boolean;
2169
+ revoked: boolean;
2170
+ signed: boolean;
2171
+ reassigned: boolean;
2172
+ reminders: boolean;
2173
+ editRecipient: boolean;
2174
+ editDocument: boolean;
2175
+ viewed?: boolean | undefined;
2176
+ };
2177
+ isAuthenticationFailed: boolean | null;
2178
+ authenticationType: string;
2179
+ isDeliveryFailed: boolean;
2180
+ isViewed: boolean;
2181
+ isReassigned: boolean;
2182
+ privateMessage: string;
2183
+ idVerification: {
2184
+ type: string;
2185
+ status: string;
2186
+ maximumRetryCount: number;
2187
+ nameMatcher: string;
2188
+ requireLiveCapture: boolean;
2189
+ requireMatchingSelfie: boolean;
2190
+ holdForPrefill: boolean;
2191
+ prefillCompleted: boolean;
2192
+ };
2193
+ authenticationRetryCount: number | null;
2194
+ }, {
2195
+ status: string;
2196
+ signerName: string;
2197
+ signerRole: string;
2198
+ signerEmail: string;
2199
+ formFields: {
2200
+ value: string;
2201
+ type: string;
2202
+ id: string;
2203
+ isRequired: boolean;
2204
+ pageNumber: number;
2205
+ bounds: {
2206
+ height: number;
2207
+ x: number;
2208
+ y: number;
2209
+ width: number;
2210
+ };
2211
+ editableDateFieldSettings: null;
2212
+ font: string;
2213
+ isReadOnly: boolean;
2214
+ lineHeight: number;
2215
+ fontSize: number;
2216
+ groupName: string;
2217
+ placeholder: string;
2218
+ validationtype: string;
2219
+ validationCustomRegex: string;
2220
+ validationCustomRegexMessage: string;
2221
+ dateFormat: string;
2222
+ imageInfo: null;
2223
+ attachmentInfo: null;
2224
+ dropdownOptions: any[];
2225
+ dataSyncTag: string;
2226
+ textAlign: string;
2227
+ textDirection: string;
2228
+ fontColor: string;
2229
+ isUnderline: boolean;
2230
+ isItalic: boolean;
2231
+ isBold: boolean;
2232
+ fileInfo: null;
2233
+ conditionalLogic: any[];
2234
+ hyperlinkText: string;
2235
+ characterSpacing: number;
2236
+ }[];
2237
+ order: number;
2238
+ locale: string;
2239
+ signerType: string;
2240
+ hostEmail: string;
2241
+ hostName: string;
2242
+ language: number;
2243
+ enableAccessCode: boolean;
2244
+ enableEmailOTP: boolean;
2245
+ allowFieldConfiguration: boolean;
2246
+ recipientNotificationSettings: {
2247
+ completed: boolean;
2248
+ declined: boolean;
2249
+ expired: boolean;
2250
+ deleted: boolean;
2251
+ signatureRequest: boolean;
2252
+ revoked: boolean;
2253
+ signed: boolean;
2254
+ reassigned: boolean;
2255
+ reminders: boolean;
2256
+ editRecipient: boolean;
2257
+ editDocument: boolean;
2258
+ viewed?: boolean | undefined;
2259
+ };
2260
+ isAuthenticationFailed: boolean | null;
2261
+ authenticationType: string;
2262
+ isDeliveryFailed: boolean;
2263
+ isViewed: boolean;
2264
+ isReassigned: boolean;
2265
+ privateMessage: string;
2266
+ idVerification: {
2267
+ type: string;
2268
+ status: string;
2269
+ maximumRetryCount: number;
2270
+ nameMatcher: string;
2271
+ requireLiveCapture: boolean;
2272
+ requireMatchingSelfie: boolean;
2273
+ holdForPrefill: boolean;
2274
+ prefillCompleted: boolean;
2275
+ };
2276
+ authenticationRetryCount: number | null;
2277
+ }>, "many">;
2278
+ behalfOf: z.ZodNull;
2279
+ ccDetails: z.ZodArray<z.ZodAny, "many">;
2280
+ reminderSettings: z.ZodObject<{
2281
+ enableAutoReminder: z.ZodBoolean;
2282
+ reminderDays: z.ZodNumber;
2283
+ reminderCount: z.ZodNumber;
2284
+ }, "strip", z.ZodTypeAny, {
2285
+ enableAutoReminder: boolean;
2286
+ reminderDays: number;
2287
+ reminderCount: number;
2288
+ }, {
2289
+ enableAutoReminder: boolean;
2290
+ reminderDays: number;
2291
+ reminderCount: number;
2292
+ }>;
2293
+ reassign: z.ZodArray<z.ZodAny, "many">;
2294
+ documentHistory: z.ZodArray<z.ZodObject<{
2295
+ id: z.ZodString;
2296
+ name: z.ZodString;
2297
+ email: z.ZodString;
2298
+ toName: z.ZodString;
2299
+ toEmail: z.ZodString;
2300
+ ipaddress: z.ZodString;
2301
+ action: z.ZodString;
2302
+ timestamp: z.ZodNumber;
2303
+ }, "strip", z.ZodTypeAny, {
2304
+ id: string;
2305
+ email: string;
2306
+ name: string;
2307
+ timestamp: number;
2308
+ action: string;
2309
+ toName: string;
2310
+ toEmail: string;
2311
+ ipaddress: string;
2312
+ }, {
2313
+ id: string;
2314
+ email: string;
2315
+ name: string;
2316
+ timestamp: number;
2317
+ action: string;
2318
+ toName: string;
2319
+ toEmail: string;
2320
+ ipaddress: string;
2321
+ }>, "many">;
2322
+ activityBy: z.ZodString;
2323
+ activityDate: z.ZodNumber;
2324
+ activityAction: z.ZodString;
2325
+ createdDate: z.ZodNumber;
2326
+ expiryDays: z.ZodNumber;
2327
+ expiryDate: z.ZodNull;
2328
+ enableSigningOrder: z.ZodBoolean;
2329
+ isDeleted: z.ZodBoolean;
2330
+ revokeMessage: z.ZodString;
2331
+ declineMessage: z.ZodString;
2332
+ applicationId: z.ZodString;
2333
+ labels: z.ZodArray<z.ZodAny, "many">;
2334
+ disableEmails: z.ZodBoolean;
2335
+ disableExpiryAlert: z.ZodBoolean;
2336
+ hideDocumentId: z.ZodBoolean;
2337
+ enablePrintAndSign: z.ZodBoolean;
2338
+ enableReassign: z.ZodBoolean;
2339
+ recipientNotificationSettings: z.ZodObject<{
2340
+ signatureRequest: z.ZodBoolean;
2341
+ declined: z.ZodBoolean;
2342
+ revoked: z.ZodBoolean;
2343
+ signed: z.ZodBoolean;
2344
+ completed: z.ZodBoolean;
2345
+ expired: z.ZodBoolean;
2346
+ reassigned: z.ZodBoolean;
2347
+ deleted: z.ZodBoolean;
2348
+ reminders: z.ZodBoolean;
2349
+ editRecipient: z.ZodBoolean;
2350
+ editDocument: z.ZodBoolean;
2351
+ viewed: z.ZodOptional<z.ZodBoolean>;
2352
+ }, "strip", z.ZodTypeAny, {
2353
+ completed: boolean;
2354
+ declined: boolean;
2355
+ expired: boolean;
2356
+ deleted: boolean;
2357
+ signatureRequest: boolean;
2358
+ revoked: boolean;
2359
+ signed: boolean;
2360
+ reassigned: boolean;
2361
+ reminders: boolean;
2362
+ editRecipient: boolean;
2363
+ editDocument: boolean;
2364
+ viewed?: boolean | undefined;
2365
+ }, {
2366
+ completed: boolean;
2367
+ declined: boolean;
2368
+ expired: boolean;
2369
+ deleted: boolean;
2370
+ signatureRequest: boolean;
2371
+ revoked: boolean;
2372
+ signed: boolean;
2373
+ reassigned: boolean;
2374
+ reminders: boolean;
2375
+ editRecipient: boolean;
2376
+ editDocument: boolean;
2377
+ viewed?: boolean | undefined;
2378
+ }>;
2379
+ scheduledSendTime: z.ZodNumber;
2380
+ }, "strip", z.ZodTypeAny, {
2381
+ status: string;
2382
+ files: {
2383
+ documentName: string;
2384
+ order: number;
2385
+ pageCount: number;
2386
+ }[];
2387
+ labels: any[];
2388
+ documentId: string;
2389
+ messageTitle: string;
2390
+ documentDescription: string;
2391
+ senderDetail: {
2392
+ name: string;
2393
+ emailAddress: string;
2394
+ isViewed: boolean;
2395
+ privateMessage: null;
2396
+ };
2397
+ signerDetails: {
2398
+ status: string;
2399
+ signerName: string;
2400
+ signerRole: string;
2401
+ signerEmail: string;
2402
+ formFields: {
2403
+ value: string;
2404
+ type: string;
2405
+ id: string;
2406
+ isRequired: boolean;
2407
+ pageNumber: number;
2408
+ bounds: {
2409
+ height: number;
2410
+ x: number;
2411
+ y: number;
2412
+ width: number;
2413
+ };
2414
+ editableDateFieldSettings: null;
2415
+ font: string;
2416
+ isReadOnly: boolean;
2417
+ lineHeight: number;
2418
+ fontSize: number;
2419
+ groupName: string;
2420
+ placeholder: string;
2421
+ validationtype: string;
2422
+ validationCustomRegex: string;
2423
+ validationCustomRegexMessage: string;
2424
+ dateFormat: string;
2425
+ imageInfo: null;
2426
+ attachmentInfo: null;
2427
+ dropdownOptions: any[];
2428
+ dataSyncTag: string;
2429
+ textAlign: string;
2430
+ textDirection: string;
2431
+ fontColor: string;
2432
+ isUnderline: boolean;
2433
+ isItalic: boolean;
2434
+ isBold: boolean;
2435
+ fileInfo: null;
2436
+ conditionalLogic: any[];
2437
+ hyperlinkText: string;
2438
+ characterSpacing: number;
2439
+ }[];
2440
+ order: number;
2441
+ locale: string;
2442
+ signerType: string;
2443
+ hostEmail: string;
2444
+ hostName: string;
2445
+ language: number;
2446
+ enableAccessCode: boolean;
2447
+ enableEmailOTP: boolean;
2448
+ allowFieldConfiguration: boolean;
2449
+ recipientNotificationSettings: {
2450
+ completed: boolean;
2451
+ declined: boolean;
2452
+ expired: boolean;
2453
+ deleted: boolean;
2454
+ signatureRequest: boolean;
2455
+ revoked: boolean;
2456
+ signed: boolean;
2457
+ reassigned: boolean;
2458
+ reminders: boolean;
2459
+ editRecipient: boolean;
2460
+ editDocument: boolean;
2461
+ viewed?: boolean | undefined;
2462
+ };
2463
+ isAuthenticationFailed: boolean | null;
2464
+ authenticationType: string;
2465
+ isDeliveryFailed: boolean;
2466
+ isViewed: boolean;
2467
+ isReassigned: boolean;
2468
+ privateMessage: string;
2469
+ idVerification: {
2470
+ type: string;
2471
+ status: string;
2472
+ maximumRetryCount: number;
2473
+ nameMatcher: string;
2474
+ requireLiveCapture: boolean;
2475
+ requireMatchingSelfie: boolean;
2476
+ holdForPrefill: boolean;
2477
+ prefillCompleted: boolean;
2478
+ };
2479
+ authenticationRetryCount: number | null;
2480
+ }[];
2481
+ createdDate: number;
2482
+ brandId: string;
2483
+ recipientNotificationSettings: {
2484
+ completed: boolean;
2485
+ declined: boolean;
2486
+ expired: boolean;
2487
+ deleted: boolean;
2488
+ signatureRequest: boolean;
2489
+ revoked: boolean;
2490
+ signed: boolean;
2491
+ reassigned: boolean;
2492
+ reminders: boolean;
2493
+ editRecipient: boolean;
2494
+ editDocument: boolean;
2495
+ viewed?: boolean | undefined;
2496
+ };
2497
+ enableReassign: boolean;
2498
+ enableSigningOrder: boolean;
2499
+ behalfOf: null;
2500
+ ccDetails: any[];
2501
+ reminderSettings: {
2502
+ enableAutoReminder: boolean;
2503
+ reminderDays: number;
2504
+ reminderCount: number;
2505
+ };
2506
+ reassign: any[];
2507
+ documentHistory: {
2508
+ id: string;
2509
+ email: string;
2510
+ name: string;
2511
+ timestamp: number;
2512
+ action: string;
2513
+ toName: string;
2514
+ toEmail: string;
2515
+ ipaddress: string;
2516
+ }[];
2517
+ activityBy: string;
2518
+ activityDate: number;
2519
+ activityAction: string;
2520
+ expiryDays: number;
2521
+ expiryDate: null;
2522
+ isDeleted: boolean;
2523
+ revokeMessage: string;
2524
+ declineMessage: string;
2525
+ applicationId: string;
2526
+ disableEmails: boolean;
2527
+ disableExpiryAlert: boolean;
2528
+ hideDocumentId: boolean;
2529
+ enablePrintAndSign: boolean;
2530
+ scheduledSendTime: number;
2531
+ }, {
2532
+ status: string;
2533
+ files: {
2534
+ documentName: string;
2535
+ order: number;
2536
+ pageCount: number;
2537
+ }[];
2538
+ labels: any[];
2539
+ documentId: string;
2540
+ messageTitle: string;
2541
+ documentDescription: string;
2542
+ senderDetail: {
2543
+ name: string;
2544
+ emailAddress: string;
2545
+ isViewed: boolean;
2546
+ privateMessage: null;
2547
+ };
2548
+ signerDetails: {
2549
+ status: string;
2550
+ signerName: string;
2551
+ signerRole: string;
2552
+ signerEmail: string;
2553
+ formFields: {
2554
+ value: string;
2555
+ type: string;
2556
+ id: string;
2557
+ isRequired: boolean;
2558
+ pageNumber: number;
2559
+ bounds: {
2560
+ height: number;
2561
+ x: number;
2562
+ y: number;
2563
+ width: number;
2564
+ };
2565
+ editableDateFieldSettings: null;
2566
+ font: string;
2567
+ isReadOnly: boolean;
2568
+ lineHeight: number;
2569
+ fontSize: number;
2570
+ groupName: string;
2571
+ placeholder: string;
2572
+ validationtype: string;
2573
+ validationCustomRegex: string;
2574
+ validationCustomRegexMessage: string;
2575
+ dateFormat: string;
2576
+ imageInfo: null;
2577
+ attachmentInfo: null;
2578
+ dropdownOptions: any[];
2579
+ dataSyncTag: string;
2580
+ textAlign: string;
2581
+ textDirection: string;
2582
+ fontColor: string;
2583
+ isUnderline: boolean;
2584
+ isItalic: boolean;
2585
+ isBold: boolean;
2586
+ fileInfo: null;
2587
+ conditionalLogic: any[];
2588
+ hyperlinkText: string;
2589
+ characterSpacing: number;
2590
+ }[];
2591
+ order: number;
2592
+ locale: string;
2593
+ signerType: string;
2594
+ hostEmail: string;
2595
+ hostName: string;
2596
+ language: number;
2597
+ enableAccessCode: boolean;
2598
+ enableEmailOTP: boolean;
2599
+ allowFieldConfiguration: boolean;
2600
+ recipientNotificationSettings: {
2601
+ completed: boolean;
2602
+ declined: boolean;
2603
+ expired: boolean;
2604
+ deleted: boolean;
2605
+ signatureRequest: boolean;
2606
+ revoked: boolean;
2607
+ signed: boolean;
2608
+ reassigned: boolean;
2609
+ reminders: boolean;
2610
+ editRecipient: boolean;
2611
+ editDocument: boolean;
2612
+ viewed?: boolean | undefined;
2613
+ };
2614
+ isAuthenticationFailed: boolean | null;
2615
+ authenticationType: string;
2616
+ isDeliveryFailed: boolean;
2617
+ isViewed: boolean;
2618
+ isReassigned: boolean;
2619
+ privateMessage: string;
2620
+ idVerification: {
2621
+ type: string;
2622
+ status: string;
2623
+ maximumRetryCount: number;
2624
+ nameMatcher: string;
2625
+ requireLiveCapture: boolean;
2626
+ requireMatchingSelfie: boolean;
2627
+ holdForPrefill: boolean;
2628
+ prefillCompleted: boolean;
2629
+ };
2630
+ authenticationRetryCount: number | null;
2631
+ }[];
2632
+ createdDate: number;
2633
+ brandId: string;
2634
+ recipientNotificationSettings: {
2635
+ completed: boolean;
2636
+ declined: boolean;
2637
+ expired: boolean;
2638
+ deleted: boolean;
2639
+ signatureRequest: boolean;
2640
+ revoked: boolean;
2641
+ signed: boolean;
2642
+ reassigned: boolean;
2643
+ reminders: boolean;
2644
+ editRecipient: boolean;
2645
+ editDocument: boolean;
2646
+ viewed?: boolean | undefined;
2647
+ };
2648
+ enableReassign: boolean;
2649
+ enableSigningOrder: boolean;
2650
+ behalfOf: null;
2651
+ ccDetails: any[];
2652
+ reminderSettings: {
2653
+ enableAutoReminder: boolean;
2654
+ reminderDays: number;
2655
+ reminderCount: number;
2656
+ };
2657
+ reassign: any[];
2658
+ documentHistory: {
2659
+ id: string;
2660
+ email: string;
2661
+ name: string;
2662
+ timestamp: number;
2663
+ action: string;
2664
+ toName: string;
2665
+ toEmail: string;
2666
+ ipaddress: string;
2667
+ }[];
2668
+ activityBy: string;
2669
+ activityDate: number;
2670
+ activityAction: string;
2671
+ expiryDays: number;
2672
+ expiryDate: null;
2673
+ isDeleted: boolean;
2674
+ revokeMessage: string;
2675
+ declineMessage: string;
2676
+ applicationId: string;
2677
+ disableEmails: boolean;
2678
+ disableExpiryAlert: boolean;
2679
+ hideDocumentId: boolean;
2680
+ enablePrintAndSign: boolean;
2681
+ scheduledSendTime: number;
2682
+ }>;
2683
+ export type DocumentSchema = z.infer<typeof DocumentSchema>;
2684
+ export declare const TemplateZod: z.ZodObject<{
2685
+ documentId: z.ZodString;
2686
+ templateName: z.ZodString;
2687
+ }, "strip", z.ZodTypeAny, {
2688
+ documentId: string;
2689
+ templateName: string;
2690
+ }, {
2691
+ documentId: string;
2692
+ templateName: string;
2693
+ }>;
2694
+ export type TemplateZod = z.infer<typeof TemplateZod>;
2695
+ export declare const PageDetailZod: z.ZodObject<{
2696
+ totalRecordsCount: z.ZodNumber;
2697
+ pageSize: z.ZodNumber;
2698
+ totalPages: z.ZodNumber;
2699
+ page: z.ZodNumber;
2700
+ }, "strip", z.ZodTypeAny, {
2701
+ totalPages: number;
2702
+ page: number;
2703
+ totalRecordsCount: number;
2704
+ pageSize: number;
2705
+ }, {
2706
+ totalPages: number;
2707
+ page: number;
2708
+ totalRecordsCount: number;
2709
+ pageSize: number;
2710
+ }>;
2711
+ export type PageDetail = z.infer<typeof PageDetailZod>;
2712
+ export declare const TemplatesPaginatedZod: z.ZodObject<{
2713
+ items: z.ZodArray<z.ZodObject<{
2714
+ documentId: z.ZodString;
2715
+ templateName: z.ZodString;
2716
+ }, "strip", z.ZodTypeAny, {
2717
+ documentId: string;
2718
+ templateName: string;
2719
+ }, {
2720
+ documentId: string;
2721
+ templateName: string;
2722
+ }>, "many">;
2723
+ meta: z.ZodObject<{
2724
+ itemCount: z.ZodNumber;
2725
+ totalItems: z.ZodOptional<z.ZodNumber>;
2726
+ itemsPerPage: z.ZodNumber;
2727
+ totalPages: z.ZodOptional<z.ZodNumber>;
2728
+ currentPage: z.ZodNumber;
2729
+ }, "strip", z.ZodTypeAny, {
2730
+ itemCount: number;
2731
+ itemsPerPage: number;
2732
+ currentPage: number;
2733
+ totalItems?: number | undefined;
2734
+ totalPages?: number | undefined;
2735
+ }, {
2736
+ itemCount: number;
2737
+ itemsPerPage: number;
2738
+ currentPage: number;
2739
+ totalItems?: number | undefined;
2740
+ totalPages?: number | undefined;
2741
+ }>;
2742
+ }, "strip", z.ZodTypeAny, {
2743
+ items: {
2744
+ documentId: string;
2745
+ templateName: string;
2746
+ }[];
2747
+ meta: {
2748
+ itemCount: number;
2749
+ itemsPerPage: number;
2750
+ currentPage: number;
2751
+ totalItems?: number | undefined;
2752
+ totalPages?: number | undefined;
2753
+ };
2754
+ }, {
2755
+ items: {
2756
+ documentId: string;
2757
+ templateName: string;
2758
+ }[];
2759
+ meta: {
2760
+ itemCount: number;
2761
+ itemsPerPage: number;
2762
+ currentPage: number;
2763
+ totalItems?: number | undefined;
2764
+ totalPages?: number | undefined;
2765
+ };
2766
+ }>;
2767
+ export type TemplatesPaginatedZod = z.infer<typeof TemplatesPaginatedZod>;
2768
+ export type SignerDetailSchema = z.infer<typeof SignerDetailSchema>;
2769
+ export declare const SignerTemplateSchema: z.ZodObject<{
2770
+ id: z.ZodString;
2771
+ tid: z.ZodString;
2772
+ name: z.ZodNullable<z.ZodString>;
2773
+ type: z.ZodNativeEnum<typeof TemplateType>;
2774
+ status: z.ZodNativeEnum<typeof TemplateStatus>;
2775
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2776
+ log: z.ZodNullable<z.ZodString>;
2777
+ }, "strip", z.ZodTypeAny, {
2778
+ type: TemplateType;
2779
+ status: TemplateStatus;
2780
+ id: string;
2781
+ name: string | null;
2782
+ tid: string;
2783
+ complianceStatus: ComplianceReview;
2784
+ log: string | null;
2785
+ }, {
2786
+ type: TemplateType;
2787
+ status: TemplateStatus;
2788
+ id: string;
2789
+ name: string | null;
2790
+ tid: string;
2791
+ complianceStatus: ComplianceReview;
2792
+ log: string | null;
2793
+ }>;
2794
+ export type SignerTemplateZod = z.infer<typeof SignerTemplateSchema>;
2795
+ export declare const SignerTemplatesPaginatedZod: z.ZodObject<{
2796
+ items: z.ZodArray<z.ZodObject<{
2797
+ id: z.ZodString;
2798
+ tid: z.ZodString;
2799
+ name: z.ZodNullable<z.ZodString>;
2800
+ type: z.ZodNativeEnum<typeof TemplateType>;
2801
+ status: z.ZodNativeEnum<typeof TemplateStatus>;
2802
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2803
+ log: z.ZodNullable<z.ZodString>;
2804
+ }, "strip", z.ZodTypeAny, {
2805
+ type: TemplateType;
2806
+ status: TemplateStatus;
2807
+ id: string;
2808
+ name: string | null;
2809
+ tid: string;
2810
+ complianceStatus: ComplianceReview;
2811
+ log: string | null;
2812
+ }, {
2813
+ type: TemplateType;
2814
+ status: TemplateStatus;
2815
+ id: string;
2816
+ name: string | null;
2817
+ tid: string;
2818
+ complianceStatus: ComplianceReview;
2819
+ log: string | null;
2820
+ }>, "many">;
2821
+ meta: z.ZodObject<{
2822
+ itemCount: z.ZodNumber;
2823
+ totalItems: z.ZodOptional<z.ZodNumber>;
2824
+ itemsPerPage: z.ZodNumber;
2825
+ totalPages: z.ZodOptional<z.ZodNumber>;
2826
+ currentPage: z.ZodNumber;
2827
+ }, "strip", z.ZodTypeAny, {
2828
+ itemCount: number;
2829
+ itemsPerPage: number;
2830
+ currentPage: number;
2831
+ totalItems?: number | undefined;
2832
+ totalPages?: number | undefined;
2833
+ }, {
2834
+ itemCount: number;
2835
+ itemsPerPage: number;
2836
+ currentPage: number;
2837
+ totalItems?: number | undefined;
2838
+ totalPages?: number | undefined;
2839
+ }>;
2840
+ }, "strip", z.ZodTypeAny, {
2841
+ items: {
2842
+ type: TemplateType;
2843
+ status: TemplateStatus;
2844
+ id: string;
2845
+ name: string | null;
2846
+ tid: string;
2847
+ complianceStatus: ComplianceReview;
2848
+ log: string | null;
2849
+ }[];
2850
+ meta: {
2851
+ itemCount: number;
2852
+ itemsPerPage: number;
2853
+ currentPage: number;
2854
+ totalItems?: number | undefined;
2855
+ totalPages?: number | undefined;
2856
+ };
2857
+ }, {
2858
+ items: {
2859
+ type: TemplateType;
2860
+ status: TemplateStatus;
2861
+ id: string;
2862
+ name: string | null;
2863
+ tid: string;
2864
+ complianceStatus: ComplianceReview;
2865
+ log: string | null;
2866
+ }[];
2867
+ meta: {
2868
+ itemCount: number;
2869
+ itemsPerPage: number;
2870
+ currentPage: number;
2871
+ totalItems?: number | undefined;
2872
+ totalPages?: number | undefined;
2873
+ };
2874
+ }>;
2875
+ export type SignerTemplatesPaginatedZod = z.infer<typeof SignerTemplatesPaginatedZod>;
2876
+ export declare const SignerBrandSchema: z.ZodObject<{
2877
+ id: z.ZodString;
2878
+ tid: z.ZodString;
2879
+ brandName: z.ZodNullable<z.ZodString>;
2880
+ brandLogoId: z.ZodNullable<z.ZodString>;
2881
+ backgroundColor: z.ZodNullable<z.ZodString>;
2882
+ buttonColor: z.ZodNullable<z.ZodString>;
2883
+ buttonTextColor: z.ZodNullable<z.ZodString>;
2884
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2885
+ }, "strip", z.ZodTypeAny, {
2886
+ id: string;
2887
+ tid: string;
2888
+ complianceStatus: ComplianceReview;
2889
+ brandName: string | null;
2890
+ brandLogoId: string | null;
2891
+ backgroundColor: string | null;
2892
+ buttonColor: string | null;
2893
+ buttonTextColor: string | null;
2894
+ }, {
2895
+ id: string;
2896
+ tid: string;
2897
+ complianceStatus: ComplianceReview;
2898
+ brandName: string | null;
2899
+ brandLogoId: string | null;
2900
+ backgroundColor: string | null;
2901
+ buttonColor: string | null;
2902
+ buttonTextColor: string | null;
2903
+ }>;
2904
+ export type SignerBrandZod = z.infer<typeof SignerBrandSchema>;
2905
+ export declare const SignerBrandsPaginatedZod: z.ZodObject<{
2906
+ items: z.ZodArray<z.ZodObject<{
2907
+ id: z.ZodString;
2908
+ tid: z.ZodString;
2909
+ brandName: z.ZodNullable<z.ZodString>;
2910
+ brandLogoId: z.ZodNullable<z.ZodString>;
2911
+ backgroundColor: z.ZodNullable<z.ZodString>;
2912
+ buttonColor: z.ZodNullable<z.ZodString>;
2913
+ buttonTextColor: z.ZodNullable<z.ZodString>;
2914
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2915
+ }, "strip", z.ZodTypeAny, {
2916
+ id: string;
2917
+ tid: string;
2918
+ complianceStatus: ComplianceReview;
2919
+ brandName: string | null;
2920
+ brandLogoId: string | null;
2921
+ backgroundColor: string | null;
2922
+ buttonColor: string | null;
2923
+ buttonTextColor: string | null;
2924
+ }, {
2925
+ id: string;
2926
+ tid: string;
2927
+ complianceStatus: ComplianceReview;
2928
+ brandName: string | null;
2929
+ brandLogoId: string | null;
2930
+ backgroundColor: string | null;
2931
+ buttonColor: string | null;
2932
+ buttonTextColor: string | null;
2933
+ }>, "many">;
2934
+ meta: z.ZodObject<{
2935
+ itemCount: z.ZodNumber;
2936
+ totalItems: z.ZodOptional<z.ZodNumber>;
2937
+ itemsPerPage: z.ZodNumber;
2938
+ totalPages: z.ZodOptional<z.ZodNumber>;
2939
+ currentPage: z.ZodNumber;
2940
+ }, "strip", z.ZodTypeAny, {
2941
+ itemCount: number;
2942
+ itemsPerPage: number;
2943
+ currentPage: number;
2944
+ totalItems?: number | undefined;
2945
+ totalPages?: number | undefined;
2946
+ }, {
2947
+ itemCount: number;
2948
+ itemsPerPage: number;
2949
+ currentPage: number;
2950
+ totalItems?: number | undefined;
2951
+ totalPages?: number | undefined;
2952
+ }>;
2953
+ }, "strip", z.ZodTypeAny, {
2954
+ items: {
2955
+ id: string;
2956
+ tid: string;
2957
+ complianceStatus: ComplianceReview;
2958
+ brandName: string | null;
2959
+ brandLogoId: string | null;
2960
+ backgroundColor: string | null;
2961
+ buttonColor: string | null;
2962
+ buttonTextColor: string | null;
2963
+ }[];
2964
+ meta: {
2965
+ itemCount: number;
2966
+ itemsPerPage: number;
2967
+ currentPage: number;
2968
+ totalItems?: number | undefined;
2969
+ totalPages?: number | undefined;
2970
+ };
2971
+ }, {
2972
+ items: {
2973
+ id: string;
2974
+ tid: string;
2975
+ complianceStatus: ComplianceReview;
2976
+ brandName: string | null;
2977
+ brandLogoId: string | null;
2978
+ backgroundColor: string | null;
2979
+ buttonColor: string | null;
2980
+ buttonTextColor: string | null;
2981
+ }[];
2982
+ meta: {
2983
+ itemCount: number;
2984
+ itemsPerPage: number;
2985
+ currentPage: number;
2986
+ totalItems?: number | undefined;
2987
+ totalPages?: number | undefined;
2988
+ };
2989
+ }>;
2990
+ export type SignerBrandsPaginatedZod = z.infer<typeof SignerBrandsPaginatedZod>;
2991
+ export declare const SignerSenderIdentitySchema: z.ZodObject<{
2992
+ id: z.ZodString;
2993
+ name: z.ZodNullable<z.ZodString>;
2994
+ email: z.ZodNullable<z.ZodString>;
2995
+ status: z.ZodNativeEnum<typeof SenderIdentityStatus>;
2996
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2997
+ }, "strip", z.ZodTypeAny, {
2998
+ status: SenderIdentityStatus;
2999
+ id: string;
3000
+ email: string | null;
3001
+ name: string | null;
3002
+ complianceStatus: ComplianceReview;
3003
+ }, {
3004
+ status: SenderIdentityStatus;
3005
+ id: string;
3006
+ email: string | null;
3007
+ name: string | null;
3008
+ complianceStatus: ComplianceReview;
3009
+ }>;
3010
+ export type SignerSenderIdentityZod = z.infer<typeof SignerSenderIdentitySchema>;
3011
+ export declare const SignerSenderIdentitiesPaginatedZod: z.ZodObject<{
3012
+ items: z.ZodArray<z.ZodObject<{
3013
+ id: z.ZodString;
3014
+ name: z.ZodNullable<z.ZodString>;
3015
+ email: z.ZodNullable<z.ZodString>;
3016
+ status: z.ZodNativeEnum<typeof SenderIdentityStatus>;
3017
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
3018
+ }, "strip", z.ZodTypeAny, {
3019
+ status: SenderIdentityStatus;
3020
+ id: string;
3021
+ email: string | null;
3022
+ name: string | null;
3023
+ complianceStatus: ComplianceReview;
3024
+ }, {
3025
+ status: SenderIdentityStatus;
3026
+ id: string;
3027
+ email: string | null;
3028
+ name: string | null;
3029
+ complianceStatus: ComplianceReview;
3030
+ }>, "many">;
3031
+ meta: z.ZodObject<{
3032
+ itemCount: z.ZodNumber;
3033
+ totalItems: z.ZodOptional<z.ZodNumber>;
3034
+ itemsPerPage: z.ZodNumber;
3035
+ totalPages: z.ZodOptional<z.ZodNumber>;
3036
+ currentPage: z.ZodNumber;
3037
+ }, "strip", z.ZodTypeAny, {
3038
+ itemCount: number;
3039
+ itemsPerPage: number;
3040
+ currentPage: number;
3041
+ totalItems?: number | undefined;
3042
+ totalPages?: number | undefined;
3043
+ }, {
3044
+ itemCount: number;
3045
+ itemsPerPage: number;
3046
+ currentPage: number;
3047
+ totalItems?: number | undefined;
3048
+ totalPages?: number | undefined;
3049
+ }>;
3050
+ }, "strip", z.ZodTypeAny, {
3051
+ items: {
3052
+ status: SenderIdentityStatus;
3053
+ id: string;
3054
+ email: string | null;
3055
+ name: string | null;
3056
+ complianceStatus: ComplianceReview;
3057
+ }[];
3058
+ meta: {
3059
+ itemCount: number;
3060
+ itemsPerPage: number;
3061
+ currentPage: number;
3062
+ totalItems?: number | undefined;
3063
+ totalPages?: number | undefined;
3064
+ };
3065
+ }, {
3066
+ items: {
3067
+ status: SenderIdentityStatus;
3068
+ id: string;
3069
+ email: string | null;
3070
+ name: string | null;
3071
+ complianceStatus: ComplianceReview;
3072
+ }[];
3073
+ meta: {
3074
+ itemCount: number;
3075
+ itemsPerPage: number;
3076
+ currentPage: number;
3077
+ totalItems?: number | undefined;
3078
+ totalPages?: number | undefined;
3079
+ };
3080
+ }>;
3081
+ export type SignerSenderIdentitiesPaginatedZod = z.infer<typeof SignerSenderIdentitiesPaginatedZod>;
3082
+ export declare const ValidatedTemplateResponse: z.ZodObject<{
3083
+ templateId: z.ZodString;
3084
+ errorMessage: z.ZodOptional<z.ZodString>;
3085
+ requiredVariables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3086
+ additionalVariables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3087
+ configCheck: z.ZodString;
3088
+ }, "strip", z.ZodTypeAny, {
3089
+ templateId: string;
3090
+ configCheck: string;
3091
+ errorMessage?: string | undefined;
3092
+ requiredVariables?: Record<string, string> | undefined;
3093
+ additionalVariables?: Record<string, string> | undefined;
3094
+ }, {
3095
+ templateId: string;
3096
+ configCheck: string;
3097
+ errorMessage?: string | undefined;
3098
+ requiredVariables?: Record<string, string> | undefined;
3099
+ additionalVariables?: Record<string, string> | undefined;
3100
+ }>;
3101
+ export type ValidatedTemplateResponse = z.infer<typeof ValidatedTemplateResponse>;
3102
+ export declare const ValidatedTemplatesResponse: z.ZodArray<z.ZodObject<{
3103
+ templateId: z.ZodString;
3104
+ errorMessage: z.ZodOptional<z.ZodString>;
3105
+ requiredVariables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3106
+ additionalVariables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3107
+ configCheck: z.ZodString;
3108
+ }, "strip", z.ZodTypeAny, {
3109
+ templateId: string;
3110
+ configCheck: string;
3111
+ errorMessage?: string | undefined;
3112
+ requiredVariables?: Record<string, string> | undefined;
3113
+ additionalVariables?: Record<string, string> | undefined;
3114
+ }, {
3115
+ templateId: string;
3116
+ configCheck: string;
3117
+ errorMessage?: string | undefined;
3118
+ requiredVariables?: Record<string, string> | undefined;
3119
+ additionalVariables?: Record<string, string> | undefined;
3120
+ }>, "many">;
3121
+ export type ValidatedTemplatesResponse = z.infer<typeof ValidatedTemplatesResponse>;
3122
+ export declare const TemplatePathParams: z.ZodObject<{
3123
+ templateId: z.ZodString;
3124
+ }, "strip", z.ZodTypeAny, {
3125
+ templateId: string;
3126
+ }, {
3127
+ templateId: string;
3128
+ }>;
3129
+ export type TemplatePathParams = z.infer<typeof TemplatePathParams>;
3130
+ export declare const brandIdSchema: z.ZodEffects<z.ZodString, string, string>;
3131
+ export declare const BrandPathParams: z.ZodObject<{
3132
+ id: z.ZodEffects<z.ZodString, string, string>;
3133
+ }, "strip", z.ZodTypeAny, {
3134
+ id: string;
3135
+ }, {
3136
+ id: string;
3137
+ }>;
3138
+ export type BrandPathParams = z.infer<typeof BrandPathParams>;
3139
+ export declare const senderIdentityIdSchema: z.ZodEffects<z.ZodString, string, string>;
3140
+ export declare const SenderIdentityPathParams: z.ZodObject<{
3141
+ id: z.ZodEffects<z.ZodString, string, string>;
3142
+ }, "strip", z.ZodTypeAny, {
3143
+ id: string;
3144
+ }, {
3145
+ id: string;
3146
+ }>;
3147
+ export type SenderIdentityPathParams = z.infer<typeof SenderIdentityPathParams>;
3148
+ declare const BrandSchema: z.ZodObject<{
3149
+ brandId: z.ZodString;
3150
+ brandLogo: z.ZodString;
3151
+ brandName: z.ZodString;
3152
+ backgroundColor: z.ZodString;
3153
+ buttonColor: z.ZodString;
3154
+ buttonTextColor: z.ZodString;
3155
+ emailDisplayName: z.ZodString;
3156
+ disclaimerTitle: z.ZodString;
3157
+ disclaimerDescription: z.ZodString;
3158
+ redirectUrl: z.ZodString;
3159
+ isDefault: z.ZodBoolean;
3160
+ canHideTagLine: z.ZodBoolean;
3161
+ combineAuditTrail: z.ZodBoolean;
3162
+ emailSignedDocument: z.ZodString;
3163
+ documentTimeZone: z.ZodString;
3164
+ showBuiltInFormFields: z.ZodBoolean;
3165
+ allowCustomFieldCreation: z.ZodBoolean;
3166
+ showSharedCustomFields: z.ZodBoolean;
3167
+ hideDecline: z.ZodBoolean;
3168
+ hideSave: z.ZodBoolean;
3169
+ excludeAuditTrailFromEmail: z.ZodBoolean;
3170
+ documentExpirySettings: z.ZodObject<{
3171
+ expiryDateType: z.ZodString;
3172
+ expiryValue: z.ZodNumber;
3173
+ enableDefaultExpiryAlert: z.ZodBoolean;
3174
+ enableAutoReminder: z.ZodBoolean;
3175
+ reminderDays: z.ZodNumber;
3176
+ reminderCount: z.ZodNumber;
3177
+ }, "strip", z.ZodTypeAny, {
3178
+ enableAutoReminder: boolean;
3179
+ reminderDays: number;
3180
+ reminderCount: number;
3181
+ expiryDateType: string;
3182
+ expiryValue: number;
3183
+ enableDefaultExpiryAlert: boolean;
3184
+ }, {
3185
+ enableAutoReminder: boolean;
3186
+ reminderDays: number;
3187
+ reminderCount: number;
3188
+ expiryDateType: string;
3189
+ expiryValue: number;
3190
+ enableDefaultExpiryAlert: boolean;
3191
+ }>;
3192
+ customDomainSettings: z.ZodObject<{
3193
+ domainName: z.ZodString;
3194
+ fromName: z.ZodString;
3195
+ }, "strip", z.ZodTypeAny, {
3196
+ domainName: string;
3197
+ fromName: string;
3198
+ }, {
3199
+ domainName: string;
3200
+ fromName: string;
3201
+ }>;
3202
+ isDomainVerified: z.ZodBoolean;
3203
+ }, "strip", z.ZodTypeAny, {
3204
+ isDefault: boolean;
3205
+ brandId: string;
3206
+ brandName: string;
3207
+ backgroundColor: string;
3208
+ buttonColor: string;
3209
+ buttonTextColor: string;
3210
+ brandLogo: string;
3211
+ emailDisplayName: string;
3212
+ disclaimerTitle: string;
3213
+ disclaimerDescription: string;
3214
+ redirectUrl: string;
3215
+ canHideTagLine: boolean;
3216
+ combineAuditTrail: boolean;
3217
+ emailSignedDocument: string;
3218
+ documentTimeZone: string;
3219
+ showBuiltInFormFields: boolean;
3220
+ allowCustomFieldCreation: boolean;
3221
+ showSharedCustomFields: boolean;
3222
+ hideDecline: boolean;
3223
+ hideSave: boolean;
3224
+ excludeAuditTrailFromEmail: boolean;
3225
+ documentExpirySettings: {
3226
+ enableAutoReminder: boolean;
3227
+ reminderDays: number;
3228
+ reminderCount: number;
3229
+ expiryDateType: string;
3230
+ expiryValue: number;
3231
+ enableDefaultExpiryAlert: boolean;
3232
+ };
3233
+ customDomainSettings: {
3234
+ domainName: string;
3235
+ fromName: string;
3236
+ };
3237
+ isDomainVerified: boolean;
3238
+ }, {
3239
+ isDefault: boolean;
3240
+ brandId: string;
3241
+ brandName: string;
3242
+ backgroundColor: string;
3243
+ buttonColor: string;
3244
+ buttonTextColor: string;
3245
+ brandLogo: string;
3246
+ emailDisplayName: string;
3247
+ disclaimerTitle: string;
3248
+ disclaimerDescription: string;
3249
+ redirectUrl: string;
3250
+ canHideTagLine: boolean;
3251
+ combineAuditTrail: boolean;
3252
+ emailSignedDocument: string;
3253
+ documentTimeZone: string;
3254
+ showBuiltInFormFields: boolean;
3255
+ allowCustomFieldCreation: boolean;
3256
+ showSharedCustomFields: boolean;
3257
+ hideDecline: boolean;
3258
+ hideSave: boolean;
3259
+ excludeAuditTrailFromEmail: boolean;
3260
+ documentExpirySettings: {
3261
+ enableAutoReminder: boolean;
3262
+ reminderDays: number;
3263
+ reminderCount: number;
3264
+ expiryDateType: string;
3265
+ expiryValue: number;
3266
+ enableDefaultExpiryAlert: boolean;
3267
+ };
3268
+ customDomainSettings: {
3269
+ domainName: string;
3270
+ fromName: string;
3271
+ };
3272
+ isDomainVerified: boolean;
3273
+ }>;
3274
+ export type BrandSchema = z.infer<typeof BrandSchema>;
3275
+ export declare const UpdateSignerTemplateZod: z.ZodObject<{
3276
+ complianceStatus: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
3277
+ }, "strip", z.ZodTypeAny, {
3278
+ complianceStatus?: ComplianceReview | undefined;
3279
+ }, {
3280
+ complianceStatus?: ComplianceReview | undefined;
3281
+ }>;
3282
+ export type UpdateSignerTemplateZod = z.infer<typeof UpdateSignerTemplateZod>;
3283
+ export declare const CreateSignerBrandZod: z.ZodObject<{
3284
+ brandName: z.ZodString;
3285
+ emailDisplayName: z.ZodString;
3286
+ backgroundColor: z.ZodString;
3287
+ buttonColor: z.ZodString;
3288
+ buttonTextColor: z.ZodString;
3289
+ accountId: z.ZodString;
3290
+ }, "strip", z.ZodTypeAny, {
3291
+ accountId: string;
3292
+ brandName: string;
3293
+ backgroundColor: string;
3294
+ buttonColor: string;
3295
+ buttonTextColor: string;
3296
+ emailDisplayName: string;
3297
+ }, {
3298
+ accountId: string;
3299
+ brandName: string;
3300
+ backgroundColor: string;
3301
+ buttonColor: string;
3302
+ buttonTextColor: string;
3303
+ emailDisplayName: string;
3304
+ }>;
3305
+ export type CreateSignerBrandZod = z.infer<typeof CreateSignerBrandZod>;
3306
+ export declare const UpdateSignerBrandZod: z.ZodObject<{
3307
+ brandName: z.ZodOptional<z.ZodString>;
3308
+ brandLogoId: z.ZodOptional<z.ZodString>;
3309
+ emailDisplayName: z.ZodOptional<z.ZodString>;
3310
+ backgroundColor: z.ZodOptional<z.ZodString>;
3311
+ buttonColor: z.ZodOptional<z.ZodString>;
3312
+ buttonTextColor: z.ZodOptional<z.ZodString>;
3313
+ complianceStatus: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
3314
+ }, "strip", z.ZodTypeAny, {
3315
+ complianceStatus?: ComplianceReview | undefined;
3316
+ brandName?: string | undefined;
3317
+ brandLogoId?: string | undefined;
3318
+ backgroundColor?: string | undefined;
3319
+ buttonColor?: string | undefined;
3320
+ buttonTextColor?: string | undefined;
3321
+ emailDisplayName?: string | undefined;
3322
+ }, {
3323
+ complianceStatus?: ComplianceReview | undefined;
3324
+ brandName?: string | undefined;
3325
+ brandLogoId?: string | undefined;
3326
+ backgroundColor?: string | undefined;
3327
+ buttonColor?: string | undefined;
3328
+ buttonTextColor?: string | undefined;
3329
+ emailDisplayName?: string | undefined;
3330
+ }>;
3331
+ export type UpdateSignerBrandZod = z.infer<typeof UpdateSignerBrandZod>;
3332
+ export declare const CreateSignerSenderIdentityZod: z.ZodObject<{
3333
+ name: z.ZodString;
3334
+ email: z.ZodString;
3335
+ }, "strip", z.ZodTypeAny, {
3336
+ email: string;
3337
+ name: string;
3338
+ }, {
3339
+ email: string;
3340
+ name: string;
3341
+ }>;
3342
+ export type CreateSignerSenderIdentityZod = z.infer<typeof CreateSignerSenderIdentityZod>;
3343
+ export declare const UpdateSignerSenderIdentityZod: z.ZodObject<{
3344
+ name: z.ZodOptional<z.ZodString>;
3345
+ email: z.ZodOptional<z.ZodString>;
3346
+ complianceStatus: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
3347
+ status: z.ZodOptional<z.ZodNativeEnum<typeof SenderIdentityStatus>>;
3348
+ }, "strip", z.ZodTypeAny, {
3349
+ status?: SenderIdentityStatus | undefined;
3350
+ email?: string | undefined;
3351
+ name?: string | undefined;
3352
+ complianceStatus?: ComplianceReview | undefined;
3353
+ }, {
3354
+ status?: SenderIdentityStatus | undefined;
3355
+ email?: string | undefined;
3356
+ name?: string | undefined;
3357
+ complianceStatus?: ComplianceReview | undefined;
3358
+ }>;
3359
+ export type UpdateSignerSenderIdentityZod = z.infer<typeof UpdateSignerSenderIdentityZod>;
3360
+ export declare const DocumentRecipientChangeBody: z.ZodObject<{
3361
+ newSignerName: z.ZodString;
3362
+ reason: z.ZodString;
3363
+ newSignerEmail: z.ZodString;
3364
+ oldSignerEmail: z.ZodString;
3365
+ order: z.ZodOptional<z.ZodNumber>;
3366
+ }, "strip", z.ZodTypeAny, {
3367
+ reason: string;
3368
+ newSignerName: string;
3369
+ newSignerEmail: string;
3370
+ oldSignerEmail: string;
3371
+ order?: number | undefined;
3372
+ }, {
3373
+ reason: string;
3374
+ newSignerName: string;
3375
+ newSignerEmail: string;
3376
+ oldSignerEmail: string;
3377
+ order?: number | undefined;
3378
+ }>;
3379
+ export type DocumentRecipientChangeBody = z.infer<typeof DocumentRecipientChangeBody>;
3380
+ export declare const SignerPaginationQuery: z.ZodObject<{
3381
+ page: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>>;
3382
+ limit: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>>;
3383
+ } & {
3384
+ status: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
3385
+ }, "strip", z.ZodTypeAny, {
3386
+ page: number;
3387
+ limit: number;
3388
+ status?: ComplianceReview | undefined;
3389
+ }, {
3390
+ status?: ComplianceReview | undefined;
3391
+ page?: number | undefined;
3392
+ limit?: number | undefined;
3393
+ }>;
3394
+ export {};