@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
|
@@ -70,18 +70,11 @@ export type DocumentCreateDocumentTemporaryActionAuthRequest = ClosedEnum<
|
|
|
70
70
|
typeof DocumentCreateDocumentTemporaryActionAuthRequest
|
|
71
71
|
>;
|
|
72
72
|
|
|
73
|
-
export const
|
|
74
|
-
Dropdown: "DROPDOWN",
|
|
75
|
-
} as const;
|
|
76
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeDropdown1 = ClosedEnum<
|
|
77
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeDropdown1
|
|
78
|
-
>;
|
|
79
|
-
|
|
80
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeDropdown2 = {
|
|
73
|
+
export const DocumentCreateDocumentTemporaryTypeDropdownEnum = {
|
|
81
74
|
Dropdown: "dropdown",
|
|
82
75
|
} as const;
|
|
83
|
-
export type
|
|
84
|
-
typeof
|
|
76
|
+
export type DocumentCreateDocumentTemporaryTypeDropdownEnum = ClosedEnum<
|
|
77
|
+
typeof DocumentCreateDocumentTemporaryTypeDropdownEnum
|
|
85
78
|
>;
|
|
86
79
|
|
|
87
80
|
export type DocumentCreateDocumentTemporaryValueDropdown = {
|
|
@@ -94,13 +87,13 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaDropdown = {
|
|
|
94
87
|
required?: boolean | undefined;
|
|
95
88
|
readOnly?: boolean | undefined;
|
|
96
89
|
fontSize?: number | undefined;
|
|
97
|
-
type:
|
|
90
|
+
type: DocumentCreateDocumentTemporaryTypeDropdownEnum;
|
|
98
91
|
values?: Array<DocumentCreateDocumentTemporaryValueDropdown> | undefined;
|
|
99
92
|
defaultValue?: string | undefined;
|
|
100
93
|
};
|
|
101
94
|
|
|
102
95
|
export type DocumentCreateDocumentTemporaryFieldDropdown = {
|
|
103
|
-
type:
|
|
96
|
+
type: "DROPDOWN";
|
|
104
97
|
fieldMeta?:
|
|
105
98
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaDropdown
|
|
106
99
|
| undefined;
|
|
@@ -111,18 +104,11 @@ export type DocumentCreateDocumentTemporaryFieldDropdown = {
|
|
|
111
104
|
height: number;
|
|
112
105
|
};
|
|
113
106
|
|
|
114
|
-
export const
|
|
115
|
-
Checkbox: "CHECKBOX",
|
|
116
|
-
} as const;
|
|
117
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeCheckbox1 = ClosedEnum<
|
|
118
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeCheckbox1
|
|
119
|
-
>;
|
|
120
|
-
|
|
121
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeCheckbox2 = {
|
|
107
|
+
export const DocumentCreateDocumentTemporaryTypeCheckboxEnum = {
|
|
122
108
|
Checkbox: "checkbox",
|
|
123
109
|
} as const;
|
|
124
|
-
export type
|
|
125
|
-
typeof
|
|
110
|
+
export type DocumentCreateDocumentTemporaryTypeCheckboxEnum = ClosedEnum<
|
|
111
|
+
typeof DocumentCreateDocumentTemporaryTypeCheckboxEnum
|
|
126
112
|
>;
|
|
127
113
|
|
|
128
114
|
export type DocumentCreateDocumentTemporaryValueCheckbox = {
|
|
@@ -145,7 +131,7 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaCheckbox = {
|
|
|
145
131
|
required?: boolean | undefined;
|
|
146
132
|
readOnly?: boolean | undefined;
|
|
147
133
|
fontSize?: number | undefined;
|
|
148
|
-
type:
|
|
134
|
+
type: DocumentCreateDocumentTemporaryTypeCheckboxEnum;
|
|
149
135
|
values?: Array<DocumentCreateDocumentTemporaryValueCheckbox> | undefined;
|
|
150
136
|
validationRule?: string | undefined;
|
|
151
137
|
validationLength?: number | undefined;
|
|
@@ -153,7 +139,7 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaCheckbox = {
|
|
|
153
139
|
};
|
|
154
140
|
|
|
155
141
|
export type DocumentCreateDocumentTemporaryFieldCheckbox = {
|
|
156
|
-
type:
|
|
142
|
+
type: "CHECKBOX";
|
|
157
143
|
fieldMeta?:
|
|
158
144
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaCheckbox
|
|
159
145
|
| undefined;
|
|
@@ -164,18 +150,11 @@ export type DocumentCreateDocumentTemporaryFieldCheckbox = {
|
|
|
164
150
|
height: number;
|
|
165
151
|
};
|
|
166
152
|
|
|
167
|
-
export const
|
|
168
|
-
Radio: "RADIO",
|
|
169
|
-
} as const;
|
|
170
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeRadio1 = ClosedEnum<
|
|
171
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeRadio1
|
|
172
|
-
>;
|
|
173
|
-
|
|
174
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeRadio2 = {
|
|
153
|
+
export const DocumentCreateDocumentTemporaryTypeRadioEnum = {
|
|
175
154
|
Radio: "radio",
|
|
176
155
|
} as const;
|
|
177
|
-
export type
|
|
178
|
-
typeof
|
|
156
|
+
export type DocumentCreateDocumentTemporaryTypeRadioEnum = ClosedEnum<
|
|
157
|
+
typeof DocumentCreateDocumentTemporaryTypeRadioEnum
|
|
179
158
|
>;
|
|
180
159
|
|
|
181
160
|
export type DocumentCreateDocumentTemporaryValueRadio = {
|
|
@@ -198,13 +177,13 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaRadio = {
|
|
|
198
177
|
required?: boolean | undefined;
|
|
199
178
|
readOnly?: boolean | undefined;
|
|
200
179
|
fontSize?: number | undefined;
|
|
201
|
-
type:
|
|
180
|
+
type: DocumentCreateDocumentTemporaryTypeRadioEnum;
|
|
202
181
|
values?: Array<DocumentCreateDocumentTemporaryValueRadio> | undefined;
|
|
203
182
|
direction?: DocumentCreateDocumentTemporaryDirectionRadio | undefined;
|
|
204
183
|
};
|
|
205
184
|
|
|
206
185
|
export type DocumentCreateDocumentTemporaryFieldRadio = {
|
|
207
|
-
type:
|
|
186
|
+
type: "RADIO";
|
|
208
187
|
fieldMeta?:
|
|
209
188
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaRadio
|
|
210
189
|
| undefined;
|
|
@@ -215,18 +194,11 @@ export type DocumentCreateDocumentTemporaryFieldRadio = {
|
|
|
215
194
|
height: number;
|
|
216
195
|
};
|
|
217
196
|
|
|
218
|
-
export const
|
|
219
|
-
Number: "NUMBER",
|
|
220
|
-
} as const;
|
|
221
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeNumber1 = ClosedEnum<
|
|
222
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeNumber1
|
|
223
|
-
>;
|
|
224
|
-
|
|
225
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeNumber2 = {
|
|
197
|
+
export const DocumentCreateDocumentTemporaryTypeNumberEnum = {
|
|
226
198
|
Number: "number",
|
|
227
199
|
} as const;
|
|
228
|
-
export type
|
|
229
|
-
typeof
|
|
200
|
+
export type DocumentCreateDocumentTemporaryTypeNumberEnum = ClosedEnum<
|
|
201
|
+
typeof DocumentCreateDocumentTemporaryTypeNumberEnum
|
|
230
202
|
>;
|
|
231
203
|
|
|
232
204
|
export const DocumentCreateDocumentTemporaryTextAlignNumber = {
|
|
@@ -253,7 +225,7 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaNumber = {
|
|
|
253
225
|
required?: boolean | undefined;
|
|
254
226
|
readOnly?: boolean | undefined;
|
|
255
227
|
fontSize?: number | undefined;
|
|
256
|
-
type:
|
|
228
|
+
type: DocumentCreateDocumentTemporaryTypeNumberEnum;
|
|
257
229
|
numberFormat?: string | null | undefined;
|
|
258
230
|
value?: string | undefined;
|
|
259
231
|
minValue?: number | null | undefined;
|
|
@@ -268,7 +240,7 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaNumber = {
|
|
|
268
240
|
};
|
|
269
241
|
|
|
270
242
|
export type DocumentCreateDocumentTemporaryFieldNumber = {
|
|
271
|
-
type:
|
|
243
|
+
type: "NUMBER";
|
|
272
244
|
fieldMeta?:
|
|
273
245
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaNumber
|
|
274
246
|
| undefined;
|
|
@@ -279,18 +251,11 @@ export type DocumentCreateDocumentTemporaryFieldNumber = {
|
|
|
279
251
|
height: number;
|
|
280
252
|
};
|
|
281
253
|
|
|
282
|
-
export const
|
|
283
|
-
Text: "TEXT",
|
|
284
|
-
} as const;
|
|
285
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeText1 = ClosedEnum<
|
|
286
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeText1
|
|
287
|
-
>;
|
|
288
|
-
|
|
289
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeText2 = {
|
|
254
|
+
export const DocumentCreateDocumentTemporaryTypeTextEnum = {
|
|
290
255
|
Text: "text",
|
|
291
256
|
} as const;
|
|
292
|
-
export type
|
|
293
|
-
typeof
|
|
257
|
+
export type DocumentCreateDocumentTemporaryTypeTextEnum = ClosedEnum<
|
|
258
|
+
typeof DocumentCreateDocumentTemporaryTypeTextEnum
|
|
294
259
|
>;
|
|
295
260
|
|
|
296
261
|
export const DocumentCreateDocumentTemporaryTextAlignText = {
|
|
@@ -317,7 +282,7 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaText = {
|
|
|
317
282
|
required?: boolean | undefined;
|
|
318
283
|
readOnly?: boolean | undefined;
|
|
319
284
|
fontSize?: number | undefined;
|
|
320
|
-
type:
|
|
285
|
+
type: DocumentCreateDocumentTemporaryTypeTextEnum;
|
|
321
286
|
text?: string | undefined;
|
|
322
287
|
characterLimit?: number | undefined;
|
|
323
288
|
textAlign?: DocumentCreateDocumentTemporaryTextAlignText | undefined;
|
|
@@ -330,7 +295,7 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaText = {
|
|
|
330
295
|
};
|
|
331
296
|
|
|
332
297
|
export type DocumentCreateDocumentTemporaryFieldText = {
|
|
333
|
-
type:
|
|
298
|
+
type: "TEXT";
|
|
334
299
|
fieldMeta?: DocumentCreateDocumentTemporaryRecipientFieldMetaText | undefined;
|
|
335
300
|
pageNumber: number;
|
|
336
301
|
pageX: number;
|
|
@@ -339,18 +304,11 @@ export type DocumentCreateDocumentTemporaryFieldText = {
|
|
|
339
304
|
height: number;
|
|
340
305
|
};
|
|
341
306
|
|
|
342
|
-
export const
|
|
343
|
-
Date: "DATE",
|
|
344
|
-
} as const;
|
|
345
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeDate1 = ClosedEnum<
|
|
346
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeDate1
|
|
347
|
-
>;
|
|
348
|
-
|
|
349
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeDate2 = {
|
|
307
|
+
export const DocumentCreateDocumentTemporaryTypeDateEnum = {
|
|
350
308
|
Date: "date",
|
|
351
309
|
} as const;
|
|
352
|
-
export type
|
|
353
|
-
typeof
|
|
310
|
+
export type DocumentCreateDocumentTemporaryTypeDateEnum = ClosedEnum<
|
|
311
|
+
typeof DocumentCreateDocumentTemporaryTypeDateEnum
|
|
354
312
|
>;
|
|
355
313
|
|
|
356
314
|
export const DocumentCreateDocumentTemporaryTextAlignDate = {
|
|
@@ -368,12 +326,12 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaDate = {
|
|
|
368
326
|
required?: boolean | undefined;
|
|
369
327
|
readOnly?: boolean | undefined;
|
|
370
328
|
fontSize?: number | undefined;
|
|
371
|
-
type:
|
|
329
|
+
type: DocumentCreateDocumentTemporaryTypeDateEnum;
|
|
372
330
|
textAlign?: DocumentCreateDocumentTemporaryTextAlignDate | undefined;
|
|
373
331
|
};
|
|
374
332
|
|
|
375
333
|
export type DocumentCreateDocumentTemporaryFieldDate = {
|
|
376
|
-
type:
|
|
334
|
+
type: "DATE";
|
|
377
335
|
fieldMeta?: DocumentCreateDocumentTemporaryRecipientFieldMetaDate | undefined;
|
|
378
336
|
pageNumber: number;
|
|
379
337
|
pageX: number;
|
|
@@ -382,18 +340,11 @@ export type DocumentCreateDocumentTemporaryFieldDate = {
|
|
|
382
340
|
height: number;
|
|
383
341
|
};
|
|
384
342
|
|
|
385
|
-
export const
|
|
386
|
-
Email: "EMAIL",
|
|
387
|
-
} as const;
|
|
388
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeEmail1 = ClosedEnum<
|
|
389
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeEmail1
|
|
390
|
-
>;
|
|
391
|
-
|
|
392
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeEmail2 = {
|
|
343
|
+
export const DocumentCreateDocumentTemporaryTypeEmailEnum = {
|
|
393
344
|
Email: "email",
|
|
394
345
|
} as const;
|
|
395
|
-
export type
|
|
396
|
-
typeof
|
|
346
|
+
export type DocumentCreateDocumentTemporaryTypeEmailEnum = ClosedEnum<
|
|
347
|
+
typeof DocumentCreateDocumentTemporaryTypeEmailEnum
|
|
397
348
|
>;
|
|
398
349
|
|
|
399
350
|
export const DocumentCreateDocumentTemporaryTextAlignEmail = {
|
|
@@ -411,12 +362,12 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaEmail = {
|
|
|
411
362
|
required?: boolean | undefined;
|
|
412
363
|
readOnly?: boolean | undefined;
|
|
413
364
|
fontSize?: number | undefined;
|
|
414
|
-
type:
|
|
365
|
+
type: DocumentCreateDocumentTemporaryTypeEmailEnum;
|
|
415
366
|
textAlign?: DocumentCreateDocumentTemporaryTextAlignEmail | undefined;
|
|
416
367
|
};
|
|
417
368
|
|
|
418
369
|
export type DocumentCreateDocumentTemporaryFieldEmail = {
|
|
419
|
-
type:
|
|
370
|
+
type: "EMAIL";
|
|
420
371
|
fieldMeta?:
|
|
421
372
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaEmail
|
|
422
373
|
| undefined;
|
|
@@ -427,18 +378,11 @@ export type DocumentCreateDocumentTemporaryFieldEmail = {
|
|
|
427
378
|
height: number;
|
|
428
379
|
};
|
|
429
380
|
|
|
430
|
-
export const
|
|
431
|
-
Name: "NAME",
|
|
432
|
-
} as const;
|
|
433
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeName1 = ClosedEnum<
|
|
434
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeName1
|
|
435
|
-
>;
|
|
436
|
-
|
|
437
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeName2 = {
|
|
381
|
+
export const DocumentCreateDocumentTemporaryTypeNameEnum = {
|
|
438
382
|
Name: "name",
|
|
439
383
|
} as const;
|
|
440
|
-
export type
|
|
441
|
-
typeof
|
|
384
|
+
export type DocumentCreateDocumentTemporaryTypeNameEnum = ClosedEnum<
|
|
385
|
+
typeof DocumentCreateDocumentTemporaryTypeNameEnum
|
|
442
386
|
>;
|
|
443
387
|
|
|
444
388
|
export const DocumentCreateDocumentTemporaryTextAlignName = {
|
|
@@ -456,12 +400,12 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaName = {
|
|
|
456
400
|
required?: boolean | undefined;
|
|
457
401
|
readOnly?: boolean | undefined;
|
|
458
402
|
fontSize?: number | undefined;
|
|
459
|
-
type:
|
|
403
|
+
type: DocumentCreateDocumentTemporaryTypeNameEnum;
|
|
460
404
|
textAlign?: DocumentCreateDocumentTemporaryTextAlignName | undefined;
|
|
461
405
|
};
|
|
462
406
|
|
|
463
407
|
export type DocumentCreateDocumentTemporaryFieldName = {
|
|
464
|
-
type:
|
|
408
|
+
type: "NAME";
|
|
465
409
|
fieldMeta?: DocumentCreateDocumentTemporaryRecipientFieldMetaName | undefined;
|
|
466
410
|
pageNumber: number;
|
|
467
411
|
pageX: number;
|
|
@@ -470,18 +414,11 @@ export type DocumentCreateDocumentTemporaryFieldName = {
|
|
|
470
414
|
height: number;
|
|
471
415
|
};
|
|
472
416
|
|
|
473
|
-
export const
|
|
474
|
-
Initials: "INITIALS",
|
|
475
|
-
} as const;
|
|
476
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeInitials1 = ClosedEnum<
|
|
477
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeInitials1
|
|
478
|
-
>;
|
|
479
|
-
|
|
480
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeInitials2 = {
|
|
417
|
+
export const DocumentCreateDocumentTemporaryTypeInitialsEnum = {
|
|
481
418
|
Initials: "initials",
|
|
482
419
|
} as const;
|
|
483
|
-
export type
|
|
484
|
-
typeof
|
|
420
|
+
export type DocumentCreateDocumentTemporaryTypeInitialsEnum = ClosedEnum<
|
|
421
|
+
typeof DocumentCreateDocumentTemporaryTypeInitialsEnum
|
|
485
422
|
>;
|
|
486
423
|
|
|
487
424
|
export const DocumentCreateDocumentTemporaryTextAlignInitials = {
|
|
@@ -499,12 +436,12 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaInitials = {
|
|
|
499
436
|
required?: boolean | undefined;
|
|
500
437
|
readOnly?: boolean | undefined;
|
|
501
438
|
fontSize?: number | undefined;
|
|
502
|
-
type:
|
|
439
|
+
type: DocumentCreateDocumentTemporaryTypeInitialsEnum;
|
|
503
440
|
textAlign?: DocumentCreateDocumentTemporaryTextAlignInitials | undefined;
|
|
504
441
|
};
|
|
505
442
|
|
|
506
443
|
export type DocumentCreateDocumentTemporaryFieldInitials = {
|
|
507
|
-
type:
|
|
444
|
+
type: "INITIALS";
|
|
508
445
|
fieldMeta?:
|
|
509
446
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaInitials
|
|
510
447
|
| undefined;
|
|
@@ -515,15 +452,8 @@ export type DocumentCreateDocumentTemporaryFieldInitials = {
|
|
|
515
452
|
height: number;
|
|
516
453
|
};
|
|
517
454
|
|
|
518
|
-
export const DocumentCreateDocumentTemporaryTypeFreeSignature = {
|
|
519
|
-
FreeSignature: "FREE_SIGNATURE",
|
|
520
|
-
} as const;
|
|
521
|
-
export type DocumentCreateDocumentTemporaryTypeFreeSignature = ClosedEnum<
|
|
522
|
-
typeof DocumentCreateDocumentTemporaryTypeFreeSignature
|
|
523
|
-
>;
|
|
524
|
-
|
|
525
455
|
export type DocumentCreateDocumentTemporaryFieldFreeSignature = {
|
|
526
|
-
type:
|
|
456
|
+
type: "FREE_SIGNATURE";
|
|
527
457
|
pageNumber: number;
|
|
528
458
|
pageX: number;
|
|
529
459
|
pageY: number;
|
|
@@ -531,18 +461,11 @@ export type DocumentCreateDocumentTemporaryFieldFreeSignature = {
|
|
|
531
461
|
height: number;
|
|
532
462
|
};
|
|
533
463
|
|
|
534
|
-
export const
|
|
535
|
-
Signature: "SIGNATURE",
|
|
536
|
-
} as const;
|
|
537
|
-
export type DocumentCreateDocumentTemporaryRecipientTypeSignature1 = ClosedEnum<
|
|
538
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeSignature1
|
|
539
|
-
>;
|
|
540
|
-
|
|
541
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeSignature2 = {
|
|
464
|
+
export const DocumentCreateDocumentTemporaryTypeSignatureEnum = {
|
|
542
465
|
Signature: "signature",
|
|
543
466
|
} as const;
|
|
544
|
-
export type
|
|
545
|
-
typeof
|
|
467
|
+
export type DocumentCreateDocumentTemporaryTypeSignatureEnum = ClosedEnum<
|
|
468
|
+
typeof DocumentCreateDocumentTemporaryTypeSignatureEnum
|
|
546
469
|
>;
|
|
547
470
|
|
|
548
471
|
export type DocumentCreateDocumentTemporaryRecipientFieldMetaSignature = {
|
|
@@ -551,11 +474,11 @@ export type DocumentCreateDocumentTemporaryRecipientFieldMetaSignature = {
|
|
|
551
474
|
required?: boolean | undefined;
|
|
552
475
|
readOnly?: boolean | undefined;
|
|
553
476
|
fontSize?: number | undefined;
|
|
554
|
-
type:
|
|
477
|
+
type: DocumentCreateDocumentTemporaryTypeSignatureEnum;
|
|
555
478
|
};
|
|
556
479
|
|
|
557
480
|
export type DocumentCreateDocumentTemporaryFieldSignature = {
|
|
558
|
-
type:
|
|
481
|
+
type: "SIGNATURE";
|
|
559
482
|
fieldMeta?:
|
|
560
483
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaSignature
|
|
561
484
|
| undefined;
|
|
@@ -670,7 +593,12 @@ export const DocumentCreateDocumentTemporaryLanguage = {
|
|
|
670
593
|
Fr: "fr",
|
|
671
594
|
Es: "es",
|
|
672
595
|
It: "it",
|
|
596
|
+
Nl: "nl",
|
|
673
597
|
Pl: "pl",
|
|
598
|
+
PtBR: "pt-BR",
|
|
599
|
+
Ja: "ja",
|
|
600
|
+
Ko: "ko",
|
|
601
|
+
Zh: "zh",
|
|
674
602
|
} as const;
|
|
675
603
|
export type DocumentCreateDocumentTemporaryLanguage = ClosedEnum<
|
|
676
604
|
typeof DocumentCreateDocumentTemporaryLanguage
|
|
@@ -948,7 +876,7 @@ export type DocumentRecipient = {
|
|
|
948
876
|
templateId?: number | null | undefined;
|
|
949
877
|
};
|
|
950
878
|
|
|
951
|
-
export const
|
|
879
|
+
export const DocumentFieldTypeEnum = {
|
|
952
880
|
Signature: "SIGNATURE",
|
|
953
881
|
FreeSignature: "FREE_SIGNATURE",
|
|
954
882
|
Initials: "INITIALS",
|
|
@@ -961,12 +889,7 @@ export const DocumentFieldType = {
|
|
|
961
889
|
Checkbox: "CHECKBOX",
|
|
962
890
|
Dropdown: "DROPDOWN",
|
|
963
891
|
} as const;
|
|
964
|
-
export type
|
|
965
|
-
|
|
966
|
-
export const DocumentTypeDropdown = {
|
|
967
|
-
Dropdown: "dropdown",
|
|
968
|
-
} as const;
|
|
969
|
-
export type DocumentTypeDropdown = ClosedEnum<typeof DocumentTypeDropdown>;
|
|
892
|
+
export type DocumentFieldTypeEnum = ClosedEnum<typeof DocumentFieldTypeEnum>;
|
|
970
893
|
|
|
971
894
|
export type DocumentValue3 = {
|
|
972
895
|
value: string;
|
|
@@ -978,16 +901,11 @@ export type FieldMetaDocumentDropdown = {
|
|
|
978
901
|
required?: boolean | undefined;
|
|
979
902
|
readOnly?: boolean | undefined;
|
|
980
903
|
fontSize?: number | undefined;
|
|
981
|
-
type:
|
|
904
|
+
type: "dropdown";
|
|
982
905
|
values?: Array<DocumentValue3> | undefined;
|
|
983
906
|
defaultValue?: string | undefined;
|
|
984
907
|
};
|
|
985
908
|
|
|
986
|
-
export const DocumentTypeCheckbox = {
|
|
987
|
-
Checkbox: "checkbox",
|
|
988
|
-
} as const;
|
|
989
|
-
export type DocumentTypeCheckbox = ClosedEnum<typeof DocumentTypeCheckbox>;
|
|
990
|
-
|
|
991
909
|
export type DocumentValue2 = {
|
|
992
910
|
id: number;
|
|
993
911
|
checked: boolean;
|
|
@@ -1006,18 +924,13 @@ export type FieldMetaDocumentCheckbox = {
|
|
|
1006
924
|
required?: boolean | undefined;
|
|
1007
925
|
readOnly?: boolean | undefined;
|
|
1008
926
|
fontSize?: number | undefined;
|
|
1009
|
-
type:
|
|
927
|
+
type: "checkbox";
|
|
1010
928
|
values?: Array<DocumentValue2> | undefined;
|
|
1011
929
|
validationRule?: string | undefined;
|
|
1012
930
|
validationLength?: number | undefined;
|
|
1013
931
|
direction?: DocumentDirection2 | undefined;
|
|
1014
932
|
};
|
|
1015
933
|
|
|
1016
|
-
export const DocumentTypeRadio = {
|
|
1017
|
-
Radio: "radio",
|
|
1018
|
-
} as const;
|
|
1019
|
-
export type DocumentTypeRadio = ClosedEnum<typeof DocumentTypeRadio>;
|
|
1020
|
-
|
|
1021
934
|
export type DocumentValue1 = {
|
|
1022
935
|
id: number;
|
|
1023
936
|
checked: boolean;
|
|
@@ -1036,16 +949,11 @@ export type FieldMetaDocumentRadio = {
|
|
|
1036
949
|
required?: boolean | undefined;
|
|
1037
950
|
readOnly?: boolean | undefined;
|
|
1038
951
|
fontSize?: number | undefined;
|
|
1039
|
-
type:
|
|
952
|
+
type: "radio";
|
|
1040
953
|
values?: Array<DocumentValue1> | undefined;
|
|
1041
954
|
direction?: DocumentDirection1 | undefined;
|
|
1042
955
|
};
|
|
1043
956
|
|
|
1044
|
-
export const DocumentTypeNumber = {
|
|
1045
|
-
Number: "number",
|
|
1046
|
-
} as const;
|
|
1047
|
-
export type DocumentTypeNumber = ClosedEnum<typeof DocumentTypeNumber>;
|
|
1048
|
-
|
|
1049
957
|
export const DocumentTextAlign6 = {
|
|
1050
958
|
Left: "left",
|
|
1051
959
|
Center: "center",
|
|
@@ -1066,7 +974,7 @@ export type FieldMetaDocumentNumber = {
|
|
|
1066
974
|
required?: boolean | undefined;
|
|
1067
975
|
readOnly?: boolean | undefined;
|
|
1068
976
|
fontSize?: number | undefined;
|
|
1069
|
-
type:
|
|
977
|
+
type: "number";
|
|
1070
978
|
numberFormat?: string | null | undefined;
|
|
1071
979
|
value?: string | undefined;
|
|
1072
980
|
minValue?: number | null | undefined;
|
|
@@ -1077,11 +985,6 @@ export type FieldMetaDocumentNumber = {
|
|
|
1077
985
|
verticalAlign?: DocumentVerticalAlign2 | null | undefined;
|
|
1078
986
|
};
|
|
1079
987
|
|
|
1080
|
-
export const DocumentTypeText = {
|
|
1081
|
-
Text: "text",
|
|
1082
|
-
} as const;
|
|
1083
|
-
export type DocumentTypeText = ClosedEnum<typeof DocumentTypeText>;
|
|
1084
|
-
|
|
1085
988
|
export const DocumentTextAlign5 = {
|
|
1086
989
|
Left: "left",
|
|
1087
990
|
Center: "center",
|
|
@@ -1102,7 +1005,7 @@ export type FieldMetaDocumentText = {
|
|
|
1102
1005
|
required?: boolean | undefined;
|
|
1103
1006
|
readOnly?: boolean | undefined;
|
|
1104
1007
|
fontSize?: number | undefined;
|
|
1105
|
-
type:
|
|
1008
|
+
type: "text";
|
|
1106
1009
|
text?: string | undefined;
|
|
1107
1010
|
characterLimit?: number | undefined;
|
|
1108
1011
|
textAlign?: DocumentTextAlign5 | undefined;
|
|
@@ -1111,11 +1014,6 @@ export type FieldMetaDocumentText = {
|
|
|
1111
1014
|
verticalAlign?: DocumentVerticalAlign1 | null | undefined;
|
|
1112
1015
|
};
|
|
1113
1016
|
|
|
1114
|
-
export const DocumentTypeDate = {
|
|
1115
|
-
Date: "date",
|
|
1116
|
-
} as const;
|
|
1117
|
-
export type DocumentTypeDate = ClosedEnum<typeof DocumentTypeDate>;
|
|
1118
|
-
|
|
1119
1017
|
export const DocumentTextAlign4 = {
|
|
1120
1018
|
Left: "left",
|
|
1121
1019
|
Center: "center",
|
|
@@ -1129,15 +1027,10 @@ export type FieldMetaDocumentDate = {
|
|
|
1129
1027
|
required?: boolean | undefined;
|
|
1130
1028
|
readOnly?: boolean | undefined;
|
|
1131
1029
|
fontSize?: number | undefined;
|
|
1132
|
-
type:
|
|
1030
|
+
type: "date";
|
|
1133
1031
|
textAlign?: DocumentTextAlign4 | undefined;
|
|
1134
1032
|
};
|
|
1135
1033
|
|
|
1136
|
-
export const DocumentTypeEmail = {
|
|
1137
|
-
Email: "email",
|
|
1138
|
-
} as const;
|
|
1139
|
-
export type DocumentTypeEmail = ClosedEnum<typeof DocumentTypeEmail>;
|
|
1140
|
-
|
|
1141
1034
|
export const DocumentTextAlign3 = {
|
|
1142
1035
|
Left: "left",
|
|
1143
1036
|
Center: "center",
|
|
@@ -1151,15 +1044,10 @@ export type FieldMetaDocumentEmail = {
|
|
|
1151
1044
|
required?: boolean | undefined;
|
|
1152
1045
|
readOnly?: boolean | undefined;
|
|
1153
1046
|
fontSize?: number | undefined;
|
|
1154
|
-
type:
|
|
1047
|
+
type: "email";
|
|
1155
1048
|
textAlign?: DocumentTextAlign3 | undefined;
|
|
1156
1049
|
};
|
|
1157
1050
|
|
|
1158
|
-
export const DocumentTypeName = {
|
|
1159
|
-
Name: "name",
|
|
1160
|
-
} as const;
|
|
1161
|
-
export type DocumentTypeName = ClosedEnum<typeof DocumentTypeName>;
|
|
1162
|
-
|
|
1163
1051
|
export const DocumentTextAlign2 = {
|
|
1164
1052
|
Left: "left",
|
|
1165
1053
|
Center: "center",
|
|
@@ -1173,15 +1061,10 @@ export type FieldMetaDocumentName = {
|
|
|
1173
1061
|
required?: boolean | undefined;
|
|
1174
1062
|
readOnly?: boolean | undefined;
|
|
1175
1063
|
fontSize?: number | undefined;
|
|
1176
|
-
type:
|
|
1064
|
+
type: "name";
|
|
1177
1065
|
textAlign?: DocumentTextAlign2 | undefined;
|
|
1178
1066
|
};
|
|
1179
1067
|
|
|
1180
|
-
export const DocumentTypeInitials = {
|
|
1181
|
-
Initials: "initials",
|
|
1182
|
-
} as const;
|
|
1183
|
-
export type DocumentTypeInitials = ClosedEnum<typeof DocumentTypeInitials>;
|
|
1184
|
-
|
|
1185
1068
|
export const DocumentTextAlign1 = {
|
|
1186
1069
|
Left: "left",
|
|
1187
1070
|
Center: "center",
|
|
@@ -1195,22 +1078,17 @@ export type FieldMetaDocumentInitials = {
|
|
|
1195
1078
|
required?: boolean | undefined;
|
|
1196
1079
|
readOnly?: boolean | undefined;
|
|
1197
1080
|
fontSize?: number | undefined;
|
|
1198
|
-
type:
|
|
1081
|
+
type: "initials";
|
|
1199
1082
|
textAlign?: DocumentTextAlign1 | undefined;
|
|
1200
1083
|
};
|
|
1201
1084
|
|
|
1202
|
-
export const DocumentTypeSignature = {
|
|
1203
|
-
Signature: "signature",
|
|
1204
|
-
} as const;
|
|
1205
|
-
export type DocumentTypeSignature = ClosedEnum<typeof DocumentTypeSignature>;
|
|
1206
|
-
|
|
1207
1085
|
export type FieldMetaDocumentSignature = {
|
|
1208
1086
|
label?: string | undefined;
|
|
1209
1087
|
placeholder?: string | undefined;
|
|
1210
1088
|
required?: boolean | undefined;
|
|
1211
1089
|
readOnly?: boolean | undefined;
|
|
1212
1090
|
fontSize?: number | undefined;
|
|
1213
|
-
type:
|
|
1091
|
+
type: "signature";
|
|
1214
1092
|
};
|
|
1215
1093
|
|
|
1216
1094
|
export type DocumentFieldMetaUnion =
|
|
@@ -1228,7 +1106,7 @@ export type DocumentFieldMetaUnion =
|
|
|
1228
1106
|
export type DocumentField = {
|
|
1229
1107
|
envelopeId: string;
|
|
1230
1108
|
envelopeItemId: string;
|
|
1231
|
-
type:
|
|
1109
|
+
type: DocumentFieldTypeEnum;
|
|
1232
1110
|
id: number;
|
|
1233
1111
|
secondaryId: string;
|
|
1234
1112
|
recipientId: number;
|
|
@@ -1397,26 +1275,13 @@ export const DocumentCreateDocumentTemporaryActionAuthRequest$outboundSchema:
|
|
|
1397
1275
|
DocumentCreateDocumentTemporaryActionAuthRequest$inboundSchema;
|
|
1398
1276
|
|
|
1399
1277
|
/** @internal */
|
|
1400
|
-
export const
|
|
1401
|
-
z.ZodNativeEnum<
|
|
1402
|
-
|
|
1403
|
-
> = z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeDropdown1);
|
|
1278
|
+
export const DocumentCreateDocumentTemporaryTypeDropdownEnum$inboundSchema:
|
|
1279
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeDropdownEnum> = z
|
|
1280
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeDropdownEnum);
|
|
1404
1281
|
/** @internal */
|
|
1405
|
-
export const
|
|
1406
|
-
z.ZodNativeEnum<
|
|
1407
|
-
|
|
1408
|
-
> = DocumentCreateDocumentTemporaryRecipientTypeDropdown1$inboundSchema;
|
|
1409
|
-
|
|
1410
|
-
/** @internal */
|
|
1411
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeDropdown2$inboundSchema:
|
|
1412
|
-
z.ZodNativeEnum<
|
|
1413
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeDropdown2
|
|
1414
|
-
> = z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeDropdown2);
|
|
1415
|
-
/** @internal */
|
|
1416
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeDropdown2$outboundSchema:
|
|
1417
|
-
z.ZodNativeEnum<
|
|
1418
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeDropdown2
|
|
1419
|
-
> = DocumentCreateDocumentTemporaryRecipientTypeDropdown2$inboundSchema;
|
|
1282
|
+
export const DocumentCreateDocumentTemporaryTypeDropdownEnum$outboundSchema:
|
|
1283
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeDropdownEnum> =
|
|
1284
|
+
DocumentCreateDocumentTemporaryTypeDropdownEnum$inboundSchema;
|
|
1420
1285
|
|
|
1421
1286
|
/** @internal */
|
|
1422
1287
|
export const DocumentCreateDocumentTemporaryValueDropdown$inboundSchema:
|
|
@@ -1480,7 +1345,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaDropdown$inboundSc
|
|
|
1480
1345
|
required: z.boolean().optional(),
|
|
1481
1346
|
readOnly: z.boolean().optional(),
|
|
1482
1347
|
fontSize: z.number().default(12),
|
|
1483
|
-
type:
|
|
1348
|
+
type: DocumentCreateDocumentTemporaryTypeDropdownEnum$inboundSchema,
|
|
1484
1349
|
values: z.array(
|
|
1485
1350
|
z.lazy(() => DocumentCreateDocumentTemporaryValueDropdown$inboundSchema),
|
|
1486
1351
|
).optional(),
|
|
@@ -1513,7 +1378,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaDropdown$outboundS
|
|
|
1513
1378
|
required: z.boolean().optional(),
|
|
1514
1379
|
readOnly: z.boolean().optional(),
|
|
1515
1380
|
fontSize: z.number().default(12),
|
|
1516
|
-
type:
|
|
1381
|
+
type: DocumentCreateDocumentTemporaryTypeDropdownEnum$outboundSchema,
|
|
1517
1382
|
values: z.array(
|
|
1518
1383
|
z.lazy(() => DocumentCreateDocumentTemporaryValueDropdown$outboundSchema),
|
|
1519
1384
|
).optional(),
|
|
@@ -1551,7 +1416,7 @@ export const DocumentCreateDocumentTemporaryFieldDropdown$inboundSchema:
|
|
|
1551
1416
|
z.ZodTypeDef,
|
|
1552
1417
|
unknown
|
|
1553
1418
|
> = z.object({
|
|
1554
|
-
type:
|
|
1419
|
+
type: z.literal("DROPDOWN"),
|
|
1555
1420
|
fieldMeta: z.lazy(() =>
|
|
1556
1421
|
DocumentCreateDocumentTemporaryRecipientFieldMetaDropdown$inboundSchema
|
|
1557
1422
|
).optional(),
|
|
@@ -1563,7 +1428,7 @@ export const DocumentCreateDocumentTemporaryFieldDropdown$inboundSchema:
|
|
|
1563
1428
|
});
|
|
1564
1429
|
/** @internal */
|
|
1565
1430
|
export type DocumentCreateDocumentTemporaryFieldDropdown$Outbound = {
|
|
1566
|
-
type:
|
|
1431
|
+
type: "DROPDOWN";
|
|
1567
1432
|
fieldMeta?:
|
|
1568
1433
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaDropdown$Outbound
|
|
1569
1434
|
| undefined;
|
|
@@ -1581,7 +1446,7 @@ export const DocumentCreateDocumentTemporaryFieldDropdown$outboundSchema:
|
|
|
1581
1446
|
z.ZodTypeDef,
|
|
1582
1447
|
DocumentCreateDocumentTemporaryFieldDropdown
|
|
1583
1448
|
> = z.object({
|
|
1584
|
-
type:
|
|
1449
|
+
type: z.literal("DROPDOWN"),
|
|
1585
1450
|
fieldMeta: z.lazy(() =>
|
|
1586
1451
|
DocumentCreateDocumentTemporaryRecipientFieldMetaDropdown$outboundSchema
|
|
1587
1452
|
).optional(),
|
|
@@ -1619,26 +1484,13 @@ export function documentCreateDocumentTemporaryFieldDropdownFromJSON(
|
|
|
1619
1484
|
}
|
|
1620
1485
|
|
|
1621
1486
|
/** @internal */
|
|
1622
|
-
export const
|
|
1623
|
-
z.ZodNativeEnum<
|
|
1624
|
-
|
|
1625
|
-
> = z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeCheckbox1);
|
|
1626
|
-
/** @internal */
|
|
1627
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeCheckbox1$outboundSchema:
|
|
1628
|
-
z.ZodNativeEnum<
|
|
1629
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeCheckbox1
|
|
1630
|
-
> = DocumentCreateDocumentTemporaryRecipientTypeCheckbox1$inboundSchema;
|
|
1631
|
-
|
|
1632
|
-
/** @internal */
|
|
1633
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeCheckbox2$inboundSchema:
|
|
1634
|
-
z.ZodNativeEnum<
|
|
1635
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeCheckbox2
|
|
1636
|
-
> = z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeCheckbox2);
|
|
1487
|
+
export const DocumentCreateDocumentTemporaryTypeCheckboxEnum$inboundSchema:
|
|
1488
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeCheckboxEnum> = z
|
|
1489
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeCheckboxEnum);
|
|
1637
1490
|
/** @internal */
|
|
1638
|
-
export const
|
|
1639
|
-
z.ZodNativeEnum<
|
|
1640
|
-
|
|
1641
|
-
> = DocumentCreateDocumentTemporaryRecipientTypeCheckbox2$inboundSchema;
|
|
1491
|
+
export const DocumentCreateDocumentTemporaryTypeCheckboxEnum$outboundSchema:
|
|
1492
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeCheckboxEnum> =
|
|
1493
|
+
DocumentCreateDocumentTemporaryTypeCheckboxEnum$inboundSchema;
|
|
1642
1494
|
|
|
1643
1495
|
/** @internal */
|
|
1644
1496
|
export const DocumentCreateDocumentTemporaryValueCheckbox$inboundSchema:
|
|
@@ -1717,7 +1569,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaCheckbox$inboundSc
|
|
|
1717
1569
|
required: z.boolean().optional(),
|
|
1718
1570
|
readOnly: z.boolean().optional(),
|
|
1719
1571
|
fontSize: z.number().default(12),
|
|
1720
|
-
type:
|
|
1572
|
+
type: DocumentCreateDocumentTemporaryTypeCheckboxEnum$inboundSchema,
|
|
1721
1573
|
values: z.array(
|
|
1722
1574
|
z.lazy(() => DocumentCreateDocumentTemporaryValueCheckbox$inboundSchema),
|
|
1723
1575
|
).optional(),
|
|
@@ -1755,7 +1607,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaCheckbox$outboundS
|
|
|
1755
1607
|
required: z.boolean().optional(),
|
|
1756
1608
|
readOnly: z.boolean().optional(),
|
|
1757
1609
|
fontSize: z.number().default(12),
|
|
1758
|
-
type:
|
|
1610
|
+
type: DocumentCreateDocumentTemporaryTypeCheckboxEnum$outboundSchema,
|
|
1759
1611
|
values: z.array(
|
|
1760
1612
|
z.lazy(() => DocumentCreateDocumentTemporaryValueCheckbox$outboundSchema),
|
|
1761
1613
|
).optional(),
|
|
@@ -1796,7 +1648,7 @@ export const DocumentCreateDocumentTemporaryFieldCheckbox$inboundSchema:
|
|
|
1796
1648
|
z.ZodTypeDef,
|
|
1797
1649
|
unknown
|
|
1798
1650
|
> = z.object({
|
|
1799
|
-
type:
|
|
1651
|
+
type: z.literal("CHECKBOX"),
|
|
1800
1652
|
fieldMeta: z.lazy(() =>
|
|
1801
1653
|
DocumentCreateDocumentTemporaryRecipientFieldMetaCheckbox$inboundSchema
|
|
1802
1654
|
).optional(),
|
|
@@ -1808,7 +1660,7 @@ export const DocumentCreateDocumentTemporaryFieldCheckbox$inboundSchema:
|
|
|
1808
1660
|
});
|
|
1809
1661
|
/** @internal */
|
|
1810
1662
|
export type DocumentCreateDocumentTemporaryFieldCheckbox$Outbound = {
|
|
1811
|
-
type:
|
|
1663
|
+
type: "CHECKBOX";
|
|
1812
1664
|
fieldMeta?:
|
|
1813
1665
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaCheckbox$Outbound
|
|
1814
1666
|
| undefined;
|
|
@@ -1826,7 +1678,7 @@ export const DocumentCreateDocumentTemporaryFieldCheckbox$outboundSchema:
|
|
|
1826
1678
|
z.ZodTypeDef,
|
|
1827
1679
|
DocumentCreateDocumentTemporaryFieldCheckbox
|
|
1828
1680
|
> = z.object({
|
|
1829
|
-
type:
|
|
1681
|
+
type: z.literal("CHECKBOX"),
|
|
1830
1682
|
fieldMeta: z.lazy(() =>
|
|
1831
1683
|
DocumentCreateDocumentTemporaryRecipientFieldMetaCheckbox$outboundSchema
|
|
1832
1684
|
).optional(),
|
|
@@ -1864,22 +1716,13 @@ export function documentCreateDocumentTemporaryFieldCheckboxFromJSON(
|
|
|
1864
1716
|
}
|
|
1865
1717
|
|
|
1866
1718
|
/** @internal */
|
|
1867
|
-
export const
|
|
1868
|
-
z.ZodNativeEnum<typeof
|
|
1869
|
-
.nativeEnum(
|
|
1870
|
-
/** @internal */
|
|
1871
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeRadio1$outboundSchema:
|
|
1872
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeRadio1> =
|
|
1873
|
-
DocumentCreateDocumentTemporaryRecipientTypeRadio1$inboundSchema;
|
|
1874
|
-
|
|
1875
|
-
/** @internal */
|
|
1876
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeRadio2$inboundSchema:
|
|
1877
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeRadio2> = z
|
|
1878
|
-
.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeRadio2);
|
|
1719
|
+
export const DocumentCreateDocumentTemporaryTypeRadioEnum$inboundSchema:
|
|
1720
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeRadioEnum> = z
|
|
1721
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeRadioEnum);
|
|
1879
1722
|
/** @internal */
|
|
1880
|
-
export const
|
|
1881
|
-
z.ZodNativeEnum<typeof
|
|
1882
|
-
|
|
1723
|
+
export const DocumentCreateDocumentTemporaryTypeRadioEnum$outboundSchema:
|
|
1724
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeRadioEnum> =
|
|
1725
|
+
DocumentCreateDocumentTemporaryTypeRadioEnum$inboundSchema;
|
|
1883
1726
|
|
|
1884
1727
|
/** @internal */
|
|
1885
1728
|
export const DocumentCreateDocumentTemporaryValueRadio$inboundSchema: z.ZodType<
|
|
@@ -1957,7 +1800,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaRadio$inboundSchem
|
|
|
1957
1800
|
required: z.boolean().optional(),
|
|
1958
1801
|
readOnly: z.boolean().optional(),
|
|
1959
1802
|
fontSize: z.number().default(12),
|
|
1960
|
-
type:
|
|
1803
|
+
type: DocumentCreateDocumentTemporaryTypeRadioEnum$inboundSchema,
|
|
1961
1804
|
values: z.array(
|
|
1962
1805
|
z.lazy(() => DocumentCreateDocumentTemporaryValueRadio$inboundSchema),
|
|
1963
1806
|
).optional(),
|
|
@@ -1990,7 +1833,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaRadio$outboundSche
|
|
|
1990
1833
|
required: z.boolean().optional(),
|
|
1991
1834
|
readOnly: z.boolean().optional(),
|
|
1992
1835
|
fontSize: z.number().default(12),
|
|
1993
|
-
type:
|
|
1836
|
+
type: DocumentCreateDocumentTemporaryTypeRadioEnum$outboundSchema,
|
|
1994
1837
|
values: z.array(
|
|
1995
1838
|
z.lazy(() => DocumentCreateDocumentTemporaryValueRadio$outboundSchema),
|
|
1996
1839
|
).optional(),
|
|
@@ -2029,7 +1872,7 @@ export const DocumentCreateDocumentTemporaryFieldRadio$inboundSchema: z.ZodType<
|
|
|
2029
1872
|
z.ZodTypeDef,
|
|
2030
1873
|
unknown
|
|
2031
1874
|
> = z.object({
|
|
2032
|
-
type:
|
|
1875
|
+
type: z.literal("RADIO"),
|
|
2033
1876
|
fieldMeta: z.lazy(() =>
|
|
2034
1877
|
DocumentCreateDocumentTemporaryRecipientFieldMetaRadio$inboundSchema
|
|
2035
1878
|
).optional(),
|
|
@@ -2041,7 +1884,7 @@ export const DocumentCreateDocumentTemporaryFieldRadio$inboundSchema: z.ZodType<
|
|
|
2041
1884
|
});
|
|
2042
1885
|
/** @internal */
|
|
2043
1886
|
export type DocumentCreateDocumentTemporaryFieldRadio$Outbound = {
|
|
2044
|
-
type:
|
|
1887
|
+
type: "RADIO";
|
|
2045
1888
|
fieldMeta?:
|
|
2046
1889
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaRadio$Outbound
|
|
2047
1890
|
| undefined;
|
|
@@ -2059,7 +1902,7 @@ export const DocumentCreateDocumentTemporaryFieldRadio$outboundSchema:
|
|
|
2059
1902
|
z.ZodTypeDef,
|
|
2060
1903
|
DocumentCreateDocumentTemporaryFieldRadio
|
|
2061
1904
|
> = z.object({
|
|
2062
|
-
type:
|
|
1905
|
+
type: z.literal("RADIO"),
|
|
2063
1906
|
fieldMeta: z.lazy(() =>
|
|
2064
1907
|
DocumentCreateDocumentTemporaryRecipientFieldMetaRadio$outboundSchema
|
|
2065
1908
|
).optional(),
|
|
@@ -2097,22 +1940,13 @@ export function documentCreateDocumentTemporaryFieldRadioFromJSON(
|
|
|
2097
1940
|
}
|
|
2098
1941
|
|
|
2099
1942
|
/** @internal */
|
|
2100
|
-
export const
|
|
2101
|
-
z.ZodNativeEnum<typeof
|
|
2102
|
-
|
|
1943
|
+
export const DocumentCreateDocumentTemporaryTypeNumberEnum$inboundSchema:
|
|
1944
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeNumberEnum> = z
|
|
1945
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeNumberEnum);
|
|
2103
1946
|
/** @internal */
|
|
2104
|
-
export const
|
|
2105
|
-
z.ZodNativeEnum<typeof
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
/** @internal */
|
|
2109
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeNumber2$inboundSchema:
|
|
2110
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeNumber2> =
|
|
2111
|
-
z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeNumber2);
|
|
2112
|
-
/** @internal */
|
|
2113
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeNumber2$outboundSchema:
|
|
2114
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeNumber2> =
|
|
2115
|
-
DocumentCreateDocumentTemporaryRecipientTypeNumber2$inboundSchema;
|
|
1947
|
+
export const DocumentCreateDocumentTemporaryTypeNumberEnum$outboundSchema:
|
|
1948
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeNumberEnum> =
|
|
1949
|
+
DocumentCreateDocumentTemporaryTypeNumberEnum$inboundSchema;
|
|
2116
1950
|
|
|
2117
1951
|
/** @internal */
|
|
2118
1952
|
export const DocumentCreateDocumentTemporaryTextAlignNumber$inboundSchema:
|
|
@@ -2144,7 +1978,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaNumber$inboundSche
|
|
|
2144
1978
|
required: z.boolean().optional(),
|
|
2145
1979
|
readOnly: z.boolean().optional(),
|
|
2146
1980
|
fontSize: z.number().default(12),
|
|
2147
|
-
type:
|
|
1981
|
+
type: DocumentCreateDocumentTemporaryTypeNumberEnum$inboundSchema,
|
|
2148
1982
|
numberFormat: z.nullable(z.string()).optional(),
|
|
2149
1983
|
value: z.string().optional(),
|
|
2150
1984
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -2187,7 +2021,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaNumber$outboundSch
|
|
|
2187
2021
|
required: z.boolean().optional(),
|
|
2188
2022
|
readOnly: z.boolean().optional(),
|
|
2189
2023
|
fontSize: z.number().default(12),
|
|
2190
|
-
type:
|
|
2024
|
+
type: DocumentCreateDocumentTemporaryTypeNumberEnum$outboundSchema,
|
|
2191
2025
|
numberFormat: z.nullable(z.string()).optional(),
|
|
2192
2026
|
value: z.string().optional(),
|
|
2193
2027
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -2229,7 +2063,7 @@ export function documentCreateDocumentTemporaryRecipientFieldMetaNumberFromJSON(
|
|
|
2229
2063
|
export const DocumentCreateDocumentTemporaryFieldNumber$inboundSchema:
|
|
2230
2064
|
z.ZodType<DocumentCreateDocumentTemporaryFieldNumber, z.ZodTypeDef, unknown> =
|
|
2231
2065
|
z.object({
|
|
2232
|
-
type:
|
|
2066
|
+
type: z.literal("NUMBER"),
|
|
2233
2067
|
fieldMeta: z.lazy(() =>
|
|
2234
2068
|
DocumentCreateDocumentTemporaryRecipientFieldMetaNumber$inboundSchema
|
|
2235
2069
|
).optional(),
|
|
@@ -2241,7 +2075,7 @@ export const DocumentCreateDocumentTemporaryFieldNumber$inboundSchema:
|
|
|
2241
2075
|
});
|
|
2242
2076
|
/** @internal */
|
|
2243
2077
|
export type DocumentCreateDocumentTemporaryFieldNumber$Outbound = {
|
|
2244
|
-
type:
|
|
2078
|
+
type: "NUMBER";
|
|
2245
2079
|
fieldMeta?:
|
|
2246
2080
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaNumber$Outbound
|
|
2247
2081
|
| undefined;
|
|
@@ -2259,7 +2093,7 @@ export const DocumentCreateDocumentTemporaryFieldNumber$outboundSchema:
|
|
|
2259
2093
|
z.ZodTypeDef,
|
|
2260
2094
|
DocumentCreateDocumentTemporaryFieldNumber
|
|
2261
2095
|
> = z.object({
|
|
2262
|
-
type:
|
|
2096
|
+
type: z.literal("NUMBER"),
|
|
2263
2097
|
fieldMeta: z.lazy(() =>
|
|
2264
2098
|
DocumentCreateDocumentTemporaryRecipientFieldMetaNumber$outboundSchema
|
|
2265
2099
|
).optional(),
|
|
@@ -2297,22 +2131,13 @@ export function documentCreateDocumentTemporaryFieldNumberFromJSON(
|
|
|
2297
2131
|
}
|
|
2298
2132
|
|
|
2299
2133
|
/** @internal */
|
|
2300
|
-
export const
|
|
2301
|
-
z.ZodNativeEnum<typeof
|
|
2302
|
-
.nativeEnum(
|
|
2134
|
+
export const DocumentCreateDocumentTemporaryTypeTextEnum$inboundSchema:
|
|
2135
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeTextEnum> = z
|
|
2136
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeTextEnum);
|
|
2303
2137
|
/** @internal */
|
|
2304
|
-
export const
|
|
2305
|
-
z.ZodNativeEnum<typeof
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
/** @internal */
|
|
2309
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeText2$inboundSchema:
|
|
2310
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeText2> = z
|
|
2311
|
-
.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeText2);
|
|
2312
|
-
/** @internal */
|
|
2313
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeText2$outboundSchema:
|
|
2314
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeText2> =
|
|
2315
|
-
DocumentCreateDocumentTemporaryRecipientTypeText2$inboundSchema;
|
|
2138
|
+
export const DocumentCreateDocumentTemporaryTypeTextEnum$outboundSchema:
|
|
2139
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeTextEnum> =
|
|
2140
|
+
DocumentCreateDocumentTemporaryTypeTextEnum$inboundSchema;
|
|
2316
2141
|
|
|
2317
2142
|
/** @internal */
|
|
2318
2143
|
export const DocumentCreateDocumentTemporaryTextAlignText$inboundSchema:
|
|
@@ -2344,7 +2169,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaText$inboundSchema
|
|
|
2344
2169
|
required: z.boolean().optional(),
|
|
2345
2170
|
readOnly: z.boolean().optional(),
|
|
2346
2171
|
fontSize: z.number().default(12),
|
|
2347
|
-
type:
|
|
2172
|
+
type: DocumentCreateDocumentTemporaryTypeTextEnum$inboundSchema,
|
|
2348
2173
|
text: z.string().optional(),
|
|
2349
2174
|
characterLimit: z.number().optional(),
|
|
2350
2175
|
textAlign: DocumentCreateDocumentTemporaryTextAlignText$inboundSchema
|
|
@@ -2383,7 +2208,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaText$outboundSchem
|
|
|
2383
2208
|
required: z.boolean().optional(),
|
|
2384
2209
|
readOnly: z.boolean().optional(),
|
|
2385
2210
|
fontSize: z.number().default(12),
|
|
2386
|
-
type:
|
|
2211
|
+
type: DocumentCreateDocumentTemporaryTypeTextEnum$outboundSchema,
|
|
2387
2212
|
text: z.string().optional(),
|
|
2388
2213
|
characterLimit: z.number().optional(),
|
|
2389
2214
|
textAlign: DocumentCreateDocumentTemporaryTextAlignText$outboundSchema
|
|
@@ -2427,7 +2252,7 @@ export const DocumentCreateDocumentTemporaryFieldText$inboundSchema: z.ZodType<
|
|
|
2427
2252
|
z.ZodTypeDef,
|
|
2428
2253
|
unknown
|
|
2429
2254
|
> = z.object({
|
|
2430
|
-
type:
|
|
2255
|
+
type: z.literal("TEXT"),
|
|
2431
2256
|
fieldMeta: z.lazy(() =>
|
|
2432
2257
|
DocumentCreateDocumentTemporaryRecipientFieldMetaText$inboundSchema
|
|
2433
2258
|
).optional(),
|
|
@@ -2439,7 +2264,7 @@ export const DocumentCreateDocumentTemporaryFieldText$inboundSchema: z.ZodType<
|
|
|
2439
2264
|
});
|
|
2440
2265
|
/** @internal */
|
|
2441
2266
|
export type DocumentCreateDocumentTemporaryFieldText$Outbound = {
|
|
2442
|
-
type:
|
|
2267
|
+
type: "TEXT";
|
|
2443
2268
|
fieldMeta?:
|
|
2444
2269
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaText$Outbound
|
|
2445
2270
|
| undefined;
|
|
@@ -2456,7 +2281,7 @@ export const DocumentCreateDocumentTemporaryFieldText$outboundSchema: z.ZodType<
|
|
|
2456
2281
|
z.ZodTypeDef,
|
|
2457
2282
|
DocumentCreateDocumentTemporaryFieldText
|
|
2458
2283
|
> = z.object({
|
|
2459
|
-
type:
|
|
2284
|
+
type: z.literal("TEXT"),
|
|
2460
2285
|
fieldMeta: z.lazy(() =>
|
|
2461
2286
|
DocumentCreateDocumentTemporaryRecipientFieldMetaText$outboundSchema
|
|
2462
2287
|
).optional(),
|
|
@@ -2494,22 +2319,13 @@ export function documentCreateDocumentTemporaryFieldTextFromJSON(
|
|
|
2494
2319
|
}
|
|
2495
2320
|
|
|
2496
2321
|
/** @internal */
|
|
2497
|
-
export const
|
|
2498
|
-
z.ZodNativeEnum<typeof
|
|
2499
|
-
.nativeEnum(
|
|
2322
|
+
export const DocumentCreateDocumentTemporaryTypeDateEnum$inboundSchema:
|
|
2323
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeDateEnum> = z
|
|
2324
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeDateEnum);
|
|
2500
2325
|
/** @internal */
|
|
2501
|
-
export const
|
|
2502
|
-
z.ZodNativeEnum<typeof
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
/** @internal */
|
|
2506
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeDate2$inboundSchema:
|
|
2507
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeDate2> = z
|
|
2508
|
-
.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeDate2);
|
|
2509
|
-
/** @internal */
|
|
2510
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeDate2$outboundSchema:
|
|
2511
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeDate2> =
|
|
2512
|
-
DocumentCreateDocumentTemporaryRecipientTypeDate2$inboundSchema;
|
|
2326
|
+
export const DocumentCreateDocumentTemporaryTypeDateEnum$outboundSchema:
|
|
2327
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeDateEnum> =
|
|
2328
|
+
DocumentCreateDocumentTemporaryTypeDateEnum$inboundSchema;
|
|
2513
2329
|
|
|
2514
2330
|
/** @internal */
|
|
2515
2331
|
export const DocumentCreateDocumentTemporaryTextAlignDate$inboundSchema:
|
|
@@ -2532,7 +2348,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaDate$inboundSchema
|
|
|
2532
2348
|
required: z.boolean().optional(),
|
|
2533
2349
|
readOnly: z.boolean().optional(),
|
|
2534
2350
|
fontSize: z.number().default(12),
|
|
2535
|
-
type:
|
|
2351
|
+
type: DocumentCreateDocumentTemporaryTypeDateEnum$inboundSchema,
|
|
2536
2352
|
textAlign: DocumentCreateDocumentTemporaryTextAlignDate$inboundSchema
|
|
2537
2353
|
.optional(),
|
|
2538
2354
|
});
|
|
@@ -2559,7 +2375,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaDate$outboundSchem
|
|
|
2559
2375
|
required: z.boolean().optional(),
|
|
2560
2376
|
readOnly: z.boolean().optional(),
|
|
2561
2377
|
fontSize: z.number().default(12),
|
|
2562
|
-
type:
|
|
2378
|
+
type: DocumentCreateDocumentTemporaryTypeDateEnum$outboundSchema,
|
|
2563
2379
|
textAlign: DocumentCreateDocumentTemporaryTextAlignDate$outboundSchema
|
|
2564
2380
|
.optional(),
|
|
2565
2381
|
});
|
|
@@ -2596,7 +2412,7 @@ export const DocumentCreateDocumentTemporaryFieldDate$inboundSchema: z.ZodType<
|
|
|
2596
2412
|
z.ZodTypeDef,
|
|
2597
2413
|
unknown
|
|
2598
2414
|
> = z.object({
|
|
2599
|
-
type:
|
|
2415
|
+
type: z.literal("DATE"),
|
|
2600
2416
|
fieldMeta: z.lazy(() =>
|
|
2601
2417
|
DocumentCreateDocumentTemporaryRecipientFieldMetaDate$inboundSchema
|
|
2602
2418
|
).optional(),
|
|
@@ -2608,7 +2424,7 @@ export const DocumentCreateDocumentTemporaryFieldDate$inboundSchema: z.ZodType<
|
|
|
2608
2424
|
});
|
|
2609
2425
|
/** @internal */
|
|
2610
2426
|
export type DocumentCreateDocumentTemporaryFieldDate$Outbound = {
|
|
2611
|
-
type:
|
|
2427
|
+
type: "DATE";
|
|
2612
2428
|
fieldMeta?:
|
|
2613
2429
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaDate$Outbound
|
|
2614
2430
|
| undefined;
|
|
@@ -2625,7 +2441,7 @@ export const DocumentCreateDocumentTemporaryFieldDate$outboundSchema: z.ZodType<
|
|
|
2625
2441
|
z.ZodTypeDef,
|
|
2626
2442
|
DocumentCreateDocumentTemporaryFieldDate
|
|
2627
2443
|
> = z.object({
|
|
2628
|
-
type:
|
|
2444
|
+
type: z.literal("DATE"),
|
|
2629
2445
|
fieldMeta: z.lazy(() =>
|
|
2630
2446
|
DocumentCreateDocumentTemporaryRecipientFieldMetaDate$outboundSchema
|
|
2631
2447
|
).optional(),
|
|
@@ -2663,22 +2479,13 @@ export function documentCreateDocumentTemporaryFieldDateFromJSON(
|
|
|
2663
2479
|
}
|
|
2664
2480
|
|
|
2665
2481
|
/** @internal */
|
|
2666
|
-
export const
|
|
2667
|
-
z.ZodNativeEnum<typeof
|
|
2668
|
-
.nativeEnum(
|
|
2669
|
-
/** @internal */
|
|
2670
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeEmail1$outboundSchema:
|
|
2671
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeEmail1> =
|
|
2672
|
-
DocumentCreateDocumentTemporaryRecipientTypeEmail1$inboundSchema;
|
|
2673
|
-
|
|
2674
|
-
/** @internal */
|
|
2675
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeEmail2$inboundSchema:
|
|
2676
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeEmail2> = z
|
|
2677
|
-
.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeEmail2);
|
|
2482
|
+
export const DocumentCreateDocumentTemporaryTypeEmailEnum$inboundSchema:
|
|
2483
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeEmailEnum> = z
|
|
2484
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeEmailEnum);
|
|
2678
2485
|
/** @internal */
|
|
2679
|
-
export const
|
|
2680
|
-
z.ZodNativeEnum<typeof
|
|
2681
|
-
|
|
2486
|
+
export const DocumentCreateDocumentTemporaryTypeEmailEnum$outboundSchema:
|
|
2487
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeEmailEnum> =
|
|
2488
|
+
DocumentCreateDocumentTemporaryTypeEmailEnum$inboundSchema;
|
|
2682
2489
|
|
|
2683
2490
|
/** @internal */
|
|
2684
2491
|
export const DocumentCreateDocumentTemporaryTextAlignEmail$inboundSchema:
|
|
@@ -2701,7 +2508,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaEmail$inboundSchem
|
|
|
2701
2508
|
required: z.boolean().optional(),
|
|
2702
2509
|
readOnly: z.boolean().optional(),
|
|
2703
2510
|
fontSize: z.number().default(12),
|
|
2704
|
-
type:
|
|
2511
|
+
type: DocumentCreateDocumentTemporaryTypeEmailEnum$inboundSchema,
|
|
2705
2512
|
textAlign: DocumentCreateDocumentTemporaryTextAlignEmail$inboundSchema
|
|
2706
2513
|
.optional(),
|
|
2707
2514
|
});
|
|
@@ -2728,7 +2535,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaEmail$outboundSche
|
|
|
2728
2535
|
required: z.boolean().optional(),
|
|
2729
2536
|
readOnly: z.boolean().optional(),
|
|
2730
2537
|
fontSize: z.number().default(12),
|
|
2731
|
-
type:
|
|
2538
|
+
type: DocumentCreateDocumentTemporaryTypeEmailEnum$outboundSchema,
|
|
2732
2539
|
textAlign: DocumentCreateDocumentTemporaryTextAlignEmail$outboundSchema
|
|
2733
2540
|
.optional(),
|
|
2734
2541
|
});
|
|
@@ -2764,7 +2571,7 @@ export const DocumentCreateDocumentTemporaryFieldEmail$inboundSchema: z.ZodType<
|
|
|
2764
2571
|
z.ZodTypeDef,
|
|
2765
2572
|
unknown
|
|
2766
2573
|
> = z.object({
|
|
2767
|
-
type:
|
|
2574
|
+
type: z.literal("EMAIL"),
|
|
2768
2575
|
fieldMeta: z.lazy(() =>
|
|
2769
2576
|
DocumentCreateDocumentTemporaryRecipientFieldMetaEmail$inboundSchema
|
|
2770
2577
|
).optional(),
|
|
@@ -2776,7 +2583,7 @@ export const DocumentCreateDocumentTemporaryFieldEmail$inboundSchema: z.ZodType<
|
|
|
2776
2583
|
});
|
|
2777
2584
|
/** @internal */
|
|
2778
2585
|
export type DocumentCreateDocumentTemporaryFieldEmail$Outbound = {
|
|
2779
|
-
type:
|
|
2586
|
+
type: "EMAIL";
|
|
2780
2587
|
fieldMeta?:
|
|
2781
2588
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaEmail$Outbound
|
|
2782
2589
|
| undefined;
|
|
@@ -2794,7 +2601,7 @@ export const DocumentCreateDocumentTemporaryFieldEmail$outboundSchema:
|
|
|
2794
2601
|
z.ZodTypeDef,
|
|
2795
2602
|
DocumentCreateDocumentTemporaryFieldEmail
|
|
2796
2603
|
> = z.object({
|
|
2797
|
-
type:
|
|
2604
|
+
type: z.literal("EMAIL"),
|
|
2798
2605
|
fieldMeta: z.lazy(() =>
|
|
2799
2606
|
DocumentCreateDocumentTemporaryRecipientFieldMetaEmail$outboundSchema
|
|
2800
2607
|
).optional(),
|
|
@@ -2832,22 +2639,13 @@ export function documentCreateDocumentTemporaryFieldEmailFromJSON(
|
|
|
2832
2639
|
}
|
|
2833
2640
|
|
|
2834
2641
|
/** @internal */
|
|
2835
|
-
export const
|
|
2836
|
-
z.ZodNativeEnum<typeof
|
|
2837
|
-
.nativeEnum(
|
|
2838
|
-
/** @internal */
|
|
2839
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeName1$outboundSchema:
|
|
2840
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeName1> =
|
|
2841
|
-
DocumentCreateDocumentTemporaryRecipientTypeName1$inboundSchema;
|
|
2842
|
-
|
|
2843
|
-
/** @internal */
|
|
2844
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeName2$inboundSchema:
|
|
2845
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryRecipientTypeName2> = z
|
|
2846
|
-
.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeName2);
|
|
2642
|
+
export const DocumentCreateDocumentTemporaryTypeNameEnum$inboundSchema:
|
|
2643
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeNameEnum> = z
|
|
2644
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeNameEnum);
|
|
2847
2645
|
/** @internal */
|
|
2848
|
-
export const
|
|
2849
|
-
z.ZodNativeEnum<typeof
|
|
2850
|
-
|
|
2646
|
+
export const DocumentCreateDocumentTemporaryTypeNameEnum$outboundSchema:
|
|
2647
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeNameEnum> =
|
|
2648
|
+
DocumentCreateDocumentTemporaryTypeNameEnum$inboundSchema;
|
|
2851
2649
|
|
|
2852
2650
|
/** @internal */
|
|
2853
2651
|
export const DocumentCreateDocumentTemporaryTextAlignName$inboundSchema:
|
|
@@ -2870,7 +2668,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaName$inboundSchema
|
|
|
2870
2668
|
required: z.boolean().optional(),
|
|
2871
2669
|
readOnly: z.boolean().optional(),
|
|
2872
2670
|
fontSize: z.number().default(12),
|
|
2873
|
-
type:
|
|
2671
|
+
type: DocumentCreateDocumentTemporaryTypeNameEnum$inboundSchema,
|
|
2874
2672
|
textAlign: DocumentCreateDocumentTemporaryTextAlignName$inboundSchema
|
|
2875
2673
|
.optional(),
|
|
2876
2674
|
});
|
|
@@ -2897,7 +2695,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaName$outboundSchem
|
|
|
2897
2695
|
required: z.boolean().optional(),
|
|
2898
2696
|
readOnly: z.boolean().optional(),
|
|
2899
2697
|
fontSize: z.number().default(12),
|
|
2900
|
-
type:
|
|
2698
|
+
type: DocumentCreateDocumentTemporaryTypeNameEnum$outboundSchema,
|
|
2901
2699
|
textAlign: DocumentCreateDocumentTemporaryTextAlignName$outboundSchema
|
|
2902
2700
|
.optional(),
|
|
2903
2701
|
});
|
|
@@ -2934,7 +2732,7 @@ export const DocumentCreateDocumentTemporaryFieldName$inboundSchema: z.ZodType<
|
|
|
2934
2732
|
z.ZodTypeDef,
|
|
2935
2733
|
unknown
|
|
2936
2734
|
> = z.object({
|
|
2937
|
-
type:
|
|
2735
|
+
type: z.literal("NAME"),
|
|
2938
2736
|
fieldMeta: z.lazy(() =>
|
|
2939
2737
|
DocumentCreateDocumentTemporaryRecipientFieldMetaName$inboundSchema
|
|
2940
2738
|
).optional(),
|
|
@@ -2946,7 +2744,7 @@ export const DocumentCreateDocumentTemporaryFieldName$inboundSchema: z.ZodType<
|
|
|
2946
2744
|
});
|
|
2947
2745
|
/** @internal */
|
|
2948
2746
|
export type DocumentCreateDocumentTemporaryFieldName$Outbound = {
|
|
2949
|
-
type:
|
|
2747
|
+
type: "NAME";
|
|
2950
2748
|
fieldMeta?:
|
|
2951
2749
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaName$Outbound
|
|
2952
2750
|
| undefined;
|
|
@@ -2963,7 +2761,7 @@ export const DocumentCreateDocumentTemporaryFieldName$outboundSchema: z.ZodType<
|
|
|
2963
2761
|
z.ZodTypeDef,
|
|
2964
2762
|
DocumentCreateDocumentTemporaryFieldName
|
|
2965
2763
|
> = z.object({
|
|
2966
|
-
type:
|
|
2764
|
+
type: z.literal("NAME"),
|
|
2967
2765
|
fieldMeta: z.lazy(() =>
|
|
2968
2766
|
DocumentCreateDocumentTemporaryRecipientFieldMetaName$outboundSchema
|
|
2969
2767
|
).optional(),
|
|
@@ -3001,26 +2799,13 @@ export function documentCreateDocumentTemporaryFieldNameFromJSON(
|
|
|
3001
2799
|
}
|
|
3002
2800
|
|
|
3003
2801
|
/** @internal */
|
|
3004
|
-
export const
|
|
3005
|
-
z.ZodNativeEnum<
|
|
3006
|
-
|
|
3007
|
-
> = z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeInitials1);
|
|
3008
|
-
/** @internal */
|
|
3009
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeInitials1$outboundSchema:
|
|
3010
|
-
z.ZodNativeEnum<
|
|
3011
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeInitials1
|
|
3012
|
-
> = DocumentCreateDocumentTemporaryRecipientTypeInitials1$inboundSchema;
|
|
3013
|
-
|
|
3014
|
-
/** @internal */
|
|
3015
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeInitials2$inboundSchema:
|
|
3016
|
-
z.ZodNativeEnum<
|
|
3017
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeInitials2
|
|
3018
|
-
> = z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeInitials2);
|
|
2802
|
+
export const DocumentCreateDocumentTemporaryTypeInitialsEnum$inboundSchema:
|
|
2803
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeInitialsEnum> = z
|
|
2804
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeInitialsEnum);
|
|
3019
2805
|
/** @internal */
|
|
3020
|
-
export const
|
|
3021
|
-
z.ZodNativeEnum<
|
|
3022
|
-
|
|
3023
|
-
> = DocumentCreateDocumentTemporaryRecipientTypeInitials2$inboundSchema;
|
|
2806
|
+
export const DocumentCreateDocumentTemporaryTypeInitialsEnum$outboundSchema:
|
|
2807
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeInitialsEnum> =
|
|
2808
|
+
DocumentCreateDocumentTemporaryTypeInitialsEnum$inboundSchema;
|
|
3024
2809
|
|
|
3025
2810
|
/** @internal */
|
|
3026
2811
|
export const DocumentCreateDocumentTemporaryTextAlignInitials$inboundSchema:
|
|
@@ -3043,7 +2828,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaInitials$inboundSc
|
|
|
3043
2828
|
required: z.boolean().optional(),
|
|
3044
2829
|
readOnly: z.boolean().optional(),
|
|
3045
2830
|
fontSize: z.number().default(12),
|
|
3046
|
-
type:
|
|
2831
|
+
type: DocumentCreateDocumentTemporaryTypeInitialsEnum$inboundSchema,
|
|
3047
2832
|
textAlign: DocumentCreateDocumentTemporaryTextAlignInitials$inboundSchema
|
|
3048
2833
|
.optional(),
|
|
3049
2834
|
});
|
|
@@ -3071,7 +2856,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaInitials$outboundS
|
|
|
3071
2856
|
required: z.boolean().optional(),
|
|
3072
2857
|
readOnly: z.boolean().optional(),
|
|
3073
2858
|
fontSize: z.number().default(12),
|
|
3074
|
-
type:
|
|
2859
|
+
type: DocumentCreateDocumentTemporaryTypeInitialsEnum$outboundSchema,
|
|
3075
2860
|
textAlign: DocumentCreateDocumentTemporaryTextAlignInitials$outboundSchema
|
|
3076
2861
|
.optional(),
|
|
3077
2862
|
});
|
|
@@ -3107,7 +2892,7 @@ export const DocumentCreateDocumentTemporaryFieldInitials$inboundSchema:
|
|
|
3107
2892
|
z.ZodTypeDef,
|
|
3108
2893
|
unknown
|
|
3109
2894
|
> = z.object({
|
|
3110
|
-
type:
|
|
2895
|
+
type: z.literal("INITIALS"),
|
|
3111
2896
|
fieldMeta: z.lazy(() =>
|
|
3112
2897
|
DocumentCreateDocumentTemporaryRecipientFieldMetaInitials$inboundSchema
|
|
3113
2898
|
).optional(),
|
|
@@ -3119,7 +2904,7 @@ export const DocumentCreateDocumentTemporaryFieldInitials$inboundSchema:
|
|
|
3119
2904
|
});
|
|
3120
2905
|
/** @internal */
|
|
3121
2906
|
export type DocumentCreateDocumentTemporaryFieldInitials$Outbound = {
|
|
3122
|
-
type:
|
|
2907
|
+
type: "INITIALS";
|
|
3123
2908
|
fieldMeta?:
|
|
3124
2909
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaInitials$Outbound
|
|
3125
2910
|
| undefined;
|
|
@@ -3137,7 +2922,7 @@ export const DocumentCreateDocumentTemporaryFieldInitials$outboundSchema:
|
|
|
3137
2922
|
z.ZodTypeDef,
|
|
3138
2923
|
DocumentCreateDocumentTemporaryFieldInitials
|
|
3139
2924
|
> = z.object({
|
|
3140
|
-
type:
|
|
2925
|
+
type: z.literal("INITIALS"),
|
|
3141
2926
|
fieldMeta: z.lazy(() =>
|
|
3142
2927
|
DocumentCreateDocumentTemporaryRecipientFieldMetaInitials$outboundSchema
|
|
3143
2928
|
).optional(),
|
|
@@ -3174,15 +2959,6 @@ export function documentCreateDocumentTemporaryFieldInitialsFromJSON(
|
|
|
3174
2959
|
);
|
|
3175
2960
|
}
|
|
3176
2961
|
|
|
3177
|
-
/** @internal */
|
|
3178
|
-
export const DocumentCreateDocumentTemporaryTypeFreeSignature$inboundSchema:
|
|
3179
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeFreeSignature> = z
|
|
3180
|
-
.nativeEnum(DocumentCreateDocumentTemporaryTypeFreeSignature);
|
|
3181
|
-
/** @internal */
|
|
3182
|
-
export const DocumentCreateDocumentTemporaryTypeFreeSignature$outboundSchema:
|
|
3183
|
-
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeFreeSignature> =
|
|
3184
|
-
DocumentCreateDocumentTemporaryTypeFreeSignature$inboundSchema;
|
|
3185
|
-
|
|
3186
2962
|
/** @internal */
|
|
3187
2963
|
export const DocumentCreateDocumentTemporaryFieldFreeSignature$inboundSchema:
|
|
3188
2964
|
z.ZodType<
|
|
@@ -3190,7 +2966,7 @@ export const DocumentCreateDocumentTemporaryFieldFreeSignature$inboundSchema:
|
|
|
3190
2966
|
z.ZodTypeDef,
|
|
3191
2967
|
unknown
|
|
3192
2968
|
> = z.object({
|
|
3193
|
-
type:
|
|
2969
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
3194
2970
|
pageNumber: z.number(),
|
|
3195
2971
|
pageX: z.number(),
|
|
3196
2972
|
pageY: z.number(),
|
|
@@ -3199,7 +2975,7 @@ export const DocumentCreateDocumentTemporaryFieldFreeSignature$inboundSchema:
|
|
|
3199
2975
|
});
|
|
3200
2976
|
/** @internal */
|
|
3201
2977
|
export type DocumentCreateDocumentTemporaryFieldFreeSignature$Outbound = {
|
|
3202
|
-
type:
|
|
2978
|
+
type: "FREE_SIGNATURE";
|
|
3203
2979
|
pageNumber: number;
|
|
3204
2980
|
pageX: number;
|
|
3205
2981
|
pageY: number;
|
|
@@ -3214,7 +2990,7 @@ export const DocumentCreateDocumentTemporaryFieldFreeSignature$outboundSchema:
|
|
|
3214
2990
|
z.ZodTypeDef,
|
|
3215
2991
|
DocumentCreateDocumentTemporaryFieldFreeSignature
|
|
3216
2992
|
> = z.object({
|
|
3217
|
-
type:
|
|
2993
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
3218
2994
|
pageNumber: z.number(),
|
|
3219
2995
|
pageX: z.number(),
|
|
3220
2996
|
pageY: z.number(),
|
|
@@ -3249,26 +3025,13 @@ export function documentCreateDocumentTemporaryFieldFreeSignatureFromJSON(
|
|
|
3249
3025
|
}
|
|
3250
3026
|
|
|
3251
3027
|
/** @internal */
|
|
3252
|
-
export const
|
|
3253
|
-
z.ZodNativeEnum<
|
|
3254
|
-
|
|
3255
|
-
> = z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeSignature1);
|
|
3028
|
+
export const DocumentCreateDocumentTemporaryTypeSignatureEnum$inboundSchema:
|
|
3029
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeSignatureEnum> = z
|
|
3030
|
+
.nativeEnum(DocumentCreateDocumentTemporaryTypeSignatureEnum);
|
|
3256
3031
|
/** @internal */
|
|
3257
|
-
export const
|
|
3258
|
-
z.ZodNativeEnum<
|
|
3259
|
-
|
|
3260
|
-
> = DocumentCreateDocumentTemporaryRecipientTypeSignature1$inboundSchema;
|
|
3261
|
-
|
|
3262
|
-
/** @internal */
|
|
3263
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeSignature2$inboundSchema:
|
|
3264
|
-
z.ZodNativeEnum<
|
|
3265
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeSignature2
|
|
3266
|
-
> = z.nativeEnum(DocumentCreateDocumentTemporaryRecipientTypeSignature2);
|
|
3267
|
-
/** @internal */
|
|
3268
|
-
export const DocumentCreateDocumentTemporaryRecipientTypeSignature2$outboundSchema:
|
|
3269
|
-
z.ZodNativeEnum<
|
|
3270
|
-
typeof DocumentCreateDocumentTemporaryRecipientTypeSignature2
|
|
3271
|
-
> = DocumentCreateDocumentTemporaryRecipientTypeSignature2$inboundSchema;
|
|
3032
|
+
export const DocumentCreateDocumentTemporaryTypeSignatureEnum$outboundSchema:
|
|
3033
|
+
z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryTypeSignatureEnum> =
|
|
3034
|
+
DocumentCreateDocumentTemporaryTypeSignatureEnum$inboundSchema;
|
|
3272
3035
|
|
|
3273
3036
|
/** @internal */
|
|
3274
3037
|
export const DocumentCreateDocumentTemporaryRecipientFieldMetaSignature$inboundSchema:
|
|
@@ -3282,7 +3045,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaSignature$inboundS
|
|
|
3282
3045
|
required: z.boolean().optional(),
|
|
3283
3046
|
readOnly: z.boolean().optional(),
|
|
3284
3047
|
fontSize: z.number().default(12),
|
|
3285
|
-
type:
|
|
3048
|
+
type: DocumentCreateDocumentTemporaryTypeSignatureEnum$inboundSchema,
|
|
3286
3049
|
});
|
|
3287
3050
|
/** @internal */
|
|
3288
3051
|
export type DocumentCreateDocumentTemporaryRecipientFieldMetaSignature$Outbound =
|
|
@@ -3307,7 +3070,7 @@ export const DocumentCreateDocumentTemporaryRecipientFieldMetaSignature$outbound
|
|
|
3307
3070
|
required: z.boolean().optional(),
|
|
3308
3071
|
readOnly: z.boolean().optional(),
|
|
3309
3072
|
fontSize: z.number().default(12),
|
|
3310
|
-
type:
|
|
3073
|
+
type: DocumentCreateDocumentTemporaryTypeSignatureEnum$outboundSchema,
|
|
3311
3074
|
});
|
|
3312
3075
|
|
|
3313
3076
|
export function documentCreateDocumentTemporaryRecipientFieldMetaSignatureToJSON(
|
|
@@ -3341,7 +3104,7 @@ export const DocumentCreateDocumentTemporaryFieldSignature$inboundSchema:
|
|
|
3341
3104
|
z.ZodTypeDef,
|
|
3342
3105
|
unknown
|
|
3343
3106
|
> = z.object({
|
|
3344
|
-
type:
|
|
3107
|
+
type: z.literal("SIGNATURE"),
|
|
3345
3108
|
fieldMeta: z.lazy(() =>
|
|
3346
3109
|
DocumentCreateDocumentTemporaryRecipientFieldMetaSignature$inboundSchema
|
|
3347
3110
|
).optional(),
|
|
@@ -3353,7 +3116,7 @@ export const DocumentCreateDocumentTemporaryFieldSignature$inboundSchema:
|
|
|
3353
3116
|
});
|
|
3354
3117
|
/** @internal */
|
|
3355
3118
|
export type DocumentCreateDocumentTemporaryFieldSignature$Outbound = {
|
|
3356
|
-
type:
|
|
3119
|
+
type: "SIGNATURE";
|
|
3357
3120
|
fieldMeta?:
|
|
3358
3121
|
| DocumentCreateDocumentTemporaryRecipientFieldMetaSignature$Outbound
|
|
3359
3122
|
| undefined;
|
|
@@ -3371,7 +3134,7 @@ export const DocumentCreateDocumentTemporaryFieldSignature$outboundSchema:
|
|
|
3371
3134
|
z.ZodTypeDef,
|
|
3372
3135
|
DocumentCreateDocumentTemporaryFieldSignature
|
|
3373
3136
|
> = z.object({
|
|
3374
|
-
type:
|
|
3137
|
+
type: z.literal("SIGNATURE"),
|
|
3375
3138
|
fieldMeta: z.lazy(() =>
|
|
3376
3139
|
DocumentCreateDocumentTemporaryRecipientFieldMetaSignature$outboundSchema
|
|
3377
3140
|
).optional(),
|
|
@@ -4724,22 +4487,13 @@ export function documentRecipientFromJSON(
|
|
|
4724
4487
|
}
|
|
4725
4488
|
|
|
4726
4489
|
/** @internal */
|
|
4727
|
-
export const
|
|
4728
|
-
typeof
|
|
4729
|
-
> = z.nativeEnum(
|
|
4730
|
-
/** @internal */
|
|
4731
|
-
export const DocumentFieldType$outboundSchema: z.ZodNativeEnum<
|
|
4732
|
-
typeof DocumentFieldType
|
|
4733
|
-
> = DocumentFieldType$inboundSchema;
|
|
4734
|
-
|
|
4735
|
-
/** @internal */
|
|
4736
|
-
export const DocumentTypeDropdown$inboundSchema: z.ZodNativeEnum<
|
|
4737
|
-
typeof DocumentTypeDropdown
|
|
4738
|
-
> = z.nativeEnum(DocumentTypeDropdown);
|
|
4490
|
+
export const DocumentFieldTypeEnum$inboundSchema: z.ZodNativeEnum<
|
|
4491
|
+
typeof DocumentFieldTypeEnum
|
|
4492
|
+
> = z.nativeEnum(DocumentFieldTypeEnum);
|
|
4739
4493
|
/** @internal */
|
|
4740
|
-
export const
|
|
4741
|
-
typeof
|
|
4742
|
-
> =
|
|
4494
|
+
export const DocumentFieldTypeEnum$outboundSchema: z.ZodNativeEnum<
|
|
4495
|
+
typeof DocumentFieldTypeEnum
|
|
4496
|
+
> = DocumentFieldTypeEnum$inboundSchema;
|
|
4743
4497
|
|
|
4744
4498
|
/** @internal */
|
|
4745
4499
|
export const DocumentValue3$inboundSchema: z.ZodType<
|
|
@@ -4787,7 +4541,7 @@ export const FieldMetaDocumentDropdown$inboundSchema: z.ZodType<
|
|
|
4787
4541
|
required: z.boolean().optional(),
|
|
4788
4542
|
readOnly: z.boolean().optional(),
|
|
4789
4543
|
fontSize: z.number().default(12),
|
|
4790
|
-
type:
|
|
4544
|
+
type: z.literal("dropdown"),
|
|
4791
4545
|
values: z.array(z.lazy(() => DocumentValue3$inboundSchema)).optional(),
|
|
4792
4546
|
defaultValue: z.string().optional(),
|
|
4793
4547
|
});
|
|
@@ -4798,7 +4552,7 @@ export type FieldMetaDocumentDropdown$Outbound = {
|
|
|
4798
4552
|
required?: boolean | undefined;
|
|
4799
4553
|
readOnly?: boolean | undefined;
|
|
4800
4554
|
fontSize: number;
|
|
4801
|
-
type:
|
|
4555
|
+
type: "dropdown";
|
|
4802
4556
|
values?: Array<DocumentValue3$Outbound> | undefined;
|
|
4803
4557
|
defaultValue?: string | undefined;
|
|
4804
4558
|
};
|
|
@@ -4814,7 +4568,7 @@ export const FieldMetaDocumentDropdown$outboundSchema: z.ZodType<
|
|
|
4814
4568
|
required: z.boolean().optional(),
|
|
4815
4569
|
readOnly: z.boolean().optional(),
|
|
4816
4570
|
fontSize: z.number().default(12),
|
|
4817
|
-
type:
|
|
4571
|
+
type: z.literal("dropdown"),
|
|
4818
4572
|
values: z.array(z.lazy(() => DocumentValue3$outboundSchema)).optional(),
|
|
4819
4573
|
defaultValue: z.string().optional(),
|
|
4820
4574
|
});
|
|
@@ -4836,15 +4590,6 @@ export function fieldMetaDocumentDropdownFromJSON(
|
|
|
4836
4590
|
);
|
|
4837
4591
|
}
|
|
4838
4592
|
|
|
4839
|
-
/** @internal */
|
|
4840
|
-
export const DocumentTypeCheckbox$inboundSchema: z.ZodNativeEnum<
|
|
4841
|
-
typeof DocumentTypeCheckbox
|
|
4842
|
-
> = z.nativeEnum(DocumentTypeCheckbox);
|
|
4843
|
-
/** @internal */
|
|
4844
|
-
export const DocumentTypeCheckbox$outboundSchema: z.ZodNativeEnum<
|
|
4845
|
-
typeof DocumentTypeCheckbox
|
|
4846
|
-
> = DocumentTypeCheckbox$inboundSchema;
|
|
4847
|
-
|
|
4848
4593
|
/** @internal */
|
|
4849
4594
|
export const DocumentValue2$inboundSchema: z.ZodType<
|
|
4850
4595
|
DocumentValue2,
|
|
@@ -4906,7 +4651,7 @@ export const FieldMetaDocumentCheckbox$inboundSchema: z.ZodType<
|
|
|
4906
4651
|
required: z.boolean().optional(),
|
|
4907
4652
|
readOnly: z.boolean().optional(),
|
|
4908
4653
|
fontSize: z.number().default(12),
|
|
4909
|
-
type:
|
|
4654
|
+
type: z.literal("checkbox"),
|
|
4910
4655
|
values: z.array(z.lazy(() => DocumentValue2$inboundSchema)).optional(),
|
|
4911
4656
|
validationRule: z.string().optional(),
|
|
4912
4657
|
validationLength: z.number().optional(),
|
|
@@ -4919,7 +4664,7 @@ export type FieldMetaDocumentCheckbox$Outbound = {
|
|
|
4919
4664
|
required?: boolean | undefined;
|
|
4920
4665
|
readOnly?: boolean | undefined;
|
|
4921
4666
|
fontSize: number;
|
|
4922
|
-
type:
|
|
4667
|
+
type: "checkbox";
|
|
4923
4668
|
values?: Array<DocumentValue2$Outbound> | undefined;
|
|
4924
4669
|
validationRule?: string | undefined;
|
|
4925
4670
|
validationLength?: number | undefined;
|
|
@@ -4937,7 +4682,7 @@ export const FieldMetaDocumentCheckbox$outboundSchema: z.ZodType<
|
|
|
4937
4682
|
required: z.boolean().optional(),
|
|
4938
4683
|
readOnly: z.boolean().optional(),
|
|
4939
4684
|
fontSize: z.number().default(12),
|
|
4940
|
-
type:
|
|
4685
|
+
type: z.literal("checkbox"),
|
|
4941
4686
|
values: z.array(z.lazy(() => DocumentValue2$outboundSchema)).optional(),
|
|
4942
4687
|
validationRule: z.string().optional(),
|
|
4943
4688
|
validationLength: z.number().optional(),
|
|
@@ -4961,15 +4706,6 @@ export function fieldMetaDocumentCheckboxFromJSON(
|
|
|
4961
4706
|
);
|
|
4962
4707
|
}
|
|
4963
4708
|
|
|
4964
|
-
/** @internal */
|
|
4965
|
-
export const DocumentTypeRadio$inboundSchema: z.ZodNativeEnum<
|
|
4966
|
-
typeof DocumentTypeRadio
|
|
4967
|
-
> = z.nativeEnum(DocumentTypeRadio);
|
|
4968
|
-
/** @internal */
|
|
4969
|
-
export const DocumentTypeRadio$outboundSchema: z.ZodNativeEnum<
|
|
4970
|
-
typeof DocumentTypeRadio
|
|
4971
|
-
> = DocumentTypeRadio$inboundSchema;
|
|
4972
|
-
|
|
4973
4709
|
/** @internal */
|
|
4974
4710
|
export const DocumentValue1$inboundSchema: z.ZodType<
|
|
4975
4711
|
DocumentValue1,
|
|
@@ -5031,7 +4767,7 @@ export const FieldMetaDocumentRadio$inboundSchema: z.ZodType<
|
|
|
5031
4767
|
required: z.boolean().optional(),
|
|
5032
4768
|
readOnly: z.boolean().optional(),
|
|
5033
4769
|
fontSize: z.number().default(12),
|
|
5034
|
-
type:
|
|
4770
|
+
type: z.literal("radio"),
|
|
5035
4771
|
values: z.array(z.lazy(() => DocumentValue1$inboundSchema)).optional(),
|
|
5036
4772
|
direction: DocumentDirection1$inboundSchema.default("vertical"),
|
|
5037
4773
|
});
|
|
@@ -5042,7 +4778,7 @@ export type FieldMetaDocumentRadio$Outbound = {
|
|
|
5042
4778
|
required?: boolean | undefined;
|
|
5043
4779
|
readOnly?: boolean | undefined;
|
|
5044
4780
|
fontSize: number;
|
|
5045
|
-
type:
|
|
4781
|
+
type: "radio";
|
|
5046
4782
|
values?: Array<DocumentValue1$Outbound> | undefined;
|
|
5047
4783
|
direction: string;
|
|
5048
4784
|
};
|
|
@@ -5058,7 +4794,7 @@ export const FieldMetaDocumentRadio$outboundSchema: z.ZodType<
|
|
|
5058
4794
|
required: z.boolean().optional(),
|
|
5059
4795
|
readOnly: z.boolean().optional(),
|
|
5060
4796
|
fontSize: z.number().default(12),
|
|
5061
|
-
type:
|
|
4797
|
+
type: z.literal("radio"),
|
|
5062
4798
|
values: z.array(z.lazy(() => DocumentValue1$outboundSchema)).optional(),
|
|
5063
4799
|
direction: DocumentDirection1$outboundSchema.default("vertical"),
|
|
5064
4800
|
});
|
|
@@ -5080,15 +4816,6 @@ export function fieldMetaDocumentRadioFromJSON(
|
|
|
5080
4816
|
);
|
|
5081
4817
|
}
|
|
5082
4818
|
|
|
5083
|
-
/** @internal */
|
|
5084
|
-
export const DocumentTypeNumber$inboundSchema: z.ZodNativeEnum<
|
|
5085
|
-
typeof DocumentTypeNumber
|
|
5086
|
-
> = z.nativeEnum(DocumentTypeNumber);
|
|
5087
|
-
/** @internal */
|
|
5088
|
-
export const DocumentTypeNumber$outboundSchema: z.ZodNativeEnum<
|
|
5089
|
-
typeof DocumentTypeNumber
|
|
5090
|
-
> = DocumentTypeNumber$inboundSchema;
|
|
5091
|
-
|
|
5092
4819
|
/** @internal */
|
|
5093
4820
|
export const DocumentTextAlign6$inboundSchema: z.ZodNativeEnum<
|
|
5094
4821
|
typeof DocumentTextAlign6
|
|
@@ -5118,7 +4845,7 @@ export const FieldMetaDocumentNumber$inboundSchema: z.ZodType<
|
|
|
5118
4845
|
required: z.boolean().optional(),
|
|
5119
4846
|
readOnly: z.boolean().optional(),
|
|
5120
4847
|
fontSize: z.number().default(12),
|
|
5121
|
-
type:
|
|
4848
|
+
type: z.literal("number"),
|
|
5122
4849
|
numberFormat: z.nullable(z.string()).optional(),
|
|
5123
4850
|
value: z.string().optional(),
|
|
5124
4851
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -5135,7 +4862,7 @@ export type FieldMetaDocumentNumber$Outbound = {
|
|
|
5135
4862
|
required?: boolean | undefined;
|
|
5136
4863
|
readOnly?: boolean | undefined;
|
|
5137
4864
|
fontSize: number;
|
|
5138
|
-
type:
|
|
4865
|
+
type: "number";
|
|
5139
4866
|
numberFormat?: string | null | undefined;
|
|
5140
4867
|
value?: string | undefined;
|
|
5141
4868
|
minValue?: number | null | undefined;
|
|
@@ -5157,7 +4884,7 @@ export const FieldMetaDocumentNumber$outboundSchema: z.ZodType<
|
|
|
5157
4884
|
required: z.boolean().optional(),
|
|
5158
4885
|
readOnly: z.boolean().optional(),
|
|
5159
4886
|
fontSize: z.number().default(12),
|
|
5160
|
-
type:
|
|
4887
|
+
type: z.literal("number"),
|
|
5161
4888
|
numberFormat: z.nullable(z.string()).optional(),
|
|
5162
4889
|
value: z.string().optional(),
|
|
5163
4890
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -5185,15 +4912,6 @@ export function fieldMetaDocumentNumberFromJSON(
|
|
|
5185
4912
|
);
|
|
5186
4913
|
}
|
|
5187
4914
|
|
|
5188
|
-
/** @internal */
|
|
5189
|
-
export const DocumentTypeText$inboundSchema: z.ZodNativeEnum<
|
|
5190
|
-
typeof DocumentTypeText
|
|
5191
|
-
> = z.nativeEnum(DocumentTypeText);
|
|
5192
|
-
/** @internal */
|
|
5193
|
-
export const DocumentTypeText$outboundSchema: z.ZodNativeEnum<
|
|
5194
|
-
typeof DocumentTypeText
|
|
5195
|
-
> = DocumentTypeText$inboundSchema;
|
|
5196
|
-
|
|
5197
4915
|
/** @internal */
|
|
5198
4916
|
export const DocumentTextAlign5$inboundSchema: z.ZodNativeEnum<
|
|
5199
4917
|
typeof DocumentTextAlign5
|
|
@@ -5223,7 +4941,7 @@ export const FieldMetaDocumentText$inboundSchema: z.ZodType<
|
|
|
5223
4941
|
required: z.boolean().optional(),
|
|
5224
4942
|
readOnly: z.boolean().optional(),
|
|
5225
4943
|
fontSize: z.number().default(12),
|
|
5226
|
-
type:
|
|
4944
|
+
type: z.literal("text"),
|
|
5227
4945
|
text: z.string().optional(),
|
|
5228
4946
|
characterLimit: z.number().optional(),
|
|
5229
4947
|
textAlign: DocumentTextAlign5$inboundSchema.optional(),
|
|
@@ -5238,7 +4956,7 @@ export type FieldMetaDocumentText$Outbound = {
|
|
|
5238
4956
|
required?: boolean | undefined;
|
|
5239
4957
|
readOnly?: boolean | undefined;
|
|
5240
4958
|
fontSize: number;
|
|
5241
|
-
type:
|
|
4959
|
+
type: "text";
|
|
5242
4960
|
text?: string | undefined;
|
|
5243
4961
|
characterLimit?: number | undefined;
|
|
5244
4962
|
textAlign?: string | undefined;
|
|
@@ -5258,7 +4976,7 @@ export const FieldMetaDocumentText$outboundSchema: z.ZodType<
|
|
|
5258
4976
|
required: z.boolean().optional(),
|
|
5259
4977
|
readOnly: z.boolean().optional(),
|
|
5260
4978
|
fontSize: z.number().default(12),
|
|
5261
|
-
type:
|
|
4979
|
+
type: z.literal("text"),
|
|
5262
4980
|
text: z.string().optional(),
|
|
5263
4981
|
characterLimit: z.number().optional(),
|
|
5264
4982
|
textAlign: DocumentTextAlign5$outboundSchema.optional(),
|
|
@@ -5284,15 +5002,6 @@ export function fieldMetaDocumentTextFromJSON(
|
|
|
5284
5002
|
);
|
|
5285
5003
|
}
|
|
5286
5004
|
|
|
5287
|
-
/** @internal */
|
|
5288
|
-
export const DocumentTypeDate$inboundSchema: z.ZodNativeEnum<
|
|
5289
|
-
typeof DocumentTypeDate
|
|
5290
|
-
> = z.nativeEnum(DocumentTypeDate);
|
|
5291
|
-
/** @internal */
|
|
5292
|
-
export const DocumentTypeDate$outboundSchema: z.ZodNativeEnum<
|
|
5293
|
-
typeof DocumentTypeDate
|
|
5294
|
-
> = DocumentTypeDate$inboundSchema;
|
|
5295
|
-
|
|
5296
5005
|
/** @internal */
|
|
5297
5006
|
export const DocumentTextAlign4$inboundSchema: z.ZodNativeEnum<
|
|
5298
5007
|
typeof DocumentTextAlign4
|
|
@@ -5313,7 +5022,7 @@ export const FieldMetaDocumentDate$inboundSchema: z.ZodType<
|
|
|
5313
5022
|
required: z.boolean().optional(),
|
|
5314
5023
|
readOnly: z.boolean().optional(),
|
|
5315
5024
|
fontSize: z.number().default(12),
|
|
5316
|
-
type:
|
|
5025
|
+
type: z.literal("date"),
|
|
5317
5026
|
textAlign: DocumentTextAlign4$inboundSchema.optional(),
|
|
5318
5027
|
});
|
|
5319
5028
|
/** @internal */
|
|
@@ -5323,7 +5032,7 @@ export type FieldMetaDocumentDate$Outbound = {
|
|
|
5323
5032
|
required?: boolean | undefined;
|
|
5324
5033
|
readOnly?: boolean | undefined;
|
|
5325
5034
|
fontSize: number;
|
|
5326
|
-
type:
|
|
5035
|
+
type: "date";
|
|
5327
5036
|
textAlign?: string | undefined;
|
|
5328
5037
|
};
|
|
5329
5038
|
|
|
@@ -5338,7 +5047,7 @@ export const FieldMetaDocumentDate$outboundSchema: z.ZodType<
|
|
|
5338
5047
|
required: z.boolean().optional(),
|
|
5339
5048
|
readOnly: z.boolean().optional(),
|
|
5340
5049
|
fontSize: z.number().default(12),
|
|
5341
|
-
type:
|
|
5050
|
+
type: z.literal("date"),
|
|
5342
5051
|
textAlign: DocumentTextAlign4$outboundSchema.optional(),
|
|
5343
5052
|
});
|
|
5344
5053
|
|
|
@@ -5359,15 +5068,6 @@ export function fieldMetaDocumentDateFromJSON(
|
|
|
5359
5068
|
);
|
|
5360
5069
|
}
|
|
5361
5070
|
|
|
5362
|
-
/** @internal */
|
|
5363
|
-
export const DocumentTypeEmail$inboundSchema: z.ZodNativeEnum<
|
|
5364
|
-
typeof DocumentTypeEmail
|
|
5365
|
-
> = z.nativeEnum(DocumentTypeEmail);
|
|
5366
|
-
/** @internal */
|
|
5367
|
-
export const DocumentTypeEmail$outboundSchema: z.ZodNativeEnum<
|
|
5368
|
-
typeof DocumentTypeEmail
|
|
5369
|
-
> = DocumentTypeEmail$inboundSchema;
|
|
5370
|
-
|
|
5371
5071
|
/** @internal */
|
|
5372
5072
|
export const DocumentTextAlign3$inboundSchema: z.ZodNativeEnum<
|
|
5373
5073
|
typeof DocumentTextAlign3
|
|
@@ -5388,7 +5088,7 @@ export const FieldMetaDocumentEmail$inboundSchema: z.ZodType<
|
|
|
5388
5088
|
required: z.boolean().optional(),
|
|
5389
5089
|
readOnly: z.boolean().optional(),
|
|
5390
5090
|
fontSize: z.number().default(12),
|
|
5391
|
-
type:
|
|
5091
|
+
type: z.literal("email"),
|
|
5392
5092
|
textAlign: DocumentTextAlign3$inboundSchema.optional(),
|
|
5393
5093
|
});
|
|
5394
5094
|
/** @internal */
|
|
@@ -5398,7 +5098,7 @@ export type FieldMetaDocumentEmail$Outbound = {
|
|
|
5398
5098
|
required?: boolean | undefined;
|
|
5399
5099
|
readOnly?: boolean | undefined;
|
|
5400
5100
|
fontSize: number;
|
|
5401
|
-
type:
|
|
5101
|
+
type: "email";
|
|
5402
5102
|
textAlign?: string | undefined;
|
|
5403
5103
|
};
|
|
5404
5104
|
|
|
@@ -5413,7 +5113,7 @@ export const FieldMetaDocumentEmail$outboundSchema: z.ZodType<
|
|
|
5413
5113
|
required: z.boolean().optional(),
|
|
5414
5114
|
readOnly: z.boolean().optional(),
|
|
5415
5115
|
fontSize: z.number().default(12),
|
|
5416
|
-
type:
|
|
5116
|
+
type: z.literal("email"),
|
|
5417
5117
|
textAlign: DocumentTextAlign3$outboundSchema.optional(),
|
|
5418
5118
|
});
|
|
5419
5119
|
|
|
@@ -5434,15 +5134,6 @@ export function fieldMetaDocumentEmailFromJSON(
|
|
|
5434
5134
|
);
|
|
5435
5135
|
}
|
|
5436
5136
|
|
|
5437
|
-
/** @internal */
|
|
5438
|
-
export const DocumentTypeName$inboundSchema: z.ZodNativeEnum<
|
|
5439
|
-
typeof DocumentTypeName
|
|
5440
|
-
> = z.nativeEnum(DocumentTypeName);
|
|
5441
|
-
/** @internal */
|
|
5442
|
-
export const DocumentTypeName$outboundSchema: z.ZodNativeEnum<
|
|
5443
|
-
typeof DocumentTypeName
|
|
5444
|
-
> = DocumentTypeName$inboundSchema;
|
|
5445
|
-
|
|
5446
5137
|
/** @internal */
|
|
5447
5138
|
export const DocumentTextAlign2$inboundSchema: z.ZodNativeEnum<
|
|
5448
5139
|
typeof DocumentTextAlign2
|
|
@@ -5463,7 +5154,7 @@ export const FieldMetaDocumentName$inboundSchema: z.ZodType<
|
|
|
5463
5154
|
required: z.boolean().optional(),
|
|
5464
5155
|
readOnly: z.boolean().optional(),
|
|
5465
5156
|
fontSize: z.number().default(12),
|
|
5466
|
-
type:
|
|
5157
|
+
type: z.literal("name"),
|
|
5467
5158
|
textAlign: DocumentTextAlign2$inboundSchema.optional(),
|
|
5468
5159
|
});
|
|
5469
5160
|
/** @internal */
|
|
@@ -5473,7 +5164,7 @@ export type FieldMetaDocumentName$Outbound = {
|
|
|
5473
5164
|
required?: boolean | undefined;
|
|
5474
5165
|
readOnly?: boolean | undefined;
|
|
5475
5166
|
fontSize: number;
|
|
5476
|
-
type:
|
|
5167
|
+
type: "name";
|
|
5477
5168
|
textAlign?: string | undefined;
|
|
5478
5169
|
};
|
|
5479
5170
|
|
|
@@ -5488,7 +5179,7 @@ export const FieldMetaDocumentName$outboundSchema: z.ZodType<
|
|
|
5488
5179
|
required: z.boolean().optional(),
|
|
5489
5180
|
readOnly: z.boolean().optional(),
|
|
5490
5181
|
fontSize: z.number().default(12),
|
|
5491
|
-
type:
|
|
5182
|
+
type: z.literal("name"),
|
|
5492
5183
|
textAlign: DocumentTextAlign2$outboundSchema.optional(),
|
|
5493
5184
|
});
|
|
5494
5185
|
|
|
@@ -5509,15 +5200,6 @@ export function fieldMetaDocumentNameFromJSON(
|
|
|
5509
5200
|
);
|
|
5510
5201
|
}
|
|
5511
5202
|
|
|
5512
|
-
/** @internal */
|
|
5513
|
-
export const DocumentTypeInitials$inboundSchema: z.ZodNativeEnum<
|
|
5514
|
-
typeof DocumentTypeInitials
|
|
5515
|
-
> = z.nativeEnum(DocumentTypeInitials);
|
|
5516
|
-
/** @internal */
|
|
5517
|
-
export const DocumentTypeInitials$outboundSchema: z.ZodNativeEnum<
|
|
5518
|
-
typeof DocumentTypeInitials
|
|
5519
|
-
> = DocumentTypeInitials$inboundSchema;
|
|
5520
|
-
|
|
5521
5203
|
/** @internal */
|
|
5522
5204
|
export const DocumentTextAlign1$inboundSchema: z.ZodNativeEnum<
|
|
5523
5205
|
typeof DocumentTextAlign1
|
|
@@ -5538,7 +5220,7 @@ export const FieldMetaDocumentInitials$inboundSchema: z.ZodType<
|
|
|
5538
5220
|
required: z.boolean().optional(),
|
|
5539
5221
|
readOnly: z.boolean().optional(),
|
|
5540
5222
|
fontSize: z.number().default(12),
|
|
5541
|
-
type:
|
|
5223
|
+
type: z.literal("initials"),
|
|
5542
5224
|
textAlign: DocumentTextAlign1$inboundSchema.optional(),
|
|
5543
5225
|
});
|
|
5544
5226
|
/** @internal */
|
|
@@ -5548,7 +5230,7 @@ export type FieldMetaDocumentInitials$Outbound = {
|
|
|
5548
5230
|
required?: boolean | undefined;
|
|
5549
5231
|
readOnly?: boolean | undefined;
|
|
5550
5232
|
fontSize: number;
|
|
5551
|
-
type:
|
|
5233
|
+
type: "initials";
|
|
5552
5234
|
textAlign?: string | undefined;
|
|
5553
5235
|
};
|
|
5554
5236
|
|
|
@@ -5563,7 +5245,7 @@ export const FieldMetaDocumentInitials$outboundSchema: z.ZodType<
|
|
|
5563
5245
|
required: z.boolean().optional(),
|
|
5564
5246
|
readOnly: z.boolean().optional(),
|
|
5565
5247
|
fontSize: z.number().default(12),
|
|
5566
|
-
type:
|
|
5248
|
+
type: z.literal("initials"),
|
|
5567
5249
|
textAlign: DocumentTextAlign1$outboundSchema.optional(),
|
|
5568
5250
|
});
|
|
5569
5251
|
|
|
@@ -5584,15 +5266,6 @@ export function fieldMetaDocumentInitialsFromJSON(
|
|
|
5584
5266
|
);
|
|
5585
5267
|
}
|
|
5586
5268
|
|
|
5587
|
-
/** @internal */
|
|
5588
|
-
export const DocumentTypeSignature$inboundSchema: z.ZodNativeEnum<
|
|
5589
|
-
typeof DocumentTypeSignature
|
|
5590
|
-
> = z.nativeEnum(DocumentTypeSignature);
|
|
5591
|
-
/** @internal */
|
|
5592
|
-
export const DocumentTypeSignature$outboundSchema: z.ZodNativeEnum<
|
|
5593
|
-
typeof DocumentTypeSignature
|
|
5594
|
-
> = DocumentTypeSignature$inboundSchema;
|
|
5595
|
-
|
|
5596
5269
|
/** @internal */
|
|
5597
5270
|
export const FieldMetaDocumentSignature$inboundSchema: z.ZodType<
|
|
5598
5271
|
FieldMetaDocumentSignature,
|
|
@@ -5604,7 +5277,7 @@ export const FieldMetaDocumentSignature$inboundSchema: z.ZodType<
|
|
|
5604
5277
|
required: z.boolean().optional(),
|
|
5605
5278
|
readOnly: z.boolean().optional(),
|
|
5606
5279
|
fontSize: z.number().default(12),
|
|
5607
|
-
type:
|
|
5280
|
+
type: z.literal("signature"),
|
|
5608
5281
|
});
|
|
5609
5282
|
/** @internal */
|
|
5610
5283
|
export type FieldMetaDocumentSignature$Outbound = {
|
|
@@ -5613,7 +5286,7 @@ export type FieldMetaDocumentSignature$Outbound = {
|
|
|
5613
5286
|
required?: boolean | undefined;
|
|
5614
5287
|
readOnly?: boolean | undefined;
|
|
5615
5288
|
fontSize: number;
|
|
5616
|
-
type:
|
|
5289
|
+
type: "signature";
|
|
5617
5290
|
};
|
|
5618
5291
|
|
|
5619
5292
|
/** @internal */
|
|
@@ -5627,7 +5300,7 @@ export const FieldMetaDocumentSignature$outboundSchema: z.ZodType<
|
|
|
5627
5300
|
required: z.boolean().optional(),
|
|
5628
5301
|
readOnly: z.boolean().optional(),
|
|
5629
5302
|
fontSize: z.number().default(12),
|
|
5630
|
-
type:
|
|
5303
|
+
type: z.literal("signature"),
|
|
5631
5304
|
});
|
|
5632
5305
|
|
|
5633
5306
|
export function fieldMetaDocumentSignatureToJSON(
|
|
@@ -5720,7 +5393,7 @@ export const DocumentField$inboundSchema: z.ZodType<
|
|
|
5720
5393
|
> = z.object({
|
|
5721
5394
|
envelopeId: z.string(),
|
|
5722
5395
|
envelopeItemId: z.string(),
|
|
5723
|
-
type:
|
|
5396
|
+
type: DocumentFieldTypeEnum$inboundSchema,
|
|
5724
5397
|
id: z.number(),
|
|
5725
5398
|
secondaryId: z.string(),
|
|
5726
5399
|
recipientId: z.number(),
|
|
@@ -5787,7 +5460,7 @@ export const DocumentField$outboundSchema: z.ZodType<
|
|
|
5787
5460
|
> = z.object({
|
|
5788
5461
|
envelopeId: z.string(),
|
|
5789
5462
|
envelopeItemId: z.string(),
|
|
5790
|
-
type:
|
|
5463
|
+
type: DocumentFieldTypeEnum$outboundSchema,
|
|
5791
5464
|
id: z.number(),
|
|
5792
5465
|
secondaryId: z.string(),
|
|
5793
5466
|
recipientId: z.number(),
|