@documenso/sdk-typescript 0.5.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +385 -355
- package/_speakeasy/.github/action-inputs-config.json +53 -0
- package/_speakeasy/.github/action-security-config.json +88 -0
- package/bin/mcp-server.js +51156 -29112
- package/bin/mcp-server.js.map +272 -85
- package/examples/package-lock.json +2 -10
- package/funcs/documentDocumentGetMany.d.ts +18 -0
- package/funcs/documentDocumentGetMany.d.ts.map +1 -0
- package/funcs/documentDocumentGetMany.js +118 -0
- package/funcs/documentDocumentGetMany.js.map +1 -0
- package/funcs/envelopeEnvelopeAuditLogFind.d.ts +18 -0
- package/funcs/envelopeEnvelopeAuditLogFind.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeAuditLogFind.js +130 -0
- package/funcs/envelopeEnvelopeAuditLogFind.js.map +1 -0
- package/funcs/envelopeEnvelopeFind.d.ts +18 -0
- package/funcs/envelopeEnvelopeFind.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeFind.js +130 -0
- package/funcs/envelopeEnvelopeFind.js.map +1 -0
- package/funcs/envelopeEnvelopeGetMany.d.ts +18 -0
- package/funcs/envelopeEnvelopeGetMany.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeGetMany.js +118 -0
- package/funcs/envelopeEnvelopeGetMany.js.map +1 -0
- package/funcs/templateTemplateGetMany.d.ts +18 -0
- package/funcs/templateTemplateGetMany.d.ts.map +1 -0
- package/funcs/templateTemplateGetMany.js +118 -0
- package/funcs/templateTemplateGetMany.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.d.ts +1 -0
- package/lib/encodings.d.ts.map +1 -1
- package/lib/encodings.js +12 -1
- package/lib/encodings.js.map +1 -1
- package/lib/sdks.js +2 -2
- package/lib/sdks.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/prompts.d.ts +3 -3
- package/mcp-server/prompts.d.ts.map +1 -1
- package/mcp-server/prompts.js.map +1 -1
- package/mcp-server/resources.d.ts +3 -3
- package/mcp-server/resources.d.ts.map +1 -1
- package/mcp-server/resources.js.map +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +11 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/documentDocumentGetMany.d.ts +8 -0
- package/mcp-server/tools/documentDocumentGetMany.d.ts.map +1 -0
- package/mcp-server/tools/documentDocumentGetMany.js +64 -0
- package/mcp-server/tools/documentDocumentGetMany.js.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogFind.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogFind.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogFind.js +64 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogFind.js.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeFind.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeFind.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeFind.js +64 -0
- package/mcp-server/tools/envelopeEnvelopeFind.js.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeGetMany.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeGetMany.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeGetMany.js +64 -0
- package/mcp-server/tools/envelopeEnvelopeGetMany.js.map +1 -0
- package/mcp-server/tools/templateTemplateGetMany.d.ts +8 -0
- package/mcp-server/tools/templateTemplateGetMany.d.ts.map +1 -0
- package/mcp-server/tools/templateTemplateGetMany.js +64 -0
- package/mcp-server/tools/templateTemplateGetMany.js.map +1 -0
- package/mcp-server/tools.d.ts +3 -3
- package/mcp-server/tools.d.ts.map +1 -1
- package/mcp-server/tools.js.map +1 -1
- package/models/errors/documentgetmany.d.ts +185 -0
- package/models/errors/documentgetmany.d.ts.map +1 -0
- package/models/errors/documentgetmany.js +268 -0
- package/models/errors/documentgetmany.js.map +1 -0
- package/models/errors/envelopeauditlogfind.d.ts +230 -0
- package/models/errors/envelopeauditlogfind.d.ts.map +1 -0
- package/models/errors/envelopeauditlogfind.js +319 -0
- package/models/errors/envelopeauditlogfind.js.map +1 -0
- package/models/errors/envelopefind.d.ts +230 -0
- package/models/errors/envelopefind.d.ts.map +1 -0
- package/models/errors/envelopefind.js +326 -0
- package/models/errors/envelopefind.js.map +1 -0
- package/models/errors/envelopegetmany.d.ts +185 -0
- package/models/errors/envelopegetmany.d.ts.map +1 -0
- package/models/errors/envelopegetmany.js +268 -0
- package/models/errors/envelopegetmany.js.map +1 -0
- package/models/errors/index.d.ts +5 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +5 -0
- package/models/errors/index.js.map +1 -1
- package/models/errors/templategetmany.d.ts +185 -0
- package/models/errors/templategetmany.d.ts.map +1 -0
- package/models/errors/templategetmany.js +268 -0
- package/models/errors/templategetmany.js.map +1 -0
- package/models/operations/documentcreate.d.ts +77 -160
- package/models/operations/documentcreate.d.ts.map +1 -1
- package/models/operations/documentcreate.js +81 -153
- package/models/operations/documentcreate.js.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.d.ts +102 -265
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +118 -263
- package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
- package/models/operations/documentdistribute.d.ts +5 -0
- package/models/operations/documentdistribute.d.ts.map +1 -1
- package/models/operations/documentdistribute.js +5 -0
- package/models/operations/documentdistribute.js.map +1 -1
- package/models/operations/documentfind.d.ts +30 -30
- package/models/operations/documentfind.d.ts.map +1 -1
- package/models/operations/documentfind.js +31 -33
- package/models/operations/documentfind.js.map +1 -1
- package/models/operations/documentget.d.ts +25 -105
- package/models/operations/documentget.d.ts.map +1 -1
- package/models/operations/documentget.js +28 -99
- package/models/operations/documentget.js.map +1 -1
- package/models/operations/documentgetmany.d.ts +323 -0
- package/models/operations/documentgetmany.d.ts.map +1 -0
- package/models/operations/documentgetmany.js +370 -0
- package/models/operations/documentgetmany.js.map +1 -0
- package/models/operations/documentupdate.d.ts +20 -15
- package/models/operations/documentupdate.d.ts.map +1 -1
- package/models/operations/documentupdate.js +21 -18
- package/models/operations/documentupdate.js.map +1 -1
- package/models/operations/embeddingpresigncreateembeddingpresigntoken.d.ts +2 -0
- package/models/operations/embeddingpresigncreateembeddingpresigntoken.d.ts.map +1 -1
- package/models/operations/embeddingpresigncreateembeddingpresigntoken.js +2 -0
- package/models/operations/embeddingpresigncreateembeddingpresigntoken.js.map +1 -1
- package/models/operations/embeddingpresignverifyembeddingpresigntoken.d.ts +2 -0
- package/models/operations/embeddingpresignverifyembeddingpresigntoken.d.ts.map +1 -1
- package/models/operations/embeddingpresignverifyembeddingpresigntoken.js +2 -0
- package/models/operations/embeddingpresignverifyembeddingpresigntoken.js.map +1 -1
- package/models/operations/envelopeauditlogfind.d.ts +2844 -0
- package/models/operations/envelopeauditlogfind.d.ts.map +1 -0
- package/models/operations/envelopeauditlogfind.js +3579 -0
- package/models/operations/envelopeauditlogfind.js.map +1 -0
- package/models/operations/envelopecreate.d.ts +103 -167
- package/models/operations/envelopecreate.d.ts.map +1 -1
- package/models/operations/envelopecreate.js +109 -161
- package/models/operations/envelopecreate.js.map +1 -1
- package/models/operations/envelopedistribute.d.ts +46 -0
- package/models/operations/envelopedistribute.d.ts.map +1 -1
- package/models/operations/envelopedistribute.js +49 -1
- package/models/operations/envelopedistribute.js.map +1 -1
- package/models/operations/envelopefieldcreatemany.d.ts +97 -265
- package/models/operations/envelopefieldcreatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldcreatemany.js +106 -280
- package/models/operations/envelopefieldcreatemany.js.map +1 -1
- package/models/operations/envelopefieldget.d.ts +25 -105
- package/models/operations/envelopefieldget.d.ts.map +1 -1
- package/models/operations/envelopefieldget.js +27 -97
- package/models/operations/envelopefieldget.js.map +1 -1
- package/models/operations/envelopefieldupdatemany.d.ts +97 -265
- package/models/operations/envelopefieldupdatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldupdatemany.js +106 -280
- package/models/operations/envelopefieldupdatemany.js.map +1 -1
- package/models/operations/envelopefind.d.ts +465 -0
- package/models/operations/envelopefind.d.ts.map +1 -0
- package/models/operations/envelopefind.js +466 -0
- package/models/operations/envelopefind.js.map +1 -0
- package/models/operations/envelopeget.d.ts +30 -110
- package/models/operations/envelopeget.d.ts.map +1 -1
- package/models/operations/envelopeget.js +33 -104
- package/models/operations/envelopeget.js.map +1 -1
- package/models/operations/envelopegetmany.d.ts +1020 -0
- package/models/operations/envelopegetmany.d.ts.map +1 -0
- package/models/operations/envelopegetmany.js +1190 -0
- package/models/operations/envelopegetmany.js.map +1 -0
- package/models/operations/enveloperecipientcreatemany.d.ts +29 -12
- package/models/operations/enveloperecipientcreatemany.d.ts.map +1 -1
- package/models/operations/enveloperecipientcreatemany.js +40 -15
- package/models/operations/enveloperecipientcreatemany.js.map +1 -1
- package/models/operations/enveloperecipientget.d.ts +25 -105
- package/models/operations/enveloperecipientget.d.ts.map +1 -1
- package/models/operations/enveloperecipientget.js +27 -98
- package/models/operations/enveloperecipientget.js.map +1 -1
- package/models/operations/enveloperecipientupdatemany.d.ts +29 -12
- package/models/operations/enveloperecipientupdatemany.d.ts.map +1 -1
- package/models/operations/enveloperecipientupdatemany.js +40 -15
- package/models/operations/enveloperecipientupdatemany.js.map +1 -1
- package/models/operations/enveloperedistribute.d.ts +42 -0
- package/models/operations/enveloperedistribute.d.ts.map +1 -1
- package/models/operations/enveloperedistribute.js +44 -1
- package/models/operations/enveloperedistribute.js.map +1 -1
- package/models/operations/envelopeupdate.d.ts +20 -15
- package/models/operations/envelopeupdate.d.ts.map +1 -1
- package/models/operations/envelopeupdate.js +21 -18
- package/models/operations/envelopeupdate.js.map +1 -1
- package/models/operations/envelopeuse.d.ts +106 -78
- package/models/operations/envelopeuse.d.ts.map +1 -1
- package/models/operations/envelopeuse.js +118 -77
- package/models/operations/envelopeuse.js.map +1 -1
- package/models/operations/fieldcreatedocumentfield.d.ts +97 -265
- package/models/operations/fieldcreatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfield.js +106 -280
- package/models/operations/fieldcreatedocumentfield.js.map +1 -1
- package/models/operations/fieldcreatedocumentfields.d.ts +97 -265
- package/models/operations/fieldcreatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfields.js +107 -280
- package/models/operations/fieldcreatedocumentfields.js.map +1 -1
- package/models/operations/fieldcreatetemplatefield.d.ts +97 -265
- package/models/operations/fieldcreatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefield.js +106 -280
- package/models/operations/fieldcreatetemplatefield.js.map +1 -1
- package/models/operations/fieldcreatetemplatefields.d.ts +97 -265
- package/models/operations/fieldcreatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefields.js +107 -280
- package/models/operations/fieldcreatetemplatefields.js.map +1 -1
- package/models/operations/fieldgetdocumentfield.d.ts +25 -105
- package/models/operations/fieldgetdocumentfield.d.ts.map +1 -1
- package/models/operations/fieldgetdocumentfield.js +27 -97
- package/models/operations/fieldgetdocumentfield.js.map +1 -1
- package/models/operations/fieldgettemplatefield.d.ts +25 -105
- package/models/operations/fieldgettemplatefield.d.ts.map +1 -1
- package/models/operations/fieldgettemplatefield.js +27 -97
- package/models/operations/fieldgettemplatefield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfield.d.ts +97 -265
- package/models/operations/fieldupdatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfield.js +106 -280
- package/models/operations/fieldupdatedocumentfield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfields.d.ts +97 -265
- package/models/operations/fieldupdatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfields.js +107 -280
- package/models/operations/fieldupdatedocumentfields.js.map +1 -1
- package/models/operations/fieldupdatetemplatefield.d.ts +97 -265
- package/models/operations/fieldupdatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefield.js +106 -280
- package/models/operations/fieldupdatetemplatefield.js.map +1 -1
- package/models/operations/fieldupdatetemplatefields.d.ts +97 -265
- package/models/operations/fieldupdatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefields.js +107 -280
- package/models/operations/fieldupdatetemplatefields.js.map +1 -1
- package/models/operations/folderupdatefolder.d.ts +5 -5
- package/models/operations/folderupdatefolder.d.ts.map +1 -1
- package/models/operations/folderupdatefolder.js +6 -6
- package/models/operations/folderupdatefolder.js.map +1 -1
- package/models/operations/index.d.ts +5 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +5 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/recipientcreatedocumentrecipient.d.ts +10 -10
- package/models/operations/recipientcreatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientcreatedocumentrecipient.js +11 -13
- package/models/operations/recipientcreatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientcreatedocumentrecipients.d.ts +10 -10
- package/models/operations/recipientcreatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientcreatedocumentrecipients.js +11 -11
- package/models/operations/recipientcreatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientcreatetemplaterecipient.d.ts +10 -10
- package/models/operations/recipientcreatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientcreatetemplaterecipient.js +11 -13
- package/models/operations/recipientcreatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientcreatetemplaterecipients.d.ts +10 -10
- package/models/operations/recipientcreatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientcreatetemplaterecipients.js +11 -11
- package/models/operations/recipientcreatetemplaterecipients.js.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.d.ts +25 -105
- package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.js +27 -103
- package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
- package/models/operations/recipientgettemplaterecipient.d.ts +25 -105
- package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientgettemplaterecipient.js +27 -103
- package/models/operations/recipientgettemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.d.ts +35 -115
- package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.js +38 -120
- package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.d.ts +35 -115
- package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.js +38 -118
- package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.d.ts +35 -115
- package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.js +38 -120
- package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.d.ts +35 -115
- package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.js +38 -118
- package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +239 -186
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +277 -178
- package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
- package/models/operations/templatecreatetemplate.d.ts +5 -0
- package/models/operations/templatecreatetemplate.d.ts.map +1 -1
- package/models/operations/templatecreatetemplate.js +5 -0
- package/models/operations/templatecreatetemplate.js.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.d.ts +35 -110
- package/models/operations/templatecreatetemplatetemporary.d.ts.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.js +41 -116
- package/models/operations/templatecreatetemplatetemporary.js.map +1 -1
- package/models/operations/templatefindtemplates.d.ts +30 -110
- package/models/operations/templatefindtemplates.d.ts.map +1 -1
- package/models/operations/templatefindtemplates.js +33 -103
- package/models/operations/templatefindtemplates.js.map +1 -1
- package/models/operations/templategetmany.d.ts +822 -0
- package/models/operations/templategetmany.d.ts.map +1 -0
- package/models/operations/templategetmany.js +958 -0
- package/models/operations/templategetmany.js.map +1 -0
- package/models/operations/templategettemplatebyid.d.ts +30 -110
- package/models/operations/templategettemplatebyid.d.ts.map +1 -1
- package/models/operations/templategettemplatebyid.js +33 -104
- package/models/operations/templategettemplatebyid.js.map +1 -1
- package/models/operations/templateupdatetemplate.d.ts +20 -15
- package/models/operations/templateupdatetemplate.d.ts.map +1 -1
- package/models/operations/templateupdatetemplate.js +24 -18
- package/models/operations/templateupdatetemplate.js.map +1 -1
- package/package.json +3 -6
- package/sdk/document.d.ts +7 -0
- package/sdk/document.d.ts.map +1 -1
- package/sdk/document.js +10 -0
- package/sdk/document.js.map +1 -1
- package/sdk/envelope.d.ts +26 -0
- package/sdk/envelope.d.ts.map +1 -0
- package/sdk/envelope.js +42 -0
- package/sdk/envelope.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -0
- package/sdk/sdk.js.map +1 -1
- package/sdk/template.d.ts +7 -0
- package/sdk/template.d.ts.map +1 -1
- package/sdk/template.js +10 -0
- package/sdk/template.js.map +1 -1
- package/src/funcs/documentDocumentGetMany.ts +181 -0
- package/src/funcs/envelopeEnvelopeAuditLogFind.ts +203 -0
- package/src/funcs/envelopeEnvelopeFind.ts +198 -0
- package/src/funcs/envelopeEnvelopeGetMany.ts +181 -0
- package/src/funcs/templateTemplateGetMany.ts +181 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +17 -3
- package/src/lib/sdks.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/prompts.ts +7 -3
- package/src/mcp-server/resources.ts +7 -3
- package/src/mcp-server/server.ts +11 -1
- package/src/mcp-server/tools/documentDocumentGetMany.ts +37 -0
- package/src/mcp-server/tools/envelopeEnvelopeAuditLogFind.ts +37 -0
- package/src/mcp-server/tools/envelopeEnvelopeFind.ts +37 -0
- package/src/mcp-server/tools/envelopeEnvelopeGetMany.ts +37 -0
- package/src/mcp-server/tools/templateTemplateGetMany.ts +37 -0
- package/src/mcp-server/tools.ts +7 -3
- package/src/models/errors/documentgetmany.ts +503 -0
- package/src/models/errors/envelopeauditlogfind.ts +637 -0
- package/src/models/errors/envelopefind.ts +613 -0
- package/src/models/errors/envelopegetmany.ts +503 -0
- package/src/models/errors/index.ts +5 -0
- package/src/models/errors/templategetmany.ts +503 -0
- package/src/models/operations/documentcreate.ts +169 -340
- package/src/models/operations/documentcreatedocumenttemporary.ts +220 -547
- package/src/models/operations/documentdistribute.ts +5 -0
- package/src/models/operations/documentfind.ts +74 -62
- package/src/models/operations/documentget.ts +52 -198
- package/src/models/operations/documentgetmany.ts +772 -0
- package/src/models/operations/documentupdate.ts +47 -38
- package/src/models/operations/embeddingpresigncreateembeddingpresigntoken.ts +4 -0
- package/src/models/operations/embeddingpresignverifyembeddingpresigntoken.ts +4 -0
- package/src/models/operations/envelopeauditlogfind.ts +8406 -0
- package/src/models/operations/envelopecreate.ts +239 -355
- package/src/models/operations/envelopedistribute.ts +100 -0
- package/src/models/operations/envelopefieldcreatemany.ts +219 -552
- package/src/models/operations/envelopefieldget.ts +52 -210
- package/src/models/operations/envelopefieldupdatemany.ts +219 -552
- package/src/models/operations/envelopefind.ts +979 -0
- package/src/models/operations/envelopeget.ts +63 -209
- package/src/models/operations/envelopegetmany.ts +2658 -0
- package/src/models/operations/enveloperecipientcreatemany.ts +91 -28
- package/src/models/operations/enveloperecipientget.ts +52 -212
- package/src/models/operations/enveloperecipientupdatemany.ts +91 -28
- package/src/models/operations/enveloperedistribute.ts +102 -0
- package/src/models/operations/envelopeupdate.ts +47 -38
- package/src/models/operations/envelopeuse.ts +259 -151
- package/src/models/operations/fieldcreatedocumentfield.ts +222 -553
- package/src/models/operations/fieldcreatedocumentfields.ts +221 -553
- package/src/models/operations/fieldcreatetemplatefield.ts +222 -553
- package/src/models/operations/fieldcreatetemplatefields.ts +221 -553
- package/src/models/operations/fieldgetdocumentfield.ts +52 -212
- package/src/models/operations/fieldgettemplatefield.ts +52 -212
- package/src/models/operations/fieldupdatedocumentfield.ts +222 -553
- package/src/models/operations/fieldupdatedocumentfields.ts +221 -553
- package/src/models/operations/fieldupdatetemplatefield.ts +222 -553
- package/src/models/operations/fieldupdatetemplatefields.ts +221 -553
- package/src/models/operations/folderupdatefolder.ts +12 -12
- package/src/models/operations/index.ts +5 -0
- package/src/models/operations/recipientcreatedocumentrecipient.ts +28 -24
- package/src/models/operations/recipientcreatedocumentrecipients.ts +28 -24
- package/src/models/operations/recipientcreatetemplaterecipient.ts +28 -24
- package/src/models/operations/recipientcreatetemplaterecipients.ts +28 -24
- package/src/models/operations/recipientgetdocumentrecipient.ts +53 -217
- package/src/models/operations/recipientgettemplaterecipient.ts +53 -217
- package/src/models/operations/recipientupdatedocumentrecipient.ts +80 -237
- package/src/models/operations/recipientupdatedocumentrecipients.ts +80 -237
- package/src/models/operations/recipientupdatetemplaterecipient.ts +80 -237
- package/src/models/operations/recipientupdatetemplaterecipients.ts +80 -237
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +671 -420
- package/src/models/operations/templatecreatetemplate.ts +5 -0
- package/src/models/operations/templatecreatetemplatetemporary.ts +69 -224
- package/src/models/operations/templatefindtemplates.ts +64 -224
- package/src/models/operations/templategetmany.ts +2134 -0
- package/src/models/operations/templategettemplatebyid.ts +65 -225
- package/src/models/operations/templateupdatetemplate.ts +41 -37
- package/src/sdk/document.ts +18 -0
- package/src/sdk/envelope.ts +63 -0
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/template.ts +18 -0
- package/src/types/enums.ts +1 -21
- package/src/types/index.ts +2 -1
- package/src/types/unrecognized.ts +35 -0
- package/tsconfig.json +1 -2
- package/types/enums.d.ts +1 -8
- package/types/enums.d.ts.map +1 -1
- package/types/enums.js +3 -21
- package/types/enums.js.map +1 -1
- package/types/index.d.ts +2 -1
- package/types/index.d.ts.map +1 -1
- package/types/index.js +15 -0
- package/types/index.js.map +1 -1
- package/types/unrecognized.d.ts +16 -0
- package/types/unrecognized.d.ts.map +1 -0
- package/types/unrecognized.js +34 -0
- package/types/unrecognized.js.map +1 -0
|
@@ -8,18 +8,11 @@ import { ClosedEnum } from "../../types/enums.js";
|
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
|
-
export const
|
|
12
|
-
Dropdown: "DROPDOWN",
|
|
13
|
-
} as const;
|
|
14
|
-
export type FieldCreateDocumentFieldTypeDropdownRequest1 = ClosedEnum<
|
|
15
|
-
typeof FieldCreateDocumentFieldTypeDropdownRequest1
|
|
16
|
-
>;
|
|
17
|
-
|
|
18
|
-
export const FieldCreateDocumentFieldTypeDropdownRequest2 = {
|
|
11
|
+
export const FieldCreateDocumentFieldTypeDropdownEnum = {
|
|
19
12
|
Dropdown: "dropdown",
|
|
20
13
|
} as const;
|
|
21
|
-
export type
|
|
22
|
-
typeof
|
|
14
|
+
export type FieldCreateDocumentFieldTypeDropdownEnum = ClosedEnum<
|
|
15
|
+
typeof FieldCreateDocumentFieldTypeDropdownEnum
|
|
23
16
|
>;
|
|
24
17
|
|
|
25
18
|
export type FieldCreateDocumentFieldValueDropdown = {
|
|
@@ -32,13 +25,13 @@ export type FieldCreateDocumentFieldFieldMetaDropdownRequest = {
|
|
|
32
25
|
required?: boolean | undefined;
|
|
33
26
|
readOnly?: boolean | undefined;
|
|
34
27
|
fontSize?: number | undefined;
|
|
35
|
-
type:
|
|
28
|
+
type: FieldCreateDocumentFieldTypeDropdownEnum;
|
|
36
29
|
values?: Array<FieldCreateDocumentFieldValueDropdown> | undefined;
|
|
37
30
|
defaultValue?: string | undefined;
|
|
38
31
|
};
|
|
39
32
|
|
|
40
33
|
export type FieldCreateDocumentFieldFieldDropdown = {
|
|
41
|
-
type:
|
|
34
|
+
type: "DROPDOWN";
|
|
42
35
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaDropdownRequest | undefined;
|
|
43
36
|
recipientId: number;
|
|
44
37
|
pageNumber: number;
|
|
@@ -48,18 +41,11 @@ export type FieldCreateDocumentFieldFieldDropdown = {
|
|
|
48
41
|
height: number;
|
|
49
42
|
};
|
|
50
43
|
|
|
51
|
-
export const
|
|
52
|
-
Checkbox: "CHECKBOX",
|
|
53
|
-
} as const;
|
|
54
|
-
export type FieldCreateDocumentFieldTypeCheckboxRequest1 = ClosedEnum<
|
|
55
|
-
typeof FieldCreateDocumentFieldTypeCheckboxRequest1
|
|
56
|
-
>;
|
|
57
|
-
|
|
58
|
-
export const FieldCreateDocumentFieldTypeCheckboxRequest2 = {
|
|
44
|
+
export const FieldCreateDocumentFieldTypeCheckboxEnum = {
|
|
59
45
|
Checkbox: "checkbox",
|
|
60
46
|
} as const;
|
|
61
|
-
export type
|
|
62
|
-
typeof
|
|
47
|
+
export type FieldCreateDocumentFieldTypeCheckboxEnum = ClosedEnum<
|
|
48
|
+
typeof FieldCreateDocumentFieldTypeCheckboxEnum
|
|
63
49
|
>;
|
|
64
50
|
|
|
65
51
|
export type FieldCreateDocumentFieldValueCheckbox = {
|
|
@@ -82,7 +68,7 @@ export type FieldCreateDocumentFieldFieldMetaCheckboxRequest = {
|
|
|
82
68
|
required?: boolean | undefined;
|
|
83
69
|
readOnly?: boolean | undefined;
|
|
84
70
|
fontSize?: number | undefined;
|
|
85
|
-
type:
|
|
71
|
+
type: FieldCreateDocumentFieldTypeCheckboxEnum;
|
|
86
72
|
values?: Array<FieldCreateDocumentFieldValueCheckbox> | undefined;
|
|
87
73
|
validationRule?: string | undefined;
|
|
88
74
|
validationLength?: number | undefined;
|
|
@@ -90,7 +76,7 @@ export type FieldCreateDocumentFieldFieldMetaCheckboxRequest = {
|
|
|
90
76
|
};
|
|
91
77
|
|
|
92
78
|
export type FieldCreateDocumentFieldFieldCheckbox = {
|
|
93
|
-
type:
|
|
79
|
+
type: "CHECKBOX";
|
|
94
80
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaCheckboxRequest | undefined;
|
|
95
81
|
recipientId: number;
|
|
96
82
|
pageNumber: number;
|
|
@@ -100,18 +86,11 @@ export type FieldCreateDocumentFieldFieldCheckbox = {
|
|
|
100
86
|
height: number;
|
|
101
87
|
};
|
|
102
88
|
|
|
103
|
-
export const
|
|
104
|
-
Radio: "RADIO",
|
|
105
|
-
} as const;
|
|
106
|
-
export type FieldCreateDocumentFieldTypeRadioRequest1 = ClosedEnum<
|
|
107
|
-
typeof FieldCreateDocumentFieldTypeRadioRequest1
|
|
108
|
-
>;
|
|
109
|
-
|
|
110
|
-
export const FieldCreateDocumentFieldTypeRadioRequest2 = {
|
|
89
|
+
export const FieldCreateDocumentFieldTypeRadioEnum = {
|
|
111
90
|
Radio: "radio",
|
|
112
91
|
} as const;
|
|
113
|
-
export type
|
|
114
|
-
typeof
|
|
92
|
+
export type FieldCreateDocumentFieldTypeRadioEnum = ClosedEnum<
|
|
93
|
+
typeof FieldCreateDocumentFieldTypeRadioEnum
|
|
115
94
|
>;
|
|
116
95
|
|
|
117
96
|
export type FieldCreateDocumentFieldValueRadio = {
|
|
@@ -134,13 +113,13 @@ export type FieldCreateDocumentFieldFieldMetaRadioRequest = {
|
|
|
134
113
|
required?: boolean | undefined;
|
|
135
114
|
readOnly?: boolean | undefined;
|
|
136
115
|
fontSize?: number | undefined;
|
|
137
|
-
type:
|
|
116
|
+
type: FieldCreateDocumentFieldTypeRadioEnum;
|
|
138
117
|
values?: Array<FieldCreateDocumentFieldValueRadio> | undefined;
|
|
139
118
|
direction?: FieldCreateDocumentFieldDirectionRadio | undefined;
|
|
140
119
|
};
|
|
141
120
|
|
|
142
121
|
export type FieldCreateDocumentFieldFieldRadio = {
|
|
143
|
-
type:
|
|
122
|
+
type: "RADIO";
|
|
144
123
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaRadioRequest | undefined;
|
|
145
124
|
recipientId: number;
|
|
146
125
|
pageNumber: number;
|
|
@@ -150,18 +129,11 @@ export type FieldCreateDocumentFieldFieldRadio = {
|
|
|
150
129
|
height: number;
|
|
151
130
|
};
|
|
152
131
|
|
|
153
|
-
export const
|
|
154
|
-
Number: "NUMBER",
|
|
155
|
-
} as const;
|
|
156
|
-
export type FieldCreateDocumentFieldTypeNumberRequest1 = ClosedEnum<
|
|
157
|
-
typeof FieldCreateDocumentFieldTypeNumberRequest1
|
|
158
|
-
>;
|
|
159
|
-
|
|
160
|
-
export const FieldCreateDocumentFieldTypeNumberRequest2 = {
|
|
132
|
+
export const FieldCreateDocumentFieldTypeNumberEnum = {
|
|
161
133
|
Number: "number",
|
|
162
134
|
} as const;
|
|
163
|
-
export type
|
|
164
|
-
typeof
|
|
135
|
+
export type FieldCreateDocumentFieldTypeNumberEnum = ClosedEnum<
|
|
136
|
+
typeof FieldCreateDocumentFieldTypeNumberEnum
|
|
165
137
|
>;
|
|
166
138
|
|
|
167
139
|
export const FieldCreateDocumentFieldTextAlignNumber = {
|
|
@@ -188,7 +160,7 @@ export type FieldCreateDocumentFieldFieldMetaNumberRequest = {
|
|
|
188
160
|
required?: boolean | undefined;
|
|
189
161
|
readOnly?: boolean | undefined;
|
|
190
162
|
fontSize?: number | undefined;
|
|
191
|
-
type:
|
|
163
|
+
type: FieldCreateDocumentFieldTypeNumberEnum;
|
|
192
164
|
numberFormat?: string | null | undefined;
|
|
193
165
|
value?: string | undefined;
|
|
194
166
|
minValue?: number | null | undefined;
|
|
@@ -203,7 +175,7 @@ export type FieldCreateDocumentFieldFieldMetaNumberRequest = {
|
|
|
203
175
|
};
|
|
204
176
|
|
|
205
177
|
export type FieldCreateDocumentFieldFieldNumber = {
|
|
206
|
-
type:
|
|
178
|
+
type: "NUMBER";
|
|
207
179
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaNumberRequest | undefined;
|
|
208
180
|
recipientId: number;
|
|
209
181
|
pageNumber: number;
|
|
@@ -213,18 +185,11 @@ export type FieldCreateDocumentFieldFieldNumber = {
|
|
|
213
185
|
height: number;
|
|
214
186
|
};
|
|
215
187
|
|
|
216
|
-
export const
|
|
217
|
-
Text: "TEXT",
|
|
218
|
-
} as const;
|
|
219
|
-
export type FieldCreateDocumentFieldTypeTextRequest1 = ClosedEnum<
|
|
220
|
-
typeof FieldCreateDocumentFieldTypeTextRequest1
|
|
221
|
-
>;
|
|
222
|
-
|
|
223
|
-
export const FieldCreateDocumentFieldTypeTextRequest2 = {
|
|
188
|
+
export const FieldCreateDocumentFieldTypeTextEnum = {
|
|
224
189
|
Text: "text",
|
|
225
190
|
} as const;
|
|
226
|
-
export type
|
|
227
|
-
typeof
|
|
191
|
+
export type FieldCreateDocumentFieldTypeTextEnum = ClosedEnum<
|
|
192
|
+
typeof FieldCreateDocumentFieldTypeTextEnum
|
|
228
193
|
>;
|
|
229
194
|
|
|
230
195
|
export const FieldCreateDocumentFieldTextAlignText = {
|
|
@@ -251,7 +216,7 @@ export type FieldCreateDocumentFieldFieldMetaTextRequest = {
|
|
|
251
216
|
required?: boolean | undefined;
|
|
252
217
|
readOnly?: boolean | undefined;
|
|
253
218
|
fontSize?: number | undefined;
|
|
254
|
-
type:
|
|
219
|
+
type: FieldCreateDocumentFieldTypeTextEnum;
|
|
255
220
|
text?: string | undefined;
|
|
256
221
|
characterLimit?: number | undefined;
|
|
257
222
|
textAlign?: FieldCreateDocumentFieldTextAlignText | undefined;
|
|
@@ -261,7 +226,7 @@ export type FieldCreateDocumentFieldFieldMetaTextRequest = {
|
|
|
261
226
|
};
|
|
262
227
|
|
|
263
228
|
export type FieldCreateDocumentFieldFieldText = {
|
|
264
|
-
type:
|
|
229
|
+
type: "TEXT";
|
|
265
230
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaTextRequest | undefined;
|
|
266
231
|
recipientId: number;
|
|
267
232
|
pageNumber: number;
|
|
@@ -271,18 +236,11 @@ export type FieldCreateDocumentFieldFieldText = {
|
|
|
271
236
|
height: number;
|
|
272
237
|
};
|
|
273
238
|
|
|
274
|
-
export const
|
|
275
|
-
Date: "DATE",
|
|
276
|
-
} as const;
|
|
277
|
-
export type FieldCreateDocumentFieldTypeDateRequest1 = ClosedEnum<
|
|
278
|
-
typeof FieldCreateDocumentFieldTypeDateRequest1
|
|
279
|
-
>;
|
|
280
|
-
|
|
281
|
-
export const FieldCreateDocumentFieldTypeDateRequest2 = {
|
|
239
|
+
export const FieldCreateDocumentFieldTypeDateEnum = {
|
|
282
240
|
Date: "date",
|
|
283
241
|
} as const;
|
|
284
|
-
export type
|
|
285
|
-
typeof
|
|
242
|
+
export type FieldCreateDocumentFieldTypeDateEnum = ClosedEnum<
|
|
243
|
+
typeof FieldCreateDocumentFieldTypeDateEnum
|
|
286
244
|
>;
|
|
287
245
|
|
|
288
246
|
export const FieldCreateDocumentFieldTextAlignDate = {
|
|
@@ -300,12 +258,12 @@ export type FieldCreateDocumentFieldFieldMetaDateRequest = {
|
|
|
300
258
|
required?: boolean | undefined;
|
|
301
259
|
readOnly?: boolean | undefined;
|
|
302
260
|
fontSize?: number | undefined;
|
|
303
|
-
type:
|
|
261
|
+
type: FieldCreateDocumentFieldTypeDateEnum;
|
|
304
262
|
textAlign?: FieldCreateDocumentFieldTextAlignDate | undefined;
|
|
305
263
|
};
|
|
306
264
|
|
|
307
265
|
export type FieldCreateDocumentFieldFieldDate = {
|
|
308
|
-
type:
|
|
266
|
+
type: "DATE";
|
|
309
267
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaDateRequest | undefined;
|
|
310
268
|
recipientId: number;
|
|
311
269
|
pageNumber: number;
|
|
@@ -315,18 +273,11 @@ export type FieldCreateDocumentFieldFieldDate = {
|
|
|
315
273
|
height: number;
|
|
316
274
|
};
|
|
317
275
|
|
|
318
|
-
export const
|
|
319
|
-
Email: "EMAIL",
|
|
320
|
-
} as const;
|
|
321
|
-
export type FieldCreateDocumentFieldTypeEmailRequest1 = ClosedEnum<
|
|
322
|
-
typeof FieldCreateDocumentFieldTypeEmailRequest1
|
|
323
|
-
>;
|
|
324
|
-
|
|
325
|
-
export const FieldCreateDocumentFieldTypeEmailRequest2 = {
|
|
276
|
+
export const FieldCreateDocumentFieldTypeEmailEnum = {
|
|
326
277
|
Email: "email",
|
|
327
278
|
} as const;
|
|
328
|
-
export type
|
|
329
|
-
typeof
|
|
279
|
+
export type FieldCreateDocumentFieldTypeEmailEnum = ClosedEnum<
|
|
280
|
+
typeof FieldCreateDocumentFieldTypeEmailEnum
|
|
330
281
|
>;
|
|
331
282
|
|
|
332
283
|
export const FieldCreateDocumentFieldTextAlignEmail = {
|
|
@@ -344,12 +295,12 @@ export type FieldCreateDocumentFieldFieldMetaEmailRequest = {
|
|
|
344
295
|
required?: boolean | undefined;
|
|
345
296
|
readOnly?: boolean | undefined;
|
|
346
297
|
fontSize?: number | undefined;
|
|
347
|
-
type:
|
|
298
|
+
type: FieldCreateDocumentFieldTypeEmailEnum;
|
|
348
299
|
textAlign?: FieldCreateDocumentFieldTextAlignEmail | undefined;
|
|
349
300
|
};
|
|
350
301
|
|
|
351
302
|
export type FieldCreateDocumentFieldFieldEmail = {
|
|
352
|
-
type:
|
|
303
|
+
type: "EMAIL";
|
|
353
304
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaEmailRequest | undefined;
|
|
354
305
|
recipientId: number;
|
|
355
306
|
pageNumber: number;
|
|
@@ -359,18 +310,11 @@ export type FieldCreateDocumentFieldFieldEmail = {
|
|
|
359
310
|
height: number;
|
|
360
311
|
};
|
|
361
312
|
|
|
362
|
-
export const
|
|
363
|
-
Name: "NAME",
|
|
364
|
-
} as const;
|
|
365
|
-
export type FieldCreateDocumentFieldTypeNameRequest1 = ClosedEnum<
|
|
366
|
-
typeof FieldCreateDocumentFieldTypeNameRequest1
|
|
367
|
-
>;
|
|
368
|
-
|
|
369
|
-
export const FieldCreateDocumentFieldTypeNameRequest2 = {
|
|
313
|
+
export const FieldCreateDocumentFieldTypeNameEnum = {
|
|
370
314
|
Name: "name",
|
|
371
315
|
} as const;
|
|
372
|
-
export type
|
|
373
|
-
typeof
|
|
316
|
+
export type FieldCreateDocumentFieldTypeNameEnum = ClosedEnum<
|
|
317
|
+
typeof FieldCreateDocumentFieldTypeNameEnum
|
|
374
318
|
>;
|
|
375
319
|
|
|
376
320
|
export const FieldCreateDocumentFieldTextAlignName = {
|
|
@@ -388,12 +332,12 @@ export type FieldCreateDocumentFieldFieldMetaNameRequest = {
|
|
|
388
332
|
required?: boolean | undefined;
|
|
389
333
|
readOnly?: boolean | undefined;
|
|
390
334
|
fontSize?: number | undefined;
|
|
391
|
-
type:
|
|
335
|
+
type: FieldCreateDocumentFieldTypeNameEnum;
|
|
392
336
|
textAlign?: FieldCreateDocumentFieldTextAlignName | undefined;
|
|
393
337
|
};
|
|
394
338
|
|
|
395
339
|
export type FieldCreateDocumentFieldFieldName = {
|
|
396
|
-
type:
|
|
340
|
+
type: "NAME";
|
|
397
341
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaNameRequest | undefined;
|
|
398
342
|
recipientId: number;
|
|
399
343
|
pageNumber: number;
|
|
@@ -403,18 +347,11 @@ export type FieldCreateDocumentFieldFieldName = {
|
|
|
403
347
|
height: number;
|
|
404
348
|
};
|
|
405
349
|
|
|
406
|
-
export const
|
|
407
|
-
Initials: "INITIALS",
|
|
408
|
-
} as const;
|
|
409
|
-
export type FieldCreateDocumentFieldTypeInitialsRequest1 = ClosedEnum<
|
|
410
|
-
typeof FieldCreateDocumentFieldTypeInitialsRequest1
|
|
411
|
-
>;
|
|
412
|
-
|
|
413
|
-
export const FieldCreateDocumentFieldTypeInitialsRequest2 = {
|
|
350
|
+
export const FieldCreateDocumentFieldTypeInitialsEnum = {
|
|
414
351
|
Initials: "initials",
|
|
415
352
|
} as const;
|
|
416
|
-
export type
|
|
417
|
-
typeof
|
|
353
|
+
export type FieldCreateDocumentFieldTypeInitialsEnum = ClosedEnum<
|
|
354
|
+
typeof FieldCreateDocumentFieldTypeInitialsEnum
|
|
418
355
|
>;
|
|
419
356
|
|
|
420
357
|
export const FieldCreateDocumentFieldTextAlignInitials = {
|
|
@@ -432,12 +369,12 @@ export type FieldCreateDocumentFieldFieldMetaInitialsRequest = {
|
|
|
432
369
|
required?: boolean | undefined;
|
|
433
370
|
readOnly?: boolean | undefined;
|
|
434
371
|
fontSize?: number | undefined;
|
|
435
|
-
type:
|
|
372
|
+
type: FieldCreateDocumentFieldTypeInitialsEnum;
|
|
436
373
|
textAlign?: FieldCreateDocumentFieldTextAlignInitials | undefined;
|
|
437
374
|
};
|
|
438
375
|
|
|
439
376
|
export type FieldCreateDocumentFieldFieldInitials = {
|
|
440
|
-
type:
|
|
377
|
+
type: "INITIALS";
|
|
441
378
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaInitialsRequest | undefined;
|
|
442
379
|
recipientId: number;
|
|
443
380
|
pageNumber: number;
|
|
@@ -447,15 +384,8 @@ export type FieldCreateDocumentFieldFieldInitials = {
|
|
|
447
384
|
height: number;
|
|
448
385
|
};
|
|
449
386
|
|
|
450
|
-
export const FieldCreateDocumentFieldTypeFreeSignature = {
|
|
451
|
-
FreeSignature: "FREE_SIGNATURE",
|
|
452
|
-
} as const;
|
|
453
|
-
export type FieldCreateDocumentFieldTypeFreeSignature = ClosedEnum<
|
|
454
|
-
typeof FieldCreateDocumentFieldTypeFreeSignature
|
|
455
|
-
>;
|
|
456
|
-
|
|
457
387
|
export type FieldCreateDocumentFieldFieldFreeSignature = {
|
|
458
|
-
type:
|
|
388
|
+
type: "FREE_SIGNATURE";
|
|
459
389
|
recipientId: number;
|
|
460
390
|
pageNumber: number;
|
|
461
391
|
pageX: number;
|
|
@@ -464,18 +394,11 @@ export type FieldCreateDocumentFieldFieldFreeSignature = {
|
|
|
464
394
|
height: number;
|
|
465
395
|
};
|
|
466
396
|
|
|
467
|
-
export const
|
|
468
|
-
Signature: "SIGNATURE",
|
|
469
|
-
} as const;
|
|
470
|
-
export type FieldCreateDocumentFieldTypeSignatureRequest1 = ClosedEnum<
|
|
471
|
-
typeof FieldCreateDocumentFieldTypeSignatureRequest1
|
|
472
|
-
>;
|
|
473
|
-
|
|
474
|
-
export const FieldCreateDocumentFieldTypeSignatureRequest2 = {
|
|
397
|
+
export const FieldCreateDocumentFieldTypeSignatureEnum = {
|
|
475
398
|
Signature: "signature",
|
|
476
399
|
} as const;
|
|
477
|
-
export type
|
|
478
|
-
typeof
|
|
400
|
+
export type FieldCreateDocumentFieldTypeSignatureEnum = ClosedEnum<
|
|
401
|
+
typeof FieldCreateDocumentFieldTypeSignatureEnum
|
|
479
402
|
>;
|
|
480
403
|
|
|
481
404
|
export type FieldCreateDocumentFieldFieldMetaSignatureRequest = {
|
|
@@ -484,11 +407,11 @@ export type FieldCreateDocumentFieldFieldMetaSignatureRequest = {
|
|
|
484
407
|
required?: boolean | undefined;
|
|
485
408
|
readOnly?: boolean | undefined;
|
|
486
409
|
fontSize?: number | undefined;
|
|
487
|
-
type:
|
|
410
|
+
type: FieldCreateDocumentFieldTypeSignatureEnum;
|
|
488
411
|
};
|
|
489
412
|
|
|
490
413
|
export type FieldCreateDocumentFieldFieldSignature = {
|
|
491
|
-
type:
|
|
414
|
+
type: "SIGNATURE";
|
|
492
415
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaSignatureRequest | undefined;
|
|
493
416
|
recipientId: number;
|
|
494
417
|
pageNumber: number;
|
|
@@ -527,7 +450,7 @@ export type FieldCreateDocumentFieldRequest = {
|
|
|
527
450
|
| FieldCreateDocumentFieldFieldDropdown;
|
|
528
451
|
};
|
|
529
452
|
|
|
530
|
-
export const
|
|
453
|
+
export const FieldCreateDocumentFieldTypeResponseEnum = {
|
|
531
454
|
Signature: "SIGNATURE",
|
|
532
455
|
FreeSignature: "FREE_SIGNATURE",
|
|
533
456
|
Initials: "INITIALS",
|
|
@@ -540,15 +463,8 @@ export const FieldCreateDocumentFieldTypeResponse = {
|
|
|
540
463
|
Checkbox: "CHECKBOX",
|
|
541
464
|
Dropdown: "DROPDOWN",
|
|
542
465
|
} as const;
|
|
543
|
-
export type
|
|
544
|
-
typeof
|
|
545
|
-
>;
|
|
546
|
-
|
|
547
|
-
export const FieldCreateDocumentFieldFieldMetaTypeDropdown = {
|
|
548
|
-
Dropdown: "dropdown",
|
|
549
|
-
} as const;
|
|
550
|
-
export type FieldCreateDocumentFieldFieldMetaTypeDropdown = ClosedEnum<
|
|
551
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeDropdown
|
|
466
|
+
export type FieldCreateDocumentFieldTypeResponseEnum = ClosedEnum<
|
|
467
|
+
typeof FieldCreateDocumentFieldTypeResponseEnum
|
|
552
468
|
>;
|
|
553
469
|
|
|
554
470
|
export type FieldCreateDocumentFieldValueResponse3 = {
|
|
@@ -561,18 +477,11 @@ export type FieldCreateDocumentFieldFieldMetaDropdownResponse = {
|
|
|
561
477
|
required?: boolean | undefined;
|
|
562
478
|
readOnly?: boolean | undefined;
|
|
563
479
|
fontSize?: number | undefined;
|
|
564
|
-
type:
|
|
480
|
+
type: "dropdown";
|
|
565
481
|
values?: Array<FieldCreateDocumentFieldValueResponse3> | undefined;
|
|
566
482
|
defaultValue?: string | undefined;
|
|
567
483
|
};
|
|
568
484
|
|
|
569
|
-
export const FieldCreateDocumentFieldFieldMetaTypeCheckbox = {
|
|
570
|
-
Checkbox: "checkbox",
|
|
571
|
-
} as const;
|
|
572
|
-
export type FieldCreateDocumentFieldFieldMetaTypeCheckbox = ClosedEnum<
|
|
573
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeCheckbox
|
|
574
|
-
>;
|
|
575
|
-
|
|
576
485
|
export type FieldCreateDocumentFieldValueResponse2 = {
|
|
577
486
|
id: number;
|
|
578
487
|
checked: boolean;
|
|
@@ -593,20 +502,13 @@ export type FieldCreateDocumentFieldFieldMetaCheckboxResponse = {
|
|
|
593
502
|
required?: boolean | undefined;
|
|
594
503
|
readOnly?: boolean | undefined;
|
|
595
504
|
fontSize?: number | undefined;
|
|
596
|
-
type:
|
|
505
|
+
type: "checkbox";
|
|
597
506
|
values?: Array<FieldCreateDocumentFieldValueResponse2> | undefined;
|
|
598
507
|
validationRule?: string | undefined;
|
|
599
508
|
validationLength?: number | undefined;
|
|
600
509
|
direction?: FieldCreateDocumentFieldDirectionResponse2 | undefined;
|
|
601
510
|
};
|
|
602
511
|
|
|
603
|
-
export const FieldCreateDocumentFieldFieldMetaTypeRadio = {
|
|
604
|
-
Radio: "radio",
|
|
605
|
-
} as const;
|
|
606
|
-
export type FieldCreateDocumentFieldFieldMetaTypeRadio = ClosedEnum<
|
|
607
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeRadio
|
|
608
|
-
>;
|
|
609
|
-
|
|
610
512
|
export type FieldCreateDocumentFieldValueResponse1 = {
|
|
611
513
|
id: number;
|
|
612
514
|
checked: boolean;
|
|
@@ -627,18 +529,11 @@ export type FieldCreateDocumentFieldFieldMetaRadioResponse = {
|
|
|
627
529
|
required?: boolean | undefined;
|
|
628
530
|
readOnly?: boolean | undefined;
|
|
629
531
|
fontSize?: number | undefined;
|
|
630
|
-
type:
|
|
532
|
+
type: "radio";
|
|
631
533
|
values?: Array<FieldCreateDocumentFieldValueResponse1> | undefined;
|
|
632
534
|
direction?: FieldCreateDocumentFieldDirectionResponse1 | undefined;
|
|
633
535
|
};
|
|
634
536
|
|
|
635
|
-
export const FieldCreateDocumentFieldFieldMetaTypeNumber = {
|
|
636
|
-
Number: "number",
|
|
637
|
-
} as const;
|
|
638
|
-
export type FieldCreateDocumentFieldFieldMetaTypeNumber = ClosedEnum<
|
|
639
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeNumber
|
|
640
|
-
>;
|
|
641
|
-
|
|
642
537
|
export const FieldCreateDocumentFieldTextAlignResponse6 = {
|
|
643
538
|
Left: "left",
|
|
644
539
|
Center: "center",
|
|
@@ -663,7 +558,7 @@ export type FieldCreateDocumentFieldFieldMetaNumberResponse = {
|
|
|
663
558
|
required?: boolean | undefined;
|
|
664
559
|
readOnly?: boolean | undefined;
|
|
665
560
|
fontSize?: number | undefined;
|
|
666
|
-
type:
|
|
561
|
+
type: "number";
|
|
667
562
|
numberFormat?: string | null | undefined;
|
|
668
563
|
value?: string | undefined;
|
|
669
564
|
minValue?: number | null | undefined;
|
|
@@ -677,13 +572,6 @@ export type FieldCreateDocumentFieldFieldMetaNumberResponse = {
|
|
|
677
572
|
| undefined;
|
|
678
573
|
};
|
|
679
574
|
|
|
680
|
-
export const FieldCreateDocumentFieldFieldMetaTypeText = {
|
|
681
|
-
Text: "text",
|
|
682
|
-
} as const;
|
|
683
|
-
export type FieldCreateDocumentFieldFieldMetaTypeText = ClosedEnum<
|
|
684
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeText
|
|
685
|
-
>;
|
|
686
|
-
|
|
687
575
|
export const FieldCreateDocumentFieldTextAlignResponse5 = {
|
|
688
576
|
Left: "left",
|
|
689
577
|
Center: "center",
|
|
@@ -708,7 +596,7 @@ export type FieldCreateDocumentFieldFieldMetaTextResponse = {
|
|
|
708
596
|
required?: boolean | undefined;
|
|
709
597
|
readOnly?: boolean | undefined;
|
|
710
598
|
fontSize?: number | undefined;
|
|
711
|
-
type:
|
|
599
|
+
type: "text";
|
|
712
600
|
text?: string | undefined;
|
|
713
601
|
characterLimit?: number | undefined;
|
|
714
602
|
textAlign?: FieldCreateDocumentFieldTextAlignResponse5 | undefined;
|
|
@@ -720,13 +608,6 @@ export type FieldCreateDocumentFieldFieldMetaTextResponse = {
|
|
|
720
608
|
| undefined;
|
|
721
609
|
};
|
|
722
610
|
|
|
723
|
-
export const FieldCreateDocumentFieldFieldMetaTypeDate = {
|
|
724
|
-
Date: "date",
|
|
725
|
-
} as const;
|
|
726
|
-
export type FieldCreateDocumentFieldFieldMetaTypeDate = ClosedEnum<
|
|
727
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeDate
|
|
728
|
-
>;
|
|
729
|
-
|
|
730
611
|
export const FieldCreateDocumentFieldTextAlignResponse4 = {
|
|
731
612
|
Left: "left",
|
|
732
613
|
Center: "center",
|
|
@@ -742,17 +623,10 @@ export type FieldCreateDocumentFieldFieldMetaDateResponse = {
|
|
|
742
623
|
required?: boolean | undefined;
|
|
743
624
|
readOnly?: boolean | undefined;
|
|
744
625
|
fontSize?: number | undefined;
|
|
745
|
-
type:
|
|
626
|
+
type: "date";
|
|
746
627
|
textAlign?: FieldCreateDocumentFieldTextAlignResponse4 | undefined;
|
|
747
628
|
};
|
|
748
629
|
|
|
749
|
-
export const FieldCreateDocumentFieldFieldMetaTypeEmail = {
|
|
750
|
-
Email: "email",
|
|
751
|
-
} as const;
|
|
752
|
-
export type FieldCreateDocumentFieldFieldMetaTypeEmail = ClosedEnum<
|
|
753
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeEmail
|
|
754
|
-
>;
|
|
755
|
-
|
|
756
630
|
export const FieldCreateDocumentFieldTextAlignResponse3 = {
|
|
757
631
|
Left: "left",
|
|
758
632
|
Center: "center",
|
|
@@ -768,17 +642,10 @@ export type FieldCreateDocumentFieldFieldMetaEmailResponse = {
|
|
|
768
642
|
required?: boolean | undefined;
|
|
769
643
|
readOnly?: boolean | undefined;
|
|
770
644
|
fontSize?: number | undefined;
|
|
771
|
-
type:
|
|
645
|
+
type: "email";
|
|
772
646
|
textAlign?: FieldCreateDocumentFieldTextAlignResponse3 | undefined;
|
|
773
647
|
};
|
|
774
648
|
|
|
775
|
-
export const FieldCreateDocumentFieldFieldMetaTypeName = {
|
|
776
|
-
Name: "name",
|
|
777
|
-
} as const;
|
|
778
|
-
export type FieldCreateDocumentFieldFieldMetaTypeName = ClosedEnum<
|
|
779
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeName
|
|
780
|
-
>;
|
|
781
|
-
|
|
782
649
|
export const FieldCreateDocumentFieldTextAlignResponse2 = {
|
|
783
650
|
Left: "left",
|
|
784
651
|
Center: "center",
|
|
@@ -794,17 +661,10 @@ export type FieldCreateDocumentFieldFieldMetaNameResponse = {
|
|
|
794
661
|
required?: boolean | undefined;
|
|
795
662
|
readOnly?: boolean | undefined;
|
|
796
663
|
fontSize?: number | undefined;
|
|
797
|
-
type:
|
|
664
|
+
type: "name";
|
|
798
665
|
textAlign?: FieldCreateDocumentFieldTextAlignResponse2 | undefined;
|
|
799
666
|
};
|
|
800
667
|
|
|
801
|
-
export const FieldCreateDocumentFieldFieldMetaTypeInitials = {
|
|
802
|
-
Initials: "initials",
|
|
803
|
-
} as const;
|
|
804
|
-
export type FieldCreateDocumentFieldFieldMetaTypeInitials = ClosedEnum<
|
|
805
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeInitials
|
|
806
|
-
>;
|
|
807
|
-
|
|
808
668
|
export const FieldCreateDocumentFieldTextAlignResponse1 = {
|
|
809
669
|
Left: "left",
|
|
810
670
|
Center: "center",
|
|
@@ -820,24 +680,17 @@ export type FieldCreateDocumentFieldFieldMetaInitialsResponse = {
|
|
|
820
680
|
required?: boolean | undefined;
|
|
821
681
|
readOnly?: boolean | undefined;
|
|
822
682
|
fontSize?: number | undefined;
|
|
823
|
-
type:
|
|
683
|
+
type: "initials";
|
|
824
684
|
textAlign?: FieldCreateDocumentFieldTextAlignResponse1 | undefined;
|
|
825
685
|
};
|
|
826
686
|
|
|
827
|
-
export const FieldCreateDocumentFieldFieldMetaTypeSignature = {
|
|
828
|
-
Signature: "signature",
|
|
829
|
-
} as const;
|
|
830
|
-
export type FieldCreateDocumentFieldFieldMetaTypeSignature = ClosedEnum<
|
|
831
|
-
typeof FieldCreateDocumentFieldFieldMetaTypeSignature
|
|
832
|
-
>;
|
|
833
|
-
|
|
834
687
|
export type FieldCreateDocumentFieldFieldMetaSignatureResponse = {
|
|
835
688
|
label?: string | undefined;
|
|
836
689
|
placeholder?: string | undefined;
|
|
837
690
|
required?: boolean | undefined;
|
|
838
691
|
readOnly?: boolean | undefined;
|
|
839
692
|
fontSize?: number | undefined;
|
|
840
|
-
type:
|
|
693
|
+
type: "signature";
|
|
841
694
|
};
|
|
842
695
|
|
|
843
696
|
export type FieldCreateDocumentFieldFieldMetaUnion =
|
|
@@ -858,7 +711,7 @@ export type FieldCreateDocumentFieldFieldMetaUnion =
|
|
|
858
711
|
export type FieldCreateDocumentFieldResponse = {
|
|
859
712
|
envelopeId: string;
|
|
860
713
|
envelopeItemId: string;
|
|
861
|
-
type:
|
|
714
|
+
type: FieldCreateDocumentFieldTypeResponseEnum;
|
|
862
715
|
id: number;
|
|
863
716
|
secondaryId: string;
|
|
864
717
|
recipientId: number;
|
|
@@ -886,22 +739,13 @@ export type FieldCreateDocumentFieldResponse = {
|
|
|
886
739
|
};
|
|
887
740
|
|
|
888
741
|
/** @internal */
|
|
889
|
-
export const
|
|
890
|
-
z.ZodNativeEnum<typeof
|
|
891
|
-
.nativeEnum(
|
|
742
|
+
export const FieldCreateDocumentFieldTypeDropdownEnum$inboundSchema:
|
|
743
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeDropdownEnum> = z
|
|
744
|
+
.nativeEnum(FieldCreateDocumentFieldTypeDropdownEnum);
|
|
892
745
|
/** @internal */
|
|
893
|
-
export const
|
|
894
|
-
z.ZodNativeEnum<typeof
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
/** @internal */
|
|
898
|
-
export const FieldCreateDocumentFieldTypeDropdownRequest2$inboundSchema:
|
|
899
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeDropdownRequest2> = z
|
|
900
|
-
.nativeEnum(FieldCreateDocumentFieldTypeDropdownRequest2);
|
|
901
|
-
/** @internal */
|
|
902
|
-
export const FieldCreateDocumentFieldTypeDropdownRequest2$outboundSchema:
|
|
903
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeDropdownRequest2> =
|
|
904
|
-
FieldCreateDocumentFieldTypeDropdownRequest2$inboundSchema;
|
|
746
|
+
export const FieldCreateDocumentFieldTypeDropdownEnum$outboundSchema:
|
|
747
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeDropdownEnum> =
|
|
748
|
+
FieldCreateDocumentFieldTypeDropdownEnum$inboundSchema;
|
|
905
749
|
|
|
906
750
|
/** @internal */
|
|
907
751
|
export const FieldCreateDocumentFieldValueDropdown$inboundSchema: z.ZodType<
|
|
@@ -957,7 +801,7 @@ export const FieldCreateDocumentFieldFieldMetaDropdownRequest$inboundSchema:
|
|
|
957
801
|
required: z.boolean().optional(),
|
|
958
802
|
readOnly: z.boolean().optional(),
|
|
959
803
|
fontSize: z.number().default(12),
|
|
960
|
-
type:
|
|
804
|
+
type: FieldCreateDocumentFieldTypeDropdownEnum$inboundSchema,
|
|
961
805
|
values: z.array(
|
|
962
806
|
z.lazy(() => FieldCreateDocumentFieldValueDropdown$inboundSchema),
|
|
963
807
|
).optional(),
|
|
@@ -987,7 +831,7 @@ export const FieldCreateDocumentFieldFieldMetaDropdownRequest$outboundSchema:
|
|
|
987
831
|
required: z.boolean().optional(),
|
|
988
832
|
readOnly: z.boolean().optional(),
|
|
989
833
|
fontSize: z.number().default(12),
|
|
990
|
-
type:
|
|
834
|
+
type: FieldCreateDocumentFieldTypeDropdownEnum$outboundSchema,
|
|
991
835
|
values: z.array(
|
|
992
836
|
z.lazy(() => FieldCreateDocumentFieldValueDropdown$outboundSchema),
|
|
993
837
|
).optional(),
|
|
@@ -1026,7 +870,7 @@ export const FieldCreateDocumentFieldFieldDropdown$inboundSchema: z.ZodType<
|
|
|
1026
870
|
z.ZodTypeDef,
|
|
1027
871
|
unknown
|
|
1028
872
|
> = z.object({
|
|
1029
|
-
type:
|
|
873
|
+
type: z.literal("DROPDOWN"),
|
|
1030
874
|
fieldMeta: z.lazy(() =>
|
|
1031
875
|
FieldCreateDocumentFieldFieldMetaDropdownRequest$inboundSchema
|
|
1032
876
|
).optional(),
|
|
@@ -1039,7 +883,7 @@ export const FieldCreateDocumentFieldFieldDropdown$inboundSchema: z.ZodType<
|
|
|
1039
883
|
});
|
|
1040
884
|
/** @internal */
|
|
1041
885
|
export type FieldCreateDocumentFieldFieldDropdown$Outbound = {
|
|
1042
|
-
type:
|
|
886
|
+
type: "DROPDOWN";
|
|
1043
887
|
fieldMeta?:
|
|
1044
888
|
| FieldCreateDocumentFieldFieldMetaDropdownRequest$Outbound
|
|
1045
889
|
| undefined;
|
|
@@ -1057,7 +901,7 @@ export const FieldCreateDocumentFieldFieldDropdown$outboundSchema: z.ZodType<
|
|
|
1057
901
|
z.ZodTypeDef,
|
|
1058
902
|
FieldCreateDocumentFieldFieldDropdown
|
|
1059
903
|
> = z.object({
|
|
1060
|
-
type:
|
|
904
|
+
type: z.literal("DROPDOWN"),
|
|
1061
905
|
fieldMeta: z.lazy(() =>
|
|
1062
906
|
FieldCreateDocumentFieldFieldMetaDropdownRequest$outboundSchema
|
|
1063
907
|
).optional(),
|
|
@@ -1090,22 +934,13 @@ export function fieldCreateDocumentFieldFieldDropdownFromJSON(
|
|
|
1090
934
|
}
|
|
1091
935
|
|
|
1092
936
|
/** @internal */
|
|
1093
|
-
export const
|
|
1094
|
-
z.ZodNativeEnum<typeof
|
|
1095
|
-
.nativeEnum(
|
|
937
|
+
export const FieldCreateDocumentFieldTypeCheckboxEnum$inboundSchema:
|
|
938
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeCheckboxEnum> = z
|
|
939
|
+
.nativeEnum(FieldCreateDocumentFieldTypeCheckboxEnum);
|
|
1096
940
|
/** @internal */
|
|
1097
|
-
export const
|
|
1098
|
-
z.ZodNativeEnum<typeof
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
/** @internal */
|
|
1102
|
-
export const FieldCreateDocumentFieldTypeCheckboxRequest2$inboundSchema:
|
|
1103
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeCheckboxRequest2> = z
|
|
1104
|
-
.nativeEnum(FieldCreateDocumentFieldTypeCheckboxRequest2);
|
|
1105
|
-
/** @internal */
|
|
1106
|
-
export const FieldCreateDocumentFieldTypeCheckboxRequest2$outboundSchema:
|
|
1107
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeCheckboxRequest2> =
|
|
1108
|
-
FieldCreateDocumentFieldTypeCheckboxRequest2$inboundSchema;
|
|
941
|
+
export const FieldCreateDocumentFieldTypeCheckboxEnum$outboundSchema:
|
|
942
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeCheckboxEnum> =
|
|
943
|
+
FieldCreateDocumentFieldTypeCheckboxEnum$inboundSchema;
|
|
1109
944
|
|
|
1110
945
|
/** @internal */
|
|
1111
946
|
export const FieldCreateDocumentFieldValueCheckbox$inboundSchema: z.ZodType<
|
|
@@ -1176,7 +1011,7 @@ export const FieldCreateDocumentFieldFieldMetaCheckboxRequest$inboundSchema:
|
|
|
1176
1011
|
required: z.boolean().optional(),
|
|
1177
1012
|
readOnly: z.boolean().optional(),
|
|
1178
1013
|
fontSize: z.number().default(12),
|
|
1179
|
-
type:
|
|
1014
|
+
type: FieldCreateDocumentFieldTypeCheckboxEnum$inboundSchema,
|
|
1180
1015
|
values: z.array(
|
|
1181
1016
|
z.lazy(() => FieldCreateDocumentFieldValueCheckbox$inboundSchema),
|
|
1182
1017
|
).optional(),
|
|
@@ -1212,7 +1047,7 @@ export const FieldCreateDocumentFieldFieldMetaCheckboxRequest$outboundSchema:
|
|
|
1212
1047
|
required: z.boolean().optional(),
|
|
1213
1048
|
readOnly: z.boolean().optional(),
|
|
1214
1049
|
fontSize: z.number().default(12),
|
|
1215
|
-
type:
|
|
1050
|
+
type: FieldCreateDocumentFieldTypeCheckboxEnum$outboundSchema,
|
|
1216
1051
|
values: z.array(
|
|
1217
1052
|
z.lazy(() => FieldCreateDocumentFieldValueCheckbox$outboundSchema),
|
|
1218
1053
|
).optional(),
|
|
@@ -1255,7 +1090,7 @@ export const FieldCreateDocumentFieldFieldCheckbox$inboundSchema: z.ZodType<
|
|
|
1255
1090
|
z.ZodTypeDef,
|
|
1256
1091
|
unknown
|
|
1257
1092
|
> = z.object({
|
|
1258
|
-
type:
|
|
1093
|
+
type: z.literal("CHECKBOX"),
|
|
1259
1094
|
fieldMeta: z.lazy(() =>
|
|
1260
1095
|
FieldCreateDocumentFieldFieldMetaCheckboxRequest$inboundSchema
|
|
1261
1096
|
).optional(),
|
|
@@ -1268,7 +1103,7 @@ export const FieldCreateDocumentFieldFieldCheckbox$inboundSchema: z.ZodType<
|
|
|
1268
1103
|
});
|
|
1269
1104
|
/** @internal */
|
|
1270
1105
|
export type FieldCreateDocumentFieldFieldCheckbox$Outbound = {
|
|
1271
|
-
type:
|
|
1106
|
+
type: "CHECKBOX";
|
|
1272
1107
|
fieldMeta?:
|
|
1273
1108
|
| FieldCreateDocumentFieldFieldMetaCheckboxRequest$Outbound
|
|
1274
1109
|
| undefined;
|
|
@@ -1286,7 +1121,7 @@ export const FieldCreateDocumentFieldFieldCheckbox$outboundSchema: z.ZodType<
|
|
|
1286
1121
|
z.ZodTypeDef,
|
|
1287
1122
|
FieldCreateDocumentFieldFieldCheckbox
|
|
1288
1123
|
> = z.object({
|
|
1289
|
-
type:
|
|
1124
|
+
type: z.literal("CHECKBOX"),
|
|
1290
1125
|
fieldMeta: z.lazy(() =>
|
|
1291
1126
|
FieldCreateDocumentFieldFieldMetaCheckboxRequest$outboundSchema
|
|
1292
1127
|
).optional(),
|
|
@@ -1319,22 +1154,14 @@ export function fieldCreateDocumentFieldFieldCheckboxFromJSON(
|
|
|
1319
1154
|
}
|
|
1320
1155
|
|
|
1321
1156
|
/** @internal */
|
|
1322
|
-
export const
|
|
1323
|
-
z.ZodNativeEnum<typeof
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
export const FieldCreateDocumentFieldTypeRadioRequest1$outboundSchema:
|
|
1327
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeRadioRequest1> =
|
|
1328
|
-
FieldCreateDocumentFieldTypeRadioRequest1$inboundSchema;
|
|
1329
|
-
|
|
1330
|
-
/** @internal */
|
|
1331
|
-
export const FieldCreateDocumentFieldTypeRadioRequest2$inboundSchema:
|
|
1332
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeRadioRequest2> = z
|
|
1333
|
-
.nativeEnum(FieldCreateDocumentFieldTypeRadioRequest2);
|
|
1157
|
+
export const FieldCreateDocumentFieldTypeRadioEnum$inboundSchema:
|
|
1158
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeRadioEnum> = z.nativeEnum(
|
|
1159
|
+
FieldCreateDocumentFieldTypeRadioEnum,
|
|
1160
|
+
);
|
|
1334
1161
|
/** @internal */
|
|
1335
|
-
export const
|
|
1336
|
-
z.ZodNativeEnum<typeof
|
|
1337
|
-
|
|
1162
|
+
export const FieldCreateDocumentFieldTypeRadioEnum$outboundSchema:
|
|
1163
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeRadioEnum> =
|
|
1164
|
+
FieldCreateDocumentFieldTypeRadioEnum$inboundSchema;
|
|
1338
1165
|
|
|
1339
1166
|
/** @internal */
|
|
1340
1167
|
export const FieldCreateDocumentFieldValueRadio$inboundSchema: z.ZodType<
|
|
@@ -1406,7 +1233,7 @@ export const FieldCreateDocumentFieldFieldMetaRadioRequest$inboundSchema:
|
|
|
1406
1233
|
required: z.boolean().optional(),
|
|
1407
1234
|
readOnly: z.boolean().optional(),
|
|
1408
1235
|
fontSize: z.number().default(12),
|
|
1409
|
-
type:
|
|
1236
|
+
type: FieldCreateDocumentFieldTypeRadioEnum$inboundSchema,
|
|
1410
1237
|
values: z.array(
|
|
1411
1238
|
z.lazy(() => FieldCreateDocumentFieldValueRadio$inboundSchema),
|
|
1412
1239
|
).optional(),
|
|
@@ -1438,7 +1265,7 @@ export const FieldCreateDocumentFieldFieldMetaRadioRequest$outboundSchema:
|
|
|
1438
1265
|
required: z.boolean().optional(),
|
|
1439
1266
|
readOnly: z.boolean().optional(),
|
|
1440
1267
|
fontSize: z.number().default(12),
|
|
1441
|
-
type:
|
|
1268
|
+
type: FieldCreateDocumentFieldTypeRadioEnum$outboundSchema,
|
|
1442
1269
|
values: z.array(
|
|
1443
1270
|
z.lazy(() => FieldCreateDocumentFieldValueRadio$outboundSchema),
|
|
1444
1271
|
).optional(),
|
|
@@ -1479,7 +1306,7 @@ export const FieldCreateDocumentFieldFieldRadio$inboundSchema: z.ZodType<
|
|
|
1479
1306
|
z.ZodTypeDef,
|
|
1480
1307
|
unknown
|
|
1481
1308
|
> = z.object({
|
|
1482
|
-
type:
|
|
1309
|
+
type: z.literal("RADIO"),
|
|
1483
1310
|
fieldMeta: z.lazy(() =>
|
|
1484
1311
|
FieldCreateDocumentFieldFieldMetaRadioRequest$inboundSchema
|
|
1485
1312
|
).optional(),
|
|
@@ -1492,7 +1319,7 @@ export const FieldCreateDocumentFieldFieldRadio$inboundSchema: z.ZodType<
|
|
|
1492
1319
|
});
|
|
1493
1320
|
/** @internal */
|
|
1494
1321
|
export type FieldCreateDocumentFieldFieldRadio$Outbound = {
|
|
1495
|
-
type:
|
|
1322
|
+
type: "RADIO";
|
|
1496
1323
|
fieldMeta?:
|
|
1497
1324
|
| FieldCreateDocumentFieldFieldMetaRadioRequest$Outbound
|
|
1498
1325
|
| undefined;
|
|
@@ -1510,7 +1337,7 @@ export const FieldCreateDocumentFieldFieldRadio$outboundSchema: z.ZodType<
|
|
|
1510
1337
|
z.ZodTypeDef,
|
|
1511
1338
|
FieldCreateDocumentFieldFieldRadio
|
|
1512
1339
|
> = z.object({
|
|
1513
|
-
type:
|
|
1340
|
+
type: z.literal("RADIO"),
|
|
1514
1341
|
fieldMeta: z.lazy(() =>
|
|
1515
1342
|
FieldCreateDocumentFieldFieldMetaRadioRequest$outboundSchema
|
|
1516
1343
|
).optional(),
|
|
@@ -1543,22 +1370,14 @@ export function fieldCreateDocumentFieldFieldRadioFromJSON(
|
|
|
1543
1370
|
}
|
|
1544
1371
|
|
|
1545
1372
|
/** @internal */
|
|
1546
|
-
export const
|
|
1547
|
-
z.ZodNativeEnum<typeof
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
export const FieldCreateDocumentFieldTypeNumberRequest1$outboundSchema:
|
|
1551
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeNumberRequest1> =
|
|
1552
|
-
FieldCreateDocumentFieldTypeNumberRequest1$inboundSchema;
|
|
1553
|
-
|
|
1554
|
-
/** @internal */
|
|
1555
|
-
export const FieldCreateDocumentFieldTypeNumberRequest2$inboundSchema:
|
|
1556
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeNumberRequest2> = z
|
|
1557
|
-
.nativeEnum(FieldCreateDocumentFieldTypeNumberRequest2);
|
|
1373
|
+
export const FieldCreateDocumentFieldTypeNumberEnum$inboundSchema:
|
|
1374
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeNumberEnum> = z.nativeEnum(
|
|
1375
|
+
FieldCreateDocumentFieldTypeNumberEnum,
|
|
1376
|
+
);
|
|
1558
1377
|
/** @internal */
|
|
1559
|
-
export const
|
|
1560
|
-
z.ZodNativeEnum<typeof
|
|
1561
|
-
|
|
1378
|
+
export const FieldCreateDocumentFieldTypeNumberEnum$outboundSchema:
|
|
1379
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeNumberEnum> =
|
|
1380
|
+
FieldCreateDocumentFieldTypeNumberEnum$inboundSchema;
|
|
1562
1381
|
|
|
1563
1382
|
/** @internal */
|
|
1564
1383
|
export const FieldCreateDocumentFieldTextAlignNumber$inboundSchema:
|
|
@@ -1590,7 +1409,7 @@ export const FieldCreateDocumentFieldFieldMetaNumberRequest$inboundSchema:
|
|
|
1590
1409
|
required: z.boolean().optional(),
|
|
1591
1410
|
readOnly: z.boolean().optional(),
|
|
1592
1411
|
fontSize: z.number().default(12),
|
|
1593
|
-
type:
|
|
1412
|
+
type: FieldCreateDocumentFieldTypeNumberEnum$inboundSchema,
|
|
1594
1413
|
numberFormat: z.nullable(z.string()).optional(),
|
|
1595
1414
|
value: z.string().optional(),
|
|
1596
1415
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -1632,7 +1451,7 @@ export const FieldCreateDocumentFieldFieldMetaNumberRequest$outboundSchema:
|
|
|
1632
1451
|
required: z.boolean().optional(),
|
|
1633
1452
|
readOnly: z.boolean().optional(),
|
|
1634
1453
|
fontSize: z.number().default(12),
|
|
1635
|
-
type:
|
|
1454
|
+
type: FieldCreateDocumentFieldTypeNumberEnum$outboundSchema,
|
|
1636
1455
|
numberFormat: z.nullable(z.string()).optional(),
|
|
1637
1456
|
value: z.string().optional(),
|
|
1638
1457
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -1678,7 +1497,7 @@ export const FieldCreateDocumentFieldFieldNumber$inboundSchema: z.ZodType<
|
|
|
1678
1497
|
z.ZodTypeDef,
|
|
1679
1498
|
unknown
|
|
1680
1499
|
> = z.object({
|
|
1681
|
-
type:
|
|
1500
|
+
type: z.literal("NUMBER"),
|
|
1682
1501
|
fieldMeta: z.lazy(() =>
|
|
1683
1502
|
FieldCreateDocumentFieldFieldMetaNumberRequest$inboundSchema
|
|
1684
1503
|
).optional(),
|
|
@@ -1691,7 +1510,7 @@ export const FieldCreateDocumentFieldFieldNumber$inboundSchema: z.ZodType<
|
|
|
1691
1510
|
});
|
|
1692
1511
|
/** @internal */
|
|
1693
1512
|
export type FieldCreateDocumentFieldFieldNumber$Outbound = {
|
|
1694
|
-
type:
|
|
1513
|
+
type: "NUMBER";
|
|
1695
1514
|
fieldMeta?:
|
|
1696
1515
|
| FieldCreateDocumentFieldFieldMetaNumberRequest$Outbound
|
|
1697
1516
|
| undefined;
|
|
@@ -1709,7 +1528,7 @@ export const FieldCreateDocumentFieldFieldNumber$outboundSchema: z.ZodType<
|
|
|
1709
1528
|
z.ZodTypeDef,
|
|
1710
1529
|
FieldCreateDocumentFieldFieldNumber
|
|
1711
1530
|
> = z.object({
|
|
1712
|
-
type:
|
|
1531
|
+
type: z.literal("NUMBER"),
|
|
1713
1532
|
fieldMeta: z.lazy(() =>
|
|
1714
1533
|
FieldCreateDocumentFieldFieldMetaNumberRequest$outboundSchema
|
|
1715
1534
|
).optional(),
|
|
@@ -1742,22 +1561,14 @@ export function fieldCreateDocumentFieldFieldNumberFromJSON(
|
|
|
1742
1561
|
}
|
|
1743
1562
|
|
|
1744
1563
|
/** @internal */
|
|
1745
|
-
export const
|
|
1746
|
-
z.ZodNativeEnum<typeof
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
export const FieldCreateDocumentFieldTypeTextRequest1$outboundSchema:
|
|
1750
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeTextRequest1> =
|
|
1751
|
-
FieldCreateDocumentFieldTypeTextRequest1$inboundSchema;
|
|
1752
|
-
|
|
1753
|
-
/** @internal */
|
|
1754
|
-
export const FieldCreateDocumentFieldTypeTextRequest2$inboundSchema:
|
|
1755
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeTextRequest2> = z
|
|
1756
|
-
.nativeEnum(FieldCreateDocumentFieldTypeTextRequest2);
|
|
1564
|
+
export const FieldCreateDocumentFieldTypeTextEnum$inboundSchema:
|
|
1565
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeTextEnum> = z.nativeEnum(
|
|
1566
|
+
FieldCreateDocumentFieldTypeTextEnum,
|
|
1567
|
+
);
|
|
1757
1568
|
/** @internal */
|
|
1758
|
-
export const
|
|
1759
|
-
z.ZodNativeEnum<typeof
|
|
1760
|
-
|
|
1569
|
+
export const FieldCreateDocumentFieldTypeTextEnum$outboundSchema:
|
|
1570
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeTextEnum> =
|
|
1571
|
+
FieldCreateDocumentFieldTypeTextEnum$inboundSchema;
|
|
1761
1572
|
|
|
1762
1573
|
/** @internal */
|
|
1763
1574
|
export const FieldCreateDocumentFieldTextAlignText$inboundSchema:
|
|
@@ -1790,7 +1601,7 @@ export const FieldCreateDocumentFieldFieldMetaTextRequest$inboundSchema:
|
|
|
1790
1601
|
required: z.boolean().optional(),
|
|
1791
1602
|
readOnly: z.boolean().optional(),
|
|
1792
1603
|
fontSize: z.number().default(12),
|
|
1793
|
-
type:
|
|
1604
|
+
type: FieldCreateDocumentFieldTypeTextEnum$inboundSchema,
|
|
1794
1605
|
text: z.string().optional(),
|
|
1795
1606
|
characterLimit: z.number().optional(),
|
|
1796
1607
|
textAlign: FieldCreateDocumentFieldTextAlignText$inboundSchema.optional(),
|
|
@@ -1828,7 +1639,7 @@ export const FieldCreateDocumentFieldFieldMetaTextRequest$outboundSchema:
|
|
|
1828
1639
|
required: z.boolean().optional(),
|
|
1829
1640
|
readOnly: z.boolean().optional(),
|
|
1830
1641
|
fontSize: z.number().default(12),
|
|
1831
|
-
type:
|
|
1642
|
+
type: FieldCreateDocumentFieldTypeTextEnum$outboundSchema,
|
|
1832
1643
|
text: z.string().optional(),
|
|
1833
1644
|
characterLimit: z.number().optional(),
|
|
1834
1645
|
textAlign: FieldCreateDocumentFieldTextAlignText$outboundSchema.optional(),
|
|
@@ -1871,7 +1682,7 @@ export const FieldCreateDocumentFieldFieldText$inboundSchema: z.ZodType<
|
|
|
1871
1682
|
z.ZodTypeDef,
|
|
1872
1683
|
unknown
|
|
1873
1684
|
> = z.object({
|
|
1874
|
-
type:
|
|
1685
|
+
type: z.literal("TEXT"),
|
|
1875
1686
|
fieldMeta: z.lazy(() =>
|
|
1876
1687
|
FieldCreateDocumentFieldFieldMetaTextRequest$inboundSchema
|
|
1877
1688
|
).optional(),
|
|
@@ -1884,7 +1695,7 @@ export const FieldCreateDocumentFieldFieldText$inboundSchema: z.ZodType<
|
|
|
1884
1695
|
});
|
|
1885
1696
|
/** @internal */
|
|
1886
1697
|
export type FieldCreateDocumentFieldFieldText$Outbound = {
|
|
1887
|
-
type:
|
|
1698
|
+
type: "TEXT";
|
|
1888
1699
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaTextRequest$Outbound | undefined;
|
|
1889
1700
|
recipientId: number;
|
|
1890
1701
|
pageNumber: number;
|
|
@@ -1900,7 +1711,7 @@ export const FieldCreateDocumentFieldFieldText$outboundSchema: z.ZodType<
|
|
|
1900
1711
|
z.ZodTypeDef,
|
|
1901
1712
|
FieldCreateDocumentFieldFieldText
|
|
1902
1713
|
> = z.object({
|
|
1903
|
-
type:
|
|
1714
|
+
type: z.literal("TEXT"),
|
|
1904
1715
|
fieldMeta: z.lazy(() =>
|
|
1905
1716
|
FieldCreateDocumentFieldFieldMetaTextRequest$outboundSchema
|
|
1906
1717
|
).optional(),
|
|
@@ -1932,22 +1743,14 @@ export function fieldCreateDocumentFieldFieldTextFromJSON(
|
|
|
1932
1743
|
}
|
|
1933
1744
|
|
|
1934
1745
|
/** @internal */
|
|
1935
|
-
export const
|
|
1936
|
-
z.ZodNativeEnum<typeof
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
export const FieldCreateDocumentFieldTypeDateRequest1$outboundSchema:
|
|
1940
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeDateRequest1> =
|
|
1941
|
-
FieldCreateDocumentFieldTypeDateRequest1$inboundSchema;
|
|
1942
|
-
|
|
1943
|
-
/** @internal */
|
|
1944
|
-
export const FieldCreateDocumentFieldTypeDateRequest2$inboundSchema:
|
|
1945
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeDateRequest2> = z
|
|
1946
|
-
.nativeEnum(FieldCreateDocumentFieldTypeDateRequest2);
|
|
1746
|
+
export const FieldCreateDocumentFieldTypeDateEnum$inboundSchema:
|
|
1747
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeDateEnum> = z.nativeEnum(
|
|
1748
|
+
FieldCreateDocumentFieldTypeDateEnum,
|
|
1749
|
+
);
|
|
1947
1750
|
/** @internal */
|
|
1948
|
-
export const
|
|
1949
|
-
z.ZodNativeEnum<typeof
|
|
1950
|
-
|
|
1751
|
+
export const FieldCreateDocumentFieldTypeDateEnum$outboundSchema:
|
|
1752
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeDateEnum> =
|
|
1753
|
+
FieldCreateDocumentFieldTypeDateEnum$inboundSchema;
|
|
1951
1754
|
|
|
1952
1755
|
/** @internal */
|
|
1953
1756
|
export const FieldCreateDocumentFieldTextAlignDate$inboundSchema:
|
|
@@ -1971,7 +1774,7 @@ export const FieldCreateDocumentFieldFieldMetaDateRequest$inboundSchema:
|
|
|
1971
1774
|
required: z.boolean().optional(),
|
|
1972
1775
|
readOnly: z.boolean().optional(),
|
|
1973
1776
|
fontSize: z.number().default(12),
|
|
1974
|
-
type:
|
|
1777
|
+
type: FieldCreateDocumentFieldTypeDateEnum$inboundSchema,
|
|
1975
1778
|
textAlign: FieldCreateDocumentFieldTextAlignDate$inboundSchema.optional(),
|
|
1976
1779
|
});
|
|
1977
1780
|
/** @internal */
|
|
@@ -1997,7 +1800,7 @@ export const FieldCreateDocumentFieldFieldMetaDateRequest$outboundSchema:
|
|
|
1997
1800
|
required: z.boolean().optional(),
|
|
1998
1801
|
readOnly: z.boolean().optional(),
|
|
1999
1802
|
fontSize: z.number().default(12),
|
|
2000
|
-
type:
|
|
1803
|
+
type: FieldCreateDocumentFieldTypeDateEnum$outboundSchema,
|
|
2001
1804
|
textAlign: FieldCreateDocumentFieldTextAlignDate$outboundSchema.optional(),
|
|
2002
1805
|
});
|
|
2003
1806
|
|
|
@@ -2033,7 +1836,7 @@ export const FieldCreateDocumentFieldFieldDate$inboundSchema: z.ZodType<
|
|
|
2033
1836
|
z.ZodTypeDef,
|
|
2034
1837
|
unknown
|
|
2035
1838
|
> = z.object({
|
|
2036
|
-
type:
|
|
1839
|
+
type: z.literal("DATE"),
|
|
2037
1840
|
fieldMeta: z.lazy(() =>
|
|
2038
1841
|
FieldCreateDocumentFieldFieldMetaDateRequest$inboundSchema
|
|
2039
1842
|
).optional(),
|
|
@@ -2046,7 +1849,7 @@ export const FieldCreateDocumentFieldFieldDate$inboundSchema: z.ZodType<
|
|
|
2046
1849
|
});
|
|
2047
1850
|
/** @internal */
|
|
2048
1851
|
export type FieldCreateDocumentFieldFieldDate$Outbound = {
|
|
2049
|
-
type:
|
|
1852
|
+
type: "DATE";
|
|
2050
1853
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaDateRequest$Outbound | undefined;
|
|
2051
1854
|
recipientId: number;
|
|
2052
1855
|
pageNumber: number;
|
|
@@ -2062,7 +1865,7 @@ export const FieldCreateDocumentFieldFieldDate$outboundSchema: z.ZodType<
|
|
|
2062
1865
|
z.ZodTypeDef,
|
|
2063
1866
|
FieldCreateDocumentFieldFieldDate
|
|
2064
1867
|
> = z.object({
|
|
2065
|
-
type:
|
|
1868
|
+
type: z.literal("DATE"),
|
|
2066
1869
|
fieldMeta: z.lazy(() =>
|
|
2067
1870
|
FieldCreateDocumentFieldFieldMetaDateRequest$outboundSchema
|
|
2068
1871
|
).optional(),
|
|
@@ -2094,22 +1897,14 @@ export function fieldCreateDocumentFieldFieldDateFromJSON(
|
|
|
2094
1897
|
}
|
|
2095
1898
|
|
|
2096
1899
|
/** @internal */
|
|
2097
|
-
export const
|
|
2098
|
-
z.ZodNativeEnum<typeof
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
export const FieldCreateDocumentFieldTypeEmailRequest1$outboundSchema:
|
|
2102
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeEmailRequest1> =
|
|
2103
|
-
FieldCreateDocumentFieldTypeEmailRequest1$inboundSchema;
|
|
2104
|
-
|
|
2105
|
-
/** @internal */
|
|
2106
|
-
export const FieldCreateDocumentFieldTypeEmailRequest2$inboundSchema:
|
|
2107
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeEmailRequest2> = z
|
|
2108
|
-
.nativeEnum(FieldCreateDocumentFieldTypeEmailRequest2);
|
|
1900
|
+
export const FieldCreateDocumentFieldTypeEmailEnum$inboundSchema:
|
|
1901
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeEmailEnum> = z.nativeEnum(
|
|
1902
|
+
FieldCreateDocumentFieldTypeEmailEnum,
|
|
1903
|
+
);
|
|
2109
1904
|
/** @internal */
|
|
2110
|
-
export const
|
|
2111
|
-
z.ZodNativeEnum<typeof
|
|
2112
|
-
|
|
1905
|
+
export const FieldCreateDocumentFieldTypeEmailEnum$outboundSchema:
|
|
1906
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeEmailEnum> =
|
|
1907
|
+
FieldCreateDocumentFieldTypeEmailEnum$inboundSchema;
|
|
2113
1908
|
|
|
2114
1909
|
/** @internal */
|
|
2115
1910
|
export const FieldCreateDocumentFieldTextAlignEmail$inboundSchema:
|
|
@@ -2133,7 +1928,7 @@ export const FieldCreateDocumentFieldFieldMetaEmailRequest$inboundSchema:
|
|
|
2133
1928
|
required: z.boolean().optional(),
|
|
2134
1929
|
readOnly: z.boolean().optional(),
|
|
2135
1930
|
fontSize: z.number().default(12),
|
|
2136
|
-
type:
|
|
1931
|
+
type: FieldCreateDocumentFieldTypeEmailEnum$inboundSchema,
|
|
2137
1932
|
textAlign: FieldCreateDocumentFieldTextAlignEmail$inboundSchema.optional(),
|
|
2138
1933
|
});
|
|
2139
1934
|
/** @internal */
|
|
@@ -2159,7 +1954,7 @@ export const FieldCreateDocumentFieldFieldMetaEmailRequest$outboundSchema:
|
|
|
2159
1954
|
required: z.boolean().optional(),
|
|
2160
1955
|
readOnly: z.boolean().optional(),
|
|
2161
1956
|
fontSize: z.number().default(12),
|
|
2162
|
-
type:
|
|
1957
|
+
type: FieldCreateDocumentFieldTypeEmailEnum$outboundSchema,
|
|
2163
1958
|
textAlign: FieldCreateDocumentFieldTextAlignEmail$outboundSchema.optional(),
|
|
2164
1959
|
});
|
|
2165
1960
|
|
|
@@ -2195,7 +1990,7 @@ export const FieldCreateDocumentFieldFieldEmail$inboundSchema: z.ZodType<
|
|
|
2195
1990
|
z.ZodTypeDef,
|
|
2196
1991
|
unknown
|
|
2197
1992
|
> = z.object({
|
|
2198
|
-
type:
|
|
1993
|
+
type: z.literal("EMAIL"),
|
|
2199
1994
|
fieldMeta: z.lazy(() =>
|
|
2200
1995
|
FieldCreateDocumentFieldFieldMetaEmailRequest$inboundSchema
|
|
2201
1996
|
).optional(),
|
|
@@ -2208,7 +2003,7 @@ export const FieldCreateDocumentFieldFieldEmail$inboundSchema: z.ZodType<
|
|
|
2208
2003
|
});
|
|
2209
2004
|
/** @internal */
|
|
2210
2005
|
export type FieldCreateDocumentFieldFieldEmail$Outbound = {
|
|
2211
|
-
type:
|
|
2006
|
+
type: "EMAIL";
|
|
2212
2007
|
fieldMeta?:
|
|
2213
2008
|
| FieldCreateDocumentFieldFieldMetaEmailRequest$Outbound
|
|
2214
2009
|
| undefined;
|
|
@@ -2226,7 +2021,7 @@ export const FieldCreateDocumentFieldFieldEmail$outboundSchema: z.ZodType<
|
|
|
2226
2021
|
z.ZodTypeDef,
|
|
2227
2022
|
FieldCreateDocumentFieldFieldEmail
|
|
2228
2023
|
> = z.object({
|
|
2229
|
-
type:
|
|
2024
|
+
type: z.literal("EMAIL"),
|
|
2230
2025
|
fieldMeta: z.lazy(() =>
|
|
2231
2026
|
FieldCreateDocumentFieldFieldMetaEmailRequest$outboundSchema
|
|
2232
2027
|
).optional(),
|
|
@@ -2259,22 +2054,14 @@ export function fieldCreateDocumentFieldFieldEmailFromJSON(
|
|
|
2259
2054
|
}
|
|
2260
2055
|
|
|
2261
2056
|
/** @internal */
|
|
2262
|
-
export const
|
|
2263
|
-
z.ZodNativeEnum<typeof
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
export const FieldCreateDocumentFieldTypeNameRequest1$outboundSchema:
|
|
2267
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeNameRequest1> =
|
|
2268
|
-
FieldCreateDocumentFieldTypeNameRequest1$inboundSchema;
|
|
2269
|
-
|
|
2270
|
-
/** @internal */
|
|
2271
|
-
export const FieldCreateDocumentFieldTypeNameRequest2$inboundSchema:
|
|
2272
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeNameRequest2> = z
|
|
2273
|
-
.nativeEnum(FieldCreateDocumentFieldTypeNameRequest2);
|
|
2057
|
+
export const FieldCreateDocumentFieldTypeNameEnum$inboundSchema:
|
|
2058
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeNameEnum> = z.nativeEnum(
|
|
2059
|
+
FieldCreateDocumentFieldTypeNameEnum,
|
|
2060
|
+
);
|
|
2274
2061
|
/** @internal */
|
|
2275
|
-
export const
|
|
2276
|
-
z.ZodNativeEnum<typeof
|
|
2277
|
-
|
|
2062
|
+
export const FieldCreateDocumentFieldTypeNameEnum$outboundSchema:
|
|
2063
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeNameEnum> =
|
|
2064
|
+
FieldCreateDocumentFieldTypeNameEnum$inboundSchema;
|
|
2278
2065
|
|
|
2279
2066
|
/** @internal */
|
|
2280
2067
|
export const FieldCreateDocumentFieldTextAlignName$inboundSchema:
|
|
@@ -2298,7 +2085,7 @@ export const FieldCreateDocumentFieldFieldMetaNameRequest$inboundSchema:
|
|
|
2298
2085
|
required: z.boolean().optional(),
|
|
2299
2086
|
readOnly: z.boolean().optional(),
|
|
2300
2087
|
fontSize: z.number().default(12),
|
|
2301
|
-
type:
|
|
2088
|
+
type: FieldCreateDocumentFieldTypeNameEnum$inboundSchema,
|
|
2302
2089
|
textAlign: FieldCreateDocumentFieldTextAlignName$inboundSchema.optional(),
|
|
2303
2090
|
});
|
|
2304
2091
|
/** @internal */
|
|
@@ -2324,7 +2111,7 @@ export const FieldCreateDocumentFieldFieldMetaNameRequest$outboundSchema:
|
|
|
2324
2111
|
required: z.boolean().optional(),
|
|
2325
2112
|
readOnly: z.boolean().optional(),
|
|
2326
2113
|
fontSize: z.number().default(12),
|
|
2327
|
-
type:
|
|
2114
|
+
type: FieldCreateDocumentFieldTypeNameEnum$outboundSchema,
|
|
2328
2115
|
textAlign: FieldCreateDocumentFieldTextAlignName$outboundSchema.optional(),
|
|
2329
2116
|
});
|
|
2330
2117
|
|
|
@@ -2360,7 +2147,7 @@ export const FieldCreateDocumentFieldFieldName$inboundSchema: z.ZodType<
|
|
|
2360
2147
|
z.ZodTypeDef,
|
|
2361
2148
|
unknown
|
|
2362
2149
|
> = z.object({
|
|
2363
|
-
type:
|
|
2150
|
+
type: z.literal("NAME"),
|
|
2364
2151
|
fieldMeta: z.lazy(() =>
|
|
2365
2152
|
FieldCreateDocumentFieldFieldMetaNameRequest$inboundSchema
|
|
2366
2153
|
).optional(),
|
|
@@ -2373,7 +2160,7 @@ export const FieldCreateDocumentFieldFieldName$inboundSchema: z.ZodType<
|
|
|
2373
2160
|
});
|
|
2374
2161
|
/** @internal */
|
|
2375
2162
|
export type FieldCreateDocumentFieldFieldName$Outbound = {
|
|
2376
|
-
type:
|
|
2163
|
+
type: "NAME";
|
|
2377
2164
|
fieldMeta?: FieldCreateDocumentFieldFieldMetaNameRequest$Outbound | undefined;
|
|
2378
2165
|
recipientId: number;
|
|
2379
2166
|
pageNumber: number;
|
|
@@ -2389,7 +2176,7 @@ export const FieldCreateDocumentFieldFieldName$outboundSchema: z.ZodType<
|
|
|
2389
2176
|
z.ZodTypeDef,
|
|
2390
2177
|
FieldCreateDocumentFieldFieldName
|
|
2391
2178
|
> = z.object({
|
|
2392
|
-
type:
|
|
2179
|
+
type: z.literal("NAME"),
|
|
2393
2180
|
fieldMeta: z.lazy(() =>
|
|
2394
2181
|
FieldCreateDocumentFieldFieldMetaNameRequest$outboundSchema
|
|
2395
2182
|
).optional(),
|
|
@@ -2421,22 +2208,13 @@ export function fieldCreateDocumentFieldFieldNameFromJSON(
|
|
|
2421
2208
|
}
|
|
2422
2209
|
|
|
2423
2210
|
/** @internal */
|
|
2424
|
-
export const
|
|
2425
|
-
z.ZodNativeEnum<typeof
|
|
2426
|
-
.nativeEnum(
|
|
2427
|
-
/** @internal */
|
|
2428
|
-
export const FieldCreateDocumentFieldTypeInitialsRequest1$outboundSchema:
|
|
2429
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeInitialsRequest1> =
|
|
2430
|
-
FieldCreateDocumentFieldTypeInitialsRequest1$inboundSchema;
|
|
2431
|
-
|
|
2432
|
-
/** @internal */
|
|
2433
|
-
export const FieldCreateDocumentFieldTypeInitialsRequest2$inboundSchema:
|
|
2434
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeInitialsRequest2> = z
|
|
2435
|
-
.nativeEnum(FieldCreateDocumentFieldTypeInitialsRequest2);
|
|
2211
|
+
export const FieldCreateDocumentFieldTypeInitialsEnum$inboundSchema:
|
|
2212
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeInitialsEnum> = z
|
|
2213
|
+
.nativeEnum(FieldCreateDocumentFieldTypeInitialsEnum);
|
|
2436
2214
|
/** @internal */
|
|
2437
|
-
export const
|
|
2438
|
-
z.ZodNativeEnum<typeof
|
|
2439
|
-
|
|
2215
|
+
export const FieldCreateDocumentFieldTypeInitialsEnum$outboundSchema:
|
|
2216
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeInitialsEnum> =
|
|
2217
|
+
FieldCreateDocumentFieldTypeInitialsEnum$inboundSchema;
|
|
2440
2218
|
|
|
2441
2219
|
/** @internal */
|
|
2442
2220
|
export const FieldCreateDocumentFieldTextAlignInitials$inboundSchema:
|
|
@@ -2459,7 +2237,7 @@ export const FieldCreateDocumentFieldFieldMetaInitialsRequest$inboundSchema:
|
|
|
2459
2237
|
required: z.boolean().optional(),
|
|
2460
2238
|
readOnly: z.boolean().optional(),
|
|
2461
2239
|
fontSize: z.number().default(12),
|
|
2462
|
-
type:
|
|
2240
|
+
type: FieldCreateDocumentFieldTypeInitialsEnum$inboundSchema,
|
|
2463
2241
|
textAlign: FieldCreateDocumentFieldTextAlignInitials$inboundSchema
|
|
2464
2242
|
.optional(),
|
|
2465
2243
|
});
|
|
@@ -2486,7 +2264,7 @@ export const FieldCreateDocumentFieldFieldMetaInitialsRequest$outboundSchema:
|
|
|
2486
2264
|
required: z.boolean().optional(),
|
|
2487
2265
|
readOnly: z.boolean().optional(),
|
|
2488
2266
|
fontSize: z.number().default(12),
|
|
2489
|
-
type:
|
|
2267
|
+
type: FieldCreateDocumentFieldTypeInitialsEnum$outboundSchema,
|
|
2490
2268
|
textAlign: FieldCreateDocumentFieldTextAlignInitials$outboundSchema
|
|
2491
2269
|
.optional(),
|
|
2492
2270
|
});
|
|
@@ -2523,7 +2301,7 @@ export const FieldCreateDocumentFieldFieldInitials$inboundSchema: z.ZodType<
|
|
|
2523
2301
|
z.ZodTypeDef,
|
|
2524
2302
|
unknown
|
|
2525
2303
|
> = z.object({
|
|
2526
|
-
type:
|
|
2304
|
+
type: z.literal("INITIALS"),
|
|
2527
2305
|
fieldMeta: z.lazy(() =>
|
|
2528
2306
|
FieldCreateDocumentFieldFieldMetaInitialsRequest$inboundSchema
|
|
2529
2307
|
).optional(),
|
|
@@ -2536,7 +2314,7 @@ export const FieldCreateDocumentFieldFieldInitials$inboundSchema: z.ZodType<
|
|
|
2536
2314
|
});
|
|
2537
2315
|
/** @internal */
|
|
2538
2316
|
export type FieldCreateDocumentFieldFieldInitials$Outbound = {
|
|
2539
|
-
type:
|
|
2317
|
+
type: "INITIALS";
|
|
2540
2318
|
fieldMeta?:
|
|
2541
2319
|
| FieldCreateDocumentFieldFieldMetaInitialsRequest$Outbound
|
|
2542
2320
|
| undefined;
|
|
@@ -2554,7 +2332,7 @@ export const FieldCreateDocumentFieldFieldInitials$outboundSchema: z.ZodType<
|
|
|
2554
2332
|
z.ZodTypeDef,
|
|
2555
2333
|
FieldCreateDocumentFieldFieldInitials
|
|
2556
2334
|
> = z.object({
|
|
2557
|
-
type:
|
|
2335
|
+
type: z.literal("INITIALS"),
|
|
2558
2336
|
fieldMeta: z.lazy(() =>
|
|
2559
2337
|
FieldCreateDocumentFieldFieldMetaInitialsRequest$outboundSchema
|
|
2560
2338
|
).optional(),
|
|
@@ -2586,20 +2364,11 @@ export function fieldCreateDocumentFieldFieldInitialsFromJSON(
|
|
|
2586
2364
|
);
|
|
2587
2365
|
}
|
|
2588
2366
|
|
|
2589
|
-
/** @internal */
|
|
2590
|
-
export const FieldCreateDocumentFieldTypeFreeSignature$inboundSchema:
|
|
2591
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeFreeSignature> = z
|
|
2592
|
-
.nativeEnum(FieldCreateDocumentFieldTypeFreeSignature);
|
|
2593
|
-
/** @internal */
|
|
2594
|
-
export const FieldCreateDocumentFieldTypeFreeSignature$outboundSchema:
|
|
2595
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeFreeSignature> =
|
|
2596
|
-
FieldCreateDocumentFieldTypeFreeSignature$inboundSchema;
|
|
2597
|
-
|
|
2598
2367
|
/** @internal */
|
|
2599
2368
|
export const FieldCreateDocumentFieldFieldFreeSignature$inboundSchema:
|
|
2600
2369
|
z.ZodType<FieldCreateDocumentFieldFieldFreeSignature, z.ZodTypeDef, unknown> =
|
|
2601
2370
|
z.object({
|
|
2602
|
-
type:
|
|
2371
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
2603
2372
|
recipientId: z.number(),
|
|
2604
2373
|
pageNumber: z.number(),
|
|
2605
2374
|
pageX: z.number(),
|
|
@@ -2609,7 +2378,7 @@ export const FieldCreateDocumentFieldFieldFreeSignature$inboundSchema:
|
|
|
2609
2378
|
});
|
|
2610
2379
|
/** @internal */
|
|
2611
2380
|
export type FieldCreateDocumentFieldFieldFreeSignature$Outbound = {
|
|
2612
|
-
type:
|
|
2381
|
+
type: "FREE_SIGNATURE";
|
|
2613
2382
|
recipientId: number;
|
|
2614
2383
|
pageNumber: number;
|
|
2615
2384
|
pageX: number;
|
|
@@ -2625,7 +2394,7 @@ export const FieldCreateDocumentFieldFieldFreeSignature$outboundSchema:
|
|
|
2625
2394
|
z.ZodTypeDef,
|
|
2626
2395
|
FieldCreateDocumentFieldFieldFreeSignature
|
|
2627
2396
|
> = z.object({
|
|
2628
|
-
type:
|
|
2397
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
2629
2398
|
recipientId: z.number(),
|
|
2630
2399
|
pageNumber: z.number(),
|
|
2631
2400
|
pageX: z.number(),
|
|
@@ -2661,22 +2430,13 @@ export function fieldCreateDocumentFieldFieldFreeSignatureFromJSON(
|
|
|
2661
2430
|
}
|
|
2662
2431
|
|
|
2663
2432
|
/** @internal */
|
|
2664
|
-
export const
|
|
2665
|
-
z.ZodNativeEnum<typeof
|
|
2666
|
-
.nativeEnum(
|
|
2433
|
+
export const FieldCreateDocumentFieldTypeSignatureEnum$inboundSchema:
|
|
2434
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeSignatureEnum> = z
|
|
2435
|
+
.nativeEnum(FieldCreateDocumentFieldTypeSignatureEnum);
|
|
2667
2436
|
/** @internal */
|
|
2668
|
-
export const
|
|
2669
|
-
z.ZodNativeEnum<typeof
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
/** @internal */
|
|
2673
|
-
export const FieldCreateDocumentFieldTypeSignatureRequest2$inboundSchema:
|
|
2674
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeSignatureRequest2> = z
|
|
2675
|
-
.nativeEnum(FieldCreateDocumentFieldTypeSignatureRequest2);
|
|
2676
|
-
/** @internal */
|
|
2677
|
-
export const FieldCreateDocumentFieldTypeSignatureRequest2$outboundSchema:
|
|
2678
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeSignatureRequest2> =
|
|
2679
|
-
FieldCreateDocumentFieldTypeSignatureRequest2$inboundSchema;
|
|
2437
|
+
export const FieldCreateDocumentFieldTypeSignatureEnum$outboundSchema:
|
|
2438
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeSignatureEnum> =
|
|
2439
|
+
FieldCreateDocumentFieldTypeSignatureEnum$inboundSchema;
|
|
2680
2440
|
|
|
2681
2441
|
/** @internal */
|
|
2682
2442
|
export const FieldCreateDocumentFieldFieldMetaSignatureRequest$inboundSchema:
|
|
@@ -2690,7 +2450,7 @@ export const FieldCreateDocumentFieldFieldMetaSignatureRequest$inboundSchema:
|
|
|
2690
2450
|
required: z.boolean().optional(),
|
|
2691
2451
|
readOnly: z.boolean().optional(),
|
|
2692
2452
|
fontSize: z.number().default(12),
|
|
2693
|
-
type:
|
|
2453
|
+
type: FieldCreateDocumentFieldTypeSignatureEnum$inboundSchema,
|
|
2694
2454
|
});
|
|
2695
2455
|
/** @internal */
|
|
2696
2456
|
export type FieldCreateDocumentFieldFieldMetaSignatureRequest$Outbound = {
|
|
@@ -2714,7 +2474,7 @@ export const FieldCreateDocumentFieldFieldMetaSignatureRequest$outboundSchema:
|
|
|
2714
2474
|
required: z.boolean().optional(),
|
|
2715
2475
|
readOnly: z.boolean().optional(),
|
|
2716
2476
|
fontSize: z.number().default(12),
|
|
2717
|
-
type:
|
|
2477
|
+
type: FieldCreateDocumentFieldTypeSignatureEnum$outboundSchema,
|
|
2718
2478
|
});
|
|
2719
2479
|
|
|
2720
2480
|
export function fieldCreateDocumentFieldFieldMetaSignatureRequestToJSON(
|
|
@@ -2749,7 +2509,7 @@ export const FieldCreateDocumentFieldFieldSignature$inboundSchema: z.ZodType<
|
|
|
2749
2509
|
z.ZodTypeDef,
|
|
2750
2510
|
unknown
|
|
2751
2511
|
> = z.object({
|
|
2752
|
-
type:
|
|
2512
|
+
type: z.literal("SIGNATURE"),
|
|
2753
2513
|
fieldMeta: z.lazy(() =>
|
|
2754
2514
|
FieldCreateDocumentFieldFieldMetaSignatureRequest$inboundSchema
|
|
2755
2515
|
).optional(),
|
|
@@ -2762,7 +2522,7 @@ export const FieldCreateDocumentFieldFieldSignature$inboundSchema: z.ZodType<
|
|
|
2762
2522
|
});
|
|
2763
2523
|
/** @internal */
|
|
2764
2524
|
export type FieldCreateDocumentFieldFieldSignature$Outbound = {
|
|
2765
|
-
type:
|
|
2525
|
+
type: "SIGNATURE";
|
|
2766
2526
|
fieldMeta?:
|
|
2767
2527
|
| FieldCreateDocumentFieldFieldMetaSignatureRequest$Outbound
|
|
2768
2528
|
| undefined;
|
|
@@ -2780,7 +2540,7 @@ export const FieldCreateDocumentFieldFieldSignature$outboundSchema: z.ZodType<
|
|
|
2780
2540
|
z.ZodTypeDef,
|
|
2781
2541
|
FieldCreateDocumentFieldFieldSignature
|
|
2782
2542
|
> = z.object({
|
|
2783
|
-
type:
|
|
2543
|
+
type: z.literal("SIGNATURE"),
|
|
2784
2544
|
fieldMeta: z.lazy(() =>
|
|
2785
2545
|
FieldCreateDocumentFieldFieldMetaSignatureRequest$outboundSchema
|
|
2786
2546
|
).optional(),
|
|
@@ -2964,23 +2724,13 @@ export function fieldCreateDocumentFieldRequestFromJSON(
|
|
|
2964
2724
|
}
|
|
2965
2725
|
|
|
2966
2726
|
/** @internal */
|
|
2967
|
-
export const
|
|
2968
|
-
z.ZodNativeEnum<typeof
|
|
2969
|
-
|
|
2970
|
-
);
|
|
2971
|
-
/** @internal */
|
|
2972
|
-
export const FieldCreateDocumentFieldTypeResponse$outboundSchema:
|
|
2973
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeResponse> =
|
|
2974
|
-
FieldCreateDocumentFieldTypeResponse$inboundSchema;
|
|
2975
|
-
|
|
2976
|
-
/** @internal */
|
|
2977
|
-
export const FieldCreateDocumentFieldFieldMetaTypeDropdown$inboundSchema:
|
|
2978
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeDropdown> = z
|
|
2979
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeDropdown);
|
|
2727
|
+
export const FieldCreateDocumentFieldTypeResponseEnum$inboundSchema:
|
|
2728
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeResponseEnum> = z
|
|
2729
|
+
.nativeEnum(FieldCreateDocumentFieldTypeResponseEnum);
|
|
2980
2730
|
/** @internal */
|
|
2981
|
-
export const
|
|
2982
|
-
z.ZodNativeEnum<typeof
|
|
2983
|
-
|
|
2731
|
+
export const FieldCreateDocumentFieldTypeResponseEnum$outboundSchema:
|
|
2732
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTypeResponseEnum> =
|
|
2733
|
+
FieldCreateDocumentFieldTypeResponseEnum$inboundSchema;
|
|
2984
2734
|
|
|
2985
2735
|
/** @internal */
|
|
2986
2736
|
export const FieldCreateDocumentFieldValueResponse3$inboundSchema: z.ZodType<
|
|
@@ -3037,7 +2787,7 @@ export const FieldCreateDocumentFieldFieldMetaDropdownResponse$inboundSchema:
|
|
|
3037
2787
|
required: z.boolean().optional(),
|
|
3038
2788
|
readOnly: z.boolean().optional(),
|
|
3039
2789
|
fontSize: z.number().default(12),
|
|
3040
|
-
type:
|
|
2790
|
+
type: z.literal("dropdown"),
|
|
3041
2791
|
values: z.array(
|
|
3042
2792
|
z.lazy(() => FieldCreateDocumentFieldValueResponse3$inboundSchema),
|
|
3043
2793
|
).optional(),
|
|
@@ -3050,7 +2800,7 @@ export type FieldCreateDocumentFieldFieldMetaDropdownResponse$Outbound = {
|
|
|
3050
2800
|
required?: boolean | undefined;
|
|
3051
2801
|
readOnly?: boolean | undefined;
|
|
3052
2802
|
fontSize: number;
|
|
3053
|
-
type:
|
|
2803
|
+
type: "dropdown";
|
|
3054
2804
|
values?: Array<FieldCreateDocumentFieldValueResponse3$Outbound> | undefined;
|
|
3055
2805
|
defaultValue?: string | undefined;
|
|
3056
2806
|
};
|
|
@@ -3067,7 +2817,7 @@ export const FieldCreateDocumentFieldFieldMetaDropdownResponse$outboundSchema:
|
|
|
3067
2817
|
required: z.boolean().optional(),
|
|
3068
2818
|
readOnly: z.boolean().optional(),
|
|
3069
2819
|
fontSize: z.number().default(12),
|
|
3070
|
-
type:
|
|
2820
|
+
type: z.literal("dropdown"),
|
|
3071
2821
|
values: z.array(
|
|
3072
2822
|
z.lazy(() => FieldCreateDocumentFieldValueResponse3$outboundSchema),
|
|
3073
2823
|
).optional(),
|
|
@@ -3100,15 +2850,6 @@ export function fieldCreateDocumentFieldFieldMetaDropdownResponseFromJSON(
|
|
|
3100
2850
|
);
|
|
3101
2851
|
}
|
|
3102
2852
|
|
|
3103
|
-
/** @internal */
|
|
3104
|
-
export const FieldCreateDocumentFieldFieldMetaTypeCheckbox$inboundSchema:
|
|
3105
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeCheckbox> = z
|
|
3106
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeCheckbox);
|
|
3107
|
-
/** @internal */
|
|
3108
|
-
export const FieldCreateDocumentFieldFieldMetaTypeCheckbox$outboundSchema:
|
|
3109
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeCheckbox> =
|
|
3110
|
-
FieldCreateDocumentFieldFieldMetaTypeCheckbox$inboundSchema;
|
|
3111
|
-
|
|
3112
2853
|
/** @internal */
|
|
3113
2854
|
export const FieldCreateDocumentFieldValueResponse2$inboundSchema: z.ZodType<
|
|
3114
2855
|
FieldCreateDocumentFieldValueResponse2,
|
|
@@ -3179,7 +2920,7 @@ export const FieldCreateDocumentFieldFieldMetaCheckboxResponse$inboundSchema:
|
|
|
3179
2920
|
required: z.boolean().optional(),
|
|
3180
2921
|
readOnly: z.boolean().optional(),
|
|
3181
2922
|
fontSize: z.number().default(12),
|
|
3182
|
-
type:
|
|
2923
|
+
type: z.literal("checkbox"),
|
|
3183
2924
|
values: z.array(
|
|
3184
2925
|
z.lazy(() => FieldCreateDocumentFieldValueResponse2$inboundSchema),
|
|
3185
2926
|
).optional(),
|
|
@@ -3196,7 +2937,7 @@ export type FieldCreateDocumentFieldFieldMetaCheckboxResponse$Outbound = {
|
|
|
3196
2937
|
required?: boolean | undefined;
|
|
3197
2938
|
readOnly?: boolean | undefined;
|
|
3198
2939
|
fontSize: number;
|
|
3199
|
-
type:
|
|
2940
|
+
type: "checkbox";
|
|
3200
2941
|
values?: Array<FieldCreateDocumentFieldValueResponse2$Outbound> | undefined;
|
|
3201
2942
|
validationRule?: string | undefined;
|
|
3202
2943
|
validationLength?: number | undefined;
|
|
@@ -3215,7 +2956,7 @@ export const FieldCreateDocumentFieldFieldMetaCheckboxResponse$outboundSchema:
|
|
|
3215
2956
|
required: z.boolean().optional(),
|
|
3216
2957
|
readOnly: z.boolean().optional(),
|
|
3217
2958
|
fontSize: z.number().default(12),
|
|
3218
|
-
type:
|
|
2959
|
+
type: z.literal("checkbox"),
|
|
3219
2960
|
values: z.array(
|
|
3220
2961
|
z.lazy(() => FieldCreateDocumentFieldValueResponse2$outboundSchema),
|
|
3221
2962
|
).optional(),
|
|
@@ -3251,15 +2992,6 @@ export function fieldCreateDocumentFieldFieldMetaCheckboxResponseFromJSON(
|
|
|
3251
2992
|
);
|
|
3252
2993
|
}
|
|
3253
2994
|
|
|
3254
|
-
/** @internal */
|
|
3255
|
-
export const FieldCreateDocumentFieldFieldMetaTypeRadio$inboundSchema:
|
|
3256
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeRadio> = z
|
|
3257
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeRadio);
|
|
3258
|
-
/** @internal */
|
|
3259
|
-
export const FieldCreateDocumentFieldFieldMetaTypeRadio$outboundSchema:
|
|
3260
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeRadio> =
|
|
3261
|
-
FieldCreateDocumentFieldFieldMetaTypeRadio$inboundSchema;
|
|
3262
|
-
|
|
3263
2995
|
/** @internal */
|
|
3264
2996
|
export const FieldCreateDocumentFieldValueResponse1$inboundSchema: z.ZodType<
|
|
3265
2997
|
FieldCreateDocumentFieldValueResponse1,
|
|
@@ -3330,7 +3062,7 @@ export const FieldCreateDocumentFieldFieldMetaRadioResponse$inboundSchema:
|
|
|
3330
3062
|
required: z.boolean().optional(),
|
|
3331
3063
|
readOnly: z.boolean().optional(),
|
|
3332
3064
|
fontSize: z.number().default(12),
|
|
3333
|
-
type:
|
|
3065
|
+
type: z.literal("radio"),
|
|
3334
3066
|
values: z.array(
|
|
3335
3067
|
z.lazy(() => FieldCreateDocumentFieldValueResponse1$inboundSchema),
|
|
3336
3068
|
).optional(),
|
|
@@ -3345,7 +3077,7 @@ export type FieldCreateDocumentFieldFieldMetaRadioResponse$Outbound = {
|
|
|
3345
3077
|
required?: boolean | undefined;
|
|
3346
3078
|
readOnly?: boolean | undefined;
|
|
3347
3079
|
fontSize: number;
|
|
3348
|
-
type:
|
|
3080
|
+
type: "radio";
|
|
3349
3081
|
values?: Array<FieldCreateDocumentFieldValueResponse1$Outbound> | undefined;
|
|
3350
3082
|
direction: string;
|
|
3351
3083
|
};
|
|
@@ -3362,7 +3094,7 @@ export const FieldCreateDocumentFieldFieldMetaRadioResponse$outboundSchema:
|
|
|
3362
3094
|
required: z.boolean().optional(),
|
|
3363
3095
|
readOnly: z.boolean().optional(),
|
|
3364
3096
|
fontSize: z.number().default(12),
|
|
3365
|
-
type:
|
|
3097
|
+
type: z.literal("radio"),
|
|
3366
3098
|
values: z.array(
|
|
3367
3099
|
z.lazy(() => FieldCreateDocumentFieldValueResponse1$outboundSchema),
|
|
3368
3100
|
).optional(),
|
|
@@ -3396,15 +3128,6 @@ export function fieldCreateDocumentFieldFieldMetaRadioResponseFromJSON(
|
|
|
3396
3128
|
);
|
|
3397
3129
|
}
|
|
3398
3130
|
|
|
3399
|
-
/** @internal */
|
|
3400
|
-
export const FieldCreateDocumentFieldFieldMetaTypeNumber$inboundSchema:
|
|
3401
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeNumber> = z
|
|
3402
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeNumber);
|
|
3403
|
-
/** @internal */
|
|
3404
|
-
export const FieldCreateDocumentFieldFieldMetaTypeNumber$outboundSchema:
|
|
3405
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeNumber> =
|
|
3406
|
-
FieldCreateDocumentFieldFieldMetaTypeNumber$inboundSchema;
|
|
3407
|
-
|
|
3408
3131
|
/** @internal */
|
|
3409
3132
|
export const FieldCreateDocumentFieldTextAlignResponse6$inboundSchema:
|
|
3410
3133
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTextAlignResponse6> = z
|
|
@@ -3435,7 +3158,7 @@ export const FieldCreateDocumentFieldFieldMetaNumberResponse$inboundSchema:
|
|
|
3435
3158
|
required: z.boolean().optional(),
|
|
3436
3159
|
readOnly: z.boolean().optional(),
|
|
3437
3160
|
fontSize: z.number().default(12),
|
|
3438
|
-
type:
|
|
3161
|
+
type: z.literal("number"),
|
|
3439
3162
|
numberFormat: z.nullable(z.string()).optional(),
|
|
3440
3163
|
value: z.string().optional(),
|
|
3441
3164
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -3455,7 +3178,7 @@ export type FieldCreateDocumentFieldFieldMetaNumberResponse$Outbound = {
|
|
|
3455
3178
|
required?: boolean | undefined;
|
|
3456
3179
|
readOnly?: boolean | undefined;
|
|
3457
3180
|
fontSize: number;
|
|
3458
|
-
type:
|
|
3181
|
+
type: "number";
|
|
3459
3182
|
numberFormat?: string | null | undefined;
|
|
3460
3183
|
value?: string | undefined;
|
|
3461
3184
|
minValue?: number | null | undefined;
|
|
@@ -3478,7 +3201,7 @@ export const FieldCreateDocumentFieldFieldMetaNumberResponse$outboundSchema:
|
|
|
3478
3201
|
required: z.boolean().optional(),
|
|
3479
3202
|
readOnly: z.boolean().optional(),
|
|
3480
3203
|
fontSize: z.number().default(12),
|
|
3481
|
-
type:
|
|
3204
|
+
type: z.literal("number"),
|
|
3482
3205
|
numberFormat: z.nullable(z.string()).optional(),
|
|
3483
3206
|
value: z.string().optional(),
|
|
3484
3207
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -3518,15 +3241,6 @@ export function fieldCreateDocumentFieldFieldMetaNumberResponseFromJSON(
|
|
|
3518
3241
|
);
|
|
3519
3242
|
}
|
|
3520
3243
|
|
|
3521
|
-
/** @internal */
|
|
3522
|
-
export const FieldCreateDocumentFieldFieldMetaTypeText$inboundSchema:
|
|
3523
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeText> = z
|
|
3524
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeText);
|
|
3525
|
-
/** @internal */
|
|
3526
|
-
export const FieldCreateDocumentFieldFieldMetaTypeText$outboundSchema:
|
|
3527
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeText> =
|
|
3528
|
-
FieldCreateDocumentFieldFieldMetaTypeText$inboundSchema;
|
|
3529
|
-
|
|
3530
3244
|
/** @internal */
|
|
3531
3245
|
export const FieldCreateDocumentFieldTextAlignResponse5$inboundSchema:
|
|
3532
3246
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTextAlignResponse5> = z
|
|
@@ -3557,7 +3271,7 @@ export const FieldCreateDocumentFieldFieldMetaTextResponse$inboundSchema:
|
|
|
3557
3271
|
required: z.boolean().optional(),
|
|
3558
3272
|
readOnly: z.boolean().optional(),
|
|
3559
3273
|
fontSize: z.number().default(12),
|
|
3560
|
-
type:
|
|
3274
|
+
type: z.literal("text"),
|
|
3561
3275
|
text: z.string().optional(),
|
|
3562
3276
|
characterLimit: z.number().optional(),
|
|
3563
3277
|
textAlign: FieldCreateDocumentFieldTextAlignResponse5$inboundSchema
|
|
@@ -3575,7 +3289,7 @@ export type FieldCreateDocumentFieldFieldMetaTextResponse$Outbound = {
|
|
|
3575
3289
|
required?: boolean | undefined;
|
|
3576
3290
|
readOnly?: boolean | undefined;
|
|
3577
3291
|
fontSize: number;
|
|
3578
|
-
type:
|
|
3292
|
+
type: "text";
|
|
3579
3293
|
text?: string | undefined;
|
|
3580
3294
|
characterLimit?: number | undefined;
|
|
3581
3295
|
textAlign?: string | undefined;
|
|
@@ -3596,7 +3310,7 @@ export const FieldCreateDocumentFieldFieldMetaTextResponse$outboundSchema:
|
|
|
3596
3310
|
required: z.boolean().optional(),
|
|
3597
3311
|
readOnly: z.boolean().optional(),
|
|
3598
3312
|
fontSize: z.number().default(12),
|
|
3599
|
-
type:
|
|
3313
|
+
type: z.literal("text"),
|
|
3600
3314
|
text: z.string().optional(),
|
|
3601
3315
|
characterLimit: z.number().optional(),
|
|
3602
3316
|
textAlign: FieldCreateDocumentFieldTextAlignResponse5$outboundSchema
|
|
@@ -3634,15 +3348,6 @@ export function fieldCreateDocumentFieldFieldMetaTextResponseFromJSON(
|
|
|
3634
3348
|
);
|
|
3635
3349
|
}
|
|
3636
3350
|
|
|
3637
|
-
/** @internal */
|
|
3638
|
-
export const FieldCreateDocumentFieldFieldMetaTypeDate$inboundSchema:
|
|
3639
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeDate> = z
|
|
3640
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeDate);
|
|
3641
|
-
/** @internal */
|
|
3642
|
-
export const FieldCreateDocumentFieldFieldMetaTypeDate$outboundSchema:
|
|
3643
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeDate> =
|
|
3644
|
-
FieldCreateDocumentFieldFieldMetaTypeDate$inboundSchema;
|
|
3645
|
-
|
|
3646
3351
|
/** @internal */
|
|
3647
3352
|
export const FieldCreateDocumentFieldTextAlignResponse4$inboundSchema:
|
|
3648
3353
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTextAlignResponse4> = z
|
|
@@ -3664,7 +3369,7 @@ export const FieldCreateDocumentFieldFieldMetaDateResponse$inboundSchema:
|
|
|
3664
3369
|
required: z.boolean().optional(),
|
|
3665
3370
|
readOnly: z.boolean().optional(),
|
|
3666
3371
|
fontSize: z.number().default(12),
|
|
3667
|
-
type:
|
|
3372
|
+
type: z.literal("date"),
|
|
3668
3373
|
textAlign: FieldCreateDocumentFieldTextAlignResponse4$inboundSchema
|
|
3669
3374
|
.optional(),
|
|
3670
3375
|
});
|
|
@@ -3675,7 +3380,7 @@ export type FieldCreateDocumentFieldFieldMetaDateResponse$Outbound = {
|
|
|
3675
3380
|
required?: boolean | undefined;
|
|
3676
3381
|
readOnly?: boolean | undefined;
|
|
3677
3382
|
fontSize: number;
|
|
3678
|
-
type:
|
|
3383
|
+
type: "date";
|
|
3679
3384
|
textAlign?: string | undefined;
|
|
3680
3385
|
};
|
|
3681
3386
|
|
|
@@ -3691,7 +3396,7 @@ export const FieldCreateDocumentFieldFieldMetaDateResponse$outboundSchema:
|
|
|
3691
3396
|
required: z.boolean().optional(),
|
|
3692
3397
|
readOnly: z.boolean().optional(),
|
|
3693
3398
|
fontSize: z.number().default(12),
|
|
3694
|
-
type:
|
|
3399
|
+
type: z.literal("date"),
|
|
3695
3400
|
textAlign: FieldCreateDocumentFieldTextAlignResponse4$outboundSchema
|
|
3696
3401
|
.optional(),
|
|
3697
3402
|
});
|
|
@@ -3722,15 +3427,6 @@ export function fieldCreateDocumentFieldFieldMetaDateResponseFromJSON(
|
|
|
3722
3427
|
);
|
|
3723
3428
|
}
|
|
3724
3429
|
|
|
3725
|
-
/** @internal */
|
|
3726
|
-
export const FieldCreateDocumentFieldFieldMetaTypeEmail$inboundSchema:
|
|
3727
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeEmail> = z
|
|
3728
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeEmail);
|
|
3729
|
-
/** @internal */
|
|
3730
|
-
export const FieldCreateDocumentFieldFieldMetaTypeEmail$outboundSchema:
|
|
3731
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeEmail> =
|
|
3732
|
-
FieldCreateDocumentFieldFieldMetaTypeEmail$inboundSchema;
|
|
3733
|
-
|
|
3734
3430
|
/** @internal */
|
|
3735
3431
|
export const FieldCreateDocumentFieldTextAlignResponse3$inboundSchema:
|
|
3736
3432
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTextAlignResponse3> = z
|
|
@@ -3752,7 +3448,7 @@ export const FieldCreateDocumentFieldFieldMetaEmailResponse$inboundSchema:
|
|
|
3752
3448
|
required: z.boolean().optional(),
|
|
3753
3449
|
readOnly: z.boolean().optional(),
|
|
3754
3450
|
fontSize: z.number().default(12),
|
|
3755
|
-
type:
|
|
3451
|
+
type: z.literal("email"),
|
|
3756
3452
|
textAlign: FieldCreateDocumentFieldTextAlignResponse3$inboundSchema
|
|
3757
3453
|
.optional(),
|
|
3758
3454
|
});
|
|
@@ -3763,7 +3459,7 @@ export type FieldCreateDocumentFieldFieldMetaEmailResponse$Outbound = {
|
|
|
3763
3459
|
required?: boolean | undefined;
|
|
3764
3460
|
readOnly?: boolean | undefined;
|
|
3765
3461
|
fontSize: number;
|
|
3766
|
-
type:
|
|
3462
|
+
type: "email";
|
|
3767
3463
|
textAlign?: string | undefined;
|
|
3768
3464
|
};
|
|
3769
3465
|
|
|
@@ -3779,7 +3475,7 @@ export const FieldCreateDocumentFieldFieldMetaEmailResponse$outboundSchema:
|
|
|
3779
3475
|
required: z.boolean().optional(),
|
|
3780
3476
|
readOnly: z.boolean().optional(),
|
|
3781
3477
|
fontSize: z.number().default(12),
|
|
3782
|
-
type:
|
|
3478
|
+
type: z.literal("email"),
|
|
3783
3479
|
textAlign: FieldCreateDocumentFieldTextAlignResponse3$outboundSchema
|
|
3784
3480
|
.optional(),
|
|
3785
3481
|
});
|
|
@@ -3810,15 +3506,6 @@ export function fieldCreateDocumentFieldFieldMetaEmailResponseFromJSON(
|
|
|
3810
3506
|
);
|
|
3811
3507
|
}
|
|
3812
3508
|
|
|
3813
|
-
/** @internal */
|
|
3814
|
-
export const FieldCreateDocumentFieldFieldMetaTypeName$inboundSchema:
|
|
3815
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeName> = z
|
|
3816
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeName);
|
|
3817
|
-
/** @internal */
|
|
3818
|
-
export const FieldCreateDocumentFieldFieldMetaTypeName$outboundSchema:
|
|
3819
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeName> =
|
|
3820
|
-
FieldCreateDocumentFieldFieldMetaTypeName$inboundSchema;
|
|
3821
|
-
|
|
3822
3509
|
/** @internal */
|
|
3823
3510
|
export const FieldCreateDocumentFieldTextAlignResponse2$inboundSchema:
|
|
3824
3511
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTextAlignResponse2> = z
|
|
@@ -3840,7 +3527,7 @@ export const FieldCreateDocumentFieldFieldMetaNameResponse$inboundSchema:
|
|
|
3840
3527
|
required: z.boolean().optional(),
|
|
3841
3528
|
readOnly: z.boolean().optional(),
|
|
3842
3529
|
fontSize: z.number().default(12),
|
|
3843
|
-
type:
|
|
3530
|
+
type: z.literal("name"),
|
|
3844
3531
|
textAlign: FieldCreateDocumentFieldTextAlignResponse2$inboundSchema
|
|
3845
3532
|
.optional(),
|
|
3846
3533
|
});
|
|
@@ -3851,7 +3538,7 @@ export type FieldCreateDocumentFieldFieldMetaNameResponse$Outbound = {
|
|
|
3851
3538
|
required?: boolean | undefined;
|
|
3852
3539
|
readOnly?: boolean | undefined;
|
|
3853
3540
|
fontSize: number;
|
|
3854
|
-
type:
|
|
3541
|
+
type: "name";
|
|
3855
3542
|
textAlign?: string | undefined;
|
|
3856
3543
|
};
|
|
3857
3544
|
|
|
@@ -3867,7 +3554,7 @@ export const FieldCreateDocumentFieldFieldMetaNameResponse$outboundSchema:
|
|
|
3867
3554
|
required: z.boolean().optional(),
|
|
3868
3555
|
readOnly: z.boolean().optional(),
|
|
3869
3556
|
fontSize: z.number().default(12),
|
|
3870
|
-
type:
|
|
3557
|
+
type: z.literal("name"),
|
|
3871
3558
|
textAlign: FieldCreateDocumentFieldTextAlignResponse2$outboundSchema
|
|
3872
3559
|
.optional(),
|
|
3873
3560
|
});
|
|
@@ -3898,15 +3585,6 @@ export function fieldCreateDocumentFieldFieldMetaNameResponseFromJSON(
|
|
|
3898
3585
|
);
|
|
3899
3586
|
}
|
|
3900
3587
|
|
|
3901
|
-
/** @internal */
|
|
3902
|
-
export const FieldCreateDocumentFieldFieldMetaTypeInitials$inboundSchema:
|
|
3903
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeInitials> = z
|
|
3904
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeInitials);
|
|
3905
|
-
/** @internal */
|
|
3906
|
-
export const FieldCreateDocumentFieldFieldMetaTypeInitials$outboundSchema:
|
|
3907
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeInitials> =
|
|
3908
|
-
FieldCreateDocumentFieldFieldMetaTypeInitials$inboundSchema;
|
|
3909
|
-
|
|
3910
3588
|
/** @internal */
|
|
3911
3589
|
export const FieldCreateDocumentFieldTextAlignResponse1$inboundSchema:
|
|
3912
3590
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldTextAlignResponse1> = z
|
|
@@ -3928,7 +3606,7 @@ export const FieldCreateDocumentFieldFieldMetaInitialsResponse$inboundSchema:
|
|
|
3928
3606
|
required: z.boolean().optional(),
|
|
3929
3607
|
readOnly: z.boolean().optional(),
|
|
3930
3608
|
fontSize: z.number().default(12),
|
|
3931
|
-
type:
|
|
3609
|
+
type: z.literal("initials"),
|
|
3932
3610
|
textAlign: FieldCreateDocumentFieldTextAlignResponse1$inboundSchema
|
|
3933
3611
|
.optional(),
|
|
3934
3612
|
});
|
|
@@ -3939,7 +3617,7 @@ export type FieldCreateDocumentFieldFieldMetaInitialsResponse$Outbound = {
|
|
|
3939
3617
|
required?: boolean | undefined;
|
|
3940
3618
|
readOnly?: boolean | undefined;
|
|
3941
3619
|
fontSize: number;
|
|
3942
|
-
type:
|
|
3620
|
+
type: "initials";
|
|
3943
3621
|
textAlign?: string | undefined;
|
|
3944
3622
|
};
|
|
3945
3623
|
|
|
@@ -3955,7 +3633,7 @@ export const FieldCreateDocumentFieldFieldMetaInitialsResponse$outboundSchema:
|
|
|
3955
3633
|
required: z.boolean().optional(),
|
|
3956
3634
|
readOnly: z.boolean().optional(),
|
|
3957
3635
|
fontSize: z.number().default(12),
|
|
3958
|
-
type:
|
|
3636
|
+
type: z.literal("initials"),
|
|
3959
3637
|
textAlign: FieldCreateDocumentFieldTextAlignResponse1$outboundSchema
|
|
3960
3638
|
.optional(),
|
|
3961
3639
|
});
|
|
@@ -3986,15 +3664,6 @@ export function fieldCreateDocumentFieldFieldMetaInitialsResponseFromJSON(
|
|
|
3986
3664
|
);
|
|
3987
3665
|
}
|
|
3988
3666
|
|
|
3989
|
-
/** @internal */
|
|
3990
|
-
export const FieldCreateDocumentFieldFieldMetaTypeSignature$inboundSchema:
|
|
3991
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeSignature> = z
|
|
3992
|
-
.nativeEnum(FieldCreateDocumentFieldFieldMetaTypeSignature);
|
|
3993
|
-
/** @internal */
|
|
3994
|
-
export const FieldCreateDocumentFieldFieldMetaTypeSignature$outboundSchema:
|
|
3995
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldFieldMetaTypeSignature> =
|
|
3996
|
-
FieldCreateDocumentFieldFieldMetaTypeSignature$inboundSchema;
|
|
3997
|
-
|
|
3998
3667
|
/** @internal */
|
|
3999
3668
|
export const FieldCreateDocumentFieldFieldMetaSignatureResponse$inboundSchema:
|
|
4000
3669
|
z.ZodType<
|
|
@@ -4007,7 +3676,7 @@ export const FieldCreateDocumentFieldFieldMetaSignatureResponse$inboundSchema:
|
|
|
4007
3676
|
required: z.boolean().optional(),
|
|
4008
3677
|
readOnly: z.boolean().optional(),
|
|
4009
3678
|
fontSize: z.number().default(12),
|
|
4010
|
-
type:
|
|
3679
|
+
type: z.literal("signature"),
|
|
4011
3680
|
});
|
|
4012
3681
|
/** @internal */
|
|
4013
3682
|
export type FieldCreateDocumentFieldFieldMetaSignatureResponse$Outbound = {
|
|
@@ -4016,7 +3685,7 @@ export type FieldCreateDocumentFieldFieldMetaSignatureResponse$Outbound = {
|
|
|
4016
3685
|
required?: boolean | undefined;
|
|
4017
3686
|
readOnly?: boolean | undefined;
|
|
4018
3687
|
fontSize: number;
|
|
4019
|
-
type:
|
|
3688
|
+
type: "signature";
|
|
4020
3689
|
};
|
|
4021
3690
|
|
|
4022
3691
|
/** @internal */
|
|
@@ -4031,7 +3700,7 @@ export const FieldCreateDocumentFieldFieldMetaSignatureResponse$outboundSchema:
|
|
|
4031
3700
|
required: z.boolean().optional(),
|
|
4032
3701
|
readOnly: z.boolean().optional(),
|
|
4033
3702
|
fontSize: z.number().default(12),
|
|
4034
|
-
type:
|
|
3703
|
+
type: z.literal("signature"),
|
|
4035
3704
|
});
|
|
4036
3705
|
|
|
4037
3706
|
export function fieldCreateDocumentFieldFieldMetaSignatureResponseToJSON(
|
|
@@ -4147,7 +3816,7 @@ export const FieldCreateDocumentFieldResponse$inboundSchema: z.ZodType<
|
|
|
4147
3816
|
> = z.object({
|
|
4148
3817
|
envelopeId: z.string(),
|
|
4149
3818
|
envelopeItemId: z.string(),
|
|
4150
|
-
type:
|
|
3819
|
+
type: FieldCreateDocumentFieldTypeResponseEnum$inboundSchema,
|
|
4151
3820
|
id: z.number(),
|
|
4152
3821
|
secondaryId: z.string(),
|
|
4153
3822
|
recipientId: z.number(),
|
|
@@ -4228,7 +3897,7 @@ export const FieldCreateDocumentFieldResponse$outboundSchema: z.ZodType<
|
|
|
4228
3897
|
> = z.object({
|
|
4229
3898
|
envelopeId: z.string(),
|
|
4230
3899
|
envelopeItemId: z.string(),
|
|
4231
|
-
type:
|
|
3900
|
+
type: FieldCreateDocumentFieldTypeResponseEnum$outboundSchema,
|
|
4232
3901
|
id: z.number(),
|
|
4233
3902
|
secondaryId: z.string(),
|
|
4234
3903
|
recipientId: z.number(),
|