@documenso/sdk-typescript 0.3.1 → 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 +4 -4
- package/README.md +122 -113
- package/RUNTIMES.md +6 -6
- package/bin/mcp-server.js +4914 -2598
- package/bin/mcp-server.js.map +150 -143
- package/docs/sdks/directlink/README.md +3 -0
- package/docs/sdks/document/README.md +84 -0
- package/docs/sdks/documents/README.md +124 -108
- 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 +6 -0
- 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/documentDocumentDownload.d.ts +18 -0
- package/funcs/documentDocumentDownload.d.ts.map +1 -0
- package/funcs/documentDocumentDownload.js +127 -0
- 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/templateTemplateCreateTemplateTemporary.js +118 -0
- 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/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.d.ts.map +1 -1
- package/mcp-server/server.js +9 -5
- 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/documentDocumentDownload.js +64 -0
- 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/templateTemplateCreateTemplateTemporary.js +64 -0
- 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 -7
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +10 -7
- 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 +197 -67
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +136 -53
- 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} +223 -210
- 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 +74 -16
- package/models/operations/fieldcreatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfield.js +70 -22
- package/models/operations/fieldcreatedocumentfield.js.map +1 -1
- package/models/operations/fieldcreatedocumentfields.d.ts +74 -16
- package/models/operations/fieldcreatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfields.js +71 -22
- package/models/operations/fieldcreatedocumentfields.js.map +1 -1
- package/models/operations/fieldcreatetemplatefield.d.ts +74 -16
- package/models/operations/fieldcreatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefield.js +70 -22
- package/models/operations/fieldcreatetemplatefield.js.map +1 -1
- package/models/operations/fieldcreatetemplatefields.d.ts +74 -16
- package/models/operations/fieldcreatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefields.js +71 -22
- package/models/operations/fieldcreatetemplatefields.js.map +1 -1
- package/models/operations/fieldgetdocumentfield.d.ts +41 -10
- package/models/operations/fieldgetdocumentfield.d.ts.map +1 -1
- package/models/operations/fieldgetdocumentfield.js +38 -13
- package/models/operations/fieldgetdocumentfield.js.map +1 -1
- package/models/operations/fieldgettemplatefield.d.ts +41 -10
- package/models/operations/fieldgettemplatefield.d.ts.map +1 -1
- package/models/operations/fieldgettemplatefield.js +38 -13
- package/models/operations/fieldgettemplatefield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfield.d.ts +74 -16
- package/models/operations/fieldupdatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfield.js +70 -22
- package/models/operations/fieldupdatedocumentfield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfields.d.ts +74 -16
- package/models/operations/fieldupdatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfields.js +71 -22
- package/models/operations/fieldupdatedocumentfields.js.map +1 -1
- package/models/operations/fieldupdatetemplatefield.d.ts +74 -16
- package/models/operations/fieldupdatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefield.js +70 -22
- package/models/operations/fieldupdatetemplatefield.js.map +1 -1
- package/models/operations/fieldupdatetemplatefields.d.ts +74 -16
- package/models/operations/fieldupdatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefields.js +71 -22
- package/models/operations/fieldupdatetemplatefields.js.map +1 -1
- package/models/operations/index.d.ts +9 -7
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +9 -7
- 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 +50 -14
- package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.js +45 -17
- package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
- package/models/operations/recipientgettemplaterecipient.d.ts +50 -14
- package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientgettemplaterecipient.js +45 -17
- package/models/operations/recipientgettemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.d.ts +53 -14
- package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.js +48 -18
- package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.d.ts +53 -14
- package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.js +49 -18
- package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.d.ts +53 -14
- package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.js +48 -18
- package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.d.ts +53 -14
- package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.js +49 -18
- package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +112 -25
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +104 -29
- 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 +7 -2
- package/models/operations/templateduplicatetemplate.d.ts.map +1 -1
- package/models/operations/templateduplicatetemplate.js +5 -2
- package/models/operations/templateduplicatetemplate.js.map +1 -1
- package/models/operations/templatefindtemplates.d.ts +59 -18
- package/models/operations/templatefindtemplates.d.ts.map +1 -1
- package/models/operations/templatefindtemplates.js +53 -22
- package/models/operations/templatefindtemplates.js.map +1 -1
- package/models/operations/templategettemplatebyid.d.ts +96 -47
- package/models/operations/templategettemplatebyid.d.ts.map +1 -1
- package/models/operations/templategettemplatebyid.js +99 -58
- 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 +85 -32
- package/models/operations/templateupdatetemplate.d.ts.map +1 -1
- package/models/operations/templateupdatetemplate.js +34 -12
- 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 +19 -19
- package/sdk/documents.d.ts.map +1 -1
- package/sdk/documents.js +21 -21
- 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/src/funcs/documentDocumentDownload.ts +188 -0
- 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/templateTemplateCreateTemplateTemporary.ts +185 -0
- 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/security.ts +4 -1
- 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 +9 -5
- package/src/mcp-server/tools/documentDocumentDownload.ts +37 -0
- 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 -7
- 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 +223 -83
- 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 +118 -32
- package/src/models/operations/fieldcreatedocumentfields.ts +117 -32
- package/src/models/operations/fieldcreatetemplatefield.ts +118 -32
- package/src/models/operations/fieldcreatetemplatefields.ts +117 -32
- package/src/models/operations/fieldgetdocumentfield.ts +61 -20
- package/src/models/operations/fieldgettemplatefield.ts +61 -20
- package/src/models/operations/fieldupdatedocumentfield.ts +118 -32
- package/src/models/operations/fieldupdatedocumentfields.ts +117 -32
- package/src/models/operations/fieldupdatetemplatefield.ts +118 -32
- package/src/models/operations/fieldupdatetemplatefields.ts +117 -32
- package/src/models/operations/index.ts +9 -7
- 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 +81 -28
- package/src/models/operations/recipientgettemplaterecipient.ts +81 -28
- package/src/models/operations/recipientupdatedocumentrecipient.ts +81 -28
- package/src/models/operations/recipientupdatedocumentrecipients.ts +80 -28
- package/src/models/operations/recipientupdatetemplaterecipient.ts +81 -28
- package/src/models/operations/recipientupdatetemplaterecipients.ts +80 -28
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +200 -55
- package/src/models/operations/templatecreatetemplatedirectlink.ts +8 -4
- package/src/models/operations/templatecreatetemplatetemporary.ts +4374 -0
- package/src/models/operations/templateduplicatetemplate.ts +9 -4
- package/src/models/operations/templatefindtemplates.ts +87 -36
- package/src/models/operations/templategettemplatebyid.ts +191 -105
- package/src/models/operations/templatetoggletemplatedirectlink.ts +8 -4
- package/src/models/operations/templateupdatetemplate.ts +47 -14
- package/src/sdk/document.ts +27 -0
- package/src/sdk/documents.ts +37 -37
- package/src/sdk/sdk.ts +12 -0
- package/src/sdk/template.ts +27 -0
- package/docs/sdks/documenso/README.md +0 -7
- 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/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/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/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/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/documentresenddocument.ts +0 -339
- package/src/models/errors/documentsenddocument.ts +0 -335
- package/src/models/errors/documentupdatedocument.ts +0 -339
- 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/documentresenddocument.ts +0 -138
- package/src/models/operations/documentsenddocument.ts +0 -846
- package/src/models/operations/documentupdatedocument.ts +0 -1128
|
@@ -1,3621 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
-
|
|
11
|
-
export type DocumentGetDocumentWithDetailsByIdRequest = {
|
|
12
|
-
documentId: number;
|
|
13
|
-
/**
|
|
14
|
-
* Filter documents by folder ID
|
|
15
|
-
*/
|
|
16
|
-
folderId?: string | undefined;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export const DocumentGetDocumentWithDetailsByIdVisibility = {
|
|
20
|
-
Everyone: "EVERYONE",
|
|
21
|
-
ManagerAndAbove: "MANAGER_AND_ABOVE",
|
|
22
|
-
Admin: "ADMIN",
|
|
23
|
-
} as const;
|
|
24
|
-
export type DocumentGetDocumentWithDetailsByIdVisibility = ClosedEnum<
|
|
25
|
-
typeof DocumentGetDocumentWithDetailsByIdVisibility
|
|
26
|
-
>;
|
|
27
|
-
|
|
28
|
-
export const DocumentGetDocumentWithDetailsByIdStatus = {
|
|
29
|
-
Draft: "DRAFT",
|
|
30
|
-
Pending: "PENDING",
|
|
31
|
-
Completed: "COMPLETED",
|
|
32
|
-
Rejected: "REJECTED",
|
|
33
|
-
} as const;
|
|
34
|
-
export type DocumentGetDocumentWithDetailsByIdStatus = ClosedEnum<
|
|
35
|
-
typeof DocumentGetDocumentWithDetailsByIdStatus
|
|
36
|
-
>;
|
|
37
|
-
|
|
38
|
-
export const DocumentGetDocumentWithDetailsByIdSource = {
|
|
39
|
-
Document: "DOCUMENT",
|
|
40
|
-
Template: "TEMPLATE",
|
|
41
|
-
TemplateDirectLink: "TEMPLATE_DIRECT_LINK",
|
|
42
|
-
} as const;
|
|
43
|
-
export type DocumentGetDocumentWithDetailsByIdSource = ClosedEnum<
|
|
44
|
-
typeof DocumentGetDocumentWithDetailsByIdSource
|
|
45
|
-
>;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* The type of authentication required for the recipient to access the document.
|
|
49
|
-
*/
|
|
50
|
-
export const DocumentGetDocumentWithDetailsByIdGlobalAccessAuth = {
|
|
51
|
-
Account: "ACCOUNT",
|
|
52
|
-
} as const;
|
|
53
|
-
/**
|
|
54
|
-
* The type of authentication required for the recipient to access the document.
|
|
55
|
-
*/
|
|
56
|
-
export type DocumentGetDocumentWithDetailsByIdGlobalAccessAuth = ClosedEnum<
|
|
57
|
-
typeof DocumentGetDocumentWithDetailsByIdGlobalAccessAuth
|
|
58
|
-
>;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
62
|
-
*/
|
|
63
|
-
export const DocumentGetDocumentWithDetailsByIdGlobalActionAuth = {
|
|
64
|
-
Account: "ACCOUNT",
|
|
65
|
-
Passkey: "PASSKEY",
|
|
66
|
-
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
67
|
-
Password: "PASSWORD",
|
|
68
|
-
} as const;
|
|
69
|
-
/**
|
|
70
|
-
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
71
|
-
*/
|
|
72
|
-
export type DocumentGetDocumentWithDetailsByIdGlobalActionAuth = ClosedEnum<
|
|
73
|
-
typeof DocumentGetDocumentWithDetailsByIdGlobalActionAuth
|
|
74
|
-
>;
|
|
75
|
-
|
|
76
|
-
export type DocumentGetDocumentWithDetailsByIdAuthOptions = {
|
|
77
|
-
globalAccessAuth: Array<DocumentGetDocumentWithDetailsByIdGlobalAccessAuth>;
|
|
78
|
-
globalActionAuth: Array<DocumentGetDocumentWithDetailsByIdGlobalActionAuth>;
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export type DocumentGetDocumentWithDetailsByIdFormValues =
|
|
82
|
-
| string
|
|
83
|
-
| boolean
|
|
84
|
-
| number;
|
|
85
|
-
|
|
86
|
-
export const DocumentGetDocumentWithDetailsByIdDocumentDataType = {
|
|
87
|
-
S3Path: "S3_PATH",
|
|
88
|
-
Bytes: "BYTES",
|
|
89
|
-
Bytes64: "BYTES_64",
|
|
90
|
-
} as const;
|
|
91
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentDataType = ClosedEnum<
|
|
92
|
-
typeof DocumentGetDocumentWithDetailsByIdDocumentDataType
|
|
93
|
-
>;
|
|
94
|
-
|
|
95
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentData = {
|
|
96
|
-
type: DocumentGetDocumentWithDetailsByIdDocumentDataType;
|
|
97
|
-
id: string;
|
|
98
|
-
data: string;
|
|
99
|
-
initialData: string;
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
export const DocumentGetDocumentWithDetailsByIdSigningOrder = {
|
|
103
|
-
Parallel: "PARALLEL",
|
|
104
|
-
Sequential: "SEQUENTIAL",
|
|
105
|
-
} as const;
|
|
106
|
-
export type DocumentGetDocumentWithDetailsByIdSigningOrder = ClosedEnum<
|
|
107
|
-
typeof DocumentGetDocumentWithDetailsByIdSigningOrder
|
|
108
|
-
>;
|
|
109
|
-
|
|
110
|
-
export const DocumentGetDocumentWithDetailsByIdDistributionMethod = {
|
|
111
|
-
Email: "EMAIL",
|
|
112
|
-
None: "NONE",
|
|
113
|
-
} as const;
|
|
114
|
-
export type DocumentGetDocumentWithDetailsByIdDistributionMethod = ClosedEnum<
|
|
115
|
-
typeof DocumentGetDocumentWithDetailsByIdDistributionMethod
|
|
116
|
-
>;
|
|
117
|
-
|
|
118
|
-
export type DocumentGetDocumentWithDetailsByIdEmailSettings = {
|
|
119
|
-
/**
|
|
120
|
-
* Whether to send an email to all recipients that the document is ready for them to sign.
|
|
121
|
-
*/
|
|
122
|
-
recipientSigningRequest?: boolean | undefined;
|
|
123
|
-
/**
|
|
124
|
-
* Whether to send an email to the recipient who was removed from a pending document.
|
|
125
|
-
*/
|
|
126
|
-
recipientRemoved?: boolean | undefined;
|
|
127
|
-
/**
|
|
128
|
-
* Whether to send an email to the document owner when a recipient has signed the document.
|
|
129
|
-
*/
|
|
130
|
-
recipientSigned?: boolean | undefined;
|
|
131
|
-
/**
|
|
132
|
-
* 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.
|
|
133
|
-
*/
|
|
134
|
-
documentPending?: boolean | undefined;
|
|
135
|
-
/**
|
|
136
|
-
* Whether to send an email to all recipients when the document is complete.
|
|
137
|
-
*/
|
|
138
|
-
documentCompleted?: boolean | undefined;
|
|
139
|
-
/**
|
|
140
|
-
* Whether to send an email to all recipients if a pending document has been deleted.
|
|
141
|
-
*/
|
|
142
|
-
documentDeleted?: boolean | undefined;
|
|
143
|
-
/**
|
|
144
|
-
* Whether to send an email to the document owner when the document is complete.
|
|
145
|
-
*/
|
|
146
|
-
ownerDocumentCompleted?: boolean | undefined;
|
|
147
|
-
};
|
|
148
|
-
|
|
149
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentMeta = {
|
|
150
|
-
signingOrder: DocumentGetDocumentWithDetailsByIdSigningOrder;
|
|
151
|
-
distributionMethod: DocumentGetDocumentWithDetailsByIdDistributionMethod;
|
|
152
|
-
id: string;
|
|
153
|
-
subject: string | null;
|
|
154
|
-
message: string | null;
|
|
155
|
-
timezone: string | null;
|
|
156
|
-
password: string | null;
|
|
157
|
-
dateFormat: string | null;
|
|
158
|
-
documentId: number;
|
|
159
|
-
redirectUrl: string | null;
|
|
160
|
-
typedSignatureEnabled: boolean;
|
|
161
|
-
uploadSignatureEnabled: boolean;
|
|
162
|
-
drawSignatureEnabled: boolean;
|
|
163
|
-
allowDictateNextSigner: boolean;
|
|
164
|
-
language: string;
|
|
165
|
-
emailSettings: DocumentGetDocumentWithDetailsByIdEmailSettings | null;
|
|
166
|
-
};
|
|
167
|
-
|
|
168
|
-
export const DocumentGetDocumentWithDetailsByIdFolderType = {
|
|
169
|
-
Document: "DOCUMENT",
|
|
170
|
-
Template: "TEMPLATE",
|
|
171
|
-
} as const;
|
|
172
|
-
export type DocumentGetDocumentWithDetailsByIdFolderType = ClosedEnum<
|
|
173
|
-
typeof DocumentGetDocumentWithDetailsByIdFolderType
|
|
174
|
-
>;
|
|
175
|
-
|
|
176
|
-
export const DocumentGetDocumentWithDetailsByIdFolderVisibility = {
|
|
177
|
-
Everyone: "EVERYONE",
|
|
178
|
-
ManagerAndAbove: "MANAGER_AND_ABOVE",
|
|
179
|
-
Admin: "ADMIN",
|
|
180
|
-
} as const;
|
|
181
|
-
export type DocumentGetDocumentWithDetailsByIdFolderVisibility = ClosedEnum<
|
|
182
|
-
typeof DocumentGetDocumentWithDetailsByIdFolderVisibility
|
|
183
|
-
>;
|
|
184
|
-
|
|
185
|
-
export type DocumentGetDocumentWithDetailsByIdFolder = {
|
|
186
|
-
id: string;
|
|
187
|
-
name: string;
|
|
188
|
-
type: DocumentGetDocumentWithDetailsByIdFolderType;
|
|
189
|
-
visibility: DocumentGetDocumentWithDetailsByIdFolderVisibility;
|
|
190
|
-
userId: number;
|
|
191
|
-
teamId: number;
|
|
192
|
-
pinned: boolean;
|
|
193
|
-
parentId: string | null;
|
|
194
|
-
createdAt: string;
|
|
195
|
-
updatedAt: string;
|
|
196
|
-
};
|
|
197
|
-
|
|
198
|
-
export const DocumentGetDocumentWithDetailsByIdRole = {
|
|
199
|
-
Cc: "CC",
|
|
200
|
-
Signer: "SIGNER",
|
|
201
|
-
Viewer: "VIEWER",
|
|
202
|
-
Approver: "APPROVER",
|
|
203
|
-
Assistant: "ASSISTANT",
|
|
204
|
-
} as const;
|
|
205
|
-
export type DocumentGetDocumentWithDetailsByIdRole = ClosedEnum<
|
|
206
|
-
typeof DocumentGetDocumentWithDetailsByIdRole
|
|
207
|
-
>;
|
|
208
|
-
|
|
209
|
-
export const DocumentGetDocumentWithDetailsByIdReadStatus = {
|
|
210
|
-
NotOpened: "NOT_OPENED",
|
|
211
|
-
Opened: "OPENED",
|
|
212
|
-
} as const;
|
|
213
|
-
export type DocumentGetDocumentWithDetailsByIdReadStatus = ClosedEnum<
|
|
214
|
-
typeof DocumentGetDocumentWithDetailsByIdReadStatus
|
|
215
|
-
>;
|
|
216
|
-
|
|
217
|
-
export const DocumentGetDocumentWithDetailsByIdSigningStatus = {
|
|
218
|
-
NotSigned: "NOT_SIGNED",
|
|
219
|
-
Signed: "SIGNED",
|
|
220
|
-
Rejected: "REJECTED",
|
|
221
|
-
} as const;
|
|
222
|
-
export type DocumentGetDocumentWithDetailsByIdSigningStatus = ClosedEnum<
|
|
223
|
-
typeof DocumentGetDocumentWithDetailsByIdSigningStatus
|
|
224
|
-
>;
|
|
225
|
-
|
|
226
|
-
export const DocumentGetDocumentWithDetailsByIdSendStatus = {
|
|
227
|
-
NotSent: "NOT_SENT",
|
|
228
|
-
Sent: "SENT",
|
|
229
|
-
} as const;
|
|
230
|
-
export type DocumentGetDocumentWithDetailsByIdSendStatus = ClosedEnum<
|
|
231
|
-
typeof DocumentGetDocumentWithDetailsByIdSendStatus
|
|
232
|
-
>;
|
|
233
|
-
|
|
234
|
-
/**
|
|
235
|
-
* The type of authentication required for the recipient to access the document.
|
|
236
|
-
*/
|
|
237
|
-
export const DocumentGetDocumentWithDetailsByIdAccessAuth = {
|
|
238
|
-
Account: "ACCOUNT",
|
|
239
|
-
} as const;
|
|
240
|
-
/**
|
|
241
|
-
* The type of authentication required for the recipient to access the document.
|
|
242
|
-
*/
|
|
243
|
-
export type DocumentGetDocumentWithDetailsByIdAccessAuth = ClosedEnum<
|
|
244
|
-
typeof DocumentGetDocumentWithDetailsByIdAccessAuth
|
|
245
|
-
>;
|
|
246
|
-
|
|
247
|
-
/**
|
|
248
|
-
* The type of authentication required for the recipient to sign the document.
|
|
249
|
-
*/
|
|
250
|
-
export const DocumentGetDocumentWithDetailsByIdActionAuth = {
|
|
251
|
-
Account: "ACCOUNT",
|
|
252
|
-
Passkey: "PASSKEY",
|
|
253
|
-
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
254
|
-
Password: "PASSWORD",
|
|
255
|
-
ExplicitNone: "EXPLICIT_NONE",
|
|
256
|
-
} as const;
|
|
257
|
-
/**
|
|
258
|
-
* The type of authentication required for the recipient to sign the document.
|
|
259
|
-
*/
|
|
260
|
-
export type DocumentGetDocumentWithDetailsByIdActionAuth = ClosedEnum<
|
|
261
|
-
typeof DocumentGetDocumentWithDetailsByIdActionAuth
|
|
262
|
-
>;
|
|
263
|
-
|
|
264
|
-
export type DocumentGetDocumentWithDetailsByIdRecipientAuthOptions = {
|
|
265
|
-
accessAuth: Array<DocumentGetDocumentWithDetailsByIdAccessAuth>;
|
|
266
|
-
actionAuth: Array<DocumentGetDocumentWithDetailsByIdActionAuth>;
|
|
267
|
-
};
|
|
268
|
-
|
|
269
|
-
export type DocumentGetDocumentWithDetailsByIdRecipient = {
|
|
270
|
-
role: DocumentGetDocumentWithDetailsByIdRole;
|
|
271
|
-
readStatus: DocumentGetDocumentWithDetailsByIdReadStatus;
|
|
272
|
-
signingStatus: DocumentGetDocumentWithDetailsByIdSigningStatus;
|
|
273
|
-
sendStatus: DocumentGetDocumentWithDetailsByIdSendStatus;
|
|
274
|
-
id: number;
|
|
275
|
-
documentId: number | null;
|
|
276
|
-
templateId: number | null;
|
|
277
|
-
email: string;
|
|
278
|
-
name: string;
|
|
279
|
-
token: string;
|
|
280
|
-
documentDeletedAt: string | null;
|
|
281
|
-
expired: string | null;
|
|
282
|
-
signedAt: string | null;
|
|
283
|
-
authOptions: DocumentGetDocumentWithDetailsByIdRecipientAuthOptions | null;
|
|
284
|
-
/**
|
|
285
|
-
* The order in which the recipient should sign the document. Only works if the document is set to sequential signing.
|
|
286
|
-
*/
|
|
287
|
-
signingOrder: number | null;
|
|
288
|
-
rejectionReason: string | null;
|
|
289
|
-
};
|
|
290
|
-
|
|
291
|
-
export const DocumentGetDocumentWithDetailsByIdFieldType = {
|
|
292
|
-
Signature: "SIGNATURE",
|
|
293
|
-
FreeSignature: "FREE_SIGNATURE",
|
|
294
|
-
Initials: "INITIALS",
|
|
295
|
-
Name: "NAME",
|
|
296
|
-
Email: "EMAIL",
|
|
297
|
-
Date: "DATE",
|
|
298
|
-
Text: "TEXT",
|
|
299
|
-
Number: "NUMBER",
|
|
300
|
-
Radio: "RADIO",
|
|
301
|
-
Checkbox: "CHECKBOX",
|
|
302
|
-
Dropdown: "DROPDOWN",
|
|
303
|
-
} as const;
|
|
304
|
-
export type DocumentGetDocumentWithDetailsByIdFieldType = ClosedEnum<
|
|
305
|
-
typeof DocumentGetDocumentWithDetailsByIdFieldType
|
|
306
|
-
>;
|
|
307
|
-
|
|
308
|
-
export const DocumentGetDocumentWithDetailsByIdTypeDropdown = {
|
|
309
|
-
Dropdown: "dropdown",
|
|
310
|
-
} as const;
|
|
311
|
-
export type DocumentGetDocumentWithDetailsByIdTypeDropdown = ClosedEnum<
|
|
312
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeDropdown
|
|
313
|
-
>;
|
|
314
|
-
|
|
315
|
-
export type DocumentGetDocumentWithDetailsByIdValue3 = {
|
|
316
|
-
value: string;
|
|
317
|
-
};
|
|
318
|
-
|
|
319
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaDropdown = {
|
|
320
|
-
label?: string | undefined;
|
|
321
|
-
placeholder?: string | undefined;
|
|
322
|
-
required?: boolean | undefined;
|
|
323
|
-
readOnly?: boolean | undefined;
|
|
324
|
-
type: DocumentGetDocumentWithDetailsByIdTypeDropdown;
|
|
325
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue3> | undefined;
|
|
326
|
-
defaultValue?: string | undefined;
|
|
327
|
-
};
|
|
328
|
-
|
|
329
|
-
export const DocumentGetDocumentWithDetailsByIdTypeCheckbox = {
|
|
330
|
-
Checkbox: "checkbox",
|
|
331
|
-
} as const;
|
|
332
|
-
export type DocumentGetDocumentWithDetailsByIdTypeCheckbox = ClosedEnum<
|
|
333
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeCheckbox
|
|
334
|
-
>;
|
|
335
|
-
|
|
336
|
-
export type DocumentGetDocumentWithDetailsByIdValue2 = {
|
|
337
|
-
id: number;
|
|
338
|
-
checked: boolean;
|
|
339
|
-
value: string;
|
|
340
|
-
};
|
|
341
|
-
|
|
342
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox = {
|
|
343
|
-
label?: string | undefined;
|
|
344
|
-
placeholder?: string | undefined;
|
|
345
|
-
required?: boolean | undefined;
|
|
346
|
-
readOnly?: boolean | undefined;
|
|
347
|
-
type: DocumentGetDocumentWithDetailsByIdTypeCheckbox;
|
|
348
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue2> | undefined;
|
|
349
|
-
validationRule?: string | undefined;
|
|
350
|
-
validationLength?: number | undefined;
|
|
351
|
-
};
|
|
352
|
-
|
|
353
|
-
export const DocumentGetDocumentWithDetailsByIdTypeRadio = {
|
|
354
|
-
Radio: "radio",
|
|
355
|
-
} as const;
|
|
356
|
-
export type DocumentGetDocumentWithDetailsByIdTypeRadio = ClosedEnum<
|
|
357
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeRadio
|
|
358
|
-
>;
|
|
359
|
-
|
|
360
|
-
export type DocumentGetDocumentWithDetailsByIdValue1 = {
|
|
361
|
-
id: number;
|
|
362
|
-
checked: boolean;
|
|
363
|
-
value: string;
|
|
364
|
-
};
|
|
365
|
-
|
|
366
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaRadio = {
|
|
367
|
-
label?: string | undefined;
|
|
368
|
-
placeholder?: string | undefined;
|
|
369
|
-
required?: boolean | undefined;
|
|
370
|
-
readOnly?: boolean | undefined;
|
|
371
|
-
type: DocumentGetDocumentWithDetailsByIdTypeRadio;
|
|
372
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue1> | undefined;
|
|
373
|
-
};
|
|
374
|
-
|
|
375
|
-
export const DocumentGetDocumentWithDetailsByIdTypeNumber = {
|
|
376
|
-
Number: "number",
|
|
377
|
-
} as const;
|
|
378
|
-
export type DocumentGetDocumentWithDetailsByIdTypeNumber = ClosedEnum<
|
|
379
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeNumber
|
|
380
|
-
>;
|
|
381
|
-
|
|
382
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign6 = {
|
|
383
|
-
Left: "left",
|
|
384
|
-
Center: "center",
|
|
385
|
-
Right: "right",
|
|
386
|
-
} as const;
|
|
387
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign6 = ClosedEnum<
|
|
388
|
-
typeof DocumentGetDocumentWithDetailsByIdTextAlign6
|
|
389
|
-
>;
|
|
390
|
-
|
|
391
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaNumber = {
|
|
392
|
-
label?: string | undefined;
|
|
393
|
-
placeholder?: string | undefined;
|
|
394
|
-
required?: boolean | undefined;
|
|
395
|
-
readOnly?: boolean | undefined;
|
|
396
|
-
type: DocumentGetDocumentWithDetailsByIdTypeNumber;
|
|
397
|
-
numberFormat?: string | undefined;
|
|
398
|
-
value?: string | undefined;
|
|
399
|
-
minValue?: number | undefined;
|
|
400
|
-
maxValue?: number | undefined;
|
|
401
|
-
fontSize?: number | undefined;
|
|
402
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign6 | undefined;
|
|
403
|
-
};
|
|
404
|
-
|
|
405
|
-
export const DocumentGetDocumentWithDetailsByIdTypeText = {
|
|
406
|
-
Text: "text",
|
|
407
|
-
} as const;
|
|
408
|
-
export type DocumentGetDocumentWithDetailsByIdTypeText = ClosedEnum<
|
|
409
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeText
|
|
410
|
-
>;
|
|
411
|
-
|
|
412
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign5 = {
|
|
413
|
-
Left: "left",
|
|
414
|
-
Center: "center",
|
|
415
|
-
Right: "right",
|
|
416
|
-
} as const;
|
|
417
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign5 = ClosedEnum<
|
|
418
|
-
typeof DocumentGetDocumentWithDetailsByIdTextAlign5
|
|
419
|
-
>;
|
|
420
|
-
|
|
421
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaText = {
|
|
422
|
-
label?: string | undefined;
|
|
423
|
-
placeholder?: string | undefined;
|
|
424
|
-
required?: boolean | undefined;
|
|
425
|
-
readOnly?: boolean | undefined;
|
|
426
|
-
type: DocumentGetDocumentWithDetailsByIdTypeText;
|
|
427
|
-
text?: string | undefined;
|
|
428
|
-
characterLimit?: number | undefined;
|
|
429
|
-
fontSize?: number | undefined;
|
|
430
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign5 | undefined;
|
|
431
|
-
};
|
|
432
|
-
|
|
433
|
-
export const DocumentGetDocumentWithDetailsByIdTypeDate = {
|
|
434
|
-
Date: "date",
|
|
435
|
-
} as const;
|
|
436
|
-
export type DocumentGetDocumentWithDetailsByIdTypeDate = ClosedEnum<
|
|
437
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeDate
|
|
438
|
-
>;
|
|
439
|
-
|
|
440
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign4 = {
|
|
441
|
-
Left: "left",
|
|
442
|
-
Center: "center",
|
|
443
|
-
Right: "right",
|
|
444
|
-
} as const;
|
|
445
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign4 = ClosedEnum<
|
|
446
|
-
typeof DocumentGetDocumentWithDetailsByIdTextAlign4
|
|
447
|
-
>;
|
|
448
|
-
|
|
449
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaDate = {
|
|
450
|
-
label?: string | undefined;
|
|
451
|
-
placeholder?: string | undefined;
|
|
452
|
-
required?: boolean | undefined;
|
|
453
|
-
readOnly?: boolean | undefined;
|
|
454
|
-
type: DocumentGetDocumentWithDetailsByIdTypeDate;
|
|
455
|
-
fontSize?: number | undefined;
|
|
456
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign4 | undefined;
|
|
457
|
-
};
|
|
458
|
-
|
|
459
|
-
export const DocumentGetDocumentWithDetailsByIdTypeEmail = {
|
|
460
|
-
Email: "email",
|
|
461
|
-
} as const;
|
|
462
|
-
export type DocumentGetDocumentWithDetailsByIdTypeEmail = ClosedEnum<
|
|
463
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeEmail
|
|
464
|
-
>;
|
|
465
|
-
|
|
466
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign3 = {
|
|
467
|
-
Left: "left",
|
|
468
|
-
Center: "center",
|
|
469
|
-
Right: "right",
|
|
470
|
-
} as const;
|
|
471
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign3 = ClosedEnum<
|
|
472
|
-
typeof DocumentGetDocumentWithDetailsByIdTextAlign3
|
|
473
|
-
>;
|
|
474
|
-
|
|
475
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaEmail = {
|
|
476
|
-
label?: string | undefined;
|
|
477
|
-
placeholder?: string | undefined;
|
|
478
|
-
required?: boolean | undefined;
|
|
479
|
-
readOnly?: boolean | undefined;
|
|
480
|
-
type: DocumentGetDocumentWithDetailsByIdTypeEmail;
|
|
481
|
-
fontSize?: number | undefined;
|
|
482
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign3 | undefined;
|
|
483
|
-
};
|
|
484
|
-
|
|
485
|
-
export const DocumentGetDocumentWithDetailsByIdTypeName = {
|
|
486
|
-
Name: "name",
|
|
487
|
-
} as const;
|
|
488
|
-
export type DocumentGetDocumentWithDetailsByIdTypeName = ClosedEnum<
|
|
489
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeName
|
|
490
|
-
>;
|
|
491
|
-
|
|
492
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign2 = {
|
|
493
|
-
Left: "left",
|
|
494
|
-
Center: "center",
|
|
495
|
-
Right: "right",
|
|
496
|
-
} as const;
|
|
497
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign2 = ClosedEnum<
|
|
498
|
-
typeof DocumentGetDocumentWithDetailsByIdTextAlign2
|
|
499
|
-
>;
|
|
500
|
-
|
|
501
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaName = {
|
|
502
|
-
label?: string | undefined;
|
|
503
|
-
placeholder?: string | undefined;
|
|
504
|
-
required?: boolean | undefined;
|
|
505
|
-
readOnly?: boolean | undefined;
|
|
506
|
-
type: DocumentGetDocumentWithDetailsByIdTypeName;
|
|
507
|
-
fontSize?: number | undefined;
|
|
508
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign2 | undefined;
|
|
509
|
-
};
|
|
510
|
-
|
|
511
|
-
export const DocumentGetDocumentWithDetailsByIdTypeInitials = {
|
|
512
|
-
Initials: "initials",
|
|
513
|
-
} as const;
|
|
514
|
-
export type DocumentGetDocumentWithDetailsByIdTypeInitials = ClosedEnum<
|
|
515
|
-
typeof DocumentGetDocumentWithDetailsByIdTypeInitials
|
|
516
|
-
>;
|
|
517
|
-
|
|
518
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign1 = {
|
|
519
|
-
Left: "left",
|
|
520
|
-
Center: "center",
|
|
521
|
-
Right: "right",
|
|
522
|
-
} as const;
|
|
523
|
-
export type DocumentGetDocumentWithDetailsByIdTextAlign1 = ClosedEnum<
|
|
524
|
-
typeof DocumentGetDocumentWithDetailsByIdTextAlign1
|
|
525
|
-
>;
|
|
526
|
-
|
|
527
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaInitials = {
|
|
528
|
-
label?: string | undefined;
|
|
529
|
-
placeholder?: string | undefined;
|
|
530
|
-
required?: boolean | undefined;
|
|
531
|
-
readOnly?: boolean | undefined;
|
|
532
|
-
type: DocumentGetDocumentWithDetailsByIdTypeInitials;
|
|
533
|
-
fontSize?: number | undefined;
|
|
534
|
-
textAlign?: DocumentGetDocumentWithDetailsByIdTextAlign1 | undefined;
|
|
535
|
-
};
|
|
536
|
-
|
|
537
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaUnion =
|
|
538
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaInitials
|
|
539
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaName
|
|
540
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaEmail
|
|
541
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDate
|
|
542
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaText
|
|
543
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber
|
|
544
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio
|
|
545
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox
|
|
546
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown;
|
|
547
|
-
|
|
548
|
-
export type DocumentGetDocumentWithDetailsByIdField = {
|
|
549
|
-
type: DocumentGetDocumentWithDetailsByIdFieldType;
|
|
550
|
-
id: number;
|
|
551
|
-
secondaryId: string;
|
|
552
|
-
documentId: number | null;
|
|
553
|
-
templateId: number | null;
|
|
554
|
-
recipientId: number;
|
|
555
|
-
/**
|
|
556
|
-
* The page number of the field on the document. Starts from 1.
|
|
557
|
-
*/
|
|
558
|
-
page: number;
|
|
559
|
-
positionX?: any | undefined;
|
|
560
|
-
positionY?: any | undefined;
|
|
561
|
-
width?: any | undefined;
|
|
562
|
-
height?: any | undefined;
|
|
563
|
-
customText: string;
|
|
564
|
-
inserted: boolean;
|
|
565
|
-
fieldMeta:
|
|
566
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaInitials
|
|
567
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaName
|
|
568
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaEmail
|
|
569
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDate
|
|
570
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaText
|
|
571
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber
|
|
572
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio
|
|
573
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox
|
|
574
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown
|
|
575
|
-
| null;
|
|
576
|
-
};
|
|
577
|
-
|
|
578
|
-
/**
|
|
579
|
-
* Successful response
|
|
580
|
-
*/
|
|
581
|
-
export type DocumentGetDocumentWithDetailsByIdResponse = {
|
|
582
|
-
visibility: DocumentGetDocumentWithDetailsByIdVisibility;
|
|
583
|
-
status: DocumentGetDocumentWithDetailsByIdStatus;
|
|
584
|
-
source: DocumentGetDocumentWithDetailsByIdSource;
|
|
585
|
-
id: number;
|
|
586
|
-
/**
|
|
587
|
-
* A custom external ID you can use to identify the document.
|
|
588
|
-
*/
|
|
589
|
-
externalId: string | null;
|
|
590
|
-
/**
|
|
591
|
-
* The ID of the user that created this document.
|
|
592
|
-
*/
|
|
593
|
-
userId: number;
|
|
594
|
-
authOptions: DocumentGetDocumentWithDetailsByIdAuthOptions | null;
|
|
595
|
-
formValues: { [k: string]: string | boolean | number } | null;
|
|
596
|
-
title: string;
|
|
597
|
-
documentDataId: string;
|
|
598
|
-
createdAt: string;
|
|
599
|
-
updatedAt: string;
|
|
600
|
-
completedAt: string | null;
|
|
601
|
-
deletedAt: string | null;
|
|
602
|
-
teamId: number;
|
|
603
|
-
templateId: number | null;
|
|
604
|
-
folderId: string | null;
|
|
605
|
-
documentData: DocumentGetDocumentWithDetailsByIdDocumentData;
|
|
606
|
-
documentMeta: DocumentGetDocumentWithDetailsByIdDocumentMeta | null;
|
|
607
|
-
folder: DocumentGetDocumentWithDetailsByIdFolder | null;
|
|
608
|
-
recipients: Array<DocumentGetDocumentWithDetailsByIdRecipient>;
|
|
609
|
-
fields: Array<DocumentGetDocumentWithDetailsByIdField>;
|
|
610
|
-
};
|
|
611
|
-
|
|
612
|
-
/** @internal */
|
|
613
|
-
export const DocumentGetDocumentWithDetailsByIdRequest$inboundSchema: z.ZodType<
|
|
614
|
-
DocumentGetDocumentWithDetailsByIdRequest,
|
|
615
|
-
z.ZodTypeDef,
|
|
616
|
-
unknown
|
|
617
|
-
> = z.object({
|
|
618
|
-
documentId: z.number(),
|
|
619
|
-
folderId: z.string().optional(),
|
|
620
|
-
});
|
|
621
|
-
|
|
622
|
-
/** @internal */
|
|
623
|
-
export type DocumentGetDocumentWithDetailsByIdRequest$Outbound = {
|
|
624
|
-
documentId: number;
|
|
625
|
-
folderId?: string | undefined;
|
|
626
|
-
};
|
|
627
|
-
|
|
628
|
-
/** @internal */
|
|
629
|
-
export const DocumentGetDocumentWithDetailsByIdRequest$outboundSchema:
|
|
630
|
-
z.ZodType<
|
|
631
|
-
DocumentGetDocumentWithDetailsByIdRequest$Outbound,
|
|
632
|
-
z.ZodTypeDef,
|
|
633
|
-
DocumentGetDocumentWithDetailsByIdRequest
|
|
634
|
-
> = z.object({
|
|
635
|
-
documentId: z.number(),
|
|
636
|
-
folderId: z.string().optional(),
|
|
637
|
-
});
|
|
638
|
-
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
642
|
-
*/
|
|
643
|
-
export namespace DocumentGetDocumentWithDetailsByIdRequest$ {
|
|
644
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRequest$inboundSchema` instead. */
|
|
645
|
-
export const inboundSchema =
|
|
646
|
-
DocumentGetDocumentWithDetailsByIdRequest$inboundSchema;
|
|
647
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRequest$outboundSchema` instead. */
|
|
648
|
-
export const outboundSchema =
|
|
649
|
-
DocumentGetDocumentWithDetailsByIdRequest$outboundSchema;
|
|
650
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRequest$Outbound` instead. */
|
|
651
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdRequest$Outbound;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
export function documentGetDocumentWithDetailsByIdRequestToJSON(
|
|
655
|
-
documentGetDocumentWithDetailsByIdRequest:
|
|
656
|
-
DocumentGetDocumentWithDetailsByIdRequest,
|
|
657
|
-
): string {
|
|
658
|
-
return JSON.stringify(
|
|
659
|
-
DocumentGetDocumentWithDetailsByIdRequest$outboundSchema.parse(
|
|
660
|
-
documentGetDocumentWithDetailsByIdRequest,
|
|
661
|
-
),
|
|
662
|
-
);
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
export function documentGetDocumentWithDetailsByIdRequestFromJSON(
|
|
666
|
-
jsonString: string,
|
|
667
|
-
): SafeParseResult<
|
|
668
|
-
DocumentGetDocumentWithDetailsByIdRequest,
|
|
669
|
-
SDKValidationError
|
|
670
|
-
> {
|
|
671
|
-
return safeParse(
|
|
672
|
-
jsonString,
|
|
673
|
-
(x) =>
|
|
674
|
-
DocumentGetDocumentWithDetailsByIdRequest$inboundSchema.parse(
|
|
675
|
-
JSON.parse(x),
|
|
676
|
-
),
|
|
677
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdRequest' from JSON`,
|
|
678
|
-
);
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
/** @internal */
|
|
682
|
-
export const DocumentGetDocumentWithDetailsByIdVisibility$inboundSchema:
|
|
683
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdVisibility> = z
|
|
684
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdVisibility);
|
|
685
|
-
|
|
686
|
-
/** @internal */
|
|
687
|
-
export const DocumentGetDocumentWithDetailsByIdVisibility$outboundSchema:
|
|
688
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdVisibility> =
|
|
689
|
-
DocumentGetDocumentWithDetailsByIdVisibility$inboundSchema;
|
|
690
|
-
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
694
|
-
*/
|
|
695
|
-
export namespace DocumentGetDocumentWithDetailsByIdVisibility$ {
|
|
696
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdVisibility$inboundSchema` instead. */
|
|
697
|
-
export const inboundSchema =
|
|
698
|
-
DocumentGetDocumentWithDetailsByIdVisibility$inboundSchema;
|
|
699
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdVisibility$outboundSchema` instead. */
|
|
700
|
-
export const outboundSchema =
|
|
701
|
-
DocumentGetDocumentWithDetailsByIdVisibility$outboundSchema;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
/** @internal */
|
|
705
|
-
export const DocumentGetDocumentWithDetailsByIdStatus$inboundSchema:
|
|
706
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdStatus> = z
|
|
707
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdStatus);
|
|
708
|
-
|
|
709
|
-
/** @internal */
|
|
710
|
-
export const DocumentGetDocumentWithDetailsByIdStatus$outboundSchema:
|
|
711
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdStatus> =
|
|
712
|
-
DocumentGetDocumentWithDetailsByIdStatus$inboundSchema;
|
|
713
|
-
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
717
|
-
*/
|
|
718
|
-
export namespace DocumentGetDocumentWithDetailsByIdStatus$ {
|
|
719
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdStatus$inboundSchema` instead. */
|
|
720
|
-
export const inboundSchema =
|
|
721
|
-
DocumentGetDocumentWithDetailsByIdStatus$inboundSchema;
|
|
722
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdStatus$outboundSchema` instead. */
|
|
723
|
-
export const outboundSchema =
|
|
724
|
-
DocumentGetDocumentWithDetailsByIdStatus$outboundSchema;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
/** @internal */
|
|
728
|
-
export const DocumentGetDocumentWithDetailsByIdSource$inboundSchema:
|
|
729
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSource> = z
|
|
730
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdSource);
|
|
731
|
-
|
|
732
|
-
/** @internal */
|
|
733
|
-
export const DocumentGetDocumentWithDetailsByIdSource$outboundSchema:
|
|
734
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSource> =
|
|
735
|
-
DocumentGetDocumentWithDetailsByIdSource$inboundSchema;
|
|
736
|
-
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
740
|
-
*/
|
|
741
|
-
export namespace DocumentGetDocumentWithDetailsByIdSource$ {
|
|
742
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSource$inboundSchema` instead. */
|
|
743
|
-
export const inboundSchema =
|
|
744
|
-
DocumentGetDocumentWithDetailsByIdSource$inboundSchema;
|
|
745
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSource$outboundSchema` instead. */
|
|
746
|
-
export const outboundSchema =
|
|
747
|
-
DocumentGetDocumentWithDetailsByIdSource$outboundSchema;
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
/** @internal */
|
|
751
|
-
export const DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$inboundSchema:
|
|
752
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalAccessAuth> = z
|
|
753
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdGlobalAccessAuth);
|
|
754
|
-
|
|
755
|
-
/** @internal */
|
|
756
|
-
export const DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$outboundSchema:
|
|
757
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalAccessAuth> =
|
|
758
|
-
DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$inboundSchema;
|
|
759
|
-
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
763
|
-
*/
|
|
764
|
-
export namespace DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$ {
|
|
765
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$inboundSchema` instead. */
|
|
766
|
-
export const inboundSchema =
|
|
767
|
-
DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$inboundSchema;
|
|
768
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$outboundSchema` instead. */
|
|
769
|
-
export const outboundSchema =
|
|
770
|
-
DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$outboundSchema;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
/** @internal */
|
|
774
|
-
export const DocumentGetDocumentWithDetailsByIdGlobalActionAuth$inboundSchema:
|
|
775
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalActionAuth> = z
|
|
776
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdGlobalActionAuth);
|
|
777
|
-
|
|
778
|
-
/** @internal */
|
|
779
|
-
export const DocumentGetDocumentWithDetailsByIdGlobalActionAuth$outboundSchema:
|
|
780
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdGlobalActionAuth> =
|
|
781
|
-
DocumentGetDocumentWithDetailsByIdGlobalActionAuth$inboundSchema;
|
|
782
|
-
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
786
|
-
*/
|
|
787
|
-
export namespace DocumentGetDocumentWithDetailsByIdGlobalActionAuth$ {
|
|
788
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdGlobalActionAuth$inboundSchema` instead. */
|
|
789
|
-
export const inboundSchema =
|
|
790
|
-
DocumentGetDocumentWithDetailsByIdGlobalActionAuth$inboundSchema;
|
|
791
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdGlobalActionAuth$outboundSchema` instead. */
|
|
792
|
-
export const outboundSchema =
|
|
793
|
-
DocumentGetDocumentWithDetailsByIdGlobalActionAuth$outboundSchema;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/** @internal */
|
|
797
|
-
export const DocumentGetDocumentWithDetailsByIdAuthOptions$inboundSchema:
|
|
798
|
-
z.ZodType<
|
|
799
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions,
|
|
800
|
-
z.ZodTypeDef,
|
|
801
|
-
unknown
|
|
802
|
-
> = z.object({
|
|
803
|
-
globalAccessAuth: z.array(
|
|
804
|
-
DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$inboundSchema,
|
|
805
|
-
),
|
|
806
|
-
globalActionAuth: z.array(
|
|
807
|
-
DocumentGetDocumentWithDetailsByIdGlobalActionAuth$inboundSchema,
|
|
808
|
-
),
|
|
809
|
-
});
|
|
810
|
-
|
|
811
|
-
/** @internal */
|
|
812
|
-
export type DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound = {
|
|
813
|
-
globalAccessAuth: Array<string>;
|
|
814
|
-
globalActionAuth: Array<string>;
|
|
815
|
-
};
|
|
816
|
-
|
|
817
|
-
/** @internal */
|
|
818
|
-
export const DocumentGetDocumentWithDetailsByIdAuthOptions$outboundSchema:
|
|
819
|
-
z.ZodType<
|
|
820
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound,
|
|
821
|
-
z.ZodTypeDef,
|
|
822
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions
|
|
823
|
-
> = z.object({
|
|
824
|
-
globalAccessAuth: z.array(
|
|
825
|
-
DocumentGetDocumentWithDetailsByIdGlobalAccessAuth$outboundSchema,
|
|
826
|
-
),
|
|
827
|
-
globalActionAuth: z.array(
|
|
828
|
-
DocumentGetDocumentWithDetailsByIdGlobalActionAuth$outboundSchema,
|
|
829
|
-
),
|
|
830
|
-
});
|
|
831
|
-
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
835
|
-
*/
|
|
836
|
-
export namespace DocumentGetDocumentWithDetailsByIdAuthOptions$ {
|
|
837
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAuthOptions$inboundSchema` instead. */
|
|
838
|
-
export const inboundSchema =
|
|
839
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions$inboundSchema;
|
|
840
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAuthOptions$outboundSchema` instead. */
|
|
841
|
-
export const outboundSchema =
|
|
842
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions$outboundSchema;
|
|
843
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound` instead. */
|
|
844
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
export function documentGetDocumentWithDetailsByIdAuthOptionsToJSON(
|
|
848
|
-
documentGetDocumentWithDetailsByIdAuthOptions:
|
|
849
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions,
|
|
850
|
-
): string {
|
|
851
|
-
return JSON.stringify(
|
|
852
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions$outboundSchema.parse(
|
|
853
|
-
documentGetDocumentWithDetailsByIdAuthOptions,
|
|
854
|
-
),
|
|
855
|
-
);
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
export function documentGetDocumentWithDetailsByIdAuthOptionsFromJSON(
|
|
859
|
-
jsonString: string,
|
|
860
|
-
): SafeParseResult<
|
|
861
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions,
|
|
862
|
-
SDKValidationError
|
|
863
|
-
> {
|
|
864
|
-
return safeParse(
|
|
865
|
-
jsonString,
|
|
866
|
-
(x) =>
|
|
867
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions$inboundSchema.parse(
|
|
868
|
-
JSON.parse(x),
|
|
869
|
-
),
|
|
870
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdAuthOptions' from JSON`,
|
|
871
|
-
);
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
/** @internal */
|
|
875
|
-
export const DocumentGetDocumentWithDetailsByIdFormValues$inboundSchema:
|
|
876
|
-
z.ZodType<
|
|
877
|
-
DocumentGetDocumentWithDetailsByIdFormValues,
|
|
878
|
-
z.ZodTypeDef,
|
|
879
|
-
unknown
|
|
880
|
-
> = z.union([z.string(), z.boolean(), z.number()]);
|
|
881
|
-
|
|
882
|
-
/** @internal */
|
|
883
|
-
export type DocumentGetDocumentWithDetailsByIdFormValues$Outbound =
|
|
884
|
-
| string
|
|
885
|
-
| boolean
|
|
886
|
-
| number;
|
|
887
|
-
|
|
888
|
-
/** @internal */
|
|
889
|
-
export const DocumentGetDocumentWithDetailsByIdFormValues$outboundSchema:
|
|
890
|
-
z.ZodType<
|
|
891
|
-
DocumentGetDocumentWithDetailsByIdFormValues$Outbound,
|
|
892
|
-
z.ZodTypeDef,
|
|
893
|
-
DocumentGetDocumentWithDetailsByIdFormValues
|
|
894
|
-
> = z.union([z.string(), z.boolean(), z.number()]);
|
|
895
|
-
|
|
896
|
-
/**
|
|
897
|
-
* @internal
|
|
898
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
899
|
-
*/
|
|
900
|
-
export namespace DocumentGetDocumentWithDetailsByIdFormValues$ {
|
|
901
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFormValues$inboundSchema` instead. */
|
|
902
|
-
export const inboundSchema =
|
|
903
|
-
DocumentGetDocumentWithDetailsByIdFormValues$inboundSchema;
|
|
904
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFormValues$outboundSchema` instead. */
|
|
905
|
-
export const outboundSchema =
|
|
906
|
-
DocumentGetDocumentWithDetailsByIdFormValues$outboundSchema;
|
|
907
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFormValues$Outbound` instead. */
|
|
908
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdFormValues$Outbound;
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
export function documentGetDocumentWithDetailsByIdFormValuesToJSON(
|
|
912
|
-
documentGetDocumentWithDetailsByIdFormValues:
|
|
913
|
-
DocumentGetDocumentWithDetailsByIdFormValues,
|
|
914
|
-
): string {
|
|
915
|
-
return JSON.stringify(
|
|
916
|
-
DocumentGetDocumentWithDetailsByIdFormValues$outboundSchema.parse(
|
|
917
|
-
documentGetDocumentWithDetailsByIdFormValues,
|
|
918
|
-
),
|
|
919
|
-
);
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
export function documentGetDocumentWithDetailsByIdFormValuesFromJSON(
|
|
923
|
-
jsonString: string,
|
|
924
|
-
): SafeParseResult<
|
|
925
|
-
DocumentGetDocumentWithDetailsByIdFormValues,
|
|
926
|
-
SDKValidationError
|
|
927
|
-
> {
|
|
928
|
-
return safeParse(
|
|
929
|
-
jsonString,
|
|
930
|
-
(x) =>
|
|
931
|
-
DocumentGetDocumentWithDetailsByIdFormValues$inboundSchema.parse(
|
|
932
|
-
JSON.parse(x),
|
|
933
|
-
),
|
|
934
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFormValues' from JSON`,
|
|
935
|
-
);
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
/** @internal */
|
|
939
|
-
export const DocumentGetDocumentWithDetailsByIdDocumentDataType$inboundSchema:
|
|
940
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdDocumentDataType> = z
|
|
941
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdDocumentDataType);
|
|
942
|
-
|
|
943
|
-
/** @internal */
|
|
944
|
-
export const DocumentGetDocumentWithDetailsByIdDocumentDataType$outboundSchema:
|
|
945
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdDocumentDataType> =
|
|
946
|
-
DocumentGetDocumentWithDetailsByIdDocumentDataType$inboundSchema;
|
|
947
|
-
|
|
948
|
-
/**
|
|
949
|
-
* @internal
|
|
950
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
951
|
-
*/
|
|
952
|
-
export namespace DocumentGetDocumentWithDetailsByIdDocumentDataType$ {
|
|
953
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentDataType$inboundSchema` instead. */
|
|
954
|
-
export const inboundSchema =
|
|
955
|
-
DocumentGetDocumentWithDetailsByIdDocumentDataType$inboundSchema;
|
|
956
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentDataType$outboundSchema` instead. */
|
|
957
|
-
export const outboundSchema =
|
|
958
|
-
DocumentGetDocumentWithDetailsByIdDocumentDataType$outboundSchema;
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
/** @internal */
|
|
962
|
-
export const DocumentGetDocumentWithDetailsByIdDocumentData$inboundSchema:
|
|
963
|
-
z.ZodType<
|
|
964
|
-
DocumentGetDocumentWithDetailsByIdDocumentData,
|
|
965
|
-
z.ZodTypeDef,
|
|
966
|
-
unknown
|
|
967
|
-
> = z.object({
|
|
968
|
-
type: DocumentGetDocumentWithDetailsByIdDocumentDataType$inboundSchema,
|
|
969
|
-
id: z.string(),
|
|
970
|
-
data: z.string(),
|
|
971
|
-
initialData: z.string(),
|
|
972
|
-
});
|
|
973
|
-
|
|
974
|
-
/** @internal */
|
|
975
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentData$Outbound = {
|
|
976
|
-
type: string;
|
|
977
|
-
id: string;
|
|
978
|
-
data: string;
|
|
979
|
-
initialData: string;
|
|
980
|
-
};
|
|
981
|
-
|
|
982
|
-
/** @internal */
|
|
983
|
-
export const DocumentGetDocumentWithDetailsByIdDocumentData$outboundSchema:
|
|
984
|
-
z.ZodType<
|
|
985
|
-
DocumentGetDocumentWithDetailsByIdDocumentData$Outbound,
|
|
986
|
-
z.ZodTypeDef,
|
|
987
|
-
DocumentGetDocumentWithDetailsByIdDocumentData
|
|
988
|
-
> = z.object({
|
|
989
|
-
type: DocumentGetDocumentWithDetailsByIdDocumentDataType$outboundSchema,
|
|
990
|
-
id: z.string(),
|
|
991
|
-
data: z.string(),
|
|
992
|
-
initialData: z.string(),
|
|
993
|
-
});
|
|
994
|
-
|
|
995
|
-
/**
|
|
996
|
-
* @internal
|
|
997
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
998
|
-
*/
|
|
999
|
-
export namespace DocumentGetDocumentWithDetailsByIdDocumentData$ {
|
|
1000
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentData$inboundSchema` instead. */
|
|
1001
|
-
export const inboundSchema =
|
|
1002
|
-
DocumentGetDocumentWithDetailsByIdDocumentData$inboundSchema;
|
|
1003
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentData$outboundSchema` instead. */
|
|
1004
|
-
export const outboundSchema =
|
|
1005
|
-
DocumentGetDocumentWithDetailsByIdDocumentData$outboundSchema;
|
|
1006
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentData$Outbound` instead. */
|
|
1007
|
-
export type Outbound =
|
|
1008
|
-
DocumentGetDocumentWithDetailsByIdDocumentData$Outbound;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
export function documentGetDocumentWithDetailsByIdDocumentDataToJSON(
|
|
1012
|
-
documentGetDocumentWithDetailsByIdDocumentData:
|
|
1013
|
-
DocumentGetDocumentWithDetailsByIdDocumentData,
|
|
1014
|
-
): string {
|
|
1015
|
-
return JSON.stringify(
|
|
1016
|
-
DocumentGetDocumentWithDetailsByIdDocumentData$outboundSchema.parse(
|
|
1017
|
-
documentGetDocumentWithDetailsByIdDocumentData,
|
|
1018
|
-
),
|
|
1019
|
-
);
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
export function documentGetDocumentWithDetailsByIdDocumentDataFromJSON(
|
|
1023
|
-
jsonString: string,
|
|
1024
|
-
): SafeParseResult<
|
|
1025
|
-
DocumentGetDocumentWithDetailsByIdDocumentData,
|
|
1026
|
-
SDKValidationError
|
|
1027
|
-
> {
|
|
1028
|
-
return safeParse(
|
|
1029
|
-
jsonString,
|
|
1030
|
-
(x) =>
|
|
1031
|
-
DocumentGetDocumentWithDetailsByIdDocumentData$inboundSchema.parse(
|
|
1032
|
-
JSON.parse(x),
|
|
1033
|
-
),
|
|
1034
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdDocumentData' from JSON`,
|
|
1035
|
-
);
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
/** @internal */
|
|
1039
|
-
export const DocumentGetDocumentWithDetailsByIdSigningOrder$inboundSchema:
|
|
1040
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSigningOrder> = z
|
|
1041
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdSigningOrder);
|
|
1042
|
-
|
|
1043
|
-
/** @internal */
|
|
1044
|
-
export const DocumentGetDocumentWithDetailsByIdSigningOrder$outboundSchema:
|
|
1045
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSigningOrder> =
|
|
1046
|
-
DocumentGetDocumentWithDetailsByIdSigningOrder$inboundSchema;
|
|
1047
|
-
|
|
1048
|
-
/**
|
|
1049
|
-
* @internal
|
|
1050
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1051
|
-
*/
|
|
1052
|
-
export namespace DocumentGetDocumentWithDetailsByIdSigningOrder$ {
|
|
1053
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSigningOrder$inboundSchema` instead. */
|
|
1054
|
-
export const inboundSchema =
|
|
1055
|
-
DocumentGetDocumentWithDetailsByIdSigningOrder$inboundSchema;
|
|
1056
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSigningOrder$outboundSchema` instead. */
|
|
1057
|
-
export const outboundSchema =
|
|
1058
|
-
DocumentGetDocumentWithDetailsByIdSigningOrder$outboundSchema;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
/** @internal */
|
|
1062
|
-
export const DocumentGetDocumentWithDetailsByIdDistributionMethod$inboundSchema:
|
|
1063
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdDistributionMethod> =
|
|
1064
|
-
z.nativeEnum(DocumentGetDocumentWithDetailsByIdDistributionMethod);
|
|
1065
|
-
|
|
1066
|
-
/** @internal */
|
|
1067
|
-
export const DocumentGetDocumentWithDetailsByIdDistributionMethod$outboundSchema:
|
|
1068
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdDistributionMethod> =
|
|
1069
|
-
DocumentGetDocumentWithDetailsByIdDistributionMethod$inboundSchema;
|
|
1070
|
-
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1074
|
-
*/
|
|
1075
|
-
export namespace DocumentGetDocumentWithDetailsByIdDistributionMethod$ {
|
|
1076
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDistributionMethod$inboundSchema` instead. */
|
|
1077
|
-
export const inboundSchema =
|
|
1078
|
-
DocumentGetDocumentWithDetailsByIdDistributionMethod$inboundSchema;
|
|
1079
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDistributionMethod$outboundSchema` instead. */
|
|
1080
|
-
export const outboundSchema =
|
|
1081
|
-
DocumentGetDocumentWithDetailsByIdDistributionMethod$outboundSchema;
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
/** @internal */
|
|
1085
|
-
export const DocumentGetDocumentWithDetailsByIdEmailSettings$inboundSchema:
|
|
1086
|
-
z.ZodType<
|
|
1087
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings,
|
|
1088
|
-
z.ZodTypeDef,
|
|
1089
|
-
unknown
|
|
1090
|
-
> = z.object({
|
|
1091
|
-
recipientSigningRequest: z.boolean().default(true),
|
|
1092
|
-
recipientRemoved: z.boolean().default(true),
|
|
1093
|
-
recipientSigned: z.boolean().default(true),
|
|
1094
|
-
documentPending: z.boolean().default(true),
|
|
1095
|
-
documentCompleted: z.boolean().default(true),
|
|
1096
|
-
documentDeleted: z.boolean().default(true),
|
|
1097
|
-
ownerDocumentCompleted: z.boolean().default(true),
|
|
1098
|
-
});
|
|
1099
|
-
|
|
1100
|
-
/** @internal */
|
|
1101
|
-
export type DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound = {
|
|
1102
|
-
recipientSigningRequest: boolean;
|
|
1103
|
-
recipientRemoved: boolean;
|
|
1104
|
-
recipientSigned: boolean;
|
|
1105
|
-
documentPending: boolean;
|
|
1106
|
-
documentCompleted: boolean;
|
|
1107
|
-
documentDeleted: boolean;
|
|
1108
|
-
ownerDocumentCompleted: boolean;
|
|
1109
|
-
};
|
|
1110
|
-
|
|
1111
|
-
/** @internal */
|
|
1112
|
-
export const DocumentGetDocumentWithDetailsByIdEmailSettings$outboundSchema:
|
|
1113
|
-
z.ZodType<
|
|
1114
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound,
|
|
1115
|
-
z.ZodTypeDef,
|
|
1116
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings
|
|
1117
|
-
> = z.object({
|
|
1118
|
-
recipientSigningRequest: z.boolean().default(true),
|
|
1119
|
-
recipientRemoved: z.boolean().default(true),
|
|
1120
|
-
recipientSigned: z.boolean().default(true),
|
|
1121
|
-
documentPending: z.boolean().default(true),
|
|
1122
|
-
documentCompleted: z.boolean().default(true),
|
|
1123
|
-
documentDeleted: z.boolean().default(true),
|
|
1124
|
-
ownerDocumentCompleted: z.boolean().default(true),
|
|
1125
|
-
});
|
|
1126
|
-
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1130
|
-
*/
|
|
1131
|
-
export namespace DocumentGetDocumentWithDetailsByIdEmailSettings$ {
|
|
1132
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdEmailSettings$inboundSchema` instead. */
|
|
1133
|
-
export const inboundSchema =
|
|
1134
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings$inboundSchema;
|
|
1135
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdEmailSettings$outboundSchema` instead. */
|
|
1136
|
-
export const outboundSchema =
|
|
1137
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings$outboundSchema;
|
|
1138
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound` instead. */
|
|
1139
|
-
export type Outbound =
|
|
1140
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
export function documentGetDocumentWithDetailsByIdEmailSettingsToJSON(
|
|
1144
|
-
documentGetDocumentWithDetailsByIdEmailSettings:
|
|
1145
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings,
|
|
1146
|
-
): string {
|
|
1147
|
-
return JSON.stringify(
|
|
1148
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings$outboundSchema.parse(
|
|
1149
|
-
documentGetDocumentWithDetailsByIdEmailSettings,
|
|
1150
|
-
),
|
|
1151
|
-
);
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
export function documentGetDocumentWithDetailsByIdEmailSettingsFromJSON(
|
|
1155
|
-
jsonString: string,
|
|
1156
|
-
): SafeParseResult<
|
|
1157
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings,
|
|
1158
|
-
SDKValidationError
|
|
1159
|
-
> {
|
|
1160
|
-
return safeParse(
|
|
1161
|
-
jsonString,
|
|
1162
|
-
(x) =>
|
|
1163
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings$inboundSchema.parse(
|
|
1164
|
-
JSON.parse(x),
|
|
1165
|
-
),
|
|
1166
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdEmailSettings' from JSON`,
|
|
1167
|
-
);
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
/** @internal */
|
|
1171
|
-
export const DocumentGetDocumentWithDetailsByIdDocumentMeta$inboundSchema:
|
|
1172
|
-
z.ZodType<
|
|
1173
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta,
|
|
1174
|
-
z.ZodTypeDef,
|
|
1175
|
-
unknown
|
|
1176
|
-
> = z.object({
|
|
1177
|
-
signingOrder: DocumentGetDocumentWithDetailsByIdSigningOrder$inboundSchema,
|
|
1178
|
-
distributionMethod:
|
|
1179
|
-
DocumentGetDocumentWithDetailsByIdDistributionMethod$inboundSchema,
|
|
1180
|
-
id: z.string(),
|
|
1181
|
-
subject: z.nullable(z.string()),
|
|
1182
|
-
message: z.nullable(z.string()),
|
|
1183
|
-
timezone: z.nullable(z.string()),
|
|
1184
|
-
password: z.nullable(z.string()),
|
|
1185
|
-
dateFormat: z.nullable(z.string()),
|
|
1186
|
-
documentId: z.number(),
|
|
1187
|
-
redirectUrl: z.nullable(z.string()),
|
|
1188
|
-
typedSignatureEnabled: z.boolean(),
|
|
1189
|
-
uploadSignatureEnabled: z.boolean(),
|
|
1190
|
-
drawSignatureEnabled: z.boolean(),
|
|
1191
|
-
allowDictateNextSigner: z.boolean(),
|
|
1192
|
-
language: z.string(),
|
|
1193
|
-
emailSettings: z.nullable(
|
|
1194
|
-
z.lazy(() =>
|
|
1195
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings$inboundSchema
|
|
1196
|
-
),
|
|
1197
|
-
),
|
|
1198
|
-
});
|
|
1199
|
-
|
|
1200
|
-
/** @internal */
|
|
1201
|
-
export type DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound = {
|
|
1202
|
-
signingOrder: string;
|
|
1203
|
-
distributionMethod: string;
|
|
1204
|
-
id: string;
|
|
1205
|
-
subject: string | null;
|
|
1206
|
-
message: string | null;
|
|
1207
|
-
timezone: string | null;
|
|
1208
|
-
password: string | null;
|
|
1209
|
-
dateFormat: string | null;
|
|
1210
|
-
documentId: number;
|
|
1211
|
-
redirectUrl: string | null;
|
|
1212
|
-
typedSignatureEnabled: boolean;
|
|
1213
|
-
uploadSignatureEnabled: boolean;
|
|
1214
|
-
drawSignatureEnabled: boolean;
|
|
1215
|
-
allowDictateNextSigner: boolean;
|
|
1216
|
-
language: string;
|
|
1217
|
-
emailSettings:
|
|
1218
|
-
| DocumentGetDocumentWithDetailsByIdEmailSettings$Outbound
|
|
1219
|
-
| null;
|
|
1220
|
-
};
|
|
1221
|
-
|
|
1222
|
-
/** @internal */
|
|
1223
|
-
export const DocumentGetDocumentWithDetailsByIdDocumentMeta$outboundSchema:
|
|
1224
|
-
z.ZodType<
|
|
1225
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound,
|
|
1226
|
-
z.ZodTypeDef,
|
|
1227
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta
|
|
1228
|
-
> = z.object({
|
|
1229
|
-
signingOrder: DocumentGetDocumentWithDetailsByIdSigningOrder$outboundSchema,
|
|
1230
|
-
distributionMethod:
|
|
1231
|
-
DocumentGetDocumentWithDetailsByIdDistributionMethod$outboundSchema,
|
|
1232
|
-
id: z.string(),
|
|
1233
|
-
subject: z.nullable(z.string()),
|
|
1234
|
-
message: z.nullable(z.string()),
|
|
1235
|
-
timezone: z.nullable(z.string()),
|
|
1236
|
-
password: z.nullable(z.string()),
|
|
1237
|
-
dateFormat: z.nullable(z.string()),
|
|
1238
|
-
documentId: z.number(),
|
|
1239
|
-
redirectUrl: z.nullable(z.string()),
|
|
1240
|
-
typedSignatureEnabled: z.boolean(),
|
|
1241
|
-
uploadSignatureEnabled: z.boolean(),
|
|
1242
|
-
drawSignatureEnabled: z.boolean(),
|
|
1243
|
-
allowDictateNextSigner: z.boolean(),
|
|
1244
|
-
language: z.string(),
|
|
1245
|
-
emailSettings: z.nullable(
|
|
1246
|
-
z.lazy(() =>
|
|
1247
|
-
DocumentGetDocumentWithDetailsByIdEmailSettings$outboundSchema
|
|
1248
|
-
),
|
|
1249
|
-
),
|
|
1250
|
-
});
|
|
1251
|
-
|
|
1252
|
-
/**
|
|
1253
|
-
* @internal
|
|
1254
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1255
|
-
*/
|
|
1256
|
-
export namespace DocumentGetDocumentWithDetailsByIdDocumentMeta$ {
|
|
1257
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentMeta$inboundSchema` instead. */
|
|
1258
|
-
export const inboundSchema =
|
|
1259
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta$inboundSchema;
|
|
1260
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentMeta$outboundSchema` instead. */
|
|
1261
|
-
export const outboundSchema =
|
|
1262
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta$outboundSchema;
|
|
1263
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound` instead. */
|
|
1264
|
-
export type Outbound =
|
|
1265
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
export function documentGetDocumentWithDetailsByIdDocumentMetaToJSON(
|
|
1269
|
-
documentGetDocumentWithDetailsByIdDocumentMeta:
|
|
1270
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta,
|
|
1271
|
-
): string {
|
|
1272
|
-
return JSON.stringify(
|
|
1273
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta$outboundSchema.parse(
|
|
1274
|
-
documentGetDocumentWithDetailsByIdDocumentMeta,
|
|
1275
|
-
),
|
|
1276
|
-
);
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
export function documentGetDocumentWithDetailsByIdDocumentMetaFromJSON(
|
|
1280
|
-
jsonString: string,
|
|
1281
|
-
): SafeParseResult<
|
|
1282
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta,
|
|
1283
|
-
SDKValidationError
|
|
1284
|
-
> {
|
|
1285
|
-
return safeParse(
|
|
1286
|
-
jsonString,
|
|
1287
|
-
(x) =>
|
|
1288
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta$inboundSchema.parse(
|
|
1289
|
-
JSON.parse(x),
|
|
1290
|
-
),
|
|
1291
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdDocumentMeta' from JSON`,
|
|
1292
|
-
);
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
/** @internal */
|
|
1296
|
-
export const DocumentGetDocumentWithDetailsByIdFolderType$inboundSchema:
|
|
1297
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFolderType> = z
|
|
1298
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdFolderType);
|
|
1299
|
-
|
|
1300
|
-
/** @internal */
|
|
1301
|
-
export const DocumentGetDocumentWithDetailsByIdFolderType$outboundSchema:
|
|
1302
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFolderType> =
|
|
1303
|
-
DocumentGetDocumentWithDetailsByIdFolderType$inboundSchema;
|
|
1304
|
-
|
|
1305
|
-
/**
|
|
1306
|
-
* @internal
|
|
1307
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1308
|
-
*/
|
|
1309
|
-
export namespace DocumentGetDocumentWithDetailsByIdFolderType$ {
|
|
1310
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolderType$inboundSchema` instead. */
|
|
1311
|
-
export const inboundSchema =
|
|
1312
|
-
DocumentGetDocumentWithDetailsByIdFolderType$inboundSchema;
|
|
1313
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolderType$outboundSchema` instead. */
|
|
1314
|
-
export const outboundSchema =
|
|
1315
|
-
DocumentGetDocumentWithDetailsByIdFolderType$outboundSchema;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
/** @internal */
|
|
1319
|
-
export const DocumentGetDocumentWithDetailsByIdFolderVisibility$inboundSchema:
|
|
1320
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFolderVisibility> = z
|
|
1321
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdFolderVisibility);
|
|
1322
|
-
|
|
1323
|
-
/** @internal */
|
|
1324
|
-
export const DocumentGetDocumentWithDetailsByIdFolderVisibility$outboundSchema:
|
|
1325
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFolderVisibility> =
|
|
1326
|
-
DocumentGetDocumentWithDetailsByIdFolderVisibility$inboundSchema;
|
|
1327
|
-
|
|
1328
|
-
/**
|
|
1329
|
-
* @internal
|
|
1330
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1331
|
-
*/
|
|
1332
|
-
export namespace DocumentGetDocumentWithDetailsByIdFolderVisibility$ {
|
|
1333
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolderVisibility$inboundSchema` instead. */
|
|
1334
|
-
export const inboundSchema =
|
|
1335
|
-
DocumentGetDocumentWithDetailsByIdFolderVisibility$inboundSchema;
|
|
1336
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolderVisibility$outboundSchema` instead. */
|
|
1337
|
-
export const outboundSchema =
|
|
1338
|
-
DocumentGetDocumentWithDetailsByIdFolderVisibility$outboundSchema;
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
/** @internal */
|
|
1342
|
-
export const DocumentGetDocumentWithDetailsByIdFolder$inboundSchema: z.ZodType<
|
|
1343
|
-
DocumentGetDocumentWithDetailsByIdFolder,
|
|
1344
|
-
z.ZodTypeDef,
|
|
1345
|
-
unknown
|
|
1346
|
-
> = z.object({
|
|
1347
|
-
id: z.string(),
|
|
1348
|
-
name: z.string(),
|
|
1349
|
-
type: DocumentGetDocumentWithDetailsByIdFolderType$inboundSchema,
|
|
1350
|
-
visibility: DocumentGetDocumentWithDetailsByIdFolderVisibility$inboundSchema,
|
|
1351
|
-
userId: z.number(),
|
|
1352
|
-
teamId: z.number(),
|
|
1353
|
-
pinned: z.boolean(),
|
|
1354
|
-
parentId: z.nullable(z.string()),
|
|
1355
|
-
createdAt: z.string(),
|
|
1356
|
-
updatedAt: z.string(),
|
|
1357
|
-
});
|
|
1358
|
-
|
|
1359
|
-
/** @internal */
|
|
1360
|
-
export type DocumentGetDocumentWithDetailsByIdFolder$Outbound = {
|
|
1361
|
-
id: string;
|
|
1362
|
-
name: string;
|
|
1363
|
-
type: string;
|
|
1364
|
-
visibility: string;
|
|
1365
|
-
userId: number;
|
|
1366
|
-
teamId: number;
|
|
1367
|
-
pinned: boolean;
|
|
1368
|
-
parentId: string | null;
|
|
1369
|
-
createdAt: string;
|
|
1370
|
-
updatedAt: string;
|
|
1371
|
-
};
|
|
1372
|
-
|
|
1373
|
-
/** @internal */
|
|
1374
|
-
export const DocumentGetDocumentWithDetailsByIdFolder$outboundSchema: z.ZodType<
|
|
1375
|
-
DocumentGetDocumentWithDetailsByIdFolder$Outbound,
|
|
1376
|
-
z.ZodTypeDef,
|
|
1377
|
-
DocumentGetDocumentWithDetailsByIdFolder
|
|
1378
|
-
> = z.object({
|
|
1379
|
-
id: z.string(),
|
|
1380
|
-
name: z.string(),
|
|
1381
|
-
type: DocumentGetDocumentWithDetailsByIdFolderType$outboundSchema,
|
|
1382
|
-
visibility: DocumentGetDocumentWithDetailsByIdFolderVisibility$outboundSchema,
|
|
1383
|
-
userId: z.number(),
|
|
1384
|
-
teamId: z.number(),
|
|
1385
|
-
pinned: z.boolean(),
|
|
1386
|
-
parentId: z.nullable(z.string()),
|
|
1387
|
-
createdAt: z.string(),
|
|
1388
|
-
updatedAt: z.string(),
|
|
1389
|
-
});
|
|
1390
|
-
|
|
1391
|
-
/**
|
|
1392
|
-
* @internal
|
|
1393
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1394
|
-
*/
|
|
1395
|
-
export namespace DocumentGetDocumentWithDetailsByIdFolder$ {
|
|
1396
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolder$inboundSchema` instead. */
|
|
1397
|
-
export const inboundSchema =
|
|
1398
|
-
DocumentGetDocumentWithDetailsByIdFolder$inboundSchema;
|
|
1399
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolder$outboundSchema` instead. */
|
|
1400
|
-
export const outboundSchema =
|
|
1401
|
-
DocumentGetDocumentWithDetailsByIdFolder$outboundSchema;
|
|
1402
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFolder$Outbound` instead. */
|
|
1403
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdFolder$Outbound;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
export function documentGetDocumentWithDetailsByIdFolderToJSON(
|
|
1407
|
-
documentGetDocumentWithDetailsByIdFolder:
|
|
1408
|
-
DocumentGetDocumentWithDetailsByIdFolder,
|
|
1409
|
-
): string {
|
|
1410
|
-
return JSON.stringify(
|
|
1411
|
-
DocumentGetDocumentWithDetailsByIdFolder$outboundSchema.parse(
|
|
1412
|
-
documentGetDocumentWithDetailsByIdFolder,
|
|
1413
|
-
),
|
|
1414
|
-
);
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
export function documentGetDocumentWithDetailsByIdFolderFromJSON(
|
|
1418
|
-
jsonString: string,
|
|
1419
|
-
): SafeParseResult<
|
|
1420
|
-
DocumentGetDocumentWithDetailsByIdFolder,
|
|
1421
|
-
SDKValidationError
|
|
1422
|
-
> {
|
|
1423
|
-
return safeParse(
|
|
1424
|
-
jsonString,
|
|
1425
|
-
(x) =>
|
|
1426
|
-
DocumentGetDocumentWithDetailsByIdFolder$inboundSchema.parse(
|
|
1427
|
-
JSON.parse(x),
|
|
1428
|
-
),
|
|
1429
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFolder' from JSON`,
|
|
1430
|
-
);
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
/** @internal */
|
|
1434
|
-
export const DocumentGetDocumentWithDetailsByIdRole$inboundSchema:
|
|
1435
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdRole> = z.nativeEnum(
|
|
1436
|
-
DocumentGetDocumentWithDetailsByIdRole,
|
|
1437
|
-
);
|
|
1438
|
-
|
|
1439
|
-
/** @internal */
|
|
1440
|
-
export const DocumentGetDocumentWithDetailsByIdRole$outboundSchema:
|
|
1441
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdRole> =
|
|
1442
|
-
DocumentGetDocumentWithDetailsByIdRole$inboundSchema;
|
|
1443
|
-
|
|
1444
|
-
/**
|
|
1445
|
-
* @internal
|
|
1446
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1447
|
-
*/
|
|
1448
|
-
export namespace DocumentGetDocumentWithDetailsByIdRole$ {
|
|
1449
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRole$inboundSchema` instead. */
|
|
1450
|
-
export const inboundSchema =
|
|
1451
|
-
DocumentGetDocumentWithDetailsByIdRole$inboundSchema;
|
|
1452
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRole$outboundSchema` instead. */
|
|
1453
|
-
export const outboundSchema =
|
|
1454
|
-
DocumentGetDocumentWithDetailsByIdRole$outboundSchema;
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
/** @internal */
|
|
1458
|
-
export const DocumentGetDocumentWithDetailsByIdReadStatus$inboundSchema:
|
|
1459
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdReadStatus> = z
|
|
1460
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdReadStatus);
|
|
1461
|
-
|
|
1462
|
-
/** @internal */
|
|
1463
|
-
export const DocumentGetDocumentWithDetailsByIdReadStatus$outboundSchema:
|
|
1464
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdReadStatus> =
|
|
1465
|
-
DocumentGetDocumentWithDetailsByIdReadStatus$inboundSchema;
|
|
1466
|
-
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1470
|
-
*/
|
|
1471
|
-
export namespace DocumentGetDocumentWithDetailsByIdReadStatus$ {
|
|
1472
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdReadStatus$inboundSchema` instead. */
|
|
1473
|
-
export const inboundSchema =
|
|
1474
|
-
DocumentGetDocumentWithDetailsByIdReadStatus$inboundSchema;
|
|
1475
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdReadStatus$outboundSchema` instead. */
|
|
1476
|
-
export const outboundSchema =
|
|
1477
|
-
DocumentGetDocumentWithDetailsByIdReadStatus$outboundSchema;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
/** @internal */
|
|
1481
|
-
export const DocumentGetDocumentWithDetailsByIdSigningStatus$inboundSchema:
|
|
1482
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSigningStatus> = z
|
|
1483
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdSigningStatus);
|
|
1484
|
-
|
|
1485
|
-
/** @internal */
|
|
1486
|
-
export const DocumentGetDocumentWithDetailsByIdSigningStatus$outboundSchema:
|
|
1487
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSigningStatus> =
|
|
1488
|
-
DocumentGetDocumentWithDetailsByIdSigningStatus$inboundSchema;
|
|
1489
|
-
|
|
1490
|
-
/**
|
|
1491
|
-
* @internal
|
|
1492
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1493
|
-
*/
|
|
1494
|
-
export namespace DocumentGetDocumentWithDetailsByIdSigningStatus$ {
|
|
1495
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSigningStatus$inboundSchema` instead. */
|
|
1496
|
-
export const inboundSchema =
|
|
1497
|
-
DocumentGetDocumentWithDetailsByIdSigningStatus$inboundSchema;
|
|
1498
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSigningStatus$outboundSchema` instead. */
|
|
1499
|
-
export const outboundSchema =
|
|
1500
|
-
DocumentGetDocumentWithDetailsByIdSigningStatus$outboundSchema;
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
|
-
/** @internal */
|
|
1504
|
-
export const DocumentGetDocumentWithDetailsByIdSendStatus$inboundSchema:
|
|
1505
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSendStatus> = z
|
|
1506
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdSendStatus);
|
|
1507
|
-
|
|
1508
|
-
/** @internal */
|
|
1509
|
-
export const DocumentGetDocumentWithDetailsByIdSendStatus$outboundSchema:
|
|
1510
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdSendStatus> =
|
|
1511
|
-
DocumentGetDocumentWithDetailsByIdSendStatus$inboundSchema;
|
|
1512
|
-
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1516
|
-
*/
|
|
1517
|
-
export namespace DocumentGetDocumentWithDetailsByIdSendStatus$ {
|
|
1518
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSendStatus$inboundSchema` instead. */
|
|
1519
|
-
export const inboundSchema =
|
|
1520
|
-
DocumentGetDocumentWithDetailsByIdSendStatus$inboundSchema;
|
|
1521
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdSendStatus$outboundSchema` instead. */
|
|
1522
|
-
export const outboundSchema =
|
|
1523
|
-
DocumentGetDocumentWithDetailsByIdSendStatus$outboundSchema;
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
/** @internal */
|
|
1527
|
-
export const DocumentGetDocumentWithDetailsByIdAccessAuth$inboundSchema:
|
|
1528
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdAccessAuth> = z
|
|
1529
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdAccessAuth);
|
|
1530
|
-
|
|
1531
|
-
/** @internal */
|
|
1532
|
-
export const DocumentGetDocumentWithDetailsByIdAccessAuth$outboundSchema:
|
|
1533
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdAccessAuth> =
|
|
1534
|
-
DocumentGetDocumentWithDetailsByIdAccessAuth$inboundSchema;
|
|
1535
|
-
|
|
1536
|
-
/**
|
|
1537
|
-
* @internal
|
|
1538
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1539
|
-
*/
|
|
1540
|
-
export namespace DocumentGetDocumentWithDetailsByIdAccessAuth$ {
|
|
1541
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAccessAuth$inboundSchema` instead. */
|
|
1542
|
-
export const inboundSchema =
|
|
1543
|
-
DocumentGetDocumentWithDetailsByIdAccessAuth$inboundSchema;
|
|
1544
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdAccessAuth$outboundSchema` instead. */
|
|
1545
|
-
export const outboundSchema =
|
|
1546
|
-
DocumentGetDocumentWithDetailsByIdAccessAuth$outboundSchema;
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
/** @internal */
|
|
1550
|
-
export const DocumentGetDocumentWithDetailsByIdActionAuth$inboundSchema:
|
|
1551
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdActionAuth> = z
|
|
1552
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdActionAuth);
|
|
1553
|
-
|
|
1554
|
-
/** @internal */
|
|
1555
|
-
export const DocumentGetDocumentWithDetailsByIdActionAuth$outboundSchema:
|
|
1556
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdActionAuth> =
|
|
1557
|
-
DocumentGetDocumentWithDetailsByIdActionAuth$inboundSchema;
|
|
1558
|
-
|
|
1559
|
-
/**
|
|
1560
|
-
* @internal
|
|
1561
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1562
|
-
*/
|
|
1563
|
-
export namespace DocumentGetDocumentWithDetailsByIdActionAuth$ {
|
|
1564
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdActionAuth$inboundSchema` instead. */
|
|
1565
|
-
export const inboundSchema =
|
|
1566
|
-
DocumentGetDocumentWithDetailsByIdActionAuth$inboundSchema;
|
|
1567
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdActionAuth$outboundSchema` instead. */
|
|
1568
|
-
export const outboundSchema =
|
|
1569
|
-
DocumentGetDocumentWithDetailsByIdActionAuth$outboundSchema;
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
|
-
/** @internal */
|
|
1573
|
-
export const DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$inboundSchema:
|
|
1574
|
-
z.ZodType<
|
|
1575
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions,
|
|
1576
|
-
z.ZodTypeDef,
|
|
1577
|
-
unknown
|
|
1578
|
-
> = z.object({
|
|
1579
|
-
accessAuth: z.array(
|
|
1580
|
-
DocumentGetDocumentWithDetailsByIdAccessAuth$inboundSchema,
|
|
1581
|
-
),
|
|
1582
|
-
actionAuth: z.array(
|
|
1583
|
-
DocumentGetDocumentWithDetailsByIdActionAuth$inboundSchema,
|
|
1584
|
-
),
|
|
1585
|
-
});
|
|
1586
|
-
|
|
1587
|
-
/** @internal */
|
|
1588
|
-
export type DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound = {
|
|
1589
|
-
accessAuth: Array<string>;
|
|
1590
|
-
actionAuth: Array<string>;
|
|
1591
|
-
};
|
|
1592
|
-
|
|
1593
|
-
/** @internal */
|
|
1594
|
-
export const DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$outboundSchema:
|
|
1595
|
-
z.ZodType<
|
|
1596
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound,
|
|
1597
|
-
z.ZodTypeDef,
|
|
1598
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions
|
|
1599
|
-
> = z.object({
|
|
1600
|
-
accessAuth: z.array(
|
|
1601
|
-
DocumentGetDocumentWithDetailsByIdAccessAuth$outboundSchema,
|
|
1602
|
-
),
|
|
1603
|
-
actionAuth: z.array(
|
|
1604
|
-
DocumentGetDocumentWithDetailsByIdActionAuth$outboundSchema,
|
|
1605
|
-
),
|
|
1606
|
-
});
|
|
1607
|
-
|
|
1608
|
-
/**
|
|
1609
|
-
* @internal
|
|
1610
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1611
|
-
*/
|
|
1612
|
-
export namespace DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$ {
|
|
1613
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$inboundSchema` instead. */
|
|
1614
|
-
export const inboundSchema =
|
|
1615
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$inboundSchema;
|
|
1616
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$outboundSchema` instead. */
|
|
1617
|
-
export const outboundSchema =
|
|
1618
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$outboundSchema;
|
|
1619
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound` instead. */
|
|
1620
|
-
export type Outbound =
|
|
1621
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound;
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
export function documentGetDocumentWithDetailsByIdRecipientAuthOptionsToJSON(
|
|
1625
|
-
documentGetDocumentWithDetailsByIdRecipientAuthOptions:
|
|
1626
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions,
|
|
1627
|
-
): string {
|
|
1628
|
-
return JSON.stringify(
|
|
1629
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$outboundSchema.parse(
|
|
1630
|
-
documentGetDocumentWithDetailsByIdRecipientAuthOptions,
|
|
1631
|
-
),
|
|
1632
|
-
);
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
export function documentGetDocumentWithDetailsByIdRecipientAuthOptionsFromJSON(
|
|
1636
|
-
jsonString: string,
|
|
1637
|
-
): SafeParseResult<
|
|
1638
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions,
|
|
1639
|
-
SDKValidationError
|
|
1640
|
-
> {
|
|
1641
|
-
return safeParse(
|
|
1642
|
-
jsonString,
|
|
1643
|
-
(x) =>
|
|
1644
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$inboundSchema
|
|
1645
|
-
.parse(JSON.parse(x)),
|
|
1646
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdRecipientAuthOptions' from JSON`,
|
|
1647
|
-
);
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
/** @internal */
|
|
1651
|
-
export const DocumentGetDocumentWithDetailsByIdRecipient$inboundSchema:
|
|
1652
|
-
z.ZodType<
|
|
1653
|
-
DocumentGetDocumentWithDetailsByIdRecipient,
|
|
1654
|
-
z.ZodTypeDef,
|
|
1655
|
-
unknown
|
|
1656
|
-
> = z.object({
|
|
1657
|
-
role: DocumentGetDocumentWithDetailsByIdRole$inboundSchema,
|
|
1658
|
-
readStatus: DocumentGetDocumentWithDetailsByIdReadStatus$inboundSchema,
|
|
1659
|
-
signingStatus:
|
|
1660
|
-
DocumentGetDocumentWithDetailsByIdSigningStatus$inboundSchema,
|
|
1661
|
-
sendStatus: DocumentGetDocumentWithDetailsByIdSendStatus$inboundSchema,
|
|
1662
|
-
id: z.number(),
|
|
1663
|
-
documentId: z.nullable(z.number()),
|
|
1664
|
-
templateId: z.nullable(z.number()),
|
|
1665
|
-
email: z.string(),
|
|
1666
|
-
name: z.string(),
|
|
1667
|
-
token: z.string(),
|
|
1668
|
-
documentDeletedAt: z.nullable(z.string()),
|
|
1669
|
-
expired: z.nullable(z.string()),
|
|
1670
|
-
signedAt: z.nullable(z.string()),
|
|
1671
|
-
authOptions: z.nullable(
|
|
1672
|
-
z.lazy(() =>
|
|
1673
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$inboundSchema
|
|
1674
|
-
),
|
|
1675
|
-
),
|
|
1676
|
-
signingOrder: z.nullable(z.number()),
|
|
1677
|
-
rejectionReason: z.nullable(z.string()),
|
|
1678
|
-
});
|
|
1679
|
-
|
|
1680
|
-
/** @internal */
|
|
1681
|
-
export type DocumentGetDocumentWithDetailsByIdRecipient$Outbound = {
|
|
1682
|
-
role: string;
|
|
1683
|
-
readStatus: string;
|
|
1684
|
-
signingStatus: string;
|
|
1685
|
-
sendStatus: string;
|
|
1686
|
-
id: number;
|
|
1687
|
-
documentId: number | null;
|
|
1688
|
-
templateId: number | null;
|
|
1689
|
-
email: string;
|
|
1690
|
-
name: string;
|
|
1691
|
-
token: string;
|
|
1692
|
-
documentDeletedAt: string | null;
|
|
1693
|
-
expired: string | null;
|
|
1694
|
-
signedAt: string | null;
|
|
1695
|
-
authOptions:
|
|
1696
|
-
| DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$Outbound
|
|
1697
|
-
| null;
|
|
1698
|
-
signingOrder: number | null;
|
|
1699
|
-
rejectionReason: string | null;
|
|
1700
|
-
};
|
|
1701
|
-
|
|
1702
|
-
/** @internal */
|
|
1703
|
-
export const DocumentGetDocumentWithDetailsByIdRecipient$outboundSchema:
|
|
1704
|
-
z.ZodType<
|
|
1705
|
-
DocumentGetDocumentWithDetailsByIdRecipient$Outbound,
|
|
1706
|
-
z.ZodTypeDef,
|
|
1707
|
-
DocumentGetDocumentWithDetailsByIdRecipient
|
|
1708
|
-
> = z.object({
|
|
1709
|
-
role: DocumentGetDocumentWithDetailsByIdRole$outboundSchema,
|
|
1710
|
-
readStatus: DocumentGetDocumentWithDetailsByIdReadStatus$outboundSchema,
|
|
1711
|
-
signingStatus:
|
|
1712
|
-
DocumentGetDocumentWithDetailsByIdSigningStatus$outboundSchema,
|
|
1713
|
-
sendStatus: DocumentGetDocumentWithDetailsByIdSendStatus$outboundSchema,
|
|
1714
|
-
id: z.number(),
|
|
1715
|
-
documentId: z.nullable(z.number()),
|
|
1716
|
-
templateId: z.nullable(z.number()),
|
|
1717
|
-
email: z.string(),
|
|
1718
|
-
name: z.string(),
|
|
1719
|
-
token: z.string(),
|
|
1720
|
-
documentDeletedAt: z.nullable(z.string()),
|
|
1721
|
-
expired: z.nullable(z.string()),
|
|
1722
|
-
signedAt: z.nullable(z.string()),
|
|
1723
|
-
authOptions: z.nullable(
|
|
1724
|
-
z.lazy(() =>
|
|
1725
|
-
DocumentGetDocumentWithDetailsByIdRecipientAuthOptions$outboundSchema
|
|
1726
|
-
),
|
|
1727
|
-
),
|
|
1728
|
-
signingOrder: z.nullable(z.number()),
|
|
1729
|
-
rejectionReason: z.nullable(z.string()),
|
|
1730
|
-
});
|
|
1731
|
-
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1735
|
-
*/
|
|
1736
|
-
export namespace DocumentGetDocumentWithDetailsByIdRecipient$ {
|
|
1737
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipient$inboundSchema` instead. */
|
|
1738
|
-
export const inboundSchema =
|
|
1739
|
-
DocumentGetDocumentWithDetailsByIdRecipient$inboundSchema;
|
|
1740
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipient$outboundSchema` instead. */
|
|
1741
|
-
export const outboundSchema =
|
|
1742
|
-
DocumentGetDocumentWithDetailsByIdRecipient$outboundSchema;
|
|
1743
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdRecipient$Outbound` instead. */
|
|
1744
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdRecipient$Outbound;
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
export function documentGetDocumentWithDetailsByIdRecipientToJSON(
|
|
1748
|
-
documentGetDocumentWithDetailsByIdRecipient:
|
|
1749
|
-
DocumentGetDocumentWithDetailsByIdRecipient,
|
|
1750
|
-
): string {
|
|
1751
|
-
return JSON.stringify(
|
|
1752
|
-
DocumentGetDocumentWithDetailsByIdRecipient$outboundSchema.parse(
|
|
1753
|
-
documentGetDocumentWithDetailsByIdRecipient,
|
|
1754
|
-
),
|
|
1755
|
-
);
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
export function documentGetDocumentWithDetailsByIdRecipientFromJSON(
|
|
1759
|
-
jsonString: string,
|
|
1760
|
-
): SafeParseResult<
|
|
1761
|
-
DocumentGetDocumentWithDetailsByIdRecipient,
|
|
1762
|
-
SDKValidationError
|
|
1763
|
-
> {
|
|
1764
|
-
return safeParse(
|
|
1765
|
-
jsonString,
|
|
1766
|
-
(x) =>
|
|
1767
|
-
DocumentGetDocumentWithDetailsByIdRecipient$inboundSchema.parse(
|
|
1768
|
-
JSON.parse(x),
|
|
1769
|
-
),
|
|
1770
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdRecipient' from JSON`,
|
|
1771
|
-
);
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
/** @internal */
|
|
1775
|
-
export const DocumentGetDocumentWithDetailsByIdFieldType$inboundSchema:
|
|
1776
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFieldType> = z
|
|
1777
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdFieldType);
|
|
1778
|
-
|
|
1779
|
-
/** @internal */
|
|
1780
|
-
export const DocumentGetDocumentWithDetailsByIdFieldType$outboundSchema:
|
|
1781
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdFieldType> =
|
|
1782
|
-
DocumentGetDocumentWithDetailsByIdFieldType$inboundSchema;
|
|
1783
|
-
|
|
1784
|
-
/**
|
|
1785
|
-
* @internal
|
|
1786
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1787
|
-
*/
|
|
1788
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldType$ {
|
|
1789
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldType$inboundSchema` instead. */
|
|
1790
|
-
export const inboundSchema =
|
|
1791
|
-
DocumentGetDocumentWithDetailsByIdFieldType$inboundSchema;
|
|
1792
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldType$outboundSchema` instead. */
|
|
1793
|
-
export const outboundSchema =
|
|
1794
|
-
DocumentGetDocumentWithDetailsByIdFieldType$outboundSchema;
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
/** @internal */
|
|
1798
|
-
export const DocumentGetDocumentWithDetailsByIdTypeDropdown$inboundSchema:
|
|
1799
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDropdown> = z
|
|
1800
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeDropdown);
|
|
1801
|
-
|
|
1802
|
-
/** @internal */
|
|
1803
|
-
export const DocumentGetDocumentWithDetailsByIdTypeDropdown$outboundSchema:
|
|
1804
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDropdown> =
|
|
1805
|
-
DocumentGetDocumentWithDetailsByIdTypeDropdown$inboundSchema;
|
|
1806
|
-
|
|
1807
|
-
/**
|
|
1808
|
-
* @internal
|
|
1809
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1810
|
-
*/
|
|
1811
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeDropdown$ {
|
|
1812
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeDropdown$inboundSchema` instead. */
|
|
1813
|
-
export const inboundSchema =
|
|
1814
|
-
DocumentGetDocumentWithDetailsByIdTypeDropdown$inboundSchema;
|
|
1815
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeDropdown$outboundSchema` instead. */
|
|
1816
|
-
export const outboundSchema =
|
|
1817
|
-
DocumentGetDocumentWithDetailsByIdTypeDropdown$outboundSchema;
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
/** @internal */
|
|
1821
|
-
export const DocumentGetDocumentWithDetailsByIdValue3$inboundSchema: z.ZodType<
|
|
1822
|
-
DocumentGetDocumentWithDetailsByIdValue3,
|
|
1823
|
-
z.ZodTypeDef,
|
|
1824
|
-
unknown
|
|
1825
|
-
> = z.object({
|
|
1826
|
-
value: z.string(),
|
|
1827
|
-
});
|
|
1828
|
-
|
|
1829
|
-
/** @internal */
|
|
1830
|
-
export type DocumentGetDocumentWithDetailsByIdValue3$Outbound = {
|
|
1831
|
-
value: string;
|
|
1832
|
-
};
|
|
1833
|
-
|
|
1834
|
-
/** @internal */
|
|
1835
|
-
export const DocumentGetDocumentWithDetailsByIdValue3$outboundSchema: z.ZodType<
|
|
1836
|
-
DocumentGetDocumentWithDetailsByIdValue3$Outbound,
|
|
1837
|
-
z.ZodTypeDef,
|
|
1838
|
-
DocumentGetDocumentWithDetailsByIdValue3
|
|
1839
|
-
> = z.object({
|
|
1840
|
-
value: z.string(),
|
|
1841
|
-
});
|
|
1842
|
-
|
|
1843
|
-
/**
|
|
1844
|
-
* @internal
|
|
1845
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1846
|
-
*/
|
|
1847
|
-
export namespace DocumentGetDocumentWithDetailsByIdValue3$ {
|
|
1848
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue3$inboundSchema` instead. */
|
|
1849
|
-
export const inboundSchema =
|
|
1850
|
-
DocumentGetDocumentWithDetailsByIdValue3$inboundSchema;
|
|
1851
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue3$outboundSchema` instead. */
|
|
1852
|
-
export const outboundSchema =
|
|
1853
|
-
DocumentGetDocumentWithDetailsByIdValue3$outboundSchema;
|
|
1854
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue3$Outbound` instead. */
|
|
1855
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdValue3$Outbound;
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
export function documentGetDocumentWithDetailsByIdValue3ToJSON(
|
|
1859
|
-
documentGetDocumentWithDetailsByIdValue3:
|
|
1860
|
-
DocumentGetDocumentWithDetailsByIdValue3,
|
|
1861
|
-
): string {
|
|
1862
|
-
return JSON.stringify(
|
|
1863
|
-
DocumentGetDocumentWithDetailsByIdValue3$outboundSchema.parse(
|
|
1864
|
-
documentGetDocumentWithDetailsByIdValue3,
|
|
1865
|
-
),
|
|
1866
|
-
);
|
|
1867
|
-
}
|
|
1868
|
-
|
|
1869
|
-
export function documentGetDocumentWithDetailsByIdValue3FromJSON(
|
|
1870
|
-
jsonString: string,
|
|
1871
|
-
): SafeParseResult<
|
|
1872
|
-
DocumentGetDocumentWithDetailsByIdValue3,
|
|
1873
|
-
SDKValidationError
|
|
1874
|
-
> {
|
|
1875
|
-
return safeParse(
|
|
1876
|
-
jsonString,
|
|
1877
|
-
(x) =>
|
|
1878
|
-
DocumentGetDocumentWithDetailsByIdValue3$inboundSchema.parse(
|
|
1879
|
-
JSON.parse(x),
|
|
1880
|
-
),
|
|
1881
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdValue3' from JSON`,
|
|
1882
|
-
);
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
/** @internal */
|
|
1886
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema:
|
|
1887
|
-
z.ZodType<
|
|
1888
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown,
|
|
1889
|
-
z.ZodTypeDef,
|
|
1890
|
-
unknown
|
|
1891
|
-
> = z.object({
|
|
1892
|
-
label: z.string().optional(),
|
|
1893
|
-
placeholder: z.string().optional(),
|
|
1894
|
-
required: z.boolean().optional(),
|
|
1895
|
-
readOnly: z.boolean().optional(),
|
|
1896
|
-
type: DocumentGetDocumentWithDetailsByIdTypeDropdown$inboundSchema,
|
|
1897
|
-
values: z.array(
|
|
1898
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdValue3$inboundSchema),
|
|
1899
|
-
).optional(),
|
|
1900
|
-
defaultValue: z.string().optional(),
|
|
1901
|
-
});
|
|
1902
|
-
|
|
1903
|
-
/** @internal */
|
|
1904
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound = {
|
|
1905
|
-
label?: string | undefined;
|
|
1906
|
-
placeholder?: string | undefined;
|
|
1907
|
-
required?: boolean | undefined;
|
|
1908
|
-
readOnly?: boolean | undefined;
|
|
1909
|
-
type: string;
|
|
1910
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue3$Outbound> | undefined;
|
|
1911
|
-
defaultValue?: string | undefined;
|
|
1912
|
-
};
|
|
1913
|
-
|
|
1914
|
-
/** @internal */
|
|
1915
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema:
|
|
1916
|
-
z.ZodType<
|
|
1917
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound,
|
|
1918
|
-
z.ZodTypeDef,
|
|
1919
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown
|
|
1920
|
-
> = z.object({
|
|
1921
|
-
label: z.string().optional(),
|
|
1922
|
-
placeholder: z.string().optional(),
|
|
1923
|
-
required: z.boolean().optional(),
|
|
1924
|
-
readOnly: z.boolean().optional(),
|
|
1925
|
-
type: DocumentGetDocumentWithDetailsByIdTypeDropdown$outboundSchema,
|
|
1926
|
-
values: z.array(
|
|
1927
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdValue3$outboundSchema),
|
|
1928
|
-
).optional(),
|
|
1929
|
-
defaultValue: z.string().optional(),
|
|
1930
|
-
});
|
|
1931
|
-
|
|
1932
|
-
/**
|
|
1933
|
-
* @internal
|
|
1934
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1935
|
-
*/
|
|
1936
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$ {
|
|
1937
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema` instead. */
|
|
1938
|
-
export const inboundSchema =
|
|
1939
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema;
|
|
1940
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema` instead. */
|
|
1941
|
-
export const outboundSchema =
|
|
1942
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema;
|
|
1943
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound` instead. */
|
|
1944
|
-
export type Outbound =
|
|
1945
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound;
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaDropdownToJSON(
|
|
1949
|
-
documentGetDocumentWithDetailsByIdFieldMetaDropdown:
|
|
1950
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown,
|
|
1951
|
-
): string {
|
|
1952
|
-
return JSON.stringify(
|
|
1953
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema.parse(
|
|
1954
|
-
documentGetDocumentWithDetailsByIdFieldMetaDropdown,
|
|
1955
|
-
),
|
|
1956
|
-
);
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaDropdownFromJSON(
|
|
1960
|
-
jsonString: string,
|
|
1961
|
-
): SafeParseResult<
|
|
1962
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown,
|
|
1963
|
-
SDKValidationError
|
|
1964
|
-
> {
|
|
1965
|
-
return safeParse(
|
|
1966
|
-
jsonString,
|
|
1967
|
-
(x) =>
|
|
1968
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema.parse(
|
|
1969
|
-
JSON.parse(x),
|
|
1970
|
-
),
|
|
1971
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaDropdown' from JSON`,
|
|
1972
|
-
);
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
|
-
/** @internal */
|
|
1976
|
-
export const DocumentGetDocumentWithDetailsByIdTypeCheckbox$inboundSchema:
|
|
1977
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeCheckbox> = z
|
|
1978
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeCheckbox);
|
|
1979
|
-
|
|
1980
|
-
/** @internal */
|
|
1981
|
-
export const DocumentGetDocumentWithDetailsByIdTypeCheckbox$outboundSchema:
|
|
1982
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeCheckbox> =
|
|
1983
|
-
DocumentGetDocumentWithDetailsByIdTypeCheckbox$inboundSchema;
|
|
1984
|
-
|
|
1985
|
-
/**
|
|
1986
|
-
* @internal
|
|
1987
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1988
|
-
*/
|
|
1989
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeCheckbox$ {
|
|
1990
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeCheckbox$inboundSchema` instead. */
|
|
1991
|
-
export const inboundSchema =
|
|
1992
|
-
DocumentGetDocumentWithDetailsByIdTypeCheckbox$inboundSchema;
|
|
1993
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeCheckbox$outboundSchema` instead. */
|
|
1994
|
-
export const outboundSchema =
|
|
1995
|
-
DocumentGetDocumentWithDetailsByIdTypeCheckbox$outboundSchema;
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
/** @internal */
|
|
1999
|
-
export const DocumentGetDocumentWithDetailsByIdValue2$inboundSchema: z.ZodType<
|
|
2000
|
-
DocumentGetDocumentWithDetailsByIdValue2,
|
|
2001
|
-
z.ZodTypeDef,
|
|
2002
|
-
unknown
|
|
2003
|
-
> = z.object({
|
|
2004
|
-
id: z.number(),
|
|
2005
|
-
checked: z.boolean(),
|
|
2006
|
-
value: z.string(),
|
|
2007
|
-
});
|
|
2008
|
-
|
|
2009
|
-
/** @internal */
|
|
2010
|
-
export type DocumentGetDocumentWithDetailsByIdValue2$Outbound = {
|
|
2011
|
-
id: number;
|
|
2012
|
-
checked: boolean;
|
|
2013
|
-
value: string;
|
|
2014
|
-
};
|
|
2015
|
-
|
|
2016
|
-
/** @internal */
|
|
2017
|
-
export const DocumentGetDocumentWithDetailsByIdValue2$outboundSchema: z.ZodType<
|
|
2018
|
-
DocumentGetDocumentWithDetailsByIdValue2$Outbound,
|
|
2019
|
-
z.ZodTypeDef,
|
|
2020
|
-
DocumentGetDocumentWithDetailsByIdValue2
|
|
2021
|
-
> = z.object({
|
|
2022
|
-
id: z.number(),
|
|
2023
|
-
checked: z.boolean(),
|
|
2024
|
-
value: z.string(),
|
|
2025
|
-
});
|
|
2026
|
-
|
|
2027
|
-
/**
|
|
2028
|
-
* @internal
|
|
2029
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2030
|
-
*/
|
|
2031
|
-
export namespace DocumentGetDocumentWithDetailsByIdValue2$ {
|
|
2032
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue2$inboundSchema` instead. */
|
|
2033
|
-
export const inboundSchema =
|
|
2034
|
-
DocumentGetDocumentWithDetailsByIdValue2$inboundSchema;
|
|
2035
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue2$outboundSchema` instead. */
|
|
2036
|
-
export const outboundSchema =
|
|
2037
|
-
DocumentGetDocumentWithDetailsByIdValue2$outboundSchema;
|
|
2038
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue2$Outbound` instead. */
|
|
2039
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdValue2$Outbound;
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
export function documentGetDocumentWithDetailsByIdValue2ToJSON(
|
|
2043
|
-
documentGetDocumentWithDetailsByIdValue2:
|
|
2044
|
-
DocumentGetDocumentWithDetailsByIdValue2,
|
|
2045
|
-
): string {
|
|
2046
|
-
return JSON.stringify(
|
|
2047
|
-
DocumentGetDocumentWithDetailsByIdValue2$outboundSchema.parse(
|
|
2048
|
-
documentGetDocumentWithDetailsByIdValue2,
|
|
2049
|
-
),
|
|
2050
|
-
);
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
export function documentGetDocumentWithDetailsByIdValue2FromJSON(
|
|
2054
|
-
jsonString: string,
|
|
2055
|
-
): SafeParseResult<
|
|
2056
|
-
DocumentGetDocumentWithDetailsByIdValue2,
|
|
2057
|
-
SDKValidationError
|
|
2058
|
-
> {
|
|
2059
|
-
return safeParse(
|
|
2060
|
-
jsonString,
|
|
2061
|
-
(x) =>
|
|
2062
|
-
DocumentGetDocumentWithDetailsByIdValue2$inboundSchema.parse(
|
|
2063
|
-
JSON.parse(x),
|
|
2064
|
-
),
|
|
2065
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdValue2' from JSON`,
|
|
2066
|
-
);
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
/** @internal */
|
|
2070
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema:
|
|
2071
|
-
z.ZodType<
|
|
2072
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox,
|
|
2073
|
-
z.ZodTypeDef,
|
|
2074
|
-
unknown
|
|
2075
|
-
> = z.object({
|
|
2076
|
-
label: z.string().optional(),
|
|
2077
|
-
placeholder: z.string().optional(),
|
|
2078
|
-
required: z.boolean().optional(),
|
|
2079
|
-
readOnly: z.boolean().optional(),
|
|
2080
|
-
type: DocumentGetDocumentWithDetailsByIdTypeCheckbox$inboundSchema,
|
|
2081
|
-
values: z.array(
|
|
2082
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdValue2$inboundSchema),
|
|
2083
|
-
).optional(),
|
|
2084
|
-
validationRule: z.string().optional(),
|
|
2085
|
-
validationLength: z.number().optional(),
|
|
2086
|
-
});
|
|
2087
|
-
|
|
2088
|
-
/** @internal */
|
|
2089
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound = {
|
|
2090
|
-
label?: string | undefined;
|
|
2091
|
-
placeholder?: string | undefined;
|
|
2092
|
-
required?: boolean | undefined;
|
|
2093
|
-
readOnly?: boolean | undefined;
|
|
2094
|
-
type: string;
|
|
2095
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue2$Outbound> | undefined;
|
|
2096
|
-
validationRule?: string | undefined;
|
|
2097
|
-
validationLength?: number | undefined;
|
|
2098
|
-
};
|
|
2099
|
-
|
|
2100
|
-
/** @internal */
|
|
2101
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema:
|
|
2102
|
-
z.ZodType<
|
|
2103
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound,
|
|
2104
|
-
z.ZodTypeDef,
|
|
2105
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox
|
|
2106
|
-
> = z.object({
|
|
2107
|
-
label: z.string().optional(),
|
|
2108
|
-
placeholder: z.string().optional(),
|
|
2109
|
-
required: z.boolean().optional(),
|
|
2110
|
-
readOnly: z.boolean().optional(),
|
|
2111
|
-
type: DocumentGetDocumentWithDetailsByIdTypeCheckbox$outboundSchema,
|
|
2112
|
-
values: z.array(
|
|
2113
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdValue2$outboundSchema),
|
|
2114
|
-
).optional(),
|
|
2115
|
-
validationRule: z.string().optional(),
|
|
2116
|
-
validationLength: z.number().optional(),
|
|
2117
|
-
});
|
|
2118
|
-
|
|
2119
|
-
/**
|
|
2120
|
-
* @internal
|
|
2121
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2122
|
-
*/
|
|
2123
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$ {
|
|
2124
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema` instead. */
|
|
2125
|
-
export const inboundSchema =
|
|
2126
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema;
|
|
2127
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema` instead. */
|
|
2128
|
-
export const outboundSchema =
|
|
2129
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema;
|
|
2130
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound` instead. */
|
|
2131
|
-
export type Outbound =
|
|
2132
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound;
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaCheckboxToJSON(
|
|
2136
|
-
documentGetDocumentWithDetailsByIdFieldMetaCheckbox:
|
|
2137
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox,
|
|
2138
|
-
): string {
|
|
2139
|
-
return JSON.stringify(
|
|
2140
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema.parse(
|
|
2141
|
-
documentGetDocumentWithDetailsByIdFieldMetaCheckbox,
|
|
2142
|
-
),
|
|
2143
|
-
);
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaCheckboxFromJSON(
|
|
2147
|
-
jsonString: string,
|
|
2148
|
-
): SafeParseResult<
|
|
2149
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox,
|
|
2150
|
-
SDKValidationError
|
|
2151
|
-
> {
|
|
2152
|
-
return safeParse(
|
|
2153
|
-
jsonString,
|
|
2154
|
-
(x) =>
|
|
2155
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema.parse(
|
|
2156
|
-
JSON.parse(x),
|
|
2157
|
-
),
|
|
2158
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox' from JSON`,
|
|
2159
|
-
);
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
|
-
/** @internal */
|
|
2163
|
-
export const DocumentGetDocumentWithDetailsByIdTypeRadio$inboundSchema:
|
|
2164
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeRadio> = z
|
|
2165
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeRadio);
|
|
2166
|
-
|
|
2167
|
-
/** @internal */
|
|
2168
|
-
export const DocumentGetDocumentWithDetailsByIdTypeRadio$outboundSchema:
|
|
2169
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeRadio> =
|
|
2170
|
-
DocumentGetDocumentWithDetailsByIdTypeRadio$inboundSchema;
|
|
2171
|
-
|
|
2172
|
-
/**
|
|
2173
|
-
* @internal
|
|
2174
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2175
|
-
*/
|
|
2176
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeRadio$ {
|
|
2177
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeRadio$inboundSchema` instead. */
|
|
2178
|
-
export const inboundSchema =
|
|
2179
|
-
DocumentGetDocumentWithDetailsByIdTypeRadio$inboundSchema;
|
|
2180
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeRadio$outboundSchema` instead. */
|
|
2181
|
-
export const outboundSchema =
|
|
2182
|
-
DocumentGetDocumentWithDetailsByIdTypeRadio$outboundSchema;
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
/** @internal */
|
|
2186
|
-
export const DocumentGetDocumentWithDetailsByIdValue1$inboundSchema: z.ZodType<
|
|
2187
|
-
DocumentGetDocumentWithDetailsByIdValue1,
|
|
2188
|
-
z.ZodTypeDef,
|
|
2189
|
-
unknown
|
|
2190
|
-
> = z.object({
|
|
2191
|
-
id: z.number(),
|
|
2192
|
-
checked: z.boolean(),
|
|
2193
|
-
value: z.string(),
|
|
2194
|
-
});
|
|
2195
|
-
|
|
2196
|
-
/** @internal */
|
|
2197
|
-
export type DocumentGetDocumentWithDetailsByIdValue1$Outbound = {
|
|
2198
|
-
id: number;
|
|
2199
|
-
checked: boolean;
|
|
2200
|
-
value: string;
|
|
2201
|
-
};
|
|
2202
|
-
|
|
2203
|
-
/** @internal */
|
|
2204
|
-
export const DocumentGetDocumentWithDetailsByIdValue1$outboundSchema: z.ZodType<
|
|
2205
|
-
DocumentGetDocumentWithDetailsByIdValue1$Outbound,
|
|
2206
|
-
z.ZodTypeDef,
|
|
2207
|
-
DocumentGetDocumentWithDetailsByIdValue1
|
|
2208
|
-
> = z.object({
|
|
2209
|
-
id: z.number(),
|
|
2210
|
-
checked: z.boolean(),
|
|
2211
|
-
value: z.string(),
|
|
2212
|
-
});
|
|
2213
|
-
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2217
|
-
*/
|
|
2218
|
-
export namespace DocumentGetDocumentWithDetailsByIdValue1$ {
|
|
2219
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue1$inboundSchema` instead. */
|
|
2220
|
-
export const inboundSchema =
|
|
2221
|
-
DocumentGetDocumentWithDetailsByIdValue1$inboundSchema;
|
|
2222
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue1$outboundSchema` instead. */
|
|
2223
|
-
export const outboundSchema =
|
|
2224
|
-
DocumentGetDocumentWithDetailsByIdValue1$outboundSchema;
|
|
2225
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdValue1$Outbound` instead. */
|
|
2226
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdValue1$Outbound;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
export function documentGetDocumentWithDetailsByIdValue1ToJSON(
|
|
2230
|
-
documentGetDocumentWithDetailsByIdValue1:
|
|
2231
|
-
DocumentGetDocumentWithDetailsByIdValue1,
|
|
2232
|
-
): string {
|
|
2233
|
-
return JSON.stringify(
|
|
2234
|
-
DocumentGetDocumentWithDetailsByIdValue1$outboundSchema.parse(
|
|
2235
|
-
documentGetDocumentWithDetailsByIdValue1,
|
|
2236
|
-
),
|
|
2237
|
-
);
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
export function documentGetDocumentWithDetailsByIdValue1FromJSON(
|
|
2241
|
-
jsonString: string,
|
|
2242
|
-
): SafeParseResult<
|
|
2243
|
-
DocumentGetDocumentWithDetailsByIdValue1,
|
|
2244
|
-
SDKValidationError
|
|
2245
|
-
> {
|
|
2246
|
-
return safeParse(
|
|
2247
|
-
jsonString,
|
|
2248
|
-
(x) =>
|
|
2249
|
-
DocumentGetDocumentWithDetailsByIdValue1$inboundSchema.parse(
|
|
2250
|
-
JSON.parse(x),
|
|
2251
|
-
),
|
|
2252
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdValue1' from JSON`,
|
|
2253
|
-
);
|
|
2254
|
-
}
|
|
2255
|
-
|
|
2256
|
-
/** @internal */
|
|
2257
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema:
|
|
2258
|
-
z.ZodType<
|
|
2259
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio,
|
|
2260
|
-
z.ZodTypeDef,
|
|
2261
|
-
unknown
|
|
2262
|
-
> = z.object({
|
|
2263
|
-
label: z.string().optional(),
|
|
2264
|
-
placeholder: z.string().optional(),
|
|
2265
|
-
required: z.boolean().optional(),
|
|
2266
|
-
readOnly: z.boolean().optional(),
|
|
2267
|
-
type: DocumentGetDocumentWithDetailsByIdTypeRadio$inboundSchema,
|
|
2268
|
-
values: z.array(
|
|
2269
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdValue1$inboundSchema),
|
|
2270
|
-
).optional(),
|
|
2271
|
-
});
|
|
2272
|
-
|
|
2273
|
-
/** @internal */
|
|
2274
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound = {
|
|
2275
|
-
label?: string | undefined;
|
|
2276
|
-
placeholder?: string | undefined;
|
|
2277
|
-
required?: boolean | undefined;
|
|
2278
|
-
readOnly?: boolean | undefined;
|
|
2279
|
-
type: string;
|
|
2280
|
-
values?: Array<DocumentGetDocumentWithDetailsByIdValue1$Outbound> | undefined;
|
|
2281
|
-
};
|
|
2282
|
-
|
|
2283
|
-
/** @internal */
|
|
2284
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema:
|
|
2285
|
-
z.ZodType<
|
|
2286
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound,
|
|
2287
|
-
z.ZodTypeDef,
|
|
2288
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio
|
|
2289
|
-
> = z.object({
|
|
2290
|
-
label: z.string().optional(),
|
|
2291
|
-
placeholder: z.string().optional(),
|
|
2292
|
-
required: z.boolean().optional(),
|
|
2293
|
-
readOnly: z.boolean().optional(),
|
|
2294
|
-
type: DocumentGetDocumentWithDetailsByIdTypeRadio$outboundSchema,
|
|
2295
|
-
values: z.array(
|
|
2296
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdValue1$outboundSchema),
|
|
2297
|
-
).optional(),
|
|
2298
|
-
});
|
|
2299
|
-
|
|
2300
|
-
/**
|
|
2301
|
-
* @internal
|
|
2302
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2303
|
-
*/
|
|
2304
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaRadio$ {
|
|
2305
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema` instead. */
|
|
2306
|
-
export const inboundSchema =
|
|
2307
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema;
|
|
2308
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema` instead. */
|
|
2309
|
-
export const outboundSchema =
|
|
2310
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema;
|
|
2311
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound` instead. */
|
|
2312
|
-
export type Outbound =
|
|
2313
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound;
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaRadioToJSON(
|
|
2317
|
-
documentGetDocumentWithDetailsByIdFieldMetaRadio:
|
|
2318
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio,
|
|
2319
|
-
): string {
|
|
2320
|
-
return JSON.stringify(
|
|
2321
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema.parse(
|
|
2322
|
-
documentGetDocumentWithDetailsByIdFieldMetaRadio,
|
|
2323
|
-
),
|
|
2324
|
-
);
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaRadioFromJSON(
|
|
2328
|
-
jsonString: string,
|
|
2329
|
-
): SafeParseResult<
|
|
2330
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio,
|
|
2331
|
-
SDKValidationError
|
|
2332
|
-
> {
|
|
2333
|
-
return safeParse(
|
|
2334
|
-
jsonString,
|
|
2335
|
-
(x) =>
|
|
2336
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema.parse(
|
|
2337
|
-
JSON.parse(x),
|
|
2338
|
-
),
|
|
2339
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaRadio' from JSON`,
|
|
2340
|
-
);
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
/** @internal */
|
|
2344
|
-
export const DocumentGetDocumentWithDetailsByIdTypeNumber$inboundSchema:
|
|
2345
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeNumber> = z
|
|
2346
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeNumber);
|
|
2347
|
-
|
|
2348
|
-
/** @internal */
|
|
2349
|
-
export const DocumentGetDocumentWithDetailsByIdTypeNumber$outboundSchema:
|
|
2350
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeNumber> =
|
|
2351
|
-
DocumentGetDocumentWithDetailsByIdTypeNumber$inboundSchema;
|
|
2352
|
-
|
|
2353
|
-
/**
|
|
2354
|
-
* @internal
|
|
2355
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2356
|
-
*/
|
|
2357
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeNumber$ {
|
|
2358
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeNumber$inboundSchema` instead. */
|
|
2359
|
-
export const inboundSchema =
|
|
2360
|
-
DocumentGetDocumentWithDetailsByIdTypeNumber$inboundSchema;
|
|
2361
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeNumber$outboundSchema` instead. */
|
|
2362
|
-
export const outboundSchema =
|
|
2363
|
-
DocumentGetDocumentWithDetailsByIdTypeNumber$outboundSchema;
|
|
2364
|
-
}
|
|
2365
|
-
|
|
2366
|
-
/** @internal */
|
|
2367
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign6$inboundSchema:
|
|
2368
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign6> = z
|
|
2369
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTextAlign6);
|
|
2370
|
-
|
|
2371
|
-
/** @internal */
|
|
2372
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign6$outboundSchema:
|
|
2373
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign6> =
|
|
2374
|
-
DocumentGetDocumentWithDetailsByIdTextAlign6$inboundSchema;
|
|
2375
|
-
|
|
2376
|
-
/**
|
|
2377
|
-
* @internal
|
|
2378
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2379
|
-
*/
|
|
2380
|
-
export namespace DocumentGetDocumentWithDetailsByIdTextAlign6$ {
|
|
2381
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign6$inboundSchema` instead. */
|
|
2382
|
-
export const inboundSchema =
|
|
2383
|
-
DocumentGetDocumentWithDetailsByIdTextAlign6$inboundSchema;
|
|
2384
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign6$outboundSchema` instead. */
|
|
2385
|
-
export const outboundSchema =
|
|
2386
|
-
DocumentGetDocumentWithDetailsByIdTextAlign6$outboundSchema;
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
/** @internal */
|
|
2390
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema:
|
|
2391
|
-
z.ZodType<
|
|
2392
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber,
|
|
2393
|
-
z.ZodTypeDef,
|
|
2394
|
-
unknown
|
|
2395
|
-
> = z.object({
|
|
2396
|
-
label: z.string().optional(),
|
|
2397
|
-
placeholder: z.string().optional(),
|
|
2398
|
-
required: z.boolean().optional(),
|
|
2399
|
-
readOnly: z.boolean().optional(),
|
|
2400
|
-
type: DocumentGetDocumentWithDetailsByIdTypeNumber$inboundSchema,
|
|
2401
|
-
numberFormat: z.string().optional(),
|
|
2402
|
-
value: z.string().optional(),
|
|
2403
|
-
minValue: z.number().optional(),
|
|
2404
|
-
maxValue: z.number().optional(),
|
|
2405
|
-
fontSize: z.number().optional(),
|
|
2406
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign6$inboundSchema
|
|
2407
|
-
.optional(),
|
|
2408
|
-
});
|
|
2409
|
-
|
|
2410
|
-
/** @internal */
|
|
2411
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound = {
|
|
2412
|
-
label?: string | undefined;
|
|
2413
|
-
placeholder?: string | undefined;
|
|
2414
|
-
required?: boolean | undefined;
|
|
2415
|
-
readOnly?: boolean | undefined;
|
|
2416
|
-
type: string;
|
|
2417
|
-
numberFormat?: string | undefined;
|
|
2418
|
-
value?: string | undefined;
|
|
2419
|
-
minValue?: number | undefined;
|
|
2420
|
-
maxValue?: number | undefined;
|
|
2421
|
-
fontSize?: number | undefined;
|
|
2422
|
-
textAlign?: string | undefined;
|
|
2423
|
-
};
|
|
2424
|
-
|
|
2425
|
-
/** @internal */
|
|
2426
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema:
|
|
2427
|
-
z.ZodType<
|
|
2428
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound,
|
|
2429
|
-
z.ZodTypeDef,
|
|
2430
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber
|
|
2431
|
-
> = z.object({
|
|
2432
|
-
label: z.string().optional(),
|
|
2433
|
-
placeholder: z.string().optional(),
|
|
2434
|
-
required: z.boolean().optional(),
|
|
2435
|
-
readOnly: z.boolean().optional(),
|
|
2436
|
-
type: DocumentGetDocumentWithDetailsByIdTypeNumber$outboundSchema,
|
|
2437
|
-
numberFormat: z.string().optional(),
|
|
2438
|
-
value: z.string().optional(),
|
|
2439
|
-
minValue: z.number().optional(),
|
|
2440
|
-
maxValue: z.number().optional(),
|
|
2441
|
-
fontSize: z.number().optional(),
|
|
2442
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign6$outboundSchema
|
|
2443
|
-
.optional(),
|
|
2444
|
-
});
|
|
2445
|
-
|
|
2446
|
-
/**
|
|
2447
|
-
* @internal
|
|
2448
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2449
|
-
*/
|
|
2450
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaNumber$ {
|
|
2451
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema` instead. */
|
|
2452
|
-
export const inboundSchema =
|
|
2453
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema;
|
|
2454
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema` instead. */
|
|
2455
|
-
export const outboundSchema =
|
|
2456
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema;
|
|
2457
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound` instead. */
|
|
2458
|
-
export type Outbound =
|
|
2459
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound;
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaNumberToJSON(
|
|
2463
|
-
documentGetDocumentWithDetailsByIdFieldMetaNumber:
|
|
2464
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber,
|
|
2465
|
-
): string {
|
|
2466
|
-
return JSON.stringify(
|
|
2467
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema.parse(
|
|
2468
|
-
documentGetDocumentWithDetailsByIdFieldMetaNumber,
|
|
2469
|
-
),
|
|
2470
|
-
);
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaNumberFromJSON(
|
|
2474
|
-
jsonString: string,
|
|
2475
|
-
): SafeParseResult<
|
|
2476
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber,
|
|
2477
|
-
SDKValidationError
|
|
2478
|
-
> {
|
|
2479
|
-
return safeParse(
|
|
2480
|
-
jsonString,
|
|
2481
|
-
(x) =>
|
|
2482
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema.parse(
|
|
2483
|
-
JSON.parse(x),
|
|
2484
|
-
),
|
|
2485
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaNumber' from JSON`,
|
|
2486
|
-
);
|
|
2487
|
-
}
|
|
2488
|
-
|
|
2489
|
-
/** @internal */
|
|
2490
|
-
export const DocumentGetDocumentWithDetailsByIdTypeText$inboundSchema:
|
|
2491
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeText> = z
|
|
2492
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeText);
|
|
2493
|
-
|
|
2494
|
-
/** @internal */
|
|
2495
|
-
export const DocumentGetDocumentWithDetailsByIdTypeText$outboundSchema:
|
|
2496
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeText> =
|
|
2497
|
-
DocumentGetDocumentWithDetailsByIdTypeText$inboundSchema;
|
|
2498
|
-
|
|
2499
|
-
/**
|
|
2500
|
-
* @internal
|
|
2501
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2502
|
-
*/
|
|
2503
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeText$ {
|
|
2504
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeText$inboundSchema` instead. */
|
|
2505
|
-
export const inboundSchema =
|
|
2506
|
-
DocumentGetDocumentWithDetailsByIdTypeText$inboundSchema;
|
|
2507
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeText$outboundSchema` instead. */
|
|
2508
|
-
export const outboundSchema =
|
|
2509
|
-
DocumentGetDocumentWithDetailsByIdTypeText$outboundSchema;
|
|
2510
|
-
}
|
|
2511
|
-
|
|
2512
|
-
/** @internal */
|
|
2513
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign5$inboundSchema:
|
|
2514
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign5> = z
|
|
2515
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTextAlign5);
|
|
2516
|
-
|
|
2517
|
-
/** @internal */
|
|
2518
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign5$outboundSchema:
|
|
2519
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign5> =
|
|
2520
|
-
DocumentGetDocumentWithDetailsByIdTextAlign5$inboundSchema;
|
|
2521
|
-
|
|
2522
|
-
/**
|
|
2523
|
-
* @internal
|
|
2524
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2525
|
-
*/
|
|
2526
|
-
export namespace DocumentGetDocumentWithDetailsByIdTextAlign5$ {
|
|
2527
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign5$inboundSchema` instead. */
|
|
2528
|
-
export const inboundSchema =
|
|
2529
|
-
DocumentGetDocumentWithDetailsByIdTextAlign5$inboundSchema;
|
|
2530
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign5$outboundSchema` instead. */
|
|
2531
|
-
export const outboundSchema =
|
|
2532
|
-
DocumentGetDocumentWithDetailsByIdTextAlign5$outboundSchema;
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
/** @internal */
|
|
2536
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema:
|
|
2537
|
-
z.ZodType<
|
|
2538
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText,
|
|
2539
|
-
z.ZodTypeDef,
|
|
2540
|
-
unknown
|
|
2541
|
-
> = z.object({
|
|
2542
|
-
label: z.string().optional(),
|
|
2543
|
-
placeholder: z.string().optional(),
|
|
2544
|
-
required: z.boolean().optional(),
|
|
2545
|
-
readOnly: z.boolean().optional(),
|
|
2546
|
-
type: DocumentGetDocumentWithDetailsByIdTypeText$inboundSchema,
|
|
2547
|
-
text: z.string().optional(),
|
|
2548
|
-
characterLimit: z.number().optional(),
|
|
2549
|
-
fontSize: z.number().optional(),
|
|
2550
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign5$inboundSchema
|
|
2551
|
-
.optional(),
|
|
2552
|
-
});
|
|
2553
|
-
|
|
2554
|
-
/** @internal */
|
|
2555
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound = {
|
|
2556
|
-
label?: string | undefined;
|
|
2557
|
-
placeholder?: string | undefined;
|
|
2558
|
-
required?: boolean | undefined;
|
|
2559
|
-
readOnly?: boolean | undefined;
|
|
2560
|
-
type: string;
|
|
2561
|
-
text?: string | undefined;
|
|
2562
|
-
characterLimit?: number | undefined;
|
|
2563
|
-
fontSize?: number | undefined;
|
|
2564
|
-
textAlign?: string | undefined;
|
|
2565
|
-
};
|
|
2566
|
-
|
|
2567
|
-
/** @internal */
|
|
2568
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema:
|
|
2569
|
-
z.ZodType<
|
|
2570
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound,
|
|
2571
|
-
z.ZodTypeDef,
|
|
2572
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText
|
|
2573
|
-
> = z.object({
|
|
2574
|
-
label: z.string().optional(),
|
|
2575
|
-
placeholder: z.string().optional(),
|
|
2576
|
-
required: z.boolean().optional(),
|
|
2577
|
-
readOnly: z.boolean().optional(),
|
|
2578
|
-
type: DocumentGetDocumentWithDetailsByIdTypeText$outboundSchema,
|
|
2579
|
-
text: z.string().optional(),
|
|
2580
|
-
characterLimit: z.number().optional(),
|
|
2581
|
-
fontSize: z.number().optional(),
|
|
2582
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign5$outboundSchema
|
|
2583
|
-
.optional(),
|
|
2584
|
-
});
|
|
2585
|
-
|
|
2586
|
-
/**
|
|
2587
|
-
* @internal
|
|
2588
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2589
|
-
*/
|
|
2590
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaText$ {
|
|
2591
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema` instead. */
|
|
2592
|
-
export const inboundSchema =
|
|
2593
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema;
|
|
2594
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema` instead. */
|
|
2595
|
-
export const outboundSchema =
|
|
2596
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema;
|
|
2597
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound` instead. */
|
|
2598
|
-
export type Outbound =
|
|
2599
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound;
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaTextToJSON(
|
|
2603
|
-
documentGetDocumentWithDetailsByIdFieldMetaText:
|
|
2604
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText,
|
|
2605
|
-
): string {
|
|
2606
|
-
return JSON.stringify(
|
|
2607
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema.parse(
|
|
2608
|
-
documentGetDocumentWithDetailsByIdFieldMetaText,
|
|
2609
|
-
),
|
|
2610
|
-
);
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaTextFromJSON(
|
|
2614
|
-
jsonString: string,
|
|
2615
|
-
): SafeParseResult<
|
|
2616
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText,
|
|
2617
|
-
SDKValidationError
|
|
2618
|
-
> {
|
|
2619
|
-
return safeParse(
|
|
2620
|
-
jsonString,
|
|
2621
|
-
(x) =>
|
|
2622
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema.parse(
|
|
2623
|
-
JSON.parse(x),
|
|
2624
|
-
),
|
|
2625
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaText' from JSON`,
|
|
2626
|
-
);
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
/** @internal */
|
|
2630
|
-
export const DocumentGetDocumentWithDetailsByIdTypeDate$inboundSchema:
|
|
2631
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDate> = z
|
|
2632
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeDate);
|
|
2633
|
-
|
|
2634
|
-
/** @internal */
|
|
2635
|
-
export const DocumentGetDocumentWithDetailsByIdTypeDate$outboundSchema:
|
|
2636
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeDate> =
|
|
2637
|
-
DocumentGetDocumentWithDetailsByIdTypeDate$inboundSchema;
|
|
2638
|
-
|
|
2639
|
-
/**
|
|
2640
|
-
* @internal
|
|
2641
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2642
|
-
*/
|
|
2643
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeDate$ {
|
|
2644
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeDate$inboundSchema` instead. */
|
|
2645
|
-
export const inboundSchema =
|
|
2646
|
-
DocumentGetDocumentWithDetailsByIdTypeDate$inboundSchema;
|
|
2647
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeDate$outboundSchema` instead. */
|
|
2648
|
-
export const outboundSchema =
|
|
2649
|
-
DocumentGetDocumentWithDetailsByIdTypeDate$outboundSchema;
|
|
2650
|
-
}
|
|
2651
|
-
|
|
2652
|
-
/** @internal */
|
|
2653
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign4$inboundSchema:
|
|
2654
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign4> = z
|
|
2655
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTextAlign4);
|
|
2656
|
-
|
|
2657
|
-
/** @internal */
|
|
2658
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign4$outboundSchema:
|
|
2659
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign4> =
|
|
2660
|
-
DocumentGetDocumentWithDetailsByIdTextAlign4$inboundSchema;
|
|
2661
|
-
|
|
2662
|
-
/**
|
|
2663
|
-
* @internal
|
|
2664
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2665
|
-
*/
|
|
2666
|
-
export namespace DocumentGetDocumentWithDetailsByIdTextAlign4$ {
|
|
2667
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign4$inboundSchema` instead. */
|
|
2668
|
-
export const inboundSchema =
|
|
2669
|
-
DocumentGetDocumentWithDetailsByIdTextAlign4$inboundSchema;
|
|
2670
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign4$outboundSchema` instead. */
|
|
2671
|
-
export const outboundSchema =
|
|
2672
|
-
DocumentGetDocumentWithDetailsByIdTextAlign4$outboundSchema;
|
|
2673
|
-
}
|
|
2674
|
-
|
|
2675
|
-
/** @internal */
|
|
2676
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema:
|
|
2677
|
-
z.ZodType<
|
|
2678
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate,
|
|
2679
|
-
z.ZodTypeDef,
|
|
2680
|
-
unknown
|
|
2681
|
-
> = z.object({
|
|
2682
|
-
label: z.string().optional(),
|
|
2683
|
-
placeholder: z.string().optional(),
|
|
2684
|
-
required: z.boolean().optional(),
|
|
2685
|
-
readOnly: z.boolean().optional(),
|
|
2686
|
-
type: DocumentGetDocumentWithDetailsByIdTypeDate$inboundSchema,
|
|
2687
|
-
fontSize: z.number().optional(),
|
|
2688
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign4$inboundSchema
|
|
2689
|
-
.optional(),
|
|
2690
|
-
});
|
|
2691
|
-
|
|
2692
|
-
/** @internal */
|
|
2693
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound = {
|
|
2694
|
-
label?: string | undefined;
|
|
2695
|
-
placeholder?: string | undefined;
|
|
2696
|
-
required?: boolean | undefined;
|
|
2697
|
-
readOnly?: boolean | undefined;
|
|
2698
|
-
type: string;
|
|
2699
|
-
fontSize?: number | undefined;
|
|
2700
|
-
textAlign?: string | undefined;
|
|
2701
|
-
};
|
|
2702
|
-
|
|
2703
|
-
/** @internal */
|
|
2704
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema:
|
|
2705
|
-
z.ZodType<
|
|
2706
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound,
|
|
2707
|
-
z.ZodTypeDef,
|
|
2708
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate
|
|
2709
|
-
> = z.object({
|
|
2710
|
-
label: z.string().optional(),
|
|
2711
|
-
placeholder: z.string().optional(),
|
|
2712
|
-
required: z.boolean().optional(),
|
|
2713
|
-
readOnly: z.boolean().optional(),
|
|
2714
|
-
type: DocumentGetDocumentWithDetailsByIdTypeDate$outboundSchema,
|
|
2715
|
-
fontSize: z.number().optional(),
|
|
2716
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign4$outboundSchema
|
|
2717
|
-
.optional(),
|
|
2718
|
-
});
|
|
2719
|
-
|
|
2720
|
-
/**
|
|
2721
|
-
* @internal
|
|
2722
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2723
|
-
*/
|
|
2724
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaDate$ {
|
|
2725
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema` instead. */
|
|
2726
|
-
export const inboundSchema =
|
|
2727
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema;
|
|
2728
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema` instead. */
|
|
2729
|
-
export const outboundSchema =
|
|
2730
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema;
|
|
2731
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound` instead. */
|
|
2732
|
-
export type Outbound =
|
|
2733
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound;
|
|
2734
|
-
}
|
|
2735
|
-
|
|
2736
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaDateToJSON(
|
|
2737
|
-
documentGetDocumentWithDetailsByIdFieldMetaDate:
|
|
2738
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate,
|
|
2739
|
-
): string {
|
|
2740
|
-
return JSON.stringify(
|
|
2741
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema.parse(
|
|
2742
|
-
documentGetDocumentWithDetailsByIdFieldMetaDate,
|
|
2743
|
-
),
|
|
2744
|
-
);
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaDateFromJSON(
|
|
2748
|
-
jsonString: string,
|
|
2749
|
-
): SafeParseResult<
|
|
2750
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate,
|
|
2751
|
-
SDKValidationError
|
|
2752
|
-
> {
|
|
2753
|
-
return safeParse(
|
|
2754
|
-
jsonString,
|
|
2755
|
-
(x) =>
|
|
2756
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema.parse(
|
|
2757
|
-
JSON.parse(x),
|
|
2758
|
-
),
|
|
2759
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaDate' from JSON`,
|
|
2760
|
-
);
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
/** @internal */
|
|
2764
|
-
export const DocumentGetDocumentWithDetailsByIdTypeEmail$inboundSchema:
|
|
2765
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeEmail> = z
|
|
2766
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeEmail);
|
|
2767
|
-
|
|
2768
|
-
/** @internal */
|
|
2769
|
-
export const DocumentGetDocumentWithDetailsByIdTypeEmail$outboundSchema:
|
|
2770
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeEmail> =
|
|
2771
|
-
DocumentGetDocumentWithDetailsByIdTypeEmail$inboundSchema;
|
|
2772
|
-
|
|
2773
|
-
/**
|
|
2774
|
-
* @internal
|
|
2775
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2776
|
-
*/
|
|
2777
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeEmail$ {
|
|
2778
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeEmail$inboundSchema` instead. */
|
|
2779
|
-
export const inboundSchema =
|
|
2780
|
-
DocumentGetDocumentWithDetailsByIdTypeEmail$inboundSchema;
|
|
2781
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeEmail$outboundSchema` instead. */
|
|
2782
|
-
export const outboundSchema =
|
|
2783
|
-
DocumentGetDocumentWithDetailsByIdTypeEmail$outboundSchema;
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
/** @internal */
|
|
2787
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign3$inboundSchema:
|
|
2788
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign3> = z
|
|
2789
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTextAlign3);
|
|
2790
|
-
|
|
2791
|
-
/** @internal */
|
|
2792
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign3$outboundSchema:
|
|
2793
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign3> =
|
|
2794
|
-
DocumentGetDocumentWithDetailsByIdTextAlign3$inboundSchema;
|
|
2795
|
-
|
|
2796
|
-
/**
|
|
2797
|
-
* @internal
|
|
2798
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2799
|
-
*/
|
|
2800
|
-
export namespace DocumentGetDocumentWithDetailsByIdTextAlign3$ {
|
|
2801
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign3$inboundSchema` instead. */
|
|
2802
|
-
export const inboundSchema =
|
|
2803
|
-
DocumentGetDocumentWithDetailsByIdTextAlign3$inboundSchema;
|
|
2804
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign3$outboundSchema` instead. */
|
|
2805
|
-
export const outboundSchema =
|
|
2806
|
-
DocumentGetDocumentWithDetailsByIdTextAlign3$outboundSchema;
|
|
2807
|
-
}
|
|
2808
|
-
|
|
2809
|
-
/** @internal */
|
|
2810
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema:
|
|
2811
|
-
z.ZodType<
|
|
2812
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail,
|
|
2813
|
-
z.ZodTypeDef,
|
|
2814
|
-
unknown
|
|
2815
|
-
> = z.object({
|
|
2816
|
-
label: z.string().optional(),
|
|
2817
|
-
placeholder: z.string().optional(),
|
|
2818
|
-
required: z.boolean().optional(),
|
|
2819
|
-
readOnly: z.boolean().optional(),
|
|
2820
|
-
type: DocumentGetDocumentWithDetailsByIdTypeEmail$inboundSchema,
|
|
2821
|
-
fontSize: z.number().optional(),
|
|
2822
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign3$inboundSchema
|
|
2823
|
-
.optional(),
|
|
2824
|
-
});
|
|
2825
|
-
|
|
2826
|
-
/** @internal */
|
|
2827
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound = {
|
|
2828
|
-
label?: string | undefined;
|
|
2829
|
-
placeholder?: string | undefined;
|
|
2830
|
-
required?: boolean | undefined;
|
|
2831
|
-
readOnly?: boolean | undefined;
|
|
2832
|
-
type: string;
|
|
2833
|
-
fontSize?: number | undefined;
|
|
2834
|
-
textAlign?: string | undefined;
|
|
2835
|
-
};
|
|
2836
|
-
|
|
2837
|
-
/** @internal */
|
|
2838
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaEmail$outboundSchema:
|
|
2839
|
-
z.ZodType<
|
|
2840
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound,
|
|
2841
|
-
z.ZodTypeDef,
|
|
2842
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail
|
|
2843
|
-
> = z.object({
|
|
2844
|
-
label: z.string().optional(),
|
|
2845
|
-
placeholder: z.string().optional(),
|
|
2846
|
-
required: z.boolean().optional(),
|
|
2847
|
-
readOnly: z.boolean().optional(),
|
|
2848
|
-
type: DocumentGetDocumentWithDetailsByIdTypeEmail$outboundSchema,
|
|
2849
|
-
fontSize: z.number().optional(),
|
|
2850
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign3$outboundSchema
|
|
2851
|
-
.optional(),
|
|
2852
|
-
});
|
|
2853
|
-
|
|
2854
|
-
/**
|
|
2855
|
-
* @internal
|
|
2856
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2857
|
-
*/
|
|
2858
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaEmail$ {
|
|
2859
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema` instead. */
|
|
2860
|
-
export const inboundSchema =
|
|
2861
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema;
|
|
2862
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaEmail$outboundSchema` instead. */
|
|
2863
|
-
export const outboundSchema =
|
|
2864
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$outboundSchema;
|
|
2865
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound` instead. */
|
|
2866
|
-
export type Outbound =
|
|
2867
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound;
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaEmailToJSON(
|
|
2871
|
-
documentGetDocumentWithDetailsByIdFieldMetaEmail:
|
|
2872
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail,
|
|
2873
|
-
): string {
|
|
2874
|
-
return JSON.stringify(
|
|
2875
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$outboundSchema.parse(
|
|
2876
|
-
documentGetDocumentWithDetailsByIdFieldMetaEmail,
|
|
2877
|
-
),
|
|
2878
|
-
);
|
|
2879
|
-
}
|
|
2880
|
-
|
|
2881
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaEmailFromJSON(
|
|
2882
|
-
jsonString: string,
|
|
2883
|
-
): SafeParseResult<
|
|
2884
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail,
|
|
2885
|
-
SDKValidationError
|
|
2886
|
-
> {
|
|
2887
|
-
return safeParse(
|
|
2888
|
-
jsonString,
|
|
2889
|
-
(x) =>
|
|
2890
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema.parse(
|
|
2891
|
-
JSON.parse(x),
|
|
2892
|
-
),
|
|
2893
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaEmail' from JSON`,
|
|
2894
|
-
);
|
|
2895
|
-
}
|
|
2896
|
-
|
|
2897
|
-
/** @internal */
|
|
2898
|
-
export const DocumentGetDocumentWithDetailsByIdTypeName$inboundSchema:
|
|
2899
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeName> = z
|
|
2900
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeName);
|
|
2901
|
-
|
|
2902
|
-
/** @internal */
|
|
2903
|
-
export const DocumentGetDocumentWithDetailsByIdTypeName$outboundSchema:
|
|
2904
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeName> =
|
|
2905
|
-
DocumentGetDocumentWithDetailsByIdTypeName$inboundSchema;
|
|
2906
|
-
|
|
2907
|
-
/**
|
|
2908
|
-
* @internal
|
|
2909
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2910
|
-
*/
|
|
2911
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeName$ {
|
|
2912
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeName$inboundSchema` instead. */
|
|
2913
|
-
export const inboundSchema =
|
|
2914
|
-
DocumentGetDocumentWithDetailsByIdTypeName$inboundSchema;
|
|
2915
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeName$outboundSchema` instead. */
|
|
2916
|
-
export const outboundSchema =
|
|
2917
|
-
DocumentGetDocumentWithDetailsByIdTypeName$outboundSchema;
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
/** @internal */
|
|
2921
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign2$inboundSchema:
|
|
2922
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign2> = z
|
|
2923
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTextAlign2);
|
|
2924
|
-
|
|
2925
|
-
/** @internal */
|
|
2926
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign2$outboundSchema:
|
|
2927
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign2> =
|
|
2928
|
-
DocumentGetDocumentWithDetailsByIdTextAlign2$inboundSchema;
|
|
2929
|
-
|
|
2930
|
-
/**
|
|
2931
|
-
* @internal
|
|
2932
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2933
|
-
*/
|
|
2934
|
-
export namespace DocumentGetDocumentWithDetailsByIdTextAlign2$ {
|
|
2935
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign2$inboundSchema` instead. */
|
|
2936
|
-
export const inboundSchema =
|
|
2937
|
-
DocumentGetDocumentWithDetailsByIdTextAlign2$inboundSchema;
|
|
2938
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign2$outboundSchema` instead. */
|
|
2939
|
-
export const outboundSchema =
|
|
2940
|
-
DocumentGetDocumentWithDetailsByIdTextAlign2$outboundSchema;
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
/** @internal */
|
|
2944
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaName$inboundSchema:
|
|
2945
|
-
z.ZodType<
|
|
2946
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName,
|
|
2947
|
-
z.ZodTypeDef,
|
|
2948
|
-
unknown
|
|
2949
|
-
> = z.object({
|
|
2950
|
-
label: z.string().optional(),
|
|
2951
|
-
placeholder: z.string().optional(),
|
|
2952
|
-
required: z.boolean().optional(),
|
|
2953
|
-
readOnly: z.boolean().optional(),
|
|
2954
|
-
type: DocumentGetDocumentWithDetailsByIdTypeName$inboundSchema,
|
|
2955
|
-
fontSize: z.number().optional(),
|
|
2956
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign2$inboundSchema
|
|
2957
|
-
.optional(),
|
|
2958
|
-
});
|
|
2959
|
-
|
|
2960
|
-
/** @internal */
|
|
2961
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound = {
|
|
2962
|
-
label?: string | undefined;
|
|
2963
|
-
placeholder?: string | undefined;
|
|
2964
|
-
required?: boolean | undefined;
|
|
2965
|
-
readOnly?: boolean | undefined;
|
|
2966
|
-
type: string;
|
|
2967
|
-
fontSize?: number | undefined;
|
|
2968
|
-
textAlign?: string | undefined;
|
|
2969
|
-
};
|
|
2970
|
-
|
|
2971
|
-
/** @internal */
|
|
2972
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaName$outboundSchema:
|
|
2973
|
-
z.ZodType<
|
|
2974
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound,
|
|
2975
|
-
z.ZodTypeDef,
|
|
2976
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName
|
|
2977
|
-
> = z.object({
|
|
2978
|
-
label: z.string().optional(),
|
|
2979
|
-
placeholder: z.string().optional(),
|
|
2980
|
-
required: z.boolean().optional(),
|
|
2981
|
-
readOnly: z.boolean().optional(),
|
|
2982
|
-
type: DocumentGetDocumentWithDetailsByIdTypeName$outboundSchema,
|
|
2983
|
-
fontSize: z.number().optional(),
|
|
2984
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign2$outboundSchema
|
|
2985
|
-
.optional(),
|
|
2986
|
-
});
|
|
2987
|
-
|
|
2988
|
-
/**
|
|
2989
|
-
* @internal
|
|
2990
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2991
|
-
*/
|
|
2992
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaName$ {
|
|
2993
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaName$inboundSchema` instead. */
|
|
2994
|
-
export const inboundSchema =
|
|
2995
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$inboundSchema;
|
|
2996
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaName$outboundSchema` instead. */
|
|
2997
|
-
export const outboundSchema =
|
|
2998
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$outboundSchema;
|
|
2999
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound` instead. */
|
|
3000
|
-
export type Outbound =
|
|
3001
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound;
|
|
3002
|
-
}
|
|
3003
|
-
|
|
3004
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaNameToJSON(
|
|
3005
|
-
documentGetDocumentWithDetailsByIdFieldMetaName:
|
|
3006
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName,
|
|
3007
|
-
): string {
|
|
3008
|
-
return JSON.stringify(
|
|
3009
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$outboundSchema.parse(
|
|
3010
|
-
documentGetDocumentWithDetailsByIdFieldMetaName,
|
|
3011
|
-
),
|
|
3012
|
-
);
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaNameFromJSON(
|
|
3016
|
-
jsonString: string,
|
|
3017
|
-
): SafeParseResult<
|
|
3018
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName,
|
|
3019
|
-
SDKValidationError
|
|
3020
|
-
> {
|
|
3021
|
-
return safeParse(
|
|
3022
|
-
jsonString,
|
|
3023
|
-
(x) =>
|
|
3024
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$inboundSchema.parse(
|
|
3025
|
-
JSON.parse(x),
|
|
3026
|
-
),
|
|
3027
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaName' from JSON`,
|
|
3028
|
-
);
|
|
3029
|
-
}
|
|
3030
|
-
|
|
3031
|
-
/** @internal */
|
|
3032
|
-
export const DocumentGetDocumentWithDetailsByIdTypeInitials$inboundSchema:
|
|
3033
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeInitials> = z
|
|
3034
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTypeInitials);
|
|
3035
|
-
|
|
3036
|
-
/** @internal */
|
|
3037
|
-
export const DocumentGetDocumentWithDetailsByIdTypeInitials$outboundSchema:
|
|
3038
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTypeInitials> =
|
|
3039
|
-
DocumentGetDocumentWithDetailsByIdTypeInitials$inboundSchema;
|
|
3040
|
-
|
|
3041
|
-
/**
|
|
3042
|
-
* @internal
|
|
3043
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3044
|
-
*/
|
|
3045
|
-
export namespace DocumentGetDocumentWithDetailsByIdTypeInitials$ {
|
|
3046
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeInitials$inboundSchema` instead. */
|
|
3047
|
-
export const inboundSchema =
|
|
3048
|
-
DocumentGetDocumentWithDetailsByIdTypeInitials$inboundSchema;
|
|
3049
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTypeInitials$outboundSchema` instead. */
|
|
3050
|
-
export const outboundSchema =
|
|
3051
|
-
DocumentGetDocumentWithDetailsByIdTypeInitials$outboundSchema;
|
|
3052
|
-
}
|
|
3053
|
-
|
|
3054
|
-
/** @internal */
|
|
3055
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign1$inboundSchema:
|
|
3056
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign1> = z
|
|
3057
|
-
.nativeEnum(DocumentGetDocumentWithDetailsByIdTextAlign1);
|
|
3058
|
-
|
|
3059
|
-
/** @internal */
|
|
3060
|
-
export const DocumentGetDocumentWithDetailsByIdTextAlign1$outboundSchema:
|
|
3061
|
-
z.ZodNativeEnum<typeof DocumentGetDocumentWithDetailsByIdTextAlign1> =
|
|
3062
|
-
DocumentGetDocumentWithDetailsByIdTextAlign1$inboundSchema;
|
|
3063
|
-
|
|
3064
|
-
/**
|
|
3065
|
-
* @internal
|
|
3066
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3067
|
-
*/
|
|
3068
|
-
export namespace DocumentGetDocumentWithDetailsByIdTextAlign1$ {
|
|
3069
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign1$inboundSchema` instead. */
|
|
3070
|
-
export const inboundSchema =
|
|
3071
|
-
DocumentGetDocumentWithDetailsByIdTextAlign1$inboundSchema;
|
|
3072
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdTextAlign1$outboundSchema` instead. */
|
|
3073
|
-
export const outboundSchema =
|
|
3074
|
-
DocumentGetDocumentWithDetailsByIdTextAlign1$outboundSchema;
|
|
3075
|
-
}
|
|
3076
|
-
|
|
3077
|
-
/** @internal */
|
|
3078
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema:
|
|
3079
|
-
z.ZodType<
|
|
3080
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials,
|
|
3081
|
-
z.ZodTypeDef,
|
|
3082
|
-
unknown
|
|
3083
|
-
> = z.object({
|
|
3084
|
-
label: z.string().optional(),
|
|
3085
|
-
placeholder: z.string().optional(),
|
|
3086
|
-
required: z.boolean().optional(),
|
|
3087
|
-
readOnly: z.boolean().optional(),
|
|
3088
|
-
type: DocumentGetDocumentWithDetailsByIdTypeInitials$inboundSchema,
|
|
3089
|
-
fontSize: z.number().optional(),
|
|
3090
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign1$inboundSchema
|
|
3091
|
-
.optional(),
|
|
3092
|
-
});
|
|
3093
|
-
|
|
3094
|
-
/** @internal */
|
|
3095
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound = {
|
|
3096
|
-
label?: string | undefined;
|
|
3097
|
-
placeholder?: string | undefined;
|
|
3098
|
-
required?: boolean | undefined;
|
|
3099
|
-
readOnly?: boolean | undefined;
|
|
3100
|
-
type: string;
|
|
3101
|
-
fontSize?: number | undefined;
|
|
3102
|
-
textAlign?: string | undefined;
|
|
3103
|
-
};
|
|
3104
|
-
|
|
3105
|
-
/** @internal */
|
|
3106
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema:
|
|
3107
|
-
z.ZodType<
|
|
3108
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound,
|
|
3109
|
-
z.ZodTypeDef,
|
|
3110
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials
|
|
3111
|
-
> = z.object({
|
|
3112
|
-
label: z.string().optional(),
|
|
3113
|
-
placeholder: z.string().optional(),
|
|
3114
|
-
required: z.boolean().optional(),
|
|
3115
|
-
readOnly: z.boolean().optional(),
|
|
3116
|
-
type: DocumentGetDocumentWithDetailsByIdTypeInitials$outboundSchema,
|
|
3117
|
-
fontSize: z.number().optional(),
|
|
3118
|
-
textAlign: DocumentGetDocumentWithDetailsByIdTextAlign1$outboundSchema
|
|
3119
|
-
.optional(),
|
|
3120
|
-
});
|
|
3121
|
-
|
|
3122
|
-
/**
|
|
3123
|
-
* @internal
|
|
3124
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3125
|
-
*/
|
|
3126
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaInitials$ {
|
|
3127
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema` instead. */
|
|
3128
|
-
export const inboundSchema =
|
|
3129
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema;
|
|
3130
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema` instead. */
|
|
3131
|
-
export const outboundSchema =
|
|
3132
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema;
|
|
3133
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound` instead. */
|
|
3134
|
-
export type Outbound =
|
|
3135
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound;
|
|
3136
|
-
}
|
|
3137
|
-
|
|
3138
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaInitialsToJSON(
|
|
3139
|
-
documentGetDocumentWithDetailsByIdFieldMetaInitials:
|
|
3140
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials,
|
|
3141
|
-
): string {
|
|
3142
|
-
return JSON.stringify(
|
|
3143
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema.parse(
|
|
3144
|
-
documentGetDocumentWithDetailsByIdFieldMetaInitials,
|
|
3145
|
-
),
|
|
3146
|
-
);
|
|
3147
|
-
}
|
|
3148
|
-
|
|
3149
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaInitialsFromJSON(
|
|
3150
|
-
jsonString: string,
|
|
3151
|
-
): SafeParseResult<
|
|
3152
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials,
|
|
3153
|
-
SDKValidationError
|
|
3154
|
-
> {
|
|
3155
|
-
return safeParse(
|
|
3156
|
-
jsonString,
|
|
3157
|
-
(x) =>
|
|
3158
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema.parse(
|
|
3159
|
-
JSON.parse(x),
|
|
3160
|
-
),
|
|
3161
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaInitials' from JSON`,
|
|
3162
|
-
);
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
/** @internal */
|
|
3166
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$inboundSchema:
|
|
3167
|
-
z.ZodType<
|
|
3168
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion,
|
|
3169
|
-
z.ZodTypeDef,
|
|
3170
|
-
unknown
|
|
3171
|
-
> = z.union([
|
|
3172
|
-
z.lazy(() =>
|
|
3173
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema
|
|
3174
|
-
),
|
|
3175
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdFieldMetaName$inboundSchema),
|
|
3176
|
-
z.lazy(() =>
|
|
3177
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema
|
|
3178
|
-
),
|
|
3179
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema),
|
|
3180
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema),
|
|
3181
|
-
z.lazy(() =>
|
|
3182
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema
|
|
3183
|
-
),
|
|
3184
|
-
z.lazy(() =>
|
|
3185
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema
|
|
3186
|
-
),
|
|
3187
|
-
z.lazy(() =>
|
|
3188
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema
|
|
3189
|
-
),
|
|
3190
|
-
z.lazy(() =>
|
|
3191
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema
|
|
3192
|
-
),
|
|
3193
|
-
]);
|
|
3194
|
-
|
|
3195
|
-
/** @internal */
|
|
3196
|
-
export type DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound =
|
|
3197
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound
|
|
3198
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound
|
|
3199
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound
|
|
3200
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound
|
|
3201
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound
|
|
3202
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound
|
|
3203
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound
|
|
3204
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound
|
|
3205
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound;
|
|
3206
|
-
|
|
3207
|
-
/** @internal */
|
|
3208
|
-
export const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema:
|
|
3209
|
-
z.ZodType<
|
|
3210
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound,
|
|
3211
|
-
z.ZodTypeDef,
|
|
3212
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion
|
|
3213
|
-
> = z.union([
|
|
3214
|
-
z.lazy(() =>
|
|
3215
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema
|
|
3216
|
-
),
|
|
3217
|
-
z.lazy(() =>
|
|
3218
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$outboundSchema
|
|
3219
|
-
),
|
|
3220
|
-
z.lazy(() =>
|
|
3221
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$outboundSchema
|
|
3222
|
-
),
|
|
3223
|
-
z.lazy(() =>
|
|
3224
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema
|
|
3225
|
-
),
|
|
3226
|
-
z.lazy(() =>
|
|
3227
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema
|
|
3228
|
-
),
|
|
3229
|
-
z.lazy(() =>
|
|
3230
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema
|
|
3231
|
-
),
|
|
3232
|
-
z.lazy(() =>
|
|
3233
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema
|
|
3234
|
-
),
|
|
3235
|
-
z.lazy(() =>
|
|
3236
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema
|
|
3237
|
-
),
|
|
3238
|
-
z.lazy(() =>
|
|
3239
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema
|
|
3240
|
-
),
|
|
3241
|
-
]);
|
|
3242
|
-
|
|
3243
|
-
/**
|
|
3244
|
-
* @internal
|
|
3245
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3246
|
-
*/
|
|
3247
|
-
export namespace DocumentGetDocumentWithDetailsByIdFieldMetaUnion$ {
|
|
3248
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaUnion$inboundSchema` instead. */
|
|
3249
|
-
export const inboundSchema =
|
|
3250
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion$inboundSchema;
|
|
3251
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema` instead. */
|
|
3252
|
-
export const outboundSchema =
|
|
3253
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema;
|
|
3254
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound` instead. */
|
|
3255
|
-
export type Outbound =
|
|
3256
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound;
|
|
3257
|
-
}
|
|
3258
|
-
|
|
3259
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaUnionToJSON(
|
|
3260
|
-
documentGetDocumentWithDetailsByIdFieldMetaUnion:
|
|
3261
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion,
|
|
3262
|
-
): string {
|
|
3263
|
-
return JSON.stringify(
|
|
3264
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema.parse(
|
|
3265
|
-
documentGetDocumentWithDetailsByIdFieldMetaUnion,
|
|
3266
|
-
),
|
|
3267
|
-
);
|
|
3268
|
-
}
|
|
3269
|
-
|
|
3270
|
-
export function documentGetDocumentWithDetailsByIdFieldMetaUnionFromJSON(
|
|
3271
|
-
jsonString: string,
|
|
3272
|
-
): SafeParseResult<
|
|
3273
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion,
|
|
3274
|
-
SDKValidationError
|
|
3275
|
-
> {
|
|
3276
|
-
return safeParse(
|
|
3277
|
-
jsonString,
|
|
3278
|
-
(x) =>
|
|
3279
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaUnion$inboundSchema.parse(
|
|
3280
|
-
JSON.parse(x),
|
|
3281
|
-
),
|
|
3282
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdFieldMetaUnion' from JSON`,
|
|
3283
|
-
);
|
|
3284
|
-
}
|
|
3285
|
-
|
|
3286
|
-
/** @internal */
|
|
3287
|
-
export const DocumentGetDocumentWithDetailsByIdField$inboundSchema: z.ZodType<
|
|
3288
|
-
DocumentGetDocumentWithDetailsByIdField,
|
|
3289
|
-
z.ZodTypeDef,
|
|
3290
|
-
unknown
|
|
3291
|
-
> = z.object({
|
|
3292
|
-
type: DocumentGetDocumentWithDetailsByIdFieldType$inboundSchema,
|
|
3293
|
-
id: z.number(),
|
|
3294
|
-
secondaryId: z.string(),
|
|
3295
|
-
documentId: z.nullable(z.number()),
|
|
3296
|
-
templateId: z.nullable(z.number()),
|
|
3297
|
-
recipientId: z.number(),
|
|
3298
|
-
page: z.number(),
|
|
3299
|
-
positionX: z.any().optional(),
|
|
3300
|
-
positionY: z.any().optional(),
|
|
3301
|
-
width: z.any().optional(),
|
|
3302
|
-
height: z.any().optional(),
|
|
3303
|
-
customText: z.string(),
|
|
3304
|
-
inserted: z.boolean(),
|
|
3305
|
-
fieldMeta: z.nullable(
|
|
3306
|
-
z.union([
|
|
3307
|
-
z.lazy(() =>
|
|
3308
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema
|
|
3309
|
-
),
|
|
3310
|
-
z.lazy(() =>
|
|
3311
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$inboundSchema
|
|
3312
|
-
),
|
|
3313
|
-
z.lazy(() =>
|
|
3314
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema
|
|
3315
|
-
),
|
|
3316
|
-
z.lazy(() =>
|
|
3317
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema
|
|
3318
|
-
),
|
|
3319
|
-
z.lazy(() =>
|
|
3320
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema
|
|
3321
|
-
),
|
|
3322
|
-
z.lazy(() =>
|
|
3323
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema
|
|
3324
|
-
),
|
|
3325
|
-
z.lazy(() =>
|
|
3326
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema
|
|
3327
|
-
),
|
|
3328
|
-
z.lazy(() =>
|
|
3329
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema
|
|
3330
|
-
),
|
|
3331
|
-
z.lazy(() =>
|
|
3332
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema
|
|
3333
|
-
),
|
|
3334
|
-
]),
|
|
3335
|
-
),
|
|
3336
|
-
});
|
|
3337
|
-
|
|
3338
|
-
/** @internal */
|
|
3339
|
-
export type DocumentGetDocumentWithDetailsByIdField$Outbound = {
|
|
3340
|
-
type: string;
|
|
3341
|
-
id: number;
|
|
3342
|
-
secondaryId: string;
|
|
3343
|
-
documentId: number | null;
|
|
3344
|
-
templateId: number | null;
|
|
3345
|
-
recipientId: number;
|
|
3346
|
-
page: number;
|
|
3347
|
-
positionX?: any | undefined;
|
|
3348
|
-
positionY?: any | undefined;
|
|
3349
|
-
width?: any | undefined;
|
|
3350
|
-
height?: any | undefined;
|
|
3351
|
-
customText: string;
|
|
3352
|
-
inserted: boolean;
|
|
3353
|
-
fieldMeta:
|
|
3354
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound
|
|
3355
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound
|
|
3356
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound
|
|
3357
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound
|
|
3358
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound
|
|
3359
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound
|
|
3360
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound
|
|
3361
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound
|
|
3362
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound
|
|
3363
|
-
| null;
|
|
3364
|
-
};
|
|
3365
|
-
|
|
3366
|
-
/** @internal */
|
|
3367
|
-
export const DocumentGetDocumentWithDetailsByIdField$outboundSchema: z.ZodType<
|
|
3368
|
-
DocumentGetDocumentWithDetailsByIdField$Outbound,
|
|
3369
|
-
z.ZodTypeDef,
|
|
3370
|
-
DocumentGetDocumentWithDetailsByIdField
|
|
3371
|
-
> = z.object({
|
|
3372
|
-
type: DocumentGetDocumentWithDetailsByIdFieldType$outboundSchema,
|
|
3373
|
-
id: z.number(),
|
|
3374
|
-
secondaryId: z.string(),
|
|
3375
|
-
documentId: z.nullable(z.number()),
|
|
3376
|
-
templateId: z.nullable(z.number()),
|
|
3377
|
-
recipientId: z.number(),
|
|
3378
|
-
page: z.number(),
|
|
3379
|
-
positionX: z.any().optional(),
|
|
3380
|
-
positionY: z.any().optional(),
|
|
3381
|
-
width: z.any().optional(),
|
|
3382
|
-
height: z.any().optional(),
|
|
3383
|
-
customText: z.string(),
|
|
3384
|
-
inserted: z.boolean(),
|
|
3385
|
-
fieldMeta: z.nullable(
|
|
3386
|
-
z.union([
|
|
3387
|
-
z.lazy(() =>
|
|
3388
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema
|
|
3389
|
-
),
|
|
3390
|
-
z.lazy(() =>
|
|
3391
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaName$outboundSchema
|
|
3392
|
-
),
|
|
3393
|
-
z.lazy(() =>
|
|
3394
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$outboundSchema
|
|
3395
|
-
),
|
|
3396
|
-
z.lazy(() =>
|
|
3397
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema
|
|
3398
|
-
),
|
|
3399
|
-
z.lazy(() =>
|
|
3400
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema
|
|
3401
|
-
),
|
|
3402
|
-
z.lazy(() =>
|
|
3403
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema
|
|
3404
|
-
),
|
|
3405
|
-
z.lazy(() =>
|
|
3406
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema
|
|
3407
|
-
),
|
|
3408
|
-
z.lazy(() =>
|
|
3409
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema
|
|
3410
|
-
),
|
|
3411
|
-
z.lazy(() =>
|
|
3412
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema
|
|
3413
|
-
),
|
|
3414
|
-
]),
|
|
3415
|
-
),
|
|
3416
|
-
});
|
|
3417
|
-
|
|
3418
|
-
/**
|
|
3419
|
-
* @internal
|
|
3420
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3421
|
-
*/
|
|
3422
|
-
export namespace DocumentGetDocumentWithDetailsByIdField$ {
|
|
3423
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdField$inboundSchema` instead. */
|
|
3424
|
-
export const inboundSchema =
|
|
3425
|
-
DocumentGetDocumentWithDetailsByIdField$inboundSchema;
|
|
3426
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdField$outboundSchema` instead. */
|
|
3427
|
-
export const outboundSchema =
|
|
3428
|
-
DocumentGetDocumentWithDetailsByIdField$outboundSchema;
|
|
3429
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdField$Outbound` instead. */
|
|
3430
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdField$Outbound;
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
|
-
export function documentGetDocumentWithDetailsByIdFieldToJSON(
|
|
3434
|
-
documentGetDocumentWithDetailsByIdField:
|
|
3435
|
-
DocumentGetDocumentWithDetailsByIdField,
|
|
3436
|
-
): string {
|
|
3437
|
-
return JSON.stringify(
|
|
3438
|
-
DocumentGetDocumentWithDetailsByIdField$outboundSchema.parse(
|
|
3439
|
-
documentGetDocumentWithDetailsByIdField,
|
|
3440
|
-
),
|
|
3441
|
-
);
|
|
3442
|
-
}
|
|
3443
|
-
|
|
3444
|
-
export function documentGetDocumentWithDetailsByIdFieldFromJSON(
|
|
3445
|
-
jsonString: string,
|
|
3446
|
-
): SafeParseResult<
|
|
3447
|
-
DocumentGetDocumentWithDetailsByIdField,
|
|
3448
|
-
SDKValidationError
|
|
3449
|
-
> {
|
|
3450
|
-
return safeParse(
|
|
3451
|
-
jsonString,
|
|
3452
|
-
(x) =>
|
|
3453
|
-
DocumentGetDocumentWithDetailsByIdField$inboundSchema.parse(
|
|
3454
|
-
JSON.parse(x),
|
|
3455
|
-
),
|
|
3456
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdField' from JSON`,
|
|
3457
|
-
);
|
|
3458
|
-
}
|
|
3459
|
-
|
|
3460
|
-
/** @internal */
|
|
3461
|
-
export const DocumentGetDocumentWithDetailsByIdResponse$inboundSchema:
|
|
3462
|
-
z.ZodType<DocumentGetDocumentWithDetailsByIdResponse, z.ZodTypeDef, unknown> =
|
|
3463
|
-
z.object({
|
|
3464
|
-
visibility: DocumentGetDocumentWithDetailsByIdVisibility$inboundSchema,
|
|
3465
|
-
status: DocumentGetDocumentWithDetailsByIdStatus$inboundSchema,
|
|
3466
|
-
source: DocumentGetDocumentWithDetailsByIdSource$inboundSchema,
|
|
3467
|
-
id: z.number(),
|
|
3468
|
-
externalId: z.nullable(z.string()),
|
|
3469
|
-
userId: z.number(),
|
|
3470
|
-
authOptions: z.nullable(
|
|
3471
|
-
z.lazy(() =>
|
|
3472
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions$inboundSchema
|
|
3473
|
-
),
|
|
3474
|
-
),
|
|
3475
|
-
formValues: z.nullable(
|
|
3476
|
-
z.record(z.union([z.string(), z.boolean(), z.number()])),
|
|
3477
|
-
),
|
|
3478
|
-
title: z.string(),
|
|
3479
|
-
documentDataId: z.string(),
|
|
3480
|
-
createdAt: z.string(),
|
|
3481
|
-
updatedAt: z.string(),
|
|
3482
|
-
completedAt: z.nullable(z.string()),
|
|
3483
|
-
deletedAt: z.nullable(z.string()),
|
|
3484
|
-
teamId: z.number(),
|
|
3485
|
-
templateId: z.nullable(z.number()),
|
|
3486
|
-
folderId: z.nullable(z.string()),
|
|
3487
|
-
documentData: z.lazy(() =>
|
|
3488
|
-
DocumentGetDocumentWithDetailsByIdDocumentData$inboundSchema
|
|
3489
|
-
),
|
|
3490
|
-
documentMeta: z.nullable(
|
|
3491
|
-
z.lazy(() =>
|
|
3492
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta$inboundSchema
|
|
3493
|
-
),
|
|
3494
|
-
),
|
|
3495
|
-
folder: z.nullable(
|
|
3496
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdFolder$inboundSchema),
|
|
3497
|
-
),
|
|
3498
|
-
recipients: z.array(
|
|
3499
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdRecipient$inboundSchema),
|
|
3500
|
-
),
|
|
3501
|
-
fields: z.array(
|
|
3502
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdField$inboundSchema),
|
|
3503
|
-
),
|
|
3504
|
-
});
|
|
3505
|
-
|
|
3506
|
-
/** @internal */
|
|
3507
|
-
export type DocumentGetDocumentWithDetailsByIdResponse$Outbound = {
|
|
3508
|
-
visibility: string;
|
|
3509
|
-
status: string;
|
|
3510
|
-
source: string;
|
|
3511
|
-
id: number;
|
|
3512
|
-
externalId: string | null;
|
|
3513
|
-
userId: number;
|
|
3514
|
-
authOptions: DocumentGetDocumentWithDetailsByIdAuthOptions$Outbound | null;
|
|
3515
|
-
formValues: { [k: string]: string | boolean | number } | null;
|
|
3516
|
-
title: string;
|
|
3517
|
-
documentDataId: string;
|
|
3518
|
-
createdAt: string;
|
|
3519
|
-
updatedAt: string;
|
|
3520
|
-
completedAt: string | null;
|
|
3521
|
-
deletedAt: string | null;
|
|
3522
|
-
teamId: number;
|
|
3523
|
-
templateId: number | null;
|
|
3524
|
-
folderId: string | null;
|
|
3525
|
-
documentData: DocumentGetDocumentWithDetailsByIdDocumentData$Outbound;
|
|
3526
|
-
documentMeta: DocumentGetDocumentWithDetailsByIdDocumentMeta$Outbound | null;
|
|
3527
|
-
folder: DocumentGetDocumentWithDetailsByIdFolder$Outbound | null;
|
|
3528
|
-
recipients: Array<DocumentGetDocumentWithDetailsByIdRecipient$Outbound>;
|
|
3529
|
-
fields: Array<DocumentGetDocumentWithDetailsByIdField$Outbound>;
|
|
3530
|
-
};
|
|
3531
|
-
|
|
3532
|
-
/** @internal */
|
|
3533
|
-
export const DocumentGetDocumentWithDetailsByIdResponse$outboundSchema:
|
|
3534
|
-
z.ZodType<
|
|
3535
|
-
DocumentGetDocumentWithDetailsByIdResponse$Outbound,
|
|
3536
|
-
z.ZodTypeDef,
|
|
3537
|
-
DocumentGetDocumentWithDetailsByIdResponse
|
|
3538
|
-
> = z.object({
|
|
3539
|
-
visibility: DocumentGetDocumentWithDetailsByIdVisibility$outboundSchema,
|
|
3540
|
-
status: DocumentGetDocumentWithDetailsByIdStatus$outboundSchema,
|
|
3541
|
-
source: DocumentGetDocumentWithDetailsByIdSource$outboundSchema,
|
|
3542
|
-
id: z.number(),
|
|
3543
|
-
externalId: z.nullable(z.string()),
|
|
3544
|
-
userId: z.number(),
|
|
3545
|
-
authOptions: z.nullable(
|
|
3546
|
-
z.lazy(() =>
|
|
3547
|
-
DocumentGetDocumentWithDetailsByIdAuthOptions$outboundSchema
|
|
3548
|
-
),
|
|
3549
|
-
),
|
|
3550
|
-
formValues: z.nullable(
|
|
3551
|
-
z.record(z.union([z.string(), z.boolean(), z.number()])),
|
|
3552
|
-
),
|
|
3553
|
-
title: z.string(),
|
|
3554
|
-
documentDataId: z.string(),
|
|
3555
|
-
createdAt: z.string(),
|
|
3556
|
-
updatedAt: z.string(),
|
|
3557
|
-
completedAt: z.nullable(z.string()),
|
|
3558
|
-
deletedAt: z.nullable(z.string()),
|
|
3559
|
-
teamId: z.number(),
|
|
3560
|
-
templateId: z.nullable(z.number()),
|
|
3561
|
-
folderId: z.nullable(z.string()),
|
|
3562
|
-
documentData: z.lazy(() =>
|
|
3563
|
-
DocumentGetDocumentWithDetailsByIdDocumentData$outboundSchema
|
|
3564
|
-
),
|
|
3565
|
-
documentMeta: z.nullable(
|
|
3566
|
-
z.lazy(() =>
|
|
3567
|
-
DocumentGetDocumentWithDetailsByIdDocumentMeta$outboundSchema
|
|
3568
|
-
),
|
|
3569
|
-
),
|
|
3570
|
-
folder: z.nullable(
|
|
3571
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdFolder$outboundSchema),
|
|
3572
|
-
),
|
|
3573
|
-
recipients: z.array(
|
|
3574
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdRecipient$outboundSchema),
|
|
3575
|
-
),
|
|
3576
|
-
fields: z.array(
|
|
3577
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdField$outboundSchema),
|
|
3578
|
-
),
|
|
3579
|
-
});
|
|
3580
|
-
|
|
3581
|
-
/**
|
|
3582
|
-
* @internal
|
|
3583
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3584
|
-
*/
|
|
3585
|
-
export namespace DocumentGetDocumentWithDetailsByIdResponse$ {
|
|
3586
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdResponse$inboundSchema` instead. */
|
|
3587
|
-
export const inboundSchema =
|
|
3588
|
-
DocumentGetDocumentWithDetailsByIdResponse$inboundSchema;
|
|
3589
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdResponse$outboundSchema` instead. */
|
|
3590
|
-
export const outboundSchema =
|
|
3591
|
-
DocumentGetDocumentWithDetailsByIdResponse$outboundSchema;
|
|
3592
|
-
/** @deprecated use `DocumentGetDocumentWithDetailsByIdResponse$Outbound` instead. */
|
|
3593
|
-
export type Outbound = DocumentGetDocumentWithDetailsByIdResponse$Outbound;
|
|
3594
|
-
}
|
|
3595
|
-
|
|
3596
|
-
export function documentGetDocumentWithDetailsByIdResponseToJSON(
|
|
3597
|
-
documentGetDocumentWithDetailsByIdResponse:
|
|
3598
|
-
DocumentGetDocumentWithDetailsByIdResponse,
|
|
3599
|
-
): string {
|
|
3600
|
-
return JSON.stringify(
|
|
3601
|
-
DocumentGetDocumentWithDetailsByIdResponse$outboundSchema.parse(
|
|
3602
|
-
documentGetDocumentWithDetailsByIdResponse,
|
|
3603
|
-
),
|
|
3604
|
-
);
|
|
3605
|
-
}
|
|
3606
|
-
|
|
3607
|
-
export function documentGetDocumentWithDetailsByIdResponseFromJSON(
|
|
3608
|
-
jsonString: string,
|
|
3609
|
-
): SafeParseResult<
|
|
3610
|
-
DocumentGetDocumentWithDetailsByIdResponse,
|
|
3611
|
-
SDKValidationError
|
|
3612
|
-
> {
|
|
3613
|
-
return safeParse(
|
|
3614
|
-
jsonString,
|
|
3615
|
-
(x) =>
|
|
3616
|
-
DocumentGetDocumentWithDetailsByIdResponse$inboundSchema.parse(
|
|
3617
|
-
JSON.parse(x),
|
|
3618
|
-
),
|
|
3619
|
-
`Failed to parse 'DocumentGetDocumentWithDetailsByIdResponse' from JSON`,
|
|
3620
|
-
);
|
|
3621
|
-
}
|