@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
|
@@ -12,12 +12,12 @@ export type TemplateGetTemplateByIdRequest = {
|
|
|
12
12
|
templateId: number;
|
|
13
13
|
};
|
|
14
14
|
|
|
15
|
-
export const
|
|
15
|
+
export const TemplateGetTemplateByIdTypeEnum = {
|
|
16
16
|
Public: "PUBLIC",
|
|
17
17
|
Private: "PRIVATE",
|
|
18
18
|
} as const;
|
|
19
|
-
export type
|
|
20
|
-
typeof
|
|
19
|
+
export type TemplateGetTemplateByIdTypeEnum = ClosedEnum<
|
|
20
|
+
typeof TemplateGetTemplateByIdTypeEnum
|
|
21
21
|
>;
|
|
22
22
|
|
|
23
23
|
export const TemplateGetTemplateByIdVisibility = {
|
|
@@ -211,7 +211,7 @@ export type TemplateGetTemplateByIdRecipient = {
|
|
|
211
211
|
templateId?: number | null | undefined;
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
export const
|
|
214
|
+
export const TemplateGetTemplateByIdFieldTypeEnum = {
|
|
215
215
|
Signature: "SIGNATURE",
|
|
216
216
|
FreeSignature: "FREE_SIGNATURE",
|
|
217
217
|
Initials: "INITIALS",
|
|
@@ -224,15 +224,8 @@ export const TemplateGetTemplateByIdFieldType = {
|
|
|
224
224
|
Checkbox: "CHECKBOX",
|
|
225
225
|
Dropdown: "DROPDOWN",
|
|
226
226
|
} as const;
|
|
227
|
-
export type
|
|
228
|
-
typeof
|
|
229
|
-
>;
|
|
230
|
-
|
|
231
|
-
export const TemplateGetTemplateByIdTypeDropdown = {
|
|
232
|
-
Dropdown: "dropdown",
|
|
233
|
-
} as const;
|
|
234
|
-
export type TemplateGetTemplateByIdTypeDropdown = ClosedEnum<
|
|
235
|
-
typeof TemplateGetTemplateByIdTypeDropdown
|
|
227
|
+
export type TemplateGetTemplateByIdFieldTypeEnum = ClosedEnum<
|
|
228
|
+
typeof TemplateGetTemplateByIdFieldTypeEnum
|
|
236
229
|
>;
|
|
237
230
|
|
|
238
231
|
export type TemplateGetTemplateByIdValue3 = {
|
|
@@ -245,18 +238,11 @@ export type TemplateGetTemplateByIdFieldMetaDropdown = {
|
|
|
245
238
|
required?: boolean | undefined;
|
|
246
239
|
readOnly?: boolean | undefined;
|
|
247
240
|
fontSize?: number | undefined;
|
|
248
|
-
type:
|
|
241
|
+
type: "dropdown";
|
|
249
242
|
values?: Array<TemplateGetTemplateByIdValue3> | undefined;
|
|
250
243
|
defaultValue?: string | undefined;
|
|
251
244
|
};
|
|
252
245
|
|
|
253
|
-
export const TemplateGetTemplateByIdTypeCheckbox = {
|
|
254
|
-
Checkbox: "checkbox",
|
|
255
|
-
} as const;
|
|
256
|
-
export type TemplateGetTemplateByIdTypeCheckbox = ClosedEnum<
|
|
257
|
-
typeof TemplateGetTemplateByIdTypeCheckbox
|
|
258
|
-
>;
|
|
259
|
-
|
|
260
246
|
export type TemplateGetTemplateByIdValue2 = {
|
|
261
247
|
id: number;
|
|
262
248
|
checked: boolean;
|
|
@@ -277,20 +263,13 @@ export type TemplateGetTemplateByIdFieldMetaCheckbox = {
|
|
|
277
263
|
required?: boolean | undefined;
|
|
278
264
|
readOnly?: boolean | undefined;
|
|
279
265
|
fontSize?: number | undefined;
|
|
280
|
-
type:
|
|
266
|
+
type: "checkbox";
|
|
281
267
|
values?: Array<TemplateGetTemplateByIdValue2> | undefined;
|
|
282
268
|
validationRule?: string | undefined;
|
|
283
269
|
validationLength?: number | undefined;
|
|
284
270
|
direction?: TemplateGetTemplateByIdDirection2 | undefined;
|
|
285
271
|
};
|
|
286
272
|
|
|
287
|
-
export const TemplateGetTemplateByIdTypeRadio = {
|
|
288
|
-
Radio: "radio",
|
|
289
|
-
} as const;
|
|
290
|
-
export type TemplateGetTemplateByIdTypeRadio = ClosedEnum<
|
|
291
|
-
typeof TemplateGetTemplateByIdTypeRadio
|
|
292
|
-
>;
|
|
293
|
-
|
|
294
273
|
export type TemplateGetTemplateByIdValue1 = {
|
|
295
274
|
id: number;
|
|
296
275
|
checked: boolean;
|
|
@@ -311,18 +290,11 @@ export type TemplateGetTemplateByIdFieldMetaRadio = {
|
|
|
311
290
|
required?: boolean | undefined;
|
|
312
291
|
readOnly?: boolean | undefined;
|
|
313
292
|
fontSize?: number | undefined;
|
|
314
|
-
type:
|
|
293
|
+
type: "radio";
|
|
315
294
|
values?: Array<TemplateGetTemplateByIdValue1> | undefined;
|
|
316
295
|
direction?: TemplateGetTemplateByIdDirection1 | undefined;
|
|
317
296
|
};
|
|
318
297
|
|
|
319
|
-
export const TemplateGetTemplateByIdTypeNumber = {
|
|
320
|
-
Number: "number",
|
|
321
|
-
} as const;
|
|
322
|
-
export type TemplateGetTemplateByIdTypeNumber = ClosedEnum<
|
|
323
|
-
typeof TemplateGetTemplateByIdTypeNumber
|
|
324
|
-
>;
|
|
325
|
-
|
|
326
298
|
export const TemplateGetTemplateByIdTextAlign6 = {
|
|
327
299
|
Left: "left",
|
|
328
300
|
Center: "center",
|
|
@@ -347,7 +319,7 @@ export type TemplateGetTemplateByIdFieldMetaNumber = {
|
|
|
347
319
|
required?: boolean | undefined;
|
|
348
320
|
readOnly?: boolean | undefined;
|
|
349
321
|
fontSize?: number | undefined;
|
|
350
|
-
type:
|
|
322
|
+
type: "number";
|
|
351
323
|
numberFormat?: string | null | undefined;
|
|
352
324
|
value?: string | undefined;
|
|
353
325
|
minValue?: number | null | undefined;
|
|
@@ -358,13 +330,6 @@ export type TemplateGetTemplateByIdFieldMetaNumber = {
|
|
|
358
330
|
verticalAlign?: TemplateGetTemplateByIdVerticalAlign2 | null | undefined;
|
|
359
331
|
};
|
|
360
332
|
|
|
361
|
-
export const TemplateGetTemplateByIdTypeText = {
|
|
362
|
-
Text: "text",
|
|
363
|
-
} as const;
|
|
364
|
-
export type TemplateGetTemplateByIdTypeText = ClosedEnum<
|
|
365
|
-
typeof TemplateGetTemplateByIdTypeText
|
|
366
|
-
>;
|
|
367
|
-
|
|
368
333
|
export const TemplateGetTemplateByIdTextAlign5 = {
|
|
369
334
|
Left: "left",
|
|
370
335
|
Center: "center",
|
|
@@ -389,7 +354,7 @@ export type TemplateGetTemplateByIdFieldMetaText = {
|
|
|
389
354
|
required?: boolean | undefined;
|
|
390
355
|
readOnly?: boolean | undefined;
|
|
391
356
|
fontSize?: number | undefined;
|
|
392
|
-
type:
|
|
357
|
+
type: "text";
|
|
393
358
|
text?: string | undefined;
|
|
394
359
|
characterLimit?: number | undefined;
|
|
395
360
|
textAlign?: TemplateGetTemplateByIdTextAlign5 | undefined;
|
|
@@ -398,13 +363,6 @@ export type TemplateGetTemplateByIdFieldMetaText = {
|
|
|
398
363
|
verticalAlign?: TemplateGetTemplateByIdVerticalAlign1 | null | undefined;
|
|
399
364
|
};
|
|
400
365
|
|
|
401
|
-
export const TemplateGetTemplateByIdTypeDate = {
|
|
402
|
-
Date: "date",
|
|
403
|
-
} as const;
|
|
404
|
-
export type TemplateGetTemplateByIdTypeDate = ClosedEnum<
|
|
405
|
-
typeof TemplateGetTemplateByIdTypeDate
|
|
406
|
-
>;
|
|
407
|
-
|
|
408
366
|
export const TemplateGetTemplateByIdTextAlign4 = {
|
|
409
367
|
Left: "left",
|
|
410
368
|
Center: "center",
|
|
@@ -420,17 +378,10 @@ export type TemplateGetTemplateByIdFieldMetaDate = {
|
|
|
420
378
|
required?: boolean | undefined;
|
|
421
379
|
readOnly?: boolean | undefined;
|
|
422
380
|
fontSize?: number | undefined;
|
|
423
|
-
type:
|
|
381
|
+
type: "date";
|
|
424
382
|
textAlign?: TemplateGetTemplateByIdTextAlign4 | undefined;
|
|
425
383
|
};
|
|
426
384
|
|
|
427
|
-
export const TemplateGetTemplateByIdTypeEmail = {
|
|
428
|
-
Email: "email",
|
|
429
|
-
} as const;
|
|
430
|
-
export type TemplateGetTemplateByIdTypeEmail = ClosedEnum<
|
|
431
|
-
typeof TemplateGetTemplateByIdTypeEmail
|
|
432
|
-
>;
|
|
433
|
-
|
|
434
385
|
export const TemplateGetTemplateByIdTextAlign3 = {
|
|
435
386
|
Left: "left",
|
|
436
387
|
Center: "center",
|
|
@@ -446,17 +397,10 @@ export type TemplateGetTemplateByIdFieldMetaEmail = {
|
|
|
446
397
|
required?: boolean | undefined;
|
|
447
398
|
readOnly?: boolean | undefined;
|
|
448
399
|
fontSize?: number | undefined;
|
|
449
|
-
type:
|
|
400
|
+
type: "email";
|
|
450
401
|
textAlign?: TemplateGetTemplateByIdTextAlign3 | undefined;
|
|
451
402
|
};
|
|
452
403
|
|
|
453
|
-
export const TemplateGetTemplateByIdTypeName = {
|
|
454
|
-
Name: "name",
|
|
455
|
-
} as const;
|
|
456
|
-
export type TemplateGetTemplateByIdTypeName = ClosedEnum<
|
|
457
|
-
typeof TemplateGetTemplateByIdTypeName
|
|
458
|
-
>;
|
|
459
|
-
|
|
460
404
|
export const TemplateGetTemplateByIdTextAlign2 = {
|
|
461
405
|
Left: "left",
|
|
462
406
|
Center: "center",
|
|
@@ -472,17 +416,10 @@ export type TemplateGetTemplateByIdFieldMetaName = {
|
|
|
472
416
|
required?: boolean | undefined;
|
|
473
417
|
readOnly?: boolean | undefined;
|
|
474
418
|
fontSize?: number | undefined;
|
|
475
|
-
type:
|
|
419
|
+
type: "name";
|
|
476
420
|
textAlign?: TemplateGetTemplateByIdTextAlign2 | undefined;
|
|
477
421
|
};
|
|
478
422
|
|
|
479
|
-
export const TemplateGetTemplateByIdTypeInitials = {
|
|
480
|
-
Initials: "initials",
|
|
481
|
-
} as const;
|
|
482
|
-
export type TemplateGetTemplateByIdTypeInitials = ClosedEnum<
|
|
483
|
-
typeof TemplateGetTemplateByIdTypeInitials
|
|
484
|
-
>;
|
|
485
|
-
|
|
486
423
|
export const TemplateGetTemplateByIdTextAlign1 = {
|
|
487
424
|
Left: "left",
|
|
488
425
|
Center: "center",
|
|
@@ -498,24 +435,17 @@ export type TemplateGetTemplateByIdFieldMetaInitials = {
|
|
|
498
435
|
required?: boolean | undefined;
|
|
499
436
|
readOnly?: boolean | undefined;
|
|
500
437
|
fontSize?: number | undefined;
|
|
501
|
-
type:
|
|
438
|
+
type: "initials";
|
|
502
439
|
textAlign?: TemplateGetTemplateByIdTextAlign1 | undefined;
|
|
503
440
|
};
|
|
504
441
|
|
|
505
|
-
export const TemplateGetTemplateByIdTypeSignature = {
|
|
506
|
-
Signature: "signature",
|
|
507
|
-
} as const;
|
|
508
|
-
export type TemplateGetTemplateByIdTypeSignature = ClosedEnum<
|
|
509
|
-
typeof TemplateGetTemplateByIdTypeSignature
|
|
510
|
-
>;
|
|
511
|
-
|
|
512
442
|
export type TemplateGetTemplateByIdFieldMetaSignature = {
|
|
513
443
|
label?: string | undefined;
|
|
514
444
|
placeholder?: string | undefined;
|
|
515
445
|
required?: boolean | undefined;
|
|
516
446
|
readOnly?: boolean | undefined;
|
|
517
447
|
fontSize?: number | undefined;
|
|
518
|
-
type:
|
|
448
|
+
type: "signature";
|
|
519
449
|
};
|
|
520
450
|
|
|
521
451
|
export type TemplateGetTemplateByIdFieldMetaUnion =
|
|
@@ -533,7 +463,7 @@ export type TemplateGetTemplateByIdFieldMetaUnion =
|
|
|
533
463
|
export type TemplateGetTemplateByIdField = {
|
|
534
464
|
envelopeId: string;
|
|
535
465
|
envelopeItemId: string;
|
|
536
|
-
type:
|
|
466
|
+
type: TemplateGetTemplateByIdFieldTypeEnum;
|
|
537
467
|
id: number;
|
|
538
468
|
secondaryId: string;
|
|
539
469
|
recipientId: number;
|
|
@@ -599,7 +529,7 @@ export type TemplateGetTemplateByIdEnvelopeItem = {
|
|
|
599
529
|
* Successful response
|
|
600
530
|
*/
|
|
601
531
|
export type TemplateGetTemplateByIdResponse = {
|
|
602
|
-
type:
|
|
532
|
+
type: TemplateGetTemplateByIdTypeEnum;
|
|
603
533
|
visibility: TemplateGetTemplateByIdVisibility;
|
|
604
534
|
id: number;
|
|
605
535
|
externalId: string | null;
|
|
@@ -666,13 +596,13 @@ export function templateGetTemplateByIdRequestFromJSON(
|
|
|
666
596
|
}
|
|
667
597
|
|
|
668
598
|
/** @internal */
|
|
669
|
-
export const
|
|
670
|
-
typeof
|
|
671
|
-
> = z.nativeEnum(
|
|
599
|
+
export const TemplateGetTemplateByIdTypeEnum$inboundSchema: z.ZodNativeEnum<
|
|
600
|
+
typeof TemplateGetTemplateByIdTypeEnum
|
|
601
|
+
> = z.nativeEnum(TemplateGetTemplateByIdTypeEnum);
|
|
672
602
|
/** @internal */
|
|
673
|
-
export const
|
|
674
|
-
typeof
|
|
675
|
-
> =
|
|
603
|
+
export const TemplateGetTemplateByIdTypeEnum$outboundSchema: z.ZodNativeEnum<
|
|
604
|
+
typeof TemplateGetTemplateByIdTypeEnum
|
|
605
|
+
> = TemplateGetTemplateByIdTypeEnum$inboundSchema;
|
|
676
606
|
|
|
677
607
|
/** @internal */
|
|
678
608
|
export const TemplateGetTemplateByIdVisibility$inboundSchema: z.ZodNativeEnum<
|
|
@@ -1305,22 +1235,14 @@ export function templateGetTemplateByIdRecipientFromJSON(
|
|
|
1305
1235
|
}
|
|
1306
1236
|
|
|
1307
1237
|
/** @internal */
|
|
1308
|
-
export const
|
|
1309
|
-
typeof
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
export const TemplateGetTemplateByIdFieldType$outboundSchema: z.ZodNativeEnum<
|
|
1313
|
-
typeof TemplateGetTemplateByIdFieldType
|
|
1314
|
-
> = TemplateGetTemplateByIdFieldType$inboundSchema;
|
|
1315
|
-
|
|
1316
|
-
/** @internal */
|
|
1317
|
-
export const TemplateGetTemplateByIdTypeDropdown$inboundSchema: z.ZodNativeEnum<
|
|
1318
|
-
typeof TemplateGetTemplateByIdTypeDropdown
|
|
1319
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeDropdown);
|
|
1238
|
+
export const TemplateGetTemplateByIdFieldTypeEnum$inboundSchema:
|
|
1239
|
+
z.ZodNativeEnum<typeof TemplateGetTemplateByIdFieldTypeEnum> = z.nativeEnum(
|
|
1240
|
+
TemplateGetTemplateByIdFieldTypeEnum,
|
|
1241
|
+
);
|
|
1320
1242
|
/** @internal */
|
|
1321
|
-
export const
|
|
1322
|
-
z.ZodNativeEnum<typeof
|
|
1323
|
-
|
|
1243
|
+
export const TemplateGetTemplateByIdFieldTypeEnum$outboundSchema:
|
|
1244
|
+
z.ZodNativeEnum<typeof TemplateGetTemplateByIdFieldTypeEnum> =
|
|
1245
|
+
TemplateGetTemplateByIdFieldTypeEnum$inboundSchema;
|
|
1324
1246
|
|
|
1325
1247
|
/** @internal */
|
|
1326
1248
|
export const TemplateGetTemplateByIdValue3$inboundSchema: z.ZodType<
|
|
@@ -1374,7 +1296,7 @@ export const TemplateGetTemplateByIdFieldMetaDropdown$inboundSchema: z.ZodType<
|
|
|
1374
1296
|
required: z.boolean().optional(),
|
|
1375
1297
|
readOnly: z.boolean().optional(),
|
|
1376
1298
|
fontSize: z.number().default(12),
|
|
1377
|
-
type:
|
|
1299
|
+
type: z.literal("dropdown"),
|
|
1378
1300
|
values: z.array(z.lazy(() => TemplateGetTemplateByIdValue3$inboundSchema))
|
|
1379
1301
|
.optional(),
|
|
1380
1302
|
defaultValue: z.string().optional(),
|
|
@@ -1386,7 +1308,7 @@ export type TemplateGetTemplateByIdFieldMetaDropdown$Outbound = {
|
|
|
1386
1308
|
required?: boolean | undefined;
|
|
1387
1309
|
readOnly?: boolean | undefined;
|
|
1388
1310
|
fontSize: number;
|
|
1389
|
-
type:
|
|
1311
|
+
type: "dropdown";
|
|
1390
1312
|
values?: Array<TemplateGetTemplateByIdValue3$Outbound> | undefined;
|
|
1391
1313
|
defaultValue?: string | undefined;
|
|
1392
1314
|
};
|
|
@@ -1402,7 +1324,7 @@ export const TemplateGetTemplateByIdFieldMetaDropdown$outboundSchema: z.ZodType<
|
|
|
1402
1324
|
required: z.boolean().optional(),
|
|
1403
1325
|
readOnly: z.boolean().optional(),
|
|
1404
1326
|
fontSize: z.number().default(12),
|
|
1405
|
-
type:
|
|
1327
|
+
type: z.literal("dropdown"),
|
|
1406
1328
|
values: z.array(z.lazy(() => TemplateGetTemplateByIdValue3$outboundSchema))
|
|
1407
1329
|
.optional(),
|
|
1408
1330
|
defaultValue: z.string().optional(),
|
|
@@ -1434,15 +1356,6 @@ export function templateGetTemplateByIdFieldMetaDropdownFromJSON(
|
|
|
1434
1356
|
);
|
|
1435
1357
|
}
|
|
1436
1358
|
|
|
1437
|
-
/** @internal */
|
|
1438
|
-
export const TemplateGetTemplateByIdTypeCheckbox$inboundSchema: z.ZodNativeEnum<
|
|
1439
|
-
typeof TemplateGetTemplateByIdTypeCheckbox
|
|
1440
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeCheckbox);
|
|
1441
|
-
/** @internal */
|
|
1442
|
-
export const TemplateGetTemplateByIdTypeCheckbox$outboundSchema:
|
|
1443
|
-
z.ZodNativeEnum<typeof TemplateGetTemplateByIdTypeCheckbox> =
|
|
1444
|
-
TemplateGetTemplateByIdTypeCheckbox$inboundSchema;
|
|
1445
|
-
|
|
1446
1359
|
/** @internal */
|
|
1447
1360
|
export const TemplateGetTemplateByIdValue2$inboundSchema: z.ZodType<
|
|
1448
1361
|
TemplateGetTemplateByIdValue2,
|
|
@@ -1510,7 +1423,7 @@ export const TemplateGetTemplateByIdFieldMetaCheckbox$inboundSchema: z.ZodType<
|
|
|
1510
1423
|
required: z.boolean().optional(),
|
|
1511
1424
|
readOnly: z.boolean().optional(),
|
|
1512
1425
|
fontSize: z.number().default(12),
|
|
1513
|
-
type:
|
|
1426
|
+
type: z.literal("checkbox"),
|
|
1514
1427
|
values: z.array(z.lazy(() => TemplateGetTemplateByIdValue2$inboundSchema))
|
|
1515
1428
|
.optional(),
|
|
1516
1429
|
validationRule: z.string().optional(),
|
|
@@ -1526,7 +1439,7 @@ export type TemplateGetTemplateByIdFieldMetaCheckbox$Outbound = {
|
|
|
1526
1439
|
required?: boolean | undefined;
|
|
1527
1440
|
readOnly?: boolean | undefined;
|
|
1528
1441
|
fontSize: number;
|
|
1529
|
-
type:
|
|
1442
|
+
type: "checkbox";
|
|
1530
1443
|
values?: Array<TemplateGetTemplateByIdValue2$Outbound> | undefined;
|
|
1531
1444
|
validationRule?: string | undefined;
|
|
1532
1445
|
validationLength?: number | undefined;
|
|
@@ -1544,7 +1457,7 @@ export const TemplateGetTemplateByIdFieldMetaCheckbox$outboundSchema: z.ZodType<
|
|
|
1544
1457
|
required: z.boolean().optional(),
|
|
1545
1458
|
readOnly: z.boolean().optional(),
|
|
1546
1459
|
fontSize: z.number().default(12),
|
|
1547
|
-
type:
|
|
1460
|
+
type: z.literal("checkbox"),
|
|
1548
1461
|
values: z.array(z.lazy(() => TemplateGetTemplateByIdValue2$outboundSchema))
|
|
1549
1462
|
.optional(),
|
|
1550
1463
|
validationRule: z.string().optional(),
|
|
@@ -1580,15 +1493,6 @@ export function templateGetTemplateByIdFieldMetaCheckboxFromJSON(
|
|
|
1580
1493
|
);
|
|
1581
1494
|
}
|
|
1582
1495
|
|
|
1583
|
-
/** @internal */
|
|
1584
|
-
export const TemplateGetTemplateByIdTypeRadio$inboundSchema: z.ZodNativeEnum<
|
|
1585
|
-
typeof TemplateGetTemplateByIdTypeRadio
|
|
1586
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeRadio);
|
|
1587
|
-
/** @internal */
|
|
1588
|
-
export const TemplateGetTemplateByIdTypeRadio$outboundSchema: z.ZodNativeEnum<
|
|
1589
|
-
typeof TemplateGetTemplateByIdTypeRadio
|
|
1590
|
-
> = TemplateGetTemplateByIdTypeRadio$inboundSchema;
|
|
1591
|
-
|
|
1592
1496
|
/** @internal */
|
|
1593
1497
|
export const TemplateGetTemplateByIdValue1$inboundSchema: z.ZodType<
|
|
1594
1498
|
TemplateGetTemplateByIdValue1,
|
|
@@ -1656,7 +1560,7 @@ export const TemplateGetTemplateByIdFieldMetaRadio$inboundSchema: z.ZodType<
|
|
|
1656
1560
|
required: z.boolean().optional(),
|
|
1657
1561
|
readOnly: z.boolean().optional(),
|
|
1658
1562
|
fontSize: z.number().default(12),
|
|
1659
|
-
type:
|
|
1563
|
+
type: z.literal("radio"),
|
|
1660
1564
|
values: z.array(z.lazy(() => TemplateGetTemplateByIdValue1$inboundSchema))
|
|
1661
1565
|
.optional(),
|
|
1662
1566
|
direction: TemplateGetTemplateByIdDirection1$inboundSchema.default(
|
|
@@ -1670,7 +1574,7 @@ export type TemplateGetTemplateByIdFieldMetaRadio$Outbound = {
|
|
|
1670
1574
|
required?: boolean | undefined;
|
|
1671
1575
|
readOnly?: boolean | undefined;
|
|
1672
1576
|
fontSize: number;
|
|
1673
|
-
type:
|
|
1577
|
+
type: "radio";
|
|
1674
1578
|
values?: Array<TemplateGetTemplateByIdValue1$Outbound> | undefined;
|
|
1675
1579
|
direction: string;
|
|
1676
1580
|
};
|
|
@@ -1686,7 +1590,7 @@ export const TemplateGetTemplateByIdFieldMetaRadio$outboundSchema: z.ZodType<
|
|
|
1686
1590
|
required: z.boolean().optional(),
|
|
1687
1591
|
readOnly: z.boolean().optional(),
|
|
1688
1592
|
fontSize: z.number().default(12),
|
|
1689
|
-
type:
|
|
1593
|
+
type: z.literal("radio"),
|
|
1690
1594
|
values: z.array(z.lazy(() => TemplateGetTemplateByIdValue1$outboundSchema))
|
|
1691
1595
|
.optional(),
|
|
1692
1596
|
direction: TemplateGetTemplateByIdDirection1$outboundSchema.default(
|
|
@@ -1714,15 +1618,6 @@ export function templateGetTemplateByIdFieldMetaRadioFromJSON(
|
|
|
1714
1618
|
);
|
|
1715
1619
|
}
|
|
1716
1620
|
|
|
1717
|
-
/** @internal */
|
|
1718
|
-
export const TemplateGetTemplateByIdTypeNumber$inboundSchema: z.ZodNativeEnum<
|
|
1719
|
-
typeof TemplateGetTemplateByIdTypeNumber
|
|
1720
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeNumber);
|
|
1721
|
-
/** @internal */
|
|
1722
|
-
export const TemplateGetTemplateByIdTypeNumber$outboundSchema: z.ZodNativeEnum<
|
|
1723
|
-
typeof TemplateGetTemplateByIdTypeNumber
|
|
1724
|
-
> = TemplateGetTemplateByIdTypeNumber$inboundSchema;
|
|
1725
|
-
|
|
1726
1621
|
/** @internal */
|
|
1727
1622
|
export const TemplateGetTemplateByIdTextAlign6$inboundSchema: z.ZodNativeEnum<
|
|
1728
1623
|
typeof TemplateGetTemplateByIdTextAlign6
|
|
@@ -1753,7 +1648,7 @@ export const TemplateGetTemplateByIdFieldMetaNumber$inboundSchema: z.ZodType<
|
|
|
1753
1648
|
required: z.boolean().optional(),
|
|
1754
1649
|
readOnly: z.boolean().optional(),
|
|
1755
1650
|
fontSize: z.number().default(12),
|
|
1756
|
-
type:
|
|
1651
|
+
type: z.literal("number"),
|
|
1757
1652
|
numberFormat: z.nullable(z.string()).optional(),
|
|
1758
1653
|
value: z.string().optional(),
|
|
1759
1654
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -1771,7 +1666,7 @@ export type TemplateGetTemplateByIdFieldMetaNumber$Outbound = {
|
|
|
1771
1666
|
required?: boolean | undefined;
|
|
1772
1667
|
readOnly?: boolean | undefined;
|
|
1773
1668
|
fontSize: number;
|
|
1774
|
-
type:
|
|
1669
|
+
type: "number";
|
|
1775
1670
|
numberFormat?: string | null | undefined;
|
|
1776
1671
|
value?: string | undefined;
|
|
1777
1672
|
minValue?: number | null | undefined;
|
|
@@ -1793,7 +1688,7 @@ export const TemplateGetTemplateByIdFieldMetaNumber$outboundSchema: z.ZodType<
|
|
|
1793
1688
|
required: z.boolean().optional(),
|
|
1794
1689
|
readOnly: z.boolean().optional(),
|
|
1795
1690
|
fontSize: z.number().default(12),
|
|
1796
|
-
type:
|
|
1691
|
+
type: z.literal("number"),
|
|
1797
1692
|
numberFormat: z.nullable(z.string()).optional(),
|
|
1798
1693
|
value: z.string().optional(),
|
|
1799
1694
|
minValue: z.nullable(z.number()).optional(),
|
|
@@ -1827,15 +1722,6 @@ export function templateGetTemplateByIdFieldMetaNumberFromJSON(
|
|
|
1827
1722
|
);
|
|
1828
1723
|
}
|
|
1829
1724
|
|
|
1830
|
-
/** @internal */
|
|
1831
|
-
export const TemplateGetTemplateByIdTypeText$inboundSchema: z.ZodNativeEnum<
|
|
1832
|
-
typeof TemplateGetTemplateByIdTypeText
|
|
1833
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeText);
|
|
1834
|
-
/** @internal */
|
|
1835
|
-
export const TemplateGetTemplateByIdTypeText$outboundSchema: z.ZodNativeEnum<
|
|
1836
|
-
typeof TemplateGetTemplateByIdTypeText
|
|
1837
|
-
> = TemplateGetTemplateByIdTypeText$inboundSchema;
|
|
1838
|
-
|
|
1839
1725
|
/** @internal */
|
|
1840
1726
|
export const TemplateGetTemplateByIdTextAlign5$inboundSchema: z.ZodNativeEnum<
|
|
1841
1727
|
typeof TemplateGetTemplateByIdTextAlign5
|
|
@@ -1866,7 +1752,7 @@ export const TemplateGetTemplateByIdFieldMetaText$inboundSchema: z.ZodType<
|
|
|
1866
1752
|
required: z.boolean().optional(),
|
|
1867
1753
|
readOnly: z.boolean().optional(),
|
|
1868
1754
|
fontSize: z.number().default(12),
|
|
1869
|
-
type:
|
|
1755
|
+
type: z.literal("text"),
|
|
1870
1756
|
text: z.string().optional(),
|
|
1871
1757
|
characterLimit: z.number().optional(),
|
|
1872
1758
|
textAlign: TemplateGetTemplateByIdTextAlign5$inboundSchema.optional(),
|
|
@@ -1882,7 +1768,7 @@ export type TemplateGetTemplateByIdFieldMetaText$Outbound = {
|
|
|
1882
1768
|
required?: boolean | undefined;
|
|
1883
1769
|
readOnly?: boolean | undefined;
|
|
1884
1770
|
fontSize: number;
|
|
1885
|
-
type:
|
|
1771
|
+
type: "text";
|
|
1886
1772
|
text?: string | undefined;
|
|
1887
1773
|
characterLimit?: number | undefined;
|
|
1888
1774
|
textAlign?: string | undefined;
|
|
@@ -1902,7 +1788,7 @@ export const TemplateGetTemplateByIdFieldMetaText$outboundSchema: z.ZodType<
|
|
|
1902
1788
|
required: z.boolean().optional(),
|
|
1903
1789
|
readOnly: z.boolean().optional(),
|
|
1904
1790
|
fontSize: z.number().default(12),
|
|
1905
|
-
type:
|
|
1791
|
+
type: z.literal("text"),
|
|
1906
1792
|
text: z.string().optional(),
|
|
1907
1793
|
characterLimit: z.number().optional(),
|
|
1908
1794
|
textAlign: TemplateGetTemplateByIdTextAlign5$outboundSchema.optional(),
|
|
@@ -1933,15 +1819,6 @@ export function templateGetTemplateByIdFieldMetaTextFromJSON(
|
|
|
1933
1819
|
);
|
|
1934
1820
|
}
|
|
1935
1821
|
|
|
1936
|
-
/** @internal */
|
|
1937
|
-
export const TemplateGetTemplateByIdTypeDate$inboundSchema: z.ZodNativeEnum<
|
|
1938
|
-
typeof TemplateGetTemplateByIdTypeDate
|
|
1939
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeDate);
|
|
1940
|
-
/** @internal */
|
|
1941
|
-
export const TemplateGetTemplateByIdTypeDate$outboundSchema: z.ZodNativeEnum<
|
|
1942
|
-
typeof TemplateGetTemplateByIdTypeDate
|
|
1943
|
-
> = TemplateGetTemplateByIdTypeDate$inboundSchema;
|
|
1944
|
-
|
|
1945
1822
|
/** @internal */
|
|
1946
1823
|
export const TemplateGetTemplateByIdTextAlign4$inboundSchema: z.ZodNativeEnum<
|
|
1947
1824
|
typeof TemplateGetTemplateByIdTextAlign4
|
|
@@ -1962,7 +1839,7 @@ export const TemplateGetTemplateByIdFieldMetaDate$inboundSchema: z.ZodType<
|
|
|
1962
1839
|
required: z.boolean().optional(),
|
|
1963
1840
|
readOnly: z.boolean().optional(),
|
|
1964
1841
|
fontSize: z.number().default(12),
|
|
1965
|
-
type:
|
|
1842
|
+
type: z.literal("date"),
|
|
1966
1843
|
textAlign: TemplateGetTemplateByIdTextAlign4$inboundSchema.optional(),
|
|
1967
1844
|
});
|
|
1968
1845
|
/** @internal */
|
|
@@ -1972,7 +1849,7 @@ export type TemplateGetTemplateByIdFieldMetaDate$Outbound = {
|
|
|
1972
1849
|
required?: boolean | undefined;
|
|
1973
1850
|
readOnly?: boolean | undefined;
|
|
1974
1851
|
fontSize: number;
|
|
1975
|
-
type:
|
|
1852
|
+
type: "date";
|
|
1976
1853
|
textAlign?: string | undefined;
|
|
1977
1854
|
};
|
|
1978
1855
|
|
|
@@ -1987,7 +1864,7 @@ export const TemplateGetTemplateByIdFieldMetaDate$outboundSchema: z.ZodType<
|
|
|
1987
1864
|
required: z.boolean().optional(),
|
|
1988
1865
|
readOnly: z.boolean().optional(),
|
|
1989
1866
|
fontSize: z.number().default(12),
|
|
1990
|
-
type:
|
|
1867
|
+
type: z.literal("date"),
|
|
1991
1868
|
textAlign: TemplateGetTemplateByIdTextAlign4$outboundSchema.optional(),
|
|
1992
1869
|
});
|
|
1993
1870
|
|
|
@@ -2011,15 +1888,6 @@ export function templateGetTemplateByIdFieldMetaDateFromJSON(
|
|
|
2011
1888
|
);
|
|
2012
1889
|
}
|
|
2013
1890
|
|
|
2014
|
-
/** @internal */
|
|
2015
|
-
export const TemplateGetTemplateByIdTypeEmail$inboundSchema: z.ZodNativeEnum<
|
|
2016
|
-
typeof TemplateGetTemplateByIdTypeEmail
|
|
2017
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeEmail);
|
|
2018
|
-
/** @internal */
|
|
2019
|
-
export const TemplateGetTemplateByIdTypeEmail$outboundSchema: z.ZodNativeEnum<
|
|
2020
|
-
typeof TemplateGetTemplateByIdTypeEmail
|
|
2021
|
-
> = TemplateGetTemplateByIdTypeEmail$inboundSchema;
|
|
2022
|
-
|
|
2023
1891
|
/** @internal */
|
|
2024
1892
|
export const TemplateGetTemplateByIdTextAlign3$inboundSchema: z.ZodNativeEnum<
|
|
2025
1893
|
typeof TemplateGetTemplateByIdTextAlign3
|
|
@@ -2040,7 +1908,7 @@ export const TemplateGetTemplateByIdFieldMetaEmail$inboundSchema: z.ZodType<
|
|
|
2040
1908
|
required: z.boolean().optional(),
|
|
2041
1909
|
readOnly: z.boolean().optional(),
|
|
2042
1910
|
fontSize: z.number().default(12),
|
|
2043
|
-
type:
|
|
1911
|
+
type: z.literal("email"),
|
|
2044
1912
|
textAlign: TemplateGetTemplateByIdTextAlign3$inboundSchema.optional(),
|
|
2045
1913
|
});
|
|
2046
1914
|
/** @internal */
|
|
@@ -2050,7 +1918,7 @@ export type TemplateGetTemplateByIdFieldMetaEmail$Outbound = {
|
|
|
2050
1918
|
required?: boolean | undefined;
|
|
2051
1919
|
readOnly?: boolean | undefined;
|
|
2052
1920
|
fontSize: number;
|
|
2053
|
-
type:
|
|
1921
|
+
type: "email";
|
|
2054
1922
|
textAlign?: string | undefined;
|
|
2055
1923
|
};
|
|
2056
1924
|
|
|
@@ -2065,7 +1933,7 @@ export const TemplateGetTemplateByIdFieldMetaEmail$outboundSchema: z.ZodType<
|
|
|
2065
1933
|
required: z.boolean().optional(),
|
|
2066
1934
|
readOnly: z.boolean().optional(),
|
|
2067
1935
|
fontSize: z.number().default(12),
|
|
2068
|
-
type:
|
|
1936
|
+
type: z.literal("email"),
|
|
2069
1937
|
textAlign: TemplateGetTemplateByIdTextAlign3$outboundSchema.optional(),
|
|
2070
1938
|
});
|
|
2071
1939
|
|
|
@@ -2089,15 +1957,6 @@ export function templateGetTemplateByIdFieldMetaEmailFromJSON(
|
|
|
2089
1957
|
);
|
|
2090
1958
|
}
|
|
2091
1959
|
|
|
2092
|
-
/** @internal */
|
|
2093
|
-
export const TemplateGetTemplateByIdTypeName$inboundSchema: z.ZodNativeEnum<
|
|
2094
|
-
typeof TemplateGetTemplateByIdTypeName
|
|
2095
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeName);
|
|
2096
|
-
/** @internal */
|
|
2097
|
-
export const TemplateGetTemplateByIdTypeName$outboundSchema: z.ZodNativeEnum<
|
|
2098
|
-
typeof TemplateGetTemplateByIdTypeName
|
|
2099
|
-
> = TemplateGetTemplateByIdTypeName$inboundSchema;
|
|
2100
|
-
|
|
2101
1960
|
/** @internal */
|
|
2102
1961
|
export const TemplateGetTemplateByIdTextAlign2$inboundSchema: z.ZodNativeEnum<
|
|
2103
1962
|
typeof TemplateGetTemplateByIdTextAlign2
|
|
@@ -2118,7 +1977,7 @@ export const TemplateGetTemplateByIdFieldMetaName$inboundSchema: z.ZodType<
|
|
|
2118
1977
|
required: z.boolean().optional(),
|
|
2119
1978
|
readOnly: z.boolean().optional(),
|
|
2120
1979
|
fontSize: z.number().default(12),
|
|
2121
|
-
type:
|
|
1980
|
+
type: z.literal("name"),
|
|
2122
1981
|
textAlign: TemplateGetTemplateByIdTextAlign2$inboundSchema.optional(),
|
|
2123
1982
|
});
|
|
2124
1983
|
/** @internal */
|
|
@@ -2128,7 +1987,7 @@ export type TemplateGetTemplateByIdFieldMetaName$Outbound = {
|
|
|
2128
1987
|
required?: boolean | undefined;
|
|
2129
1988
|
readOnly?: boolean | undefined;
|
|
2130
1989
|
fontSize: number;
|
|
2131
|
-
type:
|
|
1990
|
+
type: "name";
|
|
2132
1991
|
textAlign?: string | undefined;
|
|
2133
1992
|
};
|
|
2134
1993
|
|
|
@@ -2143,7 +2002,7 @@ export const TemplateGetTemplateByIdFieldMetaName$outboundSchema: z.ZodType<
|
|
|
2143
2002
|
required: z.boolean().optional(),
|
|
2144
2003
|
readOnly: z.boolean().optional(),
|
|
2145
2004
|
fontSize: z.number().default(12),
|
|
2146
|
-
type:
|
|
2005
|
+
type: z.literal("name"),
|
|
2147
2006
|
textAlign: TemplateGetTemplateByIdTextAlign2$outboundSchema.optional(),
|
|
2148
2007
|
});
|
|
2149
2008
|
|
|
@@ -2167,15 +2026,6 @@ export function templateGetTemplateByIdFieldMetaNameFromJSON(
|
|
|
2167
2026
|
);
|
|
2168
2027
|
}
|
|
2169
2028
|
|
|
2170
|
-
/** @internal */
|
|
2171
|
-
export const TemplateGetTemplateByIdTypeInitials$inboundSchema: z.ZodNativeEnum<
|
|
2172
|
-
typeof TemplateGetTemplateByIdTypeInitials
|
|
2173
|
-
> = z.nativeEnum(TemplateGetTemplateByIdTypeInitials);
|
|
2174
|
-
/** @internal */
|
|
2175
|
-
export const TemplateGetTemplateByIdTypeInitials$outboundSchema:
|
|
2176
|
-
z.ZodNativeEnum<typeof TemplateGetTemplateByIdTypeInitials> =
|
|
2177
|
-
TemplateGetTemplateByIdTypeInitials$inboundSchema;
|
|
2178
|
-
|
|
2179
2029
|
/** @internal */
|
|
2180
2030
|
export const TemplateGetTemplateByIdTextAlign1$inboundSchema: z.ZodNativeEnum<
|
|
2181
2031
|
typeof TemplateGetTemplateByIdTextAlign1
|
|
@@ -2196,7 +2046,7 @@ export const TemplateGetTemplateByIdFieldMetaInitials$inboundSchema: z.ZodType<
|
|
|
2196
2046
|
required: z.boolean().optional(),
|
|
2197
2047
|
readOnly: z.boolean().optional(),
|
|
2198
2048
|
fontSize: z.number().default(12),
|
|
2199
|
-
type:
|
|
2049
|
+
type: z.literal("initials"),
|
|
2200
2050
|
textAlign: TemplateGetTemplateByIdTextAlign1$inboundSchema.optional(),
|
|
2201
2051
|
});
|
|
2202
2052
|
/** @internal */
|
|
@@ -2206,7 +2056,7 @@ export type TemplateGetTemplateByIdFieldMetaInitials$Outbound = {
|
|
|
2206
2056
|
required?: boolean | undefined;
|
|
2207
2057
|
readOnly?: boolean | undefined;
|
|
2208
2058
|
fontSize: number;
|
|
2209
|
-
type:
|
|
2059
|
+
type: "initials";
|
|
2210
2060
|
textAlign?: string | undefined;
|
|
2211
2061
|
};
|
|
2212
2062
|
|
|
@@ -2221,7 +2071,7 @@ export const TemplateGetTemplateByIdFieldMetaInitials$outboundSchema: z.ZodType<
|
|
|
2221
2071
|
required: z.boolean().optional(),
|
|
2222
2072
|
readOnly: z.boolean().optional(),
|
|
2223
2073
|
fontSize: z.number().default(12),
|
|
2224
|
-
type:
|
|
2074
|
+
type: z.literal("initials"),
|
|
2225
2075
|
textAlign: TemplateGetTemplateByIdTextAlign1$outboundSchema.optional(),
|
|
2226
2076
|
});
|
|
2227
2077
|
|
|
@@ -2251,16 +2101,6 @@ export function templateGetTemplateByIdFieldMetaInitialsFromJSON(
|
|
|
2251
2101
|
);
|
|
2252
2102
|
}
|
|
2253
2103
|
|
|
2254
|
-
/** @internal */
|
|
2255
|
-
export const TemplateGetTemplateByIdTypeSignature$inboundSchema:
|
|
2256
|
-
z.ZodNativeEnum<typeof TemplateGetTemplateByIdTypeSignature> = z.nativeEnum(
|
|
2257
|
-
TemplateGetTemplateByIdTypeSignature,
|
|
2258
|
-
);
|
|
2259
|
-
/** @internal */
|
|
2260
|
-
export const TemplateGetTemplateByIdTypeSignature$outboundSchema:
|
|
2261
|
-
z.ZodNativeEnum<typeof TemplateGetTemplateByIdTypeSignature> =
|
|
2262
|
-
TemplateGetTemplateByIdTypeSignature$inboundSchema;
|
|
2263
|
-
|
|
2264
2104
|
/** @internal */
|
|
2265
2105
|
export const TemplateGetTemplateByIdFieldMetaSignature$inboundSchema: z.ZodType<
|
|
2266
2106
|
TemplateGetTemplateByIdFieldMetaSignature,
|
|
@@ -2272,7 +2112,7 @@ export const TemplateGetTemplateByIdFieldMetaSignature$inboundSchema: z.ZodType<
|
|
|
2272
2112
|
required: z.boolean().optional(),
|
|
2273
2113
|
readOnly: z.boolean().optional(),
|
|
2274
2114
|
fontSize: z.number().default(12),
|
|
2275
|
-
type:
|
|
2115
|
+
type: z.literal("signature"),
|
|
2276
2116
|
});
|
|
2277
2117
|
/** @internal */
|
|
2278
2118
|
export type TemplateGetTemplateByIdFieldMetaSignature$Outbound = {
|
|
@@ -2281,7 +2121,7 @@ export type TemplateGetTemplateByIdFieldMetaSignature$Outbound = {
|
|
|
2281
2121
|
required?: boolean | undefined;
|
|
2282
2122
|
readOnly?: boolean | undefined;
|
|
2283
2123
|
fontSize: number;
|
|
2284
|
-
type:
|
|
2124
|
+
type: "signature";
|
|
2285
2125
|
};
|
|
2286
2126
|
|
|
2287
2127
|
/** @internal */
|
|
@@ -2296,7 +2136,7 @@ export const TemplateGetTemplateByIdFieldMetaSignature$outboundSchema:
|
|
|
2296
2136
|
required: z.boolean().optional(),
|
|
2297
2137
|
readOnly: z.boolean().optional(),
|
|
2298
2138
|
fontSize: z.number().default(12),
|
|
2299
|
-
type:
|
|
2139
|
+
type: z.literal("signature"),
|
|
2300
2140
|
});
|
|
2301
2141
|
|
|
2302
2142
|
export function templateGetTemplateByIdFieldMetaSignatureToJSON(
|
|
@@ -2401,7 +2241,7 @@ export const TemplateGetTemplateByIdField$inboundSchema: z.ZodType<
|
|
|
2401
2241
|
> = z.object({
|
|
2402
2242
|
envelopeId: z.string(),
|
|
2403
2243
|
envelopeItemId: z.string(),
|
|
2404
|
-
type:
|
|
2244
|
+
type: TemplateGetTemplateByIdFieldTypeEnum$inboundSchema,
|
|
2405
2245
|
id: z.number(),
|
|
2406
2246
|
secondaryId: z.string(),
|
|
2407
2247
|
recipientId: z.number(),
|
|
@@ -2468,7 +2308,7 @@ export const TemplateGetTemplateByIdField$outboundSchema: z.ZodType<
|
|
|
2468
2308
|
> = z.object({
|
|
2469
2309
|
envelopeId: z.string(),
|
|
2470
2310
|
envelopeItemId: z.string(),
|
|
2471
|
-
type:
|
|
2311
|
+
type: TemplateGetTemplateByIdFieldTypeEnum$outboundSchema,
|
|
2472
2312
|
id: z.number(),
|
|
2473
2313
|
secondaryId: z.string(),
|
|
2474
2314
|
recipientId: z.number(),
|
|
@@ -2653,7 +2493,7 @@ export const TemplateGetTemplateByIdResponse$inboundSchema: z.ZodType<
|
|
|
2653
2493
|
z.ZodTypeDef,
|
|
2654
2494
|
unknown
|
|
2655
2495
|
> = z.object({
|
|
2656
|
-
type:
|
|
2496
|
+
type: TemplateGetTemplateByIdTypeEnum$inboundSchema,
|
|
2657
2497
|
visibility: TemplateGetTemplateByIdVisibility$inboundSchema,
|
|
2658
2498
|
id: z.number(),
|
|
2659
2499
|
externalId: z.nullable(z.string()),
|
|
@@ -2720,7 +2560,7 @@ export const TemplateGetTemplateByIdResponse$outboundSchema: z.ZodType<
|
|
|
2720
2560
|
z.ZodTypeDef,
|
|
2721
2561
|
TemplateGetTemplateByIdResponse
|
|
2722
2562
|
> = z.object({
|
|
2723
|
-
type:
|
|
2563
|
+
type: TemplateGetTemplateByIdTypeEnum$outboundSchema,
|
|
2724
2564
|
visibility: TemplateGetTemplateByIdVisibility$outboundSchema,
|
|
2725
2565
|
id: z.number(),
|
|
2726
2566
|
externalId: z.nullable(z.string()),
|