@documenso/sdk-typescript 0.5.0 → 0.6.2

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 (418) hide show
  1. package/README.md +385 -355
  2. package/_speakeasy/.github/action-inputs-config.json +53 -0
  3. package/_speakeasy/.github/action-security-config.json +88 -0
  4. package/bin/mcp-server.js +51156 -29112
  5. package/bin/mcp-server.js.map +272 -85
  6. package/examples/package-lock.json +2 -10
  7. package/funcs/documentDocumentGetMany.d.ts +18 -0
  8. package/funcs/documentDocumentGetMany.d.ts.map +1 -0
  9. package/funcs/documentDocumentGetMany.js +118 -0
  10. package/funcs/documentDocumentGetMany.js.map +1 -0
  11. package/funcs/envelopeEnvelopeAuditLogFind.d.ts +18 -0
  12. package/funcs/envelopeEnvelopeAuditLogFind.d.ts.map +1 -0
  13. package/funcs/envelopeEnvelopeAuditLogFind.js +130 -0
  14. package/funcs/envelopeEnvelopeAuditLogFind.js.map +1 -0
  15. package/funcs/envelopeEnvelopeFind.d.ts +18 -0
  16. package/funcs/envelopeEnvelopeFind.d.ts.map +1 -0
  17. package/funcs/envelopeEnvelopeFind.js +130 -0
  18. package/funcs/envelopeEnvelopeFind.js.map +1 -0
  19. package/funcs/envelopeEnvelopeGetMany.d.ts +18 -0
  20. package/funcs/envelopeEnvelopeGetMany.d.ts.map +1 -0
  21. package/funcs/envelopeEnvelopeGetMany.js +118 -0
  22. package/funcs/envelopeEnvelopeGetMany.js.map +1 -0
  23. package/funcs/templateTemplateGetMany.d.ts +18 -0
  24. package/funcs/templateTemplateGetMany.d.ts.map +1 -0
  25. package/funcs/templateTemplateGetMany.js +118 -0
  26. package/funcs/templateTemplateGetMany.js.map +1 -0
  27. package/jsr.json +1 -1
  28. package/lib/config.d.ts +3 -3
  29. package/lib/config.js +3 -3
  30. package/lib/encodings.d.ts +1 -0
  31. package/lib/encodings.d.ts.map +1 -1
  32. package/lib/encodings.js +12 -1
  33. package/lib/encodings.js.map +1 -1
  34. package/lib/sdks.js +2 -2
  35. package/lib/sdks.js.map +1 -1
  36. package/mcp-server/mcp-server.js +1 -1
  37. package/mcp-server/prompts.d.ts +3 -3
  38. package/mcp-server/prompts.d.ts.map +1 -1
  39. package/mcp-server/prompts.js.map +1 -1
  40. package/mcp-server/resources.d.ts +3 -3
  41. package/mcp-server/resources.d.ts.map +1 -1
  42. package/mcp-server/resources.js.map +1 -1
  43. package/mcp-server/server.d.ts.map +1 -1
  44. package/mcp-server/server.js +11 -1
  45. package/mcp-server/server.js.map +1 -1
  46. package/mcp-server/tools/documentDocumentGetMany.d.ts +8 -0
  47. package/mcp-server/tools/documentDocumentGetMany.d.ts.map +1 -0
  48. package/mcp-server/tools/documentDocumentGetMany.js +64 -0
  49. package/mcp-server/tools/documentDocumentGetMany.js.map +1 -0
  50. package/mcp-server/tools/envelopeEnvelopeAuditLogFind.d.ts +8 -0
  51. package/mcp-server/tools/envelopeEnvelopeAuditLogFind.d.ts.map +1 -0
  52. package/mcp-server/tools/envelopeEnvelopeAuditLogFind.js +64 -0
  53. package/mcp-server/tools/envelopeEnvelopeAuditLogFind.js.map +1 -0
  54. package/mcp-server/tools/envelopeEnvelopeFind.d.ts +8 -0
  55. package/mcp-server/tools/envelopeEnvelopeFind.d.ts.map +1 -0
  56. package/mcp-server/tools/envelopeEnvelopeFind.js +64 -0
  57. package/mcp-server/tools/envelopeEnvelopeFind.js.map +1 -0
  58. package/mcp-server/tools/envelopeEnvelopeGetMany.d.ts +8 -0
  59. package/mcp-server/tools/envelopeEnvelopeGetMany.d.ts.map +1 -0
  60. package/mcp-server/tools/envelopeEnvelopeGetMany.js +64 -0
  61. package/mcp-server/tools/envelopeEnvelopeGetMany.js.map +1 -0
  62. package/mcp-server/tools/templateTemplateGetMany.d.ts +8 -0
  63. package/mcp-server/tools/templateTemplateGetMany.d.ts.map +1 -0
  64. package/mcp-server/tools/templateTemplateGetMany.js +64 -0
  65. package/mcp-server/tools/templateTemplateGetMany.js.map +1 -0
  66. package/mcp-server/tools.d.ts +3 -3
  67. package/mcp-server/tools.d.ts.map +1 -1
  68. package/mcp-server/tools.js.map +1 -1
  69. package/models/errors/documentgetmany.d.ts +185 -0
  70. package/models/errors/documentgetmany.d.ts.map +1 -0
  71. package/models/errors/documentgetmany.js +268 -0
  72. package/models/errors/documentgetmany.js.map +1 -0
  73. package/models/errors/envelopeauditlogfind.d.ts +230 -0
  74. package/models/errors/envelopeauditlogfind.d.ts.map +1 -0
  75. package/models/errors/envelopeauditlogfind.js +319 -0
  76. package/models/errors/envelopeauditlogfind.js.map +1 -0
  77. package/models/errors/envelopefind.d.ts +230 -0
  78. package/models/errors/envelopefind.d.ts.map +1 -0
  79. package/models/errors/envelopefind.js +326 -0
  80. package/models/errors/envelopefind.js.map +1 -0
  81. package/models/errors/envelopegetmany.d.ts +185 -0
  82. package/models/errors/envelopegetmany.d.ts.map +1 -0
  83. package/models/errors/envelopegetmany.js +268 -0
  84. package/models/errors/envelopegetmany.js.map +1 -0
  85. package/models/errors/index.d.ts +5 -0
  86. package/models/errors/index.d.ts.map +1 -1
  87. package/models/errors/index.js +5 -0
  88. package/models/errors/index.js.map +1 -1
  89. package/models/errors/templategetmany.d.ts +185 -0
  90. package/models/errors/templategetmany.d.ts.map +1 -0
  91. package/models/errors/templategetmany.js +268 -0
  92. package/models/errors/templategetmany.js.map +1 -0
  93. package/models/operations/documentcreate.d.ts +77 -160
  94. package/models/operations/documentcreate.d.ts.map +1 -1
  95. package/models/operations/documentcreate.js +81 -153
  96. package/models/operations/documentcreate.js.map +1 -1
  97. package/models/operations/documentcreatedocumenttemporary.d.ts +102 -265
  98. package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
  99. package/models/operations/documentcreatedocumenttemporary.js +118 -263
  100. package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
  101. package/models/operations/documentdistribute.d.ts +5 -0
  102. package/models/operations/documentdistribute.d.ts.map +1 -1
  103. package/models/operations/documentdistribute.js +5 -0
  104. package/models/operations/documentdistribute.js.map +1 -1
  105. package/models/operations/documentfind.d.ts +30 -30
  106. package/models/operations/documentfind.d.ts.map +1 -1
  107. package/models/operations/documentfind.js +31 -33
  108. package/models/operations/documentfind.js.map +1 -1
  109. package/models/operations/documentget.d.ts +25 -105
  110. package/models/operations/documentget.d.ts.map +1 -1
  111. package/models/operations/documentget.js +28 -99
  112. package/models/operations/documentget.js.map +1 -1
  113. package/models/operations/documentgetmany.d.ts +323 -0
  114. package/models/operations/documentgetmany.d.ts.map +1 -0
  115. package/models/operations/documentgetmany.js +370 -0
  116. package/models/operations/documentgetmany.js.map +1 -0
  117. package/models/operations/documentupdate.d.ts +20 -15
  118. package/models/operations/documentupdate.d.ts.map +1 -1
  119. package/models/operations/documentupdate.js +21 -18
  120. package/models/operations/documentupdate.js.map +1 -1
  121. package/models/operations/embeddingpresigncreateembeddingpresigntoken.d.ts +2 -0
  122. package/models/operations/embeddingpresigncreateembeddingpresigntoken.d.ts.map +1 -1
  123. package/models/operations/embeddingpresigncreateembeddingpresigntoken.js +2 -0
  124. package/models/operations/embeddingpresigncreateembeddingpresigntoken.js.map +1 -1
  125. package/models/operations/embeddingpresignverifyembeddingpresigntoken.d.ts +2 -0
  126. package/models/operations/embeddingpresignverifyembeddingpresigntoken.d.ts.map +1 -1
  127. package/models/operations/embeddingpresignverifyembeddingpresigntoken.js +2 -0
  128. package/models/operations/embeddingpresignverifyembeddingpresigntoken.js.map +1 -1
  129. package/models/operations/envelopeauditlogfind.d.ts +2844 -0
  130. package/models/operations/envelopeauditlogfind.d.ts.map +1 -0
  131. package/models/operations/envelopeauditlogfind.js +3579 -0
  132. package/models/operations/envelopeauditlogfind.js.map +1 -0
  133. package/models/operations/envelopecreate.d.ts +103 -167
  134. package/models/operations/envelopecreate.d.ts.map +1 -1
  135. package/models/operations/envelopecreate.js +109 -161
  136. package/models/operations/envelopecreate.js.map +1 -1
  137. package/models/operations/envelopedistribute.d.ts +46 -0
  138. package/models/operations/envelopedistribute.d.ts.map +1 -1
  139. package/models/operations/envelopedistribute.js +49 -1
  140. package/models/operations/envelopedistribute.js.map +1 -1
  141. package/models/operations/envelopefieldcreatemany.d.ts +97 -265
  142. package/models/operations/envelopefieldcreatemany.d.ts.map +1 -1
  143. package/models/operations/envelopefieldcreatemany.js +106 -280
  144. package/models/operations/envelopefieldcreatemany.js.map +1 -1
  145. package/models/operations/envelopefieldget.d.ts +25 -105
  146. package/models/operations/envelopefieldget.d.ts.map +1 -1
  147. package/models/operations/envelopefieldget.js +27 -97
  148. package/models/operations/envelopefieldget.js.map +1 -1
  149. package/models/operations/envelopefieldupdatemany.d.ts +97 -265
  150. package/models/operations/envelopefieldupdatemany.d.ts.map +1 -1
  151. package/models/operations/envelopefieldupdatemany.js +106 -280
  152. package/models/operations/envelopefieldupdatemany.js.map +1 -1
  153. package/models/operations/envelopefind.d.ts +465 -0
  154. package/models/operations/envelopefind.d.ts.map +1 -0
  155. package/models/operations/envelopefind.js +466 -0
  156. package/models/operations/envelopefind.js.map +1 -0
  157. package/models/operations/envelopeget.d.ts +30 -110
  158. package/models/operations/envelopeget.d.ts.map +1 -1
  159. package/models/operations/envelopeget.js +33 -104
  160. package/models/operations/envelopeget.js.map +1 -1
  161. package/models/operations/envelopegetmany.d.ts +1020 -0
  162. package/models/operations/envelopegetmany.d.ts.map +1 -0
  163. package/models/operations/envelopegetmany.js +1190 -0
  164. package/models/operations/envelopegetmany.js.map +1 -0
  165. package/models/operations/enveloperecipientcreatemany.d.ts +29 -12
  166. package/models/operations/enveloperecipientcreatemany.d.ts.map +1 -1
  167. package/models/operations/enveloperecipientcreatemany.js +40 -15
  168. package/models/operations/enveloperecipientcreatemany.js.map +1 -1
  169. package/models/operations/enveloperecipientget.d.ts +25 -105
  170. package/models/operations/enveloperecipientget.d.ts.map +1 -1
  171. package/models/operations/enveloperecipientget.js +27 -98
  172. package/models/operations/enveloperecipientget.js.map +1 -1
  173. package/models/operations/enveloperecipientupdatemany.d.ts +29 -12
  174. package/models/operations/enveloperecipientupdatemany.d.ts.map +1 -1
  175. package/models/operations/enveloperecipientupdatemany.js +40 -15
  176. package/models/operations/enveloperecipientupdatemany.js.map +1 -1
  177. package/models/operations/enveloperedistribute.d.ts +42 -0
  178. package/models/operations/enveloperedistribute.d.ts.map +1 -1
  179. package/models/operations/enveloperedistribute.js +44 -1
  180. package/models/operations/enveloperedistribute.js.map +1 -1
  181. package/models/operations/envelopeupdate.d.ts +20 -15
  182. package/models/operations/envelopeupdate.d.ts.map +1 -1
  183. package/models/operations/envelopeupdate.js +21 -18
  184. package/models/operations/envelopeupdate.js.map +1 -1
  185. package/models/operations/envelopeuse.d.ts +106 -78
  186. package/models/operations/envelopeuse.d.ts.map +1 -1
  187. package/models/operations/envelopeuse.js +118 -77
  188. package/models/operations/envelopeuse.js.map +1 -1
  189. package/models/operations/fieldcreatedocumentfield.d.ts +97 -265
  190. package/models/operations/fieldcreatedocumentfield.d.ts.map +1 -1
  191. package/models/operations/fieldcreatedocumentfield.js +106 -280
  192. package/models/operations/fieldcreatedocumentfield.js.map +1 -1
  193. package/models/operations/fieldcreatedocumentfields.d.ts +97 -265
  194. package/models/operations/fieldcreatedocumentfields.d.ts.map +1 -1
  195. package/models/operations/fieldcreatedocumentfields.js +107 -280
  196. package/models/operations/fieldcreatedocumentfields.js.map +1 -1
  197. package/models/operations/fieldcreatetemplatefield.d.ts +97 -265
  198. package/models/operations/fieldcreatetemplatefield.d.ts.map +1 -1
  199. package/models/operations/fieldcreatetemplatefield.js +106 -280
  200. package/models/operations/fieldcreatetemplatefield.js.map +1 -1
  201. package/models/operations/fieldcreatetemplatefields.d.ts +97 -265
  202. package/models/operations/fieldcreatetemplatefields.d.ts.map +1 -1
  203. package/models/operations/fieldcreatetemplatefields.js +107 -280
  204. package/models/operations/fieldcreatetemplatefields.js.map +1 -1
  205. package/models/operations/fieldgetdocumentfield.d.ts +25 -105
  206. package/models/operations/fieldgetdocumentfield.d.ts.map +1 -1
  207. package/models/operations/fieldgetdocumentfield.js +27 -97
  208. package/models/operations/fieldgetdocumentfield.js.map +1 -1
  209. package/models/operations/fieldgettemplatefield.d.ts +25 -105
  210. package/models/operations/fieldgettemplatefield.d.ts.map +1 -1
  211. package/models/operations/fieldgettemplatefield.js +27 -97
  212. package/models/operations/fieldgettemplatefield.js.map +1 -1
  213. package/models/operations/fieldupdatedocumentfield.d.ts +97 -265
  214. package/models/operations/fieldupdatedocumentfield.d.ts.map +1 -1
  215. package/models/operations/fieldupdatedocumentfield.js +106 -280
  216. package/models/operations/fieldupdatedocumentfield.js.map +1 -1
  217. package/models/operations/fieldupdatedocumentfields.d.ts +97 -265
  218. package/models/operations/fieldupdatedocumentfields.d.ts.map +1 -1
  219. package/models/operations/fieldupdatedocumentfields.js +107 -280
  220. package/models/operations/fieldupdatedocumentfields.js.map +1 -1
  221. package/models/operations/fieldupdatetemplatefield.d.ts +97 -265
  222. package/models/operations/fieldupdatetemplatefield.d.ts.map +1 -1
  223. package/models/operations/fieldupdatetemplatefield.js +106 -280
  224. package/models/operations/fieldupdatetemplatefield.js.map +1 -1
  225. package/models/operations/fieldupdatetemplatefields.d.ts +97 -265
  226. package/models/operations/fieldupdatetemplatefields.d.ts.map +1 -1
  227. package/models/operations/fieldupdatetemplatefields.js +107 -280
  228. package/models/operations/fieldupdatetemplatefields.js.map +1 -1
  229. package/models/operations/folderupdatefolder.d.ts +5 -5
  230. package/models/operations/folderupdatefolder.d.ts.map +1 -1
  231. package/models/operations/folderupdatefolder.js +6 -6
  232. package/models/operations/folderupdatefolder.js.map +1 -1
  233. package/models/operations/index.d.ts +5 -0
  234. package/models/operations/index.d.ts.map +1 -1
  235. package/models/operations/index.js +5 -0
  236. package/models/operations/index.js.map +1 -1
  237. package/models/operations/recipientcreatedocumentrecipient.d.ts +10 -10
  238. package/models/operations/recipientcreatedocumentrecipient.d.ts.map +1 -1
  239. package/models/operations/recipientcreatedocumentrecipient.js +11 -13
  240. package/models/operations/recipientcreatedocumentrecipient.js.map +1 -1
  241. package/models/operations/recipientcreatedocumentrecipients.d.ts +10 -10
  242. package/models/operations/recipientcreatedocumentrecipients.d.ts.map +1 -1
  243. package/models/operations/recipientcreatedocumentrecipients.js +11 -11
  244. package/models/operations/recipientcreatedocumentrecipients.js.map +1 -1
  245. package/models/operations/recipientcreatetemplaterecipient.d.ts +10 -10
  246. package/models/operations/recipientcreatetemplaterecipient.d.ts.map +1 -1
  247. package/models/operations/recipientcreatetemplaterecipient.js +11 -13
  248. package/models/operations/recipientcreatetemplaterecipient.js.map +1 -1
  249. package/models/operations/recipientcreatetemplaterecipients.d.ts +10 -10
  250. package/models/operations/recipientcreatetemplaterecipients.d.ts.map +1 -1
  251. package/models/operations/recipientcreatetemplaterecipients.js +11 -11
  252. package/models/operations/recipientcreatetemplaterecipients.js.map +1 -1
  253. package/models/operations/recipientgetdocumentrecipient.d.ts +25 -105
  254. package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
  255. package/models/operations/recipientgetdocumentrecipient.js +27 -103
  256. package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
  257. package/models/operations/recipientgettemplaterecipient.d.ts +25 -105
  258. package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
  259. package/models/operations/recipientgettemplaterecipient.js +27 -103
  260. package/models/operations/recipientgettemplaterecipient.js.map +1 -1
  261. package/models/operations/recipientupdatedocumentrecipient.d.ts +35 -115
  262. package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
  263. package/models/operations/recipientupdatedocumentrecipient.js +38 -120
  264. package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
  265. package/models/operations/recipientupdatedocumentrecipients.d.ts +35 -115
  266. package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
  267. package/models/operations/recipientupdatedocumentrecipients.js +38 -118
  268. package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
  269. package/models/operations/recipientupdatetemplaterecipient.d.ts +35 -115
  270. package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
  271. package/models/operations/recipientupdatetemplaterecipient.js +38 -120
  272. package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
  273. package/models/operations/recipientupdatetemplaterecipients.d.ts +35 -115
  274. package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
  275. package/models/operations/recipientupdatetemplaterecipients.js +38 -118
  276. package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
  277. package/models/operations/templatecreatedocumentfromtemplate.d.ts +239 -186
  278. package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
  279. package/models/operations/templatecreatedocumentfromtemplate.js +277 -178
  280. package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
  281. package/models/operations/templatecreatetemplate.d.ts +5 -0
  282. package/models/operations/templatecreatetemplate.d.ts.map +1 -1
  283. package/models/operations/templatecreatetemplate.js +5 -0
  284. package/models/operations/templatecreatetemplate.js.map +1 -1
  285. package/models/operations/templatecreatetemplatetemporary.d.ts +35 -110
  286. package/models/operations/templatecreatetemplatetemporary.d.ts.map +1 -1
  287. package/models/operations/templatecreatetemplatetemporary.js +41 -116
  288. package/models/operations/templatecreatetemplatetemporary.js.map +1 -1
  289. package/models/operations/templatefindtemplates.d.ts +30 -110
  290. package/models/operations/templatefindtemplates.d.ts.map +1 -1
  291. package/models/operations/templatefindtemplates.js +33 -103
  292. package/models/operations/templatefindtemplates.js.map +1 -1
  293. package/models/operations/templategetmany.d.ts +822 -0
  294. package/models/operations/templategetmany.d.ts.map +1 -0
  295. package/models/operations/templategetmany.js +958 -0
  296. package/models/operations/templategetmany.js.map +1 -0
  297. package/models/operations/templategettemplatebyid.d.ts +30 -110
  298. package/models/operations/templategettemplatebyid.d.ts.map +1 -1
  299. package/models/operations/templategettemplatebyid.js +33 -104
  300. package/models/operations/templategettemplatebyid.js.map +1 -1
  301. package/models/operations/templateupdatetemplate.d.ts +20 -15
  302. package/models/operations/templateupdatetemplate.d.ts.map +1 -1
  303. package/models/operations/templateupdatetemplate.js +24 -18
  304. package/models/operations/templateupdatetemplate.js.map +1 -1
  305. package/package.json +3 -6
  306. package/sdk/document.d.ts +7 -0
  307. package/sdk/document.d.ts.map +1 -1
  308. package/sdk/document.js +10 -0
  309. package/sdk/document.js.map +1 -1
  310. package/sdk/envelope.d.ts +26 -0
  311. package/sdk/envelope.d.ts.map +1 -0
  312. package/sdk/envelope.js +42 -0
  313. package/sdk/envelope.js.map +1 -0
  314. package/sdk/sdk.d.ts +3 -0
  315. package/sdk/sdk.d.ts.map +1 -1
  316. package/sdk/sdk.js +4 -0
  317. package/sdk/sdk.js.map +1 -1
  318. package/sdk/template.d.ts +7 -0
  319. package/sdk/template.d.ts.map +1 -1
  320. package/sdk/template.js +10 -0
  321. package/sdk/template.js.map +1 -1
  322. package/src/funcs/documentDocumentGetMany.ts +181 -0
  323. package/src/funcs/envelopeEnvelopeAuditLogFind.ts +203 -0
  324. package/src/funcs/envelopeEnvelopeFind.ts +198 -0
  325. package/src/funcs/envelopeEnvelopeGetMany.ts +181 -0
  326. package/src/funcs/templateTemplateGetMany.ts +181 -0
  327. package/src/lib/config.ts +3 -3
  328. package/src/lib/encodings.ts +17 -3
  329. package/src/lib/sdks.ts +2 -2
  330. package/src/mcp-server/mcp-server.ts +1 -1
  331. package/src/mcp-server/prompts.ts +7 -3
  332. package/src/mcp-server/resources.ts +7 -3
  333. package/src/mcp-server/server.ts +11 -1
  334. package/src/mcp-server/tools/documentDocumentGetMany.ts +37 -0
  335. package/src/mcp-server/tools/envelopeEnvelopeAuditLogFind.ts +37 -0
  336. package/src/mcp-server/tools/envelopeEnvelopeFind.ts +37 -0
  337. package/src/mcp-server/tools/envelopeEnvelopeGetMany.ts +37 -0
  338. package/src/mcp-server/tools/templateTemplateGetMany.ts +37 -0
  339. package/src/mcp-server/tools.ts +7 -3
  340. package/src/models/errors/documentgetmany.ts +503 -0
  341. package/src/models/errors/envelopeauditlogfind.ts +637 -0
  342. package/src/models/errors/envelopefind.ts +613 -0
  343. package/src/models/errors/envelopegetmany.ts +503 -0
  344. package/src/models/errors/index.ts +5 -0
  345. package/src/models/errors/templategetmany.ts +503 -0
  346. package/src/models/operations/documentcreate.ts +169 -340
  347. package/src/models/operations/documentcreatedocumenttemporary.ts +220 -547
  348. package/src/models/operations/documentdistribute.ts +5 -0
  349. package/src/models/operations/documentfind.ts +74 -62
  350. package/src/models/operations/documentget.ts +52 -198
  351. package/src/models/operations/documentgetmany.ts +772 -0
  352. package/src/models/operations/documentupdate.ts +47 -38
  353. package/src/models/operations/embeddingpresigncreateembeddingpresigntoken.ts +4 -0
  354. package/src/models/operations/embeddingpresignverifyembeddingpresigntoken.ts +4 -0
  355. package/src/models/operations/envelopeauditlogfind.ts +8406 -0
  356. package/src/models/operations/envelopecreate.ts +239 -355
  357. package/src/models/operations/envelopedistribute.ts +100 -0
  358. package/src/models/operations/envelopefieldcreatemany.ts +219 -552
  359. package/src/models/operations/envelopefieldget.ts +52 -210
  360. package/src/models/operations/envelopefieldupdatemany.ts +219 -552
  361. package/src/models/operations/envelopefind.ts +979 -0
  362. package/src/models/operations/envelopeget.ts +63 -209
  363. package/src/models/operations/envelopegetmany.ts +2658 -0
  364. package/src/models/operations/enveloperecipientcreatemany.ts +91 -28
  365. package/src/models/operations/enveloperecipientget.ts +52 -212
  366. package/src/models/operations/enveloperecipientupdatemany.ts +91 -28
  367. package/src/models/operations/enveloperedistribute.ts +102 -0
  368. package/src/models/operations/envelopeupdate.ts +47 -38
  369. package/src/models/operations/envelopeuse.ts +259 -151
  370. package/src/models/operations/fieldcreatedocumentfield.ts +222 -553
  371. package/src/models/operations/fieldcreatedocumentfields.ts +221 -553
  372. package/src/models/operations/fieldcreatetemplatefield.ts +222 -553
  373. package/src/models/operations/fieldcreatetemplatefields.ts +221 -553
  374. package/src/models/operations/fieldgetdocumentfield.ts +52 -212
  375. package/src/models/operations/fieldgettemplatefield.ts +52 -212
  376. package/src/models/operations/fieldupdatedocumentfield.ts +222 -553
  377. package/src/models/operations/fieldupdatedocumentfields.ts +221 -553
  378. package/src/models/operations/fieldupdatetemplatefield.ts +222 -553
  379. package/src/models/operations/fieldupdatetemplatefields.ts +221 -553
  380. package/src/models/operations/folderupdatefolder.ts +12 -12
  381. package/src/models/operations/index.ts +5 -0
  382. package/src/models/operations/recipientcreatedocumentrecipient.ts +28 -24
  383. package/src/models/operations/recipientcreatedocumentrecipients.ts +28 -24
  384. package/src/models/operations/recipientcreatetemplaterecipient.ts +28 -24
  385. package/src/models/operations/recipientcreatetemplaterecipients.ts +28 -24
  386. package/src/models/operations/recipientgetdocumentrecipient.ts +53 -217
  387. package/src/models/operations/recipientgettemplaterecipient.ts +53 -217
  388. package/src/models/operations/recipientupdatedocumentrecipient.ts +80 -237
  389. package/src/models/operations/recipientupdatedocumentrecipients.ts +80 -237
  390. package/src/models/operations/recipientupdatetemplaterecipient.ts +80 -237
  391. package/src/models/operations/recipientupdatetemplaterecipients.ts +80 -237
  392. package/src/models/operations/templatecreatedocumentfromtemplate.ts +671 -420
  393. package/src/models/operations/templatecreatetemplate.ts +5 -0
  394. package/src/models/operations/templatecreatetemplatetemporary.ts +69 -224
  395. package/src/models/operations/templatefindtemplates.ts +64 -224
  396. package/src/models/operations/templategetmany.ts +2134 -0
  397. package/src/models/operations/templategettemplatebyid.ts +65 -225
  398. package/src/models/operations/templateupdatetemplate.ts +41 -37
  399. package/src/sdk/document.ts +18 -0
  400. package/src/sdk/envelope.ts +63 -0
  401. package/src/sdk/sdk.ts +6 -0
  402. package/src/sdk/template.ts +18 -0
  403. package/src/types/enums.ts +1 -21
  404. package/src/types/index.ts +2 -1
  405. package/src/types/unrecognized.ts +35 -0
  406. package/tsconfig.json +1 -2
  407. package/types/enums.d.ts +1 -8
  408. package/types/enums.d.ts.map +1 -1
  409. package/types/enums.js +3 -21
  410. package/types/enums.js.map +1 -1
  411. package/types/index.d.ts +2 -1
  412. package/types/index.d.ts.map +1 -1
  413. package/types/index.js +15 -0
  414. package/types/index.js.map +1 -1
  415. package/types/unrecognized.d.ts +16 -0
  416. package/types/unrecognized.d.ts.map +1 -0
  417. package/types/unrecognized.js +34 -0
  418. package/types/unrecognized.js.map +1 -0
