@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
|
@@ -8,33 +8,34 @@ import { ClosedEnum } from "../../types/enums.js";
|
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
|
-
export const
|
|
11
|
+
export const RecipientUpdateTemplateRecipientsRoleRequestBody = {
|
|
12
12
|
Cc: "CC",
|
|
13
13
|
Signer: "SIGNER",
|
|
14
14
|
Viewer: "VIEWER",
|
|
15
15
|
Approver: "APPROVER",
|
|
16
|
+
Assistant: "ASSISTANT",
|
|
16
17
|
} as const;
|
|
17
|
-
export type
|
|
18
|
-
typeof
|
|
18
|
+
export type RecipientUpdateTemplateRecipientsRoleRequestBody = ClosedEnum<
|
|
19
|
+
typeof RecipientUpdateTemplateRecipientsRoleRequestBody
|
|
19
20
|
>;
|
|
20
21
|
|
|
21
22
|
/**
|
|
22
23
|
* The type of authentication required for the recipient to access the document.
|
|
23
24
|
*/
|
|
24
|
-
export const
|
|
25
|
+
export const RecipientUpdateTemplateRecipientsAccessAuthRequestBody = {
|
|
25
26
|
Account: "ACCOUNT",
|
|
26
27
|
} as const;
|
|
27
28
|
/**
|
|
28
29
|
* The type of authentication required for the recipient to access the document.
|
|
29
30
|
*/
|
|
30
|
-
export type
|
|
31
|
-
typeof
|
|
31
|
+
export type RecipientUpdateTemplateRecipientsAccessAuthRequestBody = ClosedEnum<
|
|
32
|
+
typeof RecipientUpdateTemplateRecipientsAccessAuthRequestBody
|
|
32
33
|
>;
|
|
33
34
|
|
|
34
35
|
/**
|
|
35
36
|
* The type of authentication required for the recipient to sign the document.
|
|
36
37
|
*/
|
|
37
|
-
export const
|
|
38
|
+
export const RecipientUpdateTemplateRecipientsActionAuthRequestBody = {
|
|
38
39
|
Account: "ACCOUNT",
|
|
39
40
|
Passkey: "PASSKEY",
|
|
40
41
|
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
@@ -43,42 +44,50 @@ export const RecipientUpdateTemplateRecipientsActionAuth = {
|
|
|
43
44
|
/**
|
|
44
45
|
* The type of authentication required for the recipient to sign the document.
|
|
45
46
|
*/
|
|
46
|
-
export type
|
|
47
|
-
typeof
|
|
47
|
+
export type RecipientUpdateTemplateRecipientsActionAuthRequestBody = ClosedEnum<
|
|
48
|
+
typeof RecipientUpdateTemplateRecipientsActionAuthRequestBody
|
|
48
49
|
>;
|
|
49
50
|
|
|
50
|
-
export type
|
|
51
|
+
export type RecipientUpdateTemplateRecipientsRecipientRequestBody = {
|
|
51
52
|
/**
|
|
52
53
|
* The ID of the recipient to update.
|
|
53
54
|
*/
|
|
54
55
|
id: number;
|
|
55
56
|
email?: string | undefined;
|
|
56
57
|
name?: string | undefined;
|
|
57
|
-
role?:
|
|
58
|
+
role?: RecipientUpdateTemplateRecipientsRoleRequestBody | undefined;
|
|
58
59
|
signingOrder?: number | undefined;
|
|
59
60
|
/**
|
|
60
61
|
* The type of authentication required for the recipient to access the document.
|
|
61
62
|
*/
|
|
62
|
-
accessAuth?:
|
|
63
|
+
accessAuth?:
|
|
64
|
+
| RecipientUpdateTemplateRecipientsAccessAuthRequestBody
|
|
65
|
+
| null
|
|
66
|
+
| undefined;
|
|
63
67
|
/**
|
|
64
68
|
* The type of authentication required for the recipient to sign the document.
|
|
65
69
|
*/
|
|
66
|
-
actionAuth?:
|
|
70
|
+
actionAuth?:
|
|
71
|
+
| RecipientUpdateTemplateRecipientsActionAuthRequestBody
|
|
72
|
+
| null
|
|
73
|
+
| undefined;
|
|
67
74
|
};
|
|
68
75
|
|
|
69
|
-
export type
|
|
76
|
+
export type RecipientUpdateTemplateRecipientsRequest = {
|
|
70
77
|
templateId: number;
|
|
71
|
-
recipients: Array<
|
|
78
|
+
recipients: Array<RecipientUpdateTemplateRecipientsRecipientRequestBody>;
|
|
72
79
|
};
|
|
73
80
|
|
|
74
|
-
export const
|
|
81
|
+
export const RecipientUpdateTemplateRecipientsRoleResponse = {
|
|
75
82
|
Cc: "CC",
|
|
76
83
|
Signer: "SIGNER",
|
|
77
84
|
Viewer: "VIEWER",
|
|
78
85
|
Approver: "APPROVER",
|
|
86
|
+
Assistant: "ASSISTANT",
|
|
79
87
|
} as const;
|
|
80
|
-
export type
|
|
81
|
-
|
|
88
|
+
export type RecipientUpdateTemplateRecipientsRoleResponse = ClosedEnum<
|
|
89
|
+
typeof RecipientUpdateTemplateRecipientsRoleResponse
|
|
90
|
+
>;
|
|
82
91
|
|
|
83
92
|
export const RecipientUpdateTemplateRecipientsReadStatus = {
|
|
84
93
|
NotOpened: "NOT_OPENED",
|
|
@@ -108,21 +117,20 @@ export type RecipientUpdateTemplateRecipientsSendStatus = ClosedEnum<
|
|
|
108
117
|
/**
|
|
109
118
|
* The type of authentication required for the recipient to access the document.
|
|
110
119
|
*/
|
|
111
|
-
export const
|
|
120
|
+
export const RecipientUpdateTemplateRecipientsAccessAuthResponse = {
|
|
112
121
|
Account: "ACCOUNT",
|
|
113
122
|
} as const;
|
|
114
123
|
/**
|
|
115
124
|
* The type of authentication required for the recipient to access the document.
|
|
116
125
|
*/
|
|
117
|
-
export type
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
>;
|
|
126
|
+
export type RecipientUpdateTemplateRecipientsAccessAuthResponse = ClosedEnum<
|
|
127
|
+
typeof RecipientUpdateTemplateRecipientsAccessAuthResponse
|
|
128
|
+
>;
|
|
121
129
|
|
|
122
130
|
/**
|
|
123
131
|
* The type of authentication required for the recipient to sign the document.
|
|
124
132
|
*/
|
|
125
|
-
export const
|
|
133
|
+
export const RecipientUpdateTemplateRecipientsActionAuthResponse = {
|
|
126
134
|
Account: "ACCOUNT",
|
|
127
135
|
Passkey: "PASSKEY",
|
|
128
136
|
TwoFactorAuth: "TWO_FACTOR_AUTH",
|
|
@@ -131,24 +139,19 @@ export const RecipientUpdateTemplateRecipientsTemplatesRecipientsActionAuth = {
|
|
|
131
139
|
/**
|
|
132
140
|
* The type of authentication required for the recipient to sign the document.
|
|
133
141
|
*/
|
|
134
|
-
export type
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
>;
|
|
142
|
+
export type RecipientUpdateTemplateRecipientsActionAuthResponse = ClosedEnum<
|
|
143
|
+
typeof RecipientUpdateTemplateRecipientsActionAuthResponse
|
|
144
|
+
>;
|
|
138
145
|
|
|
139
146
|
export type RecipientUpdateTemplateRecipientsAuthOptions = {
|
|
140
147
|
/**
|
|
141
148
|
* The type of authentication required for the recipient to access the document.
|
|
142
149
|
*/
|
|
143
|
-
accessAuth:
|
|
144
|
-
| RecipientUpdateTemplateRecipientsTemplatesRecipientsAccessAuth
|
|
145
|
-
| null;
|
|
150
|
+
accessAuth: RecipientUpdateTemplateRecipientsAccessAuthResponse | null;
|
|
146
151
|
/**
|
|
147
152
|
* The type of authentication required for the recipient to sign the document.
|
|
148
153
|
*/
|
|
149
|
-
actionAuth:
|
|
150
|
-
| RecipientUpdateTemplateRecipientsTemplatesRecipientsActionAuth
|
|
151
|
-
| null;
|
|
154
|
+
actionAuth: RecipientUpdateTemplateRecipientsActionAuthResponse | null;
|
|
152
155
|
};
|
|
153
156
|
|
|
154
157
|
export const RecipientUpdateTemplateRecipientsType = {
|
|
@@ -168,218 +171,247 @@ export type RecipientUpdateTemplateRecipientsType = ClosedEnum<
|
|
|
168
171
|
typeof RecipientUpdateTemplateRecipientsType
|
|
169
172
|
>;
|
|
170
173
|
|
|
171
|
-
export const
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
typeof RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFields9Type
|
|
178
|
-
>;
|
|
174
|
+
export const RecipientUpdateTemplateRecipientsTypeDropdown = {
|
|
175
|
+
Dropdown: "dropdown",
|
|
176
|
+
} as const;
|
|
177
|
+
export type RecipientUpdateTemplateRecipientsTypeDropdown = ClosedEnum<
|
|
178
|
+
typeof RecipientUpdateTemplateRecipientsTypeDropdown
|
|
179
|
+
>;
|
|
179
180
|
|
|
180
|
-
export type
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
};
|
|
181
|
+
export type RecipientUpdateTemplateRecipientsValue3 = {
|
|
182
|
+
value: string;
|
|
183
|
+
};
|
|
184
184
|
|
|
185
|
-
export type
|
|
185
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaDropdown = {
|
|
186
186
|
label?: string | undefined;
|
|
187
187
|
placeholder?: string | undefined;
|
|
188
188
|
required?: boolean | undefined;
|
|
189
189
|
readOnly?: boolean | undefined;
|
|
190
|
-
type:
|
|
191
|
-
|
|
192
|
-
values?:
|
|
193
|
-
| Array<
|
|
194
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseValues
|
|
195
|
-
>
|
|
196
|
-
| undefined;
|
|
190
|
+
type: RecipientUpdateTemplateRecipientsTypeDropdown;
|
|
191
|
+
values?: Array<RecipientUpdateTemplateRecipientsValue3> | undefined;
|
|
197
192
|
defaultValue?: string | undefined;
|
|
198
193
|
};
|
|
199
194
|
|
|
200
|
-
export const
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
typeof RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFieldsType
|
|
207
|
-
>;
|
|
195
|
+
export const RecipientUpdateTemplateRecipientsTypeCheckbox = {
|
|
196
|
+
Checkbox: "checkbox",
|
|
197
|
+
} as const;
|
|
198
|
+
export type RecipientUpdateTemplateRecipientsTypeCheckbox = ClosedEnum<
|
|
199
|
+
typeof RecipientUpdateTemplateRecipientsTypeCheckbox
|
|
200
|
+
>;
|
|
208
201
|
|
|
209
|
-
export type
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
};
|
|
202
|
+
export type RecipientUpdateTemplateRecipientsValue2 = {
|
|
203
|
+
id: number;
|
|
204
|
+
checked: boolean;
|
|
205
|
+
value: string;
|
|
206
|
+
};
|
|
215
207
|
|
|
216
|
-
export type
|
|
208
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaCheckbox = {
|
|
217
209
|
label?: string | undefined;
|
|
218
210
|
placeholder?: string | undefined;
|
|
219
211
|
required?: boolean | undefined;
|
|
220
212
|
readOnly?: boolean | undefined;
|
|
221
|
-
type:
|
|
222
|
-
|
|
223
|
-
values?:
|
|
224
|
-
| Array<RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsValues>
|
|
225
|
-
| undefined;
|
|
213
|
+
type: RecipientUpdateTemplateRecipientsTypeCheckbox;
|
|
214
|
+
values?: Array<RecipientUpdateTemplateRecipientsValue2> | undefined;
|
|
226
215
|
validationRule?: string | undefined;
|
|
227
216
|
validationLength?: number | undefined;
|
|
228
217
|
};
|
|
229
218
|
|
|
230
|
-
export const
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
typeof RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsType
|
|
237
|
-
>;
|
|
219
|
+
export const RecipientUpdateTemplateRecipientsTypeRadio = {
|
|
220
|
+
Radio: "radio",
|
|
221
|
+
} as const;
|
|
222
|
+
export type RecipientUpdateTemplateRecipientsTypeRadio = ClosedEnum<
|
|
223
|
+
typeof RecipientUpdateTemplateRecipientsTypeRadio
|
|
224
|
+
>;
|
|
238
225
|
|
|
239
|
-
export type
|
|
226
|
+
export type RecipientUpdateTemplateRecipientsValue1 = {
|
|
240
227
|
id: number;
|
|
241
228
|
checked: boolean;
|
|
242
229
|
value: string;
|
|
243
230
|
};
|
|
244
231
|
|
|
245
|
-
export type
|
|
232
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaRadio = {
|
|
246
233
|
label?: string | undefined;
|
|
247
234
|
placeholder?: string | undefined;
|
|
248
235
|
required?: boolean | undefined;
|
|
249
236
|
readOnly?: boolean | undefined;
|
|
250
|
-
type:
|
|
251
|
-
|
|
252
|
-
values?: Array<RecipientUpdateTemplateRecipientsFieldMetaValues> | undefined;
|
|
237
|
+
type: RecipientUpdateTemplateRecipientsTypeRadio;
|
|
238
|
+
values?: Array<RecipientUpdateTemplateRecipientsValue1> | undefined;
|
|
253
239
|
};
|
|
254
240
|
|
|
255
|
-
export const
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
241
|
+
export const RecipientUpdateTemplateRecipientsTypeNumber = {
|
|
242
|
+
Number: "number",
|
|
243
|
+
} as const;
|
|
244
|
+
export type RecipientUpdateTemplateRecipientsTypeNumber = ClosedEnum<
|
|
245
|
+
typeof RecipientUpdateTemplateRecipientsTypeNumber
|
|
246
|
+
>;
|
|
247
|
+
|
|
248
|
+
export const RecipientUpdateTemplateRecipientsTextAlign6 = {
|
|
249
|
+
Left: "left",
|
|
250
|
+
Center: "center",
|
|
251
|
+
Right: "right",
|
|
252
|
+
} as const;
|
|
253
|
+
export type RecipientUpdateTemplateRecipientsTextAlign6 = ClosedEnum<
|
|
254
|
+
typeof RecipientUpdateTemplateRecipientsTextAlign6
|
|
255
|
+
>;
|
|
263
256
|
|
|
264
|
-
export type
|
|
257
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaNumber = {
|
|
265
258
|
label?: string | undefined;
|
|
266
259
|
placeholder?: string | undefined;
|
|
267
260
|
required?: boolean | undefined;
|
|
268
261
|
readOnly?: boolean | undefined;
|
|
269
|
-
type:
|
|
270
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType;
|
|
262
|
+
type: RecipientUpdateTemplateRecipientsTypeNumber;
|
|
271
263
|
numberFormat?: string | undefined;
|
|
272
264
|
value?: string | undefined;
|
|
273
265
|
minValue?: number | undefined;
|
|
274
266
|
maxValue?: number | undefined;
|
|
275
267
|
fontSize?: number | undefined;
|
|
268
|
+
textAlign?: RecipientUpdateTemplateRecipientsTextAlign6 | undefined;
|
|
276
269
|
};
|
|
277
270
|
|
|
278
|
-
export const
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
271
|
+
export const RecipientUpdateTemplateRecipientsTypeText = {
|
|
272
|
+
Text: "text",
|
|
273
|
+
} as const;
|
|
274
|
+
export type RecipientUpdateTemplateRecipientsTypeText = ClosedEnum<
|
|
275
|
+
typeof RecipientUpdateTemplateRecipientsTypeText
|
|
276
|
+
>;
|
|
277
|
+
|
|
278
|
+
export const RecipientUpdateTemplateRecipientsTextAlign5 = {
|
|
279
|
+
Left: "left",
|
|
280
|
+
Center: "center",
|
|
281
|
+
Right: "right",
|
|
282
|
+
} as const;
|
|
283
|
+
export type RecipientUpdateTemplateRecipientsTextAlign5 = ClosedEnum<
|
|
284
|
+
typeof RecipientUpdateTemplateRecipientsTextAlign5
|
|
285
|
+
>;
|
|
286
286
|
|
|
287
|
-
export type
|
|
287
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaText = {
|
|
288
288
|
label?: string | undefined;
|
|
289
289
|
placeholder?: string | undefined;
|
|
290
290
|
required?: boolean | undefined;
|
|
291
291
|
readOnly?: boolean | undefined;
|
|
292
|
-
type:
|
|
293
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONType;
|
|
292
|
+
type: RecipientUpdateTemplateRecipientsTypeText;
|
|
294
293
|
text?: string | undefined;
|
|
295
294
|
characterLimit?: number | undefined;
|
|
296
295
|
fontSize?: number | undefined;
|
|
296
|
+
textAlign?: RecipientUpdateTemplateRecipientsTextAlign5 | undefined;
|
|
297
297
|
};
|
|
298
298
|
|
|
299
|
-
export const
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
299
|
+
export const RecipientUpdateTemplateRecipientsTypeDate = {
|
|
300
|
+
Date: "date",
|
|
301
|
+
} as const;
|
|
302
|
+
export type RecipientUpdateTemplateRecipientsTypeDate = ClosedEnum<
|
|
303
|
+
typeof RecipientUpdateTemplateRecipientsTypeDate
|
|
304
|
+
>;
|
|
305
|
+
|
|
306
|
+
export const RecipientUpdateTemplateRecipientsTextAlign4 = {
|
|
307
|
+
Left: "left",
|
|
308
|
+
Center: "center",
|
|
309
|
+
Right: "right",
|
|
310
|
+
} as const;
|
|
311
|
+
export type RecipientUpdateTemplateRecipientsTextAlign4 = ClosedEnum<
|
|
312
|
+
typeof RecipientUpdateTemplateRecipientsTextAlign4
|
|
313
|
+
>;
|
|
307
314
|
|
|
308
|
-
export type
|
|
315
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaDate = {
|
|
309
316
|
label?: string | undefined;
|
|
310
317
|
placeholder?: string | undefined;
|
|
311
318
|
required?: boolean | undefined;
|
|
312
319
|
readOnly?: boolean | undefined;
|
|
313
|
-
type:
|
|
314
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200Type;
|
|
320
|
+
type: RecipientUpdateTemplateRecipientsTypeDate;
|
|
315
321
|
fontSize?: number | undefined;
|
|
322
|
+
textAlign?: RecipientUpdateTemplateRecipientsTextAlign4 | undefined;
|
|
316
323
|
};
|
|
317
324
|
|
|
318
|
-
export const
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
typeof RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseType
|
|
325
|
-
>;
|
|
325
|
+
export const RecipientUpdateTemplateRecipientsTypeEmail = {
|
|
326
|
+
Email: "email",
|
|
327
|
+
} as const;
|
|
328
|
+
export type RecipientUpdateTemplateRecipientsTypeEmail = ClosedEnum<
|
|
329
|
+
typeof RecipientUpdateTemplateRecipientsTypeEmail
|
|
330
|
+
>;
|
|
326
331
|
|
|
327
|
-
export
|
|
332
|
+
export const RecipientUpdateTemplateRecipientsTextAlign3 = {
|
|
333
|
+
Left: "left",
|
|
334
|
+
Center: "center",
|
|
335
|
+
Right: "right",
|
|
336
|
+
} as const;
|
|
337
|
+
export type RecipientUpdateTemplateRecipientsTextAlign3 = ClosedEnum<
|
|
338
|
+
typeof RecipientUpdateTemplateRecipientsTextAlign3
|
|
339
|
+
>;
|
|
340
|
+
|
|
341
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaEmail = {
|
|
328
342
|
label?: string | undefined;
|
|
329
343
|
placeholder?: string | undefined;
|
|
330
344
|
required?: boolean | undefined;
|
|
331
345
|
readOnly?: boolean | undefined;
|
|
332
|
-
type:
|
|
333
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseType;
|
|
346
|
+
type: RecipientUpdateTemplateRecipientsTypeEmail;
|
|
334
347
|
fontSize?: number | undefined;
|
|
348
|
+
textAlign?: RecipientUpdateTemplateRecipientsTextAlign3 | undefined;
|
|
335
349
|
};
|
|
336
350
|
|
|
337
|
-
export const
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
351
|
+
export const RecipientUpdateTemplateRecipientsTypeName = {
|
|
352
|
+
Name: "name",
|
|
353
|
+
} as const;
|
|
354
|
+
export type RecipientUpdateTemplateRecipientsTypeName = ClosedEnum<
|
|
355
|
+
typeof RecipientUpdateTemplateRecipientsTypeName
|
|
356
|
+
>;
|
|
357
|
+
|
|
358
|
+
export const RecipientUpdateTemplateRecipientsTextAlign2 = {
|
|
359
|
+
Left: "left",
|
|
360
|
+
Center: "center",
|
|
361
|
+
Right: "right",
|
|
362
|
+
} as const;
|
|
363
|
+
export type RecipientUpdateTemplateRecipientsTextAlign2 = ClosedEnum<
|
|
364
|
+
typeof RecipientUpdateTemplateRecipientsTextAlign2
|
|
365
|
+
>;
|
|
345
366
|
|
|
346
|
-
export type
|
|
367
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaName = {
|
|
347
368
|
label?: string | undefined;
|
|
348
369
|
placeholder?: string | undefined;
|
|
349
370
|
required?: boolean | undefined;
|
|
350
371
|
readOnly?: boolean | undefined;
|
|
351
|
-
type:
|
|
372
|
+
type: RecipientUpdateTemplateRecipientsTypeName;
|
|
352
373
|
fontSize?: number | undefined;
|
|
374
|
+
textAlign?: RecipientUpdateTemplateRecipientsTextAlign2 | undefined;
|
|
353
375
|
};
|
|
354
376
|
|
|
355
|
-
export const
|
|
377
|
+
export const RecipientUpdateTemplateRecipientsTypeInitials = {
|
|
356
378
|
Initials: "initials",
|
|
357
379
|
} as const;
|
|
358
|
-
export type
|
|
359
|
-
typeof
|
|
380
|
+
export type RecipientUpdateTemplateRecipientsTypeInitials = ClosedEnum<
|
|
381
|
+
typeof RecipientUpdateTemplateRecipientsTypeInitials
|
|
382
|
+
>;
|
|
383
|
+
|
|
384
|
+
export const RecipientUpdateTemplateRecipientsTextAlign1 = {
|
|
385
|
+
Left: "left",
|
|
386
|
+
Center: "center",
|
|
387
|
+
Right: "right",
|
|
388
|
+
} as const;
|
|
389
|
+
export type RecipientUpdateTemplateRecipientsTextAlign1 = ClosedEnum<
|
|
390
|
+
typeof RecipientUpdateTemplateRecipientsTextAlign1
|
|
360
391
|
>;
|
|
361
392
|
|
|
362
|
-
export type
|
|
393
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaInitials = {
|
|
363
394
|
label?: string | undefined;
|
|
364
395
|
placeholder?: string | undefined;
|
|
365
396
|
required?: boolean | undefined;
|
|
366
397
|
readOnly?: boolean | undefined;
|
|
367
|
-
type:
|
|
398
|
+
type: RecipientUpdateTemplateRecipientsTypeInitials;
|
|
368
399
|
fontSize?: number | undefined;
|
|
400
|
+
textAlign?: RecipientUpdateTemplateRecipientsTextAlign1 | undefined;
|
|
369
401
|
};
|
|
370
402
|
|
|
371
|
-
export type
|
|
372
|
-
|
|
|
373
|
-
|
|
|
374
|
-
|
|
|
375
|
-
|
|
|
376
|
-
|
|
|
377
|
-
|
|
|
378
|
-
|
|
|
379
|
-
|
|
|
380
|
-
|
|
|
381
|
-
|
|
382
|
-
export type
|
|
403
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaUnion =
|
|
404
|
+
| RecipientUpdateTemplateRecipientsFieldMetaRadio
|
|
405
|
+
| RecipientUpdateTemplateRecipientsFieldMetaInitials
|
|
406
|
+
| RecipientUpdateTemplateRecipientsFieldMetaName
|
|
407
|
+
| RecipientUpdateTemplateRecipientsFieldMetaEmail
|
|
408
|
+
| RecipientUpdateTemplateRecipientsFieldMetaDate
|
|
409
|
+
| RecipientUpdateTemplateRecipientsFieldMetaDropdown
|
|
410
|
+
| RecipientUpdateTemplateRecipientsFieldMetaCheckbox
|
|
411
|
+
| RecipientUpdateTemplateRecipientsFieldMetaText
|
|
412
|
+
| RecipientUpdateTemplateRecipientsFieldMetaNumber;
|
|
413
|
+
|
|
414
|
+
export type RecipientUpdateTemplateRecipientsField = {
|
|
383
415
|
type: RecipientUpdateTemplateRecipientsType;
|
|
384
416
|
id: number;
|
|
385
417
|
secondaryId: string;
|
|
@@ -397,20 +429,20 @@ export type RecipientUpdateTemplateRecipientsFields = {
|
|
|
397
429
|
customText: string;
|
|
398
430
|
inserted: boolean;
|
|
399
431
|
fieldMeta:
|
|
400
|
-
|
|
|
401
|
-
|
|
|
402
|
-
|
|
|
403
|
-
|
|
|
404
|
-
|
|
|
405
|
-
|
|
|
406
|
-
|
|
|
407
|
-
|
|
|
408
|
-
|
|
|
432
|
+
| RecipientUpdateTemplateRecipientsFieldMetaRadio
|
|
433
|
+
| RecipientUpdateTemplateRecipientsFieldMetaInitials
|
|
434
|
+
| RecipientUpdateTemplateRecipientsFieldMetaName
|
|
435
|
+
| RecipientUpdateTemplateRecipientsFieldMetaEmail
|
|
436
|
+
| RecipientUpdateTemplateRecipientsFieldMetaDate
|
|
437
|
+
| RecipientUpdateTemplateRecipientsFieldMetaDropdown
|
|
438
|
+
| RecipientUpdateTemplateRecipientsFieldMetaCheckbox
|
|
439
|
+
| RecipientUpdateTemplateRecipientsFieldMetaText
|
|
440
|
+
| RecipientUpdateTemplateRecipientsFieldMetaNumber
|
|
409
441
|
| null;
|
|
410
442
|
};
|
|
411
443
|
|
|
412
|
-
export type
|
|
413
|
-
role:
|
|
444
|
+
export type RecipientUpdateTemplateRecipientsRecipientResponse = {
|
|
445
|
+
role: RecipientUpdateTemplateRecipientsRoleResponse;
|
|
414
446
|
readStatus: RecipientUpdateTemplateRecipientsReadStatus;
|
|
415
447
|
signingStatus: RecipientUpdateTemplateRecipientsSigningStatus;
|
|
416
448
|
sendStatus: RecipientUpdateTemplateRecipientsSendStatus;
|
|
@@ -429,110 +461,112 @@ export type RecipientUpdateTemplateRecipientsTemplatesRecipientsRecipients = {
|
|
|
429
461
|
*/
|
|
430
462
|
signingOrder: number | null;
|
|
431
463
|
rejectionReason: string | null;
|
|
432
|
-
fields: Array<
|
|
464
|
+
fields: Array<RecipientUpdateTemplateRecipientsField>;
|
|
433
465
|
};
|
|
434
466
|
|
|
435
467
|
/**
|
|
436
468
|
* Successful response
|
|
437
469
|
*/
|
|
438
|
-
export type
|
|
439
|
-
recipients: Array<
|
|
440
|
-
RecipientUpdateTemplateRecipientsTemplatesRecipientsRecipients
|
|
441
|
-
>;
|
|
470
|
+
export type RecipientUpdateTemplateRecipientsResponse = {
|
|
471
|
+
recipients: Array<RecipientUpdateTemplateRecipientsRecipientResponse>;
|
|
442
472
|
};
|
|
443
473
|
|
|
444
474
|
/** @internal */
|
|
445
|
-
export const
|
|
446
|
-
z.ZodNativeEnum<typeof
|
|
447
|
-
|
|
448
|
-
);
|
|
475
|
+
export const RecipientUpdateTemplateRecipientsRoleRequestBody$inboundSchema:
|
|
476
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsRoleRequestBody> = z
|
|
477
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsRoleRequestBody);
|
|
449
478
|
|
|
450
479
|
/** @internal */
|
|
451
|
-
export const
|
|
452
|
-
z.ZodNativeEnum<typeof
|
|
453
|
-
|
|
480
|
+
export const RecipientUpdateTemplateRecipientsRoleRequestBody$outboundSchema:
|
|
481
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsRoleRequestBody> =
|
|
482
|
+
RecipientUpdateTemplateRecipientsRoleRequestBody$inboundSchema;
|
|
454
483
|
|
|
455
484
|
/**
|
|
456
485
|
* @internal
|
|
457
486
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
458
487
|
*/
|
|
459
|
-
export namespace
|
|
460
|
-
/** @deprecated use `
|
|
488
|
+
export namespace RecipientUpdateTemplateRecipientsRoleRequestBody$ {
|
|
489
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRoleRequestBody$inboundSchema` instead. */
|
|
461
490
|
export const inboundSchema =
|
|
462
|
-
|
|
463
|
-
/** @deprecated use `
|
|
491
|
+
RecipientUpdateTemplateRecipientsRoleRequestBody$inboundSchema;
|
|
492
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRoleRequestBody$outboundSchema` instead. */
|
|
464
493
|
export const outboundSchema =
|
|
465
|
-
|
|
494
|
+
RecipientUpdateTemplateRecipientsRoleRequestBody$outboundSchema;
|
|
466
495
|
}
|
|
467
496
|
|
|
468
497
|
/** @internal */
|
|
469
|
-
export const
|
|
470
|
-
z.ZodNativeEnum<
|
|
471
|
-
|
|
498
|
+
export const RecipientUpdateTemplateRecipientsAccessAuthRequestBody$inboundSchema:
|
|
499
|
+
z.ZodNativeEnum<
|
|
500
|
+
typeof RecipientUpdateTemplateRecipientsAccessAuthRequestBody
|
|
501
|
+
> = z.nativeEnum(RecipientUpdateTemplateRecipientsAccessAuthRequestBody);
|
|
472
502
|
|
|
473
503
|
/** @internal */
|
|
474
|
-
export const
|
|
475
|
-
z.ZodNativeEnum<
|
|
476
|
-
|
|
504
|
+
export const RecipientUpdateTemplateRecipientsAccessAuthRequestBody$outboundSchema:
|
|
505
|
+
z.ZodNativeEnum<
|
|
506
|
+
typeof RecipientUpdateTemplateRecipientsAccessAuthRequestBody
|
|
507
|
+
> = RecipientUpdateTemplateRecipientsAccessAuthRequestBody$inboundSchema;
|
|
477
508
|
|
|
478
509
|
/**
|
|
479
510
|
* @internal
|
|
480
511
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
481
512
|
*/
|
|
482
|
-
export namespace
|
|
483
|
-
/** @deprecated use `
|
|
513
|
+
export namespace RecipientUpdateTemplateRecipientsAccessAuthRequestBody$ {
|
|
514
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsAccessAuthRequestBody$inboundSchema` instead. */
|
|
484
515
|
export const inboundSchema =
|
|
485
|
-
|
|
486
|
-
/** @deprecated use `
|
|
516
|
+
RecipientUpdateTemplateRecipientsAccessAuthRequestBody$inboundSchema;
|
|
517
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsAccessAuthRequestBody$outboundSchema` instead. */
|
|
487
518
|
export const outboundSchema =
|
|
488
|
-
|
|
519
|
+
RecipientUpdateTemplateRecipientsAccessAuthRequestBody$outboundSchema;
|
|
489
520
|
}
|
|
490
521
|
|
|
491
522
|
/** @internal */
|
|
492
|
-
export const
|
|
493
|
-
z.ZodNativeEnum<
|
|
494
|
-
|
|
523
|
+
export const RecipientUpdateTemplateRecipientsActionAuthRequestBody$inboundSchema:
|
|
524
|
+
z.ZodNativeEnum<
|
|
525
|
+
typeof RecipientUpdateTemplateRecipientsActionAuthRequestBody
|
|
526
|
+
> = z.nativeEnum(RecipientUpdateTemplateRecipientsActionAuthRequestBody);
|
|
495
527
|
|
|
496
528
|
/** @internal */
|
|
497
|
-
export const
|
|
498
|
-
z.ZodNativeEnum<
|
|
499
|
-
|
|
529
|
+
export const RecipientUpdateTemplateRecipientsActionAuthRequestBody$outboundSchema:
|
|
530
|
+
z.ZodNativeEnum<
|
|
531
|
+
typeof RecipientUpdateTemplateRecipientsActionAuthRequestBody
|
|
532
|
+
> = RecipientUpdateTemplateRecipientsActionAuthRequestBody$inboundSchema;
|
|
500
533
|
|
|
501
534
|
/**
|
|
502
535
|
* @internal
|
|
503
536
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
504
537
|
*/
|
|
505
|
-
export namespace
|
|
506
|
-
/** @deprecated use `
|
|
538
|
+
export namespace RecipientUpdateTemplateRecipientsActionAuthRequestBody$ {
|
|
539
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsActionAuthRequestBody$inboundSchema` instead. */
|
|
507
540
|
export const inboundSchema =
|
|
508
|
-
|
|
509
|
-
/** @deprecated use `
|
|
541
|
+
RecipientUpdateTemplateRecipientsActionAuthRequestBody$inboundSchema;
|
|
542
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsActionAuthRequestBody$outboundSchema` instead. */
|
|
510
543
|
export const outboundSchema =
|
|
511
|
-
|
|
544
|
+
RecipientUpdateTemplateRecipientsActionAuthRequestBody$outboundSchema;
|
|
512
545
|
}
|
|
513
546
|
|
|
514
547
|
/** @internal */
|
|
515
|
-
export const
|
|
548
|
+
export const RecipientUpdateTemplateRecipientsRecipientRequestBody$inboundSchema:
|
|
516
549
|
z.ZodType<
|
|
517
|
-
|
|
550
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody,
|
|
518
551
|
z.ZodTypeDef,
|
|
519
552
|
unknown
|
|
520
553
|
> = z.object({
|
|
521
554
|
id: z.number(),
|
|
522
555
|
email: z.string().optional(),
|
|
523
556
|
name: z.string().optional(),
|
|
524
|
-
role:
|
|
557
|
+
role: RecipientUpdateTemplateRecipientsRoleRequestBody$inboundSchema
|
|
558
|
+
.optional(),
|
|
525
559
|
signingOrder: z.number().optional(),
|
|
526
560
|
accessAuth: z.nullable(
|
|
527
|
-
|
|
561
|
+
RecipientUpdateTemplateRecipientsAccessAuthRequestBody$inboundSchema,
|
|
528
562
|
).optional(),
|
|
529
563
|
actionAuth: z.nullable(
|
|
530
|
-
|
|
564
|
+
RecipientUpdateTemplateRecipientsActionAuthRequestBody$inboundSchema,
|
|
531
565
|
).optional(),
|
|
532
566
|
});
|
|
533
567
|
|
|
534
568
|
/** @internal */
|
|
535
|
-
export type
|
|
569
|
+
export type RecipientUpdateTemplateRecipientsRecipientRequestBody$Outbound = {
|
|
536
570
|
id: number;
|
|
537
571
|
email?: string | undefined;
|
|
538
572
|
name?: string | undefined;
|
|
@@ -543,22 +577,23 @@ export type RecipientUpdateTemplateRecipientsRecipients$Outbound = {
|
|
|
543
577
|
};
|
|
544
578
|
|
|
545
579
|
/** @internal */
|
|
546
|
-
export const
|
|
580
|
+
export const RecipientUpdateTemplateRecipientsRecipientRequestBody$outboundSchema:
|
|
547
581
|
z.ZodType<
|
|
548
|
-
|
|
582
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$Outbound,
|
|
549
583
|
z.ZodTypeDef,
|
|
550
|
-
|
|
584
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody
|
|
551
585
|
> = z.object({
|
|
552
586
|
id: z.number(),
|
|
553
587
|
email: z.string().optional(),
|
|
554
588
|
name: z.string().optional(),
|
|
555
|
-
role:
|
|
589
|
+
role: RecipientUpdateTemplateRecipientsRoleRequestBody$outboundSchema
|
|
590
|
+
.optional(),
|
|
556
591
|
signingOrder: z.number().optional(),
|
|
557
592
|
accessAuth: z.nullable(
|
|
558
|
-
|
|
593
|
+
RecipientUpdateTemplateRecipientsAccessAuthRequestBody$outboundSchema,
|
|
559
594
|
).optional(),
|
|
560
595
|
actionAuth: z.nullable(
|
|
561
|
-
|
|
596
|
+
RecipientUpdateTemplateRecipientsActionAuthRequestBody$outboundSchema,
|
|
562
597
|
).optional(),
|
|
563
598
|
});
|
|
564
599
|
|
|
@@ -566,141 +601,144 @@ export const RecipientUpdateTemplateRecipientsRecipients$outboundSchema:
|
|
|
566
601
|
* @internal
|
|
567
602
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
568
603
|
*/
|
|
569
|
-
export namespace
|
|
570
|
-
/** @deprecated use `
|
|
604
|
+
export namespace RecipientUpdateTemplateRecipientsRecipientRequestBody$ {
|
|
605
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRecipientRequestBody$inboundSchema` instead. */
|
|
571
606
|
export const inboundSchema =
|
|
572
|
-
|
|
573
|
-
/** @deprecated use `
|
|
607
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$inboundSchema;
|
|
608
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRecipientRequestBody$outboundSchema` instead. */
|
|
574
609
|
export const outboundSchema =
|
|
575
|
-
|
|
576
|
-
/** @deprecated use `
|
|
577
|
-
export type Outbound =
|
|
610
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$outboundSchema;
|
|
611
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRecipientRequestBody$Outbound` instead. */
|
|
612
|
+
export type Outbound =
|
|
613
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$Outbound;
|
|
578
614
|
}
|
|
579
615
|
|
|
580
|
-
export function
|
|
581
|
-
|
|
582
|
-
|
|
616
|
+
export function recipientUpdateTemplateRecipientsRecipientRequestBodyToJSON(
|
|
617
|
+
recipientUpdateTemplateRecipientsRecipientRequestBody:
|
|
618
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody,
|
|
583
619
|
): string {
|
|
584
620
|
return JSON.stringify(
|
|
585
|
-
|
|
586
|
-
|
|
621
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$outboundSchema.parse(
|
|
622
|
+
recipientUpdateTemplateRecipientsRecipientRequestBody,
|
|
587
623
|
),
|
|
588
624
|
);
|
|
589
625
|
}
|
|
590
626
|
|
|
591
|
-
export function
|
|
627
|
+
export function recipientUpdateTemplateRecipientsRecipientRequestBodyFromJSON(
|
|
592
628
|
jsonString: string,
|
|
593
629
|
): SafeParseResult<
|
|
594
|
-
|
|
630
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody,
|
|
595
631
|
SDKValidationError
|
|
596
632
|
> {
|
|
597
633
|
return safeParse(
|
|
598
634
|
jsonString,
|
|
599
635
|
(x) =>
|
|
600
|
-
|
|
636
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$inboundSchema.parse(
|
|
601
637
|
JSON.parse(x),
|
|
602
638
|
),
|
|
603
|
-
`Failed to parse '
|
|
639
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsRecipientRequestBody' from JSON`,
|
|
604
640
|
);
|
|
605
641
|
}
|
|
606
642
|
|
|
607
643
|
/** @internal */
|
|
608
|
-
export const
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
644
|
+
export const RecipientUpdateTemplateRecipientsRequest$inboundSchema: z.ZodType<
|
|
645
|
+
RecipientUpdateTemplateRecipientsRequest,
|
|
646
|
+
z.ZodTypeDef,
|
|
647
|
+
unknown
|
|
648
|
+
> = z.object({
|
|
649
|
+
templateId: z.number(),
|
|
650
|
+
recipients: z.array(
|
|
651
|
+
z.lazy(() =>
|
|
652
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$inboundSchema
|
|
617
653
|
),
|
|
618
|
-
|
|
654
|
+
),
|
|
655
|
+
});
|
|
619
656
|
|
|
620
657
|
/** @internal */
|
|
621
|
-
export type
|
|
658
|
+
export type RecipientUpdateTemplateRecipientsRequest$Outbound = {
|
|
622
659
|
templateId: number;
|
|
623
|
-
recipients: Array<
|
|
660
|
+
recipients: Array<
|
|
661
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$Outbound
|
|
662
|
+
>;
|
|
624
663
|
};
|
|
625
664
|
|
|
626
665
|
/** @internal */
|
|
627
|
-
export const
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
666
|
+
export const RecipientUpdateTemplateRecipientsRequest$outboundSchema: z.ZodType<
|
|
667
|
+
RecipientUpdateTemplateRecipientsRequest$Outbound,
|
|
668
|
+
z.ZodTypeDef,
|
|
669
|
+
RecipientUpdateTemplateRecipientsRequest
|
|
670
|
+
> = z.object({
|
|
671
|
+
templateId: z.number(),
|
|
672
|
+
recipients: z.array(
|
|
673
|
+
z.lazy(() =>
|
|
674
|
+
RecipientUpdateTemplateRecipientsRecipientRequestBody$outboundSchema
|
|
636
675
|
),
|
|
637
|
-
|
|
676
|
+
),
|
|
677
|
+
});
|
|
638
678
|
|
|
639
679
|
/**
|
|
640
680
|
* @internal
|
|
641
681
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
642
682
|
*/
|
|
643
|
-
export namespace
|
|
644
|
-
/** @deprecated use `
|
|
683
|
+
export namespace RecipientUpdateTemplateRecipientsRequest$ {
|
|
684
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRequest$inboundSchema` instead. */
|
|
645
685
|
export const inboundSchema =
|
|
646
|
-
|
|
647
|
-
/** @deprecated use `
|
|
686
|
+
RecipientUpdateTemplateRecipientsRequest$inboundSchema;
|
|
687
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRequest$outboundSchema` instead. */
|
|
648
688
|
export const outboundSchema =
|
|
649
|
-
|
|
650
|
-
/** @deprecated use `
|
|
651
|
-
export type Outbound =
|
|
689
|
+
RecipientUpdateTemplateRecipientsRequest$outboundSchema;
|
|
690
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRequest$Outbound` instead. */
|
|
691
|
+
export type Outbound = RecipientUpdateTemplateRecipientsRequest$Outbound;
|
|
652
692
|
}
|
|
653
693
|
|
|
654
|
-
export function
|
|
655
|
-
|
|
656
|
-
|
|
694
|
+
export function recipientUpdateTemplateRecipientsRequestToJSON(
|
|
695
|
+
recipientUpdateTemplateRecipientsRequest:
|
|
696
|
+
RecipientUpdateTemplateRecipientsRequest,
|
|
657
697
|
): string {
|
|
658
698
|
return JSON.stringify(
|
|
659
|
-
|
|
660
|
-
|
|
699
|
+
RecipientUpdateTemplateRecipientsRequest$outboundSchema.parse(
|
|
700
|
+
recipientUpdateTemplateRecipientsRequest,
|
|
661
701
|
),
|
|
662
702
|
);
|
|
663
703
|
}
|
|
664
704
|
|
|
665
|
-
export function
|
|
705
|
+
export function recipientUpdateTemplateRecipientsRequestFromJSON(
|
|
666
706
|
jsonString: string,
|
|
667
707
|
): SafeParseResult<
|
|
668
|
-
|
|
708
|
+
RecipientUpdateTemplateRecipientsRequest,
|
|
669
709
|
SDKValidationError
|
|
670
710
|
> {
|
|
671
711
|
return safeParse(
|
|
672
712
|
jsonString,
|
|
673
713
|
(x) =>
|
|
674
|
-
|
|
714
|
+
RecipientUpdateTemplateRecipientsRequest$inboundSchema.parse(
|
|
675
715
|
JSON.parse(x),
|
|
676
716
|
),
|
|
677
|
-
`Failed to parse '
|
|
717
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsRequest' from JSON`,
|
|
678
718
|
);
|
|
679
719
|
}
|
|
680
720
|
|
|
681
721
|
/** @internal */
|
|
682
|
-
export const
|
|
683
|
-
z.ZodNativeEnum<
|
|
684
|
-
|
|
685
|
-
> = z.nativeEnum(RecipientUpdateTemplateRecipientsTemplatesRecipientsRole);
|
|
722
|
+
export const RecipientUpdateTemplateRecipientsRoleResponse$inboundSchema:
|
|
723
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsRoleResponse> = z
|
|
724
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsRoleResponse);
|
|
686
725
|
|
|
687
726
|
/** @internal */
|
|
688
|
-
export const
|
|
689
|
-
z.ZodNativeEnum<
|
|
690
|
-
|
|
691
|
-
> = RecipientUpdateTemplateRecipientsTemplatesRecipientsRole$inboundSchema;
|
|
727
|
+
export const RecipientUpdateTemplateRecipientsRoleResponse$outboundSchema:
|
|
728
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsRoleResponse> =
|
|
729
|
+
RecipientUpdateTemplateRecipientsRoleResponse$inboundSchema;
|
|
692
730
|
|
|
693
731
|
/**
|
|
694
732
|
* @internal
|
|
695
733
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
696
734
|
*/
|
|
697
|
-
export namespace
|
|
698
|
-
/** @deprecated use `
|
|
735
|
+
export namespace RecipientUpdateTemplateRecipientsRoleResponse$ {
|
|
736
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRoleResponse$inboundSchema` instead. */
|
|
699
737
|
export const inboundSchema =
|
|
700
|
-
|
|
701
|
-
/** @deprecated use `
|
|
738
|
+
RecipientUpdateTemplateRecipientsRoleResponse$inboundSchema;
|
|
739
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRoleResponse$outboundSchema` instead. */
|
|
702
740
|
export const outboundSchema =
|
|
703
|
-
|
|
741
|
+
RecipientUpdateTemplateRecipientsRoleResponse$outboundSchema;
|
|
704
742
|
}
|
|
705
743
|
|
|
706
744
|
/** @internal */
|
|
@@ -773,59 +811,49 @@ export namespace RecipientUpdateTemplateRecipientsSendStatus$ {
|
|
|
773
811
|
}
|
|
774
812
|
|
|
775
813
|
/** @internal */
|
|
776
|
-
export const
|
|
777
|
-
z.ZodNativeEnum<
|
|
778
|
-
|
|
779
|
-
> = z.nativeEnum(
|
|
780
|
-
RecipientUpdateTemplateRecipientsTemplatesRecipientsAccessAuth,
|
|
781
|
-
);
|
|
814
|
+
export const RecipientUpdateTemplateRecipientsAccessAuthResponse$inboundSchema:
|
|
815
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsAccessAuthResponse> =
|
|
816
|
+
z.nativeEnum(RecipientUpdateTemplateRecipientsAccessAuthResponse);
|
|
782
817
|
|
|
783
818
|
/** @internal */
|
|
784
|
-
export const
|
|
785
|
-
z.ZodNativeEnum<
|
|
786
|
-
|
|
787
|
-
> =
|
|
788
|
-
RecipientUpdateTemplateRecipientsTemplatesRecipientsAccessAuth$inboundSchema;
|
|
819
|
+
export const RecipientUpdateTemplateRecipientsAccessAuthResponse$outboundSchema:
|
|
820
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsAccessAuthResponse> =
|
|
821
|
+
RecipientUpdateTemplateRecipientsAccessAuthResponse$inboundSchema;
|
|
789
822
|
|
|
790
823
|
/**
|
|
791
824
|
* @internal
|
|
792
825
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
793
826
|
*/
|
|
794
|
-
export namespace
|
|
795
|
-
/** @deprecated use `
|
|
827
|
+
export namespace RecipientUpdateTemplateRecipientsAccessAuthResponse$ {
|
|
828
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsAccessAuthResponse$inboundSchema` instead. */
|
|
796
829
|
export const inboundSchema =
|
|
797
|
-
|
|
798
|
-
/** @deprecated use `
|
|
830
|
+
RecipientUpdateTemplateRecipientsAccessAuthResponse$inboundSchema;
|
|
831
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsAccessAuthResponse$outboundSchema` instead. */
|
|
799
832
|
export const outboundSchema =
|
|
800
|
-
|
|
833
|
+
RecipientUpdateTemplateRecipientsAccessAuthResponse$outboundSchema;
|
|
801
834
|
}
|
|
802
835
|
|
|
803
836
|
/** @internal */
|
|
804
|
-
export const
|
|
805
|
-
z.ZodNativeEnum<
|
|
806
|
-
|
|
807
|
-
> = z.nativeEnum(
|
|
808
|
-
RecipientUpdateTemplateRecipientsTemplatesRecipientsActionAuth,
|
|
809
|
-
);
|
|
837
|
+
export const RecipientUpdateTemplateRecipientsActionAuthResponse$inboundSchema:
|
|
838
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsActionAuthResponse> =
|
|
839
|
+
z.nativeEnum(RecipientUpdateTemplateRecipientsActionAuthResponse);
|
|
810
840
|
|
|
811
841
|
/** @internal */
|
|
812
|
-
export const
|
|
813
|
-
z.ZodNativeEnum<
|
|
814
|
-
|
|
815
|
-
> =
|
|
816
|
-
RecipientUpdateTemplateRecipientsTemplatesRecipientsActionAuth$inboundSchema;
|
|
842
|
+
export const RecipientUpdateTemplateRecipientsActionAuthResponse$outboundSchema:
|
|
843
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsActionAuthResponse> =
|
|
844
|
+
RecipientUpdateTemplateRecipientsActionAuthResponse$inboundSchema;
|
|
817
845
|
|
|
818
846
|
/**
|
|
819
847
|
* @internal
|
|
820
848
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
821
849
|
*/
|
|
822
|
-
export namespace
|
|
823
|
-
/** @deprecated use `
|
|
850
|
+
export namespace RecipientUpdateTemplateRecipientsActionAuthResponse$ {
|
|
851
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsActionAuthResponse$inboundSchema` instead. */
|
|
824
852
|
export const inboundSchema =
|
|
825
|
-
|
|
826
|
-
/** @deprecated use `
|
|
853
|
+
RecipientUpdateTemplateRecipientsActionAuthResponse$inboundSchema;
|
|
854
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsActionAuthResponse$outboundSchema` instead. */
|
|
827
855
|
export const outboundSchema =
|
|
828
|
-
|
|
856
|
+
RecipientUpdateTemplateRecipientsActionAuthResponse$outboundSchema;
|
|
829
857
|
}
|
|
830
858
|
|
|
831
859
|
/** @internal */
|
|
@@ -836,10 +864,10 @@ export const RecipientUpdateTemplateRecipientsAuthOptions$inboundSchema:
|
|
|
836
864
|
unknown
|
|
837
865
|
> = z.object({
|
|
838
866
|
accessAuth: z.nullable(
|
|
839
|
-
|
|
867
|
+
RecipientUpdateTemplateRecipientsAccessAuthResponse$inboundSchema,
|
|
840
868
|
),
|
|
841
869
|
actionAuth: z.nullable(
|
|
842
|
-
|
|
870
|
+
RecipientUpdateTemplateRecipientsActionAuthResponse$inboundSchema,
|
|
843
871
|
),
|
|
844
872
|
});
|
|
845
873
|
|
|
@@ -857,10 +885,10 @@ export const RecipientUpdateTemplateRecipientsAuthOptions$outboundSchema:
|
|
|
857
885
|
RecipientUpdateTemplateRecipientsAuthOptions
|
|
858
886
|
> = z.object({
|
|
859
887
|
accessAuth: z.nullable(
|
|
860
|
-
|
|
888
|
+
RecipientUpdateTemplateRecipientsAccessAuthResponse$outboundSchema,
|
|
861
889
|
),
|
|
862
890
|
actionAuth: z.nullable(
|
|
863
|
-
|
|
891
|
+
RecipientUpdateTemplateRecipientsActionAuthResponse$outboundSchema,
|
|
864
892
|
),
|
|
865
893
|
});
|
|
866
894
|
|
|
@@ -931,106 +959,97 @@ export namespace RecipientUpdateTemplateRecipientsType$ {
|
|
|
931
959
|
}
|
|
932
960
|
|
|
933
961
|
/** @internal */
|
|
934
|
-
export const
|
|
935
|
-
z.ZodNativeEnum<
|
|
936
|
-
|
|
937
|
-
> = z.nativeEnum(
|
|
938
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFields9Type,
|
|
939
|
-
);
|
|
962
|
+
export const RecipientUpdateTemplateRecipientsTypeDropdown$inboundSchema:
|
|
963
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeDropdown> = z
|
|
964
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeDropdown);
|
|
940
965
|
|
|
941
966
|
/** @internal */
|
|
942
|
-
export const
|
|
943
|
-
z.ZodNativeEnum<
|
|
944
|
-
|
|
945
|
-
> =
|
|
946
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFields9Type$inboundSchema;
|
|
967
|
+
export const RecipientUpdateTemplateRecipientsTypeDropdown$outboundSchema:
|
|
968
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeDropdown> =
|
|
969
|
+
RecipientUpdateTemplateRecipientsTypeDropdown$inboundSchema;
|
|
947
970
|
|
|
948
971
|
/**
|
|
949
972
|
* @internal
|
|
950
973
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
951
974
|
*/
|
|
952
|
-
export namespace
|
|
953
|
-
/** @deprecated use `
|
|
975
|
+
export namespace RecipientUpdateTemplateRecipientsTypeDropdown$ {
|
|
976
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeDropdown$inboundSchema` instead. */
|
|
954
977
|
export const inboundSchema =
|
|
955
|
-
|
|
956
|
-
/** @deprecated use `
|
|
978
|
+
RecipientUpdateTemplateRecipientsTypeDropdown$inboundSchema;
|
|
979
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeDropdown$outboundSchema` instead. */
|
|
957
980
|
export const outboundSchema =
|
|
958
|
-
|
|
981
|
+
RecipientUpdateTemplateRecipientsTypeDropdown$outboundSchema;
|
|
959
982
|
}
|
|
960
983
|
|
|
961
984
|
/** @internal */
|
|
962
|
-
export const
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
});
|
|
985
|
+
export const RecipientUpdateTemplateRecipientsValue3$inboundSchema: z.ZodType<
|
|
986
|
+
RecipientUpdateTemplateRecipientsValue3,
|
|
987
|
+
z.ZodTypeDef,
|
|
988
|
+
unknown
|
|
989
|
+
> = z.object({
|
|
990
|
+
value: z.string(),
|
|
991
|
+
});
|
|
970
992
|
|
|
971
993
|
/** @internal */
|
|
972
|
-
export type
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
};
|
|
994
|
+
export type RecipientUpdateTemplateRecipientsValue3$Outbound = {
|
|
995
|
+
value: string;
|
|
996
|
+
};
|
|
976
997
|
|
|
977
998
|
/** @internal */
|
|
978
|
-
export const
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
});
|
|
999
|
+
export const RecipientUpdateTemplateRecipientsValue3$outboundSchema: z.ZodType<
|
|
1000
|
+
RecipientUpdateTemplateRecipientsValue3$Outbound,
|
|
1001
|
+
z.ZodTypeDef,
|
|
1002
|
+
RecipientUpdateTemplateRecipientsValue3
|
|
1003
|
+
> = z.object({
|
|
1004
|
+
value: z.string(),
|
|
1005
|
+
});
|
|
986
1006
|
|
|
987
1007
|
/**
|
|
988
1008
|
* @internal
|
|
989
1009
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
990
1010
|
*/
|
|
991
|
-
export namespace
|
|
992
|
-
/** @deprecated use `
|
|
1011
|
+
export namespace RecipientUpdateTemplateRecipientsValue3$ {
|
|
1012
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue3$inboundSchema` instead. */
|
|
993
1013
|
export const inboundSchema =
|
|
994
|
-
|
|
995
|
-
/** @deprecated use `
|
|
1014
|
+
RecipientUpdateTemplateRecipientsValue3$inboundSchema;
|
|
1015
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue3$outboundSchema` instead. */
|
|
996
1016
|
export const outboundSchema =
|
|
997
|
-
|
|
998
|
-
/** @deprecated use `
|
|
999
|
-
export type Outbound =
|
|
1000
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseValues$Outbound;
|
|
1017
|
+
RecipientUpdateTemplateRecipientsValue3$outboundSchema;
|
|
1018
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue3$Outbound` instead. */
|
|
1019
|
+
export type Outbound = RecipientUpdateTemplateRecipientsValue3$Outbound;
|
|
1001
1020
|
}
|
|
1002
1021
|
|
|
1003
|
-
export function
|
|
1004
|
-
|
|
1005
|
-
|
|
1022
|
+
export function recipientUpdateTemplateRecipientsValue3ToJSON(
|
|
1023
|
+
recipientUpdateTemplateRecipientsValue3:
|
|
1024
|
+
RecipientUpdateTemplateRecipientsValue3,
|
|
1006
1025
|
): string {
|
|
1007
1026
|
return JSON.stringify(
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
),
|
|
1027
|
+
RecipientUpdateTemplateRecipientsValue3$outboundSchema.parse(
|
|
1028
|
+
recipientUpdateTemplateRecipientsValue3,
|
|
1029
|
+
),
|
|
1012
1030
|
);
|
|
1013
1031
|
}
|
|
1014
1032
|
|
|
1015
|
-
export function
|
|
1033
|
+
export function recipientUpdateTemplateRecipientsValue3FromJSON(
|
|
1016
1034
|
jsonString: string,
|
|
1017
1035
|
): SafeParseResult<
|
|
1018
|
-
|
|
1036
|
+
RecipientUpdateTemplateRecipientsValue3,
|
|
1019
1037
|
SDKValidationError
|
|
1020
1038
|
> {
|
|
1021
1039
|
return safeParse(
|
|
1022
1040
|
jsonString,
|
|
1023
1041
|
(x) =>
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1042
|
+
RecipientUpdateTemplateRecipientsValue3$inboundSchema.parse(
|
|
1043
|
+
JSON.parse(x),
|
|
1044
|
+
),
|
|
1045
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsValue3' from JSON`,
|
|
1027
1046
|
);
|
|
1028
1047
|
}
|
|
1029
1048
|
|
|
1030
1049
|
/** @internal */
|
|
1031
|
-
export const
|
|
1050
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaDropdown$inboundSchema:
|
|
1032
1051
|
z.ZodType<
|
|
1033
|
-
|
|
1052
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown,
|
|
1034
1053
|
z.ZodTypeDef,
|
|
1035
1054
|
unknown
|
|
1036
1055
|
> = z.object({
|
|
@@ -1038,48 +1057,38 @@ export const RecipientUpdateTemplateRecipientsFieldMeta9$inboundSchema:
|
|
|
1038
1057
|
placeholder: z.string().optional(),
|
|
1039
1058
|
required: z.boolean().optional(),
|
|
1040
1059
|
readOnly: z.boolean().optional(),
|
|
1041
|
-
type:
|
|
1042
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFields9Type$inboundSchema,
|
|
1060
|
+
type: RecipientUpdateTemplateRecipientsTypeDropdown$inboundSchema,
|
|
1043
1061
|
values: z.array(
|
|
1044
|
-
z.lazy(() =>
|
|
1045
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseValues$inboundSchema
|
|
1046
|
-
),
|
|
1062
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsValue3$inboundSchema),
|
|
1047
1063
|
).optional(),
|
|
1048
1064
|
defaultValue: z.string().optional(),
|
|
1049
1065
|
});
|
|
1050
1066
|
|
|
1051
1067
|
/** @internal */
|
|
1052
|
-
export type
|
|
1068
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaDropdown$Outbound = {
|
|
1053
1069
|
label?: string | undefined;
|
|
1054
1070
|
placeholder?: string | undefined;
|
|
1055
1071
|
required?: boolean | undefined;
|
|
1056
1072
|
readOnly?: boolean | undefined;
|
|
1057
1073
|
type: string;
|
|
1058
|
-
values?:
|
|
1059
|
-
| Array<
|
|
1060
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseValues$Outbound
|
|
1061
|
-
>
|
|
1062
|
-
| undefined;
|
|
1074
|
+
values?: Array<RecipientUpdateTemplateRecipientsValue3$Outbound> | undefined;
|
|
1063
1075
|
defaultValue?: string | undefined;
|
|
1064
1076
|
};
|
|
1065
1077
|
|
|
1066
1078
|
/** @internal */
|
|
1067
|
-
export const
|
|
1079
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaDropdown$outboundSchema:
|
|
1068
1080
|
z.ZodType<
|
|
1069
|
-
|
|
1081
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$Outbound,
|
|
1070
1082
|
z.ZodTypeDef,
|
|
1071
|
-
|
|
1083
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown
|
|
1072
1084
|
> = z.object({
|
|
1073
1085
|
label: z.string().optional(),
|
|
1074
1086
|
placeholder: z.string().optional(),
|
|
1075
1087
|
required: z.boolean().optional(),
|
|
1076
1088
|
readOnly: z.boolean().optional(),
|
|
1077
|
-
type:
|
|
1078
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFields9Type$outboundSchema,
|
|
1089
|
+
type: RecipientUpdateTemplateRecipientsTypeDropdown$outboundSchema,
|
|
1079
1090
|
values: z.array(
|
|
1080
|
-
z.lazy(() =>
|
|
1081
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseValues$outboundSchema
|
|
1082
|
-
),
|
|
1091
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsValue3$outboundSchema),
|
|
1083
1092
|
).optional(),
|
|
1084
1093
|
defaultValue: z.string().optional(),
|
|
1085
1094
|
});
|
|
@@ -1088,151 +1097,143 @@ export const RecipientUpdateTemplateRecipientsFieldMeta9$outboundSchema:
|
|
|
1088
1097
|
* @internal
|
|
1089
1098
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1090
1099
|
*/
|
|
1091
|
-
export namespace
|
|
1092
|
-
/** @deprecated use `
|
|
1100
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaDropdown$ {
|
|
1101
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaDropdown$inboundSchema` instead. */
|
|
1093
1102
|
export const inboundSchema =
|
|
1094
|
-
|
|
1095
|
-
/** @deprecated use `
|
|
1103
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$inboundSchema;
|
|
1104
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaDropdown$outboundSchema` instead. */
|
|
1096
1105
|
export const outboundSchema =
|
|
1097
|
-
|
|
1098
|
-
/** @deprecated use `
|
|
1099
|
-
export type Outbound =
|
|
1106
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$outboundSchema;
|
|
1107
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaDropdown$Outbound` instead. */
|
|
1108
|
+
export type Outbound =
|
|
1109
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$Outbound;
|
|
1100
1110
|
}
|
|
1101
1111
|
|
|
1102
|
-
export function
|
|
1103
|
-
|
|
1104
|
-
|
|
1112
|
+
export function recipientUpdateTemplateRecipientsFieldMetaDropdownToJSON(
|
|
1113
|
+
recipientUpdateTemplateRecipientsFieldMetaDropdown:
|
|
1114
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown,
|
|
1105
1115
|
): string {
|
|
1106
1116
|
return JSON.stringify(
|
|
1107
|
-
|
|
1108
|
-
|
|
1117
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$outboundSchema.parse(
|
|
1118
|
+
recipientUpdateTemplateRecipientsFieldMetaDropdown,
|
|
1109
1119
|
),
|
|
1110
1120
|
);
|
|
1111
1121
|
}
|
|
1112
1122
|
|
|
1113
|
-
export function
|
|
1123
|
+
export function recipientUpdateTemplateRecipientsFieldMetaDropdownFromJSON(
|
|
1114
1124
|
jsonString: string,
|
|
1115
1125
|
): SafeParseResult<
|
|
1116
|
-
|
|
1126
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown,
|
|
1117
1127
|
SDKValidationError
|
|
1118
1128
|
> {
|
|
1119
1129
|
return safeParse(
|
|
1120
1130
|
jsonString,
|
|
1121
1131
|
(x) =>
|
|
1122
|
-
|
|
1132
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$inboundSchema.parse(
|
|
1123
1133
|
JSON.parse(x),
|
|
1124
1134
|
),
|
|
1125
|
-
`Failed to parse '
|
|
1135
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaDropdown' from JSON`,
|
|
1126
1136
|
);
|
|
1127
1137
|
}
|
|
1128
1138
|
|
|
1129
1139
|
/** @internal */
|
|
1130
|
-
export const
|
|
1131
|
-
z.ZodNativeEnum<
|
|
1132
|
-
|
|
1133
|
-
> = z.nativeEnum(
|
|
1134
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFieldsType,
|
|
1135
|
-
);
|
|
1140
|
+
export const RecipientUpdateTemplateRecipientsTypeCheckbox$inboundSchema:
|
|
1141
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeCheckbox> = z
|
|
1142
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeCheckbox);
|
|
1136
1143
|
|
|
1137
1144
|
/** @internal */
|
|
1138
|
-
export const
|
|
1139
|
-
z.ZodNativeEnum<
|
|
1140
|
-
|
|
1141
|
-
> =
|
|
1142
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFieldsType$inboundSchema;
|
|
1145
|
+
export const RecipientUpdateTemplateRecipientsTypeCheckbox$outboundSchema:
|
|
1146
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeCheckbox> =
|
|
1147
|
+
RecipientUpdateTemplateRecipientsTypeCheckbox$inboundSchema;
|
|
1143
1148
|
|
|
1144
1149
|
/**
|
|
1145
1150
|
* @internal
|
|
1146
1151
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1147
1152
|
*/
|
|
1148
|
-
export namespace
|
|
1149
|
-
/** @deprecated use `
|
|
1153
|
+
export namespace RecipientUpdateTemplateRecipientsTypeCheckbox$ {
|
|
1154
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeCheckbox$inboundSchema` instead. */
|
|
1150
1155
|
export const inboundSchema =
|
|
1151
|
-
|
|
1152
|
-
/** @deprecated use `
|
|
1156
|
+
RecipientUpdateTemplateRecipientsTypeCheckbox$inboundSchema;
|
|
1157
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeCheckbox$outboundSchema` instead. */
|
|
1153
1158
|
export const outboundSchema =
|
|
1154
|
-
|
|
1159
|
+
RecipientUpdateTemplateRecipientsTypeCheckbox$outboundSchema;
|
|
1155
1160
|
}
|
|
1156
1161
|
|
|
1157
1162
|
/** @internal */
|
|
1158
|
-
export const
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
});
|
|
1163
|
+
export const RecipientUpdateTemplateRecipientsValue2$inboundSchema: z.ZodType<
|
|
1164
|
+
RecipientUpdateTemplateRecipientsValue2,
|
|
1165
|
+
z.ZodTypeDef,
|
|
1166
|
+
unknown
|
|
1167
|
+
> = z.object({
|
|
1168
|
+
id: z.number(),
|
|
1169
|
+
checked: z.boolean(),
|
|
1170
|
+
value: z.string(),
|
|
1171
|
+
});
|
|
1168
1172
|
|
|
1169
1173
|
/** @internal */
|
|
1170
|
-
export type
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
};
|
|
1174
|
+
export type RecipientUpdateTemplateRecipientsValue2$Outbound = {
|
|
1175
|
+
id: number;
|
|
1176
|
+
checked: boolean;
|
|
1177
|
+
value: string;
|
|
1178
|
+
};
|
|
1176
1179
|
|
|
1177
1180
|
/** @internal */
|
|
1178
|
-
export const
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
});
|
|
1181
|
+
export const RecipientUpdateTemplateRecipientsValue2$outboundSchema: z.ZodType<
|
|
1182
|
+
RecipientUpdateTemplateRecipientsValue2$Outbound,
|
|
1183
|
+
z.ZodTypeDef,
|
|
1184
|
+
RecipientUpdateTemplateRecipientsValue2
|
|
1185
|
+
> = z.object({
|
|
1186
|
+
id: z.number(),
|
|
1187
|
+
checked: z.boolean(),
|
|
1188
|
+
value: z.string(),
|
|
1189
|
+
});
|
|
1188
1190
|
|
|
1189
1191
|
/**
|
|
1190
1192
|
* @internal
|
|
1191
1193
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1192
1194
|
*/
|
|
1193
|
-
export namespace
|
|
1194
|
-
/** @deprecated use `
|
|
1195
|
+
export namespace RecipientUpdateTemplateRecipientsValue2$ {
|
|
1196
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue2$inboundSchema` instead. */
|
|
1195
1197
|
export const inboundSchema =
|
|
1196
|
-
|
|
1197
|
-
/** @deprecated use `
|
|
1198
|
+
RecipientUpdateTemplateRecipientsValue2$inboundSchema;
|
|
1199
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue2$outboundSchema` instead. */
|
|
1198
1200
|
export const outboundSchema =
|
|
1199
|
-
|
|
1200
|
-
/** @deprecated use `
|
|
1201
|
-
export type Outbound =
|
|
1202
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsValues$Outbound;
|
|
1201
|
+
RecipientUpdateTemplateRecipientsValue2$outboundSchema;
|
|
1202
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue2$Outbound` instead. */
|
|
1203
|
+
export type Outbound = RecipientUpdateTemplateRecipientsValue2$Outbound;
|
|
1203
1204
|
}
|
|
1204
1205
|
|
|
1205
|
-
export function
|
|
1206
|
-
|
|
1207
|
-
|
|
1206
|
+
export function recipientUpdateTemplateRecipientsValue2ToJSON(
|
|
1207
|
+
recipientUpdateTemplateRecipientsValue2:
|
|
1208
|
+
RecipientUpdateTemplateRecipientsValue2,
|
|
1208
1209
|
): string {
|
|
1209
1210
|
return JSON.stringify(
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
),
|
|
1211
|
+
RecipientUpdateTemplateRecipientsValue2$outboundSchema.parse(
|
|
1212
|
+
recipientUpdateTemplateRecipientsValue2,
|
|
1213
|
+
),
|
|
1214
1214
|
);
|
|
1215
1215
|
}
|
|
1216
1216
|
|
|
1217
|
-
export function
|
|
1217
|
+
export function recipientUpdateTemplateRecipientsValue2FromJSON(
|
|
1218
1218
|
jsonString: string,
|
|
1219
1219
|
): SafeParseResult<
|
|
1220
|
-
|
|
1220
|
+
RecipientUpdateTemplateRecipientsValue2,
|
|
1221
1221
|
SDKValidationError
|
|
1222
1222
|
> {
|
|
1223
1223
|
return safeParse(
|
|
1224
1224
|
jsonString,
|
|
1225
1225
|
(x) =>
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1226
|
+
RecipientUpdateTemplateRecipientsValue2$inboundSchema.parse(
|
|
1227
|
+
JSON.parse(x),
|
|
1228
|
+
),
|
|
1229
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsValue2' from JSON`,
|
|
1229
1230
|
);
|
|
1230
1231
|
}
|
|
1231
1232
|
|
|
1232
1233
|
/** @internal */
|
|
1233
|
-
export const
|
|
1234
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaCheckbox$inboundSchema:
|
|
1234
1235
|
z.ZodType<
|
|
1235
|
-
|
|
1236
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox,
|
|
1236
1237
|
z.ZodTypeDef,
|
|
1237
1238
|
unknown
|
|
1238
1239
|
> = z.object({
|
|
@@ -1240,50 +1241,40 @@ export const RecipientUpdateTemplateRecipientsFieldMeta8$inboundSchema:
|
|
|
1240
1241
|
placeholder: z.string().optional(),
|
|
1241
1242
|
required: z.boolean().optional(),
|
|
1242
1243
|
readOnly: z.boolean().optional(),
|
|
1243
|
-
type:
|
|
1244
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFieldsType$inboundSchema,
|
|
1244
|
+
type: RecipientUpdateTemplateRecipientsTypeCheckbox$inboundSchema,
|
|
1245
1245
|
values: z.array(
|
|
1246
|
-
z.lazy(() =>
|
|
1247
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsValues$inboundSchema
|
|
1248
|
-
),
|
|
1246
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsValue2$inboundSchema),
|
|
1249
1247
|
).optional(),
|
|
1250
1248
|
validationRule: z.string().optional(),
|
|
1251
1249
|
validationLength: z.number().optional(),
|
|
1252
1250
|
});
|
|
1253
1251
|
|
|
1254
1252
|
/** @internal */
|
|
1255
|
-
export type
|
|
1253
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaCheckbox$Outbound = {
|
|
1256
1254
|
label?: string | undefined;
|
|
1257
1255
|
placeholder?: string | undefined;
|
|
1258
1256
|
required?: boolean | undefined;
|
|
1259
1257
|
readOnly?: boolean | undefined;
|
|
1260
1258
|
type: string;
|
|
1261
|
-
values?:
|
|
1262
|
-
| Array<
|
|
1263
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsValues$Outbound
|
|
1264
|
-
>
|
|
1265
|
-
| undefined;
|
|
1259
|
+
values?: Array<RecipientUpdateTemplateRecipientsValue2$Outbound> | undefined;
|
|
1266
1260
|
validationRule?: string | undefined;
|
|
1267
1261
|
validationLength?: number | undefined;
|
|
1268
1262
|
};
|
|
1269
1263
|
|
|
1270
1264
|
/** @internal */
|
|
1271
|
-
export const
|
|
1265
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaCheckbox$outboundSchema:
|
|
1272
1266
|
z.ZodType<
|
|
1273
|
-
|
|
1267
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$Outbound,
|
|
1274
1268
|
z.ZodTypeDef,
|
|
1275
|
-
|
|
1269
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox
|
|
1276
1270
|
> = z.object({
|
|
1277
1271
|
label: z.string().optional(),
|
|
1278
1272
|
placeholder: z.string().optional(),
|
|
1279
1273
|
required: z.boolean().optional(),
|
|
1280
1274
|
readOnly: z.boolean().optional(),
|
|
1281
|
-
type:
|
|
1282
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsFieldsType$outboundSchema,
|
|
1275
|
+
type: RecipientUpdateTemplateRecipientsTypeCheckbox$outboundSchema,
|
|
1283
1276
|
values: z.array(
|
|
1284
|
-
z.lazy(() =>
|
|
1285
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsValues$outboundSchema
|
|
1286
|
-
),
|
|
1277
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsValue2$outboundSchema),
|
|
1287
1278
|
).optional(),
|
|
1288
1279
|
validationRule: z.string().optional(),
|
|
1289
1280
|
validationLength: z.number().optional(),
|
|
@@ -1293,150 +1284,143 @@ export const RecipientUpdateTemplateRecipientsFieldMeta8$outboundSchema:
|
|
|
1293
1284
|
* @internal
|
|
1294
1285
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1295
1286
|
*/
|
|
1296
|
-
export namespace
|
|
1297
|
-
/** @deprecated use `
|
|
1287
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaCheckbox$ {
|
|
1288
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaCheckbox$inboundSchema` instead. */
|
|
1298
1289
|
export const inboundSchema =
|
|
1299
|
-
|
|
1300
|
-
/** @deprecated use `
|
|
1290
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$inboundSchema;
|
|
1291
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaCheckbox$outboundSchema` instead. */
|
|
1301
1292
|
export const outboundSchema =
|
|
1302
|
-
|
|
1303
|
-
/** @deprecated use `
|
|
1304
|
-
export type Outbound =
|
|
1293
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$outboundSchema;
|
|
1294
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaCheckbox$Outbound` instead. */
|
|
1295
|
+
export type Outbound =
|
|
1296
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$Outbound;
|
|
1305
1297
|
}
|
|
1306
1298
|
|
|
1307
|
-
export function
|
|
1308
|
-
|
|
1309
|
-
|
|
1299
|
+
export function recipientUpdateTemplateRecipientsFieldMetaCheckboxToJSON(
|
|
1300
|
+
recipientUpdateTemplateRecipientsFieldMetaCheckbox:
|
|
1301
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox,
|
|
1310
1302
|
): string {
|
|
1311
1303
|
return JSON.stringify(
|
|
1312
|
-
|
|
1313
|
-
|
|
1304
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$outboundSchema.parse(
|
|
1305
|
+
recipientUpdateTemplateRecipientsFieldMetaCheckbox,
|
|
1314
1306
|
),
|
|
1315
1307
|
);
|
|
1316
1308
|
}
|
|
1317
1309
|
|
|
1318
|
-
export function
|
|
1310
|
+
export function recipientUpdateTemplateRecipientsFieldMetaCheckboxFromJSON(
|
|
1319
1311
|
jsonString: string,
|
|
1320
1312
|
): SafeParseResult<
|
|
1321
|
-
|
|
1313
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox,
|
|
1322
1314
|
SDKValidationError
|
|
1323
1315
|
> {
|
|
1324
1316
|
return safeParse(
|
|
1325
1317
|
jsonString,
|
|
1326
1318
|
(x) =>
|
|
1327
|
-
|
|
1319
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$inboundSchema.parse(
|
|
1328
1320
|
JSON.parse(x),
|
|
1329
1321
|
),
|
|
1330
|
-
`Failed to parse '
|
|
1322
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaCheckbox' from JSON`,
|
|
1331
1323
|
);
|
|
1332
1324
|
}
|
|
1333
1325
|
|
|
1334
1326
|
/** @internal */
|
|
1335
|
-
export const
|
|
1336
|
-
z.ZodNativeEnum<
|
|
1337
|
-
|
|
1338
|
-
> = z.nativeEnum(
|
|
1339
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsType,
|
|
1340
|
-
);
|
|
1327
|
+
export const RecipientUpdateTemplateRecipientsTypeRadio$inboundSchema:
|
|
1328
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeRadio> = z
|
|
1329
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeRadio);
|
|
1341
1330
|
|
|
1342
1331
|
/** @internal */
|
|
1343
|
-
export const
|
|
1344
|
-
z.ZodNativeEnum<
|
|
1345
|
-
|
|
1346
|
-
> =
|
|
1347
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsType$inboundSchema;
|
|
1332
|
+
export const RecipientUpdateTemplateRecipientsTypeRadio$outboundSchema:
|
|
1333
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeRadio> =
|
|
1334
|
+
RecipientUpdateTemplateRecipientsTypeRadio$inboundSchema;
|
|
1348
1335
|
|
|
1349
1336
|
/**
|
|
1350
1337
|
* @internal
|
|
1351
1338
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1352
1339
|
*/
|
|
1353
|
-
export namespace
|
|
1354
|
-
/** @deprecated use `
|
|
1340
|
+
export namespace RecipientUpdateTemplateRecipientsTypeRadio$ {
|
|
1341
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeRadio$inboundSchema` instead. */
|
|
1355
1342
|
export const inboundSchema =
|
|
1356
|
-
|
|
1357
|
-
/** @deprecated use `
|
|
1343
|
+
RecipientUpdateTemplateRecipientsTypeRadio$inboundSchema;
|
|
1344
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeRadio$outboundSchema` instead. */
|
|
1358
1345
|
export const outboundSchema =
|
|
1359
|
-
|
|
1346
|
+
RecipientUpdateTemplateRecipientsTypeRadio$outboundSchema;
|
|
1360
1347
|
}
|
|
1361
1348
|
|
|
1362
1349
|
/** @internal */
|
|
1363
|
-
export const
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
});
|
|
1350
|
+
export const RecipientUpdateTemplateRecipientsValue1$inboundSchema: z.ZodType<
|
|
1351
|
+
RecipientUpdateTemplateRecipientsValue1,
|
|
1352
|
+
z.ZodTypeDef,
|
|
1353
|
+
unknown
|
|
1354
|
+
> = z.object({
|
|
1355
|
+
id: z.number(),
|
|
1356
|
+
checked: z.boolean(),
|
|
1357
|
+
value: z.string(),
|
|
1358
|
+
});
|
|
1373
1359
|
|
|
1374
1360
|
/** @internal */
|
|
1375
|
-
export type
|
|
1361
|
+
export type RecipientUpdateTemplateRecipientsValue1$Outbound = {
|
|
1376
1362
|
id: number;
|
|
1377
1363
|
checked: boolean;
|
|
1378
1364
|
value: string;
|
|
1379
1365
|
};
|
|
1380
1366
|
|
|
1381
1367
|
/** @internal */
|
|
1382
|
-
export const
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
});
|
|
1368
|
+
export const RecipientUpdateTemplateRecipientsValue1$outboundSchema: z.ZodType<
|
|
1369
|
+
RecipientUpdateTemplateRecipientsValue1$Outbound,
|
|
1370
|
+
z.ZodTypeDef,
|
|
1371
|
+
RecipientUpdateTemplateRecipientsValue1
|
|
1372
|
+
> = z.object({
|
|
1373
|
+
id: z.number(),
|
|
1374
|
+
checked: z.boolean(),
|
|
1375
|
+
value: z.string(),
|
|
1376
|
+
});
|
|
1392
1377
|
|
|
1393
1378
|
/**
|
|
1394
1379
|
* @internal
|
|
1395
1380
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1396
1381
|
*/
|
|
1397
|
-
export namespace
|
|
1398
|
-
/** @deprecated use `
|
|
1382
|
+
export namespace RecipientUpdateTemplateRecipientsValue1$ {
|
|
1383
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue1$inboundSchema` instead. */
|
|
1399
1384
|
export const inboundSchema =
|
|
1400
|
-
|
|
1401
|
-
/** @deprecated use `
|
|
1385
|
+
RecipientUpdateTemplateRecipientsValue1$inboundSchema;
|
|
1386
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue1$outboundSchema` instead. */
|
|
1402
1387
|
export const outboundSchema =
|
|
1403
|
-
|
|
1404
|
-
/** @deprecated use `
|
|
1405
|
-
export type Outbound =
|
|
1406
|
-
RecipientUpdateTemplateRecipientsFieldMetaValues$Outbound;
|
|
1388
|
+
RecipientUpdateTemplateRecipientsValue1$outboundSchema;
|
|
1389
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsValue1$Outbound` instead. */
|
|
1390
|
+
export type Outbound = RecipientUpdateTemplateRecipientsValue1$Outbound;
|
|
1407
1391
|
}
|
|
1408
1392
|
|
|
1409
|
-
export function
|
|
1410
|
-
|
|
1411
|
-
|
|
1393
|
+
export function recipientUpdateTemplateRecipientsValue1ToJSON(
|
|
1394
|
+
recipientUpdateTemplateRecipientsValue1:
|
|
1395
|
+
RecipientUpdateTemplateRecipientsValue1,
|
|
1412
1396
|
): string {
|
|
1413
1397
|
return JSON.stringify(
|
|
1414
|
-
|
|
1415
|
-
|
|
1398
|
+
RecipientUpdateTemplateRecipientsValue1$outboundSchema.parse(
|
|
1399
|
+
recipientUpdateTemplateRecipientsValue1,
|
|
1416
1400
|
),
|
|
1417
1401
|
);
|
|
1418
1402
|
}
|
|
1419
1403
|
|
|
1420
|
-
export function
|
|
1404
|
+
export function recipientUpdateTemplateRecipientsValue1FromJSON(
|
|
1421
1405
|
jsonString: string,
|
|
1422
1406
|
): SafeParseResult<
|
|
1423
|
-
|
|
1407
|
+
RecipientUpdateTemplateRecipientsValue1,
|
|
1424
1408
|
SDKValidationError
|
|
1425
1409
|
> {
|
|
1426
1410
|
return safeParse(
|
|
1427
1411
|
jsonString,
|
|
1428
1412
|
(x) =>
|
|
1429
|
-
|
|
1413
|
+
RecipientUpdateTemplateRecipientsValue1$inboundSchema.parse(
|
|
1430
1414
|
JSON.parse(x),
|
|
1431
1415
|
),
|
|
1432
|
-
`Failed to parse '
|
|
1416
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsValue1' from JSON`,
|
|
1433
1417
|
);
|
|
1434
1418
|
}
|
|
1435
1419
|
|
|
1436
1420
|
/** @internal */
|
|
1437
|
-
export const
|
|
1421
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaRadio$inboundSchema:
|
|
1438
1422
|
z.ZodType<
|
|
1439
|
-
|
|
1423
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio,
|
|
1440
1424
|
z.ZodTypeDef,
|
|
1441
1425
|
unknown
|
|
1442
1426
|
> = z.object({
|
|
@@ -1444,44 +1428,36 @@ export const RecipientUpdateTemplateRecipientsFieldMeta7$inboundSchema:
|
|
|
1444
1428
|
placeholder: z.string().optional(),
|
|
1445
1429
|
required: z.boolean().optional(),
|
|
1446
1430
|
readOnly: z.boolean().optional(),
|
|
1447
|
-
type:
|
|
1448
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsType$inboundSchema,
|
|
1431
|
+
type: RecipientUpdateTemplateRecipientsTypeRadio$inboundSchema,
|
|
1449
1432
|
values: z.array(
|
|
1450
|
-
z.lazy(() =>
|
|
1451
|
-
RecipientUpdateTemplateRecipientsFieldMetaValues$inboundSchema
|
|
1452
|
-
),
|
|
1433
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsValue1$inboundSchema),
|
|
1453
1434
|
).optional(),
|
|
1454
1435
|
});
|
|
1455
1436
|
|
|
1456
1437
|
/** @internal */
|
|
1457
|
-
export type
|
|
1438
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaRadio$Outbound = {
|
|
1458
1439
|
label?: string | undefined;
|
|
1459
1440
|
placeholder?: string | undefined;
|
|
1460
1441
|
required?: boolean | undefined;
|
|
1461
1442
|
readOnly?: boolean | undefined;
|
|
1462
1443
|
type: string;
|
|
1463
|
-
values?:
|
|
1464
|
-
| Array<RecipientUpdateTemplateRecipientsFieldMetaValues$Outbound>
|
|
1465
|
-
| undefined;
|
|
1444
|
+
values?: Array<RecipientUpdateTemplateRecipientsValue1$Outbound> | undefined;
|
|
1466
1445
|
};
|
|
1467
1446
|
|
|
1468
1447
|
/** @internal */
|
|
1469
|
-
export const
|
|
1448
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaRadio$outboundSchema:
|
|
1470
1449
|
z.ZodType<
|
|
1471
|
-
|
|
1450
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$Outbound,
|
|
1472
1451
|
z.ZodTypeDef,
|
|
1473
|
-
|
|
1452
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio
|
|
1474
1453
|
> = z.object({
|
|
1475
1454
|
label: z.string().optional(),
|
|
1476
1455
|
placeholder: z.string().optional(),
|
|
1477
1456
|
required: z.boolean().optional(),
|
|
1478
1457
|
readOnly: z.boolean().optional(),
|
|
1479
|
-
type:
|
|
1480
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyRecipientsType$outboundSchema,
|
|
1458
|
+
type: RecipientUpdateTemplateRecipientsTypeRadio$outboundSchema,
|
|
1481
1459
|
values: z.array(
|
|
1482
|
-
z.lazy(() =>
|
|
1483
|
-
RecipientUpdateTemplateRecipientsFieldMetaValues$outboundSchema
|
|
1484
|
-
),
|
|
1460
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsValue1$outboundSchema),
|
|
1485
1461
|
).optional(),
|
|
1486
1462
|
});
|
|
1487
1463
|
|
|
@@ -1489,76 +1465,95 @@ export const RecipientUpdateTemplateRecipientsFieldMeta7$outboundSchema:
|
|
|
1489
1465
|
* @internal
|
|
1490
1466
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1491
1467
|
*/
|
|
1492
|
-
export namespace
|
|
1493
|
-
/** @deprecated use `
|
|
1468
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaRadio$ {
|
|
1469
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaRadio$inboundSchema` instead. */
|
|
1494
1470
|
export const inboundSchema =
|
|
1495
|
-
|
|
1496
|
-
/** @deprecated use `
|
|
1471
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$inboundSchema;
|
|
1472
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaRadio$outboundSchema` instead. */
|
|
1497
1473
|
export const outboundSchema =
|
|
1498
|
-
|
|
1499
|
-
/** @deprecated use `
|
|
1500
|
-
export type Outbound =
|
|
1474
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$outboundSchema;
|
|
1475
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaRadio$Outbound` instead. */
|
|
1476
|
+
export type Outbound =
|
|
1477
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$Outbound;
|
|
1501
1478
|
}
|
|
1502
1479
|
|
|
1503
|
-
export function
|
|
1504
|
-
|
|
1505
|
-
|
|
1480
|
+
export function recipientUpdateTemplateRecipientsFieldMetaRadioToJSON(
|
|
1481
|
+
recipientUpdateTemplateRecipientsFieldMetaRadio:
|
|
1482
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio,
|
|
1506
1483
|
): string {
|
|
1507
1484
|
return JSON.stringify(
|
|
1508
|
-
|
|
1509
|
-
|
|
1485
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$outboundSchema.parse(
|
|
1486
|
+
recipientUpdateTemplateRecipientsFieldMetaRadio,
|
|
1510
1487
|
),
|
|
1511
1488
|
);
|
|
1512
1489
|
}
|
|
1513
1490
|
|
|
1514
|
-
export function
|
|
1491
|
+
export function recipientUpdateTemplateRecipientsFieldMetaRadioFromJSON(
|
|
1515
1492
|
jsonString: string,
|
|
1516
1493
|
): SafeParseResult<
|
|
1517
|
-
|
|
1494
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio,
|
|
1518
1495
|
SDKValidationError
|
|
1519
1496
|
> {
|
|
1520
1497
|
return safeParse(
|
|
1521
1498
|
jsonString,
|
|
1522
1499
|
(x) =>
|
|
1523
|
-
|
|
1500
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$inboundSchema.parse(
|
|
1524
1501
|
JSON.parse(x),
|
|
1525
1502
|
),
|
|
1526
|
-
`Failed to parse '
|
|
1503
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaRadio' from JSON`,
|
|
1527
1504
|
);
|
|
1528
1505
|
}
|
|
1529
1506
|
|
|
1530
1507
|
/** @internal */
|
|
1531
|
-
export const
|
|
1532
|
-
z.ZodNativeEnum<
|
|
1533
|
-
|
|
1534
|
-
> = z.nativeEnum(
|
|
1535
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType,
|
|
1536
|
-
);
|
|
1508
|
+
export const RecipientUpdateTemplateRecipientsTypeNumber$inboundSchema:
|
|
1509
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeNumber> = z
|
|
1510
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeNumber);
|
|
1537
1511
|
|
|
1538
1512
|
/** @internal */
|
|
1539
|
-
export const
|
|
1540
|
-
z.ZodNativeEnum<
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1513
|
+
export const RecipientUpdateTemplateRecipientsTypeNumber$outboundSchema:
|
|
1514
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeNumber> =
|
|
1515
|
+
RecipientUpdateTemplateRecipientsTypeNumber$inboundSchema;
|
|
1516
|
+
|
|
1517
|
+
/**
|
|
1518
|
+
* @internal
|
|
1519
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1520
|
+
*/
|
|
1521
|
+
export namespace RecipientUpdateTemplateRecipientsTypeNumber$ {
|
|
1522
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeNumber$inboundSchema` instead. */
|
|
1523
|
+
export const inboundSchema =
|
|
1524
|
+
RecipientUpdateTemplateRecipientsTypeNumber$inboundSchema;
|
|
1525
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeNumber$outboundSchema` instead. */
|
|
1526
|
+
export const outboundSchema =
|
|
1527
|
+
RecipientUpdateTemplateRecipientsTypeNumber$outboundSchema;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
/** @internal */
|
|
1531
|
+
export const RecipientUpdateTemplateRecipientsTextAlign6$inboundSchema:
|
|
1532
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign6> = z
|
|
1533
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTextAlign6);
|
|
1534
|
+
|
|
1535
|
+
/** @internal */
|
|
1536
|
+
export const RecipientUpdateTemplateRecipientsTextAlign6$outboundSchema:
|
|
1537
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign6> =
|
|
1538
|
+
RecipientUpdateTemplateRecipientsTextAlign6$inboundSchema;
|
|
1544
1539
|
|
|
1545
1540
|
/**
|
|
1546
1541
|
* @internal
|
|
1547
1542
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1548
1543
|
*/
|
|
1549
|
-
export namespace
|
|
1550
|
-
/** @deprecated use `
|
|
1544
|
+
export namespace RecipientUpdateTemplateRecipientsTextAlign6$ {
|
|
1545
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign6$inboundSchema` instead. */
|
|
1551
1546
|
export const inboundSchema =
|
|
1552
|
-
|
|
1553
|
-
/** @deprecated use `
|
|
1547
|
+
RecipientUpdateTemplateRecipientsTextAlign6$inboundSchema;
|
|
1548
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign6$outboundSchema` instead. */
|
|
1554
1549
|
export const outboundSchema =
|
|
1555
|
-
|
|
1550
|
+
RecipientUpdateTemplateRecipientsTextAlign6$outboundSchema;
|
|
1556
1551
|
}
|
|
1557
1552
|
|
|
1558
1553
|
/** @internal */
|
|
1559
|
-
export const
|
|
1554
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaNumber$inboundSchema:
|
|
1560
1555
|
z.ZodType<
|
|
1561
|
-
|
|
1556
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber,
|
|
1562
1557
|
z.ZodTypeDef,
|
|
1563
1558
|
unknown
|
|
1564
1559
|
> = z.object({
|
|
@@ -1566,17 +1561,18 @@ export const RecipientUpdateTemplateRecipientsFieldMeta6$inboundSchema:
|
|
|
1566
1561
|
placeholder: z.string().optional(),
|
|
1567
1562
|
required: z.boolean().optional(),
|
|
1568
1563
|
readOnly: z.boolean().optional(),
|
|
1569
|
-
type:
|
|
1570
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
1564
|
+
type: RecipientUpdateTemplateRecipientsTypeNumber$inboundSchema,
|
|
1571
1565
|
numberFormat: z.string().optional(),
|
|
1572
1566
|
value: z.string().optional(),
|
|
1573
1567
|
minValue: z.number().optional(),
|
|
1574
1568
|
maxValue: z.number().optional(),
|
|
1575
1569
|
fontSize: z.number().optional(),
|
|
1570
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign6$inboundSchema
|
|
1571
|
+
.optional(),
|
|
1576
1572
|
});
|
|
1577
1573
|
|
|
1578
1574
|
/** @internal */
|
|
1579
|
-
export type
|
|
1575
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaNumber$Outbound = {
|
|
1580
1576
|
label?: string | undefined;
|
|
1581
1577
|
placeholder?: string | undefined;
|
|
1582
1578
|
required?: boolean | undefined;
|
|
@@ -1587,102 +1583,123 @@ export type RecipientUpdateTemplateRecipientsFieldMeta6$Outbound = {
|
|
|
1587
1583
|
minValue?: number | undefined;
|
|
1588
1584
|
maxValue?: number | undefined;
|
|
1589
1585
|
fontSize?: number | undefined;
|
|
1586
|
+
textAlign?: string | undefined;
|
|
1590
1587
|
};
|
|
1591
1588
|
|
|
1592
1589
|
/** @internal */
|
|
1593
|
-
export const
|
|
1590
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaNumber$outboundSchema:
|
|
1594
1591
|
z.ZodType<
|
|
1595
|
-
|
|
1592
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$Outbound,
|
|
1596
1593
|
z.ZodTypeDef,
|
|
1597
|
-
|
|
1594
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber
|
|
1598
1595
|
> = z.object({
|
|
1599
1596
|
label: z.string().optional(),
|
|
1600
1597
|
placeholder: z.string().optional(),
|
|
1601
1598
|
required: z.boolean().optional(),
|
|
1602
1599
|
readOnly: z.boolean().optional(),
|
|
1603
|
-
type:
|
|
1604
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
1600
|
+
type: RecipientUpdateTemplateRecipientsTypeNumber$outboundSchema,
|
|
1605
1601
|
numberFormat: z.string().optional(),
|
|
1606
1602
|
value: z.string().optional(),
|
|
1607
1603
|
minValue: z.number().optional(),
|
|
1608
1604
|
maxValue: z.number().optional(),
|
|
1609
1605
|
fontSize: z.number().optional(),
|
|
1606
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign6$outboundSchema
|
|
1607
|
+
.optional(),
|
|
1610
1608
|
});
|
|
1611
1609
|
|
|
1612
1610
|
/**
|
|
1613
1611
|
* @internal
|
|
1614
1612
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1615
1613
|
*/
|
|
1616
|
-
export namespace
|
|
1617
|
-
/** @deprecated use `
|
|
1614
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaNumber$ {
|
|
1615
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaNumber$inboundSchema` instead. */
|
|
1618
1616
|
export const inboundSchema =
|
|
1619
|
-
|
|
1620
|
-
/** @deprecated use `
|
|
1617
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$inboundSchema;
|
|
1618
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaNumber$outboundSchema` instead. */
|
|
1621
1619
|
export const outboundSchema =
|
|
1622
|
-
|
|
1623
|
-
/** @deprecated use `
|
|
1624
|
-
export type Outbound =
|
|
1620
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$outboundSchema;
|
|
1621
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaNumber$Outbound` instead. */
|
|
1622
|
+
export type Outbound =
|
|
1623
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$Outbound;
|
|
1625
1624
|
}
|
|
1626
1625
|
|
|
1627
|
-
export function
|
|
1628
|
-
|
|
1629
|
-
|
|
1626
|
+
export function recipientUpdateTemplateRecipientsFieldMetaNumberToJSON(
|
|
1627
|
+
recipientUpdateTemplateRecipientsFieldMetaNumber:
|
|
1628
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber,
|
|
1630
1629
|
): string {
|
|
1631
1630
|
return JSON.stringify(
|
|
1632
|
-
|
|
1633
|
-
|
|
1631
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$outboundSchema.parse(
|
|
1632
|
+
recipientUpdateTemplateRecipientsFieldMetaNumber,
|
|
1634
1633
|
),
|
|
1635
1634
|
);
|
|
1636
1635
|
}
|
|
1637
1636
|
|
|
1638
|
-
export function
|
|
1637
|
+
export function recipientUpdateTemplateRecipientsFieldMetaNumberFromJSON(
|
|
1639
1638
|
jsonString: string,
|
|
1640
1639
|
): SafeParseResult<
|
|
1641
|
-
|
|
1640
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber,
|
|
1642
1641
|
SDKValidationError
|
|
1643
1642
|
> {
|
|
1644
1643
|
return safeParse(
|
|
1645
1644
|
jsonString,
|
|
1646
1645
|
(x) =>
|
|
1647
|
-
|
|
1646
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$inboundSchema.parse(
|
|
1648
1647
|
JSON.parse(x),
|
|
1649
1648
|
),
|
|
1650
|
-
`Failed to parse '
|
|
1649
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaNumber' from JSON`,
|
|
1651
1650
|
);
|
|
1652
1651
|
}
|
|
1653
1652
|
|
|
1654
1653
|
/** @internal */
|
|
1655
|
-
export const
|
|
1656
|
-
z.ZodNativeEnum<
|
|
1657
|
-
|
|
1658
|
-
> = z.nativeEnum(
|
|
1659
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONType,
|
|
1660
|
-
);
|
|
1654
|
+
export const RecipientUpdateTemplateRecipientsTypeText$inboundSchema:
|
|
1655
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeText> = z
|
|
1656
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeText);
|
|
1661
1657
|
|
|
1662
1658
|
/** @internal */
|
|
1663
|
-
export const
|
|
1664
|
-
z.ZodNativeEnum<
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1659
|
+
export const RecipientUpdateTemplateRecipientsTypeText$outboundSchema:
|
|
1660
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeText> =
|
|
1661
|
+
RecipientUpdateTemplateRecipientsTypeText$inboundSchema;
|
|
1662
|
+
|
|
1663
|
+
/**
|
|
1664
|
+
* @internal
|
|
1665
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1666
|
+
*/
|
|
1667
|
+
export namespace RecipientUpdateTemplateRecipientsTypeText$ {
|
|
1668
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeText$inboundSchema` instead. */
|
|
1669
|
+
export const inboundSchema =
|
|
1670
|
+
RecipientUpdateTemplateRecipientsTypeText$inboundSchema;
|
|
1671
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeText$outboundSchema` instead. */
|
|
1672
|
+
export const outboundSchema =
|
|
1673
|
+
RecipientUpdateTemplateRecipientsTypeText$outboundSchema;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
/** @internal */
|
|
1677
|
+
export const RecipientUpdateTemplateRecipientsTextAlign5$inboundSchema:
|
|
1678
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign5> = z
|
|
1679
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTextAlign5);
|
|
1680
|
+
|
|
1681
|
+
/** @internal */
|
|
1682
|
+
export const RecipientUpdateTemplateRecipientsTextAlign5$outboundSchema:
|
|
1683
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign5> =
|
|
1684
|
+
RecipientUpdateTemplateRecipientsTextAlign5$inboundSchema;
|
|
1668
1685
|
|
|
1669
1686
|
/**
|
|
1670
1687
|
* @internal
|
|
1671
1688
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1672
1689
|
*/
|
|
1673
|
-
export namespace
|
|
1674
|
-
/** @deprecated use `
|
|
1690
|
+
export namespace RecipientUpdateTemplateRecipientsTextAlign5$ {
|
|
1691
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign5$inboundSchema` instead. */
|
|
1675
1692
|
export const inboundSchema =
|
|
1676
|
-
|
|
1677
|
-
/** @deprecated use `
|
|
1693
|
+
RecipientUpdateTemplateRecipientsTextAlign5$inboundSchema;
|
|
1694
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign5$outboundSchema` instead. */
|
|
1678
1695
|
export const outboundSchema =
|
|
1679
|
-
|
|
1696
|
+
RecipientUpdateTemplateRecipientsTextAlign5$outboundSchema;
|
|
1680
1697
|
}
|
|
1681
1698
|
|
|
1682
1699
|
/** @internal */
|
|
1683
|
-
export const
|
|
1700
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaText$inboundSchema:
|
|
1684
1701
|
z.ZodType<
|
|
1685
|
-
|
|
1702
|
+
RecipientUpdateTemplateRecipientsFieldMetaText,
|
|
1686
1703
|
z.ZodTypeDef,
|
|
1687
1704
|
unknown
|
|
1688
1705
|
> = z.object({
|
|
@@ -1690,15 +1707,16 @@ export const RecipientUpdateTemplateRecipientsFieldMeta5$inboundSchema:
|
|
|
1690
1707
|
placeholder: z.string().optional(),
|
|
1691
1708
|
required: z.boolean().optional(),
|
|
1692
1709
|
readOnly: z.boolean().optional(),
|
|
1693
|
-
type:
|
|
1694
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONType$inboundSchema,
|
|
1710
|
+
type: RecipientUpdateTemplateRecipientsTypeText$inboundSchema,
|
|
1695
1711
|
text: z.string().optional(),
|
|
1696
1712
|
characterLimit: z.number().optional(),
|
|
1697
1713
|
fontSize: z.number().optional(),
|
|
1714
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign5$inboundSchema
|
|
1715
|
+
.optional(),
|
|
1698
1716
|
});
|
|
1699
1717
|
|
|
1700
1718
|
/** @internal */
|
|
1701
|
-
export type
|
|
1719
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaText$Outbound = {
|
|
1702
1720
|
label?: string | undefined;
|
|
1703
1721
|
placeholder?: string | undefined;
|
|
1704
1722
|
required?: boolean | undefined;
|
|
@@ -1707,100 +1725,121 @@ export type RecipientUpdateTemplateRecipientsFieldMeta5$Outbound = {
|
|
|
1707
1725
|
text?: string | undefined;
|
|
1708
1726
|
characterLimit?: number | undefined;
|
|
1709
1727
|
fontSize?: number | undefined;
|
|
1728
|
+
textAlign?: string | undefined;
|
|
1710
1729
|
};
|
|
1711
1730
|
|
|
1712
1731
|
/** @internal */
|
|
1713
|
-
export const
|
|
1732
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaText$outboundSchema:
|
|
1714
1733
|
z.ZodType<
|
|
1715
|
-
|
|
1734
|
+
RecipientUpdateTemplateRecipientsFieldMetaText$Outbound,
|
|
1716
1735
|
z.ZodTypeDef,
|
|
1717
|
-
|
|
1736
|
+
RecipientUpdateTemplateRecipientsFieldMetaText
|
|
1718
1737
|
> = z.object({
|
|
1719
1738
|
label: z.string().optional(),
|
|
1720
1739
|
placeholder: z.string().optional(),
|
|
1721
1740
|
required: z.boolean().optional(),
|
|
1722
1741
|
readOnly: z.boolean().optional(),
|
|
1723
|
-
type:
|
|
1724
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200ApplicationJSONType$outboundSchema,
|
|
1742
|
+
type: RecipientUpdateTemplateRecipientsTypeText$outboundSchema,
|
|
1725
1743
|
text: z.string().optional(),
|
|
1726
1744
|
characterLimit: z.number().optional(),
|
|
1727
1745
|
fontSize: z.number().optional(),
|
|
1746
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign5$outboundSchema
|
|
1747
|
+
.optional(),
|
|
1728
1748
|
});
|
|
1729
1749
|
|
|
1730
1750
|
/**
|
|
1731
1751
|
* @internal
|
|
1732
1752
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1733
1753
|
*/
|
|
1734
|
-
export namespace
|
|
1735
|
-
/** @deprecated use `
|
|
1754
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaText$ {
|
|
1755
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaText$inboundSchema` instead. */
|
|
1736
1756
|
export const inboundSchema =
|
|
1737
|
-
|
|
1738
|
-
/** @deprecated use `
|
|
1757
|
+
RecipientUpdateTemplateRecipientsFieldMetaText$inboundSchema;
|
|
1758
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaText$outboundSchema` instead. */
|
|
1739
1759
|
export const outboundSchema =
|
|
1740
|
-
|
|
1741
|
-
/** @deprecated use `
|
|
1742
|
-
export type Outbound =
|
|
1760
|
+
RecipientUpdateTemplateRecipientsFieldMetaText$outboundSchema;
|
|
1761
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaText$Outbound` instead. */
|
|
1762
|
+
export type Outbound =
|
|
1763
|
+
RecipientUpdateTemplateRecipientsFieldMetaText$Outbound;
|
|
1743
1764
|
}
|
|
1744
1765
|
|
|
1745
|
-
export function
|
|
1746
|
-
|
|
1747
|
-
|
|
1766
|
+
export function recipientUpdateTemplateRecipientsFieldMetaTextToJSON(
|
|
1767
|
+
recipientUpdateTemplateRecipientsFieldMetaText:
|
|
1768
|
+
RecipientUpdateTemplateRecipientsFieldMetaText,
|
|
1748
1769
|
): string {
|
|
1749
1770
|
return JSON.stringify(
|
|
1750
|
-
|
|
1751
|
-
|
|
1771
|
+
RecipientUpdateTemplateRecipientsFieldMetaText$outboundSchema.parse(
|
|
1772
|
+
recipientUpdateTemplateRecipientsFieldMetaText,
|
|
1752
1773
|
),
|
|
1753
1774
|
);
|
|
1754
1775
|
}
|
|
1755
1776
|
|
|
1756
|
-
export function
|
|
1777
|
+
export function recipientUpdateTemplateRecipientsFieldMetaTextFromJSON(
|
|
1757
1778
|
jsonString: string,
|
|
1758
1779
|
): SafeParseResult<
|
|
1759
|
-
|
|
1780
|
+
RecipientUpdateTemplateRecipientsFieldMetaText,
|
|
1760
1781
|
SDKValidationError
|
|
1761
1782
|
> {
|
|
1762
1783
|
return safeParse(
|
|
1763
1784
|
jsonString,
|
|
1764
1785
|
(x) =>
|
|
1765
|
-
|
|
1786
|
+
RecipientUpdateTemplateRecipientsFieldMetaText$inboundSchema.parse(
|
|
1766
1787
|
JSON.parse(x),
|
|
1767
1788
|
),
|
|
1768
|
-
`Failed to parse '
|
|
1789
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaText' from JSON`,
|
|
1769
1790
|
);
|
|
1770
1791
|
}
|
|
1771
1792
|
|
|
1772
1793
|
/** @internal */
|
|
1773
|
-
export const
|
|
1774
|
-
z.ZodNativeEnum<
|
|
1775
|
-
|
|
1776
|
-
> = z.nativeEnum(
|
|
1777
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200Type,
|
|
1778
|
-
);
|
|
1794
|
+
export const RecipientUpdateTemplateRecipientsTypeDate$inboundSchema:
|
|
1795
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeDate> = z
|
|
1796
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeDate);
|
|
1779
1797
|
|
|
1780
1798
|
/** @internal */
|
|
1781
|
-
export const
|
|
1782
|
-
z.ZodNativeEnum<
|
|
1783
|
-
|
|
1784
|
-
> =
|
|
1785
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200Type$inboundSchema;
|
|
1799
|
+
export const RecipientUpdateTemplateRecipientsTypeDate$outboundSchema:
|
|
1800
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeDate> =
|
|
1801
|
+
RecipientUpdateTemplateRecipientsTypeDate$inboundSchema;
|
|
1786
1802
|
|
|
1787
1803
|
/**
|
|
1788
1804
|
* @internal
|
|
1789
1805
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1790
1806
|
*/
|
|
1791
|
-
export namespace
|
|
1792
|
-
/** @deprecated use `
|
|
1807
|
+
export namespace RecipientUpdateTemplateRecipientsTypeDate$ {
|
|
1808
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeDate$inboundSchema` instead. */
|
|
1793
1809
|
export const inboundSchema =
|
|
1794
|
-
|
|
1795
|
-
/** @deprecated use `
|
|
1810
|
+
RecipientUpdateTemplateRecipientsTypeDate$inboundSchema;
|
|
1811
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeDate$outboundSchema` instead. */
|
|
1796
1812
|
export const outboundSchema =
|
|
1797
|
-
|
|
1813
|
+
RecipientUpdateTemplateRecipientsTypeDate$outboundSchema;
|
|
1798
1814
|
}
|
|
1799
1815
|
|
|
1800
1816
|
/** @internal */
|
|
1801
|
-
export const
|
|
1817
|
+
export const RecipientUpdateTemplateRecipientsTextAlign4$inboundSchema:
|
|
1818
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign4> = z
|
|
1819
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTextAlign4);
|
|
1820
|
+
|
|
1821
|
+
/** @internal */
|
|
1822
|
+
export const RecipientUpdateTemplateRecipientsTextAlign4$outboundSchema:
|
|
1823
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign4> =
|
|
1824
|
+
RecipientUpdateTemplateRecipientsTextAlign4$inboundSchema;
|
|
1825
|
+
|
|
1826
|
+
/**
|
|
1827
|
+
* @internal
|
|
1828
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1829
|
+
*/
|
|
1830
|
+
export namespace RecipientUpdateTemplateRecipientsTextAlign4$ {
|
|
1831
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign4$inboundSchema` instead. */
|
|
1832
|
+
export const inboundSchema =
|
|
1833
|
+
RecipientUpdateTemplateRecipientsTextAlign4$inboundSchema;
|
|
1834
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign4$outboundSchema` instead. */
|
|
1835
|
+
export const outboundSchema =
|
|
1836
|
+
RecipientUpdateTemplateRecipientsTextAlign4$outboundSchema;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
/** @internal */
|
|
1840
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaDate$inboundSchema:
|
|
1802
1841
|
z.ZodType<
|
|
1803
|
-
|
|
1842
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate,
|
|
1804
1843
|
z.ZodTypeDef,
|
|
1805
1844
|
unknown
|
|
1806
1845
|
> = z.object({
|
|
@@ -1808,111 +1847,133 @@ export const RecipientUpdateTemplateRecipientsFieldMeta4$inboundSchema:
|
|
|
1808
1847
|
placeholder: z.string().optional(),
|
|
1809
1848
|
required: z.boolean().optional(),
|
|
1810
1849
|
readOnly: z.boolean().optional(),
|
|
1811
|
-
type:
|
|
1812
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200Type$inboundSchema,
|
|
1850
|
+
type: RecipientUpdateTemplateRecipientsTypeDate$inboundSchema,
|
|
1813
1851
|
fontSize: z.number().optional(),
|
|
1852
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign4$inboundSchema
|
|
1853
|
+
.optional(),
|
|
1814
1854
|
});
|
|
1815
1855
|
|
|
1816
1856
|
/** @internal */
|
|
1817
|
-
export type
|
|
1857
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaDate$Outbound = {
|
|
1818
1858
|
label?: string | undefined;
|
|
1819
1859
|
placeholder?: string | undefined;
|
|
1820
1860
|
required?: boolean | undefined;
|
|
1821
1861
|
readOnly?: boolean | undefined;
|
|
1822
1862
|
type: string;
|
|
1823
1863
|
fontSize?: number | undefined;
|
|
1864
|
+
textAlign?: string | undefined;
|
|
1824
1865
|
};
|
|
1825
1866
|
|
|
1826
1867
|
/** @internal */
|
|
1827
|
-
export const
|
|
1868
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaDate$outboundSchema:
|
|
1828
1869
|
z.ZodType<
|
|
1829
|
-
|
|
1870
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate$Outbound,
|
|
1830
1871
|
z.ZodTypeDef,
|
|
1831
|
-
|
|
1872
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate
|
|
1832
1873
|
> = z.object({
|
|
1833
1874
|
label: z.string().optional(),
|
|
1834
1875
|
placeholder: z.string().optional(),
|
|
1835
1876
|
required: z.boolean().optional(),
|
|
1836
1877
|
readOnly: z.boolean().optional(),
|
|
1837
|
-
type:
|
|
1838
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponse200Type$outboundSchema,
|
|
1878
|
+
type: RecipientUpdateTemplateRecipientsTypeDate$outboundSchema,
|
|
1839
1879
|
fontSize: z.number().optional(),
|
|
1880
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign4$outboundSchema
|
|
1881
|
+
.optional(),
|
|
1840
1882
|
});
|
|
1841
1883
|
|
|
1842
1884
|
/**
|
|
1843
1885
|
* @internal
|
|
1844
1886
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1845
1887
|
*/
|
|
1846
|
-
export namespace
|
|
1847
|
-
/** @deprecated use `
|
|
1888
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaDate$ {
|
|
1889
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaDate$inboundSchema` instead. */
|
|
1848
1890
|
export const inboundSchema =
|
|
1849
|
-
|
|
1850
|
-
/** @deprecated use `
|
|
1891
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate$inboundSchema;
|
|
1892
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaDate$outboundSchema` instead. */
|
|
1851
1893
|
export const outboundSchema =
|
|
1852
|
-
|
|
1853
|
-
/** @deprecated use `
|
|
1854
|
-
export type Outbound =
|
|
1894
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate$outboundSchema;
|
|
1895
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaDate$Outbound` instead. */
|
|
1896
|
+
export type Outbound =
|
|
1897
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate$Outbound;
|
|
1855
1898
|
}
|
|
1856
1899
|
|
|
1857
|
-
export function
|
|
1858
|
-
|
|
1859
|
-
|
|
1900
|
+
export function recipientUpdateTemplateRecipientsFieldMetaDateToJSON(
|
|
1901
|
+
recipientUpdateTemplateRecipientsFieldMetaDate:
|
|
1902
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate,
|
|
1860
1903
|
): string {
|
|
1861
1904
|
return JSON.stringify(
|
|
1862
|
-
|
|
1863
|
-
|
|
1905
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate$outboundSchema.parse(
|
|
1906
|
+
recipientUpdateTemplateRecipientsFieldMetaDate,
|
|
1864
1907
|
),
|
|
1865
1908
|
);
|
|
1866
1909
|
}
|
|
1867
1910
|
|
|
1868
|
-
export function
|
|
1911
|
+
export function recipientUpdateTemplateRecipientsFieldMetaDateFromJSON(
|
|
1869
1912
|
jsonString: string,
|
|
1870
1913
|
): SafeParseResult<
|
|
1871
|
-
|
|
1914
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate,
|
|
1872
1915
|
SDKValidationError
|
|
1873
1916
|
> {
|
|
1874
1917
|
return safeParse(
|
|
1875
1918
|
jsonString,
|
|
1876
1919
|
(x) =>
|
|
1877
|
-
|
|
1920
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate$inboundSchema.parse(
|
|
1878
1921
|
JSON.parse(x),
|
|
1879
1922
|
),
|
|
1880
|
-
`Failed to parse '
|
|
1923
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaDate' from JSON`,
|
|
1881
1924
|
);
|
|
1882
1925
|
}
|
|
1883
1926
|
|
|
1884
1927
|
/** @internal */
|
|
1885
|
-
export const
|
|
1886
|
-
z.ZodNativeEnum<
|
|
1887
|
-
|
|
1888
|
-
> = z.nativeEnum(
|
|
1889
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseType,
|
|
1890
|
-
);
|
|
1928
|
+
export const RecipientUpdateTemplateRecipientsTypeEmail$inboundSchema:
|
|
1929
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeEmail> = z
|
|
1930
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeEmail);
|
|
1891
1931
|
|
|
1892
1932
|
/** @internal */
|
|
1893
|
-
export const
|
|
1894
|
-
z.ZodNativeEnum<
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1933
|
+
export const RecipientUpdateTemplateRecipientsTypeEmail$outboundSchema:
|
|
1934
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeEmail> =
|
|
1935
|
+
RecipientUpdateTemplateRecipientsTypeEmail$inboundSchema;
|
|
1936
|
+
|
|
1937
|
+
/**
|
|
1938
|
+
* @internal
|
|
1939
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1940
|
+
*/
|
|
1941
|
+
export namespace RecipientUpdateTemplateRecipientsTypeEmail$ {
|
|
1942
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeEmail$inboundSchema` instead. */
|
|
1943
|
+
export const inboundSchema =
|
|
1944
|
+
RecipientUpdateTemplateRecipientsTypeEmail$inboundSchema;
|
|
1945
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeEmail$outboundSchema` instead. */
|
|
1946
|
+
export const outboundSchema =
|
|
1947
|
+
RecipientUpdateTemplateRecipientsTypeEmail$outboundSchema;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
/** @internal */
|
|
1951
|
+
export const RecipientUpdateTemplateRecipientsTextAlign3$inboundSchema:
|
|
1952
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign3> = z
|
|
1953
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTextAlign3);
|
|
1954
|
+
|
|
1955
|
+
/** @internal */
|
|
1956
|
+
export const RecipientUpdateTemplateRecipientsTextAlign3$outboundSchema:
|
|
1957
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign3> =
|
|
1958
|
+
RecipientUpdateTemplateRecipientsTextAlign3$inboundSchema;
|
|
1898
1959
|
|
|
1899
1960
|
/**
|
|
1900
1961
|
* @internal
|
|
1901
1962
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1902
1963
|
*/
|
|
1903
|
-
export namespace
|
|
1904
|
-
/** @deprecated use `
|
|
1964
|
+
export namespace RecipientUpdateTemplateRecipientsTextAlign3$ {
|
|
1965
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign3$inboundSchema` instead. */
|
|
1905
1966
|
export const inboundSchema =
|
|
1906
|
-
|
|
1907
|
-
/** @deprecated use `
|
|
1967
|
+
RecipientUpdateTemplateRecipientsTextAlign3$inboundSchema;
|
|
1968
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign3$outboundSchema` instead. */
|
|
1908
1969
|
export const outboundSchema =
|
|
1909
|
-
|
|
1970
|
+
RecipientUpdateTemplateRecipientsTextAlign3$outboundSchema;
|
|
1910
1971
|
}
|
|
1911
1972
|
|
|
1912
1973
|
/** @internal */
|
|
1913
|
-
export const
|
|
1974
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaEmail$inboundSchema:
|
|
1914
1975
|
z.ZodType<
|
|
1915
|
-
|
|
1976
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail,
|
|
1916
1977
|
z.ZodTypeDef,
|
|
1917
1978
|
unknown
|
|
1918
1979
|
> = z.object({
|
|
@@ -1920,111 +1981,133 @@ export const RecipientUpdateTemplateRecipientsFieldMeta3$inboundSchema:
|
|
|
1920
1981
|
placeholder: z.string().optional(),
|
|
1921
1982
|
required: z.boolean().optional(),
|
|
1922
1983
|
readOnly: z.boolean().optional(),
|
|
1923
|
-
type:
|
|
1924
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseType$inboundSchema,
|
|
1984
|
+
type: RecipientUpdateTemplateRecipientsTypeEmail$inboundSchema,
|
|
1925
1985
|
fontSize: z.number().optional(),
|
|
1986
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign3$inboundSchema
|
|
1987
|
+
.optional(),
|
|
1926
1988
|
});
|
|
1927
1989
|
|
|
1928
1990
|
/** @internal */
|
|
1929
|
-
export type
|
|
1991
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaEmail$Outbound = {
|
|
1930
1992
|
label?: string | undefined;
|
|
1931
1993
|
placeholder?: string | undefined;
|
|
1932
1994
|
required?: boolean | undefined;
|
|
1933
1995
|
readOnly?: boolean | undefined;
|
|
1934
1996
|
type: string;
|
|
1935
1997
|
fontSize?: number | undefined;
|
|
1998
|
+
textAlign?: string | undefined;
|
|
1936
1999
|
};
|
|
1937
2000
|
|
|
1938
2001
|
/** @internal */
|
|
1939
|
-
export const
|
|
2002
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaEmail$outboundSchema:
|
|
1940
2003
|
z.ZodType<
|
|
1941
|
-
|
|
2004
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$Outbound,
|
|
1942
2005
|
z.ZodTypeDef,
|
|
1943
|
-
|
|
2006
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail
|
|
1944
2007
|
> = z.object({
|
|
1945
2008
|
label: z.string().optional(),
|
|
1946
2009
|
placeholder: z.string().optional(),
|
|
1947
2010
|
required: z.boolean().optional(),
|
|
1948
2011
|
readOnly: z.boolean().optional(),
|
|
1949
|
-
type:
|
|
1950
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsResponseType$outboundSchema,
|
|
2012
|
+
type: RecipientUpdateTemplateRecipientsTypeEmail$outboundSchema,
|
|
1951
2013
|
fontSize: z.number().optional(),
|
|
2014
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign3$outboundSchema
|
|
2015
|
+
.optional(),
|
|
1952
2016
|
});
|
|
1953
2017
|
|
|
1954
2018
|
/**
|
|
1955
2019
|
* @internal
|
|
1956
2020
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1957
2021
|
*/
|
|
1958
|
-
export namespace
|
|
1959
|
-
/** @deprecated use `
|
|
2022
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaEmail$ {
|
|
2023
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaEmail$inboundSchema` instead. */
|
|
1960
2024
|
export const inboundSchema =
|
|
1961
|
-
|
|
1962
|
-
/** @deprecated use `
|
|
2025
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$inboundSchema;
|
|
2026
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaEmail$outboundSchema` instead. */
|
|
1963
2027
|
export const outboundSchema =
|
|
1964
|
-
|
|
1965
|
-
/** @deprecated use `
|
|
1966
|
-
export type Outbound =
|
|
2028
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$outboundSchema;
|
|
2029
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaEmail$Outbound` instead. */
|
|
2030
|
+
export type Outbound =
|
|
2031
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$Outbound;
|
|
1967
2032
|
}
|
|
1968
2033
|
|
|
1969
|
-
export function
|
|
1970
|
-
|
|
1971
|
-
|
|
2034
|
+
export function recipientUpdateTemplateRecipientsFieldMetaEmailToJSON(
|
|
2035
|
+
recipientUpdateTemplateRecipientsFieldMetaEmail:
|
|
2036
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail,
|
|
1972
2037
|
): string {
|
|
1973
2038
|
return JSON.stringify(
|
|
1974
|
-
|
|
1975
|
-
|
|
2039
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$outboundSchema.parse(
|
|
2040
|
+
recipientUpdateTemplateRecipientsFieldMetaEmail,
|
|
1976
2041
|
),
|
|
1977
2042
|
);
|
|
1978
2043
|
}
|
|
1979
2044
|
|
|
1980
|
-
export function
|
|
2045
|
+
export function recipientUpdateTemplateRecipientsFieldMetaEmailFromJSON(
|
|
1981
2046
|
jsonString: string,
|
|
1982
2047
|
): SafeParseResult<
|
|
1983
|
-
|
|
2048
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail,
|
|
1984
2049
|
SDKValidationError
|
|
1985
2050
|
> {
|
|
1986
2051
|
return safeParse(
|
|
1987
2052
|
jsonString,
|
|
1988
2053
|
(x) =>
|
|
1989
|
-
|
|
2054
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$inboundSchema.parse(
|
|
1990
2055
|
JSON.parse(x),
|
|
1991
2056
|
),
|
|
1992
|
-
`Failed to parse '
|
|
2057
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaEmail' from JSON`,
|
|
1993
2058
|
);
|
|
1994
2059
|
}
|
|
1995
2060
|
|
|
1996
2061
|
/** @internal */
|
|
1997
|
-
export const
|
|
1998
|
-
z.ZodNativeEnum<
|
|
1999
|
-
|
|
2000
|
-
> = z.nativeEnum(
|
|
2001
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsType,
|
|
2002
|
-
);
|
|
2062
|
+
export const RecipientUpdateTemplateRecipientsTypeName$inboundSchema:
|
|
2063
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeName> = z
|
|
2064
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeName);
|
|
2003
2065
|
|
|
2004
2066
|
/** @internal */
|
|
2005
|
-
export const
|
|
2006
|
-
z.ZodNativeEnum<
|
|
2007
|
-
|
|
2008
|
-
> =
|
|
2009
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsType$inboundSchema;
|
|
2067
|
+
export const RecipientUpdateTemplateRecipientsTypeName$outboundSchema:
|
|
2068
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeName> =
|
|
2069
|
+
RecipientUpdateTemplateRecipientsTypeName$inboundSchema;
|
|
2010
2070
|
|
|
2011
2071
|
/**
|
|
2012
2072
|
* @internal
|
|
2013
2073
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2014
2074
|
*/
|
|
2015
|
-
export namespace
|
|
2016
|
-
/** @deprecated use `
|
|
2075
|
+
export namespace RecipientUpdateTemplateRecipientsTypeName$ {
|
|
2076
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeName$inboundSchema` instead. */
|
|
2017
2077
|
export const inboundSchema =
|
|
2018
|
-
|
|
2019
|
-
/** @deprecated use `
|
|
2078
|
+
RecipientUpdateTemplateRecipientsTypeName$inboundSchema;
|
|
2079
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeName$outboundSchema` instead. */
|
|
2020
2080
|
export const outboundSchema =
|
|
2021
|
-
|
|
2081
|
+
RecipientUpdateTemplateRecipientsTypeName$outboundSchema;
|
|
2022
2082
|
}
|
|
2023
2083
|
|
|
2024
2084
|
/** @internal */
|
|
2025
|
-
export const
|
|
2085
|
+
export const RecipientUpdateTemplateRecipientsTextAlign2$inboundSchema:
|
|
2086
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign2> = z
|
|
2087
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTextAlign2);
|
|
2088
|
+
|
|
2089
|
+
/** @internal */
|
|
2090
|
+
export const RecipientUpdateTemplateRecipientsTextAlign2$outboundSchema:
|
|
2091
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign2> =
|
|
2092
|
+
RecipientUpdateTemplateRecipientsTextAlign2$inboundSchema;
|
|
2093
|
+
|
|
2094
|
+
/**
|
|
2095
|
+
* @internal
|
|
2096
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2097
|
+
*/
|
|
2098
|
+
export namespace RecipientUpdateTemplateRecipientsTextAlign2$ {
|
|
2099
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign2$inboundSchema` instead. */
|
|
2100
|
+
export const inboundSchema =
|
|
2101
|
+
RecipientUpdateTemplateRecipientsTextAlign2$inboundSchema;
|
|
2102
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign2$outboundSchema` instead. */
|
|
2103
|
+
export const outboundSchema =
|
|
2104
|
+
RecipientUpdateTemplateRecipientsTextAlign2$outboundSchema;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
/** @internal */
|
|
2108
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaName$inboundSchema:
|
|
2026
2109
|
z.ZodType<
|
|
2027
|
-
|
|
2110
|
+
RecipientUpdateTemplateRecipientsFieldMetaName,
|
|
2028
2111
|
z.ZodTypeDef,
|
|
2029
2112
|
unknown
|
|
2030
2113
|
> = z.object({
|
|
@@ -2032,106 +2115,133 @@ export const RecipientUpdateTemplateRecipientsFieldMeta2$inboundSchema:
|
|
|
2032
2115
|
placeholder: z.string().optional(),
|
|
2033
2116
|
required: z.boolean().optional(),
|
|
2034
2117
|
readOnly: z.boolean().optional(),
|
|
2035
|
-
type:
|
|
2036
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsType$inboundSchema,
|
|
2118
|
+
type: RecipientUpdateTemplateRecipientsTypeName$inboundSchema,
|
|
2037
2119
|
fontSize: z.number().optional(),
|
|
2120
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign2$inboundSchema
|
|
2121
|
+
.optional(),
|
|
2038
2122
|
});
|
|
2039
2123
|
|
|
2040
2124
|
/** @internal */
|
|
2041
|
-
export type
|
|
2125
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaName$Outbound = {
|
|
2042
2126
|
label?: string | undefined;
|
|
2043
2127
|
placeholder?: string | undefined;
|
|
2044
2128
|
required?: boolean | undefined;
|
|
2045
2129
|
readOnly?: boolean | undefined;
|
|
2046
2130
|
type: string;
|
|
2047
2131
|
fontSize?: number | undefined;
|
|
2132
|
+
textAlign?: string | undefined;
|
|
2048
2133
|
};
|
|
2049
2134
|
|
|
2050
2135
|
/** @internal */
|
|
2051
|
-
export const
|
|
2136
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaName$outboundSchema:
|
|
2052
2137
|
z.ZodType<
|
|
2053
|
-
|
|
2138
|
+
RecipientUpdateTemplateRecipientsFieldMetaName$Outbound,
|
|
2054
2139
|
z.ZodTypeDef,
|
|
2055
|
-
|
|
2140
|
+
RecipientUpdateTemplateRecipientsFieldMetaName
|
|
2056
2141
|
> = z.object({
|
|
2057
2142
|
label: z.string().optional(),
|
|
2058
2143
|
placeholder: z.string().optional(),
|
|
2059
2144
|
required: z.boolean().optional(),
|
|
2060
2145
|
readOnly: z.boolean().optional(),
|
|
2061
|
-
type:
|
|
2062
|
-
RecipientUpdateTemplateRecipientsFieldMetaTemplatesRecipientsType$outboundSchema,
|
|
2146
|
+
type: RecipientUpdateTemplateRecipientsTypeName$outboundSchema,
|
|
2063
2147
|
fontSize: z.number().optional(),
|
|
2148
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign2$outboundSchema
|
|
2149
|
+
.optional(),
|
|
2064
2150
|
});
|
|
2065
2151
|
|
|
2066
2152
|
/**
|
|
2067
2153
|
* @internal
|
|
2068
2154
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2069
2155
|
*/
|
|
2070
|
-
export namespace
|
|
2071
|
-
/** @deprecated use `
|
|
2156
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaName$ {
|
|
2157
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaName$inboundSchema` instead. */
|
|
2072
2158
|
export const inboundSchema =
|
|
2073
|
-
|
|
2074
|
-
/** @deprecated use `
|
|
2159
|
+
RecipientUpdateTemplateRecipientsFieldMetaName$inboundSchema;
|
|
2160
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaName$outboundSchema` instead. */
|
|
2075
2161
|
export const outboundSchema =
|
|
2076
|
-
|
|
2077
|
-
/** @deprecated use `
|
|
2078
|
-
export type Outbound =
|
|
2162
|
+
RecipientUpdateTemplateRecipientsFieldMetaName$outboundSchema;
|
|
2163
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaName$Outbound` instead. */
|
|
2164
|
+
export type Outbound =
|
|
2165
|
+
RecipientUpdateTemplateRecipientsFieldMetaName$Outbound;
|
|
2079
2166
|
}
|
|
2080
2167
|
|
|
2081
|
-
export function
|
|
2082
|
-
|
|
2083
|
-
|
|
2168
|
+
export function recipientUpdateTemplateRecipientsFieldMetaNameToJSON(
|
|
2169
|
+
recipientUpdateTemplateRecipientsFieldMetaName:
|
|
2170
|
+
RecipientUpdateTemplateRecipientsFieldMetaName,
|
|
2084
2171
|
): string {
|
|
2085
2172
|
return JSON.stringify(
|
|
2086
|
-
|
|
2087
|
-
|
|
2173
|
+
RecipientUpdateTemplateRecipientsFieldMetaName$outboundSchema.parse(
|
|
2174
|
+
recipientUpdateTemplateRecipientsFieldMetaName,
|
|
2088
2175
|
),
|
|
2089
2176
|
);
|
|
2090
2177
|
}
|
|
2091
2178
|
|
|
2092
|
-
export function
|
|
2179
|
+
export function recipientUpdateTemplateRecipientsFieldMetaNameFromJSON(
|
|
2093
2180
|
jsonString: string,
|
|
2094
2181
|
): SafeParseResult<
|
|
2095
|
-
|
|
2182
|
+
RecipientUpdateTemplateRecipientsFieldMetaName,
|
|
2096
2183
|
SDKValidationError
|
|
2097
2184
|
> {
|
|
2098
2185
|
return safeParse(
|
|
2099
2186
|
jsonString,
|
|
2100
2187
|
(x) =>
|
|
2101
|
-
|
|
2188
|
+
RecipientUpdateTemplateRecipientsFieldMetaName$inboundSchema.parse(
|
|
2102
2189
|
JSON.parse(x),
|
|
2103
2190
|
),
|
|
2104
|
-
`Failed to parse '
|
|
2191
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaName' from JSON`,
|
|
2105
2192
|
);
|
|
2106
2193
|
}
|
|
2107
2194
|
|
|
2108
2195
|
/** @internal */
|
|
2109
|
-
export const
|
|
2110
|
-
z.ZodNativeEnum<typeof
|
|
2111
|
-
.nativeEnum(
|
|
2196
|
+
export const RecipientUpdateTemplateRecipientsTypeInitials$inboundSchema:
|
|
2197
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeInitials> = z
|
|
2198
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTypeInitials);
|
|
2199
|
+
|
|
2200
|
+
/** @internal */
|
|
2201
|
+
export const RecipientUpdateTemplateRecipientsTypeInitials$outboundSchema:
|
|
2202
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTypeInitials> =
|
|
2203
|
+
RecipientUpdateTemplateRecipientsTypeInitials$inboundSchema;
|
|
2204
|
+
|
|
2205
|
+
/**
|
|
2206
|
+
* @internal
|
|
2207
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2208
|
+
*/
|
|
2209
|
+
export namespace RecipientUpdateTemplateRecipientsTypeInitials$ {
|
|
2210
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeInitials$inboundSchema` instead. */
|
|
2211
|
+
export const inboundSchema =
|
|
2212
|
+
RecipientUpdateTemplateRecipientsTypeInitials$inboundSchema;
|
|
2213
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTypeInitials$outboundSchema` instead. */
|
|
2214
|
+
export const outboundSchema =
|
|
2215
|
+
RecipientUpdateTemplateRecipientsTypeInitials$outboundSchema;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
/** @internal */
|
|
2219
|
+
export const RecipientUpdateTemplateRecipientsTextAlign1$inboundSchema:
|
|
2220
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign1> = z
|
|
2221
|
+
.nativeEnum(RecipientUpdateTemplateRecipientsTextAlign1);
|
|
2112
2222
|
|
|
2113
2223
|
/** @internal */
|
|
2114
|
-
export const
|
|
2115
|
-
z.ZodNativeEnum<typeof
|
|
2116
|
-
|
|
2224
|
+
export const RecipientUpdateTemplateRecipientsTextAlign1$outboundSchema:
|
|
2225
|
+
z.ZodNativeEnum<typeof RecipientUpdateTemplateRecipientsTextAlign1> =
|
|
2226
|
+
RecipientUpdateTemplateRecipientsTextAlign1$inboundSchema;
|
|
2117
2227
|
|
|
2118
2228
|
/**
|
|
2119
2229
|
* @internal
|
|
2120
2230
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2121
2231
|
*/
|
|
2122
|
-
export namespace
|
|
2123
|
-
/** @deprecated use `
|
|
2232
|
+
export namespace RecipientUpdateTemplateRecipientsTextAlign1$ {
|
|
2233
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign1$inboundSchema` instead. */
|
|
2124
2234
|
export const inboundSchema =
|
|
2125
|
-
|
|
2126
|
-
/** @deprecated use `
|
|
2235
|
+
RecipientUpdateTemplateRecipientsTextAlign1$inboundSchema;
|
|
2236
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsTextAlign1$outboundSchema` instead. */
|
|
2127
2237
|
export const outboundSchema =
|
|
2128
|
-
|
|
2238
|
+
RecipientUpdateTemplateRecipientsTextAlign1$outboundSchema;
|
|
2129
2239
|
}
|
|
2130
2240
|
|
|
2131
2241
|
/** @internal */
|
|
2132
|
-
export const
|
|
2242
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaInitials$inboundSchema:
|
|
2133
2243
|
z.ZodType<
|
|
2134
|
-
|
|
2244
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials,
|
|
2135
2245
|
z.ZodTypeDef,
|
|
2136
2246
|
unknown
|
|
2137
2247
|
> = z.object({
|
|
@@ -2139,176 +2249,206 @@ export const RecipientUpdateTemplateRecipientsFieldMeta1$inboundSchema:
|
|
|
2139
2249
|
placeholder: z.string().optional(),
|
|
2140
2250
|
required: z.boolean().optional(),
|
|
2141
2251
|
readOnly: z.boolean().optional(),
|
|
2142
|
-
type:
|
|
2252
|
+
type: RecipientUpdateTemplateRecipientsTypeInitials$inboundSchema,
|
|
2143
2253
|
fontSize: z.number().optional(),
|
|
2254
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign1$inboundSchema
|
|
2255
|
+
.optional(),
|
|
2144
2256
|
});
|
|
2145
2257
|
|
|
2146
2258
|
/** @internal */
|
|
2147
|
-
export type
|
|
2259
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaInitials$Outbound = {
|
|
2148
2260
|
label?: string | undefined;
|
|
2149
2261
|
placeholder?: string | undefined;
|
|
2150
2262
|
required?: boolean | undefined;
|
|
2151
2263
|
readOnly?: boolean | undefined;
|
|
2152
2264
|
type: string;
|
|
2153
2265
|
fontSize?: number | undefined;
|
|
2266
|
+
textAlign?: string | undefined;
|
|
2154
2267
|
};
|
|
2155
2268
|
|
|
2156
2269
|
/** @internal */
|
|
2157
|
-
export const
|
|
2270
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaInitials$outboundSchema:
|
|
2158
2271
|
z.ZodType<
|
|
2159
|
-
|
|
2272
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$Outbound,
|
|
2160
2273
|
z.ZodTypeDef,
|
|
2161
|
-
|
|
2274
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials
|
|
2162
2275
|
> = z.object({
|
|
2163
2276
|
label: z.string().optional(),
|
|
2164
2277
|
placeholder: z.string().optional(),
|
|
2165
2278
|
required: z.boolean().optional(),
|
|
2166
2279
|
readOnly: z.boolean().optional(),
|
|
2167
|
-
type:
|
|
2280
|
+
type: RecipientUpdateTemplateRecipientsTypeInitials$outboundSchema,
|
|
2168
2281
|
fontSize: z.number().optional(),
|
|
2282
|
+
textAlign: RecipientUpdateTemplateRecipientsTextAlign1$outboundSchema
|
|
2283
|
+
.optional(),
|
|
2169
2284
|
});
|
|
2170
2285
|
|
|
2171
2286
|
/**
|
|
2172
2287
|
* @internal
|
|
2173
2288
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2174
2289
|
*/
|
|
2175
|
-
export namespace
|
|
2176
|
-
/** @deprecated use `
|
|
2290
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaInitials$ {
|
|
2291
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaInitials$inboundSchema` instead. */
|
|
2177
2292
|
export const inboundSchema =
|
|
2178
|
-
|
|
2179
|
-
/** @deprecated use `
|
|
2293
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$inboundSchema;
|
|
2294
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaInitials$outboundSchema` instead. */
|
|
2180
2295
|
export const outboundSchema =
|
|
2181
|
-
|
|
2182
|
-
/** @deprecated use `
|
|
2183
|
-
export type Outbound =
|
|
2296
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$outboundSchema;
|
|
2297
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaInitials$Outbound` instead. */
|
|
2298
|
+
export type Outbound =
|
|
2299
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$Outbound;
|
|
2184
2300
|
}
|
|
2185
2301
|
|
|
2186
|
-
export function
|
|
2187
|
-
|
|
2188
|
-
|
|
2302
|
+
export function recipientUpdateTemplateRecipientsFieldMetaInitialsToJSON(
|
|
2303
|
+
recipientUpdateTemplateRecipientsFieldMetaInitials:
|
|
2304
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials,
|
|
2189
2305
|
): string {
|
|
2190
2306
|
return JSON.stringify(
|
|
2191
|
-
|
|
2192
|
-
|
|
2307
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$outboundSchema.parse(
|
|
2308
|
+
recipientUpdateTemplateRecipientsFieldMetaInitials,
|
|
2193
2309
|
),
|
|
2194
2310
|
);
|
|
2195
2311
|
}
|
|
2196
2312
|
|
|
2197
|
-
export function
|
|
2313
|
+
export function recipientUpdateTemplateRecipientsFieldMetaInitialsFromJSON(
|
|
2198
2314
|
jsonString: string,
|
|
2199
2315
|
): SafeParseResult<
|
|
2200
|
-
|
|
2316
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials,
|
|
2201
2317
|
SDKValidationError
|
|
2202
2318
|
> {
|
|
2203
2319
|
return safeParse(
|
|
2204
2320
|
jsonString,
|
|
2205
2321
|
(x) =>
|
|
2206
|
-
|
|
2322
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$inboundSchema.parse(
|
|
2207
2323
|
JSON.parse(x),
|
|
2208
2324
|
),
|
|
2209
|
-
`Failed to parse '
|
|
2325
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaInitials' from JSON`,
|
|
2210
2326
|
);
|
|
2211
2327
|
}
|
|
2212
2328
|
|
|
2213
2329
|
/** @internal */
|
|
2214
|
-
export const
|
|
2215
|
-
z.ZodType<
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2330
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaUnion$inboundSchema:
|
|
2331
|
+
z.ZodType<
|
|
2332
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion,
|
|
2333
|
+
z.ZodTypeDef,
|
|
2334
|
+
unknown
|
|
2335
|
+
> = z.union([
|
|
2336
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsFieldMetaRadio$inboundSchema),
|
|
2337
|
+
z.lazy(() =>
|
|
2338
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$inboundSchema
|
|
2339
|
+
),
|
|
2340
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsFieldMetaName$inboundSchema),
|
|
2341
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsFieldMetaEmail$inboundSchema),
|
|
2342
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsFieldMetaDate$inboundSchema),
|
|
2343
|
+
z.lazy(() =>
|
|
2344
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$inboundSchema
|
|
2345
|
+
),
|
|
2346
|
+
z.lazy(() =>
|
|
2347
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$inboundSchema
|
|
2348
|
+
),
|
|
2349
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsFieldMetaText$inboundSchema),
|
|
2350
|
+
z.lazy(() =>
|
|
2351
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$inboundSchema
|
|
2352
|
+
),
|
|
2353
|
+
]);
|
|
2354
|
+
|
|
2355
|
+
/** @internal */
|
|
2356
|
+
export type RecipientUpdateTemplateRecipientsFieldMetaUnion$Outbound =
|
|
2357
|
+
| RecipientUpdateTemplateRecipientsFieldMetaRadio$Outbound
|
|
2358
|
+
| RecipientUpdateTemplateRecipientsFieldMetaInitials$Outbound
|
|
2359
|
+
| RecipientUpdateTemplateRecipientsFieldMetaName$Outbound
|
|
2360
|
+
| RecipientUpdateTemplateRecipientsFieldMetaEmail$Outbound
|
|
2361
|
+
| RecipientUpdateTemplateRecipientsFieldMetaDate$Outbound
|
|
2362
|
+
| RecipientUpdateTemplateRecipientsFieldMetaDropdown$Outbound
|
|
2363
|
+
| RecipientUpdateTemplateRecipientsFieldMetaCheckbox$Outbound
|
|
2364
|
+
| RecipientUpdateTemplateRecipientsFieldMetaText$Outbound
|
|
2365
|
+
| RecipientUpdateTemplateRecipientsFieldMetaNumber$Outbound;
|
|
2366
|
+
|
|
2367
|
+
/** @internal */
|
|
2368
|
+
export const RecipientUpdateTemplateRecipientsFieldMetaUnion$outboundSchema:
|
|
2242
2369
|
z.ZodType<
|
|
2243
|
-
|
|
2370
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion$Outbound,
|
|
2244
2371
|
z.ZodTypeDef,
|
|
2245
|
-
|
|
2372
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion
|
|
2246
2373
|
> = z.union([
|
|
2247
|
-
z.lazy(() =>
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
z.lazy(() =>
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
z.lazy(() =>
|
|
2254
|
-
z.lazy(() =>
|
|
2255
|
-
|
|
2374
|
+
z.lazy(() =>
|
|
2375
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$outboundSchema
|
|
2376
|
+
),
|
|
2377
|
+
z.lazy(() =>
|
|
2378
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$outboundSchema
|
|
2379
|
+
),
|
|
2380
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsFieldMetaName$outboundSchema),
|
|
2381
|
+
z.lazy(() =>
|
|
2382
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$outboundSchema
|
|
2383
|
+
),
|
|
2384
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsFieldMetaDate$outboundSchema),
|
|
2385
|
+
z.lazy(() =>
|
|
2386
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$outboundSchema
|
|
2387
|
+
),
|
|
2388
|
+
z.lazy(() =>
|
|
2389
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$outboundSchema
|
|
2390
|
+
),
|
|
2391
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsFieldMetaText$outboundSchema),
|
|
2392
|
+
z.lazy(() =>
|
|
2393
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$outboundSchema
|
|
2394
|
+
),
|
|
2256
2395
|
]);
|
|
2257
2396
|
|
|
2258
2397
|
/**
|
|
2259
2398
|
* @internal
|
|
2260
2399
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2261
2400
|
*/
|
|
2262
|
-
export namespace
|
|
2263
|
-
/** @deprecated use `
|
|
2401
|
+
export namespace RecipientUpdateTemplateRecipientsFieldMetaUnion$ {
|
|
2402
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaUnion$inboundSchema` instead. */
|
|
2264
2403
|
export const inboundSchema =
|
|
2265
|
-
|
|
2266
|
-
/** @deprecated use `
|
|
2404
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion$inboundSchema;
|
|
2405
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaUnion$outboundSchema` instead. */
|
|
2267
2406
|
export const outboundSchema =
|
|
2268
|
-
|
|
2269
|
-
/** @deprecated use `
|
|
2270
|
-
export type Outbound =
|
|
2407
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion$outboundSchema;
|
|
2408
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsFieldMetaUnion$Outbound` instead. */
|
|
2409
|
+
export type Outbound =
|
|
2410
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion$Outbound;
|
|
2271
2411
|
}
|
|
2272
2412
|
|
|
2273
|
-
export function
|
|
2274
|
-
|
|
2275
|
-
|
|
2413
|
+
export function recipientUpdateTemplateRecipientsFieldMetaUnionToJSON(
|
|
2414
|
+
recipientUpdateTemplateRecipientsFieldMetaUnion:
|
|
2415
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion,
|
|
2276
2416
|
): string {
|
|
2277
2417
|
return JSON.stringify(
|
|
2278
|
-
|
|
2279
|
-
|
|
2418
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion$outboundSchema.parse(
|
|
2419
|
+
recipientUpdateTemplateRecipientsFieldMetaUnion,
|
|
2280
2420
|
),
|
|
2281
2421
|
);
|
|
2282
2422
|
}
|
|
2283
2423
|
|
|
2284
|
-
export function
|
|
2424
|
+
export function recipientUpdateTemplateRecipientsFieldMetaUnionFromJSON(
|
|
2285
2425
|
jsonString: string,
|
|
2286
2426
|
): SafeParseResult<
|
|
2287
|
-
|
|
2427
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion,
|
|
2288
2428
|
SDKValidationError
|
|
2289
2429
|
> {
|
|
2290
2430
|
return safeParse(
|
|
2291
2431
|
jsonString,
|
|
2292
2432
|
(x) =>
|
|
2293
|
-
|
|
2433
|
+
RecipientUpdateTemplateRecipientsFieldMetaUnion$inboundSchema.parse(
|
|
2294
2434
|
JSON.parse(x),
|
|
2295
2435
|
),
|
|
2296
|
-
`Failed to parse '
|
|
2436
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsFieldMetaUnion' from JSON`,
|
|
2297
2437
|
);
|
|
2298
2438
|
}
|
|
2299
2439
|
|
|
2300
2440
|
/** @internal */
|
|
2301
|
-
export const
|
|
2302
|
-
|
|
2441
|
+
export const RecipientUpdateTemplateRecipientsField$inboundSchema: z.ZodType<
|
|
2442
|
+
RecipientUpdateTemplateRecipientsField,
|
|
2303
2443
|
z.ZodTypeDef,
|
|
2304
2444
|
unknown
|
|
2305
2445
|
> = z.object({
|
|
2306
2446
|
type: RecipientUpdateTemplateRecipientsType$inboundSchema,
|
|
2307
|
-
id: z.number()
|
|
2447
|
+
id: z.number(),
|
|
2308
2448
|
secondaryId: z.string(),
|
|
2309
|
-
documentId: z.nullable(z.number()
|
|
2310
|
-
templateId: z.nullable(z.number()
|
|
2311
|
-
recipientId: z.number()
|
|
2449
|
+
documentId: z.nullable(z.number()),
|
|
2450
|
+
templateId: z.nullable(z.number()),
|
|
2451
|
+
recipientId: z.number(),
|
|
2312
2452
|
page: z.number(),
|
|
2313
2453
|
positionX: z.any().optional(),
|
|
2314
2454
|
positionY: z.any().optional(),
|
|
@@ -2318,21 +2458,39 @@ export const RecipientUpdateTemplateRecipientsFields$inboundSchema: z.ZodType<
|
|
|
2318
2458
|
inserted: z.boolean(),
|
|
2319
2459
|
fieldMeta: z.nullable(
|
|
2320
2460
|
z.union([
|
|
2321
|
-
z.lazy(() =>
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
z.lazy(() =>
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
z.lazy(() =>
|
|
2328
|
-
|
|
2329
|
-
|
|
2461
|
+
z.lazy(() =>
|
|
2462
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$inboundSchema
|
|
2463
|
+
),
|
|
2464
|
+
z.lazy(() =>
|
|
2465
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$inboundSchema
|
|
2466
|
+
),
|
|
2467
|
+
z.lazy(() =>
|
|
2468
|
+
RecipientUpdateTemplateRecipientsFieldMetaName$inboundSchema
|
|
2469
|
+
),
|
|
2470
|
+
z.lazy(() =>
|
|
2471
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$inboundSchema
|
|
2472
|
+
),
|
|
2473
|
+
z.lazy(() =>
|
|
2474
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate$inboundSchema
|
|
2475
|
+
),
|
|
2476
|
+
z.lazy(() =>
|
|
2477
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$inboundSchema
|
|
2478
|
+
),
|
|
2479
|
+
z.lazy(() =>
|
|
2480
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$inboundSchema
|
|
2481
|
+
),
|
|
2482
|
+
z.lazy(() =>
|
|
2483
|
+
RecipientUpdateTemplateRecipientsFieldMetaText$inboundSchema
|
|
2484
|
+
),
|
|
2485
|
+
z.lazy(() =>
|
|
2486
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$inboundSchema
|
|
2487
|
+
),
|
|
2330
2488
|
]),
|
|
2331
2489
|
),
|
|
2332
2490
|
});
|
|
2333
2491
|
|
|
2334
2492
|
/** @internal */
|
|
2335
|
-
export type
|
|
2493
|
+
export type RecipientUpdateTemplateRecipientsField$Outbound = {
|
|
2336
2494
|
type: string;
|
|
2337
2495
|
id: number;
|
|
2338
2496
|
secondaryId: string;
|
|
@@ -2347,30 +2505,30 @@ export type RecipientUpdateTemplateRecipientsFields$Outbound = {
|
|
|
2347
2505
|
customText: string;
|
|
2348
2506
|
inserted: boolean;
|
|
2349
2507
|
fieldMeta:
|
|
2350
|
-
|
|
|
2351
|
-
|
|
|
2352
|
-
|
|
|
2353
|
-
|
|
|
2354
|
-
|
|
|
2355
|
-
|
|
|
2356
|
-
|
|
|
2357
|
-
|
|
|
2358
|
-
|
|
|
2508
|
+
| RecipientUpdateTemplateRecipientsFieldMetaRadio$Outbound
|
|
2509
|
+
| RecipientUpdateTemplateRecipientsFieldMetaInitials$Outbound
|
|
2510
|
+
| RecipientUpdateTemplateRecipientsFieldMetaName$Outbound
|
|
2511
|
+
| RecipientUpdateTemplateRecipientsFieldMetaEmail$Outbound
|
|
2512
|
+
| RecipientUpdateTemplateRecipientsFieldMetaDate$Outbound
|
|
2513
|
+
| RecipientUpdateTemplateRecipientsFieldMetaDropdown$Outbound
|
|
2514
|
+
| RecipientUpdateTemplateRecipientsFieldMetaCheckbox$Outbound
|
|
2515
|
+
| RecipientUpdateTemplateRecipientsFieldMetaText$Outbound
|
|
2516
|
+
| RecipientUpdateTemplateRecipientsFieldMetaNumber$Outbound
|
|
2359
2517
|
| null;
|
|
2360
2518
|
};
|
|
2361
2519
|
|
|
2362
2520
|
/** @internal */
|
|
2363
|
-
export const
|
|
2364
|
-
|
|
2521
|
+
export const RecipientUpdateTemplateRecipientsField$outboundSchema: z.ZodType<
|
|
2522
|
+
RecipientUpdateTemplateRecipientsField$Outbound,
|
|
2365
2523
|
z.ZodTypeDef,
|
|
2366
|
-
|
|
2524
|
+
RecipientUpdateTemplateRecipientsField
|
|
2367
2525
|
> = z.object({
|
|
2368
2526
|
type: RecipientUpdateTemplateRecipientsType$outboundSchema,
|
|
2369
|
-
id: z.number()
|
|
2527
|
+
id: z.number(),
|
|
2370
2528
|
secondaryId: z.string(),
|
|
2371
|
-
documentId: z.nullable(z.number()
|
|
2372
|
-
templateId: z.nullable(z.number()
|
|
2373
|
-
recipientId: z.number()
|
|
2529
|
+
documentId: z.nullable(z.number()),
|
|
2530
|
+
templateId: z.nullable(z.number()),
|
|
2531
|
+
recipientId: z.number(),
|
|
2374
2532
|
page: z.number(),
|
|
2375
2533
|
positionX: z.any().optional(),
|
|
2376
2534
|
positionY: z.any().optional(),
|
|
@@ -2380,15 +2538,33 @@ export const RecipientUpdateTemplateRecipientsFields$outboundSchema: z.ZodType<
|
|
|
2380
2538
|
inserted: z.boolean(),
|
|
2381
2539
|
fieldMeta: z.nullable(
|
|
2382
2540
|
z.union([
|
|
2383
|
-
z.lazy(() =>
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
z.lazy(() =>
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
z.lazy(() =>
|
|
2390
|
-
|
|
2391
|
-
|
|
2541
|
+
z.lazy(() =>
|
|
2542
|
+
RecipientUpdateTemplateRecipientsFieldMetaRadio$outboundSchema
|
|
2543
|
+
),
|
|
2544
|
+
z.lazy(() =>
|
|
2545
|
+
RecipientUpdateTemplateRecipientsFieldMetaInitials$outboundSchema
|
|
2546
|
+
),
|
|
2547
|
+
z.lazy(() =>
|
|
2548
|
+
RecipientUpdateTemplateRecipientsFieldMetaName$outboundSchema
|
|
2549
|
+
),
|
|
2550
|
+
z.lazy(() =>
|
|
2551
|
+
RecipientUpdateTemplateRecipientsFieldMetaEmail$outboundSchema
|
|
2552
|
+
),
|
|
2553
|
+
z.lazy(() =>
|
|
2554
|
+
RecipientUpdateTemplateRecipientsFieldMetaDate$outboundSchema
|
|
2555
|
+
),
|
|
2556
|
+
z.lazy(() =>
|
|
2557
|
+
RecipientUpdateTemplateRecipientsFieldMetaDropdown$outboundSchema
|
|
2558
|
+
),
|
|
2559
|
+
z.lazy(() =>
|
|
2560
|
+
RecipientUpdateTemplateRecipientsFieldMetaCheckbox$outboundSchema
|
|
2561
|
+
),
|
|
2562
|
+
z.lazy(() =>
|
|
2563
|
+
RecipientUpdateTemplateRecipientsFieldMetaText$outboundSchema
|
|
2564
|
+
),
|
|
2565
|
+
z.lazy(() =>
|
|
2566
|
+
RecipientUpdateTemplateRecipientsFieldMetaNumber$outboundSchema
|
|
2567
|
+
),
|
|
2392
2568
|
]),
|
|
2393
2569
|
),
|
|
2394
2570
|
});
|
|
@@ -2397,59 +2573,53 @@ export const RecipientUpdateTemplateRecipientsFields$outboundSchema: z.ZodType<
|
|
|
2397
2573
|
* @internal
|
|
2398
2574
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2399
2575
|
*/
|
|
2400
|
-
export namespace
|
|
2401
|
-
/** @deprecated use `
|
|
2576
|
+
export namespace RecipientUpdateTemplateRecipientsField$ {
|
|
2577
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsField$inboundSchema` instead. */
|
|
2402
2578
|
export const inboundSchema =
|
|
2403
|
-
|
|
2404
|
-
/** @deprecated use `
|
|
2579
|
+
RecipientUpdateTemplateRecipientsField$inboundSchema;
|
|
2580
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsField$outboundSchema` instead. */
|
|
2405
2581
|
export const outboundSchema =
|
|
2406
|
-
|
|
2407
|
-
/** @deprecated use `
|
|
2408
|
-
export type Outbound =
|
|
2582
|
+
RecipientUpdateTemplateRecipientsField$outboundSchema;
|
|
2583
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsField$Outbound` instead. */
|
|
2584
|
+
export type Outbound = RecipientUpdateTemplateRecipientsField$Outbound;
|
|
2409
2585
|
}
|
|
2410
2586
|
|
|
2411
|
-
export function
|
|
2412
|
-
|
|
2413
|
-
|
|
2587
|
+
export function recipientUpdateTemplateRecipientsFieldToJSON(
|
|
2588
|
+
recipientUpdateTemplateRecipientsField:
|
|
2589
|
+
RecipientUpdateTemplateRecipientsField,
|
|
2414
2590
|
): string {
|
|
2415
2591
|
return JSON.stringify(
|
|
2416
|
-
|
|
2417
|
-
|
|
2592
|
+
RecipientUpdateTemplateRecipientsField$outboundSchema.parse(
|
|
2593
|
+
recipientUpdateTemplateRecipientsField,
|
|
2418
2594
|
),
|
|
2419
2595
|
);
|
|
2420
2596
|
}
|
|
2421
2597
|
|
|
2422
|
-
export function
|
|
2598
|
+
export function recipientUpdateTemplateRecipientsFieldFromJSON(
|
|
2423
2599
|
jsonString: string,
|
|
2424
|
-
): SafeParseResult<
|
|
2425
|
-
RecipientUpdateTemplateRecipientsFields,
|
|
2426
|
-
SDKValidationError
|
|
2427
|
-
> {
|
|
2600
|
+
): SafeParseResult<RecipientUpdateTemplateRecipientsField, SDKValidationError> {
|
|
2428
2601
|
return safeParse(
|
|
2429
2602
|
jsonString,
|
|
2430
2603
|
(x) =>
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
),
|
|
2434
|
-
`Failed to parse 'RecipientUpdateTemplateRecipientsFields' from JSON`,
|
|
2604
|
+
RecipientUpdateTemplateRecipientsField$inboundSchema.parse(JSON.parse(x)),
|
|
2605
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsField' from JSON`,
|
|
2435
2606
|
);
|
|
2436
2607
|
}
|
|
2437
2608
|
|
|
2438
2609
|
/** @internal */
|
|
2439
|
-
export const
|
|
2610
|
+
export const RecipientUpdateTemplateRecipientsRecipientResponse$inboundSchema:
|
|
2440
2611
|
z.ZodType<
|
|
2441
|
-
|
|
2612
|
+
RecipientUpdateTemplateRecipientsRecipientResponse,
|
|
2442
2613
|
z.ZodTypeDef,
|
|
2443
2614
|
unknown
|
|
2444
2615
|
> = z.object({
|
|
2445
|
-
role:
|
|
2446
|
-
RecipientUpdateTemplateRecipientsTemplatesRecipientsRole$inboundSchema,
|
|
2616
|
+
role: RecipientUpdateTemplateRecipientsRoleResponse$inboundSchema,
|
|
2447
2617
|
readStatus: RecipientUpdateTemplateRecipientsReadStatus$inboundSchema,
|
|
2448
2618
|
signingStatus: RecipientUpdateTemplateRecipientsSigningStatus$inboundSchema,
|
|
2449
2619
|
sendStatus: RecipientUpdateTemplateRecipientsSendStatus$inboundSchema,
|
|
2450
|
-
id: z.number()
|
|
2451
|
-
documentId: z.nullable(z.number()
|
|
2452
|
-
templateId: z.nullable(z.number()
|
|
2620
|
+
id: z.number(),
|
|
2621
|
+
documentId: z.nullable(z.number()),
|
|
2622
|
+
templateId: z.nullable(z.number()),
|
|
2453
2623
|
email: z.string(),
|
|
2454
2624
|
name: z.string(),
|
|
2455
2625
|
token: z.string(),
|
|
@@ -2462,48 +2632,46 @@ export const RecipientUpdateTemplateRecipientsTemplatesRecipientsRecipients$inbo
|
|
|
2462
2632
|
signingOrder: z.nullable(z.number()),
|
|
2463
2633
|
rejectionReason: z.nullable(z.string()),
|
|
2464
2634
|
fields: z.array(
|
|
2465
|
-
z.lazy(() =>
|
|
2635
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsField$inboundSchema),
|
|
2466
2636
|
),
|
|
2467
2637
|
});
|
|
2468
2638
|
|
|
2469
2639
|
/** @internal */
|
|
2470
|
-
export type
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
export const RecipientUpdateTemplateRecipientsTemplatesRecipientsRecipients$outboundSchema:
|
|
2640
|
+
export type RecipientUpdateTemplateRecipientsRecipientResponse$Outbound = {
|
|
2641
|
+
role: string;
|
|
2642
|
+
readStatus: string;
|
|
2643
|
+
signingStatus: string;
|
|
2644
|
+
sendStatus: string;
|
|
2645
|
+
id: number;
|
|
2646
|
+
documentId: number | null;
|
|
2647
|
+
templateId: number | null;
|
|
2648
|
+
email: string;
|
|
2649
|
+
name: string;
|
|
2650
|
+
token: string;
|
|
2651
|
+
documentDeletedAt: string | null;
|
|
2652
|
+
expired: string | null;
|
|
2653
|
+
signedAt: string | null;
|
|
2654
|
+
authOptions: RecipientUpdateTemplateRecipientsAuthOptions$Outbound | null;
|
|
2655
|
+
signingOrder: number | null;
|
|
2656
|
+
rejectionReason: string | null;
|
|
2657
|
+
fields: Array<RecipientUpdateTemplateRecipientsField$Outbound>;
|
|
2658
|
+
};
|
|
2659
|
+
|
|
2660
|
+
/** @internal */
|
|
2661
|
+
export const RecipientUpdateTemplateRecipientsRecipientResponse$outboundSchema:
|
|
2493
2662
|
z.ZodType<
|
|
2494
|
-
|
|
2663
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$Outbound,
|
|
2495
2664
|
z.ZodTypeDef,
|
|
2496
|
-
|
|
2665
|
+
RecipientUpdateTemplateRecipientsRecipientResponse
|
|
2497
2666
|
> = z.object({
|
|
2498
|
-
role:
|
|
2499
|
-
RecipientUpdateTemplateRecipientsTemplatesRecipientsRole$outboundSchema,
|
|
2667
|
+
role: RecipientUpdateTemplateRecipientsRoleResponse$outboundSchema,
|
|
2500
2668
|
readStatus: RecipientUpdateTemplateRecipientsReadStatus$outboundSchema,
|
|
2501
2669
|
signingStatus:
|
|
2502
2670
|
RecipientUpdateTemplateRecipientsSigningStatus$outboundSchema,
|
|
2503
2671
|
sendStatus: RecipientUpdateTemplateRecipientsSendStatus$outboundSchema,
|
|
2504
|
-
id: z.number()
|
|
2505
|
-
documentId: z.nullable(z.number()
|
|
2506
|
-
templateId: z.nullable(z.number()
|
|
2672
|
+
id: z.number(),
|
|
2673
|
+
documentId: z.nullable(z.number()),
|
|
2674
|
+
templateId: z.nullable(z.number()),
|
|
2507
2675
|
email: z.string(),
|
|
2508
2676
|
name: z.string(),
|
|
2509
2677
|
token: z.string(),
|
|
@@ -2516,7 +2684,7 @@ export const RecipientUpdateTemplateRecipientsTemplatesRecipientsRecipients$outb
|
|
|
2516
2684
|
signingOrder: z.nullable(z.number()),
|
|
2517
2685
|
rejectionReason: z.nullable(z.string()),
|
|
2518
2686
|
fields: z.array(
|
|
2519
|
-
z.lazy(() =>
|
|
2687
|
+
z.lazy(() => RecipientUpdateTemplateRecipientsField$outboundSchema),
|
|
2520
2688
|
),
|
|
2521
2689
|
});
|
|
2522
2690
|
|
|
@@ -2524,74 +2692,75 @@ export const RecipientUpdateTemplateRecipientsTemplatesRecipientsRecipients$outb
|
|
|
2524
2692
|
* @internal
|
|
2525
2693
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2526
2694
|
*/
|
|
2527
|
-
export namespace
|
|
2528
|
-
/** @deprecated use `
|
|
2695
|
+
export namespace RecipientUpdateTemplateRecipientsRecipientResponse$ {
|
|
2696
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRecipientResponse$inboundSchema` instead. */
|
|
2529
2697
|
export const inboundSchema =
|
|
2530
|
-
|
|
2531
|
-
/** @deprecated use `
|
|
2698
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$inboundSchema;
|
|
2699
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRecipientResponse$outboundSchema` instead. */
|
|
2532
2700
|
export const outboundSchema =
|
|
2533
|
-
|
|
2534
|
-
/** @deprecated use `
|
|
2701
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$outboundSchema;
|
|
2702
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsRecipientResponse$Outbound` instead. */
|
|
2535
2703
|
export type Outbound =
|
|
2536
|
-
|
|
2704
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$Outbound;
|
|
2537
2705
|
}
|
|
2538
2706
|
|
|
2539
|
-
export function
|
|
2540
|
-
|
|
2541
|
-
|
|
2707
|
+
export function recipientUpdateTemplateRecipientsRecipientResponseToJSON(
|
|
2708
|
+
recipientUpdateTemplateRecipientsRecipientResponse:
|
|
2709
|
+
RecipientUpdateTemplateRecipientsRecipientResponse,
|
|
2542
2710
|
): string {
|
|
2543
2711
|
return JSON.stringify(
|
|
2544
|
-
|
|
2545
|
-
|
|
2712
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$outboundSchema.parse(
|
|
2713
|
+
recipientUpdateTemplateRecipientsRecipientResponse,
|
|
2714
|
+
),
|
|
2546
2715
|
);
|
|
2547
2716
|
}
|
|
2548
2717
|
|
|
2549
|
-
export function
|
|
2718
|
+
export function recipientUpdateTemplateRecipientsRecipientResponseFromJSON(
|
|
2550
2719
|
jsonString: string,
|
|
2551
2720
|
): SafeParseResult<
|
|
2552
|
-
|
|
2721
|
+
RecipientUpdateTemplateRecipientsRecipientResponse,
|
|
2553
2722
|
SDKValidationError
|
|
2554
2723
|
> {
|
|
2555
2724
|
return safeParse(
|
|
2556
2725
|
jsonString,
|
|
2557
2726
|
(x) =>
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2727
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$inboundSchema.parse(
|
|
2728
|
+
JSON.parse(x),
|
|
2729
|
+
),
|
|
2730
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsRecipientResponse' from JSON`,
|
|
2561
2731
|
);
|
|
2562
2732
|
}
|
|
2563
2733
|
|
|
2564
2734
|
/** @internal */
|
|
2565
|
-
export const
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
RecipientUpdateTemplateRecipientsTemplatesRecipientsRecipients$inboundSchema
|
|
2574
|
-
),
|
|
2735
|
+
export const RecipientUpdateTemplateRecipientsResponse$inboundSchema: z.ZodType<
|
|
2736
|
+
RecipientUpdateTemplateRecipientsResponse,
|
|
2737
|
+
z.ZodTypeDef,
|
|
2738
|
+
unknown
|
|
2739
|
+
> = z.object({
|
|
2740
|
+
recipients: z.array(
|
|
2741
|
+
z.lazy(() =>
|
|
2742
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$inboundSchema
|
|
2575
2743
|
),
|
|
2576
|
-
|
|
2744
|
+
),
|
|
2745
|
+
});
|
|
2577
2746
|
|
|
2578
2747
|
/** @internal */
|
|
2579
|
-
export type
|
|
2748
|
+
export type RecipientUpdateTemplateRecipientsResponse$Outbound = {
|
|
2580
2749
|
recipients: Array<
|
|
2581
|
-
|
|
2750
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$Outbound
|
|
2582
2751
|
>;
|
|
2583
2752
|
};
|
|
2584
2753
|
|
|
2585
2754
|
/** @internal */
|
|
2586
|
-
export const
|
|
2755
|
+
export const RecipientUpdateTemplateRecipientsResponse$outboundSchema:
|
|
2587
2756
|
z.ZodType<
|
|
2588
|
-
|
|
2757
|
+
RecipientUpdateTemplateRecipientsResponse$Outbound,
|
|
2589
2758
|
z.ZodTypeDef,
|
|
2590
|
-
|
|
2759
|
+
RecipientUpdateTemplateRecipientsResponse
|
|
2591
2760
|
> = z.object({
|
|
2592
2761
|
recipients: z.array(
|
|
2593
2762
|
z.lazy(() =>
|
|
2594
|
-
|
|
2763
|
+
RecipientUpdateTemplateRecipientsRecipientResponse$outboundSchema
|
|
2595
2764
|
),
|
|
2596
2765
|
),
|
|
2597
2766
|
});
|
|
@@ -2600,40 +2769,40 @@ export const RecipientUpdateTemplateRecipientsResponseBody$outboundSchema:
|
|
|
2600
2769
|
* @internal
|
|
2601
2770
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2602
2771
|
*/
|
|
2603
|
-
export namespace
|
|
2604
|
-
/** @deprecated use `
|
|
2772
|
+
export namespace RecipientUpdateTemplateRecipientsResponse$ {
|
|
2773
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsResponse$inboundSchema` instead. */
|
|
2605
2774
|
export const inboundSchema =
|
|
2606
|
-
|
|
2607
|
-
/** @deprecated use `
|
|
2775
|
+
RecipientUpdateTemplateRecipientsResponse$inboundSchema;
|
|
2776
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsResponse$outboundSchema` instead. */
|
|
2608
2777
|
export const outboundSchema =
|
|
2609
|
-
|
|
2610
|
-
/** @deprecated use `
|
|
2611
|
-
export type Outbound =
|
|
2778
|
+
RecipientUpdateTemplateRecipientsResponse$outboundSchema;
|
|
2779
|
+
/** @deprecated use `RecipientUpdateTemplateRecipientsResponse$Outbound` instead. */
|
|
2780
|
+
export type Outbound = RecipientUpdateTemplateRecipientsResponse$Outbound;
|
|
2612
2781
|
}
|
|
2613
2782
|
|
|
2614
|
-
export function
|
|
2615
|
-
|
|
2616
|
-
|
|
2783
|
+
export function recipientUpdateTemplateRecipientsResponseToJSON(
|
|
2784
|
+
recipientUpdateTemplateRecipientsResponse:
|
|
2785
|
+
RecipientUpdateTemplateRecipientsResponse,
|
|
2617
2786
|
): string {
|
|
2618
2787
|
return JSON.stringify(
|
|
2619
|
-
|
|
2620
|
-
|
|
2788
|
+
RecipientUpdateTemplateRecipientsResponse$outboundSchema.parse(
|
|
2789
|
+
recipientUpdateTemplateRecipientsResponse,
|
|
2621
2790
|
),
|
|
2622
2791
|
);
|
|
2623
2792
|
}
|
|
2624
2793
|
|
|
2625
|
-
export function
|
|
2794
|
+
export function recipientUpdateTemplateRecipientsResponseFromJSON(
|
|
2626
2795
|
jsonString: string,
|
|
2627
2796
|
): SafeParseResult<
|
|
2628
|
-
|
|
2797
|
+
RecipientUpdateTemplateRecipientsResponse,
|
|
2629
2798
|
SDKValidationError
|
|
2630
2799
|
> {
|
|
2631
2800
|
return safeParse(
|
|
2632
2801
|
jsonString,
|
|
2633
2802
|
(x) =>
|
|
2634
|
-
|
|
2803
|
+
RecipientUpdateTemplateRecipientsResponse$inboundSchema.parse(
|
|
2635
2804
|
JSON.parse(x),
|
|
2636
2805
|
),
|
|
2637
|
-
`Failed to parse '
|
|
2806
|
+
`Failed to parse 'RecipientUpdateTemplateRecipientsResponse' from JSON`,
|
|
2638
2807
|
);
|
|
2639
2808
|
}
|