@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
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.RecipientCreateDocumentRecipientResponse$outboundSchema = exports.RecipientCreateDocumentRecipientResponse$inboundSchema = exports.RecipientCreateDocumentRecipientAuthOptions$outboundSchema = exports.RecipientCreateDocumentRecipientAuthOptions$inboundSchema = exports.
|
|
39
|
+
exports.RecipientCreateDocumentRecipientResponse$outboundSchema = exports.RecipientCreateDocumentRecipientResponse$inboundSchema = exports.RecipientCreateDocumentRecipientAuthOptions$outboundSchema = exports.RecipientCreateDocumentRecipientAuthOptions$inboundSchema = exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth$outboundSchema = exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth$inboundSchema = exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth$outboundSchema = exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth$inboundSchema = exports.RecipientCreateDocumentRecipientSendStatus$outboundSchema = exports.RecipientCreateDocumentRecipientSendStatus$inboundSchema = exports.RecipientCreateDocumentRecipientSigningStatus$outboundSchema = exports.RecipientCreateDocumentRecipientSigningStatus$inboundSchema = exports.RecipientCreateDocumentRecipientReadStatus$outboundSchema = exports.RecipientCreateDocumentRecipientReadStatus$inboundSchema = exports.RecipientCreateDocumentRecipientRoleResponse$outboundSchema = exports.RecipientCreateDocumentRecipientRoleResponse$inboundSchema = exports.RecipientCreateDocumentRecipientRequest$outboundSchema = exports.RecipientCreateDocumentRecipientRequest$inboundSchema = exports.RecipientCreateDocumentRecipientRecipient$outboundSchema = exports.RecipientCreateDocumentRecipientRecipient$inboundSchema = exports.RecipientCreateDocumentRecipientActionAuthRequest$outboundSchema = exports.RecipientCreateDocumentRecipientActionAuthRequest$inboundSchema = exports.RecipientCreateDocumentRecipientAccessAuthRequest$outboundSchema = exports.RecipientCreateDocumentRecipientAccessAuthRequest$inboundSchema = exports.RecipientCreateDocumentRecipientRoleRequest$outboundSchema = exports.RecipientCreateDocumentRecipientRoleRequest$inboundSchema = exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth = exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth = exports.RecipientCreateDocumentRecipientSendStatus = exports.RecipientCreateDocumentRecipientSigningStatus = exports.RecipientCreateDocumentRecipientReadStatus = exports.RecipientCreateDocumentRecipientRoleResponse = exports.RecipientCreateDocumentRecipientActionAuthRequest = exports.RecipientCreateDocumentRecipientAccessAuthRequest = exports.RecipientCreateDocumentRecipientRoleRequest = void 0;
|
|
40
40
|
exports.recipientCreateDocumentRecipientRecipientToJSON = recipientCreateDocumentRecipientRecipientToJSON;
|
|
41
41
|
exports.recipientCreateDocumentRecipientRecipientFromJSON = recipientCreateDocumentRecipientRecipientFromJSON;
|
|
42
42
|
exports.recipientCreateDocumentRecipientRequestToJSON = recipientCreateDocumentRecipientRequestToJSON;
|
|
@@ -85,11 +85,11 @@ exports.RecipientCreateDocumentRecipientSendStatus = {
|
|
|
85
85
|
NotSent: "NOT_SENT",
|
|
86
86
|
Sent: "SENT",
|
|
87
87
|
};
|
|
88
|
-
exports.
|
|
88
|
+
exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth = {
|
|
89
89
|
Account: "ACCOUNT",
|
|
90
90
|
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
91
91
|
};
|
|
92
|
-
exports.
|
|
92
|
+
exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth = {
|
|
93
93
|
Account: "ACCOUNT",
|
|
94
94
|
Passkey: "PASSKEY",
|
|
95
95
|
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
@@ -172,24 +172,22 @@ exports.RecipientCreateDocumentRecipientSendStatus$inboundSchema = z
|
|
|
172
172
|
/** @internal */
|
|
173
173
|
exports.RecipientCreateDocumentRecipientSendStatus$outboundSchema = exports.RecipientCreateDocumentRecipientSendStatus$inboundSchema;
|
|
174
174
|
/** @internal */
|
|
175
|
-
exports.
|
|
176
|
-
.nativeEnum(exports.RecipientCreateDocumentRecipientAccessAuthResponse);
|
|
175
|
+
exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth$inboundSchema = z.nativeEnum(exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth);
|
|
177
176
|
/** @internal */
|
|
178
|
-
exports.
|
|
177
|
+
exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth$outboundSchema = exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth$inboundSchema;
|
|
179
178
|
/** @internal */
|
|
180
|
-
exports.
|
|
181
|
-
.nativeEnum(exports.RecipientCreateDocumentRecipientActionAuthResponse);
|
|
179
|
+
exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth$inboundSchema = z.nativeEnum(exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth);
|
|
182
180
|
/** @internal */
|
|
183
|
-
exports.
|
|
181
|
+
exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth$outboundSchema = exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth$inboundSchema;
|
|
184
182
|
/** @internal */
|
|
185
183
|
exports.RecipientCreateDocumentRecipientAuthOptions$inboundSchema = z.object({
|
|
186
|
-
accessAuth: z.array(exports.
|
|
187
|
-
actionAuth: z.array(exports.
|
|
184
|
+
accessAuth: z.array(exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth$inboundSchema),
|
|
185
|
+
actionAuth: z.array(exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth$inboundSchema),
|
|
188
186
|
});
|
|
189
187
|
/** @internal */
|
|
190
188
|
exports.RecipientCreateDocumentRecipientAuthOptions$outboundSchema = z.object({
|
|
191
|
-
accessAuth: z.array(exports.
|
|
192
|
-
actionAuth: z.array(exports.
|
|
189
|
+
accessAuth: z.array(exports.RecipientCreateDocumentRecipientAuthOptionsAccessAuth$outboundSchema),
|
|
190
|
+
actionAuth: z.array(exports.RecipientCreateDocumentRecipientAuthOptionsActionAuth$outboundSchema),
|
|
193
191
|
});
|
|
194
192
|
function recipientCreateDocumentRecipientAuthOptionsToJSON(recipientCreateDocumentRecipientAuthOptions) {
|
|
195
193
|
return JSON.stringify(exports.RecipientCreateDocumentRecipientAuthOptions$outboundSchema.parse(recipientCreateDocumentRecipientAuthOptions));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipientcreatedocumentrecipient.js","sourceRoot":"","sources":["../../src/models/operations/recipientcreatedocumentrecipient.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoNH,0GASC;AACD,8GAcC;AA+BD,sGASC;AACD,0GAcC;
|
|
1
|
+
{"version":3,"file":"recipientcreatedocumentrecipient.js","sourceRoot":"","sources":["../../src/models/operations/recipientcreatedocumentrecipient.ts"],"names":[],"mappings":"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"}
|
|
@@ -59,22 +59,22 @@ export declare const RecipientCreateDocumentRecipientsSendStatus: {
|
|
|
59
59
|
readonly Sent: "SENT";
|
|
60
60
|
};
|
|
61
61
|
export type RecipientCreateDocumentRecipientsSendStatus = ClosedEnum<typeof RecipientCreateDocumentRecipientsSendStatus>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const RecipientCreateDocumentRecipientsAuthOptionsAccessAuth: {
|
|
63
63
|
readonly Account: "ACCOUNT";
|
|
64
64
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
65
65
|
};
|
|
66
|
-
export type
|
|
67
|
-
export declare const
|
|
66
|
+
export type RecipientCreateDocumentRecipientsAuthOptionsAccessAuth = ClosedEnum<typeof RecipientCreateDocumentRecipientsAuthOptionsAccessAuth>;
|
|
67
|
+
export declare const RecipientCreateDocumentRecipientsAuthOptionsActionAuth: {
|
|
68
68
|
readonly Account: "ACCOUNT";
|
|
69
69
|
readonly Passkey: "PASSKEY";
|
|
70
70
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
71
71
|
readonly Password: "PASSWORD";
|
|
72
72
|
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
73
73
|
};
|
|
74
|
-
export type
|
|
74
|
+
export type RecipientCreateDocumentRecipientsAuthOptionsActionAuth = ClosedEnum<typeof RecipientCreateDocumentRecipientsAuthOptionsActionAuth>;
|
|
75
75
|
export type RecipientCreateDocumentRecipientsAuthOptions = {
|
|
76
|
-
accessAuth: Array<
|
|
77
|
-
actionAuth: Array<
|
|
76
|
+
accessAuth: Array<RecipientCreateDocumentRecipientsAuthOptionsAccessAuth>;
|
|
77
|
+
actionAuth: Array<RecipientCreateDocumentRecipientsAuthOptionsActionAuth>;
|
|
78
78
|
};
|
|
79
79
|
export type RecipientCreateDocumentRecipientsRecipientResponse = {
|
|
80
80
|
envelopeId: string;
|
|
@@ -156,13 +156,13 @@ export declare const RecipientCreateDocumentRecipientsSendStatus$inboundSchema:
|
|
|
156
156
|
/** @internal */
|
|
157
157
|
export declare const RecipientCreateDocumentRecipientsSendStatus$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateDocumentRecipientsSendStatus>;
|
|
158
158
|
/** @internal */
|
|
159
|
-
export declare const
|
|
159
|
+
export declare const RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$inboundSchema: z.ZodNativeEnum<typeof RecipientCreateDocumentRecipientsAuthOptionsAccessAuth>;
|
|
160
160
|
/** @internal */
|
|
161
|
-
export declare const
|
|
161
|
+
export declare const RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateDocumentRecipientsAuthOptionsAccessAuth>;
|
|
162
162
|
/** @internal */
|
|
163
|
-
export declare const
|
|
163
|
+
export declare const RecipientCreateDocumentRecipientsAuthOptionsActionAuth$inboundSchema: z.ZodNativeEnum<typeof RecipientCreateDocumentRecipientsAuthOptionsActionAuth>;
|
|
164
164
|
/** @internal */
|
|
165
|
-
export declare const
|
|
165
|
+
export declare const RecipientCreateDocumentRecipientsAuthOptionsActionAuth$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateDocumentRecipientsAuthOptionsActionAuth>;
|
|
166
166
|
/** @internal */
|
|
167
167
|
export declare const RecipientCreateDocumentRecipientsAuthOptions$inboundSchema: z.ZodType<RecipientCreateDocumentRecipientsAuthOptions, z.ZodTypeDef, unknown>;
|
|
168
168
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipientcreatedocumentrecipients.d.ts","sourceRoot":"","sources":["../../src/models/operations/recipientcreatedocumentrecipients.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,eAAO,MAAM,4CAA4C;;;;;;CAM/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,UAAU,CACnE,OAAO,4CAA4C,CACpD,CAAC;AAEF,eAAO,MAAM,kDAAkD;;;CAGrD,CAAC;AACX,MAAM,MAAM,kDAAkD,GAAG,UAAU,CACzE,OAAO,kDAAkD,CAC1D,CAAC;AAEF,eAAO,MAAM,kDAAkD;;;;;;CAMrD,CAAC;AACX,MAAM,MAAM,kDAAkD,GAAG,UAAU,CACzE,OAAO,kDAAkD,CAC1D,CAAC;AAEF,MAAM,MAAM,iDAAiD,GAAG;IAC9D,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,4CAA4C,CAAC;IACnD,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,UAAU,CAAC,EACP,KAAK,CAAC,kDAAkD,CAAC,GACzD,SAAS,CAAC;IACd,UAAU,CAAC,EACP,KAAK,CAAC,kDAAkD,CAAC,GACzD,SAAS,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,wCAAwC,GAAG;IACrD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,KAAK,CAAC,iDAAiD,CAAC,CAAC;CACtE,CAAC;AAEF,eAAO,MAAM,6CAA6C;;;;;;CAMhD,CAAC;AACX,MAAM,MAAM,6CAA6C,GAAG,UAAU,CACpE,OAAO,6CAA6C,CACrD,CAAC;AAEF,eAAO,MAAM,2CAA2C;;;CAG9C,CAAC;AACX,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAClE,OAAO,2CAA2C,CACnD,CAAC;AAEF,eAAO,MAAM,8CAA8C;;;;CAIjD,CAAC;AACX,MAAM,MAAM,8CAA8C,GAAG,UAAU,CACrE,OAAO,8CAA8C,CACtD,CAAC;AAEF,eAAO,MAAM,2CAA2C;;;CAG9C,CAAC;AACX,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAClE,OAAO,2CAA2C,CACnD,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"recipientcreatedocumentrecipients.d.ts","sourceRoot":"","sources":["../../src/models/operations/recipientcreatedocumentrecipients.ts"],"names":[],"mappings":"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"}
|
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.RecipientCreateDocumentRecipientsResponse$outboundSchema = exports.RecipientCreateDocumentRecipientsResponse$inboundSchema = exports.RecipientCreateDocumentRecipientsRecipientResponse$outboundSchema = exports.RecipientCreateDocumentRecipientsRecipientResponse$inboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptions$outboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptions$inboundSchema = exports.
|
|
39
|
+
exports.RecipientCreateDocumentRecipientsResponse$outboundSchema = exports.RecipientCreateDocumentRecipientsResponse$inboundSchema = exports.RecipientCreateDocumentRecipientsRecipientResponse$outboundSchema = exports.RecipientCreateDocumentRecipientsRecipientResponse$inboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptions$outboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptions$inboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth$outboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth$inboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$outboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$inboundSchema = exports.RecipientCreateDocumentRecipientsSendStatus$outboundSchema = exports.RecipientCreateDocumentRecipientsSendStatus$inboundSchema = exports.RecipientCreateDocumentRecipientsSigningStatus$outboundSchema = exports.RecipientCreateDocumentRecipientsSigningStatus$inboundSchema = exports.RecipientCreateDocumentRecipientsReadStatus$outboundSchema = exports.RecipientCreateDocumentRecipientsReadStatus$inboundSchema = exports.RecipientCreateDocumentRecipientsRoleResponse$outboundSchema = exports.RecipientCreateDocumentRecipientsRoleResponse$inboundSchema = exports.RecipientCreateDocumentRecipientsRequest$outboundSchema = exports.RecipientCreateDocumentRecipientsRequest$inboundSchema = exports.RecipientCreateDocumentRecipientsRecipientRequest$outboundSchema = exports.RecipientCreateDocumentRecipientsRecipientRequest$inboundSchema = exports.RecipientCreateDocumentRecipientsActionAuthRequest$outboundSchema = exports.RecipientCreateDocumentRecipientsActionAuthRequest$inboundSchema = exports.RecipientCreateDocumentRecipientsAccessAuthRequest$outboundSchema = exports.RecipientCreateDocumentRecipientsAccessAuthRequest$inboundSchema = exports.RecipientCreateDocumentRecipientsRoleRequest$outboundSchema = exports.RecipientCreateDocumentRecipientsRoleRequest$inboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth = exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth = exports.RecipientCreateDocumentRecipientsSendStatus = exports.RecipientCreateDocumentRecipientsSigningStatus = exports.RecipientCreateDocumentRecipientsReadStatus = exports.RecipientCreateDocumentRecipientsRoleResponse = exports.RecipientCreateDocumentRecipientsActionAuthRequest = exports.RecipientCreateDocumentRecipientsAccessAuthRequest = exports.RecipientCreateDocumentRecipientsRoleRequest = void 0;
|
|
40
40
|
exports.recipientCreateDocumentRecipientsRecipientRequestToJSON = recipientCreateDocumentRecipientsRecipientRequestToJSON;
|
|
41
41
|
exports.recipientCreateDocumentRecipientsRecipientRequestFromJSON = recipientCreateDocumentRecipientsRecipientRequestFromJSON;
|
|
42
42
|
exports.recipientCreateDocumentRecipientsRequestToJSON = recipientCreateDocumentRecipientsRequestToJSON;
|
|
@@ -87,11 +87,11 @@ exports.RecipientCreateDocumentRecipientsSendStatus = {
|
|
|
87
87
|
NotSent: "NOT_SENT",
|
|
88
88
|
Sent: "SENT",
|
|
89
89
|
};
|
|
90
|
-
exports.
|
|
90
|
+
exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth = {
|
|
91
91
|
Account: "ACCOUNT",
|
|
92
92
|
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
93
93
|
};
|
|
94
|
-
exports.
|
|
94
|
+
exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth = {
|
|
95
95
|
Account: "ACCOUNT",
|
|
96
96
|
Passkey: "PASSKEY",
|
|
97
97
|
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
@@ -174,22 +174,22 @@ exports.RecipientCreateDocumentRecipientsSendStatus$inboundSchema = z
|
|
|
174
174
|
/** @internal */
|
|
175
175
|
exports.RecipientCreateDocumentRecipientsSendStatus$outboundSchema = exports.RecipientCreateDocumentRecipientsSendStatus$inboundSchema;
|
|
176
176
|
/** @internal */
|
|
177
|
-
exports.
|
|
177
|
+
exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$inboundSchema = z.nativeEnum(exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth);
|
|
178
178
|
/** @internal */
|
|
179
|
-
exports.
|
|
179
|
+
exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$outboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$inboundSchema;
|
|
180
180
|
/** @internal */
|
|
181
|
-
exports.
|
|
181
|
+
exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth$inboundSchema = z.nativeEnum(exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth);
|
|
182
182
|
/** @internal */
|
|
183
|
-
exports.
|
|
183
|
+
exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth$outboundSchema = exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth$inboundSchema;
|
|
184
184
|
/** @internal */
|
|
185
185
|
exports.RecipientCreateDocumentRecipientsAuthOptions$inboundSchema = z.object({
|
|
186
|
-
accessAuth: z.array(exports.
|
|
187
|
-
actionAuth: z.array(exports.
|
|
186
|
+
accessAuth: z.array(exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$inboundSchema),
|
|
187
|
+
actionAuth: z.array(exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth$inboundSchema),
|
|
188
188
|
});
|
|
189
189
|
/** @internal */
|
|
190
190
|
exports.RecipientCreateDocumentRecipientsAuthOptions$outboundSchema = z.object({
|
|
191
|
-
accessAuth: z.array(exports.
|
|
192
|
-
actionAuth: z.array(exports.
|
|
191
|
+
accessAuth: z.array(exports.RecipientCreateDocumentRecipientsAuthOptionsAccessAuth$outboundSchema),
|
|
192
|
+
actionAuth: z.array(exports.RecipientCreateDocumentRecipientsAuthOptionsActionAuth$outboundSchema),
|
|
193
193
|
});
|
|
194
194
|
function recipientCreateDocumentRecipientsAuthOptionsToJSON(recipientCreateDocumentRecipientsAuthOptions) {
|
|
195
195
|
return JSON.stringify(exports.RecipientCreateDocumentRecipientsAuthOptions$outboundSchema.parse(recipientCreateDocumentRecipientsAuthOptions));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipientcreatedocumentrecipients.js","sourceRoot":"","sources":["../../src/models/operations/recipientcreatedocumentrecipients.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyNH,0HASC;AACD,8HAcC;AAmCD,wGASC;AACD,4GAcC;
|
|
1
|
+
{"version":3,"file":"recipientcreatedocumentrecipients.js","sourceRoot":"","sources":["../../src/models/operations/recipientcreatedocumentrecipients.ts"],"names":[],"mappings":"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"}
|
|
@@ -59,22 +59,22 @@ export declare const RecipientCreateTemplateRecipientSendStatus: {
|
|
|
59
59
|
readonly Sent: "SENT";
|
|
60
60
|
};
|
|
61
61
|
export type RecipientCreateTemplateRecipientSendStatus = ClosedEnum<typeof RecipientCreateTemplateRecipientSendStatus>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const RecipientCreateTemplateRecipientAuthOptionsAccessAuth: {
|
|
63
63
|
readonly Account: "ACCOUNT";
|
|
64
64
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
65
65
|
};
|
|
66
|
-
export type
|
|
67
|
-
export declare const
|
|
66
|
+
export type RecipientCreateTemplateRecipientAuthOptionsAccessAuth = ClosedEnum<typeof RecipientCreateTemplateRecipientAuthOptionsAccessAuth>;
|
|
67
|
+
export declare const RecipientCreateTemplateRecipientAuthOptionsActionAuth: {
|
|
68
68
|
readonly Account: "ACCOUNT";
|
|
69
69
|
readonly Passkey: "PASSKEY";
|
|
70
70
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
71
71
|
readonly Password: "PASSWORD";
|
|
72
72
|
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
73
73
|
};
|
|
74
|
-
export type
|
|
74
|
+
export type RecipientCreateTemplateRecipientAuthOptionsActionAuth = ClosedEnum<typeof RecipientCreateTemplateRecipientAuthOptionsActionAuth>;
|
|
75
75
|
export type RecipientCreateTemplateRecipientAuthOptions = {
|
|
76
|
-
accessAuth: Array<
|
|
77
|
-
actionAuth: Array<
|
|
76
|
+
accessAuth: Array<RecipientCreateTemplateRecipientAuthOptionsAccessAuth>;
|
|
77
|
+
actionAuth: Array<RecipientCreateTemplateRecipientAuthOptionsActionAuth>;
|
|
78
78
|
};
|
|
79
79
|
/**
|
|
80
80
|
* Successful response
|
|
@@ -153,13 +153,13 @@ export declare const RecipientCreateTemplateRecipientSendStatus$inboundSchema: z
|
|
|
153
153
|
/** @internal */
|
|
154
154
|
export declare const RecipientCreateTemplateRecipientSendStatus$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientSendStatus>;
|
|
155
155
|
/** @internal */
|
|
156
|
-
export declare const
|
|
156
|
+
export declare const RecipientCreateTemplateRecipientAuthOptionsAccessAuth$inboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientAuthOptionsAccessAuth>;
|
|
157
157
|
/** @internal */
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const RecipientCreateTemplateRecipientAuthOptionsAccessAuth$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientAuthOptionsAccessAuth>;
|
|
159
159
|
/** @internal */
|
|
160
|
-
export declare const
|
|
160
|
+
export declare const RecipientCreateTemplateRecipientAuthOptionsActionAuth$inboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientAuthOptionsActionAuth>;
|
|
161
161
|
/** @internal */
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const RecipientCreateTemplateRecipientAuthOptionsActionAuth$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientAuthOptionsActionAuth>;
|
|
163
163
|
/** @internal */
|
|
164
164
|
export declare const RecipientCreateTemplateRecipientAuthOptions$inboundSchema: z.ZodType<RecipientCreateTemplateRecipientAuthOptions, z.ZodTypeDef, unknown>;
|
|
165
165
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipientcreatetemplaterecipient.d.ts","sourceRoot":"","sources":["../../src/models/operations/recipientcreatetemplaterecipient.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,eAAO,MAAM,2CAA2C;;;;;;CAM9C,CAAC;AACX,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAClE,OAAO,2CAA2C,CACnD,CAAC;AAEF,eAAO,MAAM,iDAAiD;;;CAGpD,CAAC;AACX,MAAM,MAAM,iDAAiD,GAAG,UAAU,CACxE,OAAO,iDAAiD,CACzD,CAAC;AAEF,eAAO,MAAM,iDAAiD;;;;;;CAMpD,CAAC;AACX,MAAM,MAAM,iDAAiD,GAAG,UAAU,CACxE,OAAO,iDAAiD,CACzD,CAAC;AAEF,MAAM,MAAM,yCAAyC,GAAG;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,2CAA2C,CAAC;IAClD,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,UAAU,CAAC,EACP,KAAK,CAAC,iDAAiD,CAAC,GACxD,SAAS,CAAC;IACd,UAAU,CAAC,EACP,KAAK,CAAC,iDAAiD,CAAC,GACxD,SAAS,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,uCAAuC,GAAG;IACpD,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,yCAAyC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,4CAA4C;;;;;;CAM/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,UAAU,CACnE,OAAO,4CAA4C,CACpD,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;CAG7C,CAAC;AACX,MAAM,MAAM,0CAA0C,GAAG,UAAU,CACjE,OAAO,0CAA0C,CAClD,CAAC;AAEF,eAAO,MAAM,6CAA6C;;;;CAIhD,CAAC;AACX,MAAM,MAAM,6CAA6C,GAAG,UAAU,CACpE,OAAO,6CAA6C,CACrD,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;CAG7C,CAAC;AACX,MAAM,MAAM,0CAA0C,GAAG,UAAU,CACjE,OAAO,0CAA0C,CAClD,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"recipientcreatetemplaterecipient.d.ts","sourceRoot":"","sources":["../../src/models/operations/recipientcreatetemplaterecipient.ts"],"names":[],"mappings":"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"}
|
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.RecipientCreateTemplateRecipientResponse$outboundSchema = exports.RecipientCreateTemplateRecipientResponse$inboundSchema = exports.RecipientCreateTemplateRecipientAuthOptions$outboundSchema = exports.RecipientCreateTemplateRecipientAuthOptions$inboundSchema = exports.
|
|
39
|
+
exports.RecipientCreateTemplateRecipientResponse$outboundSchema = exports.RecipientCreateTemplateRecipientResponse$inboundSchema = exports.RecipientCreateTemplateRecipientAuthOptions$outboundSchema = exports.RecipientCreateTemplateRecipientAuthOptions$inboundSchema = exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth$outboundSchema = exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth$inboundSchema = exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth$outboundSchema = exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth$inboundSchema = exports.RecipientCreateTemplateRecipientSendStatus$outboundSchema = exports.RecipientCreateTemplateRecipientSendStatus$inboundSchema = exports.RecipientCreateTemplateRecipientSigningStatus$outboundSchema = exports.RecipientCreateTemplateRecipientSigningStatus$inboundSchema = exports.RecipientCreateTemplateRecipientReadStatus$outboundSchema = exports.RecipientCreateTemplateRecipientReadStatus$inboundSchema = exports.RecipientCreateTemplateRecipientRoleResponse$outboundSchema = exports.RecipientCreateTemplateRecipientRoleResponse$inboundSchema = exports.RecipientCreateTemplateRecipientRequest$outboundSchema = exports.RecipientCreateTemplateRecipientRequest$inboundSchema = exports.RecipientCreateTemplateRecipientRecipient$outboundSchema = exports.RecipientCreateTemplateRecipientRecipient$inboundSchema = exports.RecipientCreateTemplateRecipientActionAuthRequest$outboundSchema = exports.RecipientCreateTemplateRecipientActionAuthRequest$inboundSchema = exports.RecipientCreateTemplateRecipientAccessAuthRequest$outboundSchema = exports.RecipientCreateTemplateRecipientAccessAuthRequest$inboundSchema = exports.RecipientCreateTemplateRecipientRoleRequest$outboundSchema = exports.RecipientCreateTemplateRecipientRoleRequest$inboundSchema = exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth = exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth = exports.RecipientCreateTemplateRecipientSendStatus = exports.RecipientCreateTemplateRecipientSigningStatus = exports.RecipientCreateTemplateRecipientReadStatus = exports.RecipientCreateTemplateRecipientRoleResponse = exports.RecipientCreateTemplateRecipientActionAuthRequest = exports.RecipientCreateTemplateRecipientAccessAuthRequest = exports.RecipientCreateTemplateRecipientRoleRequest = void 0;
|
|
40
40
|
exports.recipientCreateTemplateRecipientRecipientToJSON = recipientCreateTemplateRecipientRecipientToJSON;
|
|
41
41
|
exports.recipientCreateTemplateRecipientRecipientFromJSON = recipientCreateTemplateRecipientRecipientFromJSON;
|
|
42
42
|
exports.recipientCreateTemplateRecipientRequestToJSON = recipientCreateTemplateRecipientRequestToJSON;
|
|
@@ -85,11 +85,11 @@ exports.RecipientCreateTemplateRecipientSendStatus = {
|
|
|
85
85
|
NotSent: "NOT_SENT",
|
|
86
86
|
Sent: "SENT",
|
|
87
87
|
};
|
|
88
|
-
exports.
|
|
88
|
+
exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth = {
|
|
89
89
|
Account: "ACCOUNT",
|
|
90
90
|
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
91
91
|
};
|
|
92
|
-
exports.
|
|
92
|
+
exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth = {
|
|
93
93
|
Account: "ACCOUNT",
|
|
94
94
|
Passkey: "PASSKEY",
|
|
95
95
|
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
@@ -172,24 +172,22 @@ exports.RecipientCreateTemplateRecipientSendStatus$inboundSchema = z
|
|
|
172
172
|
/** @internal */
|
|
173
173
|
exports.RecipientCreateTemplateRecipientSendStatus$outboundSchema = exports.RecipientCreateTemplateRecipientSendStatus$inboundSchema;
|
|
174
174
|
/** @internal */
|
|
175
|
-
exports.
|
|
176
|
-
.nativeEnum(exports.RecipientCreateTemplateRecipientAccessAuthResponse);
|
|
175
|
+
exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth$inboundSchema = z.nativeEnum(exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth);
|
|
177
176
|
/** @internal */
|
|
178
|
-
exports.
|
|
177
|
+
exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth$outboundSchema = exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth$inboundSchema;
|
|
179
178
|
/** @internal */
|
|
180
|
-
exports.
|
|
181
|
-
.nativeEnum(exports.RecipientCreateTemplateRecipientActionAuthResponse);
|
|
179
|
+
exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth$inboundSchema = z.nativeEnum(exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth);
|
|
182
180
|
/** @internal */
|
|
183
|
-
exports.
|
|
181
|
+
exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth$outboundSchema = exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth$inboundSchema;
|
|
184
182
|
/** @internal */
|
|
185
183
|
exports.RecipientCreateTemplateRecipientAuthOptions$inboundSchema = z.object({
|
|
186
|
-
accessAuth: z.array(exports.
|
|
187
|
-
actionAuth: z.array(exports.
|
|
184
|
+
accessAuth: z.array(exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth$inboundSchema),
|
|
185
|
+
actionAuth: z.array(exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth$inboundSchema),
|
|
188
186
|
});
|
|
189
187
|
/** @internal */
|
|
190
188
|
exports.RecipientCreateTemplateRecipientAuthOptions$outboundSchema = z.object({
|
|
191
|
-
accessAuth: z.array(exports.
|
|
192
|
-
actionAuth: z.array(exports.
|
|
189
|
+
accessAuth: z.array(exports.RecipientCreateTemplateRecipientAuthOptionsAccessAuth$outboundSchema),
|
|
190
|
+
actionAuth: z.array(exports.RecipientCreateTemplateRecipientAuthOptionsActionAuth$outboundSchema),
|
|
193
191
|
});
|
|
194
192
|
function recipientCreateTemplateRecipientAuthOptionsToJSON(recipientCreateTemplateRecipientAuthOptions) {
|
|
195
193
|
return JSON.stringify(exports.RecipientCreateTemplateRecipientAuthOptions$outboundSchema.parse(recipientCreateTemplateRecipientAuthOptions));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipientcreatetemplaterecipient.js","sourceRoot":"","sources":["../../src/models/operations/recipientcreatetemplaterecipient.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoNH,0GASC;AACD,8GAcC;AA+BD,sGASC;AACD,0GAcC;
|
|
1
|
+
{"version":3,"file":"recipientcreatetemplaterecipient.js","sourceRoot":"","sources":["../../src/models/operations/recipientcreatetemplaterecipient.ts"],"names":[],"mappings":"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"}
|
|
@@ -59,22 +59,22 @@ export declare const RecipientCreateTemplateRecipientsSendStatus: {
|
|
|
59
59
|
readonly Sent: "SENT";
|
|
60
60
|
};
|
|
61
61
|
export type RecipientCreateTemplateRecipientsSendStatus = ClosedEnum<typeof RecipientCreateTemplateRecipientsSendStatus>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const RecipientCreateTemplateRecipientsAuthOptionsAccessAuth: {
|
|
63
63
|
readonly Account: "ACCOUNT";
|
|
64
64
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
65
65
|
};
|
|
66
|
-
export type
|
|
67
|
-
export declare const
|
|
66
|
+
export type RecipientCreateTemplateRecipientsAuthOptionsAccessAuth = ClosedEnum<typeof RecipientCreateTemplateRecipientsAuthOptionsAccessAuth>;
|
|
67
|
+
export declare const RecipientCreateTemplateRecipientsAuthOptionsActionAuth: {
|
|
68
68
|
readonly Account: "ACCOUNT";
|
|
69
69
|
readonly Passkey: "PASSKEY";
|
|
70
70
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
71
71
|
readonly Password: "PASSWORD";
|
|
72
72
|
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
73
73
|
};
|
|
74
|
-
export type
|
|
74
|
+
export type RecipientCreateTemplateRecipientsAuthOptionsActionAuth = ClosedEnum<typeof RecipientCreateTemplateRecipientsAuthOptionsActionAuth>;
|
|
75
75
|
export type RecipientCreateTemplateRecipientsAuthOptions = {
|
|
76
|
-
accessAuth: Array<
|
|
77
|
-
actionAuth: Array<
|
|
76
|
+
accessAuth: Array<RecipientCreateTemplateRecipientsAuthOptionsAccessAuth>;
|
|
77
|
+
actionAuth: Array<RecipientCreateTemplateRecipientsAuthOptionsActionAuth>;
|
|
78
78
|
};
|
|
79
79
|
export type RecipientCreateTemplateRecipientsRecipientResponse = {
|
|
80
80
|
envelopeId: string;
|
|
@@ -156,13 +156,13 @@ export declare const RecipientCreateTemplateRecipientsSendStatus$inboundSchema:
|
|
|
156
156
|
/** @internal */
|
|
157
157
|
export declare const RecipientCreateTemplateRecipientsSendStatus$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientsSendStatus>;
|
|
158
158
|
/** @internal */
|
|
159
|
-
export declare const
|
|
159
|
+
export declare const RecipientCreateTemplateRecipientsAuthOptionsAccessAuth$inboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientsAuthOptionsAccessAuth>;
|
|
160
160
|
/** @internal */
|
|
161
|
-
export declare const
|
|
161
|
+
export declare const RecipientCreateTemplateRecipientsAuthOptionsAccessAuth$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientsAuthOptionsAccessAuth>;
|
|
162
162
|
/** @internal */
|
|
163
|
-
export declare const
|
|
163
|
+
export declare const RecipientCreateTemplateRecipientsAuthOptionsActionAuth$inboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientsAuthOptionsActionAuth>;
|
|
164
164
|
/** @internal */
|
|
165
|
-
export declare const
|
|
165
|
+
export declare const RecipientCreateTemplateRecipientsAuthOptionsActionAuth$outboundSchema: z.ZodNativeEnum<typeof RecipientCreateTemplateRecipientsAuthOptionsActionAuth>;
|
|
166
166
|
/** @internal */
|
|
167
167
|
export declare const RecipientCreateTemplateRecipientsAuthOptions$inboundSchema: z.ZodType<RecipientCreateTemplateRecipientsAuthOptions, z.ZodTypeDef, unknown>;
|
|
168
168
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipientcreatetemplaterecipients.d.ts","sourceRoot":"","sources":["../../src/models/operations/recipientcreatetemplaterecipients.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,eAAO,MAAM,4CAA4C;;;;;;CAM/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,UAAU,CACnE,OAAO,4CAA4C,CACpD,CAAC;AAEF,eAAO,MAAM,kDAAkD;;;CAGrD,CAAC;AACX,MAAM,MAAM,kDAAkD,GAAG,UAAU,CACzE,OAAO,kDAAkD,CAC1D,CAAC;AAEF,eAAO,MAAM,kDAAkD;;;;;;CAMrD,CAAC;AACX,MAAM,MAAM,kDAAkD,GAAG,UAAU,CACzE,OAAO,kDAAkD,CAC1D,CAAC;AAEF,MAAM,MAAM,iDAAiD,GAAG;IAC9D,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,4CAA4C,CAAC;IACnD,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,UAAU,CAAC,EACP,KAAK,CAAC,kDAAkD,CAAC,GACzD,SAAS,CAAC;IACd,UAAU,CAAC,EACP,KAAK,CAAC,kDAAkD,CAAC,GACzD,SAAS,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,wCAAwC,GAAG;IACrD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,KAAK,CAAC,iDAAiD,CAAC,CAAC;CACtE,CAAC;AAEF,eAAO,MAAM,6CAA6C;;;;;;CAMhD,CAAC;AACX,MAAM,MAAM,6CAA6C,GAAG,UAAU,CACpE,OAAO,6CAA6C,CACrD,CAAC;AAEF,eAAO,MAAM,2CAA2C;;;CAG9C,CAAC;AACX,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAClE,OAAO,2CAA2C,CACnD,CAAC;AAEF,eAAO,MAAM,8CAA8C;;;;CAIjD,CAAC;AACX,MAAM,MAAM,8CAA8C,GAAG,UAAU,CACrE,OAAO,8CAA8C,CACtD,CAAC;AAEF,eAAO,MAAM,2CAA2C;;;CAG9C,CAAC;AACX,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAClE,OAAO,2CAA2C,CACnD,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"recipientcreatetemplaterecipients.d.ts","sourceRoot":"","sources":["../../src/models/operations/recipientcreatetemplaterecipients.ts"],"names":[],"mappings":"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"}
|