@@ -93,31 +93,31 @@ export type RecipientUpdateTemplateRecipientsSendStatus = ClosedEnum<
93
93
  typeof RecipientUpdateTemplateRecipientsSendStatus
94
94
  >;
95
95
 
96
- export const RecipientUpdateTemplateRecipientsAccessAuthResponse = {
96
+ export const RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth = {
97
97
  Account: "ACCOUNT",
98
98
  TwoFactorAuth: "TWO_FACTOR_AUTH",
99
99
  } as const;
100
- export type RecipientUpdateTemplateRecipientsAccessAuthResponse = ClosedEnum<
101
- typeof RecipientUpdateTemplateRecipientsAccessAuthResponse
100
+ export type RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth = ClosedEnum<
101
+ typeof RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth
102
102
  >;
103
103
 
104
- export const RecipientUpdateTemplateRecipientsActionAuthResponse = {
104
+ export const RecipientUpdateTemplateRecipientsAuthOptionsActionAuth = {
105
105
  Account: "ACCOUNT",
106
106
  Passkey: "PASSKEY",
107
107
  TwoFactorAuth: "TWO_FACTOR_AUTH",
108
108
  Password: "PASSWORD",
109
109
  ExplicitNone: "EXPLICIT_NONE",
110
110
  } as const;
111
- export type RecipientUpdateTemplateRecipientsActionAuthResponse = ClosedEnum<
112
- typeof RecipientUpdateTemplateRecipientsActionAuthResponse
111
+ export type RecipientUpdateTemplateRecipientsAuthOptionsActionAuth = ClosedEnum<
112
+ typeof RecipientUpdateTemplateRecipientsAuthOptionsActionAuth
113
113
  >;
114
114
 
115
115
  export type RecipientUpdateTemplateRecipientsAuthOptions = {
116
- accessAuth: Array<RecipientUpdateTemplateRecipientsAccessAuthResponse>;
117
- actionAuth: Array<RecipientUpdateTemplateRecipientsActionAuthResponse>;
116
+ accessAuth: Array<RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth>;
117
+ actionAuth: Array<RecipientUpdateTemplateRecipientsAuthOptionsActionAuth>;
118
118
  };
119
119
 
120
- export const RecipientUpdateTemplateRecipientsType = {
120
+ export const RecipientUpdateTemplateRecipientsTypeEnum = {
121
121
  Signature: "SIGNATURE",
122
122
  FreeSignature: "FREE_SIGNATURE",
123
123
  Initials: "INITIALS",
@@ -130,15 +130,8 @@ export const RecipientUpdateTemplateRecipientsType = {
130
130
  Checkbox: "CHECKBOX",
131
131
  Dropdown: "DROPDOWN",
132
132
  } as const;
133
- export type RecipientUpdateTemplateRecipientsType = ClosedEnum<
134
- typeof RecipientUpdateTemplateRecipientsType
135
- >;
136
-
137
- export const RecipientUpdateTemplateRecipientsTypeDropdown = {
138
- Dropdown: "dropdown",
139
- } as const;
140
- export type RecipientUpdateTemplateRecipientsTypeDropdown = ClosedEnum<
141
- typeof RecipientUpdateTemplateRecipientsTypeDropdown
133
+ export type RecipientUpdateTemplateRecipientsTypeEnum = ClosedEnum<
134
+ typeof RecipientUpdateTemplateRecipientsTypeEnum
142
135
  >;
143
136
 
144
137
  export type RecipientUpdateTemplateRecipientsValue3 = {
@@ -151,18 +144,11 @@ export type RecipientUpdateTemplateRecipientsFieldMetaDropdown = {
151
144
  required?: boolean | undefined;
152
145
  readOnly?: boolean | undefined;
153
146
  fontSize?: number | undefined;
154
- type: RecipientUpdateTemplateRecipientsTypeDropdown;
147
+ type: "dropdown";
155
148
  values?: Array<RecipientUpdateTemplateRecipientsValue3> | undefined;
156
149
  defaultValue?: string | undefined;
157
150
  };
158
151
 
159
- export const RecipientUpdateTemplateRecipientsTypeCheckbox = {
160
- Checkbox: "checkbox",
161
- } as const;
162
- export type RecipientUpdateTemplateRecipientsTypeCheckbox = ClosedEnum<
163
- typeof RecipientUpdateTemplateRecipientsTypeCheckbox
164
- >;
165
-
166
152
  export type RecipientUpdateTemplateRecipientsValue2 = {
167
153
  id: number;
168
154
  checked: boolean;
@@ -183,20 +169,13 @@ export type RecipientUpdateTemplateRecipientsFieldMetaCheckbox = {
183
169
  required?: boolean | undefined;
184
170
  readOnly?: boolean | undefined;
185
171
  fontSize?: number | undefined;
186
- type: RecipientUpdateTemplateRecipientsTypeCheckbox;
172
+ type: "checkbox";
187
173
  values?: Array<RecipientUpdateTemplateRecipientsValue2> | undefined;
188
174
  validationRule?: string | undefined;
189
175
  validationLength?: number | undefined;
190
176
  direction?: RecipientUpdateTemplateRecipientsDirection2 | undefined;
191
177
  };
192
178
 
193
- export const RecipientUpdateTemplateRecipientsTypeRadio = {
194
- Radio: "radio",
195
- } as const;
196
- export type RecipientUpdateTemplateRecipientsTypeRadio = ClosedEnum<
197
- typeof RecipientUpdateTemplateRecipientsTypeRadio
198
- >;
199
-
200
179
  export type RecipientUpdateTemplateRecipientsValue1 = {
201
180
  id: number;
202
181
  checked: boolean;
@@ -217,18 +196,11 @@ export type RecipientUpdateTemplateRecipientsFieldMetaRadio = {
217
196
  required?: boolean | undefined;
218
197
  readOnly?: boolean | undefined;
219
198
  fontSize?: number | undefined;
220
- type: RecipientUpdateTemplateRecipientsTypeRadio;
199
+ type: "radio";
221
200
  values?: Array<RecipientUpdateTemplateRecipientsValue1> | undefined;
222
201
  direction?: RecipientUpdateTemplateRecipientsDirection1 | undefined;
223
202
  };
224
203
 
225
- export const RecipientUpdateTemplateRecipientsTypeNumber = {
226
- Number: "number",
227
- } as const;
228
- export type RecipientUpdateTemplateRecipientsTypeNumber = ClosedEnum<
229
- typeof RecipientUpdateTemplateRecipientsTypeNumber
230
- >;
231
-
232
204
  export const RecipientUpdateTemplateRecipientsTextAlign6 = {
233
205
  Left: "left",
234
206
  Center: "center",
@@ -253,7 +225,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaNumber = {
253
225
  required?: boolean | undefined;
254
226
  readOnly?: boolean | undefined;
255
227
  fontSize?: number | undefined;
256
- type: RecipientUpdateTemplateRecipientsTypeNumber;
228
+ type: "number";
257
229
  numberFormat?: string | null | undefined;
258
230
  value?: string | undefined;
259
231
  minValue?: number | null | undefined;
@@ -267,13 +239,6 @@ export type RecipientUpdateTemplateRecipientsFieldMetaNumber = {
267
239
  | undefined;
268
240
  };
269
241
 
270
- export const RecipientUpdateTemplateRecipientsTypeText = {
271
- Text: "text",
272
- } as const;
273
- export type RecipientUpdateTemplateRecipientsTypeText = ClosedEnum<
274
- typeof RecipientUpdateTemplateRecipientsTypeText
275
- >;
276
-
277
242
  export const RecipientUpdateTemplateRecipientsTextAlign5 = {
278
243
  Left: "left",
279
244
  Center: "center",
@@ -298,7 +263,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaText = {
298
263
  required?: boolean | undefined;
299
264
  readOnly?: boolean | undefined;
300
265
  fontSize?: number | undefined;
301
- type: RecipientUpdateTemplateRecipientsTypeText;
266
+ type: "text";
302
267
  text?: string | undefined;
303
268
  characterLimit?: number | undefined;
304
269
  textAlign?: RecipientUpdateTemplateRecipientsTextAlign5 | undefined;
@@ -310,13 +275,6 @@ export type RecipientUpdateTemplateRecipientsFieldMetaText = {
310
275
  | undefined;
311
276
  };
312
277
 
313
- export const RecipientUpdateTemplateRecipientsTypeDate = {
314
- Date: "date",
315
- } as const;
316
- export type RecipientUpdateTemplateRecipientsTypeDate = ClosedEnum<
317
- typeof RecipientUpdateTemplateRecipientsTypeDate
318
- >;
319
-
320
278
  export const RecipientUpdateTemplateRecipientsTextAlign4 = {
321
279
  Left: "left",
322
280
  Center: "center",
@@ -332,17 +290,10 @@ export type RecipientUpdateTemplateRecipientsFieldMetaDate = {
332
290
  required?: boolean | undefined;
333
291
  readOnly?: boolean | undefined;
334
292
  fontSize?: number | undefined;
335
- type: RecipientUpdateTemplateRecipientsTypeDate;
293
+ type: "date";
336
294
  textAlign?: RecipientUpdateTemplateRecipientsTextAlign4 | undefined;
337
295
  };
338
296
 
339
- export const RecipientUpdateTemplateRecipientsTypeEmail = {
340
- Email: "email",
341
- } as const;
342
- export type RecipientUpdateTemplateRecipientsTypeEmail = ClosedEnum<
343
- typeof RecipientUpdateTemplateRecipientsTypeEmail
344
- >;
345
-
346
297
  export const RecipientUpdateTemplateRecipientsTextAlign3 = {
347
298
  Left: "left",
348
299
  Center: "center",
@@ -358,17 +309,10 @@ export type RecipientUpdateTemplateRecipientsFieldMetaEmail = {
358
309
  required?: boolean | undefined;
359
310
  readOnly?: boolean | undefined;
360
311
  fontSize?: number | undefined;
361
- type: RecipientUpdateTemplateRecipientsTypeEmail;
312
+ type: "email";
362
313
  textAlign?: RecipientUpdateTemplateRecipientsTextAlign3 | undefined;
363
314
  };
364
315
 
365
- export const RecipientUpdateTemplateRecipientsTypeName = {
366
- Name: "name",
367
- } as const;
368
- export type RecipientUpdateTemplateRecipientsTypeName = ClosedEnum<
369
- typeof RecipientUpdateTemplateRecipientsTypeName
370
- >;
371
-
372
316
  export const RecipientUpdateTemplateRecipientsTextAlign2 = {
373
317
  Left: "left",
374
318
  Center: "center",
@@ -384,17 +328,10 @@ export type RecipientUpdateTemplateRecipientsFieldMetaName = {
384
328
  required?: boolean | undefined;
385
329
  readOnly?: boolean | undefined;
386
330
  fontSize?: number | undefined;
387
- type: RecipientUpdateTemplateRecipientsTypeName;
331
+ type: "name";
388
332
  textAlign?: RecipientUpdateTemplateRecipientsTextAlign2 | undefined;
389
333
  };
390
334
 
391
- export const RecipientUpdateTemplateRecipientsTypeInitials = {
392
- Initials: "initials",
393
- } as const;
394
- export type RecipientUpdateTemplateRecipientsTypeInitials = ClosedEnum<
395
- typeof RecipientUpdateTemplateRecipientsTypeInitials
396
- >;
397
-
398
335
  export const RecipientUpdateTemplateRecipientsTextAlign1 = {
399
336
  Left: "left",
400
337
  Center: "center",
@@ -410,24 +347,17 @@ export type RecipientUpdateTemplateRecipientsFieldMetaInitials = {
410
347
  required?: boolean | undefined;
411
348
  readOnly?: boolean | undefined;
412
349
  fontSize?: number | undefined;
413
- type: RecipientUpdateTemplateRecipientsTypeInitials;
350
+ type: "initials";
414
351
  textAlign?: RecipientUpdateTemplateRecipientsTextAlign1 | undefined;
415
352
  };
416
353
 
417
- export const RecipientUpdateTemplateRecipientsTypeSignature = {
418
- Signature: "signature",
419
- } as const;
420
- export type RecipientUpdateTemplateRecipientsTypeSignature = ClosedEnum<
421
- typeof RecipientUpdateTemplateRecipientsTypeSignature
422
- >;
423
-
424
354
  export type RecipientUpdateTemplateRecipientsFieldMetaSignature = {
425
355
  label?: string | undefined;
426
356
  placeholder?: string | undefined;
427
357
  required?: boolean | undefined;
428
358
  readOnly?: boolean | undefined;
429
359
  fontSize?: number | undefined;
430
- type: RecipientUpdateTemplateRecipientsTypeSignature;
360
+ type: "signature";
431
361
  };
432
362
 
433
363
  export type RecipientUpdateTemplateRecipientsFieldMetaUnion =
@@ -445,7 +375,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaUnion =
445
375
  export type RecipientUpdateTemplateRecipientsField = {
446
376
  envelopeId: string;
447
377
  envelopeItemId: string;
448
- type: RecipientUpdateTemplateRecipientsType;
378
+ type: RecipientUpdateTemplateRecipientsTypeEnum;
449
379
  id: number;
450
380
  secondaryId: string;
451
381
  recipientId: number;
@@ -700,22 +630,26 @@ export const RecipientUpdateTemplateRecipientsSendStatus$outboundSchema:
700
630
  RecipientUpdateTemplateRecipientsSendStatus$inboundSchema;
701
631
 
702
632
  /** @internal */
703
- export const RecipientUpdateTemplateRecipientsAccessAuthResponse$inboundSchema:
704
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsAccessAuthResponse> =
705
- z.nativeEnum(RecipientUpdateTemplateRecipientsAccessAuthResponse);
633
+ export const RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth$inboundSchema:
634
+ z.ZodNativeEnum<
635
+ typeof RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth
636
+ > = z.nativeEnum(RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth);
706
637
  /** @internal */
707
- export const RecipientUpdateTemplateRecipientsAccessAuthResponse$outboundSchema:
708
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsAccessAuthResponse> =
709
- RecipientUpdateTemplateRecipientsAccessAuthResponse$inboundSchema;
638
+ export const RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth$outboundSchema:
639
+ z.ZodNativeEnum<
640
+ typeof RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth
641
+ > = RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth$inboundSchema;
710
642
 
711
643
  /** @internal */
712
- export const RecipientUpdateTemplateRecipientsActionAuthResponse$inboundSchema:
713
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsActionAuthResponse> =
714
- z.nativeEnum(RecipientUpdateTemplateRecipientsActionAuthResponse);
644
+ export const RecipientUpdateTemplateRecipientsAuthOptionsActionAuth$inboundSchema:
645
+ z.ZodNativeEnum<
646
+ typeof RecipientUpdateTemplateRecipientsAuthOptionsActionAuth
647
+ > = z.nativeEnum(RecipientUpdateTemplateRecipientsAuthOptionsActionAuth);
715
648
  /** @internal */
716
- export const RecipientUpdateTemplateRecipientsActionAuthResponse$outboundSchema:
717
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsActionAuthResponse> =
718
- RecipientUpdateTemplateRecipientsActionAuthResponse$inboundSchema;
649
+ export const RecipientUpdateTemplateRecipientsAuthOptionsActionAuth$outboundSchema:
650
+ z.ZodNativeEnum<
651
+ typeof RecipientUpdateTemplateRecipientsAuthOptionsActionAuth
652
+ > = RecipientUpdateTemplateRecipientsAuthOptionsActionAuth$inboundSchema;
719
653
 
720
654
  /** @internal */
721
655
  export const RecipientUpdateTemplateRecipientsAuthOptions$inboundSchema:
@@ -725,10 +659,10 @@ export const RecipientUpdateTemplateRecipientsAuthOptions$inboundSchema:
725
659
  unknown
726
660
  > = z.object({
727
661
  accessAuth: z.array(
728
- RecipientUpdateTemplateRecipientsAccessAuthResponse$inboundSchema,
662
+ RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth$inboundSchema,
729
663
  ),
730
664
  actionAuth: z.array(
731
- RecipientUpdateTemplateRecipientsActionAuthResponse$inboundSchema,
665
+ RecipientUpdateTemplateRecipientsAuthOptionsActionAuth$inboundSchema,
732
666
  ),
733
667
  });
734
668
  /** @internal */
@@ -745,10 +679,10 @@ export const RecipientUpdateTemplateRecipientsAuthOptions$outboundSchema:
745
679
  RecipientUpdateTemplateRecipientsAuthOptions
746
680
  > = z.object({
747
681
  accessAuth: z.array(
748
- RecipientUpdateTemplateRecipientsAccessAuthResponse$outboundSchema,
682
+ RecipientUpdateTemplateRecipientsAuthOptionsAccessAuth$outboundSchema,
749
683
  ),
750
684
  actionAuth: z.array(
751
- RecipientUpdateTemplateRecipientsActionAuthResponse$outboundSchema,
685
+ RecipientUpdateTemplateRecipientsAuthOptionsActionAuth$outboundSchema,
752
686
  ),
753
687
  });
754
688
 
@@ -779,23 +713,13 @@ export function recipientUpdateTemplateRecipientsAuthOptionsFromJSON(
779
713
  }
780
714
 
781
715
  /** @internal */
782
- export const RecipientUpdateTemplateRecipientsType$inboundSchema:
783
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsType> = z.nativeEnum(
784
- RecipientUpdateTemplateRecipientsType,
785
- );
716
+ export const RecipientUpdateTemplateRecipientsTypeEnum$inboundSchema:
717
+ z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeEnum> = z
718
+ .nativeEnum(RecipientUpdateTemplateRecipientsTypeEnum);
786
719
  /** @internal */
787
- export const RecipientUpdateTemplateRecipientsType$outboundSchema:
788
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsType> =
789
- RecipientUpdateTemplateRecipientsType$inboundSchema;
790
-
791
- /** @internal */
792
- export const RecipientUpdateTemplateRecipientsTypeDropdown$inboundSchema:
793
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeDropdown> = z
794
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeDropdown);
795
- /** @internal */
796
- export const RecipientUpdateTemplateRecipientsTypeDropdown$outboundSchema:
797
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeDropdown> =
798
- RecipientUpdateTemplateRecipientsTypeDropdown$inboundSchema;
720
+ export const RecipientUpdateTemplateRecipientsTypeEnum$outboundSchema:
721
+ z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeEnum> =
722
+ RecipientUpdateTemplateRecipientsTypeEnum$inboundSchema;
799
723
 
800
724
  /** @internal */
801
725
  export const RecipientUpdateTemplateRecipientsValue3$inboundSchema: z.ZodType<
@@ -857,7 +781,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaDropdown$inboundSchema:
857
781
  required: z.boolean().optional(),
858
782
  readOnly: z.boolean().optional(),
859
783
  fontSize: z.number().default(12),
860
- type: RecipientUpdateTemplateRecipientsTypeDropdown$inboundSchema,
784
+ type: z.literal("dropdown"),
861
785
  values: z.array(
862
786
  z.lazy(() => RecipientUpdateTemplateRecipientsValue3$inboundSchema),
863
787
  ).optional(),
@@ -870,7 +794,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaDropdown$Outbound = {
870
794
  required?: boolean | undefined;
871
795
  readOnly?: boolean | undefined;
872
796
  fontSize: number;
873
- type: string;
797
+ type: "dropdown";
874
798
  values?: Array<RecipientUpdateTemplateRecipientsValue3$Outbound> | undefined;
875
799
  defaultValue?: string | undefined;
876
800
  };
@@ -887,7 +811,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaDropdown$outboundSchema:
887
811
  required: z.boolean().optional(),
888
812
  readOnly: z.boolean().optional(),
889
813
  fontSize: z.number().default(12),
890
- type: RecipientUpdateTemplateRecipientsTypeDropdown$outboundSchema,
814
+ type: z.literal("dropdown"),
891
815
  values: z.array(
892
816
  z.lazy(() => RecipientUpdateTemplateRecipientsValue3$outboundSchema),
893
817
  ).optional(),
@@ -920,15 +844,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaDropdownFromJSON(
920
844
  );
921
845
  }
922
846
 
923
- /** @internal */
924
- export const RecipientUpdateTemplateRecipientsTypeCheckbox$inboundSchema:
925
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeCheckbox> = z
926
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeCheckbox);
927
- /** @internal */
928
- export const RecipientUpdateTemplateRecipientsTypeCheckbox$outboundSchema:
929
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeCheckbox> =
930
- RecipientUpdateTemplateRecipientsTypeCheckbox$inboundSchema;
931
-
932
847
  /** @internal */
933
848
  export const RecipientUpdateTemplateRecipientsValue2$inboundSchema: z.ZodType<
934
849
  RecipientUpdateTemplateRecipientsValue2,
@@ -1004,7 +919,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaCheckbox$inboundSchema:
1004
919
  required: z.boolean().optional(),
1005
920
  readOnly: z.boolean().optional(),
1006
921
  fontSize: z.number().default(12),
1007
- type: RecipientUpdateTemplateRecipientsTypeCheckbox$inboundSchema,
922
+ type: z.literal("checkbox"),
1008
923
  values: z.array(
1009
924
  z.lazy(() => RecipientUpdateTemplateRecipientsValue2$inboundSchema),
1010
925
  ).optional(),
@@ -1020,7 +935,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaCheckbox$Outbound = {
1020
935
  required?: boolean | undefined;
1021
936
  readOnly?: boolean | undefined;
1022
937
  fontSize: number;
1023
- type: string;
938
+ type: "checkbox";
1024
939
  values?: Array<RecipientUpdateTemplateRecipientsValue2$Outbound> | undefined;
1025
940
  validationRule?: string | undefined;
1026
941
  validationLength?: number | undefined;
@@ -1039,7 +954,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaCheckbox$outboundSchema:
1039
954
  required: z.boolean().optional(),
1040
955
  readOnly: z.boolean().optional(),
1041
956
  fontSize: z.number().default(12),
1042
- type: RecipientUpdateTemplateRecipientsTypeCheckbox$outboundSchema,
957
+ type: z.literal("checkbox"),
1043
958
  values: z.array(
1044
959
  z.lazy(() => RecipientUpdateTemplateRecipientsValue2$outboundSchema),
1045
960
  ).optional(),
@@ -1075,15 +990,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaCheckboxFromJSON(
1075
990
  );
1076
991
  }
1077
992
 
1078
- /** @internal */
1079
- export const RecipientUpdateTemplateRecipientsTypeRadio$inboundSchema:
1080
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeRadio> = z
1081
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeRadio);
1082
- /** @internal */
1083
- export const RecipientUpdateTemplateRecipientsTypeRadio$outboundSchema:
1084
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeRadio> =
1085
- RecipientUpdateTemplateRecipientsTypeRadio$inboundSchema;
1086
-
1087
993
  /** @internal */
1088
994
  export const RecipientUpdateTemplateRecipientsValue1$inboundSchema: z.ZodType<
1089
995
  RecipientUpdateTemplateRecipientsValue1,
@@ -1159,7 +1065,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaRadio$inboundSchema:
1159
1065
  required: z.boolean().optional(),
1160
1066
  readOnly: z.boolean().optional(),
1161
1067
  fontSize: z.number().default(12),
1162
- type: RecipientUpdateTemplateRecipientsTypeRadio$inboundSchema,
1068
+ type: z.literal("radio"),
1163
1069
  values: z.array(
1164
1070
  z.lazy(() => RecipientUpdateTemplateRecipientsValue1$inboundSchema),
1165
1071
  ).optional(),
@@ -1173,7 +1079,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaRadio$Outbound = {
1173
1079
  required?: boolean | undefined;
1174
1080
  readOnly?: boolean | undefined;
1175
1081
  fontSize: number;
1176
- type: string;
1082
+ type: "radio";
1177
1083
  values?: Array<RecipientUpdateTemplateRecipientsValue1$Outbound> | undefined;
1178
1084
  direction: string;
1179
1085
  };
@@ -1190,7 +1096,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaRadio$outboundSchema:
1190
1096
  required: z.boolean().optional(),
1191
1097
  readOnly: z.boolean().optional(),
1192
1098
  fontSize: z.number().default(12),
1193
- type: RecipientUpdateTemplateRecipientsTypeRadio$outboundSchema,
1099
+ type: z.literal("radio"),
1194
1100
  values: z.array(
1195
1101
  z.lazy(() => RecipientUpdateTemplateRecipientsValue1$outboundSchema),
1196
1102
  ).optional(),
@@ -1224,15 +1130,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaRadioFromJSON(
1224
1130
  );
1225
1131
  }
1226
1132
 
1227
- /** @internal */
1228
- export const RecipientUpdateTemplateRecipientsTypeNumber$inboundSchema:
1229
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeNumber> = z
1230
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeNumber);
1231
- /** @internal */
1232
- export const RecipientUpdateTemplateRecipientsTypeNumber$outboundSchema:
1233
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeNumber> =
1234
- RecipientUpdateTemplateRecipientsTypeNumber$inboundSchema;
1235
-
1236
1133
  /** @internal */
1237
1134
  export const RecipientUpdateTemplateRecipientsTextAlign6$inboundSchema:
1238
1135
  z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign6> = z
@@ -1263,7 +1160,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaNumber$inboundSchema:
1263
1160
  required: z.boolean().optional(),
1264
1161
  readOnly: z.boolean().optional(),
1265
1162
  fontSize: z.number().default(12),
1266
- type: RecipientUpdateTemplateRecipientsTypeNumber$inboundSchema,
1163
+ type: z.literal("number"),
1267
1164
  numberFormat: z.nullable(z.string()).optional(),
1268
1165
  value: z.string().optional(),
1269
1166
  minValue: z.nullable(z.number()).optional(),
@@ -1283,7 +1180,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaNumber$Outbound = {
1283
1180
  required?: boolean | undefined;
1284
1181
  readOnly?: boolean | undefined;
1285
1182
  fontSize: number;
1286
- type: string;
1183
+ type: "number";
1287
1184
  numberFormat?: string | null | undefined;
1288
1185
  value?: string | undefined;
1289
1186
  minValue?: number | null | undefined;
@@ -1306,7 +1203,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaNumber$outboundSchema:
1306
1203
  required: z.boolean().optional(),
1307
1204
  readOnly: z.boolean().optional(),
1308
1205
  fontSize: z.number().default(12),
1309
- type: RecipientUpdateTemplateRecipientsTypeNumber$outboundSchema,
1206
+ type: z.literal("number"),
1310
1207
  numberFormat: z.nullable(z.string()).optional(),
1311
1208
  value: z.string().optional(),
1312
1209
  minValue: z.nullable(z.number()).optional(),
@@ -1346,15 +1243,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaNumberFromJSON(
1346
1243
  );
1347
1244
  }
1348
1245
 
1349
- /** @internal */
1350
- export const RecipientUpdateTemplateRecipientsTypeText$inboundSchema:
1351
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeText> = z
1352
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeText);
1353
- /** @internal */
1354
- export const RecipientUpdateTemplateRecipientsTypeText$outboundSchema:
1355
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeText> =
1356
- RecipientUpdateTemplateRecipientsTypeText$inboundSchema;
1357
-
1358
1246
  /** @internal */
1359
1247
  export const RecipientUpdateTemplateRecipientsTextAlign5$inboundSchema:
1360
1248
  z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign5> = z
@@ -1385,7 +1273,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaText$inboundSchema:
1385
1273
  required: z.boolean().optional(),
1386
1274
  readOnly: z.boolean().optional(),
1387
1275
  fontSize: z.number().default(12),
1388
- type: RecipientUpdateTemplateRecipientsTypeText$inboundSchema,
1276
+ type: z.literal("text"),
1389
1277
  text: z.string().optional(),
1390
1278
  characterLimit: z.number().optional(),
1391
1279
  textAlign: RecipientUpdateTemplateRecipientsTextAlign5$inboundSchema
@@ -1403,7 +1291,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaText$Outbound = {
1403
1291
  required?: boolean | undefined;
1404
1292
  readOnly?: boolean | undefined;
1405
1293
  fontSize: number;
1406
- type: string;
1294
+ type: "text";
1407
1295
  text?: string | undefined;
1408
1296
  characterLimit?: number | undefined;
1409
1297
  textAlign?: string | undefined;
@@ -1424,7 +1312,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaText$outboundSchema:
1424
1312
  required: z.boolean().optional(),
1425
1313
  readOnly: z.boolean().optional(),
1426
1314
  fontSize: z.number().default(12),
1427
- type: RecipientUpdateTemplateRecipientsTypeText$outboundSchema,
1315
+ type: z.literal("text"),
1428
1316
  text: z.string().optional(),
1429
1317
  characterLimit: z.number().optional(),
1430
1318
  textAlign: RecipientUpdateTemplateRecipientsTextAlign5$outboundSchema
@@ -1462,15 +1350,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaTextFromJSON(
1462
1350
  );
1463
1351
  }
1464
1352
 
1465
- /** @internal */
1466
- export const RecipientUpdateTemplateRecipientsTypeDate$inboundSchema:
1467
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeDate> = z
1468
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeDate);
1469
- /** @internal */
1470
- export const RecipientUpdateTemplateRecipientsTypeDate$outboundSchema:
1471
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeDate> =
1472
- RecipientUpdateTemplateRecipientsTypeDate$inboundSchema;
1473
-
1474
1353
  /** @internal */
1475
1354
  export const RecipientUpdateTemplateRecipientsTextAlign4$inboundSchema:
1476
1355
  z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign4> = z
@@ -1492,7 +1371,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaDate$inboundSchema:
1492
1371
  required: z.boolean().optional(),
1493
1372
  readOnly: z.boolean().optional(),
1494
1373
  fontSize: z.number().default(12),
1495
- type: RecipientUpdateTemplateRecipientsTypeDate$inboundSchema,
1374
+ type: z.literal("date"),
1496
1375
  textAlign: RecipientUpdateTemplateRecipientsTextAlign4$inboundSchema
1497
1376
  .optional(),
1498
1377
  });
@@ -1503,7 +1382,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaDate$Outbound = {
1503
1382
  required?: boolean | undefined;
1504
1383
  readOnly?: boolean | undefined;
1505
1384
  fontSize: number;
1506
- type: string;
1385
+ type: "date";
1507
1386
  textAlign?: string | undefined;
1508
1387
  };
1509
1388
 
@@ -1519,7 +1398,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaDate$outboundSchema:
1519
1398
  required: z.boolean().optional(),
1520
1399
  readOnly: z.boolean().optional(),
1521
1400
  fontSize: z.number().default(12),
1522
- type: RecipientUpdateTemplateRecipientsTypeDate$outboundSchema,
1401
+ type: z.literal("date"),
1523
1402
  textAlign: RecipientUpdateTemplateRecipientsTextAlign4$outboundSchema
1524
1403
  .optional(),
1525
1404
  });
@@ -1550,15 +1429,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaDateFromJSON(
1550
1429
  );
1551
1430
  }
1552
1431
 
1553
- /** @internal */
1554
- export const RecipientUpdateTemplateRecipientsTypeEmail$inboundSchema:
1555
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeEmail> = z
1556
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeEmail);
1557
- /** @internal */
1558
- export const RecipientUpdateTemplateRecipientsTypeEmail$outboundSchema:
1559
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeEmail> =
1560
- RecipientUpdateTemplateRecipientsTypeEmail$inboundSchema;
1561
-
1562
1432
  /** @internal */
1563
1433
  export const RecipientUpdateTemplateRecipientsTextAlign3$inboundSchema:
1564
1434
  z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign3> = z
@@ -1580,7 +1450,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaEmail$inboundSchema:
1580
1450
  required: z.boolean().optional(),
1581
1451
  readOnly: z.boolean().optional(),
1582
1452
  fontSize: z.number().default(12),
1583
- type: RecipientUpdateTemplateRecipientsTypeEmail$inboundSchema,
1453
+ type: z.literal("email"),
1584
1454
  textAlign: RecipientUpdateTemplateRecipientsTextAlign3$inboundSchema
1585
1455
  .optional(),
1586
1456
  });
