@dalmore/api-contracts 0.0.0-dev.d8ef117 → 0.0.0-dev.ddf366c

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 (700) 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 +184 -0
  18. package/common/types/account-setting.types.js +52 -0
  19. package/common/types/account-setting.types.js.map +1 -0
  20. package/common/types/account.types.d.ts +631 -0
  21. package/common/types/account.types.js +217 -0
  22. package/common/types/account.types.js.map +1 -0
  23. package/common/types/activity.types.d.ts +581 -0
  24. package/common/types/activity.types.js +247 -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 +1186 -0
  42. package/common/types/asset.types.js +429 -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 +1021 -0
  51. package/common/types/bonus-tier.types.js +167 -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 +1512 -0
  66. package/common/types/common.types.js +1442 -0
  67. package/common/types/common.types.js.map +1 -0
  68. package/common/types/comply-advantage-api.types.d.ts +4532 -0
  69. package/common/types/comply-advantage-api.types.js +278 -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 +3084 -0
  108. package/common/types/disbursements.types.js +342 -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} +3 -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 +1509 -0
  164. package/common/types/issuer-offering.types.js +413 -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 +2555 -0
  218. package/common/types/offering.types.js +574 -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 +3406 -0
  278. package/common/types/signer.types.js +532 -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 +1496 -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 +329 -0
  308. package/common/types/trade-line-item.types.js +100 -0
  309. package/common/types/trade-line-item.types.js.map +1 -0
  310. package/common/types/trade.types.d.ts +2004 -0
  311. package/common/types/trade.types.js +787 -0
  312. package/common/types/trade.types.js.map +1 -0
  313. package/common/types/transaction.types.d.ts +454 -0
  314. package/common/types/transaction.types.js +174 -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 +1951 -0
  329. package/common/types/user.types.js +238 -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 +1116 -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 +12786 -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 +983 -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 +871 -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 -171
  423. package/common/types/cart.types.ts +0 -21
  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 -426
  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 -477
  450. package/common/types/health.types.ts +0 -29
  451. package/common/types/i-will-do-it-later.types.ts +0 -68
  452. package/common/types/individuals.types.ts +0 -541
  453. package/common/types/investor-account.types.ts +0 -1239
  454. package/common/types/investors-offering.types.ts +0 -65
  455. package/common/types/invite.types.ts +0 -133
  456. package/common/types/issuer-bank-account.types.ts +0 -107
  457. package/common/types/issuer-offering.types.ts +0 -395
  458. package/common/types/issuer-payment-method.types.ts +0 -382
  459. package/common/types/issuer.types.ts +0 -321
  460. package/common/types/job-item.types.ts +0 -119
  461. package/common/types/jobs.types.ts +0 -171
  462. package/common/types/kyb.types.ts +0 -53
  463. package/common/types/kyc.types.ts +0 -188
  464. package/common/types/legal-entity.types.ts +0 -185
  465. package/common/types/login-history.types.ts +0 -46
  466. package/common/types/mail-template.types.ts +0 -436
  467. package/common/types/north-cap-integration.types.ts +0 -190
  468. package/common/types/note.types.ts +0 -109
  469. package/common/types/notification.types.ts +0 -58
  470. package/common/types/notion-api.types.ts +0 -374
  471. package/common/types/notion-database.types.ts +0 -125
  472. package/common/types/notion-page.types.ts +0 -267
  473. package/common/types/offering-reports.types.ts +0 -153
  474. package/common/types/offering-submission.types.ts +0 -314
  475. package/common/types/offering.types.ts +0 -683
  476. package/common/types/page-revision.types.ts +0 -86
  477. package/common/types/page.types.ts +0 -436
  478. package/common/types/password.type.ts +0 -15
  479. package/common/types/payment-methods.types.ts +0 -298
  480. package/common/types/phone.type.ts +0 -27
  481. package/common/types/portfolio.types.ts +0 -50
  482. package/common/types/queue.types.ts +0 -112
  483. package/common/types/registered-reps.types.ts +0 -25
  484. package/common/types/rejection-reasons.types.ts +0 -56
  485. package/common/types/reminder-config.types.ts +0 -40
  486. package/common/types/review.types.ts +0 -133
  487. package/common/types/role.types.ts +0 -26
  488. package/common/types/secondary-customer.types.ts +0 -66
  489. package/common/types/secondary-issuer.types.ts +0 -50
  490. package/common/types/secondary-order.types.ts +0 -58
  491. package/common/types/secondary-security.types.ts +0 -60
  492. package/common/types/secondary-trade.entity.ts +0 -16
  493. package/common/types/secondary-trade.types.ts +0 -95
  494. package/common/types/secure-request.types.ts +0 -68
  495. package/common/types/signer.types.ts +0 -651
  496. package/common/types/site-link.types.ts +0 -166
  497. package/common/types/site-settings.types.ts +0 -726
  498. package/common/types/site.types.ts +0 -270
  499. package/common/types/sms.types.ts +0 -30
  500. package/common/types/state-machine.types.ts +0 -177
  501. package/common/types/states.types.ts +0 -163
  502. package/common/types/subdoc-preview.types.ts +0 -35
  503. package/common/types/task.types.ts +0 -258
  504. package/common/types/trade-adjustment.type.ts +0 -33
  505. package/common/types/trade-line-item.type.ts +0 -132
  506. package/common/types/trade.types.ts +0 -999
  507. package/common/types/transaction.types.ts +0 -209
  508. package/common/types/trusted-contact.types.ts +0 -122
  509. package/common/types/typography.types.ts +0 -75
  510. package/common/types/user-manual.types.ts +0 -290
  511. package/common/types/user-setting.types.ts +0 -133
  512. package/common/types/user.types.ts +0 -325
  513. package/common/types/webhook.types.ts +0 -588
  514. package/common/types/zip.type.ts +0 -36
  515. package/contracts/clients/accounts/index.ts +0 -61
  516. package/contracts/clients/aic/index.ts +0 -59
  517. package/contracts/clients/api-key-logs/index.ts +0 -53
  518. package/contracts/clients/api-keys/index.ts +0 -73
  519. package/contracts/clients/assets/index.ts +0 -102
  520. package/contracts/clients/auth/index.ts +0 -50
  521. package/contracts/clients/cart/index.ts +0 -80
  522. package/contracts/clients/files/index.ts +0 -166
  523. package/contracts/clients/files-public/index.ts +0 -166
  524. package/contracts/clients/index.ts +0 -54
  525. package/contracts/clients/individuals/index.ts +0 -93
  526. package/contracts/clients/investor-accounts/index.ts +0 -93
  527. package/contracts/clients/issuer-payment-methods/index.ts +0 -39
  528. package/contracts/clients/issuers/index.ts +0 -94
  529. package/contracts/clients/legal-entities/index.ts +0 -93
  530. package/contracts/clients/offerings/index.ts +0 -117
  531. package/contracts/clients/payment-methods/index.ts +0 -85
  532. package/contracts/clients/secure-requests/index.ts +0 -34
  533. package/contracts/clients/sites/index.ts +0 -56
  534. package/contracts/clients/trade-line-items/index.ts +0 -66
  535. package/contracts/clients/trades/index.ts +0 -186
  536. package/contracts/clients/transactions/index.ts +0 -37
  537. package/contracts/compliance/account-contacts/index.ts +0 -82
  538. package/contracts/compliance/account-managers/index.ts +0 -142
  539. package/contracts/compliance/accounts/index.ts +0 -187
  540. package/contracts/compliance/activities/index.ts +0 -55
  541. package/contracts/compliance/aic/index.ts +0 -60
  542. package/contracts/compliance/api-keys/index.ts +0 -91
  543. package/contracts/compliance/assets/index.ts +0 -122
  544. package/contracts/compliance/auth/index.ts +0 -134
  545. package/contracts/compliance/batch-jobs/index.ts +0 -62
  546. package/contracts/compliance/bonus-tiers/index.ts +0 -74
  547. package/contracts/compliance/checklist/index.ts +0 -87
  548. package/contracts/compliance/checklist-items/index.ts +0 -86
  549. package/contracts/compliance/covered-persons/index.ts +0 -97
  550. package/contracts/compliance/dashboard/index.ts +0 -111
  551. package/contracts/compliance/data-records/index.ts +0 -116
  552. package/contracts/compliance/data-rooms/index.ts +0 -113
  553. package/contracts/compliance/default-theme-configs/index.ts +0 -95
  554. package/contracts/compliance/disbursement/index.ts +0 -165
  555. package/contracts/compliance/disbursement-approval-users/index.ts +0 -84
  556. package/contracts/compliance/disbursement-transactions/index.ts +0 -37
  557. package/contracts/compliance/domain-filters/index.ts +0 -117
  558. package/contracts/compliance/email-themes/index.ts +0 -284
  559. package/contracts/compliance/escrow-accounts/index.ts +0 -85
  560. package/contracts/compliance/exchange-api-keys/index.ts +0 -129
  561. package/contracts/compliance/exchange-imports/index.ts +0 -137
  562. package/contracts/compliance/files/index.ts +0 -267
  563. package/contracts/compliance/files-public/index.ts +0 -188
  564. package/contracts/compliance/health/index.ts +0 -26
  565. package/contracts/compliance/index.ts +0 -147
  566. package/contracts/compliance/individuals/index.ts +0 -57
  567. package/contracts/compliance/investor-accounts/index.ts +0 -141
  568. package/contracts/compliance/invites/index.ts +0 -137
  569. package/contracts/compliance/issuer-bank-accounts/index.ts +0 -81
  570. package/contracts/compliance/issuer-payment-methods/index.ts +0 -81
  571. package/contracts/compliance/issuers/index.ts +0 -97
  572. package/contracts/compliance/job-items/index.ts +0 -58
  573. package/contracts/compliance/jobs/index.ts +0 -59
  574. package/contracts/compliance/kyb/index.ts +0 -54
  575. package/contracts/compliance/kyc/index.ts +0 -77
  576. package/contracts/compliance/legal-entities/index.ts +0 -57
  577. package/contracts/compliance/login-histories/index.ts +0 -37
  578. package/contracts/compliance/notes/index.ts +0 -69
  579. package/contracts/compliance/notion-databases/index.ts +0 -107
  580. package/contracts/compliance/notion-pages/index.ts +0 -105
  581. package/contracts/compliance/offering-reports/index.ts +0 -149
  582. package/contracts/compliance/offerings/index.ts +0 -233
  583. package/contracts/compliance/pages/index.ts +0 -178
  584. package/contracts/compliance/payment-methods/index.ts +0 -57
  585. package/contracts/compliance/rejection-reasons/index.ts +0 -32
  586. package/contracts/compliance/review/index.ts +0 -169
  587. package/contracts/compliance/roles/index.ts +0 -34
  588. package/contracts/compliance/secondary-customers/index.ts +0 -77
  589. package/contracts/compliance/secondary-orders/index.ts +0 -60
  590. package/contracts/compliance/secondary-trades/index.ts +0 -100
  591. package/contracts/compliance/secure-requests/index.ts +0 -54
  592. package/contracts/compliance/signer/index.ts +0 -369
  593. package/contracts/compliance/site-links/index.ts +0 -128
  594. package/contracts/compliance/site-settings/index.ts +0 -669
  595. package/contracts/compliance/sites/index.ts +0 -56
  596. package/contracts/compliance/state-machine/index.ts +0 -94
  597. package/contracts/compliance/tasks/index.ts +0 -91
  598. package/contracts/compliance/third-parties/index.ts +0 -52
  599. package/contracts/compliance/trade-line-items/index.ts +0 -59
  600. package/contracts/compliance/trades/index.ts +0 -230
  601. package/contracts/compliance/transactions/index.ts +0 -161
  602. package/contracts/compliance/user-manuals/index.ts +0 -271
  603. package/contracts/compliance/user-settings/index.ts +0 -189
  604. package/contracts/compliance/users/index.ts +0 -221
  605. package/contracts/compliance/webhooks/index.ts +0 -41
  606. package/contracts/compliance-apikey/accounts/index.ts +0 -58
  607. package/contracts/compliance-apikey/index.ts +0 -14
  608. package/contracts/index.ts +0 -6
  609. package/contracts/investors/account-contacts/index.ts +0 -58
  610. package/contracts/investors/aic/index.ts +0 -59
  611. package/contracts/investors/assets/index.ts +0 -61
  612. package/contracts/investors/auth/index.ts +0 -116
  613. package/contracts/investors/bonus-tiers/index.ts +0 -55
  614. package/contracts/investors/cart/index.ts +0 -75
  615. package/contracts/investors/contact-us/index.ts +0 -48
  616. package/contracts/investors/data-records/index.ts +0 -113
  617. package/contracts/investors/data-rooms/index.ts +0 -96
  618. package/contracts/investors/files/index.ts +0 -167
  619. package/contracts/investors/files-public/index.ts +0 -185
  620. package/contracts/investors/index.ts +0 -72
  621. package/contracts/investors/individuals/index.ts +0 -121
  622. package/contracts/investors/investor-accounts/index.ts +0 -110
  623. package/contracts/investors/issuer-payment-methods/index.ts +0 -36
  624. package/contracts/investors/issuers/index.ts +0 -30
  625. package/contracts/investors/legal-entities/index.ts +0 -93
  626. package/contracts/investors/notes/index.ts +0 -69
  627. package/contracts/investors/offerings/index.ts +0 -93
  628. package/contracts/investors/pages/index.ts +0 -88
  629. package/contracts/investors/payment-methods/index.ts +0 -149
  630. package/contracts/investors/portfolios/index.ts +0 -53
  631. package/contracts/investors/sites/index.ts +0 -96
  632. package/contracts/investors/tasks/index.ts +0 -111
  633. package/contracts/investors/trade-line-items/index.ts +0 -75
  634. package/contracts/investors/trades/index.ts +0 -114
  635. package/contracts/investors/transactions/index.ts +0 -37
  636. package/contracts/investors/trusted-contacts/index.ts +0 -93
  637. package/contracts/investors/user-manuals/index.ts +0 -62
  638. package/contracts/investors/user-settings/index.ts +0 -170
  639. package/contracts/investors/users/index.ts +0 -45
  640. package/contracts/investors/webhooks/index.ts +0 -30
  641. package/contracts/issuers/account-contacts/index.ts +0 -76
  642. package/contracts/issuers/account-integrations/index.ts +0 -97
  643. package/contracts/issuers/accounts/index.ts +0 -97
  644. package/contracts/issuers/activities/index.ts +0 -54
  645. package/contracts/issuers/aic/index.ts +0 -39
  646. package/contracts/issuers/api-key-logs/index.ts +0 -53
  647. package/contracts/issuers/api-keys/index.ts +0 -93
  648. package/contracts/issuers/assets/index.ts +0 -122
  649. package/contracts/issuers/auth/index.ts +0 -152
  650. package/contracts/issuers/bonus-tiers/index.ts +0 -73
  651. package/contracts/issuers/contact-us/index.ts +0 -48
  652. package/contracts/issuers/covered-persons/index.ts +0 -136
  653. package/contracts/issuers/dashboard/index.ts +0 -72
  654. package/contracts/issuers/data-records/index.ts +0 -257
  655. package/contracts/issuers/data-rooms/index.ts +0 -134
  656. package/contracts/issuers/disbursement-approval-users/index.ts +0 -82
  657. package/contracts/issuers/disbursement-transactions/index.ts +0 -53
  658. package/contracts/issuers/disbursements/index.ts +0 -189
  659. package/contracts/issuers/email-themes/index.ts +0 -242
  660. package/contracts/issuers/escrow-accounts/index.ts +0 -81
  661. package/contracts/issuers/exchange-api-keys/index.ts +0 -144
  662. package/contracts/issuers/files/index.ts +0 -166
  663. package/contracts/issuers/files-public/index.ts +0 -166
  664. package/contracts/issuers/health/index.ts +0 -24
  665. package/contracts/issuers/index.ts +0 -112
  666. package/contracts/issuers/investor-accounts/index.ts +0 -148
  667. package/contracts/issuers/invites/index.ts +0 -129
  668. package/contracts/issuers/issuer/index.ts +0 -94
  669. package/contracts/issuers/issuer-bank-accounts/index.ts +0 -81
  670. package/contracts/issuers/issuer-payment-methods/index.ts +0 -136
  671. package/contracts/issuers/kyc/index.ts +0 -38
  672. package/contracts/issuers/login-histories/index.ts +0 -51
  673. package/contracts/issuers/notes/index.ts +0 -69
  674. package/contracts/issuers/offerings/index.ts +0 -206
  675. package/contracts/issuers/pages/index.ts +0 -138
  676. package/contracts/issuers/payment-methods/index.ts +0 -61
  677. package/contracts/issuers/portfolios/index.ts +0 -36
  678. package/contracts/issuers/rejection-reasons/index.ts +0 -32
  679. package/contracts/issuers/review/index.ts +0 -63
  680. package/contracts/issuers/secondary-customers/index.ts +0 -55
  681. package/contracts/issuers/secondary-orders/index.ts +0 -57
  682. package/contracts/issuers/secondary-trades/index.ts +0 -57
  683. package/contracts/issuers/secure-requests/index.ts +0 -34
  684. package/contracts/issuers/site-links/index.ts +0 -116
  685. package/contracts/issuers/site-settings/index.ts +0 -585
  686. package/contracts/issuers/sites/index.ts +0 -32
  687. package/contracts/issuers/tasks/index.ts +0 -111
  688. package/contracts/issuers/trades/index.ts +0 -132
  689. package/contracts/issuers/transactions/index.ts +0 -158
  690. package/contracts/issuers/user-manuals/index.ts +0 -62
  691. package/contracts/issuers/user-settings/index.ts +0 -170
  692. package/contracts/issuers/users/index.ts +0 -126
  693. package/contracts/secondaries/accounts/index.ts +0 -58
  694. package/contracts/secondaries/index.ts +0 -23
  695. package/contracts/secondaries/secondary-customers/index.ts +0 -55
  696. package/contracts/secondaries/secondary-issuers/index.ts +0 -94
  697. package/contracts/secondaries/secondary-orders/index.ts +0 -56
  698. package/contracts/secondaries/secondary-securities/index.ts +0 -95
  699. package/contracts/secondaries/secondary-trades/index.ts +0 -56
  700. /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
