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