@@ -1591,7 +1461,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaEmail$Outbound = {
1591
1461
  required?: boolean | undefined;
1592
1462
  readOnly?: boolean | undefined;
1593
1463
  fontSize: number;
1594
- type: string;
1464
+ type: "email";
1595
1465
  textAlign?: string | undefined;
1596
1466
  };
1597
1467
 
@@ -1607,7 +1477,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaEmail$outboundSchema:
1607
1477
  required: z.boolean().optional(),
1608
1478
  readOnly: z.boolean().optional(),
1609
1479
  fontSize: z.number().default(12),
1610
- type: RecipientUpdateTemplateRecipientsTypeEmail$outboundSchema,
1480
+ type: z.literal("email"),
1611
1481
  textAlign: RecipientUpdateTemplateRecipientsTextAlign3$outboundSchema
1612
1482
  .optional(),
1613
1483
  });
@@ -1638,15 +1508,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaEmailFromJSON(
1638
1508
  );
1639
1509
  }
1640
1510
 
1641
- /** @internal */
1642
- export const RecipientUpdateTemplateRecipientsTypeName$inboundSchema:
1643
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeName> = z
1644
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeName);
1645
- /** @internal */
1646
- export const RecipientUpdateTemplateRecipientsTypeName$outboundSchema:
1647
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeName> =
1648
- RecipientUpdateTemplateRecipientsTypeName$inboundSchema;
1649
-
1650
1511
  /** @internal */
