@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
|
@@ -2,29 +2,29 @@ import * as z from "zod";
|
|
|
2
2
|
import { ClosedEnum } from "../../types/enums.js";
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const FieldCreateDocumentFieldsTypeDropdownRequestBody1: {
|
|
6
6
|
readonly Dropdown: "DROPDOWN";
|
|
7
7
|
};
|
|
8
|
-
export type
|
|
9
|
-
export declare const
|
|
8
|
+
export type FieldCreateDocumentFieldsTypeDropdownRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeDropdownRequestBody1>;
|
|
9
|
+
export declare const FieldCreateDocumentFieldsTypeDropdownRequestBody2: {
|
|
10
10
|
readonly Dropdown: "dropdown";
|
|
11
11
|
};
|
|
12
|
-
export type
|
|
13
|
-
export type
|
|
12
|
+
export type FieldCreateDocumentFieldsTypeDropdownRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeDropdownRequestBody2>;
|
|
13
|
+
export type FieldCreateDocumentFieldsValueDropdown = {
|
|
14
14
|
value: string;
|
|
15
15
|
};
|
|
16
|
-
export type
|
|
16
|
+
export type FieldCreateDocumentFieldsFieldMetaDropdownRequestBody = {
|
|
17
17
|
label?: string | undefined;
|
|
18
18
|
placeholder?: string | undefined;
|
|
19
19
|
required?: boolean | undefined;
|
|
20
20
|
readOnly?: boolean | undefined;
|
|
21
|
-
type:
|
|
22
|
-
values?: Array<
|
|
21
|
+
type: FieldCreateDocumentFieldsTypeDropdownRequestBody2;
|
|
22
|
+
values?: Array<FieldCreateDocumentFieldsValueDropdown> | undefined;
|
|
23
23
|
defaultValue?: string | undefined;
|
|
24
24
|
};
|
|
25
|
-
export type
|
|
26
|
-
type:
|
|
27
|
-
fieldMeta?:
|
|
25
|
+
export type FieldCreateDocumentFieldsFieldDropdown = {
|
|
26
|
+
type: FieldCreateDocumentFieldsTypeDropdownRequestBody1;
|
|
27
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaDropdownRequestBody | undefined;
|
|
28
28
|
/**
|
|
29
29
|
* The ID of the recipient to create the field for.
|
|
30
30
|
*/
|
|
@@ -50,32 +50,32 @@ export type Fields11 = {
|
|
|
50
50
|
*/
|
|
51
51
|
height: number;
|
|
52
52
|
};
|
|
53
|
-
export declare const
|
|
53
|
+
export declare const FieldCreateDocumentFieldsTypeCheckboxRequestBody1: {
|
|
54
54
|
readonly Checkbox: "CHECKBOX";
|
|
55
55
|
};
|
|
56
|
-
export type
|
|
57
|
-
export declare const
|
|
56
|
+
export type FieldCreateDocumentFieldsTypeCheckboxRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeCheckboxRequestBody1>;
|
|
57
|
+
export declare const FieldCreateDocumentFieldsTypeCheckboxRequestBody2: {
|
|
58
58
|
readonly Checkbox: "checkbox";
|
|
59
59
|
};
|
|
60
|
-
export type
|
|
61
|
-
export type
|
|
60
|
+
export type FieldCreateDocumentFieldsTypeCheckboxRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeCheckboxRequestBody2>;
|
|
61
|
+
export type FieldCreateDocumentFieldsValueCheckbox = {
|
|
62
62
|
id: number;
|
|
63
63
|
checked: boolean;
|
|
64
64
|
value: string;
|
|
65
65
|
};
|
|
66
|
-
export type
|
|
66
|
+
export type FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody = {
|
|
67
67
|
label?: string | undefined;
|
|
68
68
|
placeholder?: string | undefined;
|
|
69
69
|
required?: boolean | undefined;
|
|
70
70
|
readOnly?: boolean | undefined;
|
|
71
|
-
type:
|
|
72
|
-
values?: Array<
|
|
71
|
+
type: FieldCreateDocumentFieldsTypeCheckboxRequestBody2;
|
|
72
|
+
values?: Array<FieldCreateDocumentFieldsValueCheckbox> | undefined;
|
|
73
73
|
validationRule?: string | undefined;
|
|
74
74
|
validationLength?: number | undefined;
|
|
75
75
|
};
|
|
76
|
-
export type
|
|
77
|
-
type:
|
|
78
|
-
fieldMeta?:
|
|
76
|
+
export type FieldCreateDocumentFieldsFieldCheckbox = {
|
|
77
|
+
type: FieldCreateDocumentFieldsTypeCheckboxRequestBody1;
|
|
78
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody | undefined;
|
|
79
79
|
/**
|
|
80
80
|
* The ID of the recipient to create the field for.
|
|
81
81
|
*/
|
|
@@ -101,30 +101,30 @@ export type Fields10 = {
|
|
|
101
101
|
*/
|
|
102
102
|
height: number;
|
|
103
103
|
};
|
|
104
|
-
export declare const
|
|
104
|
+
export declare const FieldCreateDocumentFieldsTypeRadioRequestBody1: {
|
|
105
105
|
readonly Radio: "RADIO";
|
|
106
106
|
};
|
|
107
|
-
export type
|
|
108
|
-
export declare const
|
|
107
|
+
export type FieldCreateDocumentFieldsTypeRadioRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeRadioRequestBody1>;
|
|
108
|
+
export declare const FieldCreateDocumentFieldsTypeRadioRequestBody2: {
|
|
109
109
|
readonly Radio: "radio";
|
|
110
110
|
};
|
|
111
|
-
export type
|
|
112
|
-
export type
|
|
111
|
+
export type FieldCreateDocumentFieldsTypeRadioRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeRadioRequestBody2>;
|
|
112
|
+
export type FieldCreateDocumentFieldsValueRadio = {
|
|
113
113
|
id: number;
|
|
114
114
|
checked: boolean;
|
|
115
115
|
value: string;
|
|
116
116
|
};
|
|
117
|
-
export type
|
|
117
|
+
export type FieldCreateDocumentFieldsFieldMetaRadioRequestBody = {
|
|
118
118
|
label?: string | undefined;
|
|
119
119
|
placeholder?: string | undefined;
|
|
120
120
|
required?: boolean | undefined;
|
|
121
121
|
readOnly?: boolean | undefined;
|
|
122
|
-
type:
|
|
123
|
-
values?: Array<
|
|
122
|
+
type: FieldCreateDocumentFieldsTypeRadioRequestBody2;
|
|
123
|
+
values?: Array<FieldCreateDocumentFieldsValueRadio> | undefined;
|
|
124
124
|
};
|
|
125
|
-
export type
|
|
126
|
-
type:
|
|
127
|
-
fieldMeta?:
|
|
125
|
+
export type FieldCreateDocumentFieldsFieldRadio = {
|
|
126
|
+
type: FieldCreateDocumentFieldsTypeRadioRequestBody1;
|
|
127
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaRadioRequestBody | undefined;
|
|
128
128
|
/**
|
|
129
129
|
* The ID of the recipient to create the field for.
|
|
130
130
|
*/
|
|
@@ -150,29 +150,36 @@ export type Fields9 = {
|
|
|
150
150
|
*/
|
|
151
151
|
height: number;
|
|
152
152
|
};
|
|
153
|
-
export declare const
|
|
153
|
+
export declare const FieldCreateDocumentFieldsTypeNumberRequestBody1: {
|
|
154
154
|
readonly Number: "NUMBER";
|
|
155
155
|
};
|
|
156
|
-
export type
|
|
157
|
-
export declare const
|
|
156
|
+
export type FieldCreateDocumentFieldsTypeNumberRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeNumberRequestBody1>;
|
|
157
|
+
export declare const FieldCreateDocumentFieldsTypeNumberRequestBody2: {
|
|
158
158
|
readonly Number: "number";
|
|
159
159
|
};
|
|
160
|
-
export type
|
|
161
|
-
export
|
|
160
|
+
export type FieldCreateDocumentFieldsTypeNumberRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeNumberRequestBody2>;
|
|
161
|
+
export declare const FieldCreateDocumentFieldsTextAlignNumber: {
|
|
162
|
+
readonly Left: "left";
|
|
163
|
+
readonly Center: "center";
|
|
164
|
+
readonly Right: "right";
|
|
165
|
+
};
|
|
166
|
+
export type FieldCreateDocumentFieldsTextAlignNumber = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignNumber>;
|
|
167
|
+
export type FieldCreateDocumentFieldsFieldMetaNumberRequestBody = {
|
|
162
168
|
label?: string | undefined;
|
|
163
169
|
placeholder?: string | undefined;
|
|
164
170
|
required?: boolean | undefined;
|
|
165
171
|
readOnly?: boolean | undefined;
|
|
166
|
-
type:
|
|
172
|
+
type: FieldCreateDocumentFieldsTypeNumberRequestBody2;
|
|
167
173
|
numberFormat?: string | undefined;
|
|
168
174
|
value?: string | undefined;
|
|
169
175
|
minValue?: number | undefined;
|
|
170
176
|
maxValue?: number | undefined;
|
|
171
177
|
fontSize?: number | undefined;
|
|
178
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignNumber | undefined;
|
|
172
179
|
};
|
|
173
|
-
export type
|
|
174
|
-
type:
|
|
175
|
-
fieldMeta?:
|
|
180
|
+
export type FieldCreateDocumentFieldsFieldNumber = {
|
|
181
|
+
type: FieldCreateDocumentFieldsTypeNumberRequestBody1;
|
|
182
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaNumberRequestBody | undefined;
|
|
176
183
|
/**
|
|
177
184
|
* The ID of the recipient to create the field for.
|
|
178
185
|
*/
|
|
@@ -198,27 +205,34 @@ export type Fields8 = {
|
|
|
198
205
|
*/
|
|
199
206
|
height: number;
|
|
200
207
|
};
|
|
201
|
-
export declare const
|
|
208
|
+
export declare const FieldCreateDocumentFieldsTypeTextRequestBody1: {
|
|
202
209
|
readonly Text: "TEXT";
|
|
203
210
|
};
|
|
204
|
-
export type
|
|
205
|
-
export declare const
|
|
211
|
+
export type FieldCreateDocumentFieldsTypeTextRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeTextRequestBody1>;
|
|
212
|
+
export declare const FieldCreateDocumentFieldsTypeTextRequestBody2: {
|
|
206
213
|
readonly Text: "text";
|
|
207
214
|
};
|
|
208
|
-
export type
|
|
209
|
-
export
|
|
215
|
+
export type FieldCreateDocumentFieldsTypeTextRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeTextRequestBody2>;
|
|
216
|
+
export declare const FieldCreateDocumentFieldsTextAlignText: {
|
|
217
|
+
readonly Left: "left";
|
|
218
|
+
readonly Center: "center";
|
|
219
|
+
readonly Right: "right";
|
|
220
|
+
};
|
|
221
|
+
export type FieldCreateDocumentFieldsTextAlignText = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignText>;
|
|
222
|
+
export type FieldCreateDocumentFieldsFieldMetaTextRequestBody = {
|
|
210
223
|
label?: string | undefined;
|
|
211
224
|
placeholder?: string | undefined;
|
|
212
225
|
required?: boolean | undefined;
|
|
213
226
|
readOnly?: boolean | undefined;
|
|
214
|
-
type:
|
|
227
|
+
type: FieldCreateDocumentFieldsTypeTextRequestBody2;
|
|
215
228
|
text?: string | undefined;
|
|
216
229
|
characterLimit?: number | undefined;
|
|
217
230
|
fontSize?: number | undefined;
|
|
231
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignText | undefined;
|
|
218
232
|
};
|
|
219
|
-
export type
|
|
220
|
-
type:
|
|
221
|
-
fieldMeta?:
|
|
233
|
+
export type FieldCreateDocumentFieldsFieldText = {
|
|
234
|
+
type: FieldCreateDocumentFieldsTypeTextRequestBody1;
|
|
235
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaTextRequestBody | undefined;
|
|
222
236
|
/**
|
|
223
237
|
* The ID of the recipient to create the field for.
|
|
224
238
|
*/
|
|
@@ -244,25 +258,32 @@ export type Fields7 = {
|
|
|
244
258
|
*/
|
|
245
259
|
height: number;
|
|
246
260
|
};
|
|
247
|
-
export declare const
|
|
261
|
+
export declare const FieldCreateDocumentFieldsTypeDateRequestBody1: {
|
|
248
262
|
readonly Date: "DATE";
|
|
249
263
|
};
|
|
250
|
-
export type
|
|
251
|
-
export declare const
|
|
264
|
+
export type FieldCreateDocumentFieldsTypeDateRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeDateRequestBody1>;
|
|
265
|
+
export declare const FieldCreateDocumentFieldsTypeDateRequestBody2: {
|
|
252
266
|
readonly Date: "date";
|
|
253
267
|
};
|
|
254
|
-
export type
|
|
255
|
-
export
|
|
268
|
+
export type FieldCreateDocumentFieldsTypeDateRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeDateRequestBody2>;
|
|
269
|
+
export declare const FieldCreateDocumentFieldsTextAlignDate: {
|
|
270
|
+
readonly Left: "left";
|
|
271
|
+
readonly Center: "center";
|
|
272
|
+
readonly Right: "right";
|
|
273
|
+
};
|
|
274
|
+
export type FieldCreateDocumentFieldsTextAlignDate = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignDate>;
|
|
275
|
+
export type FieldCreateDocumentFieldsFieldMetaDateRequestBody = {
|
|
256
276
|
label?: string | undefined;
|
|
257
277
|
placeholder?: string | undefined;
|
|
258
278
|
required?: boolean | undefined;
|
|
259
279
|
readOnly?: boolean | undefined;
|
|
260
|
-
type:
|
|
280
|
+
type: FieldCreateDocumentFieldsTypeDateRequestBody2;
|
|
261
281
|
fontSize?: number | undefined;
|
|
282
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignDate | undefined;
|
|
262
283
|
};
|
|
263
|
-
export type
|
|
264
|
-
type:
|
|
265
|
-
fieldMeta?:
|
|
284
|
+
export type FieldCreateDocumentFieldsFieldDate = {
|
|
285
|
+
type: FieldCreateDocumentFieldsTypeDateRequestBody1;
|
|
286
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaDateRequestBody | undefined;
|
|
266
287
|
/**
|
|
267
288
|
* The ID of the recipient to create the field for.
|
|
268
289
|
*/
|
|
@@ -288,25 +309,32 @@ export type Fields6 = {
|
|
|
288
309
|
*/
|
|
289
310
|
height: number;
|
|
290
311
|
};
|
|
291
|
-
export declare const
|
|
312
|
+
export declare const FieldCreateDocumentFieldsTypeEmailRequestBody1: {
|
|
292
313
|
readonly Email: "EMAIL";
|
|
293
314
|
};
|
|
294
|
-
export type
|
|
295
|
-
export declare const
|
|
315
|
+
export type FieldCreateDocumentFieldsTypeEmailRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeEmailRequestBody1>;
|
|
316
|
+
export declare const FieldCreateDocumentFieldsTypeEmailRequestBody2: {
|
|
296
317
|
readonly Email: "email";
|
|
297
318
|
};
|
|
298
|
-
export type
|
|
299
|
-
export
|
|
319
|
+
export type FieldCreateDocumentFieldsTypeEmailRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeEmailRequestBody2>;
|
|
320
|
+
export declare const FieldCreateDocumentFieldsTextAlignEmail: {
|
|
321
|
+
readonly Left: "left";
|
|
322
|
+
readonly Center: "center";
|
|
323
|
+
readonly Right: "right";
|
|
324
|
+
};
|
|
325
|
+
export type FieldCreateDocumentFieldsTextAlignEmail = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignEmail>;
|
|
326
|
+
export type FieldCreateDocumentFieldsFieldMetaEmailRequestBody = {
|
|
300
327
|
label?: string | undefined;
|
|
301
328
|
placeholder?: string | undefined;
|
|
302
329
|
required?: boolean | undefined;
|
|
303
330
|
readOnly?: boolean | undefined;
|
|
304
|
-
type:
|
|
331
|
+
type: FieldCreateDocumentFieldsTypeEmailRequestBody2;
|
|
305
332
|
fontSize?: number | undefined;
|
|
333
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignEmail | undefined;
|
|
306
334
|
};
|
|
307
|
-
export type
|
|
308
|
-
type:
|
|
309
|
-
fieldMeta?:
|
|
335
|
+
export type FieldCreateDocumentFieldsFieldEmail = {
|
|
336
|
+
type: FieldCreateDocumentFieldsTypeEmailRequestBody1;
|
|
337
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaEmailRequestBody | undefined;
|
|
310
338
|
/**
|
|
311
339
|
* The ID of the recipient to create the field for.
|
|
312
340
|
*/
|
|
@@ -332,25 +360,32 @@ export type Fields5 = {
|
|
|
332
360
|
*/
|
|
333
361
|
height: number;
|
|
334
362
|
};
|
|
335
|
-
export declare const
|
|
363
|
+
export declare const FieldCreateDocumentFieldsTypeNameRequestBody1: {
|
|
336
364
|
readonly Name: "NAME";
|
|
337
365
|
};
|
|
338
|
-
export type
|
|
339
|
-
export declare const
|
|
366
|
+
export type FieldCreateDocumentFieldsTypeNameRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeNameRequestBody1>;
|
|
367
|
+
export declare const FieldCreateDocumentFieldsTypeNameRequestBody2: {
|
|
340
368
|
readonly Name: "name";
|
|
341
369
|
};
|
|
342
|
-
export type
|
|
343
|
-
export
|
|
370
|
+
export type FieldCreateDocumentFieldsTypeNameRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeNameRequestBody2>;
|
|
371
|
+
export declare const FieldCreateDocumentFieldsTextAlignName: {
|
|
372
|
+
readonly Left: "left";
|
|
373
|
+
readonly Center: "center";
|
|
374
|
+
readonly Right: "right";
|
|
375
|
+
};
|
|
376
|
+
export type FieldCreateDocumentFieldsTextAlignName = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignName>;
|
|
377
|
+
export type FieldCreateDocumentFieldsFieldMetaNameRequestBody = {
|
|
344
378
|
label?: string | undefined;
|
|
345
379
|
placeholder?: string | undefined;
|
|
346
380
|
required?: boolean | undefined;
|
|
347
381
|
readOnly?: boolean | undefined;
|
|
348
|
-
type:
|
|
382
|
+
type: FieldCreateDocumentFieldsTypeNameRequestBody2;
|
|
349
383
|
fontSize?: number | undefined;
|
|
384
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignName | undefined;
|
|
350
385
|
};
|
|
351
|
-
export type
|
|
352
|
-
type:
|
|
353
|
-
fieldMeta?:
|
|
386
|
+
export type FieldCreateDocumentFieldsFieldName = {
|
|
387
|
+
type: FieldCreateDocumentFieldsTypeNameRequestBody1;
|
|
388
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaNameRequestBody | undefined;
|
|
354
389
|
/**
|
|
355
390
|
* The ID of the recipient to create the field for.
|
|
356
391
|
*/
|
|
@@ -376,25 +411,32 @@ export type Fields4 = {
|
|
|
376
411
|
*/
|
|
377
412
|
height: number;
|
|
378
413
|
};
|
|
379
|
-
export declare const
|
|
414
|
+
export declare const FieldCreateDocumentFieldsTypeInitialsRequestBody1: {
|
|
380
415
|
readonly Initials: "INITIALS";
|
|
381
416
|
};
|
|
382
|
-
export type
|
|
383
|
-
export declare const
|
|
417
|
+
export type FieldCreateDocumentFieldsTypeInitialsRequestBody1 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeInitialsRequestBody1>;
|
|
418
|
+
export declare const FieldCreateDocumentFieldsTypeInitialsRequestBody2: {
|
|
384
419
|
readonly Initials: "initials";
|
|
385
420
|
};
|
|
386
|
-
export type
|
|
387
|
-
export
|
|
421
|
+
export type FieldCreateDocumentFieldsTypeInitialsRequestBody2 = ClosedEnum<typeof FieldCreateDocumentFieldsTypeInitialsRequestBody2>;
|
|
422
|
+
export declare const FieldCreateDocumentFieldsTextAlignInitials: {
|
|
423
|
+
readonly Left: "left";
|
|
424
|
+
readonly Center: "center";
|
|
425
|
+
readonly Right: "right";
|
|
426
|
+
};
|
|
427
|
+
export type FieldCreateDocumentFieldsTextAlignInitials = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignInitials>;
|
|
428
|
+
export type FieldCreateDocumentFieldsFieldMetaInitialsRequestBody = {
|
|
388
429
|
label?: string | undefined;
|
|
389
430
|
placeholder?: string | undefined;
|
|
390
431
|
required?: boolean | undefined;
|
|
391
432
|
readOnly?: boolean | undefined;
|
|
392
|
-
type:
|
|
433
|
+
type: FieldCreateDocumentFieldsTypeInitialsRequestBody2;
|
|
393
434
|
fontSize?: number | undefined;
|
|
435
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignInitials | undefined;
|
|
394
436
|
};
|
|
395
|
-
export type
|
|
396
|
-
type:
|
|
397
|
-
fieldMeta?:
|
|
437
|
+
export type FieldCreateDocumentFieldsFieldInitials = {
|
|
438
|
+
type: FieldCreateDocumentFieldsTypeInitialsRequestBody1;
|
|
439
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaInitialsRequestBody | undefined;
|
|
398
440
|
/**
|
|
399
441
|
* The ID of the recipient to create the field for.
|
|
400
442
|
*/
|
|
@@ -420,12 +462,12 @@ export type Fields3 = {
|
|
|
420
462
|
*/
|
|
421
463
|
height: number;
|
|
422
464
|
};
|
|
423
|
-
export declare const
|
|
465
|
+
export declare const FieldCreateDocumentFieldsTypeFreeSignature: {
|
|
424
466
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
425
467
|
};
|
|
426
|
-
export type
|
|
427
|
-
export type
|
|
428
|
-
type:
|
|
468
|
+
export type FieldCreateDocumentFieldsTypeFreeSignature = ClosedEnum<typeof FieldCreateDocumentFieldsTypeFreeSignature>;
|
|
469
|
+
export type FieldCreateDocumentFieldsFieldFreeSignature = {
|
|
470
|
+
type: FieldCreateDocumentFieldsTypeFreeSignature;
|
|
429
471
|
/**
|
|
430
472
|
* The ID of the recipient to create the field for.
|
|
431
473
|
*/
|
|
@@ -451,12 +493,12 @@ export type Fields2 = {
|
|
|
451
493
|
*/
|
|
452
494
|
height: number;
|
|
453
495
|
};
|
|
454
|
-
export declare const
|
|
496
|
+
export declare const FieldCreateDocumentFieldsTypeSignature: {
|
|
455
497
|
readonly Signature: "SIGNATURE";
|
|
456
498
|
};
|
|
457
|
-
export type
|
|
458
|
-
export type
|
|
459
|
-
type:
|
|
499
|
+
export type FieldCreateDocumentFieldsTypeSignature = ClosedEnum<typeof FieldCreateDocumentFieldsTypeSignature>;
|
|
500
|
+
export type FieldCreateDocumentFieldsFieldSignature = {
|
|
501
|
+
type: FieldCreateDocumentFieldsTypeSignature;
|
|
460
502
|
/**
|
|
461
503
|
* The ID of the recipient to create the field for.
|
|
462
504
|
*/
|
|
@@ -482,12 +524,12 @@ export type Fields1 = {
|
|
|
482
524
|
*/
|
|
483
525
|
height: number;
|
|
484
526
|
};
|
|
485
|
-
export type
|
|
486
|
-
export type
|
|
527
|
+
export type FieldCreateDocumentFieldsFieldUnion = FieldCreateDocumentFieldsFieldSignature | FieldCreateDocumentFieldsFieldFreeSignature | FieldCreateDocumentFieldsFieldInitials | FieldCreateDocumentFieldsFieldName | FieldCreateDocumentFieldsFieldEmail | FieldCreateDocumentFieldsFieldDate | FieldCreateDocumentFieldsFieldText | FieldCreateDocumentFieldsFieldNumber | FieldCreateDocumentFieldsFieldRadio | FieldCreateDocumentFieldsFieldCheckbox | FieldCreateDocumentFieldsFieldDropdown;
|
|
528
|
+
export type FieldCreateDocumentFieldsRequest = {
|
|
487
529
|
documentId: number;
|
|
488
|
-
fields: Array<
|
|
530
|
+
fields: Array<FieldCreateDocumentFieldsFieldSignature | FieldCreateDocumentFieldsFieldFreeSignature | FieldCreateDocumentFieldsFieldInitials | FieldCreateDocumentFieldsFieldName | FieldCreateDocumentFieldsFieldEmail | FieldCreateDocumentFieldsFieldDate | FieldCreateDocumentFieldsFieldText | FieldCreateDocumentFieldsFieldNumber | FieldCreateDocumentFieldsFieldRadio | FieldCreateDocumentFieldsFieldCheckbox | FieldCreateDocumentFieldsFieldDropdown>;
|
|
489
531
|
};
|
|
490
|
-
export declare const
|
|
532
|
+
export declare const FieldCreateDocumentFieldsTypeResponse: {
|
|
491
533
|
readonly Signature: "SIGNATURE";
|
|
492
534
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
493
535
|
readonly Initials: "INITIALS";
|
|
@@ -500,140 +542,182 @@ export declare const FieldCreateDocumentFieldsType: {
|
|
|
500
542
|
readonly Checkbox: "CHECKBOX";
|
|
501
543
|
readonly Dropdown: "DROPDOWN";
|
|
502
544
|
};
|
|
503
|
-
export type
|
|
504
|
-
export declare const
|
|
545
|
+
export type FieldCreateDocumentFieldsTypeResponse = ClosedEnum<typeof FieldCreateDocumentFieldsTypeResponse>;
|
|
546
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeDropdown: {
|
|
505
547
|
readonly Dropdown: "dropdown";
|
|
506
548
|
};
|
|
507
|
-
export type
|
|
508
|
-
export type
|
|
549
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeDropdown = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDropdown>;
|
|
550
|
+
export type FieldCreateDocumentFieldsValueResponse3 = {
|
|
509
551
|
value: string;
|
|
510
552
|
};
|
|
511
|
-
export type
|
|
553
|
+
export type FieldCreateDocumentFieldsFieldMetaDropdownResponse = {
|
|
512
554
|
label?: string | undefined;
|
|
513
555
|
placeholder?: string | undefined;
|
|
514
556
|
required?: boolean | undefined;
|
|
515
557
|
readOnly?: boolean | undefined;
|
|
516
|
-
type:
|
|
517
|
-
values?: Array<
|
|
558
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeDropdown;
|
|
559
|
+
values?: Array<FieldCreateDocumentFieldsValueResponse3> | undefined;
|
|
518
560
|
defaultValue?: string | undefined;
|
|
519
561
|
};
|
|
520
|
-
export declare const
|
|
562
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeCheckbox: {
|
|
521
563
|
readonly Checkbox: "checkbox";
|
|
522
564
|
};
|
|
523
|
-
export type
|
|
524
|
-
export type
|
|
565
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeCheckbox = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeCheckbox>;
|
|
566
|
+
export type FieldCreateDocumentFieldsValueResponse2 = {
|
|
525
567
|
id: number;
|
|
526
568
|
checked: boolean;
|
|
527
569
|
value: string;
|
|
528
570
|
};
|
|
529
|
-
export type
|
|
571
|
+
export type FieldCreateDocumentFieldsFieldMetaCheckboxResponse = {
|
|
530
572
|
label?: string | undefined;
|
|
531
573
|
placeholder?: string | undefined;
|
|
532
574
|
required?: boolean | undefined;
|
|
533
575
|
readOnly?: boolean | undefined;
|
|
534
|
-
type:
|
|
535
|
-
values?: Array<
|
|
576
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeCheckbox;
|
|
577
|
+
values?: Array<FieldCreateDocumentFieldsValueResponse2> | undefined;
|
|
536
578
|
validationRule?: string | undefined;
|
|
537
579
|
validationLength?: number | undefined;
|
|
538
580
|
};
|
|
539
|
-
export declare const
|
|
581
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeRadio: {
|
|
540
582
|
readonly Radio: "radio";
|
|
541
583
|
};
|
|
542
|
-
export type
|
|
543
|
-
export type
|
|
584
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeRadio = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeRadio>;
|
|
585
|
+
export type FieldCreateDocumentFieldsValueResponse1 = {
|
|
544
586
|
id: number;
|
|
545
587
|
checked: boolean;
|
|
546
588
|
value: string;
|
|
547
589
|
};
|
|
548
|
-
export type
|
|
590
|
+
export type FieldCreateDocumentFieldsFieldMetaRadioResponse = {
|
|
549
591
|
label?: string | undefined;
|
|
550
592
|
placeholder?: string | undefined;
|
|
551
593
|
required?: boolean | undefined;
|
|
552
594
|
readOnly?: boolean | undefined;
|
|
553
|
-
type:
|
|
554
|
-
values?: Array<
|
|
595
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeRadio;
|
|
596
|
+
values?: Array<FieldCreateDocumentFieldsValueResponse1> | undefined;
|
|
555
597
|
};
|
|
556
|
-
export declare const
|
|
598
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeNumber: {
|
|
557
599
|
readonly Number: "number";
|
|
558
600
|
};
|
|
559
|
-
export type
|
|
560
|
-
export
|
|
601
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeNumber = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeNumber>;
|
|
602
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse6: {
|
|
603
|
+
readonly Left: "left";
|
|
604
|
+
readonly Center: "center";
|
|
605
|
+
readonly Right: "right";
|
|
606
|
+
};
|
|
607
|
+
export type FieldCreateDocumentFieldsTextAlignResponse6 = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignResponse6>;
|
|
608
|
+
export type FieldCreateDocumentFieldsFieldMetaNumberResponse = {
|
|
561
609
|
label?: string | undefined;
|
|
562
610
|
placeholder?: string | undefined;
|
|
563
611
|
required?: boolean | undefined;
|
|
564
612
|
readOnly?: boolean | undefined;
|
|
565
|
-
type:
|
|
613
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeNumber;
|
|
566
614
|
numberFormat?: string | undefined;
|
|
567
615
|
value?: string | undefined;
|
|
568
616
|
minValue?: number | undefined;
|
|
569
617
|
maxValue?: number | undefined;
|
|
570
618
|
fontSize?: number | undefined;
|
|
619
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignResponse6 | undefined;
|
|
571
620
|
};
|
|
572
|
-
export declare const
|
|
621
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeText: {
|
|
573
622
|
readonly Text: "text";
|
|
574
623
|
};
|
|
575
|
-
export type
|
|
576
|
-
export
|
|
624
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeText = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeText>;
|
|
625
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse5: {
|
|
626
|
+
readonly Left: "left";
|
|
627
|
+
readonly Center: "center";
|
|
628
|
+
readonly Right: "right";
|
|
629
|
+
};
|
|
630
|
+
export type FieldCreateDocumentFieldsTextAlignResponse5 = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignResponse5>;
|
|
631
|
+
export type FieldCreateDocumentFieldsFieldMetaTextResponse = {
|
|
577
632
|
label?: string | undefined;
|
|
578
633
|
placeholder?: string | undefined;
|
|
579
634
|
required?: boolean | undefined;
|
|
580
635
|
readOnly?: boolean | undefined;
|
|
581
|
-
type:
|
|
636
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeText;
|
|
582
637
|
text?: string | undefined;
|
|
583
638
|
characterLimit?: number | undefined;
|
|
584
639
|
fontSize?: number | undefined;
|
|
640
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignResponse5 | undefined;
|
|
585
641
|
};
|
|
586
|
-
export declare const
|
|
642
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeDate: {
|
|
587
643
|
readonly Date: "date";
|
|
588
644
|
};
|
|
589
|
-
export type
|
|
590
|
-
export
|
|
645
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeDate = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDate>;
|
|
646
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse4: {
|
|
647
|
+
readonly Left: "left";
|
|
648
|
+
readonly Center: "center";
|
|
649
|
+
readonly Right: "right";
|
|
650
|
+
};
|
|
651
|
+
export type FieldCreateDocumentFieldsTextAlignResponse4 = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignResponse4>;
|
|
652
|
+
export type FieldCreateDocumentFieldsFieldMetaDateResponse = {
|
|
591
653
|
label?: string | undefined;
|
|
592
654
|
placeholder?: string | undefined;
|
|
593
655
|
required?: boolean | undefined;
|
|
594
656
|
readOnly?: boolean | undefined;
|
|
595
|
-
type:
|
|
657
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeDate;
|
|
596
658
|
fontSize?: number | undefined;
|
|
659
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignResponse4 | undefined;
|
|
597
660
|
};
|
|
598
|
-
export declare const
|
|
661
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeEmail: {
|
|
599
662
|
readonly Email: "email";
|
|
600
663
|
};
|
|
601
|
-
export type
|
|
602
|
-
export
|
|
664
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeEmail = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeEmail>;
|
|
665
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse3: {
|
|
666
|
+
readonly Left: "left";
|
|
667
|
+
readonly Center: "center";
|
|
668
|
+
readonly Right: "right";
|
|
669
|
+
};
|
|
670
|
+
export type FieldCreateDocumentFieldsTextAlignResponse3 = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignResponse3>;
|
|
671
|
+
export type FieldCreateDocumentFieldsFieldMetaEmailResponse = {
|
|
603
672
|
label?: string | undefined;
|
|
604
673
|
placeholder?: string | undefined;
|
|
605
674
|
required?: boolean | undefined;
|
|
606
675
|
readOnly?: boolean | undefined;
|
|
607
|
-
type:
|
|
676
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeEmail;
|
|
608
677
|
fontSize?: number | undefined;
|
|
678
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignResponse3 | undefined;
|
|
609
679
|
};
|
|
610
|
-
export declare const
|
|
680
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeName: {
|
|
611
681
|
readonly Name: "name";
|
|
612
682
|
};
|
|
613
|
-
export type
|
|
614
|
-
export
|
|
683
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeName = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeName>;
|
|
684
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse2: {
|
|
685
|
+
readonly Left: "left";
|
|
686
|
+
readonly Center: "center";
|
|
687
|
+
readonly Right: "right";
|
|
688
|
+
};
|
|
689
|
+
export type FieldCreateDocumentFieldsTextAlignResponse2 = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignResponse2>;
|
|
690
|
+
export type FieldCreateDocumentFieldsFieldMetaNameResponse = {
|
|
615
691
|
label?: string | undefined;
|
|
616
692
|
placeholder?: string | undefined;
|
|
617
693
|
required?: boolean | undefined;
|
|
618
694
|
readOnly?: boolean | undefined;
|
|
619
|
-
type:
|
|
695
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeName;
|
|
620
696
|
fontSize?: number | undefined;
|
|
697
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignResponse2 | undefined;
|
|
621
698
|
};
|
|
622
|
-
export declare const
|
|
699
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeInitials: {
|
|
623
700
|
readonly Initials: "initials";
|
|
624
701
|
};
|
|
625
|
-
export type
|
|
626
|
-
export
|
|
702
|
+
export type FieldCreateDocumentFieldsFieldMetaTypeInitials = ClosedEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeInitials>;
|
|
703
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse1: {
|
|
704
|
+
readonly Left: "left";
|
|
705
|
+
readonly Center: "center";
|
|
706
|
+
readonly Right: "right";
|
|
707
|
+
};
|
|
708
|
+
export type FieldCreateDocumentFieldsTextAlignResponse1 = ClosedEnum<typeof FieldCreateDocumentFieldsTextAlignResponse1>;
|
|
709
|
+
export type FieldCreateDocumentFieldsFieldMetaInitialsResponse = {
|
|
627
710
|
label?: string | undefined;
|
|
628
711
|
placeholder?: string | undefined;
|
|
629
712
|
required?: boolean | undefined;
|
|
630
713
|
readOnly?: boolean | undefined;
|
|
631
|
-
type:
|
|
714
|
+
type: FieldCreateDocumentFieldsFieldMetaTypeInitials;
|
|
632
715
|
fontSize?: number | undefined;
|
|
716
|
+
textAlign?: FieldCreateDocumentFieldsTextAlignResponse1 | undefined;
|
|
633
717
|
};
|
|
634
|
-
export type
|
|
635
|
-
export type
|
|
636
|
-
type:
|
|
718
|
+
export type FieldCreateDocumentFieldsFieldMetaUnion = FieldCreateDocumentFieldsFieldMetaRadioResponse | FieldCreateDocumentFieldsFieldMetaInitialsResponse | FieldCreateDocumentFieldsFieldMetaNameResponse | FieldCreateDocumentFieldsFieldMetaEmailResponse | FieldCreateDocumentFieldsFieldMetaDateResponse | FieldCreateDocumentFieldsFieldMetaDropdownResponse | FieldCreateDocumentFieldsFieldMetaCheckboxResponse | FieldCreateDocumentFieldsFieldMetaTextResponse | FieldCreateDocumentFieldsFieldMetaNumberResponse;
|
|
719
|
+
export type FieldCreateDocumentFieldsFieldResponse = {
|
|
720
|
+
type: FieldCreateDocumentFieldsTypeResponse;
|
|
637
721
|
id: number;
|
|
638
722
|
secondaryId: string;
|
|
639
723
|
documentId: number | null;
|
|
@@ -649,106 +733,106 @@ export type FieldCreateDocumentFieldsDocumentsFieldsFields = {
|
|
|
649
733
|
height?: any | undefined;
|
|
650
734
|
customText: string;
|
|
651
735
|
inserted: boolean;
|
|
652
|
-
fieldMeta:
|
|
736
|
+
fieldMeta: FieldCreateDocumentFieldsFieldMetaRadioResponse | FieldCreateDocumentFieldsFieldMetaInitialsResponse | FieldCreateDocumentFieldsFieldMetaNameResponse | FieldCreateDocumentFieldsFieldMetaEmailResponse | FieldCreateDocumentFieldsFieldMetaDateResponse | FieldCreateDocumentFieldsFieldMetaDropdownResponse | FieldCreateDocumentFieldsFieldMetaCheckboxResponse | FieldCreateDocumentFieldsFieldMetaTextResponse | FieldCreateDocumentFieldsFieldMetaNumberResponse | null;
|
|
653
737
|
};
|
|
654
738
|
/**
|
|
655
739
|
* Successful response
|
|
656
740
|
*/
|
|
657
|
-
export type
|
|
658
|
-
fields: Array<
|
|
741
|
+
export type FieldCreateDocumentFieldsResponse = {
|
|
742
|
+
fields: Array<FieldCreateDocumentFieldsFieldResponse>;
|
|
659
743
|
};
|
|
660
744
|
/** @internal */
|
|
661
|
-
export declare const
|
|
745
|
+
export declare const FieldCreateDocumentFieldsTypeDropdownRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDropdownRequestBody1>;
|
|
662
746
|
/** @internal */
|
|
663
|
-
export declare const
|
|
747
|
+
export declare const FieldCreateDocumentFieldsTypeDropdownRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDropdownRequestBody1>;
|
|
664
748
|
/**
|
|
665
749
|
* @internal
|
|
666
750
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
667
751
|
*/
|
|
668
|
-
export declare namespace
|
|
669
|
-
/** @deprecated use `
|
|
752
|
+
export declare namespace FieldCreateDocumentFieldsTypeDropdownRequestBody1$ {
|
|
753
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeDropdownRequestBody1$inboundSchema` instead. */
|
|
670
754
|
const inboundSchema: z.ZodNativeEnum<{
|
|
671
755
|
readonly Dropdown: "DROPDOWN";
|
|
672
756
|
}>;
|
|
673
|
-
/** @deprecated use `
|
|
757
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeDropdownRequestBody1$outboundSchema` instead. */
|
|
674
758
|
const outboundSchema: z.ZodNativeEnum<{
|
|
675
759
|
readonly Dropdown: "DROPDOWN";
|
|
676
760
|
}>;
|
|
677
761
|
}
|
|
678
762
|
/** @internal */
|
|
679
|
-
export declare const
|
|
763
|
+
export declare const FieldCreateDocumentFieldsTypeDropdownRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDropdownRequestBody2>;
|
|
680
764
|
/** @internal */
|
|
681
|
-
export declare const
|
|
765
|
+
export declare const FieldCreateDocumentFieldsTypeDropdownRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDropdownRequestBody2>;
|
|
682
766
|
/**
|
|
683
767
|
* @internal
|
|
684
768
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
685
769
|
*/
|
|
686
|
-
export declare namespace
|
|
687
|
-
/** @deprecated use `
|
|
770
|
+
export declare namespace FieldCreateDocumentFieldsTypeDropdownRequestBody2$ {
|
|
771
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeDropdownRequestBody2$inboundSchema` instead. */
|
|
688
772
|
const inboundSchema: z.ZodNativeEnum<{
|
|
689
773
|
readonly Dropdown: "dropdown";
|
|
690
774
|
}>;
|
|
691
|
-
/** @deprecated use `
|
|
775
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeDropdownRequestBody2$outboundSchema` instead. */
|
|
692
776
|
const outboundSchema: z.ZodNativeEnum<{
|
|
693
777
|
readonly Dropdown: "dropdown";
|
|
694
778
|
}>;
|
|
695
779
|
}
|
|
696
780
|
/** @internal */
|
|
697
|
-
export declare const
|
|
781
|
+
export declare const FieldCreateDocumentFieldsValueDropdown$inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueDropdown, z.ZodTypeDef, unknown>;
|
|
698
782
|
/** @internal */
|
|
699
|
-
export type
|
|
783
|
+
export type FieldCreateDocumentFieldsValueDropdown$Outbound = {
|
|
700
784
|
value: string;
|
|
701
785
|
};
|
|
702
786
|
/** @internal */
|
|
703
|
-
export declare const
|
|
787
|
+
export declare const FieldCreateDocumentFieldsValueDropdown$outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueDropdown$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueDropdown>;
|
|
704
788
|
/**
|
|
705
789
|
* @internal
|
|
706
790
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
707
791
|
*/
|
|
708
|
-
export declare namespace
|
|
709
|
-
/** @deprecated use `
|
|
710
|
-
const inboundSchema: z.ZodType<
|
|
711
|
-
/** @deprecated use `
|
|
712
|
-
const outboundSchema: z.ZodType<
|
|
713
|
-
/** @deprecated use `
|
|
714
|
-
type Outbound =
|
|
792
|
+
export declare namespace FieldCreateDocumentFieldsValueDropdown$ {
|
|
793
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueDropdown$inboundSchema` instead. */
|
|
794
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueDropdown, z.ZodTypeDef, unknown>;
|
|
795
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueDropdown$outboundSchema` instead. */
|
|
796
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueDropdown$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueDropdown>;
|
|
797
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueDropdown$Outbound` instead. */
|
|
798
|
+
type Outbound = FieldCreateDocumentFieldsValueDropdown$Outbound;
|
|
715
799
|
}
|
|
716
|
-
export declare function
|
|
717
|
-
export declare function
|
|
800
|
+
export declare function fieldCreateDocumentFieldsValueDropdownToJSON(fieldCreateDocumentFieldsValueDropdown: FieldCreateDocumentFieldsValueDropdown): string;
|
|
801
|
+
export declare function fieldCreateDocumentFieldsValueDropdownFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsValueDropdown, SDKValidationError>;
|
|
718
802
|
/** @internal */
|
|
719
|
-
export declare const
|
|
803
|
+
export declare const FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDropdownRequestBody, z.ZodTypeDef, unknown>;
|
|
720
804
|
/** @internal */
|
|
721
|
-
export type
|
|
805
|
+
export type FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$Outbound = {
|
|
722
806
|
label?: string | undefined;
|
|
723
807
|
placeholder?: string | undefined;
|
|
724
808
|
required?: boolean | undefined;
|
|
725
809
|
readOnly?: boolean | undefined;
|
|
726
810
|
type: string;
|
|
727
|
-
values?: Array<
|
|
811
|
+
values?: Array<FieldCreateDocumentFieldsValueDropdown$Outbound> | undefined;
|
|
728
812
|
defaultValue?: string | undefined;
|
|
729
813
|
};
|
|
730
814
|
/** @internal */
|
|
731
|
-
export declare const
|
|
815
|
+
export declare const FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDropdownRequestBody>;
|
|
732
816
|
/**
|
|
733
817
|
* @internal
|
|
734
818
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
735
819
|
*/
|
|
736
|
-
export declare namespace
|
|
737
|
-
/** @deprecated use `
|
|
738
|
-
const inboundSchema: z.ZodType<
|
|
739
|
-
/** @deprecated use `
|
|
740
|
-
const outboundSchema: z.ZodType<
|
|
741
|
-
/** @deprecated use `
|
|
742
|
-
type Outbound =
|
|
820
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$ {
|
|
821
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$inboundSchema` instead. */
|
|
822
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDropdownRequestBody, z.ZodTypeDef, unknown>;
|
|
823
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$outboundSchema` instead. */
|
|
824
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDropdownRequestBody>;
|
|
825
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$Outbound` instead. */
|
|
826
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$Outbound;
|
|
743
827
|
}
|
|
744
|
-
export declare function
|
|
745
|
-
export declare function
|
|
828
|
+
export declare function fieldCreateDocumentFieldsFieldMetaDropdownRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaDropdownRequestBody: FieldCreateDocumentFieldsFieldMetaDropdownRequestBody): string;
|
|
829
|
+
export declare function fieldCreateDocumentFieldsFieldMetaDropdownRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaDropdownRequestBody, SDKValidationError>;
|
|
746
830
|
/** @internal */
|
|
747
|
-
export declare const
|
|
831
|
+
export declare const FieldCreateDocumentFieldsFieldDropdown$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldDropdown, z.ZodTypeDef, unknown>;
|
|
748
832
|
/** @internal */
|
|
749
|
-
export type
|
|
833
|
+
export type FieldCreateDocumentFieldsFieldDropdown$Outbound = {
|
|
750
834
|
type: string;
|
|
751
|
-
fieldMeta?:
|
|
835
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaDropdownRequestBody$Outbound | undefined;
|
|
752
836
|
recipientId: number;
|
|
753
837
|
pageNumber: number;
|
|
754
838
|
pageX: number;
|
|
@@ -757,116 +841,116 @@ export type Fields11$Outbound = {
|
|
|
757
841
|
height: number;
|
|
758
842
|
};
|
|
759
843
|
/** @internal */
|
|
760
|
-
export declare const
|
|
844
|
+
export declare const FieldCreateDocumentFieldsFieldDropdown$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldDropdown$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldDropdown>;
|
|
761
845
|
/**
|
|
762
846
|
* @internal
|
|
763
847
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
764
848
|
*/
|
|
765
|
-
export declare namespace
|
|
766
|
-
/** @deprecated use `
|
|
767
|
-
const inboundSchema: z.ZodType<
|
|
768
|
-
/** @deprecated use `
|
|
769
|
-
const outboundSchema: z.ZodType<
|
|
770
|
-
/** @deprecated use `
|
|
771
|
-
type Outbound =
|
|
849
|
+
export declare namespace FieldCreateDocumentFieldsFieldDropdown$ {
|
|
850
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldDropdown$inboundSchema` instead. */
|
|
851
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldDropdown, z.ZodTypeDef, unknown>;
|
|
852
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldDropdown$outboundSchema` instead. */
|
|
853
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldDropdown$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldDropdown>;
|
|
854
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldDropdown$Outbound` instead. */
|
|
855
|
+
type Outbound = FieldCreateDocumentFieldsFieldDropdown$Outbound;
|
|
772
856
|
}
|
|
773
|
-
export declare function
|
|
774
|
-
export declare function
|
|
857
|
+
export declare function fieldCreateDocumentFieldsFieldDropdownToJSON(fieldCreateDocumentFieldsFieldDropdown: FieldCreateDocumentFieldsFieldDropdown): string;
|
|
858
|
+
export declare function fieldCreateDocumentFieldsFieldDropdownFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldDropdown, SDKValidationError>;
|
|
775
859
|
/** @internal */
|
|
776
|
-
export declare const
|
|
860
|
+
export declare const FieldCreateDocumentFieldsTypeCheckboxRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeCheckboxRequestBody1>;
|
|
777
861
|
/** @internal */
|
|
778
|
-
export declare const
|
|
862
|
+
export declare const FieldCreateDocumentFieldsTypeCheckboxRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeCheckboxRequestBody1>;
|
|
779
863
|
/**
|
|
780
864
|
* @internal
|
|
781
865
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
782
866
|
*/
|
|
783
|
-
export declare namespace
|
|
784
|
-
/** @deprecated use `
|
|
867
|
+
export declare namespace FieldCreateDocumentFieldsTypeCheckboxRequestBody1$ {
|
|
868
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeCheckboxRequestBody1$inboundSchema` instead. */
|
|
785
869
|
const inboundSchema: z.ZodNativeEnum<{
|
|
786
870
|
readonly Checkbox: "CHECKBOX";
|
|
787
871
|
}>;
|
|
788
|
-
/** @deprecated use `
|
|
872
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeCheckboxRequestBody1$outboundSchema` instead. */
|
|
789
873
|
const outboundSchema: z.ZodNativeEnum<{
|
|
790
874
|
readonly Checkbox: "CHECKBOX";
|
|
791
875
|
}>;
|
|
792
876
|
}
|
|
793
877
|
/** @internal */
|
|
794
|
-
export declare const
|
|
878
|
+
export declare const FieldCreateDocumentFieldsTypeCheckboxRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeCheckboxRequestBody2>;
|
|
795
879
|
/** @internal */
|
|
796
|
-
export declare const
|
|
880
|
+
export declare const FieldCreateDocumentFieldsTypeCheckboxRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeCheckboxRequestBody2>;
|
|
797
881
|
/**
|
|
798
882
|
* @internal
|
|
799
883
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
800
884
|
*/
|
|
801
|
-
export declare namespace
|
|
802
|
-
/** @deprecated use `
|
|
885
|
+
export declare namespace FieldCreateDocumentFieldsTypeCheckboxRequestBody2$ {
|
|
886
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeCheckboxRequestBody2$inboundSchema` instead. */
|
|
803
887
|
const inboundSchema: z.ZodNativeEnum<{
|
|
804
888
|
readonly Checkbox: "checkbox";
|
|
805
889
|
}>;
|
|
806
|
-
/** @deprecated use `
|
|
890
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeCheckboxRequestBody2$outboundSchema` instead. */
|
|
807
891
|
const outboundSchema: z.ZodNativeEnum<{
|
|
808
892
|
readonly Checkbox: "checkbox";
|
|
809
893
|
}>;
|
|
810
894
|
}
|
|
811
895
|
/** @internal */
|
|
812
|
-
export declare const
|
|
896
|
+
export declare const FieldCreateDocumentFieldsValueCheckbox$inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueCheckbox, z.ZodTypeDef, unknown>;
|
|
813
897
|
/** @internal */
|
|
814
|
-
export type
|
|
898
|
+
export type FieldCreateDocumentFieldsValueCheckbox$Outbound = {
|
|
815
899
|
id: number;
|
|
816
900
|
checked: boolean;
|
|
817
901
|
value: string;
|
|
818
902
|
};
|
|
819
903
|
/** @internal */
|
|
820
|
-
export declare const
|
|
904
|
+
export declare const FieldCreateDocumentFieldsValueCheckbox$outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueCheckbox$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueCheckbox>;
|
|
821
905
|
/**
|
|
822
906
|
* @internal
|
|
823
907
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
824
908
|
*/
|
|
825
|
-
export declare namespace
|
|
826
|
-
/** @deprecated use `
|
|
827
|
-
const inboundSchema: z.ZodType<
|
|
828
|
-
/** @deprecated use `
|
|
829
|
-
const outboundSchema: z.ZodType<
|
|
830
|
-
/** @deprecated use `
|
|
831
|
-
type Outbound =
|
|
909
|
+
export declare namespace FieldCreateDocumentFieldsValueCheckbox$ {
|
|
910
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueCheckbox$inboundSchema` instead. */
|
|
911
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueCheckbox, z.ZodTypeDef, unknown>;
|
|
912
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueCheckbox$outboundSchema` instead. */
|
|
913
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueCheckbox$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueCheckbox>;
|
|
914
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueCheckbox$Outbound` instead. */
|
|
915
|
+
type Outbound = FieldCreateDocumentFieldsValueCheckbox$Outbound;
|
|
832
916
|
}
|
|
833
|
-
export declare function
|
|
834
|
-
export declare function
|
|
917
|
+
export declare function fieldCreateDocumentFieldsValueCheckboxToJSON(fieldCreateDocumentFieldsValueCheckbox: FieldCreateDocumentFieldsValueCheckbox): string;
|
|
918
|
+
export declare function fieldCreateDocumentFieldsValueCheckboxFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsValueCheckbox, SDKValidationError>;
|
|
835
919
|
/** @internal */
|
|
836
|
-
export declare const
|
|
920
|
+
export declare const FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody, z.ZodTypeDef, unknown>;
|
|
837
921
|
/** @internal */
|
|
838
|
-
export type
|
|
922
|
+
export type FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$Outbound = {
|
|
839
923
|
label?: string | undefined;
|
|
840
924
|
placeholder?: string | undefined;
|
|
841
925
|
required?: boolean | undefined;
|
|
842
926
|
readOnly?: boolean | undefined;
|
|
843
927
|
type: string;
|
|
844
|
-
values?: Array<
|
|
928
|
+
values?: Array<FieldCreateDocumentFieldsValueCheckbox$Outbound> | undefined;
|
|
845
929
|
validationRule?: string | undefined;
|
|
846
930
|
validationLength?: number | undefined;
|
|
847
931
|
};
|
|
848
932
|
/** @internal */
|
|
849
|
-
export declare const
|
|
933
|
+
export declare const FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody>;
|
|
850
934
|
/**
|
|
851
935
|
* @internal
|
|
852
936
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
853
937
|
*/
|
|
854
|
-
export declare namespace
|
|
855
|
-
/** @deprecated use `
|
|
856
|
-
const inboundSchema: z.ZodType<
|
|
857
|
-
/** @deprecated use `
|
|
858
|
-
const outboundSchema: z.ZodType<
|
|
859
|
-
/** @deprecated use `
|
|
860
|
-
type Outbound =
|
|
938
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$ {
|
|
939
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$inboundSchema` instead. */
|
|
940
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody, z.ZodTypeDef, unknown>;
|
|
941
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$outboundSchema` instead. */
|
|
942
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody>;
|
|
943
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$Outbound` instead. */
|
|
944
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$Outbound;
|
|
861
945
|
}
|
|
862
|
-
export declare function
|
|
863
|
-
export declare function
|
|
946
|
+
export declare function fieldCreateDocumentFieldsFieldMetaCheckboxRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaCheckboxRequestBody: FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody): string;
|
|
947
|
+
export declare function fieldCreateDocumentFieldsFieldMetaCheckboxRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody, SDKValidationError>;
|
|
864
948
|
/** @internal */
|
|
865
|
-
export declare const
|
|
949
|
+
export declare const FieldCreateDocumentFieldsFieldCheckbox$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldCheckbox, z.ZodTypeDef, unknown>;
|
|
866
950
|
/** @internal */
|
|
867
|
-
export type
|
|
951
|
+
export type FieldCreateDocumentFieldsFieldCheckbox$Outbound = {
|
|
868
952
|
type: string;
|
|
869
|
-
fieldMeta?:
|
|
953
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaCheckboxRequestBody$Outbound | undefined;
|
|
870
954
|
recipientId: number;
|
|
871
955
|
pageNumber: number;
|
|
872
956
|
pageX: number;
|
|
@@ -875,114 +959,114 @@ export type Fields10$Outbound = {
|
|
|
875
959
|
height: number;
|
|
876
960
|
};
|
|
877
961
|
/** @internal */
|
|
878
|
-
export declare const
|
|
962
|
+
export declare const FieldCreateDocumentFieldsFieldCheckbox$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldCheckbox$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldCheckbox>;
|
|
879
963
|
/**
|
|
880
964
|
* @internal
|
|
881
965
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
882
966
|
*/
|
|
883
|
-
export declare namespace
|
|
884
|
-
/** @deprecated use `
|
|
885
|
-
const inboundSchema: z.ZodType<
|
|
886
|
-
/** @deprecated use `
|
|
887
|
-
const outboundSchema: z.ZodType<
|
|
888
|
-
/** @deprecated use `
|
|
889
|
-
type Outbound =
|
|
967
|
+
export declare namespace FieldCreateDocumentFieldsFieldCheckbox$ {
|
|
968
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldCheckbox$inboundSchema` instead. */
|
|
969
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldCheckbox, z.ZodTypeDef, unknown>;
|
|
970
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldCheckbox$outboundSchema` instead. */
|
|
971
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldCheckbox$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldCheckbox>;
|
|
972
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldCheckbox$Outbound` instead. */
|
|
973
|
+
type Outbound = FieldCreateDocumentFieldsFieldCheckbox$Outbound;
|
|
890
974
|
}
|
|
891
|
-
export declare function
|
|
892
|
-
export declare function
|
|
975
|
+
export declare function fieldCreateDocumentFieldsFieldCheckboxToJSON(fieldCreateDocumentFieldsFieldCheckbox: FieldCreateDocumentFieldsFieldCheckbox): string;
|
|
976
|
+
export declare function fieldCreateDocumentFieldsFieldCheckboxFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldCheckbox, SDKValidationError>;
|
|
893
977
|
/** @internal */
|
|
894
|
-
export declare const
|
|
978
|
+
export declare const FieldCreateDocumentFieldsTypeRadioRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeRadioRequestBody1>;
|
|
895
979
|
/** @internal */
|
|
896
|
-
export declare const
|
|
980
|
+
export declare const FieldCreateDocumentFieldsTypeRadioRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeRadioRequestBody1>;
|
|
897
981
|
/**
|
|
898
982
|
* @internal
|
|
899
983
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
900
984
|
*/
|
|
901
|
-
export declare namespace
|
|
902
|
-
/** @deprecated use `
|
|
985
|
+
export declare namespace FieldCreateDocumentFieldsTypeRadioRequestBody1$ {
|
|
986
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeRadioRequestBody1$inboundSchema` instead. */
|
|
903
987
|
const inboundSchema: z.ZodNativeEnum<{
|
|
904
988
|
readonly Radio: "RADIO";
|
|
905
989
|
}>;
|
|
906
|
-
/** @deprecated use `
|
|
990
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeRadioRequestBody1$outboundSchema` instead. */
|
|
907
991
|
const outboundSchema: z.ZodNativeEnum<{
|
|
908
992
|
readonly Radio: "RADIO";
|
|
909
993
|
}>;
|
|
910
994
|
}
|
|
911
995
|
/** @internal */
|
|
912
|
-
export declare const
|
|
996
|
+
export declare const FieldCreateDocumentFieldsTypeRadioRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeRadioRequestBody2>;
|
|
913
997
|
/** @internal */
|
|
914
|
-
export declare const
|
|
998
|
+
export declare const FieldCreateDocumentFieldsTypeRadioRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeRadioRequestBody2>;
|
|
915
999
|
/**
|
|
916
1000
|
* @internal
|
|
917
1001
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
918
1002
|
*/
|
|
919
|
-
export declare namespace
|
|
920
|
-
/** @deprecated use `
|
|
1003
|
+
export declare namespace FieldCreateDocumentFieldsTypeRadioRequestBody2$ {
|
|
1004
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeRadioRequestBody2$inboundSchema` instead. */
|
|
921
1005
|
const inboundSchema: z.ZodNativeEnum<{
|
|
922
1006
|
readonly Radio: "radio";
|
|
923
1007
|
}>;
|
|
924
|
-
/** @deprecated use `
|
|
1008
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeRadioRequestBody2$outboundSchema` instead. */
|
|
925
1009
|
const outboundSchema: z.ZodNativeEnum<{
|
|
926
1010
|
readonly Radio: "radio";
|
|
927
1011
|
}>;
|
|
928
1012
|
}
|
|
929
1013
|
/** @internal */
|
|
930
|
-
export declare const
|
|
1014
|
+
export declare const FieldCreateDocumentFieldsValueRadio$inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueRadio, z.ZodTypeDef, unknown>;
|
|
931
1015
|
/** @internal */
|
|
932
|
-
export type
|
|
1016
|
+
export type FieldCreateDocumentFieldsValueRadio$Outbound = {
|
|
933
1017
|
id: number;
|
|
934
1018
|
checked: boolean;
|
|
935
1019
|
value: string;
|
|
936
1020
|
};
|
|
937
1021
|
/** @internal */
|
|
938
|
-
export declare const
|
|
1022
|
+
export declare const FieldCreateDocumentFieldsValueRadio$outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueRadio$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueRadio>;
|
|
939
1023
|
/**
|
|
940
1024
|
* @internal
|
|
941
1025
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
942
1026
|
*/
|
|
943
|
-
export declare namespace
|
|
944
|
-
/** @deprecated use `
|
|
945
|
-
const inboundSchema: z.ZodType<
|
|
946
|
-
/** @deprecated use `
|
|
947
|
-
const outboundSchema: z.ZodType<
|
|
948
|
-
/** @deprecated use `
|
|
949
|
-
type Outbound =
|
|
1027
|
+
export declare namespace FieldCreateDocumentFieldsValueRadio$ {
|
|
1028
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueRadio$inboundSchema` instead. */
|
|
1029
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueRadio, z.ZodTypeDef, unknown>;
|
|
1030
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueRadio$outboundSchema` instead. */
|
|
1031
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueRadio$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueRadio>;
|
|
1032
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueRadio$Outbound` instead. */
|
|
1033
|
+
type Outbound = FieldCreateDocumentFieldsValueRadio$Outbound;
|
|
950
1034
|
}
|
|
951
|
-
export declare function
|
|
952
|
-
export declare function
|
|
1035
|
+
export declare function fieldCreateDocumentFieldsValueRadioToJSON(fieldCreateDocumentFieldsValueRadio: FieldCreateDocumentFieldsValueRadio): string;
|
|
1036
|
+
export declare function fieldCreateDocumentFieldsValueRadioFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsValueRadio, SDKValidationError>;
|
|
953
1037
|
/** @internal */
|
|
954
|
-
export declare const
|
|
1038
|
+
export declare const FieldCreateDocumentFieldsFieldMetaRadioRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaRadioRequestBody, z.ZodTypeDef, unknown>;
|
|
955
1039
|
/** @internal */
|
|
956
|
-
export type
|
|
1040
|
+
export type FieldCreateDocumentFieldsFieldMetaRadioRequestBody$Outbound = {
|
|
957
1041
|
label?: string | undefined;
|
|
958
1042
|
placeholder?: string | undefined;
|
|
959
1043
|
required?: boolean | undefined;
|
|
960
1044
|
readOnly?: boolean | undefined;
|
|
961
1045
|
type: string;
|
|
962
|
-
values?: Array<
|
|
1046
|
+
values?: Array<FieldCreateDocumentFieldsValueRadio$Outbound> | undefined;
|
|
963
1047
|
};
|
|
964
1048
|
/** @internal */
|
|
965
|
-
export declare const
|
|
1049
|
+
export declare const FieldCreateDocumentFieldsFieldMetaRadioRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaRadioRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaRadioRequestBody>;
|
|
966
1050
|
/**
|
|
967
1051
|
* @internal
|
|
968
1052
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
969
1053
|
*/
|
|
970
|
-
export declare namespace
|
|
971
|
-
/** @deprecated use `
|
|
972
|
-
const inboundSchema: z.ZodType<
|
|
973
|
-
/** @deprecated use `
|
|
974
|
-
const outboundSchema: z.ZodType<
|
|
975
|
-
/** @deprecated use `
|
|
976
|
-
type Outbound =
|
|
1054
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaRadioRequestBody$ {
|
|
1055
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaRadioRequestBody$inboundSchema` instead. */
|
|
1056
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaRadioRequestBody, z.ZodTypeDef, unknown>;
|
|
1057
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaRadioRequestBody$outboundSchema` instead. */
|
|
1058
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaRadioRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaRadioRequestBody>;
|
|
1059
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaRadioRequestBody$Outbound` instead. */
|
|
1060
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaRadioRequestBody$Outbound;
|
|
977
1061
|
}
|
|
978
|
-
export declare function
|
|
979
|
-
export declare function
|
|
1062
|
+
export declare function fieldCreateDocumentFieldsFieldMetaRadioRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaRadioRequestBody: FieldCreateDocumentFieldsFieldMetaRadioRequestBody): string;
|
|
1063
|
+
export declare function fieldCreateDocumentFieldsFieldMetaRadioRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaRadioRequestBody, SDKValidationError>;
|
|
980
1064
|
/** @internal */
|
|
981
|
-
export declare const
|
|
1065
|
+
export declare const FieldCreateDocumentFieldsFieldRadio$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldRadio, z.ZodTypeDef, unknown>;
|
|
982
1066
|
/** @internal */
|
|
983
|
-
export type
|
|
1067
|
+
export type FieldCreateDocumentFieldsFieldRadio$Outbound = {
|
|
984
1068
|
type: string;
|
|
985
|
-
fieldMeta?:
|
|
1069
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaRadioRequestBody$Outbound | undefined;
|
|
986
1070
|
recipientId: number;
|
|
987
1071
|
pageNumber: number;
|
|
988
1072
|
pageX: number;
|
|
@@ -991,61 +1075,83 @@ export type Fields9$Outbound = {
|
|
|
991
1075
|
height: number;
|
|
992
1076
|
};
|
|
993
1077
|
/** @internal */
|
|
994
|
-
export declare const
|
|
1078
|
+
export declare const FieldCreateDocumentFieldsFieldRadio$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldRadio$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldRadio>;
|
|
995
1079
|
/**
|
|
996
1080
|
* @internal
|
|
997
1081
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
998
1082
|
*/
|
|
999
|
-
export declare namespace
|
|
1000
|
-
/** @deprecated use `
|
|
1001
|
-
const inboundSchema: z.ZodType<
|
|
1002
|
-
/** @deprecated use `
|
|
1003
|
-
const outboundSchema: z.ZodType<
|
|
1004
|
-
/** @deprecated use `
|
|
1005
|
-
type Outbound =
|
|
1083
|
+
export declare namespace FieldCreateDocumentFieldsFieldRadio$ {
|
|
1084
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldRadio$inboundSchema` instead. */
|
|
1085
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldRadio, z.ZodTypeDef, unknown>;
|
|
1086
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldRadio$outboundSchema` instead. */
|
|
1087
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldRadio$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldRadio>;
|
|
1088
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldRadio$Outbound` instead. */
|
|
1089
|
+
type Outbound = FieldCreateDocumentFieldsFieldRadio$Outbound;
|
|
1006
1090
|
}
|
|
1007
|
-
export declare function
|
|
1008
|
-
export declare function
|
|
1091
|
+
export declare function fieldCreateDocumentFieldsFieldRadioToJSON(fieldCreateDocumentFieldsFieldRadio: FieldCreateDocumentFieldsFieldRadio): string;
|
|
1092
|
+
export declare function fieldCreateDocumentFieldsFieldRadioFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldRadio, SDKValidationError>;
|
|
1009
1093
|
/** @internal */
|
|
1010
|
-
export declare const
|
|
1094
|
+
export declare const FieldCreateDocumentFieldsTypeNumberRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNumberRequestBody1>;
|
|
1011
1095
|
/** @internal */
|
|
1012
|
-
export declare const
|
|
1096
|
+
export declare const FieldCreateDocumentFieldsTypeNumberRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNumberRequestBody1>;
|
|
1013
1097
|
/**
|
|
1014
1098
|
* @internal
|
|
1015
1099
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1016
1100
|
*/
|
|
1017
|
-
export declare namespace
|
|
1018
|
-
/** @deprecated use `
|
|
1101
|
+
export declare namespace FieldCreateDocumentFieldsTypeNumberRequestBody1$ {
|
|
1102
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeNumberRequestBody1$inboundSchema` instead. */
|
|
1019
1103
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1020
1104
|
readonly Number: "NUMBER";
|
|
1021
1105
|
}>;
|
|
1022
|
-
/** @deprecated use `
|
|
1106
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeNumberRequestBody1$outboundSchema` instead. */
|
|
1023
1107
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1024
1108
|
readonly Number: "NUMBER";
|
|
1025
1109
|
}>;
|
|
1026
1110
|
}
|
|
1027
1111
|
/** @internal */
|
|
1028
|
-
export declare const
|
|
1112
|
+
export declare const FieldCreateDocumentFieldsTypeNumberRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNumberRequestBody2>;
|
|
1029
1113
|
/** @internal */
|
|
1030
|
-
export declare const
|
|
1114
|
+
export declare const FieldCreateDocumentFieldsTypeNumberRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNumberRequestBody2>;
|
|
1031
1115
|
/**
|
|
1032
1116
|
* @internal
|
|
1033
1117
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1034
1118
|
*/
|
|
1035
|
-
export declare namespace
|
|
1036
|
-
/** @deprecated use `
|
|
1119
|
+
export declare namespace FieldCreateDocumentFieldsTypeNumberRequestBody2$ {
|
|
1120
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeNumberRequestBody2$inboundSchema` instead. */
|
|
1037
1121
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1038
1122
|
readonly Number: "number";
|
|
1039
1123
|
}>;
|
|
1040
|
-
/** @deprecated use `
|
|
1124
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeNumberRequestBody2$outboundSchema` instead. */
|
|
1041
1125
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1042
1126
|
readonly Number: "number";
|
|
1043
1127
|
}>;
|
|
1044
1128
|
}
|
|
1045
1129
|
/** @internal */
|
|
1046
|
-
export declare const
|
|
1130
|
+
export declare const FieldCreateDocumentFieldsTextAlignNumber$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignNumber>;
|
|
1131
|
+
/** @internal */
|
|
1132
|
+
export declare const FieldCreateDocumentFieldsTextAlignNumber$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignNumber>;
|
|
1133
|
+
/**
|
|
1134
|
+
* @internal
|
|
1135
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1136
|
+
*/
|
|
1137
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignNumber$ {
|
|
1138
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignNumber$inboundSchema` instead. */
|
|
1139
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1140
|
+
readonly Left: "left";
|
|
1141
|
+
readonly Center: "center";
|
|
1142
|
+
readonly Right: "right";
|
|
1143
|
+
}>;
|
|
1144
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignNumber$outboundSchema` instead. */
|
|
1145
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1146
|
+
readonly Left: "left";
|
|
1147
|
+
readonly Center: "center";
|
|
1148
|
+
readonly Right: "right";
|
|
1149
|
+
}>;
|
|
1150
|
+
}
|
|
1151
|
+
/** @internal */
|
|
1152
|
+
export declare const FieldCreateDocumentFieldsFieldMetaNumberRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNumberRequestBody, z.ZodTypeDef, unknown>;
|
|
1047
1153
|
/** @internal */
|
|
1048
|
-
export type
|
|
1154
|
+
export type FieldCreateDocumentFieldsFieldMetaNumberRequestBody$Outbound = {
|
|
1049
1155
|
label?: string | undefined;
|
|
1050
1156
|
placeholder?: string | undefined;
|
|
1051
1157
|
required?: boolean | undefined;
|
|
@@ -1056,29 +1162,30 @@ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody8Fie
|
|
|
1056
1162
|
minValue?: number | undefined;
|
|
1057
1163
|
maxValue?: number | undefined;
|
|
1058
1164
|
fontSize?: number | undefined;
|
|
1165
|
+
textAlign?: string | undefined;
|
|
1059
1166
|
};
|
|
1060
1167
|
/** @internal */
|
|
1061
|
-
export declare const
|
|
1168
|
+
export declare const FieldCreateDocumentFieldsFieldMetaNumberRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNumberRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaNumberRequestBody>;
|
|
1062
1169
|
/**
|
|
1063
1170
|
* @internal
|
|
1064
1171
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1065
1172
|
*/
|
|
1066
|
-
export declare namespace
|
|
1067
|
-
/** @deprecated use `
|
|
1068
|
-
const inboundSchema: z.ZodType<
|
|
1069
|
-
/** @deprecated use `
|
|
1070
|
-
const outboundSchema: z.ZodType<
|
|
1071
|
-
/** @deprecated use `
|
|
1072
|
-
type Outbound =
|
|
1173
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaNumberRequestBody$ {
|
|
1174
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNumberRequestBody$inboundSchema` instead. */
|
|
1175
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNumberRequestBody, z.ZodTypeDef, unknown>;
|
|
1176
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNumberRequestBody$outboundSchema` instead. */
|
|
1177
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNumberRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaNumberRequestBody>;
|
|
1178
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNumberRequestBody$Outbound` instead. */
|
|
1179
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaNumberRequestBody$Outbound;
|
|
1073
1180
|
}
|
|
1074
|
-
export declare function
|
|
1075
|
-
export declare function
|
|
1181
|
+
export declare function fieldCreateDocumentFieldsFieldMetaNumberRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaNumberRequestBody: FieldCreateDocumentFieldsFieldMetaNumberRequestBody): string;
|
|
1182
|
+
export declare function fieldCreateDocumentFieldsFieldMetaNumberRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaNumberRequestBody, SDKValidationError>;
|
|
1076
1183
|
/** @internal */
|
|
1077
|
-
export declare const
|
|
1184
|
+
export declare const FieldCreateDocumentFieldsFieldNumber$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldNumber, z.ZodTypeDef, unknown>;
|
|
1078
1185
|
/** @internal */
|
|
1079
|
-
export type
|
|
1186
|
+
export type FieldCreateDocumentFieldsFieldNumber$Outbound = {
|
|
1080
1187
|
type: string;
|
|
1081
|
-
fieldMeta?:
|
|
1188
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaNumberRequestBody$Outbound | undefined;
|
|
1082
1189
|
recipientId: number;
|
|
1083
1190
|
pageNumber: number;
|
|
1084
1191
|
pageX: number;
|
|
@@ -1087,61 +1194,83 @@ export type Fields8$Outbound = {
|
|
|
1087
1194
|
height: number;
|
|
1088
1195
|
};
|
|
1089
1196
|
/** @internal */
|
|
1090
|
-
export declare const
|
|
1197
|
+
export declare const FieldCreateDocumentFieldsFieldNumber$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldNumber$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldNumber>;
|
|
1091
1198
|
/**
|
|
1092
1199
|
* @internal
|
|
1093
1200
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1094
1201
|
*/
|
|
1095
|
-
export declare namespace
|
|
1096
|
-
/** @deprecated use `
|
|
1097
|
-
const inboundSchema: z.ZodType<
|
|
1098
|
-
/** @deprecated use `
|
|
1099
|
-
const outboundSchema: z.ZodType<
|
|
1100
|
-
/** @deprecated use `
|
|
1101
|
-
type Outbound =
|
|
1202
|
+
export declare namespace FieldCreateDocumentFieldsFieldNumber$ {
|
|
1203
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldNumber$inboundSchema` instead. */
|
|
1204
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldNumber, z.ZodTypeDef, unknown>;
|
|
1205
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldNumber$outboundSchema` instead. */
|
|
1206
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldNumber$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldNumber>;
|
|
1207
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldNumber$Outbound` instead. */
|
|
1208
|
+
type Outbound = FieldCreateDocumentFieldsFieldNumber$Outbound;
|
|
1102
1209
|
}
|
|
1103
|
-
export declare function
|
|
1104
|
-
export declare function
|
|
1210
|
+
export declare function fieldCreateDocumentFieldsFieldNumberToJSON(fieldCreateDocumentFieldsFieldNumber: FieldCreateDocumentFieldsFieldNumber): string;
|
|
1211
|
+
export declare function fieldCreateDocumentFieldsFieldNumberFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldNumber, SDKValidationError>;
|
|
1105
1212
|
/** @internal */
|
|
1106
|
-
export declare const
|
|
1213
|
+
export declare const FieldCreateDocumentFieldsTypeTextRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeTextRequestBody1>;
|
|
1107
1214
|
/** @internal */
|
|
1108
|
-
export declare const
|
|
1215
|
+
export declare const FieldCreateDocumentFieldsTypeTextRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeTextRequestBody1>;
|
|
1109
1216
|
/**
|
|
1110
1217
|
* @internal
|
|
1111
1218
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1112
1219
|
*/
|
|
1113
|
-
export declare namespace
|
|
1114
|
-
/** @deprecated use `
|
|
1220
|
+
export declare namespace FieldCreateDocumentFieldsTypeTextRequestBody1$ {
|
|
1221
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeTextRequestBody1$inboundSchema` instead. */
|
|
1115
1222
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1116
1223
|
readonly Text: "TEXT";
|
|
1117
1224
|
}>;
|
|
1118
|
-
/** @deprecated use `
|
|
1225
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeTextRequestBody1$outboundSchema` instead. */
|
|
1119
1226
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1120
1227
|
readonly Text: "TEXT";
|
|
1121
1228
|
}>;
|
|
1122
1229
|
}
|
|
1123
1230
|
/** @internal */
|
|
1124
|
-
export declare const
|
|
1231
|
+
export declare const FieldCreateDocumentFieldsTypeTextRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeTextRequestBody2>;
|
|
1125
1232
|
/** @internal */
|
|
1126
|
-
export declare const
|
|
1233
|
+
export declare const FieldCreateDocumentFieldsTypeTextRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeTextRequestBody2>;
|
|
1127
1234
|
/**
|
|
1128
1235
|
* @internal
|
|
1129
1236
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1130
1237
|
*/
|
|
1131
|
-
export declare namespace
|
|
1132
|
-
/** @deprecated use `
|
|
1238
|
+
export declare namespace FieldCreateDocumentFieldsTypeTextRequestBody2$ {
|
|
1239
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeTextRequestBody2$inboundSchema` instead. */
|
|
1133
1240
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1134
1241
|
readonly Text: "text";
|
|
1135
1242
|
}>;
|
|
1136
|
-
/** @deprecated use `
|
|
1243
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeTextRequestBody2$outboundSchema` instead. */
|
|
1137
1244
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1138
1245
|
readonly Text: "text";
|
|
1139
1246
|
}>;
|
|
1140
1247
|
}
|
|
1141
1248
|
/** @internal */
|
|
1142
|
-
export declare const
|
|
1249
|
+
export declare const FieldCreateDocumentFieldsTextAlignText$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignText>;
|
|
1250
|
+
/** @internal */
|
|
1251
|
+
export declare const FieldCreateDocumentFieldsTextAlignText$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignText>;
|
|
1252
|
+
/**
|
|
1253
|
+
* @internal
|
|
1254
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1255
|
+
*/
|
|
1256
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignText$ {
|
|
1257
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignText$inboundSchema` instead. */
|
|
1258
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1259
|
+
readonly Left: "left";
|
|
1260
|
+
readonly Center: "center";
|
|
1261
|
+
readonly Right: "right";
|
|
1262
|
+
}>;
|
|
1263
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignText$outboundSchema` instead. */
|
|
1264
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1265
|
+
readonly Left: "left";
|
|
1266
|
+
readonly Center: "center";
|
|
1267
|
+
readonly Right: "right";
|
|
1268
|
+
}>;
|
|
1269
|
+
}
|
|
1270
|
+
/** @internal */
|
|
1271
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTextRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaTextRequestBody, z.ZodTypeDef, unknown>;
|
|
1143
1272
|
/** @internal */
|
|
1144
|
-
export type
|
|
1273
|
+
export type FieldCreateDocumentFieldsFieldMetaTextRequestBody$Outbound = {
|
|
1145
1274
|
label?: string | undefined;
|
|
1146
1275
|
placeholder?: string | undefined;
|
|
1147
1276
|
required?: boolean | undefined;
|
|
@@ -1150,29 +1279,30 @@ export type FieldCreateDocumentFieldsFieldsDocumentsFieldsRequestRequestBody7Fie
|
|
|
1150
1279
|
text?: string | undefined;
|
|
1151
1280
|
characterLimit?: number | undefined;
|
|
1152
1281
|
fontSize?: number | undefined;
|
|
1282
|
+
textAlign?: string | undefined;
|
|
1153
1283
|
};
|
|
1154
1284
|
/** @internal */
|
|
1155
|
-
export declare const
|
|
1285
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTextRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaTextRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaTextRequestBody>;
|
|
1156
1286
|
/**
|
|
1157
1287
|
* @internal
|
|
1158
1288
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1159
1289
|
*/
|
|
1160
|
-
export declare namespace
|
|
1161
|
-
/** @deprecated use `
|
|
1162
|
-
const inboundSchema: z.ZodType<
|
|
1163
|
-
/** @deprecated use `
|
|
1164
|
-
const outboundSchema: z.ZodType<
|
|
1165
|
-
/** @deprecated use `
|
|
1166
|
-
type Outbound =
|
|
1290
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTextRequestBody$ {
|
|
1291
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTextRequestBody$inboundSchema` instead. */
|
|
1292
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaTextRequestBody, z.ZodTypeDef, unknown>;
|
|
1293
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTextRequestBody$outboundSchema` instead. */
|
|
1294
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaTextRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaTextRequestBody>;
|
|
1295
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTextRequestBody$Outbound` instead. */
|
|
1296
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaTextRequestBody$Outbound;
|
|
1167
1297
|
}
|
|
1168
|
-
export declare function
|
|
1169
|
-
export declare function
|
|
1298
|
+
export declare function fieldCreateDocumentFieldsFieldMetaTextRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaTextRequestBody: FieldCreateDocumentFieldsFieldMetaTextRequestBody): string;
|
|
1299
|
+
export declare function fieldCreateDocumentFieldsFieldMetaTextRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaTextRequestBody, SDKValidationError>;
|
|
1170
1300
|
/** @internal */
|
|
1171
|
-
export declare const
|
|
1301
|
+
export declare const FieldCreateDocumentFieldsFieldText$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldText, z.ZodTypeDef, unknown>;
|
|
1172
1302
|
/** @internal */
|
|
1173
|
-
export type
|
|
1303
|
+
export type FieldCreateDocumentFieldsFieldText$Outbound = {
|
|
1174
1304
|
type: string;
|
|
1175
|
-
fieldMeta?:
|
|
1305
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaTextRequestBody$Outbound | undefined;
|
|
1176
1306
|
recipientId: number;
|
|
1177
1307
|
pageNumber: number;
|
|
1178
1308
|
pageX: number;
|
|
@@ -1181,90 +1311,113 @@ export type Fields7$Outbound = {
|
|
|
1181
1311
|
height: number;
|
|
1182
1312
|
};
|
|
1183
1313
|
/** @internal */
|
|
1184
|
-
export declare const
|
|
1314
|
+
export declare const FieldCreateDocumentFieldsFieldText$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldText$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldText>;
|
|
1185
1315
|
/**
|
|
1186
1316
|
* @internal
|
|
1187
1317
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1188
1318
|
*/
|
|
1189
|
-
export declare namespace
|
|
1190
|
-
/** @deprecated use `
|
|
1191
|
-
const inboundSchema: z.ZodType<
|
|
1192
|
-
/** @deprecated use `
|
|
1193
|
-
const outboundSchema: z.ZodType<
|
|
1194
|
-
/** @deprecated use `
|
|
1195
|
-
type Outbound =
|
|
1319
|
+
export declare namespace FieldCreateDocumentFieldsFieldText$ {
|
|
1320
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldText$inboundSchema` instead. */
|
|
1321
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldText, z.ZodTypeDef, unknown>;
|
|
1322
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldText$outboundSchema` instead. */
|
|
1323
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldText$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldText>;
|
|
1324
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldText$Outbound` instead. */
|
|
1325
|
+
type Outbound = FieldCreateDocumentFieldsFieldText$Outbound;
|
|
1196
1326
|
}
|
|
1197
|
-
export declare function
|
|
1198
|
-
export declare function
|
|
1327
|
+
export declare function fieldCreateDocumentFieldsFieldTextToJSON(fieldCreateDocumentFieldsFieldText: FieldCreateDocumentFieldsFieldText): string;
|
|
1328
|
+
export declare function fieldCreateDocumentFieldsFieldTextFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldText, SDKValidationError>;
|
|
1199
1329
|
/** @internal */
|
|
1200
|
-
export declare const
|
|
1330
|
+
export declare const FieldCreateDocumentFieldsTypeDateRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDateRequestBody1>;
|
|
1201
1331
|
/** @internal */
|
|
1202
|
-
export declare const
|
|
1332
|
+
export declare const FieldCreateDocumentFieldsTypeDateRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDateRequestBody1>;
|
|
1203
1333
|
/**
|
|
1204
1334
|
* @internal
|
|
1205
1335
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1206
1336
|
*/
|
|
1207
|
-
export declare namespace
|
|
1208
|
-
/** @deprecated use `
|
|
1337
|
+
export declare namespace FieldCreateDocumentFieldsTypeDateRequestBody1$ {
|
|
1338
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeDateRequestBody1$inboundSchema` instead. */
|
|
1209
1339
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1210
1340
|
readonly Date: "DATE";
|
|
1211
1341
|
}>;
|
|
1212
|
-
/** @deprecated use `
|
|
1342
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeDateRequestBody1$outboundSchema` instead. */
|
|
1213
1343
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1214
1344
|
readonly Date: "DATE";
|
|
1215
1345
|
}>;
|
|
1216
1346
|
}
|
|
1217
1347
|
/** @internal */
|
|
1218
|
-
export declare const
|
|
1348
|
+
export declare const FieldCreateDocumentFieldsTypeDateRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDateRequestBody2>;
|
|
1219
1349
|
/** @internal */
|
|
1220
|
-
export declare const
|
|
1350
|
+
export declare const FieldCreateDocumentFieldsTypeDateRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeDateRequestBody2>;
|
|
1221
1351
|
/**
|
|
1222
1352
|
* @internal
|
|
1223
1353
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1224
1354
|
*/
|
|
1225
|
-
export declare namespace
|
|
1226
|
-
/** @deprecated use `
|
|
1355
|
+
export declare namespace FieldCreateDocumentFieldsTypeDateRequestBody2$ {
|
|
1356
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeDateRequestBody2$inboundSchema` instead. */
|
|
1227
1357
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1228
1358
|
readonly Date: "date";
|
|
1229
1359
|
}>;
|
|
1230
|
-
/** @deprecated use `
|
|
1360
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeDateRequestBody2$outboundSchema` instead. */
|
|
1231
1361
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1232
1362
|
readonly Date: "date";
|
|
1233
1363
|
}>;
|
|
1234
1364
|
}
|
|
1235
1365
|
/** @internal */
|
|
1236
|
-
export declare const
|
|
1366
|
+
export declare const FieldCreateDocumentFieldsTextAlignDate$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignDate>;
|
|
1367
|
+
/** @internal */
|
|
1368
|
+
export declare const FieldCreateDocumentFieldsTextAlignDate$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignDate>;
|
|
1369
|
+
/**
|
|
1370
|
+
* @internal
|
|
1371
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1372
|
+
*/
|
|
1373
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignDate$ {
|
|
1374
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignDate$inboundSchema` instead. */
|
|
1375
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1376
|
+
readonly Left: "left";
|
|
1377
|
+
readonly Center: "center";
|
|
1378
|
+
readonly Right: "right";
|
|
1379
|
+
}>;
|
|
1380
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignDate$outboundSchema` instead. */
|
|
1381
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1382
|
+
readonly Left: "left";
|
|
1383
|
+
readonly Center: "center";
|
|
1384
|
+
readonly Right: "right";
|
|
1385
|
+
}>;
|
|
1386
|
+
}
|
|
1387
|
+
/** @internal */
|
|
1388
|
+
export declare const FieldCreateDocumentFieldsFieldMetaDateRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDateRequestBody, z.ZodTypeDef, unknown>;
|
|
1237
1389
|
/** @internal */
|
|
1238
|
-
export type
|
|
1390
|
+
export type FieldCreateDocumentFieldsFieldMetaDateRequestBody$Outbound = {
|
|
1239
1391
|
label?: string | undefined;
|
|
1240
1392
|
placeholder?: string | undefined;
|
|
1241
1393
|
required?: boolean | undefined;
|
|
1242
1394
|
readOnly?: boolean | undefined;
|
|
1243
1395
|
type: string;
|
|
1244
1396
|
fontSize?: number | undefined;
|
|
1397
|
+
textAlign?: string | undefined;
|
|
1245
1398
|
};
|
|
1246
1399
|
/** @internal */
|
|
1247
|
-
export declare const
|
|
1400
|
+
export declare const FieldCreateDocumentFieldsFieldMetaDateRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDateRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDateRequestBody>;
|
|
1248
1401
|
/**
|
|
1249
1402
|
* @internal
|
|
1250
1403
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1251
1404
|
*/
|
|
1252
|
-
export declare namespace
|
|
1253
|
-
/** @deprecated use `
|
|
1254
|
-
const inboundSchema: z.ZodType<
|
|
1255
|
-
/** @deprecated use `
|
|
1256
|
-
const outboundSchema: z.ZodType<
|
|
1257
|
-
/** @deprecated use `
|
|
1258
|
-
type Outbound =
|
|
1405
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaDateRequestBody$ {
|
|
1406
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDateRequestBody$inboundSchema` instead. */
|
|
1407
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDateRequestBody, z.ZodTypeDef, unknown>;
|
|
1408
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDateRequestBody$outboundSchema` instead. */
|
|
1409
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDateRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDateRequestBody>;
|
|
1410
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDateRequestBody$Outbound` instead. */
|
|
1411
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaDateRequestBody$Outbound;
|
|
1259
1412
|
}
|
|
1260
|
-
export declare function
|
|
1261
|
-
export declare function
|
|
1413
|
+
export declare function fieldCreateDocumentFieldsFieldMetaDateRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaDateRequestBody: FieldCreateDocumentFieldsFieldMetaDateRequestBody): string;
|
|
1414
|
+
export declare function fieldCreateDocumentFieldsFieldMetaDateRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaDateRequestBody, SDKValidationError>;
|
|
1262
1415
|
/** @internal */
|
|
1263
|
-
export declare const
|
|
1416
|
+
export declare const FieldCreateDocumentFieldsFieldDate$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldDate, z.ZodTypeDef, unknown>;
|
|
1264
1417
|
/** @internal */
|
|
1265
|
-
export type
|
|
1418
|
+
export type FieldCreateDocumentFieldsFieldDate$Outbound = {
|
|
1266
1419
|
type: string;
|
|
1267
|
-
fieldMeta?:
|
|
1420
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaDateRequestBody$Outbound | undefined;
|
|
1268
1421
|
recipientId: number;
|
|
1269
1422
|
pageNumber: number;
|
|
1270
1423
|
pageX: number;
|
|
@@ -1273,90 +1426,113 @@ export type Fields6$Outbound = {
|
|
|
1273
1426
|
height: number;
|
|
1274
1427
|
};
|
|
1275
1428
|
/** @internal */
|
|
1276
|
-
export declare const
|
|
1429
|
+
export declare const FieldCreateDocumentFieldsFieldDate$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldDate$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldDate>;
|
|
1277
1430
|
/**
|
|
1278
1431
|
* @internal
|
|
1279
1432
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1280
1433
|
*/
|
|
1281
|
-
export declare namespace
|
|
1282
|
-
/** @deprecated use `
|
|
1283
|
-
const inboundSchema: z.ZodType<
|
|
1284
|
-
/** @deprecated use `
|
|
1285
|
-
const outboundSchema: z.ZodType<
|
|
1286
|
-
/** @deprecated use `
|
|
1287
|
-
type Outbound =
|
|
1434
|
+
export declare namespace FieldCreateDocumentFieldsFieldDate$ {
|
|
1435
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldDate$inboundSchema` instead. */
|
|
1436
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldDate, z.ZodTypeDef, unknown>;
|
|
1437
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldDate$outboundSchema` instead. */
|
|
1438
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldDate$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldDate>;
|
|
1439
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldDate$Outbound` instead. */
|
|
1440
|
+
type Outbound = FieldCreateDocumentFieldsFieldDate$Outbound;
|
|
1288
1441
|
}
|
|
1289
|
-
export declare function
|
|
1290
|
-
export declare function
|
|
1442
|
+
export declare function fieldCreateDocumentFieldsFieldDateToJSON(fieldCreateDocumentFieldsFieldDate: FieldCreateDocumentFieldsFieldDate): string;
|
|
1443
|
+
export declare function fieldCreateDocumentFieldsFieldDateFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldDate, SDKValidationError>;
|
|
1291
1444
|
/** @internal */
|
|
1292
|
-
export declare const
|
|
1445
|
+
export declare const FieldCreateDocumentFieldsTypeEmailRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeEmailRequestBody1>;
|
|
1293
1446
|
/** @internal */
|
|
1294
|
-
export declare const
|
|
1447
|
+
export declare const FieldCreateDocumentFieldsTypeEmailRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeEmailRequestBody1>;
|
|
1295
1448
|
/**
|
|
1296
1449
|
* @internal
|
|
1297
1450
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1298
1451
|
*/
|
|
1299
|
-
export declare namespace
|
|
1300
|
-
/** @deprecated use `
|
|
1452
|
+
export declare namespace FieldCreateDocumentFieldsTypeEmailRequestBody1$ {
|
|
1453
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeEmailRequestBody1$inboundSchema` instead. */
|
|
1301
1454
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1302
1455
|
readonly Email: "EMAIL";
|
|
1303
1456
|
}>;
|
|
1304
|
-
/** @deprecated use `
|
|
1457
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeEmailRequestBody1$outboundSchema` instead. */
|
|
1305
1458
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1306
1459
|
readonly Email: "EMAIL";
|
|
1307
1460
|
}>;
|
|
1308
1461
|
}
|
|
1309
1462
|
/** @internal */
|
|
1310
|
-
export declare const
|
|
1463
|
+
export declare const FieldCreateDocumentFieldsTypeEmailRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeEmailRequestBody2>;
|
|
1311
1464
|
/** @internal */
|
|
1312
|
-
export declare const
|
|
1465
|
+
export declare const FieldCreateDocumentFieldsTypeEmailRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeEmailRequestBody2>;
|
|
1313
1466
|
/**
|
|
1314
1467
|
* @internal
|
|
1315
1468
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1316
1469
|
*/
|
|
1317
|
-
export declare namespace
|
|
1318
|
-
/** @deprecated use `
|
|
1470
|
+
export declare namespace FieldCreateDocumentFieldsTypeEmailRequestBody2$ {
|
|
1471
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeEmailRequestBody2$inboundSchema` instead. */
|
|
1319
1472
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1320
1473
|
readonly Email: "email";
|
|
1321
1474
|
}>;
|
|
1322
|
-
/** @deprecated use `
|
|
1475
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeEmailRequestBody2$outboundSchema` instead. */
|
|
1323
1476
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1324
1477
|
readonly Email: "email";
|
|
1325
1478
|
}>;
|
|
1326
1479
|
}
|
|
1327
1480
|
/** @internal */
|
|
1328
|
-
export declare const
|
|
1481
|
+
export declare const FieldCreateDocumentFieldsTextAlignEmail$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignEmail>;
|
|
1482
|
+
/** @internal */
|
|
1483
|
+
export declare const FieldCreateDocumentFieldsTextAlignEmail$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignEmail>;
|
|
1484
|
+
/**
|
|
1485
|
+
* @internal
|
|
1486
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1487
|
+
*/
|
|
1488
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignEmail$ {
|
|
1489
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignEmail$inboundSchema` instead. */
|
|
1490
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1491
|
+
readonly Left: "left";
|
|
1492
|
+
readonly Center: "center";
|
|
1493
|
+
readonly Right: "right";
|
|
1494
|
+
}>;
|
|
1495
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignEmail$outboundSchema` instead. */
|
|
1496
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1497
|
+
readonly Left: "left";
|
|
1498
|
+
readonly Center: "center";
|
|
1499
|
+
readonly Right: "right";
|
|
1500
|
+
}>;
|
|
1501
|
+
}
|
|
1502
|
+
/** @internal */
|
|
1503
|
+
export declare const FieldCreateDocumentFieldsFieldMetaEmailRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaEmailRequestBody, z.ZodTypeDef, unknown>;
|
|
1329
1504
|
/** @internal */
|
|
1330
|
-
export type
|
|
1505
|
+
export type FieldCreateDocumentFieldsFieldMetaEmailRequestBody$Outbound = {
|
|
1331
1506
|
label?: string | undefined;
|
|
1332
1507
|
placeholder?: string | undefined;
|
|
1333
1508
|
required?: boolean | undefined;
|
|
1334
1509
|
readOnly?: boolean | undefined;
|
|
1335
1510
|
type: string;
|
|
1336
1511
|
fontSize?: number | undefined;
|
|
1512
|
+
textAlign?: string | undefined;
|
|
1337
1513
|
};
|
|
1338
1514
|
/** @internal */
|
|
1339
|
-
export declare const
|
|
1515
|
+
export declare const FieldCreateDocumentFieldsFieldMetaEmailRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaEmailRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaEmailRequestBody>;
|
|
1340
1516
|
/**
|
|
1341
1517
|
* @internal
|
|
1342
1518
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1343
1519
|
*/
|
|
1344
|
-
export declare namespace
|
|
1345
|
-
/** @deprecated use `
|
|
1346
|
-
const inboundSchema: z.ZodType<
|
|
1347
|
-
/** @deprecated use `
|
|
1348
|
-
const outboundSchema: z.ZodType<
|
|
1349
|
-
/** @deprecated use `
|
|
1350
|
-
type Outbound =
|
|
1520
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaEmailRequestBody$ {
|
|
1521
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaEmailRequestBody$inboundSchema` instead. */
|
|
1522
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaEmailRequestBody, z.ZodTypeDef, unknown>;
|
|
1523
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaEmailRequestBody$outboundSchema` instead. */
|
|
1524
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaEmailRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaEmailRequestBody>;
|
|
1525
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaEmailRequestBody$Outbound` instead. */
|
|
1526
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaEmailRequestBody$Outbound;
|
|
1351
1527
|
}
|
|
1352
|
-
export declare function
|
|
1353
|
-
export declare function
|
|
1528
|
+
export declare function fieldCreateDocumentFieldsFieldMetaEmailRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaEmailRequestBody: FieldCreateDocumentFieldsFieldMetaEmailRequestBody): string;
|
|
1529
|
+
export declare function fieldCreateDocumentFieldsFieldMetaEmailRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaEmailRequestBody, SDKValidationError>;
|
|
1354
1530
|
/** @internal */
|
|
1355
|
-
export declare const
|
|
1531
|
+
export declare const FieldCreateDocumentFieldsFieldEmail$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldEmail, z.ZodTypeDef, unknown>;
|
|
1356
1532
|
/** @internal */
|
|
1357
|
-
export type
|
|
1533
|
+
export type FieldCreateDocumentFieldsFieldEmail$Outbound = {
|
|
1358
1534
|
type: string;
|
|
1359
|
-
fieldMeta?:
|
|
1535
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaEmailRequestBody$Outbound | undefined;
|
|
1360
1536
|
recipientId: number;
|
|
1361
1537
|
pageNumber: number;
|
|
1362
1538
|
pageX: number;
|
|
@@ -1365,90 +1541,113 @@ export type Fields5$Outbound = {
|
|
|
1365
1541
|
height: number;
|
|
1366
1542
|
};
|
|
1367
1543
|
/** @internal */
|
|
1368
|
-
export declare const
|
|
1544
|
+
export declare const FieldCreateDocumentFieldsFieldEmail$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldEmail$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldEmail>;
|
|
1369
1545
|
/**
|
|
1370
1546
|
* @internal
|
|
1371
1547
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1372
1548
|
*/
|
|
1373
|
-
export declare namespace
|
|
1374
|
-
/** @deprecated use `
|
|
1375
|
-
const inboundSchema: z.ZodType<
|
|
1376
|
-
/** @deprecated use `
|
|
1377
|
-
const outboundSchema: z.ZodType<
|
|
1378
|
-
/** @deprecated use `
|
|
1379
|
-
type Outbound =
|
|
1549
|
+
export declare namespace FieldCreateDocumentFieldsFieldEmail$ {
|
|
1550
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldEmail$inboundSchema` instead. */
|
|
1551
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldEmail, z.ZodTypeDef, unknown>;
|
|
1552
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldEmail$outboundSchema` instead. */
|
|
1553
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldEmail$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldEmail>;
|
|
1554
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldEmail$Outbound` instead. */
|
|
1555
|
+
type Outbound = FieldCreateDocumentFieldsFieldEmail$Outbound;
|
|
1380
1556
|
}
|
|
1381
|
-
export declare function
|
|
1382
|
-
export declare function
|
|
1557
|
+
export declare function fieldCreateDocumentFieldsFieldEmailToJSON(fieldCreateDocumentFieldsFieldEmail: FieldCreateDocumentFieldsFieldEmail): string;
|
|
1558
|
+
export declare function fieldCreateDocumentFieldsFieldEmailFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldEmail, SDKValidationError>;
|
|
1383
1559
|
/** @internal */
|
|
1384
|
-
export declare const
|
|
1560
|
+
export declare const FieldCreateDocumentFieldsTypeNameRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNameRequestBody1>;
|
|
1385
1561
|
/** @internal */
|
|
1386
|
-
export declare const
|
|
1562
|
+
export declare const FieldCreateDocumentFieldsTypeNameRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNameRequestBody1>;
|
|
1387
1563
|
/**
|
|
1388
1564
|
* @internal
|
|
1389
1565
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1390
1566
|
*/
|
|
1391
|
-
export declare namespace
|
|
1392
|
-
/** @deprecated use `
|
|
1567
|
+
export declare namespace FieldCreateDocumentFieldsTypeNameRequestBody1$ {
|
|
1568
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeNameRequestBody1$inboundSchema` instead. */
|
|
1393
1569
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1394
1570
|
readonly Name: "NAME";
|
|
1395
1571
|
}>;
|
|
1396
|
-
/** @deprecated use `
|
|
1572
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeNameRequestBody1$outboundSchema` instead. */
|
|
1397
1573
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1398
1574
|
readonly Name: "NAME";
|
|
1399
1575
|
}>;
|
|
1400
1576
|
}
|
|
1401
1577
|
/** @internal */
|
|
1402
|
-
export declare const
|
|
1578
|
+
export declare const FieldCreateDocumentFieldsTypeNameRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNameRequestBody2>;
|
|
1403
1579
|
/** @internal */
|
|
1404
|
-
export declare const
|
|
1580
|
+
export declare const FieldCreateDocumentFieldsTypeNameRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeNameRequestBody2>;
|
|
1405
1581
|
/**
|
|
1406
1582
|
* @internal
|
|
1407
1583
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1408
1584
|
*/
|
|
1409
|
-
export declare namespace
|
|
1410
|
-
/** @deprecated use `
|
|
1585
|
+
export declare namespace FieldCreateDocumentFieldsTypeNameRequestBody2$ {
|
|
1586
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeNameRequestBody2$inboundSchema` instead. */
|
|
1411
1587
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1412
1588
|
readonly Name: "name";
|
|
1413
1589
|
}>;
|
|
1414
|
-
/** @deprecated use `
|
|
1590
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeNameRequestBody2$outboundSchema` instead. */
|
|
1415
1591
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1416
1592
|
readonly Name: "name";
|
|
1417
1593
|
}>;
|
|
1418
1594
|
}
|
|
1419
1595
|
/** @internal */
|
|
1420
|
-
export declare const
|
|
1596
|
+
export declare const FieldCreateDocumentFieldsTextAlignName$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignName>;
|
|
1597
|
+
/** @internal */
|
|
1598
|
+
export declare const FieldCreateDocumentFieldsTextAlignName$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignName>;
|
|
1599
|
+
/**
|
|
1600
|
+
* @internal
|
|
1601
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1602
|
+
*/
|
|
1603
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignName$ {
|
|
1604
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignName$inboundSchema` instead. */
|
|
1605
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1606
|
+
readonly Left: "left";
|
|
1607
|
+
readonly Center: "center";
|
|
1608
|
+
readonly Right: "right";
|
|
1609
|
+
}>;
|
|
1610
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignName$outboundSchema` instead. */
|
|
1611
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1612
|
+
readonly Left: "left";
|
|
1613
|
+
readonly Center: "center";
|
|
1614
|
+
readonly Right: "right";
|
|
1615
|
+
}>;
|
|
1616
|
+
}
|
|
1617
|
+
/** @internal */
|
|
1618
|
+
export declare const FieldCreateDocumentFieldsFieldMetaNameRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNameRequestBody, z.ZodTypeDef, unknown>;
|
|
1421
1619
|
/** @internal */
|
|
1422
|
-
export type
|
|
1620
|
+
export type FieldCreateDocumentFieldsFieldMetaNameRequestBody$Outbound = {
|
|
1423
1621
|
label?: string | undefined;
|
|
1424
1622
|
placeholder?: string | undefined;
|
|
1425
1623
|
required?: boolean | undefined;
|
|
1426
1624
|
readOnly?: boolean | undefined;
|
|
1427
1625
|
type: string;
|
|
1428
1626
|
fontSize?: number | undefined;
|
|
1627
|
+
textAlign?: string | undefined;
|
|
1429
1628
|
};
|
|
1430
1629
|
/** @internal */
|
|
1431
|
-
export declare const
|
|
1630
|
+
export declare const FieldCreateDocumentFieldsFieldMetaNameRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNameRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaNameRequestBody>;
|
|
1432
1631
|
/**
|
|
1433
1632
|
* @internal
|
|
1434
1633
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1435
1634
|
*/
|
|
1436
|
-
export declare namespace
|
|
1437
|
-
/** @deprecated use `
|
|
1438
|
-
const inboundSchema: z.ZodType<
|
|
1439
|
-
/** @deprecated use `
|
|
1440
|
-
const outboundSchema: z.ZodType<
|
|
1441
|
-
/** @deprecated use `
|
|
1442
|
-
type Outbound =
|
|
1635
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaNameRequestBody$ {
|
|
1636
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNameRequestBody$inboundSchema` instead. */
|
|
1637
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNameRequestBody, z.ZodTypeDef, unknown>;
|
|
1638
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNameRequestBody$outboundSchema` instead. */
|
|
1639
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNameRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaNameRequestBody>;
|
|
1640
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNameRequestBody$Outbound` instead. */
|
|
1641
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaNameRequestBody$Outbound;
|
|
1443
1642
|
}
|
|
1444
|
-
export declare function
|
|
1445
|
-
export declare function
|
|
1643
|
+
export declare function fieldCreateDocumentFieldsFieldMetaNameRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaNameRequestBody: FieldCreateDocumentFieldsFieldMetaNameRequestBody): string;
|
|
1644
|
+
export declare function fieldCreateDocumentFieldsFieldMetaNameRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaNameRequestBody, SDKValidationError>;
|
|
1446
1645
|
/** @internal */
|
|
1447
|
-
export declare const
|
|
1646
|
+
export declare const FieldCreateDocumentFieldsFieldName$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldName, z.ZodTypeDef, unknown>;
|
|
1448
1647
|
/** @internal */
|
|
1449
|
-
export type
|
|
1648
|
+
export type FieldCreateDocumentFieldsFieldName$Outbound = {
|
|
1450
1649
|
type: string;
|
|
1451
|
-
fieldMeta?:
|
|
1650
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaNameRequestBody$Outbound | undefined;
|
|
1452
1651
|
recipientId: number;
|
|
1453
1652
|
pageNumber: number;
|
|
1454
1653
|
pageX: number;
|
|
@@ -1457,90 +1656,113 @@ export type Fields4$Outbound = {
|
|
|
1457
1656
|
height: number;
|
|
1458
1657
|
};
|
|
1459
1658
|
/** @internal */
|
|
1460
|
-
export declare const
|
|
1659
|
+
export declare const FieldCreateDocumentFieldsFieldName$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldName$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldName>;
|
|
1461
1660
|
/**
|
|
1462
1661
|
* @internal
|
|
1463
1662
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1464
1663
|
*/
|
|
1465
|
-
export declare namespace
|
|
1466
|
-
/** @deprecated use `
|
|
1467
|
-
const inboundSchema: z.ZodType<
|
|
1468
|
-
/** @deprecated use `
|
|
1469
|
-
const outboundSchema: z.ZodType<
|
|
1470
|
-
/** @deprecated use `
|
|
1471
|
-
type Outbound =
|
|
1664
|
+
export declare namespace FieldCreateDocumentFieldsFieldName$ {
|
|
1665
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldName$inboundSchema` instead. */
|
|
1666
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldName, z.ZodTypeDef, unknown>;
|
|
1667
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldName$outboundSchema` instead. */
|
|
1668
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldName$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldName>;
|
|
1669
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldName$Outbound` instead. */
|
|
1670
|
+
type Outbound = FieldCreateDocumentFieldsFieldName$Outbound;
|
|
1472
1671
|
}
|
|
1473
|
-
export declare function
|
|
1474
|
-
export declare function
|
|
1672
|
+
export declare function fieldCreateDocumentFieldsFieldNameToJSON(fieldCreateDocumentFieldsFieldName: FieldCreateDocumentFieldsFieldName): string;
|
|
1673
|
+
export declare function fieldCreateDocumentFieldsFieldNameFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldName, SDKValidationError>;
|
|
1475
1674
|
/** @internal */
|
|
1476
|
-
export declare const
|
|
1675
|
+
export declare const FieldCreateDocumentFieldsTypeInitialsRequestBody1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeInitialsRequestBody1>;
|
|
1477
1676
|
/** @internal */
|
|
1478
|
-
export declare const
|
|
1677
|
+
export declare const FieldCreateDocumentFieldsTypeInitialsRequestBody1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeInitialsRequestBody1>;
|
|
1479
1678
|
/**
|
|
1480
1679
|
* @internal
|
|
1481
1680
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1482
1681
|
*/
|
|
1483
|
-
export declare namespace
|
|
1484
|
-
/** @deprecated use `
|
|
1682
|
+
export declare namespace FieldCreateDocumentFieldsTypeInitialsRequestBody1$ {
|
|
1683
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeInitialsRequestBody1$inboundSchema` instead. */
|
|
1485
1684
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1486
1685
|
readonly Initials: "INITIALS";
|
|
1487
1686
|
}>;
|
|
1488
|
-
/** @deprecated use `
|
|
1687
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeInitialsRequestBody1$outboundSchema` instead. */
|
|
1489
1688
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1490
1689
|
readonly Initials: "INITIALS";
|
|
1491
1690
|
}>;
|
|
1492
1691
|
}
|
|
1493
1692
|
/** @internal */
|
|
1494
|
-
export declare const
|
|
1693
|
+
export declare const FieldCreateDocumentFieldsTypeInitialsRequestBody2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeInitialsRequestBody2>;
|
|
1495
1694
|
/** @internal */
|
|
1496
|
-
export declare const
|
|
1695
|
+
export declare const FieldCreateDocumentFieldsTypeInitialsRequestBody2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeInitialsRequestBody2>;
|
|
1497
1696
|
/**
|
|
1498
1697
|
* @internal
|
|
1499
1698
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1500
1699
|
*/
|
|
1501
|
-
export declare namespace
|
|
1502
|
-
/** @deprecated use `
|
|
1700
|
+
export declare namespace FieldCreateDocumentFieldsTypeInitialsRequestBody2$ {
|
|
1701
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeInitialsRequestBody2$inboundSchema` instead. */
|
|
1503
1702
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1504
1703
|
readonly Initials: "initials";
|
|
1505
1704
|
}>;
|
|
1506
|
-
/** @deprecated use `
|
|
1705
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeInitialsRequestBody2$outboundSchema` instead. */
|
|
1507
1706
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1508
1707
|
readonly Initials: "initials";
|
|
1509
1708
|
}>;
|
|
1510
1709
|
}
|
|
1511
1710
|
/** @internal */
|
|
1512
|
-
export declare const
|
|
1711
|
+
export declare const FieldCreateDocumentFieldsTextAlignInitials$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignInitials>;
|
|
1712
|
+
/** @internal */
|
|
1713
|
+
export declare const FieldCreateDocumentFieldsTextAlignInitials$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignInitials>;
|
|
1714
|
+
/**
|
|
1715
|
+
* @internal
|
|
1716
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1717
|
+
*/
|
|
1718
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignInitials$ {
|
|
1719
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignInitials$inboundSchema` instead. */
|
|
1720
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1721
|
+
readonly Left: "left";
|
|
1722
|
+
readonly Center: "center";
|
|
1723
|
+
readonly Right: "right";
|
|
1724
|
+
}>;
|
|
1725
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignInitials$outboundSchema` instead. */
|
|
1726
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1727
|
+
readonly Left: "left";
|
|
1728
|
+
readonly Center: "center";
|
|
1729
|
+
readonly Right: "right";
|
|
1730
|
+
}>;
|
|
1731
|
+
}
|
|
1732
|
+
/** @internal */
|
|
1733
|
+
export declare const FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaInitialsRequestBody, z.ZodTypeDef, unknown>;
|
|
1513
1734
|
/** @internal */
|
|
1514
|
-
export type
|
|
1735
|
+
export type FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$Outbound = {
|
|
1515
1736
|
label?: string | undefined;
|
|
1516
1737
|
placeholder?: string | undefined;
|
|
1517
1738
|
required?: boolean | undefined;
|
|
1518
1739
|
readOnly?: boolean | undefined;
|
|
1519
1740
|
type: string;
|
|
1520
1741
|
fontSize?: number | undefined;
|
|
1742
|
+
textAlign?: string | undefined;
|
|
1521
1743
|
};
|
|
1522
1744
|
/** @internal */
|
|
1523
|
-
export declare const
|
|
1745
|
+
export declare const FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaInitialsRequestBody>;
|
|
1524
1746
|
/**
|
|
1525
1747
|
* @internal
|
|
1526
1748
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1527
1749
|
*/
|
|
1528
|
-
export declare namespace
|
|
1529
|
-
/** @deprecated use `
|
|
1530
|
-
const inboundSchema: z.ZodType<
|
|
1531
|
-
/** @deprecated use `
|
|
1532
|
-
const outboundSchema: z.ZodType<
|
|
1533
|
-
/** @deprecated use `
|
|
1534
|
-
type Outbound =
|
|
1750
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$ {
|
|
1751
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$inboundSchema` instead. */
|
|
1752
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaInitialsRequestBody, z.ZodTypeDef, unknown>;
|
|
1753
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$outboundSchema` instead. */
|
|
1754
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaInitialsRequestBody>;
|
|
1755
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$Outbound` instead. */
|
|
1756
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$Outbound;
|
|
1535
1757
|
}
|
|
1536
|
-
export declare function
|
|
1537
|
-
export declare function
|
|
1758
|
+
export declare function fieldCreateDocumentFieldsFieldMetaInitialsRequestBodyToJSON(fieldCreateDocumentFieldsFieldMetaInitialsRequestBody: FieldCreateDocumentFieldsFieldMetaInitialsRequestBody): string;
|
|
1759
|
+
export declare function fieldCreateDocumentFieldsFieldMetaInitialsRequestBodyFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaInitialsRequestBody, SDKValidationError>;
|
|
1538
1760
|
/** @internal */
|
|
1539
|
-
export declare const
|
|
1761
|
+
export declare const FieldCreateDocumentFieldsFieldInitials$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldInitials, z.ZodTypeDef, unknown>;
|
|
1540
1762
|
/** @internal */
|
|
1541
|
-
export type
|
|
1763
|
+
export type FieldCreateDocumentFieldsFieldInitials$Outbound = {
|
|
1542
1764
|
type: string;
|
|
1543
|
-
fieldMeta?:
|
|
1765
|
+
fieldMeta?: FieldCreateDocumentFieldsFieldMetaInitialsRequestBody$Outbound | undefined;
|
|
1544
1766
|
recipientId: number;
|
|
1545
1767
|
pageNumber: number;
|
|
1546
1768
|
pageX: number;
|
|
@@ -1549,43 +1771,43 @@ export type Fields3$Outbound = {
|
|
|
1549
1771
|
height: number;
|
|
1550
1772
|
};
|
|
1551
1773
|
/** @internal */
|
|
1552
|
-
export declare const
|
|
1774
|
+
export declare const FieldCreateDocumentFieldsFieldInitials$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldInitials$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldInitials>;
|
|
1553
1775
|
/**
|
|
1554
1776
|
* @internal
|
|
1555
1777
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1556
1778
|
*/
|
|
1557
|
-
export declare namespace
|
|
1558
|
-
/** @deprecated use `
|
|
1559
|
-
const inboundSchema: z.ZodType<
|
|
1560
|
-
/** @deprecated use `
|
|
1561
|
-
const outboundSchema: z.ZodType<
|
|
1562
|
-
/** @deprecated use `
|
|
1563
|
-
type Outbound =
|
|
1779
|
+
export declare namespace FieldCreateDocumentFieldsFieldInitials$ {
|
|
1780
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldInitials$inboundSchema` instead. */
|
|
1781
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldInitials, z.ZodTypeDef, unknown>;
|
|
1782
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldInitials$outboundSchema` instead. */
|
|
1783
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldInitials$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldInitials>;
|
|
1784
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldInitials$Outbound` instead. */
|
|
1785
|
+
type Outbound = FieldCreateDocumentFieldsFieldInitials$Outbound;
|
|
1564
1786
|
}
|
|
1565
|
-
export declare function
|
|
1566
|
-
export declare function
|
|
1787
|
+
export declare function fieldCreateDocumentFieldsFieldInitialsToJSON(fieldCreateDocumentFieldsFieldInitials: FieldCreateDocumentFieldsFieldInitials): string;
|
|
1788
|
+
export declare function fieldCreateDocumentFieldsFieldInitialsFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldInitials, SDKValidationError>;
|
|
1567
1789
|
/** @internal */
|
|
1568
|
-
export declare const
|
|
1790
|
+
export declare const FieldCreateDocumentFieldsTypeFreeSignature$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeFreeSignature>;
|
|
1569
1791
|
/** @internal */
|
|
1570
|
-
export declare const
|
|
1792
|
+
export declare const FieldCreateDocumentFieldsTypeFreeSignature$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeFreeSignature>;
|
|
1571
1793
|
/**
|
|
1572
1794
|
* @internal
|
|
1573
1795
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1574
1796
|
*/
|
|
1575
|
-
export declare namespace
|
|
1576
|
-
/** @deprecated use `
|
|
1797
|
+
export declare namespace FieldCreateDocumentFieldsTypeFreeSignature$ {
|
|
1798
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeFreeSignature$inboundSchema` instead. */
|
|
1577
1799
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1578
1800
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
1579
1801
|
}>;
|
|
1580
|
-
/** @deprecated use `
|
|
1802
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeFreeSignature$outboundSchema` instead. */
|
|
1581
1803
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1582
1804
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
1583
1805
|
}>;
|
|
1584
1806
|
}
|
|
1585
1807
|
/** @internal */
|
|
1586
|
-
export declare const
|
|
1808
|
+
export declare const FieldCreateDocumentFieldsFieldFreeSignature$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldFreeSignature, z.ZodTypeDef, unknown>;
|
|
1587
1809
|
/** @internal */
|
|
1588
|
-
export type
|
|
1810
|
+
export type FieldCreateDocumentFieldsFieldFreeSignature$Outbound = {
|
|
1589
1811
|
type: string;
|
|
1590
1812
|
recipientId: number;
|
|
1591
1813
|
pageNumber: number;
|
|
@@ -1595,43 +1817,43 @@ export type Fields2$Outbound = {
|
|
|
1595
1817
|
height: number;
|
|
1596
1818
|
};
|
|
1597
1819
|
/** @internal */
|
|
1598
|
-
export declare const
|
|
1820
|
+
export declare const FieldCreateDocumentFieldsFieldFreeSignature$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldFreeSignature$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldFreeSignature>;
|
|
1599
1821
|
/**
|
|
1600
1822
|
* @internal
|
|
1601
1823
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1602
1824
|
*/
|
|
1603
|
-
export declare namespace
|
|
1604
|
-
/** @deprecated use `
|
|
1605
|
-
const inboundSchema: z.ZodType<
|
|
1606
|
-
/** @deprecated use `
|
|
1607
|
-
const outboundSchema: z.ZodType<
|
|
1608
|
-
/** @deprecated use `
|
|
1609
|
-
type Outbound =
|
|
1825
|
+
export declare namespace FieldCreateDocumentFieldsFieldFreeSignature$ {
|
|
1826
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldFreeSignature$inboundSchema` instead. */
|
|
1827
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldFreeSignature, z.ZodTypeDef, unknown>;
|
|
1828
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldFreeSignature$outboundSchema` instead. */
|
|
1829
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldFreeSignature$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldFreeSignature>;
|
|
1830
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldFreeSignature$Outbound` instead. */
|
|
1831
|
+
type Outbound = FieldCreateDocumentFieldsFieldFreeSignature$Outbound;
|
|
1610
1832
|
}
|
|
1611
|
-
export declare function
|
|
1612
|
-
export declare function
|
|
1833
|
+
export declare function fieldCreateDocumentFieldsFieldFreeSignatureToJSON(fieldCreateDocumentFieldsFieldFreeSignature: FieldCreateDocumentFieldsFieldFreeSignature): string;
|
|
1834
|
+
export declare function fieldCreateDocumentFieldsFieldFreeSignatureFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldFreeSignature, SDKValidationError>;
|
|
1613
1835
|
/** @internal */
|
|
1614
|
-
export declare const
|
|
1836
|
+
export declare const FieldCreateDocumentFieldsTypeSignature$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeSignature>;
|
|
1615
1837
|
/** @internal */
|
|
1616
|
-
export declare const
|
|
1838
|
+
export declare const FieldCreateDocumentFieldsTypeSignature$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeSignature>;
|
|
1617
1839
|
/**
|
|
1618
1840
|
* @internal
|
|
1619
1841
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1620
1842
|
*/
|
|
1621
|
-
export declare namespace
|
|
1622
|
-
/** @deprecated use `
|
|
1843
|
+
export declare namespace FieldCreateDocumentFieldsTypeSignature$ {
|
|
1844
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeSignature$inboundSchema` instead. */
|
|
1623
1845
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1624
1846
|
readonly Signature: "SIGNATURE";
|
|
1625
1847
|
}>;
|
|
1626
|
-
/** @deprecated use `
|
|
1848
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeSignature$outboundSchema` instead. */
|
|
1627
1849
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1628
1850
|
readonly Signature: "SIGNATURE";
|
|
1629
1851
|
}>;
|
|
1630
1852
|
}
|
|
1631
1853
|
/** @internal */
|
|
1632
|
-
export declare const
|
|
1854
|
+
export declare const FieldCreateDocumentFieldsFieldSignature$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldSignature, z.ZodTypeDef, unknown>;
|
|
1633
1855
|
/** @internal */
|
|
1634
|
-
export type
|
|
1856
|
+
export type FieldCreateDocumentFieldsFieldSignature$Outbound = {
|
|
1635
1857
|
type: string;
|
|
1636
1858
|
recipientId: number;
|
|
1637
1859
|
pageNumber: number;
|
|
@@ -1641,74 +1863,74 @@ export type Fields1$Outbound = {
|
|
|
1641
1863
|
height: number;
|
|
1642
1864
|
};
|
|
1643
1865
|
/** @internal */
|
|
1644
|
-
export declare const
|
|
1866
|
+
export declare const FieldCreateDocumentFieldsFieldSignature$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldSignature$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldSignature>;
|
|
1645
1867
|
/**
|
|
1646
1868
|
* @internal
|
|
1647
1869
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1648
1870
|
*/
|
|
1649
|
-
export declare namespace
|
|
1650
|
-
/** @deprecated use `
|
|
1651
|
-
const inboundSchema: z.ZodType<
|
|
1652
|
-
/** @deprecated use `
|
|
1653
|
-
const outboundSchema: z.ZodType<
|
|
1654
|
-
/** @deprecated use `
|
|
1655
|
-
type Outbound =
|
|
1871
|
+
export declare namespace FieldCreateDocumentFieldsFieldSignature$ {
|
|
1872
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldSignature$inboundSchema` instead. */
|
|
1873
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldSignature, z.ZodTypeDef, unknown>;
|
|
1874
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldSignature$outboundSchema` instead. */
|
|
1875
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldSignature$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldSignature>;
|
|
1876
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldSignature$Outbound` instead. */
|
|
1877
|
+
type Outbound = FieldCreateDocumentFieldsFieldSignature$Outbound;
|
|
1656
1878
|
}
|
|
1657
|
-
export declare function
|
|
1658
|
-
export declare function
|
|
1879
|
+
export declare function fieldCreateDocumentFieldsFieldSignatureToJSON(fieldCreateDocumentFieldsFieldSignature: FieldCreateDocumentFieldsFieldSignature): string;
|
|
1880
|
+
export declare function fieldCreateDocumentFieldsFieldSignatureFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldSignature, SDKValidationError>;
|
|
1659
1881
|
/** @internal */
|
|
1660
|
-
export declare const
|
|
1882
|
+
export declare const FieldCreateDocumentFieldsFieldUnion$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldUnion, z.ZodTypeDef, unknown>;
|
|
1661
1883
|
/** @internal */
|
|
1662
|
-
export type
|
|
1884
|
+
export type FieldCreateDocumentFieldsFieldUnion$Outbound = FieldCreateDocumentFieldsFieldSignature$Outbound | FieldCreateDocumentFieldsFieldFreeSignature$Outbound | FieldCreateDocumentFieldsFieldInitials$Outbound | FieldCreateDocumentFieldsFieldName$Outbound | FieldCreateDocumentFieldsFieldEmail$Outbound | FieldCreateDocumentFieldsFieldDate$Outbound | FieldCreateDocumentFieldsFieldText$Outbound | FieldCreateDocumentFieldsFieldNumber$Outbound | FieldCreateDocumentFieldsFieldRadio$Outbound | FieldCreateDocumentFieldsFieldCheckbox$Outbound | FieldCreateDocumentFieldsFieldDropdown$Outbound;
|
|
1663
1885
|
/** @internal */
|
|
1664
|
-
export declare const
|
|
1886
|
+
export declare const FieldCreateDocumentFieldsFieldUnion$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldUnion$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldUnion>;
|
|
1665
1887
|
/**
|
|
1666
1888
|
* @internal
|
|
1667
1889
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1668
1890
|
*/
|
|
1669
|
-
export declare namespace
|
|
1670
|
-
/** @deprecated use `
|
|
1671
|
-
const inboundSchema: z.ZodType<
|
|
1672
|
-
/** @deprecated use `
|
|
1673
|
-
const outboundSchema: z.ZodType<
|
|
1674
|
-
/** @deprecated use `
|
|
1675
|
-
type Outbound =
|
|
1891
|
+
export declare namespace FieldCreateDocumentFieldsFieldUnion$ {
|
|
1892
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldUnion$inboundSchema` instead. */
|
|
1893
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldUnion, z.ZodTypeDef, unknown>;
|
|
1894
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldUnion$outboundSchema` instead. */
|
|
1895
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldUnion$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldUnion>;
|
|
1896
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldUnion$Outbound` instead. */
|
|
1897
|
+
type Outbound = FieldCreateDocumentFieldsFieldUnion$Outbound;
|
|
1676
1898
|
}
|
|
1677
|
-
export declare function
|
|
1678
|
-
export declare function
|
|
1899
|
+
export declare function fieldCreateDocumentFieldsFieldUnionToJSON(fieldCreateDocumentFieldsFieldUnion: FieldCreateDocumentFieldsFieldUnion): string;
|
|
1900
|
+
export declare function fieldCreateDocumentFieldsFieldUnionFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldUnion, SDKValidationError>;
|
|
1679
1901
|
/** @internal */
|
|
1680
|
-
export declare const
|
|
1902
|
+
export declare const FieldCreateDocumentFieldsRequest$inboundSchema: z.ZodType<FieldCreateDocumentFieldsRequest, z.ZodTypeDef, unknown>;
|
|
1681
1903
|
/** @internal */
|
|
1682
|
-
export type
|
|
1904
|
+
export type FieldCreateDocumentFieldsRequest$Outbound = {
|
|
1683
1905
|
documentId: number;
|
|
1684
|
-
fields: Array<
|
|
1906
|
+
fields: Array<FieldCreateDocumentFieldsFieldSignature$Outbound | FieldCreateDocumentFieldsFieldFreeSignature$Outbound | FieldCreateDocumentFieldsFieldInitials$Outbound | FieldCreateDocumentFieldsFieldName$Outbound | FieldCreateDocumentFieldsFieldEmail$Outbound | FieldCreateDocumentFieldsFieldDate$Outbound | FieldCreateDocumentFieldsFieldText$Outbound | FieldCreateDocumentFieldsFieldNumber$Outbound | FieldCreateDocumentFieldsFieldRadio$Outbound | FieldCreateDocumentFieldsFieldCheckbox$Outbound | FieldCreateDocumentFieldsFieldDropdown$Outbound>;
|
|
1685
1907
|
};
|
|
1686
1908
|
/** @internal */
|
|
1687
|
-
export declare const
|
|
1909
|
+
export declare const FieldCreateDocumentFieldsRequest$outboundSchema: z.ZodType<FieldCreateDocumentFieldsRequest$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsRequest>;
|
|
1688
1910
|
/**
|
|
1689
1911
|
* @internal
|
|
1690
1912
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1691
1913
|
*/
|
|
1692
|
-
export declare namespace
|
|
1693
|
-
/** @deprecated use `
|
|
1694
|
-
const inboundSchema: z.ZodType<
|
|
1695
|
-
/** @deprecated use `
|
|
1696
|
-
const outboundSchema: z.ZodType<
|
|
1697
|
-
/** @deprecated use `
|
|
1698
|
-
type Outbound =
|
|
1914
|
+
export declare namespace FieldCreateDocumentFieldsRequest$ {
|
|
1915
|
+
/** @deprecated use `FieldCreateDocumentFieldsRequest$inboundSchema` instead. */
|
|
1916
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsRequest, z.ZodTypeDef, unknown>;
|
|
1917
|
+
/** @deprecated use `FieldCreateDocumentFieldsRequest$outboundSchema` instead. */
|
|
1918
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsRequest$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsRequest>;
|
|
1919
|
+
/** @deprecated use `FieldCreateDocumentFieldsRequest$Outbound` instead. */
|
|
1920
|
+
type Outbound = FieldCreateDocumentFieldsRequest$Outbound;
|
|
1699
1921
|
}
|
|
1700
|
-
export declare function
|
|
1701
|
-
export declare function
|
|
1922
|
+
export declare function fieldCreateDocumentFieldsRequestToJSON(fieldCreateDocumentFieldsRequest: FieldCreateDocumentFieldsRequest): string;
|
|
1923
|
+
export declare function fieldCreateDocumentFieldsRequestFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsRequest, SDKValidationError>;
|
|
1702
1924
|
/** @internal */
|
|
1703
|
-
export declare const
|
|
1925
|
+
export declare const FieldCreateDocumentFieldsTypeResponse$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeResponse>;
|
|
1704
1926
|
/** @internal */
|
|
1705
|
-
export declare const
|
|
1927
|
+
export declare const FieldCreateDocumentFieldsTypeResponse$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTypeResponse>;
|
|
1706
1928
|
/**
|
|
1707
1929
|
* @internal
|
|
1708
1930
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1709
1931
|
*/
|
|
1710
|
-
export declare namespace
|
|
1711
|
-
/** @deprecated use `
|
|
1932
|
+
export declare namespace FieldCreateDocumentFieldsTypeResponse$ {
|
|
1933
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeResponse$inboundSchema` instead. */
|
|
1712
1934
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1713
1935
|
readonly Signature: "SIGNATURE";
|
|
1714
1936
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
@@ -1722,7 +1944,7 @@ export declare namespace FieldCreateDocumentFieldsType$ {
|
|
|
1722
1944
|
readonly Checkbox: "CHECKBOX";
|
|
1723
1945
|
readonly Dropdown: "DROPDOWN";
|
|
1724
1946
|
}>;
|
|
1725
|
-
/** @deprecated use `
|
|
1947
|
+
/** @deprecated use `FieldCreateDocumentFieldsTypeResponse$outboundSchema` instead. */
|
|
1726
1948
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1727
1949
|
readonly Signature: "SIGNATURE";
|
|
1728
1950
|
readonly FreeSignature: "FREE_SIGNATURE";
|
|
@@ -1738,235 +1960,257 @@ export declare namespace FieldCreateDocumentFieldsType$ {
|
|
|
1738
1960
|
}>;
|
|
1739
1961
|
}
|
|
1740
1962
|
/** @internal */
|
|
1741
|
-
export declare const
|
|
1963
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeDropdown$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDropdown>;
|
|
1742
1964
|
/** @internal */
|
|
1743
|
-
export declare const
|
|
1965
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeDropdown$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDropdown>;
|
|
1744
1966
|
/**
|
|
1745
1967
|
* @internal
|
|
1746
1968
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1747
1969
|
*/
|
|
1748
|
-
export declare namespace
|
|
1749
|
-
/** @deprecated use `
|
|
1970
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeDropdown$ {
|
|
1971
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeDropdown$inboundSchema` instead. */
|
|
1750
1972
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1751
1973
|
readonly Dropdown: "dropdown";
|
|
1752
1974
|
}>;
|
|
1753
|
-
/** @deprecated use `
|
|
1975
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeDropdown$outboundSchema` instead. */
|
|
1754
1976
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1755
1977
|
readonly Dropdown: "dropdown";
|
|
1756
1978
|
}>;
|
|
1757
1979
|
}
|
|
1758
1980
|
/** @internal */
|
|
1759
|
-
export declare const
|
|
1981
|
+
export declare const FieldCreateDocumentFieldsValueResponse3$inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse3, z.ZodTypeDef, unknown>;
|
|
1760
1982
|
/** @internal */
|
|
1761
|
-
export type
|
|
1983
|
+
export type FieldCreateDocumentFieldsValueResponse3$Outbound = {
|
|
1762
1984
|
value: string;
|
|
1763
1985
|
};
|
|
1764
1986
|
/** @internal */
|
|
1765
|
-
export declare const
|
|
1987
|
+
export declare const FieldCreateDocumentFieldsValueResponse3$outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse3$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueResponse3>;
|
|
1766
1988
|
/**
|
|
1767
1989
|
* @internal
|
|
1768
1990
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1769
1991
|
*/
|
|
1770
|
-
export declare namespace
|
|
1771
|
-
/** @deprecated use `
|
|
1772
|
-
const inboundSchema: z.ZodType<
|
|
1773
|
-
/** @deprecated use `
|
|
1774
|
-
const outboundSchema: z.ZodType<
|
|
1775
|
-
/** @deprecated use `
|
|
1776
|
-
type Outbound =
|
|
1992
|
+
export declare namespace FieldCreateDocumentFieldsValueResponse3$ {
|
|
1993
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse3$inboundSchema` instead. */
|
|
1994
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse3, z.ZodTypeDef, unknown>;
|
|
1995
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse3$outboundSchema` instead. */
|
|
1996
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse3$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueResponse3>;
|
|
1997
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse3$Outbound` instead. */
|
|
1998
|
+
type Outbound = FieldCreateDocumentFieldsValueResponse3$Outbound;
|
|
1777
1999
|
}
|
|
1778
|
-
export declare function
|
|
1779
|
-
export declare function
|
|
2000
|
+
export declare function fieldCreateDocumentFieldsValueResponse3ToJSON(fieldCreateDocumentFieldsValueResponse3: FieldCreateDocumentFieldsValueResponse3): string;
|
|
2001
|
+
export declare function fieldCreateDocumentFieldsValueResponse3FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsValueResponse3, SDKValidationError>;
|
|
1780
2002
|
/** @internal */
|
|
1781
|
-
export declare const
|
|
2003
|
+
export declare const FieldCreateDocumentFieldsFieldMetaDropdownResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDropdownResponse, z.ZodTypeDef, unknown>;
|
|
1782
2004
|
/** @internal */
|
|
1783
|
-
export type
|
|
2005
|
+
export type FieldCreateDocumentFieldsFieldMetaDropdownResponse$Outbound = {
|
|
1784
2006
|
label?: string | undefined;
|
|
1785
2007
|
placeholder?: string | undefined;
|
|
1786
2008
|
required?: boolean | undefined;
|
|
1787
2009
|
readOnly?: boolean | undefined;
|
|
1788
2010
|
type: string;
|
|
1789
|
-
values?: Array<
|
|
2011
|
+
values?: Array<FieldCreateDocumentFieldsValueResponse3$Outbound> | undefined;
|
|
1790
2012
|
defaultValue?: string | undefined;
|
|
1791
2013
|
};
|
|
1792
2014
|
/** @internal */
|
|
1793
|
-
export declare const
|
|
2015
|
+
export declare const FieldCreateDocumentFieldsFieldMetaDropdownResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDropdownResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDropdownResponse>;
|
|
1794
2016
|
/**
|
|
1795
2017
|
* @internal
|
|
1796
2018
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1797
2019
|
*/
|
|
1798
|
-
export declare namespace
|
|
1799
|
-
/** @deprecated use `
|
|
1800
|
-
const inboundSchema: z.ZodType<
|
|
1801
|
-
/** @deprecated use `
|
|
1802
|
-
const outboundSchema: z.ZodType<
|
|
1803
|
-
/** @deprecated use `
|
|
1804
|
-
type Outbound =
|
|
2020
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaDropdownResponse$ {
|
|
2021
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDropdownResponse$inboundSchema` instead. */
|
|
2022
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDropdownResponse, z.ZodTypeDef, unknown>;
|
|
2023
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDropdownResponse$outboundSchema` instead. */
|
|
2024
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDropdownResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDropdownResponse>;
|
|
2025
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDropdownResponse$Outbound` instead. */
|
|
2026
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaDropdownResponse$Outbound;
|
|
1805
2027
|
}
|
|
1806
|
-
export declare function
|
|
1807
|
-
export declare function
|
|
2028
|
+
export declare function fieldCreateDocumentFieldsFieldMetaDropdownResponseToJSON(fieldCreateDocumentFieldsFieldMetaDropdownResponse: FieldCreateDocumentFieldsFieldMetaDropdownResponse): string;
|
|
2029
|
+
export declare function fieldCreateDocumentFieldsFieldMetaDropdownResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaDropdownResponse, SDKValidationError>;
|
|
1808
2030
|
/** @internal */
|
|
1809
|
-
export declare const
|
|
2031
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeCheckbox$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeCheckbox>;
|
|
1810
2032
|
/** @internal */
|
|
1811
|
-
export declare const
|
|
2033
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeCheckbox$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeCheckbox>;
|
|
1812
2034
|
/**
|
|
1813
2035
|
* @internal
|
|
1814
2036
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1815
2037
|
*/
|
|
1816
|
-
export declare namespace
|
|
1817
|
-
/** @deprecated use `
|
|
2038
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeCheckbox$ {
|
|
2039
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeCheckbox$inboundSchema` instead. */
|
|
1818
2040
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1819
2041
|
readonly Checkbox: "checkbox";
|
|
1820
2042
|
}>;
|
|
1821
|
-
/** @deprecated use `
|
|
2043
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeCheckbox$outboundSchema` instead. */
|
|
1822
2044
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1823
2045
|
readonly Checkbox: "checkbox";
|
|
1824
2046
|
}>;
|
|
1825
2047
|
}
|
|
1826
2048
|
/** @internal */
|
|
1827
|
-
export declare const
|
|
2049
|
+
export declare const FieldCreateDocumentFieldsValueResponse2$inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse2, z.ZodTypeDef, unknown>;
|
|
1828
2050
|
/** @internal */
|
|
1829
|
-
export type
|
|
2051
|
+
export type FieldCreateDocumentFieldsValueResponse2$Outbound = {
|
|
1830
2052
|
id: number;
|
|
1831
2053
|
checked: boolean;
|
|
1832
2054
|
value: string;
|
|
1833
2055
|
};
|
|
1834
2056
|
/** @internal */
|
|
1835
|
-
export declare const
|
|
2057
|
+
export declare const FieldCreateDocumentFieldsValueResponse2$outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse2$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueResponse2>;
|
|
1836
2058
|
/**
|
|
1837
2059
|
* @internal
|
|
1838
2060
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1839
2061
|
*/
|
|
1840
|
-
export declare namespace
|
|
1841
|
-
/** @deprecated use `
|
|
1842
|
-
const inboundSchema: z.ZodType<
|
|
1843
|
-
/** @deprecated use `
|
|
1844
|
-
const outboundSchema: z.ZodType<
|
|
1845
|
-
/** @deprecated use `
|
|
1846
|
-
type Outbound =
|
|
2062
|
+
export declare namespace FieldCreateDocumentFieldsValueResponse2$ {
|
|
2063
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse2$inboundSchema` instead. */
|
|
2064
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse2, z.ZodTypeDef, unknown>;
|
|
2065
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse2$outboundSchema` instead. */
|
|
2066
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse2$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueResponse2>;
|
|
2067
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse2$Outbound` instead. */
|
|
2068
|
+
type Outbound = FieldCreateDocumentFieldsValueResponse2$Outbound;
|
|
1847
2069
|
}
|
|
1848
|
-
export declare function
|
|
1849
|
-
export declare function
|
|
2070
|
+
export declare function fieldCreateDocumentFieldsValueResponse2ToJSON(fieldCreateDocumentFieldsValueResponse2: FieldCreateDocumentFieldsValueResponse2): string;
|
|
2071
|
+
export declare function fieldCreateDocumentFieldsValueResponse2FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsValueResponse2, SDKValidationError>;
|
|
1850
2072
|
/** @internal */
|
|
1851
|
-
export declare const
|
|
2073
|
+
export declare const FieldCreateDocumentFieldsFieldMetaCheckboxResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaCheckboxResponse, z.ZodTypeDef, unknown>;
|
|
1852
2074
|
/** @internal */
|
|
1853
|
-
export type
|
|
2075
|
+
export type FieldCreateDocumentFieldsFieldMetaCheckboxResponse$Outbound = {
|
|
1854
2076
|
label?: string | undefined;
|
|
1855
2077
|
placeholder?: string | undefined;
|
|
1856
2078
|
required?: boolean | undefined;
|
|
1857
2079
|
readOnly?: boolean | undefined;
|
|
1858
2080
|
type: string;
|
|
1859
|
-
values?: Array<
|
|
2081
|
+
values?: Array<FieldCreateDocumentFieldsValueResponse2$Outbound> | undefined;
|
|
1860
2082
|
validationRule?: string | undefined;
|
|
1861
2083
|
validationLength?: number | undefined;
|
|
1862
2084
|
};
|
|
1863
2085
|
/** @internal */
|
|
1864
|
-
export declare const
|
|
2086
|
+
export declare const FieldCreateDocumentFieldsFieldMetaCheckboxResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaCheckboxResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaCheckboxResponse>;
|
|
1865
2087
|
/**
|
|
1866
2088
|
* @internal
|
|
1867
2089
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1868
2090
|
*/
|
|
1869
|
-
export declare namespace
|
|
1870
|
-
/** @deprecated use `
|
|
1871
|
-
const inboundSchema: z.ZodType<
|
|
1872
|
-
/** @deprecated use `
|
|
1873
|
-
const outboundSchema: z.ZodType<
|
|
1874
|
-
/** @deprecated use `
|
|
1875
|
-
type Outbound =
|
|
2091
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaCheckboxResponse$ {
|
|
2092
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaCheckboxResponse$inboundSchema` instead. */
|
|
2093
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaCheckboxResponse, z.ZodTypeDef, unknown>;
|
|
2094
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaCheckboxResponse$outboundSchema` instead. */
|
|
2095
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaCheckboxResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaCheckboxResponse>;
|
|
2096
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaCheckboxResponse$Outbound` instead. */
|
|
2097
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaCheckboxResponse$Outbound;
|
|
1876
2098
|
}
|
|
1877
|
-
export declare function
|
|
1878
|
-
export declare function
|
|
2099
|
+
export declare function fieldCreateDocumentFieldsFieldMetaCheckboxResponseToJSON(fieldCreateDocumentFieldsFieldMetaCheckboxResponse: FieldCreateDocumentFieldsFieldMetaCheckboxResponse): string;
|
|
2100
|
+
export declare function fieldCreateDocumentFieldsFieldMetaCheckboxResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaCheckboxResponse, SDKValidationError>;
|
|
1879
2101
|
/** @internal */
|
|
1880
|
-
export declare const
|
|
2102
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeRadio$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeRadio>;
|
|
1881
2103
|
/** @internal */
|
|
1882
|
-
export declare const
|
|
2104
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeRadio$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeRadio>;
|
|
1883
2105
|
/**
|
|
1884
2106
|
* @internal
|
|
1885
2107
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1886
2108
|
*/
|
|
1887
|
-
export declare namespace
|
|
1888
|
-
/** @deprecated use `
|
|
2109
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeRadio$ {
|
|
2110
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeRadio$inboundSchema` instead. */
|
|
1889
2111
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1890
2112
|
readonly Radio: "radio";
|
|
1891
2113
|
}>;
|
|
1892
|
-
/** @deprecated use `
|
|
2114
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeRadio$outboundSchema` instead. */
|
|
1893
2115
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1894
2116
|
readonly Radio: "radio";
|
|
1895
2117
|
}>;
|
|
1896
2118
|
}
|
|
1897
2119
|
/** @internal */
|
|
1898
|
-
export declare const
|
|
2120
|
+
export declare const FieldCreateDocumentFieldsValueResponse1$inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse1, z.ZodTypeDef, unknown>;
|
|
1899
2121
|
/** @internal */
|
|
1900
|
-
export type
|
|
2122
|
+
export type FieldCreateDocumentFieldsValueResponse1$Outbound = {
|
|
1901
2123
|
id: number;
|
|
1902
2124
|
checked: boolean;
|
|
1903
2125
|
value: string;
|
|
1904
2126
|
};
|
|
1905
2127
|
/** @internal */
|
|
1906
|
-
export declare const
|
|
2128
|
+
export declare const FieldCreateDocumentFieldsValueResponse1$outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse1$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueResponse1>;
|
|
1907
2129
|
/**
|
|
1908
2130
|
* @internal
|
|
1909
2131
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1910
2132
|
*/
|
|
1911
|
-
export declare namespace
|
|
1912
|
-
/** @deprecated use `
|
|
1913
|
-
const inboundSchema: z.ZodType<
|
|
1914
|
-
/** @deprecated use `
|
|
1915
|
-
const outboundSchema: z.ZodType<
|
|
1916
|
-
/** @deprecated use `
|
|
1917
|
-
type Outbound =
|
|
2133
|
+
export declare namespace FieldCreateDocumentFieldsValueResponse1$ {
|
|
2134
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse1$inboundSchema` instead. */
|
|
2135
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse1, z.ZodTypeDef, unknown>;
|
|
2136
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse1$outboundSchema` instead. */
|
|
2137
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsValueResponse1$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsValueResponse1>;
|
|
2138
|
+
/** @deprecated use `FieldCreateDocumentFieldsValueResponse1$Outbound` instead. */
|
|
2139
|
+
type Outbound = FieldCreateDocumentFieldsValueResponse1$Outbound;
|
|
1918
2140
|
}
|
|
1919
|
-
export declare function
|
|
1920
|
-
export declare function
|
|
2141
|
+
export declare function fieldCreateDocumentFieldsValueResponse1ToJSON(fieldCreateDocumentFieldsValueResponse1: FieldCreateDocumentFieldsValueResponse1): string;
|
|
2142
|
+
export declare function fieldCreateDocumentFieldsValueResponse1FromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsValueResponse1, SDKValidationError>;
|
|
1921
2143
|
/** @internal */
|
|
1922
|
-
export declare const
|
|
2144
|
+
export declare const FieldCreateDocumentFieldsFieldMetaRadioResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaRadioResponse, z.ZodTypeDef, unknown>;
|
|
1923
2145
|
/** @internal */
|
|
1924
|
-
export type
|
|
2146
|
+
export type FieldCreateDocumentFieldsFieldMetaRadioResponse$Outbound = {
|
|
1925
2147
|
label?: string | undefined;
|
|
1926
2148
|
placeholder?: string | undefined;
|
|
1927
2149
|
required?: boolean | undefined;
|
|
1928
2150
|
readOnly?: boolean | undefined;
|
|
1929
2151
|
type: string;
|
|
1930
|
-
values?: Array<
|
|
2152
|
+
values?: Array<FieldCreateDocumentFieldsValueResponse1$Outbound> | undefined;
|
|
1931
2153
|
};
|
|
1932
2154
|
/** @internal */
|
|
1933
|
-
export declare const
|
|
2155
|
+
export declare const FieldCreateDocumentFieldsFieldMetaRadioResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaRadioResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaRadioResponse>;
|
|
1934
2156
|
/**
|
|
1935
2157
|
* @internal
|
|
1936
2158
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1937
2159
|
*/
|
|
1938
|
-
export declare namespace
|
|
1939
|
-
/** @deprecated use `
|
|
1940
|
-
const inboundSchema: z.ZodType<
|
|
1941
|
-
/** @deprecated use `
|
|
1942
|
-
const outboundSchema: z.ZodType<
|
|
1943
|
-
/** @deprecated use `
|
|
1944
|
-
type Outbound =
|
|
2160
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaRadioResponse$ {
|
|
2161
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaRadioResponse$inboundSchema` instead. */
|
|
2162
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaRadioResponse, z.ZodTypeDef, unknown>;
|
|
2163
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaRadioResponse$outboundSchema` instead. */
|
|
2164
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaRadioResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaRadioResponse>;
|
|
2165
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaRadioResponse$Outbound` instead. */
|
|
2166
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaRadioResponse$Outbound;
|
|
1945
2167
|
}
|
|
1946
|
-
export declare function
|
|
1947
|
-
export declare function
|
|
2168
|
+
export declare function fieldCreateDocumentFieldsFieldMetaRadioResponseToJSON(fieldCreateDocumentFieldsFieldMetaRadioResponse: FieldCreateDocumentFieldsFieldMetaRadioResponse): string;
|
|
2169
|
+
export declare function fieldCreateDocumentFieldsFieldMetaRadioResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaRadioResponse, SDKValidationError>;
|
|
1948
2170
|
/** @internal */
|
|
1949
|
-
export declare const
|
|
2171
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeNumber$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeNumber>;
|
|
1950
2172
|
/** @internal */
|
|
1951
|
-
export declare const
|
|
2173
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeNumber$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeNumber>;
|
|
1952
2174
|
/**
|
|
1953
2175
|
* @internal
|
|
1954
2176
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1955
2177
|
*/
|
|
1956
|
-
export declare namespace
|
|
1957
|
-
/** @deprecated use `
|
|
2178
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeNumber$ {
|
|
2179
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeNumber$inboundSchema` instead. */
|
|
1958
2180
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1959
2181
|
readonly Number: "number";
|
|
1960
2182
|
}>;
|
|
1961
|
-
/** @deprecated use `
|
|
2183
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeNumber$outboundSchema` instead. */
|
|
1962
2184
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1963
2185
|
readonly Number: "number";
|
|
1964
2186
|
}>;
|
|
1965
2187
|
}
|
|
1966
2188
|
/** @internal */
|
|
1967
|
-
export declare const
|
|
2189
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse6$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse6>;
|
|
2190
|
+
/** @internal */
|
|
2191
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse6$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse6>;
|
|
2192
|
+
/**
|
|
2193
|
+
* @internal
|
|
2194
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2195
|
+
*/
|
|
2196
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignResponse6$ {
|
|
2197
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse6$inboundSchema` instead. */
|
|
2198
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2199
|
+
readonly Left: "left";
|
|
2200
|
+
readonly Center: "center";
|
|
2201
|
+
readonly Right: "right";
|
|
2202
|
+
}>;
|
|
2203
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse6$outboundSchema` instead. */
|
|
2204
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2205
|
+
readonly Left: "left";
|
|
2206
|
+
readonly Center: "center";
|
|
2207
|
+
readonly Right: "right";
|
|
2208
|
+
}>;
|
|
2209
|
+
}
|
|
2210
|
+
/** @internal */
|
|
2211
|
+
export declare const FieldCreateDocumentFieldsFieldMetaNumberResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNumberResponse, z.ZodTypeDef, unknown>;
|
|
1968
2212
|
/** @internal */
|
|
1969
|
-
export type
|
|
2213
|
+
export type FieldCreateDocumentFieldsFieldMetaNumberResponse$Outbound = {
|
|
1970
2214
|
label?: string | undefined;
|
|
1971
2215
|
placeholder?: string | undefined;
|
|
1972
2216
|
required?: boolean | undefined;
|
|
@@ -1977,45 +2221,68 @@ export type FieldCreateDocumentFieldsFieldMeta6$Outbound = {
|
|
|
1977
2221
|
minValue?: number | undefined;
|
|
1978
2222
|
maxValue?: number | undefined;
|
|
1979
2223
|
fontSize?: number | undefined;
|
|
2224
|
+
textAlign?: string | undefined;
|
|
1980
2225
|
};
|
|
1981
2226
|
/** @internal */
|
|
1982
|
-
export declare const
|
|
2227
|
+
export declare const FieldCreateDocumentFieldsFieldMetaNumberResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNumberResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaNumberResponse>;
|
|
1983
2228
|
/**
|
|
1984
2229
|
* @internal
|
|
1985
2230
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1986
2231
|
*/
|
|
1987
|
-
export declare namespace
|
|
1988
|
-
/** @deprecated use `
|
|
1989
|
-
const inboundSchema: z.ZodType<
|
|
1990
|
-
/** @deprecated use `
|
|
1991
|
-
const outboundSchema: z.ZodType<
|
|
1992
|
-
/** @deprecated use `
|
|
1993
|
-
type Outbound =
|
|
2232
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaNumberResponse$ {
|
|
2233
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNumberResponse$inboundSchema` instead. */
|
|
2234
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNumberResponse, z.ZodTypeDef, unknown>;
|
|
2235
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNumberResponse$outboundSchema` instead. */
|
|
2236
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNumberResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaNumberResponse>;
|
|
2237
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNumberResponse$Outbound` instead. */
|
|
2238
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaNumberResponse$Outbound;
|
|
1994
2239
|
}
|
|
1995
|
-
export declare function
|
|
1996
|
-
export declare function
|
|
2240
|
+
export declare function fieldCreateDocumentFieldsFieldMetaNumberResponseToJSON(fieldCreateDocumentFieldsFieldMetaNumberResponse: FieldCreateDocumentFieldsFieldMetaNumberResponse): string;
|
|
2241
|
+
export declare function fieldCreateDocumentFieldsFieldMetaNumberResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaNumberResponse, SDKValidationError>;
|
|
1997
2242
|
/** @internal */
|
|
1998
|
-
export declare const
|
|
2243
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeText$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeText>;
|
|
1999
2244
|
/** @internal */
|
|
2000
|
-
export declare const
|
|
2245
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeText$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeText>;
|
|
2001
2246
|
/**
|
|
2002
2247
|
* @internal
|
|
2003
2248
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2004
2249
|
*/
|
|
2005
|
-
export declare namespace
|
|
2006
|
-
/** @deprecated use `
|
|
2250
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeText$ {
|
|
2251
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeText$inboundSchema` instead. */
|
|
2007
2252
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2008
2253
|
readonly Text: "text";
|
|
2009
2254
|
}>;
|
|
2010
|
-
/** @deprecated use `
|
|
2255
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeText$outboundSchema` instead. */
|
|
2011
2256
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2012
2257
|
readonly Text: "text";
|
|
2013
2258
|
}>;
|
|
2014
2259
|
}
|
|
2015
2260
|
/** @internal */
|
|
2016
|
-
export declare const
|
|
2261
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse5$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse5>;
|
|
2262
|
+
/** @internal */
|
|
2263
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse5$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse5>;
|
|
2264
|
+
/**
|
|
2265
|
+
* @internal
|
|
2266
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2267
|
+
*/
|
|
2268
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignResponse5$ {
|
|
2269
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse5$inboundSchema` instead. */
|
|
2270
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2271
|
+
readonly Left: "left";
|
|
2272
|
+
readonly Center: "center";
|
|
2273
|
+
readonly Right: "right";
|
|
2274
|
+
}>;
|
|
2275
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse5$outboundSchema` instead. */
|
|
2276
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2277
|
+
readonly Left: "left";
|
|
2278
|
+
readonly Center: "center";
|
|
2279
|
+
readonly Right: "right";
|
|
2280
|
+
}>;
|
|
2281
|
+
}
|
|
2282
|
+
/** @internal */
|
|
2283
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTextResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaTextResponse, z.ZodTypeDef, unknown>;
|
|
2017
2284
|
/** @internal */
|
|
2018
|
-
export type
|
|
2285
|
+
export type FieldCreateDocumentFieldsFieldMetaTextResponse$Outbound = {
|
|
2019
2286
|
label?: string | undefined;
|
|
2020
2287
|
placeholder?: string | undefined;
|
|
2021
2288
|
required?: boolean | undefined;
|
|
@@ -2024,227 +2291,320 @@ export type FieldCreateDocumentFieldsFieldMeta5$Outbound = {
|
|
|
2024
2291
|
text?: string | undefined;
|
|
2025
2292
|
characterLimit?: number | undefined;
|
|
2026
2293
|
fontSize?: number | undefined;
|
|
2294
|
+
textAlign?: string | undefined;
|
|
2027
2295
|
};
|
|
2028
2296
|
/** @internal */
|
|
2029
|
-
export declare const
|
|
2297
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTextResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaTextResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaTextResponse>;
|
|
2030
2298
|
/**
|
|
2031
2299
|
* @internal
|
|
2032
2300
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2033
2301
|
*/
|
|
2034
|
-
export declare namespace
|
|
2035
|
-
/** @deprecated use `
|
|
2036
|
-
const inboundSchema: z.ZodType<
|
|
2037
|
-
/** @deprecated use `
|
|
2038
|
-
const outboundSchema: z.ZodType<
|
|
2039
|
-
/** @deprecated use `
|
|
2040
|
-
type Outbound =
|
|
2302
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTextResponse$ {
|
|
2303
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTextResponse$inboundSchema` instead. */
|
|
2304
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaTextResponse, z.ZodTypeDef, unknown>;
|
|
2305
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTextResponse$outboundSchema` instead. */
|
|
2306
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaTextResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaTextResponse>;
|
|
2307
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTextResponse$Outbound` instead. */
|
|
2308
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaTextResponse$Outbound;
|
|
2041
2309
|
}
|
|
2042
|
-
export declare function
|
|
2043
|
-
export declare function
|
|
2310
|
+
export declare function fieldCreateDocumentFieldsFieldMetaTextResponseToJSON(fieldCreateDocumentFieldsFieldMetaTextResponse: FieldCreateDocumentFieldsFieldMetaTextResponse): string;
|
|
2311
|
+
export declare function fieldCreateDocumentFieldsFieldMetaTextResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaTextResponse, SDKValidationError>;
|
|
2044
2312
|
/** @internal */
|
|
2045
|
-
export declare const
|
|
2313
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeDate$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDate>;
|
|
2046
2314
|
/** @internal */
|
|
2047
|
-
export declare const
|
|
2315
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeDate$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeDate>;
|
|
2048
2316
|
/**
|
|
2049
2317
|
* @internal
|
|
2050
2318
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2051
2319
|
*/
|
|
2052
|
-
export declare namespace
|
|
2053
|
-
/** @deprecated use `
|
|
2320
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeDate$ {
|
|
2321
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeDate$inboundSchema` instead. */
|
|
2054
2322
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2055
2323
|
readonly Date: "date";
|
|
2056
2324
|
}>;
|
|
2057
|
-
/** @deprecated use `
|
|
2325
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeDate$outboundSchema` instead. */
|
|
2058
2326
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2059
2327
|
readonly Date: "date";
|
|
2060
2328
|
}>;
|
|
2061
2329
|
}
|
|
2062
2330
|
/** @internal */
|
|
2063
|
-
export declare const
|
|
2331
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse4$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse4>;
|
|
2332
|
+
/** @internal */
|
|
2333
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse4$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse4>;
|
|
2334
|
+
/**
|
|
2335
|
+
* @internal
|
|
2336
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2337
|
+
*/
|
|
2338
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignResponse4$ {
|
|
2339
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse4$inboundSchema` instead. */
|
|
2340
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2341
|
+
readonly Left: "left";
|
|
2342
|
+
readonly Center: "center";
|
|
2343
|
+
readonly Right: "right";
|
|
2344
|
+
}>;
|
|
2345
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse4$outboundSchema` instead. */
|
|
2346
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2347
|
+
readonly Left: "left";
|
|
2348
|
+
readonly Center: "center";
|
|
2349
|
+
readonly Right: "right";
|
|
2350
|
+
}>;
|
|
2351
|
+
}
|
|
2352
|
+
/** @internal */
|
|
2353
|
+
export declare const FieldCreateDocumentFieldsFieldMetaDateResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDateResponse, z.ZodTypeDef, unknown>;
|
|
2064
2354
|
/** @internal */
|
|
2065
|
-
export type
|
|
2355
|
+
export type FieldCreateDocumentFieldsFieldMetaDateResponse$Outbound = {
|
|
2066
2356
|
label?: string | undefined;
|
|
2067
2357
|
placeholder?: string | undefined;
|
|
2068
2358
|
required?: boolean | undefined;
|
|
2069
2359
|
readOnly?: boolean | undefined;
|
|
2070
2360
|
type: string;
|
|
2071
2361
|
fontSize?: number | undefined;
|
|
2362
|
+
textAlign?: string | undefined;
|
|
2072
2363
|
};
|
|
2073
2364
|
/** @internal */
|
|
2074
|
-
export declare const
|
|
2365
|
+
export declare const FieldCreateDocumentFieldsFieldMetaDateResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDateResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDateResponse>;
|
|
2075
2366
|
/**
|
|
2076
2367
|
* @internal
|
|
2077
2368
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2078
2369
|
*/
|
|
2079
|
-
export declare namespace
|
|
2080
|
-
/** @deprecated use `
|
|
2081
|
-
const inboundSchema: z.ZodType<
|
|
2082
|
-
/** @deprecated use `
|
|
2083
|
-
const outboundSchema: z.ZodType<
|
|
2084
|
-
/** @deprecated use `
|
|
2085
|
-
type Outbound =
|
|
2370
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaDateResponse$ {
|
|
2371
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDateResponse$inboundSchema` instead. */
|
|
2372
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDateResponse, z.ZodTypeDef, unknown>;
|
|
2373
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDateResponse$outboundSchema` instead. */
|
|
2374
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaDateResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaDateResponse>;
|
|
2375
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaDateResponse$Outbound` instead. */
|
|
2376
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaDateResponse$Outbound;
|
|
2086
2377
|
}
|
|
2087
|
-
export declare function
|
|
2088
|
-
export declare function
|
|
2378
|
+
export declare function fieldCreateDocumentFieldsFieldMetaDateResponseToJSON(fieldCreateDocumentFieldsFieldMetaDateResponse: FieldCreateDocumentFieldsFieldMetaDateResponse): string;
|
|
2379
|
+
export declare function fieldCreateDocumentFieldsFieldMetaDateResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaDateResponse, SDKValidationError>;
|
|
2089
2380
|
/** @internal */
|
|
2090
|
-
export declare const
|
|
2381
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeEmail$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeEmail>;
|
|
2091
2382
|
/** @internal */
|
|
2092
|
-
export declare const
|
|
2383
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeEmail$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeEmail>;
|
|
2093
2384
|
/**
|
|
2094
2385
|
* @internal
|
|
2095
2386
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2096
2387
|
*/
|
|
2097
|
-
export declare namespace
|
|
2098
|
-
/** @deprecated use `
|
|
2388
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeEmail$ {
|
|
2389
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeEmail$inboundSchema` instead. */
|
|
2099
2390
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2100
2391
|
readonly Email: "email";
|
|
2101
2392
|
}>;
|
|
2102
|
-
/** @deprecated use `
|
|
2393
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeEmail$outboundSchema` instead. */
|
|
2103
2394
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2104
2395
|
readonly Email: "email";
|
|
2105
2396
|
}>;
|
|
2106
2397
|
}
|
|
2107
2398
|
/** @internal */
|
|
2108
|
-
export declare const
|
|
2399
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse3$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse3>;
|
|
2400
|
+
/** @internal */
|
|
2401
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse3$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse3>;
|
|
2402
|
+
/**
|
|
2403
|
+
* @internal
|
|
2404
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2405
|
+
*/
|
|
2406
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignResponse3$ {
|
|
2407
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse3$inboundSchema` instead. */
|
|
2408
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2409
|
+
readonly Left: "left";
|
|
2410
|
+
readonly Center: "center";
|
|
2411
|
+
readonly Right: "right";
|
|
2412
|
+
}>;
|
|
2413
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse3$outboundSchema` instead. */
|
|
2414
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2415
|
+
readonly Left: "left";
|
|
2416
|
+
readonly Center: "center";
|
|
2417
|
+
readonly Right: "right";
|
|
2418
|
+
}>;
|
|
2419
|
+
}
|
|
2420
|
+
/** @internal */
|
|
2421
|
+
export declare const FieldCreateDocumentFieldsFieldMetaEmailResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaEmailResponse, z.ZodTypeDef, unknown>;
|
|
2109
2422
|
/** @internal */
|
|
2110
|
-
export type
|
|
2423
|
+
export type FieldCreateDocumentFieldsFieldMetaEmailResponse$Outbound = {
|
|
2111
2424
|
label?: string | undefined;
|
|
2112
2425
|
placeholder?: string | undefined;
|
|
2113
2426
|
required?: boolean | undefined;
|
|
2114
2427
|
readOnly?: boolean | undefined;
|
|
2115
2428
|
type: string;
|
|
2116
2429
|
fontSize?: number | undefined;
|
|
2430
|
+
textAlign?: string | undefined;
|
|
2117
2431
|
};
|
|
2118
2432
|
/** @internal */
|
|
2119
|
-
export declare const
|
|
2433
|
+
export declare const FieldCreateDocumentFieldsFieldMetaEmailResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaEmailResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaEmailResponse>;
|
|
2120
2434
|
/**
|
|
2121
2435
|
* @internal
|
|
2122
2436
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2123
2437
|
*/
|
|
2124
|
-
export declare namespace
|
|
2125
|
-
/** @deprecated use `
|
|
2126
|
-
const inboundSchema: z.ZodType<
|
|
2127
|
-
/** @deprecated use `
|
|
2128
|
-
const outboundSchema: z.ZodType<
|
|
2129
|
-
/** @deprecated use `
|
|
2130
|
-
type Outbound =
|
|
2438
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaEmailResponse$ {
|
|
2439
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaEmailResponse$inboundSchema` instead. */
|
|
2440
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaEmailResponse, z.ZodTypeDef, unknown>;
|
|
2441
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaEmailResponse$outboundSchema` instead. */
|
|
2442
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaEmailResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaEmailResponse>;
|
|
2443
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaEmailResponse$Outbound` instead. */
|
|
2444
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaEmailResponse$Outbound;
|
|
2131
2445
|
}
|
|
2132
|
-
export declare function
|
|
2133
|
-
export declare function
|
|
2446
|
+
export declare function fieldCreateDocumentFieldsFieldMetaEmailResponseToJSON(fieldCreateDocumentFieldsFieldMetaEmailResponse: FieldCreateDocumentFieldsFieldMetaEmailResponse): string;
|
|
2447
|
+
export declare function fieldCreateDocumentFieldsFieldMetaEmailResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaEmailResponse, SDKValidationError>;
|
|
2134
2448
|
/** @internal */
|
|
2135
|
-
export declare const
|
|
2449
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeName$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeName>;
|
|
2136
2450
|
/** @internal */
|
|
2137
|
-
export declare const
|
|
2451
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeName$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeName>;
|
|
2138
2452
|
/**
|
|
2139
2453
|
* @internal
|
|
2140
2454
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2141
2455
|
*/
|
|
2142
|
-
export declare namespace
|
|
2143
|
-
/** @deprecated use `
|
|
2456
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeName$ {
|
|
2457
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeName$inboundSchema` instead. */
|
|
2144
2458
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2145
2459
|
readonly Name: "name";
|
|
2146
2460
|
}>;
|
|
2147
|
-
/** @deprecated use `
|
|
2461
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeName$outboundSchema` instead. */
|
|
2148
2462
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2149
2463
|
readonly Name: "name";
|
|
2150
2464
|
}>;
|
|
2151
2465
|
}
|
|
2152
2466
|
/** @internal */
|
|
2153
|
-
export declare const
|
|
2467
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse2$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse2>;
|
|
2468
|
+
/** @internal */
|
|
2469
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse2$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse2>;
|
|
2470
|
+
/**
|
|
2471
|
+
* @internal
|
|
2472
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2473
|
+
*/
|
|
2474
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignResponse2$ {
|
|
2475
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse2$inboundSchema` instead. */
|
|
2476
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2477
|
+
readonly Left: "left";
|
|
2478
|
+
readonly Center: "center";
|
|
2479
|
+
readonly Right: "right";
|
|
2480
|
+
}>;
|
|
2481
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse2$outboundSchema` instead. */
|
|
2482
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2483
|
+
readonly Left: "left";
|
|
2484
|
+
readonly Center: "center";
|
|
2485
|
+
readonly Right: "right";
|
|
2486
|
+
}>;
|
|
2487
|
+
}
|
|
2488
|
+
/** @internal */
|
|
2489
|
+
export declare const FieldCreateDocumentFieldsFieldMetaNameResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNameResponse, z.ZodTypeDef, unknown>;
|
|
2154
2490
|
/** @internal */
|
|
2155
|
-
export type
|
|
2491
|
+
export type FieldCreateDocumentFieldsFieldMetaNameResponse$Outbound = {
|
|
2156
2492
|
label?: string | undefined;
|
|
2157
2493
|
placeholder?: string | undefined;
|
|
2158
2494
|
required?: boolean | undefined;
|
|
2159
2495
|
readOnly?: boolean | undefined;
|
|
2160
2496
|
type: string;
|
|
2161
2497
|
fontSize?: number | undefined;
|
|
2498
|
+
textAlign?: string | undefined;
|
|
2162
2499
|
};
|
|
2163
2500
|
/** @internal */
|
|
2164
|
-
export declare const
|
|
2501
|
+
export declare const FieldCreateDocumentFieldsFieldMetaNameResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNameResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaNameResponse>;
|
|
2165
2502
|
/**
|
|
2166
2503
|
* @internal
|
|
2167
2504
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2168
2505
|
*/
|
|
2169
|
-
export declare namespace
|
|
2170
|
-
/** @deprecated use `
|
|
2171
|
-
const inboundSchema: z.ZodType<
|
|
2172
|
-
/** @deprecated use `
|
|
2173
|
-
const outboundSchema: z.ZodType<
|
|
2174
|
-
/** @deprecated use `
|
|
2175
|
-
type Outbound =
|
|
2506
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaNameResponse$ {
|
|
2507
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNameResponse$inboundSchema` instead. */
|
|
2508
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNameResponse, z.ZodTypeDef, unknown>;
|
|
2509
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNameResponse$outboundSchema` instead. */
|
|
2510
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaNameResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaNameResponse>;
|
|
2511
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaNameResponse$Outbound` instead. */
|
|
2512
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaNameResponse$Outbound;
|
|
2176
2513
|
}
|
|
2177
|
-
export declare function
|
|
2178
|
-
export declare function
|
|
2514
|
+
export declare function fieldCreateDocumentFieldsFieldMetaNameResponseToJSON(fieldCreateDocumentFieldsFieldMetaNameResponse: FieldCreateDocumentFieldsFieldMetaNameResponse): string;
|
|
2515
|
+
export declare function fieldCreateDocumentFieldsFieldMetaNameResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaNameResponse, SDKValidationError>;
|
|
2179
2516
|
/** @internal */
|
|
2180
|
-
export declare const
|
|
2517
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeInitials$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeInitials>;
|
|
2181
2518
|
/** @internal */
|
|
2182
|
-
export declare const
|
|
2519
|
+
export declare const FieldCreateDocumentFieldsFieldMetaTypeInitials$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsFieldMetaTypeInitials>;
|
|
2183
2520
|
/**
|
|
2184
2521
|
* @internal
|
|
2185
2522
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2186
2523
|
*/
|
|
2187
|
-
export declare namespace
|
|
2188
|
-
/** @deprecated use `
|
|
2524
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaTypeInitials$ {
|
|
2525
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeInitials$inboundSchema` instead. */
|
|
2189
2526
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2190
2527
|
readonly Initials: "initials";
|
|
2191
2528
|
}>;
|
|
2192
|
-
/** @deprecated use `
|
|
2529
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaTypeInitials$outboundSchema` instead. */
|
|
2193
2530
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2194
2531
|
readonly Initials: "initials";
|
|
2195
2532
|
}>;
|
|
2196
2533
|
}
|
|
2197
2534
|
/** @internal */
|
|
2198
|
-
export declare const
|
|
2535
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse1$inboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse1>;
|
|
2536
|
+
/** @internal */
|
|
2537
|
+
export declare const FieldCreateDocumentFieldsTextAlignResponse1$outboundSchema: z.ZodNativeEnum<typeof FieldCreateDocumentFieldsTextAlignResponse1>;
|
|
2538
|
+
/**
|
|
2539
|
+
* @internal
|
|
2540
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2541
|
+
*/
|
|
2542
|
+
export declare namespace FieldCreateDocumentFieldsTextAlignResponse1$ {
|
|
2543
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse1$inboundSchema` instead. */
|
|
2544
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2545
|
+
readonly Left: "left";
|
|
2546
|
+
readonly Center: "center";
|
|
2547
|
+
readonly Right: "right";
|
|
2548
|
+
}>;
|
|
2549
|
+
/** @deprecated use `FieldCreateDocumentFieldsTextAlignResponse1$outboundSchema` instead. */
|
|
2550
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2551
|
+
readonly Left: "left";
|
|
2552
|
+
readonly Center: "center";
|
|
2553
|
+
readonly Right: "right";
|
|
2554
|
+
}>;
|
|
2555
|
+
}
|
|
2556
|
+
/** @internal */
|
|
2557
|
+
export declare const FieldCreateDocumentFieldsFieldMetaInitialsResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaInitialsResponse, z.ZodTypeDef, unknown>;
|
|
2199
2558
|
/** @internal */
|
|
2200
|
-
export type
|
|
2559
|
+
export type FieldCreateDocumentFieldsFieldMetaInitialsResponse$Outbound = {
|
|
2201
2560
|
label?: string | undefined;
|
|
2202
2561
|
placeholder?: string | undefined;
|
|
2203
2562
|
required?: boolean | undefined;
|
|
2204
2563
|
readOnly?: boolean | undefined;
|
|
2205
2564
|
type: string;
|
|
2206
2565
|
fontSize?: number | undefined;
|
|
2566
|
+
textAlign?: string | undefined;
|
|
2207
2567
|
};
|
|
2208
2568
|
/** @internal */
|
|
2209
|
-
export declare const
|
|
2569
|
+
export declare const FieldCreateDocumentFieldsFieldMetaInitialsResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaInitialsResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaInitialsResponse>;
|
|
2210
2570
|
/**
|
|
2211
2571
|
* @internal
|
|
2212
2572
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2213
2573
|
*/
|
|
2214
|
-
export declare namespace
|
|
2215
|
-
/** @deprecated use `
|
|
2216
|
-
const inboundSchema: z.ZodType<
|
|
2217
|
-
/** @deprecated use `
|
|
2218
|
-
const outboundSchema: z.ZodType<
|
|
2219
|
-
/** @deprecated use `
|
|
2220
|
-
type Outbound =
|
|
2574
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaInitialsResponse$ {
|
|
2575
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaInitialsResponse$inboundSchema` instead. */
|
|
2576
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaInitialsResponse, z.ZodTypeDef, unknown>;
|
|
2577
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaInitialsResponse$outboundSchema` instead. */
|
|
2578
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaInitialsResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaInitialsResponse>;
|
|
2579
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaInitialsResponse$Outbound` instead. */
|
|
2580
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaInitialsResponse$Outbound;
|
|
2221
2581
|
}
|
|
2222
|
-
export declare function
|
|
2223
|
-
export declare function
|
|
2582
|
+
export declare function fieldCreateDocumentFieldsFieldMetaInitialsResponseToJSON(fieldCreateDocumentFieldsFieldMetaInitialsResponse: FieldCreateDocumentFieldsFieldMetaInitialsResponse): string;
|
|
2583
|
+
export declare function fieldCreateDocumentFieldsFieldMetaInitialsResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaInitialsResponse, SDKValidationError>;
|
|
2224
2584
|
/** @internal */
|
|
2225
|
-
export declare const
|
|
2585
|
+
export declare const FieldCreateDocumentFieldsFieldMetaUnion$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaUnion, z.ZodTypeDef, unknown>;
|
|
2226
2586
|
/** @internal */
|
|
2227
|
-
export type
|
|
2587
|
+
export type FieldCreateDocumentFieldsFieldMetaUnion$Outbound = FieldCreateDocumentFieldsFieldMetaRadioResponse$Outbound | FieldCreateDocumentFieldsFieldMetaInitialsResponse$Outbound | FieldCreateDocumentFieldsFieldMetaNameResponse$Outbound | FieldCreateDocumentFieldsFieldMetaEmailResponse$Outbound | FieldCreateDocumentFieldsFieldMetaDateResponse$Outbound | FieldCreateDocumentFieldsFieldMetaDropdownResponse$Outbound | FieldCreateDocumentFieldsFieldMetaCheckboxResponse$Outbound | FieldCreateDocumentFieldsFieldMetaTextResponse$Outbound | FieldCreateDocumentFieldsFieldMetaNumberResponse$Outbound;
|
|
2228
2588
|
/** @internal */
|
|
2229
|
-
export declare const
|
|
2589
|
+
export declare const FieldCreateDocumentFieldsFieldMetaUnion$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaUnion$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaUnion>;
|
|
2230
2590
|
/**
|
|
2231
2591
|
* @internal
|
|
2232
2592
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2233
2593
|
*/
|
|
2234
|
-
export declare namespace
|
|
2235
|
-
/** @deprecated use `
|
|
2236
|
-
const inboundSchema: z.ZodType<
|
|
2237
|
-
/** @deprecated use `
|
|
2238
|
-
const outboundSchema: z.ZodType<
|
|
2239
|
-
/** @deprecated use `
|
|
2240
|
-
type Outbound =
|
|
2594
|
+
export declare namespace FieldCreateDocumentFieldsFieldMetaUnion$ {
|
|
2595
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaUnion$inboundSchema` instead. */
|
|
2596
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaUnion, z.ZodTypeDef, unknown>;
|
|
2597
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaUnion$outboundSchema` instead. */
|
|
2598
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldMetaUnion$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldMetaUnion>;
|
|
2599
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldMetaUnion$Outbound` instead. */
|
|
2600
|
+
type Outbound = FieldCreateDocumentFieldsFieldMetaUnion$Outbound;
|
|
2241
2601
|
}
|
|
2242
|
-
export declare function
|
|
2243
|
-
export declare function
|
|
2602
|
+
export declare function fieldCreateDocumentFieldsFieldMetaUnionToJSON(fieldCreateDocumentFieldsFieldMetaUnion: FieldCreateDocumentFieldsFieldMetaUnion): string;
|
|
2603
|
+
export declare function fieldCreateDocumentFieldsFieldMetaUnionFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldMetaUnion, SDKValidationError>;
|
|
2244
2604
|
/** @internal */
|
|
2245
|
-
export declare const
|
|
2605
|
+
export declare const FieldCreateDocumentFieldsFieldResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldResponse, z.ZodTypeDef, unknown>;
|
|
2246
2606
|
/** @internal */
|
|
2247
|
-
export type
|
|
2607
|
+
export type FieldCreateDocumentFieldsFieldResponse$Outbound = {
|
|
2248
2608
|
type: string;
|
|
2249
2609
|
id: number;
|
|
2250
2610
|
secondaryId: string;
|
|
@@ -2258,44 +2618,44 @@ export type FieldCreateDocumentFieldsDocumentsFieldsFields$Outbound = {
|
|
|
2258
2618
|
height?: any | undefined;
|
|
2259
2619
|
customText: string;
|
|
2260
2620
|
inserted: boolean;
|
|
2261
|
-
fieldMeta:
|
|
2621
|
+
fieldMeta: FieldCreateDocumentFieldsFieldMetaRadioResponse$Outbound | FieldCreateDocumentFieldsFieldMetaInitialsResponse$Outbound | FieldCreateDocumentFieldsFieldMetaNameResponse$Outbound | FieldCreateDocumentFieldsFieldMetaEmailResponse$Outbound | FieldCreateDocumentFieldsFieldMetaDateResponse$Outbound | FieldCreateDocumentFieldsFieldMetaDropdownResponse$Outbound | FieldCreateDocumentFieldsFieldMetaCheckboxResponse$Outbound | FieldCreateDocumentFieldsFieldMetaTextResponse$Outbound | FieldCreateDocumentFieldsFieldMetaNumberResponse$Outbound | null;
|
|
2262
2622
|
};
|
|
2263
2623
|
/** @internal */
|
|
2264
|
-
export declare const
|
|
2624
|
+
export declare const FieldCreateDocumentFieldsFieldResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldResponse>;
|
|
2265
2625
|
/**
|
|
2266
2626
|
* @internal
|
|
2267
2627
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2268
2628
|
*/
|
|
2269
|
-
export declare namespace
|
|
2270
|
-
/** @deprecated use `
|
|
2271
|
-
const inboundSchema: z.ZodType<
|
|
2272
|
-
/** @deprecated use `
|
|
2273
|
-
const outboundSchema: z.ZodType<
|
|
2274
|
-
/** @deprecated use `
|
|
2275
|
-
type Outbound =
|
|
2629
|
+
export declare namespace FieldCreateDocumentFieldsFieldResponse$ {
|
|
2630
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldResponse$inboundSchema` instead. */
|
|
2631
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldResponse, z.ZodTypeDef, unknown>;
|
|
2632
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldResponse$outboundSchema` instead. */
|
|
2633
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsFieldResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsFieldResponse>;
|
|
2634
|
+
/** @deprecated use `FieldCreateDocumentFieldsFieldResponse$Outbound` instead. */
|
|
2635
|
+
type Outbound = FieldCreateDocumentFieldsFieldResponse$Outbound;
|
|
2276
2636
|
}
|
|
2277
|
-
export declare function
|
|
2278
|
-
export declare function
|
|
2637
|
+
export declare function fieldCreateDocumentFieldsFieldResponseToJSON(fieldCreateDocumentFieldsFieldResponse: FieldCreateDocumentFieldsFieldResponse): string;
|
|
2638
|
+
export declare function fieldCreateDocumentFieldsFieldResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsFieldResponse, SDKValidationError>;
|
|
2279
2639
|
/** @internal */
|
|
2280
|
-
export declare const
|
|
2640
|
+
export declare const FieldCreateDocumentFieldsResponse$inboundSchema: z.ZodType<FieldCreateDocumentFieldsResponse, z.ZodTypeDef, unknown>;
|
|
2281
2641
|
/** @internal */
|
|
2282
|
-
export type
|
|
2283
|
-
fields: Array<
|
|
2642
|
+
export type FieldCreateDocumentFieldsResponse$Outbound = {
|
|
2643
|
+
fields: Array<FieldCreateDocumentFieldsFieldResponse$Outbound>;
|
|
2284
2644
|
};
|
|
2285
2645
|
/** @internal */
|
|
2286
|
-
export declare const
|
|
2646
|
+
export declare const FieldCreateDocumentFieldsResponse$outboundSchema: z.ZodType<FieldCreateDocumentFieldsResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsResponse>;
|
|
2287
2647
|
/**
|
|
2288
2648
|
* @internal
|
|
2289
2649
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2290
2650
|
*/
|
|
2291
|
-
export declare namespace
|
|
2292
|
-
/** @deprecated use `
|
|
2293
|
-
const inboundSchema: z.ZodType<
|
|
2294
|
-
/** @deprecated use `
|
|
2295
|
-
const outboundSchema: z.ZodType<
|
|
2296
|
-
/** @deprecated use `
|
|
2297
|
-
type Outbound =
|
|
2651
|
+
export declare namespace FieldCreateDocumentFieldsResponse$ {
|
|
2652
|
+
/** @deprecated use `FieldCreateDocumentFieldsResponse$inboundSchema` instead. */
|
|
2653
|
+
const inboundSchema: z.ZodType<FieldCreateDocumentFieldsResponse, z.ZodTypeDef, unknown>;
|
|
2654
|
+
/** @deprecated use `FieldCreateDocumentFieldsResponse$outboundSchema` instead. */
|
|
2655
|
+
const outboundSchema: z.ZodType<FieldCreateDocumentFieldsResponse$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldsResponse>;
|
|
2656
|
+
/** @deprecated use `FieldCreateDocumentFieldsResponse$Outbound` instead. */
|
|
2657
|
+
type Outbound = FieldCreateDocumentFieldsResponse$Outbound;
|
|
2298
2658
|
}
|
|
2299
|
-
export declare function
|
|
2300
|
-
export declare function
|
|
2659
|
+
export declare function fieldCreateDocumentFieldsResponseToJSON(fieldCreateDocumentFieldsResponse: FieldCreateDocumentFieldsResponse): string;
|
|
2660
|
+
export declare function fieldCreateDocumentFieldsResponseFromJSON(jsonString: string): SafeParseResult<FieldCreateDocumentFieldsResponse, SDKValidationError>;
|
|
2301
2661
|
//# sourceMappingURL=fieldcreatedocumentfields.d.ts.map
|