@documenso/sdk-typescript 0.3.0 → 0.4.0
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/FUNCTIONS.md +5 -3
- package/README.md +125 -114
- package/RUNTIMES.md +6 -6
- package/bin/mcp-server.js +5073 -3418
- package/bin/mcp-server.js.map +150 -151
- package/docs/sdks/directlink/README.md +3 -0
- package/docs/sdks/document/README.md +84 -0
- package/docs/sdks/documents/README.md +111 -172
- package/docs/sdks/documentsfields/README.md +6 -0
- package/docs/sdks/documentsrecipients/README.md +6 -0
- package/docs/sdks/embedding/README.md +2 -0
- package/docs/sdks/template/README.md +83 -0
- package/docs/sdks/templates/README.md +7 -78
- package/docs/sdks/templatesfields/README.md +6 -0
- package/docs/sdks/templatesrecipients/README.md +6 -0
- package/examples/README.md +31 -0
- package/examples/documentsGet.example.ts +28 -0
- package/examples/package-lock.json +627 -0
- package/examples/package.json +18 -0
- package/funcs/{templatesMoveToTeam.d.ts → documentDocumentDownload.d.ts} +4 -4
- package/funcs/documentDocumentDownload.d.ts.map +1 -0
- package/funcs/{documentsMoveToTeam.js → documentDocumentDownload.js} +23 -14
- package/funcs/documentDocumentDownload.js.map +1 -0
- package/funcs/documentsCreateV0.js +1 -1
- package/funcs/documentsCreateV0.js.map +1 -1
- package/funcs/documentsDelete.d.ts +1 -1
- package/funcs/documentsDelete.d.ts.map +1 -1
- package/funcs/documentsDelete.js +4 -4
- package/funcs/documentsDelete.js.map +1 -1
- package/funcs/documentsDistribute.d.ts +1 -1
- package/funcs/documentsDistribute.d.ts.map +1 -1
- package/funcs/documentsDistribute.js +4 -4
- package/funcs/documentsDistribute.js.map +1 -1
- package/funcs/documentsDuplicate.d.ts +1 -1
- package/funcs/documentsDuplicate.d.ts.map +1 -1
- package/funcs/documentsDuplicate.js +4 -4
- package/funcs/documentsDuplicate.js.map +1 -1
- package/funcs/documentsFieldsCreate.js +1 -1
- package/funcs/documentsFieldsCreate.js.map +1 -1
- package/funcs/documentsFieldsCreateMany.js +1 -1
- package/funcs/documentsFieldsCreateMany.js.map +1 -1
- package/funcs/documentsFieldsDelete.js +1 -1
- package/funcs/documentsFieldsDelete.js.map +1 -1
- package/funcs/documentsFieldsGet.js +1 -1
- package/funcs/documentsFieldsGet.js.map +1 -1
- package/funcs/documentsFieldsUpdate.js +1 -1
- package/funcs/documentsFieldsUpdate.js.map +1 -1
- package/funcs/documentsFieldsUpdateMany.js +1 -1
- package/funcs/documentsFieldsUpdateMany.js.map +1 -1
- package/funcs/documentsFind.d.ts +1 -1
- package/funcs/documentsFind.d.ts.map +1 -1
- package/funcs/documentsFind.js +4 -4
- package/funcs/documentsFind.js.map +1 -1
- package/funcs/documentsGet.d.ts +1 -1
- package/funcs/documentsGet.d.ts.map +1 -1
- package/funcs/documentsGet.js +4 -9
- package/funcs/documentsGet.js.map +1 -1
- package/funcs/documentsRecipientsCreate.js +1 -1
- package/funcs/documentsRecipientsCreate.js.map +1 -1
- package/funcs/documentsRecipientsCreateMany.js +1 -1
- package/funcs/documentsRecipientsCreateMany.js.map +1 -1
- package/funcs/documentsRecipientsDelete.js +1 -1
- package/funcs/documentsRecipientsDelete.js.map +1 -1
- package/funcs/documentsRecipientsGet.js +1 -1
- package/funcs/documentsRecipientsGet.js.map +1 -1
- package/funcs/documentsRecipientsUpdate.js +1 -1
- package/funcs/documentsRecipientsUpdate.js.map +1 -1
- package/funcs/documentsRecipientsUpdateMany.js +1 -1
- package/funcs/documentsRecipientsUpdateMany.js.map +1 -1
- package/funcs/documentsRedistribute.d.ts +1 -1
- package/funcs/documentsRedistribute.d.ts.map +1 -1
- package/funcs/documentsRedistribute.js +4 -4
- package/funcs/documentsRedistribute.js.map +1 -1
- package/funcs/documentsUpdate.d.ts +1 -1
- package/funcs/documentsUpdate.d.ts.map +1 -1
- package/funcs/documentsUpdate.js +4 -4
- package/funcs/documentsUpdate.js.map +1 -1
- package/funcs/embeddingEmbeddingPresignCreateEmbeddingPresignToken.js +1 -1
- package/funcs/embeddingEmbeddingPresignCreateEmbeddingPresignToken.js.map +1 -1
- package/funcs/embeddingEmbeddingPresignVerifyEmbeddingPresignToken.js +1 -1
- package/funcs/embeddingEmbeddingPresignVerifyEmbeddingPresignToken.js.map +1 -1
- package/funcs/templateTemplateCreateTemplateTemporary.d.ts +18 -0
- package/funcs/templateTemplateCreateTemplateTemporary.d.ts.map +1 -0
- package/funcs/{templatesMoveToTeam.js → templateTemplateCreateTemplateTemporary.js} +10 -10
- package/funcs/templateTemplateCreateTemplateTemporary.js.map +1 -0
- package/funcs/templatesDelete.js +1 -1
- package/funcs/templatesDelete.js.map +1 -1
- package/funcs/templatesDirectLinkCreate.js +1 -1
- package/funcs/templatesDirectLinkCreate.js.map +1 -1
- package/funcs/templatesDirectLinkDelete.js +1 -1
- package/funcs/templatesDirectLinkDelete.js.map +1 -1
- package/funcs/templatesDirectLinkToggle.js +1 -1
- package/funcs/templatesDirectLinkToggle.js.map +1 -1
- package/funcs/templatesDuplicate.js +1 -1
- package/funcs/templatesDuplicate.js.map +1 -1
- package/funcs/templatesFieldsCreate.js +1 -1
- package/funcs/templatesFieldsCreate.js.map +1 -1
- package/funcs/templatesFieldsCreateMany.js +1 -1
- package/funcs/templatesFieldsCreateMany.js.map +1 -1
- package/funcs/templatesFieldsDelete.js +1 -1
- package/funcs/templatesFieldsDelete.js.map +1 -1
- package/funcs/templatesFieldsGet.js +1 -1
- package/funcs/templatesFieldsGet.js.map +1 -1
- package/funcs/templatesFieldsUpdate.js +1 -1
- package/funcs/templatesFieldsUpdate.js.map +1 -1
- package/funcs/templatesFieldsUpdateMany.js +1 -1
- package/funcs/templatesFieldsUpdateMany.js.map +1 -1
- package/funcs/templatesFind.js +1 -1
- package/funcs/templatesFind.js.map +1 -1
- package/funcs/templatesGet.js +1 -1
- package/funcs/templatesGet.js.map +1 -1
- package/funcs/templatesRecipientsCreate.js +1 -1
- package/funcs/templatesRecipientsCreate.js.map +1 -1
- package/funcs/templatesRecipientsCreateMany.js +1 -1
- package/funcs/templatesRecipientsCreateMany.js.map +1 -1
- package/funcs/templatesRecipientsDelete.js +1 -1
- package/funcs/templatesRecipientsDelete.js.map +1 -1
- package/funcs/templatesRecipientsGet.js +1 -1
- package/funcs/templatesRecipientsGet.js.map +1 -1
- package/funcs/templatesRecipientsUpdate.js +1 -1
- package/funcs/templatesRecipientsUpdate.js.map +1 -1
- package/funcs/templatesRecipientsUpdateMany.js +1 -1
- package/funcs/templatesRecipientsUpdateMany.js.map +1 -1
- package/funcs/templatesUpdate.js +1 -1
- package/funcs/templatesUpdate.js.map +1 -1
- package/funcs/templatesUse.js +1 -1
- package/funcs/templatesUse.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.d.ts.map +1 -1
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +18 -1
- package/lib/env.js.map +1 -1
- package/lib/files.d.ts +5 -0
- package/lib/files.d.ts.map +1 -1
- package/lib/files.js +41 -0
- package/lib/files.js.map +1 -1
- package/lib/security.d.ts +2 -2
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js.map +1 -1
- package/lib/url.js +1 -1
- package/lib/url.js.map +1 -1
- package/mcp-server/cli/start/command.d.ts.map +1 -1
- package/mcp-server/cli/start/command.js +0 -12
- package/mcp-server/cli/start/command.js.map +1 -1
- package/mcp-server/cli/start/impl.d.ts +0 -2
- package/mcp-server/cli/start/impl.d.ts.map +1 -1
- package/mcp-server/cli/start/impl.js +0 -2
- package/mcp-server/cli/start/impl.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +8 -8
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/documentDocumentDownload.d.ts +8 -0
- package/mcp-server/tools/documentDocumentDownload.d.ts.map +1 -0
- package/mcp-server/tools/{templatesMoveToTeam.js → documentDocumentDownload.js} +9 -9
- package/mcp-server/tools/documentDocumentDownload.js.map +1 -0
- package/mcp-server/tools/documentsDelete.d.ts +1 -1
- package/mcp-server/tools/documentsDelete.js +1 -1
- package/mcp-server/tools/documentsDelete.js.map +1 -1
- package/mcp-server/tools/documentsDistribute.d.ts +1 -1
- package/mcp-server/tools/documentsDistribute.js +1 -1
- package/mcp-server/tools/documentsDistribute.js.map +1 -1
- package/mcp-server/tools/documentsDuplicate.d.ts +1 -1
- package/mcp-server/tools/documentsDuplicate.js +1 -1
- package/mcp-server/tools/documentsDuplicate.js.map +1 -1
- package/mcp-server/tools/documentsFind.d.ts +1 -1
- package/mcp-server/tools/documentsFind.js +1 -1
- package/mcp-server/tools/documentsFind.js.map +1 -1
- package/mcp-server/tools/documentsGet.d.ts +1 -1
- package/mcp-server/tools/documentsGet.js +1 -1
- package/mcp-server/tools/documentsGet.js.map +1 -1
- package/mcp-server/tools/documentsRedistribute.d.ts +1 -1
- package/mcp-server/tools/documentsRedistribute.js +1 -1
- package/mcp-server/tools/documentsRedistribute.js.map +1 -1
- package/mcp-server/tools/documentsUpdate.d.ts +1 -1
- package/mcp-server/tools/documentsUpdate.js +1 -1
- package/mcp-server/tools/documentsUpdate.js.map +1 -1
- package/mcp-server/tools/templateTemplateCreateTemplateTemporary.d.ts +8 -0
- package/mcp-server/tools/templateTemplateCreateTemplateTemporary.d.ts.map +1 -0
- package/mcp-server/tools/{documentsMoveToTeam.js → templateTemplateCreateTemplateTemporary.js} +9 -9
- package/mcp-server/tools/templateTemplateCreateTemplateTemporary.js.map +1 -0
- package/models/errors/apierror.d.ts.map +1 -1
- package/models/errors/apierror.js +8 -2
- package/models/errors/apierror.js.map +1 -1
- package/models/errors/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/errors/documentcreatedocumenttemporary.js +2 -6
- package/models/errors/documentcreatedocumenttemporary.js.map +1 -1
- package/models/errors/documentdelete.d.ts +143 -0
- package/models/errors/documentdelete.d.ts.map +1 -0
- package/models/errors/documentdelete.js +199 -0
- package/models/errors/documentdelete.js.map +1 -0
- package/models/errors/documentdistribute.d.ts +143 -0
- package/models/errors/documentdistribute.d.ts.map +1 -0
- package/models/errors/documentdistribute.js +198 -0
- package/models/errors/documentdistribute.js.map +1 -0
- package/models/errors/documentdownload.d.ts +212 -0
- package/models/errors/documentdownload.d.ts.map +1 -0
- package/models/errors/documentdownload.js +277 -0
- package/models/errors/documentdownload.js.map +1 -0
- package/models/errors/documentduplicate.d.ts +143 -0
- package/models/errors/documentduplicate.d.ts.map +1 -0
- package/models/errors/documentduplicate.js +198 -0
- package/models/errors/documentduplicate.js.map +1 -0
- package/models/errors/documentfind.d.ts +212 -0
- package/models/errors/documentfind.d.ts.map +1 -0
- package/models/errors/documentfind.js +278 -0
- package/models/errors/documentfind.js.map +1 -0
- package/models/errors/documentget.d.ts +212 -0
- package/models/errors/documentget.d.ts.map +1 -0
- package/models/errors/documentget.js +278 -0
- package/models/errors/documentget.js.map +1 -0
- package/models/errors/documentredistribute.d.ts +143 -0
- package/models/errors/{documentsenddocument.d.ts.map → documentredistribute.d.ts.map} +1 -1
- package/models/errors/documentredistribute.js +197 -0
- package/models/errors/documentredistribute.js.map +1 -0
- package/models/errors/documentupdate.d.ts +143 -0
- package/models/errors/documentupdate.d.ts.map +1 -0
- package/models/errors/documentupdate.js +199 -0
- package/models/errors/documentupdate.js.map +1 -0
- package/models/errors/embeddingpresigncreateembeddingpresigntoken.d.ts.map +1 -1
- package/models/errors/embeddingpresigncreateembeddingpresigntoken.js +2 -6
- package/models/errors/embeddingpresigncreateembeddingpresigntoken.js.map +1 -1
- package/models/errors/embeddingpresignverifyembeddingpresigntoken.d.ts.map +1 -1
- package/models/errors/embeddingpresignverifyembeddingpresigntoken.js +2 -6
- package/models/errors/embeddingpresignverifyembeddingpresigntoken.js.map +1 -1
- package/models/errors/fieldcreatedocumentfield.d.ts.map +1 -1
- package/models/errors/fieldcreatedocumentfield.js +2 -6
- package/models/errors/fieldcreatedocumentfield.js.map +1 -1
- package/models/errors/fieldcreatedocumentfields.d.ts.map +1 -1
- package/models/errors/fieldcreatedocumentfields.js +2 -6
- package/models/errors/fieldcreatedocumentfields.js.map +1 -1
- package/models/errors/fieldcreatetemplatefield.d.ts.map +1 -1
- package/models/errors/fieldcreatetemplatefield.js +2 -6
- package/models/errors/fieldcreatetemplatefield.js.map +1 -1
- package/models/errors/fieldcreatetemplatefields.d.ts.map +1 -1
- package/models/errors/fieldcreatetemplatefields.js +2 -6
- package/models/errors/fieldcreatetemplatefields.js.map +1 -1
- package/models/errors/fielddeletedocumentfield.d.ts.map +1 -1
- package/models/errors/fielddeletedocumentfield.js +2 -6
- package/models/errors/fielddeletedocumentfield.js.map +1 -1
- package/models/errors/fielddeletetemplatefield.d.ts.map +1 -1
- package/models/errors/fielddeletetemplatefield.js +2 -6
- package/models/errors/fielddeletetemplatefield.js.map +1 -1
- package/models/errors/fieldgetdocumentfield.d.ts.map +1 -1
- package/models/errors/fieldgetdocumentfield.js +3 -9
- package/models/errors/fieldgetdocumentfield.js.map +1 -1
- package/models/errors/fieldgettemplatefield.d.ts.map +1 -1
- package/models/errors/fieldgettemplatefield.js +3 -9
- package/models/errors/fieldgettemplatefield.js.map +1 -1
- package/models/errors/fieldupdatedocumentfield.d.ts.map +1 -1
- package/models/errors/fieldupdatedocumentfield.js +2 -6
- package/models/errors/fieldupdatedocumentfield.js.map +1 -1
- package/models/errors/fieldupdatedocumentfields.d.ts.map +1 -1
- package/models/errors/fieldupdatedocumentfields.js +2 -6
- package/models/errors/fieldupdatedocumentfields.js.map +1 -1
- package/models/errors/fieldupdatetemplatefield.d.ts.map +1 -1
- package/models/errors/fieldupdatetemplatefield.js +2 -6
- package/models/errors/fieldupdatetemplatefield.js.map +1 -1
- package/models/errors/fieldupdatetemplatefields.d.ts.map +1 -1
- package/models/errors/fieldupdatetemplatefields.js +2 -6
- package/models/errors/fieldupdatetemplatefields.js.map +1 -1
- package/models/errors/index.d.ts +10 -9
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +10 -9
- package/models/errors/index.js.map +1 -1
- package/models/errors/recipientcreatedocumentrecipient.d.ts.map +1 -1
- package/models/errors/recipientcreatedocumentrecipient.js +2 -6
- package/models/errors/recipientcreatedocumentrecipient.js.map +1 -1
- package/models/errors/recipientcreatedocumentrecipients.d.ts.map +1 -1
- package/models/errors/recipientcreatedocumentrecipients.js +2 -6
- package/models/errors/recipientcreatedocumentrecipients.js.map +1 -1
- package/models/errors/recipientcreatetemplaterecipient.d.ts.map +1 -1
- package/models/errors/recipientcreatetemplaterecipient.js +2 -6
- package/models/errors/recipientcreatetemplaterecipient.js.map +1 -1
- package/models/errors/recipientcreatetemplaterecipients.d.ts.map +1 -1
- package/models/errors/recipientcreatetemplaterecipients.js +2 -6
- package/models/errors/recipientcreatetemplaterecipients.js.map +1 -1
- package/models/errors/recipientdeletedocumentrecipient.d.ts.map +1 -1
- package/models/errors/recipientdeletedocumentrecipient.js +2 -6
- package/models/errors/recipientdeletedocumentrecipient.js.map +1 -1
- package/models/errors/recipientdeletetemplaterecipient.d.ts.map +1 -1
- package/models/errors/recipientdeletetemplaterecipient.js +2 -6
- package/models/errors/recipientdeletetemplaterecipient.js.map +1 -1
- package/models/errors/recipientgetdocumentrecipient.d.ts.map +1 -1
- package/models/errors/recipientgetdocumentrecipient.js +3 -9
- package/models/errors/recipientgetdocumentrecipient.js.map +1 -1
- package/models/errors/recipientgettemplaterecipient.d.ts.map +1 -1
- package/models/errors/recipientgettemplaterecipient.js +3 -9
- package/models/errors/recipientgettemplaterecipient.js.map +1 -1
- package/models/errors/recipientupdatedocumentrecipient.d.ts.map +1 -1
- package/models/errors/recipientupdatedocumentrecipient.js +2 -6
- package/models/errors/recipientupdatedocumentrecipient.js.map +1 -1
- package/models/errors/recipientupdatedocumentrecipients.d.ts.map +1 -1
- package/models/errors/recipientupdatedocumentrecipients.js +2 -6
- package/models/errors/recipientupdatedocumentrecipients.js.map +1 -1
- package/models/errors/recipientupdatetemplaterecipient.d.ts.map +1 -1
- package/models/errors/recipientupdatetemplaterecipient.js +2 -6
- package/models/errors/recipientupdatetemplaterecipient.js.map +1 -1
- package/models/errors/recipientupdatetemplaterecipients.d.ts.map +1 -1
- package/models/errors/recipientupdatetemplaterecipients.js +2 -6
- package/models/errors/recipientupdatetemplaterecipients.js.map +1 -1
- package/models/errors/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/errors/templatecreatedocumentfromtemplate.js +2 -6
- package/models/errors/templatecreatedocumentfromtemplate.js.map +1 -1
- package/models/errors/templatecreatetemplatedirectlink.d.ts.map +1 -1
- package/models/errors/templatecreatetemplatedirectlink.js +2 -6
- package/models/errors/templatecreatetemplatedirectlink.js.map +1 -1
- package/models/errors/templatecreatetemplatetemporary.d.ts +143 -0
- package/models/errors/templatecreatetemplatetemporary.d.ts.map +1 -0
- package/models/errors/templatecreatetemplatetemporary.js +199 -0
- package/models/errors/templatecreatetemplatetemporary.js.map +1 -0
- package/models/errors/templatedeletetemplate.d.ts.map +1 -1
- package/models/errors/templatedeletetemplate.js +2 -6
- package/models/errors/templatedeletetemplate.js.map +1 -1
- package/models/errors/templatedeletetemplatedirectlink.d.ts.map +1 -1
- package/models/errors/templatedeletetemplatedirectlink.js +2 -6
- package/models/errors/templatedeletetemplatedirectlink.js.map +1 -1
- package/models/errors/templateduplicatetemplate.d.ts.map +1 -1
- package/models/errors/templateduplicatetemplate.js +2 -6
- package/models/errors/templateduplicatetemplate.js.map +1 -1
- package/models/errors/templatefindtemplates.d.ts.map +1 -1
- package/models/errors/templatefindtemplates.js +3 -9
- package/models/errors/templatefindtemplates.js.map +1 -1
- package/models/errors/templategettemplatebyid.d.ts.map +1 -1
- package/models/errors/templategettemplatebyid.js +3 -9
- package/models/errors/templategettemplatebyid.js.map +1 -1
- package/models/errors/templatetoggletemplatedirectlink.d.ts.map +1 -1
- package/models/errors/templatetoggletemplatedirectlink.js +2 -6
- package/models/errors/templatetoggletemplatedirectlink.js.map +1 -1
- package/models/errors/templateupdatetemplate.d.ts.map +1 -1
- package/models/errors/templateupdatetemplate.js +2 -6
- package/models/errors/templateupdatetemplate.js.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.d.ts +205 -75
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +152 -69
- package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
- package/models/operations/documentdelete.d.ts +57 -0
- package/models/operations/documentdelete.d.ts.map +1 -0
- package/models/operations/documentdelete.js +96 -0
- package/models/operations/documentdelete.js.map +1 -0
- package/models/operations/documentdistribute.d.ts +602 -0
- package/models/operations/documentdistribute.d.ts.map +1 -0
- package/models/operations/documentdistribute.js +471 -0
- package/models/operations/documentdistribute.js.map +1 -0
- package/models/operations/documentdownload.d.ts +110 -0
- package/models/operations/documentdownload.d.ts.map +1 -0
- package/models/operations/documentdownload.js +125 -0
- package/models/operations/documentdownload.js.map +1 -0
- package/models/operations/documentduplicate.d.ts +65 -0
- package/models/operations/documentduplicate.d.ts.map +1 -0
- package/models/operations/documentduplicate.js +98 -0
- package/models/operations/documentduplicate.js.map +1 -0
- package/models/operations/{documentfinddocuments.d.ts → documentfind.d.ts} +225 -212
- package/models/operations/documentfind.d.ts.map +1 -0
- package/models/operations/documentfind.js +710 -0
- package/models/operations/documentfind.js.map +1 -0
- package/models/operations/documentget.d.ts +1864 -0
- package/models/operations/documentget.d.ts.map +1 -0
- package/models/operations/documentget.js +1698 -0
- package/models/operations/documentget.js.map +1 -0
- package/models/operations/documentredistribute.d.ts +62 -0
- package/models/operations/documentredistribute.d.ts.map +1 -0
- package/models/operations/documentredistribute.js +98 -0
- package/models/operations/documentredistribute.js.map +1 -0
- package/models/operations/documentupdate.d.ts +793 -0
- package/models/operations/documentupdate.d.ts.map +1 -0
- package/models/operations/documentupdate.js +610 -0
- package/models/operations/documentupdate.js.map +1 -0
- package/models/operations/fieldcreatedocumentfield.d.ts +78 -20
- package/models/operations/fieldcreatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfield.js +82 -34
- package/models/operations/fieldcreatedocumentfield.js.map +1 -1
- package/models/operations/fieldcreatedocumentfields.d.ts +78 -20
- package/models/operations/fieldcreatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfields.js +83 -34
- package/models/operations/fieldcreatedocumentfields.js.map +1 -1
- package/models/operations/fieldcreatetemplatefield.d.ts +78 -20
- package/models/operations/fieldcreatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefield.js +82 -34
- package/models/operations/fieldcreatetemplatefield.js.map +1 -1
- package/models/operations/fieldcreatetemplatefields.d.ts +78 -20
- package/models/operations/fieldcreatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefields.js +83 -34
- package/models/operations/fieldcreatetemplatefields.js.map +1 -1
- package/models/operations/fieldgetdocumentfield.d.ts +45 -14
- package/models/operations/fieldgetdocumentfield.d.ts.map +1 -1
- package/models/operations/fieldgetdocumentfield.js +50 -25
- package/models/operations/fieldgetdocumentfield.js.map +1 -1
- package/models/operations/fieldgettemplatefield.d.ts +45 -14
- package/models/operations/fieldgettemplatefield.d.ts.map +1 -1
- package/models/operations/fieldgettemplatefield.js +50 -25
- package/models/operations/fieldgettemplatefield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfield.d.ts +78 -20
- package/models/operations/fieldupdatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfield.js +82 -34
- package/models/operations/fieldupdatedocumentfield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfields.d.ts +78 -20
- package/models/operations/fieldupdatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfields.js +83 -34
- package/models/operations/fieldupdatedocumentfields.js.map +1 -1
- package/models/operations/fieldupdatetemplatefield.d.ts +78 -20
- package/models/operations/fieldupdatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefield.js +82 -34
- package/models/operations/fieldupdatetemplatefield.js.map +1 -1
- package/models/operations/fieldupdatetemplatefields.d.ts +78 -20
- package/models/operations/fieldupdatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefields.js +83 -34
- package/models/operations/fieldupdatetemplatefields.js.map +1 -1
- package/models/operations/index.d.ts +9 -9
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +9 -9
- package/models/operations/index.js.map +1 -1
- package/models/operations/recipientcreatedocumentrecipient.d.ts +12 -4
- package/models/operations/recipientcreatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientcreatedocumentrecipient.js +8 -4
- package/models/operations/recipientcreatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientcreatedocumentrecipients.d.ts +12 -4
- package/models/operations/recipientcreatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientcreatedocumentrecipients.js +8 -4
- package/models/operations/recipientcreatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientcreatetemplaterecipient.d.ts +12 -4
- package/models/operations/recipientcreatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientcreatetemplaterecipient.js +8 -4
- package/models/operations/recipientcreatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientcreatetemplaterecipients.d.ts +12 -4
- package/models/operations/recipientcreatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientcreatetemplaterecipients.js +8 -4
- package/models/operations/recipientcreatetemplaterecipients.js.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.d.ts +54 -18
- package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.js +57 -29
- package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
- package/models/operations/recipientgettemplaterecipient.d.ts +54 -18
- package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientgettemplaterecipient.js +57 -29
- package/models/operations/recipientgettemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.d.ts +57 -18
- package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.js +60 -30
- package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.d.ts +57 -18
- package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.js +61 -30
- package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.d.ts +57 -18
- package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.js +60 -30
- package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.d.ts +57 -18
- package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.js +61 -30
- package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +124 -37
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +132 -57
- package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
- package/models/operations/templatecreatetemplatedirectlink.d.ts +4 -2
- package/models/operations/templatecreatetemplatedirectlink.d.ts.map +1 -1
- package/models/operations/templatecreatetemplatedirectlink.js +4 -2
- package/models/operations/templatecreatetemplatedirectlink.js.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.d.ts +2364 -0
- package/models/operations/templatecreatetemplatetemporary.d.ts.map +1 -0
- package/models/operations/templatecreatetemplatetemporary.js +2109 -0
- package/models/operations/templatecreatetemplatetemporary.js.map +1 -0
- package/models/operations/templateduplicatetemplate.d.ts +9 -4
- package/models/operations/templateduplicatetemplate.d.ts.map +1 -1
- package/models/operations/templateduplicatetemplate.js +7 -4
- package/models/operations/templateduplicatetemplate.js.map +1 -1
- package/models/operations/templatefindtemplates.d.ts +65 -24
- package/models/operations/templatefindtemplates.d.ts.map +1 -1
- package/models/operations/templatefindtemplates.js +67 -36
- package/models/operations/templatefindtemplates.js.map +1 -1
- package/models/operations/templategettemplatebyid.d.ts +104 -55
- package/models/operations/templategettemplatebyid.d.ts.map +1 -1
- package/models/operations/templategettemplatebyid.js +115 -74
- package/models/operations/templategettemplatebyid.js.map +1 -1
- package/models/operations/templatetoggletemplatedirectlink.d.ts +4 -2
- package/models/operations/templatetoggletemplatedirectlink.d.ts.map +1 -1
- package/models/operations/templatetoggletemplatedirectlink.js +4 -2
- package/models/operations/templatetoggletemplatedirectlink.js.map +1 -1
- package/models/operations/templateupdatetemplate.d.ts +87 -34
- package/models/operations/templateupdatetemplate.d.ts.map +1 -1
- package/models/operations/templateupdatetemplate.js +36 -14
- package/models/operations/templateupdatetemplate.js.map +1 -1
- package/package.json +7 -9
- package/sdk/document.d.ts +12 -0
- package/sdk/document.d.ts.map +1 -0
- package/sdk/document.js +22 -0
- package/sdk/document.js.map +1 -0
- package/sdk/documents.d.ts +15 -22
- package/sdk/documents.d.ts.map +1 -1
- package/sdk/documents.js +13 -23
- package/sdk/documents.js.map +1 -1
- package/sdk/sdk.d.ts +6 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +8 -0
- package/sdk/sdk.js.map +1 -1
- package/sdk/template.d.ts +12 -0
- package/sdk/template.d.ts.map +1 -0
- package/sdk/template.js +22 -0
- package/sdk/template.js.map +1 -0
- package/sdk/templates.d.ts +0 -7
- package/sdk/templates.d.ts.map +1 -1
- package/sdk/templates.js +0 -10
- package/sdk/templates.js.map +1 -1
- package/src/funcs/{templatesMoveToTeam.ts → documentDocumentDownload.ts} +41 -33
- package/src/funcs/documentsCreateV0.ts +1 -1
- package/src/funcs/documentsDelete.ts +17 -21
- package/src/funcs/documentsDistribute.ts +17 -21
- package/src/funcs/documentsDuplicate.ts +17 -24
- package/src/funcs/documentsFieldsCreate.ts +1 -1
- package/src/funcs/documentsFieldsCreateMany.ts +1 -1
- package/src/funcs/documentsFieldsDelete.ts +1 -1
- package/src/funcs/documentsFieldsGet.ts +1 -1
- package/src/funcs/documentsFieldsUpdate.ts +1 -1
- package/src/funcs/documentsFieldsUpdateMany.ts +1 -1
- package/src/funcs/documentsFind.ts +21 -25
- package/src/funcs/documentsGet.ts +22 -43
- package/src/funcs/documentsRecipientsCreate.ts +1 -1
- package/src/funcs/documentsRecipientsCreateMany.ts +1 -1
- package/src/funcs/documentsRecipientsDelete.ts +1 -1
- package/src/funcs/documentsRecipientsGet.ts +1 -1
- package/src/funcs/documentsRecipientsUpdate.ts +1 -1
- package/src/funcs/documentsRecipientsUpdateMany.ts +1 -1
- package/src/funcs/documentsRedistribute.ts +17 -17
- package/src/funcs/documentsUpdate.ts +17 -21
- package/src/funcs/embeddingEmbeddingPresignCreateEmbeddingPresignToken.ts +1 -1
- package/src/funcs/embeddingEmbeddingPresignVerifyEmbeddingPresignToken.ts +1 -1
- package/src/funcs/{documentsMoveToTeam.ts → templateTemplateCreateTemplateTemporary.ts} +26 -21
- package/src/funcs/templatesDelete.ts +1 -1
- package/src/funcs/templatesDirectLinkCreate.ts +1 -1
- package/src/funcs/templatesDirectLinkDelete.ts +1 -1
- package/src/funcs/templatesDirectLinkToggle.ts +1 -1
- package/src/funcs/templatesDuplicate.ts +1 -1
- package/src/funcs/templatesFieldsCreate.ts +1 -1
- package/src/funcs/templatesFieldsCreateMany.ts +1 -1
- package/src/funcs/templatesFieldsDelete.ts +1 -1
- package/src/funcs/templatesFieldsGet.ts +1 -1
- package/src/funcs/templatesFieldsUpdate.ts +1 -1
- package/src/funcs/templatesFieldsUpdateMany.ts +1 -1
- package/src/funcs/templatesFind.ts +1 -1
- package/src/funcs/templatesGet.ts +1 -1
- package/src/funcs/templatesRecipientsCreate.ts +1 -1
- package/src/funcs/templatesRecipientsCreateMany.ts +1 -1
- package/src/funcs/templatesRecipientsDelete.ts +1 -1
- package/src/funcs/templatesRecipientsGet.ts +1 -1
- package/src/funcs/templatesRecipientsUpdate.ts +1 -1
- package/src/funcs/templatesRecipientsUpdateMany.ts +1 -1
- package/src/funcs/templatesUpdate.ts +1 -1
- package/src/funcs/templatesUse.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/env.ts +20 -3
- package/src/lib/files.ts +42 -0
- package/src/lib/security.ts +6 -3
- package/src/lib/url.ts +1 -1
- package/src/mcp-server/cli/start/command.ts +0 -13
- package/src/mcp-server/cli/start/impl.ts +0 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +8 -8
- package/src/mcp-server/tools/{templatesMoveToTeam.ts → documentDocumentDownload.ts} +7 -7
- package/src/mcp-server/tools/documentsDelete.ts +1 -1
- package/src/mcp-server/tools/documentsDistribute.ts +1 -1
- package/src/mcp-server/tools/documentsDuplicate.ts +1 -1
- package/src/mcp-server/tools/documentsFind.ts +1 -1
- package/src/mcp-server/tools/documentsGet.ts +1 -1
- package/src/mcp-server/tools/documentsRedistribute.ts +1 -1
- package/src/mcp-server/tools/documentsUpdate.ts +1 -1
- package/src/mcp-server/tools/templateTemplateCreateTemplateTemporary.ts +39 -0
- package/src/models/errors/apierror.ts +8 -2
- package/src/models/errors/documentcreatedocumenttemporary.ts +2 -6
- package/src/models/errors/documentdelete.ts +314 -0
- package/src/models/errors/documentdistribute.ts +324 -0
- package/src/models/errors/documentdownload.ts +470 -0
- package/src/models/errors/documentduplicate.ts +324 -0
- package/src/models/errors/documentfind.ts +459 -0
- package/src/models/errors/documentget.ts +457 -0
- package/src/models/errors/documentredistribute.ts +331 -0
- package/src/models/errors/documentupdate.ts +314 -0
- package/src/models/errors/embeddingpresigncreateembeddingpresigntoken.ts +2 -6
- package/src/models/errors/embeddingpresignverifyembeddingpresigntoken.ts +2 -6
- package/src/models/errors/fieldcreatedocumentfield.ts +2 -6
- package/src/models/errors/fieldcreatedocumentfields.ts +2 -6
- package/src/models/errors/fieldcreatetemplatefield.ts +2 -6
- package/src/models/errors/fieldcreatetemplatefields.ts +2 -6
- package/src/models/errors/fielddeletedocumentfield.ts +2 -6
- package/src/models/errors/fielddeletetemplatefield.ts +2 -6
- package/src/models/errors/fieldgetdocumentfield.ts +3 -9
- package/src/models/errors/fieldgettemplatefield.ts +3 -9
- package/src/models/errors/fieldupdatedocumentfield.ts +2 -6
- package/src/models/errors/fieldupdatedocumentfields.ts +2 -6
- package/src/models/errors/fieldupdatetemplatefield.ts +2 -6
- package/src/models/errors/fieldupdatetemplatefields.ts +2 -6
- package/src/models/errors/index.ts +10 -9
- package/src/models/errors/recipientcreatedocumentrecipient.ts +2 -6
- package/src/models/errors/recipientcreatedocumentrecipients.ts +2 -6
- package/src/models/errors/recipientcreatetemplaterecipient.ts +2 -6
- package/src/models/errors/recipientcreatetemplaterecipients.ts +2 -6
- package/src/models/errors/recipientdeletedocumentrecipient.ts +2 -6
- package/src/models/errors/recipientdeletetemplaterecipient.ts +2 -6
- package/src/models/errors/recipientgetdocumentrecipient.ts +3 -9
- package/src/models/errors/recipientgettemplaterecipient.ts +3 -9
- package/src/models/errors/recipientupdatedocumentrecipient.ts +2 -6
- package/src/models/errors/recipientupdatedocumentrecipients.ts +2 -6
- package/src/models/errors/recipientupdatetemplaterecipient.ts +2 -6
- package/src/models/errors/recipientupdatetemplaterecipients.ts +2 -6
- package/src/models/errors/templatecreatedocumentfromtemplate.ts +2 -6
- package/src/models/errors/templatecreatetemplatedirectlink.ts +2 -6
- package/src/models/errors/templatecreatetemplatetemporary.ts +363 -0
- package/src/models/errors/templatedeletetemplate.ts +2 -6
- package/src/models/errors/templatedeletetemplatedirectlink.ts +2 -6
- package/src/models/errors/templateduplicatetemplate.ts +2 -6
- package/src/models/errors/templatefindtemplates.ts +3 -9
- package/src/models/errors/templategettemplatebyid.ts +3 -9
- package/src/models/errors/templatetoggletemplatedirectlink.ts +2 -6
- package/src/models/errors/templateupdatetemplate.ts +2 -6
- package/src/models/operations/documentcreatedocumenttemporary.ts +257 -117
- package/src/models/operations/documentdelete.ts +127 -0
- package/src/models/operations/documentdistribute.ts +861 -0
- package/src/models/operations/documentdownload.ts +186 -0
- package/src/models/operations/documentduplicate.ts +137 -0
- package/src/models/operations/documentfind.ts +1255 -0
- package/src/models/operations/documentget.ts +3106 -0
- package/src/models/operations/documentredistribute.ts +138 -0
- package/src/models/operations/documentupdate.ts +1131 -0
- package/src/models/operations/fieldcreatedocumentfield.ts +153 -67
- package/src/models/operations/fieldcreatedocumentfields.ts +155 -70
- package/src/models/operations/fieldcreatetemplatefield.ts +153 -67
- package/src/models/operations/fieldcreatetemplatefields.ts +155 -70
- package/src/models/operations/fieldgetdocumentfield.ts +87 -46
- package/src/models/operations/fieldgettemplatefield.ts +87 -46
- package/src/models/operations/fieldupdatedocumentfield.ts +153 -67
- package/src/models/operations/fieldupdatedocumentfields.ts +155 -70
- package/src/models/operations/fieldupdatetemplatefield.ts +153 -67
- package/src/models/operations/fieldupdatetemplatefields.ts +155 -70
- package/src/models/operations/index.ts +9 -9
- package/src/models/operations/recipientcreatedocumentrecipient.ts +14 -8
- package/src/models/operations/recipientcreatedocumentrecipients.ts +14 -8
- package/src/models/operations/recipientcreatetemplaterecipient.ts +14 -8
- package/src/models/operations/recipientcreatetemplaterecipients.ts +14 -8
- package/src/models/operations/recipientgetdocumentrecipient.ts +112 -61
- package/src/models/operations/recipientgettemplaterecipient.ts +112 -61
- package/src/models/operations/recipientupdatedocumentrecipient.ts +117 -64
- package/src/models/operations/recipientupdatedocumentrecipients.ts +118 -66
- package/src/models/operations/recipientupdatetemplaterecipient.ts +117 -64
- package/src/models/operations/recipientupdatetemplaterecipients.ts +118 -66
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +273 -128
- package/src/models/operations/templatecreatetemplatedirectlink.ts +8 -4
- package/src/models/operations/templatecreatetemplatetemporary.ts +4374 -0
- package/src/models/operations/templateduplicatetemplate.ts +13 -8
- package/src/models/operations/templatefindtemplates.ts +117 -66
- package/src/models/operations/templategettemplatebyid.ts +225 -139
- package/src/models/operations/templatetoggletemplatedirectlink.ts +8 -4
- package/src/models/operations/templateupdatetemplate.ts +51 -18
- package/src/sdk/document.ts +27 -0
- package/src/sdk/documents.ts +29 -47
- package/src/sdk/sdk.ts +12 -0
- package/src/sdk/template.ts +27 -0
- package/src/sdk/templates.ts +0 -18
- package/src/types/constdatetime.ts +1 -1
- package/types/constdatetime.js +1 -1
- package/docs/sdks/documenso/README.md +0 -7
- package/funcs/documentsMoveToTeam.d.ts +0 -18
- package/funcs/documentsMoveToTeam.d.ts.map +0 -1
- package/funcs/documentsMoveToTeam.js.map +0 -1
- package/funcs/templatesMoveToTeam.d.ts.map +0 -1
- package/funcs/templatesMoveToTeam.js.map +0 -1
- package/mcp-server/tools/documentsMoveToTeam.d.ts +0 -8
- package/mcp-server/tools/documentsMoveToTeam.d.ts.map +0 -1
- package/mcp-server/tools/documentsMoveToTeam.js.map +0 -1
- package/mcp-server/tools/templatesMoveToTeam.d.ts +0 -8
- package/mcp-server/tools/templatesMoveToTeam.d.ts.map +0 -1
- package/mcp-server/tools/templatesMoveToTeam.js.map +0 -1
- package/models/errors/documentdeletedocument.d.ts +0 -143
- package/models/errors/documentdeletedocument.d.ts.map +0 -1
- package/models/errors/documentdeletedocument.js +0 -201
- package/models/errors/documentdeletedocument.js.map +0 -1
- package/models/errors/documentduplicatedocument.d.ts +0 -143
- package/models/errors/documentduplicatedocument.d.ts.map +0 -1
- package/models/errors/documentduplicatedocument.js +0 -201
- package/models/errors/documentduplicatedocument.js.map +0 -1
- package/models/errors/documentfinddocuments.d.ts +0 -212
- package/models/errors/documentfinddocuments.d.ts.map +0 -1
- package/models/errors/documentfinddocuments.js +0 -280
- package/models/errors/documentfinddocuments.js.map +0 -1
- package/models/errors/documentgetdocumentwithdetailsbyid.d.ts +0 -212
- package/models/errors/documentgetdocumentwithdetailsbyid.d.ts.map +0 -1
- package/models/errors/documentgetdocumentwithdetailsbyid.js +0 -282
- package/models/errors/documentgetdocumentwithdetailsbyid.js.map +0 -1
- package/models/errors/documentmovedocumenttoteam.d.ts +0 -143
- package/models/errors/documentmovedocumenttoteam.d.ts.map +0 -1
- package/models/errors/documentmovedocumenttoteam.js +0 -201
- package/models/errors/documentmovedocumenttoteam.js.map +0 -1
- package/models/errors/documentresenddocument.d.ts +0 -143
- package/models/errors/documentresenddocument.d.ts.map +0 -1
- package/models/errors/documentresenddocument.js +0 -201
- package/models/errors/documentresenddocument.js.map +0 -1
- package/models/errors/documentsenddocument.d.ts +0 -143
- package/models/errors/documentsenddocument.js +0 -201
- package/models/errors/documentsenddocument.js.map +0 -1
- package/models/errors/documentupdatedocument.d.ts +0 -143
- package/models/errors/documentupdatedocument.d.ts.map +0 -1
- package/models/errors/documentupdatedocument.js +0 -201
- package/models/errors/documentupdatedocument.js.map +0 -1
- package/models/errors/templatemovetemplatetoteam.d.ts +0 -143
- package/models/errors/templatemovetemplatetoteam.d.ts.map +0 -1
- package/models/errors/templatemovetemplatetoteam.js +0 -201
- package/models/errors/templatemovetemplatetoteam.js.map +0 -1
- package/models/operations/documentdeletedocument.d.ts +0 -57
- package/models/operations/documentdeletedocument.d.ts.map +0 -1
- package/models/operations/documentdeletedocument.js +0 -96
- package/models/operations/documentdeletedocument.js.map +0 -1
- package/models/operations/documentduplicatedocument.d.ts +0 -57
- package/models/operations/documentduplicatedocument.d.ts.map +0 -1
- package/models/operations/documentduplicatedocument.js +0 -96
- package/models/operations/documentduplicatedocument.js.map +0 -1
- package/models/operations/documentfinddocuments.d.ts.map +0 -1
- package/models/operations/documentfinddocuments.js +0 -704
- package/models/operations/documentfinddocuments.js.map +0 -1
- package/models/operations/documentgetdocumentwithdetailsbyid.d.ts +0 -1819
- package/models/operations/documentgetdocumentwithdetailsbyid.d.ts.map +0 -1
- package/models/operations/documentgetdocumentwithdetailsbyid.js +0 -1705
- package/models/operations/documentgetdocumentwithdetailsbyid.js.map +0 -1
- package/models/operations/documentmovedocumenttoteam.d.ts +0 -310
- package/models/operations/documentmovedocumenttoteam.d.ts.map +0 -1
- package/models/operations/documentmovedocumenttoteam.js +0 -292
- package/models/operations/documentmovedocumenttoteam.js.map +0 -1
- package/models/operations/documentresenddocument.d.ts +0 -62
- package/models/operations/documentresenddocument.d.ts.map +0 -1
- package/models/operations/documentresenddocument.js +0 -98
- package/models/operations/documentresenddocument.js.map +0 -1
- package/models/operations/documentsenddocument.d.ts +0 -554
- package/models/operations/documentsenddocument.d.ts.map +0 -1
- package/models/operations/documentsenddocument.js +0 -452
- package/models/operations/documentsenddocument.js.map +0 -1
- package/models/operations/documentupdatedocument.d.ts +0 -740
- package/models/operations/documentupdatedocument.d.ts.map +0 -1
- package/models/operations/documentupdatedocument.js +0 -595
- package/models/operations/documentupdatedocument.js.map +0 -1
- package/models/operations/templatemovetemplatetoteam.d.ts +0 -239
- package/models/operations/templatemovetemplatetoteam.d.ts.map +0 -1
- package/models/operations/templatemovetemplatetoteam.js +0 -241
- package/models/operations/templatemovetemplatetoteam.js.map +0 -1
- package/src/mcp-server/tools/documentsMoveToTeam.ts +0 -37
- package/src/models/errors/documentdeletedocument.ts +0 -339
- package/src/models/errors/documentduplicatedocument.ts +0 -350
- package/src/models/errors/documentfinddocuments.ts +0 -493
- package/src/models/errors/documentgetdocumentwithdetailsbyid.ts +0 -546
- package/src/models/errors/documentmovedocumenttoteam.ts +0 -358
- package/src/models/errors/documentresenddocument.ts +0 -339
- package/src/models/errors/documentsenddocument.ts +0 -335
- package/src/models/errors/documentupdatedocument.ts +0 -339
- package/src/models/errors/templatemovetemplatetoteam.ts +0 -358
- package/src/models/operations/documentdeletedocument.ts +0 -131
- package/src/models/operations/documentduplicatedocument.ts +0 -132
- package/src/models/operations/documentfinddocuments.ts +0 -1300
- package/src/models/operations/documentgetdocumentwithdetailsbyid.ts +0 -3621
- package/src/models/operations/documentmovedocumenttoteam.ts +0 -529
- package/src/models/operations/documentresenddocument.ts +0 -138
- package/src/models/operations/documentsenddocument.ts +0 -846
- package/src/models/operations/documentupdatedocument.ts +0 -1128
- package/src/models/operations/templatemovetemplatetoteam.ts +0 -417
|
@@ -1,1819 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
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 type DocumentGetDocumentWithDetailsByIdRequest = {
|
|
6
|
-
documentId: number;
|
|
7
|
-
/**
|
|
8
|
-
* Filter documents by folder ID
|
|
9
|
-
*/
|
|
10
|
-
folderId?: string | undefined;
|
|
11
|
-
};
|
|
12
|
-
export declare const DocumentGetDocumentWithDetailsByIdVisibility: {
|
|
13
|
-
readonly Everyone: "EVERYONE";
|
|
14
|
-
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
15
|
-
readonly Admin: "ADMIN";
|
|
16
|
-
};
|
|
17
|
-
export type DocumentGetDocumentWithDetailsByIdVisibility = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdVisibility>;
|
|
18
|
-
export declare const DocumentGetDocumentWithDetailsByIdStatus: {
|
|
19
|
-
readonly Draft: "DRAFT";
|
|
20
|
-
readonly Pending: "PENDING";
|
|
21
|
-
readonly Completed: "COMPLETED";
|
|
22
|
-
readonly Rejected: "REJECTED";
|
|
23
|
-
};
|
|
24
|
-
export type DocumentGetDocumentWithDetailsByIdStatus = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdStatus>;
|
|
25
|
-
export declare const DocumentGetDocumentWithDetailsByIdSource: {
|
|
26
|
-
readonly Document: "DOCUMENT";
|
|
27
|
-
readonly Template: "TEMPLATE";
|
|
28
|
-
readonly TemplateDirectLink: "TEMPLATE_DIRECT_LINK";
|
|
29
|
-
};
|
|
30
|
-
export type DocumentGetDocumentWithDetailsByIdSource = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdSource>;
|
|
31
|
-
/**
|
|
32
|
-
* The type of authentication required for the recipient to access the document.
|
|
33
|
-
*/
|
|
34
|
-
export declare const DocumentGetDocumentWithDetailsByIdGlobalAccessAuth: {
|
|
35
|
-
readonly Account: "ACCOUNT";
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* The type of authentication required for the recipient to access the document.
|
|
39
|
-
*/
|
|
40
|
-
export type DocumentGetDocumentWithDetailsByIdGlobalAccessAuth = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalAccessAuth>;
|
|
41
|
-
/**
|
|
42
|
-
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
43
|
-
*/
|
|
44
|
-
export declare const DocumentGetDocumentWithDetailsByIdGlobalActionAuth: {
|
|
45
|
-
readonly Account: "ACCOUNT";
|
|
46
|
-
readonly Passkey: "PASSKEY";
|
|
47
|
-
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
48
|
-
readonly Password: "PASSWORD";
|
|
49
|
-
};
|
|
50
|
-
/**
|
|
51
|
-
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
52
|
-
*/
|
|
53
|
-
export type DocumentGetDocumentWithDetailsByIdGlobalActionAuth = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalActionAuth>;
|
|
54
|
-
export type DocumentGetDocumentWithDetailsByIdAuthOptions = {
|
|
55
|
-
globalAccessAuth: Array<DocumentGetDocumentWithDetailsByIdGlobalAccessAuth>;
|
|
56
|
-
globalActionAuth: Array<DocumentGetDocumentWithDetailsByIdGlobalActionAuth>;
|
|
57
|
-
};
|
|
58
|
-
export type DocumentGetDocumentWithDetailsByIdFormValues = string | boolean | number;
|
|
59
|
-
export declare const DocumentGetDocumentWithDetailsByIdDocumentDataType: {
|
|
60
|
-
readonly S3Path: "S3_PATH";
|
|
61
|
-
readonly Bytes: "BYTES";
|
|
62
|
-
readonly Bytes64: "BYTES_64";
|
|
63
|
-
};
|
|
64
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentDataType = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdDocumentDataType>;
|
|
65
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentData = {
|
|
66
|
-
type: DocumentGetDocumentWithDetailsByIdDocumentDataType;
|
|
67
|
-
id: string;
|
|
68
|
-
data: string;
|
|
69
|
-
initialData: string;
|
|
70
|
-
};
|
|
71
|
-
export declare const DocumentGetDocumentWithDetailsByIdSigningOrder: {
|
|
72
|
-
readonly Parallel: "PARALLEL";
|
|
73
|
-
readonly Sequential: "SEQUENTIAL";
|
|
74
|
-
};
|
|
75
|
-
export type DocumentGetDocumentWithDetailsByIdSigningOrder = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdSigningOrder>;
|
|
76
|
-
export declare const DocumentGetDocumentWithDetailsByIdDistributionMethod: {
|
|
77
|
-
readonly Email: "EMAIL";
|
|
78
|
-
readonly None: "NONE";
|
|
79
|
-
};
|
|
80
|
-
export type DocumentGetDocumentWithDetailsByIdDistributionMethod = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdDistributionMethod>;
|
|
81
|
-
export type DocumentGetDocumentWithDetailsByIdEmailSettings = {
|
|
82
|
-
/**
|
|
83
|
-
* Whether to send an email to all recipients that the document is ready for them to sign.
|
|
84
|
-
*/
|
|
85
|
-
recipientSigningRequest?: boolean | undefined;
|
|
86
|
-
/**
|
|
87
|
-
* Whether to send an email to the recipient who was removed from a pending document.
|
|
88
|
-
*/
|
|
89
|
-
recipientRemoved?: boolean | undefined;
|
|
90
|
-
/**
|
|
91
|
-
* Whether to send an email to the document owner when a recipient has signed the document.
|
|
92
|
-
*/
|
|
93
|
-
recipientSigned?: boolean | undefined;
|
|
94
|
-
/**
|
|
95
|
-
* Whether to send an email to the recipient who has just signed the document indicating that there are still other recipients who need to sign the document. This will only be sent if the document is still pending after the recipient has signed.
|
|
96
|
-
*/
|
|
97
|
-
documentPending?: boolean | undefined;
|
|
98
|
-
/**
|
|
99
|
-
* Whether to send an email to all recipients when the document is complete.
|
|
100
|
-
*/
|
|
101
|
-
documentCompleted?: boolean | undefined;
|
|
102
|
-
/**
|
|
103
|
-
* Whether to send an email to all recipients if a pending document has been deleted.
|
|
104
|
-
*/
|
|
105
|
-
documentDeleted?: boolean | undefined;
|
|
106
|
-
/**
|
|
107
|
-
* Whether to send an email to the document owner when the document is complete.
|
|
108
|
-
*/
|
|
109
|
-
ownerDocumentCompleted?: boolean | undefined;
|
|
110
|
-
};
|
|
111
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentMeta = {
|
|
112
|
-
signingOrder: DocumentGetDocumentWithDetailsByIdSigningOrder;
|
|
113
|
-
distributionMethod: DocumentGetDocumentWithDetailsByIdDistributionMethod;
|
|
114
|
-
id: string;
|
|
115
|
-
subject: string | null;
|
|
116
|
-
message: string | null;
|
|
117
|
-
timezone: string | null;
|
|
118
|
-
password: string | null;
|
|
119
|
-
dateFormat: string | null;
|
|
120
|
-
documentId: number;
|
|
121
|
-
redirectUrl: string | null;
|
|
122
|
-
typedSignatureEnabled: boolean;
|
|
123
|
-
uploadSignatureEnabled: boolean;
|
|
124
|
-
drawSignatureEnabled: boolean;
|
|
125
|
-
allowDictateNextSigner: boolean;
|
|
126
|
-
language: string;
|
|
127
|
-
emailSettings: DocumentGetDocumentWithDetailsByIdEmailSettings | null;
|
|
128
|
-
};
|
|
129
|
-
export declare const DocumentGetDocumentWithDetailsByIdFolderType: {
|
|
130
|
-
readonly Document: "DOCUMENT";
|
|
131
|
-
readonly Template: "TEMPLATE";
|
|
132
|
-
};
|
|
133
|
-
export type DocumentGetDocumentWithDetailsByIdFolderType = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdFolderType>;
|
|
134
|
-
export declare const DocumentGetDocumentWithDetailsByIdFolderVisibility: {
|
|
135
|
-
readonly Everyone: "EVERYONE";
|
|
136
|
-
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
137
|
-
readonly Admin: "ADMIN";
|
|
138
|
-
};
|
|
139
|
-
export type DocumentGetDocumentWithDetailsByIdFolderVisibility = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdFolderVisibility>;
|
|
140
|
-
export type DocumentGetDocumentWithDetailsByIdFolder = {
|
|
141
|
-
id: string;
|
|
142
|
-
name: string;
|
|
143
|
-
type: DocumentGetDocumentWithDetailsByIdFolderType;
|
|
144
|
-
visibility: DocumentGetDocumentWithDetailsByIdFolderVisibility;
|
|
145
|
-
userId: number;
|
|
146
|
-
teamId: number | null;
|
|
147
|
-
pinned: boolean;
|
|
148
|
-
parentId: string | null;
|
|
149
|
-
createdAt: string;
|
|
150
|
-
updatedAt: string;
|
|
151
|
-
};
|
|
152
|
-
export declare const DocumentGetDocumentWithDetailsByIdRole: {
|
|
153
|
-
readonly Cc: "CC";
|
|
154
|
-
readonly Signer: "SIGNER";
|
|
155
|
-
readonly Viewer: "VIEWER";
|
|
156
|
-
readonly Approver: "APPROVER";
|
|
157
|
-
readonly Assistant: "ASSISTANT";
|
|
158
|
-
};
|
|
159
|
-
export type DocumentGetDocumentWithDetailsByIdRole = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdRole>;
|
|
160
|
-
export declare const DocumentGetDocumentWithDetailsByIdReadStatus: {
|
|
161
|
-
readonly NotOpened: "NOT_OPENED";
|
|
162
|
-
readonly Opened: "OPENED";
|
|
163
|
-
};
|
|
164
|
-
export type DocumentGetDocumentWithDetailsByIdReadStatus = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdReadStatus>;
|
|
165
|
-
export declare const DocumentGetDocumentWithDetailsByIdSigningStatus: {
|
|
166
|
-
readonly NotSigned: "NOT_SIGNED";
|
|
167
|
-
readonly Signed: "SIGNED";
|
|
168
|
-
readonly Rejected: "REJECTED";
|
|
169
|
-
};
|
|
170
|
-
export type DocumentGetDocumentWithDetailsByIdSigningStatus = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdSigningStatus>;
|
|
171
|
-
export declare const DocumentGetDocumentWithDetailsByIdSendStatus: {
|
|
172
|
-
readonly NotSent: "NOT_SENT";
|
|
173
|
-
readonly Sent: "SENT";
|
|
174
|
-
};
|
|
175
|
-
export type DocumentGetDocumentWithDetailsByIdSendStatus = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdSendStatus>;
|
|
176
|
-
/**
|
|
177
|
-
* The type of authentication required for the recipient to access the document.
|
|
178
|
-
*/
|
|
179
|
-
export declare const DocumentGetDocumentWithDetailsByIdAccessAuth: {
|
|
180
|
-
readonly Account: "ACCOUNT";
|
|
181
|
-
};
|
|
182
|
-
/**
|
|
183
|
-
* The type of authentication required for the recipient to access the document.
|
|
184
|
-
*/
|
|
185
|
-
export type DocumentGetDocumentWithDetailsByIdAccessAuth = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdAccessAuth>;
|
|
186
|
-
/**
|
|
187
|
-
* The type of authentication required for the recipient to sign the document.
|
|
188
|
-
*/
|
|
189
|
-
export declare const DocumentGetDocumentWithDetailsByIdActionAuth: {
|
|
190
|
-
readonly Account: "ACCOUNT";
|
|
191
|
-
readonly Passkey: "PASSKEY";
|
|
192
|
-
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
193
|
-
readonly Password: "PASSWORD";
|
|
194
|
-
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
195
|
-
};
|
|
196
|
-
/**
|
|
197
|
-
* The type of authentication required for the recipient to sign the document.
|
|
198
|
-
*/
|
|
199
|
-
export type DocumentGetDocumentWithDetailsByIdActionAuth = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdActionAuth>;
|
|
200
|
-
export type DocumentGetDocumentWithDetailsByIdRecipientAuthOptions = {
|
|
201
|
-
accessAuth: Array<DocumentGetDocumentWithDetailsByIdAccessAuth>;
|
|
202
|
-
actionAuth: Array<DocumentGetDocumentWithDetailsByIdActionAuth>;
|
|
203
|
-
};
|
|
204
|
-
export type DocumentGetDocumentWithDetailsByIdRecipient = {
|
|
205
|
-
role: DocumentGetDocumentWithDetailsByIdRole;
|
|
206
|
-
readStatus: DocumentGetDocumentWithDetailsByIdReadStatus;
|
|
207
|
-
signingStatus: DocumentGetDocumentWithDetailsByIdSigningStatus;
|
|
208
|
-
sendStatus: DocumentGetDocumentWithDetailsByIdSendStatus;
|
|
209
|
-
id: number;
|
|
210
|
-
documentId: number | null;
|
|
211
|
-
templateId: number | null;
|
|
212
|
-
email: string;
|
|
213
|
-
name: string;
|
|
214
|
-
token: string;
|
|
215
|
-
documentDeletedAt: string | null;
|
|
216
|
-
expired: string | null;
|
|
217
|
-
signedAt: string | null;
|
|
218
|
-
authOptions: DocumentGetDocumentWithDetailsByIdRecipientAuthOptions | null;
|
|
219
|
-
/**
|
|
220
|
-
* The order in which the recipient should sign the document. Only works if the document is set to sequential signing.
|
|
221
|
-
*/
|
|
222
|
-
signingOrder: number | null;
|
|
223
|
-
rejectionReason: string | null;
|
|
224
|
-
};
|
|
225
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldType: {
|
|
226
|
-
readonly Signature: "SIGNATURE";
|
|
227
|
-
readonly FreeSignature: "FREE_SIGNATURE";
|
|
228
|
-
readonly Initials: "INITIALS";
|
|
229
|
-
readonly Name: "NAME";
|
|
230
|
-
readonly Email: "EMAIL";
|
|
231
|
-
readonly Date: "DATE";
|
|
232
|
-
readonly Text: "TEXT";
|
|
233
|
-
readonly Number: "NUMBER";
|
|
234
|
-
readonly Radio: "RADIO";
|
|
235
|
-
readonly Checkbox: "CHECKBOX";
|
|
236
|
-
readonly Dropdown: "DROPDOWN";
|
|
237
|
-
};
|
|
238
|
-
export type DocumentGetDocumentWithDetailsByIdFieldType = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdFieldType>;
|
|
239
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeDropdown: {
|
|
240
|
-
readonly Dropdown: "dropdown";
|
|
241
|
-
};
|
|
242
|
-
export type DocumentGetDocumentWithDetailsByIdTypeDropdown = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDropdown>;
|
|
243
|
-
export type DocumentGetDocumentWithDetailsByIdValue3 = {
|
|
244
|
-
value: string;
|
|
245
|
-
};
|
|
246
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaDropdown = {
|
|
247
|
-
label?: string | undefined;
|
|
248
|
-
placeholder?: string | undefined;
|
|
249
|
-
required?: boolean | undefined;
|
|
250
|
-
readOnly?: boolean | undefined;
|
|
251
|
-
type: DocumentGetDocumentWithDetailsByIdTypeDropdown;
|
|
252
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue3> | undefined;
|
|
253
|
-
defaultValue?: string | undefined;
|
|
254
|
-
};
|
|
255
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeCheckbox: {
|
|
256
|
-
readonly Checkbox: "checkbox";
|
|
257
|
-
};
|
|
258
|
-
export type DocumentGetDocumentWithDetailsByIdTypeCheckbox = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeCheckbox>;
|
|
259
|
-
export type DocumentGetDocumentWithDetailsByIdValue2 = {
|
|
260
|
-
id: number;
|
|
261
|
-
checked: boolean;
|
|
262
|
-
value: string;
|
|
263
|
-
};
|
|
264
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox = {
|
|
265
|
-
label?: string | undefined;
|
|
266
|
-
placeholder?: string | undefined;
|
|
267
|
-
required?: boolean | undefined;
|
|
268
|
-
readOnly?: boolean | undefined;
|
|
269
|
-
type: DocumentGetDocumentWithDetailsByIdTypeCheckbox;
|
|
270
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue2> | undefined;
|
|
271
|
-
validationRule?: string | undefined;
|
|
272
|
-
validationLength?: number | undefined;
|
|
273
|
-
};
|
|
274
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeRadio: {
|
|
275
|
-
readonly Radio: "radio";
|
|
276
|
-
};
|
|
277
|
-
export type DocumentGetDocumentWithDetailsByIdTypeRadio = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeRadio>;
|
|
278
|
-
export type DocumentGetDocumentWithDetailsByIdValue1 = {
|
|
279
|
-
id: number;
|
|
280
|
-
checked: boolean;
|
|
281
|
-
value: string;
|
|
282
|
-
};
|
|
283
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaRadio = {
|
|
284
|
-
label?: string | undefined;
|
|
285
|
-
placeholder?: string | undefined;
|
|
286
|
-
required?: boolean | undefined;
|
|
287
|
-
readOnly?: boolean | undefined;
|
|
288
|
-
type: DocumentGetDocumentWithDetailsByIdTypeRadio;
|
|
289
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue1> | undefined;
|
|
290
|
-
};
|
|
291
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeNumber: {
|
|
292
|
-
readonly Number: "number";
|
|
293
|
-
};
|
|
294
|
-
export type DocumentGetDocumentWithDetailsByIdTypeNumber = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeNumber>;
|
|
295
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign6: {
|
|
296
|
-
readonly Left: "left";
|
|
297
|
-
readonly Center: "center";
|
|
298
|
-
readonly Right: "right";
|
|
299
|
-
};
|
|
300
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign6 = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign6>;
|
|
301
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaNumber = {
|
|
302
|
-
label?: string | undefined;
|
|
303
|
-
placeholder?: string | undefined;
|
|
304
|
-
required?: boolean | undefined;
|
|
305
|
-
readOnly?: boolean | undefined;
|
|
306
|
-
type: DocumentGetDocumentWithDetailsByIdTypeNumber;
|
|
307
|
-
numberFormat?: string | undefined;
|
|
308
|
-
value?: string | undefined;
|
|
309
|
-
minValue?: number | undefined;
|
|
310
|
-
maxValue?: number | undefined;
|
|
311
|
-
fontSize?: number | undefined;
|
|
312
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign6 | undefined;
|
|
313
|
-
};
|
|
314
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeText: {
|
|
315
|
-
readonly Text: "text";
|
|
316
|
-
};
|
|
317
|
-
export type DocumentGetDocumentWithDetailsByIdTypeText = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeText>;
|
|
318
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign5: {
|
|
319
|
-
readonly Left: "left";
|
|
320
|
-
readonly Center: "center";
|
|
321
|
-
readonly Right: "right";
|
|
322
|
-
};
|
|
323
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign5 = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign5>;
|
|
324
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaText = {
|
|
325
|
-
label?: string | undefined;
|
|
326
|
-
placeholder?: string | undefined;
|
|
327
|
-
required?: boolean | undefined;
|
|
328
|
-
readOnly?: boolean | undefined;
|
|
329
|
-
type: DocumentGetDocumentWithDetailsByIdTypeText;
|
|
330
|
-
text?: string | undefined;
|
|
331
|
-
characterLimit?: number | undefined;
|
|
332
|
-
fontSize?: number | undefined;
|
|
333
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign5 | undefined;
|
|
334
|
-
};
|
|
335
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeDate: {
|
|
336
|
-
readonly Date: "date";
|
|
337
|
-
};
|
|
338
|
-
export type DocumentGetDocumentWithDetailsByIdTypeDate = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDate>;
|
|
339
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign4: {
|
|
340
|
-
readonly Left: "left";
|
|
341
|
-
readonly Center: "center";
|
|
342
|
-
readonly Right: "right";
|
|
343
|
-
};
|
|
344
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign4 = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign4>;
|
|
345
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaDate = {
|
|
346
|
-
label?: string | undefined;
|
|
347
|
-
placeholder?: string | undefined;
|
|
348
|
-
required?: boolean | undefined;
|
|
349
|
-
readOnly?: boolean | undefined;
|
|
350
|
-
type: DocumentGetDocumentWithDetailsByIdTypeDate;
|
|
351
|
-
fontSize?: number | undefined;
|
|
352
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign4 | undefined;
|
|
353
|
-
};
|
|
354
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeEmail: {
|
|
355
|
-
readonly Email: "email";
|
|
356
|
-
};
|
|
357
|
-
export type DocumentGetDocumentWithDetailsByIdTypeEmail = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeEmail>;
|
|
358
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign3: {
|
|
359
|
-
readonly Left: "left";
|
|
360
|
-
readonly Center: "center";
|
|
361
|
-
readonly Right: "right";
|
|
362
|
-
};
|
|
363
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign3 = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign3>;
|
|
364
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaEmail = {
|
|
365
|
-
label?: string | undefined;
|
|
366
|
-
placeholder?: string | undefined;
|
|
367
|
-
required?: boolean | undefined;
|
|
368
|
-
readOnly?: boolean | undefined;
|
|
369
|
-
type: DocumentGetDocumentWithDetailsByIdTypeEmail;
|
|
370
|
-
fontSize?: number | undefined;
|
|
371
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign3 | undefined;
|
|
372
|
-
};
|
|
373
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeName: {
|
|
374
|
-
readonly Name: "name";
|
|
375
|
-
};
|
|
376
|
-
export type DocumentGetDocumentWithDetailsByIdTypeName = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeName>;
|
|
377
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign2: {
|
|
378
|
-
readonly Left: "left";
|
|
379
|
-
readonly Center: "center";
|
|
380
|
-
readonly Right: "right";
|
|
381
|
-
};
|
|
382
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign2 = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign2>;
|
|
383
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaName = {
|
|
384
|
-
label?: string | undefined;
|
|
385
|
-
placeholder?: string | undefined;
|
|
386
|
-
required?: boolean | undefined;
|
|
387
|
-
readOnly?: boolean | undefined;
|
|
388
|
-
type: DocumentGetDocumentWithDetailsByIdTypeName;
|
|
389
|
-
fontSize?: number | undefined;
|
|
390
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign2 | undefined;
|
|
391
|
-
};
|
|
392
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeInitials: {
|
|
393
|
-
readonly Initials: "initials";
|
|
394
|
-
};
|
|
395
|
-
export type DocumentGetDocumentWithDetailsByIdTypeInitials = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTypeInitials>;
|
|
396
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign1: {
|
|
397
|
-
readonly Left: "left";
|
|
398
|
-
readonly Center: "center";
|
|
399
|
-
readonly Right: "right";
|
|
400
|
-
};
|
|
401
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign1 = ClosedEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign1>;
|
|
402
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaInitials = {
|
|
403
|
-
label?: string | undefined;
|
|
404
|
-
placeholder?: string | undefined;
|
|
405
|
-
required?: boolean | undefined;
|
|
406
|
-
readOnly?: boolean | undefined;
|
|
407
|
-
type: DocumentGetDocumentWithDetailsByIdTypeInitials;
|
|
408
|
-
fontSize?: number | undefined;
|
|
409
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign1 | undefined;
|
|
410
|
-
};
|
|
411
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaUnion = DocumentGetDocumentWithDetailsByIdFieldMetaRadio | DocumentGetDocumentWithDetailsByIdFieldMetaInitials | DocumentGetDocumentWithDetailsByIdFieldMetaName | DocumentGetDocumentWithDetailsByIdFieldMetaEmail | DocumentGetDocumentWithDetailsByIdFieldMetaDate | DocumentGetDocumentWithDetailsByIdFieldMetaDropdown | DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox | DocumentGetDocumentWithDetailsByIdFieldMetaText | DocumentGetDocumentWithDetailsByIdFieldMetaNumber;
|
|
412
|
-
export type DocumentGetDocumentWithDetailsByIdField = {
|
|
413
|
-
type: DocumentGetDocumentWithDetailsByIdFieldType;
|
|
414
|
-
id: number;
|
|
415
|
-
secondaryId: string;
|
|
416
|
-
documentId: number | null;
|
|
417
|
-
templateId: number | null;
|
|
418
|
-
recipientId: number;
|
|
419
|
-
/**
|
|
420
|
-
* The page number of the field on the document. Starts from 1.
|
|
421
|
-
*/
|
|
422
|
-
page: number;
|
|
423
|
-
positionX?: any | undefined;
|
|
424
|
-
positionY?: any | undefined;
|
|
425
|
-
width?: any | undefined;
|
|
426
|
-
height?: any | undefined;
|
|
427
|
-
customText: string;
|
|
428
|
-
inserted: boolean;
|
|
429
|
-
fieldMeta: DocumentGetDocumentWithDetailsByIdFieldMetaRadio | DocumentGetDocumentWithDetailsByIdFieldMetaInitials | DocumentGetDocumentWithDetailsByIdFieldMetaName | DocumentGetDocumentWithDetailsByIdFieldMetaEmail | DocumentGetDocumentWithDetailsByIdFieldMetaDate | DocumentGetDocumentWithDetailsByIdFieldMetaDropdown | DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox | DocumentGetDocumentWithDetailsByIdFieldMetaText | DocumentGetDocumentWithDetailsByIdFieldMetaNumber | null;
|
|
430
|
-
};
|
|
431
|
-
/**
|
|
432
|
-
* Successful response
|
|
433
|
-
*/
|
|
434
|
-
export type DocumentGetDocumentWithDetailsByIdResponse = {
|
|
435
|
-
visibility: DocumentGetDocumentWithDetailsByIdVisibility;
|
|
436
|
-
status: DocumentGetDocumentWithDetailsByIdStatus;
|
|
437
|
-
source: DocumentGetDocumentWithDetailsByIdSource;
|
|
438
|
-
id: number;
|
|
439
|
-
/**
|
|
440
|
-
* A custom external ID you can use to identify the document.
|
|
441
|
-
*/
|
|
442
|
-
externalId: string | null;
|
|
443
|
-
/**
|
|
444
|
-
* The ID of the user that created this document.
|
|
445
|
-
*/
|
|
446
|
-
userId: number;
|
|
447
|
-
authOptions: DocumentGetDocumentWithDetailsByIdAuthOptions | null;
|
|
448
|
-
formValues: {
|
|
449
|
-
[k: string]: string | boolean | number;
|
|
450
|
-
} | null;
|
|
451
|
-
title: string;
|
|
452
|
-
documentDataId: string;
|
|
453
|
-
createdAt: string;
|
|
454
|
-
updatedAt: string;
|
|
455
|
-
completedAt: string | null;
|
|
456
|
-
deletedAt: string | null;
|
|
457
|
-
teamId: number | null;
|
|
458
|
-
templateId: number | null;
|
|
459
|
-
folderId: string | null;
|
|
460
|
-
documentData: DocumentGetDocumentWithDetailsByIdDocumentData;
|
|
461
|
-
documentMeta: DocumentGetDocumentWithDetailsByIdDocumentMeta | null;
|
|
462
|
-
folder: DocumentGetDocumentWithDetailsByIdFolder | null;
|
|
463
|
-
recipients: Array<DocumentGetDocumentWithDetailsByIdRecipient>;
|
|
464
|
-
fields: Array<DocumentGetDocumentWithDetailsByIdField>;
|
|
465
|
-
};
|
|
466
|
-
/** @internal */
|
|
467
|
-
export declare const DocumentGetDocumentWithDetailsByIdRequest$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRequest, z.ZodTypeDef, unknown>;
|
|
468
|
-
/** @internal */
|
|
469
|
-
export type DocumentGetDocumentWithDetailsByIdRequest$Outbound = {
|
|
470
|
-
documentId: number;
|
|
471
|
-
folderId?: string | undefined;
|
|
472
|
-
};
|
|
473
|
-
/** @internal */
|
|
474
|
-
export declare const DocumentGetDocumentWithDetailsByIdRequest$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRequest$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdRequest>;
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
478
|
-
*/
|
|
479
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdRequest$ {
|
|
480
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRequest$inboundSchema` instead. */
|
|
481
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRequest, z.ZodTypeDef, unknown>;
|
|
482
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRequest$outboundSchema` instead. */
|
|
483
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRequest$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdRequest>;
|
|
484
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRequest$Outbound` instead. */
|
|
485
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdRequest$Outbound;
|
|
486
|
-
}
|
|
487
|
-
export declare function documentGetDocumentWithDetailsByIdRequestToJSON(documentGetDocumentWithDetailsByIdRequest: DocumentGetDocumentWithDetailsByIdRequest): string;
|
|
488
|
-
export declare function documentGetDocumentWithDetailsByIdRequestFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdRequest, SDKValidationError>;
|
|
489
|
-
/** @internal */
|
|
490
|
-
export declare const DocumentGetDocumentWithDetailsByIdVisibility$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdVisibility>;
|
|
491
|
-
/** @internal */
|
|
492
|
-
export declare const DocumentGetDocumentWithDetailsByIdVisibility$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdVisibility>;
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
496
|
-
*/
|
|
497
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdVisibility$ {
|
|
498
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdVisibility$inboundSchema` instead. */
|
|
499
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
500
|
-
readonly Everyone: "EVERYONE";
|
|
501
|
-
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
502
|
-
readonly Admin: "ADMIN";
|
|
503
|
-
}>;
|
|
504
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdVisibility$outboundSchema` instead. */
|
|
505
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
506
|
-
readonly Everyone: "EVERYONE";
|
|
507
|
-
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
508
|
-
readonly Admin: "ADMIN";
|
|
509
|
-
}>;
|
|
510
|
-
}
|
|
511
|
-
/** @internal */
|
|
512
|
-
export declare const DocumentGetDocumentWithDetailsByIdStatus$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdStatus>;
|
|
513
|
-
/** @internal */
|
|
514
|
-
export declare const DocumentGetDocumentWithDetailsByIdStatus$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdStatus>;
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
518
|
-
*/
|
|
519
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdStatus$ {
|
|
520
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdStatus$inboundSchema` instead. */
|
|
521
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
522
|
-
readonly Draft: "DRAFT";
|
|
523
|
-
readonly Pending: "PENDING";
|
|
524
|
-
readonly Completed: "COMPLETED";
|
|
525
|
-
readonly Rejected: "REJECTED";
|
|
526
|
-
}>;
|
|
527
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdStatus$outboundSchema` instead. */
|
|
528
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
529
|
-
readonly Draft: "DRAFT";
|
|
530
|
-
readonly Pending: "PENDING";
|
|
531
|
-
readonly Completed: "COMPLETED";
|
|
532
|
-
readonly Rejected: "REJECTED";
|
|
533
|
-
}>;
|
|
534
|
-
}
|
|
535
|
-
/** @internal */
|
|
536
|
-
export declare const DocumentGetDocumentWithDetailsByIdSource$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSource>;
|
|
537
|
-
/** @internal */
|
|
538
|
-
export declare const DocumentGetDocumentWithDetailsByIdSource$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSource>;
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
542
|
-
*/
|
|
543
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdSource$ {
|
|
544
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSource$inboundSchema` instead. */
|
|
545
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
546
|
-
readonly Document: "DOCUMENT";
|
|
547
|
-
readonly Template: "TEMPLATE";
|
|
548
|
-
readonly TemplateDirectLink: "TEMPLATE_DIRECT_LINK";
|
|
549
|
-
}>;
|
|
550
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSource$outboundSchema` instead. */
|
|
551
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
552
|
-
readonly Document: "DOCUMENT";
|
|
553
|
-
readonly Template: "TEMPLATE";
|
|
554
|
-
readonly TemplateDirectLink: "TEMPLATE_DIRECT_LINK";
|
|
555
|
-
}>;
|
|
556
|
-
}
|
|
557
|
-
/** @internal */
|
|
558
|
-
export declare const DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalAccessAuth>;
|
|
559
|
-
/** @internal */
|
|
560
|
-
export declare const DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalAccessAuth>;
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
564
|
-
*/
|
|
565
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$ {
|
|
566
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$inboundSchema` instead. */
|
|
567
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
568
|
-
readonly Account: "ACCOUNT";
|
|
569
|
-
}>;
|
|
570
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$outboundSchema` instead. */
|
|
571
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
572
|
-
readonly Account: "ACCOUNT";
|
|
573
|
-
}>;
|
|
574
|
-
}
|
|
575
|
-
/** @internal */
|
|
576
|
-
export declare const DocumentGetDocumentWithDetailsByIdGlobalActionAuth$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalActionAuth>;
|
|
577
|
-
/** @internal */
|
|
578
|
-
export declare const DocumentGetDocumentWithDetailsByIdGlobalActionAuth$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalActionAuth>;
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
582
|
-
*/
|
|
583
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdGlobalActionAuth$ {
|
|
584
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdGlobalActionAuth$inboundSchema` instead. */
|
|
585
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
586
|
-
readonly Account: "ACCOUNT";
|
|
587
|
-
readonly Passkey: "PASSKEY";
|
|
588
|
-
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
589
|
-
readonly Password: "PASSWORD";
|
|
590
|
-
}>;
|
|
591
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdGlobalActionAuth$outboundSchema` instead. */
|
|
592
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
593
|
-
readonly Account: "ACCOUNT";
|
|
594
|
-
readonly Passkey: "PASSKEY";
|
|
595
|
-
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
596
|
-
readonly Password: "PASSWORD";
|
|
597
|
-
}>;
|
|
598
|
-
}
|
|
599
|
-
/** @internal */
|
|
600
|
-
export declare const DocumentGetDocumentWithDetailsByIdAuthOptions$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdAuthOptions, z.ZodTypeDef, unknown>;
|
|
601
|
-
/** @internal */
|
|
602
|
-
export type DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound = {
|
|
603
|
-
globalAccessAuth: Array<string>;
|
|
604
|
-
globalActionAuth: Array<string>;
|
|
605
|
-
};
|
|
606
|
-
/** @internal */
|
|
607
|
-
export declare const DocumentGetDocumentWithDetailsByIdAuthOptions$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdAuthOptions>;
|
|
608
|
-
/**
|
|
609
|
-
* @internal
|
|
610
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
611
|
-
*/
|
|
612
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdAuthOptions$ {
|
|
613
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAuthOptions$inboundSchema` instead. */
|
|
614
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdAuthOptions, z.ZodTypeDef, unknown>;
|
|
615
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAuthOptions$outboundSchema` instead. */
|
|
616
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdAuthOptions>;
|
|
617
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound` instead. */
|
|
618
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound;
|
|
619
|
-
}
|
|
620
|
-
export declare function documentGetDocumentWithDetailsByIdAuthOptionsToJSON(documentGetDocumentWithDetailsByIdAuthOptions: DocumentGetDocumentWithDetailsByIdAuthOptions): string;
|
|
621
|
-
export declare function documentGetDocumentWithDetailsByIdAuthOptionsFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdAuthOptions, SDKValidationError>;
|
|
622
|
-
/** @internal */
|
|
623
|
-
export declare const DocumentGetDocumentWithDetailsByIdFormValues$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFormValues, z.ZodTypeDef, unknown>;
|
|
624
|
-
/** @internal */
|
|
625
|
-
export type DocumentGetDocumentWithDetailsByIdFormValues$Outbound = string | boolean | number;
|
|
626
|
-
/** @internal */
|
|
627
|
-
export declare const DocumentGetDocumentWithDetailsByIdFormValues$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFormValues$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFormValues>;
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
631
|
-
*/
|
|
632
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFormValues$ {
|
|
633
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFormValues$inboundSchema` instead. */
|
|
634
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFormValues, z.ZodTypeDef, unknown>;
|
|
635
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFormValues$outboundSchema` instead. */
|
|
636
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFormValues$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFormValues>;
|
|
637
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFormValues$Outbound` instead. */
|
|
638
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFormValues$Outbound;
|
|
639
|
-
}
|
|
640
|
-
export declare function documentGetDocumentWithDetailsByIdFormValuesToJSON(documentGetDocumentWithDetailsByIdFormValues: DocumentGetDocumentWithDetailsByIdFormValues): string;
|
|
641
|
-
export declare function documentGetDocumentWithDetailsByIdFormValuesFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFormValues, SDKValidationError>;
|
|
642
|
-
/** @internal */
|
|
643
|
-
export declare const DocumentGetDocumentWithDetailsByIdDocumentDataType$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdDocumentDataType>;
|
|
644
|
-
/** @internal */
|
|
645
|
-
export declare const DocumentGetDocumentWithDetailsByIdDocumentDataType$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdDocumentDataType>;
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
649
|
-
*/
|
|
650
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdDocumentDataType$ {
|
|
651
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentDataType$inboundSchema` instead. */
|
|
652
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
653
|
-
readonly S3Path: "S3_PATH";
|
|
654
|
-
readonly Bytes: "BYTES";
|
|
655
|
-
readonly Bytes64: "BYTES_64";
|
|
656
|
-
}>;
|
|
657
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentDataType$outboundSchema` instead. */
|
|
658
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
659
|
-
readonly S3Path: "S3_PATH";
|
|
660
|
-
readonly Bytes: "BYTES";
|
|
661
|
-
readonly Bytes64: "BYTES_64";
|
|
662
|
-
}>;
|
|
663
|
-
}
|
|
664
|
-
/** @internal */
|
|
665
|
-
export declare const DocumentGetDocumentWithDetailsByIdDocumentData$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdDocumentData, z.ZodTypeDef, unknown>;
|
|
666
|
-
/** @internal */
|
|
667
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentData$Outbound = {
|
|
668
|
-
type: string;
|
|
669
|
-
id: string;
|
|
670
|
-
data: string;
|
|
671
|
-
initialData: string;
|
|
672
|
-
};
|
|
673
|
-
/** @internal */
|
|
674
|
-
export declare const DocumentGetDocumentWithDetailsByIdDocumentData$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdDocumentData$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdDocumentData>;
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
678
|
-
*/
|
|
679
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdDocumentData$ {
|
|
680
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentData$inboundSchema` instead. */
|
|
681
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdDocumentData, z.ZodTypeDef, unknown>;
|
|
682
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentData$outboundSchema` instead. */
|
|
683
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdDocumentData$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdDocumentData>;
|
|
684
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentData$Outbound` instead. */
|
|
685
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdDocumentData$Outbound;
|
|
686
|
-
}
|
|
687
|
-
export declare function documentGetDocumentWithDetailsByIdDocumentDataToJSON(documentGetDocumentWithDetailsByIdDocumentData: DocumentGetDocumentWithDetailsByIdDocumentData): string;
|
|
688
|
-
export declare function documentGetDocumentWithDetailsByIdDocumentDataFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdDocumentData, SDKValidationError>;
|
|
689
|
-
/** @internal */
|
|
690
|
-
export declare const DocumentGetDocumentWithDetailsByIdSigningOrder$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSigningOrder>;
|
|
691
|
-
/** @internal */
|
|
692
|
-
export declare const DocumentGetDocumentWithDetailsByIdSigningOrder$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSigningOrder>;
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
696
|
-
*/
|
|
697
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdSigningOrder$ {
|
|
698
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSigningOrder$inboundSchema` instead. */
|
|
699
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
700
|
-
readonly Parallel: "PARALLEL";
|
|
701
|
-
readonly Sequential: "SEQUENTIAL";
|
|
702
|
-
}>;
|
|
703
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSigningOrder$outboundSchema` instead. */
|
|
704
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
705
|
-
readonly Parallel: "PARALLEL";
|
|
706
|
-
readonly Sequential: "SEQUENTIAL";
|
|
707
|
-
}>;
|
|
708
|
-
}
|
|
709
|
-
/** @internal */
|
|
710
|
-
export declare const DocumentGetDocumentWithDetailsByIdDistributionMethod$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdDistributionMethod>;
|
|
711
|
-
/** @internal */
|
|
712
|
-
export declare const DocumentGetDocumentWithDetailsByIdDistributionMethod$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdDistributionMethod>;
|
|
713
|
-
/**
|
|
714
|
-
* @internal
|
|
715
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
716
|
-
*/
|
|
717
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdDistributionMethod$ {
|
|
718
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDistributionMethod$inboundSchema` instead. */
|
|
719
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
720
|
-
readonly Email: "EMAIL";
|
|
721
|
-
readonly None: "NONE";
|
|
722
|
-
}>;
|
|
723
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDistributionMethod$outboundSchema` instead. */
|
|
724
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
725
|
-
readonly Email: "EMAIL";
|
|
726
|
-
readonly None: "NONE";
|
|
727
|
-
}>;
|
|
728
|
-
}
|
|
729
|
-
/** @internal */
|
|
730
|
-
export declare const DocumentGetDocumentWithDetailsByIdEmailSettings$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdEmailSettings, z.ZodTypeDef, unknown>;
|
|
731
|
-
/** @internal */
|
|
732
|
-
export type DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound = {
|
|
733
|
-
recipientSigningRequest: boolean;
|
|
734
|
-
recipientRemoved: boolean;
|
|
735
|
-
recipientSigned: boolean;
|
|
736
|
-
documentPending: boolean;
|
|
737
|
-
documentCompleted: boolean;
|
|
738
|
-
documentDeleted: boolean;
|
|
739
|
-
ownerDocumentCompleted: boolean;
|
|
740
|
-
};
|
|
741
|
-
/** @internal */
|
|
742
|
-
export declare const DocumentGetDocumentWithDetailsByIdEmailSettings$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdEmailSettings>;
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
746
|
-
*/
|
|
747
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdEmailSettings$ {
|
|
748
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdEmailSettings$inboundSchema` instead. */
|
|
749
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdEmailSettings, z.ZodTypeDef, unknown>;
|
|
750
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdEmailSettings$outboundSchema` instead. */
|
|
751
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdEmailSettings>;
|
|
752
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound` instead. */
|
|
753
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound;
|
|
754
|
-
}
|
|
755
|
-
export declare function documentGetDocumentWithDetailsByIdEmailSettingsToJSON(documentGetDocumentWithDetailsByIdEmailSettings: DocumentGetDocumentWithDetailsByIdEmailSettings): string;
|
|
756
|
-
export declare function documentGetDocumentWithDetailsByIdEmailSettingsFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdEmailSettings, SDKValidationError>;
|
|
757
|
-
/** @internal */
|
|
758
|
-
export declare const DocumentGetDocumentWithDetailsByIdDocumentMeta$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdDocumentMeta, z.ZodTypeDef, unknown>;
|
|
759
|
-
/** @internal */
|
|
760
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound = {
|
|
761
|
-
signingOrder: string;
|
|
762
|
-
distributionMethod: string;
|
|
763
|
-
id: string;
|
|
764
|
-
subject: string | null;
|
|
765
|
-
message: string | null;
|
|
766
|
-
timezone: string | null;
|
|
767
|
-
password: string | null;
|
|
768
|
-
dateFormat: string | null;
|
|
769
|
-
documentId: number;
|
|
770
|
-
redirectUrl: string | null;
|
|
771
|
-
typedSignatureEnabled: boolean;
|
|
772
|
-
uploadSignatureEnabled: boolean;
|
|
773
|
-
drawSignatureEnabled: boolean;
|
|
774
|
-
allowDictateNextSigner: boolean;
|
|
775
|
-
language: string;
|
|
776
|
-
emailSettings: DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound | null;
|
|
777
|
-
};
|
|
778
|
-
/** @internal */
|
|
779
|
-
export declare const DocumentGetDocumentWithDetailsByIdDocumentMeta$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdDocumentMeta>;
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
783
|
-
*/
|
|
784
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdDocumentMeta$ {
|
|
785
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentMeta$inboundSchema` instead. */
|
|
786
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdDocumentMeta, z.ZodTypeDef, unknown>;
|
|
787
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentMeta$outboundSchema` instead. */
|
|
788
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdDocumentMeta>;
|
|
789
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound` instead. */
|
|
790
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound;
|
|
791
|
-
}
|
|
792
|
-
export declare function documentGetDocumentWithDetailsByIdDocumentMetaToJSON(documentGetDocumentWithDetailsByIdDocumentMeta: DocumentGetDocumentWithDetailsByIdDocumentMeta): string;
|
|
793
|
-
export declare function documentGetDocumentWithDetailsByIdDocumentMetaFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdDocumentMeta, SDKValidationError>;
|
|
794
|
-
/** @internal */
|
|
795
|
-
export declare const DocumentGetDocumentWithDetailsByIdFolderType$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFolderType>;
|
|
796
|
-
/** @internal */
|
|
797
|
-
export declare const DocumentGetDocumentWithDetailsByIdFolderType$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFolderType>;
|
|
798
|
-
/**
|
|
799
|
-
* @internal
|
|
800
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
801
|
-
*/
|
|
802
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFolderType$ {
|
|
803
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolderType$inboundSchema` instead. */
|
|
804
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
805
|
-
readonly Document: "DOCUMENT";
|
|
806
|
-
readonly Template: "TEMPLATE";
|
|
807
|
-
}>;
|
|
808
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolderType$outboundSchema` instead. */
|
|
809
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
810
|
-
readonly Document: "DOCUMENT";
|
|
811
|
-
readonly Template: "TEMPLATE";
|
|
812
|
-
}>;
|
|
813
|
-
}
|
|
814
|
-
/** @internal */
|
|
815
|
-
export declare const DocumentGetDocumentWithDetailsByIdFolderVisibility$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFolderVisibility>;
|
|
816
|
-
/** @internal */
|
|
817
|
-
export declare const DocumentGetDocumentWithDetailsByIdFolderVisibility$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFolderVisibility>;
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
821
|
-
*/
|
|
822
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFolderVisibility$ {
|
|
823
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolderVisibility$inboundSchema` instead. */
|
|
824
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
825
|
-
readonly Everyone: "EVERYONE";
|
|
826
|
-
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
827
|
-
readonly Admin: "ADMIN";
|
|
828
|
-
}>;
|
|
829
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolderVisibility$outboundSchema` instead. */
|
|
830
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
831
|
-
readonly Everyone: "EVERYONE";
|
|
832
|
-
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
833
|
-
readonly Admin: "ADMIN";
|
|
834
|
-
}>;
|
|
835
|
-
}
|
|
836
|
-
/** @internal */
|
|
837
|
-
export declare const DocumentGetDocumentWithDetailsByIdFolder$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFolder, z.ZodTypeDef, unknown>;
|
|
838
|
-
/** @internal */
|
|
839
|
-
export type DocumentGetDocumentWithDetailsByIdFolder$Outbound = {
|
|
840
|
-
id: string;
|
|
841
|
-
name: string;
|
|
842
|
-
type: string;
|
|
843
|
-
visibility: string;
|
|
844
|
-
userId: number;
|
|
845
|
-
teamId: number | null;
|
|
846
|
-
pinned: boolean;
|
|
847
|
-
parentId: string | null;
|
|
848
|
-
createdAt: string;
|
|
849
|
-
updatedAt: string;
|
|
850
|
-
};
|
|
851
|
-
/** @internal */
|
|
852
|
-
export declare const DocumentGetDocumentWithDetailsByIdFolder$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFolder$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFolder>;
|
|
853
|
-
/**
|
|
854
|
-
* @internal
|
|
855
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
856
|
-
*/
|
|
857
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFolder$ {
|
|
858
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolder$inboundSchema` instead. */
|
|
859
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFolder, z.ZodTypeDef, unknown>;
|
|
860
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolder$outboundSchema` instead. */
|
|
861
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFolder$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFolder>;
|
|
862
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolder$Outbound` instead. */
|
|
863
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFolder$Outbound;
|
|
864
|
-
}
|
|
865
|
-
export declare function documentGetDocumentWithDetailsByIdFolderToJSON(documentGetDocumentWithDetailsByIdFolder: DocumentGetDocumentWithDetailsByIdFolder): string;
|
|
866
|
-
export declare function documentGetDocumentWithDetailsByIdFolderFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFolder, SDKValidationError>;
|
|
867
|
-
/** @internal */
|
|
868
|
-
export declare const DocumentGetDocumentWithDetailsByIdRole$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdRole>;
|
|
869
|
-
/** @internal */
|
|
870
|
-
export declare const DocumentGetDocumentWithDetailsByIdRole$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdRole>;
|
|
871
|
-
/**
|
|
872
|
-
* @internal
|
|
873
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
874
|
-
*/
|
|
875
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdRole$ {
|
|
876
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRole$inboundSchema` instead. */
|
|
877
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
878
|
-
readonly Cc: "CC";
|
|
879
|
-
readonly Signer: "SIGNER";
|
|
880
|
-
readonly Viewer: "VIEWER";
|
|
881
|
-
readonly Approver: "APPROVER";
|
|
882
|
-
readonly Assistant: "ASSISTANT";
|
|
883
|
-
}>;
|
|
884
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRole$outboundSchema` instead. */
|
|
885
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
886
|
-
readonly Cc: "CC";
|
|
887
|
-
readonly Signer: "SIGNER";
|
|
888
|
-
readonly Viewer: "VIEWER";
|
|
889
|
-
readonly Approver: "APPROVER";
|
|
890
|
-
readonly Assistant: "ASSISTANT";
|
|
891
|
-
}>;
|
|
892
|
-
}
|
|
893
|
-
/** @internal */
|
|
894
|
-
export declare const DocumentGetDocumentWithDetailsByIdReadStatus$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdReadStatus>;
|
|
895
|
-
/** @internal */
|
|
896
|
-
export declare const DocumentGetDocumentWithDetailsByIdReadStatus$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdReadStatus>;
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
900
|
-
*/
|
|
901
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdReadStatus$ {
|
|
902
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdReadStatus$inboundSchema` instead. */
|
|
903
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
904
|
-
readonly NotOpened: "NOT_OPENED";
|
|
905
|
-
readonly Opened: "OPENED";
|
|
906
|
-
}>;
|
|
907
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdReadStatus$outboundSchema` instead. */
|
|
908
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
909
|
-
readonly NotOpened: "NOT_OPENED";
|
|
910
|
-
readonly Opened: "OPENED";
|
|
911
|
-
}>;
|
|
912
|
-
}
|
|
913
|
-
/** @internal */
|
|
914
|
-
export declare const DocumentGetDocumentWithDetailsByIdSigningStatus$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSigningStatus>;
|
|
915
|
-
/** @internal */
|
|
916
|
-
export declare const DocumentGetDocumentWithDetailsByIdSigningStatus$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSigningStatus>;
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
920
|
-
*/
|
|
921
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdSigningStatus$ {
|
|
922
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSigningStatus$inboundSchema` instead. */
|
|
923
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
924
|
-
readonly NotSigned: "NOT_SIGNED";
|
|
925
|
-
readonly Signed: "SIGNED";
|
|
926
|
-
readonly Rejected: "REJECTED";
|
|
927
|
-
}>;
|
|
928
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSigningStatus$outboundSchema` instead. */
|
|
929
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
930
|
-
readonly NotSigned: "NOT_SIGNED";
|
|
931
|
-
readonly Signed: "SIGNED";
|
|
932
|
-
readonly Rejected: "REJECTED";
|
|
933
|
-
}>;
|
|
934
|
-
}
|
|
935
|
-
/** @internal */
|
|
936
|
-
export declare const DocumentGetDocumentWithDetailsByIdSendStatus$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSendStatus>;
|
|
937
|
-
/** @internal */
|
|
938
|
-
export declare const DocumentGetDocumentWithDetailsByIdSendStatus$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSendStatus>;
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
942
|
-
*/
|
|
943
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdSendStatus$ {
|
|
944
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSendStatus$inboundSchema` instead. */
|
|
945
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
946
|
-
readonly NotSent: "NOT_SENT";
|
|
947
|
-
readonly Sent: "SENT";
|
|
948
|
-
}>;
|
|
949
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSendStatus$outboundSchema` instead. */
|
|
950
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
951
|
-
readonly NotSent: "NOT_SENT";
|
|
952
|
-
readonly Sent: "SENT";
|
|
953
|
-
}>;
|
|
954
|
-
}
|
|
955
|
-
/** @internal */
|
|
956
|
-
export declare const DocumentGetDocumentWithDetailsByIdAccessAuth$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdAccessAuth>;
|
|
957
|
-
/** @internal */
|
|
958
|
-
export declare const DocumentGetDocumentWithDetailsByIdAccessAuth$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdAccessAuth>;
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
962
|
-
*/
|
|
963
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdAccessAuth$ {
|
|
964
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAccessAuth$inboundSchema` instead. */
|
|
965
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
966
|
-
readonly Account: "ACCOUNT";
|
|
967
|
-
}>;
|
|
968
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAccessAuth$outboundSchema` instead. */
|
|
969
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
970
|
-
readonly Account: "ACCOUNT";
|
|
971
|
-
}>;
|
|
972
|
-
}
|
|
973
|
-
/** @internal */
|
|
974
|
-
export declare const DocumentGetDocumentWithDetailsByIdActionAuth$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdActionAuth>;
|
|
975
|
-
/** @internal */
|
|
976
|
-
export declare const DocumentGetDocumentWithDetailsByIdActionAuth$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdActionAuth>;
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
980
|
-
*/
|
|
981
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdActionAuth$ {
|
|
982
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdActionAuth$inboundSchema` instead. */
|
|
983
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
984
|
-
readonly Account: "ACCOUNT";
|
|
985
|
-
readonly Passkey: "PASSKEY";
|
|
986
|
-
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
987
|
-
readonly Password: "PASSWORD";
|
|
988
|
-
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
989
|
-
}>;
|
|
990
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdActionAuth$outboundSchema` instead. */
|
|
991
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
992
|
-
readonly Account: "ACCOUNT";
|
|
993
|
-
readonly Passkey: "PASSKEY";
|
|
994
|
-
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
995
|
-
readonly Password: "PASSWORD";
|
|
996
|
-
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
997
|
-
}>;
|
|
998
|
-
}
|
|
999
|
-
/** @internal */
|
|
1000
|
-
export declare const DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRecipientAuthOptions, z.ZodTypeDef, unknown>;
|
|
1001
|
-
/** @internal */
|
|
1002
|
-
export type DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound = {
|
|
1003
|
-
accessAuth: Array<string>;
|
|
1004
|
-
actionAuth: Array<string>;
|
|
1005
|
-
};
|
|
1006
|
-
/** @internal */
|
|
1007
|
-
export declare const DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdRecipientAuthOptions>;
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1011
|
-
*/
|
|
1012
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$ {
|
|
1013
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$inboundSchema` instead. */
|
|
1014
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRecipientAuthOptions, z.ZodTypeDef, unknown>;
|
|
1015
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$outboundSchema` instead. */
|
|
1016
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdRecipientAuthOptions>;
|
|
1017
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound` instead. */
|
|
1018
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound;
|
|
1019
|
-
}
|
|
1020
|
-
export declare function documentGetDocumentWithDetailsByIdRecipientAuthOptionsToJSON(documentGetDocumentWithDetailsByIdRecipientAuthOptions: DocumentGetDocumentWithDetailsByIdRecipientAuthOptions): string;
|
|
1021
|
-
export declare function documentGetDocumentWithDetailsByIdRecipientAuthOptionsFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdRecipientAuthOptions, SDKValidationError>;
|
|
1022
|
-
/** @internal */
|
|
1023
|
-
export declare const DocumentGetDocumentWithDetailsByIdRecipient$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRecipient, z.ZodTypeDef, unknown>;
|
|
1024
|
-
/** @internal */
|
|
1025
|
-
export type DocumentGetDocumentWithDetailsByIdRecipient$Outbound = {
|
|
1026
|
-
role: string;
|
|
1027
|
-
readStatus: string;
|
|
1028
|
-
signingStatus: string;
|
|
1029
|
-
sendStatus: string;
|
|
1030
|
-
id: number;
|
|
1031
|
-
documentId: number | null;
|
|
1032
|
-
templateId: number | null;
|
|
1033
|
-
email: string;
|
|
1034
|
-
name: string;
|
|
1035
|
-
token: string;
|
|
1036
|
-
documentDeletedAt: string | null;
|
|
1037
|
-
expired: string | null;
|
|
1038
|
-
signedAt: string | null;
|
|
1039
|
-
authOptions: DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound | null;
|
|
1040
|
-
signingOrder: number | null;
|
|
1041
|
-
rejectionReason: string | null;
|
|
1042
|
-
};
|
|
1043
|
-
/** @internal */
|
|
1044
|
-
export declare const DocumentGetDocumentWithDetailsByIdRecipient$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRecipient$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdRecipient>;
|
|
1045
|
-
/**
|
|
1046
|
-
* @internal
|
|
1047
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1048
|
-
*/
|
|
1049
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdRecipient$ {
|
|
1050
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipient$inboundSchema` instead. */
|
|
1051
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRecipient, z.ZodTypeDef, unknown>;
|
|
1052
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipient$outboundSchema` instead. */
|
|
1053
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdRecipient$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdRecipient>;
|
|
1054
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipient$Outbound` instead. */
|
|
1055
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdRecipient$Outbound;
|
|
1056
|
-
}
|
|
1057
|
-
export declare function documentGetDocumentWithDetailsByIdRecipientToJSON(documentGetDocumentWithDetailsByIdRecipient: DocumentGetDocumentWithDetailsByIdRecipient): string;
|
|
1058
|
-
export declare function documentGetDocumentWithDetailsByIdRecipientFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdRecipient, SDKValidationError>;
|
|
1059
|
-
/** @internal */
|
|
1060
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldType$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFieldType>;
|
|
1061
|
-
/** @internal */
|
|
1062
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldType$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFieldType>;
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1066
|
-
*/
|
|
1067
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldType$ {
|
|
1068
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldType$inboundSchema` instead. */
|
|
1069
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1070
|
-
readonly Signature: "SIGNATURE";
|
|
1071
|
-
readonly FreeSignature: "FREE_SIGNATURE";
|
|
1072
|
-
readonly Initials: "INITIALS";
|
|
1073
|
-
readonly Name: "NAME";
|
|
1074
|
-
readonly Email: "EMAIL";
|
|
1075
|
-
readonly Date: "DATE";
|
|
1076
|
-
readonly Text: "TEXT";
|
|
1077
|
-
readonly Number: "NUMBER";
|
|
1078
|
-
readonly Radio: "RADIO";
|
|
1079
|
-
readonly Checkbox: "CHECKBOX";
|
|
1080
|
-
readonly Dropdown: "DROPDOWN";
|
|
1081
|
-
}>;
|
|
1082
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldType$outboundSchema` instead. */
|
|
1083
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1084
|
-
readonly Signature: "SIGNATURE";
|
|
1085
|
-
readonly FreeSignature: "FREE_SIGNATURE";
|
|
1086
|
-
readonly Initials: "INITIALS";
|
|
1087
|
-
readonly Name: "NAME";
|
|
1088
|
-
readonly Email: "EMAIL";
|
|
1089
|
-
readonly Date: "DATE";
|
|
1090
|
-
readonly Text: "TEXT";
|
|
1091
|
-
readonly Number: "NUMBER";
|
|
1092
|
-
readonly Radio: "RADIO";
|
|
1093
|
-
readonly Checkbox: "CHECKBOX";
|
|
1094
|
-
readonly Dropdown: "DROPDOWN";
|
|
1095
|
-
}>;
|
|
1096
|
-
}
|
|
1097
|
-
/** @internal */
|
|
1098
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeDropdown$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDropdown>;
|
|
1099
|
-
/** @internal */
|
|
1100
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeDropdown$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDropdown>;
|
|
1101
|
-
/**
|
|
1102
|
-
* @internal
|
|
1103
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1104
|
-
*/
|
|
1105
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeDropdown$ {
|
|
1106
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeDropdown$inboundSchema` instead. */
|
|
1107
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1108
|
-
readonly Dropdown: "dropdown";
|
|
1109
|
-
}>;
|
|
1110
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeDropdown$outboundSchema` instead. */
|
|
1111
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1112
|
-
readonly Dropdown: "dropdown";
|
|
1113
|
-
}>;
|
|
1114
|
-
}
|
|
1115
|
-
/** @internal */
|
|
1116
|
-
export declare const DocumentGetDocumentWithDetailsByIdValue3$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue3, z.ZodTypeDef, unknown>;
|
|
1117
|
-
/** @internal */
|
|
1118
|
-
export type DocumentGetDocumentWithDetailsByIdValue3$Outbound = {
|
|
1119
|
-
value: string;
|
|
1120
|
-
};
|
|
1121
|
-
/** @internal */
|
|
1122
|
-
export declare const DocumentGetDocumentWithDetailsByIdValue3$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue3$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdValue3>;
|
|
1123
|
-
/**
|
|
1124
|
-
* @internal
|
|
1125
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1126
|
-
*/
|
|
1127
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdValue3$ {
|
|
1128
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue3$inboundSchema` instead. */
|
|
1129
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue3, z.ZodTypeDef, unknown>;
|
|
1130
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue3$outboundSchema` instead. */
|
|
1131
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue3$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdValue3>;
|
|
1132
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue3$Outbound` instead. */
|
|
1133
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdValue3$Outbound;
|
|
1134
|
-
}
|
|
1135
|
-
export declare function documentGetDocumentWithDetailsByIdValue3ToJSON(documentGetDocumentWithDetailsByIdValue3: DocumentGetDocumentWithDetailsByIdValue3): string;
|
|
1136
|
-
export declare function documentGetDocumentWithDetailsByIdValue3FromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdValue3, SDKValidationError>;
|
|
1137
|
-
/** @internal */
|
|
1138
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaDropdown, z.ZodTypeDef, unknown>;
|
|
1139
|
-
/** @internal */
|
|
1140
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound = {
|
|
1141
|
-
label?: string | undefined;
|
|
1142
|
-
placeholder?: string | undefined;
|
|
1143
|
-
required?: boolean | undefined;
|
|
1144
|
-
readOnly?: boolean | undefined;
|
|
1145
|
-
type: string;
|
|
1146
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue3$Outbound> | undefined;
|
|
1147
|
-
defaultValue?: string | undefined;
|
|
1148
|
-
};
|
|
1149
|
-
/** @internal */
|
|
1150
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaDropdown>;
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1154
|
-
*/
|
|
1155
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$ {
|
|
1156
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema` instead. */
|
|
1157
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaDropdown, z.ZodTypeDef, unknown>;
|
|
1158
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema` instead. */
|
|
1159
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaDropdown>;
|
|
1160
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound` instead. */
|
|
1161
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound;
|
|
1162
|
-
}
|
|
1163
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaDropdownToJSON(documentGetDocumentWithDetailsByIdFieldMetaDropdown: DocumentGetDocumentWithDetailsByIdFieldMetaDropdown): string;
|
|
1164
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaDropdownFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaDropdown, SDKValidationError>;
|
|
1165
|
-
/** @internal */
|
|
1166
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeCheckbox$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeCheckbox>;
|
|
1167
|
-
/** @internal */
|
|
1168
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeCheckbox$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeCheckbox>;
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1172
|
-
*/
|
|
1173
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeCheckbox$ {
|
|
1174
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeCheckbox$inboundSchema` instead. */
|
|
1175
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1176
|
-
readonly Checkbox: "checkbox";
|
|
1177
|
-
}>;
|
|
1178
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeCheckbox$outboundSchema` instead. */
|
|
1179
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1180
|
-
readonly Checkbox: "checkbox";
|
|
1181
|
-
}>;
|
|
1182
|
-
}
|
|
1183
|
-
/** @internal */
|
|
1184
|
-
export declare const DocumentGetDocumentWithDetailsByIdValue2$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue2, z.ZodTypeDef, unknown>;
|
|
1185
|
-
/** @internal */
|
|
1186
|
-
export type DocumentGetDocumentWithDetailsByIdValue2$Outbound = {
|
|
1187
|
-
id: number;
|
|
1188
|
-
checked: boolean;
|
|
1189
|
-
value: string;
|
|
1190
|
-
};
|
|
1191
|
-
/** @internal */
|
|
1192
|
-
export declare const DocumentGetDocumentWithDetailsByIdValue2$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue2$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdValue2>;
|
|
1193
|
-
/**
|
|
1194
|
-
* @internal
|
|
1195
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1196
|
-
*/
|
|
1197
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdValue2$ {
|
|
1198
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue2$inboundSchema` instead. */
|
|
1199
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue2, z.ZodTypeDef, unknown>;
|
|
1200
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue2$outboundSchema` instead. */
|
|
1201
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue2$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdValue2>;
|
|
1202
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue2$Outbound` instead. */
|
|
1203
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdValue2$Outbound;
|
|
1204
|
-
}
|
|
1205
|
-
export declare function documentGetDocumentWithDetailsByIdValue2ToJSON(documentGetDocumentWithDetailsByIdValue2: DocumentGetDocumentWithDetailsByIdValue2): string;
|
|
1206
|
-
export declare function documentGetDocumentWithDetailsByIdValue2FromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdValue2, SDKValidationError>;
|
|
1207
|
-
/** @internal */
|
|
1208
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox, z.ZodTypeDef, unknown>;
|
|
1209
|
-
/** @internal */
|
|
1210
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound = {
|
|
1211
|
-
label?: string | undefined;
|
|
1212
|
-
placeholder?: string | undefined;
|
|
1213
|
-
required?: boolean | undefined;
|
|
1214
|
-
readOnly?: boolean | undefined;
|
|
1215
|
-
type: string;
|
|
1216
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue2$Outbound> | undefined;
|
|
1217
|
-
validationRule?: string | undefined;
|
|
1218
|
-
validationLength?: number | undefined;
|
|
1219
|
-
};
|
|
1220
|
-
/** @internal */
|
|
1221
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox>;
|
|
1222
|
-
/**
|
|
1223
|
-
* @internal
|
|
1224
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1225
|
-
*/
|
|
1226
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$ {
|
|
1227
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema` instead. */
|
|
1228
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox, z.ZodTypeDef, unknown>;
|
|
1229
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema` instead. */
|
|
1230
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox>;
|
|
1231
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound` instead. */
|
|
1232
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound;
|
|
1233
|
-
}
|
|
1234
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaCheckboxToJSON(documentGetDocumentWithDetailsByIdFieldMetaCheckbox: DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox): string;
|
|
1235
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaCheckboxFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox, SDKValidationError>;
|
|
1236
|
-
/** @internal */
|
|
1237
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeRadio$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeRadio>;
|
|
1238
|
-
/** @internal */
|
|
1239
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeRadio$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeRadio>;
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1243
|
-
*/
|
|
1244
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeRadio$ {
|
|
1245
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeRadio$inboundSchema` instead. */
|
|
1246
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1247
|
-
readonly Radio: "radio";
|
|
1248
|
-
}>;
|
|
1249
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeRadio$outboundSchema` instead. */
|
|
1250
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1251
|
-
readonly Radio: "radio";
|
|
1252
|
-
}>;
|
|
1253
|
-
}
|
|
1254
|
-
/** @internal */
|
|
1255
|
-
export declare const DocumentGetDocumentWithDetailsByIdValue1$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue1, z.ZodTypeDef, unknown>;
|
|
1256
|
-
/** @internal */
|
|
1257
|
-
export type DocumentGetDocumentWithDetailsByIdValue1$Outbound = {
|
|
1258
|
-
id: number;
|
|
1259
|
-
checked: boolean;
|
|
1260
|
-
value: string;
|
|
1261
|
-
};
|
|
1262
|
-
/** @internal */
|
|
1263
|
-
export declare const DocumentGetDocumentWithDetailsByIdValue1$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue1$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdValue1>;
|
|
1264
|
-
/**
|
|
1265
|
-
* @internal
|
|
1266
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1267
|
-
*/
|
|
1268
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdValue1$ {
|
|
1269
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue1$inboundSchema` instead. */
|
|
1270
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue1, z.ZodTypeDef, unknown>;
|
|
1271
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue1$outboundSchema` instead. */
|
|
1272
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdValue1$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdValue1>;
|
|
1273
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue1$Outbound` instead. */
|
|
1274
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdValue1$Outbound;
|
|
1275
|
-
}
|
|
1276
|
-
export declare function documentGetDocumentWithDetailsByIdValue1ToJSON(documentGetDocumentWithDetailsByIdValue1: DocumentGetDocumentWithDetailsByIdValue1): string;
|
|
1277
|
-
export declare function documentGetDocumentWithDetailsByIdValue1FromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdValue1, SDKValidationError>;
|
|
1278
|
-
/** @internal */
|
|
1279
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaRadio, z.ZodTypeDef, unknown>;
|
|
1280
|
-
/** @internal */
|
|
1281
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound = {
|
|
1282
|
-
label?: string | undefined;
|
|
1283
|
-
placeholder?: string | undefined;
|
|
1284
|
-
required?: boolean | undefined;
|
|
1285
|
-
readOnly?: boolean | undefined;
|
|
1286
|
-
type: string;
|
|
1287
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue1$Outbound> | undefined;
|
|
1288
|
-
};
|
|
1289
|
-
/** @internal */
|
|
1290
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaRadio>;
|
|
1291
|
-
/**
|
|
1292
|
-
* @internal
|
|
1293
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1294
|
-
*/
|
|
1295
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaRadio$ {
|
|
1296
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema` instead. */
|
|
1297
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaRadio, z.ZodTypeDef, unknown>;
|
|
1298
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema` instead. */
|
|
1299
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaRadio>;
|
|
1300
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound` instead. */
|
|
1301
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound;
|
|
1302
|
-
}
|
|
1303
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaRadioToJSON(documentGetDocumentWithDetailsByIdFieldMetaRadio: DocumentGetDocumentWithDetailsByIdFieldMetaRadio): string;
|
|
1304
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaRadioFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaRadio, SDKValidationError>;
|
|
1305
|
-
/** @internal */
|
|
1306
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeNumber$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeNumber>;
|
|
1307
|
-
/** @internal */
|
|
1308
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeNumber$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeNumber>;
|
|
1309
|
-
/**
|
|
1310
|
-
* @internal
|
|
1311
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1312
|
-
*/
|
|
1313
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeNumber$ {
|
|
1314
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeNumber$inboundSchema` instead. */
|
|
1315
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1316
|
-
readonly Number: "number";
|
|
1317
|
-
}>;
|
|
1318
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeNumber$outboundSchema` instead. */
|
|
1319
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1320
|
-
readonly Number: "number";
|
|
1321
|
-
}>;
|
|
1322
|
-
}
|
|
1323
|
-
/** @internal */
|
|
1324
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign6$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign6>;
|
|
1325
|
-
/** @internal */
|
|
1326
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign6$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign6>;
|
|
1327
|
-
/**
|
|
1328
|
-
* @internal
|
|
1329
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1330
|
-
*/
|
|
1331
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTextAlign6$ {
|
|
1332
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign6$inboundSchema` instead. */
|
|
1333
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1334
|
-
readonly Left: "left";
|
|
1335
|
-
readonly Center: "center";
|
|
1336
|
-
readonly Right: "right";
|
|
1337
|
-
}>;
|
|
1338
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign6$outboundSchema` instead. */
|
|
1339
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1340
|
-
readonly Left: "left";
|
|
1341
|
-
readonly Center: "center";
|
|
1342
|
-
readonly Right: "right";
|
|
1343
|
-
}>;
|
|
1344
|
-
}
|
|
1345
|
-
/** @internal */
|
|
1346
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaNumber, z.ZodTypeDef, unknown>;
|
|
1347
|
-
/** @internal */
|
|
1348
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound = {
|
|
1349
|
-
label?: string | undefined;
|
|
1350
|
-
placeholder?: string | undefined;
|
|
1351
|
-
required?: boolean | undefined;
|
|
1352
|
-
readOnly?: boolean | undefined;
|
|
1353
|
-
type: string;
|
|
1354
|
-
numberFormat?: string | undefined;
|
|
1355
|
-
value?: string | undefined;
|
|
1356
|
-
minValue?: number | undefined;
|
|
1357
|
-
maxValue?: number | undefined;
|
|
1358
|
-
fontSize?: number | undefined;
|
|
1359
|
-
textAlign?: string | undefined;
|
|
1360
|
-
};
|
|
1361
|
-
/** @internal */
|
|
1362
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaNumber>;
|
|
1363
|
-
/**
|
|
1364
|
-
* @internal
|
|
1365
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1366
|
-
*/
|
|
1367
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaNumber$ {
|
|
1368
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema` instead. */
|
|
1369
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaNumber, z.ZodTypeDef, unknown>;
|
|
1370
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema` instead. */
|
|
1371
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaNumber>;
|
|
1372
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound` instead. */
|
|
1373
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound;
|
|
1374
|
-
}
|
|
1375
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaNumberToJSON(documentGetDocumentWithDetailsByIdFieldMetaNumber: DocumentGetDocumentWithDetailsByIdFieldMetaNumber): string;
|
|
1376
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaNumberFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaNumber, SDKValidationError>;
|
|
1377
|
-
/** @internal */
|
|
1378
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeText$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeText>;
|
|
1379
|
-
/** @internal */
|
|
1380
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeText$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeText>;
|
|
1381
|
-
/**
|
|
1382
|
-
* @internal
|
|
1383
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1384
|
-
*/
|
|
1385
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeText$ {
|
|
1386
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeText$inboundSchema` instead. */
|
|
1387
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1388
|
-
readonly Text: "text";
|
|
1389
|
-
}>;
|
|
1390
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeText$outboundSchema` instead. */
|
|
1391
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1392
|
-
readonly Text: "text";
|
|
1393
|
-
}>;
|
|
1394
|
-
}
|
|
1395
|
-
/** @internal */
|
|
1396
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign5$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign5>;
|
|
1397
|
-
/** @internal */
|
|
1398
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign5$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign5>;
|
|
1399
|
-
/**
|
|
1400
|
-
* @internal
|
|
1401
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1402
|
-
*/
|
|
1403
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTextAlign5$ {
|
|
1404
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign5$inboundSchema` instead. */
|
|
1405
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1406
|
-
readonly Left: "left";
|
|
1407
|
-
readonly Center: "center";
|
|
1408
|
-
readonly Right: "right";
|
|
1409
|
-
}>;
|
|
1410
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign5$outboundSchema` instead. */
|
|
1411
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1412
|
-
readonly Left: "left";
|
|
1413
|
-
readonly Center: "center";
|
|
1414
|
-
readonly Right: "right";
|
|
1415
|
-
}>;
|
|
1416
|
-
}
|
|
1417
|
-
/** @internal */
|
|
1418
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaText, z.ZodTypeDef, unknown>;
|
|
1419
|
-
/** @internal */
|
|
1420
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound = {
|
|
1421
|
-
label?: string | undefined;
|
|
1422
|
-
placeholder?: string | undefined;
|
|
1423
|
-
required?: boolean | undefined;
|
|
1424
|
-
readOnly?: boolean | undefined;
|
|
1425
|
-
type: string;
|
|
1426
|
-
text?: string | undefined;
|
|
1427
|
-
characterLimit?: number | undefined;
|
|
1428
|
-
fontSize?: number | undefined;
|
|
1429
|
-
textAlign?: string | undefined;
|
|
1430
|
-
};
|
|
1431
|
-
/** @internal */
|
|
1432
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaText>;
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1436
|
-
*/
|
|
1437
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaText$ {
|
|
1438
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema` instead. */
|
|
1439
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaText, z.ZodTypeDef, unknown>;
|
|
1440
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema` instead. */
|
|
1441
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaText>;
|
|
1442
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound` instead. */
|
|
1443
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound;
|
|
1444
|
-
}
|
|
1445
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaTextToJSON(documentGetDocumentWithDetailsByIdFieldMetaText: DocumentGetDocumentWithDetailsByIdFieldMetaText): string;
|
|
1446
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaTextFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaText, SDKValidationError>;
|
|
1447
|
-
/** @internal */
|
|
1448
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeDate$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDate>;
|
|
1449
|
-
/** @internal */
|
|
1450
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeDate$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDate>;
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1454
|
-
*/
|
|
1455
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeDate$ {
|
|
1456
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeDate$inboundSchema` instead. */
|
|
1457
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1458
|
-
readonly Date: "date";
|
|
1459
|
-
}>;
|
|
1460
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeDate$outboundSchema` instead. */
|
|
1461
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1462
|
-
readonly Date: "date";
|
|
1463
|
-
}>;
|
|
1464
|
-
}
|
|
1465
|
-
/** @internal */
|
|
1466
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign4$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign4>;
|
|
1467
|
-
/** @internal */
|
|
1468
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign4$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign4>;
|
|
1469
|
-
/**
|
|
1470
|
-
* @internal
|
|
1471
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1472
|
-
*/
|
|
1473
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTextAlign4$ {
|
|
1474
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign4$inboundSchema` instead. */
|
|
1475
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1476
|
-
readonly Left: "left";
|
|
1477
|
-
readonly Center: "center";
|
|
1478
|
-
readonly Right: "right";
|
|
1479
|
-
}>;
|
|
1480
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign4$outboundSchema` instead. */
|
|
1481
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1482
|
-
readonly Left: "left";
|
|
1483
|
-
readonly Center: "center";
|
|
1484
|
-
readonly Right: "right";
|
|
1485
|
-
}>;
|
|
1486
|
-
}
|
|
1487
|
-
/** @internal */
|
|
1488
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaDate, z.ZodTypeDef, unknown>;
|
|
1489
|
-
/** @internal */
|
|
1490
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound = {
|
|
1491
|
-
label?: string | undefined;
|
|
1492
|
-
placeholder?: string | undefined;
|
|
1493
|
-
required?: boolean | undefined;
|
|
1494
|
-
readOnly?: boolean | undefined;
|
|
1495
|
-
type: string;
|
|
1496
|
-
fontSize?: number | undefined;
|
|
1497
|
-
textAlign?: string | undefined;
|
|
1498
|
-
};
|
|
1499
|
-
/** @internal */
|
|
1500
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaDate>;
|
|
1501
|
-
/**
|
|
1502
|
-
* @internal
|
|
1503
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1504
|
-
*/
|
|
1505
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaDate$ {
|
|
1506
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema` instead. */
|
|
1507
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaDate, z.ZodTypeDef, unknown>;
|
|
1508
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema` instead. */
|
|
1509
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaDate>;
|
|
1510
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound` instead. */
|
|
1511
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound;
|
|
1512
|
-
}
|
|
1513
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaDateToJSON(documentGetDocumentWithDetailsByIdFieldMetaDate: DocumentGetDocumentWithDetailsByIdFieldMetaDate): string;
|
|
1514
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaDateFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaDate, SDKValidationError>;
|
|
1515
|
-
/** @internal */
|
|
1516
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeEmail$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeEmail>;
|
|
1517
|
-
/** @internal */
|
|
1518
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeEmail$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeEmail>;
|
|
1519
|
-
/**
|
|
1520
|
-
* @internal
|
|
1521
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1522
|
-
*/
|
|
1523
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeEmail$ {
|
|
1524
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeEmail$inboundSchema` instead. */
|
|
1525
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1526
|
-
readonly Email: "email";
|
|
1527
|
-
}>;
|
|
1528
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeEmail$outboundSchema` instead. */
|
|
1529
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1530
|
-
readonly Email: "email";
|
|
1531
|
-
}>;
|
|
1532
|
-
}
|
|
1533
|
-
/** @internal */
|
|
1534
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign3$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign3>;
|
|
1535
|
-
/** @internal */
|
|
1536
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign3$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign3>;
|
|
1537
|
-
/**
|
|
1538
|
-
* @internal
|
|
1539
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1540
|
-
*/
|
|
1541
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTextAlign3$ {
|
|
1542
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign3$inboundSchema` instead. */
|
|
1543
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1544
|
-
readonly Left: "left";
|
|
1545
|
-
readonly Center: "center";
|
|
1546
|
-
readonly Right: "right";
|
|
1547
|
-
}>;
|
|
1548
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign3$outboundSchema` instead. */
|
|
1549
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1550
|
-
readonly Left: "left";
|
|
1551
|
-
readonly Center: "center";
|
|
1552
|
-
readonly Right: "right";
|
|
1553
|
-
}>;
|
|
1554
|
-
}
|
|
1555
|
-
/** @internal */
|
|
1556
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaEmail, z.ZodTypeDef, unknown>;
|
|
1557
|
-
/** @internal */
|
|
1558
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound = {
|
|
1559
|
-
label?: string | undefined;
|
|
1560
|
-
placeholder?: string | undefined;
|
|
1561
|
-
required?: boolean | undefined;
|
|
1562
|
-
readOnly?: boolean | undefined;
|
|
1563
|
-
type: string;
|
|
1564
|
-
fontSize?: number | undefined;
|
|
1565
|
-
textAlign?: string | undefined;
|
|
1566
|
-
};
|
|
1567
|
-
/** @internal */
|
|
1568
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaEmail$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaEmail>;
|
|
1569
|
-
/**
|
|
1570
|
-
* @internal
|
|
1571
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1572
|
-
*/
|
|
1573
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaEmail$ {
|
|
1574
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema` instead. */
|
|
1575
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaEmail, z.ZodTypeDef, unknown>;
|
|
1576
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaEmail$outboundSchema` instead. */
|
|
1577
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaEmail>;
|
|
1578
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound` instead. */
|
|
1579
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound;
|
|
1580
|
-
}
|
|
1581
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaEmailToJSON(documentGetDocumentWithDetailsByIdFieldMetaEmail: DocumentGetDocumentWithDetailsByIdFieldMetaEmail): string;
|
|
1582
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaEmailFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaEmail, SDKValidationError>;
|
|
1583
|
-
/** @internal */
|
|
1584
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeName$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeName>;
|
|
1585
|
-
/** @internal */
|
|
1586
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeName$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeName>;
|
|
1587
|
-
/**
|
|
1588
|
-
* @internal
|
|
1589
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1590
|
-
*/
|
|
1591
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeName$ {
|
|
1592
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeName$inboundSchema` instead. */
|
|
1593
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1594
|
-
readonly Name: "name";
|
|
1595
|
-
}>;
|
|
1596
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeName$outboundSchema` instead. */
|
|
1597
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1598
|
-
readonly Name: "name";
|
|
1599
|
-
}>;
|
|
1600
|
-
}
|
|
1601
|
-
/** @internal */
|
|
1602
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign2$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign2>;
|
|
1603
|
-
/** @internal */
|
|
1604
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign2$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign2>;
|
|
1605
|
-
/**
|
|
1606
|
-
* @internal
|
|
1607
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1608
|
-
*/
|
|
1609
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTextAlign2$ {
|
|
1610
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign2$inboundSchema` instead. */
|
|
1611
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1612
|
-
readonly Left: "left";
|
|
1613
|
-
readonly Center: "center";
|
|
1614
|
-
readonly Right: "right";
|
|
1615
|
-
}>;
|
|
1616
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign2$outboundSchema` instead. */
|
|
1617
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1618
|
-
readonly Left: "left";
|
|
1619
|
-
readonly Center: "center";
|
|
1620
|
-
readonly Right: "right";
|
|
1621
|
-
}>;
|
|
1622
|
-
}
|
|
1623
|
-
/** @internal */
|
|
1624
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaName$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaName, z.ZodTypeDef, unknown>;
|
|
1625
|
-
/** @internal */
|
|
1626
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound = {
|
|
1627
|
-
label?: string | undefined;
|
|
1628
|
-
placeholder?: string | undefined;
|
|
1629
|
-
required?: boolean | undefined;
|
|
1630
|
-
readOnly?: boolean | undefined;
|
|
1631
|
-
type: string;
|
|
1632
|
-
fontSize?: number | undefined;
|
|
1633
|
-
textAlign?: string | undefined;
|
|
1634
|
-
};
|
|
1635
|
-
/** @internal */
|
|
1636
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaName$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaName>;
|
|
1637
|
-
/**
|
|
1638
|
-
* @internal
|
|
1639
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1640
|
-
*/
|
|
1641
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaName$ {
|
|
1642
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaName$inboundSchema` instead. */
|
|
1643
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaName, z.ZodTypeDef, unknown>;
|
|
1644
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaName$outboundSchema` instead. */
|
|
1645
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaName>;
|
|
1646
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound` instead. */
|
|
1647
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound;
|
|
1648
|
-
}
|
|
1649
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaNameToJSON(documentGetDocumentWithDetailsByIdFieldMetaName: DocumentGetDocumentWithDetailsByIdFieldMetaName): string;
|
|
1650
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaNameFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaName, SDKValidationError>;
|
|
1651
|
-
/** @internal */
|
|
1652
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeInitials$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeInitials>;
|
|
1653
|
-
/** @internal */
|
|
1654
|
-
export declare const DocumentGetDocumentWithDetailsByIdTypeInitials$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeInitials>;
|
|
1655
|
-
/**
|
|
1656
|
-
* @internal
|
|
1657
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1658
|
-
*/
|
|
1659
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTypeInitials$ {
|
|
1660
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeInitials$inboundSchema` instead. */
|
|
1661
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1662
|
-
readonly Initials: "initials";
|
|
1663
|
-
}>;
|
|
1664
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeInitials$outboundSchema` instead. */
|
|
1665
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1666
|
-
readonly Initials: "initials";
|
|
1667
|
-
}>;
|
|
1668
|
-
}
|
|
1669
|
-
/** @internal */
|
|
1670
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign1$inboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign1>;
|
|
1671
|
-
/** @internal */
|
|
1672
|
-
export declare const DocumentGetDocumentWithDetailsByIdTextAlign1$outboundSchema: z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign1>;
|
|
1673
|
-
/**
|
|
1674
|
-
* @internal
|
|
1675
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1676
|
-
*/
|
|
1677
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdTextAlign1$ {
|
|
1678
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign1$inboundSchema` instead. */
|
|
1679
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1680
|
-
readonly Left: "left";
|
|
1681
|
-
readonly Center: "center";
|
|
1682
|
-
readonly Right: "right";
|
|
1683
|
-
}>;
|
|
1684
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign1$outboundSchema` instead. */
|
|
1685
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1686
|
-
readonly Left: "left";
|
|
1687
|
-
readonly Center: "center";
|
|
1688
|
-
readonly Right: "right";
|
|
1689
|
-
}>;
|
|
1690
|
-
}
|
|
1691
|
-
/** @internal */
|
|
1692
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaInitials, z.ZodTypeDef, unknown>;
|
|
1693
|
-
/** @internal */
|
|
1694
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound = {
|
|
1695
|
-
label?: string | undefined;
|
|
1696
|
-
placeholder?: string | undefined;
|
|
1697
|
-
required?: boolean | undefined;
|
|
1698
|
-
readOnly?: boolean | undefined;
|
|
1699
|
-
type: string;
|
|
1700
|
-
fontSize?: number | undefined;
|
|
1701
|
-
textAlign?: string | undefined;
|
|
1702
|
-
};
|
|
1703
|
-
/** @internal */
|
|
1704
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaInitials>;
|
|
1705
|
-
/**
|
|
1706
|
-
* @internal
|
|
1707
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1708
|
-
*/
|
|
1709
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaInitials$ {
|
|
1710
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema` instead. */
|
|
1711
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaInitials, z.ZodTypeDef, unknown>;
|
|
1712
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema` instead. */
|
|
1713
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaInitials>;
|
|
1714
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound` instead. */
|
|
1715
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound;
|
|
1716
|
-
}
|
|
1717
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaInitialsToJSON(documentGetDocumentWithDetailsByIdFieldMetaInitials: DocumentGetDocumentWithDetailsByIdFieldMetaInitials): string;
|
|
1718
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaInitialsFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaInitials, SDKValidationError>;
|
|
1719
|
-
/** @internal */
|
|
1720
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaUnion, z.ZodTypeDef, unknown>;
|
|
1721
|
-
/** @internal */
|
|
1722
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound;
|
|
1723
|
-
/** @internal */
|
|
1724
|
-
export declare const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaUnion>;
|
|
1725
|
-
/**
|
|
1726
|
-
* @internal
|
|
1727
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1728
|
-
*/
|
|
1729
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdFieldMetaUnion$ {
|
|
1730
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaUnion$inboundSchema` instead. */
|
|
1731
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaUnion, z.ZodTypeDef, unknown>;
|
|
1732
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema` instead. */
|
|
1733
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdFieldMetaUnion>;
|
|
1734
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound` instead. */
|
|
1735
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound;
|
|
1736
|
-
}
|
|
1737
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaUnionToJSON(documentGetDocumentWithDetailsByIdFieldMetaUnion: DocumentGetDocumentWithDetailsByIdFieldMetaUnion): string;
|
|
1738
|
-
export declare function documentGetDocumentWithDetailsByIdFieldMetaUnionFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdFieldMetaUnion, SDKValidationError>;
|
|
1739
|
-
/** @internal */
|
|
1740
|
-
export declare const DocumentGetDocumentWithDetailsByIdField$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdField, z.ZodTypeDef, unknown>;
|
|
1741
|
-
/** @internal */
|
|
1742
|
-
export type DocumentGetDocumentWithDetailsByIdField$Outbound = {
|
|
1743
|
-
type: string;
|
|
1744
|
-
id: number;
|
|
1745
|
-
secondaryId: string;
|
|
1746
|
-
documentId: number | null;
|
|
1747
|
-
templateId: number | null;
|
|
1748
|
-
recipientId: number;
|
|
1749
|
-
page: number;
|
|
1750
|
-
positionX?: any | undefined;
|
|
1751
|
-
positionY?: any | undefined;
|
|
1752
|
-
width?: any | undefined;
|
|
1753
|
-
height?: any | undefined;
|
|
1754
|
-
customText: string;
|
|
1755
|
-
inserted: boolean;
|
|
1756
|
-
fieldMeta: DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound | DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound | null;
|
|
1757
|
-
};
|
|
1758
|
-
/** @internal */
|
|
1759
|
-
export declare const DocumentGetDocumentWithDetailsByIdField$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdField$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdField>;
|
|
1760
|
-
/**
|
|
1761
|
-
* @internal
|
|
1762
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1763
|
-
*/
|
|
1764
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdField$ {
|
|
1765
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdField$inboundSchema` instead. */
|
|
1766
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdField, z.ZodTypeDef, unknown>;
|
|
1767
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdField$outboundSchema` instead. */
|
|
1768
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdField$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdField>;
|
|
1769
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdField$Outbound` instead. */
|
|
1770
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdField$Outbound;
|
|
1771
|
-
}
|
|
1772
|
-
export declare function documentGetDocumentWithDetailsByIdFieldToJSON(documentGetDocumentWithDetailsByIdField: DocumentGetDocumentWithDetailsByIdField): string;
|
|
1773
|
-
export declare function documentGetDocumentWithDetailsByIdFieldFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdField, SDKValidationError>;
|
|
1774
|
-
/** @internal */
|
|
1775
|
-
export declare const DocumentGetDocumentWithDetailsByIdResponse$inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdResponse, z.ZodTypeDef, unknown>;
|
|
1776
|
-
/** @internal */
|
|
1777
|
-
export type DocumentGetDocumentWithDetailsByIdResponse$Outbound = {
|
|
1778
|
-
visibility: string;
|
|
1779
|
-
status: string;
|
|
1780
|
-
source: string;
|
|
1781
|
-
id: number;
|
|
1782
|
-
externalId: string | null;
|
|
1783
|
-
userId: number;
|
|
1784
|
-
authOptions: DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound | null;
|
|
1785
|
-
formValues: {
|
|
1786
|
-
[k: string]: string | boolean | number;
|
|
1787
|
-
} | null;
|
|
1788
|
-
title: string;
|
|
1789
|
-
documentDataId: string;
|
|
1790
|
-
createdAt: string;
|
|
1791
|
-
updatedAt: string;
|
|
1792
|
-
completedAt: string | null;
|
|
1793
|
-
deletedAt: string | null;
|
|
1794
|
-
teamId: number | null;
|
|
1795
|
-
templateId: number | null;
|
|
1796
|
-
folderId: string | null;
|
|
1797
|
-
documentData: DocumentGetDocumentWithDetailsByIdDocumentData$Outbound;
|
|
1798
|
-
documentMeta: DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound | null;
|
|
1799
|
-
folder: DocumentGetDocumentWithDetailsByIdFolder$Outbound | null;
|
|
1800
|
-
recipients: Array<DocumentGetDocumentWithDetailsByIdRecipient$Outbound>;
|
|
1801
|
-
fields: Array<DocumentGetDocumentWithDetailsByIdField$Outbound>;
|
|
1802
|
-
};
|
|
1803
|
-
/** @internal */
|
|
1804
|
-
export declare const DocumentGetDocumentWithDetailsByIdResponse$outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdResponse$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdResponse>;
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1808
|
-
*/
|
|
1809
|
-
export declare namespace DocumentGetDocumentWithDetailsByIdResponse$ {
|
|
1810
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdResponse$inboundSchema` instead. */
|
|
1811
|
-
const inboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdResponse, z.ZodTypeDef, unknown>;
|
|
1812
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdResponse$outboundSchema` instead. */
|
|
1813
|
-
const outboundSchema: z.ZodType<DocumentGetDocumentWithDetailsByIdResponse$Outbound, z.ZodTypeDef, DocumentGetDocumentWithDetailsByIdResponse>;
|
|
1814
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdResponse$Outbound` instead. */
|
|
1815
|
-
type Outbound = DocumentGetDocumentWithDetailsByIdResponse$Outbound;
|
|
1816
|
-
}
|
|
1817
|
-
export declare function documentGetDocumentWithDetailsByIdResponseToJSON(documentGetDocumentWithDetailsByIdResponse: DocumentGetDocumentWithDetailsByIdResponse): string;
|
|
1818
|
-
export declare function documentGetDocumentWithDetailsByIdResponseFromJSON(jsonString: string): SafeParseResult<DocumentGetDocumentWithDetailsByIdResponse, SDKValidationError>;
|
|
1819
|
-
//# sourceMappingURL=documentgetdocumentwithdetailsbyid.d.ts.map
|