1651
1512
  export const RecipientUpdateTemplateRecipientsTextAlign2$inboundSchema:
1652
1513
  z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign2> = z
@@ -1668,7 +1529,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaName$inboundSchema:
1668
1529
  required: z.boolean().optional(),
1669
1530
  readOnly: z.boolean().optional(),
1670
1531
  fontSize: z.number().default(12),
1671
- type: RecipientUpdateTemplateRecipientsTypeName$inboundSchema,
1532
+ type: z.literal("name"),
1672
1533
  textAlign: RecipientUpdateTemplateRecipientsTextAlign2$inboundSchema
1673
1534
  .optional(),
1674
1535
  });
@@ -1679,7 +1540,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaName$Outbound = {
1679
1540
  required?: boolean | undefined;
1680
1541
  readOnly?: boolean | undefined;
1681
1542
  fontSize: number;
1682
- type: string;
1543
+ type: "name";
1683
1544
  textAlign?: string | undefined;
1684
1545
  };
1685
1546
 
@@ -1695,7 +1556,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaName$outboundSchema:
1695
1556
  required: z.boolean().optional(),
1696
1557
  readOnly: z.boolean().optional(),
1697
1558
  fontSize: z.number().default(12),
1698
- type: RecipientUpdateTemplateRecipientsTypeName$outboundSchema,
1559
+ type: z.literal("name"),
1699
1560
  textAlign: RecipientUpdateTemplateRecipientsTextAlign2$outboundSchema
