@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,2301 @@
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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type: {
6
+ readonly Dropdown: "DROPDOWN";
7
+ };
8
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type>;
9
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType: {
10
+ readonly Dropdown: "dropdown";
11
+ };
12
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType>;
13
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues = {
14
+ value: string;
15
+ };
16
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta = {
17
+ label?: string | undefined;
18
+ placeholder?: string | undefined;
19
+ required?: boolean | undefined;
20
+ readOnly?: boolean | undefined;
21
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType;
22
+ values?: Array<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues> | undefined;
23
+ defaultValue?: string | undefined;
24
+ };
25
+ export type Fields11 = {
26
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type;
27
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type: {
54
+ readonly Checkbox: "CHECKBOX";
55
+ };
56
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type>;
57
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType: {
58
+ readonly Checkbox: "checkbox";
59
+ };
60
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType>;
61
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsValues = {
62
+ id: number;
63
+ checked: boolean;
64
+ value: string;
65
+ };
66
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta = {
67
+ label?: string | undefined;
68
+ placeholder?: string | undefined;
69
+ required?: boolean | undefined;
70
+ readOnly?: boolean | undefined;
71
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType;
72
+ values?: Array<FieldCreateDocumentFieldsFieldsDocumentsFieldsValues> | undefined;
73
+ validationRule?: string | undefined;
74
+ validationLength?: number | undefined;
75
+ };
76
+ export type Fields10 = {
77
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type;
78
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type: {
105
+ readonly Radio: "RADIO";
106
+ };
107
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type>;
108
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType: {
109
+ readonly Radio: "radio";
110
+ };
111
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType>;
112
+ export type FieldCreateDocumentFieldsFieldsValues = {
113
+ id: number;
114
+ checked: boolean;
115
+ value: string;
116
+ };
117
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta = {
118
+ label?: string | undefined;
119
+ placeholder?: string | undefined;
120
+ required?: boolean | undefined;
121
+ readOnly?: boolean | undefined;
122
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType;
123
+ values?: Array<FieldCreateDocumentFieldsFieldsValues> | undefined;
124
+ };
125
+ export type Fields9 = {
126
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type;
127
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type: {
154
+ readonly Number: "NUMBER";
155
+ };
156
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type>;
157
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType: {
158
+ readonly Number: "number";
159
+ };
160
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType>;
161
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta = {
162
+ label?: string | undefined;
163
+ placeholder?: string | undefined;
164
+ required?: boolean | undefined;
165
+ readOnly?: boolean | undefined;
166
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType;
167
+ numberFormat?: string | undefined;
168
+ value?: string | undefined;
169
+ minValue?: number | undefined;
170
+ maxValue?: number | undefined;
171
+ fontSize?: number | undefined;
172
+ };
173
+ export type Fields8 = {
174
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type;
175
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type: {
202
+ readonly Text: "TEXT";
203
+ };
204
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type>;
205
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType: {
206
+ readonly Text: "text";
207
+ };
208
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType>;
209
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta = {
210
+ label?: string | undefined;
211
+ placeholder?: string | undefined;
212
+ required?: boolean | undefined;
213
+ readOnly?: boolean | undefined;
214
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType;
215
+ text?: string | undefined;
216
+ characterLimit?: number | undefined;
217
+ fontSize?: number | undefined;
218
+ };
219
+ export type Fields7 = {
220
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type;
221
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type: {
248
+ readonly Date: "DATE";
249
+ };
250
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type>;
251
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType: {
252
+ readonly Date: "date";
253
+ };
254
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType>;
255
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta = {
256
+ label?: string | undefined;
257
+ placeholder?: string | undefined;
258
+ required?: boolean | undefined;
259
+ readOnly?: boolean | undefined;
260
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType;
261
+ fontSize?: number | undefined;
262
+ };
263
+ export type Fields6 = {
264
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type;
265
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type: {
292
+ readonly Email: "EMAIL";
293
+ };
294
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type>;
295
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType: {
296
+ readonly Email: "email";
297
+ };
298
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType>;
299
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta = {
300
+ label?: string | undefined;
301
+ placeholder?: string | undefined;
302
+ required?: boolean | undefined;
303
+ readOnly?: boolean | undefined;
304
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType;
305
+ fontSize?: number | undefined;
306
+ };
307
+ export type Fields5 = {
308
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type;
309
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type: {
336
+ readonly Name: "NAME";
337
+ };
338
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type>;
339
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType: {
340
+ readonly Name: "name";
341
+ };
342
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType>;
343
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta = {
344
+ label?: string | undefined;
345
+ placeholder?: string | undefined;
346
+ required?: boolean | undefined;
347
+ readOnly?: boolean | undefined;
348
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType;
349
+ fontSize?: number | undefined;
350
+ };
351
+ export type Fields4 = {
352
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type;
353
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType: {
380
+ readonly Initials: "INITIALS";
381
+ };
382
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType>;
383
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType: {
384
+ readonly Initials: "initials";
385
+ };
386
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType>;
387
+ export type FieldCreateDocumentFieldsFieldsFieldMeta = {
388
+ label?: string | undefined;
389
+ placeholder?: string | undefined;
390
+ required?: boolean | undefined;
391
+ readOnly?: boolean | undefined;
392
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType;
393
+ fontSize?: number | undefined;
394
+ };
395
+ export type Fields3 = {
396
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType;
397
+ fieldMeta?: FieldCreateDocumentFieldsFieldsFieldMeta | 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 FieldCreateDocumentFieldsFieldsDocumentsFieldsType: {
424
+ readonly FreeSignature: "FREE_SIGNATURE";
425
+ };
426
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsType>;
427
+ export type Fields2 = {
428
+ type: FieldCreateDocumentFieldsFieldsDocumentsFieldsType;
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 FieldCreateDocumentFieldsFieldsType: {
455
+ readonly Signature: "SIGNATURE";
456
+ };
457
+ export type FieldCreateDocumentFieldsFieldsType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldsType>;
458
+ export type Fields1 = {
459
+ type: FieldCreateDocumentFieldsFieldsType;
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 FieldCreateDocumentFieldsFields = Fields1 | Fields2 | Fields3 | Fields4 | Fields5 | Fields6 | Fields7 | Fields8 | Fields9 | Fields10 | Fields11;
486
+ export type FieldCreateDocumentFieldsRequestBody = {
487
+ documentId: number;
488
+ fields: Array<Fields1 | Fields2 | Fields3 | Fields4 | Fields5 | Fields6 | Fields7 | Fields8 | Fields9 | Fields10 | Fields11>;
489
+ };
490
+ export declare const FieldCreateDocumentFieldsType: {
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 FieldCreateDocumentFieldsType = ClosedEnum<typeof FieldCreateDocumentFieldsType>;
504
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type: {
505
+ readonly Dropdown: "dropdown";
506
+ };
507
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type>;
508
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues = {
509
+ value: string;
510
+ };
511
+ export type FieldCreateDocumentFieldsFieldMeta9 = {
512
+ label?: string | undefined;
513
+ placeholder?: string | undefined;
514
+ required?: boolean | undefined;
515
+ readOnly?: boolean | undefined;
516
+ type: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type;
517
+ values?: Array<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues> | undefined;
518
+ defaultValue?: string | undefined;
519
+ };
520
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type: {
521
+ readonly Checkbox: "checkbox";
522
+ };
523
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type>;
524
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues = {
525
+ id: number;
526
+ checked: boolean;
527
+ value: string;
528
+ };
529
+ export type FieldCreateDocumentFieldsFieldMeta8 = {
530
+ label?: string | undefined;
531
+ placeholder?: string | undefined;
532
+ required?: boolean | undefined;
533
+ readOnly?: boolean | undefined;
534
+ type: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type;
535
+ values?: Array<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues> | undefined;
536
+ validationRule?: string | undefined;
537
+ validationLength?: number | undefined;
538
+ };
539
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType: {
540
+ readonly Radio: "radio";
541
+ };
542
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType>;
543
+ export type FieldCreateDocumentFieldsFieldMetaValues = {
544
+ id: number;
545
+ checked: boolean;
546
+ value: string;
547
+ };
548
+ export type FieldCreateDocumentFieldsFieldMeta7 = {
549
+ label?: string | undefined;
550
+ placeholder?: string | undefined;
551
+ required?: boolean | undefined;
552
+ readOnly?: boolean | undefined;
553
+ type: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType;
554
+ values?: Array<FieldCreateDocumentFieldsFieldMetaValues> | undefined;
555
+ };
556
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType: {
557
+ readonly Number: "number";
558
+ };
559
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType>;
560
+ export type FieldCreateDocumentFieldsFieldMeta6 = {
561
+ label?: string | undefined;
562
+ placeholder?: string | undefined;
563
+ required?: boolean | undefined;
564
+ readOnly?: boolean | undefined;
565
+ type: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType;
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 FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType: {
573
+ readonly Text: "text";
574
+ };
575
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType>;
576
+ export type FieldCreateDocumentFieldsFieldMeta5 = {
577
+ label?: string | undefined;
578
+ placeholder?: string | undefined;
579
+ required?: boolean | undefined;
580
+ readOnly?: boolean | undefined;
581
+ type: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType;
582
+ text?: string | undefined;
583
+ characterLimit?: number | undefined;
584
+ fontSize?: number | undefined;
585
+ };
586
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type: {
587
+ readonly Date: "date";
588
+ };
589
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type>;
590
+ export type FieldCreateDocumentFieldsFieldMeta4 = {
591
+ label?: string | undefined;
592
+ placeholder?: string | undefined;
593
+ required?: boolean | undefined;
594
+ readOnly?: boolean | undefined;
595
+ type: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type;
596
+ fontSize?: number | undefined;
597
+ };
598
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType: {
599
+ readonly Email: "email";
600
+ };
601
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType>;
602
+ export type FieldCreateDocumentFieldsFieldMeta3 = {
603
+ label?: string | undefined;
604
+ placeholder?: string | undefined;
605
+ required?: boolean | undefined;
606
+ readOnly?: boolean | undefined;
607
+ type: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType;
608
+ fontSize?: number | undefined;
609
+ };
610
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType: {
611
+ readonly Name: "name";
612
+ };
613
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType>;
614
+ export type FieldCreateDocumentFieldsFieldMeta2 = {
615
+ label?: string | undefined;
616
+ placeholder?: string | undefined;
617
+ required?: boolean | undefined;
618
+ readOnly?: boolean | undefined;
619
+ type: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType;
620
+ fontSize?: number | undefined;
621
+ };
622
+ export declare const FieldCreateDocumentFieldsFieldMetaType: {
623
+ readonly Initials: "initials";
624
+ };
625
+ export type FieldCreateDocumentFieldsFieldMetaType = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaType>;
626
+ export type FieldCreateDocumentFieldsFieldMeta1 = {
627
+ label?: string | undefined;
628
+ placeholder?: string | undefined;
629
+ required?: boolean | undefined;
630
+ readOnly?: boolean | undefined;
631
+ type: FieldCreateDocumentFieldsFieldMetaType;
632
+ fontSize?: number | undefined;
633
+ };
634
+ export type FieldCreateDocumentFieldsFieldMeta = FieldCreateDocumentFieldsFieldMeta1 | FieldCreateDocumentFieldsFieldMeta2 | FieldCreateDocumentFieldsFieldMeta3 | FieldCreateDocumentFieldsFieldMeta4 | FieldCreateDocumentFieldsFieldMeta7 | FieldCreateDocumentFieldsFieldMeta9 | FieldCreateDocumentFieldsFieldMeta5 | FieldCreateDocumentFieldsFieldMeta8 | FieldCreateDocumentFieldsFieldMeta6;
635
+ export type FieldCreateDocumentFieldsDocumentsFieldsFields = {
636
+ type: FieldCreateDocumentFieldsType;
637
+ id: number;
638
+ secondaryId: string;
639
+ documentId: number | null;
640
+ templateId: number | null;
641
+ recipientId: number;
642
+ /**
643
+ * The page number of the field on the document. Starts from 1.
644
+ */
645
+ page: number;
646
+ positionX?: any | undefined;
647
+ positionY?: any | undefined;
648
+ width?: any | undefined;
649
+ height?: any | undefined;
650
+ customText: string;
651
+ inserted: boolean;
652
+ fieldMeta: FieldCreateDocumentFieldsFieldMeta1 | FieldCreateDocumentFieldsFieldMeta2 | FieldCreateDocumentFieldsFieldMeta3 | FieldCreateDocumentFieldsFieldMeta4 | FieldCreateDocumentFieldsFieldMeta7 | FieldCreateDocumentFieldsFieldMeta9 | FieldCreateDocumentFieldsFieldMeta5 | FieldCreateDocumentFieldsFieldMeta8 | FieldCreateDocumentFieldsFieldMeta6 | null;
653
+ };
654
+ /**
655
+ * Successful response
656
+ */
657
+ export type FieldCreateDocumentFieldsResponseBody = {
658
+ fields: Array<FieldCreateDocumentFieldsDocumentsFieldsFields>;
659
+ };
660
+ /** @internal */
661
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type>;
662
+ /** @internal */
663
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type>;
664
+ /**
665
+ * @internal
666
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
667
+ */
668
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type$ {
669
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type$inboundSchema` instead. */
670
+ const inboundSchema: z.ZodNativeEnum<{
671
+ readonly Dropdown: "DROPDOWN";
672
+ }>;
673
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11Type$outboundSchema` instead. */
674
+ const outboundSchema: z.ZodNativeEnum<{
675
+ readonly Dropdown: "DROPDOWN";
676
+ }>;
677
+ }
678
+ /** @internal */
679
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType>;
680
+ /** @internal */
681
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType>;
682
+ /**
683
+ * @internal
684
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
685
+ */
686
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType$ {
687
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType$inboundSchema` instead. */
688
+ const inboundSchema: z.ZodNativeEnum<{
689
+ readonly Dropdown: "dropdown";
690
+ }>;
691
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaType$outboundSchema` instead. */
692
+ const outboundSchema: z.ZodNativeEnum<{
693
+ readonly Dropdown: "dropdown";
694
+ }>;
695
+ }
696
+ /** @internal */
697
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues, z.ZodTypeDef, unknown>;
698
+ /** @internal */
699
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$Outbound = {
700
+ value: string;
701
+ };
702
+ /** @internal */
703
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues>;
704
+ /**
705
+ * @internal
706
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
707
+ */
708
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$ {
709
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$inboundSchema` instead. */
710
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues, z.ZodTypeDef, unknown>;
711
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$outboundSchema` instead. */
712
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues>;
713
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$Outbound` instead. */
714
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$Outbound;
715
+ }
716
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValuesToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues): string;
717
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues, SDKValidationError>;
718
+ /** @internal */
719
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta, z.ZodTypeDef, unknown>;
720
+ /** @internal */
721
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$Outbound = {
722
+ label?: string | undefined;
723
+ placeholder?: string | undefined;
724
+ required?: boolean | undefined;
725
+ readOnly?: boolean | undefined;
726
+ type: string;
727
+ values?: Array<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestValues$Outbound> | undefined;
728
+ defaultValue?: string | undefined;
729
+ };
730
+ /** @internal */
731
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta>;
732
+ /**
733
+ * @internal
734
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
735
+ */
736
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$ {
737
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$inboundSchema` instead. */
738
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta, z.ZodTypeDef, unknown>;
739
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$outboundSchema` instead. */
740
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta>;
741
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$Outbound` instead. */
742
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$Outbound;
743
+ }
744
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta): string;
745
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta, SDKValidationError>;
746
+ /** @internal */
747
+ export declare const Fields11$inboundSchema: z.ZodType<Fields11, z.ZodTypeDef, unknown>;
748
+ /** @internal */
749
+ export type Fields11$Outbound = {
750
+ type: string;
751
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody11FieldMeta$Outbound | undefined;
752
+ recipientId: number;
753
+ pageNumber: number;
754
+ pageX: number;
755
+ pageY: number;
756
+ width: number;
757
+ height: number;
758
+ };
759
+ /** @internal */
760
+ export declare const Fields11$outboundSchema: z.ZodType<Fields11$Outbound, z.ZodTypeDef, Fields11>;
761
+ /**
762
+ * @internal
763
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
764
+ */
765
+ export declare namespace Fields11$ {
766
+ /** @deprecated use `Fields11$inboundSchema` instead. */
767
+ const inboundSchema: z.ZodType<Fields11, z.ZodTypeDef, unknown>;
768
+ /** @deprecated use `Fields11$outboundSchema` instead. */
769
+ const outboundSchema: z.ZodType<Fields11$Outbound, z.ZodTypeDef, Fields11>;
770
+ /** @deprecated use `Fields11$Outbound` instead. */
771
+ type Outbound = Fields11$Outbound;
772
+ }
773
+ export declare function fields11ToJSON(fields11: Fields11): string;
774
+ export declare function fields11FromJSON(jsonString: string): SafeParseResult<Fields11, SDKValidationError>;
775
+ /** @internal */
776
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type>;
777
+ /** @internal */
778
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type>;
779
+ /**
780
+ * @internal
781
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
782
+ */
783
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type$ {
784
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type$inboundSchema` instead. */
785
+ const inboundSchema: z.ZodNativeEnum<{
786
+ readonly Checkbox: "CHECKBOX";
787
+ }>;
788
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10Type$outboundSchema` instead. */
789
+ const outboundSchema: z.ZodNativeEnum<{
790
+ readonly Checkbox: "CHECKBOX";
791
+ }>;
792
+ }
793
+ /** @internal */
794
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType>;
795
+ /** @internal */
796
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType>;
797
+ /**
798
+ * @internal
799
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
800
+ */
801
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType$ {
802
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType$inboundSchema` instead. */
803
+ const inboundSchema: z.ZodNativeEnum<{
804
+ readonly Checkbox: "checkbox";
805
+ }>;
806
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaType$outboundSchema` instead. */
807
+ const outboundSchema: z.ZodNativeEnum<{
808
+ readonly Checkbox: "checkbox";
809
+ }>;
810
+ }
811
+ /** @internal */
812
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsValues, z.ZodTypeDef, unknown>;
813
+ /** @internal */
814
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$Outbound = {
815
+ id: number;
816
+ checked: boolean;
817
+ value: string;
818
+ };
819
+ /** @internal */
820
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsValues>;
821
+ /**
822
+ * @internal
823
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
824
+ */
825
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$ {
826
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$inboundSchema` instead. */
827
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsValues, z.ZodTypeDef, unknown>;
828
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$outboundSchema` instead. */
829
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsValues>;
830
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$Outbound` instead. */
831
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$Outbound;
832
+ }
833
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsValuesToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsValues: FieldCreateDocumentFieldsFieldsDocumentsFieldsValues): string;
834
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsValues, SDKValidationError>;
835
+ /** @internal */
836
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta, z.ZodTypeDef, unknown>;
837
+ /** @internal */
838
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$Outbound = {
839
+ label?: string | undefined;
840
+ placeholder?: string | undefined;
841
+ required?: boolean | undefined;
842
+ readOnly?: boolean | undefined;
843
+ type: string;
844
+ values?: Array<FieldCreateDocumentFieldsFieldsDocumentsFieldsValues$Outbound> | undefined;
845
+ validationRule?: string | undefined;
846
+ validationLength?: number | undefined;
847
+ };
848
+ /** @internal */
849
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta>;
850
+ /**
851
+ * @internal
852
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
853
+ */
854
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$ {
855
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$inboundSchema` instead. */
856
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta, z.ZodTypeDef, unknown>;
857
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$outboundSchema` instead. */
858
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta>;
859
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$Outbound` instead. */
860
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$Outbound;
861
+ }
862
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta): string;
863
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta, SDKValidationError>;
864
+ /** @internal */
865
+ export declare const Fields10$inboundSchema: z.ZodType<Fields10, z.ZodTypeDef, unknown>;
866
+ /** @internal */
867
+ export type Fields10$Outbound = {
868
+ type: string;
869
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody10FieldMeta$Outbound | undefined;
870
+ recipientId: number;
871
+ pageNumber: number;
872
+ pageX: number;
873
+ pageY: number;
874
+ width: number;
875
+ height: number;
876
+ };
877
+ /** @internal */
878
+ export declare const Fields10$outboundSchema: z.ZodType<Fields10$Outbound, z.ZodTypeDef, Fields10>;
879
+ /**
880
+ * @internal
881
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
882
+ */
883
+ export declare namespace Fields10$ {
884
+ /** @deprecated use `Fields10$inboundSchema` instead. */
885
+ const inboundSchema: z.ZodType<Fields10, z.ZodTypeDef, unknown>;
886
+ /** @deprecated use `Fields10$outboundSchema` instead. */
887
+ const outboundSchema: z.ZodType<Fields10$Outbound, z.ZodTypeDef, Fields10>;
888
+ /** @deprecated use `Fields10$Outbound` instead. */
889
+ type Outbound = Fields10$Outbound;
890
+ }
891
+ export declare function fields10ToJSON(fields10: Fields10): string;
892
+ export declare function fields10FromJSON(jsonString: string): SafeParseResult<Fields10, SDKValidationError>;
893
+ /** @internal */
894
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type>;
895
+ /** @internal */
896
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type>;
897
+ /**
898
+ * @internal
899
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
900
+ */
901
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type$ {
902
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type$inboundSchema` instead. */
903
+ const inboundSchema: z.ZodNativeEnum<{
904
+ readonly Radio: "RADIO";
905
+ }>;
906
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9Type$outboundSchema` instead. */
907
+ const outboundSchema: z.ZodNativeEnum<{
908
+ readonly Radio: "RADIO";
909
+ }>;
910
+ }
911
+ /** @internal */
912
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType>;
913
+ /** @internal */
914
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType>;
915
+ /**
916
+ * @internal
917
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
918
+ */
919
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType$ {
920
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType$inboundSchema` instead. */
921
+ const inboundSchema: z.ZodNativeEnum<{
922
+ readonly Radio: "radio";
923
+ }>;
924
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaType$outboundSchema` instead. */
925
+ const outboundSchema: z.ZodNativeEnum<{
926
+ readonly Radio: "radio";
927
+ }>;
928
+ }
929
+ /** @internal */
930
+ export declare const FieldCreateDocumentFieldsFieldsValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsValues, z.ZodTypeDef, unknown>;
931
+ /** @internal */
932
+ export type FieldCreateDocumentFieldsFieldsValues$Outbound = {
933
+ id: number;
934
+ checked: boolean;
935
+ value: string;
936
+ };
937
+ /** @internal */
938
+ export declare const FieldCreateDocumentFieldsFieldsValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsValues>;
939
+ /**
940
+ * @internal
941
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
942
+ */
943
+ export declare namespace FieldCreateDocumentFieldsFieldsValues$ {
944
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsValues$inboundSchema` instead. */
945
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsValues, z.ZodTypeDef, unknown>;
946
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsValues$outboundSchema` instead. */
947
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsValues>;
948
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsValues$Outbound` instead. */
949
+ type Outbound = FieldCreateDocumentFieldsFieldsValues$Outbound;
950
+ }
951
+ export declare function fieldCreateDocumentFieldsFieldsValuesToJSON(fieldCreateDocumentFieldsFieldsValues: FieldCreateDocumentFieldsFieldsValues): string;
952
+ export declare function fieldCreateDocumentFieldsFieldsValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsValues, SDKValidationError>;
953
+ /** @internal */
954
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta, z.ZodTypeDef, unknown>;
955
+ /** @internal */
956
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$Outbound = {
957
+ label?: string | undefined;
958
+ placeholder?: string | undefined;
959
+ required?: boolean | undefined;
960
+ readOnly?: boolean | undefined;
961
+ type: string;
962
+ values?: Array<FieldCreateDocumentFieldsFieldsValues$Outbound> | undefined;
963
+ };
964
+ /** @internal */
965
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta>;
966
+ /**
967
+ * @internal
968
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
969
+ */
970
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$ {
971
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$inboundSchema` instead. */
972
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta, z.ZodTypeDef, unknown>;
973
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$outboundSchema` instead. */
974
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta>;
975
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$Outbound` instead. */
976
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$Outbound;
977
+ }
978
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta): string;
979
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta, SDKValidationError>;
980
+ /** @internal */
981
+ export declare const Fields9$inboundSchema: z.ZodType<Fields9, z.ZodTypeDef, unknown>;
982
+ /** @internal */
983
+ export type Fields9$Outbound = {
984
+ type: string;
985
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody9FieldMeta$Outbound | undefined;
986
+ recipientId: number;
987
+ pageNumber: number;
988
+ pageX: number;
989
+ pageY: number;
990
+ width: number;
991
+ height: number;
992
+ };
993
+ /** @internal */
994
+ export declare const Fields9$outboundSchema: z.ZodType<Fields9$Outbound, z.ZodTypeDef, Fields9>;
995
+ /**
996
+ * @internal
997
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
998
+ */
999
+ export declare namespace Fields9$ {
1000
+ /** @deprecated use `Fields9$inboundSchema` instead. */
1001
+ const inboundSchema: z.ZodType<Fields9, z.ZodTypeDef, unknown>;
1002
+ /** @deprecated use `Fields9$outboundSchema` instead. */
1003
+ const outboundSchema: z.ZodType<Fields9$Outbound, z.ZodTypeDef, Fields9>;
1004
+ /** @deprecated use `Fields9$Outbound` instead. */
1005
+ type Outbound = Fields9$Outbound;
1006
+ }
1007
+ export declare function fields9ToJSON(fields9: Fields9): string;
1008
+ export declare function fields9FromJSON(jsonString: string): SafeParseResult<Fields9, SDKValidationError>;
1009
+ /** @internal */
1010
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type>;
1011
+ /** @internal */
1012
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type>;
1013
+ /**
1014
+ * @internal
1015
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1016
+ */
1017
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type$ {
1018
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type$inboundSchema` instead. */
1019
+ const inboundSchema: z.ZodNativeEnum<{
1020
+ readonly Number: "NUMBER";
1021
+ }>;
1022
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Type$outboundSchema` instead. */
1023
+ const outboundSchema: z.ZodNativeEnum<{
1024
+ readonly Number: "NUMBER";
1025
+ }>;
1026
+ }
1027
+ /** @internal */
1028
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType>;
1029
+ /** @internal */
1030
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType>;
1031
+ /**
1032
+ * @internal
1033
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1034
+ */
1035
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType$ {
1036
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType$inboundSchema` instead. */
1037
+ const inboundSchema: z.ZodNativeEnum<{
1038
+ readonly Number: "number";
1039
+ }>;
1040
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaType$outboundSchema` instead. */
1041
+ const outboundSchema: z.ZodNativeEnum<{
1042
+ readonly Number: "number";
1043
+ }>;
1044
+ }
1045
+ /** @internal */
1046
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta, z.ZodTypeDef, unknown>;
1047
+ /** @internal */
1048
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$Outbound = {
1049
+ label?: string | undefined;
1050
+ placeholder?: string | undefined;
1051
+ required?: boolean | undefined;
1052
+ readOnly?: boolean | undefined;
1053
+ type: string;
1054
+ numberFormat?: string | undefined;
1055
+ value?: string | undefined;
1056
+ minValue?: number | undefined;
1057
+ maxValue?: number | undefined;
1058
+ fontSize?: number | undefined;
1059
+ };
1060
+ /** @internal */
1061
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta>;
1062
+ /**
1063
+ * @internal
1064
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1065
+ */
1066
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$ {
1067
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$inboundSchema` instead. */
1068
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta, z.ZodTypeDef, unknown>;
1069
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$outboundSchema` instead. */
1070
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta>;
1071
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$Outbound` instead. */
1072
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$Outbound;
1073
+ }
1074
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta): string;
1075
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta, SDKValidationError>;
1076
+ /** @internal */
1077
+ export declare const Fields8$inboundSchema: z.ZodType<Fields8, z.ZodTypeDef, unknown>;
1078
+ /** @internal */
1079
+ export type Fields8$Outbound = {
1080
+ type: string;
1081
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8FieldMeta$Outbound | undefined;
1082
+ recipientId: number;
1083
+ pageNumber: number;
1084
+ pageX: number;
1085
+ pageY: number;
1086
+ width: number;
1087
+ height: number;
1088
+ };
1089
+ /** @internal */
1090
+ export declare const Fields8$outboundSchema: z.ZodType<Fields8$Outbound, z.ZodTypeDef, Fields8>;
1091
+ /**
1092
+ * @internal
1093
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1094
+ */
1095
+ export declare namespace Fields8$ {
1096
+ /** @deprecated use `Fields8$inboundSchema` instead. */
1097
+ const inboundSchema: z.ZodType<Fields8, z.ZodTypeDef, unknown>;
1098
+ /** @deprecated use `Fields8$outboundSchema` instead. */
1099
+ const outboundSchema: z.ZodType<Fields8$Outbound, z.ZodTypeDef, Fields8>;
1100
+ /** @deprecated use `Fields8$Outbound` instead. */
1101
+ type Outbound = Fields8$Outbound;
1102
+ }
1103
+ export declare function fields8ToJSON(fields8: Fields8): string;
1104
+ export declare function fields8FromJSON(jsonString: string): SafeParseResult<Fields8, SDKValidationError>;
1105
+ /** @internal */
1106
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type>;
1107
+ /** @internal */
1108
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type>;
1109
+ /**
1110
+ * @internal
1111
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1112
+ */
1113
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type$ {
1114
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type$inboundSchema` instead. */
1115
+ const inboundSchema: z.ZodNativeEnum<{
1116
+ readonly Text: "TEXT";
1117
+ }>;
1118
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Type$outboundSchema` instead. */
1119
+ const outboundSchema: z.ZodNativeEnum<{
1120
+ readonly Text: "TEXT";
1121
+ }>;
1122
+ }
1123
+ /** @internal */
1124
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType>;
1125
+ /** @internal */
1126
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType>;
1127
+ /**
1128
+ * @internal
1129
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1130
+ */
1131
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType$ {
1132
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType$inboundSchema` instead. */
1133
+ const inboundSchema: z.ZodNativeEnum<{
1134
+ readonly Text: "text";
1135
+ }>;
1136
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaType$outboundSchema` instead. */
1137
+ const outboundSchema: z.ZodNativeEnum<{
1138
+ readonly Text: "text";
1139
+ }>;
1140
+ }
1141
+ /** @internal */
1142
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta, z.ZodTypeDef, unknown>;
1143
+ /** @internal */
1144
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$Outbound = {
1145
+ label?: string | undefined;
1146
+ placeholder?: string | undefined;
1147
+ required?: boolean | undefined;
1148
+ readOnly?: boolean | undefined;
1149
+ type: string;
1150
+ text?: string | undefined;
1151
+ characterLimit?: number | undefined;
1152
+ fontSize?: number | undefined;
1153
+ };
1154
+ /** @internal */
1155
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta>;
1156
+ /**
1157
+ * @internal
1158
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1159
+ */
1160
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$ {
1161
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$inboundSchema` instead. */
1162
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta, z.ZodTypeDef, unknown>;
1163
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$outboundSchema` instead. */
1164
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta>;
1165
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$Outbound` instead. */
1166
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$Outbound;
1167
+ }
1168
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta): string;
1169
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta, SDKValidationError>;
1170
+ /** @internal */
1171
+ export declare const Fields7$inboundSchema: z.ZodType<Fields7, z.ZodTypeDef, unknown>;
1172
+ /** @internal */
1173
+ export type Fields7$Outbound = {
1174
+ type: string;
1175
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7FieldMeta$Outbound | undefined;
1176
+ recipientId: number;
1177
+ pageNumber: number;
1178
+ pageX: number;
1179
+ pageY: number;
1180
+ width: number;
1181
+ height: number;
1182
+ };
1183
+ /** @internal */
1184
+ export declare const Fields7$outboundSchema: z.ZodType<Fields7$Outbound, z.ZodTypeDef, Fields7>;
1185
+ /**
1186
+ * @internal
1187
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1188
+ */
1189
+ export declare namespace Fields7$ {
1190
+ /** @deprecated use `Fields7$inboundSchema` instead. */
1191
+ const inboundSchema: z.ZodType<Fields7, z.ZodTypeDef, unknown>;
1192
+ /** @deprecated use `Fields7$outboundSchema` instead. */
1193
+ const outboundSchema: z.ZodType<Fields7$Outbound, z.ZodTypeDef, Fields7>;
1194
+ /** @deprecated use `Fields7$Outbound` instead. */
1195
+ type Outbound = Fields7$Outbound;
1196
+ }
1197
+ export declare function fields7ToJSON(fields7: Fields7): string;
1198
+ export declare function fields7FromJSON(jsonString: string): SafeParseResult<Fields7, SDKValidationError>;
1199
+ /** @internal */
1200
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type>;
1201
+ /** @internal */
1202
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type>;
1203
+ /**
1204
+ * @internal
1205
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1206
+ */
1207
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type$ {
1208
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type$inboundSchema` instead. */
1209
+ const inboundSchema: z.ZodNativeEnum<{
1210
+ readonly Date: "DATE";
1211
+ }>;
1212
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6Type$outboundSchema` instead. */
1213
+ const outboundSchema: z.ZodNativeEnum<{
1214
+ readonly Date: "DATE";
1215
+ }>;
1216
+ }
1217
+ /** @internal */
1218
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType>;
1219
+ /** @internal */
1220
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType>;
1221
+ /**
1222
+ * @internal
1223
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1224
+ */
1225
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType$ {
1226
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType$inboundSchema` instead. */
1227
+ const inboundSchema: z.ZodNativeEnum<{
1228
+ readonly Date: "date";
1229
+ }>;
1230
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody6FieldMetaType$outboundSchema` instead. */
1231
+ const outboundSchema: z.ZodNativeEnum<{
1232
+ readonly Date: "date";
1233
+ }>;
1234
+ }
1235
+ /** @internal */
1236
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta, z.ZodTypeDef, unknown>;
1237
+ /** @internal */
1238
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$Outbound = {
1239
+ label?: string | undefined;
1240
+ placeholder?: string | undefined;
1241
+ required?: boolean | undefined;
1242
+ readOnly?: boolean | undefined;
1243
+ type: string;
1244
+ fontSize?: number | undefined;
1245
+ };
1246
+ /** @internal */
1247
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta>;
1248
+ /**
1249
+ * @internal
1250
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1251
+ */
1252
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$ {
1253
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$inboundSchema` instead. */
1254
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta, z.ZodTypeDef, unknown>;
1255
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$outboundSchema` instead. */
1256
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta>;
1257
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$Outbound` instead. */
1258
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$Outbound;
1259
+ }
1260
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMetaToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta): string;
1261
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta, SDKValidationError>;
1262
+ /** @internal */
1263
+ export declare const Fields6$inboundSchema: z.ZodType<Fields6, z.ZodTypeDef, unknown>;
1264
+ /** @internal */
1265
+ export type Fields6$Outbound = {
1266
+ type: string;
1267
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyFieldMeta$Outbound | undefined;
1268
+ recipientId: number;
1269
+ pageNumber: number;
1270
+ pageX: number;
1271
+ pageY: number;
1272
+ width: number;
1273
+ height: number;
1274
+ };
1275
+ /** @internal */
1276
+ export declare const Fields6$outboundSchema: z.ZodType<Fields6$Outbound, z.ZodTypeDef, Fields6>;
1277
+ /**
1278
+ * @internal
1279
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1280
+ */
1281
+ export declare namespace Fields6$ {
1282
+ /** @deprecated use `Fields6$inboundSchema` instead. */
1283
+ const inboundSchema: z.ZodType<Fields6, z.ZodTypeDef, unknown>;
1284
+ /** @deprecated use `Fields6$outboundSchema` instead. */
1285
+ const outboundSchema: z.ZodType<Fields6$Outbound, z.ZodTypeDef, Fields6>;
1286
+ /** @deprecated use `Fields6$Outbound` instead. */
1287
+ type Outbound = Fields6$Outbound;
1288
+ }
1289
+ export declare function fields6ToJSON(fields6: Fields6): string;
1290
+ export declare function fields6FromJSON(jsonString: string): SafeParseResult<Fields6, SDKValidationError>;
1291
+ /** @internal */
1292
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type>;
1293
+ /** @internal */
1294
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type>;
1295
+ /**
1296
+ * @internal
1297
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1298
+ */
1299
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type$ {
1300
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type$inboundSchema` instead. */
1301
+ const inboundSchema: z.ZodNativeEnum<{
1302
+ readonly Email: "EMAIL";
1303
+ }>;
1304
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5Type$outboundSchema` instead. */
1305
+ const outboundSchema: z.ZodNativeEnum<{
1306
+ readonly Email: "EMAIL";
1307
+ }>;
1308
+ }
1309
+ /** @internal */
1310
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType>;
1311
+ /** @internal */
1312
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType>;
1313
+ /**
1314
+ * @internal
1315
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1316
+ */
1317
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType$ {
1318
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType$inboundSchema` instead. */
1319
+ const inboundSchema: z.ZodNativeEnum<{
1320
+ readonly Email: "email";
1321
+ }>;
1322
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody5FieldMetaType$outboundSchema` instead. */
1323
+ const outboundSchema: z.ZodNativeEnum<{
1324
+ readonly Email: "email";
1325
+ }>;
1326
+ }
1327
+ /** @internal */
1328
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta, z.ZodTypeDef, unknown>;
1329
+ /** @internal */
1330
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$Outbound = {
1331
+ label?: string | undefined;
1332
+ placeholder?: string | undefined;
1333
+ required?: boolean | undefined;
1334
+ readOnly?: boolean | undefined;
1335
+ type: string;
1336
+ fontSize?: number | undefined;
1337
+ };
1338
+ /** @internal */
1339
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta>;
1340
+ /**
1341
+ * @internal
1342
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1343
+ */
1344
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$ {
1345
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$inboundSchema` instead. */
1346
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta, z.ZodTypeDef, unknown>;
1347
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$outboundSchema` instead. */
1348
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta>;
1349
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$Outbound` instead. */
1350
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$Outbound;
1351
+ }
1352
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMetaToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta): string;
1353
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta, SDKValidationError>;
1354
+ /** @internal */
1355
+ export declare const Fields5$inboundSchema: z.ZodType<Fields5, z.ZodTypeDef, unknown>;
1356
+ /** @internal */
1357
+ export type Fields5$Outbound = {
1358
+ type: string;
1359
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestFieldMeta$Outbound | undefined;
1360
+ recipientId: number;
1361
+ pageNumber: number;
1362
+ pageX: number;
1363
+ pageY: number;
1364
+ width: number;
1365
+ height: number;
1366
+ };
1367
+ /** @internal */
1368
+ export declare const Fields5$outboundSchema: z.ZodType<Fields5$Outbound, z.ZodTypeDef, Fields5>;
1369
+ /**
1370
+ * @internal
1371
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1372
+ */
1373
+ export declare namespace Fields5$ {
1374
+ /** @deprecated use `Fields5$inboundSchema` instead. */
1375
+ const inboundSchema: z.ZodType<Fields5, z.ZodTypeDef, unknown>;
1376
+ /** @deprecated use `Fields5$outboundSchema` instead. */
1377
+ const outboundSchema: z.ZodType<Fields5$Outbound, z.ZodTypeDef, Fields5>;
1378
+ /** @deprecated use `Fields5$Outbound` instead. */
1379
+ type Outbound = Fields5$Outbound;
1380
+ }
1381
+ export declare function fields5ToJSON(fields5: Fields5): string;
1382
+ export declare function fields5FromJSON(jsonString: string): SafeParseResult<Fields5, SDKValidationError>;
1383
+ /** @internal */
1384
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type>;
1385
+ /** @internal */
1386
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type>;
1387
+ /**
1388
+ * @internal
1389
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1390
+ */
1391
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type$ {
1392
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type$inboundSchema` instead. */
1393
+ const inboundSchema: z.ZodNativeEnum<{
1394
+ readonly Name: "NAME";
1395
+ }>;
1396
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4Type$outboundSchema` instead. */
1397
+ const outboundSchema: z.ZodNativeEnum<{
1398
+ readonly Name: "NAME";
1399
+ }>;
1400
+ }
1401
+ /** @internal */
1402
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType>;
1403
+ /** @internal */
1404
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType>;
1405
+ /**
1406
+ * @internal
1407
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1408
+ */
1409
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType$ {
1410
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType$inboundSchema` instead. */
1411
+ const inboundSchema: z.ZodNativeEnum<{
1412
+ readonly Name: "name";
1413
+ }>;
1414
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody4FieldMetaType$outboundSchema` instead. */
1415
+ const outboundSchema: z.ZodNativeEnum<{
1416
+ readonly Name: "name";
1417
+ }>;
1418
+ }
1419
+ /** @internal */
1420
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta, z.ZodTypeDef, unknown>;
1421
+ /** @internal */
1422
+ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$Outbound = {
1423
+ label?: string | undefined;
1424
+ placeholder?: string | undefined;
1425
+ required?: boolean | undefined;
1426
+ readOnly?: boolean | undefined;
1427
+ type: string;
1428
+ fontSize?: number | undefined;
1429
+ };
1430
+ /** @internal */
1431
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta>;
1432
+ /**
1433
+ * @internal
1434
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1435
+ */
1436
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$ {
1437
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$inboundSchema` instead. */
1438
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta, z.ZodTypeDef, unknown>;
1439
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$outboundSchema` instead. */
1440
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta>;
1441
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$Outbound` instead. */
1442
+ type Outbound = FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$Outbound;
1443
+ }
1444
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMetaToJSON(fieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta: FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta): string;
1445
+ export declare function fieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta, SDKValidationError>;
1446
+ /** @internal */
1447
+ export declare const Fields4$inboundSchema: z.ZodType<Fields4, z.ZodTypeDef, unknown>;
1448
+ /** @internal */
1449
+ export type Fields4$Outbound = {
1450
+ type: string;
1451
+ fieldMeta?: FieldCreateDocumentFieldsFieldsDocumentsFieldsFieldMeta$Outbound | undefined;
1452
+ recipientId: number;
1453
+ pageNumber: number;
1454
+ pageX: number;
1455
+ pageY: number;
1456
+ width: number;
1457
+ height: number;
1458
+ };
1459
+ /** @internal */
1460
+ export declare const Fields4$outboundSchema: z.ZodType<Fields4$Outbound, z.ZodTypeDef, Fields4>;
1461
+ /**
1462
+ * @internal
1463
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1464
+ */
1465
+ export declare namespace Fields4$ {
1466
+ /** @deprecated use `Fields4$inboundSchema` instead. */
1467
+ const inboundSchema: z.ZodType<Fields4, z.ZodTypeDef, unknown>;
1468
+ /** @deprecated use `Fields4$outboundSchema` instead. */
1469
+ const outboundSchema: z.ZodType<Fields4$Outbound, z.ZodTypeDef, Fields4>;
1470
+ /** @deprecated use `Fields4$Outbound` instead. */
1471
+ type Outbound = Fields4$Outbound;
1472
+ }
1473
+ export declare function fields4ToJSON(fields4: Fields4): string;
1474
+ export declare function fields4FromJSON(jsonString: string): SafeParseResult<Fields4, SDKValidationError>;
1475
+ /** @internal */
1476
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType>;
1477
+ /** @internal */
1478
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType>;
1479
+ /**
1480
+ * @internal
1481
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1482
+ */
1483
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType$ {
1484
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType$inboundSchema` instead. */
1485
+ const inboundSchema: z.ZodNativeEnum<{
1486
+ readonly Initials: "INITIALS";
1487
+ }>;
1488
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestType$outboundSchema` instead. */
1489
+ const outboundSchema: z.ZodNativeEnum<{
1490
+ readonly Initials: "INITIALS";
1491
+ }>;
1492
+ }
1493
+ /** @internal */
1494
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType>;
1495
+ /** @internal */
1496
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType>;
1497
+ /**
1498
+ * @internal
1499
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1500
+ */
1501
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType$ {
1502
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType$inboundSchema` instead. */
1503
+ const inboundSchema: z.ZodNativeEnum<{
1504
+ readonly Initials: "initials";
1505
+ }>;
1506
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBodyType$outboundSchema` instead. */
1507
+ const outboundSchema: z.ZodNativeEnum<{
1508
+ readonly Initials: "initials";
1509
+ }>;
1510
+ }
1511
+ /** @internal */
1512
+ export declare const FieldCreateDocumentFieldsFieldsFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsFieldMeta, z.ZodTypeDef, unknown>;
1513
+ /** @internal */
1514
+ export type FieldCreateDocumentFieldsFieldsFieldMeta$Outbound = {
1515
+ label?: string | undefined;
1516
+ placeholder?: string | undefined;
1517
+ required?: boolean | undefined;
1518
+ readOnly?: boolean | undefined;
1519
+ type: string;
1520
+ fontSize?: number | undefined;
1521
+ };
1522
+ /** @internal */
1523
+ export declare const FieldCreateDocumentFieldsFieldsFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsFieldMeta>;
1524
+ /**
1525
+ * @internal
1526
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1527
+ */
1528
+ export declare namespace FieldCreateDocumentFieldsFieldsFieldMeta$ {
1529
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsFieldMeta$inboundSchema` instead. */
1530
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsFieldMeta, z.ZodTypeDef, unknown>;
1531
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsFieldMeta$outboundSchema` instead. */
1532
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldsFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldsFieldMeta>;
1533
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsFieldMeta$Outbound` instead. */
1534
+ type Outbound = FieldCreateDocumentFieldsFieldsFieldMeta$Outbound;
1535
+ }
1536
+ export declare function fieldCreateDocumentFieldsFieldsFieldMetaToJSON(fieldCreateDocumentFieldsFieldsFieldMeta: FieldCreateDocumentFieldsFieldsFieldMeta): string;
1537
+ export declare function fieldCreateDocumentFieldsFieldsFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldsFieldMeta, SDKValidationError>;
1538
+ /** @internal */
1539
+ export declare const Fields3$inboundSchema: z.ZodType<Fields3, z.ZodTypeDef, unknown>;
1540
+ /** @internal */
1541
+ export type Fields3$Outbound = {
1542
+ type: string;
1543
+ fieldMeta?: FieldCreateDocumentFieldsFieldsFieldMeta$Outbound | undefined;
1544
+ recipientId: number;
1545
+ pageNumber: number;
1546
+ pageX: number;
1547
+ pageY: number;
1548
+ width: number;
1549
+ height: number;
1550
+ };
1551
+ /** @internal */
1552
+ export declare const Fields3$outboundSchema: z.ZodType<Fields3$Outbound, z.ZodTypeDef, Fields3>;
1553
+ /**
1554
+ * @internal
1555
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1556
+ */
1557
+ export declare namespace Fields3$ {
1558
+ /** @deprecated use `Fields3$inboundSchema` instead. */
1559
+ const inboundSchema: z.ZodType<Fields3, z.ZodTypeDef, unknown>;
1560
+ /** @deprecated use `Fields3$outboundSchema` instead. */
1561
+ const outboundSchema: z.ZodType<Fields3$Outbound, z.ZodTypeDef, Fields3>;
1562
+ /** @deprecated use `Fields3$Outbound` instead. */
1563
+ type Outbound = Fields3$Outbound;
1564
+ }
1565
+ export declare function fields3ToJSON(fields3: Fields3): string;
1566
+ export declare function fields3FromJSON(jsonString: string): SafeParseResult<Fields3, SDKValidationError>;
1567
+ /** @internal */
1568
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsType>;
1569
+ /** @internal */
1570
+ export declare const FieldCreateDocumentFieldsFieldsDocumentsFieldsType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsDocumentsFieldsType>;
1571
+ /**
1572
+ * @internal
1573
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1574
+ */
1575
+ export declare namespace FieldCreateDocumentFieldsFieldsDocumentsFieldsType$ {
1576
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsType$inboundSchema` instead. */
1577
+ const inboundSchema: z.ZodNativeEnum<{
1578
+ readonly FreeSignature: "FREE_SIGNATURE";
1579
+ }>;
1580
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsDocumentsFieldsType$outboundSchema` instead. */
1581
+ const outboundSchema: z.ZodNativeEnum<{
1582
+ readonly FreeSignature: "FREE_SIGNATURE";
1583
+ }>;
1584
+ }
1585
+ /** @internal */
1586
+ export declare const Fields2$inboundSchema: z.ZodType<Fields2, z.ZodTypeDef, unknown>;
1587
+ /** @internal */
1588
+ export type Fields2$Outbound = {
1589
+ type: string;
1590
+ recipientId: number;
1591
+ pageNumber: number;
1592
+ pageX: number;
1593
+ pageY: number;
1594
+ width: number;
1595
+ height: number;
1596
+ };
1597
+ /** @internal */
1598
+ export declare const Fields2$outboundSchema: z.ZodType<Fields2$Outbound, z.ZodTypeDef, Fields2>;
1599
+ /**
1600
+ * @internal
1601
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1602
+ */
1603
+ export declare namespace Fields2$ {
1604
+ /** @deprecated use `Fields2$inboundSchema` instead. */
1605
+ const inboundSchema: z.ZodType<Fields2, z.ZodTypeDef, unknown>;
1606
+ /** @deprecated use `Fields2$outboundSchema` instead. */
1607
+ const outboundSchema: z.ZodType<Fields2$Outbound, z.ZodTypeDef, Fields2>;
1608
+ /** @deprecated use `Fields2$Outbound` instead. */
1609
+ type Outbound = Fields2$Outbound;
1610
+ }
1611
+ export declare function fields2ToJSON(fields2: Fields2): string;
1612
+ export declare function fields2FromJSON(jsonString: string): SafeParseResult<Fields2, SDKValidationError>;
1613
+ /** @internal */
1614
+ export declare const FieldCreateDocumentFieldsFieldsType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsType>;
1615
+ /** @internal */
1616
+ export declare const FieldCreateDocumentFieldsFieldsType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldsType>;
1617
+ /**
1618
+ * @internal
1619
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1620
+ */
1621
+ export declare namespace FieldCreateDocumentFieldsFieldsType$ {
1622
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsType$inboundSchema` instead. */
1623
+ const inboundSchema: z.ZodNativeEnum<{
1624
+ readonly Signature: "SIGNATURE";
1625
+ }>;
1626
+ /** @deprecated use `FieldCreateDocumentFieldsFieldsType$outboundSchema` instead. */
1627
+ const outboundSchema: z.ZodNativeEnum<{
1628
+ readonly Signature: "SIGNATURE";
1629
+ }>;
1630
+ }
1631
+ /** @internal */
1632
+ export declare const Fields1$inboundSchema: z.ZodType<Fields1, z.ZodTypeDef, unknown>;
1633
+ /** @internal */
1634
+ export type Fields1$Outbound = {
1635
+ type: string;
1636
+ recipientId: number;
1637
+ pageNumber: number;
1638
+ pageX: number;
1639
+ pageY: number;
1640
+ width: number;
1641
+ height: number;
1642
+ };
1643
+ /** @internal */
1644
+ export declare const Fields1$outboundSchema: z.ZodType<Fields1$Outbound, z.ZodTypeDef, Fields1>;
1645
+ /**
1646
+ * @internal
1647
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1648
+ */
1649
+ export declare namespace Fields1$ {
1650
+ /** @deprecated use `Fields1$inboundSchema` instead. */
1651
+ const inboundSchema: z.ZodType<Fields1, z.ZodTypeDef, unknown>;
1652
+ /** @deprecated use `Fields1$outboundSchema` instead. */
1653
+ const outboundSchema: z.ZodType<Fields1$Outbound, z.ZodTypeDef, Fields1>;
1654
+ /** @deprecated use `Fields1$Outbound` instead. */
1655
+ type Outbound = Fields1$Outbound;
1656
+ }
1657
+ export declare function fields1ToJSON(fields1: Fields1): string;
1658
+ export declare function fields1FromJSON(jsonString: string): SafeParseResult<Fields1, SDKValidationError>;
1659
+ /** @internal */
1660
+ export declare const FieldCreateDocumentFieldsFields$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFields, z.ZodTypeDef, unknown>;
1661
+ /** @internal */
1662
+ export type FieldCreateDocumentFieldsFields$Outbound = Fields1$Outbound | Fields2$Outbound | Fields3$Outbound | Fields4$Outbound | Fields5$Outbound | Fields6$Outbound | Fields7$Outbound | Fields8$Outbound | Fields9$Outbound | Fields10$Outbound | Fields11$Outbound;
1663
+ /** @internal */
1664
+ export declare const FieldCreateDocumentFieldsFields$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFields$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFields>;
1665
+ /**
1666
+ * @internal
1667
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1668
+ */
1669
+ export declare namespace FieldCreateDocumentFieldsFields$ {
1670
+ /** @deprecated use `FieldCreateDocumentFieldsFields$inboundSchema` instead. */
1671
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFields, z.ZodTypeDef, unknown>;
1672
+ /** @deprecated use `FieldCreateDocumentFieldsFields$outboundSchema` instead. */
1673
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFields$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFields>;
1674
+ /** @deprecated use `FieldCreateDocumentFieldsFields$Outbound` instead. */
1675
+ type Outbound = FieldCreateDocumentFieldsFields$Outbound;
1676
+ }
1677
+ export declare function fieldCreateDocumentFieldsFieldsToJSON(fieldCreateDocumentFieldsFields: FieldCreateDocumentFieldsFields): string;
1678
+ export declare function fieldCreateDocumentFieldsFieldsFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFields, SDKValidationError>;
1679
+ /** @internal */
1680
+ export declare const FieldCreateDocumentFieldsRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsRequestBody, z.ZodTypeDef, unknown>;
1681
+ /** @internal */
1682
+ export type FieldCreateDocumentFieldsRequestBody$Outbound = {
1683
+ documentId: number;
1684
+ fields: Array<Fields1$Outbound | Fields2$Outbound | Fields3$Outbound | Fields4$Outbound | Fields5$Outbound | Fields6$Outbound | Fields7$Outbound | Fields8$Outbound | Fields9$Outbound | Fields10$Outbound | Fields11$Outbound>;
1685
+ };
1686
+ /** @internal */
1687
+ export declare const FieldCreateDocumentFieldsRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsRequestBody>;
1688
+ /**
1689
+ * @internal
1690
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1691
+ */
1692
+ export declare namespace FieldCreateDocumentFieldsRequestBody$ {
1693
+ /** @deprecated use `FieldCreateDocumentFieldsRequestBody$inboundSchema` instead. */
1694
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsRequestBody, z.ZodTypeDef, unknown>;
1695
+ /** @deprecated use `FieldCreateDocumentFieldsRequestBody$outboundSchema` instead. */
1696
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsRequestBody>;
1697
+ /** @deprecated use `FieldCreateDocumentFieldsRequestBody$Outbound` instead. */
1698
+ type Outbound = FieldCreateDocumentFieldsRequestBody$Outbound;
1699
+ }
1700
+ export declare function fieldCreateDocumentFieldsRequestBodyToJSON(fieldCreateDocumentFieldsRequestBody: FieldCreateDocumentFieldsRequestBody): string;
1701
+ export declare function fieldCreateDocumentFieldsRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsRequestBody, SDKValidationError>;
1702
+ /** @internal */
1703
+ export declare const FieldCreateDocumentFieldsType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsType>;
1704
+ /** @internal */
1705
+ export declare const FieldCreateDocumentFieldsType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsType>;
1706
+ /**
1707
+ * @internal
1708
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1709
+ */
1710
+ export declare namespace FieldCreateDocumentFieldsType$ {
1711
+ /** @deprecated use `FieldCreateDocumentFieldsType$inboundSchema` instead. */
1712
+ const inboundSchema: z.ZodNativeEnum<{
1713
+ readonly Signature: "SIGNATURE";
1714
+ readonly FreeSignature: "FREE_SIGNATURE";
1715
+ readonly Initials: "INITIALS";
1716
+ readonly Name: "NAME";
1717
+ readonly Email: "EMAIL";
1718
+ readonly Date: "DATE";
1719
+ readonly Text: "TEXT";
1720
+ readonly Number: "NUMBER";
1721
+ readonly Radio: "RADIO";
1722
+ readonly Checkbox: "CHECKBOX";
1723
+ readonly Dropdown: "DROPDOWN";
1724
+ }>;
1725
+ /** @deprecated use `FieldCreateDocumentFieldsType$outboundSchema` instead. */
1726
+ const outboundSchema: z.ZodNativeEnum<{
1727
+ readonly Signature: "SIGNATURE";
1728
+ readonly FreeSignature: "FREE_SIGNATURE";
1729
+ readonly Initials: "INITIALS";
1730
+ readonly Name: "NAME";
1731
+ readonly Email: "EMAIL";
1732
+ readonly Date: "DATE";
1733
+ readonly Text: "TEXT";
1734
+ readonly Number: "NUMBER";
1735
+ readonly Radio: "RADIO";
1736
+ readonly Checkbox: "CHECKBOX";
1737
+ readonly Dropdown: "DROPDOWN";
1738
+ }>;
1739
+ }
1740
+ /** @internal */
1741
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type>;
1742
+ /** @internal */
1743
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type>;
1744
+ /**
1745
+ * @internal
1746
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1747
+ */
1748
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type$ {
1749
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema` instead. */
1750
+ const inboundSchema: z.ZodNativeEnum<{
1751
+ readonly Dropdown: "dropdown";
1752
+ }>;
1753
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema` instead. */
1754
+ const outboundSchema: z.ZodNativeEnum<{
1755
+ readonly Dropdown: "dropdown";
1756
+ }>;
1757
+ }
1758
+ /** @internal */
1759
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues, z.ZodTypeDef, unknown>;
1760
+ /** @internal */
1761
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$Outbound = {
1762
+ value: string;
1763
+ };
1764
+ /** @internal */
1765
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues>;
1766
+ /**
1767
+ * @internal
1768
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1769
+ */
1770
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$ {
1771
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$inboundSchema` instead. */
1772
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues, z.ZodTypeDef, unknown>;
1773
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$outboundSchema` instead. */
1774
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues>;
1775
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$Outbound` instead. */
1776
+ type Outbound = FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$Outbound;
1777
+ }
1778
+ export declare function fieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValuesToJSON(fieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues): string;
1779
+ export declare function fieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues, SDKValidationError>;
1780
+ /** @internal */
1781
+ export declare const FieldCreateDocumentFieldsFieldMeta9$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta9, z.ZodTypeDef, unknown>;
1782
+ /** @internal */
1783
+ export type FieldCreateDocumentFieldsFieldMeta9$Outbound = {
1784
+ label?: string | undefined;
1785
+ placeholder?: string | undefined;
1786
+ required?: boolean | undefined;
1787
+ readOnly?: boolean | undefined;
1788
+ type: string;
1789
+ values?: Array<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseValues$Outbound> | undefined;
1790
+ defaultValue?: string | undefined;
1791
+ };
1792
+ /** @internal */
1793
+ export declare const FieldCreateDocumentFieldsFieldMeta9$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta9$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta9>;
1794
+ /**
1795
+ * @internal
1796
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1797
+ */
1798
+ export declare namespace FieldCreateDocumentFieldsFieldMeta9$ {
1799
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta9$inboundSchema` instead. */
1800
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta9, z.ZodTypeDef, unknown>;
1801
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta9$outboundSchema` instead. */
1802
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta9$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta9>;
1803
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta9$Outbound` instead. */
1804
+ type Outbound = FieldCreateDocumentFieldsFieldMeta9$Outbound;
1805
+ }
1806
+ export declare function fieldCreateDocumentFieldsFieldMeta9ToJSON(fieldCreateDocumentFieldsFieldMeta9: FieldCreateDocumentFieldsFieldMeta9): string;
1807
+ export declare function fieldCreateDocumentFieldsFieldMeta9FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta9, SDKValidationError>;
1808
+ /** @internal */
1809
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type>;
1810
+ /** @internal */
1811
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type>;
1812
+ /**
1813
+ * @internal
1814
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1815
+ */
1816
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type$ {
1817
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema` instead. */
1818
+ const inboundSchema: z.ZodNativeEnum<{
1819
+ readonly Checkbox: "checkbox";
1820
+ }>;
1821
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema` instead. */
1822
+ const outboundSchema: z.ZodNativeEnum<{
1823
+ readonly Checkbox: "checkbox";
1824
+ }>;
1825
+ }
1826
+ /** @internal */
1827
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues, z.ZodTypeDef, unknown>;
1828
+ /** @internal */
1829
+ export type FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$Outbound = {
1830
+ id: number;
1831
+ checked: boolean;
1832
+ value: string;
1833
+ };
1834
+ /** @internal */
1835
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues>;
1836
+ /**
1837
+ * @internal
1838
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1839
+ */
1840
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$ {
1841
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$inboundSchema` instead. */
1842
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues, z.ZodTypeDef, unknown>;
1843
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$outboundSchema` instead. */
1844
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues>;
1845
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$Outbound` instead. */
1846
+ type Outbound = FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$Outbound;
1847
+ }
1848
+ export declare function fieldCreateDocumentFieldsFieldMetaDocumentsFieldsValuesToJSON(fieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues: FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues): string;
1849
+ export declare function fieldCreateDocumentFieldsFieldMetaDocumentsFieldsValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues, SDKValidationError>;
1850
+ /** @internal */
1851
+ export declare const FieldCreateDocumentFieldsFieldMeta8$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta8, z.ZodTypeDef, unknown>;
1852
+ /** @internal */
1853
+ export type FieldCreateDocumentFieldsFieldMeta8$Outbound = {
1854
+ label?: string | undefined;
1855
+ placeholder?: string | undefined;
1856
+ required?: boolean | undefined;
1857
+ readOnly?: boolean | undefined;
1858
+ type: string;
1859
+ values?: Array<FieldCreateDocumentFieldsFieldMetaDocumentsFieldsValues$Outbound> | undefined;
1860
+ validationRule?: string | undefined;
1861
+ validationLength?: number | undefined;
1862
+ };
1863
+ /** @internal */
1864
+ export declare const FieldCreateDocumentFieldsFieldMeta8$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta8$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta8>;
1865
+ /**
1866
+ * @internal
1867
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1868
+ */
1869
+ export declare namespace FieldCreateDocumentFieldsFieldMeta8$ {
1870
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta8$inboundSchema` instead. */
1871
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta8, z.ZodTypeDef, unknown>;
1872
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta8$outboundSchema` instead. */
1873
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta8$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta8>;
1874
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta8$Outbound` instead. */
1875
+ type Outbound = FieldCreateDocumentFieldsFieldMeta8$Outbound;
1876
+ }
1877
+ export declare function fieldCreateDocumentFieldsFieldMeta8ToJSON(fieldCreateDocumentFieldsFieldMeta8: FieldCreateDocumentFieldsFieldMeta8): string;
1878
+ export declare function fieldCreateDocumentFieldsFieldMeta8FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta8, SDKValidationError>;
1879
+ /** @internal */
1880
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType>;
1881
+ /** @internal */
1882
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType>;
1883
+ /**
1884
+ * @internal
1885
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1886
+ */
1887
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType$ {
1888
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema` instead. */
1889
+ const inboundSchema: z.ZodNativeEnum<{
1890
+ readonly Radio: "radio";
1891
+ }>;
1892
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema` instead. */
1893
+ const outboundSchema: z.ZodNativeEnum<{
1894
+ readonly Radio: "radio";
1895
+ }>;
1896
+ }
1897
+ /** @internal */
1898
+ export declare const FieldCreateDocumentFieldsFieldMetaValues$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaValues, z.ZodTypeDef, unknown>;
1899
+ /** @internal */
1900
+ export type FieldCreateDocumentFieldsFieldMetaValues$Outbound = {
1901
+ id: number;
1902
+ checked: boolean;
1903
+ value: string;
1904
+ };
1905
+ /** @internal */
1906
+ export declare const FieldCreateDocumentFieldsFieldMetaValues$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaValues>;
1907
+ /**
1908
+ * @internal
1909
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1910
+ */
1911
+ export declare namespace FieldCreateDocumentFieldsFieldMetaValues$ {
1912
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaValues$inboundSchema` instead. */
1913
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaValues, z.ZodTypeDef, unknown>;
1914
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaValues$outboundSchema` instead. */
1915
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaValues$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaValues>;
1916
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaValues$Outbound` instead. */
1917
+ type Outbound = FieldCreateDocumentFieldsFieldMetaValues$Outbound;
1918
+ }
1919
+ export declare function fieldCreateDocumentFieldsFieldMetaValuesToJSON(fieldCreateDocumentFieldsFieldMetaValues: FieldCreateDocumentFieldsFieldMetaValues): string;
1920
+ export declare function fieldCreateDocumentFieldsFieldMetaValuesFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaValues, SDKValidationError>;
1921
+ /** @internal */
1922
+ export declare const FieldCreateDocumentFieldsFieldMeta7$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta7, z.ZodTypeDef, unknown>;
1923
+ /** @internal */
1924
+ export type FieldCreateDocumentFieldsFieldMeta7$Outbound = {
1925
+ label?: string | undefined;
1926
+ placeholder?: string | undefined;
1927
+ required?: boolean | undefined;
1928
+ readOnly?: boolean | undefined;
1929
+ type: string;
1930
+ values?: Array<FieldCreateDocumentFieldsFieldMetaValues$Outbound> | undefined;
1931
+ };
1932
+ /** @internal */
1933
+ export declare const FieldCreateDocumentFieldsFieldMeta7$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta7$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta7>;
1934
+ /**
1935
+ * @internal
1936
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1937
+ */
1938
+ export declare namespace FieldCreateDocumentFieldsFieldMeta7$ {
1939
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta7$inboundSchema` instead. */
1940
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta7, z.ZodTypeDef, unknown>;
1941
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta7$outboundSchema` instead. */
1942
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta7$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta7>;
1943
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta7$Outbound` instead. */
1944
+ type Outbound = FieldCreateDocumentFieldsFieldMeta7$Outbound;
1945
+ }
1946
+ export declare function fieldCreateDocumentFieldsFieldMeta7ToJSON(fieldCreateDocumentFieldsFieldMeta7: FieldCreateDocumentFieldsFieldMeta7): string;
1947
+ export declare function fieldCreateDocumentFieldsFieldMeta7FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta7, SDKValidationError>;
1948
+ /** @internal */
1949
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType>;
1950
+ /** @internal */
1951
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType>;
1952
+ /**
1953
+ * @internal
1954
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1955
+ */
1956
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$ {
1957
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
1958
+ const inboundSchema: z.ZodNativeEnum<{
1959
+ readonly Number: "number";
1960
+ }>;
1961
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
1962
+ const outboundSchema: z.ZodNativeEnum<{
1963
+ readonly Number: "number";
1964
+ }>;
1965
+ }
1966
+ /** @internal */
1967
+ export declare const FieldCreateDocumentFieldsFieldMeta6$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta6, z.ZodTypeDef, unknown>;
1968
+ /** @internal */
1969
+ export type FieldCreateDocumentFieldsFieldMeta6$Outbound = {
1970
+ label?: string | undefined;
1971
+ placeholder?: string | undefined;
1972
+ required?: boolean | undefined;
1973
+ readOnly?: boolean | undefined;
1974
+ type: string;
1975
+ numberFormat?: string | undefined;
1976
+ value?: string | undefined;
1977
+ minValue?: number | undefined;
1978
+ maxValue?: number | undefined;
1979
+ fontSize?: number | undefined;
1980
+ };
1981
+ /** @internal */
1982
+ export declare const FieldCreateDocumentFieldsFieldMeta6$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta6$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta6>;
1983
+ /**
1984
+ * @internal
1985
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1986
+ */
1987
+ export declare namespace FieldCreateDocumentFieldsFieldMeta6$ {
1988
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta6$inboundSchema` instead. */
1989
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta6, z.ZodTypeDef, unknown>;
1990
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta6$outboundSchema` instead. */
1991
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta6$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta6>;
1992
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta6$Outbound` instead. */
1993
+ type Outbound = FieldCreateDocumentFieldsFieldMeta6$Outbound;
1994
+ }
1995
+ export declare function fieldCreateDocumentFieldsFieldMeta6ToJSON(fieldCreateDocumentFieldsFieldMeta6: FieldCreateDocumentFieldsFieldMeta6): string;
1996
+ export declare function fieldCreateDocumentFieldsFieldMeta6FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta6, SDKValidationError>;
1997
+ /** @internal */
1998
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType>;
1999
+ /** @internal */
2000
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType>;
2001
+ /**
2002
+ * @internal
2003
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2004
+ */
2005
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType$ {
2006
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType$inboundSchema` instead. */
2007
+ const inboundSchema: z.ZodNativeEnum<{
2008
+ readonly Text: "text";
2009
+ }>;
2010
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200ApplicationJSONType$outboundSchema` instead. */
2011
+ const outboundSchema: z.ZodNativeEnum<{
2012
+ readonly Text: "text";
2013
+ }>;
2014
+ }
2015
+ /** @internal */
2016
+ export declare const FieldCreateDocumentFieldsFieldMeta5$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta5, z.ZodTypeDef, unknown>;
2017
+ /** @internal */
2018
+ export type FieldCreateDocumentFieldsFieldMeta5$Outbound = {
2019
+ label?: string | undefined;
2020
+ placeholder?: string | undefined;
2021
+ required?: boolean | undefined;
2022
+ readOnly?: boolean | undefined;
2023
+ type: string;
2024
+ text?: string | undefined;
2025
+ characterLimit?: number | undefined;
2026
+ fontSize?: number | undefined;
2027
+ };
2028
+ /** @internal */
2029
+ export declare const FieldCreateDocumentFieldsFieldMeta5$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta5$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta5>;
2030
+ /**
2031
+ * @internal
2032
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2033
+ */
2034
+ export declare namespace FieldCreateDocumentFieldsFieldMeta5$ {
2035
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta5$inboundSchema` instead. */
2036
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta5, z.ZodTypeDef, unknown>;
2037
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta5$outboundSchema` instead. */
2038
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta5$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta5>;
2039
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta5$Outbound` instead. */
2040
+ type Outbound = FieldCreateDocumentFieldsFieldMeta5$Outbound;
2041
+ }
2042
+ export declare function fieldCreateDocumentFieldsFieldMeta5ToJSON(fieldCreateDocumentFieldsFieldMeta5: FieldCreateDocumentFieldsFieldMeta5): string;
2043
+ export declare function fieldCreateDocumentFieldsFieldMeta5FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta5, SDKValidationError>;
2044
+ /** @internal */
2045
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type>;
2046
+ /** @internal */
2047
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type>;
2048
+ /**
2049
+ * @internal
2050
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2051
+ */
2052
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type$ {
2053
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type$inboundSchema` instead. */
2054
+ const inboundSchema: z.ZodNativeEnum<{
2055
+ readonly Date: "date";
2056
+ }>;
2057
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponse200Type$outboundSchema` instead. */
2058
+ const outboundSchema: z.ZodNativeEnum<{
2059
+ readonly Date: "date";
2060
+ }>;
2061
+ }
2062
+ /** @internal */
2063
+ export declare const FieldCreateDocumentFieldsFieldMeta4$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta4, z.ZodTypeDef, unknown>;
2064
+ /** @internal */
2065
+ export type FieldCreateDocumentFieldsFieldMeta4$Outbound = {
2066
+ label?: string | undefined;
2067
+ placeholder?: string | undefined;
2068
+ required?: boolean | undefined;
2069
+ readOnly?: boolean | undefined;
2070
+ type: string;
2071
+ fontSize?: number | undefined;
2072
+ };
2073
+ /** @internal */
2074
+ export declare const FieldCreateDocumentFieldsFieldMeta4$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta4$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta4>;
2075
+ /**
2076
+ * @internal
2077
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2078
+ */
2079
+ export declare namespace FieldCreateDocumentFieldsFieldMeta4$ {
2080
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta4$inboundSchema` instead. */
2081
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta4, z.ZodTypeDef, unknown>;
2082
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta4$outboundSchema` instead. */
2083
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta4$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta4>;
2084
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta4$Outbound` instead. */
2085
+ type Outbound = FieldCreateDocumentFieldsFieldMeta4$Outbound;
2086
+ }
2087
+ export declare function fieldCreateDocumentFieldsFieldMeta4ToJSON(fieldCreateDocumentFieldsFieldMeta4: FieldCreateDocumentFieldsFieldMeta4): string;
2088
+ export declare function fieldCreateDocumentFieldsFieldMeta4FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta4, SDKValidationError>;
2089
+ /** @internal */
2090
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType>;
2091
+ /** @internal */
2092
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType>;
2093
+ /**
2094
+ * @internal
2095
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2096
+ */
2097
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType$ {
2098
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType$inboundSchema` instead. */
2099
+ const inboundSchema: z.ZodNativeEnum<{
2100
+ readonly Email: "email";
2101
+ }>;
2102
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsResponseType$outboundSchema` instead. */
2103
+ const outboundSchema: z.ZodNativeEnum<{
2104
+ readonly Email: "email";
2105
+ }>;
2106
+ }
2107
+ /** @internal */
2108
+ export declare const FieldCreateDocumentFieldsFieldMeta3$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta3, z.ZodTypeDef, unknown>;
2109
+ /** @internal */
2110
+ export type FieldCreateDocumentFieldsFieldMeta3$Outbound = {
2111
+ label?: string | undefined;
2112
+ placeholder?: string | undefined;
2113
+ required?: boolean | undefined;
2114
+ readOnly?: boolean | undefined;
2115
+ type: string;
2116
+ fontSize?: number | undefined;
2117
+ };
2118
+ /** @internal */
2119
+ export declare const FieldCreateDocumentFieldsFieldMeta3$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta3$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta3>;
2120
+ /**
2121
+ * @internal
2122
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2123
+ */
2124
+ export declare namespace FieldCreateDocumentFieldsFieldMeta3$ {
2125
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta3$inboundSchema` instead. */
2126
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta3, z.ZodTypeDef, unknown>;
2127
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta3$outboundSchema` instead. */
2128
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta3$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta3>;
2129
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta3$Outbound` instead. */
2130
+ type Outbound = FieldCreateDocumentFieldsFieldMeta3$Outbound;
2131
+ }
2132
+ export declare function fieldCreateDocumentFieldsFieldMeta3ToJSON(fieldCreateDocumentFieldsFieldMeta3: FieldCreateDocumentFieldsFieldMeta3): string;
2133
+ export declare function fieldCreateDocumentFieldsFieldMeta3FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta3, SDKValidationError>;
2134
+ /** @internal */
2135
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType>;
2136
+ /** @internal */
2137
+ export declare const FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType>;
2138
+ /**
2139
+ * @internal
2140
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2141
+ */
2142
+ export declare namespace FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType$ {
2143
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType$inboundSchema` instead. */
2144
+ const inboundSchema: z.ZodNativeEnum<{
2145
+ readonly Name: "name";
2146
+ }>;
2147
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaDocumentsFieldsType$outboundSchema` instead. */
2148
+ const outboundSchema: z.ZodNativeEnum<{
2149
+ readonly Name: "name";
2150
+ }>;
2151
+ }
2152
+ /** @internal */
2153
+ export declare const FieldCreateDocumentFieldsFieldMeta2$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta2, z.ZodTypeDef, unknown>;
2154
+ /** @internal */
2155
+ export type FieldCreateDocumentFieldsFieldMeta2$Outbound = {
2156
+ label?: string | undefined;
2157
+ placeholder?: string | undefined;
2158
+ required?: boolean | undefined;
2159
+ readOnly?: boolean | undefined;
2160
+ type: string;
2161
+ fontSize?: number | undefined;
2162
+ };
2163
+ /** @internal */
2164
+ export declare const FieldCreateDocumentFieldsFieldMeta2$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta2$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta2>;
2165
+ /**
2166
+ * @internal
2167
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2168
+ */
2169
+ export declare namespace FieldCreateDocumentFieldsFieldMeta2$ {
2170
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta2$inboundSchema` instead. */
2171
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta2, z.ZodTypeDef, unknown>;
2172
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta2$outboundSchema` instead. */
2173
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta2$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta2>;
2174
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta2$Outbound` instead. */
2175
+ type Outbound = FieldCreateDocumentFieldsFieldMeta2$Outbound;
2176
+ }
2177
+ export declare function fieldCreateDocumentFieldsFieldMeta2ToJSON(fieldCreateDocumentFieldsFieldMeta2: FieldCreateDocumentFieldsFieldMeta2): string;
2178
+ export declare function fieldCreateDocumentFieldsFieldMeta2FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta2, SDKValidationError>;
2179
+ /** @internal */
2180
+ export declare const FieldCreateDocumentFieldsFieldMetaType$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaType>;
2181
+ /** @internal */
2182
+ export declare const FieldCreateDocumentFieldsFieldMetaType$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaType>;
2183
+ /**
2184
+ * @internal
2185
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2186
+ */
2187
+ export declare namespace FieldCreateDocumentFieldsFieldMetaType$ {
2188
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaType$inboundSchema` instead. */
2189
+ const inboundSchema: z.ZodNativeEnum<{
2190
+ readonly Initials: "initials";
2191
+ }>;
2192
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMetaType$outboundSchema` instead. */
2193
+ const outboundSchema: z.ZodNativeEnum<{
2194
+ readonly Initials: "initials";
2195
+ }>;
2196
+ }
2197
+ /** @internal */
2198
+ export declare const FieldCreateDocumentFieldsFieldMeta1$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta1, z.ZodTypeDef, unknown>;
2199
+ /** @internal */
2200
+ export type FieldCreateDocumentFieldsFieldMeta1$Outbound = {
2201
+ label?: string | undefined;
2202
+ placeholder?: string | undefined;
2203
+ required?: boolean | undefined;
2204
+ readOnly?: boolean | undefined;
2205
+ type: string;
2206
+ fontSize?: number | undefined;
2207
+ };
2208
+ /** @internal */
2209
+ export declare const FieldCreateDocumentFieldsFieldMeta1$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta1$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta1>;
2210
+ /**
2211
+ * @internal
2212
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2213
+ */
2214
+ export declare namespace FieldCreateDocumentFieldsFieldMeta1$ {
2215
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta1$inboundSchema` instead. */
2216
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta1, z.ZodTypeDef, unknown>;
2217
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta1$outboundSchema` instead. */
2218
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta1$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta1>;
2219
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta1$Outbound` instead. */
2220
+ type Outbound = FieldCreateDocumentFieldsFieldMeta1$Outbound;
2221
+ }
2222
+ export declare function fieldCreateDocumentFieldsFieldMeta1ToJSON(fieldCreateDocumentFieldsFieldMeta1: FieldCreateDocumentFieldsFieldMeta1): string;
2223
+ export declare function fieldCreateDocumentFieldsFieldMeta1FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta1, SDKValidationError>;
2224
+ /** @internal */
2225
+ export declare const FieldCreateDocumentFieldsFieldMeta$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta, z.ZodTypeDef, unknown>;
2226
+ /** @internal */
2227
+ export type FieldCreateDocumentFieldsFieldMeta$Outbound = FieldCreateDocumentFieldsFieldMeta1$Outbound | FieldCreateDocumentFieldsFieldMeta2$Outbound | FieldCreateDocumentFieldsFieldMeta3$Outbound | FieldCreateDocumentFieldsFieldMeta4$Outbound | FieldCreateDocumentFieldsFieldMeta7$Outbound | FieldCreateDocumentFieldsFieldMeta9$Outbound | FieldCreateDocumentFieldsFieldMeta5$Outbound | FieldCreateDocumentFieldsFieldMeta8$Outbound | FieldCreateDocumentFieldsFieldMeta6$Outbound;
2228
+ /** @internal */
2229
+ export declare const FieldCreateDocumentFieldsFieldMeta$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta>;
2230
+ /**
2231
+ * @internal
2232
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2233
+ */
2234
+ export declare namespace FieldCreateDocumentFieldsFieldMeta$ {
2235
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta$inboundSchema` instead. */
2236
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta, z.ZodTypeDef, unknown>;
2237
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta$outboundSchema` instead. */
2238
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMeta$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMeta>;
2239
+ /** @deprecated use `FieldCreateDocumentFieldsFieldMeta$Outbound` instead. */
2240
+ type Outbound = FieldCreateDocumentFieldsFieldMeta$Outbound;
2241
+ }
2242
+ export declare function fieldCreateDocumentFieldsFieldMetaToJSON(fieldCreateDocumentFieldsFieldMeta: FieldCreateDocumentFieldsFieldMeta): string;
2243
+ export declare function fieldCreateDocumentFieldsFieldMetaFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMeta, SDKValidationError>;
2244
+ /** @internal */
2245
+ export declare const FieldCreateDocumentFieldsDocumentsFieldsFields$inboundSchema: z.ZodType<FieldCreateDocumentFieldsDocumentsFieldsFields, z.ZodTypeDef, unknown>;
2246
+ /** @internal */
2247
+ export type FieldCreateDocumentFieldsDocumentsFieldsFields$Outbound = {
2248
+ type: string;
2249
+ id: number;
2250
+ secondaryId: string;
2251
+ documentId: number | null;
2252
+ templateId: number | null;
2253
+ recipientId: number;
2254
+ page: number;
2255
+ positionX?: any | undefined;
2256
+ positionY?: any | undefined;
2257
+ width?: any | undefined;
2258
+ height?: any | undefined;
2259
+ customText: string;
2260
+ inserted: boolean;
2261
+ fieldMeta: FieldCreateDocumentFieldsFieldMeta1$Outbound | FieldCreateDocumentFieldsFieldMeta2$Outbound | FieldCreateDocumentFieldsFieldMeta3$Outbound | FieldCreateDocumentFieldsFieldMeta4$Outbound | FieldCreateDocumentFieldsFieldMeta7$Outbound | FieldCreateDocumentFieldsFieldMeta9$Outbound | FieldCreateDocumentFieldsFieldMeta5$Outbound | FieldCreateDocumentFieldsFieldMeta8$Outbound | FieldCreateDocumentFieldsFieldMeta6$Outbound | null;
2262
+ };
2263
+ /** @internal */
2264
+ export declare const FieldCreateDocumentFieldsDocumentsFieldsFields$outboundSchema: z.ZodType<FieldCreateDocumentFieldsDocumentsFieldsFields$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsDocumentsFieldsFields>;
2265
+ /**
2266
+ * @internal
2267
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2268
+ */
2269
+ export declare namespace FieldCreateDocumentFieldsDocumentsFieldsFields$ {
2270
+ /** @deprecated use `FieldCreateDocumentFieldsDocumentsFieldsFields$inboundSchema` instead. */
2271
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsDocumentsFieldsFields, z.ZodTypeDef, unknown>;
2272
+ /** @deprecated use `FieldCreateDocumentFieldsDocumentsFieldsFields$outboundSchema` instead. */
2273
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsDocumentsFieldsFields$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsDocumentsFieldsFields>;
2274
+ /** @deprecated use `FieldCreateDocumentFieldsDocumentsFieldsFields$Outbound` instead. */
2275
+ type Outbound = FieldCreateDocumentFieldsDocumentsFieldsFields$Outbound;
2276
+ }
2277
+ export declare function fieldCreateDocumentFieldsDocumentsFieldsFieldsToJSON(fieldCreateDocumentFieldsDocumentsFieldsFields: FieldCreateDocumentFieldsDocumentsFieldsFields): string;
2278
+ export declare function fieldCreateDocumentFieldsDocumentsFieldsFieldsFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsDocumentsFieldsFields, SDKValidationError>;
2279
+ /** @internal */
2280
+ export declare const FieldCreateDocumentFieldsResponseBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsResponseBody, z.ZodTypeDef, unknown>;
2281
+ /** @internal */
2282
+ export type FieldCreateDocumentFieldsResponseBody$Outbound = {
2283
+ fields: Array<FieldCreateDocumentFieldsDocumentsFieldsFields$Outbound>;
2284
+ };
2285
+ /** @internal */
2286
+ export declare const FieldCreateDocumentFieldsResponseBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsResponseBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsResponseBody>;
2287
+ /**
2288
+ * @internal
2289
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2290
+ */
2291
+ export declare namespace FieldCreateDocumentFieldsResponseBody$ {
2292
+ /** @deprecated use `FieldCreateDocumentFieldsResponseBody$inboundSchema` instead. */
2293
+ const inboundSchema: z.ZodType<FieldCreateDocumentFieldsResponseBody, z.ZodTypeDef, unknown>;
2294
+ /** @deprecated use `FieldCreateDocumentFieldsResponseBody$outboundSchema` instead. */
2295
+ const outboundSchema: z.ZodType<FieldCreateDocumentFieldsResponseBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsResponseBody>;
2296
+ /** @deprecated use `FieldCreateDocumentFieldsResponseBody$Outbound` instead. */
2297
+ type Outbound = FieldCreateDocumentFieldsResponseBody$Outbound;
2298
+ }
2299
+ export declare function fieldCreateDocumentFieldsResponseBodyToJSON(fieldCreateDocumentFieldsResponseBody: FieldCreateDocumentFieldsResponseBody): string;
2300
+ export declare function fieldCreateDocumentFieldsResponseBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsResponseBody, SDKValidationError>;
2301
+ //# sourceMappingURL=fieldcreatedocumentfields.d.ts.map