@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 FieldCreateDocumentFieldsTypeDropdownRequest1 = ClosedEnum<
|
|
15
|
-
typeof FieldCreateDocumentFieldsTypeDropdownRequest1
|
|
16
|
-
>;
|
|
17
|
-
|
|
18
|
-
export const FieldCreateDocumentFieldsTypeDropdownRequest2 = {
|
|
11
|
+
export const FieldCreateDocumentFieldsTypeDropdownEnum = {
|
|
19
12
|
Dropdown: "dropdown",
|
|
20
13
|
} as const;
|
|
21
|
-
export type
|
|
22
|
-
typeof
|
|
14
|
+
export type FieldCreateDocumentFieldsTypeDropdownEnum = ClosedEnum<
|
|
15
|
+
typeof FieldCreateDocumentFieldsTypeDropdownEnum
|
|
23
16
|
>;
|
|
24
17
|
|
|
25
18
|
export type FieldCreateDocumentFieldsValueDropdown = {
|
|
@@ -32,13 +25,13 @@ export type FieldCreateDocumentFieldsFieldMetaDropdownRequest = {
|
|
|
32
25
|
required?: boolean | undefined;
|
|
33
26
|
readOnly?: boolean | undefined;
|
|
34
27
|
fontSize?: number | undefined;
|
|
35
|
-
type:
|
|
28
|
+
type: FieldCreateDocumentFieldsTypeDropdownEnum;
|
|
36
29
|
values?: Array<FieldCreateDocumentFieldsValueDropdown> | undefined;
|
|
37
30
|
defaultValue?: string | undefined;
|
|
38
31
|
};
|
|
39
32
|
|
|
40
33
|
export type FieldCreateDocumentFieldsFieldDropdown = {
|
|
41
|
-
type:
|
|
34
|
+
type: "DROPDOWN";
|
|
42
35
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaDropdownRequest | undefined;
|
|
43
36
|
recipientId: number;
|
|
44
37
|
pageNumber: number;
|
|
@@ -48,18 +41,11 @@ export type FieldCreateDocumentFieldsFieldDropdown = {
|
|
|
48
41
|
height: number;
|
|
49
42
|
};
|
|
50
43
|
|
|
51
|
-
export const
|
|
52
|
-
Checkbox: "CHECKBOX",
|
|
53
|
-
} as const;
|
|
54
|
-
export type FieldCreateDocumentFieldsTypeCheckboxRequest1 = ClosedEnum<
|
|
55
|
-
typeof FieldCreateDocumentFieldsTypeCheckboxRequest1
|
|
56
|
-
>;
|
|
57
|
-
|
|
58
|
-
export const FieldCreateDocumentFieldsTypeCheckboxRequest2 = {
|
|
44
|
+
export const FieldCreateDocumentFieldsTypeCheckboxEnum = {
|
|
59
45
|
Checkbox: "checkbox",
|
|
60
46
|
} as const;
|
|
61
|
-
export type
|
|
62
|
-
typeof
|
|
47
|
+
export type FieldCreateDocumentFieldsTypeCheckboxEnum = ClosedEnum<
|
|
48
|
+
typeof FieldCreateDocumentFieldsTypeCheckboxEnum
|
|
63
49
|
>;
|
|
64
50
|
|
|
65
51
|
export type FieldCreateDocumentFieldsValueCheckbox = {
|
|
@@ -82,7 +68,7 @@ export type FieldCreateDocumentFieldsFieldMetaCheckboxRequest = {
|
|
|
82
68
|
required?: boolean | undefined;
|
|
83
69
|
readOnly?: boolean | undefined;
|
|
84
70
|
fontSize?: number | undefined;
|
|
85
|
-
type:
|
|
71
|
+
type: FieldCreateDocumentFieldsTypeCheckboxEnum;
|
|
86
72
|
values?: Array<FieldCreateDocumentFieldsValueCheckbox> | undefined;
|
|
87
73
|
validationRule?: string | undefined;
|
|
88
74
|
validationLength?: number | undefined;
|
|
@@ -90,7 +76,7 @@ export type FieldCreateDocumentFieldsFieldMetaCheckboxRequest = {
|
|
|
90
76
|
};
|
|
91
77
|
|
|
92
78
|
export type FieldCreateDocumentFieldsFieldCheckbox = {
|
|
93
|
-
type:
|
|
79
|
+
type: "CHECKBOX";
|
|
94
80
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaCheckboxRequest | undefined;
|
|
95
81
|
recipientId: number;
|
|
96
82
|
pageNumber: number;
|
|
@@ -100,18 +86,11 @@ export type FieldCreateDocumentFieldsFieldCheckbox = {
|
|
|
100
86
|
height: number;
|
|
101
87
|
};
|
|
102
88
|
|
|
103
|
-
export const
|
|
104
|
-
Radio: "RADIO",
|
|
105
|
-
} as const;
|
|
106
|
-
export type FieldCreateDocumentFieldsTypeRadioRequest1 = ClosedEnum<
|
|
107
|
-
typeof FieldCreateDocumentFieldsTypeRadioRequest1
|
|
108
|
-
>;
|
|
109
|
-
|
|
110
|
-
export const FieldCreateDocumentFieldsTypeRadioRequest2 = {
|
|
89
|
+
export const FieldCreateDocumentFieldsTypeRadioEnum = {
|
|
111
90
|
Radio: "radio",
|
|
112
91
|
} as const;
|
|
113
|
-
export type
|
|
114
|
-
typeof
|
|
92
|
+
export type FieldCreateDocumentFieldsTypeRadioEnum = ClosedEnum<
|
|
93
|
+
typeof FieldCreateDocumentFieldsTypeRadioEnum
|
|
115
94
|
>;
|
|
116
95
|
|
|
117
96
|
export type FieldCreateDocumentFieldsValueRadio = {
|
|
@@ -134,13 +113,13 @@ export type FieldCreateDocumentFieldsFieldMetaRadioRequest = {
|
|
|
134
113
|
required?: boolean | undefined;
|
|
135
114
|
readOnly?: boolean | undefined;
|
|
136
115
|
fontSize?: number | undefined;
|
|
137
|
-
type:
|
|
116
|
+
type: FieldCreateDocumentFieldsTypeRadioEnum;
|
|
138
117
|
values?: Array<FieldCreateDocumentFieldsValueRadio> | undefined;
|
|
139
118
|
direction?: FieldCreateDocumentFieldsDirectionRadio | undefined;
|
|
140
119
|
};
|
|
141
120
|
|
|
142
121
|
export type FieldCreateDocumentFieldsFieldRadio = {
|
|
143
|
-
type:
|
|
122
|
+
type: "RADIO";
|
|
144
123
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaRadioRequest | undefined;
|
|
145
124
|
recipientId: number;
|
|
146
125
|
pageNumber: number;
|
|
@@ -150,18 +129,11 @@ export type FieldCreateDocumentFieldsFieldRadio = {
|
|
|
150
129
|
height: number;
|
|
151
130
|
};
|
|
152
131
|
|
|
153
|
-
export const
|
|
154
|
-
Number: "NUMBER",
|
|
155
|
-
} as const;
|
|
156
|
-
export type FieldCreateDocumentFieldsTypeNumberRequest1 = ClosedEnum<
|
|
157
|
-
typeof FieldCreateDocumentFieldsTypeNumberRequest1
|
|
158
|
-
>;
|
|
159
|
-
|
|
160
|
-
export const FieldCreateDocumentFieldsTypeNumberRequest2 = {
|
|
132
|
+
export const FieldCreateDocumentFieldsTypeNumberEnum = {
|
|
161
133
|
Number: "number",
|
|
162
134
|
} as const;
|
|
163
|
-
export type
|
|
164
|
-
typeof
|
|
135
|
+
export type FieldCreateDocumentFieldsTypeNumberEnum = ClosedEnum<
|
|
136
|
+
typeof FieldCreateDocumentFieldsTypeNumberEnum
|
|
165
137
|
>;
|
|
166
138
|
|
|
167
139
|
export const FieldCreateDocumentFieldsTextAlignNumber = {
|
|
@@ -188,7 +160,7 @@ export type FieldCreateDocumentFieldsFieldMetaNumberRequest = {
|
|
|
188
160
|
required?: boolean | undefined;
|
|
189
161
|
readOnly?: boolean | undefined;
|
|
190
162
|
fontSize?: number | undefined;
|
|
191
|
-
type:
|
|
163
|
+
type: FieldCreateDocumentFieldsTypeNumberEnum;
|
|
192
164
|
numberFormat?: string | null | undefined;
|
|
193
165
|
value?: string | undefined;
|
|
194
166
|
minValue?: number | null | undefined;
|
|
@@ -203,7 +175,7 @@ export type FieldCreateDocumentFieldsFieldMetaNumberRequest = {
|
|
|
203
175
|
};
|
|
204
176
|
|
|
205
177
|
export type FieldCreateDocumentFieldsFieldNumber = {
|
|
206
|
-
type:
|
|
178
|
+
type: "NUMBER";
|
|
207
179
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaNumberRequest | undefined;
|
|
208
180
|
recipientId: number;
|
|
209
181
|
pageNumber: number;
|
|
@@ -213,18 +185,11 @@ export type FieldCreateDocumentFieldsFieldNumber = {
|
|
|
213
185
|
height: number;
|
|
214
186
|
};
|
|
215
187
|
|
|
216
|
-
export const
|
|
217
|
-
Text: "TEXT",
|
|
218
|
-
} as const;
|
|
219
|
-
export type FieldCreateDocumentFieldsTypeTextRequest1 = ClosedEnum<
|
|
220
|
-
typeof FieldCreateDocumentFieldsTypeTextRequest1
|
|
221
|
-
>;
|
|
222
|
-
|
|
223
|
-
export const FieldCreateDocumentFieldsTypeTextRequest2 = {
|
|
188
|
+
export const FieldCreateDocumentFieldsTypeTextEnum = {
|
|
224
189
|
Text: "text",
|
|
225
190
|
} as const;
|
|
226
|
-
export type
|
|
227
|
-
typeof
|
|
191
|
+
export type FieldCreateDocumentFieldsTypeTextEnum = ClosedEnum<
|
|
192
|
+
typeof FieldCreateDocumentFieldsTypeTextEnum
|
|
228
193
|
>;
|
|
229
194
|
|
|
230
195
|
export const FieldCreateDocumentFieldsTextAlignText = {
|
|
@@ -251,7 +216,7 @@ export type FieldCreateDocumentFieldsFieldMetaTextRequest = {
|
|
|
251
216
|
required?: boolean | undefined;
|
|
252
217
|
readOnly?: boolean | undefined;
|
|
253
218
|
fontSize?: number | undefined;
|
|
254
|
-
type:
|
|
219
|
+
type: FieldCreateDocumentFieldsTypeTextEnum;
|
|
255
220
|
text?: string | undefined;
|
|
256
221
|
characterLimit?: number | undefined;
|
|
257
222
|
textAlign?: FieldCreateDocumentFieldsTextAlignText | undefined;
|
|
@@ -261,7 +226,7 @@ export type FieldCreateDocumentFieldsFieldMetaTextRequest = {
|
|
|
261
226
|
};
|
|
262
227
|
|
|
263
228
|
export type FieldCreateDocumentFieldsFieldText = {
|
|
264
|
-
type:
|
|
229
|
+
type: "TEXT";
|
|
265
230
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaTextRequest | undefined;
|
|
266
231
|
recipientId: number;
|
|
267
232
|
pageNumber: number;
|
|
@@ -271,18 +236,11 @@ export type FieldCreateDocumentFieldsFieldText = {
|
|
|
271
236
|
height: number;
|
|
272
237
|
};
|
|
273
238
|
|
|
274
|
-
export const
|
|
275
|
-
Date: "DATE",
|
|
276
|
-
} as const;
|
|
277
|
-
export type FieldCreateDocumentFieldsTypeDateRequest1 = ClosedEnum<
|
|
278
|
-
typeof FieldCreateDocumentFieldsTypeDateRequest1
|
|
279
|
-
>;
|
|
280
|
-
|
|
281
|
-
export const FieldCreateDocumentFieldsTypeDateRequest2 = {
|
|
239
|
+
export const FieldCreateDocumentFieldsTypeDateEnum = {
|
|
282
240
|
Date: "date",
|
|
283
241
|
} as const;
|
|
284
|
-
export type
|
|
285
|
-
typeof
|
|
242
|
+
export type FieldCreateDocumentFieldsTypeDateEnum = ClosedEnum<
|
|
243
|
+
typeof FieldCreateDocumentFieldsTypeDateEnum
|
|
286
244
|
>;
|
|
287
245
|
|
|
288
246
|
export const FieldCreateDocumentFieldsTextAlignDate = {
|
|
@@ -300,12 +258,12 @@ export type FieldCreateDocumentFieldsFieldMetaDateRequest = {
|
|
|
300
258
|
required?: boolean | undefined;
|
|
301
259
|
readOnly?: boolean | undefined;
|
|
302
260
|
fontSize?: number | undefined;
|
|
303
|
-
type:
|
|
261
|
+
type: FieldCreateDocumentFieldsTypeDateEnum;
|
|
304
262
|
textAlign?: FieldCreateDocumentFieldsTextAlignDate | undefined;
|
|
305
263
|
};
|
|
306
264
|
|
|
307
265
|
export type FieldCreateDocumentFieldsFieldDate = {
|
|
308
|
-
type:
|
|
266
|
+
type: "DATE";
|
|
309
267
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaDateRequest | undefined;
|
|
310
268
|
recipientId: number;
|
|
311
269
|
pageNumber: number;
|
|
@@ -315,18 +273,11 @@ export type FieldCreateDocumentFieldsFieldDate = {
|
|
|
315
273
|
height: number;
|
|
316
274
|
};
|
|
317
275
|
|
|
318
|
-
export const
|
|
319
|
-
Email: "EMAIL",
|
|
320
|
-
} as const;
|
|
321
|
-
export type FieldCreateDocumentFieldsTypeEmailRequest1 = ClosedEnum<
|
|
322
|
-
typeof FieldCreateDocumentFieldsTypeEmailRequest1
|
|
323
|
-
>;
|
|
324
|
-
|
|
325
|
-
export const FieldCreateDocumentFieldsTypeEmailRequest2 = {
|
|
276
|
+
export const FieldCreateDocumentFieldsTypeEmailEnum = {
|
|
326
277
|
Email: "email",
|
|
327
278
|
} as const;
|
|
328
|
-
export type
|
|
329
|
-
typeof
|
|
279
|
+
export type FieldCreateDocumentFieldsTypeEmailEnum = ClosedEnum<
|
|
280
|
+
typeof FieldCreateDocumentFieldsTypeEmailEnum
|
|
330
281
|
>;
|
|
331
282
|
|
|
332
283
|
export const FieldCreateDocumentFieldsTextAlignEmail = {
|
|
@@ -344,12 +295,12 @@ export type FieldCreateDocumentFieldsFieldMetaEmailRequest = {
|
|
|
344
295
|
required?: boolean | undefined;
|
|
345
296
|
readOnly?: boolean | undefined;
|
|
346
297
|
fontSize?: number | undefined;
|
|
347
|
-
type:
|
|
298
|
+
type: FieldCreateDocumentFieldsTypeEmailEnum;
|
|
348
299
|
textAlign?: FieldCreateDocumentFieldsTextAlignEmail | undefined;
|
|
349
300
|
};
|
|
350
301
|
|
|
351
302
|
export type FieldCreateDocumentFieldsFieldEmail = {
|
|
352
|
-
type:
|
|
303
|
+
type: "EMAIL";
|
|
353
304
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaEmailRequest | undefined;
|
|
354
305
|
recipientId: number;
|
|
355
306
|
pageNumber: number;
|
|
@@ -359,18 +310,11 @@ export type FieldCreateDocumentFieldsFieldEmail = {
|
|
|
359
310
|
height: number;
|
|
360
311
|
};
|
|
361
312
|
|
|
362
|
-
export const
|
|
363
|
-
Name: "NAME",
|
|
364
|
-
} as const;
|
|
365
|
-
export type FieldCreateDocumentFieldsTypeNameRequest1 = ClosedEnum<
|
|
366
|
-
typeof FieldCreateDocumentFieldsTypeNameRequest1
|
|
367
|
-
>;
|
|
368
|
-
|
|
369
|
-
export const FieldCreateDocumentFieldsTypeNameRequest2 = {
|
|
313
|
+
export const FieldCreateDocumentFieldsTypeNameEnum = {
|
|
370
314
|
Name: "name",
|
|
371
315
|
} as const;
|
|
372
|
-
export type
|
|
373
|
-
typeof
|
|
316
|
+
export type FieldCreateDocumentFieldsTypeNameEnum = ClosedEnum<
|
|
317
|
+
typeof FieldCreateDocumentFieldsTypeNameEnum
|
|
374
318
|
>;
|
|
375
319
|
|
|
376
320
|
export const FieldCreateDocumentFieldsTextAlignName = {
|
|
@@ -388,12 +332,12 @@ export type FieldCreateDocumentFieldsFieldMetaNameRequest = {
|
|
|
388
332
|
required?: boolean | undefined;
|
|
389
333
|
readOnly?: boolean | undefined;
|
|
390
334
|
fontSize?: number | undefined;
|
|
391
|
-
type:
|
|
335
|
+
type: FieldCreateDocumentFieldsTypeNameEnum;
|
|
392
336
|
textAlign?: FieldCreateDocumentFieldsTextAlignName | undefined;
|
|
393
337
|
};
|
|
394
338
|
|
|
395
339
|
export type FieldCreateDocumentFieldsFieldName = {
|
|
396
|
-
type:
|
|
340
|
+
type: "NAME";
|
|
397
341
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaNameRequest | undefined;
|
|
398
342
|
recipientId: number;
|
|
399
343
|
pageNumber: number;
|
|
@@ -403,18 +347,11 @@ export type FieldCreateDocumentFieldsFieldName = {
|
|
|
403
347
|
height: number;
|
|
404
348
|
};
|
|
405
349
|
|
|
406
|
-
export const
|
|
407
|
-
Initials: "INITIALS",
|
|
408
|
-
} as const;
|
|
409
|
-
export type FieldCreateDocumentFieldsTypeInitialsRequest1 = ClosedEnum<
|
|
410
|
-
typeof FieldCreateDocumentFieldsTypeInitialsRequest1
|
|
411
|
-
>;
|
|
412
|
-
|
|
413
|
-
export const FieldCreateDocumentFieldsTypeInitialsRequest2 = {
|
|
350
|
+
export const FieldCreateDocumentFieldsTypeInitialsEnum = {
|
|
414
351
|
Initials: "initials",
|
|
415
352
|
} as const;
|
|
416
|
-
export type
|
|
417
|
-
typeof
|
|
353
|
+
export type FieldCreateDocumentFieldsTypeInitialsEnum = ClosedEnum<
|
|
354
|
+
typeof FieldCreateDocumentFieldsTypeInitialsEnum
|
|
418
355
|
>;
|
|
419
356
|
|
|
420
357
|
export const FieldCreateDocumentFieldsTextAlignInitials = {
|
|
@@ -432,12 +369,12 @@ export type FieldCreateDocumentFieldsFieldMetaInitialsRequest = {
|
|
|
432
369
|
required?: boolean | undefined;
|
|
433
370
|
readOnly?: boolean | undefined;
|
|
434
371
|
fontSize?: number | undefined;
|
|
435
|
-
type:
|
|
372
|
+
type: FieldCreateDocumentFieldsTypeInitialsEnum;
|
|
436
373
|
textAlign?: FieldCreateDocumentFieldsTextAlignInitials | undefined;
|
|
437
374
|
};
|
|
438
375
|
|
|
439
376
|
export type FieldCreateDocumentFieldsFieldInitials = {
|
|
440
|
-
type:
|
|
377
|
+
type: "INITIALS";
|
|
441
378
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaInitialsRequest | undefined;
|
|
442
379
|
recipientId: number;
|
|
443
380
|
pageNumber: number;
|
|
@@ -447,15 +384,8 @@ export type FieldCreateDocumentFieldsFieldInitials = {
|
|
|
447
384
|
height: number;
|
|
448
385
|
};
|
|
449
386
|
|
|
450
|
-
export const FieldCreateDocumentFieldsTypeFreeSignature = {
|
|
451
|
-
FreeSignature: "FREE_SIGNATURE",
|
|
452
|
-
} as const;
|
|
453
|
-
export type FieldCreateDocumentFieldsTypeFreeSignature = ClosedEnum<
|
|
454
|
-
typeof FieldCreateDocumentFieldsTypeFreeSignature
|
|
455
|
-
>;
|
|
456
|
-
|
|
457
387
|
export type FieldCreateDocumentFieldsFieldFreeSignature = {
|
|
458
|
-
type:
|
|
388
|
+
type: "FREE_SIGNATURE";
|
|
459
389
|
recipientId: number;
|
|
460
390
|
pageNumber: number;
|
|
461
391
|
pageX: number;
|
|
@@ -464,18 +394,11 @@ export type FieldCreateDocumentFieldsFieldFreeSignature = {
|
|
|
464
394
|
height: number;
|
|
465
395
|
};
|
|
466
396
|
|
|
467
|
-
export const
|
|
468
|
-
Signature: "SIGNATURE",
|
|
469
|
-
} as const;
|
|
470
|
-
export type FieldCreateDocumentFieldsTypeSignatureRequest1 = ClosedEnum<
|
|
471
|
-
typeof FieldCreateDocumentFieldsTypeSignatureRequest1
|
|
472
|
-
>;
|
|
473
|
-
|
|
474
|
-
export const FieldCreateDocumentFieldsTypeSignatureRequest2 = {
|
|
397
|
+
export const FieldCreateDocumentFieldsTypeSignatureEnum = {
|
|
475
398
|
Signature: "signature",
|
|
476
399
|
} as const;
|
|
477
|
-
export type
|
|
478
|
-
typeof
|
|
400
|
+
export type FieldCreateDocumentFieldsTypeSignatureEnum = ClosedEnum<
|
|
401
|
+
typeof FieldCreateDocumentFieldsTypeSignatureEnum
|
|
479
402
|
>;
|
|
480
403
|
|
|
481
404
|
export type FieldCreateDocumentFieldsFieldMetaSignatureRequest = {
|
|
@@ -484,11 +407,11 @@ export type FieldCreateDocumentFieldsFieldMetaSignatureRequest = {
|
|
|
484
407
|
required?: boolean | undefined;
|
|
485
408
|
readOnly?: boolean | undefined;
|
|
486
409
|
fontSize?: number | undefined;
|
|
487
|
-
type:
|
|
410
|
+
type: FieldCreateDocumentFieldsTypeSignatureEnum;
|
|
488
411
|
};
|
|
489
412
|
|
|
490
413
|
export type FieldCreateDocumentFieldsFieldSignature = {
|
|
491
|
-
type:
|
|
414
|
+
type: "SIGNATURE";
|
|
492
415
|
fieldMeta?: FieldCreateDocumentFieldsFieldMetaSignatureRequest | undefined;
|
|
493
416
|
recipientId: number;
|
|
494
417
|
pageNumber: number;
|
|
@@ -528,7 +451,7 @@ export type FieldCreateDocumentFieldsRequest = {
|
|
|
528
451
|
>;
|
|
529
452
|
};
|
|
530
453
|
|
|
531
|
-
export const
|
|
454
|
+
export const FieldCreateDocumentFieldsTypeResponseEnum = {
|
|
532
455
|
Signature: "SIGNATURE",
|
|
533
456
|
FreeSignature: "FREE_SIGNATURE",
|
|
534
457
|
Initials: "INITIALS",
|
|
@@ -541,15 +464,8 @@ export const FieldCreateDocumentFieldsTypeResponse = {
|
|
|
541
464
|
Checkbox: "CHECKBOX",
|
|
542
465
|
Dropdown: "DROPDOWN",
|
|
543
466
|
} as const;
|
|
544
|
-
export type
|
|
545
|
-
typeof
|
|
546
|
-
>;
|
|
547
|
-
|
|
548
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeDropdown = {
|
|
549
|
-
Dropdown: "dropdown",
|
|
550
|
-
} as const;
|
|
551
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeDropdown = ClosedEnum<
|
|
552
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeDropdown
|
|
467
|
+
export type FieldCreateDocumentFieldsTypeResponseEnum = ClosedEnum<
|
|
468
|
+
typeof FieldCreateDocumentFieldsTypeResponseEnum
|
|
553
469
|
>;
|
|
554
470
|
|
|
555
471
|
export type FieldCreateDocumentFieldsValueResponse3 = {
|
|
@@ -562,18 +478,11 @@ export type FieldCreateDocumentFieldsFieldMetaDropdownResponse = {
|
|
|
562
478
|
required?: boolean | undefined;
|
|
563
479
|
readOnly?: boolean | undefined;
|
|
564
480
|
fontSize?: number | undefined;
|
|
565
|
-
type:
|
|
481
|
+
type: "dropdown";
|
|
566
482
|
values?: Array<FieldCreateDocumentFieldsValueResponse3> | undefined;
|
|
567
483
|
defaultValue?: string | undefined;
|
|
568
484
|
};
|
|
569
485
|
|
|
570
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeCheckbox = {
|
|
571
|
-
Checkbox: "checkbox",
|
|
572
|
-
} as const;
|
|
573
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeCheckbox = ClosedEnum<
|
|
574
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeCheckbox
|
|
575
|
-
>;
|
|
576
|
-
|
|
577
486
|
export type FieldCreateDocumentFieldsValueResponse2 = {
|
|
578
487
|
id: number;
|
|
579
488
|
checked: boolean;
|
|
@@ -594,20 +503,13 @@ export type FieldCreateDocumentFieldsFieldMetaCheckboxResponse = {
|
|
|
594
503
|
required?: boolean | undefined;
|
|
595
504
|
readOnly?: boolean | undefined;
|
|
596
505
|
fontSize?: number | undefined;
|
|
597
|
-
type:
|
|
506
|
+
type: "checkbox";
|
|
598
507
|
values?: Array<FieldCreateDocumentFieldsValueResponse2> | undefined;
|
|
599
508
|
validationRule?: string | undefined;
|
|
600
509
|
validationLength?: number | undefined;
|
|
601
510
|
direction?: FieldCreateDocumentFieldsDirectionResponse2 | undefined;
|
|
602
511
|
};
|
|
603
512
|
|
|
604
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeRadio = {
|
|
605
|
-
Radio: "radio",
|
|
606
|
-
} as const;
|
|
607
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeRadio = ClosedEnum<
|
|
608
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeRadio
|
|
609
|
-
>;
|
|
610
|
-
|
|
611
513
|
export type FieldCreateDocumentFieldsValueResponse1 = {
|
|
612
514
|
id: number;
|
|
613
515
|
checked: boolean;
|
|
@@ -628,18 +530,11 @@ export type FieldCreateDocumentFieldsFieldMetaRadioResponse = {
|
|
|
628
530
|
required?: boolean | undefined;
|
|
629
531
|
readOnly?: boolean | undefined;
|
|
630
532
|
fontSize?: number | undefined;
|
|
631
|
-
type:
|
|
533
|
+
type: "radio";
|
|
632
534
|
values?: Array<FieldCreateDocumentFieldsValueResponse1> | undefined;
|
|
633
535
|
direction?: FieldCreateDocumentFieldsDirectionResponse1 | undefined;
|
|
634
536
|
};
|
|
635
537
|
|
|
636
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeNumber = {
|
|
637
|
-
Number: "number",
|
|
638
|
-
} as const;
|
|
639
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeNumber = ClosedEnum<
|
|
640
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeNumber
|
|
641
|
-
>;
|
|
642
|
-
|
|
643
538
|
export const FieldCreateDocumentFieldsTextAlignResponse6 = {
|
|
644
539
|
Left: "left",
|
|
645
540
|
Center: "center",
|
|
@@ -664,7 +559,7 @@ export type FieldCreateDocumentFieldsFieldMetaNumberResponse = {
|
|
|
664
559
|
required?: boolean | undefined;
|
|
665
560
|
readOnly?: boolean | undefined;
|
|
666
561
|
fontSize?: number | undefined;
|
|
667
|
-
type:
|
|
562
|
+
type: "number";
|
|
668
563
|
numberFormat?: string | null | undefined;
|
|
669
564
|
value?: string | undefined;
|
|
670
565
|
minValue?: number | null | undefined;
|
|
@@ -678,13 +573,6 @@ export type FieldCreateDocumentFieldsFieldMetaNumberResponse = {
|
|
|
678
573
|
| undefined;
|
|
679
574
|
};
|
|
680
575
|
|
|
681
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeText = {
|
|
682
|
-
Text: "text",
|
|
683
|
-
} as const;
|
|
684
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeText = ClosedEnum<
|
|
685
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeText
|
|
686
|
-
>;
|
|
687
|
-
|
|
688
576
|
export const FieldCreateDocumentFieldsTextAlignResponse5 = {
|
|
689
577
|
Left: "left",
|
|
690
578
|
Center: "center",
|
|
@@ -709,7 +597,7 @@ export type FieldCreateDocumentFieldsFieldMetaTextResponse = {
|
|
|
709
597
|
required?: boolean | undefined;
|
|
710
598
|
readOnly?: boolean | undefined;
|
|
711
599
|
fontSize?: number | undefined;
|
|
712
|
-
type:
|
|
600
|
+
type: "text";
|
|
713
601
|
text?: string | undefined;
|
|
714
602
|
characterLimit?: number | undefined;
|
|
715
603
|
textAlign?: FieldCreateDocumentFieldsTextAlignResponse5 | undefined;
|
|
@@ -721,13 +609,6 @@ export type FieldCreateDocumentFieldsFieldMetaTextResponse = {
|
|
|
721
609
|
| undefined;
|
|
722
610
|
};
|
|
723
611
|
|
|
724
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeDate = {
|
|
725
|
-
Date: "date",
|
|
726
|
-
} as const;
|
|
727
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeDate = ClosedEnum<
|
|
728
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeDate
|
|
729
|
-
>;
|
|
730
|
-
|
|
731
612
|
export const FieldCreateDocumentFieldsTextAlignResponse4 = {
|
|
732
613
|
Left: "left",
|
|
733
614
|
Center: "center",
|
|
@@ -743,17 +624,10 @@ export type FieldCreateDocumentFieldsFieldMetaDateResponse = {
|
|
|
743
624
|
required?: boolean | undefined;
|
|
744
625
|
readOnly?: boolean | undefined;
|
|
745
626
|
fontSize?: number | undefined;
|
|
746
|
-
type:
|
|
627
|
+
type: "date";
|
|
747
628
|
textAlign?: FieldCreateDocumentFieldsTextAlignResponse4 | undefined;
|
|
748
629
|
};
|
|
749
630
|
|
|
750
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeEmail = {
|
|
751
|
-
Email: "email",
|
|
752
|
-
} as const;
|
|
753
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeEmail = ClosedEnum<
|
|
754
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeEmail
|
|
755
|
-
>;
|
|
756
|
-
|
|
757
631
|
export const FieldCreateDocumentFieldsTextAlignResponse3 = {
|
|
758
632
|
Left: "left",
|
|
759
633
|
Center: "center",
|
|
@@ -769,17 +643,10 @@ export type FieldCreateDocumentFieldsFieldMetaEmailResponse = {
|
|
|
769
643
|
required?: boolean | undefined;
|
|
770
644
|
readOnly?: boolean | undefined;
|
|
771
645
|
fontSize?: number | undefined;
|
|
772
|
-
type:
|
|
646
|
+
type: "email";
|
|
773
647
|
textAlign?: FieldCreateDocumentFieldsTextAlignResponse3 | undefined;
|
|
774
648
|
};
|
|
775
649
|
|
|
776
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeName = {
|
|
777
|
-
Name: "name",
|
|
778
|
-
} as const;
|
|
779
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeName = ClosedEnum<
|
|
780
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeName
|
|
781
|
-
>;
|
|
782
|
-
|
|
783
650
|
export const FieldCreateDocumentFieldsTextAlignResponse2 = {
|
|
784
651
|
Left: "left",
|
|
785
652
|
Center: "center",
|
|
@@ -795,17 +662,10 @@ export type FieldCreateDocumentFieldsFieldMetaNameResponse = {
|
|
|
795
662
|
required?: boolean | undefined;
|
|
796
663
|
readOnly?: boolean | undefined;
|
|
797
664
|
fontSize?: number | undefined;
|
|
798
|
-
type:
|
|
665
|
+
type: "name";
|
|
799
666
|
textAlign?: FieldCreateDocumentFieldsTextAlignResponse2 | undefined;
|
|
800
667
|
};
|
|
801
668
|
|
|
802
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeInitials = {
|
|
803
|
-
Initials: "initials",
|
|
804
|
-
} as const;
|
|
805
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeInitials = ClosedEnum<
|
|
806
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeInitials
|
|
807
|
-
>;
|
|
808
|
-
|
|
809
669
|
export const FieldCreateDocumentFieldsTextAlignResponse1 = {
|
|
810
670
|
Left: "left",
|
|
811
671
|
Center: "center",
|
|
@@ -821,24 +681,17 @@ export type FieldCreateDocumentFieldsFieldMetaInitialsResponse = {
|
|
|
821
681
|
required?: boolean | undefined;
|
|
822
682
|
readOnly?: boolean | undefined;
|
|
823
683
|
fontSize?: number | undefined;
|
|
824
|
-
type:
|
|
684
|
+
type: "initials";
|
|
825
685
|
textAlign?: FieldCreateDocumentFieldsTextAlignResponse1 | undefined;
|
|
826
686
|
};
|
|
827
687
|
|
|
828
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeSignature = {
|
|
829
|
-
Signature: "signature",
|
|
830
|
-
} as const;
|
|
831
|
-
export type FieldCreateDocumentFieldsFieldMetaTypeSignature = ClosedEnum<
|
|
832
|
-
typeof FieldCreateDocumentFieldsFieldMetaTypeSignature
|
|
833
|
-
>;
|
|
834
|
-
|
|
835
688
|
export type FieldCreateDocumentFieldsFieldMetaSignatureResponse = {
|
|
836
689
|
label?: string | undefined;
|
|
837
690
|
placeholder?: string | undefined;
|
|
838
691
|
required?: boolean | undefined;
|
|
839
692
|
readOnly?: boolean | undefined;
|
|
840
693
|
fontSize?: number | undefined;
|
|
841
|
-
type:
|
|
694
|
+
type: "signature";
|
|
842
695
|
};
|
|
843
696
|
|
|
844
697
|
export type FieldCreateDocumentFieldsFieldMetaUnion =
|
|
@@ -856,7 +709,7 @@ export type FieldCreateDocumentFieldsFieldMetaUnion =
|
|
|
856
709
|
export type FieldCreateDocumentFieldsFieldResponse = {
|
|
857
710
|
envelopeId: string;
|
|
858
711
|
envelopeItemId: string;
|
|
859
|
-
type:
|
|
712
|
+
type: FieldCreateDocumentFieldsTypeResponseEnum;
|
|
860
713
|
id: number;
|
|
861
714
|
secondaryId: string;
|
|
862
715
|
recipientId: number;
|
|
@@ -891,22 +744,13 @@ export type FieldCreateDocumentFieldsResponse = {
|
|
|
891
744
|
};
|
|
892
745
|
|
|
893
746
|
/** @internal */
|
|
894
|
-
export const
|
|
895
|
-
z.ZodNativeEnum<typeof
|
|
896
|
-
.nativeEnum(
|
|
897
|
-
/** @internal */
|
|
898
|
-
export const FieldCreateDocumentFieldsTypeDropdownRequest1$outboundSchema:
|
|
899
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDropdownRequest1> =
|
|
900
|
-
FieldCreateDocumentFieldsTypeDropdownRequest1$inboundSchema;
|
|
901
|
-
|
|
902
|
-
/** @internal */
|
|
903
|
-
export const FieldCreateDocumentFieldsTypeDropdownRequest2$inboundSchema:
|
|
904
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDropdownRequest2> = z
|
|
905
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeDropdownRequest2);
|
|
747
|
+
export const FieldCreateDocumentFieldsTypeDropdownEnum$inboundSchema:
|
|
748
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDropdownEnum> = z
|
|
749
|
+
.nativeEnum(FieldCreateDocumentFieldsTypeDropdownEnum);
|
|
906
750
|
/** @internal */
|
|
907
|
-
export const
|
|
908
|
-
z.ZodNativeEnum<typeof
|
|
909
|
-
|
|
751
|
+
export const FieldCreateDocumentFieldsTypeDropdownEnum$outboundSchema:
|
|
752
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDropdownEnum> =
|
|
753
|
+
FieldCreateDocumentFieldsTypeDropdownEnum$inboundSchema;
|
|
910
754
|
|
|
911
755
|
/** @internal */
|
|
912
756
|
export const FieldCreateDocumentFieldsValueDropdown$inboundSchema: z.ZodType<
|
|
@@ -963,7 +807,7 @@ export const FieldCreateDocumentFieldsFieldMetaDropdownRequest$inboundSchema:
|
|
|
963
807
|
required: z.boolean().optional(),
|
|
964
808
|
readOnly: z.boolean().optional(),
|
|
965
809
|
fontSize: z.number().default(12),
|
|
966
|
-
type:
|
|
810
|
+
type: FieldCreateDocumentFieldsTypeDropdownEnum$inboundSchema,
|
|
967
811
|
values: z.array(
|
|
968
812
|
z.lazy(() => FieldCreateDocumentFieldsValueDropdown$inboundSchema),
|
|
969
813
|
).optional(),
|
|
@@ -993,7 +837,7 @@ export const FieldCreateDocumentFieldsFieldMetaDropdownRequest$outboundSchema:
|
|
|
993
837
|
required: z.boolean().optional(),
|
|
994
838
|
readOnly: z.boolean().optional(),
|
|
995
839
|
fontSize: z.number().default(12),
|
|
996
|
-
type:
|
|
840
|
+
type: FieldCreateDocumentFieldsTypeDropdownEnum$outboundSchema,
|
|
997
841
|
values: z.array(
|
|
998
842
|
z.lazy(() => FieldCreateDocumentFieldsValueDropdown$outboundSchema),
|
|
999
843
|
).optional(),
|
|
@@ -1032,7 +876,7 @@ export const FieldCreateDocumentFieldsFieldDropdown$inboundSchema: z.ZodType<
|
|
|
1032
876
|
z.ZodTypeDef,
|
|
1033
877
|
unknown
|
|
1034
878
|
> = z.object({
|
|
1035
|
-
type:
|
|
879
|
+
type: z.literal("DROPDOWN"),
|
|
1036
880
|
fieldMeta: z.lazy(() =>
|
|
1037
881
|
FieldCreateDocumentFieldsFieldMetaDropdownRequest$inboundSchema
|
|
1038
882
|
).optional(),
|
|
@@ -1045,7 +889,7 @@ export const FieldCreateDocumentFieldsFieldDropdown$inboundSchema: z.ZodType<
|
|
|
1045
889
|
});
|
|
1046
890
|
/** @internal */
|
|
1047
891
|
export type FieldCreateDocumentFieldsFieldDropdown$Outbound = {
|
|
1048
|
-
type:
|
|
892
|
+
type: "DROPDOWN";
|
|
1049
893
|
fieldMeta?:
|
|
1050
894
|
| FieldCreateDocumentFieldsFieldMetaDropdownRequest$Outbound
|
|
1051
895
|
| undefined;
|
|
@@ -1063,7 +907,7 @@ export const FieldCreateDocumentFieldsFieldDropdown$outboundSchema: z.ZodType<
|
|
|
1063
907
|
z.ZodTypeDef,
|
|
1064
908
|
FieldCreateDocumentFieldsFieldDropdown
|
|
1065
909
|
> = z.object({
|
|
1066
|
-
type:
|
|
910
|
+
type: z.literal("DROPDOWN"),
|
|
1067
911
|
fieldMeta: z.lazy(() =>
|
|
1068
912
|
FieldCreateDocumentFieldsFieldMetaDropdownRequest$outboundSchema
|
|
1069
913
|
).optional(),
|
|
@@ -1097,22 +941,13 @@ export function fieldCreateDocumentFieldsFieldDropdownFromJSON(
|
|
|
1097
941
|
}
|
|
1098
942
|
|
|
1099
943
|
/** @internal */
|
|
1100
|
-
export const
|
|
1101
|
-
z.ZodNativeEnum<typeof
|
|
1102
|
-
.nativeEnum(
|
|
1103
|
-
/** @internal */
|
|
1104
|
-
export const FieldCreateDocumentFieldsTypeCheckboxRequest1$outboundSchema:
|
|
1105
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeCheckboxRequest1> =
|
|
1106
|
-
FieldCreateDocumentFieldsTypeCheckboxRequest1$inboundSchema;
|
|
1107
|
-
|
|
1108
|
-
/** @internal */
|
|
1109
|
-
export const FieldCreateDocumentFieldsTypeCheckboxRequest2$inboundSchema:
|
|
1110
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeCheckboxRequest2> = z
|
|
1111
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeCheckboxRequest2);
|
|
944
|
+
export const FieldCreateDocumentFieldsTypeCheckboxEnum$inboundSchema:
|
|
945
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeCheckboxEnum> = z
|
|
946
|
+
.nativeEnum(FieldCreateDocumentFieldsTypeCheckboxEnum);
|
|
1112
947
|
/** @internal */
|
|
1113
|
-
export const
|
|
1114
|
-
z.ZodNativeEnum<typeof
|
|
1115
|
-
|
|
948
|
+
export const FieldCreateDocumentFieldsTypeCheckboxEnum$outboundSchema:
|
|
949
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeCheckboxEnum> =
|
|
950
|
+
FieldCreateDocumentFieldsTypeCheckboxEnum$inboundSchema;
|
|
1116
951
|
|
|
1117
952
|
/** @internal */
|
|
1118
953
|
export const FieldCreateDocumentFieldsValueCheckbox$inboundSchema: z.ZodType<
|
|
@@ -1184,7 +1019,7 @@ export const FieldCreateDocumentFieldsFieldMetaCheckboxRequest$inboundSchema:
|
|
|
1184
1019
|
required: z.boolean().optional(),
|
|
1185
1020
|
readOnly: z.boolean().optional(),
|
|
1186
1021
|
fontSize: z.number().default(12),
|
|
1187
|
-
type:
|
|
1022
|
+
type: FieldCreateDocumentFieldsTypeCheckboxEnum$inboundSchema,
|
|
1188
1023
|
values: z.array(
|
|
1189
1024
|
z.lazy(() => FieldCreateDocumentFieldsValueCheckbox$inboundSchema),
|
|
1190
1025
|
).optional(),
|
|
@@ -1220,7 +1055,7 @@ export const FieldCreateDocumentFieldsFieldMetaCheckboxRequest$outboundSchema:
|
|
|
1220
1055
|
required: z.boolean().optional(),
|
|
1221
1056
|
readOnly: z.boolean().optional(),
|
|
1222
1057
|
fontSize: z.number().default(12),
|
|
1223
|
-
type:
|
|
1058
|
+
type: FieldCreateDocumentFieldsTypeCheckboxEnum$outboundSchema,
|
|
1224
1059
|
values: z.array(
|
|
1225
1060
|
z.lazy(() => FieldCreateDocumentFieldsValueCheckbox$outboundSchema),
|
|
1226
1061
|
).optional(),
|
|
@@ -1262,7 +1097,7 @@ export const FieldCreateDocumentFieldsFieldCheckbox$inboundSchema: z.ZodType<
|
|
|
1262
1097
|
z.ZodTypeDef,
|
|
1263
1098
|
unknown
|
|
1264
1099
|
> = z.object({
|
|
1265
|
-
type:
|
|
1100
|
+
type: z.literal("CHECKBOX"),
|
|
1266
1101
|
fieldMeta: z.lazy(() =>
|
|
1267
1102
|
FieldCreateDocumentFieldsFieldMetaCheckboxRequest$inboundSchema
|
|
1268
1103
|
).optional(),
|
|
@@ -1275,7 +1110,7 @@ export const FieldCreateDocumentFieldsFieldCheckbox$inboundSchema: z.ZodType<
|
|
|
1275
1110
|
});
|
|
1276
1111
|
/** @internal */
|
|
1277
1112
|
export type FieldCreateDocumentFieldsFieldCheckbox$Outbound = {
|
|
1278
|
-
type:
|
|
1113
|
+
type: "CHECKBOX";
|
|
1279
1114
|
fieldMeta?:
|
|
1280
1115
|
| FieldCreateDocumentFieldsFieldMetaCheckboxRequest$Outbound
|
|
1281
1116
|
| undefined;
|
|
@@ -1293,7 +1128,7 @@ export const FieldCreateDocumentFieldsFieldCheckbox$outboundSchema: z.ZodType<
|
|
|
1293
1128
|
z.ZodTypeDef,
|
|
1294
1129
|
FieldCreateDocumentFieldsFieldCheckbox
|
|
1295
1130
|
> = z.object({
|
|
1296
|
-
type:
|
|
1131
|
+
type: z.literal("CHECKBOX"),
|
|
1297
1132
|
fieldMeta: z.lazy(() =>
|
|
1298
1133
|
FieldCreateDocumentFieldsFieldMetaCheckboxRequest$outboundSchema
|
|
1299
1134
|
).optional(),
|
|
@@ -1327,22 +1162,14 @@ export function fieldCreateDocumentFieldsFieldCheckboxFromJSON(
|
|
|
1327
1162
|
}
|
|
1328
1163
|
|
|
1329
1164
|
/** @internal */
|
|
1330
|
-
export const
|
|
1331
|
-
z.ZodNativeEnum<typeof
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
export const FieldCreateDocumentFieldsTypeRadioRequest1$outboundSchema:
|
|
1335
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeRadioRequest1> =
|
|
1336
|
-
FieldCreateDocumentFieldsTypeRadioRequest1$inboundSchema;
|
|
1337
|
-
|
|
1338
|
-
/** @internal */
|
|
1339
|
-
export const FieldCreateDocumentFieldsTypeRadioRequest2$inboundSchema:
|
|
1340
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeRadioRequest2> = z
|
|
1341
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeRadioRequest2);
|
|
1165
|
+
export const FieldCreateDocumentFieldsTypeRadioEnum$inboundSchema:
|
|
1166
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeRadioEnum> = z.nativeEnum(
|
|
1167
|
+
FieldCreateDocumentFieldsTypeRadioEnum,
|
|
1168
|
+
);
|
|
1342
1169
|
/** @internal */
|
|
1343
|
-
export const
|
|
1344
|
-
z.ZodNativeEnum<typeof
|
|
1345
|
-
|
|
1170
|
+
export const FieldCreateDocumentFieldsTypeRadioEnum$outboundSchema:
|
|
1171
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeRadioEnum> =
|
|
1172
|
+
FieldCreateDocumentFieldsTypeRadioEnum$inboundSchema;
|
|
1346
1173
|
|
|
1347
1174
|
/** @internal */
|
|
1348
1175
|
export const FieldCreateDocumentFieldsValueRadio$inboundSchema: z.ZodType<
|
|
@@ -1413,7 +1240,7 @@ export const FieldCreateDocumentFieldsFieldMetaRadioRequest$inboundSchema:
|
|
|
1413
1240
|
required: z.boolean().optional(),
|
|
1414
1241
|
readOnly: z.boolean().optional(),
|
|
1415
1242
|
fontSize: z.number().default(12),
|
|
1416
|
-
type:
|
|
1243
|
+
type: FieldCreateDocumentFieldsTypeRadioEnum$inboundSchema,
|
|
1417
1244
|
values: z.array(
|
|
1418
1245
|
z.lazy(() => FieldCreateDocumentFieldsValueRadio$inboundSchema),
|
|
1419
1246
|
).optional(),
|
|
@@ -1445,7 +1272,7 @@ export const FieldCreateDocumentFieldsFieldMetaRadioRequest$outboundSchema:
|
|
|
1445
1272
|
required: z.boolean().optional(),
|
|
1446
1273
|
readOnly: z.boolean().optional(),
|
|
1447
1274
|
fontSize: z.number().default(12),
|
|
1448
|
-
type:
|
|
1275
|
+
type: FieldCreateDocumentFieldsTypeRadioEnum$outboundSchema,
|
|
1449
1276
|
values: z.array(
|
|
1450
1277
|
z.lazy(() => FieldCreateDocumentFieldsValueRadio$outboundSchema),
|
|
1451
1278
|
).optional(),
|
|
@@ -1486,7 +1313,7 @@ export const FieldCreateDocumentFieldsFieldRadio$inboundSchema: z.ZodType<
|
|
|
1486
1313
|
z.ZodTypeDef,
|
|
1487
1314
|
unknown
|
|
1488
1315
|
> = z.object({
|
|
1489
|
-
type:
|
|
1316
|
+
type: z.literal("RADIO"),
|
|
1490
1317
|
fieldMeta: z.lazy(() =>
|
|
1491
1318
|
FieldCreateDocumentFieldsFieldMetaRadioRequest$inboundSchema
|
|
1492
1319
|
).optional(),
|
|
@@ -1499,7 +1326,7 @@ export const FieldCreateDocumentFieldsFieldRadio$inboundSchema: z.ZodType<
|
|
|
1499
1326
|
});
|
|
1500
1327
|
/** @internal */
|
|
1501
1328
|
export type FieldCreateDocumentFieldsFieldRadio$Outbound = {
|
|
1502
|
-
type:
|
|
1329
|
+
type: "RADIO";
|
|
1503
1330
|
fieldMeta?:
|
|
1504
1331
|
| FieldCreateDocumentFieldsFieldMetaRadioRequest$Outbound
|
|
1505
1332
|
| undefined;
|
|
@@ -1517,7 +1344,7 @@ export const FieldCreateDocumentFieldsFieldRadio$outboundSchema: z.ZodType<
|
|
|
1517
1344
|
z.ZodTypeDef,
|
|
1518
1345
|
FieldCreateDocumentFieldsFieldRadio
|
|
1519
1346
|
> = z.object({
|
|
1520
|
-
type:
|
|
1347
|
+
type: z.literal("RADIO"),
|
|
1521
1348
|
fieldMeta: z.lazy(() =>
|
|
1522
1349
|
FieldCreateDocumentFieldsFieldMetaRadioRequest$outboundSchema
|
|
1523
1350
|
).optional(),
|
|
@@ -1550,22 +1377,13 @@ export function fieldCreateDocumentFieldsFieldRadioFromJSON(
|
|
|
1550
1377
|
}
|
|
1551
1378
|
|
|
1552
1379
|
/** @internal */
|
|
1553
|
-
export const
|
|
1554
|
-
z.ZodNativeEnum<typeof
|
|
1555
|
-
.nativeEnum(
|
|
1556
|
-
/** @internal */
|
|
1557
|
-
export const FieldCreateDocumentFieldsTypeNumberRequest1$outboundSchema:
|
|
1558
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNumberRequest1> =
|
|
1559
|
-
FieldCreateDocumentFieldsTypeNumberRequest1$inboundSchema;
|
|
1560
|
-
|
|
1561
|
-
/** @internal */
|
|
1562
|
-
export const FieldCreateDocumentFieldsTypeNumberRequest2$inboundSchema:
|
|
1563
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNumberRequest2> = z
|
|
1564
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeNumberRequest2);
|
|
1380
|
+
export const FieldCreateDocumentFieldsTypeNumberEnum$inboundSchema:
|
|
1381
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNumberEnum> = z
|
|
1382
|
+
.nativeEnum(FieldCreateDocumentFieldsTypeNumberEnum);
|
|
1565
1383
|
/** @internal */
|
|
1566
|
-
export const
|
|
1567
|
-
z.ZodNativeEnum<typeof
|
|
1568
|
-
|
|
1384
|
+
export const FieldCreateDocumentFieldsTypeNumberEnum$outboundSchema:
|
|
1385
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNumberEnum> =
|
|
1386
|
+
FieldCreateDocumentFieldsTypeNumberEnum$inboundSchema;
|
|
1569
1387
|
|
|
1570
1388
|
/** @internal */
|
|
1571
1389
|
export const FieldCreateDocumentFieldsTextAlignNumber$inboundSchema:
|
|
@@ -1597,7 +1415,7 @@ export const FieldCreateDocumentFieldsFieldMetaNumberRequest$inboundSchema:
|
|
|
1597
1415
|
required: z.boolean().optional(),
|
|
1598
1416
|
readOnly: z.boolean().optional(),
|
|
1599
1417
|
fontSize: z.number().default(12),
|
|
1600
|
-
type:
|
|
1418
|
+
type: FieldCreateDocumentFieldsTypeNumberEnum$inboundSchema,
|
|
1601
1419
|
numberFormat: z.nullable(z.string()).optional(),
|
|
1602
1420
|
value: z.string().optional(),
|
|
1603
1421
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -1640,7 +1458,7 @@ export const FieldCreateDocumentFieldsFieldMetaNumberRequest$outboundSchema:
|
|
|
1640
1458
|
required: z.boolean().optional(),
|
|
1641
1459
|
readOnly: z.boolean().optional(),
|
|
1642
1460
|
fontSize: z.number().default(12),
|
|
1643
|
-
type:
|
|
1461
|
+
type: FieldCreateDocumentFieldsTypeNumberEnum$outboundSchema,
|
|
1644
1462
|
numberFormat: z.nullable(z.string()).optional(),
|
|
1645
1463
|
value: z.string().optional(),
|
|
1646
1464
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -1686,7 +1504,7 @@ export const FieldCreateDocumentFieldsFieldNumber$inboundSchema: z.ZodType<
|
|
|
1686
1504
|
z.ZodTypeDef,
|
|
1687
1505
|
unknown
|
|
1688
1506
|
> = z.object({
|
|
1689
|
-
type:
|
|
1507
|
+
type: z.literal("NUMBER"),
|
|
1690
1508
|
fieldMeta: z.lazy(() =>
|
|
1691
1509
|
FieldCreateDocumentFieldsFieldMetaNumberRequest$inboundSchema
|
|
1692
1510
|
).optional(),
|
|
@@ -1699,7 +1517,7 @@ export const FieldCreateDocumentFieldsFieldNumber$inboundSchema: z.ZodType<
|
|
|
1699
1517
|
});
|
|
1700
1518
|
/** @internal */
|
|
1701
1519
|
export type FieldCreateDocumentFieldsFieldNumber$Outbound = {
|
|
1702
|
-
type:
|
|
1520
|
+
type: "NUMBER";
|
|
1703
1521
|
fieldMeta?:
|
|
1704
1522
|
| FieldCreateDocumentFieldsFieldMetaNumberRequest$Outbound
|
|
1705
1523
|
| undefined;
|
|
@@ -1717,7 +1535,7 @@ export const FieldCreateDocumentFieldsFieldNumber$outboundSchema: z.ZodType<
|
|
|
1717
1535
|
z.ZodTypeDef,
|
|
1718
1536
|
FieldCreateDocumentFieldsFieldNumber
|
|
1719
1537
|
> = z.object({
|
|
1720
|
-
type:
|
|
1538
|
+
type: z.literal("NUMBER"),
|
|
1721
1539
|
fieldMeta: z.lazy(() =>
|
|
1722
1540
|
FieldCreateDocumentFieldsFieldMetaNumberRequest$outboundSchema
|
|
1723
1541
|
).optional(),
|
|
@@ -1750,22 +1568,14 @@ export function fieldCreateDocumentFieldsFieldNumberFromJSON(
|
|
|
1750
1568
|
}
|
|
1751
1569
|
|
|
1752
1570
|
/** @internal */
|
|
1753
|
-
export const
|
|
1754
|
-
z.ZodNativeEnum<typeof
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
export const FieldCreateDocumentFieldsTypeTextRequest1$outboundSchema:
|
|
1758
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeTextRequest1> =
|
|
1759
|
-
FieldCreateDocumentFieldsTypeTextRequest1$inboundSchema;
|
|
1760
|
-
|
|
1761
|
-
/** @internal */
|
|
1762
|
-
export const FieldCreateDocumentFieldsTypeTextRequest2$inboundSchema:
|
|
1763
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeTextRequest2> = z
|
|
1764
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeTextRequest2);
|
|
1571
|
+
export const FieldCreateDocumentFieldsTypeTextEnum$inboundSchema:
|
|
1572
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeTextEnum> = z.nativeEnum(
|
|
1573
|
+
FieldCreateDocumentFieldsTypeTextEnum,
|
|
1574
|
+
);
|
|
1765
1575
|
/** @internal */
|
|
1766
|
-
export const
|
|
1767
|
-
z.ZodNativeEnum<typeof
|
|
1768
|
-
|
|
1576
|
+
export const FieldCreateDocumentFieldsTypeTextEnum$outboundSchema:
|
|
1577
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeTextEnum> =
|
|
1578
|
+
FieldCreateDocumentFieldsTypeTextEnum$inboundSchema;
|
|
1769
1579
|
|
|
1770
1580
|
/** @internal */
|
|
1771
1581
|
export const FieldCreateDocumentFieldsTextAlignText$inboundSchema:
|
|
@@ -1798,7 +1608,7 @@ export const FieldCreateDocumentFieldsFieldMetaTextRequest$inboundSchema:
|
|
|
1798
1608
|
required: z.boolean().optional(),
|
|
1799
1609
|
readOnly: z.boolean().optional(),
|
|
1800
1610
|
fontSize: z.number().default(12),
|
|
1801
|
-
type:
|
|
1611
|
+
type: FieldCreateDocumentFieldsTypeTextEnum$inboundSchema,
|
|
1802
1612
|
text: z.string().optional(),
|
|
1803
1613
|
characterLimit: z.number().optional(),
|
|
1804
1614
|
textAlign: FieldCreateDocumentFieldsTextAlignText$inboundSchema.optional(),
|
|
@@ -1836,7 +1646,7 @@ export const FieldCreateDocumentFieldsFieldMetaTextRequest$outboundSchema:
|
|
|
1836
1646
|
required: z.boolean().optional(),
|
|
1837
1647
|
readOnly: z.boolean().optional(),
|
|
1838
1648
|
fontSize: z.number().default(12),
|
|
1839
|
-
type:
|
|
1649
|
+
type: FieldCreateDocumentFieldsTypeTextEnum$outboundSchema,
|
|
1840
1650
|
text: z.string().optional(),
|
|
1841
1651
|
characterLimit: z.number().optional(),
|
|
1842
1652
|
textAlign: FieldCreateDocumentFieldsTextAlignText$outboundSchema.optional(),
|
|
@@ -1879,7 +1689,7 @@ export const FieldCreateDocumentFieldsFieldText$inboundSchema: z.ZodType<
|
|
|
1879
1689
|
z.ZodTypeDef,
|
|
1880
1690
|
unknown
|
|
1881
1691
|
> = z.object({
|
|
1882
|
-
type:
|
|
1692
|
+
type: z.literal("TEXT"),
|
|
1883
1693
|
fieldMeta: z.lazy(() =>
|
|
1884
1694
|
FieldCreateDocumentFieldsFieldMetaTextRequest$inboundSchema
|
|
1885
1695
|
).optional(),
|
|
@@ -1892,7 +1702,7 @@ export const FieldCreateDocumentFieldsFieldText$inboundSchema: z.ZodType<
|
|
|
1892
1702
|
});
|
|
1893
1703
|
/** @internal */
|
|
1894
1704
|
export type FieldCreateDocumentFieldsFieldText$Outbound = {
|
|
1895
|
-
type:
|
|
1705
|
+
type: "TEXT";
|
|
1896
1706
|
fieldMeta?:
|
|
1897
1707
|
| FieldCreateDocumentFieldsFieldMetaTextRequest$Outbound
|
|
1898
1708
|
| undefined;
|
|
@@ -1910,7 +1720,7 @@ export const FieldCreateDocumentFieldsFieldText$outboundSchema: z.ZodType<
|
|
|
1910
1720
|
z.ZodTypeDef,
|
|
1911
1721
|
FieldCreateDocumentFieldsFieldText
|
|
1912
1722
|
> = z.object({
|
|
1913
|
-
type:
|
|
1723
|
+
type: z.literal("TEXT"),
|
|
1914
1724
|
fieldMeta: z.lazy(() =>
|
|
1915
1725
|
FieldCreateDocumentFieldsFieldMetaTextRequest$outboundSchema
|
|
1916
1726
|
).optional(),
|
|
@@ -1943,22 +1753,14 @@ export function fieldCreateDocumentFieldsFieldTextFromJSON(
|
|
|
1943
1753
|
}
|
|
1944
1754
|
|
|
1945
1755
|
/** @internal */
|
|
1946
|
-
export const
|
|
1947
|
-
z.ZodNativeEnum<typeof
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
export const FieldCreateDocumentFieldsTypeDateRequest1$outboundSchema:
|
|
1951
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDateRequest1> =
|
|
1952
|
-
FieldCreateDocumentFieldsTypeDateRequest1$inboundSchema;
|
|
1953
|
-
|
|
1954
|
-
/** @internal */
|
|
1955
|
-
export const FieldCreateDocumentFieldsTypeDateRequest2$inboundSchema:
|
|
1956
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDateRequest2> = z
|
|
1957
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeDateRequest2);
|
|
1756
|
+
export const FieldCreateDocumentFieldsTypeDateEnum$inboundSchema:
|
|
1757
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDateEnum> = z.nativeEnum(
|
|
1758
|
+
FieldCreateDocumentFieldsTypeDateEnum,
|
|
1759
|
+
);
|
|
1958
1760
|
/** @internal */
|
|
1959
|
-
export const
|
|
1960
|
-
z.ZodNativeEnum<typeof
|
|
1961
|
-
|
|
1761
|
+
export const FieldCreateDocumentFieldsTypeDateEnum$outboundSchema:
|
|
1762
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDateEnum> =
|
|
1763
|
+
FieldCreateDocumentFieldsTypeDateEnum$inboundSchema;
|
|
1962
1764
|
|
|
1963
1765
|
/** @internal */
|
|
1964
1766
|
export const FieldCreateDocumentFieldsTextAlignDate$inboundSchema:
|
|
@@ -1982,7 +1784,7 @@ export const FieldCreateDocumentFieldsFieldMetaDateRequest$inboundSchema:
|
|
|
1982
1784
|
required: z.boolean().optional(),
|
|
1983
1785
|
readOnly: z.boolean().optional(),
|
|
1984
1786
|
fontSize: z.number().default(12),
|
|
1985
|
-
type:
|
|
1787
|
+
type: FieldCreateDocumentFieldsTypeDateEnum$inboundSchema,
|
|
1986
1788
|
textAlign: FieldCreateDocumentFieldsTextAlignDate$inboundSchema.optional(),
|
|
1987
1789
|
});
|
|
1988
1790
|
/** @internal */
|
|
@@ -2008,7 +1810,7 @@ export const FieldCreateDocumentFieldsFieldMetaDateRequest$outboundSchema:
|
|
|
2008
1810
|
required: z.boolean().optional(),
|
|
2009
1811
|
readOnly: z.boolean().optional(),
|
|
2010
1812
|
fontSize: z.number().default(12),
|
|
2011
|
-
type:
|
|
1813
|
+
type: FieldCreateDocumentFieldsTypeDateEnum$outboundSchema,
|
|
2012
1814
|
textAlign: FieldCreateDocumentFieldsTextAlignDate$outboundSchema.optional(),
|
|
2013
1815
|
});
|
|
2014
1816
|
|
|
@@ -2044,7 +1846,7 @@ export const FieldCreateDocumentFieldsFieldDate$inboundSchema: z.ZodType<
|
|
|
2044
1846
|
z.ZodTypeDef,
|
|
2045
1847
|
unknown
|
|
2046
1848
|
> = z.object({
|
|
2047
|
-
type:
|
|
1849
|
+
type: z.literal("DATE"),
|
|
2048
1850
|
fieldMeta: z.lazy(() =>
|
|
2049
1851
|
FieldCreateDocumentFieldsFieldMetaDateRequest$inboundSchema
|
|
2050
1852
|
).optional(),
|
|
@@ -2057,7 +1859,7 @@ export const FieldCreateDocumentFieldsFieldDate$inboundSchema: z.ZodType<
|
|
|
2057
1859
|
});
|
|
2058
1860
|
/** @internal */
|
|
2059
1861
|
export type FieldCreateDocumentFieldsFieldDate$Outbound = {
|
|
2060
|
-
type:
|
|
1862
|
+
type: "DATE";
|
|
2061
1863
|
fieldMeta?:
|
|
2062
1864
|
| FieldCreateDocumentFieldsFieldMetaDateRequest$Outbound
|
|
2063
1865
|
| undefined;
|
|
@@ -2075,7 +1877,7 @@ export const FieldCreateDocumentFieldsFieldDate$outboundSchema: z.ZodType<
|
|
|
2075
1877
|
z.ZodTypeDef,
|
|
2076
1878
|
FieldCreateDocumentFieldsFieldDate
|
|
2077
1879
|
> = z.object({
|
|
2078
|
-
type:
|
|
1880
|
+
type: z.literal("DATE"),
|
|
2079
1881
|
fieldMeta: z.lazy(() =>
|
|
2080
1882
|
FieldCreateDocumentFieldsFieldMetaDateRequest$outboundSchema
|
|
2081
1883
|
).optional(),
|
|
@@ -2108,22 +1910,14 @@ export function fieldCreateDocumentFieldsFieldDateFromJSON(
|
|
|
2108
1910
|
}
|
|
2109
1911
|
|
|
2110
1912
|
/** @internal */
|
|
2111
|
-
export const
|
|
2112
|
-
z.ZodNativeEnum<typeof
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
export const FieldCreateDocumentFieldsTypeEmailRequest1$outboundSchema:
|
|
2116
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeEmailRequest1> =
|
|
2117
|
-
FieldCreateDocumentFieldsTypeEmailRequest1$inboundSchema;
|
|
2118
|
-
|
|
2119
|
-
/** @internal */
|
|
2120
|
-
export const FieldCreateDocumentFieldsTypeEmailRequest2$inboundSchema:
|
|
2121
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeEmailRequest2> = z
|
|
2122
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeEmailRequest2);
|
|
1913
|
+
export const FieldCreateDocumentFieldsTypeEmailEnum$inboundSchema:
|
|
1914
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeEmailEnum> = z.nativeEnum(
|
|
1915
|
+
FieldCreateDocumentFieldsTypeEmailEnum,
|
|
1916
|
+
);
|
|
2123
1917
|
/** @internal */
|
|
2124
|
-
export const
|
|
2125
|
-
z.ZodNativeEnum<typeof
|
|
2126
|
-
|
|
1918
|
+
export const FieldCreateDocumentFieldsTypeEmailEnum$outboundSchema:
|
|
1919
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeEmailEnum> =
|
|
1920
|
+
FieldCreateDocumentFieldsTypeEmailEnum$inboundSchema;
|
|
2127
1921
|
|
|
2128
1922
|
/** @internal */
|
|
2129
1923
|
export const FieldCreateDocumentFieldsTextAlignEmail$inboundSchema:
|
|
@@ -2146,7 +1940,7 @@ export const FieldCreateDocumentFieldsFieldMetaEmailRequest$inboundSchema:
|
|
|
2146
1940
|
required: z.boolean().optional(),
|
|
2147
1941
|
readOnly: z.boolean().optional(),
|
|
2148
1942
|
fontSize: z.number().default(12),
|
|
2149
|
-
type:
|
|
1943
|
+
type: FieldCreateDocumentFieldsTypeEmailEnum$inboundSchema,
|
|
2150
1944
|
textAlign: FieldCreateDocumentFieldsTextAlignEmail$inboundSchema.optional(),
|
|
2151
1945
|
});
|
|
2152
1946
|
/** @internal */
|
|
@@ -2172,7 +1966,7 @@ export const FieldCreateDocumentFieldsFieldMetaEmailRequest$outboundSchema:
|
|
|
2172
1966
|
required: z.boolean().optional(),
|
|
2173
1967
|
readOnly: z.boolean().optional(),
|
|
2174
1968
|
fontSize: z.number().default(12),
|
|
2175
|
-
type:
|
|
1969
|
+
type: FieldCreateDocumentFieldsTypeEmailEnum$outboundSchema,
|
|
2176
1970
|
textAlign: FieldCreateDocumentFieldsTextAlignEmail$outboundSchema
|
|
2177
1971
|
.optional(),
|
|
2178
1972
|
});
|
|
@@ -2209,7 +2003,7 @@ export const FieldCreateDocumentFieldsFieldEmail$inboundSchema: z.ZodType<
|
|
|
2209
2003
|
z.ZodTypeDef,
|
|
2210
2004
|
unknown
|
|
2211
2005
|
> = z.object({
|
|
2212
|
-
type:
|
|
2006
|
+
type: z.literal("EMAIL"),
|
|
2213
2007
|
fieldMeta: z.lazy(() =>
|
|
2214
2008
|
FieldCreateDocumentFieldsFieldMetaEmailRequest$inboundSchema
|
|
2215
2009
|
).optional(),
|
|
@@ -2222,7 +2016,7 @@ export const FieldCreateDocumentFieldsFieldEmail$inboundSchema: z.ZodType<
|
|
|
2222
2016
|
});
|
|
2223
2017
|
/** @internal */
|
|
2224
2018
|
export type FieldCreateDocumentFieldsFieldEmail$Outbound = {
|
|
2225
|
-
type:
|
|
2019
|
+
type: "EMAIL";
|
|
2226
2020
|
fieldMeta?:
|
|
2227
2021
|
| FieldCreateDocumentFieldsFieldMetaEmailRequest$Outbound
|
|
2228
2022
|
| undefined;
|
|
@@ -2240,7 +2034,7 @@ export const FieldCreateDocumentFieldsFieldEmail$outboundSchema: z.ZodType<
|
|
|
2240
2034
|
z.ZodTypeDef,
|
|
2241
2035
|
FieldCreateDocumentFieldsFieldEmail
|
|
2242
2036
|
> = z.object({
|
|
2243
|
-
type:
|
|
2037
|
+
type: z.literal("EMAIL"),
|
|
2244
2038
|
fieldMeta: z.lazy(() =>
|
|
2245
2039
|
FieldCreateDocumentFieldsFieldMetaEmailRequest$outboundSchema
|
|
2246
2040
|
).optional(),
|
|
@@ -2273,22 +2067,14 @@ export function fieldCreateDocumentFieldsFieldEmailFromJSON(
|
|
|
2273
2067
|
}
|
|
2274
2068
|
|
|
2275
2069
|
/** @internal */
|
|
2276
|
-
export const
|
|
2277
|
-
z.ZodNativeEnum<typeof
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
export const FieldCreateDocumentFieldsTypeNameRequest1$outboundSchema:
|
|
2281
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNameRequest1> =
|
|
2282
|
-
FieldCreateDocumentFieldsTypeNameRequest1$inboundSchema;
|
|
2283
|
-
|
|
2284
|
-
/** @internal */
|
|
2285
|
-
export const FieldCreateDocumentFieldsTypeNameRequest2$inboundSchema:
|
|
2286
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNameRequest2> = z
|
|
2287
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeNameRequest2);
|
|
2070
|
+
export const FieldCreateDocumentFieldsTypeNameEnum$inboundSchema:
|
|
2071
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNameEnum> = z.nativeEnum(
|
|
2072
|
+
FieldCreateDocumentFieldsTypeNameEnum,
|
|
2073
|
+
);
|
|
2288
2074
|
/** @internal */
|
|
2289
|
-
export const
|
|
2290
|
-
z.ZodNativeEnum<typeof
|
|
2291
|
-
|
|
2075
|
+
export const FieldCreateDocumentFieldsTypeNameEnum$outboundSchema:
|
|
2076
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNameEnum> =
|
|
2077
|
+
FieldCreateDocumentFieldsTypeNameEnum$inboundSchema;
|
|
2292
2078
|
|
|
2293
2079
|
/** @internal */
|
|
2294
2080
|
export const FieldCreateDocumentFieldsTextAlignName$inboundSchema:
|
|
@@ -2312,7 +2098,7 @@ export const FieldCreateDocumentFieldsFieldMetaNameRequest$inboundSchema:
|
|
|
2312
2098
|
required: z.boolean().optional(),
|
|
2313
2099
|
readOnly: z.boolean().optional(),
|
|
2314
2100
|
fontSize: z.number().default(12),
|
|
2315
|
-
type:
|
|
2101
|
+
type: FieldCreateDocumentFieldsTypeNameEnum$inboundSchema,
|
|
2316
2102
|
textAlign: FieldCreateDocumentFieldsTextAlignName$inboundSchema.optional(),
|
|
2317
2103
|
});
|
|
2318
2104
|
/** @internal */
|
|
@@ -2338,7 +2124,7 @@ export const FieldCreateDocumentFieldsFieldMetaNameRequest$outboundSchema:
|
|
|
2338
2124
|
required: z.boolean().optional(),
|
|
2339
2125
|
readOnly: z.boolean().optional(),
|
|
2340
2126
|
fontSize: z.number().default(12),
|
|
2341
|
-
type:
|
|
2127
|
+
type: FieldCreateDocumentFieldsTypeNameEnum$outboundSchema,
|
|
2342
2128
|
textAlign: FieldCreateDocumentFieldsTextAlignName$outboundSchema.optional(),
|
|
2343
2129
|
});
|
|
2344
2130
|
|
|
@@ -2374,7 +2160,7 @@ export const FieldCreateDocumentFieldsFieldName$inboundSchema: z.ZodType<
|
|
|
2374
2160
|
z.ZodTypeDef,
|
|
2375
2161
|
unknown
|
|
2376
2162
|
> = z.object({
|
|
2377
|
-
type:
|
|
2163
|
+
type: z.literal("NAME"),
|
|
2378
2164
|
fieldMeta: z.lazy(() =>
|
|
2379
2165
|
FieldCreateDocumentFieldsFieldMetaNameRequest$inboundSchema
|
|
2380
2166
|
).optional(),
|
|
@@ -2387,7 +2173,7 @@ export const FieldCreateDocumentFieldsFieldName$inboundSchema: z.ZodType<
|
|
|
2387
2173
|
});
|
|
2388
2174
|
/** @internal */
|
|
2389
2175
|
export type FieldCreateDocumentFieldsFieldName$Outbound = {
|
|
2390
|
-
type:
|
|
2176
|
+
type: "NAME";
|
|
2391
2177
|
fieldMeta?:
|
|
2392
2178
|
| FieldCreateDocumentFieldsFieldMetaNameRequest$Outbound
|
|
2393
2179
|
| undefined;
|
|
@@ -2405,7 +2191,7 @@ export const FieldCreateDocumentFieldsFieldName$outboundSchema: z.ZodType<
|
|
|
2405
2191
|
z.ZodTypeDef,
|
|
2406
2192
|
FieldCreateDocumentFieldsFieldName
|
|
2407
2193
|
> = z.object({
|
|
2408
|
-
type:
|
|
2194
|
+
type: z.literal("NAME"),
|
|
2409
2195
|
fieldMeta: z.lazy(() =>
|
|
2410
2196
|
FieldCreateDocumentFieldsFieldMetaNameRequest$outboundSchema
|
|
2411
2197
|
).optional(),
|
|
@@ -2438,22 +2224,13 @@ export function fieldCreateDocumentFieldsFieldNameFromJSON(
|
|
|
2438
2224
|
}
|
|
2439
2225
|
|
|
2440
2226
|
/** @internal */
|
|
2441
|
-
export const
|
|
2442
|
-
z.ZodNativeEnum<typeof
|
|
2443
|
-
.nativeEnum(
|
|
2444
|
-
/** @internal */
|
|
2445
|
-
export const FieldCreateDocumentFieldsTypeInitialsRequest1$outboundSchema:
|
|
2446
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeInitialsRequest1> =
|
|
2447
|
-
FieldCreateDocumentFieldsTypeInitialsRequest1$inboundSchema;
|
|
2448
|
-
|
|
2449
|
-
/** @internal */
|
|
2450
|
-
export const FieldCreateDocumentFieldsTypeInitialsRequest2$inboundSchema:
|
|
2451
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeInitialsRequest2> = z
|
|
2452
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeInitialsRequest2);
|
|
2227
|
+
export const FieldCreateDocumentFieldsTypeInitialsEnum$inboundSchema:
|
|
2228
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeInitialsEnum> = z
|
|
2229
|
+
.nativeEnum(FieldCreateDocumentFieldsTypeInitialsEnum);
|
|
2453
2230
|
/** @internal */
|
|
2454
|
-
export const
|
|
2455
|
-
z.ZodNativeEnum<typeof
|
|
2456
|
-
|
|
2231
|
+
export const FieldCreateDocumentFieldsTypeInitialsEnum$outboundSchema:
|
|
2232
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeInitialsEnum> =
|
|
2233
|
+
FieldCreateDocumentFieldsTypeInitialsEnum$inboundSchema;
|
|
2457
2234
|
|
|
2458
2235
|
/** @internal */
|
|
2459
2236
|
export const FieldCreateDocumentFieldsTextAlignInitials$inboundSchema:
|
|
@@ -2476,7 +2253,7 @@ export const FieldCreateDocumentFieldsFieldMetaInitialsRequest$inboundSchema:
|
|
|
2476
2253
|
required: z.boolean().optional(),
|
|
2477
2254
|
readOnly: z.boolean().optional(),
|
|
2478
2255
|
fontSize: z.number().default(12),
|
|
2479
|
-
type:
|
|
2256
|
+
type: FieldCreateDocumentFieldsTypeInitialsEnum$inboundSchema,
|
|
2480
2257
|
textAlign: FieldCreateDocumentFieldsTextAlignInitials$inboundSchema
|
|
2481
2258
|
.optional(),
|
|
2482
2259
|
});
|
|
@@ -2503,7 +2280,7 @@ export const FieldCreateDocumentFieldsFieldMetaInitialsRequest$outboundSchema:
|
|
|
2503
2280
|
required: z.boolean().optional(),
|
|
2504
2281
|
readOnly: z.boolean().optional(),
|
|
2505
2282
|
fontSize: z.number().default(12),
|
|
2506
|
-
type:
|
|
2283
|
+
type: FieldCreateDocumentFieldsTypeInitialsEnum$outboundSchema,
|
|
2507
2284
|
textAlign: FieldCreateDocumentFieldsTextAlignInitials$outboundSchema
|
|
2508
2285
|
.optional(),
|
|
2509
2286
|
});
|
|
@@ -2540,7 +2317,7 @@ export const FieldCreateDocumentFieldsFieldInitials$inboundSchema: z.ZodType<
|
|
|
2540
2317
|
z.ZodTypeDef,
|
|
2541
2318
|
unknown
|
|
2542
2319
|
> = z.object({
|
|
2543
|
-
type:
|
|
2320
|
+
type: z.literal("INITIALS"),
|
|
2544
2321
|
fieldMeta: z.lazy(() =>
|
|
2545
2322
|
FieldCreateDocumentFieldsFieldMetaInitialsRequest$inboundSchema
|
|
2546
2323
|
).optional(),
|
|
@@ -2553,7 +2330,7 @@ export const FieldCreateDocumentFieldsFieldInitials$inboundSchema: z.ZodType<
|
|
|
2553
2330
|
});
|
|
2554
2331
|
/** @internal */
|
|
2555
2332
|
export type FieldCreateDocumentFieldsFieldInitials$Outbound = {
|
|
2556
|
-
type:
|
|
2333
|
+
type: "INITIALS";
|
|
2557
2334
|
fieldMeta?:
|
|
2558
2335
|
| FieldCreateDocumentFieldsFieldMetaInitialsRequest$Outbound
|
|
2559
2336
|
| undefined;
|
|
@@ -2571,7 +2348,7 @@ export const FieldCreateDocumentFieldsFieldInitials$outboundSchema: z.ZodType<
|
|
|
2571
2348
|
z.ZodTypeDef,
|
|
2572
2349
|
FieldCreateDocumentFieldsFieldInitials
|
|
2573
2350
|
> = z.object({
|
|
2574
|
-
type:
|
|
2351
|
+
type: z.literal("INITIALS"),
|
|
2575
2352
|
fieldMeta: z.lazy(() =>
|
|
2576
2353
|
FieldCreateDocumentFieldsFieldMetaInitialsRequest$outboundSchema
|
|
2577
2354
|
).optional(),
|
|
@@ -2604,15 +2381,6 @@ export function fieldCreateDocumentFieldsFieldInitialsFromJSON(
|
|
|
2604
2381
|
);
|
|
2605
2382
|
}
|
|
2606
2383
|
|
|
2607
|
-
/** @internal */
|
|
2608
|
-
export const FieldCreateDocumentFieldsTypeFreeSignature$inboundSchema:
|
|
2609
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeFreeSignature> = z
|
|
2610
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeFreeSignature);
|
|
2611
|
-
/** @internal */
|
|
2612
|
-
export const FieldCreateDocumentFieldsTypeFreeSignature$outboundSchema:
|
|
2613
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeFreeSignature> =
|
|
2614
|
-
FieldCreateDocumentFieldsTypeFreeSignature$inboundSchema;
|
|
2615
|
-
|
|
2616
2384
|
/** @internal */
|
|
2617
2385
|
export const FieldCreateDocumentFieldsFieldFreeSignature$inboundSchema:
|
|
2618
2386
|
z.ZodType<
|
|
@@ -2620,7 +2388,7 @@ export const FieldCreateDocumentFieldsFieldFreeSignature$inboundSchema:
|
|
|
2620
2388
|
z.ZodTypeDef,
|
|
2621
2389
|
unknown
|
|
2622
2390
|
> = z.object({
|
|
2623
|
-
type:
|
|
2391
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
2624
2392
|
recipientId: z.number(),
|
|
2625
2393
|
pageNumber: z.number(),
|
|
2626
2394
|
pageX: z.number(),
|
|
@@ -2630,7 +2398,7 @@ export const FieldCreateDocumentFieldsFieldFreeSignature$inboundSchema:
|
|
|
2630
2398
|
});
|
|
2631
2399
|
/** @internal */
|
|
2632
2400
|
export type FieldCreateDocumentFieldsFieldFreeSignature$Outbound = {
|
|
2633
|
-
type:
|
|
2401
|
+
type: "FREE_SIGNATURE";
|
|
2634
2402
|
recipientId: number;
|
|
2635
2403
|
pageNumber: number;
|
|
2636
2404
|
pageX: number;
|
|
@@ -2646,7 +2414,7 @@ export const FieldCreateDocumentFieldsFieldFreeSignature$outboundSchema:
|
|
|
2646
2414
|
z.ZodTypeDef,
|
|
2647
2415
|
FieldCreateDocumentFieldsFieldFreeSignature
|
|
2648
2416
|
> = z.object({
|
|
2649
|
-
type:
|
|
2417
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
2650
2418
|
recipientId: z.number(),
|
|
2651
2419
|
pageNumber: z.number(),
|
|
2652
2420
|
pageX: z.number(),
|
|
@@ -2682,22 +2450,13 @@ export function fieldCreateDocumentFieldsFieldFreeSignatureFromJSON(
|
|
|
2682
2450
|
}
|
|
2683
2451
|
|
|
2684
2452
|
/** @internal */
|
|
2685
|
-
export const
|
|
2686
|
-
z.ZodNativeEnum<typeof
|
|
2687
|
-
.nativeEnum(
|
|
2453
|
+
export const FieldCreateDocumentFieldsTypeSignatureEnum$inboundSchema:
|
|
2454
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeSignatureEnum> = z
|
|
2455
|
+
.nativeEnum(FieldCreateDocumentFieldsTypeSignatureEnum);
|
|
2688
2456
|
/** @internal */
|
|
2689
|
-
export const
|
|
2690
|
-
z.ZodNativeEnum<typeof
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
/** @internal */
|
|
2694
|
-
export const FieldCreateDocumentFieldsTypeSignatureRequest2$inboundSchema:
|
|
2695
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeSignatureRequest2> = z
|
|
2696
|
-
.nativeEnum(FieldCreateDocumentFieldsTypeSignatureRequest2);
|
|
2697
|
-
/** @internal */
|
|
2698
|
-
export const FieldCreateDocumentFieldsTypeSignatureRequest2$outboundSchema:
|
|
2699
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeSignatureRequest2> =
|
|
2700
|
-
FieldCreateDocumentFieldsTypeSignatureRequest2$inboundSchema;
|
|
2457
|
+
export const FieldCreateDocumentFieldsTypeSignatureEnum$outboundSchema:
|
|
2458
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeSignatureEnum> =
|
|
2459
|
+
FieldCreateDocumentFieldsTypeSignatureEnum$inboundSchema;
|
|
2701
2460
|
|
|
2702
2461
|
/** @internal */
|
|
2703
2462
|
export const FieldCreateDocumentFieldsFieldMetaSignatureRequest$inboundSchema:
|
|
@@ -2711,7 +2470,7 @@ export const FieldCreateDocumentFieldsFieldMetaSignatureRequest$inboundSchema:
|
|
|
2711
2470
|
required: z.boolean().optional(),
|
|
2712
2471
|
readOnly: z.boolean().optional(),
|
|
2713
2472
|
fontSize: z.number().default(12),
|
|
2714
|
-
type:
|
|
2473
|
+
type: FieldCreateDocumentFieldsTypeSignatureEnum$inboundSchema,
|
|
2715
2474
|
});
|
|
2716
2475
|
/** @internal */
|
|
2717
2476
|
export type FieldCreateDocumentFieldsFieldMetaSignatureRequest$Outbound = {
|
|
@@ -2735,7 +2494,7 @@ export const FieldCreateDocumentFieldsFieldMetaSignatureRequest$outboundSchema:
|
|
|
2735
2494
|
required: z.boolean().optional(),
|
|
2736
2495
|
readOnly: z.boolean().optional(),
|
|
2737
2496
|
fontSize: z.number().default(12),
|
|
2738
|
-
type:
|
|
2497
|
+
type: FieldCreateDocumentFieldsTypeSignatureEnum$outboundSchema,
|
|
2739
2498
|
});
|
|
2740
2499
|
|
|
2741
2500
|
export function fieldCreateDocumentFieldsFieldMetaSignatureRequestToJSON(
|
|
@@ -2770,7 +2529,7 @@ export const FieldCreateDocumentFieldsFieldSignature$inboundSchema: z.ZodType<
|
|
|
2770
2529
|
z.ZodTypeDef,
|
|
2771
2530
|
unknown
|
|
2772
2531
|
> = z.object({
|
|
2773
|
-
type:
|
|
2532
|
+
type: z.literal("SIGNATURE"),
|
|
2774
2533
|
fieldMeta: z.lazy(() =>
|
|
2775
2534
|
FieldCreateDocumentFieldsFieldMetaSignatureRequest$inboundSchema
|
|
2776
2535
|
).optional(),
|
|
@@ -2783,7 +2542,7 @@ export const FieldCreateDocumentFieldsFieldSignature$inboundSchema: z.ZodType<
|
|
|
2783
2542
|
});
|
|
2784
2543
|
/** @internal */
|
|
2785
2544
|
export type FieldCreateDocumentFieldsFieldSignature$Outbound = {
|
|
2786
|
-
type:
|
|
2545
|
+
type: "SIGNATURE";
|
|
2787
2546
|
fieldMeta?:
|
|
2788
2547
|
| FieldCreateDocumentFieldsFieldMetaSignatureRequest$Outbound
|
|
2789
2548
|
| undefined;
|
|
@@ -2801,7 +2560,7 @@ export const FieldCreateDocumentFieldsFieldSignature$outboundSchema: z.ZodType<
|
|
|
2801
2560
|
z.ZodTypeDef,
|
|
2802
2561
|
FieldCreateDocumentFieldsFieldSignature
|
|
2803
2562
|
> = z.object({
|
|
2804
|
-
type:
|
|
2563
|
+
type: z.literal("SIGNATURE"),
|
|
2805
2564
|
fieldMeta: z.lazy(() =>
|
|
2806
2565
|
FieldCreateDocumentFieldsFieldMetaSignatureRequest$outboundSchema
|
|
2807
2566
|
).optional(),
|
|
@@ -2995,23 +2754,13 @@ export function fieldCreateDocumentFieldsRequestFromJSON(
|
|
|
2995
2754
|
}
|
|
2996
2755
|
|
|
2997
2756
|
/** @internal */
|
|
2998
|
-
export const
|
|
2999
|
-
z.ZodNativeEnum<typeof
|
|
3000
|
-
|
|
3001
|
-
);
|
|
3002
|
-
/** @internal */
|
|
3003
|
-
export const FieldCreateDocumentFieldsTypeResponse$outboundSchema:
|
|
3004
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeResponse> =
|
|
3005
|
-
FieldCreateDocumentFieldsTypeResponse$inboundSchema;
|
|
3006
|
-
|
|
3007
|
-
/** @internal */
|
|
3008
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeDropdown$inboundSchema:
|
|
3009
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDropdown> = z
|
|
3010
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeDropdown);
|
|
2757
|
+
export const FieldCreateDocumentFieldsTypeResponseEnum$inboundSchema:
|
|
2758
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeResponseEnum> = z
|
|
2759
|
+
.nativeEnum(FieldCreateDocumentFieldsTypeResponseEnum);
|
|
3011
2760
|
/** @internal */
|
|
3012
|
-
export const
|
|
3013
|
-
z.ZodNativeEnum<typeof
|
|
3014
|
-
|
|
2761
|
+
export const FieldCreateDocumentFieldsTypeResponseEnum$outboundSchema:
|
|
2762
|
+
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeResponseEnum> =
|
|
2763
|
+
FieldCreateDocumentFieldsTypeResponseEnum$inboundSchema;
|
|
3015
2764
|
|
|
3016
2765
|
/** @internal */
|
|
3017
2766
|
export const FieldCreateDocumentFieldsValueResponse3$inboundSchema: z.ZodType<
|
|
@@ -3073,7 +2822,7 @@ export const FieldCreateDocumentFieldsFieldMetaDropdownResponse$inboundSchema:
|
|
|
3073
2822
|
required: z.boolean().optional(),
|
|
3074
2823
|
readOnly: z.boolean().optional(),
|
|
3075
2824
|
fontSize: z.number().default(12),
|
|
3076
|
-
type:
|
|
2825
|
+
type: z.literal("dropdown"),
|
|
3077
2826
|
values: z.array(
|
|
3078
2827
|
z.lazy(() => FieldCreateDocumentFieldsValueResponse3$inboundSchema),
|
|
3079
2828
|
).optional(),
|
|
@@ -3086,7 +2835,7 @@ export type FieldCreateDocumentFieldsFieldMetaDropdownResponse$Outbound = {
|
|
|
3086
2835
|
required?: boolean | undefined;
|
|
3087
2836
|
readOnly?: boolean | undefined;
|
|
3088
2837
|
fontSize: number;
|
|
3089
|
-
type:
|
|
2838
|
+
type: "dropdown";
|
|
3090
2839
|
values?: Array<FieldCreateDocumentFieldsValueResponse3$Outbound> | undefined;
|
|
3091
2840
|
defaultValue?: string | undefined;
|
|
3092
2841
|
};
|
|
@@ -3103,7 +2852,7 @@ export const FieldCreateDocumentFieldsFieldMetaDropdownResponse$outboundSchema:
|
|
|
3103
2852
|
required: z.boolean().optional(),
|
|
3104
2853
|
readOnly: z.boolean().optional(),
|
|
3105
2854
|
fontSize: z.number().default(12),
|
|
3106
|
-
type:
|
|
2855
|
+
type: z.literal("dropdown"),
|
|
3107
2856
|
values: z.array(
|
|
3108
2857
|
z.lazy(() => FieldCreateDocumentFieldsValueResponse3$outboundSchema),
|
|
3109
2858
|
).optional(),
|
|
@@ -3136,15 +2885,6 @@ export function fieldCreateDocumentFieldsFieldMetaDropdownResponseFromJSON(
|
|
|
3136
2885
|
);
|
|
3137
2886
|
}
|
|
3138
2887
|
|
|
3139
|
-
/** @internal */
|
|
3140
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeCheckbox$inboundSchema:
|
|
3141
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeCheckbox> = z
|
|
3142
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeCheckbox);
|
|
3143
|
-
/** @internal */
|
|
3144
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeCheckbox$outboundSchema:
|
|
3145
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeCheckbox> =
|
|
3146
|
-
FieldCreateDocumentFieldsFieldMetaTypeCheckbox$inboundSchema;
|
|
3147
|
-
|
|
3148
2888
|
/** @internal */
|
|
3149
2889
|
export const FieldCreateDocumentFieldsValueResponse2$inboundSchema: z.ZodType<
|
|
3150
2890
|
FieldCreateDocumentFieldsValueResponse2,
|
|
@@ -3220,7 +2960,7 @@ export const FieldCreateDocumentFieldsFieldMetaCheckboxResponse$inboundSchema:
|
|
|
3220
2960
|
required: z.boolean().optional(),
|
|
3221
2961
|
readOnly: z.boolean().optional(),
|
|
3222
2962
|
fontSize: z.number().default(12),
|
|
3223
|
-
type:
|
|
2963
|
+
type: z.literal("checkbox"),
|
|
3224
2964
|
values: z.array(
|
|
3225
2965
|
z.lazy(() => FieldCreateDocumentFieldsValueResponse2$inboundSchema),
|
|
3226
2966
|
).optional(),
|
|
@@ -3236,7 +2976,7 @@ export type FieldCreateDocumentFieldsFieldMetaCheckboxResponse$Outbound = {
|
|
|
3236
2976
|
required?: boolean | undefined;
|
|
3237
2977
|
readOnly?: boolean | undefined;
|
|
3238
2978
|
fontSize: number;
|
|
3239
|
-
type:
|
|
2979
|
+
type: "checkbox";
|
|
3240
2980
|
values?: Array<FieldCreateDocumentFieldsValueResponse2$Outbound> | undefined;
|
|
3241
2981
|
validationRule?: string | undefined;
|
|
3242
2982
|
validationLength?: number | undefined;
|
|
@@ -3255,7 +2995,7 @@ export const FieldCreateDocumentFieldsFieldMetaCheckboxResponse$outboundSchema:
|
|
|
3255
2995
|
required: z.boolean().optional(),
|
|
3256
2996
|
readOnly: z.boolean().optional(),
|
|
3257
2997
|
fontSize: z.number().default(12),
|
|
3258
|
-
type:
|
|
2998
|
+
type: z.literal("checkbox"),
|
|
3259
2999
|
values: z.array(
|
|
3260
3000
|
z.lazy(() => FieldCreateDocumentFieldsValueResponse2$outboundSchema),
|
|
3261
3001
|
).optional(),
|
|
@@ -3291,15 +3031,6 @@ export function fieldCreateDocumentFieldsFieldMetaCheckboxResponseFromJSON(
|
|
|
3291
3031
|
);
|
|
3292
3032
|
}
|
|
3293
3033
|
|
|
3294
|
-
/** @internal */
|
|
3295
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeRadio$inboundSchema:
|
|
3296
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeRadio> = z
|
|
3297
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeRadio);
|
|
3298
|
-
/** @internal */
|
|
3299
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeRadio$outboundSchema:
|
|
3300
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeRadio> =
|
|
3301
|
-
FieldCreateDocumentFieldsFieldMetaTypeRadio$inboundSchema;
|
|
3302
|
-
|
|
3303
3034
|
/** @internal */
|
|
3304
3035
|
export const FieldCreateDocumentFieldsValueResponse1$inboundSchema: z.ZodType<
|
|
3305
3036
|
FieldCreateDocumentFieldsValueResponse1,
|
|
@@ -3375,7 +3106,7 @@ export const FieldCreateDocumentFieldsFieldMetaRadioResponse$inboundSchema:
|
|
|
3375
3106
|
required: z.boolean().optional(),
|
|
3376
3107
|
readOnly: z.boolean().optional(),
|
|
3377
3108
|
fontSize: z.number().default(12),
|
|
3378
|
-
type:
|
|
3109
|
+
type: z.literal("radio"),
|
|
3379
3110
|
values: z.array(
|
|
3380
3111
|
z.lazy(() => FieldCreateDocumentFieldsValueResponse1$inboundSchema),
|
|
3381
3112
|
).optional(),
|
|
@@ -3389,7 +3120,7 @@ export type FieldCreateDocumentFieldsFieldMetaRadioResponse$Outbound = {
|
|
|
3389
3120
|
required?: boolean | undefined;
|
|
3390
3121
|
readOnly?: boolean | undefined;
|
|
3391
3122
|
fontSize: number;
|
|
3392
|
-
type:
|
|
3123
|
+
type: "radio";
|
|
3393
3124
|
values?: Array<FieldCreateDocumentFieldsValueResponse1$Outbound> | undefined;
|
|
3394
3125
|
direction: string;
|
|
3395
3126
|
};
|
|
@@ -3406,7 +3137,7 @@ export const FieldCreateDocumentFieldsFieldMetaRadioResponse$outboundSchema:
|
|
|
3406
3137
|
required: z.boolean().optional(),
|
|
3407
3138
|
readOnly: z.boolean().optional(),
|
|
3408
3139
|
fontSize: z.number().default(12),
|
|
3409
|
-
type:
|
|
3140
|
+
type: z.literal("radio"),
|
|
3410
3141
|
values: z.array(
|
|
3411
3142
|
z.lazy(() => FieldCreateDocumentFieldsValueResponse1$outboundSchema),
|
|
3412
3143
|
).optional(),
|
|
@@ -3440,15 +3171,6 @@ export function fieldCreateDocumentFieldsFieldMetaRadioResponseFromJSON(
|
|
|
3440
3171
|
);
|
|
3441
3172
|
}
|
|
3442
3173
|
|
|
3443
|
-
/** @internal */
|
|
3444
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeNumber$inboundSchema:
|
|
3445
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeNumber> = z
|
|
3446
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeNumber);
|
|
3447
|
-
/** @internal */
|
|
3448
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeNumber$outboundSchema:
|
|
3449
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeNumber> =
|
|
3450
|
-
FieldCreateDocumentFieldsFieldMetaTypeNumber$inboundSchema;
|
|
3451
|
-
|
|
3452
3174
|
/** @internal */
|
|
3453
3175
|
export const FieldCreateDocumentFieldsTextAlignResponse6$inboundSchema:
|
|
3454
3176
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse6> = z
|
|
@@ -3479,7 +3201,7 @@ export const FieldCreateDocumentFieldsFieldMetaNumberResponse$inboundSchema:
|
|
|
3479
3201
|
required: z.boolean().optional(),
|
|
3480
3202
|
readOnly: z.boolean().optional(),
|
|
3481
3203
|
fontSize: z.number().default(12),
|
|
3482
|
-
type:
|
|
3204
|
+
type: z.literal("number"),
|
|
3483
3205
|
numberFormat: z.nullable(z.string()).optional(),
|
|
3484
3206
|
value: z.string().optional(),
|
|
3485
3207
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -3499,7 +3221,7 @@ export type FieldCreateDocumentFieldsFieldMetaNumberResponse$Outbound = {
|
|
|
3499
3221
|
required?: boolean | undefined;
|
|
3500
3222
|
readOnly?: boolean | undefined;
|
|
3501
3223
|
fontSize: number;
|
|
3502
|
-
type:
|
|
3224
|
+
type: "number";
|
|
3503
3225
|
numberFormat?: string | null | undefined;
|
|
3504
3226
|
value?: string | undefined;
|
|
3505
3227
|
minValue?: number | null | undefined;
|
|
@@ -3522,7 +3244,7 @@ export const FieldCreateDocumentFieldsFieldMetaNumberResponse$outboundSchema:
|
|
|
3522
3244
|
required: z.boolean().optional(),
|
|
3523
3245
|
readOnly: z.boolean().optional(),
|
|
3524
3246
|
fontSize: z.number().default(12),
|
|
3525
|
-
type:
|
|
3247
|
+
type: z.literal("number"),
|
|
3526
3248
|
numberFormat: z.nullable(z.string()).optional(),
|
|
3527
3249
|
value: z.string().optional(),
|
|
3528
3250
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -3562,15 +3284,6 @@ export function fieldCreateDocumentFieldsFieldMetaNumberResponseFromJSON(
|
|
|
3562
3284
|
);
|
|
3563
3285
|
}
|
|
3564
3286
|
|
|
3565
|
-
/** @internal */
|
|
3566
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeText$inboundSchema:
|
|
3567
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeText> = z
|
|
3568
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeText);
|
|
3569
|
-
/** @internal */
|
|
3570
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeText$outboundSchema:
|
|
3571
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeText> =
|
|
3572
|
-
FieldCreateDocumentFieldsFieldMetaTypeText$inboundSchema;
|
|
3573
|
-
|
|
3574
3287
|
/** @internal */
|
|
3575
3288
|
export const FieldCreateDocumentFieldsTextAlignResponse5$inboundSchema:
|
|
3576
3289
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse5> = z
|
|
@@ -3601,7 +3314,7 @@ export const FieldCreateDocumentFieldsFieldMetaTextResponse$inboundSchema:
|
|
|
3601
3314
|
required: z.boolean().optional(),
|
|
3602
3315
|
readOnly: z.boolean().optional(),
|
|
3603
3316
|
fontSize: z.number().default(12),
|
|
3604
|
-
type:
|
|
3317
|
+
type: z.literal("text"),
|
|
3605
3318
|
text: z.string().optional(),
|
|
3606
3319
|
characterLimit: z.number().optional(),
|
|
3607
3320
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse5$inboundSchema
|
|
@@ -3619,7 +3332,7 @@ export type FieldCreateDocumentFieldsFieldMetaTextResponse$Outbound = {
|
|
|
3619
3332
|
required?: boolean | undefined;
|
|
3620
3333
|
readOnly?: boolean | undefined;
|
|
3621
3334
|
fontSize: number;
|
|
3622
|
-
type:
|
|
3335
|
+
type: "text";
|
|
3623
3336
|
text?: string | undefined;
|
|
3624
3337
|
characterLimit?: number | undefined;
|
|
3625
3338
|
textAlign?: string | undefined;
|
|
@@ -3640,7 +3353,7 @@ export const FieldCreateDocumentFieldsFieldMetaTextResponse$outboundSchema:
|
|
|
3640
3353
|
required: z.boolean().optional(),
|
|
3641
3354
|
readOnly: z.boolean().optional(),
|
|
3642
3355
|
fontSize: z.number().default(12),
|
|
3643
|
-
type:
|
|
3356
|
+
type: z.literal("text"),
|
|
3644
3357
|
text: z.string().optional(),
|
|
3645
3358
|
characterLimit: z.number().optional(),
|
|
3646
3359
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse5$outboundSchema
|
|
@@ -3678,15 +3391,6 @@ export function fieldCreateDocumentFieldsFieldMetaTextResponseFromJSON(
|
|
|
3678
3391
|
);
|
|
3679
3392
|
}
|
|
3680
3393
|
|
|
3681
|
-
/** @internal */
|
|
3682
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeDate$inboundSchema:
|
|
3683
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDate> = z
|
|
3684
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeDate);
|
|
3685
|
-
/** @internal */
|
|
3686
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeDate$outboundSchema:
|
|
3687
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDate> =
|
|
3688
|
-
FieldCreateDocumentFieldsFieldMetaTypeDate$inboundSchema;
|
|
3689
|
-
|
|
3690
3394
|
/** @internal */
|
|
3691
3395
|
export const FieldCreateDocumentFieldsTextAlignResponse4$inboundSchema:
|
|
3692
3396
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse4> = z
|
|
@@ -3708,7 +3412,7 @@ export const FieldCreateDocumentFieldsFieldMetaDateResponse$inboundSchema:
|
|
|
3708
3412
|
required: z.boolean().optional(),
|
|
3709
3413
|
readOnly: z.boolean().optional(),
|
|
3710
3414
|
fontSize: z.number().default(12),
|
|
3711
|
-
type:
|
|
3415
|
+
type: z.literal("date"),
|
|
3712
3416
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse4$inboundSchema
|
|
3713
3417
|
.optional(),
|
|
3714
3418
|
});
|
|
@@ -3719,7 +3423,7 @@ export type FieldCreateDocumentFieldsFieldMetaDateResponse$Outbound = {
|
|
|
3719
3423
|
required?: boolean | undefined;
|
|
3720
3424
|
readOnly?: boolean | undefined;
|
|
3721
3425
|
fontSize: number;
|
|
3722
|
-
type:
|
|
3426
|
+
type: "date";
|
|
3723
3427
|
textAlign?: string | undefined;
|
|
3724
3428
|
};
|
|
3725
3429
|
|
|
@@ -3735,7 +3439,7 @@ export const FieldCreateDocumentFieldsFieldMetaDateResponse$outboundSchema:
|
|
|
3735
3439
|
required: z.boolean().optional(),
|
|
3736
3440
|
readOnly: z.boolean().optional(),
|
|
3737
3441
|
fontSize: z.number().default(12),
|
|
3738
|
-
type:
|
|
3442
|
+
type: z.literal("date"),
|
|
3739
3443
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse4$outboundSchema
|
|
3740
3444
|
.optional(),
|
|
3741
3445
|
});
|
|
@@ -3766,15 +3470,6 @@ export function fieldCreateDocumentFieldsFieldMetaDateResponseFromJSON(
|
|
|
3766
3470
|
);
|
|
3767
3471
|
}
|
|
3768
3472
|
|
|
3769
|
-
/** @internal */
|
|
3770
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeEmail$inboundSchema:
|
|
3771
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeEmail> = z
|
|
3772
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeEmail);
|
|
3773
|
-
/** @internal */
|
|
3774
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeEmail$outboundSchema:
|
|
3775
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeEmail> =
|
|
3776
|
-
FieldCreateDocumentFieldsFieldMetaTypeEmail$inboundSchema;
|
|
3777
|
-
|
|
3778
3473
|
/** @internal */
|
|
3779
3474
|
export const FieldCreateDocumentFieldsTextAlignResponse3$inboundSchema:
|
|
3780
3475
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse3> = z
|
|
@@ -3796,7 +3491,7 @@ export const FieldCreateDocumentFieldsFieldMetaEmailResponse$inboundSchema:
|
|
|
3796
3491
|
required: z.boolean().optional(),
|
|
3797
3492
|
readOnly: z.boolean().optional(),
|
|
3798
3493
|
fontSize: z.number().default(12),
|
|
3799
|
-
type:
|
|
3494
|
+
type: z.literal("email"),
|
|
3800
3495
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse3$inboundSchema
|
|
3801
3496
|
.optional(),
|
|
3802
3497
|
});
|
|
@@ -3807,7 +3502,7 @@ export type FieldCreateDocumentFieldsFieldMetaEmailResponse$Outbound = {
|
|
|
3807
3502
|
required?: boolean | undefined;
|
|
3808
3503
|
readOnly?: boolean | undefined;
|
|
3809
3504
|
fontSize: number;
|
|
3810
|
-
type:
|
|
3505
|
+
type: "email";
|
|
3811
3506
|
textAlign?: string | undefined;
|
|
3812
3507
|
};
|
|
3813
3508
|
|
|
@@ -3823,7 +3518,7 @@ export const FieldCreateDocumentFieldsFieldMetaEmailResponse$outboundSchema:
|
|
|
3823
3518
|
required: z.boolean().optional(),
|
|
3824
3519
|
readOnly: z.boolean().optional(),
|
|
3825
3520
|
fontSize: z.number().default(12),
|
|
3826
|
-
type:
|
|
3521
|
+
type: z.literal("email"),
|
|
3827
3522
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse3$outboundSchema
|
|
3828
3523
|
.optional(),
|
|
3829
3524
|
});
|
|
@@ -3854,15 +3549,6 @@ export function fieldCreateDocumentFieldsFieldMetaEmailResponseFromJSON(
|
|
|
3854
3549
|
);
|
|
3855
3550
|
}
|
|
3856
3551
|
|
|
3857
|
-
/** @internal */
|
|
3858
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeName$inboundSchema:
|
|
3859
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeName> = z
|
|
3860
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeName);
|
|
3861
|
-
/** @internal */
|
|
3862
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeName$outboundSchema:
|
|
3863
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeName> =
|
|
3864
|
-
FieldCreateDocumentFieldsFieldMetaTypeName$inboundSchema;
|
|
3865
|
-
|
|
3866
3552
|
/** @internal */
|
|
3867
3553
|
export const FieldCreateDocumentFieldsTextAlignResponse2$inboundSchema:
|
|
3868
3554
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse2> = z
|
|
@@ -3884,7 +3570,7 @@ export const FieldCreateDocumentFieldsFieldMetaNameResponse$inboundSchema:
|
|
|
3884
3570
|
required: z.boolean().optional(),
|
|
3885
3571
|
readOnly: z.boolean().optional(),
|
|
3886
3572
|
fontSize: z.number().default(12),
|
|
3887
|
-
type:
|
|
3573
|
+
type: z.literal("name"),
|
|
3888
3574
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse2$inboundSchema
|
|
3889
3575
|
.optional(),
|
|
3890
3576
|
});
|
|
@@ -3895,7 +3581,7 @@ export type FieldCreateDocumentFieldsFieldMetaNameResponse$Outbound = {
|
|
|
3895
3581
|
required?: boolean | undefined;
|
|
3896
3582
|
readOnly?: boolean | undefined;
|
|
3897
3583
|
fontSize: number;
|
|
3898
|
-
type:
|
|
3584
|
+
type: "name";
|
|
3899
3585
|
textAlign?: string | undefined;
|
|
3900
3586
|
};
|
|
3901
3587
|
|
|
@@ -3911,7 +3597,7 @@ export const FieldCreateDocumentFieldsFieldMetaNameResponse$outboundSchema:
|
|
|
3911
3597
|
required: z.boolean().optional(),
|
|
3912
3598
|
readOnly: z.boolean().optional(),
|
|
3913
3599
|
fontSize: z.number().default(12),
|
|
3914
|
-
type:
|
|
3600
|
+
type: z.literal("name"),
|
|
3915
3601
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse2$outboundSchema
|
|
3916
3602
|
.optional(),
|
|
3917
3603
|
});
|
|
@@ -3942,15 +3628,6 @@ export function fieldCreateDocumentFieldsFieldMetaNameResponseFromJSON(
|
|
|
3942
3628
|
);
|
|
3943
3629
|
}
|
|
3944
3630
|
|
|
3945
|
-
/** @internal */
|
|
3946
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeInitials$inboundSchema:
|
|
3947
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeInitials> = z
|
|
3948
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeInitials);
|
|
3949
|
-
/** @internal */
|
|
3950
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeInitials$outboundSchema:
|
|
3951
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeInitials> =
|
|
3952
|
-
FieldCreateDocumentFieldsFieldMetaTypeInitials$inboundSchema;
|
|
3953
|
-
|
|
3954
3631
|
/** @internal */
|
|
3955
3632
|
export const FieldCreateDocumentFieldsTextAlignResponse1$inboundSchema:
|
|
3956
3633
|
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse1> = z
|
|
@@ -3972,7 +3649,7 @@ export const FieldCreateDocumentFieldsFieldMetaInitialsResponse$inboundSchema:
|
|
|
3972
3649
|
required: z.boolean().optional(),
|
|
3973
3650
|
readOnly: z.boolean().optional(),
|
|
3974
3651
|
fontSize: z.number().default(12),
|
|
3975
|
-
type:
|
|
3652
|
+
type: z.literal("initials"),
|
|
3976
3653
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse1$inboundSchema
|
|
3977
3654
|
.optional(),
|
|
3978
3655
|
});
|
|
@@ -3983,7 +3660,7 @@ export type FieldCreateDocumentFieldsFieldMetaInitialsResponse$Outbound = {
|
|
|
3983
3660
|
required?: boolean | undefined;
|
|
3984
3661
|
readOnly?: boolean | undefined;
|
|
3985
3662
|
fontSize: number;
|
|
3986
|
-
type:
|
|
3663
|
+
type: "initials";
|
|
3987
3664
|
textAlign?: string | undefined;
|
|
3988
3665
|
};
|
|
3989
3666
|
|
|
@@ -3999,7 +3676,7 @@ export const FieldCreateDocumentFieldsFieldMetaInitialsResponse$outboundSchema:
|
|
|
3999
3676
|
required: z.boolean().optional(),
|
|
4000
3677
|
readOnly: z.boolean().optional(),
|
|
4001
3678
|
fontSize: z.number().default(12),
|
|
4002
|
-
type:
|
|
3679
|
+
type: z.literal("initials"),
|
|
4003
3680
|
textAlign: FieldCreateDocumentFieldsTextAlignResponse1$outboundSchema
|
|
4004
3681
|
.optional(),
|
|
4005
3682
|
});
|
|
@@ -4030,15 +3707,6 @@ export function fieldCreateDocumentFieldsFieldMetaInitialsResponseFromJSON(
|
|
|
4030
3707
|
);
|
|
4031
3708
|
}
|
|
4032
3709
|
|
|
4033
|
-
/** @internal */
|
|
4034
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeSignature$inboundSchema:
|
|
4035
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeSignature> = z
|
|
4036
|
-
.nativeEnum(FieldCreateDocumentFieldsFieldMetaTypeSignature);
|
|
4037
|
-
/** @internal */
|
|
4038
|
-
export const FieldCreateDocumentFieldsFieldMetaTypeSignature$outboundSchema:
|
|
4039
|
-
z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeSignature> =
|
|
4040
|
-
FieldCreateDocumentFieldsFieldMetaTypeSignature$inboundSchema;
|
|
4041
|
-
|
|
4042
3710
|
/** @internal */
|
|
4043
3711
|
export const FieldCreateDocumentFieldsFieldMetaSignatureResponse$inboundSchema:
|
|
4044
3712
|
z.ZodType<
|
|
@@ -4051,7 +3719,7 @@ export const FieldCreateDocumentFieldsFieldMetaSignatureResponse$inboundSchema:
|
|
|
4051
3719
|
required: z.boolean().optional(),
|
|
4052
3720
|
readOnly: z.boolean().optional(),
|
|
4053
3721
|
fontSize: z.number().default(12),
|
|
4054
|
-
type:
|
|
3722
|
+
type: z.literal("signature"),
|
|
4055
3723
|
});
|
|
4056
3724
|
/** @internal */
|
|
4057
3725
|
export type FieldCreateDocumentFieldsFieldMetaSignatureResponse$Outbound = {
|
|
@@ -4060,7 +3728,7 @@ export type FieldCreateDocumentFieldsFieldMetaSignatureResponse$Outbound = {
|
|
|
4060
3728
|
required?: boolean | undefined;
|
|
4061
3729
|
readOnly?: boolean | undefined;
|
|
4062
3730
|
fontSize: number;
|
|
4063
|
-
type:
|
|
3731
|
+
type: "signature";
|
|
4064
3732
|
};
|
|
4065
3733
|
|
|
4066
3734
|
/** @internal */
|
|
@@ -4075,7 +3743,7 @@ export const FieldCreateDocumentFieldsFieldMetaSignatureResponse$outboundSchema:
|
|
|
4075
3743
|
required: z.boolean().optional(),
|
|
4076
3744
|
readOnly: z.boolean().optional(),
|
|
4077
3745
|
fontSize: z.number().default(12),
|
|
4078
|
-
type:
|
|
3746
|
+
type: z.literal("signature"),
|
|
4079
3747
|
});
|
|
4080
3748
|
|
|
4081
3749
|
export function fieldCreateDocumentFieldsFieldMetaSignatureResponseToJSON(
|
|
@@ -4202,7 +3870,7 @@ export const FieldCreateDocumentFieldsFieldResponse$inboundSchema: z.ZodType<
|
|
|
4202
3870
|
> = z.object({
|
|
4203
3871
|
envelopeId: z.string(),
|
|
4204
3872
|
envelopeItemId: z.string(),
|
|
4205
|
-
type:
|
|
3873
|
+
type: FieldCreateDocumentFieldsTypeResponseEnum$inboundSchema,
|
|
4206
3874
|
id: z.number(),
|
|
4207
3875
|
secondaryId: z.string(),
|
|
4208
3876
|
recipientId: z.number(),
|
|
@@ -4289,7 +3957,7 @@ export const FieldCreateDocumentFieldsFieldResponse$outboundSchema: z.ZodType<
|
|
|
4289
3957
|
> = z.object({
|
|
4290
3958
|
envelopeId: z.string(),
|
|
4291
3959
|
envelopeItemId: z.string(),
|
|
4292
|
-
type:
|
|
3960
|
+
type: FieldCreateDocumentFieldsTypeResponseEnum$outboundSchema,
|
|
4293
3961
|
id: z.number(),
|
|
4294
3962
|
secondaryId: z.string(),
|
|
4295
3963
|
recipientId: z.number(),
|