1700
1561
  .optional(),
1701
1562
  });
@@ -1726,15 +1587,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaNameFromJSON(
1726
1587
  );
1727
1588
  }
1728
1589
 
1729
- /** @internal */
1730
- export const RecipientUpdateTemplateRecipientsTypeInitials$inboundSchema:
1731
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeInitials> = z
1732
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeInitials);
1733
- /** @internal */
1734
- export const RecipientUpdateTemplateRecipientsTypeInitials$outboundSchema:
1735
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeInitials> =
1736
- RecipientUpdateTemplateRecipientsTypeInitials$inboundSchema;
1737
-
1738
1590
  /** @internal */
1739
1591
  export const RecipientUpdateTemplateRecipientsTextAlign1$inboundSchema:
1740
1592
  z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign1> = z
@@ -1756,7 +1608,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaInitials$inboundSchema:
1756
1608
  required: z.boolean().optional(),
1757
1609
  readOnly: z.boolean().optional(),
1758
1610
  fontSize: z.number().default(12),
1759
- type: RecipientUpdateTemplateRecipientsTypeInitials$inboundSchema,
1611
+ type: z.literal("initials"),
1760
1612
  textAlign: RecipientUpdateTemplateRecipientsTextAlign1$inboundSchema
1761
1613
  .optional(),
