@documenso/sdk-typescript 0.1.1

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 (685) hide show
  1. package/.devcontainer/README.md +30 -0
  2. package/.devcontainer/devcontainer.json +45 -0
  3. package/FUNCTIONS.md +104 -0
  4. package/LICENSE +21 -0
  5. package/README.md +533 -0
  6. package/RUNTIMES.md +48 -0
  7. package/core.d.ts +10 -0
  8. package/core.d.ts.map +1 -0
  9. package/core.js +17 -0
  10. package/core.js.map +1 -0
  11. package/docs/sdks/directlink/README.md +246 -0
  12. package/docs/sdks/documenso/README.md +7 -0
  13. package/docs/sdks/documensofields/README.md +480 -0
  14. package/docs/sdks/documensorecipients/README.md +430 -0
  15. package/docs/sdks/documensotemplatesfields/README.md +456 -0
  16. package/docs/sdks/documensotemplatesrecipients/README.md +440 -0
  17. package/docs/sdks/documents/README.md +724 -0
  18. package/docs/sdks/fields/README.md +87 -0
  19. package/docs/sdks/recipients/README.md +87 -0
  20. package/docs/sdks/templates/README.md +566 -0
  21. package/funcs/documentsCreateV0.d.ts +16 -0
  22. package/funcs/documentsCreateV0.d.ts.map +1 -0
  23. package/funcs/documentsCreateV0.js +112 -0
  24. package/funcs/documentsCreateV0.js.map +1 -0
  25. package/funcs/documentsDelete.d.ts +13 -0
  26. package/funcs/documentsDelete.d.ts.map +1 -0
  27. package/funcs/documentsDelete.js +109 -0
  28. package/funcs/documentsDelete.js.map +1 -0
  29. package/funcs/documentsDistribute.d.ts +16 -0
  30. package/funcs/documentsDistribute.d.ts.map +1 -0
  31. package/funcs/documentsDistribute.js +111 -0
  32. package/funcs/documentsDistribute.js.map +1 -0
  33. package/funcs/documentsDuplicate.d.ts +13 -0
  34. package/funcs/documentsDuplicate.d.ts.map +1 -0
  35. package/funcs/documentsDuplicate.js +108 -0
  36. package/funcs/documentsDuplicate.js.map +1 -0
  37. package/funcs/documentsFieldsCreate.d.ts +16 -0
  38. package/funcs/documentsFieldsCreate.d.ts.map +1 -0
  39. package/funcs/documentsFieldsCreate.js +111 -0
  40. package/funcs/documentsFieldsCreate.js.map +1 -0
  41. package/funcs/documentsFieldsCreateMany.d.ts +16 -0
  42. package/funcs/documentsFieldsCreateMany.d.ts.map +1 -0
  43. package/funcs/documentsFieldsCreateMany.js +111 -0
  44. package/funcs/documentsFieldsCreateMany.js.map +1 -0
  45. package/funcs/documentsFieldsDelete.d.ts +13 -0
  46. package/funcs/documentsFieldsDelete.d.ts.map +1 -0
  47. package/funcs/documentsFieldsDelete.js +109 -0
  48. package/funcs/documentsFieldsDelete.js.map +1 -0
  49. package/funcs/documentsFieldsUpdate.d.ts +16 -0
  50. package/funcs/documentsFieldsUpdate.d.ts.map +1 -0
  51. package/funcs/documentsFieldsUpdate.js +111 -0
  52. package/funcs/documentsFieldsUpdate.js.map +1 -0
  53. package/funcs/documentsFieldsUpdateMany.d.ts +16 -0
  54. package/funcs/documentsFieldsUpdateMany.d.ts.map +1 -0
  55. package/funcs/documentsFieldsUpdateMany.js +111 -0
  56. package/funcs/documentsFieldsUpdateMany.js.map +1 -0
  57. package/funcs/documentsFind.d.ts +16 -0
  58. package/funcs/documentsFind.d.ts.map +1 -0
  59. package/funcs/documentsFind.js +121 -0
  60. package/funcs/documentsFind.js.map +1 -0
  61. package/funcs/documentsGet.d.ts +16 -0
  62. package/funcs/documentsGet.d.ts.map +1 -0
  63. package/funcs/documentsGet.js +116 -0
  64. package/funcs/documentsGet.js.map +1 -0
  65. package/funcs/documentsMoveToTeam.d.ts +16 -0
  66. package/funcs/documentsMoveToTeam.d.ts.map +1 -0
  67. package/funcs/documentsMoveToTeam.js +111 -0
  68. package/funcs/documentsMoveToTeam.js.map +1 -0
  69. package/funcs/documentsRecipientsCreate.d.ts +16 -0
  70. package/funcs/documentsRecipientsCreate.d.ts.map +1 -0
  71. package/funcs/documentsRecipientsCreate.js +112 -0
  72. package/funcs/documentsRecipientsCreate.js.map +1 -0
  73. package/funcs/documentsRecipientsCreateMany.d.ts +16 -0
  74. package/funcs/documentsRecipientsCreateMany.d.ts.map +1 -0
  75. package/funcs/documentsRecipientsCreateMany.js +112 -0
  76. package/funcs/documentsRecipientsCreateMany.js.map +1 -0
  77. package/funcs/documentsRecipientsDelete.d.ts +13 -0
  78. package/funcs/documentsRecipientsDelete.d.ts.map +1 -0
  79. package/funcs/documentsRecipientsDelete.js +110 -0
  80. package/funcs/documentsRecipientsDelete.js.map +1 -0
  81. package/funcs/documentsRecipientsUpdate.d.ts +16 -0
  82. package/funcs/documentsRecipientsUpdate.d.ts.map +1 -0
  83. package/funcs/documentsRecipientsUpdate.js +112 -0
  84. package/funcs/documentsRecipientsUpdate.js.map +1 -0
  85. package/funcs/documentsRecipientsUpdateMany.d.ts +16 -0
  86. package/funcs/documentsRecipientsUpdateMany.d.ts.map +1 -0
  87. package/funcs/documentsRecipientsUpdateMany.js +112 -0
  88. package/funcs/documentsRecipientsUpdateMany.js.map +1 -0
  89. package/funcs/documentsRedistribute.d.ts +16 -0
  90. package/funcs/documentsRedistribute.d.ts.map +1 -0
  91. package/funcs/documentsRedistribute.js +112 -0
  92. package/funcs/documentsRedistribute.js.map +1 -0
  93. package/funcs/documentsUpdate.d.ts +13 -0
  94. package/funcs/documentsUpdate.d.ts.map +1 -0
  95. package/funcs/documentsUpdate.js +108 -0
  96. package/funcs/documentsUpdate.js.map +1 -0
  97. package/funcs/fieldsGet.d.ts +16 -0
  98. package/funcs/fieldsGet.d.ts.map +1 -0
  99. package/funcs/fieldsGet.js +116 -0
  100. package/funcs/fieldsGet.js.map +1 -0
  101. package/funcs/recipientsGet.d.ts +16 -0
  102. package/funcs/recipientsGet.d.ts.map +1 -0
  103. package/funcs/recipientsGet.js +116 -0
  104. package/funcs/recipientsGet.js.map +1 -0
  105. package/funcs/templatesDelete.d.ts +13 -0
  106. package/funcs/templatesDelete.d.ts.map +1 -0
  107. package/funcs/templatesDelete.js +109 -0
  108. package/funcs/templatesDelete.js.map +1 -0
  109. package/funcs/templatesDirectLinkCreate.d.ts +16 -0
  110. package/funcs/templatesDirectLinkCreate.d.ts.map +1 -0
  111. package/funcs/templatesDirectLinkCreate.js +112 -0
  112. package/funcs/templatesDirectLinkCreate.js.map +1 -0
  113. package/funcs/templatesDirectLinkDelete.d.ts +16 -0
  114. package/funcs/templatesDirectLinkDelete.d.ts.map +1 -0
  115. package/funcs/templatesDirectLinkDelete.js +113 -0
  116. package/funcs/templatesDirectLinkDelete.js.map +1 -0
  117. package/funcs/templatesDirectLinkToggle.d.ts +16 -0
  118. package/funcs/templatesDirectLinkToggle.d.ts.map +1 -0
  119. package/funcs/templatesDirectLinkToggle.js +112 -0
  120. package/funcs/templatesDirectLinkToggle.js.map +1 -0
  121. package/funcs/templatesDuplicate.d.ts +13 -0
  122. package/funcs/templatesDuplicate.d.ts.map +1 -0
  123. package/funcs/templatesDuplicate.js +108 -0
  124. package/funcs/templatesDuplicate.js.map +1 -0
  125. package/funcs/templatesFieldsCreate.d.ts +16 -0
  126. package/funcs/templatesFieldsCreate.d.ts.map +1 -0
  127. package/funcs/templatesFieldsCreate.js +111 -0
  128. package/funcs/templatesFieldsCreate.js.map +1 -0
  129. package/funcs/templatesFieldsCreateMany.d.ts +16 -0
  130. package/funcs/templatesFieldsCreateMany.d.ts.map +1 -0
  131. package/funcs/templatesFieldsCreateMany.js +111 -0
  132. package/funcs/templatesFieldsCreateMany.js.map +1 -0
  133. package/funcs/templatesFieldsDelete.d.ts +13 -0
  134. package/funcs/templatesFieldsDelete.d.ts.map +1 -0
  135. package/funcs/templatesFieldsDelete.js +109 -0
  136. package/funcs/templatesFieldsDelete.js.map +1 -0
  137. package/funcs/templatesFieldsUpdate.d.ts +16 -0
  138. package/funcs/templatesFieldsUpdate.d.ts.map +1 -0
  139. package/funcs/templatesFieldsUpdate.js +111 -0
  140. package/funcs/templatesFieldsUpdate.js.map +1 -0
  141. package/funcs/templatesFieldsUpdateMany.d.ts +16 -0
  142. package/funcs/templatesFieldsUpdateMany.d.ts.map +1 -0
  143. package/funcs/templatesFieldsUpdateMany.js +111 -0
  144. package/funcs/templatesFieldsUpdateMany.js.map +1 -0
  145. package/funcs/templatesFind.d.ts +16 -0
  146. package/funcs/templatesFind.d.ts.map +1 -0
  147. package/funcs/templatesFind.js +117 -0
  148. package/funcs/templatesFind.js.map +1 -0
  149. package/funcs/templatesGet.d.ts +13 -0
  150. package/funcs/templatesGet.d.ts.map +1 -0
  151. package/funcs/templatesGet.js +113 -0
  152. package/funcs/templatesGet.js.map +1 -0
  153. package/funcs/templatesMoveToTeam.d.ts +16 -0
  154. package/funcs/templatesMoveToTeam.d.ts.map +1 -0
  155. package/funcs/templatesMoveToTeam.js +111 -0
  156. package/funcs/templatesMoveToTeam.js.map +1 -0
  157. package/funcs/templatesRecipientsCreate.d.ts +16 -0
  158. package/funcs/templatesRecipientsCreate.d.ts.map +1 -0
  159. package/funcs/templatesRecipientsCreate.js +112 -0
  160. package/funcs/templatesRecipientsCreate.js.map +1 -0
  161. package/funcs/templatesRecipientsCreateMany.d.ts +16 -0
  162. package/funcs/templatesRecipientsCreateMany.d.ts.map +1 -0
  163. package/funcs/templatesRecipientsCreateMany.js +112 -0
  164. package/funcs/templatesRecipientsCreateMany.js.map +1 -0
  165. package/funcs/templatesRecipientsDelete.d.ts +13 -0
  166. package/funcs/templatesRecipientsDelete.d.ts.map +1 -0
  167. package/funcs/templatesRecipientsDelete.js +110 -0
  168. package/funcs/templatesRecipientsDelete.js.map +1 -0
  169. package/funcs/templatesRecipientsUpdate.d.ts +16 -0
  170. package/funcs/templatesRecipientsUpdate.d.ts.map +1 -0
  171. package/funcs/templatesRecipientsUpdate.js +112 -0
  172. package/funcs/templatesRecipientsUpdate.js.map +1 -0
  173. package/funcs/templatesRecipientsUpdateMany.d.ts +16 -0
  174. package/funcs/templatesRecipientsUpdateMany.d.ts.map +1 -0
  175. package/funcs/templatesRecipientsUpdateMany.js +112 -0
  176. package/funcs/templatesRecipientsUpdateMany.js.map +1 -0
  177. package/funcs/templatesUpdate.d.ts +13 -0
  178. package/funcs/templatesUpdate.d.ts.map +1 -0
  179. package/funcs/templatesUpdate.js +108 -0
  180. package/funcs/templatesUpdate.js.map +1 -0
  181. package/funcs/templatesUse.d.ts +16 -0
  182. package/funcs/templatesUse.d.ts.map +1 -0
  183. package/funcs/templatesUse.js +112 -0
  184. package/funcs/templatesUse.js.map +1 -0
  185. package/hooks/hooks.d.ts +24 -0
  186. package/hooks/hooks.d.ts.map +1 -0
  187. package/hooks/hooks.js +86 -0
  188. package/hooks/hooks.js.map +1 -0
  189. package/hooks/index.d.ts +3 -0
  190. package/hooks/index.d.ts.map +1 -0
  191. package/hooks/index.js +22 -0
  192. package/hooks/index.js.map +1 -0
  193. package/hooks/registration.d.ts +3 -0
  194. package/hooks/registration.d.ts.map +1 -0
  195. package/hooks/registration.js +15 -0
  196. package/hooks/registration.js.map +1 -0
  197. package/hooks/types.d.ts +77 -0
  198. package/hooks/types.d.ts.map +1 -0
  199. package/hooks/types.js +6 -0
  200. package/hooks/types.js.map +1 -0
  201. package/index.d.ts +4 -0
  202. package/index.d.ts.map +1 -0
  203. package/index.js +46 -0
  204. package/index.js.map +1 -0
  205. package/jsr.json +27 -0
  206. package/lib/base64.d.ts +10 -0
  207. package/lib/base64.d.ts.map +1 -0
  208. package/lib/base64.js +71 -0
  209. package/lib/base64.js.map +1 -0
  210. package/lib/config.d.ts +34 -0
  211. package/lib/config.d.ts.map +1 -0
  212. package/lib/config.js +35 -0
  213. package/lib/config.js.map +1 -0
  214. package/lib/dlv.d.ts +14 -0
  215. package/lib/dlv.d.ts.map +1 -0
  216. package/lib/dlv.js +49 -0
  217. package/lib/dlv.js.map +1 -0
  218. package/lib/encodings.d.ts +52 -0
  219. package/lib/encodings.d.ts.map +1 -0
  220. package/lib/encodings.js +368 -0
  221. package/lib/encodings.js.map +1 -0
  222. package/lib/env.d.ts +15 -0
  223. package/lib/env.d.ts.map +1 -0
  224. package/lib/env.js +65 -0
  225. package/lib/env.js.map +1 -0
  226. package/lib/files.d.ts +8 -0
  227. package/lib/files.d.ts.map +1 -0
  228. package/lib/files.js +36 -0
  229. package/lib/files.js.map +1 -0
  230. package/lib/http.d.ts +67 -0
  231. package/lib/http.d.ts.map +1 -0
  232. package/lib/http.js +217 -0
  233. package/lib/http.js.map +1 -0
  234. package/lib/is-plain-object.d.ts +2 -0
  235. package/lib/is-plain-object.d.ts.map +1 -0
  236. package/lib/is-plain-object.js +41 -0
  237. package/lib/is-plain-object.js.map +1 -0
  238. package/lib/logger.d.ts +6 -0
  239. package/lib/logger.d.ts.map +1 -0
  240. package/lib/logger.js +6 -0
  241. package/lib/logger.js.map +1 -0
  242. package/lib/matchers.d.ts +64 -0
  243. package/lib/matchers.d.ts.map +1 -0
  244. package/lib/matchers.js +204 -0
  245. package/lib/matchers.js.map +1 -0
  246. package/lib/primitives.d.ts +23 -0
  247. package/lib/primitives.d.ts.map +1 -0
  248. package/lib/primitives.js +104 -0
  249. package/lib/primitives.js.map +1 -0
  250. package/lib/retries.d.ts +38 -0
  251. package/lib/retries.d.ts.map +1 -0
  252. package/lib/retries.js +154 -0
  253. package/lib/retries.js.map +1 -0
  254. package/lib/schemas.d.ts +19 -0
  255. package/lib/schemas.d.ts.map +1 -0
  256. package/lib/schemas.js +59 -0
  257. package/lib/schemas.js.map +1 -0
  258. package/lib/sdks.d.ts +60 -0
  259. package/lib/sdks.d.ts.map +1 -0
  260. package/lib/sdks.js +280 -0
  261. package/lib/sdks.js.map +1 -0
  262. package/lib/security.d.ts +82 -0
  263. package/lib/security.d.ts.map +1 -0
  264. package/lib/security.js +139 -0
  265. package/lib/security.js.map +1 -0
  266. package/lib/url.d.ts +5 -0
  267. package/lib/url.d.ts.map +1 -0
  268. package/lib/url.js +25 -0
  269. package/lib/url.js.map +1 -0
  270. package/local-openapi.json +21024 -0
  271. package/models/components/index.d.ts +2 -0
  272. package/models/components/index.d.ts.map +1 -0
  273. package/models/components/index.js +21 -0
  274. package/models/components/index.js.map +1 -0
  275. package/models/components/security.d.ts +29 -0
  276. package/models/components/security.d.ts.map +1 -0
  277. package/models/components/security.js +69 -0
  278. package/models/components/security.js.map +1 -0
  279. package/models/errors/apierror.d.ts +8 -0
  280. package/models/errors/apierror.d.ts.map +1 -0
  281. package/models/errors/apierror.js +21 -0
  282. package/models/errors/apierror.js.map +1 -0
  283. package/models/errors/errorbadrequest.d.ts +84 -0
  284. package/models/errors/errorbadrequest.d.ts.map +1 -0
  285. package/models/errors/errorbadrequest.js +115 -0
  286. package/models/errors/errorbadrequest.js.map +1 -0
  287. package/models/errors/errorinternalservererror.d.ts +84 -0
  288. package/models/errors/errorinternalservererror.d.ts.map +1 -0
  289. package/models/errors/errorinternalservererror.js +116 -0
  290. package/models/errors/errorinternalservererror.js.map +1 -0
  291. package/models/errors/errornotfound.d.ts +84 -0
  292. package/models/errors/errornotfound.d.ts.map +1 -0
  293. package/models/errors/errornotfound.js +115 -0
  294. package/models/errors/errornotfound.js.map +1 -0
  295. package/models/errors/httpclienterrors.d.ts +44 -0
  296. package/models/errors/httpclienterrors.d.ts.map +1 -0
  297. package/models/errors/httpclienterrors.js +78 -0
  298. package/models/errors/httpclienterrors.js.map +1 -0
  299. package/models/errors/index.d.ts +7 -0
  300. package/models/errors/index.d.ts.map +1 -0
  301. package/models/errors/index.js +26 -0
  302. package/models/errors/index.js.map +1 -0
  303. package/models/errors/sdkvalidationerror.d.ts +20 -0
  304. package/models/errors/sdkvalidationerror.d.ts.map +1 -0
  305. package/models/errors/sdkvalidationerror.js +115 -0
  306. package/models/errors/sdkvalidationerror.js.map +1 -0
  307. package/models/operations/documentcreatedocumenttemporary.d.ts +3565 -0
  308. package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -0
  309. package/models/operations/documentcreatedocumenttemporary.js +3203 -0
  310. package/models/operations/documentcreatedocumenttemporary.js.map +1 -0
  311. package/models/operations/documentdeletedocument.d.ts +29 -0
  312. package/models/operations/documentdeletedocument.d.ts.map +1 -0
  313. package/models/operations/documentdeletedocument.js +69 -0
  314. package/models/operations/documentdeletedocument.js.map +1 -0
  315. package/models/operations/documentduplicatedocument.d.ts +57 -0
  316. package/models/operations/documentduplicatedocument.d.ts.map +1 -0
  317. package/models/operations/documentduplicatedocument.js +96 -0
  318. package/models/operations/documentduplicatedocument.js.map +1 -0
  319. package/models/operations/documentfinddocuments.d.ts +817 -0
  320. package/models/operations/documentfinddocuments.d.ts.map +1 -0
  321. package/models/operations/documentfinddocuments.js +694 -0
  322. package/models/operations/documentfinddocuments.js.map +1 -0
  323. package/models/operations/documentgetdocumentwithdetailsbyid.d.ts +1528 -0
  324. package/models/operations/documentgetdocumentwithdetailsbyid.d.ts.map +1 -0
  325. package/models/operations/documentgetdocumentwithdetailsbyid.js +1447 -0
  326. package/models/operations/documentgetdocumentwithdetailsbyid.js.map +1 -0
  327. package/models/operations/documentmovedocumenttoteam.d.ts +306 -0
  328. package/models/operations/documentmovedocumenttoteam.d.ts.map +1 -0
  329. package/models/operations/documentmovedocumenttoteam.js +286 -0
  330. package/models/operations/documentmovedocumenttoteam.js.map +1 -0
  331. package/models/operations/documentresenddocument.d.ts +34 -0
  332. package/models/operations/documentresenddocument.d.ts.map +1 -0
  333. package/models/operations/documentresenddocument.js +71 -0
  334. package/models/operations/documentresenddocument.js.map +1 -0
  335. package/models/operations/documentsenddocument.d.ts +544 -0
  336. package/models/operations/documentsenddocument.d.ts.map +1 -0
  337. package/models/operations/documentsenddocument.js +444 -0
  338. package/models/operations/documentsenddocument.js.map +1 -0
  339. package/models/operations/documentsetsettingsfordocument.d.ts +719 -0
  340. package/models/operations/documentsetsettingsfordocument.d.ts.map +1 -0
  341. package/models/operations/documentsetsettingsfordocument.js +583 -0
  342. package/models/operations/documentsetsettingsfordocument.js.map +1 -0
  343. package/models/operations/fieldcreatedocumentfield.d.ts +2276 -0
  344. package/models/operations/fieldcreatedocumentfield.d.ts.map +1 -0
  345. package/models/operations/fieldcreatedocumentfield.js +2167 -0
  346. package/models/operations/fieldcreatedocumentfield.js.map +1 -0
  347. package/models/operations/fieldcreatedocumentfields.d.ts +2301 -0
  348. package/models/operations/fieldcreatedocumentfields.d.ts.map +1 -0
  349. package/models/operations/fieldcreatedocumentfields.js +2189 -0
  350. package/models/operations/fieldcreatedocumentfields.js.map +1 -0
  351. package/models/operations/fieldcreatetemplatefield.d.ts +2276 -0
  352. package/models/operations/fieldcreatetemplatefield.d.ts.map +1 -0
  353. package/models/operations/fieldcreatetemplatefield.js +2161 -0
  354. package/models/operations/fieldcreatetemplatefield.js.map +1 -0
  355. package/models/operations/fieldcreatetemplatefields.d.ts +2301 -0
  356. package/models/operations/fieldcreatetemplatefields.d.ts.map +1 -0
  357. package/models/operations/fieldcreatetemplatefields.js +2189 -0
  358. package/models/operations/fieldcreatetemplatefields.js.map +1 -0
  359. package/models/operations/fielddeletedocumentfield.d.ts +29 -0
  360. package/models/operations/fielddeletedocumentfield.d.ts.map +1 -0
  361. package/models/operations/fielddeletedocumentfield.js +69 -0
  362. package/models/operations/fielddeletedocumentfield.js.map +1 -0
  363. package/models/operations/fielddeletetemplatefield.d.ts +29 -0
  364. package/models/operations/fielddeletetemplatefield.d.ts.map +1 -0
  365. package/models/operations/fielddeletetemplatefield.js +69 -0
  366. package/models/operations/fielddeletetemplatefield.js.map +1 -0
  367. package/models/operations/fieldgetfield.d.ts +774 -0
  368. package/models/operations/fieldgetfield.d.ts.map +1 -0
  369. package/models/operations/fieldgetfield.js +820 -0
  370. package/models/operations/fieldgetfield.js.map +1 -0
  371. package/models/operations/fieldupdatedocumentfield.d.ts +2276 -0
  372. package/models/operations/fieldupdatedocumentfield.d.ts.map +1 -0
  373. package/models/operations/fieldupdatedocumentfield.js +2161 -0
  374. package/models/operations/fieldupdatedocumentfield.js.map +1 -0
  375. package/models/operations/fieldupdatedocumentfields.d.ts +2301 -0
  376. package/models/operations/fieldupdatedocumentfields.d.ts.map +1 -0
  377. package/models/operations/fieldupdatedocumentfields.js +2189 -0
  378. package/models/operations/fieldupdatedocumentfields.js.map +1 -0
  379. package/models/operations/fieldupdatetemplatefield.d.ts +2276 -0
  380. package/models/operations/fieldupdatetemplatefield.d.ts.map +1 -0
  381. package/models/operations/fieldupdatetemplatefield.js +2161 -0
  382. package/models/operations/fieldupdatetemplatefield.js.map +1 -0
  383. package/models/operations/fieldupdatetemplatefields.d.ts +2301 -0
  384. package/models/operations/fieldupdatetemplatefields.d.ts.map +1 -0
  385. package/models/operations/fieldupdatetemplatefields.js +2189 -0
  386. package/models/operations/fieldupdatetemplatefields.js.map +1 -0
  387. package/models/operations/index.d.ts +42 -0
  388. package/models/operations/index.d.ts.map +1 -0
  389. package/models/operations/index.js +61 -0
  390. package/models/operations/index.js.map +1 -0
  391. package/models/operations/recipientcreatedocumentrecipient.d.ts +437 -0
  392. package/models/operations/recipientcreatedocumentrecipient.d.ts.map +1 -0
  393. package/models/operations/recipientcreatedocumentrecipient.js +389 -0
  394. package/models/operations/recipientcreatedocumentrecipient.js.map +1 -0
  395. package/models/operations/recipientcreatedocumentrecipients.d.ts +462 -0
  396. package/models/operations/recipientcreatedocumentrecipients.d.ts.map +1 -0
  397. package/models/operations/recipientcreatedocumentrecipients.js +419 -0
  398. package/models/operations/recipientcreatedocumentrecipients.js.map +1 -0
  399. package/models/operations/recipientcreatetemplaterecipient.d.ts +437 -0
  400. package/models/operations/recipientcreatetemplaterecipient.d.ts.map +1 -0
  401. package/models/operations/recipientcreatetemplaterecipient.js +389 -0
  402. package/models/operations/recipientcreatetemplaterecipient.js.map +1 -0
  403. package/models/operations/recipientcreatetemplaterecipients.d.ts +462 -0
  404. package/models/operations/recipientcreatetemplaterecipients.d.ts.map +1 -0
  405. package/models/operations/recipientcreatetemplaterecipients.js +419 -0
  406. package/models/operations/recipientcreatetemplaterecipients.js.map +1 -0
  407. package/models/operations/recipientdeletedocumentrecipient.d.ts +29 -0
  408. package/models/operations/recipientdeletedocumentrecipient.d.ts.map +1 -0
  409. package/models/operations/recipientdeletedocumentrecipient.js +69 -0
  410. package/models/operations/recipientdeletedocumentrecipient.js.map +1 -0
  411. package/models/operations/recipientdeletetemplaterecipient.d.ts +29 -0
  412. package/models/operations/recipientdeletetemplaterecipient.d.ts.map +1 -0
  413. package/models/operations/recipientdeletetemplaterecipient.js +69 -0
  414. package/models/operations/recipientdeletetemplaterecipient.js.map +1 -0
  415. package/models/operations/recipientgetrecipient.d.ts +1041 -0
  416. package/models/operations/recipientgetrecipient.d.ts.map +1 -0
  417. package/models/operations/recipientgetrecipient.js +1033 -0
  418. package/models/operations/recipientgetrecipient.js.map +1 -0
  419. package/models/operations/recipientupdatedocumentrecipient.d.ts +1185 -0
  420. package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -0
  421. package/models/operations/recipientupdatedocumentrecipient.js +1146 -0
  422. package/models/operations/recipientupdatedocumentrecipient.js.map +1 -0
  423. package/models/operations/recipientupdatedocumentrecipients.d.ts +1210 -0
  424. package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -0
  425. package/models/operations/recipientupdatedocumentrecipients.js +1175 -0
  426. package/models/operations/recipientupdatedocumentrecipients.js.map +1 -0
  427. package/models/operations/recipientupdatetemplaterecipient.d.ts +1185 -0
  428. package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -0
  429. package/models/operations/recipientupdatetemplaterecipient.js +1146 -0
  430. package/models/operations/recipientupdatetemplaterecipient.js.map +1 -0
  431. package/models/operations/recipientupdatetemplaterecipients.d.ts +1210 -0
  432. package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -0
  433. package/models/operations/recipientupdatetemplaterecipients.js +1175 -0
  434. package/models/operations/recipientupdatetemplaterecipients.js.map +1 -0
  435. package/models/operations/templatecreatedocumentfromtemplate.d.ts +1575 -0
  436. package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -0
  437. package/models/operations/templatecreatedocumentfromtemplate.js +1485 -0
  438. package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -0
  439. package/models/operations/templatecreatetemplatedirectlink.d.ts +72 -0
  440. package/models/operations/templatecreatetemplatedirectlink.d.ts.map +1 -0
  441. package/models/operations/templatecreatetemplatedirectlink.js +108 -0
  442. package/models/operations/templatecreatetemplatedirectlink.js.map +1 -0
  443. package/models/operations/templatedeletetemplate.d.ts +29 -0
  444. package/models/operations/templatedeletetemplate.d.ts.map +1 -0
  445. package/models/operations/templatedeletetemplate.js +69 -0
  446. package/models/operations/templatedeletetemplate.js.map +1 -0
  447. package/models/operations/templatedeletetemplatedirectlink.d.ts +29 -0
  448. package/models/operations/templatedeletetemplatedirectlink.d.ts.map +1 -0
  449. package/models/operations/templatedeletetemplatedirectlink.js +69 -0
  450. package/models/operations/templatedeletetemplatedirectlink.js.map +1 -0
  451. package/models/operations/templateduplicatetemplate.d.ts +230 -0
  452. package/models/operations/templateduplicatetemplate.d.ts.map +1 -0
  453. package/models/operations/templateduplicatetemplate.js +234 -0
  454. package/models/operations/templateduplicatetemplate.js.map +1 -0
  455. package/models/operations/templatefindtemplates.d.ts +1471 -0
  456. package/models/operations/templatefindtemplates.d.ts.map +1 -0
  457. package/models/operations/templatefindtemplates.js +1391 -0
  458. package/models/operations/templatefindtemplates.js.map +1 -0
  459. package/models/operations/templategettemplatebyid.d.ts +1526 -0
  460. package/models/operations/templategettemplatebyid.d.ts.map +1 -0
  461. package/models/operations/templategettemplatebyid.js +1458 -0
  462. package/models/operations/templategettemplatebyid.js.map +1 -0
  463. package/models/operations/templatemovetemplatetoteam.d.ts +238 -0
  464. package/models/operations/templatemovetemplatetoteam.d.ts.map +1 -0
  465. package/models/operations/templatemovetemplatetoteam.js +236 -0
  466. package/models/operations/templatemovetemplatetoteam.js.map +1 -0
  467. package/models/operations/templatetoggletemplatedirectlink.d.ts +69 -0
  468. package/models/operations/templatetoggletemplatedirectlink.d.ts.map +1 -0
  469. package/models/operations/templatetoggletemplatedirectlink.js +108 -0
  470. package/models/operations/templatetoggletemplatedirectlink.js.map +1 -0
  471. package/models/operations/templateupdatetemplate.d.ts +673 -0
  472. package/models/operations/templateupdatetemplate.d.ts.map +1 -0
  473. package/models/operations/templateupdatetemplate.js +547 -0
  474. package/models/operations/templateupdatetemplate.js.map +1 -0
  475. package/package.json +27 -0
  476. package/sdk/directlink.d.ts +26 -0
  477. package/sdk/directlink.d.ts.map +1 -0
  478. package/sdk/directlink.js +42 -0
  479. package/sdk/directlink.js.map +1 -0
  480. package/sdk/documensofields.d.ts +37 -0
  481. package/sdk/documensofields.d.ts.map +1 -0
  482. package/sdk/documensofields.js +59 -0
  483. package/sdk/documensofields.js.map +1 -0
  484. package/sdk/documensorecipients.d.ts +37 -0
  485. package/sdk/documensorecipients.d.ts.map +1 -0
  486. package/sdk/documensorecipients.js +59 -0
  487. package/sdk/documensorecipients.js.map +1 -0
  488. package/sdk/documensotemplatesfields.d.ts +37 -0
  489. package/sdk/documensotemplatesfields.d.ts.map +1 -0
  490. package/sdk/documensotemplatesfields.js +59 -0
  491. package/sdk/documensotemplatesfields.js.map +1 -0
  492. package/sdk/documensotemplatesrecipients.d.ts +37 -0
  493. package/sdk/documensotemplatesrecipients.d.ts.map +1 -0
  494. package/sdk/documensotemplatesrecipients.js +59 -0
  495. package/sdk/documensotemplatesrecipients.js.map +1 -0
  496. package/sdk/documents.d.ts +65 -0
  497. package/sdk/documents.d.ts.map +1 -0
  498. package/sdk/documents.js +101 -0
  499. package/sdk/documents.js.map +1 -0
  500. package/sdk/fields.d.ts +12 -0
  501. package/sdk/fields.d.ts.map +1 -0
  502. package/sdk/fields.js +22 -0
  503. package/sdk/fields.js.map +1 -0
  504. package/sdk/index.d.ts +2 -0
  505. package/sdk/index.d.ts.map +1 -0
  506. package/sdk/index.js +21 -0
  507. package/sdk/index.js.map +1 -0
  508. package/sdk/recipients.d.ts +12 -0
  509. package/sdk/recipients.d.ts.map +1 -0
  510. package/sdk/recipients.js +22 -0
  511. package/sdk/recipients.js.map +1 -0
  512. package/sdk/sdk.d.ts +16 -0
  513. package/sdk/sdk.d.ts.map +1 -0
  514. package/sdk/sdk.js +27 -0
  515. package/sdk/sdk.js.map +1 -0
  516. package/sdk/templates.d.ts +51 -0
  517. package/sdk/templates.d.ts.map +1 -0
  518. package/sdk/templates.js +82 -0
  519. package/sdk/templates.js.map +1 -0
  520. package/src/core.ts +13 -0
  521. package/src/funcs/documentsCreateV0.ts +142 -0
  522. package/src/funcs/documentsDelete.ts +136 -0
  523. package/src/funcs/documentsDistribute.ts +138 -0
  524. package/src/funcs/documentsDuplicate.ts +137 -0
  525. package/src/funcs/documentsFieldsCreate.ts +140 -0
  526. package/src/funcs/documentsFieldsCreateMany.ts +140 -0
  527. package/src/funcs/documentsFieldsDelete.ts +138 -0
  528. package/src/funcs/documentsFieldsUpdate.ts +140 -0
  529. package/src/funcs/documentsFieldsUpdateMany.ts +140 -0
  530. package/src/funcs/documentsFind.ts +152 -0
  531. package/src/funcs/documentsGet.ts +152 -0
  532. package/src/funcs/documentsMoveToTeam.ts +143 -0
  533. package/src/funcs/documentsRecipientsCreate.ts +142 -0
  534. package/src/funcs/documentsRecipientsCreateMany.ts +142 -0
  535. package/src/funcs/documentsRecipientsDelete.ts +137 -0
  536. package/src/funcs/documentsRecipientsUpdate.ts +142 -0
  537. package/src/funcs/documentsRecipientsUpdateMany.ts +142 -0
  538. package/src/funcs/documentsRedistribute.ts +139 -0
  539. package/src/funcs/documentsUpdate.ts +140 -0
  540. package/src/funcs/fieldsGet.ts +146 -0
  541. package/src/funcs/recipientsGet.ts +147 -0
  542. package/src/funcs/templatesDelete.ts +136 -0
  543. package/src/funcs/templatesDirectLinkCreate.ts +142 -0
  544. package/src/funcs/templatesDirectLinkDelete.ts +140 -0
  545. package/src/funcs/templatesDirectLinkToggle.ts +142 -0
  546. package/src/funcs/templatesDuplicate.ts +137 -0
  547. package/src/funcs/templatesFieldsCreate.ts +140 -0
  548. package/src/funcs/templatesFieldsCreateMany.ts +140 -0
  549. package/src/funcs/templatesFieldsDelete.ts +138 -0
  550. package/src/funcs/templatesFieldsUpdate.ts +140 -0
  551. package/src/funcs/templatesFieldsUpdateMany.ts +140 -0
  552. package/src/funcs/templatesFind.ts +148 -0
  553. package/src/funcs/templatesGet.ts +144 -0
  554. package/src/funcs/templatesMoveToTeam.ts +143 -0
  555. package/src/funcs/templatesRecipientsCreate.ts +142 -0
  556. package/src/funcs/templatesRecipientsCreateMany.ts +142 -0
  557. package/src/funcs/templatesRecipientsDelete.ts +137 -0
  558. package/src/funcs/templatesRecipientsUpdate.ts +142 -0
  559. package/src/funcs/templatesRecipientsUpdateMany.ts +142 -0
  560. package/src/funcs/templatesUpdate.ts +135 -0
  561. package/src/funcs/templatesUse.ts +142 -0
  562. package/src/hooks/hooks.ts +132 -0
  563. package/src/hooks/index.ts +6 -0
  564. package/src/hooks/registration.ts +14 -0
  565. package/src/hooks/types.ts +109 -0
  566. package/src/index.ts +7 -0
  567. package/src/lib/base64.ts +37 -0
  568. package/src/lib/config.ts +61 -0
  569. package/src/lib/dlv.ts +53 -0
  570. package/src/lib/encodings.ts +483 -0
  571. package/src/lib/env.ts +41 -0
  572. package/src/lib/files.ts +40 -0
  573. package/src/lib/http.ts +323 -0
  574. package/src/lib/is-plain-object.ts +43 -0
  575. package/src/lib/logger.ts +9 -0
  576. package/src/lib/matchers.ts +322 -0
  577. package/src/lib/primitives.ts +136 -0
  578. package/src/lib/retries.ts +219 -0
  579. package/src/lib/schemas.ts +86 -0
  580. package/src/lib/sdks.ts +400 -0
  581. package/src/lib/security.ts +254 -0
  582. package/src/lib/url.ts +33 -0
  583. package/src/models/components/index.ts +5 -0
  584. package/src/models/components/security.ts +62 -0
  585. package/src/models/errors/apierror.ts +27 -0
  586. package/src/models/errors/errorbadrequest.ts +154 -0
  587. package/src/models/errors/errorinternalservererror.ts +165 -0
  588. package/src/models/errors/errornotfound.ts +162 -0
  589. package/src/models/errors/httpclienterrors.ts +62 -0
  590. package/src/models/errors/index.ts +10 -0
  591. package/src/models/errors/sdkvalidationerror.ts +97 -0
  592. package/src/models/operations/documentcreatedocumenttemporary.ts +6881 -0
  593. package/src/models/operations/documentdeletedocument.ts +69 -0
  594. package/src/models/operations/documentduplicatedocument.ts +137 -0
  595. package/src/models/operations/documentfinddocuments.ts +1287 -0
  596. package/src/models/operations/documentgetdocumentwithdetailsbyid.ts +3159 -0
  597. package/src/models/operations/documentmovedocumenttoteam.ts +529 -0
  598. package/src/models/operations/documentresenddocument.ts +76 -0
  599. package/src/models/operations/documentsenddocument.ts +844 -0
  600. package/src/models/operations/documentsetsettingsfordocument.ts +1180 -0
  601. package/src/models/operations/fieldcreatedocumentfield.ts +4802 -0
  602. package/src/models/operations/fieldcreatedocumentfields.ts +4995 -0
  603. package/src/models/operations/fieldcreatetemplatefield.ts +4984 -0
  604. package/src/models/operations/fieldcreatetemplatefields.ts +5089 -0
  605. package/src/models/operations/fielddeletedocumentfield.ts +71 -0
  606. package/src/models/operations/fielddeletetemplatefield.ts +71 -0
  607. package/src/models/operations/fieldgetfield.ts +1545 -0
  608. package/src/models/operations/fieldupdatedocumentfield.ts +4984 -0
  609. package/src/models/operations/fieldupdatedocumentfields.ts +5089 -0
  610. package/src/models/operations/fieldupdatetemplatefield.ts +4984 -0
  611. package/src/models/operations/fieldupdatetemplatefields.ts +5089 -0
  612. package/src/models/operations/index.ts +45 -0
  613. package/src/models/operations/recipientcreatedocumentrecipient.ts +731 -0
  614. package/src/models/operations/recipientcreatedocumentrecipients.ts +837 -0
  615. package/src/models/operations/recipientcreatetemplaterecipient.ts +751 -0
  616. package/src/models/operations/recipientcreatetemplaterecipients.ts +837 -0
  617. package/src/models/operations/recipientdeletedocumentrecipient.ts +79 -0
  618. package/src/models/operations/recipientdeletetemplaterecipient.ts +79 -0
  619. package/src/models/operations/recipientgetrecipient.ts +2060 -0
  620. package/src/models/operations/recipientupdatedocumentrecipient.ts +2523 -0
  621. package/src/models/operations/recipientupdatedocumentrecipients.ts +2639 -0
  622. package/src/models/operations/recipientupdatetemplaterecipient.ts +2523 -0
  623. package/src/models/operations/recipientupdatetemplaterecipients.ts +2639 -0
  624. package/src/models/operations/templatecreatedocumentfromtemplate.ts +3351 -0
  625. package/src/models/operations/templatecreatetemplatedirectlink.ts +180 -0
  626. package/src/models/operations/templatedeletetemplate.ts +69 -0
  627. package/src/models/operations/templatedeletetemplatedirectlink.ts +79 -0
  628. package/src/models/operations/templateduplicatetemplate.ts +406 -0
  629. package/src/models/operations/templatefindtemplates.ts +2831 -0
  630. package/src/models/operations/templategettemplatebyid.ts +2963 -0
  631. package/src/models/operations/templatemovetemplatetoteam.ts +418 -0
  632. package/src/models/operations/templatetoggletemplatedirectlink.ts +177 -0
  633. package/src/models/operations/templateupdatetemplate.ts +1030 -0
  634. package/src/sdk/directlink.ts +63 -0
  635. package/src/sdk/documensofields.ts +96 -0
  636. package/src/sdk/documensorecipients.ts +96 -0
  637. package/src/sdk/documensotemplatesfields.ts +96 -0
  638. package/src/sdk/documensotemplatesrecipients.ts +96 -0
  639. package/src/sdk/documents.ts +174 -0
  640. package/src/sdk/fields.ts +27 -0
  641. package/src/sdk/index.ts +5 -0
  642. package/src/sdk/recipients.ts +27 -0
  643. package/src/sdk/sdk.ts +31 -0
  644. package/src/sdk/templates.ts +143 -0
  645. package/src/types/blobs.ts +31 -0
  646. package/src/types/constdatetime.ts +15 -0
  647. package/src/types/enums.ts +16 -0
  648. package/src/types/fp.ts +50 -0
  649. package/src/types/index.ts +11 -0
  650. package/src/types/operations.ts +105 -0
  651. package/src/types/rfcdate.ts +54 -0
  652. package/src/types/streams.ts +21 -0
  653. package/tsconfig.json +41 -0
  654. package/types/blobs.d.ts +4 -0
  655. package/types/blobs.d.ts.map +1 -0
  656. package/types/blobs.js +62 -0
  657. package/types/blobs.js.map +1 -0
  658. package/types/constdatetime.d.ts +3 -0
  659. package/types/constdatetime.d.ts.map +1 -0
  660. package/types/constdatetime.js +46 -0
  661. package/types/constdatetime.js.map +1 -0
  662. package/types/enums.d.ts +12 -0
  663. package/types/enums.d.ts.map +1 -0
  664. package/types/enums.js +10 -0
  665. package/types/enums.js.map +1 -0
  666. package/types/fp.d.ts +31 -0
  667. package/types/fp.d.ts.map +1 -0
  668. package/types/fp.js +37 -0
  669. package/types/fp.js.map +1 -0
  670. package/types/index.d.ts +8 -0
  671. package/types/index.d.ts.map +1 -0
  672. package/types/index.js +16 -0
  673. package/types/index.js.map +1 -0
  674. package/types/operations.d.ts +27 -0
  675. package/types/operations.d.ts.map +1 -0
  676. package/types/operations.js +83 -0
  677. package/types/operations.js.map +1 -0
  678. package/types/rfcdate.d.ts +21 -0
  679. package/types/rfcdate.d.ts.map +1 -0
  680. package/types/rfcdate.js +46 -0
  681. package/types/rfcdate.js.map +1 -0
  682. package/types/streams.d.ts +2 -0
  683. package/types/streams.d.ts.map +1 -0
  684. package/types/streams.js +18 -0
  685. package/types/streams.js.map +1 -0