@@ -0,0 +1,3406 @@
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
+ order: number;
845
+ documentName: string;
846
+ pageCount: number;
847
+ }, {
848
+ order: number;
849
+ documentName: string;
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
+ order: number;
1248
+ documentName: string;
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
+ order: number;
1366
+ documentName: string;
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
+ export declare enum BoldSignDocumentStatus {
1866
+ IN_PROGRESS = "InProgress",
1867
+ WAITING_FOR_ME = "WaitingForMe",
1868
+ WAITING_FOR_OTHERS = "WaitingForOthers",
1869
+ NEED_ATTENTION = "NeedAttention",
1870
+ COMPLETED = "Completed",
1871
+ DECLINED = "Declined",
1872
+ REVOKED = "Revoked",
1873
+ EXPIRED = "Expired",
1874
+ SCHEDULED = "Scheduled",
1875
+ DRAFT = "Draft"
1876
+ }
1877
+ declare const DocumentSchema: z.ZodObject<{
1878
+ documentId: z.ZodString;
1879
+ brandId: z.ZodString;
1880
+ messageTitle: z.ZodString;
1881
+ documentDescription: z.ZodString;
1882
+ status: z.ZodNativeEnum<typeof BoldSignDocumentStatus>;
1883
+ files: z.ZodArray<z.ZodObject<{
1884
+ documentName: z.ZodString;
1885
+ order: z.ZodNumber;
1886
+ pageCount: z.ZodNumber;
1887
+ }, "strip", z.ZodTypeAny, {
1888
+ order: number;
1889
+ documentName: string;
1890
+ pageCount: number;
1891
+ }, {
1892
+ order: number;
1893
+ documentName: string;
1894
+ pageCount: number;
1895
+ }>, "many">;
1896
+ senderDetail: z.ZodObject<{
1897
+ name: z.ZodString;
1898
+ privateMessage: z.ZodNull;
1899
+ emailAddress: z.ZodString;
1900
+ isViewed: z.ZodBoolean;
1901
+ }, "strip", z.ZodTypeAny, {
1902
+ name: string;
1903
+ emailAddress: string;
1904
+ isViewed: boolean;
1905
+ privateMessage: null;
1906
+ }, {
1907
+ name: string;
1908
+ emailAddress: string;
1909
+ isViewed: boolean;
1910
+ privateMessage: null;
1911
+ }>;
1912
+ signerDetails: z.ZodArray<z.ZodObject<{
1913
+ signerName: z.ZodString;
1914
+ signerRole: z.ZodString;
1915
+ signerEmail: z.ZodString;
1916
+ status: z.ZodString;
1917
+ enableAccessCode: z.ZodBoolean;
1918
+ isAuthenticationFailed: z.ZodNullable<z.ZodBoolean>;
1919
+ enableEmailOTP: z.ZodBoolean;
1920
+ authenticationType: z.ZodString;
1921
+ isDeliveryFailed: z.ZodBoolean;
1922
+ isViewed: z.ZodBoolean;
1923
+ order: z.ZodNumber;
1924
+ signerType: z.ZodString;
1925
+ hostEmail: z.ZodString;
1926
+ hostName: z.ZodString;
1927
+ isReassigned: z.ZodBoolean;
1928
+ privateMessage: z.ZodString;
1929
+ allowFieldConfiguration: z.ZodBoolean;
1930
+ idVerification: z.ZodObject<{
1931
+ type: z.ZodString;
1932
+ maximumRetryCount: z.ZodNumber;
1933
+ status: z.ZodString;
1934
+ nameMatcher: z.ZodString;
1935
+ requireLiveCapture: z.ZodBoolean;
1936
+ requireMatchingSelfie: z.ZodBoolean;
1937
+ holdForPrefill: z.ZodBoolean;
1938
+ prefillCompleted: z.ZodBoolean;
1939
+ }, "strip", z.ZodTypeAny, {
1940
+ type: string;
1941
+ status: string;
1942
+ maximumRetryCount: number;
1943
+ nameMatcher: string;
1944
+ requireLiveCapture: boolean;
1945
+ requireMatchingSelfie: boolean;
1946
+ holdForPrefill: boolean;
1947
+ prefillCompleted: boolean;
1948
+ }, {
1949
+ type: string;
1950
+ status: string;
1951
+ maximumRetryCount: number;
1952
+ nameMatcher: string;
1953
+ requireLiveCapture: boolean;
1954
+ requireMatchingSelfie: boolean;
1955
+ holdForPrefill: boolean;
1956
+ prefillCompleted: boolean;
1957
+ }>;
1958
+ formFields: z.ZodArray<z.ZodObject<{
1959
+ id: z.ZodString;
1960
+ type: z.ZodString;
1961
+ value: z.ZodString;
1962
+ font: z.ZodString;
1963
+ isRequired: z.ZodBoolean;
1964
+ isReadOnly: z.ZodBoolean;
1965
+ lineHeight: z.ZodNumber;
1966
+ fontSize: z.ZodNumber;
1967
+ fontColor: z.ZodString;
1968
+ isUnderline: z.ZodBoolean;
1969
+ isItalic: z.ZodBoolean;
1970
+ isBold: z.ZodBoolean;
1971
+ groupName: z.ZodString;
1972
+ placeholder: z.ZodString;
1973
+ validationtype: z.ZodString;
1974
+ validationCustomRegex: z.ZodString;
1975
+ validationCustomRegexMessage: z.ZodString;
1976
+ dateFormat: z.ZodString;
1977
+ imageInfo: z.ZodNull;
1978
+ attachmentInfo: z.ZodNull;
1979
+ fileInfo: z.ZodNull;
1980
+ editableDateFieldSettings: z.ZodNull;
1981
+ conditionalLogic: z.ZodArray<z.ZodAny, "many">;
1982
+ hyperlinkText: z.ZodString;
1983
+ dropdownOptions: z.ZodArray<z.ZodAny, "many">;
1984
+ bounds: z.ZodObject<{
1985
+ x: z.ZodNumber;
1986
+ y: z.ZodNumber;
1987
+ width: z.ZodNumber;
1988
+ height: z.ZodNumber;
1989
+ }, "strip", z.ZodTypeAny, {
1990
+ height: number;
1991
+ x: number;
1992
+ y: number;
1993
+ width: number;
1994
+ }, {
1995
+ height: number;
1996
+ x: number;
1997
+ y: number;
1998
+ width: number;
1999
+ }>;
2000
+ pageNumber: z.ZodNumber;
2001
+ dataSyncTag: z.ZodString;
2002
+ textAlign: z.ZodString;
2003
+ textDirection: z.ZodString;
2004
+ characterSpacing: z.ZodNumber;
2005
+ }, "strip", z.ZodTypeAny, {
2006
+ value: string;
2007
+ type: string;
2008
+ id: string;
2009
+ isRequired: boolean;
2010
+ pageNumber: number;
2011
+ bounds: {
2012
+ height: number;
2013
+ x: number;
2014
+ y: number;
2015
+ width: number;
2016
+ };
2017
+ editableDateFieldSettings: null;
2018
+ font: string;
2019
+ isReadOnly: boolean;
2020
+ lineHeight: number;
2021
+ fontSize: number;
2022
+ groupName: string;
2023
+ placeholder: string;
2024
+ validationtype: string;
2025
+ validationCustomRegex: string;
2026
+ validationCustomRegexMessage: string;
2027
+ dateFormat: string;
2028
+ imageInfo: null;
2029
+ attachmentInfo: null;
2030
+ dropdownOptions: any[];
2031
+ dataSyncTag: string;
2032
+ textAlign: string;
2033
+ textDirection: string;
2034
+ fontColor: string;
2035
+ isUnderline: boolean;
2036
+ isItalic: boolean;
2037
+ isBold: boolean;
2038
+ fileInfo: null;
2039
+ conditionalLogic: any[];
2040
+ hyperlinkText: string;
2041
+ characterSpacing: number;
2042
+ }, {
2043
+ value: string;
2044
+ type: string;
2045
+ id: string;
2046
+ isRequired: boolean;
2047
+ pageNumber: number;
2048
+ bounds: {
2049
+ height: number;
2050
+ x: number;
2051
+ y: number;
2052
+ width: number;
2053
+ };
2054
+ editableDateFieldSettings: null;
2055
+ font: string;
2056
+ isReadOnly: boolean;
2057
+ lineHeight: number;
2058
+ fontSize: number;
2059
+ groupName: string;
2060
+ placeholder: string;
2061
+ validationtype: string;
2062
+ validationCustomRegex: string;
2063
+ validationCustomRegexMessage: string;
2064
+ dateFormat: string;
2065
+ imageInfo: null;
2066
+ attachmentInfo: null;
2067
+ dropdownOptions: any[];
2068
+ dataSyncTag: string;
2069
+ textAlign: string;
2070
+ textDirection: string;
2071
+ fontColor: string;
2072
+ isUnderline: boolean;
2073
+ isItalic: boolean;
2074
+ isBold: boolean;
2075
+ fileInfo: null;
2076
+ conditionalLogic: any[];
2077
+ hyperlinkText: string;
2078
+ characterSpacing: number;
2079
+ }>, "many">;
2080
+ language: z.ZodNumber;
2081
+ locale: z.ZodString;
2082
+ recipientNotificationSettings: z.ZodObject<{
2083
+ signatureRequest: z.ZodBoolean;
2084
+ declined: z.ZodBoolean;
2085
+ revoked: z.ZodBoolean;
2086
+ signed: z.ZodBoolean;
2087
+ completed: z.ZodBoolean;
2088
+ expired: z.ZodBoolean;
2089
+ reassigned: z.ZodBoolean;
2090
+ deleted: z.ZodBoolean;
2091
+ reminders: z.ZodBoolean;
2092
+ editRecipient: z.ZodBoolean;
2093
+ editDocument: z.ZodBoolean;
2094
+ viewed: z.ZodOptional<z.ZodBoolean>;
2095
+ }, "strip", z.ZodTypeAny, {
2096
+ completed: boolean;
2097
+ declined: boolean;
2098
+ expired: boolean;
2099
+ deleted: boolean;
2100
+ signatureRequest: boolean;
2101
+ revoked: boolean;
2102
+ signed: boolean;
2103
+ reassigned: boolean;
2104
+ reminders: boolean;
2105
+ editRecipient: boolean;
2106
+ editDocument: boolean;
2107
+ viewed?: boolean | undefined;
2108
+ }, {
2109
+ completed: boolean;
2110
+ declined: boolean;
2111
+ expired: boolean;
2112
+ deleted: boolean;
2113
+ signatureRequest: boolean;
2114
+ revoked: boolean;
2115
+ signed: boolean;
2116
+ reassigned: boolean;
2117
+ reminders: boolean;
2118
+ editRecipient: boolean;
2119
+ editDocument: boolean;
2120
+ viewed?: boolean | undefined;
2121
+ }>;
2122
+ authenticationRetryCount: z.ZodNullable<z.ZodNumber>;
2123
+ }, "strip", z.ZodTypeAny, {
2124
+ status: string;
2125
+ signerName: string;
2126
+ signerRole: string;
2127
+ signerEmail: string;
2128
+ formFields: {
2129
+ value: string;
2130
+ type: string;
2131
+ id: string;
2132
+ isRequired: boolean;
2133
+ pageNumber: number;
2134
+ bounds: {
2135
+ height: number;
2136
+ x: number;
2137
+ y: number;
2138
+ width: number;
2139
+ };
2140
+ editableDateFieldSettings: null;
2141
+ font: string;
2142
+ isReadOnly: boolean;
2143
+ lineHeight: number;
2144
+ fontSize: number;
2145
+ groupName: string;
2146
+ placeholder: string;
2147
+ validationtype: string;
2148
+ validationCustomRegex: string;
2149
+ validationCustomRegexMessage: string;
2150
+ dateFormat: string;
2151
+ imageInfo: null;
2152
+ attachmentInfo: null;
2153
+ dropdownOptions: any[];
2154
+ dataSyncTag: string;
2155
+ textAlign: string;
2156
+ textDirection: string;
2157
+ fontColor: string;
2158
+ isUnderline: boolean;
2159
+ isItalic: boolean;
2160
+ isBold: boolean;
2161
+ fileInfo: null;
2162
+ conditionalLogic: any[];
2163
+ hyperlinkText: string;
2164
+ characterSpacing: number;
2165
+ }[];
2166
+ order: number;
2167
+ locale: string;
2168
+ signerType: string;
2169
+ hostEmail: string;
2170
+ hostName: string;
2171
+ language: number;
2172
+ enableAccessCode: boolean;
2173
+ enableEmailOTP: boolean;
2174
+ allowFieldConfiguration: boolean;
2175
+ recipientNotificationSettings: {
2176
+ completed: boolean;
2177
+ declined: boolean;
2178
+ expired: boolean;
2179
+ deleted: boolean;
2180
+ signatureRequest: boolean;
2181
+ revoked: boolean;
2182
+ signed: boolean;
2183
+ reassigned: boolean;
2184
+ reminders: boolean;
2185
+ editRecipient: boolean;
2186
+ editDocument: boolean;
2187
+ viewed?: boolean | undefined;
2188
+ };
2189
+ isAuthenticationFailed: boolean | null;
2190
+ authenticationType: string;
2191
+ isDeliveryFailed: boolean;
2192
+ isViewed: boolean;
2193
+ isReassigned: boolean;
2194
+ privateMessage: string;
2195
+ idVerification: {
2196
+ type: string;
2197
+ status: string;
2198
+ maximumRetryCount: number;
2199
+ nameMatcher: string;
2200
+ requireLiveCapture: boolean;
2201
+ requireMatchingSelfie: boolean;
2202
+ holdForPrefill: boolean;
2203
+ prefillCompleted: boolean;
2204
+ };
2205
+ authenticationRetryCount: number | null;
2206
+ }, {
2207
+ status: string;
2208
+ signerName: string;
2209
+ signerRole: string;
2210
+ signerEmail: string;
2211
+ formFields: {
2212
+ value: string;
2213
+ type: string;
2214
+ id: string;
2215
+ isRequired: boolean;
2216
+ pageNumber: number;
2217
+ bounds: {
2218
+ height: number;
2219
+ x: number;
2220
+ y: number;
2221
+ width: number;
2222
+ };
2223
+ editableDateFieldSettings: null;
2224
+ font: string;
2225
+ isReadOnly: boolean;
2226
+ lineHeight: number;
2227
+ fontSize: number;
2228
+ groupName: string;
2229
+ placeholder: string;
2230
+ validationtype: string;
2231
+ validationCustomRegex: string;
2232
+ validationCustomRegexMessage: string;
2233
+ dateFormat: string;
2234
+ imageInfo: null;
2235
+ attachmentInfo: null;
2236
+ dropdownOptions: any[];
2237
+ dataSyncTag: string;
2238
+ textAlign: string;
2239
+ textDirection: string;
2240
+ fontColor: string;
2241
+ isUnderline: boolean;
2242
+ isItalic: boolean;
2243
+ isBold: boolean;
2244
+ fileInfo: null;
2245
+ conditionalLogic: any[];
2246
+ hyperlinkText: string;
2247
+ characterSpacing: number;
2248
+ }[];
2249
+ order: number;
2250
+ locale: string;
2251
+ signerType: string;
2252
+ hostEmail: string;
2253
+ hostName: string;
2254
+ language: number;
2255
+ enableAccessCode: boolean;
2256
+ enableEmailOTP: boolean;
2257
+ allowFieldConfiguration: boolean;
2258
+ recipientNotificationSettings: {
2259
+ completed: boolean;
2260
+ declined: boolean;
2261
+ expired: boolean;
2262
+ deleted: boolean;
2263
+ signatureRequest: boolean;
2264
+ revoked: boolean;
2265
+ signed: boolean;
2266
+ reassigned: boolean;
2267
+ reminders: boolean;
2268
+ editRecipient: boolean;
2269
+ editDocument: boolean;
2270
+ viewed?: boolean | undefined;
2271
+ };
2272
+ isAuthenticationFailed: boolean | null;
2273
+ authenticationType: string;
2274
+ isDeliveryFailed: boolean;
2275
+ isViewed: boolean;
2276
+ isReassigned: boolean;
2277
+ privateMessage: string;
2278
+ idVerification: {
2279
+ type: string;
2280
+ status: string;
2281
+ maximumRetryCount: number;
2282
+ nameMatcher: string;
2283
+ requireLiveCapture: boolean;
2284
+ requireMatchingSelfie: boolean;
2285
+ holdForPrefill: boolean;
2286
+ prefillCompleted: boolean;
2287
+ };
2288
+ authenticationRetryCount: number | null;
2289
+ }>, "many">;
2290
+ behalfOf: z.ZodNull;
2291
+ ccDetails: z.ZodArray<z.ZodAny, "many">;
2292
+ reminderSettings: z.ZodObject<{
2293
+ enableAutoReminder: z.ZodBoolean;
2294
+ reminderDays: z.ZodNumber;
2295
+ reminderCount: z.ZodNumber;
2296
+ }, "strip", z.ZodTypeAny, {
2297
+ enableAutoReminder: boolean;
2298
+ reminderDays: number;
2299
+ reminderCount: number;
2300
+ }, {
2301
+ enableAutoReminder: boolean;
2302
+ reminderDays: number;
2303
+ reminderCount: number;
2304
+ }>;
2305
+ reassign: z.ZodArray<z.ZodAny, "many">;
2306
+ documentHistory: z.ZodArray<z.ZodObject<{
2307
+ id: z.ZodString;
2308
+ name: z.ZodString;
2309
+ email: z.ZodString;
2310
+ toName: z.ZodString;
2311
+ toEmail: z.ZodString;
2312
+ ipaddress: z.ZodString;
2313
+ action: z.ZodString;
2314
+ timestamp: z.ZodNumber;
2315
+ }, "strip", z.ZodTypeAny, {
2316
+ id: string;
2317
+ email: string;
2318
+ name: string;
2319
+ timestamp: number;
2320
+ action: string;
2321
+ toName: string;
2322
+ toEmail: string;
2323
+ ipaddress: string;
2324
+ }, {
2325
+ id: string;
2326
+ email: string;
2327
+ name: string;
2328
+ timestamp: number;
2329
+ action: string;
2330
+ toName: string;
2331
+ toEmail: string;
2332
+ ipaddress: string;
2333
+ }>, "many">;
2334
+ activityBy: z.ZodString;
2335
+ activityDate: z.ZodNumber;
2336
+ activityAction: z.ZodString;
2337
+ createdDate: z.ZodNumber;
2338
+ expiryDays: z.ZodNumber;
2339
+ expiryDate: z.ZodNull;
2340
+ enableSigningOrder: z.ZodBoolean;
2341
+ isDeleted: z.ZodBoolean;
2342
+ revokeMessage: z.ZodString;
2343
+ declineMessage: z.ZodString;
2344
+ applicationId: z.ZodString;
2345
+ labels: z.ZodArray<z.ZodAny, "many">;
2346
+ disableEmails: z.ZodBoolean;
2347
+ disableExpiryAlert: z.ZodBoolean;
2348
+ hideDocumentId: z.ZodBoolean;
2349
+ enablePrintAndSign: z.ZodBoolean;
2350
+ enableReassign: z.ZodBoolean;
2351
+ recipientNotificationSettings: z.ZodObject<{
2352
+ signatureRequest: z.ZodBoolean;
2353
+ declined: z.ZodBoolean;
2354
+ revoked: z.ZodBoolean;
2355
+ signed: z.ZodBoolean;
2356
+ completed: z.ZodBoolean;
2357
+ expired: z.ZodBoolean;
2358
+ reassigned: z.ZodBoolean;
2359
+ deleted: z.ZodBoolean;
2360
+ reminders: z.ZodBoolean;
2361
+ editRecipient: z.ZodBoolean;
2362
+ editDocument: z.ZodBoolean;
2363
+ viewed: z.ZodOptional<z.ZodBoolean>;
2364
+ }, "strip", z.ZodTypeAny, {
2365
+ completed: boolean;
2366
+ declined: boolean;
2367
+ expired: boolean;
2368
+ deleted: boolean;
2369
+ signatureRequest: boolean;
2370
+ revoked: boolean;
2371
+ signed: boolean;
2372
+ reassigned: boolean;
2373
+ reminders: boolean;
2374
+ editRecipient: boolean;
2375
+ editDocument: boolean;
2376
+ viewed?: boolean | undefined;
2377
+ }, {
2378
+ completed: boolean;
2379
+ declined: boolean;
2380
+ expired: boolean;
2381
+ deleted: boolean;
2382
+ signatureRequest: boolean;
2383
+ revoked: boolean;
2384
+ signed: boolean;
2385
+ reassigned: boolean;
2386
+ reminders: boolean;
2387
+ editRecipient: boolean;
2388
+ editDocument: boolean;
2389
+ viewed?: boolean | undefined;
2390
+ }>;
2391
+ scheduledSendTime: z.ZodNumber;
2392
+ }, "strip", z.ZodTypeAny, {
2393
+ status: BoldSignDocumentStatus;
2394
+ files: {
2395
+ order: number;
2396
+ documentName: string;
2397
+ pageCount: number;
2398
+ }[];
2399
+ labels: any[];
2400
+ documentId: string;
2401
+ messageTitle: string;
2402
+ documentDescription: string;
2403
+ senderDetail: {
2404
+ name: string;
2405
+ emailAddress: string;
2406
+ isViewed: boolean;
2407
+ privateMessage: null;
2408
+ };
2409
+ signerDetails: {
2410
+ status: string;
2411
+ signerName: string;
2412
+ signerRole: string;
2413
+ signerEmail: string;
2414
+ formFields: {
2415
+ value: string;
2416
+ type: string;
2417
+ id: string;
2418
+ isRequired: boolean;
2419
+ pageNumber: number;
2420
+ bounds: {
2421
+ height: number;
2422
+ x: number;
2423
+ y: number;
2424
+ width: number;
2425
+ };
2426
+ editableDateFieldSettings: null;
2427
+ font: string;
2428
+ isReadOnly: boolean;
2429
+ lineHeight: number;
2430
+ fontSize: number;
2431
+ groupName: string;
2432
+ placeholder: string;
2433
+ validationtype: string;
2434
+ validationCustomRegex: string;
2435
+ validationCustomRegexMessage: string;
2436
+ dateFormat: string;
2437
+ imageInfo: null;
2438
+ attachmentInfo: null;
2439
+ dropdownOptions: any[];
2440
+ dataSyncTag: string;
2441
+ textAlign: string;
2442
+ textDirection: string;
2443
+ fontColor: string;
2444
+ isUnderline: boolean;
2445
+ isItalic: boolean;
2446
+ isBold: boolean;
2447
+ fileInfo: null;
2448
+ conditionalLogic: any[];
2449
+ hyperlinkText: string;
2450
+ characterSpacing: number;
2451
+ }[];
2452
+ order: number;
2453
+ locale: string;
2454
+ signerType: string;
2455
+ hostEmail: string;
2456
+ hostName: string;
2457
+ language: number;
2458
+ enableAccessCode: boolean;
2459
+ enableEmailOTP: boolean;
2460
+ allowFieldConfiguration: boolean;
2461
+ recipientNotificationSettings: {
2462
+ completed: boolean;
2463
+ declined: boolean;
2464
+ expired: boolean;
2465
+ deleted: boolean;
2466
+ signatureRequest: boolean;
2467
+ revoked: boolean;
2468
+ signed: boolean;
2469
+ reassigned: boolean;
2470
+ reminders: boolean;
2471
+ editRecipient: boolean;
2472
+ editDocument: boolean;
2473
+ viewed?: boolean | undefined;
2474
+ };
2475
+ isAuthenticationFailed: boolean | null;
2476
+ authenticationType: string;
2477
+ isDeliveryFailed: boolean;
2478
+ isViewed: boolean;
2479
+ isReassigned: boolean;
2480
+ privateMessage: string;
2481
+ idVerification: {
2482
+ type: string;
2483
+ status: string;
2484
+ maximumRetryCount: number;
2485
+ nameMatcher: string;
2486
+ requireLiveCapture: boolean;
2487
+ requireMatchingSelfie: boolean;
2488
+ holdForPrefill: boolean;
2489
+ prefillCompleted: boolean;
2490
+ };
2491
+ authenticationRetryCount: number | null;
2492
+ }[];
2493
+ createdDate: number;
2494
+ brandId: string;
2495
+ recipientNotificationSettings: {
2496
+ completed: boolean;
2497
+ declined: boolean;
2498
+ expired: boolean;
2499
+ deleted: boolean;
2500
+ signatureRequest: boolean;
2501
+ revoked: boolean;
2502
+ signed: boolean;
2503
+ reassigned: boolean;
2504
+ reminders: boolean;
2505
+ editRecipient: boolean;
2506
+ editDocument: boolean;
2507
+ viewed?: boolean | undefined;
2508
+ };
2509
+ enableReassign: boolean;
2510
+ enableSigningOrder: boolean;
2511
+ behalfOf: null;
2512
+ ccDetails: any[];
2513
+ reminderSettings: {
2514
+ enableAutoReminder: boolean;
2515
+ reminderDays: number;
2516
+ reminderCount: number;
2517
+ };
2518
+ reassign: any[];
2519
+ documentHistory: {
2520
+ id: string;
2521
+ email: string;
2522
+ name: string;
2523
+ timestamp: number;
2524
+ action: string;
2525
+ toName: string;
2526
+ toEmail: string;
2527
+ ipaddress: string;
2528
+ }[];
2529
+ activityBy: string;
2530
+ activityDate: number;
2531
+ activityAction: string;
2532
+ expiryDays: number;
2533
+ expiryDate: null;
2534
+ isDeleted: boolean;
2535
+ revokeMessage: string;
2536
+ declineMessage: string;
2537
+ applicationId: string;
2538
+ disableEmails: boolean;
2539
+ disableExpiryAlert: boolean;
2540
+ hideDocumentId: boolean;
2541
+ enablePrintAndSign: boolean;
2542
+ scheduledSendTime: number;
2543
+ }, {
2544
+ status: BoldSignDocumentStatus;
2545
+ files: {
2546
+ order: number;
2547
+ documentName: string;
2548
+ pageCount: number;
2549
+ }[];
2550
+ labels: any[];
2551
+ documentId: string;
2552
+ messageTitle: string;
2553
+ documentDescription: string;
2554
+ senderDetail: {
2555
+ name: string;
2556
+ emailAddress: string;
2557
+ isViewed: boolean;
2558
+ privateMessage: null;
2559
+ };
2560
+ signerDetails: {
2561
+ status: string;
2562
+ signerName: string;
2563
+ signerRole: string;
2564
+ signerEmail: string;
2565
+ formFields: {
2566
+ value: string;
2567
+ type: string;
2568
+ id: string;
2569
+ isRequired: boolean;
2570
+ pageNumber: number;
2571
+ bounds: {
2572
+ height: number;
2573
+ x: number;
2574
+ y: number;
2575
+ width: number;
2576
+ };
2577
+ editableDateFieldSettings: null;
2578
+ font: string;
2579
+ isReadOnly: boolean;
2580
+ lineHeight: number;
2581
+ fontSize: number;
2582
+ groupName: string;
2583
+ placeholder: string;
2584
+ validationtype: string;
2585
+ validationCustomRegex: string;
2586
+ validationCustomRegexMessage: string;
2587
+ dateFormat: string;
2588
+ imageInfo: null;
2589
+ attachmentInfo: null;
2590
+ dropdownOptions: any[];
2591
+ dataSyncTag: string;
2592
+ textAlign: string;
2593
+ textDirection: string;
2594
+ fontColor: string;
2595
+ isUnderline: boolean;
2596
+ isItalic: boolean;
2597
+ isBold: boolean;
2598
+ fileInfo: null;
2599
+ conditionalLogic: any[];
2600
+ hyperlinkText: string;
2601
+ characterSpacing: number;
2602
+ }[];
2603
+ order: number;
2604
+ locale: string;
2605
+ signerType: string;
2606
+ hostEmail: string;
2607
+ hostName: string;
2608
+ language: number;
2609
+ enableAccessCode: boolean;
2610
+ enableEmailOTP: boolean;
2611
+ allowFieldConfiguration: boolean;
2612
+ recipientNotificationSettings: {
2613
+ completed: boolean;
2614
+ declined: boolean;
2615
+ expired: boolean;
2616
+ deleted: boolean;
2617
+ signatureRequest: boolean;
2618
+ revoked: boolean;
2619
+ signed: boolean;
2620
+ reassigned: boolean;
2621
+ reminders: boolean;
2622
+ editRecipient: boolean;
2623
+ editDocument: boolean;
2624
+ viewed?: boolean | undefined;
2625
+ };
2626
+ isAuthenticationFailed: boolean | null;
2627
+ authenticationType: string;
2628
+ isDeliveryFailed: boolean;
2629
+ isViewed: boolean;
2630
+ isReassigned: boolean;
2631
+ privateMessage: string;
2632
+ idVerification: {
2633
+ type: string;
2634
+ status: string;
2635
+ maximumRetryCount: number;
2636
+ nameMatcher: string;
2637
+ requireLiveCapture: boolean;
2638
+ requireMatchingSelfie: boolean;
2639
+ holdForPrefill: boolean;
2640
+ prefillCompleted: boolean;
2641
+ };
2642
+ authenticationRetryCount: number | null;
2643
+ }[];
2644
+ createdDate: number;
2645
+ brandId: string;
2646
+ recipientNotificationSettings: {
2647
+ completed: boolean;
2648
+ declined: boolean;
2649
+ expired: boolean;
2650
+ deleted: boolean;
2651
+ signatureRequest: boolean;
2652
+ revoked: boolean;
2653
+ signed: boolean;
2654
+ reassigned: boolean;
2655
+ reminders: boolean;
2656
+ editRecipient: boolean;
2657
+ editDocument: boolean;
2658
+ viewed?: boolean | undefined;
2659
+ };
2660
+ enableReassign: boolean;
2661
+ enableSigningOrder: boolean;
2662
+ behalfOf: null;
2663
+ ccDetails: any[];
2664
+ reminderSettings: {
2665
+ enableAutoReminder: boolean;
2666
+ reminderDays: number;
2667
+ reminderCount: number;
2668
+ };
2669
+ reassign: any[];
2670
+ documentHistory: {
2671
+ id: string;
2672
+ email: string;
2673
+ name: string;
2674
+ timestamp: number;
2675
+ action: string;
2676
+ toName: string;
2677
+ toEmail: string;
2678
+ ipaddress: string;
2679
+ }[];
2680
+ activityBy: string;
2681
+ activityDate: number;
2682
+ activityAction: string;
2683
+ expiryDays: number;
2684
+ expiryDate: null;
2685
+ isDeleted: boolean;
2686
+ revokeMessage: string;
2687
+ declineMessage: string;
2688
+ applicationId: string;
2689
+ disableEmails: boolean;
2690
+ disableExpiryAlert: boolean;
2691
+ hideDocumentId: boolean;
2692
+ enablePrintAndSign: boolean;
2693
+ scheduledSendTime: number;
2694
+ }>;
2695
+ export type DocumentSchema = z.infer<typeof DocumentSchema>;
2696
+ export declare const TemplateZod: z.ZodObject<{
2697
+ documentId: z.ZodString;
2698
+ templateName: z.ZodString;
2699
+ }, "strip", z.ZodTypeAny, {
2700
+ documentId: string;
2701
+ templateName: string;
2702
+ }, {
2703
+ documentId: string;
2704
+ templateName: string;
2705
+ }>;
2706
+ export type TemplateZod = z.infer<typeof TemplateZod>;
2707
+ export declare const PageDetailZod: z.ZodObject<{
2708
+ totalRecordsCount: z.ZodNumber;
2709
+ pageSize: z.ZodNumber;
2710
+ totalPages: z.ZodNumber;
2711
+ page: z.ZodNumber;
2712
+ }, "strip", z.ZodTypeAny, {
2713
+ totalPages: number;
2714
+ page: number;
2715
+ totalRecordsCount: number;
2716
+ pageSize: number;
2717
+ }, {
2718
+ totalPages: number;
2719
+ page: number;
2720
+ totalRecordsCount: number;
2721
+ pageSize: number;
2722
+ }>;
2723
+ export type PageDetail = z.infer<typeof PageDetailZod>;
2724
+ export declare const TemplatesPaginatedZod: z.ZodObject<{
2725
+ items: z.ZodArray<z.ZodObject<{
2726
+ documentId: z.ZodString;
2727
+ templateName: z.ZodString;
2728
+ }, "strip", z.ZodTypeAny, {
2729
+ documentId: string;
2730
+ templateName: string;
2731
+ }, {
2732
+ documentId: string;
2733
+ templateName: string;
2734
+ }>, "many">;
2735
+ meta: z.ZodObject<{
2736
+ itemCount: z.ZodNumber;
2737
+ totalItems: z.ZodOptional<z.ZodNumber>;
2738
+ itemsPerPage: z.ZodNumber;
2739
+ totalPages: z.ZodOptional<z.ZodNumber>;
2740
+ currentPage: z.ZodNumber;
2741
+ }, "strip", z.ZodTypeAny, {
2742
+ itemCount: number;
2743
+ itemsPerPage: number;
2744
+ currentPage: number;
2745
+ totalItems?: number | undefined;
2746
+ totalPages?: number | undefined;
2747
+ }, {
2748
+ itemCount: number;
2749
+ itemsPerPage: number;
2750
+ currentPage: number;
2751
+ totalItems?: number | undefined;
2752
+ totalPages?: number | undefined;
2753
+ }>;
2754
+ }, "strip", z.ZodTypeAny, {
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
+ items: {
2768
+ documentId: string;
2769
+ templateName: string;
2770
+ }[];
2771
+ meta: {
2772
+ itemCount: number;
2773
+ itemsPerPage: number;
2774
+ currentPage: number;
2775
+ totalItems?: number | undefined;
2776
+ totalPages?: number | undefined;
2777
+ };
2778
+ }>;
2779
+ export type TemplatesPaginatedZod = z.infer<typeof TemplatesPaginatedZod>;
2780
+ export type SignerDetailSchema = z.infer<typeof SignerDetailSchema>;
2781
+ export declare const SignerTemplateSchema: z.ZodObject<{
2782
+ id: z.ZodString;
2783
+ tid: z.ZodString;
2784
+ name: z.ZodNullable<z.ZodString>;
2785
+ type: z.ZodNativeEnum<typeof TemplateType>;
2786
+ status: z.ZodNativeEnum<typeof TemplateStatus>;
2787
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2788
+ log: z.ZodNullable<z.ZodString>;
2789
+ }, "strip", z.ZodTypeAny, {
2790
+ type: TemplateType;
2791
+ status: TemplateStatus;
2792
+ id: string;
2793
+ name: string | null;
2794
+ tid: string;
2795
+ complianceStatus: ComplianceReview;
2796
+ log: string | null;
2797
+ }, {
2798
+ type: TemplateType;
2799
+ status: TemplateStatus;
2800
+ id: string;
2801
+ name: string | null;
2802
+ tid: string;
2803
+ complianceStatus: ComplianceReview;
2804
+ log: string | null;
2805
+ }>;
2806
+ export type SignerTemplateZod = z.infer<typeof SignerTemplateSchema>;
2807
+ export declare const SignerTemplatesPaginatedZod: z.ZodObject<{
2808
+ items: z.ZodArray<z.ZodObject<{
2809
+ id: z.ZodString;
2810
+ tid: z.ZodString;
2811
+ name: z.ZodNullable<z.ZodString>;
2812
+ type: z.ZodNativeEnum<typeof TemplateType>;
2813
+ status: z.ZodNativeEnum<typeof TemplateStatus>;
2814
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2815
+ log: z.ZodNullable<z.ZodString>;
2816
+ }, "strip", z.ZodTypeAny, {
2817
+ type: TemplateType;
2818
+ status: TemplateStatus;
2819
+ id: string;
2820
+ name: string | null;
2821
+ tid: string;
2822
+ complianceStatus: ComplianceReview;
2823
+ log: string | null;
2824
+ }, {
2825
+ type: TemplateType;
2826
+ status: TemplateStatus;
2827
+ id: string;
2828
+ name: string | null;
2829
+ tid: string;
2830
+ complianceStatus: ComplianceReview;
2831
+ log: string | null;
2832
+ }>, "many">;
2833
+ meta: z.ZodObject<{
2834
+ itemCount: z.ZodNumber;
2835
+ totalItems: z.ZodOptional<z.ZodNumber>;
2836
+ itemsPerPage: z.ZodNumber;
2837
+ totalPages: z.ZodOptional<z.ZodNumber>;
2838
+ currentPage: z.ZodNumber;
2839
+ }, "strip", z.ZodTypeAny, {
2840
+ itemCount: number;
2841
+ itemsPerPage: number;
2842
+ currentPage: number;
2843
+ totalItems?: number | undefined;
2844
+ totalPages?: number | undefined;
2845
+ }, {
2846
+ itemCount: number;
2847
+ itemsPerPage: number;
2848
+ currentPage: number;
2849
+ totalItems?: number | undefined;
2850
+ totalPages?: number | undefined;
2851
+ }>;
2852
+ }, "strip", z.ZodTypeAny, {
2853
+ items: {
2854
+ type: TemplateType;
2855
+ status: TemplateStatus;
2856
+ id: string;
2857
+ name: string | null;
2858
+ tid: string;
2859
+ complianceStatus: ComplianceReview;
2860
+ log: string | null;
2861
+ }[];
2862
+ meta: {
2863
+ itemCount: number;
2864
+ itemsPerPage: number;
2865
+ currentPage: number;
2866
+ totalItems?: number | undefined;
2867
+ totalPages?: number | undefined;
2868
+ };
2869
+ }, {
2870
+ items: {
2871
+ type: TemplateType;
2872
+ status: TemplateStatus;
2873
+ id: string;
2874
+ name: string | null;
2875
+ tid: string;
2876
+ complianceStatus: ComplianceReview;
2877
+ log: string | null;
2878
+ }[];
2879
+ meta: {
2880
+ itemCount: number;
2881
+ itemsPerPage: number;
2882
+ currentPage: number;
2883
+ totalItems?: number | undefined;
2884
+ totalPages?: number | undefined;
2885
+ };
2886
+ }>;
2887
+ export type SignerTemplatesPaginatedZod = z.infer<typeof SignerTemplatesPaginatedZod>;
2888
+ export declare const SignerBrandSchema: z.ZodObject<{
2889
+ id: z.ZodString;
2890
+ tid: z.ZodString;
2891
+ brandName: z.ZodNullable<z.ZodString>;
2892
+ brandLogoId: z.ZodNullable<z.ZodString>;
2893
+ backgroundColor: z.ZodNullable<z.ZodString>;
2894
+ buttonColor: z.ZodNullable<z.ZodString>;
2895
+ buttonTextColor: z.ZodNullable<z.ZodString>;
2896
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2897
+ }, "strip", z.ZodTypeAny, {
2898
+ id: string;
2899
+ tid: string;
2900
+ complianceStatus: ComplianceReview;
2901
+ brandName: string | null;
2902
+ brandLogoId: string | null;
2903
+ backgroundColor: string | null;
2904
+ buttonColor: string | null;
2905
+ buttonTextColor: string | null;
2906
+ }, {
2907
+ id: string;
2908
+ tid: string;
2909
+ complianceStatus: ComplianceReview;
2910
+ brandName: string | null;
2911
+ brandLogoId: string | null;
2912
+ backgroundColor: string | null;
2913
+ buttonColor: string | null;
2914
+ buttonTextColor: string | null;
2915
+ }>;
2916
+ export type SignerBrandZod = z.infer<typeof SignerBrandSchema>;
2917
+ export declare const SignerBrandsPaginatedZod: z.ZodObject<{
2918
+ items: z.ZodArray<z.ZodObject<{
2919
+ id: z.ZodString;
2920
+ tid: z.ZodString;
2921
+ brandName: z.ZodNullable<z.ZodString>;
2922
+ brandLogoId: z.ZodNullable<z.ZodString>;
2923
+ backgroundColor: z.ZodNullable<z.ZodString>;
2924
+ buttonColor: z.ZodNullable<z.ZodString>;
2925
+ buttonTextColor: z.ZodNullable<z.ZodString>;
2926
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
2927
+ }, "strip", z.ZodTypeAny, {
2928
+ id: string;
2929
+ tid: string;
2930
+ complianceStatus: ComplianceReview;
2931
+ brandName: string | null;
2932
+ brandLogoId: string | null;
2933
+ backgroundColor: string | null;
2934
+ buttonColor: string | null;
2935
+ buttonTextColor: string | null;
2936
+ }, {
2937
+ id: string;
2938
+ tid: string;
2939
+ complianceStatus: ComplianceReview;
2940
+ brandName: string | null;
2941
+ brandLogoId: string | null;
2942
+ backgroundColor: string | null;
2943
+ buttonColor: string | null;
2944
+ buttonTextColor: string | null;
2945
+ }>, "many">;
2946
+ meta: z.ZodObject<{
2947
+ itemCount: z.ZodNumber;
2948
+ totalItems: z.ZodOptional<z.ZodNumber>;
2949
+ itemsPerPage: z.ZodNumber;
2950
+ totalPages: z.ZodOptional<z.ZodNumber>;
2951
+ currentPage: z.ZodNumber;
2952
+ }, "strip", z.ZodTypeAny, {
2953
+ itemCount: number;
2954
+ itemsPerPage: number;
2955
+ currentPage: number;
2956
+ totalItems?: number | undefined;
2957
+ totalPages?: number | undefined;
2958
+ }, {
2959
+ itemCount: number;
2960
+ itemsPerPage: number;
2961
+ currentPage: number;
2962
+ totalItems?: number | undefined;
2963
+ totalPages?: number | undefined;
2964
+ }>;
2965
+ }, "strip", z.ZodTypeAny, {
2966
+ items: {
2967
+ id: string;
2968
+ tid: string;
2969
+ complianceStatus: ComplianceReview;
2970
+ brandName: string | null;
2971
+ brandLogoId: string | null;
2972
+ backgroundColor: string | null;
2973
+ buttonColor: string | null;
2974
+ buttonTextColor: string | null;
2975
+ }[];
2976
+ meta: {
2977
+ itemCount: number;
2978
+ itemsPerPage: number;
2979
+ currentPage: number;
2980
+ totalItems?: number | undefined;
2981
+ totalPages?: number | undefined;
2982
+ };
2983
+ }, {
2984
+ items: {
2985
+ id: string;
2986
+ tid: string;
2987
+ complianceStatus: ComplianceReview;
2988
+ brandName: string | null;
2989
+ brandLogoId: string | null;
2990
+ backgroundColor: string | null;
2991
+ buttonColor: string | null;
2992
+ buttonTextColor: string | null;
2993
+ }[];
2994
+ meta: {
2995
+ itemCount: number;
2996
+ itemsPerPage: number;
2997
+ currentPage: number;
2998
+ totalItems?: number | undefined;
2999
+ totalPages?: number | undefined;
3000
+ };
3001
+ }>;
3002
+ export type SignerBrandsPaginatedZod = z.infer<typeof SignerBrandsPaginatedZod>;
3003
+ export declare const SignerSenderIdentitySchema: z.ZodObject<{
3004
+ id: z.ZodString;
3005
+ name: z.ZodNullable<z.ZodString>;
3006
+ email: z.ZodNullable<z.ZodString>;
3007
+ status: z.ZodNativeEnum<typeof SenderIdentityStatus>;
3008
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
3009
+ }, "strip", z.ZodTypeAny, {
3010
+ status: SenderIdentityStatus;
3011
+ id: string;
3012
+ email: string | null;
3013
+ name: string | null;
3014
+ complianceStatus: ComplianceReview;
3015
+ }, {
3016
+ status: SenderIdentityStatus;
3017
+ id: string;
3018
+ email: string | null;
3019
+ name: string | null;
3020
+ complianceStatus: ComplianceReview;
3021
+ }>;
3022
+ export type SignerSenderIdentityZod = z.infer<typeof SignerSenderIdentitySchema>;
3023
+ export declare const SignerSenderIdentitiesPaginatedZod: z.ZodObject<{
3024
+ items: z.ZodArray<z.ZodObject<{
3025
+ id: z.ZodString;
3026
+ name: z.ZodNullable<z.ZodString>;
3027
+ email: z.ZodNullable<z.ZodString>;
3028
+ status: z.ZodNativeEnum<typeof SenderIdentityStatus>;
3029
+ complianceStatus: z.ZodNativeEnum<typeof ComplianceReview>;
3030
+ }, "strip", z.ZodTypeAny, {
3031
+ status: SenderIdentityStatus;
3032
+ id: string;
3033
+ email: string | null;
3034
+ name: string | null;
3035
+ complianceStatus: ComplianceReview;
3036
+ }, {
3037
+ status: SenderIdentityStatus;
3038
+ id: string;
3039
+ email: string | null;
3040
+ name: string | null;
3041
+ complianceStatus: ComplianceReview;
3042
+ }>, "many">;
3043
+ meta: z.ZodObject<{
3044
+ itemCount: z.ZodNumber;
3045
+ totalItems: z.ZodOptional<z.ZodNumber>;
3046
+ itemsPerPage: z.ZodNumber;
3047
+ totalPages: z.ZodOptional<z.ZodNumber>;
3048
+ currentPage: z.ZodNumber;
3049
+ }, "strip", z.ZodTypeAny, {
3050
+ itemCount: number;
3051
+ itemsPerPage: number;
3052
+ currentPage: number;
3053
+ totalItems?: number | undefined;
3054
+ totalPages?: number | undefined;
3055
+ }, {
3056
+ itemCount: number;
3057
+ itemsPerPage: number;
3058
+ currentPage: number;
3059
+ totalItems?: number | undefined;
3060
+ totalPages?: number | undefined;
3061
+ }>;
3062
+ }, "strip", z.ZodTypeAny, {
3063
+ items: {
3064
+ status: SenderIdentityStatus;
3065
+ id: string;
3066
+ email: string | null;
3067
+ name: string | null;
3068
+ complianceStatus: ComplianceReview;
3069
+ }[];
3070
+ meta: {
3071
+ itemCount: number;
3072
+ itemsPerPage: number;
3073
+ currentPage: number;
3074
+ totalItems?: number | undefined;
3075
+ totalPages?: number | undefined;
3076
+ };
3077
+ }, {
3078
+ items: {
3079
+ status: SenderIdentityStatus;
3080
+ id: string;
3081
+ email: string | null;
3082
+ name: string | null;
3083
+ complianceStatus: ComplianceReview;
3084
+ }[];
3085
+ meta: {
3086
+ itemCount: number;
3087
+ itemsPerPage: number;
3088
+ currentPage: number;
3089
+ totalItems?: number | undefined;
3090
+ totalPages?: number | undefined;
3091
+ };
3092
+ }>;
3093
+ export type SignerSenderIdentitiesPaginatedZod = z.infer<typeof SignerSenderIdentitiesPaginatedZod>;
3094
+ export declare const ValidatedTemplateResponse: z.ZodObject<{
3095
+ templateId: z.ZodString;
3096
+ errorMessage: z.ZodOptional<z.ZodString>;
3097
+ requiredVariables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3098
+ additionalVariables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3099
+ configCheck: z.ZodString;
3100
+ }, "strip", z.ZodTypeAny, {
3101
+ templateId: string;
3102
+ configCheck: string;
3103
+ errorMessage?: string | undefined;
3104
+ requiredVariables?: Record<string, string> | undefined;
3105
+ additionalVariables?: Record<string, string> | undefined;
3106
+ }, {
3107
+ templateId: string;
3108
+ configCheck: string;
3109
+ errorMessage?: string | undefined;
3110
+ requiredVariables?: Record<string, string> | undefined;
3111
+ additionalVariables?: Record<string, string> | undefined;
3112
+ }>;
3113
+ export type ValidatedTemplateResponse = z.infer<typeof ValidatedTemplateResponse>;
3114
+ export declare const ValidatedTemplatesResponse: z.ZodArray<z.ZodObject<{
3115
+ templateId: z.ZodString;
3116
+ errorMessage: z.ZodOptional<z.ZodString>;
3117
+ requiredVariables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3118
+ additionalVariables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3119
+ configCheck: z.ZodString;
3120
+ }, "strip", z.ZodTypeAny, {
3121
+ templateId: string;
3122
+ configCheck: string;
3123
+ errorMessage?: string | undefined;
3124
+ requiredVariables?: Record<string, string> | undefined;
3125
+ additionalVariables?: Record<string, string> | undefined;
3126
+ }, {
3127
+ templateId: string;
3128
+ configCheck: string;
3129
+ errorMessage?: string | undefined;
3130
+ requiredVariables?: Record<string, string> | undefined;
3131
+ additionalVariables?: Record<string, string> | undefined;
3132
+ }>, "many">;
3133
+ export type ValidatedTemplatesResponse = z.infer<typeof ValidatedTemplatesResponse>;
3134
+ export declare const TemplatePathParams: z.ZodObject<{
3135
+ templateId: z.ZodString;
3136
+ }, "strip", z.ZodTypeAny, {
3137
+ templateId: string;
3138
+ }, {
3139
+ templateId: string;
3140
+ }>;
3141
+ export type TemplatePathParams = z.infer<typeof TemplatePathParams>;
3142
+ export declare const brandIdSchema: z.ZodEffects<z.ZodString, string, string>;
3143
+ export declare const BrandPathParams: z.ZodObject<{
3144
+ id: z.ZodEffects<z.ZodString, string, string>;
3145
+ }, "strip", z.ZodTypeAny, {
3146
+ id: string;
3147
+ }, {
3148
+ id: string;
3149
+ }>;
3150
+ export type BrandPathParams = z.infer<typeof BrandPathParams>;
3151
+ export declare const senderIdentityIdSchema: z.ZodEffects<z.ZodString, string, string>;
3152
+ export declare const SenderIdentityPathParams: z.ZodObject<{
3153
+ id: z.ZodEffects<z.ZodString, string, string>;
3154
+ }, "strip", z.ZodTypeAny, {
3155
+ id: string;
3156
+ }, {
3157
+ id: string;
3158
+ }>;
3159
+ export type SenderIdentityPathParams = z.infer<typeof SenderIdentityPathParams>;
3160
+ declare const BrandSchema: z.ZodObject<{
3161
+ brandId: z.ZodString;
3162
+ brandLogo: z.ZodString;
3163
+ brandName: z.ZodString;
3164
+ backgroundColor: z.ZodString;
3165
+ buttonColor: z.ZodString;
3166
+ buttonTextColor: z.ZodString;
3167
+ emailDisplayName: z.ZodString;
3168
+ disclaimerTitle: z.ZodString;
3169
+ disclaimerDescription: z.ZodString;
3170
+ redirectUrl: z.ZodString;
3171
+ isDefault: z.ZodBoolean;
3172
+ canHideTagLine: z.ZodBoolean;
3173
+ combineAuditTrail: z.ZodBoolean;
3174
+ emailSignedDocument: z.ZodString;
3175
+ documentTimeZone: z.ZodString;
3176
+ showBuiltInFormFields: z.ZodBoolean;
3177
+ allowCustomFieldCreation: z.ZodBoolean;
3178
+ showSharedCustomFields: z.ZodBoolean;
3179
+ hideDecline: z.ZodBoolean;
3180
+ hideSave: z.ZodBoolean;
3181
+ excludeAuditTrailFromEmail: z.ZodBoolean;
3182
+ documentExpirySettings: z.ZodObject<{
3183
+ expiryDateType: z.ZodString;
3184
+ expiryValue: z.ZodNumber;
3185
+ enableDefaultExpiryAlert: z.ZodBoolean;
3186
+ enableAutoReminder: z.ZodBoolean;
3187
+ reminderDays: z.ZodNumber;
3188
+ reminderCount: z.ZodNumber;
3189
+ }, "strip", z.ZodTypeAny, {
3190
+ enableAutoReminder: boolean;
3191
+ reminderDays: number;
3192
+ reminderCount: number;
3193
+ expiryDateType: string;
3194
+ expiryValue: number;
3195
+ enableDefaultExpiryAlert: boolean;
3196
+ }, {
3197
+ enableAutoReminder: boolean;
3198
+ reminderDays: number;
3199
+ reminderCount: number;
3200
+ expiryDateType: string;
3201
+ expiryValue: number;
3202
+ enableDefaultExpiryAlert: boolean;
3203
+ }>;
3204
+ customDomainSettings: z.ZodObject<{
3205
+ domainName: z.ZodString;
3206
+ fromName: z.ZodString;
3207
+ }, "strip", z.ZodTypeAny, {
3208
+ domainName: string;
3209
+ fromName: string;
3210
+ }, {
3211
+ domainName: string;
3212
+ fromName: string;
3213
+ }>;
3214
+ isDomainVerified: z.ZodBoolean;
3215
+ }, "strip", z.ZodTypeAny, {
3216
+ isDefault: boolean;
3217
+ brandId: string;
3218
+ brandName: string;
3219
+ backgroundColor: string;
3220
+ buttonColor: string;
3221
+ buttonTextColor: string;
3222
+ brandLogo: string;
3223
+ emailDisplayName: string;
3224
+ disclaimerTitle: string;
3225
+ disclaimerDescription: string;
3226
+ redirectUrl: string;
3227
+ canHideTagLine: boolean;
3228
+ combineAuditTrail: boolean;
3229
+ emailSignedDocument: string;
3230
+ documentTimeZone: string;
3231
+ showBuiltInFormFields: boolean;
3232
+ allowCustomFieldCreation: boolean;
3233
+ showSharedCustomFields: boolean;
3234
+ hideDecline: boolean;
3235
+ hideSave: boolean;
3236
+ excludeAuditTrailFromEmail: boolean;
3237
+ documentExpirySettings: {
3238
+ enableAutoReminder: boolean;
3239
+ reminderDays: number;
3240
+ reminderCount: number;
3241
+ expiryDateType: string;
3242
+ expiryValue: number;
3243
+ enableDefaultExpiryAlert: boolean;
3244
+ };
3245
+ customDomainSettings: {
3246
+ domainName: string;
3247
+ fromName: string;
3248
+ };
3249
+ isDomainVerified: boolean;
3250
+ }, {
3251
+ isDefault: boolean;
3252
+ brandId: string;
3253
+ brandName: string;
3254
+ backgroundColor: string;
3255
+ buttonColor: string;
3256
+ buttonTextColor: string;
3257
+ brandLogo: string;
3258
+ emailDisplayName: string;
3259
+ disclaimerTitle: string;
3260
+ disclaimerDescription: string;
3261
+ redirectUrl: string;
3262
+ canHideTagLine: boolean;
3263
+ combineAuditTrail: boolean;
3264
+ emailSignedDocument: string;
3265
+ documentTimeZone: string;
3266
+ showBuiltInFormFields: boolean;
3267
+ allowCustomFieldCreation: boolean;
3268
+ showSharedCustomFields: boolean;
3269
+ hideDecline: boolean;
3270
+ hideSave: boolean;
3271
+ excludeAuditTrailFromEmail: boolean;
3272
+ documentExpirySettings: {
3273
+ enableAutoReminder: boolean;
3274
+ reminderDays: number;
3275
+ reminderCount: number;
3276
+ expiryDateType: string;
3277
+ expiryValue: number;
3278
+ enableDefaultExpiryAlert: boolean;
3279
+ };
3280
+ customDomainSettings: {
3281
+ domainName: string;
3282
+ fromName: string;
3283
+ };
3284
+ isDomainVerified: boolean;
3285
+ }>;
3286
+ export type BrandSchema = z.infer<typeof BrandSchema>;
3287
+ export declare const UpdateSignerTemplateZod: z.ZodObject<{
3288
+ complianceStatus: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
3289
+ }, "strip", z.ZodTypeAny, {
3290
+ complianceStatus?: ComplianceReview | undefined;
3291
+ }, {
3292
+ complianceStatus?: ComplianceReview | undefined;
3293
+ }>;
3294
+ export type UpdateSignerTemplateZod = z.infer<typeof UpdateSignerTemplateZod>;
3295
+ export declare const CreateSignerBrandZod: z.ZodObject<{
3296
+ brandName: z.ZodString;
3297
+ emailDisplayName: z.ZodString;
3298
+ backgroundColor: z.ZodString;
3299
+ buttonColor: z.ZodString;
3300
+ buttonTextColor: z.ZodString;
3301
+ accountId: z.ZodString;
3302
+ }, "strip", z.ZodTypeAny, {
3303
+ accountId: string;
3304
+ brandName: string;
3305
+ backgroundColor: string;
3306
+ buttonColor: string;
3307
+ buttonTextColor: string;
3308
+ emailDisplayName: string;
3309
+ }, {
3310
+ accountId: string;
3311
+ brandName: string;
3312
+ backgroundColor: string;
3313
+ buttonColor: string;
3314
+ buttonTextColor: string;
3315
+ emailDisplayName: string;
3316
+ }>;
3317
+ export type CreateSignerBrandZod = z.infer<typeof CreateSignerBrandZod>;
3318
+ export declare const UpdateSignerBrandZod: z.ZodObject<{
3319
+ brandName: z.ZodOptional<z.ZodString>;
3320
+ brandLogoId: z.ZodOptional<z.ZodString>;
3321
+ emailDisplayName: z.ZodOptional<z.ZodString>;
3322
+ backgroundColor: z.ZodOptional<z.ZodString>;
3323
+ buttonColor: z.ZodOptional<z.ZodString>;
3324
+ buttonTextColor: z.ZodOptional<z.ZodString>;
3325
+ complianceStatus: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
3326
+ }, "strip", z.ZodTypeAny, {
3327
+ complianceStatus?: ComplianceReview | undefined;
3328
+ brandName?: string | undefined;
3329
+ brandLogoId?: string | undefined;
3330
+ backgroundColor?: string | undefined;
3331
+ buttonColor?: string | undefined;
3332
+ buttonTextColor?: string | undefined;
3333
+ emailDisplayName?: string | undefined;
3334
+ }, {
3335
+ complianceStatus?: ComplianceReview | undefined;
3336
+ brandName?: string | undefined;
3337
+ brandLogoId?: string | undefined;
3338
+ backgroundColor?: string | undefined;
3339
+ buttonColor?: string | undefined;
3340
+ buttonTextColor?: string | undefined;
3341
+ emailDisplayName?: string | undefined;
3342
+ }>;
3343
+ export type UpdateSignerBrandZod = z.infer<typeof UpdateSignerBrandZod>;
3344
+ export declare const CreateSignerSenderIdentityZod: z.ZodObject<{
3345
+ name: z.ZodString;
3346
+ email: z.ZodString;
3347
+ }, "strip", z.ZodTypeAny, {
3348
+ email: string;
3349
+ name: string;
3350
+ }, {
3351
+ email: string;
3352
+ name: string;
3353
+ }>;
3354
+ export type CreateSignerSenderIdentityZod = z.infer<typeof CreateSignerSenderIdentityZod>;
3355
+ export declare const UpdateSignerSenderIdentityZod: z.ZodObject<{
3356
+ name: z.ZodOptional<z.ZodString>;
3357
+ email: z.ZodOptional<z.ZodString>;
3358
+ complianceStatus: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
3359
+ status: z.ZodOptional<z.ZodNativeEnum<typeof SenderIdentityStatus>>;
3360
+ }, "strip", z.ZodTypeAny, {
3361
+ status?: SenderIdentityStatus | undefined;
3362
+ email?: string | undefined;
3363
+ name?: string | undefined;
3364
+ complianceStatus?: ComplianceReview | undefined;
3365
+ }, {
3366
+ status?: SenderIdentityStatus | undefined;
3367
+ email?: string | undefined;
3368
+ name?: string | undefined;
3369
+ complianceStatus?: ComplianceReview | undefined;
3370
+ }>;
3371
+ export type UpdateSignerSenderIdentityZod = z.infer<typeof UpdateSignerSenderIdentityZod>;
3372
+ export declare const DocumentRecipientChangeBody: z.ZodObject<{
3373
+ newSignerName: z.ZodString;
3374
+ reason: z.ZodString;
3375
+ newSignerEmail: z.ZodString;
3376
+ oldSignerEmail: z.ZodString;
3377
+ order: z.ZodOptional<z.ZodNumber>;
3378
+ }, "strip", z.ZodTypeAny, {
3379
+ reason: string;
3380
+ newSignerName: string;
3381
+ newSignerEmail: string;
3382
+ oldSignerEmail: string;
3383
+ order?: number | undefined;
3384
+ }, {
3385
+ reason: string;
3386
+ newSignerName: string;
3387
+ newSignerEmail: string;
3388
+ oldSignerEmail: string;
3389
+ order?: number | undefined;
3390
+ }>;
3391
+ export type DocumentRecipientChangeBody = z.infer<typeof DocumentRecipientChangeBody>;
3392
+ export declare const SignerPaginationQuery: z.ZodObject<{
3393
+ page: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>>;
3394
+ limit: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>>;
3395
+ } & {
3396
+ status: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
3397
+ }, "strip", z.ZodTypeAny, {
3398
+ page: number;
3399
+ limit: number;
3400
+ status?: ComplianceReview | undefined;
3401
+ }, {
3402
+ status?: ComplianceReview | undefined;
3403
+ page?: number | undefined;
3404
+ limit?: number | undefined;
3405
+ }>;
3406
+ export {};