1762
1614
  });
@@ -1767,7 +1619,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaInitials$Outbound = {
1767
1619
  required?: boolean | undefined;
1768
1620
  readOnly?: boolean | undefined;
1769
1621
  fontSize: number;
1770
- type: string;
1622
+ type: "initials";
1771
1623
  textAlign?: string | undefined;
1772
1624
  };
1773
1625
 
@@ -1783,7 +1635,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaInitials$outboundSchema:
1783
1635
  required: z.boolean().optional(),
1784
1636
  readOnly: z.boolean().optional(),
1785
1637
  fontSize: z.number().default(12),
1786
- type: RecipientUpdateTemplateRecipientsTypeInitials$outboundSchema,
1638
+ type: z.literal("initials"),
1787
1639
  textAlign: RecipientUpdateTemplateRecipientsTextAlign1$outboundSchema
1788
1640
  .optional(),
1789
1641
  });
@@ -1814,15 +1666,6 @@ export function recipientUpdateTemplateRecipientsFieldMetaInitialsFromJSON(
1814
1666
  );
1815
1667
  }
1816
1668
 
1817
- /** @internal */
1818
- export const RecipientUpdateTemplateRecipientsTypeSignature$inboundSchema:
1819
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeSignature> = z
1820
- .nativeEnum(RecipientUpdateTemplateRecipientsTypeSignature);
1821
- /** @internal */
1822
- export const RecipientUpdateTemplateRecipientsTypeSignature$outboundSchema:
1823
- z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeSignature> =
1824
- RecipientUpdateTemplateRecipientsTypeSignature$inboundSchema;
1825
-
1826
1669
  /** @internal */