@@ -0,0 +1,2276 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type: {
6
+ readonly Dropdown: "DROPDOWN";
7
+ };
8
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type>;
9
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType: {
10
+ readonly Dropdown: "dropdown";
11
+ };
12
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType>;
13
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsValues = {
14
+ value: string;
15
+ };
16
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta = {
17
+ label?: string | undefined;
18
+ placeholder?: string | undefined;
19
+ required?: boolean | undefined;
20
+ readOnly?: boolean | undefined;
21
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType;
22
+ values?: Array<FieldCreateDocumentFieldFieldDocumentsFieldsValues> | undefined;
23
+ defaultValue?: string | undefined;
24
+ };
25
+ export type Field11 = {
26
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type;
27
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta | undefined;
28
+ /**
29
+ * The ID of the recipient to create the field for.
30
+ */
31
+ recipientId: number;
32
+ /**
33
+ * The page number the field will be on.
34
+ */
35
+ pageNumber: number;
36
+ /**
37
+ * The X coordinate of where the field will be placed.
38
+ */
39
+ pageX: number;
40
+ /**
41
+ * The Y coordinate of where the field will be placed.
42
+ */
43
+ pageY: number;
44
+ /**
45
+ * The width of the field.
46
+ */
47
+ width: number;
48
+ /**
49
+ * The height of the field.
50
+ */
51
+ height: number;
52
+ };
53
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type: {
54
+ readonly Checkbox: "CHECKBOX";
55
+ };
56
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type>;
57
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType: {
58
+ readonly Checkbox: "checkbox";
59
+ };
60
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType>;
61
+ export type FieldCreateDocumentFieldFieldValues = {
62
+ id: number;
63
+ checked: boolean;
64
+ value: string;
65
+ };
66
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta = {
67
+ label?: string | undefined;
68
+ placeholder?: string | undefined;
69
+ required?: boolean | undefined;
70
+ readOnly?: boolean | undefined;
71
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType;
72
+ values?: Array<FieldCreateDocumentFieldFieldValues> | undefined;
73
+ validationRule?: string | undefined;
74
+ validationLength?: number | undefined;
75
+ };
76
+ export type Field10 = {
77
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type;
78
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta | undefined;
79
+ /**
80
+ * The ID of the recipient to create the field for.
81
+ */
82
+ recipientId: number;
83
+ /**
84
+ * The page number the field will be on.
85
+ */
86
+ pageNumber: number;
87
+ /**
88
+ * The X coordinate of where the field will be placed.
89
+ */
90
+ pageX: number;
91
+ /**
92
+ * The Y coordinate of where the field will be placed.
93
+ */
94
+ pageY: number;
95
+ /**
96
+ * The width of the field.
97
+ */
98
+ width: number;
99
+ /**
100
+ * The height of the field.
101
+ */
102
+ height: number;
103
+ };
104
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type: {
105
+ readonly Radio: "RADIO";
106
+ };
107
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type>;
108
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType: {
109
+ readonly Radio: "radio";
110
+ };
111
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType>;
112
+ export type FieldValues = {
113
+ id: number;
114
+ checked: boolean;
115
+ value: string;
116
+ };
117
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta = {
118
+ label?: string | undefined;
119
+ placeholder?: string | undefined;
120
+ required?: boolean | undefined;
121
+ readOnly?: boolean | undefined;
122
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType;
123
+ values?: Array<FieldValues> | undefined;
124
+ };
125
+ export type Field9 = {
126
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type;
127
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta | undefined;
128
+ /**
129
+ * The ID of the recipient to create the field for.
130
+ */
131
+ recipientId: number;
132
+ /**
133
+ * The page number the field will be on.
134
+ */
135
+ pageNumber: number;
136
+ /**
137
+ * The X coordinate of where the field will be placed.
138
+ */
139
+ pageX: number;
140
+ /**
141
+ * The Y coordinate of where the field will be placed.
142
+ */
143
+ pageY: number;
144
+ /**
145
+ * The width of the field.
146
+ */
147
+ width: number;
148
+ /**
149
+ * The height of the field.
150
+ */
151
+ height: number;
152
+ };
153
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type: {
154
+ readonly Number: "NUMBER";
155
+ };
156
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type>;
157
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType: {
158
+ readonly Number: "number";
159
+ };
160
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType>;
161
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta = {
162
+ label?: string | undefined;
163
+ placeholder?: string | undefined;
164
+ required?: boolean | undefined;
165
+ readOnly?: boolean | undefined;
166
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType;
167
+ numberFormat?: string | undefined;
168
+ value?: string | undefined;
169
+ minValue?: number | undefined;
170
+ maxValue?: number | undefined;
171
+ fontSize?: number | undefined;
172
+ };
173
+ export type Field8 = {
174
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type;
175
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta | undefined;
176
+ /**
177
+ * The ID of the recipient to create the field for.
178
+ */
179
+ recipientId: number;
180
+ /**
181
+ * The page number the field will be on.
182
+ */
183
+ pageNumber: number;
184
+ /**
185
+ * The X coordinate of where the field will be placed.
186
+ */
187
+ pageX: number;
188
+ /**
189
+ * The Y coordinate of where the field will be placed.
190
+ */
191
+ pageY: number;
192
+ /**
193
+ * The width of the field.
194
+ */
195
+ width: number;
196
+ /**
197
+ * The height of the field.
198
+ */
199
+ height: number;
200
+ };
201
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type: {
202
+ readonly Text: "TEXT";
203
+ };
204
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type>;
205
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType: {
206
+ readonly Text: "text";
207
+ };
208
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType>;
209
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta = {
210
+ label?: string | undefined;
211
+ placeholder?: string | undefined;
212
+ required?: boolean | undefined;
213
+ readOnly?: boolean | undefined;
214
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType;
215
+ text?: string | undefined;
216
+ characterLimit?: number | undefined;
217
+ fontSize?: number | undefined;
218
+ };
219
+ export type Field7 = {
220
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type;
221
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta | undefined;
222
+ /**
223
+ * The ID of the recipient to create the field for.
224
+ */
225
+ recipientId: number;
226
+ /**
227
+ * The page number the field will be on.
228
+ */
229
+ pageNumber: number;
230
+ /**
231
+ * The X coordinate of where the field will be placed.
232
+ */
233
+ pageX: number;
234
+ /**
235
+ * The Y coordinate of where the field will be placed.
236
+ */
237
+ pageY: number;
238
+ /**
239
+ * The width of the field.
240
+ */
241
+ width: number;
242
+ /**
243
+ * The height of the field.
244
+ */
245
+ height: number;
246
+ };
247
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type: {
248
+ readonly Date: "DATE";
249
+ };
250
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type>;
251
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType: {
252
+ readonly Date: "date";
253
+ };
254
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType>;
255
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta = {
256
+ label?: string | undefined;
257
+ placeholder?: string | undefined;
258
+ required?: boolean | undefined;
259
+ readOnly?: boolean | undefined;
260
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType;
261
+ fontSize?: number | undefined;
262
+ };
263
+ export type Field6 = {
264
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type;
265
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta | undefined;
266
+ /**
267
+ * The ID of the recipient to create the field for.
268
+ */
269
+ recipientId: number;
270
+ /**
271
+ * The page number the field will be on.
272
+ */
273
+ pageNumber: number;
274
+ /**
275
+ * The X coordinate of where the field will be placed.
276
+ */
277
+ pageX: number;
278
+ /**
279
+ * The Y coordinate of where the field will be placed.
280
+ */
281
+ pageY: number;
282
+ /**
283
+ * The width of the field.
284
+ */
285
+ width: number;
286
+ /**
287
+ * The height of the field.
288
+ */
289
+ height: number;
290
+ };
291
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type: {
292
+ readonly Email: "EMAIL";
293
+ };
294
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type>;
295
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType: {
296
+ readonly Email: "email";
297
+ };
298
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType>;
299
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta = {
300
+ label?: string | undefined;
301
+ placeholder?: string | undefined;
302
+ required?: boolean | undefined;
303
+ readOnly?: boolean | undefined;
304
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType;
305
+ fontSize?: number | undefined;
306
+ };
307
+ export type Field5 = {
308
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type;
309
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta | undefined;
310
+ /**
311
+ * The ID of the recipient to create the field for.
312
+ */
313
+ recipientId: number;
314
+ /**
315
+ * The page number the field will be on.
316
+ */
317
+ pageNumber: number;
318
+ /**
319
+ * The X coordinate of where the field will be placed.
320
+ */
321
+ pageX: number;
322
+ /**
323
+ * The Y coordinate of where the field will be placed.
324
+ */
325
+ pageY: number;
326
+ /**
327
+ * The width of the field.
328
+ */
329
+ width: number;
330
+ /**
331
+ * The height of the field.
332
+ */
333
+ height: number;
334
+ };
335
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType: {
336
+ readonly Name: "NAME";
337
+ };
338
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType>;
339
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type: {
340
+ readonly Name: "name";
341
+ };
342
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type>;
343
+ export type FieldCreateDocumentFieldFieldFieldMeta = {
344
+ label?: string | undefined;
345
+ placeholder?: string | undefined;
346
+ required?: boolean | undefined;
347
+ readOnly?: boolean | undefined;
348
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type;
349
+ fontSize?: number | undefined;
350
+ };
351
+ export type Field4 = {
352
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType;
353
+ fieldMeta?: FieldCreateDocumentFieldFieldFieldMeta | undefined;
354
+ /**
355
+ * The ID of the recipient to create the field for.
356
+ */
357
+ recipientId: number;
358
+ /**
359
+ * The page number the field will be on.
360
+ */
361
+ pageNumber: number;
362
+ /**
363
+ * The X coordinate of where the field will be placed.
364
+ */
365
+ pageX: number;
366
+ /**
367
+ * The Y coordinate of where the field will be placed.
368
+ */
369
+ pageY: number;
370
+ /**
371
+ * The width of the field.
372
+ */
373
+ width: number;
374
+ /**
375
+ * The height of the field.
376
+ */
377
+ height: number;
378
+ };
379
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsType: {
380
+ readonly Initials: "INITIALS";
381
+ };
382
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsType>;
383
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestType: {
384
+ readonly Initials: "initials";
385
+ };
386
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestType = ClosedEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestType>;
387
+ export type FieldFieldMeta = {
388
+ label?: string | undefined;
389
+ placeholder?: string | undefined;
390
+ required?: boolean | undefined;
391
+ readOnly?: boolean | undefined;
392
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsRequestType;
393
+ fontSize?: number | undefined;
394
+ };
395
+ export type Field3 = {
396
+ type: FieldCreateDocumentFieldFieldDocumentsFieldsType;
397
+ fieldMeta?: FieldFieldMeta | undefined;
398
+ /**
399
+ * The ID of the recipient to create the field for.
400
+ */
401
+ recipientId: number;
402
+ /**
403
+ * The page number the field will be on.
404
+ */
405
+ pageNumber: number;
406
+ /**
407
+ * The X coordinate of where the field will be placed.
408
+ */
409
+ pageX: number;
410
+ /**
411
+ * The Y coordinate of where the field will be placed.
412
+ */
413
+ pageY: number;
414
+ /**
415
+ * The width of the field.
416
+ */
417
+ width: number;
418
+ /**
419
+ * The height of the field.
420
+ */
421
+ height: number;
422
+ };
423
+ export declare const FieldCreateDocumentFieldFieldType: {
424
+ readonly FreeSignature: "FREE_SIGNATURE";
425
+ };
426
+ export type FieldCreateDocumentFieldFieldType = ClosedEnum<typeof FieldCreateDocumentFieldFieldType>;
427
+ export type Field2 = {
428
+ type: FieldCreateDocumentFieldFieldType;
429
+ /**
430
+ * The ID of the recipient to create the field for.
431
+ */
432
+ recipientId: number;
433
+ /**
434
+ * The page number the field will be on.
435
+ */
436
+ pageNumber: number;
437
+ /**
438
+ * The X coordinate of where the field will be placed.
439
+ */
440
+ pageX: number;
441
+ /**
442
+ * The Y coordinate of where the field will be placed.
443
+ */
444
+ pageY: number;
445
+ /**
446
+ * The width of the field.
447
+ */
448
+ width: number;
449
+ /**
450
+ * The height of the field.
451
+ */
452
+ height: number;
453
+ };
454
+ export declare const FieldType: {
455
+ readonly Signature: "SIGNATURE";
456
+ };
457
+ export type FieldType = ClosedEnum<typeof FieldType>;
458
+ export type Field1 = {
459
+ type: FieldType;
460
+ /**
461
+ * The ID of the recipient to create the field for.
462
+ */
463
+ recipientId: number;
464
+ /**
465
+ * The page number the field will be on.
466
+ */
467
+ pageNumber: number;
468
+ /**
469
+ * The X coordinate of where the field will be placed.
470
+ */
471
+ pageX: number;
472
+ /**
473
+ * The Y coordinate of where the field will be placed.
474
+ */
475
+ pageY: number;
476
+ /**
477
+ * The width of the field.
478
+ */
479
+ width: number;
480
+ /**
481
+ * The height of the field.
482
+ */
483
+ height: number;
484
+ };
485
+ export type Field = Field1 | Field2 | Field3 | Field4 | Field5 | Field6 | Field7 | Field8 | Field9 | Field10 | Field11;
486
+ export type FieldCreateDocumentFieldRequestBody = {
487
+ documentId: number;
488
+ field: Field1 | Field2 | Field3 | Field4 | Field5 | Field6 | Field7 | Field8 | Field9 | Field10 | Field11;
489
+ };
490
+ export declare const FieldCreateDocumentFieldType: {
491
+ readonly Signature: "SIGNATURE";
492
+ readonly FreeSignature: "FREE_SIGNATURE";
493
+ readonly Initials: "INITIALS";
494
+ readonly Name: "NAME";
495
+ readonly Email: "EMAIL";
496
+ readonly Date: "DATE";
497
+ readonly Text: "TEXT";
498
+ readonly Number: "NUMBER";
499
+ readonly Radio: "RADIO";
500
+ readonly Checkbox: "CHECKBOX";
501
+ readonly Dropdown: "DROPDOWN";
502
+ };
503
+ export type FieldCreateDocumentFieldType = ClosedEnum<typeof FieldCreateDocumentFieldType>;
504
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type: {
505
+ readonly Dropdown: "dropdown";
506
+ };
507
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type>;
508
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues = {
509
+ value: string;
510
+ };
511
+ export type FieldCreateDocumentFieldFieldMeta9 = {
512
+ label?: string | undefined;
513
+ placeholder?: string | undefined;
514
+ required?: boolean | undefined;
515
+ readOnly?: boolean | undefined;
516
+ type: FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type;
517
+ values?: Array<FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues> | undefined;
518
+ defaultValue?: string | undefined;
519
+ };
520
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type: {
521
+ readonly Checkbox: "checkbox";
522
+ };
523
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type>;
524
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues = {
525
+ id: number;
526
+ checked: boolean;
527
+ value: string;
528
+ };
529
+ export type FieldCreateDocumentFieldFieldMeta8 = {
530
+ label?: string | undefined;
531
+ placeholder?: string | undefined;
532
+ required?: boolean | undefined;
533
+ readOnly?: boolean | undefined;
534
+ type: FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type;
535
+ values?: Array<FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues> | undefined;
536
+ validationRule?: string | undefined;
537
+ validationLength?: number | undefined;
538
+ };
539
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type: {
540
+ readonly Radio: "radio";
541
+ };
542
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type>;
543
+ export type FieldCreateDocumentFieldFieldMetaValues = {
544
+ id: number;
545
+ checked: boolean;
546
+ value: string;
547
+ };
548
+ export type FieldCreateDocumentFieldFieldMeta7 = {
549
+ label?: string | undefined;
550
+ placeholder?: string | undefined;
551
+ required?: boolean | undefined;
552
+ readOnly?: boolean | undefined;
553
+ type: FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type;
554
+ values?: Array<FieldCreateDocumentFieldFieldMetaValues> | undefined;
555
+ };
556
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType: {
557
+ readonly Number: "number";
558
+ };
559
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType>;
560
+ export type FieldCreateDocumentFieldFieldMeta6 = {
561
+ label?: string | undefined;
562
+ placeholder?: string | undefined;
563
+ required?: boolean | undefined;
564
+ readOnly?: boolean | undefined;
565
+ type: FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType;
566
+ numberFormat?: string | undefined;
567
+ value?: string | undefined;
568
+ minValue?: number | undefined;
569
+ maxValue?: number | undefined;
570
+ fontSize?: number | undefined;
571
+ };
572
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType: {
573
+ readonly Text: "text";
574
+ };
575
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType>;
576
+ export type FieldCreateDocumentFieldFieldMeta5 = {
577
+ label?: string | undefined;
578
+ placeholder?: string | undefined;
579
+ required?: boolean | undefined;
580
+ readOnly?: boolean | undefined;
581
+ type: FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType;
582
+ text?: string | undefined;
583
+ characterLimit?: number | undefined;
584
+ fontSize?: number | undefined;
585
+ };
586
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type: {
587
+ readonly Date: "date";
588
+ };
589
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type>;
590
+ export type FieldCreateDocumentFieldFieldMeta4 = {
591
+ label?: string | undefined;
592
+ placeholder?: string | undefined;
593
+ required?: boolean | undefined;
594
+ readOnly?: boolean | undefined;
595
+ type: FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type;
596
+ fontSize?: number | undefined;
597
+ };
598
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType: {
599
+ readonly Email: "email";
600
+ };
601
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType>;
602
+ export type FieldCreateDocumentFieldFieldMeta3 = {
603
+ label?: string | undefined;
604
+ placeholder?: string | undefined;
605
+ required?: boolean | undefined;
606
+ readOnly?: boolean | undefined;
607
+ type: FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType;
608
+ fontSize?: number | undefined;
609
+ };
610
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsType: {
611
+ readonly Name: "name";
612
+ };
613
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsType = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsType>;
614
+ export type FieldCreateDocumentFieldFieldMeta2 = {
615
+ label?: string | undefined;
616
+ placeholder?: string | undefined;
617
+ required?: boolean | undefined;
618
+ readOnly?: boolean | undefined;
619
+ type: FieldCreateDocumentFieldFieldMetaDocumentsFieldsType;
620
+ fontSize?: number | undefined;
621
+ };
622
+ export declare const FieldCreateDocumentFieldFieldMetaType: {
623
+ readonly Initials: "initials";
624
+ };
625
+ export type FieldCreateDocumentFieldFieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldFieldMetaType>;
626
+ export type FieldCreateDocumentFieldFieldMeta1 = {
627
+ label?: string | undefined;
628
+ placeholder?: string | undefined;
629
+ required?: boolean | undefined;
630
+ readOnly?: boolean | undefined;
631
+ type: FieldCreateDocumentFieldFieldMetaType;
632
+ fontSize?: number | undefined;
633
+ };
634
+ export type FieldCreateDocumentFieldFieldMeta = FieldCreateDocumentFieldFieldMeta1 | FieldCreateDocumentFieldFieldMeta2 | FieldCreateDocumentFieldFieldMeta3 | FieldCreateDocumentFieldFieldMeta4 | FieldCreateDocumentFieldFieldMeta7 | FieldCreateDocumentFieldFieldMeta9 | FieldCreateDocumentFieldFieldMeta5 | FieldCreateDocumentFieldFieldMeta8 | FieldCreateDocumentFieldFieldMeta6;
635
+ /**
636
+ * Successful response
637
+ */
638
+ export type FieldCreateDocumentFieldResponseBody = {
639
+ type: FieldCreateDocumentFieldType;
640
+ id: number;
641
+ secondaryId: string;
642
+ documentId: number | null;
643
+ templateId: number | null;
644
+ recipientId: number;
645
+ /**
646
+ * The page number of the field on the document. Starts from 1.
647
+ */
648
+ page: number;
649
+ positionX?: any | undefined;
650
+ positionY?: any | undefined;
651
+ width?: any | undefined;
652
+ height?: any | undefined;
653
+ customText: string;
654
+ inserted: boolean;
655
+ fieldMeta: FieldCreateDocumentFieldFieldMeta1 | FieldCreateDocumentFieldFieldMeta2 | FieldCreateDocumentFieldFieldMeta3 | FieldCreateDocumentFieldFieldMeta4 | FieldCreateDocumentFieldFieldMeta7 | FieldCreateDocumentFieldFieldMeta9 | FieldCreateDocumentFieldFieldMeta5 | FieldCreateDocumentFieldFieldMeta8 | FieldCreateDocumentFieldFieldMeta6 | null;
656
+ };
657
+ /** @internal */
658
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type>;
659
+ /** @internal */
660
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type>;
661
+ /**
662
+ * @internal
663
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
664
+ */
665
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type$ {
666
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type$inboundSchema` instead. */
667
+ const inboundSchema: z.ZodNativeEnum<{
668
+ readonly Dropdown: "DROPDOWN";
669
+ }>;
670
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11Type$outboundSchema` instead. */
671
+ const outboundSchema: z.ZodNativeEnum<{
672
+ readonly Dropdown: "DROPDOWN";
673
+ }>;
674
+ }
675
+ /** @internal */
676
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType>;
677
+ /** @internal */
678
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType>;
679
+ /**
680
+ * @internal
681
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
682
+ */
683
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType$ {
684
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType$inboundSchema` instead. */
685
+ const inboundSchema: z.ZodNativeEnum<{
686
+ readonly Dropdown: "dropdown";
687
+ }>;
688
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaType$outboundSchema` instead. */
689
+ const outboundSchema: z.ZodNativeEnum<{
690
+ readonly Dropdown: "dropdown";
691
+ }>;
692
+ }
693
+ /** @internal */
694
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsValues, z.ZodTypeDef, unknown>;
695
+ /** @internal */
696
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsValues$Outbound = {
697
+ value: string;
698
+ };
699
+ /** @internal */
700
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsValues>;
701
+ /**
702
+ * @internal
703
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
704
+ */
705
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsValues$ {
706
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsValues$inboundSchema` instead. */
707
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsValues, z.ZodTypeDef, unknown>;
708
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsValues$outboundSchema` instead. */
709
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsValues>;
710
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsValues$Outbound` instead. */
711
+ type Outbound = FieldCreateDocumentFieldFieldDocumentsFieldsValues$Outbound;
712
+ }
713
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsValuesToJSON(fieldCreateDocumentFieldFieldDocumentsFieldsValues: FieldCreateDocumentFieldFieldDocumentsFieldsValues): string;
714
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldDocumentsFieldsValues, SDKValidationError>;
715
+ /** @internal */
716
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta, z.ZodTypeDef, unknown>;
717
+ /** @internal */
718
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$Outbound = {
719
+ label?: string | undefined;
720
+ placeholder?: string | undefined;
721
+ required?: boolean | undefined;
722
+ readOnly?: boolean | undefined;
723
+ type: string;
724
+ values?: Array<FieldCreateDocumentFieldFieldDocumentsFieldsValues$Outbound> | undefined;
725
+ defaultValue?: string | undefined;
726
+ };
727
+ /** @internal */
728
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta>;
729
+ /**
730
+ * @internal
731
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
732
+ */
733
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$ {
734
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$inboundSchema` instead. */
735
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta, z.ZodTypeDef, unknown>;
736
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$outboundSchema` instead. */
737
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta>;
738
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$Outbound` instead. */
739
+ type Outbound = FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$Outbound;
740
+ }
741
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaToJSON(fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta): string;
742
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta, SDKValidationError>;
743
+ /** @internal */
744
+ export declare const Field11$inboundSchema: z.ZodType<Field11, z.ZodTypeDef, unknown>;
745
+ /** @internal */
746
+ export type Field11$Outbound = {
747
+ type: string;
748
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody11FieldMeta$Outbound | undefined;
749
+ recipientId: number;
750
+ pageNumber: number;
751
+ pageX: number;
752
+ pageY: number;
753
+ width: number;
754
+ height: number;
755
+ };
756
+ /** @internal */
757
+ export declare const Field11$outboundSchema: z.ZodType<Field11$Outbound, z.ZodTypeDef, Field11>;
758
+ /**
759
+ * @internal
760
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
761
+ */
762
+ export declare namespace Field11$ {
763
+ /** @deprecated use `Field11$inboundSchema` instead. */
764
+ const inboundSchema: z.ZodType<Field11, z.ZodTypeDef, unknown>;
765
+ /** @deprecated use `Field11$outboundSchema` instead. */
766
+ const outboundSchema: z.ZodType<Field11$Outbound, z.ZodTypeDef, Field11>;
767
+ /** @deprecated use `Field11$Outbound` instead. */
768
+ type Outbound = Field11$Outbound;
769
+ }
770
+ export declare function field11ToJSON(field11: Field11): string;
771
+ export declare function field11FromJSON(jsonString: string): SafeParseResult<Field11, SDKValidationError>;
772
+ /** @internal */
773
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type>;
774
+ /** @internal */
775
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type>;
776
+ /**
777
+ * @internal
778
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
779
+ */
780
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type$ {
781
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type$inboundSchema` instead. */
782
+ const inboundSchema: z.ZodNativeEnum<{
783
+ readonly Checkbox: "CHECKBOX";
784
+ }>;
785
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10Type$outboundSchema` instead. */
786
+ const outboundSchema: z.ZodNativeEnum<{
787
+ readonly Checkbox: "CHECKBOX";
788
+ }>;
789
+ }
790
+ /** @internal */
791
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType>;
792
+ /** @internal */
793
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType>;
794
+ /**
795
+ * @internal
796
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
797
+ */
798
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType$ {
799
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType$inboundSchema` instead. */
800
+ const inboundSchema: z.ZodNativeEnum<{
801
+ readonly Checkbox: "checkbox";
802
+ }>;
803
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaType$outboundSchema` instead. */
804
+ const outboundSchema: z.ZodNativeEnum<{
805
+ readonly Checkbox: "checkbox";
806
+ }>;
807
+ }
808
+ /** @internal */
809
+ export declare const FieldCreateDocumentFieldFieldValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldValues, z.ZodTypeDef, unknown>;
810
+ /** @internal */
811
+ export type FieldCreateDocumentFieldFieldValues$Outbound = {
812
+ id: number;
813
+ checked: boolean;
814
+ value: string;
815
+ };
816
+ /** @internal */
817
+ export declare const FieldCreateDocumentFieldFieldValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldValues>;
818
+ /**
819
+ * @internal
820
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
821
+ */
822
+ export declare namespace FieldCreateDocumentFieldFieldValues$ {
823
+ /** @deprecated use `FieldCreateDocumentFieldFieldValues$inboundSchema` instead. */
824
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldValues, z.ZodTypeDef, unknown>;
825
+ /** @deprecated use `FieldCreateDocumentFieldFieldValues$outboundSchema` instead. */
826
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldValues>;
827
+ /** @deprecated use `FieldCreateDocumentFieldFieldValues$Outbound` instead. */
828
+ type Outbound = FieldCreateDocumentFieldFieldValues$Outbound;
829
+ }
830
+ export declare function fieldCreateDocumentFieldFieldValuesToJSON(fieldCreateDocumentFieldFieldValues: FieldCreateDocumentFieldFieldValues): string;
831
+ export declare function fieldCreateDocumentFieldFieldValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldValues, SDKValidationError>;
832
+ /** @internal */
833
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta, z.ZodTypeDef, unknown>;
834
+ /** @internal */
835
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$Outbound = {
836
+ label?: string | undefined;
837
+ placeholder?: string | undefined;
838
+ required?: boolean | undefined;
839
+ readOnly?: boolean | undefined;
840
+ type: string;
841
+ values?: Array<FieldCreateDocumentFieldFieldValues$Outbound> | undefined;
842
+ validationRule?: string | undefined;
843
+ validationLength?: number | undefined;
844
+ };
845
+ /** @internal */
846
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta>;
847
+ /**
848
+ * @internal
849
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
850
+ */
851
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$ {
852
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$inboundSchema` instead. */
853
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta, z.ZodTypeDef, unknown>;
854
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$outboundSchema` instead. */
855
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta>;
856
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$Outbound` instead. */
857
+ type Outbound = FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$Outbound;
858
+ }
859
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaToJSON(fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta): string;
860
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta, SDKValidationError>;
861
+ /** @internal */
862
+ export declare const Field10$inboundSchema: z.ZodType<Field10, z.ZodTypeDef, unknown>;
863
+ /** @internal */
864
+ export type Field10$Outbound = {
865
+ type: string;
866
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody10FieldMeta$Outbound | undefined;
867
+ recipientId: number;
868
+ pageNumber: number;
869
+ pageX: number;
870
+ pageY: number;
871
+ width: number;
872
+ height: number;
873
+ };
874
+ /** @internal */
875
+ export declare const Field10$outboundSchema: z.ZodType<Field10$Outbound, z.ZodTypeDef, Field10>;
876
+ /**
877
+ * @internal
878
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
879
+ */
880
+ export declare namespace Field10$ {
881
+ /** @deprecated use `Field10$inboundSchema` instead. */
882
+ const inboundSchema: z.ZodType<Field10, z.ZodTypeDef, unknown>;
883
+ /** @deprecated use `Field10$outboundSchema` instead. */
884
+ const outboundSchema: z.ZodType<Field10$Outbound, z.ZodTypeDef, Field10>;
885
+ /** @deprecated use `Field10$Outbound` instead. */
886
+ type Outbound = Field10$Outbound;
887
+ }
888
+ export declare function field10ToJSON(field10: Field10): string;
889
+ export declare function field10FromJSON(jsonString: string): SafeParseResult<Field10, SDKValidationError>;
890
+ /** @internal */
891
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type>;
892
+ /** @internal */
893
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type>;
894
+ /**
895
+ * @internal
896
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
897
+ */
898
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type$ {
899
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type$inboundSchema` instead. */
900
+ const inboundSchema: z.ZodNativeEnum<{
901
+ readonly Radio: "RADIO";
902
+ }>;
903
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9Type$outboundSchema` instead. */
904
+ const outboundSchema: z.ZodNativeEnum<{
905
+ readonly Radio: "RADIO";
906
+ }>;
907
+ }
908
+ /** @internal */
909
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType>;
910
+ /** @internal */
911
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType>;
912
+ /**
913
+ * @internal
914
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
915
+ */
916
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType$ {
917
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType$inboundSchema` instead. */
918
+ const inboundSchema: z.ZodNativeEnum<{
919
+ readonly Radio: "radio";
920
+ }>;
921
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaType$outboundSchema` instead. */
922
+ const outboundSchema: z.ZodNativeEnum<{
923
+ readonly Radio: "radio";
924
+ }>;
925
+ }
926
+ /** @internal */
927
+ export declare const FieldValues$inboundSchema: z.ZodType<FieldValues, z.ZodTypeDef, unknown>;
928
+ /** @internal */
929
+ export type FieldValues$Outbound = {
930
+ id: number;
931
+ checked: boolean;
932
+ value: string;
933
+ };
934
+ /** @internal */
935
+ export declare const FieldValues$outboundSchema: z.ZodType<FieldValues$Outbound, z.ZodTypeDef, FieldValues>;
936
+ /**
937
+ * @internal
938
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
939
+ */
940
+ export declare namespace FieldValues$ {
941
+ /** @deprecated use `FieldValues$inboundSchema` instead. */
942
+ const inboundSchema: z.ZodType<FieldValues, z.ZodTypeDef, unknown>;
943
+ /** @deprecated use `FieldValues$outboundSchema` instead. */
944
+ const outboundSchema: z.ZodType<FieldValues$Outbound, z.ZodTypeDef, FieldValues>;
945
+ /** @deprecated use `FieldValues$Outbound` instead. */
946
+ type Outbound = FieldValues$Outbound;
947
+ }
948
+ export declare function fieldValuesToJSON(fieldValues: FieldValues): string;
949
+ export declare function fieldValuesFromJSON(jsonString: string): SafeParseResult<FieldValues, SDKValidationError>;
950
+ /** @internal */
951
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta, z.ZodTypeDef, unknown>;
952
+ /** @internal */
953
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$Outbound = {
954
+ label?: string | undefined;
955
+ placeholder?: string | undefined;
956
+ required?: boolean | undefined;
957
+ readOnly?: boolean | undefined;
958
+ type: string;
959
+ values?: Array<FieldValues$Outbound> | undefined;
960
+ };
961
+ /** @internal */
962
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta>;
963
+ /**
964
+ * @internal
965
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
966
+ */
967
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$ {
968
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$inboundSchema` instead. */
969
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta, z.ZodTypeDef, unknown>;
970
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$outboundSchema` instead. */
971
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta>;
972
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$Outbound` instead. */
973
+ type Outbound = FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$Outbound;
974
+ }
975
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaToJSON(fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta): string;
976
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta, SDKValidationError>;
977
+ /** @internal */
978
+ export declare const Field9$inboundSchema: z.ZodType<Field9, z.ZodTypeDef, unknown>;
979
+ /** @internal */
980
+ export type Field9$Outbound = {
981
+ type: string;
982
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody9FieldMeta$Outbound | undefined;
983
+ recipientId: number;
984
+ pageNumber: number;
985
+ pageX: number;
986
+ pageY: number;
987
+ width: number;
988
+ height: number;
989
+ };
990
+ /** @internal */
991
+ export declare const Field9$outboundSchema: z.ZodType<Field9$Outbound, z.ZodTypeDef, Field9>;
992
+ /**
993
+ * @internal
994
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
995
+ */
996
+ export declare namespace Field9$ {
997
+ /** @deprecated use `Field9$inboundSchema` instead. */
998
+ const inboundSchema: z.ZodType<Field9, z.ZodTypeDef, unknown>;
999
+ /** @deprecated use `Field9$outboundSchema` instead. */
1000
+ const outboundSchema: z.ZodType<Field9$Outbound, z.ZodTypeDef, Field9>;
1001
+ /** @deprecated use `Field9$Outbound` instead. */
1002
+ type Outbound = Field9$Outbound;
1003
+ }
1004
+ export declare function field9ToJSON(field9: Field9): string;
1005
+ export declare function field9FromJSON(jsonString: string): SafeParseResult<Field9, SDKValidationError>;
1006
+ /** @internal */
1007
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type>;
1008
+ /** @internal */
1009
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type>;
1010
+ /**
1011
+ * @internal
1012
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1013
+ */
1014
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type$ {
1015
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type$inboundSchema` instead. */
1016
+ const inboundSchema: z.ZodNativeEnum<{
1017
+ readonly Number: "NUMBER";
1018
+ }>;
1019
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8Type$outboundSchema` instead. */
1020
+ const outboundSchema: z.ZodNativeEnum<{
1021
+ readonly Number: "NUMBER";
1022
+ }>;
1023
+ }
1024
+ /** @internal */
1025
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType>;
1026
+ /** @internal */
1027
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType>;
1028
+ /**
1029
+ * @internal
1030
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1031
+ */
1032
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType$ {
1033
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType$inboundSchema` instead. */
1034
+ const inboundSchema: z.ZodNativeEnum<{
1035
+ readonly Number: "number";
1036
+ }>;
1037
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaType$outboundSchema` instead. */
1038
+ const outboundSchema: z.ZodNativeEnum<{
1039
+ readonly Number: "number";
1040
+ }>;
1041
+ }
1042
+ /** @internal */
1043
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta, z.ZodTypeDef, unknown>;
1044
+ /** @internal */
1045
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$Outbound = {
1046
+ label?: string | undefined;
1047
+ placeholder?: string | undefined;
1048
+ required?: boolean | undefined;
1049
+ readOnly?: boolean | undefined;
1050
+ type: string;
1051
+ numberFormat?: string | undefined;
1052
+ value?: string | undefined;
1053
+ minValue?: number | undefined;
1054
+ maxValue?: number | undefined;
1055
+ fontSize?: number | undefined;
1056
+ };
1057
+ /** @internal */
1058
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta>;
1059
+ /**
1060
+ * @internal
1061
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1062
+ */
1063
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$ {
1064
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$inboundSchema` instead. */
1065
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta, z.ZodTypeDef, unknown>;
1066
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$outboundSchema` instead. */
1067
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta>;
1068
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$Outbound` instead. */
1069
+ type Outbound = FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$Outbound;
1070
+ }
1071
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaToJSON(fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta): string;
1072
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta, SDKValidationError>;
1073
+ /** @internal */
1074
+ export declare const Field8$inboundSchema: z.ZodType<Field8, z.ZodTypeDef, unknown>;
1075
+ /** @internal */
1076
+ export type Field8$Outbound = {
1077
+ type: string;
1078
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody8FieldMeta$Outbound | undefined;
1079
+ recipientId: number;
1080
+ pageNumber: number;
1081
+ pageX: number;
1082
+ pageY: number;
1083
+ width: number;
1084
+ height: number;
1085
+ };
1086
+ /** @internal */
1087
+ export declare const Field8$outboundSchema: z.ZodType<Field8$Outbound, z.ZodTypeDef, Field8>;
1088
+ /**
1089
+ * @internal
1090
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1091
+ */
1092
+ export declare namespace Field8$ {
1093
+ /** @deprecated use `Field8$inboundSchema` instead. */
1094
+ const inboundSchema: z.ZodType<Field8, z.ZodTypeDef, unknown>;
1095
+ /** @deprecated use `Field8$outboundSchema` instead. */
1096
+ const outboundSchema: z.ZodType<Field8$Outbound, z.ZodTypeDef, Field8>;
1097
+ /** @deprecated use `Field8$Outbound` instead. */
1098
+ type Outbound = Field8$Outbound;
1099
+ }
1100
+ export declare function field8ToJSON(field8: Field8): string;
1101
+ export declare function field8FromJSON(jsonString: string): SafeParseResult<Field8, SDKValidationError>;
1102
+ /** @internal */
1103
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type>;
1104
+ /** @internal */
1105
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type>;
1106
+ /**
1107
+ * @internal
1108
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1109
+ */
1110
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type$ {
1111
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type$inboundSchema` instead. */
1112
+ const inboundSchema: z.ZodNativeEnum<{
1113
+ readonly Text: "TEXT";
1114
+ }>;
1115
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7Type$outboundSchema` instead. */
1116
+ const outboundSchema: z.ZodNativeEnum<{
1117
+ readonly Text: "TEXT";
1118
+ }>;
1119
+ }
1120
+ /** @internal */
1121
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType>;
1122
+ /** @internal */
1123
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType>;
1124
+ /**
1125
+ * @internal
1126
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1127
+ */
1128
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType$ {
1129
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType$inboundSchema` instead. */
1130
+ const inboundSchema: z.ZodNativeEnum<{
1131
+ readonly Text: "text";
1132
+ }>;
1133
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody7FieldMetaType$outboundSchema` instead. */
1134
+ const outboundSchema: z.ZodNativeEnum<{
1135
+ readonly Text: "text";
1136
+ }>;
1137
+ }
1138
+ /** @internal */
1139
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta, z.ZodTypeDef, unknown>;
1140
+ /** @internal */
1141
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$Outbound = {
1142
+ label?: string | undefined;
1143
+ placeholder?: string | undefined;
1144
+ required?: boolean | undefined;
1145
+ readOnly?: boolean | undefined;
1146
+ type: string;
1147
+ text?: string | undefined;
1148
+ characterLimit?: number | undefined;
1149
+ fontSize?: number | undefined;
1150
+ };
1151
+ /** @internal */
1152
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta>;
1153
+ /**
1154
+ * @internal
1155
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1156
+ */
1157
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$ {
1158
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$inboundSchema` instead. */
1159
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta, z.ZodTypeDef, unknown>;
1160
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$outboundSchema` instead. */
1161
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta>;
1162
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$Outbound` instead. */
1163
+ type Outbound = FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$Outbound;
1164
+ }
1165
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMetaToJSON(fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta): string;
1166
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta, SDKValidationError>;
1167
+ /** @internal */
1168
+ export declare const Field7$inboundSchema: z.ZodType<Field7, z.ZodTypeDef, unknown>;
1169
+ /** @internal */
1170
+ export type Field7$Outbound = {
1171
+ type: string;
1172
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyFieldMeta$Outbound | undefined;
1173
+ recipientId: number;
1174
+ pageNumber: number;
1175
+ pageX: number;
1176
+ pageY: number;
1177
+ width: number;
1178
+ height: number;
1179
+ };
1180
+ /** @internal */
1181
+ export declare const Field7$outboundSchema: z.ZodType<Field7$Outbound, z.ZodTypeDef, Field7>;
1182
+ /**
1183
+ * @internal
1184
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1185
+ */
1186
+ export declare namespace Field7$ {
1187
+ /** @deprecated use `Field7$inboundSchema` instead. */
1188
+ const inboundSchema: z.ZodType<Field7, z.ZodTypeDef, unknown>;
1189
+ /** @deprecated use `Field7$outboundSchema` instead. */
1190
+ const outboundSchema: z.ZodType<Field7$Outbound, z.ZodTypeDef, Field7>;
1191
+ /** @deprecated use `Field7$Outbound` instead. */
1192
+ type Outbound = Field7$Outbound;
1193
+ }
1194
+ export declare function field7ToJSON(field7: Field7): string;
1195
+ export declare function field7FromJSON(jsonString: string): SafeParseResult<Field7, SDKValidationError>;
1196
+ /** @internal */
1197
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type>;
1198
+ /** @internal */
1199
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type>;
1200
+ /**
1201
+ * @internal
1202
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1203
+ */
1204
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type$ {
1205
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type$inboundSchema` instead. */
1206
+ const inboundSchema: z.ZodNativeEnum<{
1207
+ readonly Date: "DATE";
1208
+ }>;
1209
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6Type$outboundSchema` instead. */
1210
+ const outboundSchema: z.ZodNativeEnum<{
1211
+ readonly Date: "DATE";
1212
+ }>;
1213
+ }
1214
+ /** @internal */
1215
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType>;
1216
+ /** @internal */
1217
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType>;
1218
+ /**
1219
+ * @internal
1220
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1221
+ */
1222
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType$ {
1223
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType$inboundSchema` instead. */
1224
+ const inboundSchema: z.ZodNativeEnum<{
1225
+ readonly Date: "date";
1226
+ }>;
1227
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody6FieldMetaType$outboundSchema` instead. */
1228
+ const outboundSchema: z.ZodNativeEnum<{
1229
+ readonly Date: "date";
1230
+ }>;
1231
+ }
1232
+ /** @internal */
1233
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta, z.ZodTypeDef, unknown>;
1234
+ /** @internal */
1235
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$Outbound = {
1236
+ label?: string | undefined;
1237
+ placeholder?: string | undefined;
1238
+ required?: boolean | undefined;
1239
+ readOnly?: boolean | undefined;
1240
+ type: string;
1241
+ fontSize?: number | undefined;
1242
+ };
1243
+ /** @internal */
1244
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta>;
1245
+ /**
1246
+ * @internal
1247
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1248
+ */
1249
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$ {
1250
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$inboundSchema` instead. */
1251
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta, z.ZodTypeDef, unknown>;
1252
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$outboundSchema` instead. */
1253
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta>;
1254
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$Outbound` instead. */
1255
+ type Outbound = FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$Outbound;
1256
+ }
1257
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMetaToJSON(fieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta: FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta): string;
1258
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta, SDKValidationError>;
1259
+ /** @internal */
1260
+ export declare const Field6$inboundSchema: z.ZodType<Field6, z.ZodTypeDef, unknown>;
1261
+ /** @internal */
1262
+ export type Field6$Outbound = {
1263
+ type: string;
1264
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsRequestFieldMeta$Outbound | undefined;
1265
+ recipientId: number;
1266
+ pageNumber: number;
1267
+ pageX: number;
1268
+ pageY: number;
1269
+ width: number;
1270
+ height: number;
1271
+ };
1272
+ /** @internal */
1273
+ export declare const Field6$outboundSchema: z.ZodType<Field6$Outbound, z.ZodTypeDef, Field6>;
1274
+ /**
1275
+ * @internal
1276
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1277
+ */
1278
+ export declare namespace Field6$ {
1279
+ /** @deprecated use `Field6$inboundSchema` instead. */
1280
+ const inboundSchema: z.ZodType<Field6, z.ZodTypeDef, unknown>;
1281
+ /** @deprecated use `Field6$outboundSchema` instead. */
1282
+ const outboundSchema: z.ZodType<Field6$Outbound, z.ZodTypeDef, Field6>;
1283
+ /** @deprecated use `Field6$Outbound` instead. */
1284
+ type Outbound = Field6$Outbound;
1285
+ }
1286
+ export declare function field6ToJSON(field6: Field6): string;
1287
+ export declare function field6FromJSON(jsonString: string): SafeParseResult<Field6, SDKValidationError>;
1288
+ /** @internal */
1289
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type>;
1290
+ /** @internal */
1291
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type>;
1292
+ /**
1293
+ * @internal
1294
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1295
+ */
1296
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type$ {
1297
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type$inboundSchema` instead. */
1298
+ const inboundSchema: z.ZodNativeEnum<{
1299
+ readonly Email: "EMAIL";
1300
+ }>;
1301
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5Type$outboundSchema` instead. */
1302
+ const outboundSchema: z.ZodNativeEnum<{
1303
+ readonly Email: "EMAIL";
1304
+ }>;
1305
+ }
1306
+ /** @internal */
1307
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType>;
1308
+ /** @internal */
1309
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType>;
1310
+ /**
1311
+ * @internal
1312
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1313
+ */
1314
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType$ {
1315
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType$inboundSchema` instead. */
1316
+ const inboundSchema: z.ZodNativeEnum<{
1317
+ readonly Email: "email";
1318
+ }>;
1319
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody5FieldMetaType$outboundSchema` instead. */
1320
+ const outboundSchema: z.ZodNativeEnum<{
1321
+ readonly Email: "email";
1322
+ }>;
1323
+ }
1324
+ /** @internal */
1325
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta, z.ZodTypeDef, unknown>;
1326
+ /** @internal */
1327
+ export type FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$Outbound = {
1328
+ label?: string | undefined;
1329
+ placeholder?: string | undefined;
1330
+ required?: boolean | undefined;
1331
+ readOnly?: boolean | undefined;
1332
+ type: string;
1333
+ fontSize?: number | undefined;
1334
+ };
1335
+ /** @internal */
1336
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta>;
1337
+ /**
1338
+ * @internal
1339
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1340
+ */
1341
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$ {
1342
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$inboundSchema` instead. */
1343
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta, z.ZodTypeDef, unknown>;
1344
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$outboundSchema` instead. */
1345
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta>;
1346
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$Outbound` instead. */
1347
+ type Outbound = FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$Outbound;
1348
+ }
1349
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsFieldMetaToJSON(fieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta: FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta): string;
1350
+ export declare function fieldCreateDocumentFieldFieldDocumentsFieldsFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta, SDKValidationError>;
1351
+ /** @internal */
1352
+ export declare const Field5$inboundSchema: z.ZodType<Field5, z.ZodTypeDef, unknown>;
1353
+ /** @internal */
1354
+ export type Field5$Outbound = {
1355
+ type: string;
1356
+ fieldMeta?: FieldCreateDocumentFieldFieldDocumentsFieldsFieldMeta$Outbound | undefined;
1357
+ recipientId: number;
1358
+ pageNumber: number;
1359
+ pageX: number;
1360
+ pageY: number;
1361
+ width: number;
1362
+ height: number;
1363
+ };
1364
+ /** @internal */
1365
+ export declare const Field5$outboundSchema: z.ZodType<Field5$Outbound, z.ZodTypeDef, Field5>;
1366
+ /**
1367
+ * @internal
1368
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1369
+ */
1370
+ export declare namespace Field5$ {
1371
+ /** @deprecated use `Field5$inboundSchema` instead. */
1372
+ const inboundSchema: z.ZodType<Field5, z.ZodTypeDef, unknown>;
1373
+ /** @deprecated use `Field5$outboundSchema` instead. */
1374
+ const outboundSchema: z.ZodType<Field5$Outbound, z.ZodTypeDef, Field5>;
1375
+ /** @deprecated use `Field5$Outbound` instead. */
1376
+ type Outbound = Field5$Outbound;
1377
+ }
1378
+ export declare function field5ToJSON(field5: Field5): string;
1379
+ export declare function field5FromJSON(jsonString: string): SafeParseResult<Field5, SDKValidationError>;
1380
+ /** @internal */
1381
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType>;
1382
+ /** @internal */
1383
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType>;
1384
+ /**
1385
+ * @internal
1386
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1387
+ */
1388
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType$ {
1389
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType$inboundSchema` instead. */
1390
+ const inboundSchema: z.ZodNativeEnum<{
1391
+ readonly Name: "NAME";
1392
+ }>;
1393
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBodyType$outboundSchema` instead. */
1394
+ const outboundSchema: z.ZodNativeEnum<{
1395
+ readonly Name: "NAME";
1396
+ }>;
1397
+ }
1398
+ /** @internal */
1399
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type>;
1400
+ /** @internal */
1401
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type>;
1402
+ /**
1403
+ * @internal
1404
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1405
+ */
1406
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type$ {
1407
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type$inboundSchema` instead. */
1408
+ const inboundSchema: z.ZodNativeEnum<{
1409
+ readonly Name: "name";
1410
+ }>;
1411
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestRequestBody4Type$outboundSchema` instead. */
1412
+ const outboundSchema: z.ZodNativeEnum<{
1413
+ readonly Name: "name";
1414
+ }>;
1415
+ }
1416
+ /** @internal */
1417
+ export declare const FieldCreateDocumentFieldFieldFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldFieldMeta, z.ZodTypeDef, unknown>;
1418
+ /** @internal */
1419
+ export type FieldCreateDocumentFieldFieldFieldMeta$Outbound = {
1420
+ label?: string | undefined;
1421
+ placeholder?: string | undefined;
1422
+ required?: boolean | undefined;
1423
+ readOnly?: boolean | undefined;
1424
+ type: string;
1425
+ fontSize?: number | undefined;
1426
+ };
1427
+ /** @internal */
1428
+ export declare const FieldCreateDocumentFieldFieldFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldFieldMeta>;
1429
+ /**
1430
+ * @internal
1431
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1432
+ */
1433
+ export declare namespace FieldCreateDocumentFieldFieldFieldMeta$ {
1434
+ /** @deprecated use `FieldCreateDocumentFieldFieldFieldMeta$inboundSchema` instead. */
1435
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldFieldMeta, z.ZodTypeDef, unknown>;
1436
+ /** @deprecated use `FieldCreateDocumentFieldFieldFieldMeta$outboundSchema` instead. */
1437
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldFieldMeta>;
1438
+ /** @deprecated use `FieldCreateDocumentFieldFieldFieldMeta$Outbound` instead. */
1439
+ type Outbound = FieldCreateDocumentFieldFieldFieldMeta$Outbound;
1440
+ }
1441
+ export declare function fieldCreateDocumentFieldFieldFieldMetaToJSON(fieldCreateDocumentFieldFieldFieldMeta: FieldCreateDocumentFieldFieldFieldMeta): string;
1442
+ export declare function fieldCreateDocumentFieldFieldFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldFieldMeta, SDKValidationError>;
1443
+ /** @internal */
1444
+ export declare const Field4$inboundSchema: z.ZodType<Field4, z.ZodTypeDef, unknown>;
1445
+ /** @internal */
1446
+ export type Field4$Outbound = {
1447
+ type: string;
1448
+ fieldMeta?: FieldCreateDocumentFieldFieldFieldMeta$Outbound | undefined;
1449
+ recipientId: number;
1450
+ pageNumber: number;
1451
+ pageX: number;
1452
+ pageY: number;
1453
+ width: number;
1454
+ height: number;
1455
+ };
1456
+ /** @internal */
1457
+ export declare const Field4$outboundSchema: z.ZodType<Field4$Outbound, z.ZodTypeDef, Field4>;
1458
+ /**
1459
+ * @internal
1460
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1461
+ */
1462
+ export declare namespace Field4$ {
1463
+ /** @deprecated use `Field4$inboundSchema` instead. */
1464
+ const inboundSchema: z.ZodType<Field4, z.ZodTypeDef, unknown>;
1465
+ /** @deprecated use `Field4$outboundSchema` instead. */
1466
+ const outboundSchema: z.ZodType<Field4$Outbound, z.ZodTypeDef, Field4>;
1467
+ /** @deprecated use `Field4$Outbound` instead. */
1468
+ type Outbound = Field4$Outbound;
1469
+ }
1470
+ export declare function field4ToJSON(field4: Field4): string;
1471
+ export declare function field4FromJSON(jsonString: string): SafeParseResult<Field4, SDKValidationError>;
1472
+ /** @internal */
1473
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsType>;
1474
+ /** @internal */
1475
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsType>;
1476
+ /**
1477
+ * @internal
1478
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1479
+ */
1480
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsType$ {
1481
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsType$inboundSchema` instead. */
1482
+ const inboundSchema: z.ZodNativeEnum<{
1483
+ readonly Initials: "INITIALS";
1484
+ }>;
1485
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsType$outboundSchema` instead. */
1486
+ const outboundSchema: z.ZodNativeEnum<{
1487
+ readonly Initials: "INITIALS";
1488
+ }>;
1489
+ }
1490
+ /** @internal */
1491
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestType>;
1492
+ /** @internal */
1493
+ export declare const FieldCreateDocumentFieldFieldDocumentsFieldsRequestType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldDocumentsFieldsRequestType>;
1494
+ /**
1495
+ * @internal
1496
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1497
+ */
1498
+ export declare namespace FieldCreateDocumentFieldFieldDocumentsFieldsRequestType$ {
1499
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestType$inboundSchema` instead. */
1500
+ const inboundSchema: z.ZodNativeEnum<{
1501
+ readonly Initials: "initials";
1502
+ }>;
1503
+ /** @deprecated use `FieldCreateDocumentFieldFieldDocumentsFieldsRequestType$outboundSchema` instead. */
1504
+ const outboundSchema: z.ZodNativeEnum<{
1505
+ readonly Initials: "initials";
1506
+ }>;
1507
+ }
1508
+ /** @internal */
1509
+ export declare const FieldFieldMeta$inboundSchema: z.ZodType<FieldFieldMeta, z.ZodTypeDef, unknown>;
1510
+ /** @internal */
1511
+ export type FieldFieldMeta$Outbound = {
1512
+ label?: string | undefined;
1513
+ placeholder?: string | undefined;
1514
+ required?: boolean | undefined;
1515
+ readOnly?: boolean | undefined;
1516
+ type: string;
1517
+ fontSize?: number | undefined;
1518
+ };
1519
+ /** @internal */
1520
+ export declare const FieldFieldMeta$outboundSchema: z.ZodType<FieldFieldMeta$Outbound, z.ZodTypeDef, FieldFieldMeta>;
1521
+ /**
1522
+ * @internal
1523
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1524
+ */
1525
+ export declare namespace FieldFieldMeta$ {
1526
+ /** @deprecated use `FieldFieldMeta$inboundSchema` instead. */
1527
+ const inboundSchema: z.ZodType<FieldFieldMeta, z.ZodTypeDef, unknown>;
1528
+ /** @deprecated use `FieldFieldMeta$outboundSchema` instead. */
1529
+ const outboundSchema: z.ZodType<FieldFieldMeta$Outbound, z.ZodTypeDef, FieldFieldMeta>;
1530
+ /** @deprecated use `FieldFieldMeta$Outbound` instead. */
1531
+ type Outbound = FieldFieldMeta$Outbound;
1532
+ }
1533
+ export declare function fieldFieldMetaToJSON(fieldFieldMeta: FieldFieldMeta): string;
1534
+ export declare function fieldFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldFieldMeta, SDKValidationError>;
1535
+ /** @internal */
1536
+ export declare const Field3$inboundSchema: z.ZodType<Field3, z.ZodTypeDef, unknown>;
1537
+ /** @internal */
1538
+ export type Field3$Outbound = {
1539
+ type: string;
1540
+ fieldMeta?: FieldFieldMeta$Outbound | undefined;
1541
+ recipientId: number;
1542
+ pageNumber: number;
1543
+ pageX: number;
1544
+ pageY: number;
1545
+ width: number;
1546
+ height: number;
1547
+ };
1548
+ /** @internal */
1549
+ export declare const Field3$outboundSchema: z.ZodType<Field3$Outbound, z.ZodTypeDef, Field3>;
1550
+ /**
1551
+ * @internal
1552
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1553
+ */
1554
+ export declare namespace Field3$ {
1555
+ /** @deprecated use `Field3$inboundSchema` instead. */
1556
+ const inboundSchema: z.ZodType<Field3, z.ZodTypeDef, unknown>;
1557
+ /** @deprecated use `Field3$outboundSchema` instead. */
1558
+ const outboundSchema: z.ZodType<Field3$Outbound, z.ZodTypeDef, Field3>;
1559
+ /** @deprecated use `Field3$Outbound` instead. */
1560
+ type Outbound = Field3$Outbound;
1561
+ }
1562
+ export declare function field3ToJSON(field3: Field3): string;
1563
+ export declare function field3FromJSON(jsonString: string): SafeParseResult<Field3, SDKValidationError>;
1564
+ /** @internal */
1565
+ export declare const FieldCreateDocumentFieldFieldType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldType>;
1566
+ /** @internal */
1567
+ export declare const FieldCreateDocumentFieldFieldType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldType>;
1568
+ /**
1569
+ * @internal
1570
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1571
+ */
1572
+ export declare namespace FieldCreateDocumentFieldFieldType$ {
1573
+ /** @deprecated use `FieldCreateDocumentFieldFieldType$inboundSchema` instead. */
1574
+ const inboundSchema: z.ZodNativeEnum<{
1575
+ readonly FreeSignature: "FREE_SIGNATURE";
1576
+ }>;
1577
+ /** @deprecated use `FieldCreateDocumentFieldFieldType$outboundSchema` instead. */
1578
+ const outboundSchema: z.ZodNativeEnum<{
1579
+ readonly FreeSignature: "FREE_SIGNATURE";
1580
+ }>;
1581
+ }
1582
+ /** @internal */
1583
+ export declare const Field2$inboundSchema: z.ZodType<Field2, z.ZodTypeDef, unknown>;
1584
+ /** @internal */
1585
+ export type Field2$Outbound = {
1586
+ type: string;
1587
+ recipientId: number;
1588
+ pageNumber: number;
1589
+ pageX: number;
1590
+ pageY: number;
1591
+ width: number;
1592
+ height: number;
1593
+ };
1594
+ /** @internal */
1595
+ export declare const Field2$outboundSchema: z.ZodType<Field2$Outbound, z.ZodTypeDef, Field2>;
1596
+ /**
1597
+ * @internal
1598
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1599
+ */
1600
+ export declare namespace Field2$ {
1601
+ /** @deprecated use `Field2$inboundSchema` instead. */
1602
+ const inboundSchema: z.ZodType<Field2, z.ZodTypeDef, unknown>;
1603
+ /** @deprecated use `Field2$outboundSchema` instead. */
1604
+ const outboundSchema: z.ZodType<Field2$Outbound, z.ZodTypeDef, Field2>;
1605
+ /** @deprecated use `Field2$Outbound` instead. */
1606
+ type Outbound = Field2$Outbound;
1607
+ }
1608
+ export declare function field2ToJSON(field2: Field2): string;
1609
+ export declare function field2FromJSON(jsonString: string): SafeParseResult<Field2, SDKValidationError>;
1610
+ /** @internal */
1611
+ export declare const FieldType$inboundSchema: z.ZodNativeEnum<typeof FieldType>;
1612
+ /** @internal */
1613
+ export declare const FieldType$outboundSchema: z.ZodNativeEnum<typeof FieldType>;
1614
+ /**
1615
+ * @internal
1616
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1617
+ */
1618
+ export declare namespace FieldType$ {
1619
+ /** @deprecated use `FieldType$inboundSchema` instead. */
1620
+ const inboundSchema: z.ZodNativeEnum<{
1621
+ readonly Signature: "SIGNATURE";
1622
+ }>;
1623
+ /** @deprecated use `FieldType$outboundSchema` instead. */
1624
+ const outboundSchema: z.ZodNativeEnum<{
1625
+ readonly Signature: "SIGNATURE";
1626
+ }>;
1627
+ }
1628
+ /** @internal */
1629
+ export declare const Field1$inboundSchema: z.ZodType<Field1, z.ZodTypeDef, unknown>;
1630
+ /** @internal */
1631
+ export type Field1$Outbound = {
1632
+ type: string;
1633
+ recipientId: number;
1634
+ pageNumber: number;
1635
+ pageX: number;
1636
+ pageY: number;
1637
+ width: number;
1638
+ height: number;
1639
+ };
1640
+ /** @internal */
1641
+ export declare const Field1$outboundSchema: z.ZodType<Field1$Outbound, z.ZodTypeDef, Field1>;
1642
+ /**
1643
+ * @internal
1644
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1645
+ */
1646
+ export declare namespace Field1$ {
1647
+ /** @deprecated use `Field1$inboundSchema` instead. */
1648
+ const inboundSchema: z.ZodType<Field1, z.ZodTypeDef, unknown>;
1649
+ /** @deprecated use `Field1$outboundSchema` instead. */
1650
+ const outboundSchema: z.ZodType<Field1$Outbound, z.ZodTypeDef, Field1>;
1651
+ /** @deprecated use `Field1$Outbound` instead. */
1652
+ type Outbound = Field1$Outbound;
1653
+ }
1654
+ export declare function field1ToJSON(field1: Field1): string;
1655
+ export declare function field1FromJSON(jsonString: string): SafeParseResult<Field1, SDKValidationError>;
1656
+ /** @internal */
1657
+ export declare const Field$inboundSchema: z.ZodType<Field, z.ZodTypeDef, unknown>;
1658
+ /** @internal */
1659
+ export type Field$Outbound = Field1$Outbound | Field2$Outbound | Field3$Outbound | Field4$Outbound | Field5$Outbound | Field6$Outbound | Field7$Outbound | Field8$Outbound | Field9$Outbound | Field10$Outbound | Field11$Outbound;
1660
+ /** @internal */
1661
+ export declare const Field$outboundSchema: z.ZodType<Field$Outbound, z.ZodTypeDef, Field>;
1662
+ /**
1663
+ * @internal
1664
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1665
+ */
1666
+ export declare namespace Field$ {
1667
+ /** @deprecated use `Field$inboundSchema` instead. */
1668
+ const inboundSchema: z.ZodType<Field, z.ZodTypeDef, unknown>;
1669
+ /** @deprecated use `Field$outboundSchema` instead. */
1670
+ const outboundSchema: z.ZodType<Field$Outbound, z.ZodTypeDef, Field>;
1671
+ /** @deprecated use `Field$Outbound` instead. */
1672
+ type Outbound = Field$Outbound;
1673
+ }
1674
+ export declare function fieldToJSON(field: Field): string;
1675
+ export declare function fieldFromJSON(jsonString: string): SafeParseResult<Field, SDKValidationError>;
1676
+ /** @internal */
1677
+ export declare const FieldCreateDocumentFieldRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldRequestBody, z.ZodTypeDef, unknown>;
1678
+ /** @internal */
1679
+ export type FieldCreateDocumentFieldRequestBody$Outbound = {
1680
+ documentId: number;
1681
+ field: Field1$Outbound | Field2$Outbound | Field3$Outbound | Field4$Outbound | Field5$Outbound | Field6$Outbound | Field7$Outbound | Field8$Outbound | Field9$Outbound | Field10$Outbound | Field11$Outbound;
1682
+ };
1683
+ /** @internal */
1684
+ export declare const FieldCreateDocumentFieldRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldRequestBody>;
1685
+ /**
1686
+ * @internal
1687
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1688
+ */
1689
+ export declare namespace FieldCreateDocumentFieldRequestBody$ {
1690
+ /** @deprecated use `FieldCreateDocumentFieldRequestBody$inboundSchema` instead. */
1691
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldRequestBody, z.ZodTypeDef, unknown>;
1692
+ /** @deprecated use `FieldCreateDocumentFieldRequestBody$outboundSchema` instead. */
1693
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldRequestBody>;
1694
+ /** @deprecated use `FieldCreateDocumentFieldRequestBody$Outbound` instead. */
1695
+ type Outbound = FieldCreateDocumentFieldRequestBody$Outbound;
1696
+ }
1697
+ export declare function fieldCreateDocumentFieldRequestBodyToJSON(fieldCreateDocumentFieldRequestBody: FieldCreateDocumentFieldRequestBody): string;
1698
+ export declare function fieldCreateDocumentFieldRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldRequestBody, SDKValidationError>;
1699
+ /** @internal */
1700
+ export declare const FieldCreateDocumentFieldType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldType>;
1701
+ /** @internal */
1702
+ export declare const FieldCreateDocumentFieldType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldType>;
1703
+ /**
1704
+ * @internal
1705
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1706
+ */
1707
+ export declare namespace FieldCreateDocumentFieldType$ {
1708
+ /** @deprecated use `FieldCreateDocumentFieldType$inboundSchema` instead. */
1709
+ const inboundSchema: z.ZodNativeEnum<{
1710
+ readonly Signature: "SIGNATURE";
1711
+ readonly FreeSignature: "FREE_SIGNATURE";
1712
+ readonly Initials: "INITIALS";
1713
+ readonly Name: "NAME";
1714
+ readonly Email: "EMAIL";
1715
+ readonly Date: "DATE";
1716
+ readonly Text: "TEXT";
1717
+ readonly Number: "NUMBER";
1718
+ readonly Radio: "RADIO";
1719
+ readonly Checkbox: "CHECKBOX";
1720
+ readonly Dropdown: "DROPDOWN";
1721
+ }>;
1722
+ /** @deprecated use `FieldCreateDocumentFieldType$outboundSchema` instead. */
1723
+ const outboundSchema: z.ZodNativeEnum<{
1724
+ readonly Signature: "SIGNATURE";
1725
+ readonly FreeSignature: "FREE_SIGNATURE";
1726
+ readonly Initials: "INITIALS";
1727
+ readonly Name: "NAME";
1728
+ readonly Email: "EMAIL";
1729
+ readonly Date: "DATE";
1730
+ readonly Text: "TEXT";
1731
+ readonly Number: "NUMBER";
1732
+ readonly Radio: "RADIO";
1733
+ readonly Checkbox: "CHECKBOX";
1734
+ readonly Dropdown: "DROPDOWN";
1735
+ }>;
1736
+ }
1737
+ /** @internal */
1738
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type>;
1739
+ /** @internal */
1740
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type>;
1741
+ /**
1742
+ * @internal
1743
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1744
+ */
1745
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type$ {
1746
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type$inboundSchema` instead. */
1747
+ const inboundSchema: z.ZodNativeEnum<{
1748
+ readonly Dropdown: "dropdown";
1749
+ }>;
1750
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody9Type$outboundSchema` instead. */
1751
+ const outboundSchema: z.ZodNativeEnum<{
1752
+ readonly Dropdown: "dropdown";
1753
+ }>;
1754
+ }
1755
+ /** @internal */
1756
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues, z.ZodTypeDef, unknown>;
1757
+ /** @internal */
1758
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$Outbound = {
1759
+ value: string;
1760
+ };
1761
+ /** @internal */
1762
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues>;
1763
+ /**
1764
+ * @internal
1765
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1766
+ */
1767
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$ {
1768
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$inboundSchema` instead. */
1769
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues, z.ZodTypeDef, unknown>;
1770
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$outboundSchema` instead. */
1771
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues>;
1772
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$Outbound` instead. */
1773
+ type Outbound = FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$Outbound;
1774
+ }
1775
+ export declare function fieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValuesToJSON(fieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues: FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues): string;
1776
+ export declare function fieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues, SDKValidationError>;
1777
+ /** @internal */
1778
+ export declare const FieldCreateDocumentFieldFieldMeta9$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta9, z.ZodTypeDef, unknown>;
1779
+ /** @internal */
1780
+ export type FieldCreateDocumentFieldFieldMeta9$Outbound = {
1781
+ label?: string | undefined;
1782
+ placeholder?: string | undefined;
1783
+ required?: boolean | undefined;
1784
+ readOnly?: boolean | undefined;
1785
+ type: string;
1786
+ values?: Array<FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseValues$Outbound> | undefined;
1787
+ defaultValue?: string | undefined;
1788
+ };
1789
+ /** @internal */
1790
+ export declare const FieldCreateDocumentFieldFieldMeta9$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta9$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta9>;
1791
+ /**
1792
+ * @internal
1793
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1794
+ */
1795
+ export declare namespace FieldCreateDocumentFieldFieldMeta9$ {
1796
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta9$inboundSchema` instead. */
1797
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta9, z.ZodTypeDef, unknown>;
1798
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta9$outboundSchema` instead. */
1799
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta9$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta9>;
1800
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta9$Outbound` instead. */
1801
+ type Outbound = FieldCreateDocumentFieldFieldMeta9$Outbound;
1802
+ }
1803
+ export declare function fieldCreateDocumentFieldFieldMeta9ToJSON(fieldCreateDocumentFieldFieldMeta9: FieldCreateDocumentFieldFieldMeta9): string;
1804
+ export declare function fieldCreateDocumentFieldFieldMeta9FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta9, SDKValidationError>;
1805
+ /** @internal */
1806
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type>;
1807
+ /** @internal */
1808
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type>;
1809
+ /**
1810
+ * @internal
1811
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1812
+ */
1813
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type$ {
1814
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type$inboundSchema` instead. */
1815
+ const inboundSchema: z.ZodNativeEnum<{
1816
+ readonly Checkbox: "checkbox";
1817
+ }>;
1818
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody8Type$outboundSchema` instead. */
1819
+ const outboundSchema: z.ZodNativeEnum<{
1820
+ readonly Checkbox: "checkbox";
1821
+ }>;
1822
+ }
1823
+ /** @internal */
1824
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues, z.ZodTypeDef, unknown>;
1825
+ /** @internal */
1826
+ export type FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$Outbound = {
1827
+ id: number;
1828
+ checked: boolean;
1829
+ value: string;
1830
+ };
1831
+ /** @internal */
1832
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues>;
1833
+ /**
1834
+ * @internal
1835
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1836
+ */
1837
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$ {
1838
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$inboundSchema` instead. */
1839
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues, z.ZodTypeDef, unknown>;
1840
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$outboundSchema` instead. */
1841
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues>;
1842
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$Outbound` instead. */
1843
+ type Outbound = FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$Outbound;
1844
+ }
1845
+ export declare function fieldCreateDocumentFieldFieldMetaDocumentsFieldsValuesToJSON(fieldCreateDocumentFieldFieldMetaDocumentsFieldsValues: FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues): string;
1846
+ export declare function fieldCreateDocumentFieldFieldMetaDocumentsFieldsValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues, SDKValidationError>;
1847
+ /** @internal */
1848
+ export declare const FieldCreateDocumentFieldFieldMeta8$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta8, z.ZodTypeDef, unknown>;
1849
+ /** @internal */
1850
+ export type FieldCreateDocumentFieldFieldMeta8$Outbound = {
1851
+ label?: string | undefined;
1852
+ placeholder?: string | undefined;
1853
+ required?: boolean | undefined;
1854
+ readOnly?: boolean | undefined;
1855
+ type: string;
1856
+ values?: Array<FieldCreateDocumentFieldFieldMetaDocumentsFieldsValues$Outbound> | undefined;
1857
+ validationRule?: string | undefined;
1858
+ validationLength?: number | undefined;
1859
+ };
1860
+ /** @internal */
1861
+ export declare const FieldCreateDocumentFieldFieldMeta8$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta8$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta8>;
1862
+ /**
1863
+ * @internal
1864
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1865
+ */
1866
+ export declare namespace FieldCreateDocumentFieldFieldMeta8$ {
1867
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta8$inboundSchema` instead. */
1868
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta8, z.ZodTypeDef, unknown>;
1869
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta8$outboundSchema` instead. */
1870
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta8$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta8>;
1871
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta8$Outbound` instead. */
1872
+ type Outbound = FieldCreateDocumentFieldFieldMeta8$Outbound;
1873
+ }
1874
+ export declare function fieldCreateDocumentFieldFieldMeta8ToJSON(fieldCreateDocumentFieldFieldMeta8: FieldCreateDocumentFieldFieldMeta8): string;
1875
+ export declare function fieldCreateDocumentFieldFieldMeta8FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta8, SDKValidationError>;
1876
+ /** @internal */
1877
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type>;
1878
+ /** @internal */
1879
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type>;
1880
+ /**
1881
+ * @internal
1882
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1883
+ */
1884
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type$ {
1885
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type$inboundSchema` instead. */
1886
+ const inboundSchema: z.ZodNativeEnum<{
1887
+ readonly Radio: "radio";
1888
+ }>;
1889
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBody7Type$outboundSchema` instead. */
1890
+ const outboundSchema: z.ZodNativeEnum<{
1891
+ readonly Radio: "radio";
1892
+ }>;
1893
+ }
1894
+ /** @internal */
1895
+ export declare const FieldCreateDocumentFieldFieldMetaValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaValues, z.ZodTypeDef, unknown>;
1896
+ /** @internal */
1897
+ export type FieldCreateDocumentFieldFieldMetaValues$Outbound = {
1898
+ id: number;
1899
+ checked: boolean;
1900
+ value: string;
1901
+ };
1902
+ /** @internal */
1903
+ export declare const FieldCreateDocumentFieldFieldMetaValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMetaValues>;
1904
+ /**
1905
+ * @internal
1906
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1907
+ */
1908
+ export declare namespace FieldCreateDocumentFieldFieldMetaValues$ {
1909
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaValues$inboundSchema` instead. */
1910
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaValues, z.ZodTypeDef, unknown>;
1911
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaValues$outboundSchema` instead. */
1912
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMetaValues>;
1913
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaValues$Outbound` instead. */
1914
+ type Outbound = FieldCreateDocumentFieldFieldMetaValues$Outbound;
1915
+ }
1916
+ export declare function fieldCreateDocumentFieldFieldMetaValuesToJSON(fieldCreateDocumentFieldFieldMetaValues: FieldCreateDocumentFieldFieldMetaValues): string;
1917
+ export declare function fieldCreateDocumentFieldFieldMetaValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMetaValues, SDKValidationError>;
1918
+ /** @internal */
1919
+ export declare const FieldCreateDocumentFieldFieldMeta7$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta7, z.ZodTypeDef, unknown>;
1920
+ /** @internal */
1921
+ export type FieldCreateDocumentFieldFieldMeta7$Outbound = {
1922
+ label?: string | undefined;
1923
+ placeholder?: string | undefined;
1924
+ required?: boolean | undefined;
1925
+ readOnly?: boolean | undefined;
1926
+ type: string;
1927
+ values?: Array<FieldCreateDocumentFieldFieldMetaValues$Outbound> | undefined;
1928
+ };
1929
+ /** @internal */
1930
+ export declare const FieldCreateDocumentFieldFieldMeta7$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta7$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta7>;
1931
+ /**
1932
+ * @internal
1933
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1934
+ */
1935
+ export declare namespace FieldCreateDocumentFieldFieldMeta7$ {
1936
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta7$inboundSchema` instead. */
1937
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta7, z.ZodTypeDef, unknown>;
1938
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta7$outboundSchema` instead. */
1939
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta7$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta7>;
1940
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta7$Outbound` instead. */
1941
+ type Outbound = FieldCreateDocumentFieldFieldMeta7$Outbound;
1942
+ }
1943
+ export declare function fieldCreateDocumentFieldFieldMeta7ToJSON(fieldCreateDocumentFieldFieldMeta7: FieldCreateDocumentFieldFieldMeta7): string;
1944
+ export declare function fieldCreateDocumentFieldFieldMeta7FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta7, SDKValidationError>;
1945
+ /** @internal */
1946
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType>;
1947
+ /** @internal */
1948
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType>;
1949
+ /**
1950
+ * @internal
1951
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1952
+ */
1953
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$ {
1954
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
1955
+ const inboundSchema: z.ZodNativeEnum<{
1956
+ readonly Number: "number";
1957
+ }>;
1958
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
1959
+ const outboundSchema: z.ZodNativeEnum<{
1960
+ readonly Number: "number";
1961
+ }>;
1962
+ }
1963
+ /** @internal */
1964
+ export declare const FieldCreateDocumentFieldFieldMeta6$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta6, z.ZodTypeDef, unknown>;
1965
+ /** @internal */
1966
+ export type FieldCreateDocumentFieldFieldMeta6$Outbound = {
1967
+ label?: string | undefined;
1968
+ placeholder?: string | undefined;
1969
+ required?: boolean | undefined;
1970
+ readOnly?: boolean | undefined;
1971
+ type: string;
1972
+ numberFormat?: string | undefined;
1973
+ value?: string | undefined;
1974
+ minValue?: number | undefined;
1975
+ maxValue?: number | undefined;
1976
+ fontSize?: number | undefined;
1977
+ };
1978
+ /** @internal */
1979
+ export declare const FieldCreateDocumentFieldFieldMeta6$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta6$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta6>;
1980
+ /**
1981
+ * @internal
1982
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1983
+ */
1984
+ export declare namespace FieldCreateDocumentFieldFieldMeta6$ {
1985
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta6$inboundSchema` instead. */
1986
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta6, z.ZodTypeDef, unknown>;
1987
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta6$outboundSchema` instead. */
1988
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta6$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta6>;
1989
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta6$Outbound` instead. */
1990
+ type Outbound = FieldCreateDocumentFieldFieldMeta6$Outbound;
1991
+ }
1992
+ export declare function fieldCreateDocumentFieldFieldMeta6ToJSON(fieldCreateDocumentFieldFieldMeta6: FieldCreateDocumentFieldFieldMeta6): string;
1993
+ export declare function fieldCreateDocumentFieldFieldMeta6FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta6, SDKValidationError>;
1994
+ /** @internal */
1995
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType>;
1996
+ /** @internal */
1997
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType>;
1998
+ /**
1999
+ * @internal
2000
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2001
+ */
2002
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType$ {
2003
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType$inboundSchema` instead. */
2004
+ const inboundSchema: z.ZodNativeEnum<{
2005
+ readonly Text: "text";
2006
+ }>;
2007
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200ApplicationJSONType$outboundSchema` instead. */
2008
+ const outboundSchema: z.ZodNativeEnum<{
2009
+ readonly Text: "text";
2010
+ }>;
2011
+ }
2012
+ /** @internal */
2013
+ export declare const FieldCreateDocumentFieldFieldMeta5$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta5, z.ZodTypeDef, unknown>;
2014
+ /** @internal */
2015
+ export type FieldCreateDocumentFieldFieldMeta5$Outbound = {
2016
+ label?: string | undefined;
2017
+ placeholder?: string | undefined;
2018
+ required?: boolean | undefined;
2019
+ readOnly?: boolean | undefined;
2020
+ type: string;
2021
+ text?: string | undefined;
2022
+ characterLimit?: number | undefined;
2023
+ fontSize?: number | undefined;
2024
+ };
2025
+ /** @internal */
2026
+ export declare const FieldCreateDocumentFieldFieldMeta5$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta5$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta5>;
2027
+ /**
2028
+ * @internal
2029
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2030
+ */
2031
+ export declare namespace FieldCreateDocumentFieldFieldMeta5$ {
2032
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta5$inboundSchema` instead. */
2033
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta5, z.ZodTypeDef, unknown>;
2034
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta5$outboundSchema` instead. */
2035
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta5$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta5>;
2036
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta5$Outbound` instead. */
2037
+ type Outbound = FieldCreateDocumentFieldFieldMeta5$Outbound;
2038
+ }
2039
+ export declare function fieldCreateDocumentFieldFieldMeta5ToJSON(fieldCreateDocumentFieldFieldMeta5: FieldCreateDocumentFieldFieldMeta5): string;
2040
+ export declare function fieldCreateDocumentFieldFieldMeta5FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta5, SDKValidationError>;
2041
+ /** @internal */
2042
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type>;
2043
+ /** @internal */
2044
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type>;
2045
+ /**
2046
+ * @internal
2047
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2048
+ */
2049
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type$ {
2050
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type$inboundSchema` instead. */
2051
+ const inboundSchema: z.ZodNativeEnum<{
2052
+ readonly Date: "date";
2053
+ }>;
2054
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponse200Type$outboundSchema` instead. */
2055
+ const outboundSchema: z.ZodNativeEnum<{
2056
+ readonly Date: "date";
2057
+ }>;
2058
+ }
2059
+ /** @internal */
2060
+ export declare const FieldCreateDocumentFieldFieldMeta4$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta4, z.ZodTypeDef, unknown>;
2061
+ /** @internal */
2062
+ export type FieldCreateDocumentFieldFieldMeta4$Outbound = {
2063
+ label?: string | undefined;
2064
+ placeholder?: string | undefined;
2065
+ required?: boolean | undefined;
2066
+ readOnly?: boolean | undefined;
2067
+ type: string;
2068
+ fontSize?: number | undefined;
2069
+ };
2070
+ /** @internal */
2071
+ export declare const FieldCreateDocumentFieldFieldMeta4$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta4$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta4>;
2072
+ /**
2073
+ * @internal
2074
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2075
+ */
2076
+ export declare namespace FieldCreateDocumentFieldFieldMeta4$ {
2077
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta4$inboundSchema` instead. */
2078
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta4, z.ZodTypeDef, unknown>;
2079
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta4$outboundSchema` instead. */
2080
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta4$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta4>;
2081
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta4$Outbound` instead. */
2082
+ type Outbound = FieldCreateDocumentFieldFieldMeta4$Outbound;
2083
+ }
2084
+ export declare function fieldCreateDocumentFieldFieldMeta4ToJSON(fieldCreateDocumentFieldFieldMeta4: FieldCreateDocumentFieldFieldMeta4): string;
2085
+ export declare function fieldCreateDocumentFieldFieldMeta4FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta4, SDKValidationError>;
2086
+ /** @internal */
2087
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType>;
2088
+ /** @internal */
2089
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType>;
2090
+ /**
2091
+ * @internal
2092
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2093
+ */
2094
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType$ {
2095
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType$inboundSchema` instead. */
2096
+ const inboundSchema: z.ZodNativeEnum<{
2097
+ readonly Email: "email";
2098
+ }>;
2099
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsResponseType$outboundSchema` instead. */
2100
+ const outboundSchema: z.ZodNativeEnum<{
2101
+ readonly Email: "email";
2102
+ }>;
2103
+ }
2104
+ /** @internal */
2105
+ export declare const FieldCreateDocumentFieldFieldMeta3$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta3, z.ZodTypeDef, unknown>;
2106
+ /** @internal */
2107
+ export type FieldCreateDocumentFieldFieldMeta3$Outbound = {
2108
+ label?: string | undefined;
2109
+ placeholder?: string | undefined;
2110
+ required?: boolean | undefined;
2111
+ readOnly?: boolean | undefined;
2112
+ type: string;
2113
+ fontSize?: number | undefined;
2114
+ };
2115
+ /** @internal */
2116
+ export declare const FieldCreateDocumentFieldFieldMeta3$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta3$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta3>;
2117
+ /**
2118
+ * @internal
2119
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2120
+ */
2121
+ export declare namespace FieldCreateDocumentFieldFieldMeta3$ {
2122
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta3$inboundSchema` instead. */
2123
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta3, z.ZodTypeDef, unknown>;
2124
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta3$outboundSchema` instead. */
2125
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta3$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta3>;
2126
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta3$Outbound` instead. */
2127
+ type Outbound = FieldCreateDocumentFieldFieldMeta3$Outbound;
2128
+ }
2129
+ export declare function fieldCreateDocumentFieldFieldMeta3ToJSON(fieldCreateDocumentFieldFieldMeta3: FieldCreateDocumentFieldFieldMeta3): string;
2130
+ export declare function fieldCreateDocumentFieldFieldMeta3FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta3, SDKValidationError>;
2131
+ /** @internal */
2132
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsType>;
2133
+ /** @internal */
2134
+ export declare const FieldCreateDocumentFieldFieldMetaDocumentsFieldsType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaDocumentsFieldsType>;
2135
+ /**
2136
+ * @internal
2137
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2138
+ */
2139
+ export declare namespace FieldCreateDocumentFieldFieldMetaDocumentsFieldsType$ {
2140
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsType$inboundSchema` instead. */
2141
+ const inboundSchema: z.ZodNativeEnum<{
2142
+ readonly Name: "name";
2143
+ }>;
2144
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaDocumentsFieldsType$outboundSchema` instead. */
2145
+ const outboundSchema: z.ZodNativeEnum<{
2146
+ readonly Name: "name";
2147
+ }>;
2148
+ }
2149
+ /** @internal */
2150
+ export declare const FieldCreateDocumentFieldFieldMeta2$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta2, z.ZodTypeDef, unknown>;
2151
+ /** @internal */
2152
+ export type FieldCreateDocumentFieldFieldMeta2$Outbound = {
2153
+ label?: string | undefined;
2154
+ placeholder?: string | undefined;
2155
+ required?: boolean | undefined;
2156
+ readOnly?: boolean | undefined;
2157
+ type: string;
2158
+ fontSize?: number | undefined;
2159
+ };
2160
+ /** @internal */
2161
+ export declare const FieldCreateDocumentFieldFieldMeta2$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta2$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta2>;
2162
+ /**
2163
+ * @internal
2164
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2165
+ */
2166
+ export declare namespace FieldCreateDocumentFieldFieldMeta2$ {
2167
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta2$inboundSchema` instead. */
2168
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta2, z.ZodTypeDef, unknown>;
2169
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta2$outboundSchema` instead. */
2170
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta2$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta2>;
2171
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta2$Outbound` instead. */
2172
+ type Outbound = FieldCreateDocumentFieldFieldMeta2$Outbound;
2173
+ }
2174
+ export declare function fieldCreateDocumentFieldFieldMeta2ToJSON(fieldCreateDocumentFieldFieldMeta2: FieldCreateDocumentFieldFieldMeta2): string;
2175
+ export declare function fieldCreateDocumentFieldFieldMeta2FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta2, SDKValidationError>;
2176
+ /** @internal */
2177
+ export declare const FieldCreateDocumentFieldFieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaType>;
2178
+ /** @internal */
2179
+ export declare const FieldCreateDocumentFieldFieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaType>;
2180
+ /**
2181
+ * @internal
2182
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2183
+ */
2184
+ export declare namespace FieldCreateDocumentFieldFieldMetaType$ {
2185
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaType$inboundSchema` instead. */
2186
+ const inboundSchema: z.ZodNativeEnum<{
2187
+ readonly Initials: "initials";
2188
+ }>;
2189
+ /** @deprecated use `FieldCreateDocumentFieldFieldMetaType$outboundSchema` instead. */
2190
+ const outboundSchema: z.ZodNativeEnum<{
2191
+ readonly Initials: "initials";
2192
+ }>;
2193
+ }
2194
+ /** @internal */
2195
+ export declare const FieldCreateDocumentFieldFieldMeta1$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta1, z.ZodTypeDef, unknown>;
2196
+ /** @internal */
2197
+ export type FieldCreateDocumentFieldFieldMeta1$Outbound = {
2198
+ label?: string | undefined;
2199
+ placeholder?: string | undefined;
2200
+ required?: boolean | undefined;
2201
+ readOnly?: boolean | undefined;
2202
+ type: string;
2203
+ fontSize?: number | undefined;
2204
+ };
2205
+ /** @internal */
2206
+ export declare const FieldCreateDocumentFieldFieldMeta1$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta1$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta1>;
2207
+ /**
2208
+ * @internal
2209
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2210
+ */
2211
+ export declare namespace FieldCreateDocumentFieldFieldMeta1$ {
2212
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta1$inboundSchema` instead. */
2213
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta1, z.ZodTypeDef, unknown>;
2214
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta1$outboundSchema` instead. */
2215
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta1$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta1>;
2216
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta1$Outbound` instead. */
2217
+ type Outbound = FieldCreateDocumentFieldFieldMeta1$Outbound;
2218
+ }
2219
+ export declare function fieldCreateDocumentFieldFieldMeta1ToJSON(fieldCreateDocumentFieldFieldMeta1: FieldCreateDocumentFieldFieldMeta1): string;
2220
+ export declare function fieldCreateDocumentFieldFieldMeta1FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta1, SDKValidationError>;
2221
+ /** @internal */
2222
+ export declare const FieldCreateDocumentFieldFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta, z.ZodTypeDef, unknown>;
2223
+ /** @internal */
2224
+ export type FieldCreateDocumentFieldFieldMeta$Outbound = FieldCreateDocumentFieldFieldMeta1$Outbound | FieldCreateDocumentFieldFieldMeta2$Outbound | FieldCreateDocumentFieldFieldMeta3$Outbound | FieldCreateDocumentFieldFieldMeta4$Outbound | FieldCreateDocumentFieldFieldMeta7$Outbound | FieldCreateDocumentFieldFieldMeta9$Outbound | FieldCreateDocumentFieldFieldMeta5$Outbound | FieldCreateDocumentFieldFieldMeta8$Outbound | FieldCreateDocumentFieldFieldMeta6$Outbound;
2225
+ /** @internal */
2226
+ export declare const FieldCreateDocumentFieldFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta>;
2227
+ /**
2228
+ * @internal
2229
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2230
+ */
2231
+ export declare namespace FieldCreateDocumentFieldFieldMeta$ {
2232
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta$inboundSchema` instead. */
2233
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta, z.ZodTypeDef, unknown>;
2234
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta$outboundSchema` instead. */
2235
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMeta>;
2236
+ /** @deprecated use `FieldCreateDocumentFieldFieldMeta$Outbound` instead. */
2237
+ type Outbound = FieldCreateDocumentFieldFieldMeta$Outbound;
2238
+ }
2239
+ export declare function fieldCreateDocumentFieldFieldMetaToJSON(fieldCreateDocumentFieldFieldMeta: FieldCreateDocumentFieldFieldMeta): string;
2240
+ export declare function fieldCreateDocumentFieldFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldFieldMeta, SDKValidationError>;
2241
+ /** @internal */
2242
+ export declare const FieldCreateDocumentFieldResponseBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldResponseBody, z.ZodTypeDef, unknown>;
2243
+ /** @internal */
2244
+ export type FieldCreateDocumentFieldResponseBody$Outbound = {
2245
+ type: string;
2246
+ id: number;
2247
+ secondaryId: string;
2248
+ documentId: number | null;
2249
+ templateId: number | null;
2250
+ recipientId: number;
2251
+ page: number;
2252
+ positionX?: any | undefined;
2253
+ positionY?: any | undefined;
2254
+ width?: any | undefined;
2255
+ height?: any | undefined;
2256
+ customText: string;
2257
+ inserted: boolean;
2258
+ fieldMeta: FieldCreateDocumentFieldFieldMeta1$Outbound | FieldCreateDocumentFieldFieldMeta2$Outbound | FieldCreateDocumentFieldFieldMeta3$Outbound | FieldCreateDocumentFieldFieldMeta4$Outbound | FieldCreateDocumentFieldFieldMeta7$Outbound | FieldCreateDocumentFieldFieldMeta9$Outbound | FieldCreateDocumentFieldFieldMeta5$Outbound | FieldCreateDocumentFieldFieldMeta8$Outbound | FieldCreateDocumentFieldFieldMeta6$Outbound | null;
2259
+ };
2260
+ /** @internal */
2261
+ export declare const FieldCreateDocumentFieldResponseBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldResponseBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldResponseBody>;
2262
+ /**
2263
+ * @internal
2264
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2265
+ */
2266
+ export declare namespace FieldCreateDocumentFieldResponseBody$ {
2267
+ /** @deprecated use `FieldCreateDocumentFieldResponseBody$inboundSchema` instead. */
2268
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldResponseBody, z.ZodTypeDef, unknown>;
2269
+ /** @deprecated use `FieldCreateDocumentFieldResponseBody$outboundSchema` instead. */
2270
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldResponseBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldResponseBody>;
2271
+ /** @deprecated use `FieldCreateDocumentFieldResponseBody$Outbound` instead. */
2272
+ type Outbound = FieldCreateDocumentFieldResponseBody$Outbound;
2273
+ }
2274
+ export declare function fieldCreateDocumentFieldResponseBodyToJSON(fieldCreateDocumentFieldResponseBody: FieldCreateDocumentFieldResponseBody): string;
2275
+ export declare function fieldCreateDocumentFieldResponseBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldResponseBody, SDKValidationError>;
2276
+ //# sourceMappingURL=fieldcreatedocumentfield.d.ts.map