@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
|
@@ -5,7 +5,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
5
5
|
/**
|
|
6
6
|
* The visibility of the document.
|
|
7
7
|
*/
|
|
8
|
-
export declare const
|
|
8
|
+
export declare const VisibilityAccount: {
|
|
9
9
|
readonly Everyone: "EVERYONE";
|
|
10
10
|
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
11
11
|
readonly Admin: "ADMIN";
|
|
@@ -13,21 +13,21 @@ export declare const Visibility: {
|
|
|
13
13
|
/**
|
|
14
14
|
* The visibility of the document.
|
|
15
15
|
*/
|
|
16
|
-
export type
|
|
16
|
+
export type VisibilityAccount = ClosedEnum<typeof VisibilityAccount>;
|
|
17
17
|
/**
|
|
18
18
|
* The type of authentication required for the recipient to access the document.
|
|
19
19
|
*/
|
|
20
|
-
export declare const
|
|
20
|
+
export declare const DocumentCreateDocumentTemporaryGlobalAccessAuthRequest: {
|
|
21
21
|
readonly Account: "ACCOUNT";
|
|
22
22
|
};
|
|
23
23
|
/**
|
|
24
24
|
* The type of authentication required for the recipient to access the document.
|
|
25
25
|
*/
|
|
26
|
-
export type
|
|
26
|
+
export type DocumentCreateDocumentTemporaryGlobalAccessAuthRequest = ClosedEnum<typeof DocumentCreateDocumentTemporaryGlobalAccessAuthRequest>;
|
|
27
27
|
/**
|
|
28
28
|
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
29
29
|
*/
|
|
30
|
-
export declare const
|
|
30
|
+
export declare const GlobalActionAuthAccount: {
|
|
31
31
|
readonly Account: "ACCOUNT";
|
|
32
32
|
readonly Passkey: "PASSKEY";
|
|
33
33
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
@@ -35,29 +35,30 @@ export declare const GlobalActionAuth: {
|
|
|
35
35
|
/**
|
|
36
36
|
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
37
37
|
*/
|
|
38
|
-
export type
|
|
39
|
-
export type
|
|
40
|
-
export declare const
|
|
38
|
+
export type GlobalActionAuthAccount = ClosedEnum<typeof GlobalActionAuthAccount>;
|
|
39
|
+
export type FormValuesRequest = string | boolean | number;
|
|
40
|
+
export declare const RoleAccount: {
|
|
41
41
|
readonly Cc: "CC";
|
|
42
42
|
readonly Signer: "SIGNER";
|
|
43
43
|
readonly Viewer: "VIEWER";
|
|
44
44
|
readonly Approver: "APPROVER";
|
|
45
|
+
readonly Assistant: "ASSISTANT";
|
|
45
46
|
};
|
|
46
|
-
export type
|
|
47
|
+
export type RoleAccount = ClosedEnum<typeof RoleAccount>;
|
|
47
48
|
/**
|
|
48
49
|
* The type of authentication required for the recipient to access the document.
|
|
49
50
|
*/
|
|
50
|
-
export declare const
|
|
51
|
+
export declare const DocumentCreateDocumentTemporaryAccessAuthRequest: {
|
|
51
52
|
readonly Account: "ACCOUNT";
|
|
52
53
|
};
|
|
53
54
|
/**
|
|
54
55
|
* The type of authentication required for the recipient to access the document.
|
|
55
56
|
*/
|
|
56
|
-
export type
|
|
57
|
+
export type DocumentCreateDocumentTemporaryAccessAuthRequest = ClosedEnum<typeof DocumentCreateDocumentTemporaryAccessAuthRequest>;
|
|
57
58
|
/**
|
|
58
59
|
* The type of authentication required for the recipient to sign the document.
|
|
59
60
|
*/
|
|
60
|
-
export declare const
|
|
61
|
+
export declare const ActionAuthAccount: {
|
|
61
62
|
readonly Account: "ACCOUNT";
|
|
62
63
|
readonly Passkey: "PASSKEY";
|
|
63
64
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
@@ -66,30 +67,30 @@ export declare const ActionAuth: {
|
|
|
66
67
|
/**
|
|
67
68
|
* The type of authentication required for the recipient to sign the document.
|
|
68
69
|
*/
|
|
69
|
-
export type
|
|
70
|
-
export declare const
|
|
70
|
+
export type ActionAuthAccount = ClosedEnum<typeof ActionAuthAccount>;
|
|
71
|
+
export declare const TypeAccountDropdown1: {
|
|
71
72
|
readonly Dropdown: "DROPDOWN";
|
|
72
73
|
};
|
|
73
|
-
export type
|
|
74
|
-
export declare const
|
|
74
|
+
export type TypeAccountDropdown1 = ClosedEnum<typeof TypeAccountDropdown1>;
|
|
75
|
+
export declare const TypeAccountDropdown2: {
|
|
75
76
|
readonly Dropdown: "dropdown";
|
|
76
77
|
};
|
|
77
|
-
export type
|
|
78
|
-
export type
|
|
78
|
+
export type TypeAccountDropdown2 = ClosedEnum<typeof TypeAccountDropdown2>;
|
|
79
|
+
export type ValueAccountDropdown = {
|
|
79
80
|
value: string;
|
|
80
81
|
};
|
|
81
|
-
export type
|
|
82
|
+
export type FieldMetaAccountDropdown = {
|
|
82
83
|
label?: string | undefined;
|
|
83
84
|
placeholder?: string | undefined;
|
|
84
85
|
required?: boolean | undefined;
|
|
85
86
|
readOnly?: boolean | undefined;
|
|
86
|
-
type:
|
|
87
|
-
values?: Array<
|
|
87
|
+
type: TypeAccountDropdown2;
|
|
88
|
+
values?: Array<ValueAccountDropdown> | undefined;
|
|
88
89
|
defaultValue?: string | undefined;
|
|
89
90
|
};
|
|
90
|
-
export type
|
|
91
|
-
type:
|
|
92
|
-
fieldMeta?:
|
|
91
|
+
export type FieldAccountDropdown = {
|
|
92
|
+
type: TypeAccountDropdown1;
|
|
93
|
+
fieldMeta?: FieldMetaAccountDropdown | undefined;
|
|
93
94
|
/**
|
|
94
95
|
* The page number the field will be on.
|
|
95
96
|
*/
|
|
@@ -111,32 +112,32 @@ export type Eleven = {
|
|
|
111
112
|
*/
|
|
112
113
|
height: number;
|
|
113
114
|
};
|
|
114
|
-
export declare const
|
|
115
|
+
export declare const TypeAccountCheckbox1: {
|
|
115
116
|
readonly Checkbox: "CHECKBOX";
|
|
116
117
|
};
|
|
117
|
-
export type
|
|
118
|
-
export declare const
|
|
118
|
+
export type TypeAccountCheckbox1 = ClosedEnum<typeof TypeAccountCheckbox1>;
|
|
119
|
+
export declare const TypeAccountCheckbox2: {
|
|
119
120
|
readonly Checkbox: "checkbox";
|
|
120
121
|
};
|
|
121
|
-
export type
|
|
122
|
-
export type
|
|
122
|
+
export type TypeAccountCheckbox2 = ClosedEnum<typeof TypeAccountCheckbox2>;
|
|
123
|
+
export type ValueAccountCheckbox = {
|
|
123
124
|
id: number;
|
|
124
125
|
checked: boolean;
|
|
125
126
|
value: string;
|
|
126
127
|
};
|
|
127
|
-
export type
|
|
128
|
+
export type FieldMetaAccountCheckbox = {
|
|
128
129
|
label?: string | undefined;
|
|
129
130
|
placeholder?: string | undefined;
|
|
130
131
|
required?: boolean | undefined;
|
|
131
132
|
readOnly?: boolean | undefined;
|
|
132
|
-
type:
|
|
133
|
-
values?: Array<
|
|
133
|
+
type: TypeAccountCheckbox2;
|
|
134
|
+
values?: Array<ValueAccountCheckbox> | undefined;
|
|
134
135
|
validationRule?: string | undefined;
|
|
135
136
|
validationLength?: number | undefined;
|
|
136
137
|
};
|
|
137
|
-
export type
|
|
138
|
-
type:
|
|
139
|
-
fieldMeta?:
|
|
138
|
+
export type FieldAccountCheckbox = {
|
|
139
|
+
type: TypeAccountCheckbox1;
|
|
140
|
+
fieldMeta?: FieldMetaAccountCheckbox | undefined;
|
|
140
141
|
/**
|
|
141
142
|
* The page number the field will be on.
|
|
142
143
|
*/
|
|
@@ -158,30 +159,30 @@ export type Ten = {
|
|
|
158
159
|
*/
|
|
159
160
|
height: number;
|
|
160
161
|
};
|
|
161
|
-
export declare const
|
|
162
|
+
export declare const TypeAccountRadio1: {
|
|
162
163
|
readonly Radio: "RADIO";
|
|
163
164
|
};
|
|
164
|
-
export type
|
|
165
|
-
export declare const
|
|
165
|
+
export type TypeAccountRadio1 = ClosedEnum<typeof TypeAccountRadio1>;
|
|
166
|
+
export declare const TypeAccountRadio2: {
|
|
166
167
|
readonly Radio: "radio";
|
|
167
168
|
};
|
|
168
|
-
export type
|
|
169
|
-
export type
|
|
169
|
+
export type TypeAccountRadio2 = ClosedEnum<typeof TypeAccountRadio2>;
|
|
170
|
+
export type ValueAccountRadio = {
|
|
170
171
|
id: number;
|
|
171
172
|
checked: boolean;
|
|
172
173
|
value: string;
|
|
173
174
|
};
|
|
174
|
-
export type
|
|
175
|
+
export type FieldMetaAccountRadio = {
|
|
175
176
|
label?: string | undefined;
|
|
176
177
|
placeholder?: string | undefined;
|
|
177
178
|
required?: boolean | undefined;
|
|
178
179
|
readOnly?: boolean | undefined;
|
|
179
|
-
type:
|
|
180
|
-
values?: Array<
|
|
180
|
+
type: TypeAccountRadio2;
|
|
181
|
+
values?: Array<ValueAccountRadio> | undefined;
|
|
181
182
|
};
|
|
182
|
-
export type
|
|
183
|
-
type:
|
|
184
|
-
fieldMeta?:
|
|
183
|
+
export type FieldAccountRadio = {
|
|
184
|
+
type: TypeAccountRadio1;
|
|
185
|
+
fieldMeta?: FieldMetaAccountRadio | undefined;
|
|
185
186
|
/**
|
|
186
187
|
* The page number the field will be on.
|
|
187
188
|
*/
|
|
@@ -203,29 +204,36 @@ export type Nine = {
|
|
|
203
204
|
*/
|
|
204
205
|
height: number;
|
|
205
206
|
};
|
|
206
|
-
export declare const
|
|
207
|
+
export declare const TypeAccountNumber1: {
|
|
207
208
|
readonly Number: "NUMBER";
|
|
208
209
|
};
|
|
209
|
-
export type
|
|
210
|
-
export declare const
|
|
210
|
+
export type TypeAccountNumber1 = ClosedEnum<typeof TypeAccountNumber1>;
|
|
211
|
+
export declare const TypeAccountNumber2: {
|
|
211
212
|
readonly Number: "number";
|
|
212
213
|
};
|
|
213
|
-
export type
|
|
214
|
-
export
|
|
214
|
+
export type TypeAccountNumber2 = ClosedEnum<typeof TypeAccountNumber2>;
|
|
215
|
+
export declare const TextAlignAccountNumber: {
|
|
216
|
+
readonly Left: "left";
|
|
217
|
+
readonly Center: "center";
|
|
218
|
+
readonly Right: "right";
|
|
219
|
+
};
|
|
220
|
+
export type TextAlignAccountNumber = ClosedEnum<typeof TextAlignAccountNumber>;
|
|
221
|
+
export type FieldMetaAccountNumber = {
|
|
215
222
|
label?: string | undefined;
|
|
216
223
|
placeholder?: string | undefined;
|
|
217
224
|
required?: boolean | undefined;
|
|
218
225
|
readOnly?: boolean | undefined;
|
|
219
|
-
type:
|
|
226
|
+
type: TypeAccountNumber2;
|
|
220
227
|
numberFormat?: string | undefined;
|
|
221
228
|
value?: string | undefined;
|
|
222
229
|
minValue?: number | undefined;
|
|
223
230
|
maxValue?: number | undefined;
|
|
224
231
|
fontSize?: number | undefined;
|
|
232
|
+
textAlign?: TextAlignAccountNumber | undefined;
|
|
225
233
|
};
|
|
226
|
-
export type
|
|
227
|
-
type:
|
|
228
|
-
fieldMeta?:
|
|
234
|
+
export type FieldAccountNumber = {
|
|
235
|
+
type: TypeAccountNumber1;
|
|
236
|
+
fieldMeta?: FieldMetaAccountNumber | undefined;
|
|
229
237
|
/**
|
|
230
238
|
* The page number the field will be on.
|
|
231
239
|
*/
|
|
@@ -247,27 +255,34 @@ export type Eight = {
|
|
|
247
255
|
*/
|
|
248
256
|
height: number;
|
|
249
257
|
};
|
|
250
|
-
export declare const
|
|
258
|
+
export declare const TypeAccountText1: {
|
|
251
259
|
readonly Text: "TEXT";
|
|
252
260
|
};
|
|
253
|
-
export type
|
|
254
|
-
export declare const
|
|
261
|
+
export type TypeAccountText1 = ClosedEnum<typeof TypeAccountText1>;
|
|
262
|
+
export declare const TypeAccountText2: {
|
|
255
263
|
readonly Text: "text";
|
|
256
264
|
};
|
|
257
|
-
export type
|
|
258
|
-
export
|
|
265
|
+
export type TypeAccountText2 = ClosedEnum<typeof TypeAccountText2>;
|
|
266
|
+
export declare const TextAlignAccountText: {
|
|
267
|
+
readonly Left: "left";
|
|
268
|
+
readonly Center: "center";
|
|
269
|
+
readonly Right: "right";
|
|
270
|
+
};
|
|
271
|
+
export type TextAlignAccountText = ClosedEnum<typeof TextAlignAccountText>;
|
|
272
|
+
export type FieldMetaAccountText = {
|
|
259
273
|
label?: string | undefined;
|
|
260
274
|
placeholder?: string | undefined;
|
|
261
275
|
required?: boolean | undefined;
|
|
262
276
|
readOnly?: boolean | undefined;
|
|
263
|
-
type:
|
|
277
|
+
type: TypeAccountText2;
|
|
264
278
|
text?: string | undefined;
|
|
265
279
|
characterLimit?: number | undefined;
|
|
266
280
|
fontSize?: number | undefined;
|
|
281
|
+
textAlign?: TextAlignAccountText | undefined;
|
|
267
282
|
};
|
|
268
|
-
export type
|
|
269
|
-
type:
|
|
270
|
-
fieldMeta?:
|
|
283
|
+
export type FieldAccountText = {
|
|
284
|
+
type: TypeAccountText1;
|
|
285
|
+
fieldMeta?: FieldMetaAccountText | undefined;
|
|
271
286
|
/**
|
|
272
287
|
* The page number the field will be on.
|
|
273
288
|
*/
|
|
@@ -289,25 +304,32 @@ export type Seven = {
|
|
|
289
304
|
*/
|
|
290
305
|
height: number;
|
|
291
306
|
};
|
|
292
|
-
export declare const
|
|
307
|
+
export declare const TypeAccountDate1: {
|
|
293
308
|
readonly Date: "DATE";
|
|
294
309
|
};
|
|
295
|
-
export type
|
|
296
|
-
export declare const
|
|
310
|
+
export type TypeAccountDate1 = ClosedEnum<typeof TypeAccountDate1>;
|
|
311
|
+
export declare const TypeAccountDate2: {
|
|
297
312
|
readonly Date: "date";
|
|
298
313
|
};
|
|
299
|
-
export type
|
|
300
|
-
export
|
|
314
|
+
export type TypeAccountDate2 = ClosedEnum<typeof TypeAccountDate2>;
|
|
315
|
+
export declare const TextAlignAccountDate: {
|
|
316
|
+
readonly Left: "left";
|
|
317
|
+
readonly Center: "center";
|
|
318
|
+
readonly Right: "right";
|
|
319
|
+
};
|
|
320
|
+
export type TextAlignAccountDate = ClosedEnum<typeof TextAlignAccountDate>;
|
|
321
|
+
export type FieldMetaAccountDate = {
|
|
301
322
|
label?: string | undefined;
|
|
302
323
|
placeholder?: string | undefined;
|
|
303
324
|
required?: boolean | undefined;
|
|
304
325
|
readOnly?: boolean | undefined;
|
|
305
|
-
type:
|
|
326
|
+
type: TypeAccountDate2;
|
|
306
327
|
fontSize?: number | undefined;
|
|
328
|
+
textAlign?: TextAlignAccountDate | undefined;
|
|
307
329
|
};
|
|
308
|
-
export type
|
|
309
|
-
type:
|
|
310
|
-
fieldMeta?:
|
|
330
|
+
export type FieldAccountDate = {
|
|
331
|
+
type: TypeAccountDate1;
|
|
332
|
+
fieldMeta?: FieldMetaAccountDate | undefined;
|
|
311
333
|
/**
|
|
312
334
|
* The page number the field will be on.
|
|
313
335
|
*/
|
|
@@ -329,25 +351,32 @@ export type Six = {
|
|
|
329
351
|
*/
|
|
330
352
|
height: number;
|
|
331
353
|
};
|
|
332
|
-
export declare const
|
|
354
|
+
export declare const TypeAccountEmail1: {
|
|
333
355
|
readonly Email: "EMAIL";
|
|
334
356
|
};
|
|
335
|
-
export type
|
|
336
|
-
export declare const
|
|
357
|
+
export type TypeAccountEmail1 = ClosedEnum<typeof TypeAccountEmail1>;
|
|
358
|
+
export declare const TypeAccountEmail2: {
|
|
337
359
|
readonly Email: "email";
|
|
338
360
|
};
|
|
339
|
-
export type
|
|
340
|
-
export
|
|
361
|
+
export type TypeAccountEmail2 = ClosedEnum<typeof TypeAccountEmail2>;
|
|
362
|
+
export declare const TextAlignAccountEmail: {
|
|
363
|
+
readonly Left: "left";
|
|
364
|
+
readonly Center: "center";
|
|
365
|
+
readonly Right: "right";
|
|
366
|
+
};
|
|
367
|
+
export type TextAlignAccountEmail = ClosedEnum<typeof TextAlignAccountEmail>;
|
|
368
|
+
export type FieldMetaAccountEmail = {
|
|
341
369
|
label?: string | undefined;
|
|
342
370
|
placeholder?: string | undefined;
|
|
343
371
|
required?: boolean | undefined;
|
|
344
372
|
readOnly?: boolean | undefined;
|
|
345
|
-
type:
|
|
373
|
+
type: TypeAccountEmail2;
|
|
346
374
|
fontSize?: number | undefined;
|
|
375
|
+
textAlign?: TextAlignAccountEmail | undefined;
|
|
347
376
|
};
|
|
348
|
-
export type
|
|
349
|
-
type:
|
|
350
|
-
fieldMeta?:
|
|
377
|
+
export type FieldAccountEmail = {
|
|
378
|
+
type: TypeAccountEmail1;
|
|
379
|
+
fieldMeta?: FieldMetaAccountEmail | undefined;
|
|
351
380
|
/**
|
|
352
381
|
* The page number the field will be on.
|
|
353
382
|
*/
|
|
@@ -369,25 +398,32 @@ export type Five = {
|
|
|
369
398
|
*/
|
|
370
399
|
height: number;
|
|
371
400
|
};
|
|
372
|
-
export declare const
|
|
401
|
+
export declare const TypeAccountName1: {
|
|
373
402
|
readonly Name: "NAME";
|
|
374
403
|
};
|
|
375
|
-
export type
|
|
376
|
-
export declare const
|
|
404
|
+
export type TypeAccountName1 = ClosedEnum<typeof TypeAccountName1>;
|
|
405
|
+
export declare const TypeAccountName2: {
|
|
377
406
|
readonly Name: "name";
|
|
378
407
|
};
|
|
379
|
-
export type
|
|
380
|
-
export
|
|
408
|
+
export type TypeAccountName2 = ClosedEnum<typeof TypeAccountName2>;
|
|
409
|
+
export declare const TextAlignAccountName: {
|
|
410
|
+
readonly Left: "left";
|
|
411
|
+
readonly Center: "center";
|
|
412
|
+
readonly Right: "right";
|
|
413
|
+
};
|
|
414
|
+
export type TextAlignAccountName = ClosedEnum<typeof TextAlignAccountName>;
|
|
415
|
+
export type FieldMetaAccountName = {
|
|
381
416
|
label?: string | undefined;
|
|
382
417
|
placeholder?: string | undefined;
|
|
383
418
|
required?: boolean | undefined;
|
|
384
419
|
readOnly?: boolean | undefined;
|
|
385
|
-
type:
|
|
420
|
+
type: TypeAccountName2;
|
|
386
421
|
fontSize?: number | undefined;
|
|
422
|
+
textAlign?: TextAlignAccountName | undefined;
|
|
387
423
|
};
|
|
388
|
-
export type
|
|
389
|
-
type:
|
|
390
|
-
fieldMeta?:
|
|
424
|
+
export type FieldAccountName = {
|
|
425
|
+
type: TypeAccountName1;
|
|
426
|
+
fieldMeta?: FieldMetaAccountName | undefined;
|
|
391
427
|
/**
|
|
392
428
|
* The page number the field will be on.
|
|
393
429
|
*/
|
|
@@ -409,25 +445,32 @@ export type Four = {
|
|
|
409
445
|
*/
|
|
410
446
|
height: number;
|
|
411
447
|
};
|
|
412
|
-
export declare const
|
|
448
|
+
export declare const TypeAccountInitials1: {
|
|
413
449
|
readonly Initials: "INITIALS";
|
|
414
450
|
};
|
|
415
|
-
export type
|
|
416
|
-
export declare const
|
|
451
|
+
export type TypeAccountInitials1 = ClosedEnum<typeof TypeAccountInitials1>;
|
|
452
|
+
export declare const TypeAccountInitials2: {
|
|
417
453
|
readonly Initials: "initials";
|
|
418
454
|
};
|
|
419
|
-
export type
|
|
420
|
-
export
|
|
455
|
+
export type TypeAccountInitials2 = ClosedEnum<typeof TypeAccountInitials2>;
|
|
456
|
+
export declare const TextAlignAccountInitials: {
|
|
457
|
+
readonly Left: "left";
|
|
458
|
+
readonly Center: "center";
|
|
459
|
+
readonly Right: "right";
|
|
460
|
+
};
|
|
461
|
+
export type TextAlignAccountInitials = ClosedEnum<typeof TextAlignAccountInitials>;
|
|
462
|
+
export type FieldMetaAccountInitials = {
|
|
421
463
|
label?: string | undefined;
|
|
422
464
|
placeholder?: string | undefined;
|
|
423
465
|
required?: boolean | undefined;
|
|
424
466
|
readOnly?: boolean | undefined;
|
|
425
|
-
type:
|
|
467
|
+
type: TypeAccountInitials2;
|
|
426
468
|
fontSize?: number | undefined;
|
|
469
|
+
textAlign?: TextAlignAccountInitials | undefined;
|
|
427
470
|
};
|
|
428
|
-
export type
|
|
429
|
-
type:
|
|
430
|
-
fieldMeta?:
|
|
471
|
+
export type FieldAccountInitials = {
|
|
472
|
+
type: TypeAccountInitials1;
|
|
473
|
+
fieldMeta?: FieldMetaAccountInitials | undefined;
|
|
431
474
|
/**
|
|
432
475
|
* The page number the field will be on.
|
|
433
476
|
*/
|
|
@@ -449,12 +492,12 @@ export type Three = {
|
|
|
449
492
|
*/
|
|
450
493
|
height: number;
|
|
451
494
|
};
|
|
452
|
-
export declare const
|
|
495
|
+
export declare const TypeAccountFreeSignature: {
|
|
453
496
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
454
497
|
};
|
|
455
|
-
export type
|
|
456
|
-
export type
|
|
457
|
-
type:
|
|
498
|
+
export type TypeAccountFreeSignature = ClosedEnum<typeof TypeAccountFreeSignature>;
|
|
499
|
+
export type FieldAccountFreeSignature = {
|
|
500
|
+
type: TypeAccountFreeSignature;
|
|
458
501
|
/**
|
|
459
502
|
* The page number the field will be on.
|
|
460
503
|
*/
|
|
@@ -476,12 +519,12 @@ export type Two = {
|
|
|
476
519
|
*/
|
|
477
520
|
height: number;
|
|
478
521
|
};
|
|
479
|
-
export declare const
|
|
522
|
+
export declare const TypeAccountSignature: {
|
|
480
523
|
readonly Signature: "SIGNATURE";
|
|
481
524
|
};
|
|
482
|
-
export type
|
|
483
|
-
export type
|
|
484
|
-
type:
|
|
525
|
+
export type TypeAccountSignature = ClosedEnum<typeof TypeAccountSignature>;
|
|
526
|
+
export type FieldAccountSignature = {
|
|
527
|
+
type: TypeAccountSignature;
|
|
485
528
|
/**
|
|
486
529
|
* The page number the field will be on.
|
|
487
530
|
*/
|
|
@@ -503,26 +546,26 @@ export type One = {
|
|
|
503
546
|
*/
|
|
504
547
|
height: number;
|
|
505
548
|
};
|
|
506
|
-
export type
|
|
507
|
-
export type
|
|
549
|
+
export type FieldAccountUnion = FieldAccountSignature | FieldAccountFreeSignature | FieldAccountInitials | FieldAccountName | FieldAccountEmail | FieldAccountDate | FieldAccountText | FieldAccountNumber | FieldAccountRadio | FieldAccountCheckbox | FieldAccountDropdown;
|
|
550
|
+
export type RecipientAccount = {
|
|
508
551
|
email: string;
|
|
509
552
|
name: string;
|
|
510
|
-
role:
|
|
553
|
+
role: RoleAccount;
|
|
511
554
|
signingOrder?: number | undefined;
|
|
512
555
|
/**
|
|
513
556
|
* The type of authentication required for the recipient to access the document.
|
|
514
557
|
*/
|
|
515
|
-
accessAuth?:
|
|
558
|
+
accessAuth?: DocumentCreateDocumentTemporaryAccessAuthRequest | null | undefined;
|
|
516
559
|
/**
|
|
517
560
|
* The type of authentication required for the recipient to sign the document.
|
|
518
561
|
*/
|
|
519
|
-
actionAuth?:
|
|
520
|
-
fields?: Array<
|
|
562
|
+
actionAuth?: ActionAuthAccount | null | undefined;
|
|
563
|
+
fields?: Array<FieldAccountSignature | FieldAccountFreeSignature | FieldAccountInitials | FieldAccountName | FieldAccountEmail | FieldAccountDate | FieldAccountText | FieldAccountNumber | FieldAccountRadio | FieldAccountCheckbox | FieldAccountDropdown> | undefined;
|
|
521
564
|
};
|
|
522
565
|
/**
|
|
523
566
|
* The date format to use for date fields and signing the document.
|
|
524
567
|
*/
|
|
525
|
-
export declare const
|
|
568
|
+
export declare const DocumentCreateDocumentTemporaryDateFormat: {
|
|
526
569
|
readonly YyyyMMDdHhMMA: "yyyy-MM-dd hh:mm a";
|
|
527
570
|
readonly YyyyMMDd: "yyyy-MM-dd";
|
|
528
571
|
readonly DdMMYyyyHhMMA: "dd/MM/yyyy hh:mm a";
|
|
@@ -537,37 +580,39 @@ export declare const DateFormat: {
|
|
|
537
580
|
/**
|
|
538
581
|
* The date format to use for date fields and signing the document.
|
|
539
582
|
*/
|
|
540
|
-
export type
|
|
583
|
+
export type DocumentCreateDocumentTemporaryDateFormat = ClosedEnum<typeof DocumentCreateDocumentTemporaryDateFormat>;
|
|
541
584
|
/**
|
|
542
585
|
* The distribution method to use when sending the document to the recipients.
|
|
543
586
|
*/
|
|
544
|
-
export declare const
|
|
587
|
+
export declare const DistributionMethodAccount: {
|
|
545
588
|
readonly Email: "EMAIL";
|
|
546
589
|
readonly None: "NONE";
|
|
547
590
|
};
|
|
548
591
|
/**
|
|
549
592
|
* The distribution method to use when sending the document to the recipients.
|
|
550
593
|
*/
|
|
551
|
-
export type
|
|
552
|
-
export declare const
|
|
594
|
+
export type DistributionMethodAccount = ClosedEnum<typeof DistributionMethodAccount>;
|
|
595
|
+
export declare const SigningOrderAccount: {
|
|
553
596
|
readonly Parallel: "PARALLEL";
|
|
554
597
|
readonly Sequential: "SEQUENTIAL";
|
|
555
598
|
};
|
|
556
|
-
export type
|
|
599
|
+
export type SigningOrderAccount = ClosedEnum<typeof SigningOrderAccount>;
|
|
557
600
|
/**
|
|
558
601
|
* The language to use for email communications with recipients.
|
|
559
602
|
*/
|
|
560
|
-
export declare const
|
|
603
|
+
export declare const DocumentCreateDocumentTemporaryLanguage: {
|
|
561
604
|
readonly De: "de";
|
|
562
605
|
readonly En: "en";
|
|
563
606
|
readonly Fr: "fr";
|
|
564
607
|
readonly Es: "es";
|
|
608
|
+
readonly It: "it";
|
|
609
|
+
readonly Pl: "pl";
|
|
565
610
|
};
|
|
566
611
|
/**
|
|
567
612
|
* The language to use for email communications with recipients.
|
|
568
613
|
*/
|
|
569
|
-
export type
|
|
570
|
-
export type
|
|
614
|
+
export type DocumentCreateDocumentTemporaryLanguage = ClosedEnum<typeof DocumentCreateDocumentTemporaryLanguage>;
|
|
615
|
+
export type EmailSettingsAccount = {
|
|
571
616
|
/**
|
|
572
617
|
* Whether to send an email to all recipients that the document is ready for them to sign.
|
|
573
618
|
*/
|
|
@@ -597,7 +642,7 @@ export type EmailSettings = {
|
|
|
597
642
|
*/
|
|
598
643
|
ownerDocumentCompleted?: boolean | undefined;
|
|
599
644
|
};
|
|
600
|
-
export type
|
|
645
|
+
export type DocumentCreateDocumentTemporaryMeta = {
|
|
601
646
|
/**
|
|
602
647
|
* The subject of the email that will be sent to the recipients.
|
|
603
648
|
*/
|
|
@@ -613,12 +658,12 @@ export type Meta = {
|
|
|
613
658
|
/**
|
|
614
659
|
* The date format to use for date fields and signing the document.
|
|
615
660
|
*/
|
|
616
|
-
dateFormat?:
|
|
661
|
+
dateFormat?: DocumentCreateDocumentTemporaryDateFormat | undefined;
|
|
617
662
|
/**
|
|
618
663
|
* The distribution method to use when sending the document to the recipients.
|
|
619
664
|
*/
|
|
620
|
-
distributionMethod?:
|
|
621
|
-
signingOrder?:
|
|
665
|
+
distributionMethod?: DistributionMethodAccount | undefined;
|
|
666
|
+
signingOrder?: SigningOrderAccount | undefined;
|
|
622
667
|
/**
|
|
623
668
|
* The URL to which the recipient should be redirected after signing the document.
|
|
624
669
|
*/
|
|
@@ -626,14 +671,22 @@ export type Meta = {
|
|
|
626
671
|
/**
|
|
627
672
|
* The language to use for email communications with recipients.
|
|
628
673
|
*/
|
|
629
|
-
language?:
|
|
674
|
+
language?: DocumentCreateDocumentTemporaryLanguage | undefined;
|
|
630
675
|
/**
|
|
631
676
|
* Whether to allow recipients to sign using a typed signature.
|
|
632
677
|
*/
|
|
633
678
|
typedSignatureEnabled?: boolean | undefined;
|
|
634
|
-
|
|
679
|
+
/**
|
|
680
|
+
* Whether to allow recipients to sign using a draw signature.
|
|
681
|
+
*/
|
|
682
|
+
drawSignatureEnabled?: boolean | undefined;
|
|
683
|
+
/**
|
|
684
|
+
* Whether to allow recipients to sign using an uploaded signature.
|
|
685
|
+
*/
|
|
686
|
+
uploadSignatureEnabled?: boolean | undefined;
|
|
687
|
+
emailSettings?: EmailSettingsAccount | undefined;
|
|
635
688
|
};
|
|
636
|
-
export type
|
|
689
|
+
export type DocumentCreateDocumentTemporaryRequest = {
|
|
637
690
|
/**
|
|
638
691
|
* The title of the document.
|
|
639
692
|
*/
|
|
@@ -645,31 +698,32 @@ export type DocumentCreateDocumentTemporaryRequestBody = {
|
|
|
645
698
|
/**
|
|
646
699
|
* The visibility of the document.
|
|
647
700
|
*/
|
|
648
|
-
visibility?:
|
|
701
|
+
visibility?: VisibilityAccount | undefined;
|
|
649
702
|
/**
|
|
650
703
|
* The type of authentication required for the recipient to access the document.
|
|
651
704
|
*/
|
|
652
|
-
globalAccessAuth?:
|
|
705
|
+
globalAccessAuth?: DocumentCreateDocumentTemporaryGlobalAccessAuthRequest | undefined;
|
|
653
706
|
/**
|
|
654
707
|
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
655
708
|
*/
|
|
656
|
-
globalActionAuth?:
|
|
709
|
+
globalActionAuth?: GlobalActionAuthAccount | undefined;
|
|
657
710
|
formValues?: {
|
|
658
711
|
[k: string]: string | boolean | number;
|
|
659
712
|
} | undefined;
|
|
660
|
-
recipients?: Array<
|
|
661
|
-
meta?:
|
|
713
|
+
recipients?: Array<RecipientAccount> | undefined;
|
|
714
|
+
meta?: DocumentCreateDocumentTemporaryMeta | undefined;
|
|
662
715
|
};
|
|
663
|
-
export declare const
|
|
716
|
+
export declare const DocumentVisibility: {
|
|
664
717
|
readonly Everyone: "EVERYONE";
|
|
665
718
|
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
666
719
|
readonly Admin: "ADMIN";
|
|
667
720
|
};
|
|
668
|
-
export type
|
|
721
|
+
export type DocumentVisibility = ClosedEnum<typeof DocumentVisibility>;
|
|
669
722
|
export declare const DocumentCreateDocumentTemporaryStatus: {
|
|
670
723
|
readonly Draft: "DRAFT";
|
|
671
724
|
readonly Pending: "PENDING";
|
|
672
725
|
readonly Completed: "COMPLETED";
|
|
726
|
+
readonly Rejected: "REJECTED";
|
|
673
727
|
};
|
|
674
728
|
export type DocumentCreateDocumentTemporaryStatus = ClosedEnum<typeof DocumentCreateDocumentTemporaryStatus>;
|
|
675
729
|
export declare const DocumentCreateDocumentTemporarySource: {
|
|
@@ -681,17 +735,17 @@ export type DocumentCreateDocumentTemporarySource = ClosedEnum<typeof DocumentCr
|
|
|
681
735
|
/**
|
|
682
736
|
* The type of authentication required for the recipient to access the document.
|
|
683
737
|
*/
|
|
684
|
-
export declare const
|
|
738
|
+
export declare const DocumentGlobalAccessAuth: {
|
|
685
739
|
readonly Account: "ACCOUNT";
|
|
686
740
|
};
|
|
687
741
|
/**
|
|
688
742
|
* The type of authentication required for the recipient to access the document.
|
|
689
743
|
*/
|
|
690
|
-
export type
|
|
744
|
+
export type DocumentGlobalAccessAuth = ClosedEnum<typeof DocumentGlobalAccessAuth>;
|
|
691
745
|
/**
|
|
692
746
|
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
693
747
|
*/
|
|
694
|
-
export declare const
|
|
748
|
+
export declare const DocumentGlobalActionAuth: {
|
|
695
749
|
readonly Account: "ACCOUNT";
|
|
696
750
|
readonly Passkey: "PASSKEY";
|
|
697
751
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
@@ -699,41 +753,41 @@ export declare const DocumentCreateDocumentTemporaryGlobalActionAuth: {
|
|
|
699
753
|
/**
|
|
700
754
|
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
701
755
|
*/
|
|
702
|
-
export type
|
|
756
|
+
export type DocumentGlobalActionAuth = ClosedEnum<typeof DocumentGlobalActionAuth>;
|
|
703
757
|
export type DocumentCreateDocumentTemporaryAuthOptions = {
|
|
704
758
|
/**
|
|
705
759
|
* The type of authentication required for the recipient to access the document.
|
|
706
760
|
*/
|
|
707
|
-
globalAccessAuth:
|
|
761
|
+
globalAccessAuth: DocumentGlobalAccessAuth | null;
|
|
708
762
|
/**
|
|
709
763
|
* The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.
|
|
710
764
|
*/
|
|
711
|
-
globalActionAuth:
|
|
765
|
+
globalActionAuth: DocumentGlobalActionAuth | null;
|
|
712
766
|
};
|
|
713
|
-
export type
|
|
714
|
-
export declare const
|
|
767
|
+
export type DocumentFormValues = string | boolean | number;
|
|
768
|
+
export declare const DocumentDocumentDataType: {
|
|
715
769
|
readonly S3Path: "S3_PATH";
|
|
716
770
|
readonly Bytes: "BYTES";
|
|
717
771
|
readonly Bytes64: "BYTES_64";
|
|
718
772
|
};
|
|
719
|
-
export type
|
|
773
|
+
export type DocumentDocumentDataType = ClosedEnum<typeof DocumentDocumentDataType>;
|
|
720
774
|
export type DocumentCreateDocumentTemporaryDocumentData = {
|
|
721
|
-
type:
|
|
775
|
+
type: DocumentDocumentDataType;
|
|
722
776
|
id: string;
|
|
723
777
|
data: string;
|
|
724
778
|
initialData: string;
|
|
725
779
|
};
|
|
726
|
-
export declare const
|
|
780
|
+
export declare const DocumentSigningOrder: {
|
|
727
781
|
readonly Parallel: "PARALLEL";
|
|
728
782
|
readonly Sequential: "SEQUENTIAL";
|
|
729
783
|
};
|
|
730
|
-
export type
|
|
731
|
-
export declare const
|
|
784
|
+
export type DocumentSigningOrder = ClosedEnum<typeof DocumentSigningOrder>;
|
|
785
|
+
export declare const DocumentDistributionMethod: {
|
|
732
786
|
readonly Email: "EMAIL";
|
|
733
787
|
readonly None: "NONE";
|
|
734
788
|
};
|
|
735
|
-
export type
|
|
736
|
-
export type
|
|
789
|
+
export type DocumentDistributionMethod = ClosedEnum<typeof DocumentDistributionMethod>;
|
|
790
|
+
export type DocumentEmailSettings = {
|
|
737
791
|
/**
|
|
738
792
|
* Whether to send an email to all recipients that the document is ready for them to sign.
|
|
739
793
|
*/
|
|
@@ -764,8 +818,8 @@ export type DocumentCreateDocumentTemporaryEmailSettings = {
|
|
|
764
818
|
ownerDocumentCompleted?: boolean | undefined;
|
|
765
819
|
};
|
|
766
820
|
export type DocumentCreateDocumentTemporaryDocumentMeta = {
|
|
767
|
-
signingOrder:
|
|
768
|
-
distributionMethod:
|
|
821
|
+
signingOrder: DocumentSigningOrder;
|
|
822
|
+
distributionMethod: DocumentDistributionMethod;
|
|
769
823
|
id: string;
|
|
770
824
|
subject: string | null;
|
|
771
825
|
message: string | null;
|
|
@@ -775,16 +829,20 @@ export type DocumentCreateDocumentTemporaryDocumentMeta = {
|
|
|
775
829
|
documentId: number;
|
|
776
830
|
redirectUrl: string | null;
|
|
777
831
|
typedSignatureEnabled: boolean;
|
|
832
|
+
uploadSignatureEnabled: boolean;
|
|
833
|
+
drawSignatureEnabled: boolean;
|
|
834
|
+
allowDictateNextSigner: boolean;
|
|
778
835
|
language: string;
|
|
779
|
-
emailSettings:
|
|
836
|
+
emailSettings: DocumentEmailSettings | null;
|
|
780
837
|
};
|
|
781
|
-
export declare const
|
|
838
|
+
export declare const DocumentRole: {
|
|
782
839
|
readonly Cc: "CC";
|
|
783
840
|
readonly Signer: "SIGNER";
|
|
784
841
|
readonly Viewer: "VIEWER";
|
|
785
842
|
readonly Approver: "APPROVER";
|
|
843
|
+
readonly Assistant: "ASSISTANT";
|
|
786
844
|
};
|
|
787
|
-
export type
|
|
845
|
+
export type DocumentRole = ClosedEnum<typeof DocumentRole>;
|
|
788
846
|
export declare const DocumentCreateDocumentTemporaryReadStatus: {
|
|
789
847
|
readonly NotOpened: "NOT_OPENED";
|
|
790
848
|
readonly Opened: "OPENED";
|
|
@@ -804,17 +862,17 @@ export type DocumentCreateDocumentTemporarySendStatus = ClosedEnum<typeof Docume
|
|
|
804
862
|
/**
|
|
805
863
|
* The type of authentication required for the recipient to access the document.
|
|
806
864
|
*/
|
|
807
|
-
export declare const
|
|
865
|
+
export declare const DocumentAccessAuth: {
|
|
808
866
|
readonly Account: "ACCOUNT";
|
|
809
867
|
};
|
|
810
868
|
/**
|
|
811
869
|
* The type of authentication required for the recipient to access the document.
|
|
812
870
|
*/
|
|
813
|
-
export type
|
|
871
|
+
export type DocumentAccessAuth = ClosedEnum<typeof DocumentAccessAuth>;
|
|
814
872
|
/**
|
|
815
873
|
* The type of authentication required for the recipient to sign the document.
|
|
816
874
|
*/
|
|
817
|
-
export declare const
|
|
875
|
+
export declare const DocumentActionAuth: {
|
|
818
876
|
readonly Account: "ACCOUNT";
|
|
819
877
|
readonly Passkey: "PASSKEY";
|
|
820
878
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
@@ -823,19 +881,19 @@ export declare const DocumentCreateDocumentTemporaryActionAuth: {
|
|
|
823
881
|
/**
|
|
824
882
|
* The type of authentication required for the recipient to sign the document.
|
|
825
883
|
*/
|
|
826
|
-
export type
|
|
827
|
-
export type
|
|
884
|
+
export type DocumentActionAuth = ClosedEnum<typeof DocumentActionAuth>;
|
|
885
|
+
export type DocumentCreateDocumentTemporaryRecipientAuthOptions = {
|
|
828
886
|
/**
|
|
829
887
|
* The type of authentication required for the recipient to access the document.
|
|
830
888
|
*/
|
|
831
|
-
accessAuth:
|
|
889
|
+
accessAuth: DocumentAccessAuth | null;
|
|
832
890
|
/**
|
|
833
891
|
* The type of authentication required for the recipient to sign the document.
|
|
834
892
|
*/
|
|
835
|
-
actionAuth:
|
|
893
|
+
actionAuth: DocumentActionAuth | null;
|
|
836
894
|
};
|
|
837
|
-
export type
|
|
838
|
-
role:
|
|
895
|
+
export type DocumentRecipient = {
|
|
896
|
+
role: DocumentRole;
|
|
839
897
|
readStatus: DocumentCreateDocumentTemporaryReadStatus;
|
|
840
898
|
signingStatus: DocumentCreateDocumentTemporarySigningStatus;
|
|
841
899
|
sendStatus: DocumentCreateDocumentTemporarySendStatus;
|
|
@@ -848,14 +906,14 @@ export type DocumentCreateDocumentTemporaryRecipients = {
|
|
|
848
906
|
documentDeletedAt: string | null;
|
|
849
907
|
expired: string | null;
|
|
850
908
|
signedAt: string | null;
|
|
851
|
-
authOptions:
|
|
909
|
+
authOptions: DocumentCreateDocumentTemporaryRecipientAuthOptions | null;
|
|
852
910
|
/**
|
|
853
911
|
* The order in which the recipient should sign the document. Only works if the document is set to sequential signing.
|
|
854
912
|
*/
|
|
855
913
|
signingOrder: number | null;
|
|
856
914
|
rejectionReason: string | null;
|
|
857
915
|
};
|
|
858
|
-
export declare const
|
|
916
|
+
export declare const DocumentFieldType: {
|
|
859
917
|
readonly Signature: "SIGNATURE";
|
|
860
918
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
861
919
|
readonly Initials: "INITIALS";
|
|
@@ -868,140 +926,182 @@ export declare const DocumentCreateDocumentTemporaryDocumentsType: {
|
|
|
868
926
|
readonly Checkbox: "CHECKBOX";
|
|
869
927
|
readonly Dropdown: "DROPDOWN";
|
|
870
928
|
};
|
|
871
|
-
export type
|
|
872
|
-
export declare const
|
|
929
|
+
export type DocumentFieldType = ClosedEnum<typeof DocumentFieldType>;
|
|
930
|
+
export declare const DocumentTypeDropdown: {
|
|
873
931
|
readonly Dropdown: "dropdown";
|
|
874
932
|
};
|
|
875
|
-
export type
|
|
876
|
-
export type
|
|
933
|
+
export type DocumentTypeDropdown = ClosedEnum<typeof DocumentTypeDropdown>;
|
|
934
|
+
export type DocumentValue3 = {
|
|
877
935
|
value: string;
|
|
878
936
|
};
|
|
879
|
-
export type
|
|
937
|
+
export type FieldMetaDocumentDropdown = {
|
|
880
938
|
label?: string | undefined;
|
|
881
939
|
placeholder?: string | undefined;
|
|
882
940
|
required?: boolean | undefined;
|
|
883
941
|
readOnly?: boolean | undefined;
|
|
884
|
-
type:
|
|
885
|
-
values?: Array<
|
|
942
|
+
type: DocumentTypeDropdown;
|
|
943
|
+
values?: Array<DocumentValue3> | undefined;
|
|
886
944
|
defaultValue?: string | undefined;
|
|
887
945
|
};
|
|
888
|
-
export declare const
|
|
946
|
+
export declare const DocumentTypeCheckbox: {
|
|
889
947
|
readonly Checkbox: "checkbox";
|
|
890
948
|
};
|
|
891
|
-
export type
|
|
892
|
-
export type
|
|
949
|
+
export type DocumentTypeCheckbox = ClosedEnum<typeof DocumentTypeCheckbox>;
|
|
950
|
+
export type DocumentValue2 = {
|
|
893
951
|
id: number;
|
|
894
952
|
checked: boolean;
|
|
895
953
|
value: string;
|
|
896
954
|
};
|
|
897
|
-
export type
|
|
955
|
+
export type FieldMetaDocumentCheckbox = {
|
|
898
956
|
label?: string | undefined;
|
|
899
957
|
placeholder?: string | undefined;
|
|
900
958
|
required?: boolean | undefined;
|
|
901
959
|
readOnly?: boolean | undefined;
|
|
902
|
-
type:
|
|
903
|
-
values?: Array<
|
|
960
|
+
type: DocumentTypeCheckbox;
|
|
961
|
+
values?: Array<DocumentValue2> | undefined;
|
|
904
962
|
validationRule?: string | undefined;
|
|
905
963
|
validationLength?: number | undefined;
|
|
906
964
|
};
|
|
907
|
-
export declare const
|
|
965
|
+
export declare const DocumentTypeRadio: {
|
|
908
966
|
readonly Radio: "radio";
|
|
909
967
|
};
|
|
910
|
-
export type
|
|
911
|
-
export type
|
|
968
|
+
export type DocumentTypeRadio = ClosedEnum<typeof DocumentTypeRadio>;
|
|
969
|
+
export type DocumentValue1 = {
|
|
912
970
|
id: number;
|
|
913
971
|
checked: boolean;
|
|
914
972
|
value: string;
|
|
915
973
|
};
|
|
916
|
-
export type
|
|
974
|
+
export type FieldMetaDocumentRadio = {
|
|
917
975
|
label?: string | undefined;
|
|
918
976
|
placeholder?: string | undefined;
|
|
919
977
|
required?: boolean | undefined;
|
|
920
978
|
readOnly?: boolean | undefined;
|
|
921
|
-
type:
|
|
922
|
-
values?: Array<
|
|
979
|
+
type: DocumentTypeRadio;
|
|
980
|
+
values?: Array<DocumentValue1> | undefined;
|
|
923
981
|
};
|
|
924
|
-
export declare const
|
|
982
|
+
export declare const DocumentTypeNumber: {
|
|
925
983
|
readonly Number: "number";
|
|
926
984
|
};
|
|
927
|
-
export type
|
|
928
|
-
export
|
|
985
|
+
export type DocumentTypeNumber = ClosedEnum<typeof DocumentTypeNumber>;
|
|
986
|
+
export declare const DocumentTextAlign6: {
|
|
987
|
+
readonly Left: "left";
|
|
988
|
+
readonly Center: "center";
|
|
989
|
+
readonly Right: "right";
|
|
990
|
+
};
|
|
991
|
+
export type DocumentTextAlign6 = ClosedEnum<typeof DocumentTextAlign6>;
|
|
992
|
+
export type FieldMetaDocumentNumber = {
|
|
929
993
|
label?: string | undefined;
|
|
930
994
|
placeholder?: string | undefined;
|
|
931
995
|
required?: boolean | undefined;
|
|
932
996
|
readOnly?: boolean | undefined;
|
|
933
|
-
type:
|
|
997
|
+
type: DocumentTypeNumber;
|
|
934
998
|
numberFormat?: string | undefined;
|
|
935
999
|
value?: string | undefined;
|
|
936
1000
|
minValue?: number | undefined;
|
|
937
1001
|
maxValue?: number | undefined;
|
|
938
1002
|
fontSize?: number | undefined;
|
|
1003
|
+
textAlign?: DocumentTextAlign6 | undefined;
|
|
939
1004
|
};
|
|
940
|
-
export declare const
|
|
1005
|
+
export declare const DocumentTypeText: {
|
|
941
1006
|
readonly Text: "text";
|
|
942
1007
|
};
|
|
943
|
-
export type
|
|
944
|
-
export
|
|
1008
|
+
export type DocumentTypeText = ClosedEnum<typeof DocumentTypeText>;
|
|
1009
|
+
export declare const DocumentTextAlign5: {
|
|
1010
|
+
readonly Left: "left";
|
|
1011
|
+
readonly Center: "center";
|
|
1012
|
+
readonly Right: "right";
|
|
1013
|
+
};
|
|
1014
|
+
export type DocumentTextAlign5 = ClosedEnum<typeof DocumentTextAlign5>;
|
|
1015
|
+
export type FieldMetaDocumentText = {
|
|
945
1016
|
label?: string | undefined;
|
|
946
1017
|
placeholder?: string | undefined;
|
|
947
1018
|
required?: boolean | undefined;
|
|
948
1019
|
readOnly?: boolean | undefined;
|
|
949
|
-
type:
|
|
1020
|
+
type: DocumentTypeText;
|
|
950
1021
|
text?: string | undefined;
|
|
951
1022
|
characterLimit?: number | undefined;
|
|
952
1023
|
fontSize?: number | undefined;
|
|
1024
|
+
textAlign?: DocumentTextAlign5 | undefined;
|
|
953
1025
|
};
|
|
954
|
-
export declare const
|
|
1026
|
+
export declare const DocumentTypeDate: {
|
|
955
1027
|
readonly Date: "date";
|
|
956
1028
|
};
|
|
957
|
-
export type
|
|
958
|
-
export
|
|
1029
|
+
export type DocumentTypeDate = ClosedEnum<typeof DocumentTypeDate>;
|
|
1030
|
+
export declare const DocumentTextAlign4: {
|
|
1031
|
+
readonly Left: "left";
|
|
1032
|
+
readonly Center: "center";
|
|
1033
|
+
readonly Right: "right";
|
|
1034
|
+
};
|
|
1035
|
+
export type DocumentTextAlign4 = ClosedEnum<typeof DocumentTextAlign4>;
|
|
1036
|
+
export type FieldMetaDocumentDate = {
|
|
959
1037
|
label?: string | undefined;
|
|
960
1038
|
placeholder?: string | undefined;
|
|
961
1039
|
required?: boolean | undefined;
|
|
962
1040
|
readOnly?: boolean | undefined;
|
|
963
|
-
type:
|
|
1041
|
+
type: DocumentTypeDate;
|
|
964
1042
|
fontSize?: number | undefined;
|
|
1043
|
+
textAlign?: DocumentTextAlign4 | undefined;
|
|
965
1044
|
};
|
|
966
|
-
export declare const
|
|
1045
|
+
export declare const DocumentTypeEmail: {
|
|
967
1046
|
readonly Email: "email";
|
|
968
1047
|
};
|
|
969
|
-
export type
|
|
970
|
-
export
|
|
1048
|
+
export type DocumentTypeEmail = ClosedEnum<typeof DocumentTypeEmail>;
|
|
1049
|
+
export declare const DocumentTextAlign3: {
|
|
1050
|
+
readonly Left: "left";
|
|
1051
|
+
readonly Center: "center";
|
|
1052
|
+
readonly Right: "right";
|
|
1053
|
+
};
|
|
1054
|
+
export type DocumentTextAlign3 = ClosedEnum<typeof DocumentTextAlign3>;
|
|
1055
|
+
export type FieldMetaDocumentEmail = {
|
|
971
1056
|
label?: string | undefined;
|
|
972
1057
|
placeholder?: string | undefined;
|
|
973
1058
|
required?: boolean | undefined;
|
|
974
1059
|
readOnly?: boolean | undefined;
|
|
975
|
-
type:
|
|
1060
|
+
type: DocumentTypeEmail;
|
|
976
1061
|
fontSize?: number | undefined;
|
|
1062
|
+
textAlign?: DocumentTextAlign3 | undefined;
|
|
977
1063
|
};
|
|
978
|
-
export declare const
|
|
1064
|
+
export declare const DocumentTypeName: {
|
|
979
1065
|
readonly Name: "name";
|
|
980
1066
|
};
|
|
981
|
-
export type
|
|
982
|
-
export
|
|
1067
|
+
export type DocumentTypeName = ClosedEnum<typeof DocumentTypeName>;
|
|
1068
|
+
export declare const DocumentTextAlign2: {
|
|
1069
|
+
readonly Left: "left";
|
|
1070
|
+
readonly Center: "center";
|
|
1071
|
+
readonly Right: "right";
|
|
1072
|
+
};
|
|
1073
|
+
export type DocumentTextAlign2 = ClosedEnum<typeof DocumentTextAlign2>;
|
|
1074
|
+
export type FieldMetaDocumentName = {
|
|
983
1075
|
label?: string | undefined;
|
|
984
1076
|
placeholder?: string | undefined;
|
|
985
1077
|
required?: boolean | undefined;
|
|
986
1078
|
readOnly?: boolean | undefined;
|
|
987
|
-
type:
|
|
1079
|
+
type: DocumentTypeName;
|
|
988
1080
|
fontSize?: number | undefined;
|
|
1081
|
+
textAlign?: DocumentTextAlign2 | undefined;
|
|
989
1082
|
};
|
|
990
|
-
export declare const
|
|
1083
|
+
export declare const DocumentTypeInitials: {
|
|
991
1084
|
readonly Initials: "initials";
|
|
992
1085
|
};
|
|
993
|
-
export type
|
|
994
|
-
export
|
|
1086
|
+
export type DocumentTypeInitials = ClosedEnum<typeof DocumentTypeInitials>;
|
|
1087
|
+
export declare const DocumentTextAlign1: {
|
|
1088
|
+
readonly Left: "left";
|
|
1089
|
+
readonly Center: "center";
|
|
1090
|
+
readonly Right: "right";
|
|
1091
|
+
};
|
|
1092
|
+
export type DocumentTextAlign1 = ClosedEnum<typeof DocumentTextAlign1>;
|
|
1093
|
+
export type FieldMetaDocumentInitials = {
|
|
995
1094
|
label?: string | undefined;
|
|
996
1095
|
placeholder?: string | undefined;
|
|
997
1096
|
required?: boolean | undefined;
|
|
998
1097
|
readOnly?: boolean | undefined;
|
|
999
|
-
type:
|
|
1098
|
+
type: DocumentTypeInitials;
|
|
1000
1099
|
fontSize?: number | undefined;
|
|
1100
|
+
textAlign?: DocumentTextAlign1 | undefined;
|
|
1001
1101
|
};
|
|
1002
|
-
export type
|
|
1003
|
-
export type
|
|
1004
|
-
type:
|
|
1102
|
+
export type DocumentFieldMetaUnion = FieldMetaDocumentRadio | FieldMetaDocumentInitials | FieldMetaDocumentName | FieldMetaDocumentEmail | FieldMetaDocumentDate | FieldMetaDocumentDropdown | FieldMetaDocumentCheckbox | FieldMetaDocumentText | FieldMetaDocumentNumber;
|
|
1103
|
+
export type DocumentField = {
|
|
1104
|
+
type: DocumentFieldType;
|
|
1005
1105
|
id: number;
|
|
1006
1106
|
secondaryId: string;
|
|
1007
1107
|
documentId: number | null;
|
|
@@ -1017,10 +1117,10 @@ export type DocumentCreateDocumentTemporaryFields = {
|
|
|
1017
1117
|
height?: any | undefined;
|
|
1018
1118
|
customText: string;
|
|
1019
1119
|
inserted: boolean;
|
|
1020
|
-
fieldMeta:
|
|
1120
|
+
fieldMeta: FieldMetaDocumentRadio | FieldMetaDocumentInitials | FieldMetaDocumentName | FieldMetaDocumentEmail | FieldMetaDocumentDate | FieldMetaDocumentDropdown | FieldMetaDocumentCheckbox | FieldMetaDocumentText | FieldMetaDocumentNumber | null;
|
|
1021
1121
|
};
|
|
1022
1122
|
export type Document = {
|
|
1023
|
-
visibility:
|
|
1123
|
+
visibility: DocumentVisibility;
|
|
1024
1124
|
status: DocumentCreateDocumentTemporaryStatus;
|
|
1025
1125
|
source: DocumentCreateDocumentTemporarySource;
|
|
1026
1126
|
id: number;
|
|
@@ -1046,13 +1146,13 @@ export type Document = {
|
|
|
1046
1146
|
templateId: number | null;
|
|
1047
1147
|
documentData: DocumentCreateDocumentTemporaryDocumentData;
|
|
1048
1148
|
documentMeta: DocumentCreateDocumentTemporaryDocumentMeta | null;
|
|
1049
|
-
recipients: Array<
|
|
1050
|
-
fields: Array<
|
|
1149
|
+
recipients: Array<DocumentRecipient>;
|
|
1150
|
+
fields: Array<DocumentField>;
|
|
1051
1151
|
};
|
|
1052
1152
|
/**
|
|
1053
1153
|
* Successful response
|
|
1054
1154
|
*/
|
|
1055
|
-
export type
|
|
1155
|
+
export type DocumentCreateDocumentTemporaryResponse = {
|
|
1056
1156
|
document: Document;
|
|
1057
1157
|
/**
|
|
1058
1158
|
* The URL to upload the document PDF to. Use a PUT request with the file via form-data
|
|
@@ -1060,21 +1160,21 @@ export type DocumentCreateDocumentTemporaryResponseBody = {
|
|
|
1060
1160
|
uploadUrl: string;
|
|
1061
1161
|
};
|
|
1062
1162
|
/** @internal */
|
|
1063
|
-
export declare const
|
|
1163
|
+
export declare const VisibilityAccount$inboundSchema: z.ZodNativeEnum<typeof VisibilityAccount>;
|
|
1064
1164
|
/** @internal */
|
|
1065
|
-
export declare const
|
|
1165
|
+
export declare const VisibilityAccount$outboundSchema: z.ZodNativeEnum<typeof VisibilityAccount>;
|
|
1066
1166
|
/**
|
|
1067
1167
|
* @internal
|
|
1068
1168
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1069
1169
|
*/
|
|
1070
|
-
export declare namespace
|
|
1071
|
-
/** @deprecated use `
|
|
1170
|
+
export declare namespace VisibilityAccount$ {
|
|
1171
|
+
/** @deprecated use `VisibilityAccount$inboundSchema` instead. */
|
|
1072
1172
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1073
1173
|
readonly Everyone: "EVERYONE";
|
|
1074
1174
|
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
1075
1175
|
readonly Admin: "ADMIN";
|
|
1076
1176
|
}>;
|
|
1077
|
-
/** @deprecated use `
|
|
1177
|
+
/** @deprecated use `VisibilityAccount$outboundSchema` instead. */
|
|
1078
1178
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1079
1179
|
readonly Everyone: "EVERYONE";
|
|
1080
1180
|
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
@@ -1082,39 +1182,39 @@ export declare namespace Visibility$ {
|
|
|
1082
1182
|
}>;
|
|
1083
1183
|
}
|
|
1084
1184
|
/** @internal */
|
|
1085
|
-
export declare const
|
|
1185
|
+
export declare const DocumentCreateDocumentTemporaryGlobalAccessAuthRequest$inboundSchema: z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryGlobalAccessAuthRequest>;
|
|
1086
1186
|
/** @internal */
|
|
1087
|
-
export declare const
|
|
1187
|
+
export declare const DocumentCreateDocumentTemporaryGlobalAccessAuthRequest$outboundSchema: z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryGlobalAccessAuthRequest>;
|
|
1088
1188
|
/**
|
|
1089
1189
|
* @internal
|
|
1090
1190
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1091
1191
|
*/
|
|
1092
|
-
export declare namespace
|
|
1093
|
-
/** @deprecated use `
|
|
1192
|
+
export declare namespace DocumentCreateDocumentTemporaryGlobalAccessAuthRequest$ {
|
|
1193
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryGlobalAccessAuthRequest$inboundSchema` instead. */
|
|
1094
1194
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1095
1195
|
readonly Account: "ACCOUNT";
|
|
1096
1196
|
}>;
|
|
1097
|
-
/** @deprecated use `
|
|
1197
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryGlobalAccessAuthRequest$outboundSchema` instead. */
|
|
1098
1198
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1099
1199
|
readonly Account: "ACCOUNT";
|
|
1100
1200
|
}>;
|
|
1101
1201
|
}
|
|
1102
1202
|
/** @internal */
|
|
1103
|
-
export declare const
|
|
1203
|
+
export declare const GlobalActionAuthAccount$inboundSchema: z.ZodNativeEnum<typeof GlobalActionAuthAccount>;
|
|
1104
1204
|
/** @internal */
|
|
1105
|
-
export declare const
|
|
1205
|
+
export declare const GlobalActionAuthAccount$outboundSchema: z.ZodNativeEnum<typeof GlobalActionAuthAccount>;
|
|
1106
1206
|
/**
|
|
1107
1207
|
* @internal
|
|
1108
1208
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1109
1209
|
*/
|
|
1110
|
-
export declare namespace
|
|
1111
|
-
/** @deprecated use `
|
|
1210
|
+
export declare namespace GlobalActionAuthAccount$ {
|
|
1211
|
+
/** @deprecated use `GlobalActionAuthAccount$inboundSchema` instead. */
|
|
1112
1212
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1113
1213
|
readonly Account: "ACCOUNT";
|
|
1114
1214
|
readonly Passkey: "PASSKEY";
|
|
1115
1215
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
1116
1216
|
}>;
|
|
1117
|
-
/** @deprecated use `
|
|
1217
|
+
/** @deprecated use `GlobalActionAuthAccount$outboundSchema` instead. */
|
|
1118
1218
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1119
1219
|
readonly Account: "ACCOUNT";
|
|
1120
1220
|
readonly Passkey: "PASSKEY";
|
|
@@ -1122,84 +1222,86 @@ export declare namespace GlobalActionAuth$ {
|
|
|
1122
1222
|
}>;
|
|
1123
1223
|
}
|
|
1124
1224
|
/** @internal */
|
|
1125
|
-
export declare const
|
|
1225
|
+
export declare const FormValuesRequest$inboundSchema: z.ZodType<FormValuesRequest, z.ZodTypeDef, unknown>;
|
|
1126
1226
|
/** @internal */
|
|
1127
|
-
export type
|
|
1227
|
+
export type FormValuesRequest$Outbound = string | boolean | number;
|
|
1128
1228
|
/** @internal */
|
|
1129
|
-
export declare const
|
|
1229
|
+
export declare const FormValuesRequest$outboundSchema: z.ZodType<FormValuesRequest$Outbound, z.ZodTypeDef, FormValuesRequest>;
|
|
1130
1230
|
/**
|
|
1131
1231
|
* @internal
|
|
1132
1232
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1133
1233
|
*/
|
|
1134
|
-
export declare namespace
|
|
1135
|
-
/** @deprecated use `
|
|
1136
|
-
const inboundSchema: z.ZodType<
|
|
1137
|
-
/** @deprecated use `
|
|
1138
|
-
const outboundSchema: z.ZodType<
|
|
1139
|
-
/** @deprecated use `
|
|
1140
|
-
type Outbound =
|
|
1234
|
+
export declare namespace FormValuesRequest$ {
|
|
1235
|
+
/** @deprecated use `FormValuesRequest$inboundSchema` instead. */
|
|
1236
|
+
const inboundSchema: z.ZodType<FormValuesRequest, z.ZodTypeDef, unknown>;
|
|
1237
|
+
/** @deprecated use `FormValuesRequest$outboundSchema` instead. */
|
|
1238
|
+
const outboundSchema: z.ZodType<FormValuesRequest$Outbound, z.ZodTypeDef, FormValuesRequest>;
|
|
1239
|
+
/** @deprecated use `FormValuesRequest$Outbound` instead. */
|
|
1240
|
+
type Outbound = FormValuesRequest$Outbound;
|
|
1141
1241
|
}
|
|
1142
|
-
export declare function
|
|
1143
|
-
export declare function
|
|
1242
|
+
export declare function formValuesRequestToJSON(formValuesRequest: FormValuesRequest): string;
|
|
1243
|
+
export declare function formValuesRequestFromJSON(jsonString: string): SafeParseResult<FormValuesRequest, SDKValidationError>;
|
|
1144
1244
|
/** @internal */
|
|
1145
|
-
export declare const
|
|
1245
|
+
export declare const RoleAccount$inboundSchema: z.ZodNativeEnum<typeof RoleAccount>;
|
|
1146
1246
|
/** @internal */
|
|
1147
|
-
export declare const
|
|
1247
|
+
export declare const RoleAccount$outboundSchema: z.ZodNativeEnum<typeof RoleAccount>;
|
|
1148
1248
|
/**
|
|
1149
1249
|
* @internal
|
|
1150
1250
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1151
1251
|
*/
|
|
1152
|
-
export declare namespace
|
|
1153
|
-
/** @deprecated use `
|
|
1252
|
+
export declare namespace RoleAccount$ {
|
|
1253
|
+
/** @deprecated use `RoleAccount$inboundSchema` instead. */
|
|
1154
1254
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1155
1255
|
readonly Cc: "CC";
|
|
1156
1256
|
readonly Signer: "SIGNER";
|
|
1157
1257
|
readonly Viewer: "VIEWER";
|
|
1158
1258
|
readonly Approver: "APPROVER";
|
|
1259
|
+
readonly Assistant: "ASSISTANT";
|
|
1159
1260
|
}>;
|
|
1160
|
-
/** @deprecated use `
|
|
1261
|
+
/** @deprecated use `RoleAccount$outboundSchema` instead. */
|
|
1161
1262
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1162
1263
|
readonly Cc: "CC";
|
|
1163
1264
|
readonly Signer: "SIGNER";
|
|
1164
1265
|
readonly Viewer: "VIEWER";
|
|
1165
1266
|
readonly Approver: "APPROVER";
|
|
1267
|
+
readonly Assistant: "ASSISTANT";
|
|
1166
1268
|
}>;
|
|
1167
1269
|
}
|
|
1168
1270
|
/** @internal */
|
|
1169
|
-
export declare const
|
|
1271
|
+
export declare const DocumentCreateDocumentTemporaryAccessAuthRequest$inboundSchema: z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryAccessAuthRequest>;
|
|
1170
1272
|
/** @internal */
|
|
1171
|
-
export declare const
|
|
1273
|
+
export declare const DocumentCreateDocumentTemporaryAccessAuthRequest$outboundSchema: z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryAccessAuthRequest>;
|
|
1172
1274
|
/**
|
|
1173
1275
|
* @internal
|
|
1174
1276
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1175
1277
|
*/
|
|
1176
|
-
export declare namespace
|
|
1177
|
-
/** @deprecated use `
|
|
1278
|
+
export declare namespace DocumentCreateDocumentTemporaryAccessAuthRequest$ {
|
|
1279
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryAccessAuthRequest$inboundSchema` instead. */
|
|
1178
1280
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1179
1281
|
readonly Account: "ACCOUNT";
|
|
1180
1282
|
}>;
|
|
1181
|
-
/** @deprecated use `
|
|
1283
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryAccessAuthRequest$outboundSchema` instead. */
|
|
1182
1284
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1183
1285
|
readonly Account: "ACCOUNT";
|
|
1184
1286
|
}>;
|
|
1185
1287
|
}
|
|
1186
1288
|
/** @internal */
|
|
1187
|
-
export declare const
|
|
1289
|
+
export declare const ActionAuthAccount$inboundSchema: z.ZodNativeEnum<typeof ActionAuthAccount>;
|
|
1188
1290
|
/** @internal */
|
|
1189
|
-
export declare const
|
|
1291
|
+
export declare const ActionAuthAccount$outboundSchema: z.ZodNativeEnum<typeof ActionAuthAccount>;
|
|
1190
1292
|
/**
|
|
1191
1293
|
* @internal
|
|
1192
1294
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1193
1295
|
*/
|
|
1194
|
-
export declare namespace
|
|
1195
|
-
/** @deprecated use `
|
|
1296
|
+
export declare namespace ActionAuthAccount$ {
|
|
1297
|
+
/** @deprecated use `ActionAuthAccount$inboundSchema` instead. */
|
|
1196
1298
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1197
1299
|
readonly Account: "ACCOUNT";
|
|
1198
1300
|
readonly Passkey: "PASSKEY";
|
|
1199
1301
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
1200
1302
|
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
1201
1303
|
}>;
|
|
1202
|
-
/** @deprecated use `
|
|
1304
|
+
/** @deprecated use `ActionAuthAccount$outboundSchema` instead. */
|
|
1203
1305
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1204
1306
|
readonly Account: "ACCOUNT";
|
|
1205
1307
|
readonly Passkey: "PASSKEY";
|
|
@@ -1208,97 +1310,97 @@ export declare namespace ActionAuth$ {
|
|
|
1208
1310
|
}>;
|
|
1209
1311
|
}
|
|
1210
1312
|
/** @internal */
|
|
1211
|
-
export declare const
|
|
1313
|
+
export declare const TypeAccountDropdown1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountDropdown1>;
|
|
1212
1314
|
/** @internal */
|
|
1213
|
-
export declare const
|
|
1315
|
+
export declare const TypeAccountDropdown1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountDropdown1>;
|
|
1214
1316
|
/**
|
|
1215
1317
|
* @internal
|
|
1216
1318
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1217
1319
|
*/
|
|
1218
|
-
export declare namespace
|
|
1219
|
-
/** @deprecated use `
|
|
1320
|
+
export declare namespace TypeAccountDropdown1$ {
|
|
1321
|
+
/** @deprecated use `TypeAccountDropdown1$inboundSchema` instead. */
|
|
1220
1322
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1221
1323
|
readonly Dropdown: "DROPDOWN";
|
|
1222
1324
|
}>;
|
|
1223
|
-
/** @deprecated use `
|
|
1325
|
+
/** @deprecated use `TypeAccountDropdown1$outboundSchema` instead. */
|
|
1224
1326
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1225
1327
|
readonly Dropdown: "DROPDOWN";
|
|
1226
1328
|
}>;
|
|
1227
1329
|
}
|
|
1228
1330
|
/** @internal */
|
|
1229
|
-
export declare const
|
|
1331
|
+
export declare const TypeAccountDropdown2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountDropdown2>;
|
|
1230
1332
|
/** @internal */
|
|
1231
|
-
export declare const
|
|
1333
|
+
export declare const TypeAccountDropdown2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountDropdown2>;
|
|
1232
1334
|
/**
|
|
1233
1335
|
* @internal
|
|
1234
1336
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1235
1337
|
*/
|
|
1236
|
-
export declare namespace
|
|
1237
|
-
/** @deprecated use `
|
|
1338
|
+
export declare namespace TypeAccountDropdown2$ {
|
|
1339
|
+
/** @deprecated use `TypeAccountDropdown2$inboundSchema` instead. */
|
|
1238
1340
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1239
1341
|
readonly Dropdown: "dropdown";
|
|
1240
1342
|
}>;
|
|
1241
|
-
/** @deprecated use `
|
|
1343
|
+
/** @deprecated use `TypeAccountDropdown2$outboundSchema` instead. */
|
|
1242
1344
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1243
1345
|
readonly Dropdown: "dropdown";
|
|
1244
1346
|
}>;
|
|
1245
1347
|
}
|
|
1246
1348
|
/** @internal */
|
|
1247
|
-
export declare const
|
|
1349
|
+
export declare const ValueAccountDropdown$inboundSchema: z.ZodType<ValueAccountDropdown, z.ZodTypeDef, unknown>;
|
|
1248
1350
|
/** @internal */
|
|
1249
|
-
export type
|
|
1351
|
+
export type ValueAccountDropdown$Outbound = {
|
|
1250
1352
|
value: string;
|
|
1251
1353
|
};
|
|
1252
1354
|
/** @internal */
|
|
1253
|
-
export declare const
|
|
1355
|
+
export declare const ValueAccountDropdown$outboundSchema: z.ZodType<ValueAccountDropdown$Outbound, z.ZodTypeDef, ValueAccountDropdown>;
|
|
1254
1356
|
/**
|
|
1255
1357
|
* @internal
|
|
1256
1358
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1257
1359
|
*/
|
|
1258
|
-
export declare namespace
|
|
1259
|
-
/** @deprecated use `
|
|
1260
|
-
const inboundSchema: z.ZodType<
|
|
1261
|
-
/** @deprecated use `
|
|
1262
|
-
const outboundSchema: z.ZodType<
|
|
1263
|
-
/** @deprecated use `
|
|
1264
|
-
type Outbound =
|
|
1360
|
+
export declare namespace ValueAccountDropdown$ {
|
|
1361
|
+
/** @deprecated use `ValueAccountDropdown$inboundSchema` instead. */
|
|
1362
|
+
const inboundSchema: z.ZodType<ValueAccountDropdown, z.ZodTypeDef, unknown>;
|
|
1363
|
+
/** @deprecated use `ValueAccountDropdown$outboundSchema` instead. */
|
|
1364
|
+
const outboundSchema: z.ZodType<ValueAccountDropdown$Outbound, z.ZodTypeDef, ValueAccountDropdown>;
|
|
1365
|
+
/** @deprecated use `ValueAccountDropdown$Outbound` instead. */
|
|
1366
|
+
type Outbound = ValueAccountDropdown$Outbound;
|
|
1265
1367
|
}
|
|
1266
|
-
export declare function
|
|
1267
|
-
export declare function
|
|
1368
|
+
export declare function valueAccountDropdownToJSON(valueAccountDropdown: ValueAccountDropdown): string;
|
|
1369
|
+
export declare function valueAccountDropdownFromJSON(jsonString: string): SafeParseResult<ValueAccountDropdown, SDKValidationError>;
|
|
1268
1370
|
/** @internal */
|
|
1269
|
-
export declare const
|
|
1371
|
+
export declare const FieldMetaAccountDropdown$inboundSchema: z.ZodType<FieldMetaAccountDropdown, z.ZodTypeDef, unknown>;
|
|
1270
1372
|
/** @internal */
|
|
1271
|
-
export type
|
|
1373
|
+
export type FieldMetaAccountDropdown$Outbound = {
|
|
1272
1374
|
label?: string | undefined;
|
|
1273
1375
|
placeholder?: string | undefined;
|
|
1274
1376
|
required?: boolean | undefined;
|
|
1275
1377
|
readOnly?: boolean | undefined;
|
|
1276
1378
|
type: string;
|
|
1277
|
-
values?: Array<
|
|
1379
|
+
values?: Array<ValueAccountDropdown$Outbound> | undefined;
|
|
1278
1380
|
defaultValue?: string | undefined;
|
|
1279
1381
|
};
|
|
1280
1382
|
/** @internal */
|
|
1281
|
-
export declare const
|
|
1383
|
+
export declare const FieldMetaAccountDropdown$outboundSchema: z.ZodType<FieldMetaAccountDropdown$Outbound, z.ZodTypeDef, FieldMetaAccountDropdown>;
|
|
1282
1384
|
/**
|
|
1283
1385
|
* @internal
|
|
1284
1386
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1285
1387
|
*/
|
|
1286
|
-
export declare namespace
|
|
1287
|
-
/** @deprecated use `
|
|
1288
|
-
const inboundSchema: z.ZodType<
|
|
1289
|
-
/** @deprecated use `
|
|
1290
|
-
const outboundSchema: z.ZodType<
|
|
1291
|
-
/** @deprecated use `
|
|
1292
|
-
type Outbound =
|
|
1388
|
+
export declare namespace FieldMetaAccountDropdown$ {
|
|
1389
|
+
/** @deprecated use `FieldMetaAccountDropdown$inboundSchema` instead. */
|
|
1390
|
+
const inboundSchema: z.ZodType<FieldMetaAccountDropdown, z.ZodTypeDef, unknown>;
|
|
1391
|
+
/** @deprecated use `FieldMetaAccountDropdown$outboundSchema` instead. */
|
|
1392
|
+
const outboundSchema: z.ZodType<FieldMetaAccountDropdown$Outbound, z.ZodTypeDef, FieldMetaAccountDropdown>;
|
|
1393
|
+
/** @deprecated use `FieldMetaAccountDropdown$Outbound` instead. */
|
|
1394
|
+
type Outbound = FieldMetaAccountDropdown$Outbound;
|
|
1293
1395
|
}
|
|
1294
|
-
export declare function
|
|
1295
|
-
export declare function
|
|
1396
|
+
export declare function fieldMetaAccountDropdownToJSON(fieldMetaAccountDropdown: FieldMetaAccountDropdown): string;
|
|
1397
|
+
export declare function fieldMetaAccountDropdownFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountDropdown, SDKValidationError>;
|
|
1296
1398
|
/** @internal */
|
|
1297
|
-
export declare const
|
|
1399
|
+
export declare const FieldAccountDropdown$inboundSchema: z.ZodType<FieldAccountDropdown, z.ZodTypeDef, unknown>;
|
|
1298
1400
|
/** @internal */
|
|
1299
|
-
export type
|
|
1401
|
+
export type FieldAccountDropdown$Outbound = {
|
|
1300
1402
|
type: string;
|
|
1301
|
-
fieldMeta?:
|
|
1403
|
+
fieldMeta?: FieldMetaAccountDropdown$Outbound | undefined;
|
|
1302
1404
|
pageNumber: number;
|
|
1303
1405
|
pageX: number;
|
|
1304
1406
|
pageY: number;
|
|
@@ -1306,116 +1408,116 @@ export type Eleven$Outbound = {
|
|
|
1306
1408
|
height: number;
|
|
1307
1409
|
};
|
|
1308
1410
|
/** @internal */
|
|
1309
|
-
export declare const
|
|
1411
|
+
export declare const FieldAccountDropdown$outboundSchema: z.ZodType<FieldAccountDropdown$Outbound, z.ZodTypeDef, FieldAccountDropdown>;
|
|
1310
1412
|
/**
|
|
1311
1413
|
* @internal
|
|
1312
1414
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1313
1415
|
*/
|
|
1314
|
-
export declare namespace
|
|
1315
|
-
/** @deprecated use `
|
|
1316
|
-
const inboundSchema: z.ZodType<
|
|
1317
|
-
/** @deprecated use `
|
|
1318
|
-
const outboundSchema: z.ZodType<
|
|
1319
|
-
/** @deprecated use `
|
|
1320
|
-
type Outbound =
|
|
1416
|
+
export declare namespace FieldAccountDropdown$ {
|
|
1417
|
+
/** @deprecated use `FieldAccountDropdown$inboundSchema` instead. */
|
|
1418
|
+
const inboundSchema: z.ZodType<FieldAccountDropdown, z.ZodTypeDef, unknown>;
|
|
1419
|
+
/** @deprecated use `FieldAccountDropdown$outboundSchema` instead. */
|
|
1420
|
+
const outboundSchema: z.ZodType<FieldAccountDropdown$Outbound, z.ZodTypeDef, FieldAccountDropdown>;
|
|
1421
|
+
/** @deprecated use `FieldAccountDropdown$Outbound` instead. */
|
|
1422
|
+
type Outbound = FieldAccountDropdown$Outbound;
|
|
1321
1423
|
}
|
|
1322
|
-
export declare function
|
|
1323
|
-
export declare function
|
|
1424
|
+
export declare function fieldAccountDropdownToJSON(fieldAccountDropdown: FieldAccountDropdown): string;
|
|
1425
|
+
export declare function fieldAccountDropdownFromJSON(jsonString: string): SafeParseResult<FieldAccountDropdown, SDKValidationError>;
|
|
1324
1426
|
/** @internal */
|
|
1325
|
-
export declare const
|
|
1427
|
+
export declare const TypeAccountCheckbox1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountCheckbox1>;
|
|
1326
1428
|
/** @internal */
|
|
1327
|
-
export declare const
|
|
1429
|
+
export declare const TypeAccountCheckbox1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountCheckbox1>;
|
|
1328
1430
|
/**
|
|
1329
1431
|
* @internal
|
|
1330
1432
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1331
1433
|
*/
|
|
1332
|
-
export declare namespace
|
|
1333
|
-
/** @deprecated use `
|
|
1434
|
+
export declare namespace TypeAccountCheckbox1$ {
|
|
1435
|
+
/** @deprecated use `TypeAccountCheckbox1$inboundSchema` instead. */
|
|
1334
1436
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1335
1437
|
readonly Checkbox: "CHECKBOX";
|
|
1336
1438
|
}>;
|
|
1337
|
-
/** @deprecated use `
|
|
1439
|
+
/** @deprecated use `TypeAccountCheckbox1$outboundSchema` instead. */
|
|
1338
1440
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1339
1441
|
readonly Checkbox: "CHECKBOX";
|
|
1340
1442
|
}>;
|
|
1341
1443
|
}
|
|
1342
1444
|
/** @internal */
|
|
1343
|
-
export declare const
|
|
1445
|
+
export declare const TypeAccountCheckbox2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountCheckbox2>;
|
|
1344
1446
|
/** @internal */
|
|
1345
|
-
export declare const
|
|
1447
|
+
export declare const TypeAccountCheckbox2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountCheckbox2>;
|
|
1346
1448
|
/**
|
|
1347
1449
|
* @internal
|
|
1348
1450
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1349
1451
|
*/
|
|
1350
|
-
export declare namespace
|
|
1351
|
-
/** @deprecated use `
|
|
1452
|
+
export declare namespace TypeAccountCheckbox2$ {
|
|
1453
|
+
/** @deprecated use `TypeAccountCheckbox2$inboundSchema` instead. */
|
|
1352
1454
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1353
1455
|
readonly Checkbox: "checkbox";
|
|
1354
1456
|
}>;
|
|
1355
|
-
/** @deprecated use `
|
|
1457
|
+
/** @deprecated use `TypeAccountCheckbox2$outboundSchema` instead. */
|
|
1356
1458
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1357
1459
|
readonly Checkbox: "checkbox";
|
|
1358
1460
|
}>;
|
|
1359
1461
|
}
|
|
1360
1462
|
/** @internal */
|
|
1361
|
-
export declare const
|
|
1463
|
+
export declare const ValueAccountCheckbox$inboundSchema: z.ZodType<ValueAccountCheckbox, z.ZodTypeDef, unknown>;
|
|
1362
1464
|
/** @internal */
|
|
1363
|
-
export type
|
|
1465
|
+
export type ValueAccountCheckbox$Outbound = {
|
|
1364
1466
|
id: number;
|
|
1365
1467
|
checked: boolean;
|
|
1366
1468
|
value: string;
|
|
1367
1469
|
};
|
|
1368
1470
|
/** @internal */
|
|
1369
|
-
export declare const
|
|
1471
|
+
export declare const ValueAccountCheckbox$outboundSchema: z.ZodType<ValueAccountCheckbox$Outbound, z.ZodTypeDef, ValueAccountCheckbox>;
|
|
1370
1472
|
/**
|
|
1371
1473
|
* @internal
|
|
1372
1474
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1373
1475
|
*/
|
|
1374
|
-
export declare namespace
|
|
1375
|
-
/** @deprecated use `
|
|
1376
|
-
const inboundSchema: z.ZodType<
|
|
1377
|
-
/** @deprecated use `
|
|
1378
|
-
const outboundSchema: z.ZodType<
|
|
1379
|
-
/** @deprecated use `
|
|
1380
|
-
type Outbound =
|
|
1476
|
+
export declare namespace ValueAccountCheckbox$ {
|
|
1477
|
+
/** @deprecated use `ValueAccountCheckbox$inboundSchema` instead. */
|
|
1478
|
+
const inboundSchema: z.ZodType<ValueAccountCheckbox, z.ZodTypeDef, unknown>;
|
|
1479
|
+
/** @deprecated use `ValueAccountCheckbox$outboundSchema` instead. */
|
|
1480
|
+
const outboundSchema: z.ZodType<ValueAccountCheckbox$Outbound, z.ZodTypeDef, ValueAccountCheckbox>;
|
|
1481
|
+
/** @deprecated use `ValueAccountCheckbox$Outbound` instead. */
|
|
1482
|
+
type Outbound = ValueAccountCheckbox$Outbound;
|
|
1381
1483
|
}
|
|
1382
|
-
export declare function
|
|
1383
|
-
export declare function
|
|
1484
|
+
export declare function valueAccountCheckboxToJSON(valueAccountCheckbox: ValueAccountCheckbox): string;
|
|
1485
|
+
export declare function valueAccountCheckboxFromJSON(jsonString: string): SafeParseResult<ValueAccountCheckbox, SDKValidationError>;
|
|
1384
1486
|
/** @internal */
|
|
1385
|
-
export declare const
|
|
1487
|
+
export declare const FieldMetaAccountCheckbox$inboundSchema: z.ZodType<FieldMetaAccountCheckbox, z.ZodTypeDef, unknown>;
|
|
1386
1488
|
/** @internal */
|
|
1387
|
-
export type
|
|
1489
|
+
export type FieldMetaAccountCheckbox$Outbound = {
|
|
1388
1490
|
label?: string | undefined;
|
|
1389
1491
|
placeholder?: string | undefined;
|
|
1390
1492
|
required?: boolean | undefined;
|
|
1391
1493
|
readOnly?: boolean | undefined;
|
|
1392
1494
|
type: string;
|
|
1393
|
-
values?: Array<
|
|
1495
|
+
values?: Array<ValueAccountCheckbox$Outbound> | undefined;
|
|
1394
1496
|
validationRule?: string | undefined;
|
|
1395
1497
|
validationLength?: number | undefined;
|
|
1396
1498
|
};
|
|
1397
1499
|
/** @internal */
|
|
1398
|
-
export declare const
|
|
1500
|
+
export declare const FieldMetaAccountCheckbox$outboundSchema: z.ZodType<FieldMetaAccountCheckbox$Outbound, z.ZodTypeDef, FieldMetaAccountCheckbox>;
|
|
1399
1501
|
/**
|
|
1400
1502
|
* @internal
|
|
1401
1503
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1402
1504
|
*/
|
|
1403
|
-
export declare namespace
|
|
1404
|
-
/** @deprecated use `
|
|
1405
|
-
const inboundSchema: z.ZodType<
|
|
1406
|
-
/** @deprecated use `
|
|
1407
|
-
const outboundSchema: z.ZodType<
|
|
1408
|
-
/** @deprecated use `
|
|
1409
|
-
type Outbound =
|
|
1505
|
+
export declare namespace FieldMetaAccountCheckbox$ {
|
|
1506
|
+
/** @deprecated use `FieldMetaAccountCheckbox$inboundSchema` instead. */
|
|
1507
|
+
const inboundSchema: z.ZodType<FieldMetaAccountCheckbox, z.ZodTypeDef, unknown>;
|
|
1508
|
+
/** @deprecated use `FieldMetaAccountCheckbox$outboundSchema` instead. */
|
|
1509
|
+
const outboundSchema: z.ZodType<FieldMetaAccountCheckbox$Outbound, z.ZodTypeDef, FieldMetaAccountCheckbox>;
|
|
1510
|
+
/** @deprecated use `FieldMetaAccountCheckbox$Outbound` instead. */
|
|
1511
|
+
type Outbound = FieldMetaAccountCheckbox$Outbound;
|
|
1410
1512
|
}
|
|
1411
|
-
export declare function
|
|
1412
|
-
export declare function
|
|
1513
|
+
export declare function fieldMetaAccountCheckboxToJSON(fieldMetaAccountCheckbox: FieldMetaAccountCheckbox): string;
|
|
1514
|
+
export declare function fieldMetaAccountCheckboxFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountCheckbox, SDKValidationError>;
|
|
1413
1515
|
/** @internal */
|
|
1414
|
-
export declare const
|
|
1516
|
+
export declare const FieldAccountCheckbox$inboundSchema: z.ZodType<FieldAccountCheckbox, z.ZodTypeDef, unknown>;
|
|
1415
1517
|
/** @internal */
|
|
1416
|
-
export type
|
|
1518
|
+
export type FieldAccountCheckbox$Outbound = {
|
|
1417
1519
|
type: string;
|
|
1418
|
-
fieldMeta?:
|
|
1520
|
+
fieldMeta?: FieldMetaAccountCheckbox$Outbound | undefined;
|
|
1419
1521
|
pageNumber: number;
|
|
1420
1522
|
pageX: number;
|
|
1421
1523
|
pageY: number;
|
|
@@ -1423,114 +1525,114 @@ export type Ten$Outbound = {
|
|
|
1423
1525
|
height: number;
|
|
1424
1526
|
};
|
|
1425
1527
|
/** @internal */
|
|
1426
|
-
export declare const
|
|
1528
|
+
export declare const FieldAccountCheckbox$outboundSchema: z.ZodType<FieldAccountCheckbox$Outbound, z.ZodTypeDef, FieldAccountCheckbox>;
|
|
1427
1529
|
/**
|
|
1428
1530
|
* @internal
|
|
1429
1531
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1430
1532
|
*/
|
|
1431
|
-
export declare namespace
|
|
1432
|
-
/** @deprecated use `
|
|
1433
|
-
const inboundSchema: z.ZodType<
|
|
1434
|
-
/** @deprecated use `
|
|
1435
|
-
const outboundSchema: z.ZodType<
|
|
1436
|
-
/** @deprecated use `
|
|
1437
|
-
type Outbound =
|
|
1533
|
+
export declare namespace FieldAccountCheckbox$ {
|
|
1534
|
+
/** @deprecated use `FieldAccountCheckbox$inboundSchema` instead. */
|
|
1535
|
+
const inboundSchema: z.ZodType<FieldAccountCheckbox, z.ZodTypeDef, unknown>;
|
|
1536
|
+
/** @deprecated use `FieldAccountCheckbox$outboundSchema` instead. */
|
|
1537
|
+
const outboundSchema: z.ZodType<FieldAccountCheckbox$Outbound, z.ZodTypeDef, FieldAccountCheckbox>;
|
|
1538
|
+
/** @deprecated use `FieldAccountCheckbox$Outbound` instead. */
|
|
1539
|
+
type Outbound = FieldAccountCheckbox$Outbound;
|
|
1438
1540
|
}
|
|
1439
|
-
export declare function
|
|
1440
|
-
export declare function
|
|
1541
|
+
export declare function fieldAccountCheckboxToJSON(fieldAccountCheckbox: FieldAccountCheckbox): string;
|
|
1542
|
+
export declare function fieldAccountCheckboxFromJSON(jsonString: string): SafeParseResult<FieldAccountCheckbox, SDKValidationError>;
|
|
1441
1543
|
/** @internal */
|
|
1442
|
-
export declare const
|
|
1544
|
+
export declare const TypeAccountRadio1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountRadio1>;
|
|
1443
1545
|
/** @internal */
|
|
1444
|
-
export declare const
|
|
1546
|
+
export declare const TypeAccountRadio1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountRadio1>;
|
|
1445
1547
|
/**
|
|
1446
1548
|
* @internal
|
|
1447
1549
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1448
1550
|
*/
|
|
1449
|
-
export declare namespace
|
|
1450
|
-
/** @deprecated use `
|
|
1551
|
+
export declare namespace TypeAccountRadio1$ {
|
|
1552
|
+
/** @deprecated use `TypeAccountRadio1$inboundSchema` instead. */
|
|
1451
1553
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1452
1554
|
readonly Radio: "RADIO";
|
|
1453
1555
|
}>;
|
|
1454
|
-
/** @deprecated use `
|
|
1556
|
+
/** @deprecated use `TypeAccountRadio1$outboundSchema` instead. */
|
|
1455
1557
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1456
1558
|
readonly Radio: "RADIO";
|
|
1457
1559
|
}>;
|
|
1458
1560
|
}
|
|
1459
1561
|
/** @internal */
|
|
1460
|
-
export declare const
|
|
1562
|
+
export declare const TypeAccountRadio2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountRadio2>;
|
|
1461
1563
|
/** @internal */
|
|
1462
|
-
export declare const
|
|
1564
|
+
export declare const TypeAccountRadio2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountRadio2>;
|
|
1463
1565
|
/**
|
|
1464
1566
|
* @internal
|
|
1465
1567
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1466
1568
|
*/
|
|
1467
|
-
export declare namespace
|
|
1468
|
-
/** @deprecated use `
|
|
1569
|
+
export declare namespace TypeAccountRadio2$ {
|
|
1570
|
+
/** @deprecated use `TypeAccountRadio2$inboundSchema` instead. */
|
|
1469
1571
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1470
1572
|
readonly Radio: "radio";
|
|
1471
1573
|
}>;
|
|
1472
|
-
/** @deprecated use `
|
|
1574
|
+
/** @deprecated use `TypeAccountRadio2$outboundSchema` instead. */
|
|
1473
1575
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1474
1576
|
readonly Radio: "radio";
|
|
1475
1577
|
}>;
|
|
1476
1578
|
}
|
|
1477
1579
|
/** @internal */
|
|
1478
|
-
export declare const
|
|
1580
|
+
export declare const ValueAccountRadio$inboundSchema: z.ZodType<ValueAccountRadio, z.ZodTypeDef, unknown>;
|
|
1479
1581
|
/** @internal */
|
|
1480
|
-
export type
|
|
1582
|
+
export type ValueAccountRadio$Outbound = {
|
|
1481
1583
|
id: number;
|
|
1482
1584
|
checked: boolean;
|
|
1483
1585
|
value: string;
|
|
1484
1586
|
};
|
|
1485
1587
|
/** @internal */
|
|
1486
|
-
export declare const
|
|
1588
|
+
export declare const ValueAccountRadio$outboundSchema: z.ZodType<ValueAccountRadio$Outbound, z.ZodTypeDef, ValueAccountRadio>;
|
|
1487
1589
|
/**
|
|
1488
1590
|
* @internal
|
|
1489
1591
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1490
1592
|
*/
|
|
1491
|
-
export declare namespace
|
|
1492
|
-
/** @deprecated use `
|
|
1493
|
-
const inboundSchema: z.ZodType<
|
|
1494
|
-
/** @deprecated use `
|
|
1495
|
-
const outboundSchema: z.ZodType<
|
|
1496
|
-
/** @deprecated use `
|
|
1497
|
-
type Outbound =
|
|
1593
|
+
export declare namespace ValueAccountRadio$ {
|
|
1594
|
+
/** @deprecated use `ValueAccountRadio$inboundSchema` instead. */
|
|
1595
|
+
const inboundSchema: z.ZodType<ValueAccountRadio, z.ZodTypeDef, unknown>;
|
|
1596
|
+
/** @deprecated use `ValueAccountRadio$outboundSchema` instead. */
|
|
1597
|
+
const outboundSchema: z.ZodType<ValueAccountRadio$Outbound, z.ZodTypeDef, ValueAccountRadio>;
|
|
1598
|
+
/** @deprecated use `ValueAccountRadio$Outbound` instead. */
|
|
1599
|
+
type Outbound = ValueAccountRadio$Outbound;
|
|
1498
1600
|
}
|
|
1499
|
-
export declare function
|
|
1500
|
-
export declare function
|
|
1601
|
+
export declare function valueAccountRadioToJSON(valueAccountRadio: ValueAccountRadio): string;
|
|
1602
|
+
export declare function valueAccountRadioFromJSON(jsonString: string): SafeParseResult<ValueAccountRadio, SDKValidationError>;
|
|
1501
1603
|
/** @internal */
|
|
1502
|
-
export declare const
|
|
1604
|
+
export declare const FieldMetaAccountRadio$inboundSchema: z.ZodType<FieldMetaAccountRadio, z.ZodTypeDef, unknown>;
|
|
1503
1605
|
/** @internal */
|
|
1504
|
-
export type
|
|
1606
|
+
export type FieldMetaAccountRadio$Outbound = {
|
|
1505
1607
|
label?: string | undefined;
|
|
1506
1608
|
placeholder?: string | undefined;
|
|
1507
1609
|
required?: boolean | undefined;
|
|
1508
1610
|
readOnly?: boolean | undefined;
|
|
1509
1611
|
type: string;
|
|
1510
|
-
values?: Array<
|
|
1612
|
+
values?: Array<ValueAccountRadio$Outbound> | undefined;
|
|
1511
1613
|
};
|
|
1512
1614
|
/** @internal */
|
|
1513
|
-
export declare const
|
|
1615
|
+
export declare const FieldMetaAccountRadio$outboundSchema: z.ZodType<FieldMetaAccountRadio$Outbound, z.ZodTypeDef, FieldMetaAccountRadio>;
|
|
1514
1616
|
/**
|
|
1515
1617
|
* @internal
|
|
1516
1618
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1517
1619
|
*/
|
|
1518
|
-
export declare namespace
|
|
1519
|
-
/** @deprecated use `
|
|
1520
|
-
const inboundSchema: z.ZodType<
|
|
1521
|
-
/** @deprecated use `
|
|
1522
|
-
const outboundSchema: z.ZodType<
|
|
1523
|
-
/** @deprecated use `
|
|
1524
|
-
type Outbound =
|
|
1620
|
+
export declare namespace FieldMetaAccountRadio$ {
|
|
1621
|
+
/** @deprecated use `FieldMetaAccountRadio$inboundSchema` instead. */
|
|
1622
|
+
const inboundSchema: z.ZodType<FieldMetaAccountRadio, z.ZodTypeDef, unknown>;
|
|
1623
|
+
/** @deprecated use `FieldMetaAccountRadio$outboundSchema` instead. */
|
|
1624
|
+
const outboundSchema: z.ZodType<FieldMetaAccountRadio$Outbound, z.ZodTypeDef, FieldMetaAccountRadio>;
|
|
1625
|
+
/** @deprecated use `FieldMetaAccountRadio$Outbound` instead. */
|
|
1626
|
+
type Outbound = FieldMetaAccountRadio$Outbound;
|
|
1525
1627
|
}
|
|
1526
|
-
export declare function
|
|
1527
|
-
export declare function
|
|
1628
|
+
export declare function fieldMetaAccountRadioToJSON(fieldMetaAccountRadio: FieldMetaAccountRadio): string;
|
|
1629
|
+
export declare function fieldMetaAccountRadioFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountRadio, SDKValidationError>;
|
|
1528
1630
|
/** @internal */
|
|
1529
|
-
export declare const
|
|
1631
|
+
export declare const FieldAccountRadio$inboundSchema: z.ZodType<FieldAccountRadio, z.ZodTypeDef, unknown>;
|
|
1530
1632
|
/** @internal */
|
|
1531
|
-
export type
|
|
1633
|
+
export type FieldAccountRadio$Outbound = {
|
|
1532
1634
|
type: string;
|
|
1533
|
-
fieldMeta?:
|
|
1635
|
+
fieldMeta?: FieldMetaAccountRadio$Outbound | undefined;
|
|
1534
1636
|
pageNumber: number;
|
|
1535
1637
|
pageX: number;
|
|
1536
1638
|
pageY: number;
|
|
@@ -1538,61 +1640,83 @@ export type Nine$Outbound = {
|
|
|
1538
1640
|
height: number;
|
|
1539
1641
|
};
|
|
1540
1642
|
/** @internal */
|
|
1541
|
-
export declare const
|
|
1643
|
+
export declare const FieldAccountRadio$outboundSchema: z.ZodType<FieldAccountRadio$Outbound, z.ZodTypeDef, FieldAccountRadio>;
|
|
1542
1644
|
/**
|
|
1543
1645
|
* @internal
|
|
1544
1646
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1545
1647
|
*/
|
|
1546
|
-
export declare namespace
|
|
1547
|
-
/** @deprecated use `
|
|
1548
|
-
const inboundSchema: z.ZodType<
|
|
1549
|
-
/** @deprecated use `
|
|
1550
|
-
const outboundSchema: z.ZodType<
|
|
1551
|
-
/** @deprecated use `
|
|
1552
|
-
type Outbound =
|
|
1648
|
+
export declare namespace FieldAccountRadio$ {
|
|
1649
|
+
/** @deprecated use `FieldAccountRadio$inboundSchema` instead. */
|
|
1650
|
+
const inboundSchema: z.ZodType<FieldAccountRadio, z.ZodTypeDef, unknown>;
|
|
1651
|
+
/** @deprecated use `FieldAccountRadio$outboundSchema` instead. */
|
|
1652
|
+
const outboundSchema: z.ZodType<FieldAccountRadio$Outbound, z.ZodTypeDef, FieldAccountRadio>;
|
|
1653
|
+
/** @deprecated use `FieldAccountRadio$Outbound` instead. */
|
|
1654
|
+
type Outbound = FieldAccountRadio$Outbound;
|
|
1553
1655
|
}
|
|
1554
|
-
export declare function
|
|
1555
|
-
export declare function
|
|
1656
|
+
export declare function fieldAccountRadioToJSON(fieldAccountRadio: FieldAccountRadio): string;
|
|
1657
|
+
export declare function fieldAccountRadioFromJSON(jsonString: string): SafeParseResult<FieldAccountRadio, SDKValidationError>;
|
|
1556
1658
|
/** @internal */
|
|
1557
|
-
export declare const
|
|
1659
|
+
export declare const TypeAccountNumber1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountNumber1>;
|
|
1558
1660
|
/** @internal */
|
|
1559
|
-
export declare const
|
|
1661
|
+
export declare const TypeAccountNumber1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountNumber1>;
|
|
1560
1662
|
/**
|
|
1561
1663
|
* @internal
|
|
1562
1664
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1563
1665
|
*/
|
|
1564
|
-
export declare namespace
|
|
1565
|
-
/** @deprecated use `
|
|
1666
|
+
export declare namespace TypeAccountNumber1$ {
|
|
1667
|
+
/** @deprecated use `TypeAccountNumber1$inboundSchema` instead. */
|
|
1566
1668
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1567
1669
|
readonly Number: "NUMBER";
|
|
1568
1670
|
}>;
|
|
1569
|
-
/** @deprecated use `
|
|
1671
|
+
/** @deprecated use `TypeAccountNumber1$outboundSchema` instead. */
|
|
1570
1672
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1571
1673
|
readonly Number: "NUMBER";
|
|
1572
1674
|
}>;
|
|
1573
1675
|
}
|
|
1574
1676
|
/** @internal */
|
|
1575
|
-
export declare const
|
|
1677
|
+
export declare const TypeAccountNumber2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountNumber2>;
|
|
1576
1678
|
/** @internal */
|
|
1577
|
-
export declare const
|
|
1679
|
+
export declare const TypeAccountNumber2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountNumber2>;
|
|
1578
1680
|
/**
|
|
1579
1681
|
* @internal
|
|
1580
1682
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1581
1683
|
*/
|
|
1582
|
-
export declare namespace
|
|
1583
|
-
/** @deprecated use `
|
|
1684
|
+
export declare namespace TypeAccountNumber2$ {
|
|
1685
|
+
/** @deprecated use `TypeAccountNumber2$inboundSchema` instead. */
|
|
1584
1686
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1585
1687
|
readonly Number: "number";
|
|
1586
1688
|
}>;
|
|
1587
|
-
/** @deprecated use `
|
|
1689
|
+
/** @deprecated use `TypeAccountNumber2$outboundSchema` instead. */
|
|
1588
1690
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1589
1691
|
readonly Number: "number";
|
|
1590
1692
|
}>;
|
|
1591
1693
|
}
|
|
1592
1694
|
/** @internal */
|
|
1593
|
-
export declare const
|
|
1695
|
+
export declare const TextAlignAccountNumber$inboundSchema: z.ZodNativeEnum<typeof TextAlignAccountNumber>;
|
|
1696
|
+
/** @internal */
|
|
1697
|
+
export declare const TextAlignAccountNumber$outboundSchema: z.ZodNativeEnum<typeof TextAlignAccountNumber>;
|
|
1698
|
+
/**
|
|
1699
|
+
* @internal
|
|
1700
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1701
|
+
*/
|
|
1702
|
+
export declare namespace TextAlignAccountNumber$ {
|
|
1703
|
+
/** @deprecated use `TextAlignAccountNumber$inboundSchema` instead. */
|
|
1704
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1705
|
+
readonly Left: "left";
|
|
1706
|
+
readonly Center: "center";
|
|
1707
|
+
readonly Right: "right";
|
|
1708
|
+
}>;
|
|
1709
|
+
/** @deprecated use `TextAlignAccountNumber$outboundSchema` instead. */
|
|
1710
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1711
|
+
readonly Left: "left";
|
|
1712
|
+
readonly Center: "center";
|
|
1713
|
+
readonly Right: "right";
|
|
1714
|
+
}>;
|
|
1715
|
+
}
|
|
1716
|
+
/** @internal */
|
|
1717
|
+
export declare const FieldMetaAccountNumber$inboundSchema: z.ZodType<FieldMetaAccountNumber, z.ZodTypeDef, unknown>;
|
|
1594
1718
|
/** @internal */
|
|
1595
|
-
export type
|
|
1719
|
+
export type FieldMetaAccountNumber$Outbound = {
|
|
1596
1720
|
label?: string | undefined;
|
|
1597
1721
|
placeholder?: string | undefined;
|
|
1598
1722
|
required?: boolean | undefined;
|
|
@@ -1603,29 +1727,30 @@ export type DocumentCreateDocumentTemporaryFieldsDocumentsRequestRequestBodyFiel
|
|
|
1603
1727
|
minValue?: number | undefined;
|
|
1604
1728
|
maxValue?: number | undefined;
|
|
1605
1729
|
fontSize?: number | undefined;
|
|
1730
|
+
textAlign?: string | undefined;
|
|
1606
1731
|
};
|
|
1607
1732
|
/** @internal */
|
|
1608
|
-
export declare const
|
|
1733
|
+
export declare const FieldMetaAccountNumber$outboundSchema: z.ZodType<FieldMetaAccountNumber$Outbound, z.ZodTypeDef, FieldMetaAccountNumber>;
|
|
1609
1734
|
/**
|
|
1610
1735
|
* @internal
|
|
1611
1736
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1612
1737
|
*/
|
|
1613
|
-
export declare namespace
|
|
1614
|
-
/** @deprecated use `
|
|
1615
|
-
const inboundSchema: z.ZodType<
|
|
1616
|
-
/** @deprecated use `
|
|
1617
|
-
const outboundSchema: z.ZodType<
|
|
1618
|
-
/** @deprecated use `
|
|
1619
|
-
type Outbound =
|
|
1738
|
+
export declare namespace FieldMetaAccountNumber$ {
|
|
1739
|
+
/** @deprecated use `FieldMetaAccountNumber$inboundSchema` instead. */
|
|
1740
|
+
const inboundSchema: z.ZodType<FieldMetaAccountNumber, z.ZodTypeDef, unknown>;
|
|
1741
|
+
/** @deprecated use `FieldMetaAccountNumber$outboundSchema` instead. */
|
|
1742
|
+
const outboundSchema: z.ZodType<FieldMetaAccountNumber$Outbound, z.ZodTypeDef, FieldMetaAccountNumber>;
|
|
1743
|
+
/** @deprecated use `FieldMetaAccountNumber$Outbound` instead. */
|
|
1744
|
+
type Outbound = FieldMetaAccountNumber$Outbound;
|
|
1620
1745
|
}
|
|
1621
|
-
export declare function
|
|
1622
|
-
export declare function
|
|
1746
|
+
export declare function fieldMetaAccountNumberToJSON(fieldMetaAccountNumber: FieldMetaAccountNumber): string;
|
|
1747
|
+
export declare function fieldMetaAccountNumberFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountNumber, SDKValidationError>;
|
|
1623
1748
|
/** @internal */
|
|
1624
|
-
export declare const
|
|
1749
|
+
export declare const FieldAccountNumber$inboundSchema: z.ZodType<FieldAccountNumber, z.ZodTypeDef, unknown>;
|
|
1625
1750
|
/** @internal */
|
|
1626
|
-
export type
|
|
1751
|
+
export type FieldAccountNumber$Outbound = {
|
|
1627
1752
|
type: string;
|
|
1628
|
-
fieldMeta?:
|
|
1753
|
+
fieldMeta?: FieldMetaAccountNumber$Outbound | undefined;
|
|
1629
1754
|
pageNumber: number;
|
|
1630
1755
|
pageX: number;
|
|
1631
1756
|
pageY: number;
|
|
@@ -1633,61 +1758,83 @@ export type Eight$Outbound = {
|
|
|
1633
1758
|
height: number;
|
|
1634
1759
|
};
|
|
1635
1760
|
/** @internal */
|
|
1636
|
-
export declare const
|
|
1761
|
+
export declare const FieldAccountNumber$outboundSchema: z.ZodType<FieldAccountNumber$Outbound, z.ZodTypeDef, FieldAccountNumber>;
|
|
1637
1762
|
/**
|
|
1638
1763
|
* @internal
|
|
1639
1764
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1640
1765
|
*/
|
|
1641
|
-
export declare namespace
|
|
1642
|
-
/** @deprecated use `
|
|
1643
|
-
const inboundSchema: z.ZodType<
|
|
1644
|
-
/** @deprecated use `
|
|
1645
|
-
const outboundSchema: z.ZodType<
|
|
1646
|
-
/** @deprecated use `
|
|
1647
|
-
type Outbound =
|
|
1766
|
+
export declare namespace FieldAccountNumber$ {
|
|
1767
|
+
/** @deprecated use `FieldAccountNumber$inboundSchema` instead. */
|
|
1768
|
+
const inboundSchema: z.ZodType<FieldAccountNumber, z.ZodTypeDef, unknown>;
|
|
1769
|
+
/** @deprecated use `FieldAccountNumber$outboundSchema` instead. */
|
|
1770
|
+
const outboundSchema: z.ZodType<FieldAccountNumber$Outbound, z.ZodTypeDef, FieldAccountNumber>;
|
|
1771
|
+
/** @deprecated use `FieldAccountNumber$Outbound` instead. */
|
|
1772
|
+
type Outbound = FieldAccountNumber$Outbound;
|
|
1648
1773
|
}
|
|
1649
|
-
export declare function
|
|
1650
|
-
export declare function
|
|
1774
|
+
export declare function fieldAccountNumberToJSON(fieldAccountNumber: FieldAccountNumber): string;
|
|
1775
|
+
export declare function fieldAccountNumberFromJSON(jsonString: string): SafeParseResult<FieldAccountNumber, SDKValidationError>;
|
|
1651
1776
|
/** @internal */
|
|
1652
|
-
export declare const
|
|
1777
|
+
export declare const TypeAccountText1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountText1>;
|
|
1653
1778
|
/** @internal */
|
|
1654
|
-
export declare const
|
|
1779
|
+
export declare const TypeAccountText1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountText1>;
|
|
1655
1780
|
/**
|
|
1656
1781
|
* @internal
|
|
1657
1782
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1658
1783
|
*/
|
|
1659
|
-
export declare namespace
|
|
1660
|
-
/** @deprecated use `
|
|
1784
|
+
export declare namespace TypeAccountText1$ {
|
|
1785
|
+
/** @deprecated use `TypeAccountText1$inboundSchema` instead. */
|
|
1661
1786
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1662
1787
|
readonly Text: "TEXT";
|
|
1663
1788
|
}>;
|
|
1664
|
-
/** @deprecated use `
|
|
1789
|
+
/** @deprecated use `TypeAccountText1$outboundSchema` instead. */
|
|
1665
1790
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1666
1791
|
readonly Text: "TEXT";
|
|
1667
1792
|
}>;
|
|
1668
1793
|
}
|
|
1669
1794
|
/** @internal */
|
|
1670
|
-
export declare const
|
|
1795
|
+
export declare const TypeAccountText2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountText2>;
|
|
1671
1796
|
/** @internal */
|
|
1672
|
-
export declare const
|
|
1797
|
+
export declare const TypeAccountText2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountText2>;
|
|
1673
1798
|
/**
|
|
1674
1799
|
* @internal
|
|
1675
1800
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1676
1801
|
*/
|
|
1677
|
-
export declare namespace
|
|
1678
|
-
/** @deprecated use `
|
|
1802
|
+
export declare namespace TypeAccountText2$ {
|
|
1803
|
+
/** @deprecated use `TypeAccountText2$inboundSchema` instead. */
|
|
1679
1804
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1680
1805
|
readonly Text: "text";
|
|
1681
1806
|
}>;
|
|
1682
|
-
/** @deprecated use `
|
|
1807
|
+
/** @deprecated use `TypeAccountText2$outboundSchema` instead. */
|
|
1683
1808
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1684
1809
|
readonly Text: "text";
|
|
1685
1810
|
}>;
|
|
1686
1811
|
}
|
|
1687
1812
|
/** @internal */
|
|
1688
|
-
export declare const
|
|
1813
|
+
export declare const TextAlignAccountText$inboundSchema: z.ZodNativeEnum<typeof TextAlignAccountText>;
|
|
1814
|
+
/** @internal */
|
|
1815
|
+
export declare const TextAlignAccountText$outboundSchema: z.ZodNativeEnum<typeof TextAlignAccountText>;
|
|
1816
|
+
/**
|
|
1817
|
+
* @internal
|
|
1818
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1819
|
+
*/
|
|
1820
|
+
export declare namespace TextAlignAccountText$ {
|
|
1821
|
+
/** @deprecated use `TextAlignAccountText$inboundSchema` instead. */
|
|
1822
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1823
|
+
readonly Left: "left";
|
|
1824
|
+
readonly Center: "center";
|
|
1825
|
+
readonly Right: "right";
|
|
1826
|
+
}>;
|
|
1827
|
+
/** @deprecated use `TextAlignAccountText$outboundSchema` instead. */
|
|
1828
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1829
|
+
readonly Left: "left";
|
|
1830
|
+
readonly Center: "center";
|
|
1831
|
+
readonly Right: "right";
|
|
1832
|
+
}>;
|
|
1833
|
+
}
|
|
1834
|
+
/** @internal */
|
|
1835
|
+
export declare const FieldMetaAccountText$inboundSchema: z.ZodType<FieldMetaAccountText, z.ZodTypeDef, unknown>;
|
|
1689
1836
|
/** @internal */
|
|
1690
|
-
export type
|
|
1837
|
+
export type FieldMetaAccountText$Outbound = {
|
|
1691
1838
|
label?: string | undefined;
|
|
1692
1839
|
placeholder?: string | undefined;
|
|
1693
1840
|
required?: boolean | undefined;
|
|
@@ -1696,29 +1843,30 @@ export type DocumentCreateDocumentTemporaryFieldsDocumentsRequestFieldMeta$Outbo
|
|
|
1696
1843
|
text?: string | undefined;
|
|
1697
1844
|
characterLimit?: number | undefined;
|
|
1698
1845
|
fontSize?: number | undefined;
|
|
1846
|
+
textAlign?: string | undefined;
|
|
1699
1847
|
};
|
|
1700
1848
|
/** @internal */
|
|
1701
|
-
export declare const
|
|
1849
|
+
export declare const FieldMetaAccountText$outboundSchema: z.ZodType<FieldMetaAccountText$Outbound, z.ZodTypeDef, FieldMetaAccountText>;
|
|
1702
1850
|
/**
|
|
1703
1851
|
* @internal
|
|
1704
1852
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1705
1853
|
*/
|
|
1706
|
-
export declare namespace
|
|
1707
|
-
/** @deprecated use `
|
|
1708
|
-
const inboundSchema: z.ZodType<
|
|
1709
|
-
/** @deprecated use `
|
|
1710
|
-
const outboundSchema: z.ZodType<
|
|
1711
|
-
/** @deprecated use `
|
|
1712
|
-
type Outbound =
|
|
1854
|
+
export declare namespace FieldMetaAccountText$ {
|
|
1855
|
+
/** @deprecated use `FieldMetaAccountText$inboundSchema` instead. */
|
|
1856
|
+
const inboundSchema: z.ZodType<FieldMetaAccountText, z.ZodTypeDef, unknown>;
|
|
1857
|
+
/** @deprecated use `FieldMetaAccountText$outboundSchema` instead. */
|
|
1858
|
+
const outboundSchema: z.ZodType<FieldMetaAccountText$Outbound, z.ZodTypeDef, FieldMetaAccountText>;
|
|
1859
|
+
/** @deprecated use `FieldMetaAccountText$Outbound` instead. */
|
|
1860
|
+
type Outbound = FieldMetaAccountText$Outbound;
|
|
1713
1861
|
}
|
|
1714
|
-
export declare function
|
|
1715
|
-
export declare function
|
|
1862
|
+
export declare function fieldMetaAccountTextToJSON(fieldMetaAccountText: FieldMetaAccountText): string;
|
|
1863
|
+
export declare function fieldMetaAccountTextFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountText, SDKValidationError>;
|
|
1716
1864
|
/** @internal */
|
|
1717
|
-
export declare const
|
|
1865
|
+
export declare const FieldAccountText$inboundSchema: z.ZodType<FieldAccountText, z.ZodTypeDef, unknown>;
|
|
1718
1866
|
/** @internal */
|
|
1719
|
-
export type
|
|
1867
|
+
export type FieldAccountText$Outbound = {
|
|
1720
1868
|
type: string;
|
|
1721
|
-
fieldMeta?:
|
|
1869
|
+
fieldMeta?: FieldMetaAccountText$Outbound | undefined;
|
|
1722
1870
|
pageNumber: number;
|
|
1723
1871
|
pageX: number;
|
|
1724
1872
|
pageY: number;
|
|
@@ -1726,90 +1874,113 @@ export type Seven$Outbound = {
|
|
|
1726
1874
|
height: number;
|
|
1727
1875
|
};
|
|
1728
1876
|
/** @internal */
|
|
1729
|
-
export declare const
|
|
1877
|
+
export declare const FieldAccountText$outboundSchema: z.ZodType<FieldAccountText$Outbound, z.ZodTypeDef, FieldAccountText>;
|
|
1730
1878
|
/**
|
|
1731
1879
|
* @internal
|
|
1732
1880
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1733
1881
|
*/
|
|
1734
|
-
export declare namespace
|
|
1735
|
-
/** @deprecated use `
|
|
1736
|
-
const inboundSchema: z.ZodType<
|
|
1737
|
-
/** @deprecated use `
|
|
1738
|
-
const outboundSchema: z.ZodType<
|
|
1739
|
-
/** @deprecated use `
|
|
1740
|
-
type Outbound =
|
|
1882
|
+
export declare namespace FieldAccountText$ {
|
|
1883
|
+
/** @deprecated use `FieldAccountText$inboundSchema` instead. */
|
|
1884
|
+
const inboundSchema: z.ZodType<FieldAccountText, z.ZodTypeDef, unknown>;
|
|
1885
|
+
/** @deprecated use `FieldAccountText$outboundSchema` instead. */
|
|
1886
|
+
const outboundSchema: z.ZodType<FieldAccountText$Outbound, z.ZodTypeDef, FieldAccountText>;
|
|
1887
|
+
/** @deprecated use `FieldAccountText$Outbound` instead. */
|
|
1888
|
+
type Outbound = FieldAccountText$Outbound;
|
|
1741
1889
|
}
|
|
1742
|
-
export declare function
|
|
1743
|
-
export declare function
|
|
1890
|
+
export declare function fieldAccountTextToJSON(fieldAccountText: FieldAccountText): string;
|
|
1891
|
+
export declare function fieldAccountTextFromJSON(jsonString: string): SafeParseResult<FieldAccountText, SDKValidationError>;
|
|
1744
1892
|
/** @internal */
|
|
1745
|
-
export declare const
|
|
1893
|
+
export declare const TypeAccountDate1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountDate1>;
|
|
1746
1894
|
/** @internal */
|
|
1747
|
-
export declare const
|
|
1895
|
+
export declare const TypeAccountDate1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountDate1>;
|
|
1748
1896
|
/**
|
|
1749
1897
|
* @internal
|
|
1750
1898
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1751
1899
|
*/
|
|
1752
|
-
export declare namespace
|
|
1753
|
-
/** @deprecated use `
|
|
1900
|
+
export declare namespace TypeAccountDate1$ {
|
|
1901
|
+
/** @deprecated use `TypeAccountDate1$inboundSchema` instead. */
|
|
1754
1902
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1755
1903
|
readonly Date: "DATE";
|
|
1756
1904
|
}>;
|
|
1757
|
-
/** @deprecated use `
|
|
1905
|
+
/** @deprecated use `TypeAccountDate1$outboundSchema` instead. */
|
|
1758
1906
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1759
1907
|
readonly Date: "DATE";
|
|
1760
1908
|
}>;
|
|
1761
1909
|
}
|
|
1762
1910
|
/** @internal */
|
|
1763
|
-
export declare const
|
|
1911
|
+
export declare const TypeAccountDate2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountDate2>;
|
|
1764
1912
|
/** @internal */
|
|
1765
|
-
export declare const
|
|
1913
|
+
export declare const TypeAccountDate2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountDate2>;
|
|
1766
1914
|
/**
|
|
1767
1915
|
* @internal
|
|
1768
1916
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1769
1917
|
*/
|
|
1770
|
-
export declare namespace
|
|
1771
|
-
/** @deprecated use `
|
|
1918
|
+
export declare namespace TypeAccountDate2$ {
|
|
1919
|
+
/** @deprecated use `TypeAccountDate2$inboundSchema` instead. */
|
|
1772
1920
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1773
1921
|
readonly Date: "date";
|
|
1774
1922
|
}>;
|
|
1775
|
-
/** @deprecated use `
|
|
1923
|
+
/** @deprecated use `TypeAccountDate2$outboundSchema` instead. */
|
|
1776
1924
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1777
1925
|
readonly Date: "date";
|
|
1778
1926
|
}>;
|
|
1779
1927
|
}
|
|
1780
1928
|
/** @internal */
|
|
1781
|
-
export declare const
|
|
1929
|
+
export declare const TextAlignAccountDate$inboundSchema: z.ZodNativeEnum<typeof TextAlignAccountDate>;
|
|
1782
1930
|
/** @internal */
|
|
1783
|
-
export
|
|
1931
|
+
export declare const TextAlignAccountDate$outboundSchema: z.ZodNativeEnum<typeof TextAlignAccountDate>;
|
|
1932
|
+
/**
|
|
1933
|
+
* @internal
|
|
1934
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1935
|
+
*/
|
|
1936
|
+
export declare namespace TextAlignAccountDate$ {
|
|
1937
|
+
/** @deprecated use `TextAlignAccountDate$inboundSchema` instead. */
|
|
1938
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1939
|
+
readonly Left: "left";
|
|
1940
|
+
readonly Center: "center";
|
|
1941
|
+
readonly Right: "right";
|
|
1942
|
+
}>;
|
|
1943
|
+
/** @deprecated use `TextAlignAccountDate$outboundSchema` instead. */
|
|
1944
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1945
|
+
readonly Left: "left";
|
|
1946
|
+
readonly Center: "center";
|
|
1947
|
+
readonly Right: "right";
|
|
1948
|
+
}>;
|
|
1949
|
+
}
|
|
1950
|
+
/** @internal */
|
|
1951
|
+
export declare const FieldMetaAccountDate$inboundSchema: z.ZodType<FieldMetaAccountDate, z.ZodTypeDef, unknown>;
|
|
1952
|
+
/** @internal */
|
|
1953
|
+
export type FieldMetaAccountDate$Outbound = {
|
|
1784
1954
|
label?: string | undefined;
|
|
1785
1955
|
placeholder?: string | undefined;
|
|
1786
1956
|
required?: boolean | undefined;
|
|
1787
1957
|
readOnly?: boolean | undefined;
|
|
1788
1958
|
type: string;
|
|
1789
1959
|
fontSize?: number | undefined;
|
|
1960
|
+
textAlign?: string | undefined;
|
|
1790
1961
|
};
|
|
1791
1962
|
/** @internal */
|
|
1792
|
-
export declare const
|
|
1963
|
+
export declare const FieldMetaAccountDate$outboundSchema: z.ZodType<FieldMetaAccountDate$Outbound, z.ZodTypeDef, FieldMetaAccountDate>;
|
|
1793
1964
|
/**
|
|
1794
1965
|
* @internal
|
|
1795
1966
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1796
1967
|
*/
|
|
1797
|
-
export declare namespace
|
|
1798
|
-
/** @deprecated use `
|
|
1799
|
-
const inboundSchema: z.ZodType<
|
|
1800
|
-
/** @deprecated use `
|
|
1801
|
-
const outboundSchema: z.ZodType<
|
|
1802
|
-
/** @deprecated use `
|
|
1803
|
-
type Outbound =
|
|
1968
|
+
export declare namespace FieldMetaAccountDate$ {
|
|
1969
|
+
/** @deprecated use `FieldMetaAccountDate$inboundSchema` instead. */
|
|
1970
|
+
const inboundSchema: z.ZodType<FieldMetaAccountDate, z.ZodTypeDef, unknown>;
|
|
1971
|
+
/** @deprecated use `FieldMetaAccountDate$outboundSchema` instead. */
|
|
1972
|
+
const outboundSchema: z.ZodType<FieldMetaAccountDate$Outbound, z.ZodTypeDef, FieldMetaAccountDate>;
|
|
1973
|
+
/** @deprecated use `FieldMetaAccountDate$Outbound` instead. */
|
|
1974
|
+
type Outbound = FieldMetaAccountDate$Outbound;
|
|
1804
1975
|
}
|
|
1805
|
-
export declare function
|
|
1806
|
-
export declare function
|
|
1976
|
+
export declare function fieldMetaAccountDateToJSON(fieldMetaAccountDate: FieldMetaAccountDate): string;
|
|
1977
|
+
export declare function fieldMetaAccountDateFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountDate, SDKValidationError>;
|
|
1807
1978
|
/** @internal */
|
|
1808
|
-
export declare const
|
|
1979
|
+
export declare const FieldAccountDate$inboundSchema: z.ZodType<FieldAccountDate, z.ZodTypeDef, unknown>;
|
|
1809
1980
|
/** @internal */
|
|
1810
|
-
export type
|
|
1981
|
+
export type FieldAccountDate$Outbound = {
|
|
1811
1982
|
type: string;
|
|
1812
|
-
fieldMeta?:
|
|
1983
|
+
fieldMeta?: FieldMetaAccountDate$Outbound | undefined;
|
|
1813
1984
|
pageNumber: number;
|
|
1814
1985
|
pageX: number;
|
|
1815
1986
|
pageY: number;
|
|
@@ -1817,90 +1988,113 @@ export type Six$Outbound = {
|
|
|
1817
1988
|
height: number;
|
|
1818
1989
|
};
|
|
1819
1990
|
/** @internal */
|
|
1820
|
-
export declare const
|
|
1991
|
+
export declare const FieldAccountDate$outboundSchema: z.ZodType<FieldAccountDate$Outbound, z.ZodTypeDef, FieldAccountDate>;
|
|
1821
1992
|
/**
|
|
1822
1993
|
* @internal
|
|
1823
1994
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1824
1995
|
*/
|
|
1825
|
-
export declare namespace
|
|
1826
|
-
/** @deprecated use `
|
|
1827
|
-
const inboundSchema: z.ZodType<
|
|
1828
|
-
/** @deprecated use `
|
|
1829
|
-
const outboundSchema: z.ZodType<
|
|
1830
|
-
/** @deprecated use `
|
|
1831
|
-
type Outbound =
|
|
1996
|
+
export declare namespace FieldAccountDate$ {
|
|
1997
|
+
/** @deprecated use `FieldAccountDate$inboundSchema` instead. */
|
|
1998
|
+
const inboundSchema: z.ZodType<FieldAccountDate, z.ZodTypeDef, unknown>;
|
|
1999
|
+
/** @deprecated use `FieldAccountDate$outboundSchema` instead. */
|
|
2000
|
+
const outboundSchema: z.ZodType<FieldAccountDate$Outbound, z.ZodTypeDef, FieldAccountDate>;
|
|
2001
|
+
/** @deprecated use `FieldAccountDate$Outbound` instead. */
|
|
2002
|
+
type Outbound = FieldAccountDate$Outbound;
|
|
1832
2003
|
}
|
|
1833
|
-
export declare function
|
|
1834
|
-
export declare function
|
|
2004
|
+
export declare function fieldAccountDateToJSON(fieldAccountDate: FieldAccountDate): string;
|
|
2005
|
+
export declare function fieldAccountDateFromJSON(jsonString: string): SafeParseResult<FieldAccountDate, SDKValidationError>;
|
|
1835
2006
|
/** @internal */
|
|
1836
|
-
export declare const
|
|
2007
|
+
export declare const TypeAccountEmail1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountEmail1>;
|
|
1837
2008
|
/** @internal */
|
|
1838
|
-
export declare const
|
|
2009
|
+
export declare const TypeAccountEmail1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountEmail1>;
|
|
1839
2010
|
/**
|
|
1840
2011
|
* @internal
|
|
1841
2012
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1842
2013
|
*/
|
|
1843
|
-
export declare namespace
|
|
1844
|
-
/** @deprecated use `
|
|
2014
|
+
export declare namespace TypeAccountEmail1$ {
|
|
2015
|
+
/** @deprecated use `TypeAccountEmail1$inboundSchema` instead. */
|
|
1845
2016
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1846
2017
|
readonly Email: "EMAIL";
|
|
1847
2018
|
}>;
|
|
1848
|
-
/** @deprecated use `
|
|
2019
|
+
/** @deprecated use `TypeAccountEmail1$outboundSchema` instead. */
|
|
1849
2020
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1850
2021
|
readonly Email: "EMAIL";
|
|
1851
2022
|
}>;
|
|
1852
2023
|
}
|
|
1853
2024
|
/** @internal */
|
|
1854
|
-
export declare const
|
|
2025
|
+
export declare const TypeAccountEmail2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountEmail2>;
|
|
1855
2026
|
/** @internal */
|
|
1856
|
-
export declare const
|
|
2027
|
+
export declare const TypeAccountEmail2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountEmail2>;
|
|
1857
2028
|
/**
|
|
1858
2029
|
* @internal
|
|
1859
2030
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1860
2031
|
*/
|
|
1861
|
-
export declare namespace
|
|
1862
|
-
/** @deprecated use `
|
|
2032
|
+
export declare namespace TypeAccountEmail2$ {
|
|
2033
|
+
/** @deprecated use `TypeAccountEmail2$inboundSchema` instead. */
|
|
1863
2034
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1864
2035
|
readonly Email: "email";
|
|
1865
2036
|
}>;
|
|
1866
|
-
/** @deprecated use `
|
|
2037
|
+
/** @deprecated use `TypeAccountEmail2$outboundSchema` instead. */
|
|
1867
2038
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1868
2039
|
readonly Email: "email";
|
|
1869
2040
|
}>;
|
|
1870
2041
|
}
|
|
1871
2042
|
/** @internal */
|
|
1872
|
-
export declare const
|
|
2043
|
+
export declare const TextAlignAccountEmail$inboundSchema: z.ZodNativeEnum<typeof TextAlignAccountEmail>;
|
|
2044
|
+
/** @internal */
|
|
2045
|
+
export declare const TextAlignAccountEmail$outboundSchema: z.ZodNativeEnum<typeof TextAlignAccountEmail>;
|
|
2046
|
+
/**
|
|
2047
|
+
* @internal
|
|
2048
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2049
|
+
*/
|
|
2050
|
+
export declare namespace TextAlignAccountEmail$ {
|
|
2051
|
+
/** @deprecated use `TextAlignAccountEmail$inboundSchema` instead. */
|
|
2052
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2053
|
+
readonly Left: "left";
|
|
2054
|
+
readonly Center: "center";
|
|
2055
|
+
readonly Right: "right";
|
|
2056
|
+
}>;
|
|
2057
|
+
/** @deprecated use `TextAlignAccountEmail$outboundSchema` instead. */
|
|
2058
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2059
|
+
readonly Left: "left";
|
|
2060
|
+
readonly Center: "center";
|
|
2061
|
+
readonly Right: "right";
|
|
2062
|
+
}>;
|
|
2063
|
+
}
|
|
2064
|
+
/** @internal */
|
|
2065
|
+
export declare const FieldMetaAccountEmail$inboundSchema: z.ZodType<FieldMetaAccountEmail, z.ZodTypeDef, unknown>;
|
|
1873
2066
|
/** @internal */
|
|
1874
|
-
export type
|
|
2067
|
+
export type FieldMetaAccountEmail$Outbound = {
|
|
1875
2068
|
label?: string | undefined;
|
|
1876
2069
|
placeholder?: string | undefined;
|
|
1877
2070
|
required?: boolean | undefined;
|
|
1878
2071
|
readOnly?: boolean | undefined;
|
|
1879
2072
|
type: string;
|
|
1880
2073
|
fontSize?: number | undefined;
|
|
2074
|
+
textAlign?: string | undefined;
|
|
1881
2075
|
};
|
|
1882
2076
|
/** @internal */
|
|
1883
|
-
export declare const
|
|
2077
|
+
export declare const FieldMetaAccountEmail$outboundSchema: z.ZodType<FieldMetaAccountEmail$Outbound, z.ZodTypeDef, FieldMetaAccountEmail>;
|
|
1884
2078
|
/**
|
|
1885
2079
|
* @internal
|
|
1886
2080
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1887
2081
|
*/
|
|
1888
|
-
export declare namespace
|
|
1889
|
-
/** @deprecated use `
|
|
1890
|
-
const inboundSchema: z.ZodType<
|
|
1891
|
-
/** @deprecated use `
|
|
1892
|
-
const outboundSchema: z.ZodType<
|
|
1893
|
-
/** @deprecated use `
|
|
1894
|
-
type Outbound =
|
|
2082
|
+
export declare namespace FieldMetaAccountEmail$ {
|
|
2083
|
+
/** @deprecated use `FieldMetaAccountEmail$inboundSchema` instead. */
|
|
2084
|
+
const inboundSchema: z.ZodType<FieldMetaAccountEmail, z.ZodTypeDef, unknown>;
|
|
2085
|
+
/** @deprecated use `FieldMetaAccountEmail$outboundSchema` instead. */
|
|
2086
|
+
const outboundSchema: z.ZodType<FieldMetaAccountEmail$Outbound, z.ZodTypeDef, FieldMetaAccountEmail>;
|
|
2087
|
+
/** @deprecated use `FieldMetaAccountEmail$Outbound` instead. */
|
|
2088
|
+
type Outbound = FieldMetaAccountEmail$Outbound;
|
|
1895
2089
|
}
|
|
1896
|
-
export declare function
|
|
1897
|
-
export declare function
|
|
2090
|
+
export declare function fieldMetaAccountEmailToJSON(fieldMetaAccountEmail: FieldMetaAccountEmail): string;
|
|
2091
|
+
export declare function fieldMetaAccountEmailFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountEmail, SDKValidationError>;
|
|
1898
2092
|
/** @internal */
|
|
1899
|
-
export declare const
|
|
2093
|
+
export declare const FieldAccountEmail$inboundSchema: z.ZodType<FieldAccountEmail, z.ZodTypeDef, unknown>;
|
|
1900
2094
|
/** @internal */
|
|
1901
|
-
export type
|
|
2095
|
+
export type FieldAccountEmail$Outbound = {
|
|
1902
2096
|
type: string;
|
|
1903
|
-
fieldMeta?:
|
|
2097
|
+
fieldMeta?: FieldMetaAccountEmail$Outbound | undefined;
|
|
1904
2098
|
pageNumber: number;
|
|
1905
2099
|
pageX: number;
|
|
1906
2100
|
pageY: number;
|
|
@@ -1908,90 +2102,113 @@ export type Five$Outbound = {
|
|
|
1908
2102
|
height: number;
|
|
1909
2103
|
};
|
|
1910
2104
|
/** @internal */
|
|
1911
|
-
export declare const
|
|
2105
|
+
export declare const FieldAccountEmail$outboundSchema: z.ZodType<FieldAccountEmail$Outbound, z.ZodTypeDef, FieldAccountEmail>;
|
|
1912
2106
|
/**
|
|
1913
2107
|
* @internal
|
|
1914
2108
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1915
2109
|
*/
|
|
1916
|
-
export declare namespace
|
|
1917
|
-
/** @deprecated use `
|
|
1918
|
-
const inboundSchema: z.ZodType<
|
|
1919
|
-
/** @deprecated use `
|
|
1920
|
-
const outboundSchema: z.ZodType<
|
|
1921
|
-
/** @deprecated use `
|
|
1922
|
-
type Outbound =
|
|
2110
|
+
export declare namespace FieldAccountEmail$ {
|
|
2111
|
+
/** @deprecated use `FieldAccountEmail$inboundSchema` instead. */
|
|
2112
|
+
const inboundSchema: z.ZodType<FieldAccountEmail, z.ZodTypeDef, unknown>;
|
|
2113
|
+
/** @deprecated use `FieldAccountEmail$outboundSchema` instead. */
|
|
2114
|
+
const outboundSchema: z.ZodType<FieldAccountEmail$Outbound, z.ZodTypeDef, FieldAccountEmail>;
|
|
2115
|
+
/** @deprecated use `FieldAccountEmail$Outbound` instead. */
|
|
2116
|
+
type Outbound = FieldAccountEmail$Outbound;
|
|
1923
2117
|
}
|
|
1924
|
-
export declare function
|
|
1925
|
-
export declare function
|
|
2118
|
+
export declare function fieldAccountEmailToJSON(fieldAccountEmail: FieldAccountEmail): string;
|
|
2119
|
+
export declare function fieldAccountEmailFromJSON(jsonString: string): SafeParseResult<FieldAccountEmail, SDKValidationError>;
|
|
1926
2120
|
/** @internal */
|
|
1927
|
-
export declare const
|
|
2121
|
+
export declare const TypeAccountName1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountName1>;
|
|
1928
2122
|
/** @internal */
|
|
1929
|
-
export declare const
|
|
2123
|
+
export declare const TypeAccountName1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountName1>;
|
|
1930
2124
|
/**
|
|
1931
2125
|
* @internal
|
|
1932
2126
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1933
2127
|
*/
|
|
1934
|
-
export declare namespace
|
|
1935
|
-
/** @deprecated use `
|
|
2128
|
+
export declare namespace TypeAccountName1$ {
|
|
2129
|
+
/** @deprecated use `TypeAccountName1$inboundSchema` instead. */
|
|
1936
2130
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1937
2131
|
readonly Name: "NAME";
|
|
1938
2132
|
}>;
|
|
1939
|
-
/** @deprecated use `
|
|
2133
|
+
/** @deprecated use `TypeAccountName1$outboundSchema` instead. */
|
|
1940
2134
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1941
2135
|
readonly Name: "NAME";
|
|
1942
2136
|
}>;
|
|
1943
2137
|
}
|
|
1944
2138
|
/** @internal */
|
|
1945
|
-
export declare const
|
|
2139
|
+
export declare const TypeAccountName2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountName2>;
|
|
1946
2140
|
/** @internal */
|
|
1947
|
-
export declare const
|
|
2141
|
+
export declare const TypeAccountName2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountName2>;
|
|
1948
2142
|
/**
|
|
1949
2143
|
* @internal
|
|
1950
2144
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1951
2145
|
*/
|
|
1952
|
-
export declare namespace
|
|
1953
|
-
/** @deprecated use `
|
|
2146
|
+
export declare namespace TypeAccountName2$ {
|
|
2147
|
+
/** @deprecated use `TypeAccountName2$inboundSchema` instead. */
|
|
1954
2148
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1955
2149
|
readonly Name: "name";
|
|
1956
2150
|
}>;
|
|
1957
|
-
/** @deprecated use `
|
|
2151
|
+
/** @deprecated use `TypeAccountName2$outboundSchema` instead. */
|
|
1958
2152
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1959
2153
|
readonly Name: "name";
|
|
1960
2154
|
}>;
|
|
1961
2155
|
}
|
|
1962
2156
|
/** @internal */
|
|
1963
|
-
export declare const
|
|
2157
|
+
export declare const TextAlignAccountName$inboundSchema: z.ZodNativeEnum<typeof TextAlignAccountName>;
|
|
1964
2158
|
/** @internal */
|
|
1965
|
-
export
|
|
2159
|
+
export declare const TextAlignAccountName$outboundSchema: z.ZodNativeEnum<typeof TextAlignAccountName>;
|
|
2160
|
+
/**
|
|
2161
|
+
* @internal
|
|
2162
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2163
|
+
*/
|
|
2164
|
+
export declare namespace TextAlignAccountName$ {
|
|
2165
|
+
/** @deprecated use `TextAlignAccountName$inboundSchema` instead. */
|
|
2166
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2167
|
+
readonly Left: "left";
|
|
2168
|
+
readonly Center: "center";
|
|
2169
|
+
readonly Right: "right";
|
|
2170
|
+
}>;
|
|
2171
|
+
/** @deprecated use `TextAlignAccountName$outboundSchema` instead. */
|
|
2172
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2173
|
+
readonly Left: "left";
|
|
2174
|
+
readonly Center: "center";
|
|
2175
|
+
readonly Right: "right";
|
|
2176
|
+
}>;
|
|
2177
|
+
}
|
|
2178
|
+
/** @internal */
|
|
2179
|
+
export declare const FieldMetaAccountName$inboundSchema: z.ZodType<FieldMetaAccountName, z.ZodTypeDef, unknown>;
|
|
2180
|
+
/** @internal */
|
|
2181
|
+
export type FieldMetaAccountName$Outbound = {
|
|
1966
2182
|
label?: string | undefined;
|
|
1967
2183
|
placeholder?: string | undefined;
|
|
1968
2184
|
required?: boolean | undefined;
|
|
1969
2185
|
readOnly?: boolean | undefined;
|
|
1970
2186
|
type: string;
|
|
1971
2187
|
fontSize?: number | undefined;
|
|
2188
|
+
textAlign?: string | undefined;
|
|
1972
2189
|
};
|
|
1973
2190
|
/** @internal */
|
|
1974
|
-
export declare const
|
|
2191
|
+
export declare const FieldMetaAccountName$outboundSchema: z.ZodType<FieldMetaAccountName$Outbound, z.ZodTypeDef, FieldMetaAccountName>;
|
|
1975
2192
|
/**
|
|
1976
2193
|
* @internal
|
|
1977
2194
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1978
2195
|
*/
|
|
1979
|
-
export declare namespace
|
|
1980
|
-
/** @deprecated use `
|
|
1981
|
-
const inboundSchema: z.ZodType<
|
|
1982
|
-
/** @deprecated use `
|
|
1983
|
-
const outboundSchema: z.ZodType<
|
|
1984
|
-
/** @deprecated use `
|
|
1985
|
-
type Outbound =
|
|
2196
|
+
export declare namespace FieldMetaAccountName$ {
|
|
2197
|
+
/** @deprecated use `FieldMetaAccountName$inboundSchema` instead. */
|
|
2198
|
+
const inboundSchema: z.ZodType<FieldMetaAccountName, z.ZodTypeDef, unknown>;
|
|
2199
|
+
/** @deprecated use `FieldMetaAccountName$outboundSchema` instead. */
|
|
2200
|
+
const outboundSchema: z.ZodType<FieldMetaAccountName$Outbound, z.ZodTypeDef, FieldMetaAccountName>;
|
|
2201
|
+
/** @deprecated use `FieldMetaAccountName$Outbound` instead. */
|
|
2202
|
+
type Outbound = FieldMetaAccountName$Outbound;
|
|
1986
2203
|
}
|
|
1987
|
-
export declare function
|
|
1988
|
-
export declare function
|
|
2204
|
+
export declare function fieldMetaAccountNameToJSON(fieldMetaAccountName: FieldMetaAccountName): string;
|
|
2205
|
+
export declare function fieldMetaAccountNameFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountName, SDKValidationError>;
|
|
1989
2206
|
/** @internal */
|
|
1990
|
-
export declare const
|
|
2207
|
+
export declare const FieldAccountName$inboundSchema: z.ZodType<FieldAccountName, z.ZodTypeDef, unknown>;
|
|
1991
2208
|
/** @internal */
|
|
1992
|
-
export type
|
|
2209
|
+
export type FieldAccountName$Outbound = {
|
|
1993
2210
|
type: string;
|
|
1994
|
-
fieldMeta?:
|
|
2211
|
+
fieldMeta?: FieldMetaAccountName$Outbound | undefined;
|
|
1995
2212
|
pageNumber: number;
|
|
1996
2213
|
pageX: number;
|
|
1997
2214
|
pageY: number;
|
|
@@ -1999,90 +2216,113 @@ export type Four$Outbound = {
|
|
|
1999
2216
|
height: number;
|
|
2000
2217
|
};
|
|
2001
2218
|
/** @internal */
|
|
2002
|
-
export declare const
|
|
2219
|
+
export declare const FieldAccountName$outboundSchema: z.ZodType<FieldAccountName$Outbound, z.ZodTypeDef, FieldAccountName>;
|
|
2003
2220
|
/**
|
|
2004
2221
|
* @internal
|
|
2005
2222
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2006
2223
|
*/
|
|
2007
|
-
export declare namespace
|
|
2008
|
-
/** @deprecated use `
|
|
2009
|
-
const inboundSchema: z.ZodType<
|
|
2010
|
-
/** @deprecated use `
|
|
2011
|
-
const outboundSchema: z.ZodType<
|
|
2012
|
-
/** @deprecated use `
|
|
2013
|
-
type Outbound =
|
|
2224
|
+
export declare namespace FieldAccountName$ {
|
|
2225
|
+
/** @deprecated use `FieldAccountName$inboundSchema` instead. */
|
|
2226
|
+
const inboundSchema: z.ZodType<FieldAccountName, z.ZodTypeDef, unknown>;
|
|
2227
|
+
/** @deprecated use `FieldAccountName$outboundSchema` instead. */
|
|
2228
|
+
const outboundSchema: z.ZodType<FieldAccountName$Outbound, z.ZodTypeDef, FieldAccountName>;
|
|
2229
|
+
/** @deprecated use `FieldAccountName$Outbound` instead. */
|
|
2230
|
+
type Outbound = FieldAccountName$Outbound;
|
|
2014
2231
|
}
|
|
2015
|
-
export declare function
|
|
2016
|
-
export declare function
|
|
2232
|
+
export declare function fieldAccountNameToJSON(fieldAccountName: FieldAccountName): string;
|
|
2233
|
+
export declare function fieldAccountNameFromJSON(jsonString: string): SafeParseResult<FieldAccountName, SDKValidationError>;
|
|
2017
2234
|
/** @internal */
|
|
2018
|
-
export declare const
|
|
2235
|
+
export declare const TypeAccountInitials1$inboundSchema: z.ZodNativeEnum<typeof TypeAccountInitials1>;
|
|
2019
2236
|
/** @internal */
|
|
2020
|
-
export declare const
|
|
2237
|
+
export declare const TypeAccountInitials1$outboundSchema: z.ZodNativeEnum<typeof TypeAccountInitials1>;
|
|
2021
2238
|
/**
|
|
2022
2239
|
* @internal
|
|
2023
2240
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2024
2241
|
*/
|
|
2025
|
-
export declare namespace
|
|
2026
|
-
/** @deprecated use `
|
|
2242
|
+
export declare namespace TypeAccountInitials1$ {
|
|
2243
|
+
/** @deprecated use `TypeAccountInitials1$inboundSchema` instead. */
|
|
2027
2244
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2028
2245
|
readonly Initials: "INITIALS";
|
|
2029
2246
|
}>;
|
|
2030
|
-
/** @deprecated use `
|
|
2247
|
+
/** @deprecated use `TypeAccountInitials1$outboundSchema` instead. */
|
|
2031
2248
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2032
2249
|
readonly Initials: "INITIALS";
|
|
2033
2250
|
}>;
|
|
2034
2251
|
}
|
|
2035
2252
|
/** @internal */
|
|
2036
|
-
export declare const
|
|
2253
|
+
export declare const TypeAccountInitials2$inboundSchema: z.ZodNativeEnum<typeof TypeAccountInitials2>;
|
|
2037
2254
|
/** @internal */
|
|
2038
|
-
export declare const
|
|
2255
|
+
export declare const TypeAccountInitials2$outboundSchema: z.ZodNativeEnum<typeof TypeAccountInitials2>;
|
|
2039
2256
|
/**
|
|
2040
2257
|
* @internal
|
|
2041
2258
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2042
2259
|
*/
|
|
2043
|
-
export declare namespace
|
|
2044
|
-
/** @deprecated use `
|
|
2260
|
+
export declare namespace TypeAccountInitials2$ {
|
|
2261
|
+
/** @deprecated use `TypeAccountInitials2$inboundSchema` instead. */
|
|
2045
2262
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2046
2263
|
readonly Initials: "initials";
|
|
2047
2264
|
}>;
|
|
2048
|
-
/** @deprecated use `
|
|
2265
|
+
/** @deprecated use `TypeAccountInitials2$outboundSchema` instead. */
|
|
2049
2266
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2050
2267
|
readonly Initials: "initials";
|
|
2051
2268
|
}>;
|
|
2052
2269
|
}
|
|
2053
2270
|
/** @internal */
|
|
2054
|
-
export declare const
|
|
2271
|
+
export declare const TextAlignAccountInitials$inboundSchema: z.ZodNativeEnum<typeof TextAlignAccountInitials>;
|
|
2055
2272
|
/** @internal */
|
|
2056
|
-
export
|
|
2273
|
+
export declare const TextAlignAccountInitials$outboundSchema: z.ZodNativeEnum<typeof TextAlignAccountInitials>;
|
|
2274
|
+
/**
|
|
2275
|
+
* @internal
|
|
2276
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2277
|
+
*/
|
|
2278
|
+
export declare namespace TextAlignAccountInitials$ {
|
|
2279
|
+
/** @deprecated use `TextAlignAccountInitials$inboundSchema` instead. */
|
|
2280
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2281
|
+
readonly Left: "left";
|
|
2282
|
+
readonly Center: "center";
|
|
2283
|
+
readonly Right: "right";
|
|
2284
|
+
}>;
|
|
2285
|
+
/** @deprecated use `TextAlignAccountInitials$outboundSchema` instead. */
|
|
2286
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2287
|
+
readonly Left: "left";
|
|
2288
|
+
readonly Center: "center";
|
|
2289
|
+
readonly Right: "right";
|
|
2290
|
+
}>;
|
|
2291
|
+
}
|
|
2292
|
+
/** @internal */
|
|
2293
|
+
export declare const FieldMetaAccountInitials$inboundSchema: z.ZodType<FieldMetaAccountInitials, z.ZodTypeDef, unknown>;
|
|
2294
|
+
/** @internal */
|
|
2295
|
+
export type FieldMetaAccountInitials$Outbound = {
|
|
2057
2296
|
label?: string | undefined;
|
|
2058
2297
|
placeholder?: string | undefined;
|
|
2059
2298
|
required?: boolean | undefined;
|
|
2060
2299
|
readOnly?: boolean | undefined;
|
|
2061
2300
|
type: string;
|
|
2062
2301
|
fontSize?: number | undefined;
|
|
2302
|
+
textAlign?: string | undefined;
|
|
2063
2303
|
};
|
|
2064
2304
|
/** @internal */
|
|
2065
|
-
export declare const
|
|
2305
|
+
export declare const FieldMetaAccountInitials$outboundSchema: z.ZodType<FieldMetaAccountInitials$Outbound, z.ZodTypeDef, FieldMetaAccountInitials>;
|
|
2066
2306
|
/**
|
|
2067
2307
|
* @internal
|
|
2068
2308
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2069
2309
|
*/
|
|
2070
|
-
export declare namespace
|
|
2071
|
-
/** @deprecated use `
|
|
2072
|
-
const inboundSchema: z.ZodType<
|
|
2073
|
-
/** @deprecated use `
|
|
2074
|
-
const outboundSchema: z.ZodType<
|
|
2075
|
-
/** @deprecated use `
|
|
2076
|
-
type Outbound =
|
|
2310
|
+
export declare namespace FieldMetaAccountInitials$ {
|
|
2311
|
+
/** @deprecated use `FieldMetaAccountInitials$inboundSchema` instead. */
|
|
2312
|
+
const inboundSchema: z.ZodType<FieldMetaAccountInitials, z.ZodTypeDef, unknown>;
|
|
2313
|
+
/** @deprecated use `FieldMetaAccountInitials$outboundSchema` instead. */
|
|
2314
|
+
const outboundSchema: z.ZodType<FieldMetaAccountInitials$Outbound, z.ZodTypeDef, FieldMetaAccountInitials>;
|
|
2315
|
+
/** @deprecated use `FieldMetaAccountInitials$Outbound` instead. */
|
|
2316
|
+
type Outbound = FieldMetaAccountInitials$Outbound;
|
|
2077
2317
|
}
|
|
2078
|
-
export declare function
|
|
2079
|
-
export declare function
|
|
2318
|
+
export declare function fieldMetaAccountInitialsToJSON(fieldMetaAccountInitials: FieldMetaAccountInitials): string;
|
|
2319
|
+
export declare function fieldMetaAccountInitialsFromJSON(jsonString: string): SafeParseResult<FieldMetaAccountInitials, SDKValidationError>;
|
|
2080
2320
|
/** @internal */
|
|
2081
|
-
export declare const
|
|
2321
|
+
export declare const FieldAccountInitials$inboundSchema: z.ZodType<FieldAccountInitials, z.ZodTypeDef, unknown>;
|
|
2082
2322
|
/** @internal */
|
|
2083
|
-
export type
|
|
2323
|
+
export type FieldAccountInitials$Outbound = {
|
|
2084
2324
|
type: string;
|
|
2085
|
-
fieldMeta?:
|
|
2325
|
+
fieldMeta?: FieldMetaAccountInitials$Outbound | undefined;
|
|
2086
2326
|
pageNumber: number;
|
|
2087
2327
|
pageX: number;
|
|
2088
2328
|
pageY: number;
|
|
@@ -2090,43 +2330,43 @@ export type Three$Outbound = {
|
|
|
2090
2330
|
height: number;
|
|
2091
2331
|
};
|
|
2092
2332
|
/** @internal */
|
|
2093
|
-
export declare const
|
|
2333
|
+
export declare const FieldAccountInitials$outboundSchema: z.ZodType<FieldAccountInitials$Outbound, z.ZodTypeDef, FieldAccountInitials>;
|
|
2094
2334
|
/**
|
|
2095
2335
|
* @internal
|
|
2096
2336
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2097
2337
|
*/
|
|
2098
|
-
export declare namespace
|
|
2099
|
-
/** @deprecated use `
|
|
2100
|
-
const inboundSchema: z.ZodType<
|
|
2101
|
-
/** @deprecated use `
|
|
2102
|
-
const outboundSchema: z.ZodType<
|
|
2103
|
-
/** @deprecated use `
|
|
2104
|
-
type Outbound =
|
|
2338
|
+
export declare namespace FieldAccountInitials$ {
|
|
2339
|
+
/** @deprecated use `FieldAccountInitials$inboundSchema` instead. */
|
|
2340
|
+
const inboundSchema: z.ZodType<FieldAccountInitials, z.ZodTypeDef, unknown>;
|
|
2341
|
+
/** @deprecated use `FieldAccountInitials$outboundSchema` instead. */
|
|
2342
|
+
const outboundSchema: z.ZodType<FieldAccountInitials$Outbound, z.ZodTypeDef, FieldAccountInitials>;
|
|
2343
|
+
/** @deprecated use `FieldAccountInitials$Outbound` instead. */
|
|
2344
|
+
type Outbound = FieldAccountInitials$Outbound;
|
|
2105
2345
|
}
|
|
2106
|
-
export declare function
|
|
2107
|
-
export declare function
|
|
2346
|
+
export declare function fieldAccountInitialsToJSON(fieldAccountInitials: FieldAccountInitials): string;
|
|
2347
|
+
export declare function fieldAccountInitialsFromJSON(jsonString: string): SafeParseResult<FieldAccountInitials, SDKValidationError>;
|
|
2108
2348
|
/** @internal */
|
|
2109
|
-
export declare const
|
|
2349
|
+
export declare const TypeAccountFreeSignature$inboundSchema: z.ZodNativeEnum<typeof TypeAccountFreeSignature>;
|
|
2110
2350
|
/** @internal */
|
|
2111
|
-
export declare const
|
|
2351
|
+
export declare const TypeAccountFreeSignature$outboundSchema: z.ZodNativeEnum<typeof TypeAccountFreeSignature>;
|
|
2112
2352
|
/**
|
|
2113
2353
|
* @internal
|
|
2114
2354
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2115
2355
|
*/
|
|
2116
|
-
export declare namespace
|
|
2117
|
-
/** @deprecated use `
|
|
2356
|
+
export declare namespace TypeAccountFreeSignature$ {
|
|
2357
|
+
/** @deprecated use `TypeAccountFreeSignature$inboundSchema` instead. */
|
|
2118
2358
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2119
2359
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
2120
2360
|
}>;
|
|
2121
|
-
/** @deprecated use `
|
|
2361
|
+
/** @deprecated use `TypeAccountFreeSignature$outboundSchema` instead. */
|
|
2122
2362
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2123
2363
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
2124
2364
|
}>;
|
|
2125
2365
|
}
|
|
2126
2366
|
/** @internal */
|
|
2127
|
-
export declare const
|
|
2367
|
+
export declare const FieldAccountFreeSignature$inboundSchema: z.ZodType<FieldAccountFreeSignature, z.ZodTypeDef, unknown>;
|
|
2128
2368
|
/** @internal */
|
|
2129
|
-
export type
|
|
2369
|
+
export type FieldAccountFreeSignature$Outbound = {
|
|
2130
2370
|
type: string;
|
|
2131
2371
|
pageNumber: number;
|
|
2132
2372
|
pageX: number;
|
|
@@ -2135,43 +2375,43 @@ export type Two$Outbound = {
|
|
|
2135
2375
|
height: number;
|
|
2136
2376
|
};
|
|
2137
2377
|
/** @internal */
|
|
2138
|
-
export declare const
|
|
2378
|
+
export declare const FieldAccountFreeSignature$outboundSchema: z.ZodType<FieldAccountFreeSignature$Outbound, z.ZodTypeDef, FieldAccountFreeSignature>;
|
|
2139
2379
|
/**
|
|
2140
2380
|
* @internal
|
|
2141
2381
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2142
2382
|
*/
|
|
2143
|
-
export declare namespace
|
|
2144
|
-
/** @deprecated use `
|
|
2145
|
-
const inboundSchema: z.ZodType<
|
|
2146
|
-
/** @deprecated use `
|
|
2147
|
-
const outboundSchema: z.ZodType<
|
|
2148
|
-
/** @deprecated use `
|
|
2149
|
-
type Outbound =
|
|
2383
|
+
export declare namespace FieldAccountFreeSignature$ {
|
|
2384
|
+
/** @deprecated use `FieldAccountFreeSignature$inboundSchema` instead. */
|
|
2385
|
+
const inboundSchema: z.ZodType<FieldAccountFreeSignature, z.ZodTypeDef, unknown>;
|
|
2386
|
+
/** @deprecated use `FieldAccountFreeSignature$outboundSchema` instead. */
|
|
2387
|
+
const outboundSchema: z.ZodType<FieldAccountFreeSignature$Outbound, z.ZodTypeDef, FieldAccountFreeSignature>;
|
|
2388
|
+
/** @deprecated use `FieldAccountFreeSignature$Outbound` instead. */
|
|
2389
|
+
type Outbound = FieldAccountFreeSignature$Outbound;
|
|
2150
2390
|
}
|
|
2151
|
-
export declare function
|
|
2152
|
-
export declare function
|
|
2391
|
+
export declare function fieldAccountFreeSignatureToJSON(fieldAccountFreeSignature: FieldAccountFreeSignature): string;
|
|
2392
|
+
export declare function fieldAccountFreeSignatureFromJSON(jsonString: string): SafeParseResult<FieldAccountFreeSignature, SDKValidationError>;
|
|
2153
2393
|
/** @internal */
|
|
2154
|
-
export declare const
|
|
2394
|
+
export declare const TypeAccountSignature$inboundSchema: z.ZodNativeEnum<typeof TypeAccountSignature>;
|
|
2155
2395
|
/** @internal */
|
|
2156
|
-
export declare const
|
|
2396
|
+
export declare const TypeAccountSignature$outboundSchema: z.ZodNativeEnum<typeof TypeAccountSignature>;
|
|
2157
2397
|
/**
|
|
2158
2398
|
* @internal
|
|
2159
2399
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2160
2400
|
*/
|
|
2161
|
-
export declare namespace
|
|
2162
|
-
/** @deprecated use `
|
|
2401
|
+
export declare namespace TypeAccountSignature$ {
|
|
2402
|
+
/** @deprecated use `TypeAccountSignature$inboundSchema` instead. */
|
|
2163
2403
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2164
2404
|
readonly Signature: "SIGNATURE";
|
|
2165
2405
|
}>;
|
|
2166
|
-
/** @deprecated use `
|
|
2406
|
+
/** @deprecated use `TypeAccountSignature$outboundSchema` instead. */
|
|
2167
2407
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2168
2408
|
readonly Signature: "SIGNATURE";
|
|
2169
2409
|
}>;
|
|
2170
2410
|
}
|
|
2171
2411
|
/** @internal */
|
|
2172
|
-
export declare const
|
|
2412
|
+
export declare const FieldAccountSignature$inboundSchema: z.ZodType<FieldAccountSignature, z.ZodTypeDef, unknown>;
|
|
2173
2413
|
/** @internal */
|
|
2174
|
-
export type
|
|
2414
|
+
export type FieldAccountSignature$Outbound = {
|
|
2175
2415
|
type: string;
|
|
2176
2416
|
pageNumber: number;
|
|
2177
2417
|
pageX: number;
|
|
@@ -2180,79 +2420,79 @@ export type One$Outbound = {
|
|
|
2180
2420
|
height: number;
|
|
2181
2421
|
};
|
|
2182
2422
|
/** @internal */
|
|
2183
|
-
export declare const
|
|
2423
|
+
export declare const FieldAccountSignature$outboundSchema: z.ZodType<FieldAccountSignature$Outbound, z.ZodTypeDef, FieldAccountSignature>;
|
|
2184
2424
|
/**
|
|
2185
2425
|
* @internal
|
|
2186
2426
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2187
2427
|
*/
|
|
2188
|
-
export declare namespace
|
|
2189
|
-
/** @deprecated use `
|
|
2190
|
-
const inboundSchema: z.ZodType<
|
|
2191
|
-
/** @deprecated use `
|
|
2192
|
-
const outboundSchema: z.ZodType<
|
|
2193
|
-
/** @deprecated use `
|
|
2194
|
-
type Outbound =
|
|
2428
|
+
export declare namespace FieldAccountSignature$ {
|
|
2429
|
+
/** @deprecated use `FieldAccountSignature$inboundSchema` instead. */
|
|
2430
|
+
const inboundSchema: z.ZodType<FieldAccountSignature, z.ZodTypeDef, unknown>;
|
|
2431
|
+
/** @deprecated use `FieldAccountSignature$outboundSchema` instead. */
|
|
2432
|
+
const outboundSchema: z.ZodType<FieldAccountSignature$Outbound, z.ZodTypeDef, FieldAccountSignature>;
|
|
2433
|
+
/** @deprecated use `FieldAccountSignature$Outbound` instead. */
|
|
2434
|
+
type Outbound = FieldAccountSignature$Outbound;
|
|
2195
2435
|
}
|
|
2196
|
-
export declare function
|
|
2197
|
-
export declare function
|
|
2436
|
+
export declare function fieldAccountSignatureToJSON(fieldAccountSignature: FieldAccountSignature): string;
|
|
2437
|
+
export declare function fieldAccountSignatureFromJSON(jsonString: string): SafeParseResult<FieldAccountSignature, SDKValidationError>;
|
|
2198
2438
|
/** @internal */
|
|
2199
|
-
export declare const
|
|
2439
|
+
export declare const FieldAccountUnion$inboundSchema: z.ZodType<FieldAccountUnion, z.ZodTypeDef, unknown>;
|
|
2200
2440
|
/** @internal */
|
|
2201
|
-
export type
|
|
2441
|
+
export type FieldAccountUnion$Outbound = FieldAccountSignature$Outbound | FieldAccountFreeSignature$Outbound | FieldAccountInitials$Outbound | FieldAccountName$Outbound | FieldAccountEmail$Outbound | FieldAccountDate$Outbound | FieldAccountText$Outbound | FieldAccountNumber$Outbound | FieldAccountRadio$Outbound | FieldAccountCheckbox$Outbound | FieldAccountDropdown$Outbound;
|
|
2202
2442
|
/** @internal */
|
|
2203
|
-
export declare const
|
|
2443
|
+
export declare const FieldAccountUnion$outboundSchema: z.ZodType<FieldAccountUnion$Outbound, z.ZodTypeDef, FieldAccountUnion>;
|
|
2204
2444
|
/**
|
|
2205
2445
|
* @internal
|
|
2206
2446
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2207
2447
|
*/
|
|
2208
|
-
export declare namespace
|
|
2209
|
-
/** @deprecated use `
|
|
2210
|
-
const inboundSchema: z.ZodType<
|
|
2211
|
-
/** @deprecated use `
|
|
2212
|
-
const outboundSchema: z.ZodType<
|
|
2213
|
-
/** @deprecated use `
|
|
2214
|
-
type Outbound =
|
|
2448
|
+
export declare namespace FieldAccountUnion$ {
|
|
2449
|
+
/** @deprecated use `FieldAccountUnion$inboundSchema` instead. */
|
|
2450
|
+
const inboundSchema: z.ZodType<FieldAccountUnion, z.ZodTypeDef, unknown>;
|
|
2451
|
+
/** @deprecated use `FieldAccountUnion$outboundSchema` instead. */
|
|
2452
|
+
const outboundSchema: z.ZodType<FieldAccountUnion$Outbound, z.ZodTypeDef, FieldAccountUnion>;
|
|
2453
|
+
/** @deprecated use `FieldAccountUnion$Outbound` instead. */
|
|
2454
|
+
type Outbound = FieldAccountUnion$Outbound;
|
|
2215
2455
|
}
|
|
2216
|
-
export declare function
|
|
2217
|
-
export declare function
|
|
2456
|
+
export declare function fieldAccountUnionToJSON(fieldAccountUnion: FieldAccountUnion): string;
|
|
2457
|
+
export declare function fieldAccountUnionFromJSON(jsonString: string): SafeParseResult<FieldAccountUnion, SDKValidationError>;
|
|
2218
2458
|
/** @internal */
|
|
2219
|
-
export declare const
|
|
2459
|
+
export declare const RecipientAccount$inboundSchema: z.ZodType<RecipientAccount, z.ZodTypeDef, unknown>;
|
|
2220
2460
|
/** @internal */
|
|
2221
|
-
export type
|
|
2461
|
+
export type RecipientAccount$Outbound = {
|
|
2222
2462
|
email: string;
|
|
2223
2463
|
name: string;
|
|
2224
2464
|
role: string;
|
|
2225
2465
|
signingOrder?: number | undefined;
|
|
2226
2466
|
accessAuth?: string | null | undefined;
|
|
2227
2467
|
actionAuth?: string | null | undefined;
|
|
2228
|
-
fields?: Array<
|
|
2468
|
+
fields?: Array<FieldAccountSignature$Outbound | FieldAccountFreeSignature$Outbound | FieldAccountInitials$Outbound | FieldAccountName$Outbound | FieldAccountEmail$Outbound | FieldAccountDate$Outbound | FieldAccountText$Outbound | FieldAccountNumber$Outbound | FieldAccountRadio$Outbound | FieldAccountCheckbox$Outbound | FieldAccountDropdown$Outbound> | undefined;
|
|
2229
2469
|
};
|
|
2230
2470
|
/** @internal */
|
|
2231
|
-
export declare const
|
|
2471
|
+
export declare const RecipientAccount$outboundSchema: z.ZodType<RecipientAccount$Outbound, z.ZodTypeDef, RecipientAccount>;
|
|
2232
2472
|
/**
|
|
2233
2473
|
* @internal
|
|
2234
2474
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2235
2475
|
*/
|
|
2236
|
-
export declare namespace
|
|
2237
|
-
/** @deprecated use `
|
|
2238
|
-
const inboundSchema: z.ZodType<
|
|
2239
|
-
/** @deprecated use `
|
|
2240
|
-
const outboundSchema: z.ZodType<
|
|
2241
|
-
/** @deprecated use `
|
|
2242
|
-
type Outbound =
|
|
2476
|
+
export declare namespace RecipientAccount$ {
|
|
2477
|
+
/** @deprecated use `RecipientAccount$inboundSchema` instead. */
|
|
2478
|
+
const inboundSchema: z.ZodType<RecipientAccount, z.ZodTypeDef, unknown>;
|
|
2479
|
+
/** @deprecated use `RecipientAccount$outboundSchema` instead. */
|
|
2480
|
+
const outboundSchema: z.ZodType<RecipientAccount$Outbound, z.ZodTypeDef, RecipientAccount>;
|
|
2481
|
+
/** @deprecated use `RecipientAccount$Outbound` instead. */
|
|
2482
|
+
type Outbound = RecipientAccount$Outbound;
|
|
2243
2483
|
}
|
|
2244
|
-
export declare function
|
|
2245
|
-
export declare function
|
|
2484
|
+
export declare function recipientAccountToJSON(recipientAccount: RecipientAccount): string;
|
|
2485
|
+
export declare function recipientAccountFromJSON(jsonString: string): SafeParseResult<RecipientAccount, SDKValidationError>;
|
|
2246
2486
|
/** @internal */
|
|
2247
|
-
export declare const
|
|
2487
|
+
export declare const DocumentCreateDocumentTemporaryDateFormat$inboundSchema: z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryDateFormat>;
|
|
2248
2488
|
/** @internal */
|
|
2249
|
-
export declare const
|
|
2489
|
+
export declare const DocumentCreateDocumentTemporaryDateFormat$outboundSchema: z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryDateFormat>;
|
|
2250
2490
|
/**
|
|
2251
2491
|
* @internal
|
|
2252
2492
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2253
2493
|
*/
|
|
2254
|
-
export declare namespace
|
|
2255
|
-
/** @deprecated use `
|
|
2494
|
+
export declare namespace DocumentCreateDocumentTemporaryDateFormat$ {
|
|
2495
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryDateFormat$inboundSchema` instead. */
|
|
2256
2496
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2257
2497
|
readonly YyyyMMDdHhMMA: "yyyy-MM-dd hh:mm a";
|
|
2258
2498
|
readonly YyyyMMDd: "yyyy-MM-dd";
|
|
@@ -2265,7 +2505,7 @@ export declare namespace DateFormat$ {
|
|
|
2265
2505
|
readonly EEEEMMMMDdYyyyHhMmA: "EEEE, MMMM dd, yyyy hh:mm a";
|
|
2266
2506
|
readonly YyyyMMDdTHHMMSsSSSXXX: "yyyy-MM-dd'T'HH:mm:ss.SSSXXX";
|
|
2267
2507
|
}>;
|
|
2268
|
-
/** @deprecated use `
|
|
2508
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryDateFormat$outboundSchema` instead. */
|
|
2269
2509
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2270
2510
|
readonly YyyyMMDdHhMMA: "yyyy-MM-dd hh:mm a";
|
|
2271
2511
|
readonly YyyyMMDd: "yyyy-MM-dd";
|
|
@@ -2280,73 +2520,77 @@ export declare namespace DateFormat$ {
|
|
|
2280
2520
|
}>;
|
|
2281
2521
|
}
|
|
2282
2522
|
/** @internal */
|
|
2283
|
-
export declare const
|
|
2523
|
+
export declare const DistributionMethodAccount$inboundSchema: z.ZodNativeEnum<typeof DistributionMethodAccount>;
|
|
2284
2524
|
/** @internal */
|
|
2285
|
-
export declare const
|
|
2525
|
+
export declare const DistributionMethodAccount$outboundSchema: z.ZodNativeEnum<typeof DistributionMethodAccount>;
|
|
2286
2526
|
/**
|
|
2287
2527
|
* @internal
|
|
2288
2528
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2289
2529
|
*/
|
|
2290
|
-
export declare namespace
|
|
2291
|
-
/** @deprecated use `
|
|
2530
|
+
export declare namespace DistributionMethodAccount$ {
|
|
2531
|
+
/** @deprecated use `DistributionMethodAccount$inboundSchema` instead. */
|
|
2292
2532
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2293
2533
|
readonly Email: "EMAIL";
|
|
2294
2534
|
readonly None: "NONE";
|
|
2295
2535
|
}>;
|
|
2296
|
-
/** @deprecated use `
|
|
2536
|
+
/** @deprecated use `DistributionMethodAccount$outboundSchema` instead. */
|
|
2297
2537
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2298
2538
|
readonly Email: "EMAIL";
|
|
2299
2539
|
readonly None: "NONE";
|
|
2300
2540
|
}>;
|
|
2301
2541
|
}
|
|
2302
2542
|
/** @internal */
|
|
2303
|
-
export declare const
|
|
2543
|
+
export declare const SigningOrderAccount$inboundSchema: z.ZodNativeEnum<typeof SigningOrderAccount>;
|
|
2304
2544
|
/** @internal */
|
|
2305
|
-
export declare const
|
|
2545
|
+
export declare const SigningOrderAccount$outboundSchema: z.ZodNativeEnum<typeof SigningOrderAccount>;
|
|
2306
2546
|
/**
|
|
2307
2547
|
* @internal
|
|
2308
2548
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2309
2549
|
*/
|
|
2310
|
-
export declare namespace
|
|
2311
|
-
/** @deprecated use `
|
|
2550
|
+
export declare namespace SigningOrderAccount$ {
|
|
2551
|
+
/** @deprecated use `SigningOrderAccount$inboundSchema` instead. */
|
|
2312
2552
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2313
2553
|
readonly Parallel: "PARALLEL";
|
|
2314
2554
|
readonly Sequential: "SEQUENTIAL";
|
|
2315
2555
|
}>;
|
|
2316
|
-
/** @deprecated use `
|
|
2556
|
+
/** @deprecated use `SigningOrderAccount$outboundSchema` instead. */
|
|
2317
2557
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2318
2558
|
readonly Parallel: "PARALLEL";
|
|
2319
2559
|
readonly Sequential: "SEQUENTIAL";
|
|
2320
2560
|
}>;
|
|
2321
2561
|
}
|
|
2322
2562
|
/** @internal */
|
|
2323
|
-
export declare const
|
|
2563
|
+
export declare const DocumentCreateDocumentTemporaryLanguage$inboundSchema: z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryLanguage>;
|
|
2324
2564
|
/** @internal */
|
|
2325
|
-
export declare const
|
|
2565
|
+
export declare const DocumentCreateDocumentTemporaryLanguage$outboundSchema: z.ZodNativeEnum<typeof DocumentCreateDocumentTemporaryLanguage>;
|
|
2326
2566
|
/**
|
|
2327
2567
|
* @internal
|
|
2328
2568
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2329
2569
|
*/
|
|
2330
|
-
export declare namespace
|
|
2331
|
-
/** @deprecated use `
|
|
2570
|
+
export declare namespace DocumentCreateDocumentTemporaryLanguage$ {
|
|
2571
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryLanguage$inboundSchema` instead. */
|
|
2332
2572
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2333
2573
|
readonly De: "de";
|
|
2334
2574
|
readonly En: "en";
|
|
2335
2575
|
readonly Fr: "fr";
|
|
2336
2576
|
readonly Es: "es";
|
|
2577
|
+
readonly It: "it";
|
|
2578
|
+
readonly Pl: "pl";
|
|
2337
2579
|
}>;
|
|
2338
|
-
/** @deprecated use `
|
|
2580
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryLanguage$outboundSchema` instead. */
|
|
2339
2581
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2340
2582
|
readonly De: "de";
|
|
2341
2583
|
readonly En: "en";
|
|
2342
2584
|
readonly Fr: "fr";
|
|
2343
2585
|
readonly Es: "es";
|
|
2586
|
+
readonly It: "it";
|
|
2587
|
+
readonly Pl: "pl";
|
|
2344
2588
|
}>;
|
|
2345
2589
|
}
|
|
2346
2590
|
/** @internal */
|
|
2347
|
-
export declare const
|
|
2591
|
+
export declare const EmailSettingsAccount$inboundSchema: z.ZodType<EmailSettingsAccount, z.ZodTypeDef, unknown>;
|
|
2348
2592
|
/** @internal */
|
|
2349
|
-
export type
|
|
2593
|
+
export type EmailSettingsAccount$Outbound = {
|
|
2350
2594
|
recipientSigningRequest: boolean;
|
|
2351
2595
|
recipientRemoved: boolean;
|
|
2352
2596
|
recipientSigned: boolean;
|
|
@@ -2356,25 +2600,25 @@ export type EmailSettings$Outbound = {
|
|
|
2356
2600
|
ownerDocumentCompleted: boolean;
|
|
2357
2601
|
};
|
|
2358
2602
|
/** @internal */
|
|
2359
|
-
export declare const
|
|
2603
|
+
export declare const EmailSettingsAccount$outboundSchema: z.ZodType<EmailSettingsAccount$Outbound, z.ZodTypeDef, EmailSettingsAccount>;
|
|
2360
2604
|
/**
|
|
2361
2605
|
* @internal
|
|
2362
2606
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2363
2607
|
*/
|
|
2364
|
-
export declare namespace
|
|
2365
|
-
/** @deprecated use `
|
|
2366
|
-
const inboundSchema: z.ZodType<
|
|
2367
|
-
/** @deprecated use `
|
|
2368
|
-
const outboundSchema: z.ZodType<
|
|
2369
|
-
/** @deprecated use `
|
|
2370
|
-
type Outbound =
|
|
2608
|
+
export declare namespace EmailSettingsAccount$ {
|
|
2609
|
+
/** @deprecated use `EmailSettingsAccount$inboundSchema` instead. */
|
|
2610
|
+
const inboundSchema: z.ZodType<EmailSettingsAccount, z.ZodTypeDef, unknown>;
|
|
2611
|
+
/** @deprecated use `EmailSettingsAccount$outboundSchema` instead. */
|
|
2612
|
+
const outboundSchema: z.ZodType<EmailSettingsAccount$Outbound, z.ZodTypeDef, EmailSettingsAccount>;
|
|
2613
|
+
/** @deprecated use `EmailSettingsAccount$Outbound` instead. */
|
|
2614
|
+
type Outbound = EmailSettingsAccount$Outbound;
|
|
2371
2615
|
}
|
|
2372
|
-
export declare function
|
|
2373
|
-
export declare function
|
|
2616
|
+
export declare function emailSettingsAccountToJSON(emailSettingsAccount: EmailSettingsAccount): string;
|
|
2617
|
+
export declare function emailSettingsAccountFromJSON(jsonString: string): SafeParseResult<EmailSettingsAccount, SDKValidationError>;
|
|
2374
2618
|
/** @internal */
|
|
2375
|
-
export declare const
|
|
2619
|
+
export declare const DocumentCreateDocumentTemporaryMeta$inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryMeta, z.ZodTypeDef, unknown>;
|
|
2376
2620
|
/** @internal */
|
|
2377
|
-
export type
|
|
2621
|
+
export type DocumentCreateDocumentTemporaryMeta$Outbound = {
|
|
2378
2622
|
subject?: string | undefined;
|
|
2379
2623
|
message?: string | undefined;
|
|
2380
2624
|
timezone?: string | undefined;
|
|
@@ -2384,28 +2628,30 @@ export type Meta$Outbound = {
|
|
|
2384
2628
|
redirectUrl?: string | undefined;
|
|
2385
2629
|
language?: string | undefined;
|
|
2386
2630
|
typedSignatureEnabled?: boolean | undefined;
|
|
2387
|
-
|
|
2631
|
+
drawSignatureEnabled?: boolean | undefined;
|
|
2632
|
+
uploadSignatureEnabled?: boolean | undefined;
|
|
2633
|
+
emailSettings?: EmailSettingsAccount$Outbound | undefined;
|
|
2388
2634
|
};
|
|
2389
2635
|
/** @internal */
|
|
2390
|
-
export declare const
|
|
2636
|
+
export declare const DocumentCreateDocumentTemporaryMeta$outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryMeta$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryMeta>;
|
|
2391
2637
|
/**
|
|
2392
2638
|
* @internal
|
|
2393
2639
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2394
2640
|
*/
|
|
2395
|
-
export declare namespace
|
|
2396
|
-
/** @deprecated use `
|
|
2397
|
-
const inboundSchema: z.ZodType<
|
|
2398
|
-
/** @deprecated use `
|
|
2399
|
-
const outboundSchema: z.ZodType<
|
|
2400
|
-
/** @deprecated use `
|
|
2401
|
-
type Outbound =
|
|
2641
|
+
export declare namespace DocumentCreateDocumentTemporaryMeta$ {
|
|
2642
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryMeta$inboundSchema` instead. */
|
|
2643
|
+
const inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryMeta, z.ZodTypeDef, unknown>;
|
|
2644
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryMeta$outboundSchema` instead. */
|
|
2645
|
+
const outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryMeta$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryMeta>;
|
|
2646
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryMeta$Outbound` instead. */
|
|
2647
|
+
type Outbound = DocumentCreateDocumentTemporaryMeta$Outbound;
|
|
2402
2648
|
}
|
|
2403
|
-
export declare function
|
|
2404
|
-
export declare function
|
|
2649
|
+
export declare function documentCreateDocumentTemporaryMetaToJSON(documentCreateDocumentTemporaryMeta: DocumentCreateDocumentTemporaryMeta): string;
|
|
2650
|
+
export declare function documentCreateDocumentTemporaryMetaFromJSON(jsonString: string): SafeParseResult<DocumentCreateDocumentTemporaryMeta, SDKValidationError>;
|
|
2405
2651
|
/** @internal */
|
|
2406
|
-
export declare const
|
|
2652
|
+
export declare const DocumentCreateDocumentTemporaryRequest$inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryRequest, z.ZodTypeDef, unknown>;
|
|
2407
2653
|
/** @internal */
|
|
2408
|
-
export type
|
|
2654
|
+
export type DocumentCreateDocumentTemporaryRequest$Outbound = {
|
|
2409
2655
|
title: string;
|
|
2410
2656
|
externalId?: string | undefined;
|
|
2411
2657
|
visibility?: string | undefined;
|
|
@@ -2414,41 +2660,41 @@ export type DocumentCreateDocumentTemporaryRequestBody$Outbound = {
|
|
|
2414
2660
|
formValues?: {
|
|
2415
2661
|
[k: string]: string | boolean | number;
|
|
2416
2662
|
} | undefined;
|
|
2417
|
-
recipients?: Array<
|
|
2418
|
-
meta?:
|
|
2663
|
+
recipients?: Array<RecipientAccount$Outbound> | undefined;
|
|
2664
|
+
meta?: DocumentCreateDocumentTemporaryMeta$Outbound | undefined;
|
|
2419
2665
|
};
|
|
2420
2666
|
/** @internal */
|
|
2421
|
-
export declare const
|
|
2667
|
+
export declare const DocumentCreateDocumentTemporaryRequest$outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryRequest$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryRequest>;
|
|
2422
2668
|
/**
|
|
2423
2669
|
* @internal
|
|
2424
2670
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2425
2671
|
*/
|
|
2426
|
-
export declare namespace
|
|
2427
|
-
/** @deprecated use `
|
|
2428
|
-
const inboundSchema: z.ZodType<
|
|
2429
|
-
/** @deprecated use `
|
|
2430
|
-
const outboundSchema: z.ZodType<
|
|
2431
|
-
/** @deprecated use `
|
|
2432
|
-
type Outbound =
|
|
2672
|
+
export declare namespace DocumentCreateDocumentTemporaryRequest$ {
|
|
2673
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryRequest$inboundSchema` instead. */
|
|
2674
|
+
const inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryRequest, z.ZodTypeDef, unknown>;
|
|
2675
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryRequest$outboundSchema` instead. */
|
|
2676
|
+
const outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryRequest$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryRequest>;
|
|
2677
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryRequest$Outbound` instead. */
|
|
2678
|
+
type Outbound = DocumentCreateDocumentTemporaryRequest$Outbound;
|
|
2433
2679
|
}
|
|
2434
|
-
export declare function
|
|
2435
|
-
export declare function
|
|
2680
|
+
export declare function documentCreateDocumentTemporaryRequestToJSON(documentCreateDocumentTemporaryRequest: DocumentCreateDocumentTemporaryRequest): string;
|
|
2681
|
+
export declare function documentCreateDocumentTemporaryRequestFromJSON(jsonString: string): SafeParseResult<DocumentCreateDocumentTemporaryRequest, SDKValidationError>;
|
|
2436
2682
|
/** @internal */
|
|
2437
|
-
export declare const
|
|
2683
|
+
export declare const DocumentVisibility$inboundSchema: z.ZodNativeEnum<typeof DocumentVisibility>;
|
|
2438
2684
|
/** @internal */
|
|
2439
|
-
export declare const
|
|
2685
|
+
export declare const DocumentVisibility$outboundSchema: z.ZodNativeEnum<typeof DocumentVisibility>;
|
|
2440
2686
|
/**
|
|
2441
2687
|
* @internal
|
|
2442
2688
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2443
2689
|
*/
|
|
2444
|
-
export declare namespace
|
|
2445
|
-
/** @deprecated use `
|
|
2690
|
+
export declare namespace DocumentVisibility$ {
|
|
2691
|
+
/** @deprecated use `DocumentVisibility$inboundSchema` instead. */
|
|
2446
2692
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2447
2693
|
readonly Everyone: "EVERYONE";
|
|
2448
2694
|
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
2449
2695
|
readonly Admin: "ADMIN";
|
|
2450
2696
|
}>;
|
|
2451
|
-
/** @deprecated use `
|
|
2697
|
+
/** @deprecated use `DocumentVisibility$outboundSchema` instead. */
|
|
2452
2698
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2453
2699
|
readonly Everyone: "EVERYONE";
|
|
2454
2700
|
readonly ManagerAndAbove: "MANAGER_AND_ABOVE";
|
|
@@ -2469,12 +2715,14 @@ export declare namespace DocumentCreateDocumentTemporaryStatus$ {
|
|
|
2469
2715
|
readonly Draft: "DRAFT";
|
|
2470
2716
|
readonly Pending: "PENDING";
|
|
2471
2717
|
readonly Completed: "COMPLETED";
|
|
2718
|
+
readonly Rejected: "REJECTED";
|
|
2472
2719
|
}>;
|
|
2473
2720
|
/** @deprecated use `DocumentCreateDocumentTemporaryStatus$outboundSchema` instead. */
|
|
2474
2721
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2475
2722
|
readonly Draft: "DRAFT";
|
|
2476
2723
|
readonly Pending: "PENDING";
|
|
2477
2724
|
readonly Completed: "COMPLETED";
|
|
2725
|
+
readonly Rejected: "REJECTED";
|
|
2478
2726
|
}>;
|
|
2479
2727
|
}
|
|
2480
2728
|
/** @internal */
|
|
@@ -2500,39 +2748,39 @@ export declare namespace DocumentCreateDocumentTemporarySource$ {
|
|
|
2500
2748
|
}>;
|
|
2501
2749
|
}
|
|
2502
2750
|
/** @internal */
|
|
2503
|
-
export declare const
|
|
2751
|
+
export declare const DocumentGlobalAccessAuth$inboundSchema: z.ZodNativeEnum<typeof DocumentGlobalAccessAuth>;
|
|
2504
2752
|
/** @internal */
|
|
2505
|
-
export declare const
|
|
2753
|
+
export declare const DocumentGlobalAccessAuth$outboundSchema: z.ZodNativeEnum<typeof DocumentGlobalAccessAuth>;
|
|
2506
2754
|
/**
|
|
2507
2755
|
* @internal
|
|
2508
2756
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2509
2757
|
*/
|
|
2510
|
-
export declare namespace
|
|
2511
|
-
/** @deprecated use `
|
|
2758
|
+
export declare namespace DocumentGlobalAccessAuth$ {
|
|
2759
|
+
/** @deprecated use `DocumentGlobalAccessAuth$inboundSchema` instead. */
|
|
2512
2760
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2513
2761
|
readonly Account: "ACCOUNT";
|
|
2514
2762
|
}>;
|
|
2515
|
-
/** @deprecated use `
|
|
2763
|
+
/** @deprecated use `DocumentGlobalAccessAuth$outboundSchema` instead. */
|
|
2516
2764
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2517
2765
|
readonly Account: "ACCOUNT";
|
|
2518
2766
|
}>;
|
|
2519
2767
|
}
|
|
2520
2768
|
/** @internal */
|
|
2521
|
-
export declare const
|
|
2769
|
+
export declare const DocumentGlobalActionAuth$inboundSchema: z.ZodNativeEnum<typeof DocumentGlobalActionAuth>;
|
|
2522
2770
|
/** @internal */
|
|
2523
|
-
export declare const
|
|
2771
|
+
export declare const DocumentGlobalActionAuth$outboundSchema: z.ZodNativeEnum<typeof DocumentGlobalActionAuth>;
|
|
2524
2772
|
/**
|
|
2525
2773
|
* @internal
|
|
2526
2774
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2527
2775
|
*/
|
|
2528
|
-
export declare namespace
|
|
2529
|
-
/** @deprecated use `
|
|
2776
|
+
export declare namespace DocumentGlobalActionAuth$ {
|
|
2777
|
+
/** @deprecated use `DocumentGlobalActionAuth$inboundSchema` instead. */
|
|
2530
2778
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2531
2779
|
readonly Account: "ACCOUNT";
|
|
2532
2780
|
readonly Passkey: "PASSKEY";
|
|
2533
2781
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
2534
2782
|
}>;
|
|
2535
|
-
/** @deprecated use `
|
|
2783
|
+
/** @deprecated use `DocumentGlobalActionAuth$outboundSchema` instead. */
|
|
2536
2784
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2537
2785
|
readonly Account: "ACCOUNT";
|
|
2538
2786
|
readonly Passkey: "PASSKEY";
|
|
@@ -2563,41 +2811,41 @@ export declare namespace DocumentCreateDocumentTemporaryAuthOptions$ {
|
|
|
2563
2811
|
export declare function documentCreateDocumentTemporaryAuthOptionsToJSON(documentCreateDocumentTemporaryAuthOptions: DocumentCreateDocumentTemporaryAuthOptions): string;
|
|
2564
2812
|
export declare function documentCreateDocumentTemporaryAuthOptionsFromJSON(jsonString: string): SafeParseResult<DocumentCreateDocumentTemporaryAuthOptions, SDKValidationError>;
|
|
2565
2813
|
/** @internal */
|
|
2566
|
-
export declare const
|
|
2814
|
+
export declare const DocumentFormValues$inboundSchema: z.ZodType<DocumentFormValues, z.ZodTypeDef, unknown>;
|
|
2567
2815
|
/** @internal */
|
|
2568
|
-
export type
|
|
2816
|
+
export type DocumentFormValues$Outbound = string | boolean | number;
|
|
2569
2817
|
/** @internal */
|
|
2570
|
-
export declare const
|
|
2818
|
+
export declare const DocumentFormValues$outboundSchema: z.ZodType<DocumentFormValues$Outbound, z.ZodTypeDef, DocumentFormValues>;
|
|
2571
2819
|
/**
|
|
2572
2820
|
* @internal
|
|
2573
2821
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2574
2822
|
*/
|
|
2575
|
-
export declare namespace
|
|
2576
|
-
/** @deprecated use `
|
|
2577
|
-
const inboundSchema: z.ZodType<
|
|
2578
|
-
/** @deprecated use `
|
|
2579
|
-
const outboundSchema: z.ZodType<
|
|
2580
|
-
/** @deprecated use `
|
|
2581
|
-
type Outbound =
|
|
2823
|
+
export declare namespace DocumentFormValues$ {
|
|
2824
|
+
/** @deprecated use `DocumentFormValues$inboundSchema` instead. */
|
|
2825
|
+
const inboundSchema: z.ZodType<DocumentFormValues, z.ZodTypeDef, unknown>;
|
|
2826
|
+
/** @deprecated use `DocumentFormValues$outboundSchema` instead. */
|
|
2827
|
+
const outboundSchema: z.ZodType<DocumentFormValues$Outbound, z.ZodTypeDef, DocumentFormValues>;
|
|
2828
|
+
/** @deprecated use `DocumentFormValues$Outbound` instead. */
|
|
2829
|
+
type Outbound = DocumentFormValues$Outbound;
|
|
2582
2830
|
}
|
|
2583
|
-
export declare function
|
|
2584
|
-
export declare function
|
|
2831
|
+
export declare function documentFormValuesToJSON(documentFormValues: DocumentFormValues): string;
|
|
2832
|
+
export declare function documentFormValuesFromJSON(jsonString: string): SafeParseResult<DocumentFormValues, SDKValidationError>;
|
|
2585
2833
|
/** @internal */
|
|
2586
|
-
export declare const
|
|
2834
|
+
export declare const DocumentDocumentDataType$inboundSchema: z.ZodNativeEnum<typeof DocumentDocumentDataType>;
|
|
2587
2835
|
/** @internal */
|
|
2588
|
-
export declare const
|
|
2836
|
+
export declare const DocumentDocumentDataType$outboundSchema: z.ZodNativeEnum<typeof DocumentDocumentDataType>;
|
|
2589
2837
|
/**
|
|
2590
2838
|
* @internal
|
|
2591
2839
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2592
2840
|
*/
|
|
2593
|
-
export declare namespace
|
|
2594
|
-
/** @deprecated use `
|
|
2841
|
+
export declare namespace DocumentDocumentDataType$ {
|
|
2842
|
+
/** @deprecated use `DocumentDocumentDataType$inboundSchema` instead. */
|
|
2595
2843
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2596
2844
|
readonly S3Path: "S3_PATH";
|
|
2597
2845
|
readonly Bytes: "BYTES";
|
|
2598
2846
|
readonly Bytes64: "BYTES_64";
|
|
2599
2847
|
}>;
|
|
2600
|
-
/** @deprecated use `
|
|
2848
|
+
/** @deprecated use `DocumentDocumentDataType$outboundSchema` instead. */
|
|
2601
2849
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2602
2850
|
readonly S3Path: "S3_PATH";
|
|
2603
2851
|
readonly Bytes: "BYTES";
|
|
@@ -2630,49 +2878,49 @@ export declare namespace DocumentCreateDocumentTemporaryDocumentData$ {
|
|
|
2630
2878
|
export declare function documentCreateDocumentTemporaryDocumentDataToJSON(documentCreateDocumentTemporaryDocumentData: DocumentCreateDocumentTemporaryDocumentData): string;
|
|
2631
2879
|
export declare function documentCreateDocumentTemporaryDocumentDataFromJSON(jsonString: string): SafeParseResult<DocumentCreateDocumentTemporaryDocumentData, SDKValidationError>;
|
|
2632
2880
|
/** @internal */
|
|
2633
|
-
export declare const
|
|
2881
|
+
export declare const DocumentSigningOrder$inboundSchema: z.ZodNativeEnum<typeof DocumentSigningOrder>;
|
|
2634
2882
|
/** @internal */
|
|
2635
|
-
export declare const
|
|
2883
|
+
export declare const DocumentSigningOrder$outboundSchema: z.ZodNativeEnum<typeof DocumentSigningOrder>;
|
|
2636
2884
|
/**
|
|
2637
2885
|
* @internal
|
|
2638
2886
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2639
2887
|
*/
|
|
2640
|
-
export declare namespace
|
|
2641
|
-
/** @deprecated use `
|
|
2888
|
+
export declare namespace DocumentSigningOrder$ {
|
|
2889
|
+
/** @deprecated use `DocumentSigningOrder$inboundSchema` instead. */
|
|
2642
2890
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2643
2891
|
readonly Parallel: "PARALLEL";
|
|
2644
2892
|
readonly Sequential: "SEQUENTIAL";
|
|
2645
2893
|
}>;
|
|
2646
|
-
/** @deprecated use `
|
|
2894
|
+
/** @deprecated use `DocumentSigningOrder$outboundSchema` instead. */
|
|
2647
2895
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2648
2896
|
readonly Parallel: "PARALLEL";
|
|
2649
2897
|
readonly Sequential: "SEQUENTIAL";
|
|
2650
2898
|
}>;
|
|
2651
2899
|
}
|
|
2652
2900
|
/** @internal */
|
|
2653
|
-
export declare const
|
|
2901
|
+
export declare const DocumentDistributionMethod$inboundSchema: z.ZodNativeEnum<typeof DocumentDistributionMethod>;
|
|
2654
2902
|
/** @internal */
|
|
2655
|
-
export declare const
|
|
2903
|
+
export declare const DocumentDistributionMethod$outboundSchema: z.ZodNativeEnum<typeof DocumentDistributionMethod>;
|
|
2656
2904
|
/**
|
|
2657
2905
|
* @internal
|
|
2658
2906
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2659
2907
|
*/
|
|
2660
|
-
export declare namespace
|
|
2661
|
-
/** @deprecated use `
|
|
2908
|
+
export declare namespace DocumentDistributionMethod$ {
|
|
2909
|
+
/** @deprecated use `DocumentDistributionMethod$inboundSchema` instead. */
|
|
2662
2910
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2663
2911
|
readonly Email: "EMAIL";
|
|
2664
2912
|
readonly None: "NONE";
|
|
2665
2913
|
}>;
|
|
2666
|
-
/** @deprecated use `
|
|
2914
|
+
/** @deprecated use `DocumentDistributionMethod$outboundSchema` instead. */
|
|
2667
2915
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2668
2916
|
readonly Email: "EMAIL";
|
|
2669
2917
|
readonly None: "NONE";
|
|
2670
2918
|
}>;
|
|
2671
2919
|
}
|
|
2672
2920
|
/** @internal */
|
|
2673
|
-
export declare const
|
|
2921
|
+
export declare const DocumentEmailSettings$inboundSchema: z.ZodType<DocumentEmailSettings, z.ZodTypeDef, unknown>;
|
|
2674
2922
|
/** @internal */
|
|
2675
|
-
export type
|
|
2923
|
+
export type DocumentEmailSettings$Outbound = {
|
|
2676
2924
|
recipientSigningRequest: boolean;
|
|
2677
2925
|
recipientRemoved: boolean;
|
|
2678
2926
|
recipientSigned: boolean;
|
|
@@ -2682,21 +2930,21 @@ export type DocumentCreateDocumentTemporaryEmailSettings$Outbound = {
|
|
|
2682
2930
|
ownerDocumentCompleted: boolean;
|
|
2683
2931
|
};
|
|
2684
2932
|
/** @internal */
|
|
2685
|
-
export declare const
|
|
2933
|
+
export declare const DocumentEmailSettings$outboundSchema: z.ZodType<DocumentEmailSettings$Outbound, z.ZodTypeDef, DocumentEmailSettings>;
|
|
2686
2934
|
/**
|
|
2687
2935
|
* @internal
|
|
2688
2936
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2689
2937
|
*/
|
|
2690
|
-
export declare namespace
|
|
2691
|
-
/** @deprecated use `
|
|
2692
|
-
const inboundSchema: z.ZodType<
|
|
2693
|
-
/** @deprecated use `
|
|
2694
|
-
const outboundSchema: z.ZodType<
|
|
2695
|
-
/** @deprecated use `
|
|
2696
|
-
type Outbound =
|
|
2938
|
+
export declare namespace DocumentEmailSettings$ {
|
|
2939
|
+
/** @deprecated use `DocumentEmailSettings$inboundSchema` instead. */
|
|
2940
|
+
const inboundSchema: z.ZodType<DocumentEmailSettings, z.ZodTypeDef, unknown>;
|
|
2941
|
+
/** @deprecated use `DocumentEmailSettings$outboundSchema` instead. */
|
|
2942
|
+
const outboundSchema: z.ZodType<DocumentEmailSettings$Outbound, z.ZodTypeDef, DocumentEmailSettings>;
|
|
2943
|
+
/** @deprecated use `DocumentEmailSettings$Outbound` instead. */
|
|
2944
|
+
type Outbound = DocumentEmailSettings$Outbound;
|
|
2697
2945
|
}
|
|
2698
|
-
export declare function
|
|
2699
|
-
export declare function
|
|
2946
|
+
export declare function documentEmailSettingsToJSON(documentEmailSettings: DocumentEmailSettings): string;
|
|
2947
|
+
export declare function documentEmailSettingsFromJSON(jsonString: string): SafeParseResult<DocumentEmailSettings, SDKValidationError>;
|
|
2700
2948
|
/** @internal */
|
|
2701
2949
|
export declare const DocumentCreateDocumentTemporaryDocumentMeta$inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryDocumentMeta, z.ZodTypeDef, unknown>;
|
|
2702
2950
|
/** @internal */
|
|
@@ -2712,8 +2960,11 @@ export type DocumentCreateDocumentTemporaryDocumentMeta$Outbound = {
|
|
|
2712
2960
|
documentId: number;
|
|
2713
2961
|
redirectUrl: string | null;
|
|
2714
2962
|
typedSignatureEnabled: boolean;
|
|
2963
|
+
uploadSignatureEnabled: boolean;
|
|
2964
|
+
drawSignatureEnabled: boolean;
|
|
2965
|
+
allowDictateNextSigner: boolean;
|
|
2715
2966
|
language: string;
|
|
2716
|
-
emailSettings:
|
|
2967
|
+
emailSettings: DocumentEmailSettings$Outbound | null;
|
|
2717
2968
|
};
|
|
2718
2969
|
/** @internal */
|
|
2719
2970
|
export declare const DocumentCreateDocumentTemporaryDocumentMeta$outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryDocumentMeta$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryDocumentMeta>;
|
|
@@ -2732,27 +2983,29 @@ export declare namespace DocumentCreateDocumentTemporaryDocumentMeta$ {
|
|
|
2732
2983
|
export declare function documentCreateDocumentTemporaryDocumentMetaToJSON(documentCreateDocumentTemporaryDocumentMeta: DocumentCreateDocumentTemporaryDocumentMeta): string;
|
|
2733
2984
|
export declare function documentCreateDocumentTemporaryDocumentMetaFromJSON(jsonString: string): SafeParseResult<DocumentCreateDocumentTemporaryDocumentMeta, SDKValidationError>;
|
|
2734
2985
|
/** @internal */
|
|
2735
|
-
export declare const
|
|
2986
|
+
export declare const DocumentRole$inboundSchema: z.ZodNativeEnum<typeof DocumentRole>;
|
|
2736
2987
|
/** @internal */
|
|
2737
|
-
export declare const
|
|
2988
|
+
export declare const DocumentRole$outboundSchema: z.ZodNativeEnum<typeof DocumentRole>;
|
|
2738
2989
|
/**
|
|
2739
2990
|
* @internal
|
|
2740
2991
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2741
2992
|
*/
|
|
2742
|
-
export declare namespace
|
|
2743
|
-
/** @deprecated use `
|
|
2993
|
+
export declare namespace DocumentRole$ {
|
|
2994
|
+
/** @deprecated use `DocumentRole$inboundSchema` instead. */
|
|
2744
2995
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2745
2996
|
readonly Cc: "CC";
|
|
2746
2997
|
readonly Signer: "SIGNER";
|
|
2747
2998
|
readonly Viewer: "VIEWER";
|
|
2748
2999
|
readonly Approver: "APPROVER";
|
|
3000
|
+
readonly Assistant: "ASSISTANT";
|
|
2749
3001
|
}>;
|
|
2750
|
-
/** @deprecated use `
|
|
3002
|
+
/** @deprecated use `DocumentRole$outboundSchema` instead. */
|
|
2751
3003
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2752
3004
|
readonly Cc: "CC";
|
|
2753
3005
|
readonly Signer: "SIGNER";
|
|
2754
3006
|
readonly Viewer: "VIEWER";
|
|
2755
3007
|
readonly Approver: "APPROVER";
|
|
3008
|
+
readonly Assistant: "ASSISTANT";
|
|
2756
3009
|
}>;
|
|
2757
3010
|
}
|
|
2758
3011
|
/** @internal */
|
|
@@ -2818,40 +3071,40 @@ export declare namespace DocumentCreateDocumentTemporarySendStatus$ {
|
|
|
2818
3071
|
}>;
|
|
2819
3072
|
}
|
|
2820
3073
|
/** @internal */
|
|
2821
|
-
export declare const
|
|
3074
|
+
export declare const DocumentAccessAuth$inboundSchema: z.ZodNativeEnum<typeof DocumentAccessAuth>;
|
|
2822
3075
|
/** @internal */
|
|
2823
|
-
export declare const
|
|
3076
|
+
export declare const DocumentAccessAuth$outboundSchema: z.ZodNativeEnum<typeof DocumentAccessAuth>;
|
|
2824
3077
|
/**
|
|
2825
3078
|
* @internal
|
|
2826
3079
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2827
3080
|
*/
|
|
2828
|
-
export declare namespace
|
|
2829
|
-
/** @deprecated use `
|
|
3081
|
+
export declare namespace DocumentAccessAuth$ {
|
|
3082
|
+
/** @deprecated use `DocumentAccessAuth$inboundSchema` instead. */
|
|
2830
3083
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2831
3084
|
readonly Account: "ACCOUNT";
|
|
2832
3085
|
}>;
|
|
2833
|
-
/** @deprecated use `
|
|
3086
|
+
/** @deprecated use `DocumentAccessAuth$outboundSchema` instead. */
|
|
2834
3087
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2835
3088
|
readonly Account: "ACCOUNT";
|
|
2836
3089
|
}>;
|
|
2837
3090
|
}
|
|
2838
3091
|
/** @internal */
|
|
2839
|
-
export declare const
|
|
3092
|
+
export declare const DocumentActionAuth$inboundSchema: z.ZodNativeEnum<typeof DocumentActionAuth>;
|
|
2840
3093
|
/** @internal */
|
|
2841
|
-
export declare const
|
|
3094
|
+
export declare const DocumentActionAuth$outboundSchema: z.ZodNativeEnum<typeof DocumentActionAuth>;
|
|
2842
3095
|
/**
|
|
2843
3096
|
* @internal
|
|
2844
3097
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2845
3098
|
*/
|
|
2846
|
-
export declare namespace
|
|
2847
|
-
/** @deprecated use `
|
|
3099
|
+
export declare namespace DocumentActionAuth$ {
|
|
3100
|
+
/** @deprecated use `DocumentActionAuth$inboundSchema` instead. */
|
|
2848
3101
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2849
3102
|
readonly Account: "ACCOUNT";
|
|
2850
3103
|
readonly Passkey: "PASSKEY";
|
|
2851
3104
|
readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
|
|
2852
3105
|
readonly ExplicitNone: "EXPLICIT_NONE";
|
|
2853
3106
|
}>;
|
|
2854
|
-
/** @deprecated use `
|
|
3107
|
+
/** @deprecated use `DocumentActionAuth$outboundSchema` instead. */
|
|
2855
3108
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2856
3109
|
readonly Account: "ACCOUNT";
|
|
2857
3110
|
readonly Passkey: "PASSKEY";
|
|
@@ -2860,32 +3113,32 @@ export declare namespace DocumentCreateDocumentTemporaryActionAuth$ {
|
|
|
2860
3113
|
}>;
|
|
2861
3114
|
}
|
|
2862
3115
|
/** @internal */
|
|
2863
|
-
export declare const
|
|
3116
|
+
export declare const DocumentCreateDocumentTemporaryRecipientAuthOptions$inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryRecipientAuthOptions, z.ZodTypeDef, unknown>;
|
|
2864
3117
|
/** @internal */
|
|
2865
|
-
export type
|
|
3118
|
+
export type DocumentCreateDocumentTemporaryRecipientAuthOptions$Outbound = {
|
|
2866
3119
|
accessAuth: string | null;
|
|
2867
3120
|
actionAuth: string | null;
|
|
2868
3121
|
};
|
|
2869
3122
|
/** @internal */
|
|
2870
|
-
export declare const
|
|
3123
|
+
export declare const DocumentCreateDocumentTemporaryRecipientAuthOptions$outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryRecipientAuthOptions$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryRecipientAuthOptions>;
|
|
2871
3124
|
/**
|
|
2872
3125
|
* @internal
|
|
2873
3126
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2874
3127
|
*/
|
|
2875
|
-
export declare namespace
|
|
2876
|
-
/** @deprecated use `
|
|
2877
|
-
const inboundSchema: z.ZodType<
|
|
2878
|
-
/** @deprecated use `
|
|
2879
|
-
const outboundSchema: z.ZodType<
|
|
2880
|
-
/** @deprecated use `
|
|
2881
|
-
type Outbound =
|
|
3128
|
+
export declare namespace DocumentCreateDocumentTemporaryRecipientAuthOptions$ {
|
|
3129
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryRecipientAuthOptions$inboundSchema` instead. */
|
|
3130
|
+
const inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryRecipientAuthOptions, z.ZodTypeDef, unknown>;
|
|
3131
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryRecipientAuthOptions$outboundSchema` instead. */
|
|
3132
|
+
const outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryRecipientAuthOptions$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryRecipientAuthOptions>;
|
|
3133
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryRecipientAuthOptions$Outbound` instead. */
|
|
3134
|
+
type Outbound = DocumentCreateDocumentTemporaryRecipientAuthOptions$Outbound;
|
|
2882
3135
|
}
|
|
2883
|
-
export declare function
|
|
2884
|
-
export declare function
|
|
3136
|
+
export declare function documentCreateDocumentTemporaryRecipientAuthOptionsToJSON(documentCreateDocumentTemporaryRecipientAuthOptions: DocumentCreateDocumentTemporaryRecipientAuthOptions): string;
|
|
3137
|
+
export declare function documentCreateDocumentTemporaryRecipientAuthOptionsFromJSON(jsonString: string): SafeParseResult<DocumentCreateDocumentTemporaryRecipientAuthOptions, SDKValidationError>;
|
|
2885
3138
|
/** @internal */
|
|
2886
|
-
export declare const
|
|
3139
|
+
export declare const DocumentRecipient$inboundSchema: z.ZodType<DocumentRecipient, z.ZodTypeDef, unknown>;
|
|
2887
3140
|
/** @internal */
|
|
2888
|
-
export type
|
|
3141
|
+
export type DocumentRecipient$Outbound = {
|
|
2889
3142
|
role: string;
|
|
2890
3143
|
readStatus: string;
|
|
2891
3144
|
signingStatus: string;
|
|
@@ -2899,36 +3152,36 @@ export type DocumentCreateDocumentTemporaryRecipients$Outbound = {
|
|
|
2899
3152
|
documentDeletedAt: string | null;
|
|
2900
3153
|
expired: string | null;
|
|
2901
3154
|
signedAt: string | null;
|
|
2902
|
-
authOptions:
|
|
3155
|
+
authOptions: DocumentCreateDocumentTemporaryRecipientAuthOptions$Outbound | null;
|
|
2903
3156
|
signingOrder: number | null;
|
|
2904
3157
|
rejectionReason: string | null;
|
|
2905
3158
|
};
|
|
2906
3159
|
/** @internal */
|
|
2907
|
-
export declare const
|
|
3160
|
+
export declare const DocumentRecipient$outboundSchema: z.ZodType<DocumentRecipient$Outbound, z.ZodTypeDef, DocumentRecipient>;
|
|
2908
3161
|
/**
|
|
2909
3162
|
* @internal
|
|
2910
3163
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2911
3164
|
*/
|
|
2912
|
-
export declare namespace
|
|
2913
|
-
/** @deprecated use `
|
|
2914
|
-
const inboundSchema: z.ZodType<
|
|
2915
|
-
/** @deprecated use `
|
|
2916
|
-
const outboundSchema: z.ZodType<
|
|
2917
|
-
/** @deprecated use `
|
|
2918
|
-
type Outbound =
|
|
3165
|
+
export declare namespace DocumentRecipient$ {
|
|
3166
|
+
/** @deprecated use `DocumentRecipient$inboundSchema` instead. */
|
|
3167
|
+
const inboundSchema: z.ZodType<DocumentRecipient, z.ZodTypeDef, unknown>;
|
|
3168
|
+
/** @deprecated use `DocumentRecipient$outboundSchema` instead. */
|
|
3169
|
+
const outboundSchema: z.ZodType<DocumentRecipient$Outbound, z.ZodTypeDef, DocumentRecipient>;
|
|
3170
|
+
/** @deprecated use `DocumentRecipient$Outbound` instead. */
|
|
3171
|
+
type Outbound = DocumentRecipient$Outbound;
|
|
2919
3172
|
}
|
|
2920
|
-
export declare function
|
|
2921
|
-
export declare function
|
|
3173
|
+
export declare function documentRecipientToJSON(documentRecipient: DocumentRecipient): string;
|
|
3174
|
+
export declare function documentRecipientFromJSON(jsonString: string): SafeParseResult<DocumentRecipient, SDKValidationError>;
|
|
2922
3175
|
/** @internal */
|
|
2923
|
-
export declare const
|
|
3176
|
+
export declare const DocumentFieldType$inboundSchema: z.ZodNativeEnum<typeof DocumentFieldType>;
|
|
2924
3177
|
/** @internal */
|
|
2925
|
-
export declare const
|
|
3178
|
+
export declare const DocumentFieldType$outboundSchema: z.ZodNativeEnum<typeof DocumentFieldType>;
|
|
2926
3179
|
/**
|
|
2927
3180
|
* @internal
|
|
2928
3181
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2929
3182
|
*/
|
|
2930
|
-
export declare namespace
|
|
2931
|
-
/** @deprecated use `
|
|
3183
|
+
export declare namespace DocumentFieldType$ {
|
|
3184
|
+
/** @deprecated use `DocumentFieldType$inboundSchema` instead. */
|
|
2932
3185
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2933
3186
|
readonly Signature: "SIGNATURE";
|
|
2934
3187
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
@@ -2942,7 +3195,7 @@ export declare namespace DocumentCreateDocumentTemporaryDocumentsType$ {
|
|
|
2942
3195
|
readonly Checkbox: "CHECKBOX";
|
|
2943
3196
|
readonly Dropdown: "DROPDOWN";
|
|
2944
3197
|
}>;
|
|
2945
|
-
/** @deprecated use `
|
|
3198
|
+
/** @deprecated use `DocumentFieldType$outboundSchema` instead. */
|
|
2946
3199
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2947
3200
|
readonly Signature: "SIGNATURE";
|
|
2948
3201
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
@@ -2958,235 +3211,257 @@ export declare namespace DocumentCreateDocumentTemporaryDocumentsType$ {
|
|
|
2958
3211
|
}>;
|
|
2959
3212
|
}
|
|
2960
3213
|
/** @internal */
|
|
2961
|
-
export declare const
|
|
3214
|
+
export declare const DocumentTypeDropdown$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeDropdown>;
|
|
2962
3215
|
/** @internal */
|
|
2963
|
-
export declare const
|
|
3216
|
+
export declare const DocumentTypeDropdown$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeDropdown>;
|
|
2964
3217
|
/**
|
|
2965
3218
|
* @internal
|
|
2966
3219
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2967
3220
|
*/
|
|
2968
|
-
export declare namespace
|
|
2969
|
-
/** @deprecated use `
|
|
3221
|
+
export declare namespace DocumentTypeDropdown$ {
|
|
3222
|
+
/** @deprecated use `DocumentTypeDropdown$inboundSchema` instead. */
|
|
2970
3223
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2971
3224
|
readonly Dropdown: "dropdown";
|
|
2972
3225
|
}>;
|
|
2973
|
-
/** @deprecated use `
|
|
3226
|
+
/** @deprecated use `DocumentTypeDropdown$outboundSchema` instead. */
|
|
2974
3227
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2975
3228
|
readonly Dropdown: "dropdown";
|
|
2976
3229
|
}>;
|
|
2977
3230
|
}
|
|
2978
3231
|
/** @internal */
|
|
2979
|
-
export declare const
|
|
3232
|
+
export declare const DocumentValue3$inboundSchema: z.ZodType<DocumentValue3, z.ZodTypeDef, unknown>;
|
|
2980
3233
|
/** @internal */
|
|
2981
|
-
export type
|
|
3234
|
+
export type DocumentValue3$Outbound = {
|
|
2982
3235
|
value: string;
|
|
2983
3236
|
};
|
|
2984
3237
|
/** @internal */
|
|
2985
|
-
export declare const
|
|
3238
|
+
export declare const DocumentValue3$outboundSchema: z.ZodType<DocumentValue3$Outbound, z.ZodTypeDef, DocumentValue3>;
|
|
2986
3239
|
/**
|
|
2987
3240
|
* @internal
|
|
2988
3241
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2989
3242
|
*/
|
|
2990
|
-
export declare namespace
|
|
2991
|
-
/** @deprecated use `
|
|
2992
|
-
const inboundSchema: z.ZodType<
|
|
2993
|
-
/** @deprecated use `
|
|
2994
|
-
const outboundSchema: z.ZodType<
|
|
2995
|
-
/** @deprecated use `
|
|
2996
|
-
type Outbound =
|
|
3243
|
+
export declare namespace DocumentValue3$ {
|
|
3244
|
+
/** @deprecated use `DocumentValue3$inboundSchema` instead. */
|
|
3245
|
+
const inboundSchema: z.ZodType<DocumentValue3, z.ZodTypeDef, unknown>;
|
|
3246
|
+
/** @deprecated use `DocumentValue3$outboundSchema` instead. */
|
|
3247
|
+
const outboundSchema: z.ZodType<DocumentValue3$Outbound, z.ZodTypeDef, DocumentValue3>;
|
|
3248
|
+
/** @deprecated use `DocumentValue3$Outbound` instead. */
|
|
3249
|
+
type Outbound = DocumentValue3$Outbound;
|
|
2997
3250
|
}
|
|
2998
|
-
export declare function
|
|
2999
|
-
export declare function
|
|
3251
|
+
export declare function documentValue3ToJSON(documentValue3: DocumentValue3): string;
|
|
3252
|
+
export declare function documentValue3FromJSON(jsonString: string): SafeParseResult<DocumentValue3, SDKValidationError>;
|
|
3000
3253
|
/** @internal */
|
|
3001
|
-
export declare const
|
|
3254
|
+
export declare const FieldMetaDocumentDropdown$inboundSchema: z.ZodType<FieldMetaDocumentDropdown, z.ZodTypeDef, unknown>;
|
|
3002
3255
|
/** @internal */
|
|
3003
|
-
export type
|
|
3256
|
+
export type FieldMetaDocumentDropdown$Outbound = {
|
|
3004
3257
|
label?: string | undefined;
|
|
3005
3258
|
placeholder?: string | undefined;
|
|
3006
3259
|
required?: boolean | undefined;
|
|
3007
3260
|
readOnly?: boolean | undefined;
|
|
3008
3261
|
type: string;
|
|
3009
|
-
values?: Array<
|
|
3262
|
+
values?: Array<DocumentValue3$Outbound> | undefined;
|
|
3010
3263
|
defaultValue?: string | undefined;
|
|
3011
3264
|
};
|
|
3012
3265
|
/** @internal */
|
|
3013
|
-
export declare const
|
|
3266
|
+
export declare const FieldMetaDocumentDropdown$outboundSchema: z.ZodType<FieldMetaDocumentDropdown$Outbound, z.ZodTypeDef, FieldMetaDocumentDropdown>;
|
|
3014
3267
|
/**
|
|
3015
3268
|
* @internal
|
|
3016
3269
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3017
3270
|
*/
|
|
3018
|
-
export declare namespace
|
|
3019
|
-
/** @deprecated use `
|
|
3020
|
-
const inboundSchema: z.ZodType<
|
|
3021
|
-
/** @deprecated use `
|
|
3022
|
-
const outboundSchema: z.ZodType<
|
|
3023
|
-
/** @deprecated use `
|
|
3024
|
-
type Outbound =
|
|
3271
|
+
export declare namespace FieldMetaDocumentDropdown$ {
|
|
3272
|
+
/** @deprecated use `FieldMetaDocumentDropdown$inboundSchema` instead. */
|
|
3273
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentDropdown, z.ZodTypeDef, unknown>;
|
|
3274
|
+
/** @deprecated use `FieldMetaDocumentDropdown$outboundSchema` instead. */
|
|
3275
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentDropdown$Outbound, z.ZodTypeDef, FieldMetaDocumentDropdown>;
|
|
3276
|
+
/** @deprecated use `FieldMetaDocumentDropdown$Outbound` instead. */
|
|
3277
|
+
type Outbound = FieldMetaDocumentDropdown$Outbound;
|
|
3025
3278
|
}
|
|
3026
|
-
export declare function
|
|
3027
|
-
export declare function
|
|
3279
|
+
export declare function fieldMetaDocumentDropdownToJSON(fieldMetaDocumentDropdown: FieldMetaDocumentDropdown): string;
|
|
3280
|
+
export declare function fieldMetaDocumentDropdownFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentDropdown, SDKValidationError>;
|
|
3028
3281
|
/** @internal */
|
|
3029
|
-
export declare const
|
|
3282
|
+
export declare const DocumentTypeCheckbox$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeCheckbox>;
|
|
3030
3283
|
/** @internal */
|
|
3031
|
-
export declare const
|
|
3284
|
+
export declare const DocumentTypeCheckbox$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeCheckbox>;
|
|
3032
3285
|
/**
|
|
3033
3286
|
* @internal
|
|
3034
3287
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3035
3288
|
*/
|
|
3036
|
-
export declare namespace
|
|
3037
|
-
/** @deprecated use `
|
|
3289
|
+
export declare namespace DocumentTypeCheckbox$ {
|
|
3290
|
+
/** @deprecated use `DocumentTypeCheckbox$inboundSchema` instead. */
|
|
3038
3291
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3039
3292
|
readonly Checkbox: "checkbox";
|
|
3040
3293
|
}>;
|
|
3041
|
-
/** @deprecated use `
|
|
3294
|
+
/** @deprecated use `DocumentTypeCheckbox$outboundSchema` instead. */
|
|
3042
3295
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3043
3296
|
readonly Checkbox: "checkbox";
|
|
3044
3297
|
}>;
|
|
3045
3298
|
}
|
|
3046
3299
|
/** @internal */
|
|
3047
|
-
export declare const
|
|
3300
|
+
export declare const DocumentValue2$inboundSchema: z.ZodType<DocumentValue2, z.ZodTypeDef, unknown>;
|
|
3048
3301
|
/** @internal */
|
|
3049
|
-
export type
|
|
3302
|
+
export type DocumentValue2$Outbound = {
|
|
3050
3303
|
id: number;
|
|
3051
3304
|
checked: boolean;
|
|
3052
3305
|
value: string;
|
|
3053
3306
|
};
|
|
3054
3307
|
/** @internal */
|
|
3055
|
-
export declare const
|
|
3308
|
+
export declare const DocumentValue2$outboundSchema: z.ZodType<DocumentValue2$Outbound, z.ZodTypeDef, DocumentValue2>;
|
|
3056
3309
|
/**
|
|
3057
3310
|
* @internal
|
|
3058
3311
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3059
3312
|
*/
|
|
3060
|
-
export declare namespace
|
|
3061
|
-
/** @deprecated use `
|
|
3062
|
-
const inboundSchema: z.ZodType<
|
|
3063
|
-
/** @deprecated use `
|
|
3064
|
-
const outboundSchema: z.ZodType<
|
|
3065
|
-
/** @deprecated use `
|
|
3066
|
-
type Outbound =
|
|
3313
|
+
export declare namespace DocumentValue2$ {
|
|
3314
|
+
/** @deprecated use `DocumentValue2$inboundSchema` instead. */
|
|
3315
|
+
const inboundSchema: z.ZodType<DocumentValue2, z.ZodTypeDef, unknown>;
|
|
3316
|
+
/** @deprecated use `DocumentValue2$outboundSchema` instead. */
|
|
3317
|
+
const outboundSchema: z.ZodType<DocumentValue2$Outbound, z.ZodTypeDef, DocumentValue2>;
|
|
3318
|
+
/** @deprecated use `DocumentValue2$Outbound` instead. */
|
|
3319
|
+
type Outbound = DocumentValue2$Outbound;
|
|
3067
3320
|
}
|
|
3068
|
-
export declare function
|
|
3069
|
-
export declare function
|
|
3321
|
+
export declare function documentValue2ToJSON(documentValue2: DocumentValue2): string;
|
|
3322
|
+
export declare function documentValue2FromJSON(jsonString: string): SafeParseResult<DocumentValue2, SDKValidationError>;
|
|
3070
3323
|
/** @internal */
|
|
3071
|
-
export declare const
|
|
3324
|
+
export declare const FieldMetaDocumentCheckbox$inboundSchema: z.ZodType<FieldMetaDocumentCheckbox, z.ZodTypeDef, unknown>;
|
|
3072
3325
|
/** @internal */
|
|
3073
|
-
export type
|
|
3326
|
+
export type FieldMetaDocumentCheckbox$Outbound = {
|
|
3074
3327
|
label?: string | undefined;
|
|
3075
3328
|
placeholder?: string | undefined;
|
|
3076
3329
|
required?: boolean | undefined;
|
|
3077
3330
|
readOnly?: boolean | undefined;
|
|
3078
3331
|
type: string;
|
|
3079
|
-
values?: Array<
|
|
3332
|
+
values?: Array<DocumentValue2$Outbound> | undefined;
|
|
3080
3333
|
validationRule?: string | undefined;
|
|
3081
3334
|
validationLength?: number | undefined;
|
|
3082
3335
|
};
|
|
3083
3336
|
/** @internal */
|
|
3084
|
-
export declare const
|
|
3337
|
+
export declare const FieldMetaDocumentCheckbox$outboundSchema: z.ZodType<FieldMetaDocumentCheckbox$Outbound, z.ZodTypeDef, FieldMetaDocumentCheckbox>;
|
|
3085
3338
|
/**
|
|
3086
3339
|
* @internal
|
|
3087
3340
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3088
3341
|
*/
|
|
3089
|
-
export declare namespace
|
|
3090
|
-
/** @deprecated use `
|
|
3091
|
-
const inboundSchema: z.ZodType<
|
|
3092
|
-
/** @deprecated use `
|
|
3093
|
-
const outboundSchema: z.ZodType<
|
|
3094
|
-
/** @deprecated use `
|
|
3095
|
-
type Outbound =
|
|
3342
|
+
export declare namespace FieldMetaDocumentCheckbox$ {
|
|
3343
|
+
/** @deprecated use `FieldMetaDocumentCheckbox$inboundSchema` instead. */
|
|
3344
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentCheckbox, z.ZodTypeDef, unknown>;
|
|
3345
|
+
/** @deprecated use `FieldMetaDocumentCheckbox$outboundSchema` instead. */
|
|
3346
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentCheckbox$Outbound, z.ZodTypeDef, FieldMetaDocumentCheckbox>;
|
|
3347
|
+
/** @deprecated use `FieldMetaDocumentCheckbox$Outbound` instead. */
|
|
3348
|
+
type Outbound = FieldMetaDocumentCheckbox$Outbound;
|
|
3096
3349
|
}
|
|
3097
|
-
export declare function
|
|
3098
|
-
export declare function
|
|
3350
|
+
export declare function fieldMetaDocumentCheckboxToJSON(fieldMetaDocumentCheckbox: FieldMetaDocumentCheckbox): string;
|
|
3351
|
+
export declare function fieldMetaDocumentCheckboxFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentCheckbox, SDKValidationError>;
|
|
3099
3352
|
/** @internal */
|
|
3100
|
-
export declare const
|
|
3353
|
+
export declare const DocumentTypeRadio$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeRadio>;
|
|
3101
3354
|
/** @internal */
|
|
3102
|
-
export declare const
|
|
3355
|
+
export declare const DocumentTypeRadio$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeRadio>;
|
|
3103
3356
|
/**
|
|
3104
3357
|
* @internal
|
|
3105
3358
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3106
3359
|
*/
|
|
3107
|
-
export declare namespace
|
|
3108
|
-
/** @deprecated use `
|
|
3360
|
+
export declare namespace DocumentTypeRadio$ {
|
|
3361
|
+
/** @deprecated use `DocumentTypeRadio$inboundSchema` instead. */
|
|
3109
3362
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3110
3363
|
readonly Radio: "radio";
|
|
3111
3364
|
}>;
|
|
3112
|
-
/** @deprecated use `
|
|
3365
|
+
/** @deprecated use `DocumentTypeRadio$outboundSchema` instead. */
|
|
3113
3366
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3114
3367
|
readonly Radio: "radio";
|
|
3115
3368
|
}>;
|
|
3116
3369
|
}
|
|
3117
3370
|
/** @internal */
|
|
3118
|
-
export declare const
|
|
3371
|
+
export declare const DocumentValue1$inboundSchema: z.ZodType<DocumentValue1, z.ZodTypeDef, unknown>;
|
|
3119
3372
|
/** @internal */
|
|
3120
|
-
export type
|
|
3373
|
+
export type DocumentValue1$Outbound = {
|
|
3121
3374
|
id: number;
|
|
3122
3375
|
checked: boolean;
|
|
3123
3376
|
value: string;
|
|
3124
3377
|
};
|
|
3125
3378
|
/** @internal */
|
|
3126
|
-
export declare const
|
|
3379
|
+
export declare const DocumentValue1$outboundSchema: z.ZodType<DocumentValue1$Outbound, z.ZodTypeDef, DocumentValue1>;
|
|
3127
3380
|
/**
|
|
3128
3381
|
* @internal
|
|
3129
3382
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3130
3383
|
*/
|
|
3131
|
-
export declare namespace
|
|
3132
|
-
/** @deprecated use `
|
|
3133
|
-
const inboundSchema: z.ZodType<
|
|
3134
|
-
/** @deprecated use `
|
|
3135
|
-
const outboundSchema: z.ZodType<
|
|
3136
|
-
/** @deprecated use `
|
|
3137
|
-
type Outbound =
|
|
3384
|
+
export declare namespace DocumentValue1$ {
|
|
3385
|
+
/** @deprecated use `DocumentValue1$inboundSchema` instead. */
|
|
3386
|
+
const inboundSchema: z.ZodType<DocumentValue1, z.ZodTypeDef, unknown>;
|
|
3387
|
+
/** @deprecated use `DocumentValue1$outboundSchema` instead. */
|
|
3388
|
+
const outboundSchema: z.ZodType<DocumentValue1$Outbound, z.ZodTypeDef, DocumentValue1>;
|
|
3389
|
+
/** @deprecated use `DocumentValue1$Outbound` instead. */
|
|
3390
|
+
type Outbound = DocumentValue1$Outbound;
|
|
3138
3391
|
}
|
|
3139
|
-
export declare function
|
|
3140
|
-
export declare function
|
|
3392
|
+
export declare function documentValue1ToJSON(documentValue1: DocumentValue1): string;
|
|
3393
|
+
export declare function documentValue1FromJSON(jsonString: string): SafeParseResult<DocumentValue1, SDKValidationError>;
|
|
3141
3394
|
/** @internal */
|
|
3142
|
-
export declare const
|
|
3395
|
+
export declare const FieldMetaDocumentRadio$inboundSchema: z.ZodType<FieldMetaDocumentRadio, z.ZodTypeDef, unknown>;
|
|
3143
3396
|
/** @internal */
|
|
3144
|
-
export type
|
|
3397
|
+
export type FieldMetaDocumentRadio$Outbound = {
|
|
3145
3398
|
label?: string | undefined;
|
|
3146
3399
|
placeholder?: string | undefined;
|
|
3147
3400
|
required?: boolean | undefined;
|
|
3148
3401
|
readOnly?: boolean | undefined;
|
|
3149
3402
|
type: string;
|
|
3150
|
-
values?: Array<
|
|
3403
|
+
values?: Array<DocumentValue1$Outbound> | undefined;
|
|
3151
3404
|
};
|
|
3152
3405
|
/** @internal */
|
|
3153
|
-
export declare const
|
|
3406
|
+
export declare const FieldMetaDocumentRadio$outboundSchema: z.ZodType<FieldMetaDocumentRadio$Outbound, z.ZodTypeDef, FieldMetaDocumentRadio>;
|
|
3154
3407
|
/**
|
|
3155
3408
|
* @internal
|
|
3156
3409
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3157
3410
|
*/
|
|
3158
|
-
export declare namespace
|
|
3159
|
-
/** @deprecated use `
|
|
3160
|
-
const inboundSchema: z.ZodType<
|
|
3161
|
-
/** @deprecated use `
|
|
3162
|
-
const outboundSchema: z.ZodType<
|
|
3163
|
-
/** @deprecated use `
|
|
3164
|
-
type Outbound =
|
|
3411
|
+
export declare namespace FieldMetaDocumentRadio$ {
|
|
3412
|
+
/** @deprecated use `FieldMetaDocumentRadio$inboundSchema` instead. */
|
|
3413
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentRadio, z.ZodTypeDef, unknown>;
|
|
3414
|
+
/** @deprecated use `FieldMetaDocumentRadio$outboundSchema` instead. */
|
|
3415
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentRadio$Outbound, z.ZodTypeDef, FieldMetaDocumentRadio>;
|
|
3416
|
+
/** @deprecated use `FieldMetaDocumentRadio$Outbound` instead. */
|
|
3417
|
+
type Outbound = FieldMetaDocumentRadio$Outbound;
|
|
3165
3418
|
}
|
|
3166
|
-
export declare function
|
|
3167
|
-
export declare function
|
|
3419
|
+
export declare function fieldMetaDocumentRadioToJSON(fieldMetaDocumentRadio: FieldMetaDocumentRadio): string;
|
|
3420
|
+
export declare function fieldMetaDocumentRadioFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentRadio, SDKValidationError>;
|
|
3168
3421
|
/** @internal */
|
|
3169
|
-
export declare const
|
|
3422
|
+
export declare const DocumentTypeNumber$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeNumber>;
|
|
3170
3423
|
/** @internal */
|
|
3171
|
-
export declare const
|
|
3424
|
+
export declare const DocumentTypeNumber$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeNumber>;
|
|
3172
3425
|
/**
|
|
3173
3426
|
* @internal
|
|
3174
3427
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3175
3428
|
*/
|
|
3176
|
-
export declare namespace
|
|
3177
|
-
/** @deprecated use `
|
|
3429
|
+
export declare namespace DocumentTypeNumber$ {
|
|
3430
|
+
/** @deprecated use `DocumentTypeNumber$inboundSchema` instead. */
|
|
3178
3431
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3179
3432
|
readonly Number: "number";
|
|
3180
3433
|
}>;
|
|
3181
|
-
/** @deprecated use `
|
|
3434
|
+
/** @deprecated use `DocumentTypeNumber$outboundSchema` instead. */
|
|
3182
3435
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3183
3436
|
readonly Number: "number";
|
|
3184
3437
|
}>;
|
|
3185
3438
|
}
|
|
3186
3439
|
/** @internal */
|
|
3187
|
-
export declare const
|
|
3440
|
+
export declare const DocumentTextAlign6$inboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign6>;
|
|
3441
|
+
/** @internal */
|
|
3442
|
+
export declare const DocumentTextAlign6$outboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign6>;
|
|
3443
|
+
/**
|
|
3444
|
+
* @internal
|
|
3445
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3446
|
+
*/
|
|
3447
|
+
export declare namespace DocumentTextAlign6$ {
|
|
3448
|
+
/** @deprecated use `DocumentTextAlign6$inboundSchema` instead. */
|
|
3449
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3450
|
+
readonly Left: "left";
|
|
3451
|
+
readonly Center: "center";
|
|
3452
|
+
readonly Right: "right";
|
|
3453
|
+
}>;
|
|
3454
|
+
/** @deprecated use `DocumentTextAlign6$outboundSchema` instead. */
|
|
3455
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3456
|
+
readonly Left: "left";
|
|
3457
|
+
readonly Center: "center";
|
|
3458
|
+
readonly Right: "right";
|
|
3459
|
+
}>;
|
|
3460
|
+
}
|
|
3461
|
+
/** @internal */
|
|
3462
|
+
export declare const FieldMetaDocumentNumber$inboundSchema: z.ZodType<FieldMetaDocumentNumber, z.ZodTypeDef, unknown>;
|
|
3188
3463
|
/** @internal */
|
|
3189
|
-
export type
|
|
3464
|
+
export type FieldMetaDocumentNumber$Outbound = {
|
|
3190
3465
|
label?: string | undefined;
|
|
3191
3466
|
placeholder?: string | undefined;
|
|
3192
3467
|
required?: boolean | undefined;
|
|
@@ -3197,45 +3472,68 @@ export type DocumentCreateDocumentTemporaryFieldMeta6$Outbound = {
|
|
|
3197
3472
|
minValue?: number | undefined;
|
|
3198
3473
|
maxValue?: number | undefined;
|
|
3199
3474
|
fontSize?: number | undefined;
|
|
3475
|
+
textAlign?: string | undefined;
|
|
3200
3476
|
};
|
|
3201
3477
|
/** @internal */
|
|
3202
|
-
export declare const
|
|
3478
|
+
export declare const FieldMetaDocumentNumber$outboundSchema: z.ZodType<FieldMetaDocumentNumber$Outbound, z.ZodTypeDef, FieldMetaDocumentNumber>;
|
|
3203
3479
|
/**
|
|
3204
3480
|
* @internal
|
|
3205
3481
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3206
3482
|
*/
|
|
3207
|
-
export declare namespace
|
|
3208
|
-
/** @deprecated use `
|
|
3209
|
-
const inboundSchema: z.ZodType<
|
|
3210
|
-
/** @deprecated use `
|
|
3211
|
-
const outboundSchema: z.ZodType<
|
|
3212
|
-
/** @deprecated use `
|
|
3213
|
-
type Outbound =
|
|
3483
|
+
export declare namespace FieldMetaDocumentNumber$ {
|
|
3484
|
+
/** @deprecated use `FieldMetaDocumentNumber$inboundSchema` instead. */
|
|
3485
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentNumber, z.ZodTypeDef, unknown>;
|
|
3486
|
+
/** @deprecated use `FieldMetaDocumentNumber$outboundSchema` instead. */
|
|
3487
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentNumber$Outbound, z.ZodTypeDef, FieldMetaDocumentNumber>;
|
|
3488
|
+
/** @deprecated use `FieldMetaDocumentNumber$Outbound` instead. */
|
|
3489
|
+
type Outbound = FieldMetaDocumentNumber$Outbound;
|
|
3214
3490
|
}
|
|
3215
|
-
export declare function
|
|
3216
|
-
export declare function
|
|
3491
|
+
export declare function fieldMetaDocumentNumberToJSON(fieldMetaDocumentNumber: FieldMetaDocumentNumber): string;
|
|
3492
|
+
export declare function fieldMetaDocumentNumberFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentNumber, SDKValidationError>;
|
|
3217
3493
|
/** @internal */
|
|
3218
|
-
export declare const
|
|
3494
|
+
export declare const DocumentTypeText$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeText>;
|
|
3219
3495
|
/** @internal */
|
|
3220
|
-
export declare const
|
|
3496
|
+
export declare const DocumentTypeText$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeText>;
|
|
3221
3497
|
/**
|
|
3222
3498
|
* @internal
|
|
3223
3499
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3224
3500
|
*/
|
|
3225
|
-
export declare namespace
|
|
3226
|
-
/** @deprecated use `
|
|
3501
|
+
export declare namespace DocumentTypeText$ {
|
|
3502
|
+
/** @deprecated use `DocumentTypeText$inboundSchema` instead. */
|
|
3227
3503
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3228
3504
|
readonly Text: "text";
|
|
3229
3505
|
}>;
|
|
3230
|
-
/** @deprecated use `
|
|
3506
|
+
/** @deprecated use `DocumentTypeText$outboundSchema` instead. */
|
|
3231
3507
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3232
3508
|
readonly Text: "text";
|
|
3233
3509
|
}>;
|
|
3234
3510
|
}
|
|
3235
3511
|
/** @internal */
|
|
3236
|
-
export declare const
|
|
3512
|
+
export declare const DocumentTextAlign5$inboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign5>;
|
|
3237
3513
|
/** @internal */
|
|
3238
|
-
export
|
|
3514
|
+
export declare const DocumentTextAlign5$outboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign5>;
|
|
3515
|
+
/**
|
|
3516
|
+
* @internal
|
|
3517
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3518
|
+
*/
|
|
3519
|
+
export declare namespace DocumentTextAlign5$ {
|
|
3520
|
+
/** @deprecated use `DocumentTextAlign5$inboundSchema` instead. */
|
|
3521
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3522
|
+
readonly Left: "left";
|
|
3523
|
+
readonly Center: "center";
|
|
3524
|
+
readonly Right: "right";
|
|
3525
|
+
}>;
|
|
3526
|
+
/** @deprecated use `DocumentTextAlign5$outboundSchema` instead. */
|
|
3527
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3528
|
+
readonly Left: "left";
|
|
3529
|
+
readonly Center: "center";
|
|
3530
|
+
readonly Right: "right";
|
|
3531
|
+
}>;
|
|
3532
|
+
}
|
|
3533
|
+
/** @internal */
|
|
3534
|
+
export declare const FieldMetaDocumentText$inboundSchema: z.ZodType<FieldMetaDocumentText, z.ZodTypeDef, unknown>;
|
|
3535
|
+
/** @internal */
|
|
3536
|
+
export type FieldMetaDocumentText$Outbound = {
|
|
3239
3537
|
label?: string | undefined;
|
|
3240
3538
|
placeholder?: string | undefined;
|
|
3241
3539
|
required?: boolean | undefined;
|
|
@@ -3244,227 +3542,320 @@ export type DocumentCreateDocumentTemporaryFieldMeta5$Outbound = {
|
|
|
3244
3542
|
text?: string | undefined;
|
|
3245
3543
|
characterLimit?: number | undefined;
|
|
3246
3544
|
fontSize?: number | undefined;
|
|
3545
|
+
textAlign?: string | undefined;
|
|
3247
3546
|
};
|
|
3248
3547
|
/** @internal */
|
|
3249
|
-
export declare const
|
|
3548
|
+
export declare const FieldMetaDocumentText$outboundSchema: z.ZodType<FieldMetaDocumentText$Outbound, z.ZodTypeDef, FieldMetaDocumentText>;
|
|
3250
3549
|
/**
|
|
3251
3550
|
* @internal
|
|
3252
3551
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3253
3552
|
*/
|
|
3254
|
-
export declare namespace
|
|
3255
|
-
/** @deprecated use `
|
|
3256
|
-
const inboundSchema: z.ZodType<
|
|
3257
|
-
/** @deprecated use `
|
|
3258
|
-
const outboundSchema: z.ZodType<
|
|
3259
|
-
/** @deprecated use `
|
|
3260
|
-
type Outbound =
|
|
3553
|
+
export declare namespace FieldMetaDocumentText$ {
|
|
3554
|
+
/** @deprecated use `FieldMetaDocumentText$inboundSchema` instead. */
|
|
3555
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentText, z.ZodTypeDef, unknown>;
|
|
3556
|
+
/** @deprecated use `FieldMetaDocumentText$outboundSchema` instead. */
|
|
3557
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentText$Outbound, z.ZodTypeDef, FieldMetaDocumentText>;
|
|
3558
|
+
/** @deprecated use `FieldMetaDocumentText$Outbound` instead. */
|
|
3559
|
+
type Outbound = FieldMetaDocumentText$Outbound;
|
|
3261
3560
|
}
|
|
3262
|
-
export declare function
|
|
3263
|
-
export declare function
|
|
3561
|
+
export declare function fieldMetaDocumentTextToJSON(fieldMetaDocumentText: FieldMetaDocumentText): string;
|
|
3562
|
+
export declare function fieldMetaDocumentTextFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentText, SDKValidationError>;
|
|
3264
3563
|
/** @internal */
|
|
3265
|
-
export declare const
|
|
3564
|
+
export declare const DocumentTypeDate$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeDate>;
|
|
3266
3565
|
/** @internal */
|
|
3267
|
-
export declare const
|
|
3566
|
+
export declare const DocumentTypeDate$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeDate>;
|
|
3268
3567
|
/**
|
|
3269
3568
|
* @internal
|
|
3270
3569
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3271
3570
|
*/
|
|
3272
|
-
export declare namespace
|
|
3273
|
-
/** @deprecated use `
|
|
3571
|
+
export declare namespace DocumentTypeDate$ {
|
|
3572
|
+
/** @deprecated use `DocumentTypeDate$inboundSchema` instead. */
|
|
3274
3573
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3275
3574
|
readonly Date: "date";
|
|
3276
3575
|
}>;
|
|
3277
|
-
/** @deprecated use `
|
|
3576
|
+
/** @deprecated use `DocumentTypeDate$outboundSchema` instead. */
|
|
3278
3577
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3279
3578
|
readonly Date: "date";
|
|
3280
3579
|
}>;
|
|
3281
3580
|
}
|
|
3282
3581
|
/** @internal */
|
|
3283
|
-
export declare const
|
|
3582
|
+
export declare const DocumentTextAlign4$inboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign4>;
|
|
3284
3583
|
/** @internal */
|
|
3285
|
-
export
|
|
3584
|
+
export declare const DocumentTextAlign4$outboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign4>;
|
|
3585
|
+
/**
|
|
3586
|
+
* @internal
|
|
3587
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3588
|
+
*/
|
|
3589
|
+
export declare namespace DocumentTextAlign4$ {
|
|
3590
|
+
/** @deprecated use `DocumentTextAlign4$inboundSchema` instead. */
|
|
3591
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3592
|
+
readonly Left: "left";
|
|
3593
|
+
readonly Center: "center";
|
|
3594
|
+
readonly Right: "right";
|
|
3595
|
+
}>;
|
|
3596
|
+
/** @deprecated use `DocumentTextAlign4$outboundSchema` instead. */
|
|
3597
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3598
|
+
readonly Left: "left";
|
|
3599
|
+
readonly Center: "center";
|
|
3600
|
+
readonly Right: "right";
|
|
3601
|
+
}>;
|
|
3602
|
+
}
|
|
3603
|
+
/** @internal */
|
|
3604
|
+
export declare const FieldMetaDocumentDate$inboundSchema: z.ZodType<FieldMetaDocumentDate, z.ZodTypeDef, unknown>;
|
|
3605
|
+
/** @internal */
|
|
3606
|
+
export type FieldMetaDocumentDate$Outbound = {
|
|
3286
3607
|
label?: string | undefined;
|
|
3287
3608
|
placeholder?: string | undefined;
|
|
3288
3609
|
required?: boolean | undefined;
|
|
3289
3610
|
readOnly?: boolean | undefined;
|
|
3290
3611
|
type: string;
|
|
3291
3612
|
fontSize?: number | undefined;
|
|
3613
|
+
textAlign?: string | undefined;
|
|
3292
3614
|
};
|
|
3293
3615
|
/** @internal */
|
|
3294
|
-
export declare const
|
|
3616
|
+
export declare const FieldMetaDocumentDate$outboundSchema: z.ZodType<FieldMetaDocumentDate$Outbound, z.ZodTypeDef, FieldMetaDocumentDate>;
|
|
3295
3617
|
/**
|
|
3296
3618
|
* @internal
|
|
3297
3619
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3298
3620
|
*/
|
|
3299
|
-
export declare namespace
|
|
3300
|
-
/** @deprecated use `
|
|
3301
|
-
const inboundSchema: z.ZodType<
|
|
3302
|
-
/** @deprecated use `
|
|
3303
|
-
const outboundSchema: z.ZodType<
|
|
3304
|
-
/** @deprecated use `
|
|
3305
|
-
type Outbound =
|
|
3621
|
+
export declare namespace FieldMetaDocumentDate$ {
|
|
3622
|
+
/** @deprecated use `FieldMetaDocumentDate$inboundSchema` instead. */
|
|
3623
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentDate, z.ZodTypeDef, unknown>;
|
|
3624
|
+
/** @deprecated use `FieldMetaDocumentDate$outboundSchema` instead. */
|
|
3625
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentDate$Outbound, z.ZodTypeDef, FieldMetaDocumentDate>;
|
|
3626
|
+
/** @deprecated use `FieldMetaDocumentDate$Outbound` instead. */
|
|
3627
|
+
type Outbound = FieldMetaDocumentDate$Outbound;
|
|
3306
3628
|
}
|
|
3307
|
-
export declare function
|
|
3308
|
-
export declare function
|
|
3629
|
+
export declare function fieldMetaDocumentDateToJSON(fieldMetaDocumentDate: FieldMetaDocumentDate): string;
|
|
3630
|
+
export declare function fieldMetaDocumentDateFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentDate, SDKValidationError>;
|
|
3309
3631
|
/** @internal */
|
|
3310
|
-
export declare const
|
|
3632
|
+
export declare const DocumentTypeEmail$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeEmail>;
|
|
3311
3633
|
/** @internal */
|
|
3312
|
-
export declare const
|
|
3634
|
+
export declare const DocumentTypeEmail$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeEmail>;
|
|
3313
3635
|
/**
|
|
3314
3636
|
* @internal
|
|
3315
3637
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3316
3638
|
*/
|
|
3317
|
-
export declare namespace
|
|
3318
|
-
/** @deprecated use `
|
|
3639
|
+
export declare namespace DocumentTypeEmail$ {
|
|
3640
|
+
/** @deprecated use `DocumentTypeEmail$inboundSchema` instead. */
|
|
3319
3641
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3320
3642
|
readonly Email: "email";
|
|
3321
3643
|
}>;
|
|
3322
|
-
/** @deprecated use `
|
|
3644
|
+
/** @deprecated use `DocumentTypeEmail$outboundSchema` instead. */
|
|
3323
3645
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3324
3646
|
readonly Email: "email";
|
|
3325
3647
|
}>;
|
|
3326
3648
|
}
|
|
3327
3649
|
/** @internal */
|
|
3328
|
-
export declare const
|
|
3650
|
+
export declare const DocumentTextAlign3$inboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign3>;
|
|
3329
3651
|
/** @internal */
|
|
3330
|
-
export
|
|
3652
|
+
export declare const DocumentTextAlign3$outboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign3>;
|
|
3653
|
+
/**
|
|
3654
|
+
* @internal
|
|
3655
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3656
|
+
*/
|
|
3657
|
+
export declare namespace DocumentTextAlign3$ {
|
|
3658
|
+
/** @deprecated use `DocumentTextAlign3$inboundSchema` instead. */
|
|
3659
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3660
|
+
readonly Left: "left";
|
|
3661
|
+
readonly Center: "center";
|
|
3662
|
+
readonly Right: "right";
|
|
3663
|
+
}>;
|
|
3664
|
+
/** @deprecated use `DocumentTextAlign3$outboundSchema` instead. */
|
|
3665
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3666
|
+
readonly Left: "left";
|
|
3667
|
+
readonly Center: "center";
|
|
3668
|
+
readonly Right: "right";
|
|
3669
|
+
}>;
|
|
3670
|
+
}
|
|
3671
|
+
/** @internal */
|
|
3672
|
+
export declare const FieldMetaDocumentEmail$inboundSchema: z.ZodType<FieldMetaDocumentEmail, z.ZodTypeDef, unknown>;
|
|
3673
|
+
/** @internal */
|
|
3674
|
+
export type FieldMetaDocumentEmail$Outbound = {
|
|
3331
3675
|
label?: string | undefined;
|
|
3332
3676
|
placeholder?: string | undefined;
|
|
3333
3677
|
required?: boolean | undefined;
|
|
3334
3678
|
readOnly?: boolean | undefined;
|
|
3335
3679
|
type: string;
|
|
3336
3680
|
fontSize?: number | undefined;
|
|
3681
|
+
textAlign?: string | undefined;
|
|
3337
3682
|
};
|
|
3338
3683
|
/** @internal */
|
|
3339
|
-
export declare const
|
|
3684
|
+
export declare const FieldMetaDocumentEmail$outboundSchema: z.ZodType<FieldMetaDocumentEmail$Outbound, z.ZodTypeDef, FieldMetaDocumentEmail>;
|
|
3340
3685
|
/**
|
|
3341
3686
|
* @internal
|
|
3342
3687
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3343
3688
|
*/
|
|
3344
|
-
export declare namespace
|
|
3345
|
-
/** @deprecated use `
|
|
3346
|
-
const inboundSchema: z.ZodType<
|
|
3347
|
-
/** @deprecated use `
|
|
3348
|
-
const outboundSchema: z.ZodType<
|
|
3349
|
-
/** @deprecated use `
|
|
3350
|
-
type Outbound =
|
|
3689
|
+
export declare namespace FieldMetaDocumentEmail$ {
|
|
3690
|
+
/** @deprecated use `FieldMetaDocumentEmail$inboundSchema` instead. */
|
|
3691
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentEmail, z.ZodTypeDef, unknown>;
|
|
3692
|
+
/** @deprecated use `FieldMetaDocumentEmail$outboundSchema` instead. */
|
|
3693
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentEmail$Outbound, z.ZodTypeDef, FieldMetaDocumentEmail>;
|
|
3694
|
+
/** @deprecated use `FieldMetaDocumentEmail$Outbound` instead. */
|
|
3695
|
+
type Outbound = FieldMetaDocumentEmail$Outbound;
|
|
3351
3696
|
}
|
|
3352
|
-
export declare function
|
|
3353
|
-
export declare function
|
|
3697
|
+
export declare function fieldMetaDocumentEmailToJSON(fieldMetaDocumentEmail: FieldMetaDocumentEmail): string;
|
|
3698
|
+
export declare function fieldMetaDocumentEmailFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentEmail, SDKValidationError>;
|
|
3354
3699
|
/** @internal */
|
|
3355
|
-
export declare const
|
|
3700
|
+
export declare const DocumentTypeName$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeName>;
|
|
3356
3701
|
/** @internal */
|
|
3357
|
-
export declare const
|
|
3702
|
+
export declare const DocumentTypeName$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeName>;
|
|
3358
3703
|
/**
|
|
3359
3704
|
* @internal
|
|
3360
3705
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3361
3706
|
*/
|
|
3362
|
-
export declare namespace
|
|
3363
|
-
/** @deprecated use `
|
|
3707
|
+
export declare namespace DocumentTypeName$ {
|
|
3708
|
+
/** @deprecated use `DocumentTypeName$inboundSchema` instead. */
|
|
3364
3709
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3365
3710
|
readonly Name: "name";
|
|
3366
3711
|
}>;
|
|
3367
|
-
/** @deprecated use `
|
|
3712
|
+
/** @deprecated use `DocumentTypeName$outboundSchema` instead. */
|
|
3368
3713
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3369
3714
|
readonly Name: "name";
|
|
3370
3715
|
}>;
|
|
3371
3716
|
}
|
|
3372
3717
|
/** @internal */
|
|
3373
|
-
export declare const
|
|
3718
|
+
export declare const DocumentTextAlign2$inboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign2>;
|
|
3374
3719
|
/** @internal */
|
|
3375
|
-
export
|
|
3720
|
+
export declare const DocumentTextAlign2$outboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign2>;
|
|
3721
|
+
/**
|
|
3722
|
+
* @internal
|
|
3723
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3724
|
+
*/
|
|
3725
|
+
export declare namespace DocumentTextAlign2$ {
|
|
3726
|
+
/** @deprecated use `DocumentTextAlign2$inboundSchema` instead. */
|
|
3727
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3728
|
+
readonly Left: "left";
|
|
3729
|
+
readonly Center: "center";
|
|
3730
|
+
readonly Right: "right";
|
|
3731
|
+
}>;
|
|
3732
|
+
/** @deprecated use `DocumentTextAlign2$outboundSchema` instead. */
|
|
3733
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3734
|
+
readonly Left: "left";
|
|
3735
|
+
readonly Center: "center";
|
|
3736
|
+
readonly Right: "right";
|
|
3737
|
+
}>;
|
|
3738
|
+
}
|
|
3739
|
+
/** @internal */
|
|
3740
|
+
export declare const FieldMetaDocumentName$inboundSchema: z.ZodType<FieldMetaDocumentName, z.ZodTypeDef, unknown>;
|
|
3741
|
+
/** @internal */
|
|
3742
|
+
export type FieldMetaDocumentName$Outbound = {
|
|
3376
3743
|
label?: string | undefined;
|
|
3377
3744
|
placeholder?: string | undefined;
|
|
3378
3745
|
required?: boolean | undefined;
|
|
3379
3746
|
readOnly?: boolean | undefined;
|
|
3380
3747
|
type: string;
|
|
3381
3748
|
fontSize?: number | undefined;
|
|
3749
|
+
textAlign?: string | undefined;
|
|
3382
3750
|
};
|
|
3383
3751
|
/** @internal */
|
|
3384
|
-
export declare const
|
|
3752
|
+
export declare const FieldMetaDocumentName$outboundSchema: z.ZodType<FieldMetaDocumentName$Outbound, z.ZodTypeDef, FieldMetaDocumentName>;
|
|
3385
3753
|
/**
|
|
3386
3754
|
* @internal
|
|
3387
3755
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3388
3756
|
*/
|
|
3389
|
-
export declare namespace
|
|
3390
|
-
/** @deprecated use `
|
|
3391
|
-
const inboundSchema: z.ZodType<
|
|
3392
|
-
/** @deprecated use `
|
|
3393
|
-
const outboundSchema: z.ZodType<
|
|
3394
|
-
/** @deprecated use `
|
|
3395
|
-
type Outbound =
|
|
3757
|
+
export declare namespace FieldMetaDocumentName$ {
|
|
3758
|
+
/** @deprecated use `FieldMetaDocumentName$inboundSchema` instead. */
|
|
3759
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentName, z.ZodTypeDef, unknown>;
|
|
3760
|
+
/** @deprecated use `FieldMetaDocumentName$outboundSchema` instead. */
|
|
3761
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentName$Outbound, z.ZodTypeDef, FieldMetaDocumentName>;
|
|
3762
|
+
/** @deprecated use `FieldMetaDocumentName$Outbound` instead. */
|
|
3763
|
+
type Outbound = FieldMetaDocumentName$Outbound;
|
|
3396
3764
|
}
|
|
3397
|
-
export declare function
|
|
3398
|
-
export declare function
|
|
3765
|
+
export declare function fieldMetaDocumentNameToJSON(fieldMetaDocumentName: FieldMetaDocumentName): string;
|
|
3766
|
+
export declare function fieldMetaDocumentNameFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentName, SDKValidationError>;
|
|
3399
3767
|
/** @internal */
|
|
3400
|
-
export declare const
|
|
3768
|
+
export declare const DocumentTypeInitials$inboundSchema: z.ZodNativeEnum<typeof DocumentTypeInitials>;
|
|
3401
3769
|
/** @internal */
|
|
3402
|
-
export declare const
|
|
3770
|
+
export declare const DocumentTypeInitials$outboundSchema: z.ZodNativeEnum<typeof DocumentTypeInitials>;
|
|
3403
3771
|
/**
|
|
3404
3772
|
* @internal
|
|
3405
3773
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3406
3774
|
*/
|
|
3407
|
-
export declare namespace
|
|
3408
|
-
/** @deprecated use `
|
|
3775
|
+
export declare namespace DocumentTypeInitials$ {
|
|
3776
|
+
/** @deprecated use `DocumentTypeInitials$inboundSchema` instead. */
|
|
3409
3777
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3410
3778
|
readonly Initials: "initials";
|
|
3411
3779
|
}>;
|
|
3412
|
-
/** @deprecated use `
|
|
3780
|
+
/** @deprecated use `DocumentTypeInitials$outboundSchema` instead. */
|
|
3413
3781
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3414
3782
|
readonly Initials: "initials";
|
|
3415
3783
|
}>;
|
|
3416
3784
|
}
|
|
3417
3785
|
/** @internal */
|
|
3418
|
-
export declare const
|
|
3786
|
+
export declare const DocumentTextAlign1$inboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign1>;
|
|
3787
|
+
/** @internal */
|
|
3788
|
+
export declare const DocumentTextAlign1$outboundSchema: z.ZodNativeEnum<typeof DocumentTextAlign1>;
|
|
3789
|
+
/**
|
|
3790
|
+
* @internal
|
|
3791
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3792
|
+
*/
|
|
3793
|
+
export declare namespace DocumentTextAlign1$ {
|
|
3794
|
+
/** @deprecated use `DocumentTextAlign1$inboundSchema` instead. */
|
|
3795
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3796
|
+
readonly Left: "left";
|
|
3797
|
+
readonly Center: "center";
|
|
3798
|
+
readonly Right: "right";
|
|
3799
|
+
}>;
|
|
3800
|
+
/** @deprecated use `DocumentTextAlign1$outboundSchema` instead. */
|
|
3801
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3802
|
+
readonly Left: "left";
|
|
3803
|
+
readonly Center: "center";
|
|
3804
|
+
readonly Right: "right";
|
|
3805
|
+
}>;
|
|
3806
|
+
}
|
|
3807
|
+
/** @internal */
|
|
3808
|
+
export declare const FieldMetaDocumentInitials$inboundSchema: z.ZodType<FieldMetaDocumentInitials, z.ZodTypeDef, unknown>;
|
|
3419
3809
|
/** @internal */
|
|
3420
|
-
export type
|
|
3810
|
+
export type FieldMetaDocumentInitials$Outbound = {
|
|
3421
3811
|
label?: string | undefined;
|
|
3422
3812
|
placeholder?: string | undefined;
|
|
3423
3813
|
required?: boolean | undefined;
|
|
3424
3814
|
readOnly?: boolean | undefined;
|
|
3425
3815
|
type: string;
|
|
3426
3816
|
fontSize?: number | undefined;
|
|
3817
|
+
textAlign?: string | undefined;
|
|
3427
3818
|
};
|
|
3428
3819
|
/** @internal */
|
|
3429
|
-
export declare const
|
|
3820
|
+
export declare const FieldMetaDocumentInitials$outboundSchema: z.ZodType<FieldMetaDocumentInitials$Outbound, z.ZodTypeDef, FieldMetaDocumentInitials>;
|
|
3430
3821
|
/**
|
|
3431
3822
|
* @internal
|
|
3432
3823
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3433
3824
|
*/
|
|
3434
|
-
export declare namespace
|
|
3435
|
-
/** @deprecated use `
|
|
3436
|
-
const inboundSchema: z.ZodType<
|
|
3437
|
-
/** @deprecated use `
|
|
3438
|
-
const outboundSchema: z.ZodType<
|
|
3439
|
-
/** @deprecated use `
|
|
3440
|
-
type Outbound =
|
|
3825
|
+
export declare namespace FieldMetaDocumentInitials$ {
|
|
3826
|
+
/** @deprecated use `FieldMetaDocumentInitials$inboundSchema` instead. */
|
|
3827
|
+
const inboundSchema: z.ZodType<FieldMetaDocumentInitials, z.ZodTypeDef, unknown>;
|
|
3828
|
+
/** @deprecated use `FieldMetaDocumentInitials$outboundSchema` instead. */
|
|
3829
|
+
const outboundSchema: z.ZodType<FieldMetaDocumentInitials$Outbound, z.ZodTypeDef, FieldMetaDocumentInitials>;
|
|
3830
|
+
/** @deprecated use `FieldMetaDocumentInitials$Outbound` instead. */
|
|
3831
|
+
type Outbound = FieldMetaDocumentInitials$Outbound;
|
|
3441
3832
|
}
|
|
3442
|
-
export declare function
|
|
3443
|
-
export declare function
|
|
3833
|
+
export declare function fieldMetaDocumentInitialsToJSON(fieldMetaDocumentInitials: FieldMetaDocumentInitials): string;
|
|
3834
|
+
export declare function fieldMetaDocumentInitialsFromJSON(jsonString: string): SafeParseResult<FieldMetaDocumentInitials, SDKValidationError>;
|
|
3444
3835
|
/** @internal */
|
|
3445
|
-
export declare const
|
|
3836
|
+
export declare const DocumentFieldMetaUnion$inboundSchema: z.ZodType<DocumentFieldMetaUnion, z.ZodTypeDef, unknown>;
|
|
3446
3837
|
/** @internal */
|
|
3447
|
-
export type
|
|
3838
|
+
export type DocumentFieldMetaUnion$Outbound = FieldMetaDocumentRadio$Outbound | FieldMetaDocumentInitials$Outbound | FieldMetaDocumentName$Outbound | FieldMetaDocumentEmail$Outbound | FieldMetaDocumentDate$Outbound | FieldMetaDocumentDropdown$Outbound | FieldMetaDocumentCheckbox$Outbound | FieldMetaDocumentText$Outbound | FieldMetaDocumentNumber$Outbound;
|
|
3448
3839
|
/** @internal */
|
|
3449
|
-
export declare const
|
|
3840
|
+
export declare const DocumentFieldMetaUnion$outboundSchema: z.ZodType<DocumentFieldMetaUnion$Outbound, z.ZodTypeDef, DocumentFieldMetaUnion>;
|
|
3450
3841
|
/**
|
|
3451
3842
|
* @internal
|
|
3452
3843
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3453
3844
|
*/
|
|
3454
|
-
export declare namespace
|
|
3455
|
-
/** @deprecated use `
|
|
3456
|
-
const inboundSchema: z.ZodType<
|
|
3457
|
-
/** @deprecated use `
|
|
3458
|
-
const outboundSchema: z.ZodType<
|
|
3459
|
-
/** @deprecated use `
|
|
3460
|
-
type Outbound =
|
|
3845
|
+
export declare namespace DocumentFieldMetaUnion$ {
|
|
3846
|
+
/** @deprecated use `DocumentFieldMetaUnion$inboundSchema` instead. */
|
|
3847
|
+
const inboundSchema: z.ZodType<DocumentFieldMetaUnion, z.ZodTypeDef, unknown>;
|
|
3848
|
+
/** @deprecated use `DocumentFieldMetaUnion$outboundSchema` instead. */
|
|
3849
|
+
const outboundSchema: z.ZodType<DocumentFieldMetaUnion$Outbound, z.ZodTypeDef, DocumentFieldMetaUnion>;
|
|
3850
|
+
/** @deprecated use `DocumentFieldMetaUnion$Outbound` instead. */
|
|
3851
|
+
type Outbound = DocumentFieldMetaUnion$Outbound;
|
|
3461
3852
|
}
|
|
3462
|
-
export declare function
|
|
3463
|
-
export declare function
|
|
3853
|
+
export declare function documentFieldMetaUnionToJSON(documentFieldMetaUnion: DocumentFieldMetaUnion): string;
|
|
3854
|
+
export declare function documentFieldMetaUnionFromJSON(jsonString: string): SafeParseResult<DocumentFieldMetaUnion, SDKValidationError>;
|
|
3464
3855
|
/** @internal */
|
|
3465
|
-
export declare const
|
|
3856
|
+
export declare const DocumentField$inboundSchema: z.ZodType<DocumentField, z.ZodTypeDef, unknown>;
|
|
3466
3857
|
/** @internal */
|
|
3467
|
-
export type
|
|
3858
|
+
export type DocumentField$Outbound = {
|
|
3468
3859
|
type: string;
|
|
3469
3860
|
id: number;
|
|
3470
3861
|
secondaryId: string;
|
|
@@ -3478,24 +3869,24 @@ export type DocumentCreateDocumentTemporaryFields$Outbound = {
|
|
|
3478
3869
|
height?: any | undefined;
|
|
3479
3870
|
customText: string;
|
|
3480
3871
|
inserted: boolean;
|
|
3481
|
-
fieldMeta:
|
|
3872
|
+
fieldMeta: FieldMetaDocumentRadio$Outbound | FieldMetaDocumentInitials$Outbound | FieldMetaDocumentName$Outbound | FieldMetaDocumentEmail$Outbound | FieldMetaDocumentDate$Outbound | FieldMetaDocumentDropdown$Outbound | FieldMetaDocumentCheckbox$Outbound | FieldMetaDocumentText$Outbound | FieldMetaDocumentNumber$Outbound | null;
|
|
3482
3873
|
};
|
|
3483
3874
|
/** @internal */
|
|
3484
|
-
export declare const
|
|
3875
|
+
export declare const DocumentField$outboundSchema: z.ZodType<DocumentField$Outbound, z.ZodTypeDef, DocumentField>;
|
|
3485
3876
|
/**
|
|
3486
3877
|
* @internal
|
|
3487
3878
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3488
3879
|
*/
|
|
3489
|
-
export declare namespace
|
|
3490
|
-
/** @deprecated use `
|
|
3491
|
-
const inboundSchema: z.ZodType<
|
|
3492
|
-
/** @deprecated use `
|
|
3493
|
-
const outboundSchema: z.ZodType<
|
|
3494
|
-
/** @deprecated use `
|
|
3495
|
-
type Outbound =
|
|
3880
|
+
export declare namespace DocumentField$ {
|
|
3881
|
+
/** @deprecated use `DocumentField$inboundSchema` instead. */
|
|
3882
|
+
const inboundSchema: z.ZodType<DocumentField, z.ZodTypeDef, unknown>;
|
|
3883
|
+
/** @deprecated use `DocumentField$outboundSchema` instead. */
|
|
3884
|
+
const outboundSchema: z.ZodType<DocumentField$Outbound, z.ZodTypeDef, DocumentField>;
|
|
3885
|
+
/** @deprecated use `DocumentField$Outbound` instead. */
|
|
3886
|
+
type Outbound = DocumentField$Outbound;
|
|
3496
3887
|
}
|
|
3497
|
-
export declare function
|
|
3498
|
-
export declare function
|
|
3888
|
+
export declare function documentFieldToJSON(documentField: DocumentField): string;
|
|
3889
|
+
export declare function documentFieldFromJSON(jsonString: string): SafeParseResult<DocumentField, SDKValidationError>;
|
|
3499
3890
|
/** @internal */
|
|
3500
3891
|
export declare const Document$inboundSchema: z.ZodType<Document, z.ZodTypeDef, unknown>;
|
|
3501
3892
|
/** @internal */
|
|
@@ -3520,8 +3911,8 @@ export type Document$Outbound = {
|
|
|
3520
3911
|
templateId: number | null;
|
|
3521
3912
|
documentData: DocumentCreateDocumentTemporaryDocumentData$Outbound;
|
|
3522
3913
|
documentMeta: DocumentCreateDocumentTemporaryDocumentMeta$Outbound | null;
|
|
3523
|
-
recipients: Array<
|
|
3524
|
-
fields: Array<
|
|
3914
|
+
recipients: Array<DocumentRecipient$Outbound>;
|
|
3915
|
+
fields: Array<DocumentField$Outbound>;
|
|
3525
3916
|
};
|
|
3526
3917
|
/** @internal */
|
|
3527
3918
|
export declare const Document$outboundSchema: z.ZodType<Document$Outbound, z.ZodTypeDef, Document>;
|
|
@@ -3540,26 +3931,26 @@ export declare namespace Document$ {
|
|
|
3540
3931
|
export declare function documentToJSON(document: Document): string;
|
|
3541
3932
|
export declare function documentFromJSON(jsonString: string): SafeParseResult<Document, SDKValidationError>;
|
|
3542
3933
|
/** @internal */
|
|
3543
|
-
export declare const
|
|
3934
|
+
export declare const DocumentCreateDocumentTemporaryResponse$inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryResponse, z.ZodTypeDef, unknown>;
|
|
3544
3935
|
/** @internal */
|
|
3545
|
-
export type
|
|
3936
|
+
export type DocumentCreateDocumentTemporaryResponse$Outbound = {
|
|
3546
3937
|
document: Document$Outbound;
|
|
3547
3938
|
uploadUrl: string;
|
|
3548
3939
|
};
|
|
3549
3940
|
/** @internal */
|
|
3550
|
-
export declare const
|
|
3941
|
+
export declare const DocumentCreateDocumentTemporaryResponse$outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryResponse$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryResponse>;
|
|
3551
3942
|
/**
|
|
3552
3943
|
* @internal
|
|
3553
3944
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3554
3945
|
*/
|
|
3555
|
-
export declare namespace
|
|
3556
|
-
/** @deprecated use `
|
|
3557
|
-
const inboundSchema: z.ZodType<
|
|
3558
|
-
/** @deprecated use `
|
|
3559
|
-
const outboundSchema: z.ZodType<
|
|
3560
|
-
/** @deprecated use `
|
|
3561
|
-
type Outbound =
|
|
3946
|
+
export declare namespace DocumentCreateDocumentTemporaryResponse$ {
|
|
3947
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryResponse$inboundSchema` instead. */
|
|
3948
|
+
const inboundSchema: z.ZodType<DocumentCreateDocumentTemporaryResponse, z.ZodTypeDef, unknown>;
|
|
3949
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryResponse$outboundSchema` instead. */
|
|
3950
|
+
const outboundSchema: z.ZodType<DocumentCreateDocumentTemporaryResponse$Outbound, z.ZodTypeDef, DocumentCreateDocumentTemporaryResponse>;
|
|
3951
|
+
/** @deprecated use `DocumentCreateDocumentTemporaryResponse$Outbound` instead. */
|
|
3952
|
+
type Outbound = DocumentCreateDocumentTemporaryResponse$Outbound;
|
|
3562
3953
|
}
|
|
3563
|
-
export declare function
|
|
3564
|
-
export declare function
|
|
3954
|
+
export declare function documentCreateDocumentTemporaryResponseToJSON(documentCreateDocumentTemporaryResponse: DocumentCreateDocumentTemporaryResponse): string;
|
|
3955
|
+
export declare function documentCreateDocumentTemporaryResponseFromJSON(jsonString: string): SafeParseResult<DocumentCreateDocumentTemporaryResponse, SDKValidationError>;
|
|
3565
3956
|
//# sourceMappingURL=documentcreatedocumenttemporary.d.ts.map
|