1827
1670
  export const RecipientUpdateTemplateRecipientsFieldMetaSignature$inboundSchema:
1828
1671
  z.ZodType<
@@ -1835,7 +1678,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaSignature$inboundSchema:
1835
1678
  required: z.boolean().optional(),
1836
1679
  readOnly: z.boolean().optional(),
1837
1680
  fontSize: z.number().default(12),
1838
- type: RecipientUpdateTemplateRecipientsTypeSignature$inboundSchema,
1681
+ type: z.literal("signature"),
1839
1682
  });
1840
1683
  /** @internal */
1841
1684
  export type RecipientUpdateTemplateRecipientsFieldMetaSignature$Outbound = {
@@ -1844,7 +1687,7 @@ export type RecipientUpdateTemplateRecipientsFieldMetaSignature$Outbound = {
1844
1687
  required?: boolean | undefined;
1845
1688
  readOnly?: boolean | undefined;
1846
1689
  fontSize: number;
1847
- type: string;
1690
+ type: "signature";
1848
1691
  };
1849
1692
 
1850
1693
  /** @internal */
@@ -1859,7 +1702,7 @@ export const RecipientUpdateTemplateRecipientsFieldMetaSignature$outboundSchema:
1859
1702
  required: z.boolean().optional(),
1860
1703
  readOnly: z.boolean().optional(),
1861
1704
  fontSize: z.number().default(12),
1862
- type: RecipientUpdateTemplateRecipientsTypeSignature$outboundSchema,
1705
+ type: z.literal("signature"),
1863
1706
  });
