@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
|
@@ -0,0 +1,2844 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
export declare const EnvelopeAuditLogFindOrderByColumn: {
|
|
6
|
+
readonly CreatedAt: "createdAt";
|
|
7
|
+
};
|
|
8
|
+
export type EnvelopeAuditLogFindOrderByColumn = ClosedEnum<typeof EnvelopeAuditLogFindOrderByColumn>;
|
|
9
|
+
export declare const EnvelopeAuditLogFindOrderByDirection: {
|
|
10
|
+
readonly Asc: "asc";
|
|
11
|
+
readonly Desc: "desc";
|
|
12
|
+
};
|
|
13
|
+
export type EnvelopeAuditLogFindOrderByDirection = ClosedEnum<typeof EnvelopeAuditLogFindOrderByDirection>;
|
|
14
|
+
export type EnvelopeAuditLogFindRequest = {
|
|
15
|
+
/**
|
|
16
|
+
* Envelope ID
|
|
17
|
+
*/
|
|
18
|
+
envelopeId: string;
|
|
19
|
+
/**
|
|
20
|
+
* The pagination page number, starts at 1.
|
|
21
|
+
*/
|
|
22
|
+
page?: number | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* The number of items per page.
|
|
25
|
+
*/
|
|
26
|
+
perPage?: number | undefined;
|
|
27
|
+
orderByColumn?: EnvelopeAuditLogFindOrderByColumn | undefined;
|
|
28
|
+
orderByDirection?: EnvelopeAuditLogFindOrderByDirection | undefined;
|
|
29
|
+
};
|
|
30
|
+
export type EnvelopeAuditLogFindData32 = {
|
|
31
|
+
recipientEmail: string;
|
|
32
|
+
recipientName: string;
|
|
33
|
+
recipientId: number;
|
|
34
|
+
recipientRole: string;
|
|
35
|
+
};
|
|
36
|
+
export type DataRecipientDeleted = {
|
|
37
|
+
type: "RECIPIENT_DELETED";
|
|
38
|
+
data: EnvelopeAuditLogFindData32;
|
|
39
|
+
id: string;
|
|
40
|
+
createdAt: string;
|
|
41
|
+
envelopeId: string;
|
|
42
|
+
name?: string | null | undefined;
|
|
43
|
+
email?: string | null | undefined;
|
|
44
|
+
userId?: number | null | undefined;
|
|
45
|
+
userAgent?: string | null | undefined;
|
|
46
|
+
ipAddress?: string | null | undefined;
|
|
47
|
+
};
|
|
48
|
+
export type ChangeFromUnion5 = string | Array<string>;
|
|
49
|
+
export type ChangeToUnion5 = string | Array<string>;
|
|
50
|
+
export type ChangeEmail = {
|
|
51
|
+
from: string | Array<string> | null;
|
|
52
|
+
to: string | Array<string> | null;
|
|
53
|
+
type: "EMAIL";
|
|
54
|
+
};
|
|
55
|
+
export type ChangeFromUnion4 = string | Array<string>;
|
|
56
|
+
export type ChangeToUnion4 = string | Array<string>;
|
|
57
|
+
export type ChangeRole = {
|
|
58
|
+
from: string | Array<string> | null;
|
|
59
|
+
to: string | Array<string> | null;
|
|
60
|
+
type: "ROLE";
|
|
61
|
+
};
|
|
62
|
+
export type ChangeFromUnion3 = string | Array<string>;
|
|
63
|
+
export type ChangeToUnion3 = string | Array<string>;
|
|
64
|
+
export type ChangeName = {
|
|
65
|
+
from: string | Array<string> | null;
|
|
66
|
+
to: string | Array<string> | null;
|
|
67
|
+
type: "NAME";
|
|
68
|
+
};
|
|
69
|
+
export type ChangeFromUnion2 = string | Array<string>;
|
|
70
|
+
export type ChangeToUnion2 = string | Array<string>;
|
|
71
|
+
export type ChangeAccessAuth = {
|
|
72
|
+
from: string | Array<string> | null;
|
|
73
|
+
to: string | Array<string> | null;
|
|
74
|
+
type: "ACCESS_AUTH";
|
|
75
|
+
};
|
|
76
|
+
export type ChangeFromUnion1 = string | Array<string>;
|
|
77
|
+
export type ChangeToUnion1 = string | Array<string>;
|
|
78
|
+
export type ChangeActionAuth = {
|
|
79
|
+
from: string | Array<string> | null;
|
|
80
|
+
to: string | Array<string> | null;
|
|
81
|
+
type: "ACTION_AUTH";
|
|
82
|
+
};
|
|
83
|
+
export type ChangeUnion3 = ChangeActionAuth | ChangeAccessAuth | ChangeName | ChangeRole | ChangeEmail;
|
|
84
|
+
export type EnvelopeAuditLogFindData31 = {
|
|
85
|
+
recipientEmail: string;
|
|
86
|
+
recipientName: string;
|
|
87
|
+
recipientId: number;
|
|
88
|
+
recipientRole: string;
|
|
89
|
+
changes: Array<ChangeActionAuth | ChangeAccessAuth | ChangeName | ChangeRole | ChangeEmail>;
|
|
90
|
+
};
|
|
91
|
+
export type DataRecipientUpdated = {
|
|
92
|
+
type: "RECIPIENT_UPDATED";
|
|
93
|
+
data: EnvelopeAuditLogFindData31;
|
|
94
|
+
id: string;
|
|
95
|
+
createdAt: string;
|
|
96
|
+
envelopeId: string;
|
|
97
|
+
name?: string | null | undefined;
|
|
98
|
+
email?: string | null | undefined;
|
|
99
|
+
userId?: number | null | undefined;
|
|
100
|
+
userAgent?: string | null | undefined;
|
|
101
|
+
ipAddress?: string | null | undefined;
|
|
102
|
+
};
|
|
103
|
+
export declare const EnvelopeAuditLogFindAccessAuth3: {
|
|
104
|
+
readonly Account: "ACCOUNT";
|
|
105
|
+
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
106
|
+
};
|
|
107
|
+
export type EnvelopeAuditLogFindAccessAuth3 = ClosedEnum<typeof EnvelopeAuditLogFindAccessAuth3>;
|
|
108
|
+
export declare const EnvelopeAuditLogFindActionAuth2: {
|
|
109
|
+
readonly Account: "ACCOUNT";
|
|
110
|
+
readonly Passkey: "PASSKEY";
|
|
111
|
+
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
112
|
+
readonly Password: "PASSWORD";
|
|
113
|
+
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
114
|
+
};
|
|
115
|
+
export type EnvelopeAuditLogFindActionAuth2 = ClosedEnum<typeof EnvelopeAuditLogFindActionAuth2>;
|
|
116
|
+
export type EnvelopeAuditLogFindData30 = {
|
|
117
|
+
recipientEmail: string;
|
|
118
|
+
recipientName: string;
|
|
119
|
+
recipientId: number;
|
|
120
|
+
recipientRole: string;
|
|
121
|
+
accessAuth: Array<EnvelopeAuditLogFindAccessAuth3>;
|
|
122
|
+
actionAuth: Array<EnvelopeAuditLogFindActionAuth2>;
|
|
123
|
+
};
|
|
124
|
+
export type DataRecipientCreated = {
|
|
125
|
+
type: "RECIPIENT_CREATED";
|
|
126
|
+
data: EnvelopeAuditLogFindData30;
|
|
127
|
+
id: string;
|
|
128
|
+
createdAt: string;
|
|
129
|
+
envelopeId: string;
|
|
130
|
+
name?: string | null | undefined;
|
|
131
|
+
email?: string | null | undefined;
|
|
132
|
+
userId?: number | null | undefined;
|
|
133
|
+
userAgent?: string | null | undefined;
|
|
134
|
+
ipAddress?: string | null | undefined;
|
|
135
|
+
};
|
|
136
|
+
export type ChangeFrom2 = {
|
|
137
|
+
page: number;
|
|
138
|
+
positionX: number;
|
|
139
|
+
positionY: number;
|
|
140
|
+
};
|
|
141
|
+
export type ChangeTo2 = {
|
|
142
|
+
page: number;
|
|
143
|
+
positionX: number;
|
|
144
|
+
positionY: number;
|
|
145
|
+
};
|
|
146
|
+
export type ChangePosition = {
|
|
147
|
+
type: "POSITION";
|
|
148
|
+
from: ChangeFrom2;
|
|
149
|
+
to: ChangeTo2;
|
|
150
|
+
};
|
|
151
|
+
export type ChangeFrom1 = {
|
|
152
|
+
width: number;
|
|
153
|
+
height: number;
|
|
154
|
+
};
|
|
155
|
+
export type ChangeTo1 = {
|
|
156
|
+
width: number;
|
|
157
|
+
height: number;
|
|
158
|
+
};
|
|
159
|
+
export type ChangeDimension = {
|
|
160
|
+
type: "DIMENSION";
|
|
161
|
+
from: ChangeFrom1;
|
|
162
|
+
to: ChangeTo1;
|
|
163
|
+
};
|
|
164
|
+
export type ChangeUnion2 = ChangeDimension | ChangePosition;
|
|
165
|
+
export type EnvelopeAuditLogFindData29 = {
|
|
166
|
+
fieldId: string;
|
|
167
|
+
fieldRecipientEmail: string;
|
|
168
|
+
fieldRecipientId: number;
|
|
169
|
+
fieldType: string;
|
|
170
|
+
changes: Array<ChangeDimension | ChangePosition>;
|
|
171
|
+
};
|
|
172
|
+
export type DataFieldUpdated = {
|
|
173
|
+
type: "FIELD_UPDATED";
|
|
174
|
+
data: EnvelopeAuditLogFindData29;
|
|
175
|
+
id: string;
|
|
176
|
+
createdAt: string;
|
|
177
|
+
envelopeId: string;
|
|
178
|
+
name?: string | null | undefined;
|
|
179
|
+
email?: string | null | undefined;
|
|
180
|
+
userId?: number | null | undefined;
|
|
181
|
+
userAgent?: string | null | undefined;
|
|
182
|
+
ipAddress?: string | null | undefined;
|
|
183
|
+
};
|
|
184
|
+
export type EnvelopeAuditLogFindData28 = {
|
|
185
|
+
fieldId: string;
|
|
186
|
+
fieldRecipientEmail: string;
|
|
187
|
+
fieldRecipientId: number;
|
|
188
|
+
fieldType: string;
|
|
189
|
+
};
|
|
190
|
+
export type DataFieldDeleted = {
|
|
191
|
+
type: "FIELD_DELETED";
|
|
192
|
+
data: EnvelopeAuditLogFindData28;
|
|
193
|
+
id: string;
|
|
194
|
+
createdAt: string;
|
|
195
|
+
envelopeId: string;
|
|
196
|
+
name?: string | null | undefined;
|
|
197
|
+
email?: string | null | undefined;
|
|
198
|
+
userId?: number | null | undefined;
|
|
199
|
+
userAgent?: string | null | undefined;
|
|
200
|
+
ipAddress?: string | null | undefined;
|
|
201
|
+
};
|
|
202
|
+
export type EnvelopeAuditLogFindData27 = {
|
|
203
|
+
fieldId: string;
|
|
204
|
+
fieldRecipientEmail: string;
|
|
205
|
+
fieldRecipientId: number;
|
|
206
|
+
fieldType: string;
|
|
207
|
+
};
|
|
208
|
+
export type DataFieldCreated = {
|
|
209
|
+
type: "FIELD_CREATED";
|
|
210
|
+
data: EnvelopeAuditLogFindData27;
|
|
211
|
+
id: string;
|
|
212
|
+
createdAt: string;
|
|
213
|
+
envelopeId: string;
|
|
214
|
+
name?: string | null | undefined;
|
|
215
|
+
email?: string | null | undefined;
|
|
216
|
+
userId?: number | null | undefined;
|
|
217
|
+
userAgent?: string | null | undefined;
|
|
218
|
+
ipAddress?: string | null | undefined;
|
|
219
|
+
};
|
|
220
|
+
export type EnvelopeAuditLogFindData26 = {
|
|
221
|
+
from?: string | null | undefined;
|
|
222
|
+
to?: string | null | undefined;
|
|
223
|
+
};
|
|
224
|
+
export type DataDocumentExternalIDUpdated = {
|
|
225
|
+
type: "DOCUMENT_EXTERNAL_ID_UPDATED";
|
|
226
|
+
data: EnvelopeAuditLogFindData26;
|
|
227
|
+
id: string;
|
|
228
|
+
createdAt: string;
|
|
229
|
+
envelopeId: string;
|
|
230
|
+
name?: string | null | undefined;
|
|
231
|
+
email?: string | null | undefined;
|
|
232
|
+
userId?: number | null | undefined;
|
|
233
|
+
userAgent?: string | null | undefined;
|
|
234
|
+
ipAddress?: string | null | undefined;
|
|
235
|
+
};
|
|
236
|
+
export type EnvelopeAuditLogFindData25 = {
|
|
237
|
+
from: string;
|
|
238
|
+
to: string;
|
|
239
|
+
};
|
|
240
|
+
export type DataDocumentTitleUpdated = {
|
|
241
|
+
type: "DOCUMENT_TITLE_UPDATED";
|
|
242
|
+
data: EnvelopeAuditLogFindData25;
|
|
243
|
+
id: string;
|
|
244
|
+
createdAt: string;
|
|
245
|
+
envelopeId: string;
|
|
246
|
+
name?: string | null | undefined;
|
|
247
|
+
email?: string | null | undefined;
|
|
248
|
+
userId?: number | null | undefined;
|
|
249
|
+
userAgent?: string | null | undefined;
|
|
250
|
+
ipAddress?: string | null | undefined;
|
|
251
|
+
};
|
|
252
|
+
export type EnvelopeAuditLogFindData24 = {};
|
|
253
|
+
export type DataDocumentSent = {
|
|
254
|
+
type: "DOCUMENT_SENT";
|
|
255
|
+
data: EnvelopeAuditLogFindData24;
|
|
256
|
+
id: string;
|
|
257
|
+
createdAt: string;
|
|
258
|
+
envelopeId: string;
|
|
259
|
+
name?: string | null | undefined;
|
|
260
|
+
email?: string | null | undefined;
|
|
261
|
+
userId?: number | null | undefined;
|
|
262
|
+
userAgent?: string | null | undefined;
|
|
263
|
+
ipAddress?: string | null | undefined;
|
|
264
|
+
};
|
|
265
|
+
export type EnvelopeAuditLogFindData23 = {
|
|
266
|
+
recipientEmail: string;
|
|
267
|
+
recipientName: string;
|
|
268
|
+
recipientId: number;
|
|
269
|
+
};
|
|
270
|
+
export type DataDocumentAccessAuth2FaFailed = {
|
|
271
|
+
type: "DOCUMENT_ACCESS_AUTH_2FA_FAILED";
|
|
272
|
+
data: EnvelopeAuditLogFindData23;
|
|
273
|
+
id: string;
|
|
274
|
+
createdAt: string;
|
|
275
|
+
envelopeId: string;
|
|
276
|
+
name?: string | null | undefined;
|
|
277
|
+
email?: string | null | undefined;
|
|
278
|
+
userId?: number | null | undefined;
|
|
279
|
+
userAgent?: string | null | undefined;
|
|
280
|
+
ipAddress?: string | null | undefined;
|
|
281
|
+
};
|
|
282
|
+
export type EnvelopeAuditLogFindData22 = {
|
|
283
|
+
recipientEmail: string;
|
|
284
|
+
recipientName: string;
|
|
285
|
+
recipientId: number;
|
|
286
|
+
};
|
|
287
|
+
export type DataDocumentAccessAuth2FaValidated = {
|
|
288
|
+
type: "DOCUMENT_ACCESS_AUTH_2FA_VALIDATED";
|
|
289
|
+
data: EnvelopeAuditLogFindData22;
|
|
290
|
+
id: string;
|
|
291
|
+
createdAt: string;
|
|
292
|
+
envelopeId: string;
|
|
293
|
+
name?: string | null | undefined;
|
|
294
|
+
email?: string | null | undefined;
|
|
295
|
+
userId?: number | null | undefined;
|
|
296
|
+
userAgent?: string | null | undefined;
|
|
297
|
+
ipAddress?: string | null | undefined;
|
|
298
|
+
};
|
|
299
|
+
export type EnvelopeAuditLogFindData21 = {
|
|
300
|
+
recipientEmail: string;
|
|
301
|
+
recipientName: string;
|
|
302
|
+
recipientId: number;
|
|
303
|
+
};
|
|
304
|
+
export type DataDocumentAccessAuth2FaRequested = {
|
|
305
|
+
type: "DOCUMENT_ACCESS_AUTH_2FA_REQUESTED";
|
|
306
|
+
data: EnvelopeAuditLogFindData21;
|
|
307
|
+
id: string;
|
|
308
|
+
createdAt: string;
|
|
309
|
+
envelopeId: string;
|
|
310
|
+
name?: string | null | undefined;
|
|
311
|
+
email?: string | null | undefined;
|
|
312
|
+
userId?: number | null | undefined;
|
|
313
|
+
userAgent?: string | null | undefined;
|
|
314
|
+
ipAddress?: string | null | undefined;
|
|
315
|
+
};
|
|
316
|
+
export type EnvelopeAuditLogFindData20 = {
|
|
317
|
+
recipientEmail: string;
|
|
318
|
+
recipientName: string;
|
|
319
|
+
recipientId: number;
|
|
320
|
+
recipientRole: string;
|
|
321
|
+
reason: string;
|
|
322
|
+
};
|
|
323
|
+
export type DataDocumentRecipientRejected = {
|
|
324
|
+
type: "DOCUMENT_RECIPIENT_REJECTED";
|
|
325
|
+
data: EnvelopeAuditLogFindData20;
|
|
326
|
+
id: string;
|
|
327
|
+
createdAt: string;
|
|
328
|
+
envelopeId: string;
|
|
329
|
+
name?: string | null | undefined;
|
|
330
|
+
email?: string | null | undefined;
|
|
331
|
+
userId?: number | null | undefined;
|
|
332
|
+
userAgent?: string | null | undefined;
|
|
333
|
+
ipAddress?: string | null | undefined;
|
|
334
|
+
};
|
|
335
|
+
export declare const EnvelopeAuditLogFindActionAuth1: {
|
|
336
|
+
readonly Account: "ACCOUNT";
|
|
337
|
+
readonly Passkey: "PASSKEY";
|
|
338
|
+
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
339
|
+
readonly Password: "PASSWORD";
|
|
340
|
+
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
341
|
+
};
|
|
342
|
+
export type EnvelopeAuditLogFindActionAuth1 = ClosedEnum<typeof EnvelopeAuditLogFindActionAuth1>;
|
|
343
|
+
export type EnvelopeAuditLogFindData19 = {
|
|
344
|
+
recipientEmail: string;
|
|
345
|
+
recipientName: string;
|
|
346
|
+
recipientId: number;
|
|
347
|
+
recipientRole: string;
|
|
348
|
+
actionAuth: Array<EnvelopeAuditLogFindActionAuth1>;
|
|
349
|
+
};
|
|
350
|
+
export type DataDocumentRecipientCompleted = {
|
|
351
|
+
type: "DOCUMENT_RECIPIENT_COMPLETED";
|
|
352
|
+
data: EnvelopeAuditLogFindData19;
|
|
353
|
+
id: string;
|
|
354
|
+
createdAt: string;
|
|
355
|
+
envelopeId: string;
|
|
356
|
+
name?: string | null | undefined;
|
|
357
|
+
email?: string | null | undefined;
|
|
358
|
+
userId?: number | null | undefined;
|
|
359
|
+
userAgent?: string | null | undefined;
|
|
360
|
+
ipAddress?: string | null | undefined;
|
|
361
|
+
};
|
|
362
|
+
export declare const EnvelopeAuditLogFindAccessAuth2: {
|
|
363
|
+
readonly Account: "ACCOUNT";
|
|
364
|
+
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
365
|
+
};
|
|
366
|
+
export type EnvelopeAuditLogFindAccessAuth2 = ClosedEnum<typeof EnvelopeAuditLogFindAccessAuth2>;
|
|
367
|
+
export type EnvelopeAuditLogFindData18 = {
|
|
368
|
+
recipientEmail: string;
|
|
369
|
+
recipientName: string;
|
|
370
|
+
recipientId: number;
|
|
371
|
+
recipientRole: string;
|
|
372
|
+
accessAuth: Array<EnvelopeAuditLogFindAccessAuth2>;
|
|
373
|
+
};
|
|
374
|
+
export type DataDocumentViewed = {
|
|
375
|
+
type: "DOCUMENT_VIEWED";
|
|
376
|
+
data: EnvelopeAuditLogFindData18;
|
|
377
|
+
id: string;
|
|
378
|
+
createdAt: string;
|
|
379
|
+
envelopeId: string;
|
|
380
|
+
name?: string | null | undefined;
|
|
381
|
+
email?: string | null | undefined;
|
|
382
|
+
userId?: number | null | undefined;
|
|
383
|
+
userAgent?: string | null | undefined;
|
|
384
|
+
ipAddress?: string | null | undefined;
|
|
385
|
+
};
|
|
386
|
+
export declare const EnvelopeAuditLogFindAccessAuth1: {
|
|
387
|
+
readonly Account: "ACCOUNT";
|
|
388
|
+
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
389
|
+
};
|
|
390
|
+
export type EnvelopeAuditLogFindAccessAuth1 = ClosedEnum<typeof EnvelopeAuditLogFindAccessAuth1>;
|
|
391
|
+
export type EnvelopeAuditLogFindData17 = {
|
|
392
|
+
recipientEmail: string;
|
|
393
|
+
recipientName: string;
|
|
394
|
+
recipientId: number;
|
|
395
|
+
recipientRole: string;
|
|
396
|
+
accessAuth: Array<EnvelopeAuditLogFindAccessAuth1>;
|
|
397
|
+
};
|
|
398
|
+
export type DataDocumentOpened = {
|
|
399
|
+
type: "DOCUMENT_OPENED";
|
|
400
|
+
data: EnvelopeAuditLogFindData17;
|
|
401
|
+
id: string;
|
|
402
|
+
createdAt: string;
|
|
403
|
+
envelopeId: string;
|
|
404
|
+
name?: string | null | undefined;
|
|
405
|
+
email?: string | null | undefined;
|
|
406
|
+
userId?: number | null | undefined;
|
|
407
|
+
userAgent?: string | null | undefined;
|
|
408
|
+
ipAddress?: string | null | undefined;
|
|
409
|
+
};
|
|
410
|
+
export declare const TypePassword: {
|
|
411
|
+
readonly Password: "PASSWORD";
|
|
412
|
+
};
|
|
413
|
+
export type TypePassword = ClosedEnum<typeof TypePassword>;
|
|
414
|
+
export type ChangePassword = {
|
|
415
|
+
type: TypePassword;
|
|
416
|
+
};
|
|
417
|
+
export declare const TypeEmailSettings: {
|
|
418
|
+
readonly EmailSettings: "EMAIL_SETTINGS";
|
|
419
|
+
};
|
|
420
|
+
export type TypeEmailSettings = ClosedEnum<typeof TypeEmailSettings>;
|
|
421
|
+
export declare const TypeEmailReplyTo: {
|
|
422
|
+
readonly EmailReplyTo: "EMAIL_REPLY_TO";
|
|
423
|
+
};
|
|
424
|
+
export type TypeEmailReplyTo = ClosedEnum<typeof TypeEmailReplyTo>;
|
|
425
|
+
export declare const TypeEmailID: {
|
|
426
|
+
readonly EmailId: "EMAIL_ID";
|
|
427
|
+
};
|
|
428
|
+
export type TypeEmailID = ClosedEnum<typeof TypeEmailID>;
|
|
429
|
+
export declare const TypeTimezone: {
|
|
430
|
+
readonly Timezone: "TIMEZONE";
|
|
431
|
+
};
|
|
432
|
+
export type TypeTimezone = ClosedEnum<typeof TypeTimezone>;
|
|
433
|
+
export declare const TypeSubject: {
|
|
434
|
+
readonly Subject: "SUBJECT";
|
|
435
|
+
};
|
|
436
|
+
export type TypeSubject = ClosedEnum<typeof TypeSubject>;
|
|
437
|
+
export declare const TypeRedirectURL: {
|
|
438
|
+
readonly RedirectUrl: "REDIRECT_URL";
|
|
439
|
+
};
|
|
440
|
+
export type TypeRedirectURL = ClosedEnum<typeof TypeRedirectURL>;
|
|
441
|
+
export declare const TypeMessage: {
|
|
442
|
+
readonly Message: "MESSAGE";
|
|
443
|
+
};
|
|
444
|
+
export type TypeMessage = ClosedEnum<typeof TypeMessage>;
|
|
445
|
+
export declare const TypeDateFormat: {
|
|
446
|
+
readonly DateFormat: "DATE_FORMAT";
|
|
447
|
+
};
|
|
448
|
+
export type TypeDateFormat = ClosedEnum<typeof TypeDateFormat>;
|
|
449
|
+
export type ChangeTypeUnion = TypeDateFormat | TypeMessage | TypeRedirectURL | TypeSubject | TypeTimezone | TypeEmailID | TypeEmailReplyTo | TypeEmailSettings;
|
|
450
|
+
export type Change = {
|
|
451
|
+
type: TypeDateFormat | TypeMessage | TypeRedirectURL | TypeSubject | TypeTimezone | TypeEmailID | TypeEmailReplyTo | TypeEmailSettings;
|
|
452
|
+
from: string | null;
|
|
453
|
+
to: string | null;
|
|
454
|
+
};
|
|
455
|
+
export type ChangeUnion1 = Change | ChangePassword;
|
|
456
|
+
export type EnvelopeAuditLogFindData16 = {
|
|
457
|
+
changes: Array<Change | ChangePassword>;
|
|
458
|
+
};
|
|
459
|
+
export type DataDocumentMetaUpdated = {
|
|
460
|
+
type: "DOCUMENT_META_UPDATED";
|
|
461
|
+
data: EnvelopeAuditLogFindData16;
|
|
462
|
+
id: string;
|
|
463
|
+
createdAt: string;
|
|
464
|
+
envelopeId: string;
|
|
465
|
+
name?: string | null | undefined;
|
|
466
|
+
email?: string | null | undefined;
|
|
467
|
+
userId?: number | null | undefined;
|
|
468
|
+
userAgent?: string | null | undefined;
|
|
469
|
+
ipAddress?: string | null | undefined;
|
|
470
|
+
};
|
|
471
|
+
export type FromUnion3 = string | Array<string>;
|
|
472
|
+
export type ToUnion3 = string | Array<string>;
|
|
473
|
+
export type EnvelopeAuditLogFindData15 = {
|
|
474
|
+
from: string | Array<string> | null;
|
|
475
|
+
to: string | Array<string> | null;
|
|
476
|
+
};
|
|
477
|
+
export type DataDocumentGlobalAuthActionUpdated = {
|
|
478
|
+
type: "DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED";
|
|
479
|
+
data: EnvelopeAuditLogFindData15;
|
|
480
|
+
id: string;
|
|
481
|
+
createdAt: string;
|
|
482
|
+
envelopeId: string;
|
|
483
|
+
name?: string | null | undefined;
|
|
484
|
+
email?: string | null | undefined;
|
|
485
|
+
userId?: number | null | undefined;
|
|
486
|
+
userAgent?: string | null | undefined;
|
|
487
|
+
ipAddress?: string | null | undefined;
|
|
488
|
+
};
|
|
489
|
+
export type FromUnion2 = string | Array<string>;
|
|
490
|
+
export type ToUnion2 = string | Array<string>;
|
|
491
|
+
export type EnvelopeAuditLogFindData14 = {
|
|
492
|
+
from: string | Array<string> | null;
|
|
493
|
+
to: string | Array<string> | null;
|
|
494
|
+
};
|
|
495
|
+
export type DataDocumentGlobalAuthAccessUpdated = {
|
|
496
|
+
type: "DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED";
|
|
497
|
+
data: EnvelopeAuditLogFindData14;
|
|
498
|
+
id: string;
|
|
499
|
+
createdAt: string;
|
|
500
|
+
envelopeId: string;
|
|
501
|
+
name?: string | null | undefined;
|
|
502
|
+
email?: string | null | undefined;
|
|
503
|
+
userId?: number | null | undefined;
|
|
504
|
+
userAgent?: string | null | undefined;
|
|
505
|
+
ipAddress?: string | null | undefined;
|
|
506
|
+
};
|
|
507
|
+
export type FromUnion1 = string | Array<string>;
|
|
508
|
+
export type ToUnion1 = string | Array<string>;
|
|
509
|
+
export type EnvelopeAuditLogFindData13 = {
|
|
510
|
+
from: string | Array<string> | null;
|
|
511
|
+
to: string | Array<string> | null;
|
|
512
|
+
};
|
|
513
|
+
export type DataDocumentVisibilityUpdated = {
|
|
514
|
+
type: "DOCUMENT_VISIBILITY_UPDATED";
|
|
515
|
+
data: EnvelopeAuditLogFindData13;
|
|
516
|
+
id: string;
|
|
517
|
+
createdAt: string;
|
|
518
|
+
envelopeId: string;
|
|
519
|
+
name?: string | null | undefined;
|
|
520
|
+
email?: string | null | undefined;
|
|
521
|
+
userId?: number | null | undefined;
|
|
522
|
+
userAgent?: string | null | undefined;
|
|
523
|
+
ipAddress?: string | null | undefined;
|
|
524
|
+
};
|
|
525
|
+
export declare const EnvelopeAuditLogFindTypeNumber2: {
|
|
526
|
+
readonly Number: "NUMBER";
|
|
527
|
+
};
|
|
528
|
+
export type EnvelopeAuditLogFindTypeNumber2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeNumber2>;
|
|
529
|
+
export type EnvelopeAuditLogFindFieldNumber2 = {
|
|
530
|
+
type: EnvelopeAuditLogFindTypeNumber2;
|
|
531
|
+
data: string;
|
|
532
|
+
};
|
|
533
|
+
export declare const EnvelopeAuditLogFindTypeDropdown2: {
|
|
534
|
+
readonly Dropdown: "DROPDOWN";
|
|
535
|
+
};
|
|
536
|
+
export type EnvelopeAuditLogFindTypeDropdown2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeDropdown2>;
|
|
537
|
+
export type EnvelopeAuditLogFindFieldDropdown2 = {
|
|
538
|
+
type: EnvelopeAuditLogFindTypeDropdown2;
|
|
539
|
+
data: string;
|
|
540
|
+
};
|
|
541
|
+
export declare const EnvelopeAuditLogFindTypeCheckbox2: {
|
|
542
|
+
readonly Checkbox: "CHECKBOX";
|
|
543
|
+
};
|
|
544
|
+
export type EnvelopeAuditLogFindTypeCheckbox2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeCheckbox2>;
|
|
545
|
+
export type EnvelopeAuditLogFindFieldCheckbox2 = {
|
|
546
|
+
type: EnvelopeAuditLogFindTypeCheckbox2;
|
|
547
|
+
data: string;
|
|
548
|
+
};
|
|
549
|
+
export declare const EnvelopeAuditLogFindTypeRadio2: {
|
|
550
|
+
readonly Radio: "RADIO";
|
|
551
|
+
};
|
|
552
|
+
export type EnvelopeAuditLogFindTypeRadio2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeRadio2>;
|
|
553
|
+
export type EnvelopeAuditLogFindFieldRadio2 = {
|
|
554
|
+
type: EnvelopeAuditLogFindTypeRadio2;
|
|
555
|
+
data: string;
|
|
556
|
+
};
|
|
557
|
+
export declare const EnvelopeAuditLogFindTypeFreeSignature2: {
|
|
558
|
+
readonly FreeSignature: "FREE_SIGNATURE";
|
|
559
|
+
};
|
|
560
|
+
export type EnvelopeAuditLogFindTypeFreeSignature2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeFreeSignature2>;
|
|
561
|
+
export declare const EnvelopeAuditLogFindTypeSignature2: {
|
|
562
|
+
readonly Signature: "SIGNATURE";
|
|
563
|
+
};
|
|
564
|
+
export type EnvelopeAuditLogFindTypeSignature2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeSignature2>;
|
|
565
|
+
export type FieldTypeUnion2 = EnvelopeAuditLogFindTypeSignature2 | EnvelopeAuditLogFindTypeFreeSignature2;
|
|
566
|
+
export type EnvelopeAuditLogFindField3 = {
|
|
567
|
+
type: EnvelopeAuditLogFindTypeSignature2 | EnvelopeAuditLogFindTypeFreeSignature2;
|
|
568
|
+
data: string;
|
|
569
|
+
};
|
|
570
|
+
export declare const EnvelopeAuditLogFindTypeText2: {
|
|
571
|
+
readonly Text: "TEXT";
|
|
572
|
+
};
|
|
573
|
+
export type EnvelopeAuditLogFindTypeText2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeText2>;
|
|
574
|
+
export type EnvelopeAuditLogFindFieldText2 = {
|
|
575
|
+
type: EnvelopeAuditLogFindTypeText2;
|
|
576
|
+
data: string;
|
|
577
|
+
};
|
|
578
|
+
export declare const EnvelopeAuditLogFindTypeNameEnum2: {
|
|
579
|
+
readonly Name: "NAME";
|
|
580
|
+
};
|
|
581
|
+
export type EnvelopeAuditLogFindTypeNameEnum2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeNameEnum2>;
|
|
582
|
+
export type EnvelopeAuditLogFindFieldName2 = {
|
|
583
|
+
type: EnvelopeAuditLogFindTypeNameEnum2;
|
|
584
|
+
data: string;
|
|
585
|
+
};
|
|
586
|
+
export declare const EnvelopeAuditLogFindTypeDate2: {
|
|
587
|
+
readonly Date: "DATE";
|
|
588
|
+
};
|
|
589
|
+
export type EnvelopeAuditLogFindTypeDate2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeDate2>;
|
|
590
|
+
export type EnvelopeAuditLogFindFieldDate2 = {
|
|
591
|
+
type: EnvelopeAuditLogFindTypeDate2;
|
|
592
|
+
data: string;
|
|
593
|
+
};
|
|
594
|
+
export declare const EnvelopeAuditLogFindTypeEmailEnum2: {
|
|
595
|
+
readonly Email: "EMAIL";
|
|
596
|
+
};
|
|
597
|
+
export type EnvelopeAuditLogFindTypeEmailEnum2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeEmailEnum2>;
|
|
598
|
+
export type EnvelopeAuditLogFindFieldEmail2 = {
|
|
599
|
+
type: EnvelopeAuditLogFindTypeEmailEnum2;
|
|
600
|
+
data: string;
|
|
601
|
+
};
|
|
602
|
+
export declare const EnvelopeAuditLogFindTypeInitials2: {
|
|
603
|
+
readonly Initials: "INITIALS";
|
|
604
|
+
};
|
|
605
|
+
export type EnvelopeAuditLogFindTypeInitials2 = ClosedEnum<typeof EnvelopeAuditLogFindTypeInitials2>;
|
|
606
|
+
export type EnvelopeAuditLogFindFieldInitials2 = {
|
|
607
|
+
type: EnvelopeAuditLogFindTypeInitials2;
|
|
608
|
+
data: string;
|
|
609
|
+
};
|
|
610
|
+
export type EnvelopeAuditLogFindFieldUnion2 = EnvelopeAuditLogFindFieldInitials2 | EnvelopeAuditLogFindFieldEmail2 | EnvelopeAuditLogFindFieldDate2 | EnvelopeAuditLogFindFieldName2 | EnvelopeAuditLogFindFieldText2 | EnvelopeAuditLogFindField3 | EnvelopeAuditLogFindFieldRadio2 | EnvelopeAuditLogFindFieldCheckbox2 | EnvelopeAuditLogFindFieldDropdown2 | EnvelopeAuditLogFindFieldNumber2;
|
|
611
|
+
export declare const FieldSecurityType2: {
|
|
612
|
+
readonly Account: "ACCOUNT";
|
|
613
|
+
readonly Passkey: "PASSKEY";
|
|
614
|
+
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
615
|
+
readonly Password: "PASSWORD";
|
|
616
|
+
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
617
|
+
};
|
|
618
|
+
export type FieldSecurityType2 = ClosedEnum<typeof FieldSecurityType2>;
|
|
619
|
+
export type FieldSecurity2 = {
|
|
620
|
+
type?: FieldSecurityType2 | undefined;
|
|
621
|
+
};
|
|
622
|
+
export type EnvelopeAuditLogFindData12 = {
|
|
623
|
+
recipientEmail: string;
|
|
624
|
+
recipientName: string;
|
|
625
|
+
recipientId: number;
|
|
626
|
+
recipientRole: string;
|
|
627
|
+
fieldId: string;
|
|
628
|
+
field: EnvelopeAuditLogFindFieldInitials2 | EnvelopeAuditLogFindFieldEmail2 | EnvelopeAuditLogFindFieldDate2 | EnvelopeAuditLogFindFieldName2 | EnvelopeAuditLogFindFieldText2 | EnvelopeAuditLogFindField3 | EnvelopeAuditLogFindFieldRadio2 | EnvelopeAuditLogFindFieldCheckbox2 | EnvelopeAuditLogFindFieldDropdown2 | EnvelopeAuditLogFindFieldNumber2;
|
|
629
|
+
fieldSecurity?: FieldSecurity2 | undefined;
|
|
630
|
+
};
|
|
631
|
+
export type DataDocumentFieldPrefilled = {
|
|
632
|
+
type: "DOCUMENT_FIELD_PREFILLED";
|
|
633
|
+
data: EnvelopeAuditLogFindData12;
|
|
634
|
+
id: string;
|
|
635
|
+
createdAt: string;
|
|
636
|
+
envelopeId: string;
|
|
637
|
+
name?: string | null | undefined;
|
|
638
|
+
email?: string | null | undefined;
|
|
639
|
+
userId?: number | null | undefined;
|
|
640
|
+
userAgent?: string | null | undefined;
|
|
641
|
+
ipAddress?: string | null | undefined;
|
|
642
|
+
};
|
|
643
|
+
export declare const FieldEnum: {
|
|
644
|
+
readonly Signature: "SIGNATURE";
|
|
645
|
+
readonly FreeSignature: "FREE_SIGNATURE";
|
|
646
|
+
readonly Initials: "INITIALS";
|
|
647
|
+
readonly Name: "NAME";
|
|
648
|
+
readonly Email: "EMAIL";
|
|
649
|
+
readonly Date: "DATE";
|
|
650
|
+
readonly Text: "TEXT";
|
|
651
|
+
readonly Number: "NUMBER";
|
|
652
|
+
readonly Radio: "RADIO";
|
|
653
|
+
readonly Checkbox: "CHECKBOX";
|
|
654
|
+
readonly Dropdown: "DROPDOWN";
|
|
655
|
+
};
|
|
656
|
+
export type FieldEnum = ClosedEnum<typeof FieldEnum>;
|
|
657
|
+
export type EnvelopeAuditLogFindData11 = {
|
|
658
|
+
field: FieldEnum;
|
|
659
|
+
fieldId: string;
|
|
660
|
+
};
|
|
661
|
+
export type DataDocumentFieldUninserted = {
|
|
662
|
+
type: "DOCUMENT_FIELD_UNINSERTED";
|
|
663
|
+
data: EnvelopeAuditLogFindData11;
|
|
664
|
+
id: string;
|
|
665
|
+
createdAt: string;
|
|
666
|
+
envelopeId: string;
|
|
667
|
+
name?: string | null | undefined;
|
|
668
|
+
email?: string | null | undefined;
|
|
669
|
+
userId?: number | null | undefined;
|
|
670
|
+
userAgent?: string | null | undefined;
|
|
671
|
+
ipAddress?: string | null | undefined;
|
|
672
|
+
};
|
|
673
|
+
export declare const EnvelopeAuditLogFindTypeNumber1: {
|
|
674
|
+
readonly Number: "NUMBER";
|
|
675
|
+
};
|
|
676
|
+
export type EnvelopeAuditLogFindTypeNumber1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeNumber1>;
|
|
677
|
+
export type EnvelopeAuditLogFindFieldNumber1 = {
|
|
678
|
+
type: EnvelopeAuditLogFindTypeNumber1;
|
|
679
|
+
data: string;
|
|
680
|
+
};
|
|
681
|
+
export declare const EnvelopeAuditLogFindTypeDropdown1: {
|
|
682
|
+
readonly Dropdown: "DROPDOWN";
|
|
683
|
+
};
|
|
684
|
+
export type EnvelopeAuditLogFindTypeDropdown1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeDropdown1>;
|
|
685
|
+
export type EnvelopeAuditLogFindFieldDropdown1 = {
|
|
686
|
+
type: EnvelopeAuditLogFindTypeDropdown1;
|
|
687
|
+
data: string;
|
|
688
|
+
};
|
|
689
|
+
export declare const EnvelopeAuditLogFindTypeCheckbox1: {
|
|
690
|
+
readonly Checkbox: "CHECKBOX";
|
|
691
|
+
};
|
|
692
|
+
export type EnvelopeAuditLogFindTypeCheckbox1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeCheckbox1>;
|
|
693
|
+
export type EnvelopeAuditLogFindFieldCheckbox1 = {
|
|
694
|
+
type: EnvelopeAuditLogFindTypeCheckbox1;
|
|
695
|
+
data: string;
|
|
696
|
+
};
|
|
697
|
+
export declare const EnvelopeAuditLogFindTypeRadio1: {
|
|
698
|
+
readonly Radio: "RADIO";
|
|
699
|
+
};
|
|
700
|
+
export type EnvelopeAuditLogFindTypeRadio1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeRadio1>;
|
|
701
|
+
export type EnvelopeAuditLogFindFieldRadio1 = {
|
|
702
|
+
type: EnvelopeAuditLogFindTypeRadio1;
|
|
703
|
+
data: string;
|
|
704
|
+
};
|
|
705
|
+
export declare const EnvelopeAuditLogFindTypeFreeSignature1: {
|
|
706
|
+
readonly FreeSignature: "FREE_SIGNATURE";
|
|
707
|
+
};
|
|
708
|
+
export type EnvelopeAuditLogFindTypeFreeSignature1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeFreeSignature1>;
|
|
709
|
+
export declare const EnvelopeAuditLogFindTypeSignature1: {
|
|
710
|
+
readonly Signature: "SIGNATURE";
|
|
711
|
+
};
|
|
712
|
+
export type EnvelopeAuditLogFindTypeSignature1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeSignature1>;
|
|
713
|
+
export type FieldTypeUnion1 = EnvelopeAuditLogFindTypeSignature1 | EnvelopeAuditLogFindTypeFreeSignature1;
|
|
714
|
+
export type EnvelopeAuditLogFindField2 = {
|
|
715
|
+
type: EnvelopeAuditLogFindTypeSignature1 | EnvelopeAuditLogFindTypeFreeSignature1;
|
|
716
|
+
data: string;
|
|
717
|
+
};
|
|
718
|
+
export declare const EnvelopeAuditLogFindTypeText1: {
|
|
719
|
+
readonly Text: "TEXT";
|
|
720
|
+
};
|
|
721
|
+
export type EnvelopeAuditLogFindTypeText1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeText1>;
|
|
722
|
+
export type EnvelopeAuditLogFindFieldText1 = {
|
|
723
|
+
type: EnvelopeAuditLogFindTypeText1;
|
|
724
|
+
data: string;
|
|
725
|
+
};
|
|
726
|
+
export declare const EnvelopeAuditLogFindTypeNameEnum1: {
|
|
727
|
+
readonly Name: "NAME";
|
|
728
|
+
};
|
|
729
|
+
export type EnvelopeAuditLogFindTypeNameEnum1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeNameEnum1>;
|
|
730
|
+
export type EnvelopeAuditLogFindFieldName1 = {
|
|
731
|
+
type: EnvelopeAuditLogFindTypeNameEnum1;
|
|
732
|
+
data: string;
|
|
733
|
+
};
|
|
734
|
+
export declare const EnvelopeAuditLogFindTypeDate1: {
|
|
735
|
+
readonly Date: "DATE";
|
|
736
|
+
};
|
|
737
|
+
export type EnvelopeAuditLogFindTypeDate1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeDate1>;
|
|
738
|
+
export type EnvelopeAuditLogFindFieldDate1 = {
|
|
739
|
+
type: EnvelopeAuditLogFindTypeDate1;
|
|
740
|
+
data: string;
|
|
741
|
+
};
|
|
742
|
+
export declare const EnvelopeAuditLogFindTypeEmailEnum1: {
|
|
743
|
+
readonly Email: "EMAIL";
|
|
744
|
+
};
|
|
745
|
+
export type EnvelopeAuditLogFindTypeEmailEnum1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeEmailEnum1>;
|
|
746
|
+
export type EnvelopeAuditLogFindFieldEmail1 = {
|
|
747
|
+
type: EnvelopeAuditLogFindTypeEmailEnum1;
|
|
748
|
+
data: string;
|
|
749
|
+
};
|
|
750
|
+
export declare const EnvelopeAuditLogFindTypeInitials1: {
|
|
751
|
+
readonly Initials: "INITIALS";
|
|
752
|
+
};
|
|
753
|
+
export type EnvelopeAuditLogFindTypeInitials1 = ClosedEnum<typeof EnvelopeAuditLogFindTypeInitials1>;
|
|
754
|
+
export type EnvelopeAuditLogFindFieldInitials1 = {
|
|
755
|
+
type: EnvelopeAuditLogFindTypeInitials1;
|
|
756
|
+
data: string;
|
|
757
|
+
};
|
|
758
|
+
export type EnvelopeAuditLogFindFieldUnion1 = EnvelopeAuditLogFindFieldInitials1 | EnvelopeAuditLogFindFieldEmail1 | EnvelopeAuditLogFindFieldDate1 | EnvelopeAuditLogFindFieldName1 | EnvelopeAuditLogFindFieldText1 | EnvelopeAuditLogFindField2 | EnvelopeAuditLogFindFieldRadio1 | EnvelopeAuditLogFindFieldCheckbox1 | EnvelopeAuditLogFindFieldDropdown1 | EnvelopeAuditLogFindFieldNumber1;
|
|
759
|
+
export declare const FieldSecurityType1: {
|
|
760
|
+
readonly Account: "ACCOUNT";
|
|
761
|
+
readonly Passkey: "PASSKEY";
|
|
762
|
+
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
763
|
+
readonly Password: "PASSWORD";
|
|
764
|
+
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
765
|
+
};
|
|
766
|
+
export type FieldSecurityType1 = ClosedEnum<typeof FieldSecurityType1>;
|
|
767
|
+
export type FieldSecurity1 = {
|
|
768
|
+
type?: FieldSecurityType1 | undefined;
|
|
769
|
+
};
|
|
770
|
+
export type EnvelopeAuditLogFindData10 = {
|
|
771
|
+
recipientEmail: string;
|
|
772
|
+
recipientName: string;
|
|
773
|
+
recipientId: number;
|
|
774
|
+
recipientRole: string;
|
|
775
|
+
fieldId: string;
|
|
776
|
+
field: EnvelopeAuditLogFindFieldInitials1 | EnvelopeAuditLogFindFieldEmail1 | EnvelopeAuditLogFindFieldDate1 | EnvelopeAuditLogFindFieldName1 | EnvelopeAuditLogFindFieldText1 | EnvelopeAuditLogFindField2 | EnvelopeAuditLogFindFieldRadio1 | EnvelopeAuditLogFindFieldCheckbox1 | EnvelopeAuditLogFindFieldDropdown1 | EnvelopeAuditLogFindFieldNumber1;
|
|
777
|
+
fieldSecurity?: FieldSecurity1 | undefined;
|
|
778
|
+
};
|
|
779
|
+
export type DataDocumentFieldInserted = {
|
|
780
|
+
type: "DOCUMENT_FIELD_INSERTED";
|
|
781
|
+
data: EnvelopeAuditLogFindData10;
|
|
782
|
+
id: string;
|
|
783
|
+
createdAt: string;
|
|
784
|
+
envelopeId: string;
|
|
785
|
+
name?: string | null | undefined;
|
|
786
|
+
email?: string | null | undefined;
|
|
787
|
+
userId?: number | null | undefined;
|
|
788
|
+
userAgent?: string | null | undefined;
|
|
789
|
+
ipAddress?: string | null | undefined;
|
|
790
|
+
};
|
|
791
|
+
export declare const FieldType: {
|
|
792
|
+
readonly Signature: "SIGNATURE";
|
|
793
|
+
readonly FreeSignature: "FREE_SIGNATURE";
|
|
794
|
+
readonly Initials: "INITIALS";
|
|
795
|
+
readonly Name: "NAME";
|
|
796
|
+
readonly Email: "EMAIL";
|
|
797
|
+
readonly Date: "DATE";
|
|
798
|
+
readonly Text: "TEXT";
|
|
799
|
+
readonly Number: "NUMBER";
|
|
800
|
+
readonly Radio: "RADIO";
|
|
801
|
+
readonly Checkbox: "CHECKBOX";
|
|
802
|
+
readonly Dropdown: "DROPDOWN";
|
|
803
|
+
};
|
|
804
|
+
export type FieldType = ClosedEnum<typeof FieldType>;
|
|
805
|
+
export type EnvelopeAuditLogFindField1 = {
|
|
806
|
+
fieldId: number;
|
|
807
|
+
fieldType: FieldType;
|
|
808
|
+
recipientId: number;
|
|
809
|
+
};
|
|
810
|
+
export type EnvelopeAuditLogFindData9 = {
|
|
811
|
+
fields: Array<EnvelopeAuditLogFindField1>;
|
|
812
|
+
};
|
|
813
|
+
export type DataDocumentFieldsAutoInserted = {
|
|
814
|
+
type: "DOCUMENT_FIELDS_AUTO_INSERTED";
|
|
815
|
+
data: EnvelopeAuditLogFindData9;
|
|
816
|
+
id: string;
|
|
817
|
+
createdAt: string;
|
|
818
|
+
envelopeId: string;
|
|
819
|
+
name?: string | null | undefined;
|
|
820
|
+
email?: string | null | undefined;
|
|
821
|
+
userId?: number | null | undefined;
|
|
822
|
+
userAgent?: string | null | undefined;
|
|
823
|
+
ipAddress?: string | null | undefined;
|
|
824
|
+
};
|
|
825
|
+
export type EnvelopeAuditLogFindData8 = {
|
|
826
|
+
delegatedOwnerName: string | null;
|
|
827
|
+
delegatedOwnerEmail: string;
|
|
828
|
+
teamName: string;
|
|
829
|
+
};
|
|
830
|
+
export type DataDocumentDelegatedOwnerCreated = {
|
|
831
|
+
type: "DOCUMENT_DELEGATED_OWNER_CREATED";
|
|
832
|
+
data: EnvelopeAuditLogFindData8;
|
|
833
|
+
id: string;
|
|
834
|
+
createdAt: string;
|
|
835
|
+
envelopeId: string;
|
|
836
|
+
name?: string | null | undefined;
|
|
837
|
+
email?: string | null | undefined;
|
|
838
|
+
userId?: number | null | undefined;
|
|
839
|
+
userAgent?: string | null | undefined;
|
|
840
|
+
ipAddress?: string | null | undefined;
|
|
841
|
+
};
|
|
842
|
+
export type EnvelopeAuditLogFindData7 = {
|
|
843
|
+
movedByUserId: number;
|
|
844
|
+
fromPersonalAccount: boolean;
|
|
845
|
+
toTeamId: number;
|
|
846
|
+
};
|
|
847
|
+
export type DataDocumentMovedToTeam = {
|
|
848
|
+
type: "DOCUMENT_MOVED_TO_TEAM";
|
|
849
|
+
data: EnvelopeAuditLogFindData7;
|
|
850
|
+
id: string;
|
|
851
|
+
createdAt: string;
|
|
852
|
+
envelopeId: string;
|
|
853
|
+
name?: string | null | undefined;
|
|
854
|
+
email?: string | null | undefined;
|
|
855
|
+
userId?: number | null | undefined;
|
|
856
|
+
userAgent?: string | null | undefined;
|
|
857
|
+
ipAddress?: string | null | undefined;
|
|
858
|
+
};
|
|
859
|
+
export declare const EnvelopeAuditLogFindTypeEnum: {
|
|
860
|
+
readonly Soft: "SOFT";
|
|
861
|
+
readonly Hard: "HARD";
|
|
862
|
+
};
|
|
863
|
+
export type EnvelopeAuditLogFindTypeEnum = ClosedEnum<typeof EnvelopeAuditLogFindTypeEnum>;
|
|
864
|
+
export type EnvelopeAuditLogFindData6 = {
|
|
865
|
+
type: EnvelopeAuditLogFindTypeEnum;
|
|
866
|
+
};
|
|
867
|
+
export type DataDocumentDeleted = {
|
|
868
|
+
type: "DOCUMENT_DELETED";
|
|
869
|
+
data: EnvelopeAuditLogFindData6;
|
|
870
|
+
id: string;
|
|
871
|
+
createdAt: string;
|
|
872
|
+
envelopeId: string;
|
|
873
|
+
name?: string | null | undefined;
|
|
874
|
+
email?: string | null | undefined;
|
|
875
|
+
userId?: number | null | undefined;
|
|
876
|
+
userAgent?: string | null | undefined;
|
|
877
|
+
ipAddress?: string | null | undefined;
|
|
878
|
+
};
|
|
879
|
+
export type SourceTemplateDirectLink = {
|
|
880
|
+
type: "TEMPLATE_DIRECT_LINK";
|
|
881
|
+
templateId: number;
|
|
882
|
+
directRecipientEmail: string;
|
|
883
|
+
};
|
|
884
|
+
export type SourceTemplate = {
|
|
885
|
+
type: "TEMPLATE";
|
|
886
|
+
templateId: number;
|
|
887
|
+
};
|
|
888
|
+
export type EnvelopeAuditLogFindSourceDocument = {
|
|
889
|
+
type: "DOCUMENT";
|
|
890
|
+
};
|
|
891
|
+
export type Source = EnvelopeAuditLogFindSourceDocument | SourceTemplate | SourceTemplateDirectLink;
|
|
892
|
+
export type EnvelopeAuditLogFindData5 = {
|
|
893
|
+
title: string;
|
|
894
|
+
source?: EnvelopeAuditLogFindSourceDocument | SourceTemplate | SourceTemplateDirectLink | undefined;
|
|
895
|
+
};
|
|
896
|
+
export type DataDocumentCreated = {
|
|
897
|
+
type: "DOCUMENT_CREATED";
|
|
898
|
+
data: EnvelopeAuditLogFindData5;
|
|
899
|
+
id: string;
|
|
900
|
+
createdAt: string;
|
|
901
|
+
envelopeId: string;
|
|
902
|
+
name?: string | null | undefined;
|
|
903
|
+
email?: string | null | undefined;
|
|
904
|
+
userId?: number | null | undefined;
|
|
905
|
+
userAgent?: string | null | undefined;
|
|
906
|
+
ipAddress?: string | null | undefined;
|
|
907
|
+
};
|
|
908
|
+
export type EnvelopeAuditLogFindData4 = {
|
|
909
|
+
transactionId: string;
|
|
910
|
+
};
|
|
911
|
+
export type DataDocumentCompleted = {
|
|
912
|
+
type: "DOCUMENT_COMPLETED";
|
|
913
|
+
data: EnvelopeAuditLogFindData4;
|
|
914
|
+
id: string;
|
|
915
|
+
createdAt: string;
|
|
916
|
+
envelopeId: string;
|
|
917
|
+
name?: string | null | undefined;
|
|
918
|
+
email?: string | null | undefined;
|
|
919
|
+
userId?: number | null | undefined;
|
|
920
|
+
userAgent?: string | null | undefined;
|
|
921
|
+
ipAddress?: string | null | undefined;
|
|
922
|
+
};
|
|
923
|
+
export declare const EmailType: {
|
|
924
|
+
readonly SigningRequest: "SIGNING_REQUEST";
|
|
925
|
+
readonly ViewRequest: "VIEW_REQUEST";
|
|
926
|
+
readonly ApproveRequest: "APPROVE_REQUEST";
|
|
927
|
+
readonly AssistingRequest: "ASSISTING_REQUEST";
|
|
928
|
+
readonly Cc: "CC";
|
|
929
|
+
readonly DocumentCompleted: "DOCUMENT_COMPLETED";
|
|
930
|
+
};
|
|
931
|
+
export type EmailType = ClosedEnum<typeof EmailType>;
|
|
932
|
+
export type EnvelopeAuditLogFindData3 = {
|
|
933
|
+
recipientEmail: string;
|
|
934
|
+
recipientName: string;
|
|
935
|
+
recipientId: number;
|
|
936
|
+
recipientRole: string;
|
|
937
|
+
emailType: EmailType;
|
|
938
|
+
isResending: boolean;
|
|
939
|
+
};
|
|
940
|
+
export type DataEmailSent = {
|
|
941
|
+
type: "EMAIL_SENT";
|
|
942
|
+
data: EnvelopeAuditLogFindData3;
|
|
943
|
+
id: string;
|
|
944
|
+
createdAt: string;
|
|
945
|
+
envelopeId: string;
|
|
946
|
+
name?: string | null | undefined;
|
|
947
|
+
email?: string | null | undefined;
|
|
948
|
+
userId?: number | null | undefined;
|
|
949
|
+
userAgent?: string | null | undefined;
|
|
950
|
+
ipAddress?: string | null | undefined;
|
|
951
|
+
};
|
|
952
|
+
export type EnvelopeAuditLogFindData2 = {
|
|
953
|
+
envelopeItemId: string;
|
|
954
|
+
envelopeItemTitle: string;
|
|
955
|
+
};
|
|
956
|
+
export type DataEnvelopeItemDeleted = {
|
|
957
|
+
type: "ENVELOPE_ITEM_DELETED";
|
|
958
|
+
data: EnvelopeAuditLogFindData2;
|
|
959
|
+
id: string;
|
|
960
|
+
createdAt: string;
|
|
961
|
+
envelopeId: string;
|
|
962
|
+
name?: string | null | undefined;
|
|
963
|
+
email?: string | null | undefined;
|
|
964
|
+
userId?: number | null | undefined;
|
|
965
|
+
userAgent?: string | null | undefined;
|
|
966
|
+
ipAddress?: string | null | undefined;
|
|
967
|
+
};
|
|
968
|
+
export type EnvelopeAuditLogFindData1 = {
|
|
969
|
+
envelopeItemId: string;
|
|
970
|
+
envelopeItemTitle: string;
|
|
971
|
+
};
|
|
972
|
+
export type DataEnvelopeItemCreated = {
|
|
973
|
+
type: "ENVELOPE_ITEM_CREATED";
|
|
974
|
+
data: EnvelopeAuditLogFindData1;
|
|
975
|
+
id: string;
|
|
976
|
+
createdAt: string;
|
|
977
|
+
envelopeId: string;
|
|
978
|
+
name?: string | null | undefined;
|
|
979
|
+
email?: string | null | undefined;
|
|
980
|
+
userId?: number | null | undefined;
|
|
981
|
+
userAgent?: string | null | undefined;
|
|
982
|
+
ipAddress?: string | null | undefined;
|
|
983
|
+
};
|
|
984
|
+
export type EnvelopeAuditLogFindDataUnion = DataEnvelopeItemCreated | DataEnvelopeItemDeleted | DataEmailSent | DataDocumentCompleted | DataDocumentCreated | DataDocumentDeleted | DataDocumentMovedToTeam | DataDocumentDelegatedOwnerCreated | DataDocumentFieldsAutoInserted | DataDocumentFieldInserted | DataDocumentFieldUninserted | DataDocumentFieldPrefilled | DataDocumentVisibilityUpdated | DataDocumentGlobalAuthAccessUpdated | DataDocumentGlobalAuthActionUpdated | DataDocumentMetaUpdated | DataDocumentOpened | DataDocumentViewed | DataDocumentRecipientCompleted | DataDocumentRecipientRejected | DataDocumentAccessAuth2FaRequested | DataDocumentAccessAuth2FaValidated | DataDocumentAccessAuth2FaFailed | DataDocumentSent | DataDocumentTitleUpdated | DataDocumentExternalIDUpdated | DataFieldCreated | DataFieldDeleted | DataFieldUpdated | DataRecipientCreated | DataRecipientUpdated | DataRecipientDeleted;
|
|
985
|
+
/**
|
|
986
|
+
* Successful response
|
|
987
|
+
*/
|
|
988
|
+
export type EnvelopeAuditLogFindResponse = {
|
|
989
|
+
data: Array<DataEnvelopeItemCreated | DataEnvelopeItemDeleted | DataEmailSent | DataDocumentCompleted | DataDocumentCreated | DataDocumentDeleted | DataDocumentMovedToTeam | DataDocumentDelegatedOwnerCreated | DataDocumentFieldsAutoInserted | DataDocumentFieldInserted | DataDocumentFieldUninserted | DataDocumentFieldPrefilled | DataDocumentVisibilityUpdated | DataDocumentGlobalAuthAccessUpdated | DataDocumentGlobalAuthActionUpdated | DataDocumentMetaUpdated | DataDocumentOpened | DataDocumentViewed | DataDocumentRecipientCompleted | DataDocumentRecipientRejected | DataDocumentAccessAuth2FaRequested | DataDocumentAccessAuth2FaValidated | DataDocumentAccessAuth2FaFailed | DataDocumentSent | DataDocumentTitleUpdated | DataDocumentExternalIDUpdated | DataFieldCreated | DataFieldDeleted | DataFieldUpdated | DataRecipientCreated | DataRecipientUpdated | DataRecipientDeleted>;
|
|
990
|
+
count: number;
|
|
991
|
+
currentPage: number;
|
|
992
|
+
perPage: number;
|
|
993
|
+
totalPages: number;
|
|
994
|
+
};
|
|
995
|
+
/** @internal */
|
|
996
|
+
export declare const EnvelopeAuditLogFindOrderByColumn$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindOrderByColumn>;
|
|
997
|
+
/** @internal */
|
|
998
|
+
export declare const EnvelopeAuditLogFindOrderByColumn$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindOrderByColumn>;
|
|
999
|
+
/** @internal */
|
|
1000
|
+
export declare const EnvelopeAuditLogFindOrderByDirection$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindOrderByDirection>;
|
|
1001
|
+
/** @internal */
|
|
1002
|
+
export declare const EnvelopeAuditLogFindOrderByDirection$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindOrderByDirection>;
|
|
1003
|
+
/** @internal */
|
|
1004
|
+
export declare const EnvelopeAuditLogFindRequest$inboundSchema: z.ZodType<EnvelopeAuditLogFindRequest, z.ZodTypeDef, unknown>;
|
|
1005
|
+
/** @internal */
|
|
1006
|
+
export type EnvelopeAuditLogFindRequest$Outbound = {
|
|
1007
|
+
envelopeId: string;
|
|
1008
|
+
page?: number | undefined;
|
|
1009
|
+
perPage?: number | undefined;
|
|
1010
|
+
orderByColumn?: string | undefined;
|
|
1011
|
+
orderByDirection?: string | undefined;
|
|
1012
|
+
};
|
|
1013
|
+
/** @internal */
|
|
1014
|
+
export declare const EnvelopeAuditLogFindRequest$outboundSchema: z.ZodType<EnvelopeAuditLogFindRequest$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindRequest>;
|
|
1015
|
+
export declare function envelopeAuditLogFindRequestToJSON(envelopeAuditLogFindRequest: EnvelopeAuditLogFindRequest): string;
|
|
1016
|
+
export declare function envelopeAuditLogFindRequestFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindRequest, SDKValidationError>;
|
|
1017
|
+
/** @internal */
|
|
1018
|
+
export declare const EnvelopeAuditLogFindData32$inboundSchema: z.ZodType<EnvelopeAuditLogFindData32, z.ZodTypeDef, unknown>;
|
|
1019
|
+
/** @internal */
|
|
1020
|
+
export type EnvelopeAuditLogFindData32$Outbound = {
|
|
1021
|
+
recipientEmail: string;
|
|
1022
|
+
recipientName: string;
|
|
1023
|
+
recipientId: number;
|
|
1024
|
+
recipientRole: string;
|
|
1025
|
+
};
|
|
1026
|
+
/** @internal */
|
|
1027
|
+
export declare const EnvelopeAuditLogFindData32$outboundSchema: z.ZodType<EnvelopeAuditLogFindData32$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData32>;
|
|
1028
|
+
export declare function envelopeAuditLogFindData32ToJSON(envelopeAuditLogFindData32: EnvelopeAuditLogFindData32): string;
|
|
1029
|
+
export declare function envelopeAuditLogFindData32FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData32, SDKValidationError>;
|
|
1030
|
+
/** @internal */
|
|
1031
|
+
export declare const DataRecipientDeleted$inboundSchema: z.ZodType<DataRecipientDeleted, z.ZodTypeDef, unknown>;
|
|
1032
|
+
/** @internal */
|
|
1033
|
+
export type DataRecipientDeleted$Outbound = {
|
|
1034
|
+
type: "RECIPIENT_DELETED";
|
|
1035
|
+
data: EnvelopeAuditLogFindData32$Outbound;
|
|
1036
|
+
id: string;
|
|
1037
|
+
createdAt: string;
|
|
1038
|
+
envelopeId: string;
|
|
1039
|
+
name?: string | null | undefined;
|
|
1040
|
+
email?: string | null | undefined;
|
|
1041
|
+
userId?: number | null | undefined;
|
|
1042
|
+
userAgent?: string | null | undefined;
|
|
1043
|
+
ipAddress?: string | null | undefined;
|
|
1044
|
+
};
|
|
1045
|
+
/** @internal */
|
|
1046
|
+
export declare const DataRecipientDeleted$outboundSchema: z.ZodType<DataRecipientDeleted$Outbound, z.ZodTypeDef, DataRecipientDeleted>;
|
|
1047
|
+
export declare function dataRecipientDeletedToJSON(dataRecipientDeleted: DataRecipientDeleted): string;
|
|
1048
|
+
export declare function dataRecipientDeletedFromJSON(jsonString: string): SafeParseResult<DataRecipientDeleted, SDKValidationError>;
|
|
1049
|
+
/** @internal */
|
|
1050
|
+
export declare const ChangeFromUnion5$inboundSchema: z.ZodType<ChangeFromUnion5, z.ZodTypeDef, unknown>;
|
|
1051
|
+
/** @internal */
|
|
1052
|
+
export type ChangeFromUnion5$Outbound = string | Array<string>;
|
|
1053
|
+
/** @internal */
|
|
1054
|
+
export declare const ChangeFromUnion5$outboundSchema: z.ZodType<ChangeFromUnion5$Outbound, z.ZodTypeDef, ChangeFromUnion5>;
|
|
1055
|
+
export declare function changeFromUnion5ToJSON(changeFromUnion5: ChangeFromUnion5): string;
|
|
1056
|
+
export declare function changeFromUnion5FromJSON(jsonString: string): SafeParseResult<ChangeFromUnion5, SDKValidationError>;
|
|
1057
|
+
/** @internal */
|
|
1058
|
+
export declare const ChangeToUnion5$inboundSchema: z.ZodType<ChangeToUnion5, z.ZodTypeDef, unknown>;
|
|
1059
|
+
/** @internal */
|
|
1060
|
+
export type ChangeToUnion5$Outbound = string | Array<string>;
|
|
1061
|
+
/** @internal */
|
|
1062
|
+
export declare const ChangeToUnion5$outboundSchema: z.ZodType<ChangeToUnion5$Outbound, z.ZodTypeDef, ChangeToUnion5>;
|
|
1063
|
+
export declare function changeToUnion5ToJSON(changeToUnion5: ChangeToUnion5): string;
|
|
1064
|
+
export declare function changeToUnion5FromJSON(jsonString: string): SafeParseResult<ChangeToUnion5, SDKValidationError>;
|
|
1065
|
+
/** @internal */
|
|
1066
|
+
export declare const ChangeEmail$inboundSchema: z.ZodType<ChangeEmail, z.ZodTypeDef, unknown>;
|
|
1067
|
+
/** @internal */
|
|
1068
|
+
export type ChangeEmail$Outbound = {
|
|
1069
|
+
from: string | Array<string> | null;
|
|
1070
|
+
to: string | Array<string> | null;
|
|
1071
|
+
type: "EMAIL";
|
|
1072
|
+
};
|
|
1073
|
+
/** @internal */
|
|
1074
|
+
export declare const ChangeEmail$outboundSchema: z.ZodType<ChangeEmail$Outbound, z.ZodTypeDef, ChangeEmail>;
|
|
1075
|
+
export declare function changeEmailToJSON(changeEmail: ChangeEmail): string;
|
|
1076
|
+
export declare function changeEmailFromJSON(jsonString: string): SafeParseResult<ChangeEmail, SDKValidationError>;
|
|
1077
|
+
/** @internal */
|
|
1078
|
+
export declare const ChangeFromUnion4$inboundSchema: z.ZodType<ChangeFromUnion4, z.ZodTypeDef, unknown>;
|
|
1079
|
+
/** @internal */
|
|
1080
|
+
export type ChangeFromUnion4$Outbound = string | Array<string>;
|
|
1081
|
+
/** @internal */
|
|
1082
|
+
export declare const ChangeFromUnion4$outboundSchema: z.ZodType<ChangeFromUnion4$Outbound, z.ZodTypeDef, ChangeFromUnion4>;
|
|
1083
|
+
export declare function changeFromUnion4ToJSON(changeFromUnion4: ChangeFromUnion4): string;
|
|
1084
|
+
export declare function changeFromUnion4FromJSON(jsonString: string): SafeParseResult<ChangeFromUnion4, SDKValidationError>;
|
|
1085
|
+
/** @internal */
|
|
1086
|
+
export declare const ChangeToUnion4$inboundSchema: z.ZodType<ChangeToUnion4, z.ZodTypeDef, unknown>;
|
|
1087
|
+
/** @internal */
|
|
1088
|
+
export type ChangeToUnion4$Outbound = string | Array<string>;
|
|
1089
|
+
/** @internal */
|
|
1090
|
+
export declare const ChangeToUnion4$outboundSchema: z.ZodType<ChangeToUnion4$Outbound, z.ZodTypeDef, ChangeToUnion4>;
|
|
1091
|
+
export declare function changeToUnion4ToJSON(changeToUnion4: ChangeToUnion4): string;
|
|
1092
|
+
export declare function changeToUnion4FromJSON(jsonString: string): SafeParseResult<ChangeToUnion4, SDKValidationError>;
|
|
1093
|
+
/** @internal */
|
|
1094
|
+
export declare const ChangeRole$inboundSchema: z.ZodType<ChangeRole, z.ZodTypeDef, unknown>;
|
|
1095
|
+
/** @internal */
|
|
1096
|
+
export type ChangeRole$Outbound = {
|
|
1097
|
+
from: string | Array<string> | null;
|
|
1098
|
+
to: string | Array<string> | null;
|
|
1099
|
+
type: "ROLE";
|
|
1100
|
+
};
|
|
1101
|
+
/** @internal */
|
|
1102
|
+
export declare const ChangeRole$outboundSchema: z.ZodType<ChangeRole$Outbound, z.ZodTypeDef, ChangeRole>;
|
|
1103
|
+
export declare function changeRoleToJSON(changeRole: ChangeRole): string;
|
|
1104
|
+
export declare function changeRoleFromJSON(jsonString: string): SafeParseResult<ChangeRole, SDKValidationError>;
|
|
1105
|
+
/** @internal */
|
|
1106
|
+
export declare const ChangeFromUnion3$inboundSchema: z.ZodType<ChangeFromUnion3, z.ZodTypeDef, unknown>;
|
|
1107
|
+
/** @internal */
|
|
1108
|
+
export type ChangeFromUnion3$Outbound = string | Array<string>;
|
|
1109
|
+
/** @internal */
|
|
1110
|
+
export declare const ChangeFromUnion3$outboundSchema: z.ZodType<ChangeFromUnion3$Outbound, z.ZodTypeDef, ChangeFromUnion3>;
|
|
1111
|
+
export declare function changeFromUnion3ToJSON(changeFromUnion3: ChangeFromUnion3): string;
|
|
1112
|
+
export declare function changeFromUnion3FromJSON(jsonString: string): SafeParseResult<ChangeFromUnion3, SDKValidationError>;
|
|
1113
|
+
/** @internal */
|
|
1114
|
+
export declare const ChangeToUnion3$inboundSchema: z.ZodType<ChangeToUnion3, z.ZodTypeDef, unknown>;
|
|
1115
|
+
/** @internal */
|
|
1116
|
+
export type ChangeToUnion3$Outbound = string | Array<string>;
|
|
1117
|
+
/** @internal */
|
|
1118
|
+
export declare const ChangeToUnion3$outboundSchema: z.ZodType<ChangeToUnion3$Outbound, z.ZodTypeDef, ChangeToUnion3>;
|
|
1119
|
+
export declare function changeToUnion3ToJSON(changeToUnion3: ChangeToUnion3): string;
|
|
1120
|
+
export declare function changeToUnion3FromJSON(jsonString: string): SafeParseResult<ChangeToUnion3, SDKValidationError>;
|
|
1121
|
+
/** @internal */
|
|
1122
|
+
export declare const ChangeName$inboundSchema: z.ZodType<ChangeName, z.ZodTypeDef, unknown>;
|
|
1123
|
+
/** @internal */
|
|
1124
|
+
export type ChangeName$Outbound = {
|
|
1125
|
+
from: string | Array<string> | null;
|
|
1126
|
+
to: string | Array<string> | null;
|
|
1127
|
+
type: "NAME";
|
|
1128
|
+
};
|
|
1129
|
+
/** @internal */
|
|
1130
|
+
export declare const ChangeName$outboundSchema: z.ZodType<ChangeName$Outbound, z.ZodTypeDef, ChangeName>;
|
|
1131
|
+
export declare function changeNameToJSON(changeName: ChangeName): string;
|
|
1132
|
+
export declare function changeNameFromJSON(jsonString: string): SafeParseResult<ChangeName, SDKValidationError>;
|
|
1133
|
+
/** @internal */
|
|
1134
|
+
export declare const ChangeFromUnion2$inboundSchema: z.ZodType<ChangeFromUnion2, z.ZodTypeDef, unknown>;
|
|
1135
|
+
/** @internal */
|
|
1136
|
+
export type ChangeFromUnion2$Outbound = string | Array<string>;
|
|
1137
|
+
/** @internal */
|
|
1138
|
+
export declare const ChangeFromUnion2$outboundSchema: z.ZodType<ChangeFromUnion2$Outbound, z.ZodTypeDef, ChangeFromUnion2>;
|
|
1139
|
+
export declare function changeFromUnion2ToJSON(changeFromUnion2: ChangeFromUnion2): string;
|
|
1140
|
+
export declare function changeFromUnion2FromJSON(jsonString: string): SafeParseResult<ChangeFromUnion2, SDKValidationError>;
|
|
1141
|
+
/** @internal */
|
|
1142
|
+
export declare const ChangeToUnion2$inboundSchema: z.ZodType<ChangeToUnion2, z.ZodTypeDef, unknown>;
|
|
1143
|
+
/** @internal */
|
|
1144
|
+
export type ChangeToUnion2$Outbound = string | Array<string>;
|
|
1145
|
+
/** @internal */
|
|
1146
|
+
export declare const ChangeToUnion2$outboundSchema: z.ZodType<ChangeToUnion2$Outbound, z.ZodTypeDef, ChangeToUnion2>;
|
|
1147
|
+
export declare function changeToUnion2ToJSON(changeToUnion2: ChangeToUnion2): string;
|
|
1148
|
+
export declare function changeToUnion2FromJSON(jsonString: string): SafeParseResult<ChangeToUnion2, SDKValidationError>;
|
|
1149
|
+
/** @internal */
|
|
1150
|
+
export declare const ChangeAccessAuth$inboundSchema: z.ZodType<ChangeAccessAuth, z.ZodTypeDef, unknown>;
|
|
1151
|
+
/** @internal */
|
|
1152
|
+
export type ChangeAccessAuth$Outbound = {
|
|
1153
|
+
from: string | Array<string> | null;
|
|
1154
|
+
to: string | Array<string> | null;
|
|
1155
|
+
type: "ACCESS_AUTH";
|
|
1156
|
+
};
|
|
1157
|
+
/** @internal */
|
|
1158
|
+
export declare const ChangeAccessAuth$outboundSchema: z.ZodType<ChangeAccessAuth$Outbound, z.ZodTypeDef, ChangeAccessAuth>;
|
|
1159
|
+
export declare function changeAccessAuthToJSON(changeAccessAuth: ChangeAccessAuth): string;
|
|
1160
|
+
export declare function changeAccessAuthFromJSON(jsonString: string): SafeParseResult<ChangeAccessAuth, SDKValidationError>;
|
|
1161
|
+
/** @internal */
|
|
1162
|
+
export declare const ChangeFromUnion1$inboundSchema: z.ZodType<ChangeFromUnion1, z.ZodTypeDef, unknown>;
|
|
1163
|
+
/** @internal */
|
|
1164
|
+
export type ChangeFromUnion1$Outbound = string | Array<string>;
|
|
1165
|
+
/** @internal */
|
|
1166
|
+
export declare const ChangeFromUnion1$outboundSchema: z.ZodType<ChangeFromUnion1$Outbound, z.ZodTypeDef, ChangeFromUnion1>;
|
|
1167
|
+
export declare function changeFromUnion1ToJSON(changeFromUnion1: ChangeFromUnion1): string;
|
|
1168
|
+
export declare function changeFromUnion1FromJSON(jsonString: string): SafeParseResult<ChangeFromUnion1, SDKValidationError>;
|
|
1169
|
+
/** @internal */
|
|
1170
|
+
export declare const ChangeToUnion1$inboundSchema: z.ZodType<ChangeToUnion1, z.ZodTypeDef, unknown>;
|
|
1171
|
+
/** @internal */
|
|
1172
|
+
export type ChangeToUnion1$Outbound = string | Array<string>;
|
|
1173
|
+
/** @internal */
|
|
1174
|
+
export declare const ChangeToUnion1$outboundSchema: z.ZodType<ChangeToUnion1$Outbound, z.ZodTypeDef, ChangeToUnion1>;
|
|
1175
|
+
export declare function changeToUnion1ToJSON(changeToUnion1: ChangeToUnion1): string;
|
|
1176
|
+
export declare function changeToUnion1FromJSON(jsonString: string): SafeParseResult<ChangeToUnion1, SDKValidationError>;
|
|
1177
|
+
/** @internal */
|
|
1178
|
+
export declare const ChangeActionAuth$inboundSchema: z.ZodType<ChangeActionAuth, z.ZodTypeDef, unknown>;
|
|
1179
|
+
/** @internal */
|
|
1180
|
+
export type ChangeActionAuth$Outbound = {
|
|
1181
|
+
from: string | Array<string> | null;
|
|
1182
|
+
to: string | Array<string> | null;
|
|
1183
|
+
type: "ACTION_AUTH";
|
|
1184
|
+
};
|
|
1185
|
+
/** @internal */
|
|
1186
|
+
export declare const ChangeActionAuth$outboundSchema: z.ZodType<ChangeActionAuth$Outbound, z.ZodTypeDef, ChangeActionAuth>;
|
|
1187
|
+
export declare function changeActionAuthToJSON(changeActionAuth: ChangeActionAuth): string;
|
|
1188
|
+
export declare function changeActionAuthFromJSON(jsonString: string): SafeParseResult<ChangeActionAuth, SDKValidationError>;
|
|
1189
|
+
/** @internal */
|
|
1190
|
+
export declare const ChangeUnion3$inboundSchema: z.ZodType<ChangeUnion3, z.ZodTypeDef, unknown>;
|
|
1191
|
+
/** @internal */
|
|
1192
|
+
export type ChangeUnion3$Outbound = ChangeActionAuth$Outbound | ChangeAccessAuth$Outbound | ChangeName$Outbound | ChangeRole$Outbound | ChangeEmail$Outbound;
|
|
1193
|
+
/** @internal */
|
|
1194
|
+
export declare const ChangeUnion3$outboundSchema: z.ZodType<ChangeUnion3$Outbound, z.ZodTypeDef, ChangeUnion3>;
|
|
1195
|
+
export declare function changeUnion3ToJSON(changeUnion3: ChangeUnion3): string;
|
|
1196
|
+
export declare function changeUnion3FromJSON(jsonString: string): SafeParseResult<ChangeUnion3, SDKValidationError>;
|
|
1197
|
+
/** @internal */
|
|
1198
|
+
export declare const EnvelopeAuditLogFindData31$inboundSchema: z.ZodType<EnvelopeAuditLogFindData31, z.ZodTypeDef, unknown>;
|
|
1199
|
+
/** @internal */
|
|
1200
|
+
export type EnvelopeAuditLogFindData31$Outbound = {
|
|
1201
|
+
recipientEmail: string;
|
|
1202
|
+
recipientName: string;
|
|
1203
|
+
recipientId: number;
|
|
1204
|
+
recipientRole: string;
|
|
1205
|
+
changes: Array<ChangeActionAuth$Outbound | ChangeAccessAuth$Outbound | ChangeName$Outbound | ChangeRole$Outbound | ChangeEmail$Outbound>;
|
|
1206
|
+
};
|
|
1207
|
+
/** @internal */
|
|
1208
|
+
export declare const EnvelopeAuditLogFindData31$outboundSchema: z.ZodType<EnvelopeAuditLogFindData31$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData31>;
|
|
1209
|
+
export declare function envelopeAuditLogFindData31ToJSON(envelopeAuditLogFindData31: EnvelopeAuditLogFindData31): string;
|
|
1210
|
+
export declare function envelopeAuditLogFindData31FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData31, SDKValidationError>;
|
|
1211
|
+
/** @internal */
|
|
1212
|
+
export declare const DataRecipientUpdated$inboundSchema: z.ZodType<DataRecipientUpdated, z.ZodTypeDef, unknown>;
|
|
1213
|
+
/** @internal */
|
|
1214
|
+
export type DataRecipientUpdated$Outbound = {
|
|
1215
|
+
type: "RECIPIENT_UPDATED";
|
|
1216
|
+
data: EnvelopeAuditLogFindData31$Outbound;
|
|
1217
|
+
id: string;
|
|
1218
|
+
createdAt: string;
|
|
1219
|
+
envelopeId: string;
|
|
1220
|
+
name?: string | null | undefined;
|
|
1221
|
+
email?: string | null | undefined;
|
|
1222
|
+
userId?: number | null | undefined;
|
|
1223
|
+
userAgent?: string | null | undefined;
|
|
1224
|
+
ipAddress?: string | null | undefined;
|
|
1225
|
+
};
|
|
1226
|
+
/** @internal */
|
|
1227
|
+
export declare const DataRecipientUpdated$outboundSchema: z.ZodType<DataRecipientUpdated$Outbound, z.ZodTypeDef, DataRecipientUpdated>;
|
|
1228
|
+
export declare function dataRecipientUpdatedToJSON(dataRecipientUpdated: DataRecipientUpdated): string;
|
|
1229
|
+
export declare function dataRecipientUpdatedFromJSON(jsonString: string): SafeParseResult<DataRecipientUpdated, SDKValidationError>;
|
|
1230
|
+
/** @internal */
|
|
1231
|
+
export declare const EnvelopeAuditLogFindAccessAuth3$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindAccessAuth3>;
|
|
1232
|
+
/** @internal */
|
|
1233
|
+
export declare const EnvelopeAuditLogFindAccessAuth3$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindAccessAuth3>;
|
|
1234
|
+
/** @internal */
|
|
1235
|
+
export declare const EnvelopeAuditLogFindActionAuth2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindActionAuth2>;
|
|
1236
|
+
/** @internal */
|
|
1237
|
+
export declare const EnvelopeAuditLogFindActionAuth2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindActionAuth2>;
|
|
1238
|
+
/** @internal */
|
|
1239
|
+
export declare const EnvelopeAuditLogFindData30$inboundSchema: z.ZodType<EnvelopeAuditLogFindData30, z.ZodTypeDef, unknown>;
|
|
1240
|
+
/** @internal */
|
|
1241
|
+
export type EnvelopeAuditLogFindData30$Outbound = {
|
|
1242
|
+
recipientEmail: string;
|
|
1243
|
+
recipientName: string;
|
|
1244
|
+
recipientId: number;
|
|
1245
|
+
recipientRole: string;
|
|
1246
|
+
accessAuth: Array<string>;
|
|
1247
|
+
actionAuth: Array<string>;
|
|
1248
|
+
};
|
|
1249
|
+
/** @internal */
|
|
1250
|
+
export declare const EnvelopeAuditLogFindData30$outboundSchema: z.ZodType<EnvelopeAuditLogFindData30$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData30>;
|
|
1251
|
+
export declare function envelopeAuditLogFindData30ToJSON(envelopeAuditLogFindData30: EnvelopeAuditLogFindData30): string;
|
|
1252
|
+
export declare function envelopeAuditLogFindData30FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData30, SDKValidationError>;
|
|
1253
|
+
/** @internal */
|
|
1254
|
+
export declare const DataRecipientCreated$inboundSchema: z.ZodType<DataRecipientCreated, z.ZodTypeDef, unknown>;
|
|
1255
|
+
/** @internal */
|
|
1256
|
+
export type DataRecipientCreated$Outbound = {
|
|
1257
|
+
type: "RECIPIENT_CREATED";
|
|
1258
|
+
data: EnvelopeAuditLogFindData30$Outbound;
|
|
1259
|
+
id: string;
|
|
1260
|
+
createdAt: string;
|
|
1261
|
+
envelopeId: string;
|
|
1262
|
+
name?: string | null | undefined;
|
|
1263
|
+
email?: string | null | undefined;
|
|
1264
|
+
userId?: number | null | undefined;
|
|
1265
|
+
userAgent?: string | null | undefined;
|
|
1266
|
+
ipAddress?: string | null | undefined;
|
|
1267
|
+
};
|
|
1268
|
+
/** @internal */
|
|
1269
|
+
export declare const DataRecipientCreated$outboundSchema: z.ZodType<DataRecipientCreated$Outbound, z.ZodTypeDef, DataRecipientCreated>;
|
|
1270
|
+
export declare function dataRecipientCreatedToJSON(dataRecipientCreated: DataRecipientCreated): string;
|
|
1271
|
+
export declare function dataRecipientCreatedFromJSON(jsonString: string): SafeParseResult<DataRecipientCreated, SDKValidationError>;
|
|
1272
|
+
/** @internal */
|
|
1273
|
+
export declare const ChangeFrom2$inboundSchema: z.ZodType<ChangeFrom2, z.ZodTypeDef, unknown>;
|
|
1274
|
+
/** @internal */
|
|
1275
|
+
export type ChangeFrom2$Outbound = {
|
|
1276
|
+
page: number;
|
|
1277
|
+
positionX: number;
|
|
1278
|
+
positionY: number;
|
|
1279
|
+
};
|
|
1280
|
+
/** @internal */
|
|
1281
|
+
export declare const ChangeFrom2$outboundSchema: z.ZodType<ChangeFrom2$Outbound, z.ZodTypeDef, ChangeFrom2>;
|
|
1282
|
+
export declare function changeFrom2ToJSON(changeFrom2: ChangeFrom2): string;
|
|
1283
|
+
export declare function changeFrom2FromJSON(jsonString: string): SafeParseResult<ChangeFrom2, SDKValidationError>;
|
|
1284
|
+
/** @internal */
|
|
1285
|
+
export declare const ChangeTo2$inboundSchema: z.ZodType<ChangeTo2, z.ZodTypeDef, unknown>;
|
|
1286
|
+
/** @internal */
|
|
1287
|
+
export type ChangeTo2$Outbound = {
|
|
1288
|
+
page: number;
|
|
1289
|
+
positionX: number;
|
|
1290
|
+
positionY: number;
|
|
1291
|
+
};
|
|
1292
|
+
/** @internal */
|
|
1293
|
+
export declare const ChangeTo2$outboundSchema: z.ZodType<ChangeTo2$Outbound, z.ZodTypeDef, ChangeTo2>;
|
|
1294
|
+
export declare function changeTo2ToJSON(changeTo2: ChangeTo2): string;
|
|
1295
|
+
export declare function changeTo2FromJSON(jsonString: string): SafeParseResult<ChangeTo2, SDKValidationError>;
|
|
1296
|
+
/** @internal */
|
|
1297
|
+
export declare const ChangePosition$inboundSchema: z.ZodType<ChangePosition, z.ZodTypeDef, unknown>;
|
|
1298
|
+
/** @internal */
|
|
1299
|
+
export type ChangePosition$Outbound = {
|
|
1300
|
+
type: "POSITION";
|
|
1301
|
+
from: ChangeFrom2$Outbound;
|
|
1302
|
+
to: ChangeTo2$Outbound;
|
|
1303
|
+
};
|
|
1304
|
+
/** @internal */
|
|
1305
|
+
export declare const ChangePosition$outboundSchema: z.ZodType<ChangePosition$Outbound, z.ZodTypeDef, ChangePosition>;
|
|
1306
|
+
export declare function changePositionToJSON(changePosition: ChangePosition): string;
|
|
1307
|
+
export declare function changePositionFromJSON(jsonString: string): SafeParseResult<ChangePosition, SDKValidationError>;
|
|
1308
|
+
/** @internal */
|
|
1309
|
+
export declare const ChangeFrom1$inboundSchema: z.ZodType<ChangeFrom1, z.ZodTypeDef, unknown>;
|
|
1310
|
+
/** @internal */
|
|
1311
|
+
export type ChangeFrom1$Outbound = {
|
|
1312
|
+
width: number;
|
|
1313
|
+
height: number;
|
|
1314
|
+
};
|
|
1315
|
+
/** @internal */
|
|
1316
|
+
export declare const ChangeFrom1$outboundSchema: z.ZodType<ChangeFrom1$Outbound, z.ZodTypeDef, ChangeFrom1>;
|
|
1317
|
+
export declare function changeFrom1ToJSON(changeFrom1: ChangeFrom1): string;
|
|
1318
|
+
export declare function changeFrom1FromJSON(jsonString: string): SafeParseResult<ChangeFrom1, SDKValidationError>;
|
|
1319
|
+
/** @internal */
|
|
1320
|
+
export declare const ChangeTo1$inboundSchema: z.ZodType<ChangeTo1, z.ZodTypeDef, unknown>;
|
|
1321
|
+
/** @internal */
|
|
1322
|
+
export type ChangeTo1$Outbound = {
|
|
1323
|
+
width: number;
|
|
1324
|
+
height: number;
|
|
1325
|
+
};
|
|
1326
|
+
/** @internal */
|
|
1327
|
+
export declare const ChangeTo1$outboundSchema: z.ZodType<ChangeTo1$Outbound, z.ZodTypeDef, ChangeTo1>;
|
|
1328
|
+
export declare function changeTo1ToJSON(changeTo1: ChangeTo1): string;
|
|
1329
|
+
export declare function changeTo1FromJSON(jsonString: string): SafeParseResult<ChangeTo1, SDKValidationError>;
|
|
1330
|
+
/** @internal */
|
|
1331
|
+
export declare const ChangeDimension$inboundSchema: z.ZodType<ChangeDimension, z.ZodTypeDef, unknown>;
|
|
1332
|
+
/** @internal */
|
|
1333
|
+
export type ChangeDimension$Outbound = {
|
|
1334
|
+
type: "DIMENSION";
|
|
1335
|
+
from: ChangeFrom1$Outbound;
|
|
1336
|
+
to: ChangeTo1$Outbound;
|
|
1337
|
+
};
|
|
1338
|
+
/** @internal */
|
|
1339
|
+
export declare const ChangeDimension$outboundSchema: z.ZodType<ChangeDimension$Outbound, z.ZodTypeDef, ChangeDimension>;
|
|
1340
|
+
export declare function changeDimensionToJSON(changeDimension: ChangeDimension): string;
|
|
1341
|
+
export declare function changeDimensionFromJSON(jsonString: string): SafeParseResult<ChangeDimension, SDKValidationError>;
|
|
1342
|
+
/** @internal */
|
|
1343
|
+
export declare const ChangeUnion2$inboundSchema: z.ZodType<ChangeUnion2, z.ZodTypeDef, unknown>;
|
|
1344
|
+
/** @internal */
|
|
1345
|
+
export type ChangeUnion2$Outbound = ChangeDimension$Outbound | ChangePosition$Outbound;
|
|
1346
|
+
/** @internal */
|
|
1347
|
+
export declare const ChangeUnion2$outboundSchema: z.ZodType<ChangeUnion2$Outbound, z.ZodTypeDef, ChangeUnion2>;
|
|
1348
|
+
export declare function changeUnion2ToJSON(changeUnion2: ChangeUnion2): string;
|
|
1349
|
+
export declare function changeUnion2FromJSON(jsonString: string): SafeParseResult<ChangeUnion2, SDKValidationError>;
|
|
1350
|
+
/** @internal */
|
|
1351
|
+
export declare const EnvelopeAuditLogFindData29$inboundSchema: z.ZodType<EnvelopeAuditLogFindData29, z.ZodTypeDef, unknown>;
|
|
1352
|
+
/** @internal */
|
|
1353
|
+
export type EnvelopeAuditLogFindData29$Outbound = {
|
|
1354
|
+
fieldId: string;
|
|
1355
|
+
fieldRecipientEmail: string;
|
|
1356
|
+
fieldRecipientId: number;
|
|
1357
|
+
fieldType: string;
|
|
1358
|
+
changes: Array<ChangeDimension$Outbound | ChangePosition$Outbound>;
|
|
1359
|
+
};
|
|
1360
|
+
/** @internal */
|
|
1361
|
+
export declare const EnvelopeAuditLogFindData29$outboundSchema: z.ZodType<EnvelopeAuditLogFindData29$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData29>;
|
|
1362
|
+
export declare function envelopeAuditLogFindData29ToJSON(envelopeAuditLogFindData29: EnvelopeAuditLogFindData29): string;
|
|
1363
|
+
export declare function envelopeAuditLogFindData29FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData29, SDKValidationError>;
|
|
1364
|
+
/** @internal */
|
|
1365
|
+
export declare const DataFieldUpdated$inboundSchema: z.ZodType<DataFieldUpdated, z.ZodTypeDef, unknown>;
|
|
1366
|
+
/** @internal */
|
|
1367
|
+
export type DataFieldUpdated$Outbound = {
|
|
1368
|
+
type: "FIELD_UPDATED";
|
|
1369
|
+
data: EnvelopeAuditLogFindData29$Outbound;
|
|
1370
|
+
id: string;
|
|
1371
|
+
createdAt: string;
|
|
1372
|
+
envelopeId: string;
|
|
1373
|
+
name?: string | null | undefined;
|
|
1374
|
+
email?: string | null | undefined;
|
|
1375
|
+
userId?: number | null | undefined;
|
|
1376
|
+
userAgent?: string | null | undefined;
|
|
1377
|
+
ipAddress?: string | null | undefined;
|
|
1378
|
+
};
|
|
1379
|
+
/** @internal */
|
|
1380
|
+
export declare const DataFieldUpdated$outboundSchema: z.ZodType<DataFieldUpdated$Outbound, z.ZodTypeDef, DataFieldUpdated>;
|
|
1381
|
+
export declare function dataFieldUpdatedToJSON(dataFieldUpdated: DataFieldUpdated): string;
|
|
1382
|
+
export declare function dataFieldUpdatedFromJSON(jsonString: string): SafeParseResult<DataFieldUpdated, SDKValidationError>;
|
|
1383
|
+
/** @internal */
|
|
1384
|
+
export declare const EnvelopeAuditLogFindData28$inboundSchema: z.ZodType<EnvelopeAuditLogFindData28, z.ZodTypeDef, unknown>;
|
|
1385
|
+
/** @internal */
|
|
1386
|
+
export type EnvelopeAuditLogFindData28$Outbound = {
|
|
1387
|
+
fieldId: string;
|
|
1388
|
+
fieldRecipientEmail: string;
|
|
1389
|
+
fieldRecipientId: number;
|
|
1390
|
+
fieldType: string;
|
|
1391
|
+
};
|
|
1392
|
+
/** @internal */
|
|
1393
|
+
export declare const EnvelopeAuditLogFindData28$outboundSchema: z.ZodType<EnvelopeAuditLogFindData28$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData28>;
|
|
1394
|
+
export declare function envelopeAuditLogFindData28ToJSON(envelopeAuditLogFindData28: EnvelopeAuditLogFindData28): string;
|
|
1395
|
+
export declare function envelopeAuditLogFindData28FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData28, SDKValidationError>;
|
|
1396
|
+
/** @internal */
|
|
1397
|
+
export declare const DataFieldDeleted$inboundSchema: z.ZodType<DataFieldDeleted, z.ZodTypeDef, unknown>;
|
|
1398
|
+
/** @internal */
|
|
1399
|
+
export type DataFieldDeleted$Outbound = {
|
|
1400
|
+
type: "FIELD_DELETED";
|
|
1401
|
+
data: EnvelopeAuditLogFindData28$Outbound;
|
|
1402
|
+
id: string;
|
|
1403
|
+
createdAt: string;
|
|
1404
|
+
envelopeId: string;
|
|
1405
|
+
name?: string | null | undefined;
|
|
1406
|
+
email?: string | null | undefined;
|
|
1407
|
+
userId?: number | null | undefined;
|
|
1408
|
+
userAgent?: string | null | undefined;
|
|
1409
|
+
ipAddress?: string | null | undefined;
|
|
1410
|
+
};
|
|
1411
|
+
/** @internal */
|
|
1412
|
+
export declare const DataFieldDeleted$outboundSchema: z.ZodType<DataFieldDeleted$Outbound, z.ZodTypeDef, DataFieldDeleted>;
|
|
1413
|
+
export declare function dataFieldDeletedToJSON(dataFieldDeleted: DataFieldDeleted): string;
|
|
1414
|
+
export declare function dataFieldDeletedFromJSON(jsonString: string): SafeParseResult<DataFieldDeleted, SDKValidationError>;
|
|
1415
|
+
/** @internal */
|
|
1416
|
+
export declare const EnvelopeAuditLogFindData27$inboundSchema: z.ZodType<EnvelopeAuditLogFindData27, z.ZodTypeDef, unknown>;
|
|
1417
|
+
/** @internal */
|
|
1418
|
+
export type EnvelopeAuditLogFindData27$Outbound = {
|
|
1419
|
+
fieldId: string;
|
|
1420
|
+
fieldRecipientEmail: string;
|
|
1421
|
+
fieldRecipientId: number;
|
|
1422
|
+
fieldType: string;
|
|
1423
|
+
};
|
|
1424
|
+
/** @internal */
|
|
1425
|
+
export declare const EnvelopeAuditLogFindData27$outboundSchema: z.ZodType<EnvelopeAuditLogFindData27$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData27>;
|
|
1426
|
+
export declare function envelopeAuditLogFindData27ToJSON(envelopeAuditLogFindData27: EnvelopeAuditLogFindData27): string;
|
|
1427
|
+
export declare function envelopeAuditLogFindData27FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData27, SDKValidationError>;
|
|
1428
|
+
/** @internal */
|
|
1429
|
+
export declare const DataFieldCreated$inboundSchema: z.ZodType<DataFieldCreated, z.ZodTypeDef, unknown>;
|
|
1430
|
+
/** @internal */
|
|
1431
|
+
export type DataFieldCreated$Outbound = {
|
|
1432
|
+
type: "FIELD_CREATED";
|
|
1433
|
+
data: EnvelopeAuditLogFindData27$Outbound;
|
|
1434
|
+
id: string;
|
|
1435
|
+
createdAt: string;
|
|
1436
|
+
envelopeId: string;
|
|
1437
|
+
name?: string | null | undefined;
|
|
1438
|
+
email?: string | null | undefined;
|
|
1439
|
+
userId?: number | null | undefined;
|
|
1440
|
+
userAgent?: string | null | undefined;
|
|
1441
|
+
ipAddress?: string | null | undefined;
|
|
1442
|
+
};
|
|
1443
|
+
/** @internal */
|
|
1444
|
+
export declare const DataFieldCreated$outboundSchema: z.ZodType<DataFieldCreated$Outbound, z.ZodTypeDef, DataFieldCreated>;
|
|
1445
|
+
export declare function dataFieldCreatedToJSON(dataFieldCreated: DataFieldCreated): string;
|
|
1446
|
+
export declare function dataFieldCreatedFromJSON(jsonString: string): SafeParseResult<DataFieldCreated, SDKValidationError>;
|
|
1447
|
+
/** @internal */
|
|
1448
|
+
export declare const EnvelopeAuditLogFindData26$inboundSchema: z.ZodType<EnvelopeAuditLogFindData26, z.ZodTypeDef, unknown>;
|
|
1449
|
+
/** @internal */
|
|
1450
|
+
export type EnvelopeAuditLogFindData26$Outbound = {
|
|
1451
|
+
from?: string | null | undefined;
|
|
1452
|
+
to?: string | null | undefined;
|
|
1453
|
+
};
|
|
1454
|
+
/** @internal */
|
|
1455
|
+
export declare const EnvelopeAuditLogFindData26$outboundSchema: z.ZodType<EnvelopeAuditLogFindData26$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData26>;
|
|
1456
|
+
export declare function envelopeAuditLogFindData26ToJSON(envelopeAuditLogFindData26: EnvelopeAuditLogFindData26): string;
|
|
1457
|
+
export declare function envelopeAuditLogFindData26FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData26, SDKValidationError>;
|
|
1458
|
+
/** @internal */
|
|
1459
|
+
export declare const DataDocumentExternalIDUpdated$inboundSchema: z.ZodType<DataDocumentExternalIDUpdated, z.ZodTypeDef, unknown>;
|
|
1460
|
+
/** @internal */
|
|
1461
|
+
export type DataDocumentExternalIDUpdated$Outbound = {
|
|
1462
|
+
type: "DOCUMENT_EXTERNAL_ID_UPDATED";
|
|
1463
|
+
data: EnvelopeAuditLogFindData26$Outbound;
|
|
1464
|
+
id: string;
|
|
1465
|
+
createdAt: string;
|
|
1466
|
+
envelopeId: string;
|
|
1467
|
+
name?: string | null | undefined;
|
|
1468
|
+
email?: string | null | undefined;
|
|
1469
|
+
userId?: number | null | undefined;
|
|
1470
|
+
userAgent?: string | null | undefined;
|
|
1471
|
+
ipAddress?: string | null | undefined;
|
|
1472
|
+
};
|
|
1473
|
+
/** @internal */
|
|
1474
|
+
export declare const DataDocumentExternalIDUpdated$outboundSchema: z.ZodType<DataDocumentExternalIDUpdated$Outbound, z.ZodTypeDef, DataDocumentExternalIDUpdated>;
|
|
1475
|
+
export declare function dataDocumentExternalIDUpdatedToJSON(dataDocumentExternalIDUpdated: DataDocumentExternalIDUpdated): string;
|
|
1476
|
+
export declare function dataDocumentExternalIDUpdatedFromJSON(jsonString: string): SafeParseResult<DataDocumentExternalIDUpdated, SDKValidationError>;
|
|
1477
|
+
/** @internal */
|
|
1478
|
+
export declare const EnvelopeAuditLogFindData25$inboundSchema: z.ZodType<EnvelopeAuditLogFindData25, z.ZodTypeDef, unknown>;
|
|
1479
|
+
/** @internal */
|
|
1480
|
+
export type EnvelopeAuditLogFindData25$Outbound = {
|
|
1481
|
+
from: string;
|
|
1482
|
+
to: string;
|
|
1483
|
+
};
|
|
1484
|
+
/** @internal */
|
|
1485
|
+
export declare const EnvelopeAuditLogFindData25$outboundSchema: z.ZodType<EnvelopeAuditLogFindData25$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData25>;
|
|
1486
|
+
export declare function envelopeAuditLogFindData25ToJSON(envelopeAuditLogFindData25: EnvelopeAuditLogFindData25): string;
|
|
1487
|
+
export declare function envelopeAuditLogFindData25FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData25, SDKValidationError>;
|
|
1488
|
+
/** @internal */
|
|
1489
|
+
export declare const DataDocumentTitleUpdated$inboundSchema: z.ZodType<DataDocumentTitleUpdated, z.ZodTypeDef, unknown>;
|
|
1490
|
+
/** @internal */
|
|
1491
|
+
export type DataDocumentTitleUpdated$Outbound = {
|
|
1492
|
+
type: "DOCUMENT_TITLE_UPDATED";
|
|
1493
|
+
data: EnvelopeAuditLogFindData25$Outbound;
|
|
1494
|
+
id: string;
|
|
1495
|
+
createdAt: string;
|
|
1496
|
+
envelopeId: string;
|
|
1497
|
+
name?: string | null | undefined;
|
|
1498
|
+
email?: string | null | undefined;
|
|
1499
|
+
userId?: number | null | undefined;
|
|
1500
|
+
userAgent?: string | null | undefined;
|
|
1501
|
+
ipAddress?: string | null | undefined;
|
|
1502
|
+
};
|
|
1503
|
+
/** @internal */
|
|
1504
|
+
export declare const DataDocumentTitleUpdated$outboundSchema: z.ZodType<DataDocumentTitleUpdated$Outbound, z.ZodTypeDef, DataDocumentTitleUpdated>;
|
|
1505
|
+
export declare function dataDocumentTitleUpdatedToJSON(dataDocumentTitleUpdated: DataDocumentTitleUpdated): string;
|
|
1506
|
+
export declare function dataDocumentTitleUpdatedFromJSON(jsonString: string): SafeParseResult<DataDocumentTitleUpdated, SDKValidationError>;
|
|
1507
|
+
/** @internal */
|
|
1508
|
+
export declare const EnvelopeAuditLogFindData24$inboundSchema: z.ZodType<EnvelopeAuditLogFindData24, z.ZodTypeDef, unknown>;
|
|
1509
|
+
/** @internal */
|
|
1510
|
+
export type EnvelopeAuditLogFindData24$Outbound = {};
|
|
1511
|
+
/** @internal */
|
|
1512
|
+
export declare const EnvelopeAuditLogFindData24$outboundSchema: z.ZodType<EnvelopeAuditLogFindData24$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData24>;
|
|
1513
|
+
export declare function envelopeAuditLogFindData24ToJSON(envelopeAuditLogFindData24: EnvelopeAuditLogFindData24): string;
|
|
1514
|
+
export declare function envelopeAuditLogFindData24FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData24, SDKValidationError>;
|
|
1515
|
+
/** @internal */
|
|
1516
|
+
export declare const DataDocumentSent$inboundSchema: z.ZodType<DataDocumentSent, z.ZodTypeDef, unknown>;
|
|
1517
|
+
/** @internal */
|
|
1518
|
+
export type DataDocumentSent$Outbound = {
|
|
1519
|
+
type: "DOCUMENT_SENT";
|
|
1520
|
+
data: EnvelopeAuditLogFindData24$Outbound;
|
|
1521
|
+
id: string;
|
|
1522
|
+
createdAt: string;
|
|
1523
|
+
envelopeId: string;
|
|
1524
|
+
name?: string | null | undefined;
|
|
1525
|
+
email?: string | null | undefined;
|
|
1526
|
+
userId?: number | null | undefined;
|
|
1527
|
+
userAgent?: string | null | undefined;
|
|
1528
|
+
ipAddress?: string | null | undefined;
|
|
1529
|
+
};
|
|
1530
|
+
/** @internal */
|
|
1531
|
+
export declare const DataDocumentSent$outboundSchema: z.ZodType<DataDocumentSent$Outbound, z.ZodTypeDef, DataDocumentSent>;
|
|
1532
|
+
export declare function dataDocumentSentToJSON(dataDocumentSent: DataDocumentSent): string;
|
|
1533
|
+
export declare function dataDocumentSentFromJSON(jsonString: string): SafeParseResult<DataDocumentSent, SDKValidationError>;
|
|
1534
|
+
/** @internal */
|
|
1535
|
+
export declare const EnvelopeAuditLogFindData23$inboundSchema: z.ZodType<EnvelopeAuditLogFindData23, z.ZodTypeDef, unknown>;
|
|
1536
|
+
/** @internal */
|
|
1537
|
+
export type EnvelopeAuditLogFindData23$Outbound = {
|
|
1538
|
+
recipientEmail: string;
|
|
1539
|
+
recipientName: string;
|
|
1540
|
+
recipientId: number;
|
|
1541
|
+
};
|
|
1542
|
+
/** @internal */
|
|
1543
|
+
export declare const EnvelopeAuditLogFindData23$outboundSchema: z.ZodType<EnvelopeAuditLogFindData23$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData23>;
|
|
1544
|
+
export declare function envelopeAuditLogFindData23ToJSON(envelopeAuditLogFindData23: EnvelopeAuditLogFindData23): string;
|
|
1545
|
+
export declare function envelopeAuditLogFindData23FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData23, SDKValidationError>;
|
|
1546
|
+
/** @internal */
|
|
1547
|
+
export declare const DataDocumentAccessAuth2FaFailed$inboundSchema: z.ZodType<DataDocumentAccessAuth2FaFailed, z.ZodTypeDef, unknown>;
|
|
1548
|
+
/** @internal */
|
|
1549
|
+
export type DataDocumentAccessAuth2FaFailed$Outbound = {
|
|
1550
|
+
type: "DOCUMENT_ACCESS_AUTH_2FA_FAILED";
|
|
1551
|
+
data: EnvelopeAuditLogFindData23$Outbound;
|
|
1552
|
+
id: string;
|
|
1553
|
+
createdAt: string;
|
|
1554
|
+
envelopeId: string;
|
|
1555
|
+
name?: string | null | undefined;
|
|
1556
|
+
email?: string | null | undefined;
|
|
1557
|
+
userId?: number | null | undefined;
|
|
1558
|
+
userAgent?: string | null | undefined;
|
|
1559
|
+
ipAddress?: string | null | undefined;
|
|
1560
|
+
};
|
|
1561
|
+
/** @internal */
|
|
1562
|
+
export declare const DataDocumentAccessAuth2FaFailed$outboundSchema: z.ZodType<DataDocumentAccessAuth2FaFailed$Outbound, z.ZodTypeDef, DataDocumentAccessAuth2FaFailed>;
|
|
1563
|
+
export declare function dataDocumentAccessAuth2FaFailedToJSON(dataDocumentAccessAuth2FaFailed: DataDocumentAccessAuth2FaFailed): string;
|
|
1564
|
+
export declare function dataDocumentAccessAuth2FaFailedFromJSON(jsonString: string): SafeParseResult<DataDocumentAccessAuth2FaFailed, SDKValidationError>;
|
|
1565
|
+
/** @internal */
|
|
1566
|
+
export declare const EnvelopeAuditLogFindData22$inboundSchema: z.ZodType<EnvelopeAuditLogFindData22, z.ZodTypeDef, unknown>;
|
|
1567
|
+
/** @internal */
|
|
1568
|
+
export type EnvelopeAuditLogFindData22$Outbound = {
|
|
1569
|
+
recipientEmail: string;
|
|
1570
|
+
recipientName: string;
|
|
1571
|
+
recipientId: number;
|
|
1572
|
+
};
|
|
1573
|
+
/** @internal */
|
|
1574
|
+
export declare const EnvelopeAuditLogFindData22$outboundSchema: z.ZodType<EnvelopeAuditLogFindData22$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData22>;
|
|
1575
|
+
export declare function envelopeAuditLogFindData22ToJSON(envelopeAuditLogFindData22: EnvelopeAuditLogFindData22): string;
|
|
1576
|
+
export declare function envelopeAuditLogFindData22FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData22, SDKValidationError>;
|
|
1577
|
+
/** @internal */
|
|
1578
|
+
export declare const DataDocumentAccessAuth2FaValidated$inboundSchema: z.ZodType<DataDocumentAccessAuth2FaValidated, z.ZodTypeDef, unknown>;
|
|
1579
|
+
/** @internal */
|
|
1580
|
+
export type DataDocumentAccessAuth2FaValidated$Outbound = {
|
|
1581
|
+
type: "DOCUMENT_ACCESS_AUTH_2FA_VALIDATED";
|
|
1582
|
+
data: EnvelopeAuditLogFindData22$Outbound;
|
|
1583
|
+
id: string;
|
|
1584
|
+
createdAt: string;
|
|
1585
|
+
envelopeId: string;
|
|
1586
|
+
name?: string | null | undefined;
|
|
1587
|
+
email?: string | null | undefined;
|
|
1588
|
+
userId?: number | null | undefined;
|
|
1589
|
+
userAgent?: string | null | undefined;
|
|
1590
|
+
ipAddress?: string | null | undefined;
|
|
1591
|
+
};
|
|
1592
|
+
/** @internal */
|
|
1593
|
+
export declare const DataDocumentAccessAuth2FaValidated$outboundSchema: z.ZodType<DataDocumentAccessAuth2FaValidated$Outbound, z.ZodTypeDef, DataDocumentAccessAuth2FaValidated>;
|
|
1594
|
+
export declare function dataDocumentAccessAuth2FaValidatedToJSON(dataDocumentAccessAuth2FaValidated: DataDocumentAccessAuth2FaValidated): string;
|
|
1595
|
+
export declare function dataDocumentAccessAuth2FaValidatedFromJSON(jsonString: string): SafeParseResult<DataDocumentAccessAuth2FaValidated, SDKValidationError>;
|
|
1596
|
+
/** @internal */
|
|
1597
|
+
export declare const EnvelopeAuditLogFindData21$inboundSchema: z.ZodType<EnvelopeAuditLogFindData21, z.ZodTypeDef, unknown>;
|
|
1598
|
+
/** @internal */
|
|
1599
|
+
export type EnvelopeAuditLogFindData21$Outbound = {
|
|
1600
|
+
recipientEmail: string;
|
|
1601
|
+
recipientName: string;
|
|
1602
|
+
recipientId: number;
|
|
1603
|
+
};
|
|
1604
|
+
/** @internal */
|
|
1605
|
+
export declare const EnvelopeAuditLogFindData21$outboundSchema: z.ZodType<EnvelopeAuditLogFindData21$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData21>;
|
|
1606
|
+
export declare function envelopeAuditLogFindData21ToJSON(envelopeAuditLogFindData21: EnvelopeAuditLogFindData21): string;
|
|
1607
|
+
export declare function envelopeAuditLogFindData21FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData21, SDKValidationError>;
|
|
1608
|
+
/** @internal */
|
|
1609
|
+
export declare const DataDocumentAccessAuth2FaRequested$inboundSchema: z.ZodType<DataDocumentAccessAuth2FaRequested, z.ZodTypeDef, unknown>;
|
|
1610
|
+
/** @internal */
|
|
1611
|
+
export type DataDocumentAccessAuth2FaRequested$Outbound = {
|
|
1612
|
+
type: "DOCUMENT_ACCESS_AUTH_2FA_REQUESTED";
|
|
1613
|
+
data: EnvelopeAuditLogFindData21$Outbound;
|
|
1614
|
+
id: string;
|
|
1615
|
+
createdAt: string;
|
|
1616
|
+
envelopeId: string;
|
|
1617
|
+
name?: string | null | undefined;
|
|
1618
|
+
email?: string | null | undefined;
|
|
1619
|
+
userId?: number | null | undefined;
|
|
1620
|
+
userAgent?: string | null | undefined;
|
|
1621
|
+
ipAddress?: string | null | undefined;
|
|
1622
|
+
};
|
|
1623
|
+
/** @internal */
|
|
1624
|
+
export declare const DataDocumentAccessAuth2FaRequested$outboundSchema: z.ZodType<DataDocumentAccessAuth2FaRequested$Outbound, z.ZodTypeDef, DataDocumentAccessAuth2FaRequested>;
|
|
1625
|
+
export declare function dataDocumentAccessAuth2FaRequestedToJSON(dataDocumentAccessAuth2FaRequested: DataDocumentAccessAuth2FaRequested): string;
|
|
1626
|
+
export declare function dataDocumentAccessAuth2FaRequestedFromJSON(jsonString: string): SafeParseResult<DataDocumentAccessAuth2FaRequested, SDKValidationError>;
|
|
1627
|
+
/** @internal */
|
|
1628
|
+
export declare const EnvelopeAuditLogFindData20$inboundSchema: z.ZodType<EnvelopeAuditLogFindData20, z.ZodTypeDef, unknown>;
|
|
1629
|
+
/** @internal */
|
|
1630
|
+
export type EnvelopeAuditLogFindData20$Outbound = {
|
|
1631
|
+
recipientEmail: string;
|
|
1632
|
+
recipientName: string;
|
|
1633
|
+
recipientId: number;
|
|
1634
|
+
recipientRole: string;
|
|
1635
|
+
reason: string;
|
|
1636
|
+
};
|
|
1637
|
+
/** @internal */
|
|
1638
|
+
export declare const EnvelopeAuditLogFindData20$outboundSchema: z.ZodType<EnvelopeAuditLogFindData20$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData20>;
|
|
1639
|
+
export declare function envelopeAuditLogFindData20ToJSON(envelopeAuditLogFindData20: EnvelopeAuditLogFindData20): string;
|
|
1640
|
+
export declare function envelopeAuditLogFindData20FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData20, SDKValidationError>;
|
|
1641
|
+
/** @internal */
|
|
1642
|
+
export declare const DataDocumentRecipientRejected$inboundSchema: z.ZodType<DataDocumentRecipientRejected, z.ZodTypeDef, unknown>;
|
|
1643
|
+
/** @internal */
|
|
1644
|
+
export type DataDocumentRecipientRejected$Outbound = {
|
|
1645
|
+
type: "DOCUMENT_RECIPIENT_REJECTED";
|
|
1646
|
+
data: EnvelopeAuditLogFindData20$Outbound;
|
|
1647
|
+
id: string;
|
|
1648
|
+
createdAt: string;
|
|
1649
|
+
envelopeId: string;
|
|
1650
|
+
name?: string | null | undefined;
|
|
1651
|
+
email?: string | null | undefined;
|
|
1652
|
+
userId?: number | null | undefined;
|
|
1653
|
+
userAgent?: string | null | undefined;
|
|
1654
|
+
ipAddress?: string | null | undefined;
|
|
1655
|
+
};
|
|
1656
|
+
/** @internal */
|
|
1657
|
+
export declare const DataDocumentRecipientRejected$outboundSchema: z.ZodType<DataDocumentRecipientRejected$Outbound, z.ZodTypeDef, DataDocumentRecipientRejected>;
|
|
1658
|
+
export declare function dataDocumentRecipientRejectedToJSON(dataDocumentRecipientRejected: DataDocumentRecipientRejected): string;
|
|
1659
|
+
export declare function dataDocumentRecipientRejectedFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientRejected, SDKValidationError>;
|
|
1660
|
+
/** @internal */
|
|
1661
|
+
export declare const EnvelopeAuditLogFindActionAuth1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindActionAuth1>;
|
|
1662
|
+
/** @internal */
|
|
1663
|
+
export declare const EnvelopeAuditLogFindActionAuth1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindActionAuth1>;
|
|
1664
|
+
/** @internal */
|
|
1665
|
+
export declare const EnvelopeAuditLogFindData19$inboundSchema: z.ZodType<EnvelopeAuditLogFindData19, z.ZodTypeDef, unknown>;
|
|
1666
|
+
/** @internal */
|
|
1667
|
+
export type EnvelopeAuditLogFindData19$Outbound = {
|
|
1668
|
+
recipientEmail: string;
|
|
1669
|
+
recipientName: string;
|
|
1670
|
+
recipientId: number;
|
|
1671
|
+
recipientRole: string;
|
|
1672
|
+
actionAuth: Array<string>;
|
|
1673
|
+
};
|
|
1674
|
+
/** @internal */
|
|
1675
|
+
export declare const EnvelopeAuditLogFindData19$outboundSchema: z.ZodType<EnvelopeAuditLogFindData19$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData19>;
|
|
1676
|
+
export declare function envelopeAuditLogFindData19ToJSON(envelopeAuditLogFindData19: EnvelopeAuditLogFindData19): string;
|
|
1677
|
+
export declare function envelopeAuditLogFindData19FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData19, SDKValidationError>;
|
|
1678
|
+
/** @internal */
|
|
1679
|
+
export declare const DataDocumentRecipientCompleted$inboundSchema: z.ZodType<DataDocumentRecipientCompleted, z.ZodTypeDef, unknown>;
|
|
1680
|
+
/** @internal */
|
|
1681
|
+
export type DataDocumentRecipientCompleted$Outbound = {
|
|
1682
|
+
type: "DOCUMENT_RECIPIENT_COMPLETED";
|
|
1683
|
+
data: EnvelopeAuditLogFindData19$Outbound;
|
|
1684
|
+
id: string;
|
|
1685
|
+
createdAt: string;
|
|
1686
|
+
envelopeId: string;
|
|
1687
|
+
name?: string | null | undefined;
|
|
1688
|
+
email?: string | null | undefined;
|
|
1689
|
+
userId?: number | null | undefined;
|
|
1690
|
+
userAgent?: string | null | undefined;
|
|
1691
|
+
ipAddress?: string | null | undefined;
|
|
1692
|
+
};
|
|
1693
|
+
/** @internal */
|
|
1694
|
+
export declare const DataDocumentRecipientCompleted$outboundSchema: z.ZodType<DataDocumentRecipientCompleted$Outbound, z.ZodTypeDef, DataDocumentRecipientCompleted>;
|
|
1695
|
+
export declare function dataDocumentRecipientCompletedToJSON(dataDocumentRecipientCompleted: DataDocumentRecipientCompleted): string;
|
|
1696
|
+
export declare function dataDocumentRecipientCompletedFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientCompleted, SDKValidationError>;
|
|
1697
|
+
/** @internal */
|
|
1698
|
+
export declare const EnvelopeAuditLogFindAccessAuth2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindAccessAuth2>;
|
|
1699
|
+
/** @internal */
|
|
1700
|
+
export declare const EnvelopeAuditLogFindAccessAuth2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindAccessAuth2>;
|
|
1701
|
+
/** @internal */
|
|
1702
|
+
export declare const EnvelopeAuditLogFindData18$inboundSchema: z.ZodType<EnvelopeAuditLogFindData18, z.ZodTypeDef, unknown>;
|
|
1703
|
+
/** @internal */
|
|
1704
|
+
export type EnvelopeAuditLogFindData18$Outbound = {
|
|
1705
|
+
recipientEmail: string;
|
|
1706
|
+
recipientName: string;
|
|
1707
|
+
recipientId: number;
|
|
1708
|
+
recipientRole: string;
|
|
1709
|
+
accessAuth: Array<string>;
|
|
1710
|
+
};
|
|
1711
|
+
/** @internal */
|
|
1712
|
+
export declare const EnvelopeAuditLogFindData18$outboundSchema: z.ZodType<EnvelopeAuditLogFindData18$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData18>;
|
|
1713
|
+
export declare function envelopeAuditLogFindData18ToJSON(envelopeAuditLogFindData18: EnvelopeAuditLogFindData18): string;
|
|
1714
|
+
export declare function envelopeAuditLogFindData18FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData18, SDKValidationError>;
|
|
1715
|
+
/** @internal */
|
|
1716
|
+
export declare const DataDocumentViewed$inboundSchema: z.ZodType<DataDocumentViewed, z.ZodTypeDef, unknown>;
|
|
1717
|
+
/** @internal */
|
|
1718
|
+
export type DataDocumentViewed$Outbound = {
|
|
1719
|
+
type: "DOCUMENT_VIEWED";
|
|
1720
|
+
data: EnvelopeAuditLogFindData18$Outbound;
|
|
1721
|
+
id: string;
|
|
1722
|
+
createdAt: string;
|
|
1723
|
+
envelopeId: string;
|
|
1724
|
+
name?: string | null | undefined;
|
|
1725
|
+
email?: string | null | undefined;
|
|
1726
|
+
userId?: number | null | undefined;
|
|
1727
|
+
userAgent?: string | null | undefined;
|
|
1728
|
+
ipAddress?: string | null | undefined;
|
|
1729
|
+
};
|
|
1730
|
+
/** @internal */
|
|
1731
|
+
export declare const DataDocumentViewed$outboundSchema: z.ZodType<DataDocumentViewed$Outbound, z.ZodTypeDef, DataDocumentViewed>;
|
|
1732
|
+
export declare function dataDocumentViewedToJSON(dataDocumentViewed: DataDocumentViewed): string;
|
|
1733
|
+
export declare function dataDocumentViewedFromJSON(jsonString: string): SafeParseResult<DataDocumentViewed, SDKValidationError>;
|
|
1734
|
+
/** @internal */
|
|
1735
|
+
export declare const EnvelopeAuditLogFindAccessAuth1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindAccessAuth1>;
|
|
1736
|
+
/** @internal */
|
|
1737
|
+
export declare const EnvelopeAuditLogFindAccessAuth1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindAccessAuth1>;
|
|
1738
|
+
/** @internal */
|
|
1739
|
+
export declare const EnvelopeAuditLogFindData17$inboundSchema: z.ZodType<EnvelopeAuditLogFindData17, z.ZodTypeDef, unknown>;
|
|
1740
|
+
/** @internal */
|
|
1741
|
+
export type EnvelopeAuditLogFindData17$Outbound = {
|
|
1742
|
+
recipientEmail: string;
|
|
1743
|
+
recipientName: string;
|
|
1744
|
+
recipientId: number;
|
|
1745
|
+
recipientRole: string;
|
|
1746
|
+
accessAuth: Array<string>;
|
|
1747
|
+
};
|
|
1748
|
+
/** @internal */
|
|
1749
|
+
export declare const EnvelopeAuditLogFindData17$outboundSchema: z.ZodType<EnvelopeAuditLogFindData17$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData17>;
|
|
1750
|
+
export declare function envelopeAuditLogFindData17ToJSON(envelopeAuditLogFindData17: EnvelopeAuditLogFindData17): string;
|
|
1751
|
+
export declare function envelopeAuditLogFindData17FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData17, SDKValidationError>;
|
|
1752
|
+
/** @internal */
|
|
1753
|
+
export declare const DataDocumentOpened$inboundSchema: z.ZodType<DataDocumentOpened, z.ZodTypeDef, unknown>;
|
|
1754
|
+
/** @internal */
|
|
1755
|
+
export type DataDocumentOpened$Outbound = {
|
|
1756
|
+
type: "DOCUMENT_OPENED";
|
|
1757
|
+
data: EnvelopeAuditLogFindData17$Outbound;
|
|
1758
|
+
id: string;
|
|
1759
|
+
createdAt: string;
|
|
1760
|
+
envelopeId: string;
|
|
1761
|
+
name?: string | null | undefined;
|
|
1762
|
+
email?: string | null | undefined;
|
|
1763
|
+
userId?: number | null | undefined;
|
|
1764
|
+
userAgent?: string | null | undefined;
|
|
1765
|
+
ipAddress?: string | null | undefined;
|
|
1766
|
+
};
|
|
1767
|
+
/** @internal */
|
|
1768
|
+
export declare const DataDocumentOpened$outboundSchema: z.ZodType<DataDocumentOpened$Outbound, z.ZodTypeDef, DataDocumentOpened>;
|
|
1769
|
+
export declare function dataDocumentOpenedToJSON(dataDocumentOpened: DataDocumentOpened): string;
|
|
1770
|
+
export declare function dataDocumentOpenedFromJSON(jsonString: string): SafeParseResult<DataDocumentOpened, SDKValidationError>;
|
|
1771
|
+
/** @internal */
|
|
1772
|
+
export declare const TypePassword$inboundSchema: z.ZodNativeEnum<typeof TypePassword>;
|
|
1773
|
+
/** @internal */
|
|
1774
|
+
export declare const TypePassword$outboundSchema: z.ZodNativeEnum<typeof TypePassword>;
|
|
1775
|
+
/** @internal */
|
|
1776
|
+
export declare const ChangePassword$inboundSchema: z.ZodType<ChangePassword, z.ZodTypeDef, unknown>;
|
|
1777
|
+
/** @internal */
|
|
1778
|
+
export type ChangePassword$Outbound = {
|
|
1779
|
+
type: string;
|
|
1780
|
+
};
|
|
1781
|
+
/** @internal */
|
|
1782
|
+
export declare const ChangePassword$outboundSchema: z.ZodType<ChangePassword$Outbound, z.ZodTypeDef, ChangePassword>;
|
|
1783
|
+
export declare function changePasswordToJSON(changePassword: ChangePassword): string;
|
|
1784
|
+
export declare function changePasswordFromJSON(jsonString: string): SafeParseResult<ChangePassword, SDKValidationError>;
|
|
1785
|
+
/** @internal */
|
|
1786
|
+
export declare const TypeEmailSettings$inboundSchema: z.ZodNativeEnum<typeof TypeEmailSettings>;
|
|
1787
|
+
/** @internal */
|
|
1788
|
+
export declare const TypeEmailSettings$outboundSchema: z.ZodNativeEnum<typeof TypeEmailSettings>;
|
|
1789
|
+
/** @internal */
|
|
1790
|
+
export declare const TypeEmailReplyTo$inboundSchema: z.ZodNativeEnum<typeof TypeEmailReplyTo>;
|
|
1791
|
+
/** @internal */
|
|
1792
|
+
export declare const TypeEmailReplyTo$outboundSchema: z.ZodNativeEnum<typeof TypeEmailReplyTo>;
|
|
1793
|
+
/** @internal */
|
|
1794
|
+
export declare const TypeEmailID$inboundSchema: z.ZodNativeEnum<typeof TypeEmailID>;
|
|
1795
|
+
/** @internal */
|
|
1796
|
+
export declare const TypeEmailID$outboundSchema: z.ZodNativeEnum<typeof TypeEmailID>;
|
|
1797
|
+
/** @internal */
|
|
1798
|
+
export declare const TypeTimezone$inboundSchema: z.ZodNativeEnum<typeof TypeTimezone>;
|
|
1799
|
+
/** @internal */
|
|
1800
|
+
export declare const TypeTimezone$outboundSchema: z.ZodNativeEnum<typeof TypeTimezone>;
|
|
1801
|
+
/** @internal */
|
|
1802
|
+
export declare const TypeSubject$inboundSchema: z.ZodNativeEnum<typeof TypeSubject>;
|
|
1803
|
+
/** @internal */
|
|
1804
|
+
export declare const TypeSubject$outboundSchema: z.ZodNativeEnum<typeof TypeSubject>;
|
|
1805
|
+
/** @internal */
|
|
1806
|
+
export declare const TypeRedirectURL$inboundSchema: z.ZodNativeEnum<typeof TypeRedirectURL>;
|
|
1807
|
+
/** @internal */
|
|
1808
|
+
export declare const TypeRedirectURL$outboundSchema: z.ZodNativeEnum<typeof TypeRedirectURL>;
|
|
1809
|
+
/** @internal */
|
|
1810
|
+
export declare const TypeMessage$inboundSchema: z.ZodNativeEnum<typeof TypeMessage>;
|
|
1811
|
+
/** @internal */
|
|
1812
|
+
export declare const TypeMessage$outboundSchema: z.ZodNativeEnum<typeof TypeMessage>;
|
|
1813
|
+
/** @internal */
|
|
1814
|
+
export declare const TypeDateFormat$inboundSchema: z.ZodNativeEnum<typeof TypeDateFormat>;
|
|
1815
|
+
/** @internal */
|
|
1816
|
+
export declare const TypeDateFormat$outboundSchema: z.ZodNativeEnum<typeof TypeDateFormat>;
|
|
1817
|
+
/** @internal */
|
|
1818
|
+
export declare const ChangeTypeUnion$inboundSchema: z.ZodType<ChangeTypeUnion, z.ZodTypeDef, unknown>;
|
|
1819
|
+
/** @internal */
|
|
1820
|
+
export type ChangeTypeUnion$Outbound = string | string | string | string | string | string | string | string;
|
|
1821
|
+
/** @internal */
|
|
1822
|
+
export declare const ChangeTypeUnion$outboundSchema: z.ZodType<ChangeTypeUnion$Outbound, z.ZodTypeDef, ChangeTypeUnion>;
|
|
1823
|
+
export declare function changeTypeUnionToJSON(changeTypeUnion: ChangeTypeUnion): string;
|
|
1824
|
+
export declare function changeTypeUnionFromJSON(jsonString: string): SafeParseResult<ChangeTypeUnion, SDKValidationError>;
|
|
1825
|
+
/** @internal */
|
|
1826
|
+
export declare const Change$inboundSchema: z.ZodType<Change, z.ZodTypeDef, unknown>;
|
|
1827
|
+
/** @internal */
|
|
1828
|
+
export type Change$Outbound = {
|
|
1829
|
+
type: string | string | string | string | string | string | string | string;
|
|
1830
|
+
from: string | null;
|
|
1831
|
+
to: string | null;
|
|
1832
|
+
};
|
|
1833
|
+
/** @internal */
|
|
1834
|
+
export declare const Change$outboundSchema: z.ZodType<Change$Outbound, z.ZodTypeDef, Change>;
|
|
1835
|
+
export declare function changeToJSON(change: Change): string;
|
|
1836
|
+
export declare function changeFromJSON(jsonString: string): SafeParseResult<Change, SDKValidationError>;
|
|
1837
|
+
/** @internal */
|
|
1838
|
+
export declare const ChangeUnion1$inboundSchema: z.ZodType<ChangeUnion1, z.ZodTypeDef, unknown>;
|
|
1839
|
+
/** @internal */
|
|
1840
|
+
export type ChangeUnion1$Outbound = Change$Outbound | ChangePassword$Outbound;
|
|
1841
|
+
/** @internal */
|
|
1842
|
+
export declare const ChangeUnion1$outboundSchema: z.ZodType<ChangeUnion1$Outbound, z.ZodTypeDef, ChangeUnion1>;
|
|
1843
|
+
export declare function changeUnion1ToJSON(changeUnion1: ChangeUnion1): string;
|
|
1844
|
+
export declare function changeUnion1FromJSON(jsonString: string): SafeParseResult<ChangeUnion1, SDKValidationError>;
|
|
1845
|
+
/** @internal */
|
|
1846
|
+
export declare const EnvelopeAuditLogFindData16$inboundSchema: z.ZodType<EnvelopeAuditLogFindData16, z.ZodTypeDef, unknown>;
|
|
1847
|
+
/** @internal */
|
|
1848
|
+
export type EnvelopeAuditLogFindData16$Outbound = {
|
|
1849
|
+
changes: Array<Change$Outbound | ChangePassword$Outbound>;
|
|
1850
|
+
};
|
|
1851
|
+
/** @internal */
|
|
1852
|
+
export declare const EnvelopeAuditLogFindData16$outboundSchema: z.ZodType<EnvelopeAuditLogFindData16$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData16>;
|
|
1853
|
+
export declare function envelopeAuditLogFindData16ToJSON(envelopeAuditLogFindData16: EnvelopeAuditLogFindData16): string;
|
|
1854
|
+
export declare function envelopeAuditLogFindData16FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData16, SDKValidationError>;
|
|
1855
|
+
/** @internal */
|
|
1856
|
+
export declare const DataDocumentMetaUpdated$inboundSchema: z.ZodType<DataDocumentMetaUpdated, z.ZodTypeDef, unknown>;
|
|
1857
|
+
/** @internal */
|
|
1858
|
+
export type DataDocumentMetaUpdated$Outbound = {
|
|
1859
|
+
type: "DOCUMENT_META_UPDATED";
|
|
1860
|
+
data: EnvelopeAuditLogFindData16$Outbound;
|
|
1861
|
+
id: string;
|
|
1862
|
+
createdAt: string;
|
|
1863
|
+
envelopeId: string;
|
|
1864
|
+
name?: string | null | undefined;
|
|
1865
|
+
email?: string | null | undefined;
|
|
1866
|
+
userId?: number | null | undefined;
|
|
1867
|
+
userAgent?: string | null | undefined;
|
|
1868
|
+
ipAddress?: string | null | undefined;
|
|
1869
|
+
};
|
|
1870
|
+
/** @internal */
|
|
1871
|
+
export declare const DataDocumentMetaUpdated$outboundSchema: z.ZodType<DataDocumentMetaUpdated$Outbound, z.ZodTypeDef, DataDocumentMetaUpdated>;
|
|
1872
|
+
export declare function dataDocumentMetaUpdatedToJSON(dataDocumentMetaUpdated: DataDocumentMetaUpdated): string;
|
|
1873
|
+
export declare function dataDocumentMetaUpdatedFromJSON(jsonString: string): SafeParseResult<DataDocumentMetaUpdated, SDKValidationError>;
|
|
1874
|
+
/** @internal */
|
|
1875
|
+
export declare const FromUnion3$inboundSchema: z.ZodType<FromUnion3, z.ZodTypeDef, unknown>;
|
|
1876
|
+
/** @internal */
|
|
1877
|
+
export type FromUnion3$Outbound = string | Array<string>;
|
|
1878
|
+
/** @internal */
|
|
1879
|
+
export declare const FromUnion3$outboundSchema: z.ZodType<FromUnion3$Outbound, z.ZodTypeDef, FromUnion3>;
|
|
1880
|
+
export declare function fromUnion3ToJSON(fromUnion3: FromUnion3): string;
|
|
1881
|
+
export declare function fromUnion3FromJSON(jsonString: string): SafeParseResult<FromUnion3, SDKValidationError>;
|
|
1882
|
+
/** @internal */
|
|
1883
|
+
export declare const ToUnion3$inboundSchema: z.ZodType<ToUnion3, z.ZodTypeDef, unknown>;
|
|
1884
|
+
/** @internal */
|
|
1885
|
+
export type ToUnion3$Outbound = string | Array<string>;
|
|
1886
|
+
/** @internal */
|
|
1887
|
+
export declare const ToUnion3$outboundSchema: z.ZodType<ToUnion3$Outbound, z.ZodTypeDef, ToUnion3>;
|
|
1888
|
+
export declare function toUnion3ToJSON(toUnion3: ToUnion3): string;
|
|
1889
|
+
export declare function toUnion3FromJSON(jsonString: string): SafeParseResult<ToUnion3, SDKValidationError>;
|
|
1890
|
+
/** @internal */
|
|
1891
|
+
export declare const EnvelopeAuditLogFindData15$inboundSchema: z.ZodType<EnvelopeAuditLogFindData15, z.ZodTypeDef, unknown>;
|
|
1892
|
+
/** @internal */
|
|
1893
|
+
export type EnvelopeAuditLogFindData15$Outbound = {
|
|
1894
|
+
from: string | Array<string> | null;
|
|
1895
|
+
to: string | Array<string> | null;
|
|
1896
|
+
};
|
|
1897
|
+
/** @internal */
|
|
1898
|
+
export declare const EnvelopeAuditLogFindData15$outboundSchema: z.ZodType<EnvelopeAuditLogFindData15$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData15>;
|
|
1899
|
+
export declare function envelopeAuditLogFindData15ToJSON(envelopeAuditLogFindData15: EnvelopeAuditLogFindData15): string;
|
|
1900
|
+
export declare function envelopeAuditLogFindData15FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData15, SDKValidationError>;
|
|
1901
|
+
/** @internal */
|
|
1902
|
+
export declare const DataDocumentGlobalAuthActionUpdated$inboundSchema: z.ZodType<DataDocumentGlobalAuthActionUpdated, z.ZodTypeDef, unknown>;
|
|
1903
|
+
/** @internal */
|
|
1904
|
+
export type DataDocumentGlobalAuthActionUpdated$Outbound = {
|
|
1905
|
+
type: "DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED";
|
|
1906
|
+
data: EnvelopeAuditLogFindData15$Outbound;
|
|
1907
|
+
id: string;
|
|
1908
|
+
createdAt: string;
|
|
1909
|
+
envelopeId: string;
|
|
1910
|
+
name?: string | null | undefined;
|
|
1911
|
+
email?: string | null | undefined;
|
|
1912
|
+
userId?: number | null | undefined;
|
|
1913
|
+
userAgent?: string | null | undefined;
|
|
1914
|
+
ipAddress?: string | null | undefined;
|
|
1915
|
+
};
|
|
1916
|
+
/** @internal */
|
|
1917
|
+
export declare const DataDocumentGlobalAuthActionUpdated$outboundSchema: z.ZodType<DataDocumentGlobalAuthActionUpdated$Outbound, z.ZodTypeDef, DataDocumentGlobalAuthActionUpdated>;
|
|
1918
|
+
export declare function dataDocumentGlobalAuthActionUpdatedToJSON(dataDocumentGlobalAuthActionUpdated: DataDocumentGlobalAuthActionUpdated): string;
|
|
1919
|
+
export declare function dataDocumentGlobalAuthActionUpdatedFromJSON(jsonString: string): SafeParseResult<DataDocumentGlobalAuthActionUpdated, SDKValidationError>;
|
|
1920
|
+
/** @internal */
|
|
1921
|
+
export declare const FromUnion2$inboundSchema: z.ZodType<FromUnion2, z.ZodTypeDef, unknown>;
|
|
1922
|
+
/** @internal */
|
|
1923
|
+
export type FromUnion2$Outbound = string | Array<string>;
|
|
1924
|
+
/** @internal */
|
|
1925
|
+
export declare const FromUnion2$outboundSchema: z.ZodType<FromUnion2$Outbound, z.ZodTypeDef, FromUnion2>;
|
|
1926
|
+
export declare function fromUnion2ToJSON(fromUnion2: FromUnion2): string;
|
|
1927
|
+
export declare function fromUnion2FromJSON(jsonString: string): SafeParseResult<FromUnion2, SDKValidationError>;
|
|
1928
|
+
/** @internal */
|
|
1929
|
+
export declare const ToUnion2$inboundSchema: z.ZodType<ToUnion2, z.ZodTypeDef, unknown>;
|
|
1930
|
+
/** @internal */
|
|
1931
|
+
export type ToUnion2$Outbound = string | Array<string>;
|
|
1932
|
+
/** @internal */
|
|
1933
|
+
export declare const ToUnion2$outboundSchema: z.ZodType<ToUnion2$Outbound, z.ZodTypeDef, ToUnion2>;
|
|
1934
|
+
export declare function toUnion2ToJSON(toUnion2: ToUnion2): string;
|
|
1935
|
+
export declare function toUnion2FromJSON(jsonString: string): SafeParseResult<ToUnion2, SDKValidationError>;
|
|
1936
|
+
/** @internal */
|
|
1937
|
+
export declare const EnvelopeAuditLogFindData14$inboundSchema: z.ZodType<EnvelopeAuditLogFindData14, z.ZodTypeDef, unknown>;
|
|
1938
|
+
/** @internal */
|
|
1939
|
+
export type EnvelopeAuditLogFindData14$Outbound = {
|
|
1940
|
+
from: string | Array<string> | null;
|
|
1941
|
+
to: string | Array<string> | null;
|
|
1942
|
+
};
|
|
1943
|
+
/** @internal */
|
|
1944
|
+
export declare const EnvelopeAuditLogFindData14$outboundSchema: z.ZodType<EnvelopeAuditLogFindData14$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData14>;
|
|
1945
|
+
export declare function envelopeAuditLogFindData14ToJSON(envelopeAuditLogFindData14: EnvelopeAuditLogFindData14): string;
|
|
1946
|
+
export declare function envelopeAuditLogFindData14FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData14, SDKValidationError>;
|
|
1947
|
+
/** @internal */
|
|
1948
|
+
export declare const DataDocumentGlobalAuthAccessUpdated$inboundSchema: z.ZodType<DataDocumentGlobalAuthAccessUpdated, z.ZodTypeDef, unknown>;
|
|
1949
|
+
/** @internal */
|
|
1950
|
+
export type DataDocumentGlobalAuthAccessUpdated$Outbound = {
|
|
1951
|
+
type: "DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED";
|
|
1952
|
+
data: EnvelopeAuditLogFindData14$Outbound;
|
|
1953
|
+
id: string;
|
|
1954
|
+
createdAt: string;
|
|
1955
|
+
envelopeId: string;
|
|
1956
|
+
name?: string | null | undefined;
|
|
1957
|
+
email?: string | null | undefined;
|
|
1958
|
+
userId?: number | null | undefined;
|
|
1959
|
+
userAgent?: string | null | undefined;
|
|
1960
|
+
ipAddress?: string | null | undefined;
|
|
1961
|
+
};
|
|
1962
|
+
/** @internal */
|
|
1963
|
+
export declare const DataDocumentGlobalAuthAccessUpdated$outboundSchema: z.ZodType<DataDocumentGlobalAuthAccessUpdated$Outbound, z.ZodTypeDef, DataDocumentGlobalAuthAccessUpdated>;
|
|
1964
|
+
export declare function dataDocumentGlobalAuthAccessUpdatedToJSON(dataDocumentGlobalAuthAccessUpdated: DataDocumentGlobalAuthAccessUpdated): string;
|
|
1965
|
+
export declare function dataDocumentGlobalAuthAccessUpdatedFromJSON(jsonString: string): SafeParseResult<DataDocumentGlobalAuthAccessUpdated, SDKValidationError>;
|
|
1966
|
+
/** @internal */
|
|
1967
|
+
export declare const FromUnion1$inboundSchema: z.ZodType<FromUnion1, z.ZodTypeDef, unknown>;
|
|
1968
|
+
/** @internal */
|
|
1969
|
+
export type FromUnion1$Outbound = string | Array<string>;
|
|
1970
|
+
/** @internal */
|
|
1971
|
+
export declare const FromUnion1$outboundSchema: z.ZodType<FromUnion1$Outbound, z.ZodTypeDef, FromUnion1>;
|
|
1972
|
+
export declare function fromUnion1ToJSON(fromUnion1: FromUnion1): string;
|
|
1973
|
+
export declare function fromUnion1FromJSON(jsonString: string): SafeParseResult<FromUnion1, SDKValidationError>;
|
|
1974
|
+
/** @internal */
|
|
1975
|
+
export declare const ToUnion1$inboundSchema: z.ZodType<ToUnion1, z.ZodTypeDef, unknown>;
|
|
1976
|
+
/** @internal */
|
|
1977
|
+
export type ToUnion1$Outbound = string | Array<string>;
|
|
1978
|
+
/** @internal */
|
|
1979
|
+
export declare const ToUnion1$outboundSchema: z.ZodType<ToUnion1$Outbound, z.ZodTypeDef, ToUnion1>;
|
|
1980
|
+
export declare function toUnion1ToJSON(toUnion1: ToUnion1): string;
|
|
1981
|
+
export declare function toUnion1FromJSON(jsonString: string): SafeParseResult<ToUnion1, SDKValidationError>;
|
|
1982
|
+
/** @internal */
|
|
1983
|
+
export declare const EnvelopeAuditLogFindData13$inboundSchema: z.ZodType<EnvelopeAuditLogFindData13, z.ZodTypeDef, unknown>;
|
|
1984
|
+
/** @internal */
|
|
1985
|
+
export type EnvelopeAuditLogFindData13$Outbound = {
|
|
1986
|
+
from: string | Array<string> | null;
|
|
1987
|
+
to: string | Array<string> | null;
|
|
1988
|
+
};
|
|
1989
|
+
/** @internal */
|
|
1990
|
+
export declare const EnvelopeAuditLogFindData13$outboundSchema: z.ZodType<EnvelopeAuditLogFindData13$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData13>;
|
|
1991
|
+
export declare function envelopeAuditLogFindData13ToJSON(envelopeAuditLogFindData13: EnvelopeAuditLogFindData13): string;
|
|
1992
|
+
export declare function envelopeAuditLogFindData13FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData13, SDKValidationError>;
|
|
1993
|
+
/** @internal */
|
|
1994
|
+
export declare const DataDocumentVisibilityUpdated$inboundSchema: z.ZodType<DataDocumentVisibilityUpdated, z.ZodTypeDef, unknown>;
|
|
1995
|
+
/** @internal */
|
|
1996
|
+
export type DataDocumentVisibilityUpdated$Outbound = {
|
|
1997
|
+
type: "DOCUMENT_VISIBILITY_UPDATED";
|
|
1998
|
+
data: EnvelopeAuditLogFindData13$Outbound;
|
|
1999
|
+
id: string;
|
|
2000
|
+
createdAt: string;
|
|
2001
|
+
envelopeId: string;
|
|
2002
|
+
name?: string | null | undefined;
|
|
2003
|
+
email?: string | null | undefined;
|
|
2004
|
+
userId?: number | null | undefined;
|
|
2005
|
+
userAgent?: string | null | undefined;
|
|
2006
|
+
ipAddress?: string | null | undefined;
|
|
2007
|
+
};
|
|
2008
|
+
/** @internal */
|
|
2009
|
+
export declare const DataDocumentVisibilityUpdated$outboundSchema: z.ZodType<DataDocumentVisibilityUpdated$Outbound, z.ZodTypeDef, DataDocumentVisibilityUpdated>;
|
|
2010
|
+
export declare function dataDocumentVisibilityUpdatedToJSON(dataDocumentVisibilityUpdated: DataDocumentVisibilityUpdated): string;
|
|
2011
|
+
export declare function dataDocumentVisibilityUpdatedFromJSON(jsonString: string): SafeParseResult<DataDocumentVisibilityUpdated, SDKValidationError>;
|
|
2012
|
+
/** @internal */
|
|
2013
|
+
export declare const EnvelopeAuditLogFindTypeNumber2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeNumber2>;
|
|
2014
|
+
/** @internal */
|
|
2015
|
+
export declare const EnvelopeAuditLogFindTypeNumber2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeNumber2>;
|
|
2016
|
+
/** @internal */
|
|
2017
|
+
export declare const EnvelopeAuditLogFindFieldNumber2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldNumber2, z.ZodTypeDef, unknown>;
|
|
2018
|
+
/** @internal */
|
|
2019
|
+
export type EnvelopeAuditLogFindFieldNumber2$Outbound = {
|
|
2020
|
+
type: string;
|
|
2021
|
+
data: string;
|
|
2022
|
+
};
|
|
2023
|
+
/** @internal */
|
|
2024
|
+
export declare const EnvelopeAuditLogFindFieldNumber2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldNumber2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldNumber2>;
|
|
2025
|
+
export declare function envelopeAuditLogFindFieldNumber2ToJSON(envelopeAuditLogFindFieldNumber2: EnvelopeAuditLogFindFieldNumber2): string;
|
|
2026
|
+
export declare function envelopeAuditLogFindFieldNumber2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldNumber2, SDKValidationError>;
|
|
2027
|
+
/** @internal */
|
|
2028
|
+
export declare const EnvelopeAuditLogFindTypeDropdown2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeDropdown2>;
|
|
2029
|
+
/** @internal */
|
|
2030
|
+
export declare const EnvelopeAuditLogFindTypeDropdown2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeDropdown2>;
|
|
2031
|
+
/** @internal */
|
|
2032
|
+
export declare const EnvelopeAuditLogFindFieldDropdown2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldDropdown2, z.ZodTypeDef, unknown>;
|
|
2033
|
+
/** @internal */
|
|
2034
|
+
export type EnvelopeAuditLogFindFieldDropdown2$Outbound = {
|
|
2035
|
+
type: string;
|
|
2036
|
+
data: string;
|
|
2037
|
+
};
|
|
2038
|
+
/** @internal */
|
|
2039
|
+
export declare const EnvelopeAuditLogFindFieldDropdown2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldDropdown2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldDropdown2>;
|
|
2040
|
+
export declare function envelopeAuditLogFindFieldDropdown2ToJSON(envelopeAuditLogFindFieldDropdown2: EnvelopeAuditLogFindFieldDropdown2): string;
|
|
2041
|
+
export declare function envelopeAuditLogFindFieldDropdown2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldDropdown2, SDKValidationError>;
|
|
2042
|
+
/** @internal */
|
|
2043
|
+
export declare const EnvelopeAuditLogFindTypeCheckbox2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeCheckbox2>;
|
|
2044
|
+
/** @internal */
|
|
2045
|
+
export declare const EnvelopeAuditLogFindTypeCheckbox2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeCheckbox2>;
|
|
2046
|
+
/** @internal */
|
|
2047
|
+
export declare const EnvelopeAuditLogFindFieldCheckbox2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldCheckbox2, z.ZodTypeDef, unknown>;
|
|
2048
|
+
/** @internal */
|
|
2049
|
+
export type EnvelopeAuditLogFindFieldCheckbox2$Outbound = {
|
|
2050
|
+
type: string;
|
|
2051
|
+
data: string;
|
|
2052
|
+
};
|
|
2053
|
+
/** @internal */
|
|
2054
|
+
export declare const EnvelopeAuditLogFindFieldCheckbox2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldCheckbox2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldCheckbox2>;
|
|
2055
|
+
export declare function envelopeAuditLogFindFieldCheckbox2ToJSON(envelopeAuditLogFindFieldCheckbox2: EnvelopeAuditLogFindFieldCheckbox2): string;
|
|
2056
|
+
export declare function envelopeAuditLogFindFieldCheckbox2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldCheckbox2, SDKValidationError>;
|
|
2057
|
+
/** @internal */
|
|
2058
|
+
export declare const EnvelopeAuditLogFindTypeRadio2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeRadio2>;
|
|
2059
|
+
/** @internal */
|
|
2060
|
+
export declare const EnvelopeAuditLogFindTypeRadio2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeRadio2>;
|
|
2061
|
+
/** @internal */
|
|
2062
|
+
export declare const EnvelopeAuditLogFindFieldRadio2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldRadio2, z.ZodTypeDef, unknown>;
|
|
2063
|
+
/** @internal */
|
|
2064
|
+
export type EnvelopeAuditLogFindFieldRadio2$Outbound = {
|
|
2065
|
+
type: string;
|
|
2066
|
+
data: string;
|
|
2067
|
+
};
|
|
2068
|
+
/** @internal */
|
|
2069
|
+
export declare const EnvelopeAuditLogFindFieldRadio2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldRadio2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldRadio2>;
|
|
2070
|
+
export declare function envelopeAuditLogFindFieldRadio2ToJSON(envelopeAuditLogFindFieldRadio2: EnvelopeAuditLogFindFieldRadio2): string;
|
|
2071
|
+
export declare function envelopeAuditLogFindFieldRadio2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldRadio2, SDKValidationError>;
|
|
2072
|
+
/** @internal */
|
|
2073
|
+
export declare const EnvelopeAuditLogFindTypeFreeSignature2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeFreeSignature2>;
|
|
2074
|
+
/** @internal */
|
|
2075
|
+
export declare const EnvelopeAuditLogFindTypeFreeSignature2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeFreeSignature2>;
|
|
2076
|
+
/** @internal */
|
|
2077
|
+
export declare const EnvelopeAuditLogFindTypeSignature2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeSignature2>;
|
|
2078
|
+
/** @internal */
|
|
2079
|
+
export declare const EnvelopeAuditLogFindTypeSignature2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeSignature2>;
|
|
2080
|
+
/** @internal */
|
|
2081
|
+
export declare const FieldTypeUnion2$inboundSchema: z.ZodType<FieldTypeUnion2, z.ZodTypeDef, unknown>;
|
|
2082
|
+
/** @internal */
|
|
2083
|
+
export type FieldTypeUnion2$Outbound = string | string;
|
|
2084
|
+
/** @internal */
|
|
2085
|
+
export declare const FieldTypeUnion2$outboundSchema: z.ZodType<FieldTypeUnion2$Outbound, z.ZodTypeDef, FieldTypeUnion2>;
|
|
2086
|
+
export declare function fieldTypeUnion2ToJSON(fieldTypeUnion2: FieldTypeUnion2): string;
|
|
2087
|
+
export declare function fieldTypeUnion2FromJSON(jsonString: string): SafeParseResult<FieldTypeUnion2, SDKValidationError>;
|
|
2088
|
+
/** @internal */
|
|
2089
|
+
export declare const EnvelopeAuditLogFindField3$inboundSchema: z.ZodType<EnvelopeAuditLogFindField3, z.ZodTypeDef, unknown>;
|
|
2090
|
+
/** @internal */
|
|
2091
|
+
export type EnvelopeAuditLogFindField3$Outbound = {
|
|
2092
|
+
type: string | string;
|
|
2093
|
+
data: string;
|
|
2094
|
+
};
|
|
2095
|
+
/** @internal */
|
|
2096
|
+
export declare const EnvelopeAuditLogFindField3$outboundSchema: z.ZodType<EnvelopeAuditLogFindField3$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindField3>;
|
|
2097
|
+
export declare function envelopeAuditLogFindField3ToJSON(envelopeAuditLogFindField3: EnvelopeAuditLogFindField3): string;
|
|
2098
|
+
export declare function envelopeAuditLogFindField3FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindField3, SDKValidationError>;
|
|
2099
|
+
/** @internal */
|
|
2100
|
+
export declare const EnvelopeAuditLogFindTypeText2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeText2>;
|
|
2101
|
+
/** @internal */
|
|
2102
|
+
export declare const EnvelopeAuditLogFindTypeText2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeText2>;
|
|
2103
|
+
/** @internal */
|
|
2104
|
+
export declare const EnvelopeAuditLogFindFieldText2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldText2, z.ZodTypeDef, unknown>;
|
|
2105
|
+
/** @internal */
|
|
2106
|
+
export type EnvelopeAuditLogFindFieldText2$Outbound = {
|
|
2107
|
+
type: string;
|
|
2108
|
+
data: string;
|
|
2109
|
+
};
|
|
2110
|
+
/** @internal */
|
|
2111
|
+
export declare const EnvelopeAuditLogFindFieldText2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldText2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldText2>;
|
|
2112
|
+
export declare function envelopeAuditLogFindFieldText2ToJSON(envelopeAuditLogFindFieldText2: EnvelopeAuditLogFindFieldText2): string;
|
|
2113
|
+
export declare function envelopeAuditLogFindFieldText2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldText2, SDKValidationError>;
|
|
2114
|
+
/** @internal */
|
|
2115
|
+
export declare const EnvelopeAuditLogFindTypeNameEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeNameEnum2>;
|
|
2116
|
+
/** @internal */
|
|
2117
|
+
export declare const EnvelopeAuditLogFindTypeNameEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeNameEnum2>;
|
|
2118
|
+
/** @internal */
|
|
2119
|
+
export declare const EnvelopeAuditLogFindFieldName2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldName2, z.ZodTypeDef, unknown>;
|
|
2120
|
+
/** @internal */
|
|
2121
|
+
export type EnvelopeAuditLogFindFieldName2$Outbound = {
|
|
2122
|
+
type: string;
|
|
2123
|
+
data: string;
|
|
2124
|
+
};
|
|
2125
|
+
/** @internal */
|
|
2126
|
+
export declare const EnvelopeAuditLogFindFieldName2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldName2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldName2>;
|
|
2127
|
+
export declare function envelopeAuditLogFindFieldName2ToJSON(envelopeAuditLogFindFieldName2: EnvelopeAuditLogFindFieldName2): string;
|
|
2128
|
+
export declare function envelopeAuditLogFindFieldName2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldName2, SDKValidationError>;
|
|
2129
|
+
/** @internal */
|
|
2130
|
+
export declare const EnvelopeAuditLogFindTypeDate2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeDate2>;
|
|
2131
|
+
/** @internal */
|
|
2132
|
+
export declare const EnvelopeAuditLogFindTypeDate2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeDate2>;
|
|
2133
|
+
/** @internal */
|
|
2134
|
+
export declare const EnvelopeAuditLogFindFieldDate2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldDate2, z.ZodTypeDef, unknown>;
|
|
2135
|
+
/** @internal */
|
|
2136
|
+
export type EnvelopeAuditLogFindFieldDate2$Outbound = {
|
|
2137
|
+
type: string;
|
|
2138
|
+
data: string;
|
|
2139
|
+
};
|
|
2140
|
+
/** @internal */
|
|
2141
|
+
export declare const EnvelopeAuditLogFindFieldDate2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldDate2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldDate2>;
|
|
2142
|
+
export declare function envelopeAuditLogFindFieldDate2ToJSON(envelopeAuditLogFindFieldDate2: EnvelopeAuditLogFindFieldDate2): string;
|
|
2143
|
+
export declare function envelopeAuditLogFindFieldDate2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldDate2, SDKValidationError>;
|
|
2144
|
+
/** @internal */
|
|
2145
|
+
export declare const EnvelopeAuditLogFindTypeEmailEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeEmailEnum2>;
|
|
2146
|
+
/** @internal */
|
|
2147
|
+
export declare const EnvelopeAuditLogFindTypeEmailEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeEmailEnum2>;
|
|
2148
|
+
/** @internal */
|
|
2149
|
+
export declare const EnvelopeAuditLogFindFieldEmail2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldEmail2, z.ZodTypeDef, unknown>;
|
|
2150
|
+
/** @internal */
|
|
2151
|
+
export type EnvelopeAuditLogFindFieldEmail2$Outbound = {
|
|
2152
|
+
type: string;
|
|
2153
|
+
data: string;
|
|
2154
|
+
};
|
|
2155
|
+
/** @internal */
|
|
2156
|
+
export declare const EnvelopeAuditLogFindFieldEmail2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldEmail2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldEmail2>;
|
|
2157
|
+
export declare function envelopeAuditLogFindFieldEmail2ToJSON(envelopeAuditLogFindFieldEmail2: EnvelopeAuditLogFindFieldEmail2): string;
|
|
2158
|
+
export declare function envelopeAuditLogFindFieldEmail2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldEmail2, SDKValidationError>;
|
|
2159
|
+
/** @internal */
|
|
2160
|
+
export declare const EnvelopeAuditLogFindTypeInitials2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeInitials2>;
|
|
2161
|
+
/** @internal */
|
|
2162
|
+
export declare const EnvelopeAuditLogFindTypeInitials2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeInitials2>;
|
|
2163
|
+
/** @internal */
|
|
2164
|
+
export declare const EnvelopeAuditLogFindFieldInitials2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldInitials2, z.ZodTypeDef, unknown>;
|
|
2165
|
+
/** @internal */
|
|
2166
|
+
export type EnvelopeAuditLogFindFieldInitials2$Outbound = {
|
|
2167
|
+
type: string;
|
|
2168
|
+
data: string;
|
|
2169
|
+
};
|
|
2170
|
+
/** @internal */
|
|
2171
|
+
export declare const EnvelopeAuditLogFindFieldInitials2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldInitials2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldInitials2>;
|
|
2172
|
+
export declare function envelopeAuditLogFindFieldInitials2ToJSON(envelopeAuditLogFindFieldInitials2: EnvelopeAuditLogFindFieldInitials2): string;
|
|
2173
|
+
export declare function envelopeAuditLogFindFieldInitials2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldInitials2, SDKValidationError>;
|
|
2174
|
+
/** @internal */
|
|
2175
|
+
export declare const EnvelopeAuditLogFindFieldUnion2$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldUnion2, z.ZodTypeDef, unknown>;
|
|
2176
|
+
/** @internal */
|
|
2177
|
+
export type EnvelopeAuditLogFindFieldUnion2$Outbound = EnvelopeAuditLogFindFieldInitials2$Outbound | EnvelopeAuditLogFindFieldEmail2$Outbound | EnvelopeAuditLogFindFieldDate2$Outbound | EnvelopeAuditLogFindFieldName2$Outbound | EnvelopeAuditLogFindFieldText2$Outbound | EnvelopeAuditLogFindField3$Outbound | EnvelopeAuditLogFindFieldRadio2$Outbound | EnvelopeAuditLogFindFieldCheckbox2$Outbound | EnvelopeAuditLogFindFieldDropdown2$Outbound | EnvelopeAuditLogFindFieldNumber2$Outbound;
|
|
2178
|
+
/** @internal */
|
|
2179
|
+
export declare const EnvelopeAuditLogFindFieldUnion2$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldUnion2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldUnion2>;
|
|
2180
|
+
export declare function envelopeAuditLogFindFieldUnion2ToJSON(envelopeAuditLogFindFieldUnion2: EnvelopeAuditLogFindFieldUnion2): string;
|
|
2181
|
+
export declare function envelopeAuditLogFindFieldUnion2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldUnion2, SDKValidationError>;
|
|
2182
|
+
/** @internal */
|
|
2183
|
+
export declare const FieldSecurityType2$inboundSchema: z.ZodNativeEnum<typeof FieldSecurityType2>;
|
|
2184
|
+
/** @internal */
|
|
2185
|
+
export declare const FieldSecurityType2$outboundSchema: z.ZodNativeEnum<typeof FieldSecurityType2>;
|
|
2186
|
+
/** @internal */
|
|
2187
|
+
export declare const FieldSecurity2$inboundSchema: z.ZodType<FieldSecurity2, z.ZodTypeDef, unknown>;
|
|
2188
|
+
/** @internal */
|
|
2189
|
+
export type FieldSecurity2$Outbound = {
|
|
2190
|
+
type?: string | undefined;
|
|
2191
|
+
};
|
|
2192
|
+
/** @internal */
|
|
2193
|
+
export declare const FieldSecurity2$outboundSchema: z.ZodType<FieldSecurity2$Outbound, z.ZodTypeDef, FieldSecurity2>;
|
|
2194
|
+
export declare function fieldSecurity2ToJSON(fieldSecurity2: FieldSecurity2): string;
|
|
2195
|
+
export declare function fieldSecurity2FromJSON(jsonString: string): SafeParseResult<FieldSecurity2, SDKValidationError>;
|
|
2196
|
+
/** @internal */
|
|
2197
|
+
export declare const EnvelopeAuditLogFindData12$inboundSchema: z.ZodType<EnvelopeAuditLogFindData12, z.ZodTypeDef, unknown>;
|
|
2198
|
+
/** @internal */
|
|
2199
|
+
export type EnvelopeAuditLogFindData12$Outbound = {
|
|
2200
|
+
recipientEmail: string;
|
|
2201
|
+
recipientName: string;
|
|
2202
|
+
recipientId: number;
|
|
2203
|
+
recipientRole: string;
|
|
2204
|
+
fieldId: string;
|
|
2205
|
+
field: EnvelopeAuditLogFindFieldInitials2$Outbound | EnvelopeAuditLogFindFieldEmail2$Outbound | EnvelopeAuditLogFindFieldDate2$Outbound | EnvelopeAuditLogFindFieldName2$Outbound | EnvelopeAuditLogFindFieldText2$Outbound | EnvelopeAuditLogFindField3$Outbound | EnvelopeAuditLogFindFieldRadio2$Outbound | EnvelopeAuditLogFindFieldCheckbox2$Outbound | EnvelopeAuditLogFindFieldDropdown2$Outbound | EnvelopeAuditLogFindFieldNumber2$Outbound;
|
|
2206
|
+
fieldSecurity?: FieldSecurity2$Outbound | undefined;
|
|
2207
|
+
};
|
|
2208
|
+
/** @internal */
|
|
2209
|
+
export declare const EnvelopeAuditLogFindData12$outboundSchema: z.ZodType<EnvelopeAuditLogFindData12$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData12>;
|
|
2210
|
+
export declare function envelopeAuditLogFindData12ToJSON(envelopeAuditLogFindData12: EnvelopeAuditLogFindData12): string;
|
|
2211
|
+
export declare function envelopeAuditLogFindData12FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData12, SDKValidationError>;
|
|
2212
|
+
/** @internal */
|
|
2213
|
+
export declare const DataDocumentFieldPrefilled$inboundSchema: z.ZodType<DataDocumentFieldPrefilled, z.ZodTypeDef, unknown>;
|
|
2214
|
+
/** @internal */
|
|
2215
|
+
export type DataDocumentFieldPrefilled$Outbound = {
|
|
2216
|
+
type: "DOCUMENT_FIELD_PREFILLED";
|
|
2217
|
+
data: EnvelopeAuditLogFindData12$Outbound;
|
|
2218
|
+
id: string;
|
|
2219
|
+
createdAt: string;
|
|
2220
|
+
envelopeId: string;
|
|
2221
|
+
name?: string | null | undefined;
|
|
2222
|
+
email?: string | null | undefined;
|
|
2223
|
+
userId?: number | null | undefined;
|
|
2224
|
+
userAgent?: string | null | undefined;
|
|
2225
|
+
ipAddress?: string | null | undefined;
|
|
2226
|
+
};
|
|
2227
|
+
/** @internal */
|
|
2228
|
+
export declare const DataDocumentFieldPrefilled$outboundSchema: z.ZodType<DataDocumentFieldPrefilled$Outbound, z.ZodTypeDef, DataDocumentFieldPrefilled>;
|
|
2229
|
+
export declare function dataDocumentFieldPrefilledToJSON(dataDocumentFieldPrefilled: DataDocumentFieldPrefilled): string;
|
|
2230
|
+
export declare function dataDocumentFieldPrefilledFromJSON(jsonString: string): SafeParseResult<DataDocumentFieldPrefilled, SDKValidationError>;
|
|
2231
|
+
/** @internal */
|
|
2232
|
+
export declare const FieldEnum$inboundSchema: z.ZodNativeEnum<typeof FieldEnum>;
|
|
2233
|
+
/** @internal */
|
|
2234
|
+
export declare const FieldEnum$outboundSchema: z.ZodNativeEnum<typeof FieldEnum>;
|
|
2235
|
+
/** @internal */
|
|
2236
|
+
export declare const EnvelopeAuditLogFindData11$inboundSchema: z.ZodType<EnvelopeAuditLogFindData11, z.ZodTypeDef, unknown>;
|
|
2237
|
+
/** @internal */
|
|
2238
|
+
export type EnvelopeAuditLogFindData11$Outbound = {
|
|
2239
|
+
field: string;
|
|
2240
|
+
fieldId: string;
|
|
2241
|
+
};
|
|
2242
|
+
/** @internal */
|
|
2243
|
+
export declare const EnvelopeAuditLogFindData11$outboundSchema: z.ZodType<EnvelopeAuditLogFindData11$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData11>;
|
|
2244
|
+
export declare function envelopeAuditLogFindData11ToJSON(envelopeAuditLogFindData11: EnvelopeAuditLogFindData11): string;
|
|
2245
|
+
export declare function envelopeAuditLogFindData11FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData11, SDKValidationError>;
|
|
2246
|
+
/** @internal */
|
|
2247
|
+
export declare const DataDocumentFieldUninserted$inboundSchema: z.ZodType<DataDocumentFieldUninserted, z.ZodTypeDef, unknown>;
|
|
2248
|
+
/** @internal */
|
|
2249
|
+
export type DataDocumentFieldUninserted$Outbound = {
|
|
2250
|
+
type: "DOCUMENT_FIELD_UNINSERTED";
|
|
2251
|
+
data: EnvelopeAuditLogFindData11$Outbound;
|
|
2252
|
+
id: string;
|
|
2253
|
+
createdAt: string;
|
|
2254
|
+
envelopeId: string;
|
|
2255
|
+
name?: string | null | undefined;
|
|
2256
|
+
email?: string | null | undefined;
|
|
2257
|
+
userId?: number | null | undefined;
|
|
2258
|
+
userAgent?: string | null | undefined;
|
|
2259
|
+
ipAddress?: string | null | undefined;
|
|
2260
|
+
};
|
|
2261
|
+
/** @internal */
|
|
2262
|
+
export declare const DataDocumentFieldUninserted$outboundSchema: z.ZodType<DataDocumentFieldUninserted$Outbound, z.ZodTypeDef, DataDocumentFieldUninserted>;
|
|
2263
|
+
export declare function dataDocumentFieldUninsertedToJSON(dataDocumentFieldUninserted: DataDocumentFieldUninserted): string;
|
|
2264
|
+
export declare function dataDocumentFieldUninsertedFromJSON(jsonString: string): SafeParseResult<DataDocumentFieldUninserted, SDKValidationError>;
|
|
2265
|
+
/** @internal */
|
|
2266
|
+
export declare const EnvelopeAuditLogFindTypeNumber1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeNumber1>;
|
|
2267
|
+
/** @internal */
|
|
2268
|
+
export declare const EnvelopeAuditLogFindTypeNumber1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeNumber1>;
|
|
2269
|
+
/** @internal */
|
|
2270
|
+
export declare const EnvelopeAuditLogFindFieldNumber1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldNumber1, z.ZodTypeDef, unknown>;
|
|
2271
|
+
/** @internal */
|
|
2272
|
+
export type EnvelopeAuditLogFindFieldNumber1$Outbound = {
|
|
2273
|
+
type: string;
|
|
2274
|
+
data: string;
|
|
2275
|
+
};
|
|
2276
|
+
/** @internal */
|
|
2277
|
+
export declare const EnvelopeAuditLogFindFieldNumber1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldNumber1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldNumber1>;
|
|
2278
|
+
export declare function envelopeAuditLogFindFieldNumber1ToJSON(envelopeAuditLogFindFieldNumber1: EnvelopeAuditLogFindFieldNumber1): string;
|
|
2279
|
+
export declare function envelopeAuditLogFindFieldNumber1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldNumber1, SDKValidationError>;
|
|
2280
|
+
/** @internal */
|
|
2281
|
+
export declare const EnvelopeAuditLogFindTypeDropdown1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeDropdown1>;
|
|
2282
|
+
/** @internal */
|
|
2283
|
+
export declare const EnvelopeAuditLogFindTypeDropdown1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeDropdown1>;
|
|
2284
|
+
/** @internal */
|
|
2285
|
+
export declare const EnvelopeAuditLogFindFieldDropdown1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldDropdown1, z.ZodTypeDef, unknown>;
|
|
2286
|
+
/** @internal */
|
|
2287
|
+
export type EnvelopeAuditLogFindFieldDropdown1$Outbound = {
|
|
2288
|
+
type: string;
|
|
2289
|
+
data: string;
|
|
2290
|
+
};
|
|
2291
|
+
/** @internal */
|
|
2292
|
+
export declare const EnvelopeAuditLogFindFieldDropdown1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldDropdown1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldDropdown1>;
|
|
2293
|
+
export declare function envelopeAuditLogFindFieldDropdown1ToJSON(envelopeAuditLogFindFieldDropdown1: EnvelopeAuditLogFindFieldDropdown1): string;
|
|
2294
|
+
export declare function envelopeAuditLogFindFieldDropdown1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldDropdown1, SDKValidationError>;
|
|
2295
|
+
/** @internal */
|
|
2296
|
+
export declare const EnvelopeAuditLogFindTypeCheckbox1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeCheckbox1>;
|
|
2297
|
+
/** @internal */
|
|
2298
|
+
export declare const EnvelopeAuditLogFindTypeCheckbox1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeCheckbox1>;
|
|
2299
|
+
/** @internal */
|
|
2300
|
+
export declare const EnvelopeAuditLogFindFieldCheckbox1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldCheckbox1, z.ZodTypeDef, unknown>;
|
|
2301
|
+
/** @internal */
|
|
2302
|
+
export type EnvelopeAuditLogFindFieldCheckbox1$Outbound = {
|
|
2303
|
+
type: string;
|
|
2304
|
+
data: string;
|
|
2305
|
+
};
|
|
2306
|
+
/** @internal */
|
|
2307
|
+
export declare const EnvelopeAuditLogFindFieldCheckbox1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldCheckbox1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldCheckbox1>;
|
|
2308
|
+
export declare function envelopeAuditLogFindFieldCheckbox1ToJSON(envelopeAuditLogFindFieldCheckbox1: EnvelopeAuditLogFindFieldCheckbox1): string;
|
|
2309
|
+
export declare function envelopeAuditLogFindFieldCheckbox1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldCheckbox1, SDKValidationError>;
|
|
2310
|
+
/** @internal */
|
|
2311
|
+
export declare const EnvelopeAuditLogFindTypeRadio1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeRadio1>;
|
|
2312
|
+
/** @internal */
|
|
2313
|
+
export declare const EnvelopeAuditLogFindTypeRadio1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeRadio1>;
|
|
2314
|
+
/** @internal */
|
|
2315
|
+
export declare const EnvelopeAuditLogFindFieldRadio1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldRadio1, z.ZodTypeDef, unknown>;
|
|
2316
|
+
/** @internal */
|
|
2317
|
+
export type EnvelopeAuditLogFindFieldRadio1$Outbound = {
|
|
2318
|
+
type: string;
|
|
2319
|
+
data: string;
|
|
2320
|
+
};
|
|
2321
|
+
/** @internal */
|
|
2322
|
+
export declare const EnvelopeAuditLogFindFieldRadio1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldRadio1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldRadio1>;
|
|
2323
|
+
export declare function envelopeAuditLogFindFieldRadio1ToJSON(envelopeAuditLogFindFieldRadio1: EnvelopeAuditLogFindFieldRadio1): string;
|
|
2324
|
+
export declare function envelopeAuditLogFindFieldRadio1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldRadio1, SDKValidationError>;
|
|
2325
|
+
/** @internal */
|
|
2326
|
+
export declare const EnvelopeAuditLogFindTypeFreeSignature1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeFreeSignature1>;
|
|
2327
|
+
/** @internal */
|
|
2328
|
+
export declare const EnvelopeAuditLogFindTypeFreeSignature1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeFreeSignature1>;
|
|
2329
|
+
/** @internal */
|
|
2330
|
+
export declare const EnvelopeAuditLogFindTypeSignature1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeSignature1>;
|
|
2331
|
+
/** @internal */
|
|
2332
|
+
export declare const EnvelopeAuditLogFindTypeSignature1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeSignature1>;
|
|
2333
|
+
/** @internal */
|
|
2334
|
+
export declare const FieldTypeUnion1$inboundSchema: z.ZodType<FieldTypeUnion1, z.ZodTypeDef, unknown>;
|
|
2335
|
+
/** @internal */
|
|
2336
|
+
export type FieldTypeUnion1$Outbound = string | string;
|
|
2337
|
+
/** @internal */
|
|
2338
|
+
export declare const FieldTypeUnion1$outboundSchema: z.ZodType<FieldTypeUnion1$Outbound, z.ZodTypeDef, FieldTypeUnion1>;
|
|
2339
|
+
export declare function fieldTypeUnion1ToJSON(fieldTypeUnion1: FieldTypeUnion1): string;
|
|
2340
|
+
export declare function fieldTypeUnion1FromJSON(jsonString: string): SafeParseResult<FieldTypeUnion1, SDKValidationError>;
|
|
2341
|
+
/** @internal */
|
|
2342
|
+
export declare const EnvelopeAuditLogFindField2$inboundSchema: z.ZodType<EnvelopeAuditLogFindField2, z.ZodTypeDef, unknown>;
|
|
2343
|
+
/** @internal */
|
|
2344
|
+
export type EnvelopeAuditLogFindField2$Outbound = {
|
|
2345
|
+
type: string | string;
|
|
2346
|
+
data: string;
|
|
2347
|
+
};
|
|
2348
|
+
/** @internal */
|
|
2349
|
+
export declare const EnvelopeAuditLogFindField2$outboundSchema: z.ZodType<EnvelopeAuditLogFindField2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindField2>;
|
|
2350
|
+
export declare function envelopeAuditLogFindField2ToJSON(envelopeAuditLogFindField2: EnvelopeAuditLogFindField2): string;
|
|
2351
|
+
export declare function envelopeAuditLogFindField2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindField2, SDKValidationError>;
|
|
2352
|
+
/** @internal */
|
|
2353
|
+
export declare const EnvelopeAuditLogFindTypeText1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeText1>;
|
|
2354
|
+
/** @internal */
|
|
2355
|
+
export declare const EnvelopeAuditLogFindTypeText1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeText1>;
|
|
2356
|
+
/** @internal */
|
|
2357
|
+
export declare const EnvelopeAuditLogFindFieldText1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldText1, z.ZodTypeDef, unknown>;
|
|
2358
|
+
/** @internal */
|
|
2359
|
+
export type EnvelopeAuditLogFindFieldText1$Outbound = {
|
|
2360
|
+
type: string;
|
|
2361
|
+
data: string;
|
|
2362
|
+
};
|
|
2363
|
+
/** @internal */
|
|
2364
|
+
export declare const EnvelopeAuditLogFindFieldText1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldText1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldText1>;
|
|
2365
|
+
export declare function envelopeAuditLogFindFieldText1ToJSON(envelopeAuditLogFindFieldText1: EnvelopeAuditLogFindFieldText1): string;
|
|
2366
|
+
export declare function envelopeAuditLogFindFieldText1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldText1, SDKValidationError>;
|
|
2367
|
+
/** @internal */
|
|
2368
|
+
export declare const EnvelopeAuditLogFindTypeNameEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeNameEnum1>;
|
|
2369
|
+
/** @internal */
|
|
2370
|
+
export declare const EnvelopeAuditLogFindTypeNameEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeNameEnum1>;
|
|
2371
|
+
/** @internal */
|
|
2372
|
+
export declare const EnvelopeAuditLogFindFieldName1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldName1, z.ZodTypeDef, unknown>;
|
|
2373
|
+
/** @internal */
|
|
2374
|
+
export type EnvelopeAuditLogFindFieldName1$Outbound = {
|
|
2375
|
+
type: string;
|
|
2376
|
+
data: string;
|
|
2377
|
+
};
|
|
2378
|
+
/** @internal */
|
|
2379
|
+
export declare const EnvelopeAuditLogFindFieldName1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldName1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldName1>;
|
|
2380
|
+
export declare function envelopeAuditLogFindFieldName1ToJSON(envelopeAuditLogFindFieldName1: EnvelopeAuditLogFindFieldName1): string;
|
|
2381
|
+
export declare function envelopeAuditLogFindFieldName1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldName1, SDKValidationError>;
|
|
2382
|
+
/** @internal */
|
|
2383
|
+
export declare const EnvelopeAuditLogFindTypeDate1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeDate1>;
|
|
2384
|
+
/** @internal */
|
|
2385
|
+
export declare const EnvelopeAuditLogFindTypeDate1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeDate1>;
|
|
2386
|
+
/** @internal */
|
|
2387
|
+
export declare const EnvelopeAuditLogFindFieldDate1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldDate1, z.ZodTypeDef, unknown>;
|
|
2388
|
+
/** @internal */
|
|
2389
|
+
export type EnvelopeAuditLogFindFieldDate1$Outbound = {
|
|
2390
|
+
type: string;
|
|
2391
|
+
data: string;
|
|
2392
|
+
};
|
|
2393
|
+
/** @internal */
|
|
2394
|
+
export declare const EnvelopeAuditLogFindFieldDate1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldDate1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldDate1>;
|
|
2395
|
+
export declare function envelopeAuditLogFindFieldDate1ToJSON(envelopeAuditLogFindFieldDate1: EnvelopeAuditLogFindFieldDate1): string;
|
|
2396
|
+
export declare function envelopeAuditLogFindFieldDate1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldDate1, SDKValidationError>;
|
|
2397
|
+
/** @internal */
|
|
2398
|
+
export declare const EnvelopeAuditLogFindTypeEmailEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeEmailEnum1>;
|
|
2399
|
+
/** @internal */
|
|
2400
|
+
export declare const EnvelopeAuditLogFindTypeEmailEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeEmailEnum1>;
|
|
2401
|
+
/** @internal */
|
|
2402
|
+
export declare const EnvelopeAuditLogFindFieldEmail1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldEmail1, z.ZodTypeDef, unknown>;
|
|
2403
|
+
/** @internal */
|
|
2404
|
+
export type EnvelopeAuditLogFindFieldEmail1$Outbound = {
|
|
2405
|
+
type: string;
|
|
2406
|
+
data: string;
|
|
2407
|
+
};
|
|
2408
|
+
/** @internal */
|
|
2409
|
+
export declare const EnvelopeAuditLogFindFieldEmail1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldEmail1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldEmail1>;
|
|
2410
|
+
export declare function envelopeAuditLogFindFieldEmail1ToJSON(envelopeAuditLogFindFieldEmail1: EnvelopeAuditLogFindFieldEmail1): string;
|
|
2411
|
+
export declare function envelopeAuditLogFindFieldEmail1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldEmail1, SDKValidationError>;
|
|
2412
|
+
/** @internal */
|
|
2413
|
+
export declare const EnvelopeAuditLogFindTypeInitials1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeInitials1>;
|
|
2414
|
+
/** @internal */
|
|
2415
|
+
export declare const EnvelopeAuditLogFindTypeInitials1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeInitials1>;
|
|
2416
|
+
/** @internal */
|
|
2417
|
+
export declare const EnvelopeAuditLogFindFieldInitials1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldInitials1, z.ZodTypeDef, unknown>;
|
|
2418
|
+
/** @internal */
|
|
2419
|
+
export type EnvelopeAuditLogFindFieldInitials1$Outbound = {
|
|
2420
|
+
type: string;
|
|
2421
|
+
data: string;
|
|
2422
|
+
};
|
|
2423
|
+
/** @internal */
|
|
2424
|
+
export declare const EnvelopeAuditLogFindFieldInitials1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldInitials1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldInitials1>;
|
|
2425
|
+
export declare function envelopeAuditLogFindFieldInitials1ToJSON(envelopeAuditLogFindFieldInitials1: EnvelopeAuditLogFindFieldInitials1): string;
|
|
2426
|
+
export declare function envelopeAuditLogFindFieldInitials1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldInitials1, SDKValidationError>;
|
|
2427
|
+
/** @internal */
|
|
2428
|
+
export declare const EnvelopeAuditLogFindFieldUnion1$inboundSchema: z.ZodType<EnvelopeAuditLogFindFieldUnion1, z.ZodTypeDef, unknown>;
|
|
2429
|
+
/** @internal */
|
|
2430
|
+
export type EnvelopeAuditLogFindFieldUnion1$Outbound = EnvelopeAuditLogFindFieldInitials1$Outbound | EnvelopeAuditLogFindFieldEmail1$Outbound | EnvelopeAuditLogFindFieldDate1$Outbound | EnvelopeAuditLogFindFieldName1$Outbound | EnvelopeAuditLogFindFieldText1$Outbound | EnvelopeAuditLogFindField2$Outbound | EnvelopeAuditLogFindFieldRadio1$Outbound | EnvelopeAuditLogFindFieldCheckbox1$Outbound | EnvelopeAuditLogFindFieldDropdown1$Outbound | EnvelopeAuditLogFindFieldNumber1$Outbound;
|
|
2431
|
+
/** @internal */
|
|
2432
|
+
export declare const EnvelopeAuditLogFindFieldUnion1$outboundSchema: z.ZodType<EnvelopeAuditLogFindFieldUnion1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindFieldUnion1>;
|
|
2433
|
+
export declare function envelopeAuditLogFindFieldUnion1ToJSON(envelopeAuditLogFindFieldUnion1: EnvelopeAuditLogFindFieldUnion1): string;
|
|
2434
|
+
export declare function envelopeAuditLogFindFieldUnion1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindFieldUnion1, SDKValidationError>;
|
|
2435
|
+
/** @internal */
|
|
2436
|
+
export declare const FieldSecurityType1$inboundSchema: z.ZodNativeEnum<typeof FieldSecurityType1>;
|
|
2437
|
+
/** @internal */
|
|
2438
|
+
export declare const FieldSecurityType1$outboundSchema: z.ZodNativeEnum<typeof FieldSecurityType1>;
|
|
2439
|
+
/** @internal */
|
|
2440
|
+
export declare const FieldSecurity1$inboundSchema: z.ZodType<FieldSecurity1, z.ZodTypeDef, unknown>;
|
|
2441
|
+
/** @internal */
|
|
2442
|
+
export type FieldSecurity1$Outbound = {
|
|
2443
|
+
type?: string | undefined;
|
|
2444
|
+
};
|
|
2445
|
+
/** @internal */
|
|
2446
|
+
export declare const FieldSecurity1$outboundSchema: z.ZodType<FieldSecurity1$Outbound, z.ZodTypeDef, FieldSecurity1>;
|
|
2447
|
+
export declare function fieldSecurity1ToJSON(fieldSecurity1: FieldSecurity1): string;
|
|
2448
|
+
export declare function fieldSecurity1FromJSON(jsonString: string): SafeParseResult<FieldSecurity1, SDKValidationError>;
|
|
2449
|
+
/** @internal */
|
|
2450
|
+
export declare const EnvelopeAuditLogFindData10$inboundSchema: z.ZodType<EnvelopeAuditLogFindData10, z.ZodTypeDef, unknown>;
|
|
2451
|
+
/** @internal */
|
|
2452
|
+
export type EnvelopeAuditLogFindData10$Outbound = {
|
|
2453
|
+
recipientEmail: string;
|
|
2454
|
+
recipientName: string;
|
|
2455
|
+
recipientId: number;
|
|
2456
|
+
recipientRole: string;
|
|
2457
|
+
fieldId: string;
|
|
2458
|
+
field: EnvelopeAuditLogFindFieldInitials1$Outbound | EnvelopeAuditLogFindFieldEmail1$Outbound | EnvelopeAuditLogFindFieldDate1$Outbound | EnvelopeAuditLogFindFieldName1$Outbound | EnvelopeAuditLogFindFieldText1$Outbound | EnvelopeAuditLogFindField2$Outbound | EnvelopeAuditLogFindFieldRadio1$Outbound | EnvelopeAuditLogFindFieldCheckbox1$Outbound | EnvelopeAuditLogFindFieldDropdown1$Outbound | EnvelopeAuditLogFindFieldNumber1$Outbound;
|
|
2459
|
+
fieldSecurity?: FieldSecurity1$Outbound | undefined;
|
|
2460
|
+
};
|
|
2461
|
+
/** @internal */
|
|
2462
|
+
export declare const EnvelopeAuditLogFindData10$outboundSchema: z.ZodType<EnvelopeAuditLogFindData10$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData10>;
|
|
2463
|
+
export declare function envelopeAuditLogFindData10ToJSON(envelopeAuditLogFindData10: EnvelopeAuditLogFindData10): string;
|
|
2464
|
+
export declare function envelopeAuditLogFindData10FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData10, SDKValidationError>;
|
|
2465
|
+
/** @internal */
|
|
2466
|
+
export declare const DataDocumentFieldInserted$inboundSchema: z.ZodType<DataDocumentFieldInserted, z.ZodTypeDef, unknown>;
|
|
2467
|
+
/** @internal */
|
|
2468
|
+
export type DataDocumentFieldInserted$Outbound = {
|
|
2469
|
+
type: "DOCUMENT_FIELD_INSERTED";
|
|
2470
|
+
data: EnvelopeAuditLogFindData10$Outbound;
|
|
2471
|
+
id: string;
|
|
2472
|
+
createdAt: string;
|
|
2473
|
+
envelopeId: string;
|
|
2474
|
+
name?: string | null | undefined;
|
|
2475
|
+
email?: string | null | undefined;
|
|
2476
|
+
userId?: number | null | undefined;
|
|
2477
|
+
userAgent?: string | null | undefined;
|
|
2478
|
+
ipAddress?: string | null | undefined;
|
|
2479
|
+
};
|
|
2480
|
+
/** @internal */
|
|
2481
|
+
export declare const DataDocumentFieldInserted$outboundSchema: z.ZodType<DataDocumentFieldInserted$Outbound, z.ZodTypeDef, DataDocumentFieldInserted>;
|
|
2482
|
+
export declare function dataDocumentFieldInsertedToJSON(dataDocumentFieldInserted: DataDocumentFieldInserted): string;
|
|
2483
|
+
export declare function dataDocumentFieldInsertedFromJSON(jsonString: string): SafeParseResult<DataDocumentFieldInserted, SDKValidationError>;
|
|
2484
|
+
/** @internal */
|
|
2485
|
+
export declare const FieldType$inboundSchema: z.ZodNativeEnum<typeof FieldType>;
|
|
2486
|
+
/** @internal */
|
|
2487
|
+
export declare const FieldType$outboundSchema: z.ZodNativeEnum<typeof FieldType>;
|
|
2488
|
+
/** @internal */
|
|
2489
|
+
export declare const EnvelopeAuditLogFindField1$inboundSchema: z.ZodType<EnvelopeAuditLogFindField1, z.ZodTypeDef, unknown>;
|
|
2490
|
+
/** @internal */
|
|
2491
|
+
export type EnvelopeAuditLogFindField1$Outbound = {
|
|
2492
|
+
fieldId: number;
|
|
2493
|
+
fieldType: string;
|
|
2494
|
+
recipientId: number;
|
|
2495
|
+
};
|
|
2496
|
+
/** @internal */
|
|
2497
|
+
export declare const EnvelopeAuditLogFindField1$outboundSchema: z.ZodType<EnvelopeAuditLogFindField1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindField1>;
|
|
2498
|
+
export declare function envelopeAuditLogFindField1ToJSON(envelopeAuditLogFindField1: EnvelopeAuditLogFindField1): string;
|
|
2499
|
+
export declare function envelopeAuditLogFindField1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindField1, SDKValidationError>;
|
|
2500
|
+
/** @internal */
|
|
2501
|
+
export declare const EnvelopeAuditLogFindData9$inboundSchema: z.ZodType<EnvelopeAuditLogFindData9, z.ZodTypeDef, unknown>;
|
|
2502
|
+
/** @internal */
|
|
2503
|
+
export type EnvelopeAuditLogFindData9$Outbound = {
|
|
2504
|
+
fields: Array<EnvelopeAuditLogFindField1$Outbound>;
|
|
2505
|
+
};
|
|
2506
|
+
/** @internal */
|
|
2507
|
+
export declare const EnvelopeAuditLogFindData9$outboundSchema: z.ZodType<EnvelopeAuditLogFindData9$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData9>;
|
|
2508
|
+
export declare function envelopeAuditLogFindData9ToJSON(envelopeAuditLogFindData9: EnvelopeAuditLogFindData9): string;
|
|
2509
|
+
export declare function envelopeAuditLogFindData9FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData9, SDKValidationError>;
|
|
2510
|
+
/** @internal */
|
|
2511
|
+
export declare const DataDocumentFieldsAutoInserted$inboundSchema: z.ZodType<DataDocumentFieldsAutoInserted, z.ZodTypeDef, unknown>;
|
|
2512
|
+
/** @internal */
|
|
2513
|
+
export type DataDocumentFieldsAutoInserted$Outbound = {
|
|
2514
|
+
type: "DOCUMENT_FIELDS_AUTO_INSERTED";
|
|
2515
|
+
data: EnvelopeAuditLogFindData9$Outbound;
|
|
2516
|
+
id: string;
|
|
2517
|
+
createdAt: string;
|
|
2518
|
+
envelopeId: string;
|
|
2519
|
+
name?: string | null | undefined;
|
|
2520
|
+
email?: string | null | undefined;
|
|
2521
|
+
userId?: number | null | undefined;
|
|
2522
|
+
userAgent?: string | null | undefined;
|
|
2523
|
+
ipAddress?: string | null | undefined;
|
|
2524
|
+
};
|
|
2525
|
+
/** @internal */
|
|
2526
|
+
export declare const DataDocumentFieldsAutoInserted$outboundSchema: z.ZodType<DataDocumentFieldsAutoInserted$Outbound, z.ZodTypeDef, DataDocumentFieldsAutoInserted>;
|
|
2527
|
+
export declare function dataDocumentFieldsAutoInsertedToJSON(dataDocumentFieldsAutoInserted: DataDocumentFieldsAutoInserted): string;
|
|
2528
|
+
export declare function dataDocumentFieldsAutoInsertedFromJSON(jsonString: string): SafeParseResult<DataDocumentFieldsAutoInserted, SDKValidationError>;
|
|
2529
|
+
/** @internal */
|
|
2530
|
+
export declare const EnvelopeAuditLogFindData8$inboundSchema: z.ZodType<EnvelopeAuditLogFindData8, z.ZodTypeDef, unknown>;
|
|
2531
|
+
/** @internal */
|
|
2532
|
+
export type EnvelopeAuditLogFindData8$Outbound = {
|
|
2533
|
+
delegatedOwnerName: string | null;
|
|
2534
|
+
delegatedOwnerEmail: string;
|
|
2535
|
+
teamName: string;
|
|
2536
|
+
};
|
|
2537
|
+
/** @internal */
|
|
2538
|
+
export declare const EnvelopeAuditLogFindData8$outboundSchema: z.ZodType<EnvelopeAuditLogFindData8$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData8>;
|
|
2539
|
+
export declare function envelopeAuditLogFindData8ToJSON(envelopeAuditLogFindData8: EnvelopeAuditLogFindData8): string;
|
|
2540
|
+
export declare function envelopeAuditLogFindData8FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData8, SDKValidationError>;
|
|
2541
|
+
/** @internal */
|
|
2542
|
+
export declare const DataDocumentDelegatedOwnerCreated$inboundSchema: z.ZodType<DataDocumentDelegatedOwnerCreated, z.ZodTypeDef, unknown>;
|
|
2543
|
+
/** @internal */
|
|
2544
|
+
export type DataDocumentDelegatedOwnerCreated$Outbound = {
|
|
2545
|
+
type: "DOCUMENT_DELEGATED_OWNER_CREATED";
|
|
2546
|
+
data: EnvelopeAuditLogFindData8$Outbound;
|
|
2547
|
+
id: string;
|
|
2548
|
+
createdAt: string;
|
|
2549
|
+
envelopeId: string;
|
|
2550
|
+
name?: string | null | undefined;
|
|
2551
|
+
email?: string | null | undefined;
|
|
2552
|
+
userId?: number | null | undefined;
|
|
2553
|
+
userAgent?: string | null | undefined;
|
|
2554
|
+
ipAddress?: string | null | undefined;
|
|
2555
|
+
};
|
|
2556
|
+
/** @internal */
|
|
2557
|
+
export declare const DataDocumentDelegatedOwnerCreated$outboundSchema: z.ZodType<DataDocumentDelegatedOwnerCreated$Outbound, z.ZodTypeDef, DataDocumentDelegatedOwnerCreated>;
|
|
2558
|
+
export declare function dataDocumentDelegatedOwnerCreatedToJSON(dataDocumentDelegatedOwnerCreated: DataDocumentDelegatedOwnerCreated): string;
|
|
2559
|
+
export declare function dataDocumentDelegatedOwnerCreatedFromJSON(jsonString: string): SafeParseResult<DataDocumentDelegatedOwnerCreated, SDKValidationError>;
|
|
2560
|
+
/** @internal */
|
|
2561
|
+
export declare const EnvelopeAuditLogFindData7$inboundSchema: z.ZodType<EnvelopeAuditLogFindData7, z.ZodTypeDef, unknown>;
|
|
2562
|
+
/** @internal */
|
|
2563
|
+
export type EnvelopeAuditLogFindData7$Outbound = {
|
|
2564
|
+
movedByUserId: number;
|
|
2565
|
+
fromPersonalAccount: boolean;
|
|
2566
|
+
toTeamId: number;
|
|
2567
|
+
};
|
|
2568
|
+
/** @internal */
|
|
2569
|
+
export declare const EnvelopeAuditLogFindData7$outboundSchema: z.ZodType<EnvelopeAuditLogFindData7$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData7>;
|
|
2570
|
+
export declare function envelopeAuditLogFindData7ToJSON(envelopeAuditLogFindData7: EnvelopeAuditLogFindData7): string;
|
|
2571
|
+
export declare function envelopeAuditLogFindData7FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData7, SDKValidationError>;
|
|
2572
|
+
/** @internal */
|
|
2573
|
+
export declare const DataDocumentMovedToTeam$inboundSchema: z.ZodType<DataDocumentMovedToTeam, z.ZodTypeDef, unknown>;
|
|
2574
|
+
/** @internal */
|
|
2575
|
+
export type DataDocumentMovedToTeam$Outbound = {
|
|
2576
|
+
type: "DOCUMENT_MOVED_TO_TEAM";
|
|
2577
|
+
data: EnvelopeAuditLogFindData7$Outbound;
|
|
2578
|
+
id: string;
|
|
2579
|
+
createdAt: string;
|
|
2580
|
+
envelopeId: string;
|
|
2581
|
+
name?: string | null | undefined;
|
|
2582
|
+
email?: string | null | undefined;
|
|
2583
|
+
userId?: number | null | undefined;
|
|
2584
|
+
userAgent?: string | null | undefined;
|
|
2585
|
+
ipAddress?: string | null | undefined;
|
|
2586
|
+
};
|
|
2587
|
+
/** @internal */
|
|
2588
|
+
export declare const DataDocumentMovedToTeam$outboundSchema: z.ZodType<DataDocumentMovedToTeam$Outbound, z.ZodTypeDef, DataDocumentMovedToTeam>;
|
|
2589
|
+
export declare function dataDocumentMovedToTeamToJSON(dataDocumentMovedToTeam: DataDocumentMovedToTeam): string;
|
|
2590
|
+
export declare function dataDocumentMovedToTeamFromJSON(jsonString: string): SafeParseResult<DataDocumentMovedToTeam, SDKValidationError>;
|
|
2591
|
+
/** @internal */
|
|
2592
|
+
export declare const EnvelopeAuditLogFindTypeEnum$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeEnum>;
|
|
2593
|
+
/** @internal */
|
|
2594
|
+
export declare const EnvelopeAuditLogFindTypeEnum$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeEnum>;
|
|
2595
|
+
/** @internal */
|
|
2596
|
+
export declare const EnvelopeAuditLogFindData6$inboundSchema: z.ZodType<EnvelopeAuditLogFindData6, z.ZodTypeDef, unknown>;
|
|
2597
|
+
/** @internal */
|
|
2598
|
+
export type EnvelopeAuditLogFindData6$Outbound = {
|
|
2599
|
+
type: string;
|
|
2600
|
+
};
|
|
2601
|
+
/** @internal */
|
|
2602
|
+
export declare const EnvelopeAuditLogFindData6$outboundSchema: z.ZodType<EnvelopeAuditLogFindData6$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData6>;
|
|
2603
|
+
export declare function envelopeAuditLogFindData6ToJSON(envelopeAuditLogFindData6: EnvelopeAuditLogFindData6): string;
|
|
2604
|
+
export declare function envelopeAuditLogFindData6FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData6, SDKValidationError>;
|
|
2605
|
+
/** @internal */
|
|
2606
|
+
export declare const DataDocumentDeleted$inboundSchema: z.ZodType<DataDocumentDeleted, z.ZodTypeDef, unknown>;
|
|
2607
|
+
/** @internal */
|
|
2608
|
+
export type DataDocumentDeleted$Outbound = {
|
|
2609
|
+
type: "DOCUMENT_DELETED";
|
|
2610
|
+
data: EnvelopeAuditLogFindData6$Outbound;
|
|
2611
|
+
id: string;
|
|
2612
|
+
createdAt: string;
|
|
2613
|
+
envelopeId: string;
|
|
2614
|
+
name?: string | null | undefined;
|
|
2615
|
+
email?: string | null | undefined;
|
|
2616
|
+
userId?: number | null | undefined;
|
|
2617
|
+
userAgent?: string | null | undefined;
|
|
2618
|
+
ipAddress?: string | null | undefined;
|
|
2619
|
+
};
|
|
2620
|
+
/** @internal */
|
|
2621
|
+
export declare const DataDocumentDeleted$outboundSchema: z.ZodType<DataDocumentDeleted$Outbound, z.ZodTypeDef, DataDocumentDeleted>;
|
|
2622
|
+
export declare function dataDocumentDeletedToJSON(dataDocumentDeleted: DataDocumentDeleted): string;
|
|
2623
|
+
export declare function dataDocumentDeletedFromJSON(jsonString: string): SafeParseResult<DataDocumentDeleted, SDKValidationError>;
|
|
2624
|
+
/** @internal */
|
|
2625
|
+
export declare const SourceTemplateDirectLink$inboundSchema: z.ZodType<SourceTemplateDirectLink, z.ZodTypeDef, unknown>;
|
|
2626
|
+
/** @internal */
|
|
2627
|
+
export type SourceTemplateDirectLink$Outbound = {
|
|
2628
|
+
type: "TEMPLATE_DIRECT_LINK";
|
|
2629
|
+
templateId: number;
|
|
2630
|
+
directRecipientEmail: string;
|
|
2631
|
+
};
|
|
2632
|
+
/** @internal */
|
|
2633
|
+
export declare const SourceTemplateDirectLink$outboundSchema: z.ZodType<SourceTemplateDirectLink$Outbound, z.ZodTypeDef, SourceTemplateDirectLink>;
|
|
2634
|
+
export declare function sourceTemplateDirectLinkToJSON(sourceTemplateDirectLink: SourceTemplateDirectLink): string;
|
|
2635
|
+
export declare function sourceTemplateDirectLinkFromJSON(jsonString: string): SafeParseResult<SourceTemplateDirectLink, SDKValidationError>;
|
|
2636
|
+
/** @internal */
|
|
2637
|
+
export declare const SourceTemplate$inboundSchema: z.ZodType<SourceTemplate, z.ZodTypeDef, unknown>;
|
|
2638
|
+
/** @internal */
|
|
2639
|
+
export type SourceTemplate$Outbound = {
|
|
2640
|
+
type: "TEMPLATE";
|
|
2641
|
+
templateId: number;
|
|
2642
|
+
};
|
|
2643
|
+
/** @internal */
|
|
2644
|
+
export declare const SourceTemplate$outboundSchema: z.ZodType<SourceTemplate$Outbound, z.ZodTypeDef, SourceTemplate>;
|
|
2645
|
+
export declare function sourceTemplateToJSON(sourceTemplate: SourceTemplate): string;
|
|
2646
|
+
export declare function sourceTemplateFromJSON(jsonString: string): SafeParseResult<SourceTemplate, SDKValidationError>;
|
|
2647
|
+
/** @internal */
|
|
2648
|
+
export declare const EnvelopeAuditLogFindSourceDocument$inboundSchema: z.ZodType<EnvelopeAuditLogFindSourceDocument, z.ZodTypeDef, unknown>;
|
|
2649
|
+
/** @internal */
|
|
2650
|
+
export type EnvelopeAuditLogFindSourceDocument$Outbound = {
|
|
2651
|
+
type: "DOCUMENT";
|
|
2652
|
+
};
|
|
2653
|
+
/** @internal */
|
|
2654
|
+
export declare const EnvelopeAuditLogFindSourceDocument$outboundSchema: z.ZodType<EnvelopeAuditLogFindSourceDocument$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindSourceDocument>;
|
|
2655
|
+
export declare function envelopeAuditLogFindSourceDocumentToJSON(envelopeAuditLogFindSourceDocument: EnvelopeAuditLogFindSourceDocument): string;
|
|
2656
|
+
export declare function envelopeAuditLogFindSourceDocumentFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindSourceDocument, SDKValidationError>;
|
|
2657
|
+
/** @internal */
|
|
2658
|
+
export declare const Source$inboundSchema: z.ZodType<Source, z.ZodTypeDef, unknown>;
|
|
2659
|
+
/** @internal */
|
|
2660
|
+
export type Source$Outbound = EnvelopeAuditLogFindSourceDocument$Outbound | SourceTemplate$Outbound | SourceTemplateDirectLink$Outbound;
|
|
2661
|
+
/** @internal */
|
|
2662
|
+
export declare const Source$outboundSchema: z.ZodType<Source$Outbound, z.ZodTypeDef, Source>;
|
|
2663
|
+
export declare function sourceToJSON(source: Source): string;
|
|
2664
|
+
export declare function sourceFromJSON(jsonString: string): SafeParseResult<Source, SDKValidationError>;
|
|
2665
|
+
/** @internal */
|
|
2666
|
+
export declare const EnvelopeAuditLogFindData5$inboundSchema: z.ZodType<EnvelopeAuditLogFindData5, z.ZodTypeDef, unknown>;
|
|
2667
|
+
/** @internal */
|
|
2668
|
+
export type EnvelopeAuditLogFindData5$Outbound = {
|
|
2669
|
+
title: string;
|
|
2670
|
+
source?: EnvelopeAuditLogFindSourceDocument$Outbound | SourceTemplate$Outbound | SourceTemplateDirectLink$Outbound | undefined;
|
|
2671
|
+
};
|
|
2672
|
+
/** @internal */
|
|
2673
|
+
export declare const EnvelopeAuditLogFindData5$outboundSchema: z.ZodType<EnvelopeAuditLogFindData5$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData5>;
|
|
2674
|
+
export declare function envelopeAuditLogFindData5ToJSON(envelopeAuditLogFindData5: EnvelopeAuditLogFindData5): string;
|
|
2675
|
+
export declare function envelopeAuditLogFindData5FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData5, SDKValidationError>;
|
|
2676
|
+
/** @internal */
|
|
2677
|
+
export declare const DataDocumentCreated$inboundSchema: z.ZodType<DataDocumentCreated, z.ZodTypeDef, unknown>;
|
|
2678
|
+
/** @internal */
|
|
2679
|
+
export type DataDocumentCreated$Outbound = {
|
|
2680
|
+
type: "DOCUMENT_CREATED";
|
|
2681
|
+
data: EnvelopeAuditLogFindData5$Outbound;
|
|
2682
|
+
id: string;
|
|
2683
|
+
createdAt: string;
|
|
2684
|
+
envelopeId: string;
|
|
2685
|
+
name?: string | null | undefined;
|
|
2686
|
+
email?: string | null | undefined;
|
|
2687
|
+
userId?: number | null | undefined;
|
|
2688
|
+
userAgent?: string | null | undefined;
|
|
2689
|
+
ipAddress?: string | null | undefined;
|
|
2690
|
+
};
|
|
2691
|
+
/** @internal */
|
|
2692
|
+
export declare const DataDocumentCreated$outboundSchema: z.ZodType<DataDocumentCreated$Outbound, z.ZodTypeDef, DataDocumentCreated>;
|
|
2693
|
+
export declare function dataDocumentCreatedToJSON(dataDocumentCreated: DataDocumentCreated): string;
|
|
2694
|
+
export declare function dataDocumentCreatedFromJSON(jsonString: string): SafeParseResult<DataDocumentCreated, SDKValidationError>;
|
|
2695
|
+
/** @internal */
|
|
2696
|
+
export declare const EnvelopeAuditLogFindData4$inboundSchema: z.ZodType<EnvelopeAuditLogFindData4, z.ZodTypeDef, unknown>;
|
|
2697
|
+
/** @internal */
|
|
2698
|
+
export type EnvelopeAuditLogFindData4$Outbound = {
|
|
2699
|
+
transactionId: string;
|
|
2700
|
+
};
|
|
2701
|
+
/** @internal */
|
|
2702
|
+
export declare const EnvelopeAuditLogFindData4$outboundSchema: z.ZodType<EnvelopeAuditLogFindData4$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData4>;
|
|
2703
|
+
export declare function envelopeAuditLogFindData4ToJSON(envelopeAuditLogFindData4: EnvelopeAuditLogFindData4): string;
|
|
2704
|
+
export declare function envelopeAuditLogFindData4FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData4, SDKValidationError>;
|
|
2705
|
+
/** @internal */
|
|
2706
|
+
export declare const DataDocumentCompleted$inboundSchema: z.ZodType<DataDocumentCompleted, z.ZodTypeDef, unknown>;
|
|
2707
|
+
/** @internal */
|
|
2708
|
+
export type DataDocumentCompleted$Outbound = {
|
|
2709
|
+
type: "DOCUMENT_COMPLETED";
|
|
2710
|
+
data: EnvelopeAuditLogFindData4$Outbound;
|
|
2711
|
+
id: string;
|
|
2712
|
+
createdAt: string;
|
|
2713
|
+
envelopeId: string;
|
|
2714
|
+
name?: string | null | undefined;
|
|
2715
|
+
email?: string | null | undefined;
|
|
2716
|
+
userId?: number | null | undefined;
|
|
2717
|
+
userAgent?: string | null | undefined;
|
|
2718
|
+
ipAddress?: string | null | undefined;
|
|
2719
|
+
};
|
|
2720
|
+
/** @internal */
|
|
2721
|
+
export declare const DataDocumentCompleted$outboundSchema: z.ZodType<DataDocumentCompleted$Outbound, z.ZodTypeDef, DataDocumentCompleted>;
|
|
2722
|
+
export declare function dataDocumentCompletedToJSON(dataDocumentCompleted: DataDocumentCompleted): string;
|
|
2723
|
+
export declare function dataDocumentCompletedFromJSON(jsonString: string): SafeParseResult<DataDocumentCompleted, SDKValidationError>;
|
|
2724
|
+
/** @internal */
|
|
2725
|
+
export declare const EmailType$inboundSchema: z.ZodNativeEnum<typeof EmailType>;
|
|
2726
|
+
/** @internal */
|
|
2727
|
+
export declare const EmailType$outboundSchema: z.ZodNativeEnum<typeof EmailType>;
|
|
2728
|
+
/** @internal */
|
|
2729
|
+
export declare const EnvelopeAuditLogFindData3$inboundSchema: z.ZodType<EnvelopeAuditLogFindData3, z.ZodTypeDef, unknown>;
|
|
2730
|
+
/** @internal */
|
|
2731
|
+
export type EnvelopeAuditLogFindData3$Outbound = {
|
|
2732
|
+
recipientEmail: string;
|
|
2733
|
+
recipientName: string;
|
|
2734
|
+
recipientId: number;
|
|
2735
|
+
recipientRole: string;
|
|
2736
|
+
emailType: string;
|
|
2737
|
+
isResending: boolean;
|
|
2738
|
+
};
|
|
2739
|
+
/** @internal */
|
|
2740
|
+
export declare const EnvelopeAuditLogFindData3$outboundSchema: z.ZodType<EnvelopeAuditLogFindData3$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData3>;
|
|
2741
|
+
export declare function envelopeAuditLogFindData3ToJSON(envelopeAuditLogFindData3: EnvelopeAuditLogFindData3): string;
|
|
2742
|
+
export declare function envelopeAuditLogFindData3FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData3, SDKValidationError>;
|
|
2743
|
+
/** @internal */
|
|
2744
|
+
export declare const DataEmailSent$inboundSchema: z.ZodType<DataEmailSent, z.ZodTypeDef, unknown>;
|
|
2745
|
+
/** @internal */
|
|
2746
|
+
export type DataEmailSent$Outbound = {
|
|
2747
|
+
type: "EMAIL_SENT";
|
|
2748
|
+
data: EnvelopeAuditLogFindData3$Outbound;
|
|
2749
|
+
id: string;
|
|
2750
|
+
createdAt: string;
|
|
2751
|
+
envelopeId: string;
|
|
2752
|
+
name?: string | null | undefined;
|
|
2753
|
+
email?: string | null | undefined;
|
|
2754
|
+
userId?: number | null | undefined;
|
|
2755
|
+
userAgent?: string | null | undefined;
|
|
2756
|
+
ipAddress?: string | null | undefined;
|
|
2757
|
+
};
|
|
2758
|
+
/** @internal */
|
|
2759
|
+
export declare const DataEmailSent$outboundSchema: z.ZodType<DataEmailSent$Outbound, z.ZodTypeDef, DataEmailSent>;
|
|
2760
|
+
export declare function dataEmailSentToJSON(dataEmailSent: DataEmailSent): string;
|
|
2761
|
+
export declare function dataEmailSentFromJSON(jsonString: string): SafeParseResult<DataEmailSent, SDKValidationError>;
|
|
2762
|
+
/** @internal */
|
|
2763
|
+
export declare const EnvelopeAuditLogFindData2$inboundSchema: z.ZodType<EnvelopeAuditLogFindData2, z.ZodTypeDef, unknown>;
|
|
2764
|
+
/** @internal */
|
|
2765
|
+
export type EnvelopeAuditLogFindData2$Outbound = {
|
|
2766
|
+
envelopeItemId: string;
|
|
2767
|
+
envelopeItemTitle: string;
|
|
2768
|
+
};
|
|
2769
|
+
/** @internal */
|
|
2770
|
+
export declare const EnvelopeAuditLogFindData2$outboundSchema: z.ZodType<EnvelopeAuditLogFindData2$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData2>;
|
|
2771
|
+
export declare function envelopeAuditLogFindData2ToJSON(envelopeAuditLogFindData2: EnvelopeAuditLogFindData2): string;
|
|
2772
|
+
export declare function envelopeAuditLogFindData2FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData2, SDKValidationError>;
|
|
2773
|
+
/** @internal */
|
|
2774
|
+
export declare const DataEnvelopeItemDeleted$inboundSchema: z.ZodType<DataEnvelopeItemDeleted, z.ZodTypeDef, unknown>;
|
|
2775
|
+
/** @internal */
|
|
2776
|
+
export type DataEnvelopeItemDeleted$Outbound = {
|
|
2777
|
+
type: "ENVELOPE_ITEM_DELETED";
|
|
2778
|
+
data: EnvelopeAuditLogFindData2$Outbound;
|
|
2779
|
+
id: string;
|
|
2780
|
+
createdAt: string;
|
|
2781
|
+
envelopeId: string;
|
|
2782
|
+
name?: string | null | undefined;
|
|
2783
|
+
email?: string | null | undefined;
|
|
2784
|
+
userId?: number | null | undefined;
|
|
2785
|
+
userAgent?: string | null | undefined;
|
|
2786
|
+
ipAddress?: string | null | undefined;
|
|
2787
|
+
};
|
|
2788
|
+
/** @internal */
|
|
2789
|
+
export declare const DataEnvelopeItemDeleted$outboundSchema: z.ZodType<DataEnvelopeItemDeleted$Outbound, z.ZodTypeDef, DataEnvelopeItemDeleted>;
|
|
2790
|
+
export declare function dataEnvelopeItemDeletedToJSON(dataEnvelopeItemDeleted: DataEnvelopeItemDeleted): string;
|
|
2791
|
+
export declare function dataEnvelopeItemDeletedFromJSON(jsonString: string): SafeParseResult<DataEnvelopeItemDeleted, SDKValidationError>;
|
|
2792
|
+
/** @internal */
|
|
2793
|
+
export declare const EnvelopeAuditLogFindData1$inboundSchema: z.ZodType<EnvelopeAuditLogFindData1, z.ZodTypeDef, unknown>;
|
|
2794
|
+
/** @internal */
|
|
2795
|
+
export type EnvelopeAuditLogFindData1$Outbound = {
|
|
2796
|
+
envelopeItemId: string;
|
|
2797
|
+
envelopeItemTitle: string;
|
|
2798
|
+
};
|
|
2799
|
+
/** @internal */
|
|
2800
|
+
export declare const EnvelopeAuditLogFindData1$outboundSchema: z.ZodType<EnvelopeAuditLogFindData1$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData1>;
|
|
2801
|
+
export declare function envelopeAuditLogFindData1ToJSON(envelopeAuditLogFindData1: EnvelopeAuditLogFindData1): string;
|
|
2802
|
+
export declare function envelopeAuditLogFindData1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData1, SDKValidationError>;
|
|
2803
|
+
/** @internal */
|
|
2804
|
+
export declare const DataEnvelopeItemCreated$inboundSchema: z.ZodType<DataEnvelopeItemCreated, z.ZodTypeDef, unknown>;
|
|
2805
|
+
/** @internal */
|
|
2806
|
+
export type DataEnvelopeItemCreated$Outbound = {
|
|
2807
|
+
type: "ENVELOPE_ITEM_CREATED";
|
|
2808
|
+
data: EnvelopeAuditLogFindData1$Outbound;
|
|
2809
|
+
id: string;
|
|
2810
|
+
createdAt: string;
|
|
2811
|
+
envelopeId: string;
|
|
2812
|
+
name?: string | null | undefined;
|
|
2813
|
+
email?: string | null | undefined;
|
|
2814
|
+
userId?: number | null | undefined;
|
|
2815
|
+
userAgent?: string | null | undefined;
|
|
2816
|
+
ipAddress?: string | null | undefined;
|
|
2817
|
+
};
|
|
2818
|
+
/** @internal */
|
|
2819
|
+
export declare const DataEnvelopeItemCreated$outboundSchema: z.ZodType<DataEnvelopeItemCreated$Outbound, z.ZodTypeDef, DataEnvelopeItemCreated>;
|
|
2820
|
+
export declare function dataEnvelopeItemCreatedToJSON(dataEnvelopeItemCreated: DataEnvelopeItemCreated): string;
|
|
2821
|
+
export declare function dataEnvelopeItemCreatedFromJSON(jsonString: string): SafeParseResult<DataEnvelopeItemCreated, SDKValidationError>;
|
|
2822
|
+
/** @internal */
|
|
2823
|
+
export declare const EnvelopeAuditLogFindDataUnion$inboundSchema: z.ZodType<EnvelopeAuditLogFindDataUnion, z.ZodTypeDef, unknown>;
|
|
2824
|
+
/** @internal */
|
|
2825
|
+
export type EnvelopeAuditLogFindDataUnion$Outbound = DataEnvelopeItemCreated$Outbound | DataEnvelopeItemDeleted$Outbound | DataEmailSent$Outbound | DataDocumentCompleted$Outbound | DataDocumentCreated$Outbound | DataDocumentDeleted$Outbound | DataDocumentMovedToTeam$Outbound | DataDocumentDelegatedOwnerCreated$Outbound | DataDocumentFieldsAutoInserted$Outbound | DataDocumentFieldInserted$Outbound | DataDocumentFieldUninserted$Outbound | DataDocumentFieldPrefilled$Outbound | DataDocumentVisibilityUpdated$Outbound | DataDocumentGlobalAuthAccessUpdated$Outbound | DataDocumentGlobalAuthActionUpdated$Outbound | DataDocumentMetaUpdated$Outbound | DataDocumentOpened$Outbound | DataDocumentViewed$Outbound | DataDocumentRecipientCompleted$Outbound | DataDocumentRecipientRejected$Outbound | DataDocumentAccessAuth2FaRequested$Outbound | DataDocumentAccessAuth2FaValidated$Outbound | DataDocumentAccessAuth2FaFailed$Outbound | DataDocumentSent$Outbound | DataDocumentTitleUpdated$Outbound | DataDocumentExternalIDUpdated$Outbound | DataFieldCreated$Outbound | DataFieldDeleted$Outbound | DataFieldUpdated$Outbound | DataRecipientCreated$Outbound | DataRecipientUpdated$Outbound | DataRecipientDeleted$Outbound;
|
|
2826
|
+
/** @internal */
|
|
2827
|
+
export declare const EnvelopeAuditLogFindDataUnion$outboundSchema: z.ZodType<EnvelopeAuditLogFindDataUnion$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindDataUnion>;
|
|
2828
|
+
export declare function envelopeAuditLogFindDataUnionToJSON(envelopeAuditLogFindDataUnion: EnvelopeAuditLogFindDataUnion): string;
|
|
2829
|
+
export declare function envelopeAuditLogFindDataUnionFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindDataUnion, SDKValidationError>;
|
|
2830
|
+
/** @internal */
|
|
2831
|
+
export declare const EnvelopeAuditLogFindResponse$inboundSchema: z.ZodType<EnvelopeAuditLogFindResponse, z.ZodTypeDef, unknown>;
|
|
2832
|
+
/** @internal */
|
|
2833
|
+
export type EnvelopeAuditLogFindResponse$Outbound = {
|
|
2834
|
+
data: Array<DataEnvelopeItemCreated$Outbound | DataEnvelopeItemDeleted$Outbound | DataEmailSent$Outbound | DataDocumentCompleted$Outbound | DataDocumentCreated$Outbound | DataDocumentDeleted$Outbound | DataDocumentMovedToTeam$Outbound | DataDocumentDelegatedOwnerCreated$Outbound | DataDocumentFieldsAutoInserted$Outbound | DataDocumentFieldInserted$Outbound | DataDocumentFieldUninserted$Outbound | DataDocumentFieldPrefilled$Outbound | DataDocumentVisibilityUpdated$Outbound | DataDocumentGlobalAuthAccessUpdated$Outbound | DataDocumentGlobalAuthActionUpdated$Outbound | DataDocumentMetaUpdated$Outbound | DataDocumentOpened$Outbound | DataDocumentViewed$Outbound | DataDocumentRecipientCompleted$Outbound | DataDocumentRecipientRejected$Outbound | DataDocumentAccessAuth2FaRequested$Outbound | DataDocumentAccessAuth2FaValidated$Outbound | DataDocumentAccessAuth2FaFailed$Outbound | DataDocumentSent$Outbound | DataDocumentTitleUpdated$Outbound | DataDocumentExternalIDUpdated$Outbound | DataFieldCreated$Outbound | DataFieldDeleted$Outbound | DataFieldUpdated$Outbound | DataRecipientCreated$Outbound | DataRecipientUpdated$Outbound | DataRecipientDeleted$Outbound>;
|
|
2835
|
+
count: number;
|
|
2836
|
+
currentPage: number;
|
|
2837
|
+
perPage: number;
|
|
2838
|
+
totalPages: number;
|
|
2839
|
+
};
|
|
2840
|
+
/** @internal */
|
|
2841
|
+
export declare const EnvelopeAuditLogFindResponse$outboundSchema: z.ZodType<EnvelopeAuditLogFindResponse$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindResponse>;
|
|
2842
|
+
export declare function envelopeAuditLogFindResponseToJSON(envelopeAuditLogFindResponse: EnvelopeAuditLogFindResponse): string;
|
|
2843
|
+
export declare function envelopeAuditLogFindResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindResponse, SDKValidationError>;
|
|
2844
|
+
//# sourceMappingURL=envelopeauditlogfind.d.ts.map
|