1864
1707
 
1865
1708
  export function recipientUpdateTemplateRecipientsFieldMetaSignatureToJSON(
@@ -1996,7 +1839,7 @@ export const RecipientUpdateTemplateRecipientsField$inboundSchema: z.ZodType<
1996
1839
  > = z.object({
1997
1840
  envelopeId: z.string(),
1998
1841
  envelopeItemId: z.string(),
1999
- type: RecipientUpdateTemplateRecipientsType$inboundSchema,
1842
+ type: RecipientUpdateTemplateRecipientsTypeEnum$inboundSchema,
2000
1843
  id: z.number(),
2001
1844
  secondaryId: z.string(),
2002
1845
  recipientId: z.number(),
@@ -2083,7 +1926,7 @@ export const RecipientUpdateTemplateRecipientsField$outboundSchema: z.ZodType<
2083
1926
  > = z.object({
2084
1927
  envelopeId: z.string(),
2085
1928
  envelopeItemId: z.string(),
2086
- type: RecipientUpdateTemplateRecipientsType$outboundSchema,
1929
+ type: RecipientUpdateTemplateRecipientsTypeEnum$outboundSchema,
2087
1930
  id: z.number(),
2088
1931
  secondaryId: z.string(),
2089
1932
  recipientId: z.number(),