@adaptive-ds/zitadel-cli 0.1.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/LICENSE +22 -0
- package/README.md +304 -0
- package/dist/api/apiCall.d.ts +18 -0
- package/dist/api/apiCall.d.ts.map +1 -0
- package/dist/api/apiCall.js +54 -0
- package/dist/api/apiCall.js.map +1 -0
- package/dist/api/apiCatalogList.d.ts +15 -0
- package/dist/api/apiCatalogList.d.ts.map +1 -0
- package/dist/api/apiCatalogList.js +22 -0
- package/dist/api/apiCatalogList.js.map +1 -0
- package/dist/api/apiMessageDescribe.d.ts +19 -0
- package/dist/api/apiMessageDescribe.d.ts.map +1 -0
- package/dist/api/apiMessageDescribe.js +47 -0
- package/dist/api/apiMessageDescribe.js.map +1 -0
- package/dist/api/apiMetadataSerialize.d.ts +4 -0
- package/dist/api/apiMetadataSerialize.d.ts.map +1 -0
- package/dist/api/apiMetadataSerialize.js +19 -0
- package/dist/api/apiMetadataSerialize.js.map +1 -0
- package/dist/api/apiMethodDescribe.d.ts +29 -0
- package/dist/api/apiMethodDescribe.d.ts.map +1 -0
- package/dist/api/apiMethodDescribe.js +30 -0
- package/dist/api/apiMethodDescribe.js.map +1 -0
- package/dist/api/apiMethodFind.d.ts +4 -0
- package/dist/api/apiMethodFind.d.ts.map +1 -0
- package/dist/api/apiMethodFind.js +33 -0
- package/dist/api/apiMethodFind.js.map +1 -0
- package/dist/api/apiPolicy.d.ts +13 -0
- package/dist/api/apiPolicy.d.ts.map +1 -0
- package/dist/api/apiPolicy.js +13 -0
- package/dist/api/apiPolicy.js.map +1 -0
- package/dist/api/apiServiceDescribe.d.ts +35 -0
- package/dist/api/apiServiceDescribe.d.ts.map +1 -0
- package/dist/api/apiServiceDescribe.js +38 -0
- package/dist/api/apiServiceDescribe.js.map +1 -0
- package/dist/api/apiServiceFind.d.ts +4 -0
- package/dist/api/apiServiceFind.d.ts.map +1 -0
- package/dist/api/apiServiceFind.js +22 -0
- package/dist/api/apiServiceFind.js.map +1 -0
- package/dist/api/index.d.ts +16 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +10 -0
- package/dist/api/index.js.map +1 -0
- package/dist/catalog/index.d.ts +6 -0
- package/dist/catalog/index.d.ts.map +1 -0
- package/dist/catalog/index.js +5 -0
- package/dist/catalog/index.js.map +1 -0
- package/dist/catalog/legacyServiceCatalog.d.ts +2 -0
- package/dist/catalog/legacyServiceCatalog.d.ts.map +1 -0
- package/dist/catalog/legacyServiceCatalog.js +4 -0
- package/dist/catalog/legacyServiceCatalog.js.map +1 -0
- package/dist/catalog/methodCatalog.d.ts +3 -0
- package/dist/catalog/methodCatalog.d.ts.map +1 -0
- package/dist/catalog/methodCatalog.js +3 -0
- package/dist/catalog/methodCatalog.js.map +1 -0
- package/dist/catalog/serviceCatalog.d.ts +2 -0
- package/dist/catalog/serviceCatalog.d.ts.map +1 -0
- package/dist/catalog/serviceCatalog.js +4 -0
- package/dist/catalog/serviceCatalog.js.map +1 -0
- package/dist/catalog/serviceCatalogCreate.d.ts +22 -0
- package/dist/catalog/serviceCatalogCreate.d.ts.map +1 -0
- package/dist/catalog/serviceCatalogCreate.js +26 -0
- package/dist/catalog/serviceCatalogCreate.js.map +1 -0
- package/dist/catalog/v2ServiceCatalog.d.ts +2 -0
- package/dist/catalog/v2ServiceCatalog.d.ts.map +1 -0
- package/dist/catalog/v2ServiceCatalog.js +16 -0
- package/dist/catalog/v2ServiceCatalog.js.map +1 -0
- package/dist/cli/actionsExecutionFunctionsListCommand.d.ts +7 -0
- package/dist/cli/actionsExecutionFunctionsListCommand.d.ts.map +1 -0
- package/dist/cli/actionsExecutionFunctionsListCommand.js +21 -0
- package/dist/cli/actionsExecutionFunctionsListCommand.js.map +1 -0
- package/dist/cli/actionsExecutionMethodsListCommand.d.ts +7 -0
- package/dist/cli/actionsExecutionMethodsListCommand.d.ts.map +1 -0
- package/dist/cli/actionsExecutionMethodsListCommand.js +21 -0
- package/dist/cli/actionsExecutionMethodsListCommand.js.map +1 -0
- package/dist/cli/actionsExecutionServicesListCommand.d.ts +7 -0
- package/dist/cli/actionsExecutionServicesListCommand.d.ts.map +1 -0
- package/dist/cli/actionsExecutionServicesListCommand.js +21 -0
- package/dist/cli/actionsExecutionServicesListCommand.js.map +1 -0
- package/dist/cli/actionsExecutionsListCommand.d.ts +7 -0
- package/dist/cli/actionsExecutionsListCommand.d.ts.map +1 -0
- package/dist/cli/actionsExecutionsListCommand.js +21 -0
- package/dist/cli/actionsExecutionsListCommand.js.map +1 -0
- package/dist/cli/actionsExecutionsSetCommand.d.ts +7 -0
- package/dist/cli/actionsExecutionsSetCommand.d.ts.map +1 -0
- package/dist/cli/actionsExecutionsSetCommand.js +21 -0
- package/dist/cli/actionsExecutionsSetCommand.js.map +1 -0
- package/dist/cli/actionsPublicKeysListCommand.d.ts +7 -0
- package/dist/cli/actionsPublicKeysListCommand.d.ts.map +1 -0
- package/dist/cli/actionsPublicKeysListCommand.js +21 -0
- package/dist/cli/actionsPublicKeysListCommand.js.map +1 -0
- package/dist/cli/actionsRemovePublicKeyCommand.d.ts +7 -0
- package/dist/cli/actionsRemovePublicKeyCommand.d.ts.map +1 -0
- package/dist/cli/actionsRemovePublicKeyCommand.js +21 -0
- package/dist/cli/actionsRemovePublicKeyCommand.js.map +1 -0
- package/dist/cli/actionsTargetsActivatePublicKeyCommand.d.ts +7 -0
- package/dist/cli/actionsTargetsActivatePublicKeyCommand.d.ts.map +1 -0
- package/dist/cli/actionsTargetsActivatePublicKeyCommand.js +21 -0
- package/dist/cli/actionsTargetsActivatePublicKeyCommand.js.map +1 -0
- package/dist/cli/actionsTargetsAddPublicKeyCommand.d.ts +7 -0
- package/dist/cli/actionsTargetsAddPublicKeyCommand.d.ts.map +1 -0
- package/dist/cli/actionsTargetsAddPublicKeyCommand.js +21 -0
- package/dist/cli/actionsTargetsAddPublicKeyCommand.js.map +1 -0
- package/dist/cli/actionsTargetsCreateCommand.d.ts +7 -0
- package/dist/cli/actionsTargetsCreateCommand.d.ts.map +1 -0
- package/dist/cli/actionsTargetsCreateCommand.js +21 -0
- package/dist/cli/actionsTargetsCreateCommand.js.map +1 -0
- package/dist/cli/actionsTargetsDeactivatePublicKeyCommand.d.ts +7 -0
- package/dist/cli/actionsTargetsDeactivatePublicKeyCommand.d.ts.map +1 -0
- package/dist/cli/actionsTargetsDeactivatePublicKeyCommand.js +21 -0
- package/dist/cli/actionsTargetsDeactivatePublicKeyCommand.js.map +1 -0
- package/dist/cli/actionsTargetsDeleteCommand.d.ts +7 -0
- package/dist/cli/actionsTargetsDeleteCommand.d.ts.map +1 -0
- package/dist/cli/actionsTargetsDeleteCommand.js +21 -0
- package/dist/cli/actionsTargetsDeleteCommand.js.map +1 -0
- package/dist/cli/actionsTargetsGetCommand.d.ts +7 -0
- package/dist/cli/actionsTargetsGetCommand.d.ts.map +1 -0
- package/dist/cli/actionsTargetsGetCommand.js +21 -0
- package/dist/cli/actionsTargetsGetCommand.js.map +1 -0
- package/dist/cli/actionsTargetsListCommand.d.ts +7 -0
- package/dist/cli/actionsTargetsListCommand.d.ts.map +1 -0
- package/dist/cli/actionsTargetsListCommand.js +21 -0
- package/dist/cli/actionsTargetsListCommand.js.map +1 -0
- package/dist/cli/actionsTargetsUpdateCommand.d.ts +7 -0
- package/dist/cli/actionsTargetsUpdateCommand.d.ts.map +1 -0
- package/dist/cli/actionsTargetsUpdateCommand.js +21 -0
- package/dist/cli/actionsTargetsUpdateCommand.js.map +1 -0
- package/dist/cli/adminAddGoogleProviderCommand.d.ts +8 -0
- package/dist/cli/adminAddGoogleProviderCommand.d.ts.map +1 -0
- package/dist/cli/adminAddGoogleProviderCommand.js +21 -0
- package/dist/cli/adminAddGoogleProviderCommand.js.map +1 -0
- package/dist/cli/apiCallCommand.d.ts +3 -0
- package/dist/cli/apiCallCommand.d.ts.map +1 -0
- package/dist/cli/apiCallCommand.js +94 -0
- package/dist/cli/apiCallCommand.js.map +1 -0
- package/dist/cli/apiDescribeCommand.d.ts +3 -0
- package/dist/cli/apiDescribeCommand.d.ts.map +1 -0
- package/dist/cli/apiDescribeCommand.js +55 -0
- package/dist/cli/apiDescribeCommand.js.map +1 -0
- package/dist/cli/apiListCommand.d.ts +3 -0
- package/dist/cli/apiListCommand.d.ts.map +1 -0
- package/dist/cli/apiListCommand.js +44 -0
- package/dist/cli/apiListCommand.js.map +1 -0
- package/dist/cli/applicationsCreateCommand.d.ts +7 -0
- package/dist/cli/applicationsCreateCommand.d.ts.map +1 -0
- package/dist/cli/applicationsCreateCommand.js +21 -0
- package/dist/cli/applicationsCreateCommand.js.map +1 -0
- package/dist/cli/applicationsCreateKeyCommand.d.ts +7 -0
- package/dist/cli/applicationsCreateKeyCommand.d.ts.map +1 -0
- package/dist/cli/applicationsCreateKeyCommand.js +21 -0
- package/dist/cli/applicationsCreateKeyCommand.js.map +1 -0
- package/dist/cli/applicationsDeactivateCommand.d.ts +7 -0
- package/dist/cli/applicationsDeactivateCommand.d.ts.map +1 -0
- package/dist/cli/applicationsDeactivateCommand.js +21 -0
- package/dist/cli/applicationsDeactivateCommand.js.map +1 -0
- package/dist/cli/applicationsDeleteApplicationKeyCommand.d.ts +7 -0
- package/dist/cli/applicationsDeleteApplicationKeyCommand.d.ts.map +1 -0
- package/dist/cli/applicationsDeleteApplicationKeyCommand.js +21 -0
- package/dist/cli/applicationsDeleteApplicationKeyCommand.js.map +1 -0
- package/dist/cli/applicationsDeleteCommand.d.ts +7 -0
- package/dist/cli/applicationsDeleteCommand.d.ts.map +1 -0
- package/dist/cli/applicationsDeleteCommand.js +21 -0
- package/dist/cli/applicationsDeleteCommand.js.map +1 -0
- package/dist/cli/applicationsGenerateClientSecretCommand.d.ts +7 -0
- package/dist/cli/applicationsGenerateClientSecretCommand.d.ts.map +1 -0
- package/dist/cli/applicationsGenerateClientSecretCommand.js +21 -0
- package/dist/cli/applicationsGenerateClientSecretCommand.js.map +1 -0
- package/dist/cli/applicationsGetApplicationKeyCommand.d.ts +7 -0
- package/dist/cli/applicationsGetApplicationKeyCommand.d.ts.map +1 -0
- package/dist/cli/applicationsGetApplicationKeyCommand.js +21 -0
- package/dist/cli/applicationsGetApplicationKeyCommand.js.map +1 -0
- package/dist/cli/applicationsGetCommand.d.ts +7 -0
- package/dist/cli/applicationsGetCommand.d.ts.map +1 -0
- package/dist/cli/applicationsGetCommand.js +21 -0
- package/dist/cli/applicationsGetCommand.js.map +1 -0
- package/dist/cli/applicationsKeysListCommand.d.ts +7 -0
- package/dist/cli/applicationsKeysListCommand.d.ts.map +1 -0
- package/dist/cli/applicationsKeysListCommand.js +21 -0
- package/dist/cli/applicationsKeysListCommand.js.map +1 -0
- package/dist/cli/applicationsListCommand.d.ts +7 -0
- package/dist/cli/applicationsListCommand.d.ts.map +1 -0
- package/dist/cli/applicationsListCommand.js +21 -0
- package/dist/cli/applicationsListCommand.js.map +1 -0
- package/dist/cli/applicationsReactivateCommand.d.ts +7 -0
- package/dist/cli/applicationsReactivateCommand.d.ts.map +1 -0
- package/dist/cli/applicationsReactivateCommand.js +21 -0
- package/dist/cli/applicationsReactivateCommand.js.map +1 -0
- package/dist/cli/applicationsUpdateCommand.d.ts +7 -0
- package/dist/cli/applicationsUpdateCommand.d.ts.map +1 -0
- package/dist/cli/applicationsUpdateCommand.js +21 -0
- package/dist/cli/applicationsUpdateCommand.js.map +1 -0
- package/dist/cli/endpointCommandBuild.d.ts +28 -0
- package/dist/cli/endpointCommandBuild.d.ts.map +1 -0
- package/dist/cli/endpointCommandBuild.js +92 -0
- package/dist/cli/endpointCommandBuild.js.map +1 -0
- package/dist/cli/internalPermissionsCreateAdministratorCommand.d.ts +7 -0
- package/dist/cli/internalPermissionsCreateAdministratorCommand.d.ts.map +1 -0
- package/dist/cli/internalPermissionsCreateAdministratorCommand.js +21 -0
- package/dist/cli/internalPermissionsCreateAdministratorCommand.js.map +1 -0
- package/dist/cli/internalPermissionsDeleteAdministratorCommand.d.ts +7 -0
- package/dist/cli/internalPermissionsDeleteAdministratorCommand.d.ts.map +1 -0
- package/dist/cli/internalPermissionsDeleteAdministratorCommand.js +21 -0
- package/dist/cli/internalPermissionsDeleteAdministratorCommand.js.map +1 -0
- package/dist/cli/internalPermissionsListAdministratorsCommand.d.ts +7 -0
- package/dist/cli/internalPermissionsListAdministratorsCommand.d.ts.map +1 -0
- package/dist/cli/internalPermissionsListAdministratorsCommand.js +21 -0
- package/dist/cli/internalPermissionsListAdministratorsCommand.js.map +1 -0
- package/dist/cli/internalPermissionsUpdateAdministratorCommand.d.ts +7 -0
- package/dist/cli/internalPermissionsUpdateAdministratorCommand.d.ts.map +1 -0
- package/dist/cli/internalPermissionsUpdateAdministratorCommand.js +21 -0
- package/dist/cli/internalPermissionsUpdateAdministratorCommand.js.map +1 -0
- package/dist/cli/oidcDiscoveryCommand.d.ts +8 -0
- package/dist/cli/oidcDiscoveryCommand.d.ts.map +1 -0
- package/dist/cli/oidcDiscoveryCommand.js +72 -0
- package/dist/cli/oidcDiscoveryCommand.js.map +1 -0
- package/dist/cli/oidcUserInfoCommand.d.ts +9 -0
- package/dist/cli/oidcUserInfoCommand.d.ts.map +1 -0
- package/dist/cli/oidcUserInfoCommand.js +110 -0
- package/dist/cli/oidcUserInfoCommand.js.map +1 -0
- package/dist/cli/organizationsActivateCommand.d.ts +7 -0
- package/dist/cli/organizationsActivateCommand.d.ts.map +1 -0
- package/dist/cli/organizationsActivateCommand.js +21 -0
- package/dist/cli/organizationsActivateCommand.js.map +1 -0
- package/dist/cli/organizationsAddCommand.d.ts +7 -0
- package/dist/cli/organizationsAddCommand.d.ts.map +1 -0
- package/dist/cli/organizationsAddCommand.js +21 -0
- package/dist/cli/organizationsAddCommand.js.map +1 -0
- package/dist/cli/organizationsAddOrganizationDomainCommand.d.ts +7 -0
- package/dist/cli/organizationsAddOrganizationDomainCommand.d.ts.map +1 -0
- package/dist/cli/organizationsAddOrganizationDomainCommand.js +21 -0
- package/dist/cli/organizationsAddOrganizationDomainCommand.js.map +1 -0
- package/dist/cli/organizationsDeactivateCommand.d.ts +7 -0
- package/dist/cli/organizationsDeactivateCommand.d.ts.map +1 -0
- package/dist/cli/organizationsDeactivateCommand.js +21 -0
- package/dist/cli/organizationsDeactivateCommand.js.map +1 -0
- package/dist/cli/organizationsDeleteCommand.d.ts +7 -0
- package/dist/cli/organizationsDeleteCommand.d.ts.map +1 -0
- package/dist/cli/organizationsDeleteCommand.js +21 -0
- package/dist/cli/organizationsDeleteCommand.js.map +1 -0
- package/dist/cli/organizationsDeleteOrganizationDomainCommand.d.ts +7 -0
- package/dist/cli/organizationsDeleteOrganizationDomainCommand.d.ts.map +1 -0
- package/dist/cli/organizationsDeleteOrganizationDomainCommand.js +21 -0
- package/dist/cli/organizationsDeleteOrganizationDomainCommand.js.map +1 -0
- package/dist/cli/organizationsDeleteOrganizationMetadataCommand.d.ts +7 -0
- package/dist/cli/organizationsDeleteOrganizationMetadataCommand.d.ts.map +1 -0
- package/dist/cli/organizationsDeleteOrganizationMetadataCommand.js +21 -0
- package/dist/cli/organizationsDeleteOrganizationMetadataCommand.js.map +1 -0
- package/dist/cli/organizationsDomainsListCommand.d.ts +7 -0
- package/dist/cli/organizationsDomainsListCommand.d.ts.map +1 -0
- package/dist/cli/organizationsDomainsListCommand.js +21 -0
- package/dist/cli/organizationsDomainsListCommand.js.map +1 -0
- package/dist/cli/organizationsGenerateOrganizationDomainValidationCommand.d.ts +7 -0
- package/dist/cli/organizationsGenerateOrganizationDomainValidationCommand.d.ts.map +1 -0
- package/dist/cli/organizationsGenerateOrganizationDomainValidationCommand.js +21 -0
- package/dist/cli/organizationsGenerateOrganizationDomainValidationCommand.js.map +1 -0
- package/dist/cli/organizationsListCommand.d.ts +7 -0
- package/dist/cli/organizationsListCommand.d.ts.map +1 -0
- package/dist/cli/organizationsListCommand.js +21 -0
- package/dist/cli/organizationsListCommand.js.map +1 -0
- package/dist/cli/organizationsListOrganizationMetadataCommand.d.ts +7 -0
- package/dist/cli/organizationsListOrganizationMetadataCommand.d.ts.map +1 -0
- package/dist/cli/organizationsListOrganizationMetadataCommand.js +21 -0
- package/dist/cli/organizationsListOrganizationMetadataCommand.js.map +1 -0
- package/dist/cli/organizationsSetOrganizationMetadataCommand.d.ts +7 -0
- package/dist/cli/organizationsSetOrganizationMetadataCommand.d.ts.map +1 -0
- package/dist/cli/organizationsSetOrganizationMetadataCommand.js +21 -0
- package/dist/cli/organizationsSetOrganizationMetadataCommand.js.map +1 -0
- package/dist/cli/organizationsUpdateCommand.d.ts +7 -0
- package/dist/cli/organizationsUpdateCommand.d.ts.map +1 -0
- package/dist/cli/organizationsUpdateCommand.js +21 -0
- package/dist/cli/organizationsUpdateCommand.js.map +1 -0
- package/dist/cli/organizationsVerifyOrganizationDomainCommand.d.ts +7 -0
- package/dist/cli/organizationsVerifyOrganizationDomainCommand.d.ts.map +1 -0
- package/dist/cli/organizationsVerifyOrganizationDomainCommand.js +21 -0
- package/dist/cli/organizationsVerifyOrganizationDomainCommand.js.map +1 -0
- package/dist/cli/projectsActivateCommand.d.ts +7 -0
- package/dist/cli/projectsActivateCommand.d.ts.map +1 -0
- package/dist/cli/projectsActivateCommand.js +21 -0
- package/dist/cli/projectsActivateCommand.js.map +1 -0
- package/dist/cli/projectsActivateProjectGrantCommand.d.ts +7 -0
- package/dist/cli/projectsActivateProjectGrantCommand.d.ts.map +1 -0
- package/dist/cli/projectsActivateProjectGrantCommand.js +21 -0
- package/dist/cli/projectsActivateProjectGrantCommand.js.map +1 -0
- package/dist/cli/projectsAddRoleCommand.d.ts +7 -0
- package/dist/cli/projectsAddRoleCommand.d.ts.map +1 -0
- package/dist/cli/projectsAddRoleCommand.js +21 -0
- package/dist/cli/projectsAddRoleCommand.js.map +1 -0
- package/dist/cli/projectsCreateCommand.d.ts +7 -0
- package/dist/cli/projectsCreateCommand.d.ts.map +1 -0
- package/dist/cli/projectsCreateCommand.js +21 -0
- package/dist/cli/projectsCreateCommand.js.map +1 -0
- package/dist/cli/projectsCreateGrantCommand.d.ts +7 -0
- package/dist/cli/projectsCreateGrantCommand.d.ts.map +1 -0
- package/dist/cli/projectsCreateGrantCommand.js +21 -0
- package/dist/cli/projectsCreateGrantCommand.js.map +1 -0
- package/dist/cli/projectsDeactivateCommand.d.ts +7 -0
- package/dist/cli/projectsDeactivateCommand.d.ts.map +1 -0
- package/dist/cli/projectsDeactivateCommand.js +21 -0
- package/dist/cli/projectsDeactivateCommand.js.map +1 -0
- package/dist/cli/projectsDeactivateProjectGrantCommand.d.ts +7 -0
- package/dist/cli/projectsDeactivateProjectGrantCommand.d.ts.map +1 -0
- package/dist/cli/projectsDeactivateProjectGrantCommand.js +21 -0
- package/dist/cli/projectsDeactivateProjectGrantCommand.js.map +1 -0
- package/dist/cli/projectsDeleteCommand.d.ts +7 -0
- package/dist/cli/projectsDeleteCommand.d.ts.map +1 -0
- package/dist/cli/projectsDeleteCommand.js +21 -0
- package/dist/cli/projectsDeleteCommand.js.map +1 -0
- package/dist/cli/projectsDeleteProjectGrantCommand.d.ts +7 -0
- package/dist/cli/projectsDeleteProjectGrantCommand.d.ts.map +1 -0
- package/dist/cli/projectsDeleteProjectGrantCommand.js +21 -0
- package/dist/cli/projectsDeleteProjectGrantCommand.js.map +1 -0
- package/dist/cli/projectsGetCommand.d.ts +7 -0
- package/dist/cli/projectsGetCommand.d.ts.map +1 -0
- package/dist/cli/projectsGetCommand.js +21 -0
- package/dist/cli/projectsGetCommand.js.map +1 -0
- package/dist/cli/projectsListCommand.d.ts +2 -0
- package/dist/cli/projectsListCommand.d.ts.map +1 -0
- package/dist/cli/projectsListCommand.js +15 -0
- package/dist/cli/projectsListCommand.js.map +1 -0
- package/dist/cli/projectsListProjectGrantsCommand.d.ts +7 -0
- package/dist/cli/projectsListProjectGrantsCommand.d.ts.map +1 -0
- package/dist/cli/projectsListProjectGrantsCommand.js +21 -0
- package/dist/cli/projectsListProjectGrantsCommand.js.map +1 -0
- package/dist/cli/projectsRemoveProjectRoleCommand.d.ts +7 -0
- package/dist/cli/projectsRemoveProjectRoleCommand.d.ts.map +1 -0
- package/dist/cli/projectsRemoveProjectRoleCommand.js +21 -0
- package/dist/cli/projectsRemoveProjectRoleCommand.js.map +1 -0
- package/dist/cli/projectsRolesListCommand.d.ts +7 -0
- package/dist/cli/projectsRolesListCommand.d.ts.map +1 -0
- package/dist/cli/projectsRolesListCommand.js +21 -0
- package/dist/cli/projectsRolesListCommand.js.map +1 -0
- package/dist/cli/projectsRolesUpdateCommand.d.ts +7 -0
- package/dist/cli/projectsRolesUpdateCommand.d.ts.map +1 -0
- package/dist/cli/projectsRolesUpdateCommand.js +21 -0
- package/dist/cli/projectsRolesUpdateCommand.js.map +1 -0
- package/dist/cli/projectsUpdateCommand.d.ts +7 -0
- package/dist/cli/projectsUpdateCommand.d.ts.map +1 -0
- package/dist/cli/projectsUpdateCommand.js +21 -0
- package/dist/cli/projectsUpdateCommand.js.map +1 -0
- package/dist/cli/projectsUpdateProjectGrantCommand.d.ts +7 -0
- package/dist/cli/projectsUpdateProjectGrantCommand.d.ts.map +1 -0
- package/dist/cli/projectsUpdateProjectGrantCommand.js +21 -0
- package/dist/cli/projectsUpdateProjectGrantCommand.js.map +1 -0
- package/dist/cli/usersAddIDPLinkCommand.d.ts +7 -0
- package/dist/cli/usersAddIDPLinkCommand.d.ts.map +1 -0
- package/dist/cli/usersAddIDPLinkCommand.js +21 -0
- package/dist/cli/usersAddIDPLinkCommand.js.map +1 -0
- package/dist/cli/usersAddKeyCommand.d.ts +7 -0
- package/dist/cli/usersAddKeyCommand.d.ts.map +1 -0
- package/dist/cli/usersAddKeyCommand.js +21 -0
- package/dist/cli/usersAddKeyCommand.js.map +1 -0
- package/dist/cli/usersAddOTPEmailCommand.d.ts +7 -0
- package/dist/cli/usersAddOTPEmailCommand.d.ts.map +1 -0
- package/dist/cli/usersAddOTPEmailCommand.js +21 -0
- package/dist/cli/usersAddOTPEmailCommand.js.map +1 -0
- package/dist/cli/usersAddOTPSMSCommand.d.ts +7 -0
- package/dist/cli/usersAddOTPSMSCommand.d.ts.map +1 -0
- package/dist/cli/usersAddOTPSMSCommand.js +21 -0
- package/dist/cli/usersAddOTPSMSCommand.js.map +1 -0
- package/dist/cli/usersAddPersonalAccessTokenCommand.d.ts +7 -0
- package/dist/cli/usersAddPersonalAccessTokenCommand.d.ts.map +1 -0
- package/dist/cli/usersAddPersonalAccessTokenCommand.js +21 -0
- package/dist/cli/usersAddPersonalAccessTokenCommand.js.map +1 -0
- package/dist/cli/usersAddSecretCommand.d.ts +7 -0
- package/dist/cli/usersAddSecretCommand.d.ts.map +1 -0
- package/dist/cli/usersAddSecretCommand.js +21 -0
- package/dist/cli/usersAddSecretCommand.js.map +1 -0
- package/dist/cli/usersCreateCommand.d.ts +7 -0
- package/dist/cli/usersCreateCommand.d.ts.map +1 -0
- package/dist/cli/usersCreateCommand.js +21 -0
- package/dist/cli/usersCreateCommand.js.map +1 -0
- package/dist/cli/usersCreateInviteCodeCommand.d.ts +7 -0
- package/dist/cli/usersCreateInviteCodeCommand.d.ts.map +1 -0
- package/dist/cli/usersCreateInviteCodeCommand.js +21 -0
- package/dist/cli/usersCreateInviteCodeCommand.js.map +1 -0
- package/dist/cli/usersCreatePasskeyRegistrationLinkCommand.d.ts +7 -0
- package/dist/cli/usersCreatePasskeyRegistrationLinkCommand.d.ts.map +1 -0
- package/dist/cli/usersCreatePasskeyRegistrationLinkCommand.js +21 -0
- package/dist/cli/usersCreatePasskeyRegistrationLinkCommand.js.map +1 -0
- package/dist/cli/usersDeactivateCommand.d.ts +7 -0
- package/dist/cli/usersDeactivateCommand.d.ts.map +1 -0
- package/dist/cli/usersDeactivateCommand.js +21 -0
- package/dist/cli/usersDeactivateCommand.js.map +1 -0
- package/dist/cli/usersDeleteCommand.d.ts +7 -0
- package/dist/cli/usersDeleteCommand.d.ts.map +1 -0
- package/dist/cli/usersDeleteCommand.js +21 -0
- package/dist/cli/usersDeleteCommand.js.map +1 -0
- package/dist/cli/usersDeleteUserMetadataCommand.d.ts +7 -0
- package/dist/cli/usersDeleteUserMetadataCommand.d.ts.map +1 -0
- package/dist/cli/usersDeleteUserMetadataCommand.js +21 -0
- package/dist/cli/usersDeleteUserMetadataCommand.js.map +1 -0
- package/dist/cli/usersGenerateRecoveryCodesCommand.d.ts +2 -0
- package/dist/cli/usersGenerateRecoveryCodesCommand.d.ts.map +1 -0
- package/dist/cli/usersGenerateRecoveryCodesCommand.js +16 -0
- package/dist/cli/usersGenerateRecoveryCodesCommand.js.map +1 -0
- package/dist/cli/usersGetCommand.d.ts +7 -0
- package/dist/cli/usersGetCommand.d.ts.map +1 -0
- package/dist/cli/usersGetCommand.js +21 -0
- package/dist/cli/usersGetCommand.js.map +1 -0
- package/dist/cli/usersHumanMFAInitSkippedCommand.d.ts +7 -0
- package/dist/cli/usersHumanMFAInitSkippedCommand.d.ts.map +1 -0
- package/dist/cli/usersHumanMFAInitSkippedCommand.js +21 -0
- package/dist/cli/usersHumanMFAInitSkippedCommand.js.map +1 -0
- package/dist/cli/usersListAuthenticationFactorsCommand.d.ts +7 -0
- package/dist/cli/usersListAuthenticationFactorsCommand.d.ts.map +1 -0
- package/dist/cli/usersListAuthenticationFactorsCommand.js +21 -0
- package/dist/cli/usersListAuthenticationFactorsCommand.js.map +1 -0
- package/dist/cli/usersListAuthenticationMethodTypesCommand.d.ts +7 -0
- package/dist/cli/usersListAuthenticationMethodTypesCommand.d.ts.map +1 -0
- package/dist/cli/usersListAuthenticationMethodTypesCommand.js +21 -0
- package/dist/cli/usersListAuthenticationMethodTypesCommand.js.map +1 -0
- package/dist/cli/usersListCommand.d.ts +2 -0
- package/dist/cli/usersListCommand.d.ts.map +1 -0
- package/dist/cli/usersListCommand.js +16 -0
- package/dist/cli/usersListCommand.js.map +1 -0
- package/dist/cli/usersListIDPLinksCommand.d.ts +7 -0
- package/dist/cli/usersListIDPLinksCommand.d.ts.map +1 -0
- package/dist/cli/usersListIDPLinksCommand.js +21 -0
- package/dist/cli/usersListIDPLinksCommand.js.map +1 -0
- package/dist/cli/usersListKeysCommand.d.ts +7 -0
- package/dist/cli/usersListKeysCommand.d.ts.map +1 -0
- package/dist/cli/usersListKeysCommand.js +21 -0
- package/dist/cli/usersListKeysCommand.js.map +1 -0
- package/dist/cli/usersListPasskeysCommand.d.ts +7 -0
- package/dist/cli/usersListPasskeysCommand.d.ts.map +1 -0
- package/dist/cli/usersListPasskeysCommand.js +21 -0
- package/dist/cli/usersListPasskeysCommand.js.map +1 -0
- package/dist/cli/usersListPersonalAccessTokensCommand.d.ts +7 -0
- package/dist/cli/usersListPersonalAccessTokensCommand.d.ts.map +1 -0
- package/dist/cli/usersListPersonalAccessTokensCommand.js +21 -0
- package/dist/cli/usersListPersonalAccessTokensCommand.js.map +1 -0
- package/dist/cli/usersListUserMetadataCommand.d.ts +7 -0
- package/dist/cli/usersListUserMetadataCommand.d.ts.map +1 -0
- package/dist/cli/usersListUserMetadataCommand.js +21 -0
- package/dist/cli/usersListUserMetadataCommand.js.map +1 -0
- package/dist/cli/usersLockCommand.d.ts +7 -0
- package/dist/cli/usersLockCommand.d.ts.map +1 -0
- package/dist/cli/usersLockCommand.js +21 -0
- package/dist/cli/usersLockCommand.js.map +1 -0
- package/dist/cli/usersReactivateCommand.d.ts +7 -0
- package/dist/cli/usersReactivateCommand.d.ts.map +1 -0
- package/dist/cli/usersReactivateCommand.js +21 -0
- package/dist/cli/usersReactivateCommand.js.map +1 -0
- package/dist/cli/usersRegisterPasskeyCommand.d.ts +2 -0
- package/dist/cli/usersRegisterPasskeyCommand.d.ts.map +1 -0
- package/dist/cli/usersRegisterPasskeyCommand.js +16 -0
- package/dist/cli/usersRegisterPasskeyCommand.js.map +1 -0
- package/dist/cli/usersRegisterTOTPCommand.d.ts +2 -0
- package/dist/cli/usersRegisterTOTPCommand.d.ts.map +1 -0
- package/dist/cli/usersRegisterTOTPCommand.js +16 -0
- package/dist/cli/usersRegisterTOTPCommand.js.map +1 -0
- package/dist/cli/usersRegisterU2FCommand.d.ts +7 -0
- package/dist/cli/usersRegisterU2FCommand.d.ts.map +1 -0
- package/dist/cli/usersRegisterU2FCommand.js +21 -0
- package/dist/cli/usersRegisterU2FCommand.js.map +1 -0
- package/dist/cli/usersRemoveIDPLinkCommand.d.ts +7 -0
- package/dist/cli/usersRemoveIDPLinkCommand.d.ts.map +1 -0
- package/dist/cli/usersRemoveIDPLinkCommand.js +21 -0
- package/dist/cli/usersRemoveIDPLinkCommand.js.map +1 -0
- package/dist/cli/usersRemoveKeyCommand.d.ts +7 -0
- package/dist/cli/usersRemoveKeyCommand.d.ts.map +1 -0
- package/dist/cli/usersRemoveKeyCommand.js +21 -0
- package/dist/cli/usersRemoveKeyCommand.js.map +1 -0
- package/dist/cli/usersRemoveOTPEmailCommand.d.ts +7 -0
- package/dist/cli/usersRemoveOTPEmailCommand.d.ts.map +1 -0
- package/dist/cli/usersRemoveOTPEmailCommand.js +21 -0
- package/dist/cli/usersRemoveOTPEmailCommand.js.map +1 -0
- package/dist/cli/usersRemoveOTPSMSCommand.d.ts +7 -0
- package/dist/cli/usersRemoveOTPSMSCommand.d.ts.map +1 -0
- package/dist/cli/usersRemoveOTPSMSCommand.js +21 -0
- package/dist/cli/usersRemoveOTPSMSCommand.js.map +1 -0
- package/dist/cli/usersRemovePasskeyCommand.d.ts +7 -0
- package/dist/cli/usersRemovePasskeyCommand.d.ts.map +1 -0
- package/dist/cli/usersRemovePasskeyCommand.js +21 -0
- package/dist/cli/usersRemovePasskeyCommand.js.map +1 -0
- package/dist/cli/usersRemovePersonalAccessTokenCommand.d.ts +7 -0
- package/dist/cli/usersRemovePersonalAccessTokenCommand.d.ts.map +1 -0
- package/dist/cli/usersRemovePersonalAccessTokenCommand.js +21 -0
- package/dist/cli/usersRemovePersonalAccessTokenCommand.js.map +1 -0
- package/dist/cli/usersRemoveRecoveryCodesCommand.d.ts +2 -0
- package/dist/cli/usersRemoveRecoveryCodesCommand.d.ts.map +1 -0
- package/dist/cli/usersRemoveRecoveryCodesCommand.js +16 -0
- package/dist/cli/usersRemoveRecoveryCodesCommand.js.map +1 -0
- package/dist/cli/usersRemoveSecretCommand.d.ts +7 -0
- package/dist/cli/usersRemoveSecretCommand.d.ts.map +1 -0
- package/dist/cli/usersRemoveSecretCommand.js +21 -0
- package/dist/cli/usersRemoveSecretCommand.js.map +1 -0
- package/dist/cli/usersRemoveTOTPCommand.d.ts +7 -0
- package/dist/cli/usersRemoveTOTPCommand.d.ts.map +1 -0
- package/dist/cli/usersRemoveTOTPCommand.js +21 -0
- package/dist/cli/usersRemoveTOTPCommand.js.map +1 -0
- package/dist/cli/usersRemoveU2FCommand.d.ts +7 -0
- package/dist/cli/usersRemoveU2FCommand.d.ts.map +1 -0
- package/dist/cli/usersRemoveU2FCommand.js +21 -0
- package/dist/cli/usersRemoveU2FCommand.js.map +1 -0
- package/dist/cli/usersResendEmailCodeCommand.d.ts +7 -0
- package/dist/cli/usersResendEmailCodeCommand.d.ts.map +1 -0
- package/dist/cli/usersResendEmailCodeCommand.js +21 -0
- package/dist/cli/usersResendEmailCodeCommand.js.map +1 -0
- package/dist/cli/usersResendPhoneCodeCommand.d.ts +7 -0
- package/dist/cli/usersResendPhoneCodeCommand.d.ts.map +1 -0
- package/dist/cli/usersResendPhoneCodeCommand.js +21 -0
- package/dist/cli/usersResendPhoneCodeCommand.js.map +1 -0
- package/dist/cli/usersRetrieveIdentityProviderIntentCommand.d.ts +7 -0
- package/dist/cli/usersRetrieveIdentityProviderIntentCommand.d.ts.map +1 -0
- package/dist/cli/usersRetrieveIdentityProviderIntentCommand.js +21 -0
- package/dist/cli/usersRetrieveIdentityProviderIntentCommand.js.map +1 -0
- package/dist/cli/usersSendEmailCodeCommand.d.ts +7 -0
- package/dist/cli/usersSendEmailCodeCommand.d.ts.map +1 -0
- package/dist/cli/usersSendEmailCodeCommand.js +21 -0
- package/dist/cli/usersSendEmailCodeCommand.js.map +1 -0
- package/dist/cli/usersSetPasswordCommand.d.ts +7 -0
- package/dist/cli/usersSetPasswordCommand.d.ts.map +1 -0
- package/dist/cli/usersSetPasswordCommand.js +21 -0
- package/dist/cli/usersSetPasswordCommand.js.map +1 -0
- package/dist/cli/usersSetUserMetadataCommand.d.ts +7 -0
- package/dist/cli/usersSetUserMetadataCommand.d.ts.map +1 -0
- package/dist/cli/usersSetUserMetadataCommand.js +21 -0
- package/dist/cli/usersSetUserMetadataCommand.js.map +1 -0
- package/dist/cli/usersStartIdentityProviderIntentCommand.d.ts +7 -0
- package/dist/cli/usersStartIdentityProviderIntentCommand.d.ts.map +1 -0
- package/dist/cli/usersStartIdentityProviderIntentCommand.js +21 -0
- package/dist/cli/usersStartIdentityProviderIntentCommand.js.map +1 -0
- package/dist/cli/usersUnlockCommand.d.ts +7 -0
- package/dist/cli/usersUnlockCommand.d.ts.map +1 -0
- package/dist/cli/usersUnlockCommand.js +21 -0
- package/dist/cli/usersUnlockCommand.js.map +1 -0
- package/dist/cli/usersUpdateCommand.d.ts +7 -0
- package/dist/cli/usersUpdateCommand.d.ts.map +1 -0
- package/dist/cli/usersUpdateCommand.js +21 -0
- package/dist/cli/usersUpdateCommand.js.map +1 -0
- package/dist/cli/usersVerifyEmailCommand.d.ts +7 -0
- package/dist/cli/usersVerifyEmailCommand.d.ts.map +1 -0
- package/dist/cli/usersVerifyEmailCommand.js +21 -0
- package/dist/cli/usersVerifyEmailCommand.js.map +1 -0
- package/dist/cli/usersVerifyInviteCodeCommand.d.ts +7 -0
- package/dist/cli/usersVerifyInviteCodeCommand.d.ts.map +1 -0
- package/dist/cli/usersVerifyInviteCodeCommand.js +21 -0
- package/dist/cli/usersVerifyInviteCodeCommand.js.map +1 -0
- package/dist/cli/usersVerifyPasskeyRegistrationCommand.d.ts +7 -0
- package/dist/cli/usersVerifyPasskeyRegistrationCommand.d.ts.map +1 -0
- package/dist/cli/usersVerifyPasskeyRegistrationCommand.js +21 -0
- package/dist/cli/usersVerifyPasskeyRegistrationCommand.js.map +1 -0
- package/dist/cli/usersVerifyPhoneCommand.d.ts +2 -0
- package/dist/cli/usersVerifyPhoneCommand.d.ts.map +1 -0
- package/dist/cli/usersVerifyPhoneCommand.js +16 -0
- package/dist/cli/usersVerifyPhoneCommand.js.map +1 -0
- package/dist/cli/usersVerifyTOTPRegistrationCommand.d.ts +7 -0
- package/dist/cli/usersVerifyTOTPRegistrationCommand.d.ts.map +1 -0
- package/dist/cli/usersVerifyTOTPRegistrationCommand.js +21 -0
- package/dist/cli/usersVerifyTOTPRegistrationCommand.js.map +1 -0
- package/dist/cli/usersVerifyU2FRegistrationCommand.d.ts +7 -0
- package/dist/cli/usersVerifyU2FRegistrationCommand.d.ts.map +1 -0
- package/dist/cli/usersVerifyU2FRegistrationCommand.js +21 -0
- package/dist/cli/usersVerifyU2FRegistrationCommand.js.map +1 -0
- package/dist/cli/zitadelCliApplication.d.ts +2 -0
- package/dist/cli/zitadelCliApplication.d.ts.map +1 -0
- package/dist/cli/zitadelCliApplication.js +441 -0
- package/dist/cli/zitadelCliApplication.js.map +1 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +5 -0
- package/dist/cli.js.map +1 -0
- package/dist/config/index.d.ts +4 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +3 -0
- package/dist/config/index.js.map +1 -0
- package/dist/config/zitadelConfig.d.ts +7 -0
- package/dist/config/zitadelConfig.d.ts.map +1 -0
- package/dist/config/zitadelConfig.js +6 -0
- package/dist/config/zitadelConfig.js.map +1 -0
- package/dist/config/zitadelConfigCreate.d.ts +13 -0
- package/dist/config/zitadelConfigCreate.d.ts.map +1 -0
- package/dist/config/zitadelConfigCreate.js +78 -0
- package/dist/config/zitadelConfigCreate.js.map +1 -0
- package/dist/generated/google/api/annotations_pb.d.ts +14 -0
- package/dist/generated/google/api/annotations_pb.d.ts.map +1 -0
- package/dist/generated/google/api/annotations_pb.js +27 -0
- package/dist/generated/google/api/annotations_pb.js.map +1 -0
- package/dist/generated/google/api/field_behavior_pb.d.ts +117 -0
- package/dist/generated/google/api/field_behavior_pb.d.ts.map +1 -0
- package/dist/generated/google/api/field_behavior_pb.js +118 -0
- package/dist/generated/google/api/field_behavior_pb.js.map +1 -0
- package/dist/generated/google/api/http_pb.d.ts +412 -0
- package/dist/generated/google/api/http_pb.d.ts.map +1 -0
- package/dist/generated/google/api/http_pb.js +29 -0
- package/dist/generated/google/api/http_pb.js.map +1 -0
- package/dist/generated/protoc-gen-openapiv2/options/annotations_pb.d.ts +44 -0
- package/dist/generated/protoc-gen-openapiv2/options/annotations_pb.d.ts.map +1 -0
- package/dist/generated/protoc-gen-openapiv2/options/annotations_pb.js +47 -0
- package/dist/generated/protoc-gen-openapiv2/options/annotations_pb.js.map +1 -0
- package/dist/generated/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1398 -0
- package/dist/generated/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -0
- package/dist/generated/protoc-gen-openapiv2/options/openapiv2_pb.js +293 -0
- package/dist/generated/protoc-gen-openapiv2/options/openapiv2_pb.js.map +1 -0
- package/dist/generated/validate/validate_pb.d.ts +1754 -0
- package/dist/generated/validate/validate_pb.d.ts.map +1 -0
- package/dist/generated/validate/validate_pb.js +166 -0
- package/dist/generated/validate/validate_pb.js.map +1 -0
- package/dist/generated/zitadel/action/v2/action_service_connect.d.ts +272 -0
- package/dist/generated/zitadel/action/v2/action_service_connect.d.ts.map +1 -0
- package/dist/generated/zitadel/action/v2/action_service_connect.js +278 -0
- package/dist/generated/zitadel/action/v2/action_service_connect.js.map +1 -0
- package/dist/generated/zitadel/action/v2/action_service_pb.d.ts +1024 -0
- package/dist/generated/zitadel/action/v2/action_service_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/action/v2/action_service_pb.js +176 -0
- package/dist/generated/zitadel/action/v2/action_service_pb.js.map +1 -0
- package/dist/generated/zitadel/action/v2/execution_pb.d.ts +251 -0
- package/dist/generated/zitadel/action/v2/execution_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/action/v2/execution_pb.js +42 -0
- package/dist/generated/zitadel/action/v2/execution_pb.js.map +1 -0
- package/dist/generated/zitadel/action/v2/query_pb.d.ts +358 -0
- package/dist/generated/zitadel/action/v2/query_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/action/v2/query_pb.js +185 -0
- package/dist/generated/zitadel/action/v2/query_pb.js.map +1 -0
- package/dist/generated/zitadel/action/v2/target_pb.d.ts +246 -0
- package/dist/generated/zitadel/action/v2/target_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/action/v2/target_pb.js +73 -0
- package/dist/generated/zitadel/action/v2/target_pb.js.map +1 -0
- package/dist/generated/zitadel/admin_connect.d.ts +2093 -0
- package/dist/generated/zitadel/admin_connect.d.ts.map +1 -0
- package/dist/generated/zitadel/admin_connect.js +2099 -0
- package/dist/generated/zitadel/admin_connect.js.map +1 -0
- package/dist/generated/zitadel/admin_pb.d.ts +10966 -0
- package/dist/generated/zitadel/admin_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/admin_pb.js +2252 -0
- package/dist/generated/zitadel/admin_pb.js.map +1 -0
- package/dist/generated/zitadel/app_pb.d.ts +268 -0
- package/dist/generated/zitadel/app_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/app_pb.js +179 -0
- package/dist/generated/zitadel/app_pb.js.map +1 -0
- package/dist/generated/zitadel/application/v2/api_pb.d.ts +51 -0
- package/dist/generated/zitadel/application/v2/api_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/application/v2/api_pb.js +32 -0
- package/dist/generated/zitadel/application/v2/api_pb.js.map +1 -0
- package/dist/generated/zitadel/application/v2/application_pb.d.ts +490 -0
- package/dist/generated/zitadel/application/v2/application_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/application/v2/application_pb.js +188 -0
- package/dist/generated/zitadel/application/v2/application_pb.js.map +1 -0
- package/dist/generated/zitadel/application/v2/application_service_connect.d.ts +221 -0
- package/dist/generated/zitadel/application/v2/application_service_connect.d.ts.map +1 -0
- package/dist/generated/zitadel/application/v2/application_service_connect.js +227 -0
- package/dist/generated/zitadel/application/v2/application_service_connect.js.map +1 -0
- package/dist/generated/zitadel/application/v2/application_service_pb.d.ts +1387 -0
- package/dist/generated/zitadel/application/v2/application_service_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/application/v2/application_service_pb.js +191 -0
- package/dist/generated/zitadel/application/v2/application_service_pb.js.map +1 -0
- package/dist/generated/zitadel/application/v2/login_pb.d.ts +65 -0
- package/dist/generated/zitadel/application/v2/login_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/application/v2/login_pb.js +24 -0
- package/dist/generated/zitadel/application/v2/login_pb.js.map +1 -0
- package/dist/generated/zitadel/application/v2/oidc_pb.d.ts +441 -0
- package/dist/generated/zitadel/application/v2/oidc_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/application/v2/oidc_pb.js +163 -0
- package/dist/generated/zitadel/application/v2/oidc_pb.js.map +1 -0
- package/dist/generated/zitadel/application/v2/saml_pb.d.ts +42 -0
- package/dist/generated/zitadel/application/v2/saml_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/application/v2/saml_pb.js +15 -0
- package/dist/generated/zitadel/application/v2/saml_pb.js.map +1 -0
- package/dist/generated/zitadel/auth_n_key_pb.d.ts +28 -0
- package/dist/generated/zitadel/auth_n_key_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/auth_n_key_pb.js +26 -0
- package/dist/generated/zitadel/auth_n_key_pb.js.map +1 -0
- package/dist/generated/zitadel/event_pb.d.ts +123 -0
- package/dist/generated/zitadel/event_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/event_pb.js +37 -0
- package/dist/generated/zitadel/event_pb.js.map +1 -0
- package/dist/generated/zitadel/filter/v2/filter_pb.d.ts +215 -0
- package/dist/generated/zitadel/filter/v2/filter_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/filter/v2/filter_pb.js +124 -0
- package/dist/generated/zitadel/filter/v2/filter_pb.js.map +1 -0
- package/dist/generated/zitadel/idp_pb.d.ts +1217 -0
- package/dist/generated/zitadel/idp_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/idp_pb.js +453 -0
- package/dist/generated/zitadel/idp_pb.js.map +1 -0
- package/dist/generated/zitadel/instance_pb.d.ts +260 -0
- package/dist/generated/zitadel/instance_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/instance_pb.js +110 -0
- package/dist/generated/zitadel/instance_pb.js.map +1 -0
- package/dist/generated/zitadel/internal_permission/v2/internal_permission_service_connect.d.ts +102 -0
- package/dist/generated/zitadel/internal_permission/v2/internal_permission_service_connect.d.ts.map +1 -0
- package/dist/generated/zitadel/internal_permission/v2/internal_permission_service_connect.js +108 -0
- package/dist/generated/zitadel/internal_permission/v2/internal_permission_service_connect.js.map +1 -0
- package/dist/generated/zitadel/internal_permission/v2/internal_permission_service_pb.d.ts +361 -0
- package/dist/generated/zitadel/internal_permission/v2/internal_permission_service_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/internal_permission/v2/internal_permission_service_pb.js +75 -0
- package/dist/generated/zitadel/internal_permission/v2/internal_permission_service_pb.js.map +1 -0
- package/dist/generated/zitadel/internal_permission/v2/query_pb.d.ts +526 -0
- package/dist/generated/zitadel/internal_permission/v2/query_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/internal_permission/v2/query_pb.js +108 -0
- package/dist/generated/zitadel/internal_permission/v2/query_pb.js.map +1 -0
- package/dist/generated/zitadel/management_pb.d.ts +1549 -0
- package/dist/generated/zitadel/management_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/management_pb.js +234 -0
- package/dist/generated/zitadel/management_pb.js.map +1 -0
- package/dist/generated/zitadel/member_pb.d.ts +207 -0
- package/dist/generated/zitadel/member_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/member_pb.js +72 -0
- package/dist/generated/zitadel/member_pb.js.map +1 -0
- package/dist/generated/zitadel/message_pb.d.ts +25 -0
- package/dist/generated/zitadel/message_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/message_pb.js +14 -0
- package/dist/generated/zitadel/message_pb.js.map +1 -0
- package/dist/generated/zitadel/metadata/v2/metadata_pb.d.ts +94 -0
- package/dist/generated/zitadel/metadata/v2/metadata_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/metadata/v2/metadata_pb.js +33 -0
- package/dist/generated/zitadel/metadata/v2/metadata_pb.js.map +1 -0
- package/dist/generated/zitadel/milestone/v1/milestone_pb.d.ts +129 -0
- package/dist/generated/zitadel/milestone/v1/milestone_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/milestone/v1/milestone_pb.js +84 -0
- package/dist/generated/zitadel/milestone/v1/milestone_pb.js.map +1 -0
- package/dist/generated/zitadel/object/v2/object_pb.d.ts +168 -0
- package/dist/generated/zitadel/object/v2/object_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/object/v2/object_pb.js +72 -0
- package/dist/generated/zitadel/object/v2/object_pb.js.map +1 -0
- package/dist/generated/zitadel/object_pb.d.ts +143 -0
- package/dist/generated/zitadel/object_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/object_pb.js +67 -0
- package/dist/generated/zitadel/object_pb.js.map +1 -0
- package/dist/generated/zitadel/options_pb.d.ts +30 -0
- package/dist/generated/zitadel/options_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/options_pb.js +19 -0
- package/dist/generated/zitadel/options_pb.js.map +1 -0
- package/dist/generated/zitadel/org/v2/org_pb.d.ts +148 -0
- package/dist/generated/zitadel/org/v2/org_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/org/v2/org_pb.js +73 -0
- package/dist/generated/zitadel/org/v2/org_pb.js.map +1 -0
- package/dist/generated/zitadel/org/v2/org_service_connect.d.ts +236 -0
- package/dist/generated/zitadel/org/v2/org_service_connect.d.ts.map +1 -0
- package/dist/generated/zitadel/org/v2/org_service_connect.js +242 -0
- package/dist/generated/zitadel/org/v2/org_service_connect.js.map +1 -0
- package/dist/generated/zitadel/org/v2/org_service_pb.d.ts +933 -0
- package/dist/generated/zitadel/org/v2/org_service_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/org/v2/org_service_pb.js +182 -0
- package/dist/generated/zitadel/org/v2/org_service_pb.js.map +1 -0
- package/dist/generated/zitadel/org/v2/query_pb.d.ts +226 -0
- package/dist/generated/zitadel/org/v2/query_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/org/v2/query_pb.js +91 -0
- package/dist/generated/zitadel/org/v2/query_pb.js.map +1 -0
- package/dist/generated/zitadel/org_pb.d.ts +252 -0
- package/dist/generated/zitadel/org_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/org_pb.js +110 -0
- package/dist/generated/zitadel/org_pb.js.map +1 -0
- package/dist/generated/zitadel/policy_pb.d.ts +542 -0
- package/dist/generated/zitadel/policy_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/policy_pb.js +155 -0
- package/dist/generated/zitadel/policy_pb.js.map +1 -0
- package/dist/generated/zitadel/project/v2/project_service_connect.d.ts +300 -0
- package/dist/generated/zitadel/project/v2/project_service_connect.d.ts.map +1 -0
- package/dist/generated/zitadel/project/v2/project_service_connect.js +306 -0
- package/dist/generated/zitadel/project/v2/project_service_connect.js.map +1 -0
- package/dist/generated/zitadel/project/v2/project_service_pb.d.ts +1092 -0
- package/dist/generated/zitadel/project/v2/project_service_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/project/v2/project_service_pb.js +192 -0
- package/dist/generated/zitadel/project/v2/project_service_pb.js.map +1 -0
- package/dist/generated/zitadel/project/v2/query_pb.d.ts +662 -0
- package/dist/generated/zitadel/project/v2/query_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/project/v2/query_pb.js +258 -0
- package/dist/generated/zitadel/project/v2/query_pb.js.map +1 -0
- package/dist/generated/zitadel/project_pb.d.ts +32 -0
- package/dist/generated/zitadel/project_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/project_pb.js +30 -0
- package/dist/generated/zitadel/project_pb.js.map +1 -0
- package/dist/generated/zitadel/protoc_gen_zitadel/v2/options_pb.d.ts +62 -0
- package/dist/generated/zitadel/protoc_gen_zitadel/v2/options_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/protoc_gen_zitadel/v2/options_pb.js +29 -0
- package/dist/generated/zitadel/protoc_gen_zitadel/v2/options_pb.js.map +1 -0
- package/dist/generated/zitadel/settings_pb.d.ts +635 -0
- package/dist/generated/zitadel/settings_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/settings_pb.js +210 -0
- package/dist/generated/zitadel/settings_pb.js.map +1 -0
- package/dist/generated/zitadel/text_pb.d.ts +1469 -0
- package/dist/generated/zitadel/text_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/text_pb.js +197 -0
- package/dist/generated/zitadel/text_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/auth_pb.d.ts +78 -0
- package/dist/generated/zitadel/user/v2/auth_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/auth_pb.js +48 -0
- package/dist/generated/zitadel/user/v2/auth_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/email_pb.d.ts +94 -0
- package/dist/generated/zitadel/user/v2/email_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/email_pb.js +32 -0
- package/dist/generated/zitadel/user/v2/email_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/idp_pb.d.ts +225 -0
- package/dist/generated/zitadel/user/v2/idp_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/idp_pb.js +57 -0
- package/dist/generated/zitadel/user/v2/idp_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/key_pb.d.ts +139 -0
- package/dist/generated/zitadel/user/v2/key_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/key_pb.js +56 -0
- package/dist/generated/zitadel/user/v2/key_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/password_pb.d.ts +148 -0
- package/dist/generated/zitadel/user/v2/password_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/password_pb.js +58 -0
- package/dist/generated/zitadel/user/v2/password_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/pat_pb.d.ts +139 -0
- package/dist/generated/zitadel/user/v2/pat_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/pat_pb.js +56 -0
- package/dist/generated/zitadel/user/v2/pat_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/phone_pb.d.ts +82 -0
- package/dist/generated/zitadel/user/v2/phone_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/phone_pb.js +31 -0
- package/dist/generated/zitadel/user/v2/phone_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/query_pb.d.ts +501 -0
- package/dist/generated/zitadel/user/v2/query_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/query_pb.js +170 -0
- package/dist/generated/zitadel/user/v2/query_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/user_pb.d.ts +527 -0
- package/dist/generated/zitadel/user/v2/user_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/user_pb.js +186 -0
- package/dist/generated/zitadel/user/v2/user_pb.js.map +1 -0
- package/dist/generated/zitadel/user/v2/user_service_connect.d.ts +849 -0
- package/dist/generated/zitadel/user/v2/user_service_connect.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/user_service_connect.js +855 -0
- package/dist/generated/zitadel/user/v2/user_service_connect.js.map +1 -0
- package/dist/generated/zitadel/user/v2/user_service_pb.d.ts +3753 -0
- package/dist/generated/zitadel/user/v2/user_service_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user/v2/user_service_pb.js +736 -0
- package/dist/generated/zitadel/user/v2/user_service_pb.js.map +1 -0
- package/dist/generated/zitadel/user_pb.d.ts +123 -0
- package/dist/generated/zitadel/user_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/user_pb.js +109 -0
- package/dist/generated/zitadel/user_pb.js.map +1 -0
- package/dist/generated/zitadel/v1_pb.d.ts +523 -0
- package/dist/generated/zitadel/v1_pb.d.ts.map +1 -0
- package/dist/generated/zitadel/v1_pb.js +134 -0
- package/dist/generated/zitadel/v1_pb.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -0
- package/dist/legacy_v1/addGoogleProvider.d.ts +6 -0
- package/dist/legacy_v1/addGoogleProvider.d.ts.map +1 -0
- package/dist/legacy_v1/addGoogleProvider.js +4 -0
- package/dist/legacy_v1/addGoogleProvider.js.map +1 -0
- package/dist/legacy_v1/adminAddGoogleProviderRequestParse.d.ts +11 -0
- package/dist/legacy_v1/adminAddGoogleProviderRequestParse.d.ts.map +1 -0
- package/dist/legacy_v1/adminAddGoogleProviderRequestParse.js +11 -0
- package/dist/legacy_v1/adminAddGoogleProviderRequestParse.js.map +1 -0
- package/dist/legacy_v1/adminListIDPsCommand.d.ts +10 -0
- package/dist/legacy_v1/adminListIDPsCommand.d.ts.map +1 -0
- package/dist/legacy_v1/adminListIDPsCommand.js +24 -0
- package/dist/legacy_v1/adminListIDPsCommand.js.map +1 -0
- package/dist/legacy_v1/adminListIDPsRequestParse.d.ts +11 -0
- package/dist/legacy_v1/adminListIDPsRequestParse.d.ts.map +1 -0
- package/dist/legacy_v1/adminListIDPsRequestParse.js +11 -0
- package/dist/legacy_v1/adminListIDPsRequestParse.js.map +1 -0
- package/dist/legacy_v1/adminService.d.ts +1043 -0
- package/dist/legacy_v1/adminService.d.ts.map +1 -0
- package/dist/legacy_v1/adminService.js +6 -0
- package/dist/legacy_v1/adminService.js.map +1 -0
- package/dist/legacy_v1/adminServiceAddGoogleProvider.d.ts +26 -0
- package/dist/legacy_v1/adminServiceAddGoogleProvider.d.ts.map +1 -0
- package/dist/legacy_v1/adminServiceAddGoogleProvider.js +31 -0
- package/dist/legacy_v1/adminServiceAddGoogleProvider.js.map +1 -0
- package/dist/legacy_v1/adminServiceListIDPs.d.ts +26 -0
- package/dist/legacy_v1/adminServiceListIDPs.d.ts.map +1 -0
- package/dist/legacy_v1/adminServiceListIDPs.js +31 -0
- package/dist/legacy_v1/adminServiceListIDPs.js.map +1 -0
- package/dist/legacy_v1/index.d.ts +4 -0
- package/dist/legacy_v1/index.d.ts.map +1 -0
- package/dist/legacy_v1/index.js +4 -0
- package/dist/legacy_v1/index.js.map +1 -0
- package/dist/legacy_v1/listIDPs.d.ts +6 -0
- package/dist/legacy_v1/listIDPs.d.ts.map +1 -0
- package/dist/legacy_v1/listIDPs.js +4 -0
- package/dist/legacy_v1/listIDPs.js.map +1 -0
- package/dist/oidcDiscovery.d.ts +2 -0
- package/dist/oidcDiscovery.d.ts.map +1 -0
- package/dist/oidcDiscovery.js +2 -0
- package/dist/oidcDiscovery.js.map +1 -0
- package/dist/output/index.d.ts +3 -0
- package/dist/output/index.d.ts.map +1 -0
- package/dist/output/index.js +2 -0
- package/dist/output/index.js.map +1 -0
- package/dist/output/messageOutputFormat.d.ts +2 -0
- package/dist/output/messageOutputFormat.d.ts.map +1 -0
- package/dist/output/messageOutputFormat.js +2 -0
- package/dist/output/messageOutputFormat.js.map +1 -0
- package/dist/output/messageSerialize.d.ts +5 -0
- package/dist/output/messageSerialize.d.ts.map +1 -0
- package/dist/output/messageSerialize.js +20 -0
- package/dist/output/messageSerialize.js.map +1 -0
- package/dist/packageVersion.d.ts +2 -0
- package/dist/packageVersion.d.ts.map +1 -0
- package/dist/packageVersion.js +2 -0
- package/dist/packageVersion.js.map +1 -0
- package/dist/protocol/deviceAuthorizationCommand.d.ts +3 -0
- package/dist/protocol/deviceAuthorizationCommand.d.ts.map +1 -0
- package/dist/protocol/deviceAuthorizationCommand.js +141 -0
- package/dist/protocol/deviceAuthorizationCommand.js.map +1 -0
- package/dist/protocol/deviceAuthorizationConfig.d.ts +14 -0
- package/dist/protocol/deviceAuthorizationConfig.d.ts.map +1 -0
- package/dist/protocol/deviceAuthorizationConfig.js +13 -0
- package/dist/protocol/deviceAuthorizationConfig.js.map +1 -0
- package/dist/protocol/deviceAuthorizationConfigCreate.d.ts +18 -0
- package/dist/protocol/deviceAuthorizationConfigCreate.d.ts.map +1 -0
- package/dist/protocol/deviceAuthorizationConfigCreate.js +147 -0
- package/dist/protocol/deviceAuthorizationConfigCreate.js.map +1 -0
- package/dist/protocol/deviceAuthorizationOutputFormat.d.ts +2 -0
- package/dist/protocol/deviceAuthorizationOutputFormat.d.ts.map +1 -0
- package/dist/protocol/deviceAuthorizationOutputFormat.js +2 -0
- package/dist/protocol/deviceAuthorizationOutputFormat.js.map +1 -0
- package/dist/protocol/deviceAuthorizationRequest.d.ts +10 -0
- package/dist/protocol/deviceAuthorizationRequest.d.ts.map +1 -0
- package/dist/protocol/deviceAuthorizationRequest.js +55 -0
- package/dist/protocol/deviceAuthorizationRequest.js.map +1 -0
- package/dist/protocol/deviceAuthorizationSerialize.d.ts +4 -0
- package/dist/protocol/deviceAuthorizationSerialize.d.ts.map +1 -0
- package/dist/protocol/deviceAuthorizationSerialize.js +19 -0
- package/dist/protocol/deviceAuthorizationSerialize.js.map +1 -0
- package/dist/protocol/index.d.ts +12 -0
- package/dist/protocol/index.d.ts.map +1 -0
- package/dist/protocol/index.js +6 -0
- package/dist/protocol/index.js.map +1 -0
- package/dist/protocol/oauthTokenRequest.d.ts +25 -0
- package/dist/protocol/oauthTokenRequest.d.ts.map +1 -0
- package/dist/protocol/oauthTokenRequest.js +126 -0
- package/dist/protocol/oauthTokenRequest.js.map +1 -0
- package/dist/protocol/oauthTokenRequestCommand.d.ts +3 -0
- package/dist/protocol/oauthTokenRequestCommand.d.ts.map +1 -0
- package/dist/protocol/oauthTokenRequestCommand.js +129 -0
- package/dist/protocol/oauthTokenRequestCommand.js.map +1 -0
- package/dist/protocol/oauthTokenRequestConfigCreate.d.ts +25 -0
- package/dist/protocol/oauthTokenRequestConfigCreate.d.ts.map +1 -0
- package/dist/protocol/oauthTokenRequestConfigCreate.js +115 -0
- package/dist/protocol/oauthTokenRequestConfigCreate.js.map +1 -0
- package/dist/protocol/oauthTokenRequestSerialize.d.ts +5 -0
- package/dist/protocol/oauthTokenRequestSerialize.d.ts.map +1 -0
- package/dist/protocol/oauthTokenRequestSerialize.js +19 -0
- package/dist/protocol/oauthTokenRequestSerialize.js.map +1 -0
- package/dist/protocol/oidcDiscovery.d.ts +17 -0
- package/dist/protocol/oidcDiscovery.d.ts.map +1 -0
- package/dist/protocol/oidcDiscovery.js +58 -0
- package/dist/protocol/oidcDiscovery.js.map +1 -0
- package/dist/protocol/oidcDiscoveryResponseSchema.d.ts +43 -0
- package/dist/protocol/oidcDiscoveryResponseSchema.d.ts.map +1 -0
- package/dist/protocol/oidcDiscoveryResponseSchema.js +44 -0
- package/dist/protocol/oidcDiscoveryResponseSchema.js.map +1 -0
- package/dist/protocol/oidcUserInfo.d.ts +23 -0
- package/dist/protocol/oidcUserInfo.d.ts.map +1 -0
- package/dist/protocol/oidcUserInfo.js +46 -0
- package/dist/protocol/oidcUserInfo.js.map +1 -0
- package/dist/protocol/oidcUserInfoDiscoveryParse.d.ts +9 -0
- package/dist/protocol/oidcUserInfoDiscoveryParse.d.ts.map +1 -0
- package/dist/protocol/oidcUserInfoDiscoveryParse.js +36 -0
- package/dist/protocol/oidcUserInfoDiscoveryParse.js.map +1 -0
- package/dist/protocol/oidcUserInfoSerialize.d.ts +5 -0
- package/dist/protocol/oidcUserInfoSerialize.d.ts.map +1 -0
- package/dist/protocol/oidcUserInfoSerialize.js +19 -0
- package/dist/protocol/oidcUserInfoSerialize.js.map +1 -0
- package/dist/request/index.d.ts +2 -0
- package/dist/request/index.d.ts.map +1 -0
- package/dist/request/index.js +2 -0
- package/dist/request/index.js.map +1 -0
- package/dist/request/messageRequestParse.d.ts +4 -0
- package/dist/request/messageRequestParse.d.ts.map +1 -0
- package/dist/request/messageRequestParse.js +13 -0
- package/dist/request/messageRequestParse.js.map +1 -0
- package/dist/transport/index.d.ts +2 -0
- package/dist/transport/index.d.ts.map +1 -0
- package/dist/transport/index.js +2 -0
- package/dist/transport/index.js.map +1 -0
- package/dist/transport/zitadelBearerInterceptorCreate.d.ts +3 -0
- package/dist/transport/zitadelBearerInterceptorCreate.d.ts.map +1 -0
- package/dist/transport/zitadelBearerInterceptorCreate.js +7 -0
- package/dist/transport/zitadelBearerInterceptorCreate.js.map +1 -0
- package/dist/transport/zitadelTransportCreate.d.ts +4 -0
- package/dist/transport/zitadelTransportCreate.d.ts.map +1 -0
- package/dist/transport/zitadelTransportCreate.js +10 -0
- package/dist/transport/zitadelTransportCreate.js.map +1 -0
- package/dist/v2/action.d.ts +50 -0
- package/dist/v2/action.d.ts.map +1 -0
- package/dist/v2/action.js +35 -0
- package/dist/v2/action.js.map +1 -0
- package/dist/v2/actionActivatePublicKeyRequestParse.d.ts +11 -0
- package/dist/v2/actionActivatePublicKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/actionActivatePublicKeyRequestParse.js +11 -0
- package/dist/v2/actionActivatePublicKeyRequestParse.js.map +1 -0
- package/dist/v2/actionAddPublicKeyRequestParse.d.ts +11 -0
- package/dist/v2/actionAddPublicKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/actionAddPublicKeyRequestParse.js +11 -0
- package/dist/v2/actionAddPublicKeyRequestParse.js.map +1 -0
- package/dist/v2/actionCreateTargetRequestParse.d.ts +11 -0
- package/dist/v2/actionCreateTargetRequestParse.d.ts.map +1 -0
- package/dist/v2/actionCreateTargetRequestParse.js +11 -0
- package/dist/v2/actionCreateTargetRequestParse.js.map +1 -0
- package/dist/v2/actionDeactivatePublicKeyRequestParse.d.ts +11 -0
- package/dist/v2/actionDeactivatePublicKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/actionDeactivatePublicKeyRequestParse.js +11 -0
- package/dist/v2/actionDeactivatePublicKeyRequestParse.js.map +1 -0
- package/dist/v2/actionDeleteTargetRequestParse.d.ts +11 -0
- package/dist/v2/actionDeleteTargetRequestParse.d.ts.map +1 -0
- package/dist/v2/actionDeleteTargetRequestParse.js +11 -0
- package/dist/v2/actionDeleteTargetRequestParse.js.map +1 -0
- package/dist/v2/actionGetTargetRequestParse.d.ts +11 -0
- package/dist/v2/actionGetTargetRequestParse.d.ts.map +1 -0
- package/dist/v2/actionGetTargetRequestParse.js +11 -0
- package/dist/v2/actionGetTargetRequestParse.js.map +1 -0
- package/dist/v2/actionListExecutionFunctionsRequestParse.d.ts +11 -0
- package/dist/v2/actionListExecutionFunctionsRequestParse.d.ts.map +1 -0
- package/dist/v2/actionListExecutionFunctionsRequestParse.js +11 -0
- package/dist/v2/actionListExecutionFunctionsRequestParse.js.map +1 -0
- package/dist/v2/actionListExecutionMethodsRequestParse.d.ts +11 -0
- package/dist/v2/actionListExecutionMethodsRequestParse.d.ts.map +1 -0
- package/dist/v2/actionListExecutionMethodsRequestParse.js +11 -0
- package/dist/v2/actionListExecutionMethodsRequestParse.js.map +1 -0
- package/dist/v2/actionListExecutionServicesRequestParse.d.ts +11 -0
- package/dist/v2/actionListExecutionServicesRequestParse.d.ts.map +1 -0
- package/dist/v2/actionListExecutionServicesRequestParse.js +11 -0
- package/dist/v2/actionListExecutionServicesRequestParse.js.map +1 -0
- package/dist/v2/actionListExecutionsRequestParse.d.ts +11 -0
- package/dist/v2/actionListExecutionsRequestParse.d.ts.map +1 -0
- package/dist/v2/actionListExecutionsRequestParse.js +11 -0
- package/dist/v2/actionListExecutionsRequestParse.js.map +1 -0
- package/dist/v2/actionListPublicKeysRequestParse.d.ts +11 -0
- package/dist/v2/actionListPublicKeysRequestParse.d.ts.map +1 -0
- package/dist/v2/actionListPublicKeysRequestParse.js +11 -0
- package/dist/v2/actionListPublicKeysRequestParse.js.map +1 -0
- package/dist/v2/actionListTargetsRequestParse.d.ts +11 -0
- package/dist/v2/actionListTargetsRequestParse.d.ts.map +1 -0
- package/dist/v2/actionListTargetsRequestParse.js +11 -0
- package/dist/v2/actionListTargetsRequestParse.js.map +1 -0
- package/dist/v2/actionRemovePublicKeyRequestParse.d.ts +11 -0
- package/dist/v2/actionRemovePublicKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/actionRemovePublicKeyRequestParse.js +11 -0
- package/dist/v2/actionRemovePublicKeyRequestParse.js.map +1 -0
- package/dist/v2/actionServiceActivatePublicKey.d.ts +22 -0
- package/dist/v2/actionServiceActivatePublicKey.d.ts.map +1 -0
- package/dist/v2/actionServiceActivatePublicKey.js +23 -0
- package/dist/v2/actionServiceActivatePublicKey.js.map +1 -0
- package/dist/v2/actionServiceAddPublicKey.d.ts +22 -0
- package/dist/v2/actionServiceAddPublicKey.d.ts.map +1 -0
- package/dist/v2/actionServiceAddPublicKey.js +23 -0
- package/dist/v2/actionServiceAddPublicKey.js.map +1 -0
- package/dist/v2/actionServiceCreateTarget.d.ts +22 -0
- package/dist/v2/actionServiceCreateTarget.d.ts.map +1 -0
- package/dist/v2/actionServiceCreateTarget.js +23 -0
- package/dist/v2/actionServiceCreateTarget.js.map +1 -0
- package/dist/v2/actionServiceDeactivatePublicKey.d.ts +22 -0
- package/dist/v2/actionServiceDeactivatePublicKey.d.ts.map +1 -0
- package/dist/v2/actionServiceDeactivatePublicKey.js +23 -0
- package/dist/v2/actionServiceDeactivatePublicKey.js.map +1 -0
- package/dist/v2/actionServiceDeleteTarget.d.ts +22 -0
- package/dist/v2/actionServiceDeleteTarget.d.ts.map +1 -0
- package/dist/v2/actionServiceDeleteTarget.js +23 -0
- package/dist/v2/actionServiceDeleteTarget.js.map +1 -0
- package/dist/v2/actionServiceGetTarget.d.ts +22 -0
- package/dist/v2/actionServiceGetTarget.d.ts.map +1 -0
- package/dist/v2/actionServiceGetTarget.js +23 -0
- package/dist/v2/actionServiceGetTarget.js.map +1 -0
- package/dist/v2/actionServiceListExecutionFunctions.d.ts +22 -0
- package/dist/v2/actionServiceListExecutionFunctions.d.ts.map +1 -0
- package/dist/v2/actionServiceListExecutionFunctions.js +23 -0
- package/dist/v2/actionServiceListExecutionFunctions.js.map +1 -0
- package/dist/v2/actionServiceListExecutionMethods.d.ts +22 -0
- package/dist/v2/actionServiceListExecutionMethods.d.ts.map +1 -0
- package/dist/v2/actionServiceListExecutionMethods.js +23 -0
- package/dist/v2/actionServiceListExecutionMethods.js.map +1 -0
- package/dist/v2/actionServiceListExecutionServices.d.ts +22 -0
- package/dist/v2/actionServiceListExecutionServices.d.ts.map +1 -0
- package/dist/v2/actionServiceListExecutionServices.js +23 -0
- package/dist/v2/actionServiceListExecutionServices.js.map +1 -0
- package/dist/v2/actionServiceListExecutions.d.ts +22 -0
- package/dist/v2/actionServiceListExecutions.d.ts.map +1 -0
- package/dist/v2/actionServiceListExecutions.js +23 -0
- package/dist/v2/actionServiceListExecutions.js.map +1 -0
- package/dist/v2/actionServiceListPublicKeys.d.ts +22 -0
- package/dist/v2/actionServiceListPublicKeys.d.ts.map +1 -0
- package/dist/v2/actionServiceListPublicKeys.js +23 -0
- package/dist/v2/actionServiceListPublicKeys.js.map +1 -0
- package/dist/v2/actionServiceListTargets.d.ts +22 -0
- package/dist/v2/actionServiceListTargets.d.ts.map +1 -0
- package/dist/v2/actionServiceListTargets.js +23 -0
- package/dist/v2/actionServiceListTargets.js.map +1 -0
- package/dist/v2/actionServiceRemovePublicKey.d.ts +22 -0
- package/dist/v2/actionServiceRemovePublicKey.d.ts.map +1 -0
- package/dist/v2/actionServiceRemovePublicKey.js +23 -0
- package/dist/v2/actionServiceRemovePublicKey.js.map +1 -0
- package/dist/v2/actionServiceSetExecution.d.ts +22 -0
- package/dist/v2/actionServiceSetExecution.d.ts.map +1 -0
- package/dist/v2/actionServiceSetExecution.js +23 -0
- package/dist/v2/actionServiceSetExecution.js.map +1 -0
- package/dist/v2/actionServiceUpdateTarget.d.ts +22 -0
- package/dist/v2/actionServiceUpdateTarget.d.ts.map +1 -0
- package/dist/v2/actionServiceUpdateTarget.js +23 -0
- package/dist/v2/actionServiceUpdateTarget.js.map +1 -0
- package/dist/v2/actionSetExecutionRequestParse.d.ts +11 -0
- package/dist/v2/actionSetExecutionRequestParse.d.ts.map +1 -0
- package/dist/v2/actionSetExecutionRequestParse.js +11 -0
- package/dist/v2/actionSetExecutionRequestParse.js.map +1 -0
- package/dist/v2/actionUpdateTargetRequestParse.d.ts +11 -0
- package/dist/v2/actionUpdateTargetRequestParse.d.ts.map +1 -0
- package/dist/v2/actionUpdateTargetRequestParse.js +11 -0
- package/dist/v2/actionUpdateTargetRequestParse.js.map +1 -0
- package/dist/v2/application.d.ts +43 -0
- package/dist/v2/application.d.ts.map +1 -0
- package/dist/v2/application.js +31 -0
- package/dist/v2/application.js.map +1 -0
- package/dist/v2/applicationCreateApplicationKeyRequestParse.d.ts +11 -0
- package/dist/v2/applicationCreateApplicationKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationCreateApplicationKeyRequestParse.js +11 -0
- package/dist/v2/applicationCreateApplicationKeyRequestParse.js.map +1 -0
- package/dist/v2/applicationCreateApplicationRequestParse.d.ts +11 -0
- package/dist/v2/applicationCreateApplicationRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationCreateApplicationRequestParse.js +11 -0
- package/dist/v2/applicationCreateApplicationRequestParse.js.map +1 -0
- package/dist/v2/applicationDeactivateApplicationRequestParse.d.ts +11 -0
- package/dist/v2/applicationDeactivateApplicationRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationDeactivateApplicationRequestParse.js +11 -0
- package/dist/v2/applicationDeactivateApplicationRequestParse.js.map +1 -0
- package/dist/v2/applicationDeleteApplicationKeyRequestParse.d.ts +11 -0
- package/dist/v2/applicationDeleteApplicationKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationDeleteApplicationKeyRequestParse.js +11 -0
- package/dist/v2/applicationDeleteApplicationKeyRequestParse.js.map +1 -0
- package/dist/v2/applicationDeleteApplicationRequestParse.d.ts +11 -0
- package/dist/v2/applicationDeleteApplicationRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationDeleteApplicationRequestParse.js +11 -0
- package/dist/v2/applicationDeleteApplicationRequestParse.js.map +1 -0
- package/dist/v2/applicationGenerateClientSecretRequestParse.d.ts +11 -0
- package/dist/v2/applicationGenerateClientSecretRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationGenerateClientSecretRequestParse.js +11 -0
- package/dist/v2/applicationGenerateClientSecretRequestParse.js.map +1 -0
- package/dist/v2/applicationGetApplicationKeyRequestParse.d.ts +11 -0
- package/dist/v2/applicationGetApplicationKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationGetApplicationKeyRequestParse.js +11 -0
- package/dist/v2/applicationGetApplicationKeyRequestParse.js.map +1 -0
- package/dist/v2/applicationGetApplicationRequestParse.d.ts +11 -0
- package/dist/v2/applicationGetApplicationRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationGetApplicationRequestParse.js +11 -0
- package/dist/v2/applicationGetApplicationRequestParse.js.map +1 -0
- package/dist/v2/applicationListApplicationKeysRequestParse.d.ts +11 -0
- package/dist/v2/applicationListApplicationKeysRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationListApplicationKeysRequestParse.js +11 -0
- package/dist/v2/applicationListApplicationKeysRequestParse.js.map +1 -0
- package/dist/v2/applicationListApplicationsRequestParse.d.ts +11 -0
- package/dist/v2/applicationListApplicationsRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationListApplicationsRequestParse.js +11 -0
- package/dist/v2/applicationListApplicationsRequestParse.js.map +1 -0
- package/dist/v2/applicationReactivateApplicationRequestParse.d.ts +11 -0
- package/dist/v2/applicationReactivateApplicationRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationReactivateApplicationRequestParse.js +11 -0
- package/dist/v2/applicationReactivateApplicationRequestParse.js.map +1 -0
- package/dist/v2/applicationServiceCreateApplication.d.ts +22 -0
- package/dist/v2/applicationServiceCreateApplication.d.ts.map +1 -0
- package/dist/v2/applicationServiceCreateApplication.js +23 -0
- package/dist/v2/applicationServiceCreateApplication.js.map +1 -0
- package/dist/v2/applicationServiceCreateApplicationKey.d.ts +22 -0
- package/dist/v2/applicationServiceCreateApplicationKey.d.ts.map +1 -0
- package/dist/v2/applicationServiceCreateApplicationKey.js +23 -0
- package/dist/v2/applicationServiceCreateApplicationKey.js.map +1 -0
- package/dist/v2/applicationServiceDeactivateApplication.d.ts +22 -0
- package/dist/v2/applicationServiceDeactivateApplication.d.ts.map +1 -0
- package/dist/v2/applicationServiceDeactivateApplication.js +23 -0
- package/dist/v2/applicationServiceDeactivateApplication.js.map +1 -0
- package/dist/v2/applicationServiceDeleteApplication.d.ts +22 -0
- package/dist/v2/applicationServiceDeleteApplication.d.ts.map +1 -0
- package/dist/v2/applicationServiceDeleteApplication.js +23 -0
- package/dist/v2/applicationServiceDeleteApplication.js.map +1 -0
- package/dist/v2/applicationServiceDeleteApplicationKey.d.ts +22 -0
- package/dist/v2/applicationServiceDeleteApplicationKey.d.ts.map +1 -0
- package/dist/v2/applicationServiceDeleteApplicationKey.js +23 -0
- package/dist/v2/applicationServiceDeleteApplicationKey.js.map +1 -0
- package/dist/v2/applicationServiceGenerateClientSecret.d.ts +22 -0
- package/dist/v2/applicationServiceGenerateClientSecret.d.ts.map +1 -0
- package/dist/v2/applicationServiceGenerateClientSecret.js +23 -0
- package/dist/v2/applicationServiceGenerateClientSecret.js.map +1 -0
- package/dist/v2/applicationServiceGetApplication.d.ts +22 -0
- package/dist/v2/applicationServiceGetApplication.d.ts.map +1 -0
- package/dist/v2/applicationServiceGetApplication.js +23 -0
- package/dist/v2/applicationServiceGetApplication.js.map +1 -0
- package/dist/v2/applicationServiceGetApplicationKey.d.ts +22 -0
- package/dist/v2/applicationServiceGetApplicationKey.d.ts.map +1 -0
- package/dist/v2/applicationServiceGetApplicationKey.js +23 -0
- package/dist/v2/applicationServiceGetApplicationKey.js.map +1 -0
- package/dist/v2/applicationServiceListApplicationKeys.d.ts +22 -0
- package/dist/v2/applicationServiceListApplicationKeys.d.ts.map +1 -0
- package/dist/v2/applicationServiceListApplicationKeys.js +23 -0
- package/dist/v2/applicationServiceListApplicationKeys.js.map +1 -0
- package/dist/v2/applicationServiceListApplications.d.ts +22 -0
- package/dist/v2/applicationServiceListApplications.d.ts.map +1 -0
- package/dist/v2/applicationServiceListApplications.js +23 -0
- package/dist/v2/applicationServiceListApplications.js.map +1 -0
- package/dist/v2/applicationServiceReactivateApplication.d.ts +22 -0
- package/dist/v2/applicationServiceReactivateApplication.d.ts.map +1 -0
- package/dist/v2/applicationServiceReactivateApplication.js +23 -0
- package/dist/v2/applicationServiceReactivateApplication.js.map +1 -0
- package/dist/v2/applicationServiceUpdateApplication.d.ts +22 -0
- package/dist/v2/applicationServiceUpdateApplication.d.ts.map +1 -0
- package/dist/v2/applicationServiceUpdateApplication.js +23 -0
- package/dist/v2/applicationServiceUpdateApplication.js.map +1 -0
- package/dist/v2/applicationUpdateApplicationRequestParse.d.ts +11 -0
- package/dist/v2/applicationUpdateApplicationRequestParse.d.ts.map +1 -0
- package/dist/v2/applicationUpdateApplicationRequestParse.js +11 -0
- package/dist/v2/applicationUpdateApplicationRequestParse.js.map +1 -0
- package/dist/v2/index.d.ts +31 -0
- package/dist/v2/index.d.ts.map +1 -0
- package/dist/v2/index.js +25 -0
- package/dist/v2/index.js.map +1 -0
- package/dist/v2/internal/endpointCall.d.ts +21 -0
- package/dist/v2/internal/endpointCall.d.ts.map +1 -0
- package/dist/v2/internal/endpointCall.js +27 -0
- package/dist/v2/internal/endpointCall.js.map +1 -0
- package/dist/v2/internal/endpointRequestParse.d.ts +11 -0
- package/dist/v2/internal/endpointRequestParse.d.ts.map +1 -0
- package/dist/v2/internal/endpointRequestParse.js +30 -0
- package/dist/v2/internal/endpointRequestParse.js.map +1 -0
- package/dist/v2/internalPermission.d.ts +15 -0
- package/dist/v2/internalPermission.d.ts.map +1 -0
- package/dist/v2/internalPermission.js +11 -0
- package/dist/v2/internalPermission.js.map +1 -0
- package/dist/v2/internalPermissionCreateAdministratorRequestParse.d.ts +11 -0
- package/dist/v2/internalPermissionCreateAdministratorRequestParse.d.ts.map +1 -0
- package/dist/v2/internalPermissionCreateAdministratorRequestParse.js +11 -0
- package/dist/v2/internalPermissionCreateAdministratorRequestParse.js.map +1 -0
- package/dist/v2/internalPermissionDeleteAdministratorRequestParse.d.ts +11 -0
- package/dist/v2/internalPermissionDeleteAdministratorRequestParse.d.ts.map +1 -0
- package/dist/v2/internalPermissionDeleteAdministratorRequestParse.js +11 -0
- package/dist/v2/internalPermissionDeleteAdministratorRequestParse.js.map +1 -0
- package/dist/v2/internalPermissionListAdministratorsRequestParse.d.ts +11 -0
- package/dist/v2/internalPermissionListAdministratorsRequestParse.d.ts.map +1 -0
- package/dist/v2/internalPermissionListAdministratorsRequestParse.js +11 -0
- package/dist/v2/internalPermissionListAdministratorsRequestParse.js.map +1 -0
- package/dist/v2/internalPermissionServiceCreateAdministrator.d.ts +22 -0
- package/dist/v2/internalPermissionServiceCreateAdministrator.d.ts.map +1 -0
- package/dist/v2/internalPermissionServiceCreateAdministrator.js +23 -0
- package/dist/v2/internalPermissionServiceCreateAdministrator.js.map +1 -0
- package/dist/v2/internalPermissionServiceDeleteAdministrator.d.ts +22 -0
- package/dist/v2/internalPermissionServiceDeleteAdministrator.d.ts.map +1 -0
- package/dist/v2/internalPermissionServiceDeleteAdministrator.js +23 -0
- package/dist/v2/internalPermissionServiceDeleteAdministrator.js.map +1 -0
- package/dist/v2/internalPermissionServiceListAdministrators.d.ts +22 -0
- package/dist/v2/internalPermissionServiceListAdministrators.d.ts.map +1 -0
- package/dist/v2/internalPermissionServiceListAdministrators.js +23 -0
- package/dist/v2/internalPermissionServiceListAdministrators.js.map +1 -0
- package/dist/v2/internalPermissionServiceUpdateAdministrator.d.ts +22 -0
- package/dist/v2/internalPermissionServiceUpdateAdministrator.d.ts.map +1 -0
- package/dist/v2/internalPermissionServiceUpdateAdministrator.js +23 -0
- package/dist/v2/internalPermissionServiceUpdateAdministrator.js.map +1 -0
- package/dist/v2/internalPermissionUpdateAdministratorRequestParse.d.ts +11 -0
- package/dist/v2/internalPermissionUpdateAdministratorRequestParse.d.ts.map +1 -0
- package/dist/v2/internalPermissionUpdateAdministratorRequestParse.js +11 -0
- package/dist/v2/internalPermissionUpdateAdministratorRequestParse.js.map +1 -0
- package/dist/v2/organization.d.ts +46 -0
- package/dist/v2/organization.d.ts.map +1 -0
- package/dist/v2/organization.js +32 -0
- package/dist/v2/organization.js.map +1 -0
- package/dist/v2/organizationActivateOrganizationRequestParse.d.ts +11 -0
- package/dist/v2/organizationActivateOrganizationRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationActivateOrganizationRequestParse.js +11 -0
- package/dist/v2/organizationActivateOrganizationRequestParse.js.map +1 -0
- package/dist/v2/organizationAddOrganizationDomainRequestParse.d.ts +11 -0
- package/dist/v2/organizationAddOrganizationDomainRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationAddOrganizationDomainRequestParse.js +11 -0
- package/dist/v2/organizationAddOrganizationDomainRequestParse.js.map +1 -0
- package/dist/v2/organizationAddOrganizationRequestParse.d.ts +11 -0
- package/dist/v2/organizationAddOrganizationRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationAddOrganizationRequestParse.js +11 -0
- package/dist/v2/organizationAddOrganizationRequestParse.js.map +1 -0
- package/dist/v2/organizationDeactivateOrganizationRequestParse.d.ts +11 -0
- package/dist/v2/organizationDeactivateOrganizationRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationDeactivateOrganizationRequestParse.js +11 -0
- package/dist/v2/organizationDeactivateOrganizationRequestParse.js.map +1 -0
- package/dist/v2/organizationDeleteOrganizationDomainRequestParse.d.ts +11 -0
- package/dist/v2/organizationDeleteOrganizationDomainRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationDeleteOrganizationDomainRequestParse.js +11 -0
- package/dist/v2/organizationDeleteOrganizationDomainRequestParse.js.map +1 -0
- package/dist/v2/organizationDeleteOrganizationMetadataRequestParse.d.ts +11 -0
- package/dist/v2/organizationDeleteOrganizationMetadataRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationDeleteOrganizationMetadataRequestParse.js +11 -0
- package/dist/v2/organizationDeleteOrganizationMetadataRequestParse.js.map +1 -0
- package/dist/v2/organizationDeleteOrganizationRequestParse.d.ts +11 -0
- package/dist/v2/organizationDeleteOrganizationRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationDeleteOrganizationRequestParse.js +11 -0
- package/dist/v2/organizationDeleteOrganizationRequestParse.js.map +1 -0
- package/dist/v2/organizationGenerateOrganizationDomainValidationRequestParse.d.ts +11 -0
- package/dist/v2/organizationGenerateOrganizationDomainValidationRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationGenerateOrganizationDomainValidationRequestParse.js +11 -0
- package/dist/v2/organizationGenerateOrganizationDomainValidationRequestParse.js.map +1 -0
- package/dist/v2/organizationListOrganizationDomainsRequestParse.d.ts +11 -0
- package/dist/v2/organizationListOrganizationDomainsRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationListOrganizationDomainsRequestParse.js +11 -0
- package/dist/v2/organizationListOrganizationDomainsRequestParse.js.map +1 -0
- package/dist/v2/organizationListOrganizationMetadataRequestParse.d.ts +11 -0
- package/dist/v2/organizationListOrganizationMetadataRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationListOrganizationMetadataRequestParse.js +11 -0
- package/dist/v2/organizationListOrganizationMetadataRequestParse.js.map +1 -0
- package/dist/v2/organizationListOrganizationsRequestParse.d.ts +11 -0
- package/dist/v2/organizationListOrganizationsRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationListOrganizationsRequestParse.js +11 -0
- package/dist/v2/organizationListOrganizationsRequestParse.js.map +1 -0
- package/dist/v2/organizationServiceActivateOrganization.d.ts +22 -0
- package/dist/v2/organizationServiceActivateOrganization.d.ts.map +1 -0
- package/dist/v2/organizationServiceActivateOrganization.js +23 -0
- package/dist/v2/organizationServiceActivateOrganization.js.map +1 -0
- package/dist/v2/organizationServiceAddOrganization.d.ts +22 -0
- package/dist/v2/organizationServiceAddOrganization.d.ts.map +1 -0
- package/dist/v2/organizationServiceAddOrganization.js +23 -0
- package/dist/v2/organizationServiceAddOrganization.js.map +1 -0
- package/dist/v2/organizationServiceAddOrganizationDomain.d.ts +22 -0
- package/dist/v2/organizationServiceAddOrganizationDomain.d.ts.map +1 -0
- package/dist/v2/organizationServiceAddOrganizationDomain.js +23 -0
- package/dist/v2/organizationServiceAddOrganizationDomain.js.map +1 -0
- package/dist/v2/organizationServiceDeactivateOrganization.d.ts +22 -0
- package/dist/v2/organizationServiceDeactivateOrganization.d.ts.map +1 -0
- package/dist/v2/organizationServiceDeactivateOrganization.js +23 -0
- package/dist/v2/organizationServiceDeactivateOrganization.js.map +1 -0
- package/dist/v2/organizationServiceDeleteOrganization.d.ts +22 -0
- package/dist/v2/organizationServiceDeleteOrganization.d.ts.map +1 -0
- package/dist/v2/organizationServiceDeleteOrganization.js +23 -0
- package/dist/v2/organizationServiceDeleteOrganization.js.map +1 -0
- package/dist/v2/organizationServiceDeleteOrganizationDomain.d.ts +22 -0
- package/dist/v2/organizationServiceDeleteOrganizationDomain.d.ts.map +1 -0
- package/dist/v2/organizationServiceDeleteOrganizationDomain.js +23 -0
- package/dist/v2/organizationServiceDeleteOrganizationDomain.js.map +1 -0
- package/dist/v2/organizationServiceDeleteOrganizationMetadata.d.ts +22 -0
- package/dist/v2/organizationServiceDeleteOrganizationMetadata.d.ts.map +1 -0
- package/dist/v2/organizationServiceDeleteOrganizationMetadata.js +23 -0
- package/dist/v2/organizationServiceDeleteOrganizationMetadata.js.map +1 -0
- package/dist/v2/organizationServiceGenerateOrganizationDomainValidation.d.ts +22 -0
- package/dist/v2/organizationServiceGenerateOrganizationDomainValidation.d.ts.map +1 -0
- package/dist/v2/organizationServiceGenerateOrganizationDomainValidation.js +23 -0
- package/dist/v2/organizationServiceGenerateOrganizationDomainValidation.js.map +1 -0
- package/dist/v2/organizationServiceListOrganizationDomains.d.ts +22 -0
- package/dist/v2/organizationServiceListOrganizationDomains.d.ts.map +1 -0
- package/dist/v2/organizationServiceListOrganizationDomains.js +23 -0
- package/dist/v2/organizationServiceListOrganizationDomains.js.map +1 -0
- package/dist/v2/organizationServiceListOrganizationMetadata.d.ts +22 -0
- package/dist/v2/organizationServiceListOrganizationMetadata.d.ts.map +1 -0
- package/dist/v2/organizationServiceListOrganizationMetadata.js +23 -0
- package/dist/v2/organizationServiceListOrganizationMetadata.js.map +1 -0
- package/dist/v2/organizationServiceListOrganizations.d.ts +22 -0
- package/dist/v2/organizationServiceListOrganizations.d.ts.map +1 -0
- package/dist/v2/organizationServiceListOrganizations.js +23 -0
- package/dist/v2/organizationServiceListOrganizations.js.map +1 -0
- package/dist/v2/organizationServiceSetOrganizationMetadata.d.ts +22 -0
- package/dist/v2/organizationServiceSetOrganizationMetadata.d.ts.map +1 -0
- package/dist/v2/organizationServiceSetOrganizationMetadata.js +23 -0
- package/dist/v2/organizationServiceSetOrganizationMetadata.js.map +1 -0
- package/dist/v2/organizationServiceUpdateOrganization.d.ts +22 -0
- package/dist/v2/organizationServiceUpdateOrganization.d.ts.map +1 -0
- package/dist/v2/organizationServiceUpdateOrganization.js +23 -0
- package/dist/v2/organizationServiceUpdateOrganization.js.map +1 -0
- package/dist/v2/organizationServiceVerifyOrganizationDomain.d.ts +22 -0
- package/dist/v2/organizationServiceVerifyOrganizationDomain.d.ts.map +1 -0
- package/dist/v2/organizationServiceVerifyOrganizationDomain.js +23 -0
- package/dist/v2/organizationServiceVerifyOrganizationDomain.js.map +1 -0
- package/dist/v2/organizationSetOrganizationMetadataRequestParse.d.ts +11 -0
- package/dist/v2/organizationSetOrganizationMetadataRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationSetOrganizationMetadataRequestParse.js +11 -0
- package/dist/v2/organizationSetOrganizationMetadataRequestParse.js.map +1 -0
- package/dist/v2/organizationUpdateOrganizationRequestParse.d.ts +11 -0
- package/dist/v2/organizationUpdateOrganizationRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationUpdateOrganizationRequestParse.js +11 -0
- package/dist/v2/organizationUpdateOrganizationRequestParse.js.map +1 -0
- package/dist/v2/organizationVerifyOrganizationDomainRequestParse.d.ts +11 -0
- package/dist/v2/organizationVerifyOrganizationDomainRequestParse.d.ts.map +1 -0
- package/dist/v2/organizationVerifyOrganizationDomainRequestParse.js +11 -0
- package/dist/v2/organizationVerifyOrganizationDomainRequestParse.js.map +1 -0
- package/dist/v2/project.d.ts +54 -0
- package/dist/v2/project.d.ts.map +1 -0
- package/dist/v2/project.js +37 -0
- package/dist/v2/project.js.map +1 -0
- package/dist/v2/projectActivateProjectGrantRequestParse.d.ts +11 -0
- package/dist/v2/projectActivateProjectGrantRequestParse.d.ts.map +1 -0
- package/dist/v2/projectActivateProjectGrantRequestParse.js +11 -0
- package/dist/v2/projectActivateProjectGrantRequestParse.js.map +1 -0
- package/dist/v2/projectActivateProjectRequestParse.d.ts +11 -0
- package/dist/v2/projectActivateProjectRequestParse.d.ts.map +1 -0
- package/dist/v2/projectActivateProjectRequestParse.js +11 -0
- package/dist/v2/projectActivateProjectRequestParse.js.map +1 -0
- package/dist/v2/projectAddProjectRoleRequestParse.d.ts +11 -0
- package/dist/v2/projectAddProjectRoleRequestParse.d.ts.map +1 -0
- package/dist/v2/projectAddProjectRoleRequestParse.js +11 -0
- package/dist/v2/projectAddProjectRoleRequestParse.js.map +1 -0
- package/dist/v2/projectCreateProjectGrantRequestParse.d.ts +11 -0
- package/dist/v2/projectCreateProjectGrantRequestParse.d.ts.map +1 -0
- package/dist/v2/projectCreateProjectGrantRequestParse.js +11 -0
- package/dist/v2/projectCreateProjectGrantRequestParse.js.map +1 -0
- package/dist/v2/projectCreateProjectRequestParse.d.ts +11 -0
- package/dist/v2/projectCreateProjectRequestParse.d.ts.map +1 -0
- package/dist/v2/projectCreateProjectRequestParse.js +11 -0
- package/dist/v2/projectCreateProjectRequestParse.js.map +1 -0
- package/dist/v2/projectDeactivateProjectGrantRequestParse.d.ts +11 -0
- package/dist/v2/projectDeactivateProjectGrantRequestParse.d.ts.map +1 -0
- package/dist/v2/projectDeactivateProjectGrantRequestParse.js +11 -0
- package/dist/v2/projectDeactivateProjectGrantRequestParse.js.map +1 -0
- package/dist/v2/projectDeactivateProjectRequestParse.d.ts +11 -0
- package/dist/v2/projectDeactivateProjectRequestParse.d.ts.map +1 -0
- package/dist/v2/projectDeactivateProjectRequestParse.js +11 -0
- package/dist/v2/projectDeactivateProjectRequestParse.js.map +1 -0
- package/dist/v2/projectDeleteProjectGrantRequestParse.d.ts +11 -0
- package/dist/v2/projectDeleteProjectGrantRequestParse.d.ts.map +1 -0
- package/dist/v2/projectDeleteProjectGrantRequestParse.js +11 -0
- package/dist/v2/projectDeleteProjectGrantRequestParse.js.map +1 -0
- package/dist/v2/projectDeleteProjectRequestParse.d.ts +11 -0
- package/dist/v2/projectDeleteProjectRequestParse.d.ts.map +1 -0
- package/dist/v2/projectDeleteProjectRequestParse.js +11 -0
- package/dist/v2/projectDeleteProjectRequestParse.js.map +1 -0
- package/dist/v2/projectGetProjectRequestParse.d.ts +11 -0
- package/dist/v2/projectGetProjectRequestParse.d.ts.map +1 -0
- package/dist/v2/projectGetProjectRequestParse.js +11 -0
- package/dist/v2/projectGetProjectRequestParse.js.map +1 -0
- package/dist/v2/projectListProjectGrantsRequestParse.d.ts +11 -0
- package/dist/v2/projectListProjectGrantsRequestParse.d.ts.map +1 -0
- package/dist/v2/projectListProjectGrantsRequestParse.js +11 -0
- package/dist/v2/projectListProjectGrantsRequestParse.js.map +1 -0
- package/dist/v2/projectListProjectRolesRequestParse.d.ts +11 -0
- package/dist/v2/projectListProjectRolesRequestParse.d.ts.map +1 -0
- package/dist/v2/projectListProjectRolesRequestParse.js +11 -0
- package/dist/v2/projectListProjectRolesRequestParse.js.map +1 -0
- package/dist/v2/projectListProjectsRequestParse.d.ts +11 -0
- package/dist/v2/projectListProjectsRequestParse.d.ts.map +1 -0
- package/dist/v2/projectListProjectsRequestParse.js +11 -0
- package/dist/v2/projectListProjectsRequestParse.js.map +1 -0
- package/dist/v2/projectRemoveProjectRoleRequestParse.d.ts +11 -0
- package/dist/v2/projectRemoveProjectRoleRequestParse.d.ts.map +1 -0
- package/dist/v2/projectRemoveProjectRoleRequestParse.js +11 -0
- package/dist/v2/projectRemoveProjectRoleRequestParse.js.map +1 -0
- package/dist/v2/projectServiceActivateProject.d.ts +22 -0
- package/dist/v2/projectServiceActivateProject.d.ts.map +1 -0
- package/dist/v2/projectServiceActivateProject.js +23 -0
- package/dist/v2/projectServiceActivateProject.js.map +1 -0
- package/dist/v2/projectServiceActivateProjectGrant.d.ts +22 -0
- package/dist/v2/projectServiceActivateProjectGrant.d.ts.map +1 -0
- package/dist/v2/projectServiceActivateProjectGrant.js +23 -0
- package/dist/v2/projectServiceActivateProjectGrant.js.map +1 -0
- package/dist/v2/projectServiceAddProjectRole.d.ts +22 -0
- package/dist/v2/projectServiceAddProjectRole.d.ts.map +1 -0
- package/dist/v2/projectServiceAddProjectRole.js +23 -0
- package/dist/v2/projectServiceAddProjectRole.js.map +1 -0
- package/dist/v2/projectServiceCreateProject.d.ts +22 -0
- package/dist/v2/projectServiceCreateProject.d.ts.map +1 -0
- package/dist/v2/projectServiceCreateProject.js +23 -0
- package/dist/v2/projectServiceCreateProject.js.map +1 -0
- package/dist/v2/projectServiceCreateProjectGrant.d.ts +22 -0
- package/dist/v2/projectServiceCreateProjectGrant.d.ts.map +1 -0
- package/dist/v2/projectServiceCreateProjectGrant.js +23 -0
- package/dist/v2/projectServiceCreateProjectGrant.js.map +1 -0
- package/dist/v2/projectServiceDeactivateProject.d.ts +22 -0
- package/dist/v2/projectServiceDeactivateProject.d.ts.map +1 -0
- package/dist/v2/projectServiceDeactivateProject.js +23 -0
- package/dist/v2/projectServiceDeactivateProject.js.map +1 -0
- package/dist/v2/projectServiceDeactivateProjectGrant.d.ts +22 -0
- package/dist/v2/projectServiceDeactivateProjectGrant.d.ts.map +1 -0
- package/dist/v2/projectServiceDeactivateProjectGrant.js +23 -0
- package/dist/v2/projectServiceDeactivateProjectGrant.js.map +1 -0
- package/dist/v2/projectServiceDeleteProject.d.ts +22 -0
- package/dist/v2/projectServiceDeleteProject.d.ts.map +1 -0
- package/dist/v2/projectServiceDeleteProject.js +23 -0
- package/dist/v2/projectServiceDeleteProject.js.map +1 -0
- package/dist/v2/projectServiceDeleteProjectGrant.d.ts +22 -0
- package/dist/v2/projectServiceDeleteProjectGrant.d.ts.map +1 -0
- package/dist/v2/projectServiceDeleteProjectGrant.js +23 -0
- package/dist/v2/projectServiceDeleteProjectGrant.js.map +1 -0
- package/dist/v2/projectServiceGetProject.d.ts +22 -0
- package/dist/v2/projectServiceGetProject.d.ts.map +1 -0
- package/dist/v2/projectServiceGetProject.js +23 -0
- package/dist/v2/projectServiceGetProject.js.map +1 -0
- package/dist/v2/projectServiceListProjectGrants.d.ts +22 -0
- package/dist/v2/projectServiceListProjectGrants.d.ts.map +1 -0
- package/dist/v2/projectServiceListProjectGrants.js +23 -0
- package/dist/v2/projectServiceListProjectGrants.js.map +1 -0
- package/dist/v2/projectServiceListProjectRoles.d.ts +22 -0
- package/dist/v2/projectServiceListProjectRoles.d.ts.map +1 -0
- package/dist/v2/projectServiceListProjectRoles.js +23 -0
- package/dist/v2/projectServiceListProjectRoles.js.map +1 -0
- package/dist/v2/projectServiceListProjects.d.ts +22 -0
- package/dist/v2/projectServiceListProjects.d.ts.map +1 -0
- package/dist/v2/projectServiceListProjects.js +23 -0
- package/dist/v2/projectServiceListProjects.js.map +1 -0
- package/dist/v2/projectServiceRemoveProjectRole.d.ts +17 -0
- package/dist/v2/projectServiceRemoveProjectRole.d.ts.map +1 -0
- package/dist/v2/projectServiceRemoveProjectRole.js +18 -0
- package/dist/v2/projectServiceRemoveProjectRole.js.map +1 -0
- package/dist/v2/projectServiceUpdateProject.d.ts +22 -0
- package/dist/v2/projectServiceUpdateProject.d.ts.map +1 -0
- package/dist/v2/projectServiceUpdateProject.js +23 -0
- package/dist/v2/projectServiceUpdateProject.js.map +1 -0
- package/dist/v2/projectServiceUpdateProjectGrant.d.ts +22 -0
- package/dist/v2/projectServiceUpdateProjectGrant.d.ts.map +1 -0
- package/dist/v2/projectServiceUpdateProjectGrant.js +23 -0
- package/dist/v2/projectServiceUpdateProjectGrant.js.map +1 -0
- package/dist/v2/projectServiceUpdateProjectRole.d.ts +22 -0
- package/dist/v2/projectServiceUpdateProjectRole.d.ts.map +1 -0
- package/dist/v2/projectServiceUpdateProjectRole.js +23 -0
- package/dist/v2/projectServiceUpdateProjectRole.js.map +1 -0
- package/dist/v2/projectUpdateProjectGrantRequestParse.d.ts +11 -0
- package/dist/v2/projectUpdateProjectGrantRequestParse.d.ts.map +1 -0
- package/dist/v2/projectUpdateProjectGrantRequestParse.js +11 -0
- package/dist/v2/projectUpdateProjectGrantRequestParse.js.map +1 -0
- package/dist/v2/projectUpdateProjectRequestParse.d.ts +11 -0
- package/dist/v2/projectUpdateProjectRequestParse.d.ts.map +1 -0
- package/dist/v2/projectUpdateProjectRequestParse.js +11 -0
- package/dist/v2/projectUpdateProjectRequestParse.js.map +1 -0
- package/dist/v2/projectUpdateProjectRoleRequestParse.d.ts +11 -0
- package/dist/v2/projectUpdateProjectRoleRequestParse.d.ts.map +1 -0
- package/dist/v2/projectUpdateProjectRoleRequestParse.js +11 -0
- package/dist/v2/projectUpdateProjectRoleRequestParse.js.map +1 -0
- package/dist/v2/user.d.ts +171 -0
- package/dist/v2/user.d.ts.map +1 -0
- package/dist/v2/user.js +118 -0
- package/dist/v2/user.js.map +1 -0
- package/dist/v2/userAddIDPLinkRequestParse.d.ts +11 -0
- package/dist/v2/userAddIDPLinkRequestParse.d.ts.map +1 -0
- package/dist/v2/userAddIDPLinkRequestParse.js +11 -0
- package/dist/v2/userAddIDPLinkRequestParse.js.map +1 -0
- package/dist/v2/userAddKeyRequestParse.d.ts +11 -0
- package/dist/v2/userAddKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/userAddKeyRequestParse.js +11 -0
- package/dist/v2/userAddKeyRequestParse.js.map +1 -0
- package/dist/v2/userAddOTPEmailRequestParse.d.ts +11 -0
- package/dist/v2/userAddOTPEmailRequestParse.d.ts.map +1 -0
- package/dist/v2/userAddOTPEmailRequestParse.js +11 -0
- package/dist/v2/userAddOTPEmailRequestParse.js.map +1 -0
- package/dist/v2/userAddOTPSMSRequestParse.d.ts +11 -0
- package/dist/v2/userAddOTPSMSRequestParse.d.ts.map +1 -0
- package/dist/v2/userAddOTPSMSRequestParse.js +11 -0
- package/dist/v2/userAddOTPSMSRequestParse.js.map +1 -0
- package/dist/v2/userAddPersonalAccessTokenRequestParse.d.ts +11 -0
- package/dist/v2/userAddPersonalAccessTokenRequestParse.d.ts.map +1 -0
- package/dist/v2/userAddPersonalAccessTokenRequestParse.js +11 -0
- package/dist/v2/userAddPersonalAccessTokenRequestParse.js.map +1 -0
- package/dist/v2/userAddSecretRequestParse.d.ts +11 -0
- package/dist/v2/userAddSecretRequestParse.d.ts.map +1 -0
- package/dist/v2/userAddSecretRequestParse.js +11 -0
- package/dist/v2/userAddSecretRequestParse.js.map +1 -0
- package/dist/v2/userCreateInviteCodeRequestParse.d.ts +11 -0
- package/dist/v2/userCreateInviteCodeRequestParse.d.ts.map +1 -0
- package/dist/v2/userCreateInviteCodeRequestParse.js +11 -0
- package/dist/v2/userCreateInviteCodeRequestParse.js.map +1 -0
- package/dist/v2/userCreatePasskeyRegistrationLinkRequestParse.d.ts +11 -0
- package/dist/v2/userCreatePasskeyRegistrationLinkRequestParse.d.ts.map +1 -0
- package/dist/v2/userCreatePasskeyRegistrationLinkRequestParse.js +11 -0
- package/dist/v2/userCreatePasskeyRegistrationLinkRequestParse.js.map +1 -0
- package/dist/v2/userCreateUserRequestParse.d.ts +11 -0
- package/dist/v2/userCreateUserRequestParse.d.ts.map +1 -0
- package/dist/v2/userCreateUserRequestParse.js +11 -0
- package/dist/v2/userCreateUserRequestParse.js.map +1 -0
- package/dist/v2/userDeactivateUserRequestParse.d.ts +11 -0
- package/dist/v2/userDeactivateUserRequestParse.d.ts.map +1 -0
- package/dist/v2/userDeactivateUserRequestParse.js +11 -0
- package/dist/v2/userDeactivateUserRequestParse.js.map +1 -0
- package/dist/v2/userDeleteUserMetadataRequestParse.d.ts +11 -0
- package/dist/v2/userDeleteUserMetadataRequestParse.d.ts.map +1 -0
- package/dist/v2/userDeleteUserMetadataRequestParse.js +11 -0
- package/dist/v2/userDeleteUserMetadataRequestParse.js.map +1 -0
- package/dist/v2/userDeleteUserRequestParse.d.ts +11 -0
- package/dist/v2/userDeleteUserRequestParse.d.ts.map +1 -0
- package/dist/v2/userDeleteUserRequestParse.js +11 -0
- package/dist/v2/userDeleteUserRequestParse.js.map +1 -0
- package/dist/v2/userGenerateRecoveryCodesRequestParse.d.ts +11 -0
- package/dist/v2/userGenerateRecoveryCodesRequestParse.d.ts.map +1 -0
- package/dist/v2/userGenerateRecoveryCodesRequestParse.js +11 -0
- package/dist/v2/userGenerateRecoveryCodesRequestParse.js.map +1 -0
- package/dist/v2/userGetUserByIDRequestParse.d.ts +11 -0
- package/dist/v2/userGetUserByIDRequestParse.d.ts.map +1 -0
- package/dist/v2/userGetUserByIDRequestParse.js +11 -0
- package/dist/v2/userGetUserByIDRequestParse.js.map +1 -0
- package/dist/v2/userHumanMFAInitSkippedRequestParse.d.ts +11 -0
- package/dist/v2/userHumanMFAInitSkippedRequestParse.d.ts.map +1 -0
- package/dist/v2/userHumanMFAInitSkippedRequestParse.js +11 -0
- package/dist/v2/userHumanMFAInitSkippedRequestParse.js.map +1 -0
- package/dist/v2/userListAuthenticationFactorsRequestParse.d.ts +11 -0
- package/dist/v2/userListAuthenticationFactorsRequestParse.d.ts.map +1 -0
- package/dist/v2/userListAuthenticationFactorsRequestParse.js +11 -0
- package/dist/v2/userListAuthenticationFactorsRequestParse.js.map +1 -0
- package/dist/v2/userListAuthenticationMethodTypesRequestParse.d.ts +11 -0
- package/dist/v2/userListAuthenticationMethodTypesRequestParse.d.ts.map +1 -0
- package/dist/v2/userListAuthenticationMethodTypesRequestParse.js +11 -0
- package/dist/v2/userListAuthenticationMethodTypesRequestParse.js.map +1 -0
- package/dist/v2/userListIDPLinksRequestParse.d.ts +11 -0
- package/dist/v2/userListIDPLinksRequestParse.d.ts.map +1 -0
- package/dist/v2/userListIDPLinksRequestParse.js +11 -0
- package/dist/v2/userListIDPLinksRequestParse.js.map +1 -0
- package/dist/v2/userListKeysRequestParse.d.ts +11 -0
- package/dist/v2/userListKeysRequestParse.d.ts.map +1 -0
- package/dist/v2/userListKeysRequestParse.js +11 -0
- package/dist/v2/userListKeysRequestParse.js.map +1 -0
- package/dist/v2/userListPasskeysRequestParse.d.ts +11 -0
- package/dist/v2/userListPasskeysRequestParse.d.ts.map +1 -0
- package/dist/v2/userListPasskeysRequestParse.js +11 -0
- package/dist/v2/userListPasskeysRequestParse.js.map +1 -0
- package/dist/v2/userListPersonalAccessTokensRequestParse.d.ts +11 -0
- package/dist/v2/userListPersonalAccessTokensRequestParse.d.ts.map +1 -0
- package/dist/v2/userListPersonalAccessTokensRequestParse.js +11 -0
- package/dist/v2/userListPersonalAccessTokensRequestParse.js.map +1 -0
- package/dist/v2/userListUserMetadataRequestParse.d.ts +11 -0
- package/dist/v2/userListUserMetadataRequestParse.d.ts.map +1 -0
- package/dist/v2/userListUserMetadataRequestParse.js +11 -0
- package/dist/v2/userListUserMetadataRequestParse.js.map +1 -0
- package/dist/v2/userListUsersRequestParse.d.ts +11 -0
- package/dist/v2/userListUsersRequestParse.d.ts.map +1 -0
- package/dist/v2/userListUsersRequestParse.js +11 -0
- package/dist/v2/userListUsersRequestParse.js.map +1 -0
- package/dist/v2/userLockUserRequestParse.d.ts +11 -0
- package/dist/v2/userLockUserRequestParse.d.ts.map +1 -0
- package/dist/v2/userLockUserRequestParse.js +11 -0
- package/dist/v2/userLockUserRequestParse.js.map +1 -0
- package/dist/v2/userReactivateUserRequestParse.d.ts +11 -0
- package/dist/v2/userReactivateUserRequestParse.d.ts.map +1 -0
- package/dist/v2/userReactivateUserRequestParse.js +11 -0
- package/dist/v2/userReactivateUserRequestParse.js.map +1 -0
- package/dist/v2/userRegisterPasskeyRequestParse.d.ts +11 -0
- package/dist/v2/userRegisterPasskeyRequestParse.d.ts.map +1 -0
- package/dist/v2/userRegisterPasskeyRequestParse.js +11 -0
- package/dist/v2/userRegisterPasskeyRequestParse.js.map +1 -0
- package/dist/v2/userRegisterTOTPRequestParse.d.ts +11 -0
- package/dist/v2/userRegisterTOTPRequestParse.d.ts.map +1 -0
- package/dist/v2/userRegisterTOTPRequestParse.js +11 -0
- package/dist/v2/userRegisterTOTPRequestParse.js.map +1 -0
- package/dist/v2/userRegisterU2FRequestParse.d.ts +11 -0
- package/dist/v2/userRegisterU2FRequestParse.d.ts.map +1 -0
- package/dist/v2/userRegisterU2FRequestParse.js +11 -0
- package/dist/v2/userRegisterU2FRequestParse.js.map +1 -0
- package/dist/v2/userRemoveIDPLinkRequestParse.d.ts +11 -0
- package/dist/v2/userRemoveIDPLinkRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemoveIDPLinkRequestParse.js +11 -0
- package/dist/v2/userRemoveIDPLinkRequestParse.js.map +1 -0
- package/dist/v2/userRemoveKeyRequestParse.d.ts +11 -0
- package/dist/v2/userRemoveKeyRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemoveKeyRequestParse.js +11 -0
- package/dist/v2/userRemoveKeyRequestParse.js.map +1 -0
- package/dist/v2/userRemoveOTPEmailRequestParse.d.ts +11 -0
- package/dist/v2/userRemoveOTPEmailRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemoveOTPEmailRequestParse.js +11 -0
- package/dist/v2/userRemoveOTPEmailRequestParse.js.map +1 -0
- package/dist/v2/userRemoveOTPSMSRequestParse.d.ts +11 -0
- package/dist/v2/userRemoveOTPSMSRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemoveOTPSMSRequestParse.js +11 -0
- package/dist/v2/userRemoveOTPSMSRequestParse.js.map +1 -0
- package/dist/v2/userRemovePasskeyRequestParse.d.ts +11 -0
- package/dist/v2/userRemovePasskeyRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemovePasskeyRequestParse.js +11 -0
- package/dist/v2/userRemovePasskeyRequestParse.js.map +1 -0
- package/dist/v2/userRemovePersonalAccessTokenRequestParse.d.ts +11 -0
- package/dist/v2/userRemovePersonalAccessTokenRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemovePersonalAccessTokenRequestParse.js +11 -0
- package/dist/v2/userRemovePersonalAccessTokenRequestParse.js.map +1 -0
- package/dist/v2/userRemoveRecoveryCodesRequestParse.d.ts +11 -0
- package/dist/v2/userRemoveRecoveryCodesRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemoveRecoveryCodesRequestParse.js +11 -0
- package/dist/v2/userRemoveRecoveryCodesRequestParse.js.map +1 -0
- package/dist/v2/userRemoveSecretRequestParse.d.ts +11 -0
- package/dist/v2/userRemoveSecretRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemoveSecretRequestParse.js +11 -0
- package/dist/v2/userRemoveSecretRequestParse.js.map +1 -0
- package/dist/v2/userRemoveTOTPRequestParse.d.ts +11 -0
- package/dist/v2/userRemoveTOTPRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemoveTOTPRequestParse.js +11 -0
- package/dist/v2/userRemoveTOTPRequestParse.js.map +1 -0
- package/dist/v2/userRemoveU2FRequestParse.d.ts +11 -0
- package/dist/v2/userRemoveU2FRequestParse.d.ts.map +1 -0
- package/dist/v2/userRemoveU2FRequestParse.js +11 -0
- package/dist/v2/userRemoveU2FRequestParse.js.map +1 -0
- package/dist/v2/userResendEmailCodeRequestParse.d.ts +11 -0
- package/dist/v2/userResendEmailCodeRequestParse.d.ts.map +1 -0
- package/dist/v2/userResendEmailCodeRequestParse.js +11 -0
- package/dist/v2/userResendEmailCodeRequestParse.js.map +1 -0
- package/dist/v2/userResendPhoneCodeRequestParse.d.ts +11 -0
- package/dist/v2/userResendPhoneCodeRequestParse.d.ts.map +1 -0
- package/dist/v2/userResendPhoneCodeRequestParse.js +11 -0
- package/dist/v2/userResendPhoneCodeRequestParse.js.map +1 -0
- package/dist/v2/userRetrieveIdentityProviderIntentRequestParse.d.ts +11 -0
- package/dist/v2/userRetrieveIdentityProviderIntentRequestParse.d.ts.map +1 -0
- package/dist/v2/userRetrieveIdentityProviderIntentRequestParse.js +11 -0
- package/dist/v2/userRetrieveIdentityProviderIntentRequestParse.js.map +1 -0
- package/dist/v2/userSendEmailCodeRequestParse.d.ts +11 -0
- package/dist/v2/userSendEmailCodeRequestParse.d.ts.map +1 -0
- package/dist/v2/userSendEmailCodeRequestParse.js +11 -0
- package/dist/v2/userSendEmailCodeRequestParse.js.map +1 -0
- package/dist/v2/userService.d.ts +313 -0
- package/dist/v2/userService.d.ts.map +1 -0
- package/dist/v2/userService.js +16 -0
- package/dist/v2/userService.js.map +1 -0
- package/dist/v2/userServiceAddIDPLink.d.ts +22 -0
- package/dist/v2/userServiceAddIDPLink.d.ts.map +1 -0
- package/dist/v2/userServiceAddIDPLink.js +24 -0
- package/dist/v2/userServiceAddIDPLink.js.map +1 -0
- package/dist/v2/userServiceAddKey.d.ts +22 -0
- package/dist/v2/userServiceAddKey.d.ts.map +1 -0
- package/dist/v2/userServiceAddKey.js +24 -0
- package/dist/v2/userServiceAddKey.js.map +1 -0
- package/dist/v2/userServiceAddOTPEmail.d.ts +22 -0
- package/dist/v2/userServiceAddOTPEmail.d.ts.map +1 -0
- package/dist/v2/userServiceAddOTPEmail.js +24 -0
- package/dist/v2/userServiceAddOTPEmail.js.map +1 -0
- package/dist/v2/userServiceAddOTPSMS.d.ts +22 -0
- package/dist/v2/userServiceAddOTPSMS.d.ts.map +1 -0
- package/dist/v2/userServiceAddOTPSMS.js +24 -0
- package/dist/v2/userServiceAddOTPSMS.js.map +1 -0
- package/dist/v2/userServiceAddPersonalAccessToken.d.ts +22 -0
- package/dist/v2/userServiceAddPersonalAccessToken.d.ts.map +1 -0
- package/dist/v2/userServiceAddPersonalAccessToken.js +24 -0
- package/dist/v2/userServiceAddPersonalAccessToken.js.map +1 -0
- package/dist/v2/userServiceAddSecret.d.ts +22 -0
- package/dist/v2/userServiceAddSecret.d.ts.map +1 -0
- package/dist/v2/userServiceAddSecret.js +24 -0
- package/dist/v2/userServiceAddSecret.js.map +1 -0
- package/dist/v2/userServiceCreateInviteCode.d.ts +22 -0
- package/dist/v2/userServiceCreateInviteCode.d.ts.map +1 -0
- package/dist/v2/userServiceCreateInviteCode.js +24 -0
- package/dist/v2/userServiceCreateInviteCode.js.map +1 -0
- package/dist/v2/userServiceCreatePasskeyRegistrationLink.d.ts +22 -0
- package/dist/v2/userServiceCreatePasskeyRegistrationLink.d.ts.map +1 -0
- package/dist/v2/userServiceCreatePasskeyRegistrationLink.js +24 -0
- package/dist/v2/userServiceCreatePasskeyRegistrationLink.js.map +1 -0
- package/dist/v2/userServiceCreateUser.d.ts +22 -0
- package/dist/v2/userServiceCreateUser.d.ts.map +1 -0
- package/dist/v2/userServiceCreateUser.js +24 -0
- package/dist/v2/userServiceCreateUser.js.map +1 -0
- package/dist/v2/userServiceDeactivateUser.d.ts +22 -0
- package/dist/v2/userServiceDeactivateUser.d.ts.map +1 -0
- package/dist/v2/userServiceDeactivateUser.js +24 -0
- package/dist/v2/userServiceDeactivateUser.js.map +1 -0
- package/dist/v2/userServiceDeleteUser.d.ts +22 -0
- package/dist/v2/userServiceDeleteUser.d.ts.map +1 -0
- package/dist/v2/userServiceDeleteUser.js +24 -0
- package/dist/v2/userServiceDeleteUser.js.map +1 -0
- package/dist/v2/userServiceDeleteUserMetadata.d.ts +22 -0
- package/dist/v2/userServiceDeleteUserMetadata.d.ts.map +1 -0
- package/dist/v2/userServiceDeleteUserMetadata.js +24 -0
- package/dist/v2/userServiceDeleteUserMetadata.js.map +1 -0
- package/dist/v2/userServiceGenerateRecoveryCodes.d.ts +22 -0
- package/dist/v2/userServiceGenerateRecoveryCodes.d.ts.map +1 -0
- package/dist/v2/userServiceGenerateRecoveryCodes.js +24 -0
- package/dist/v2/userServiceGenerateRecoveryCodes.js.map +1 -0
- package/dist/v2/userServiceGetUserByID.d.ts +22 -0
- package/dist/v2/userServiceGetUserByID.d.ts.map +1 -0
- package/dist/v2/userServiceGetUserByID.js +24 -0
- package/dist/v2/userServiceGetUserByID.js.map +1 -0
- package/dist/v2/userServiceHumanMFAInitSkipped.d.ts +22 -0
- package/dist/v2/userServiceHumanMFAInitSkipped.d.ts.map +1 -0
- package/dist/v2/userServiceHumanMFAInitSkipped.js +24 -0
- package/dist/v2/userServiceHumanMFAInitSkipped.js.map +1 -0
- package/dist/v2/userServiceListAuthenticationFactors.d.ts +22 -0
- package/dist/v2/userServiceListAuthenticationFactors.d.ts.map +1 -0
- package/dist/v2/userServiceListAuthenticationFactors.js +24 -0
- package/dist/v2/userServiceListAuthenticationFactors.js.map +1 -0
- package/dist/v2/userServiceListAuthenticationMethodTypes.d.ts +22 -0
- package/dist/v2/userServiceListAuthenticationMethodTypes.d.ts.map +1 -0
- package/dist/v2/userServiceListAuthenticationMethodTypes.js +24 -0
- package/dist/v2/userServiceListAuthenticationMethodTypes.js.map +1 -0
- package/dist/v2/userServiceListIDPLinks.d.ts +22 -0
- package/dist/v2/userServiceListIDPLinks.d.ts.map +1 -0
- package/dist/v2/userServiceListIDPLinks.js +24 -0
- package/dist/v2/userServiceListIDPLinks.js.map +1 -0
- package/dist/v2/userServiceListKeys.d.ts +22 -0
- package/dist/v2/userServiceListKeys.d.ts.map +1 -0
- package/dist/v2/userServiceListKeys.js +24 -0
- package/dist/v2/userServiceListKeys.js.map +1 -0
- package/dist/v2/userServiceListPasskeys.d.ts +22 -0
- package/dist/v2/userServiceListPasskeys.d.ts.map +1 -0
- package/dist/v2/userServiceListPasskeys.js +24 -0
- package/dist/v2/userServiceListPasskeys.js.map +1 -0
- package/dist/v2/userServiceListPersonalAccessTokens.d.ts +22 -0
- package/dist/v2/userServiceListPersonalAccessTokens.d.ts.map +1 -0
- package/dist/v2/userServiceListPersonalAccessTokens.js +24 -0
- package/dist/v2/userServiceListPersonalAccessTokens.js.map +1 -0
- package/dist/v2/userServiceListUserMetadata.d.ts +22 -0
- package/dist/v2/userServiceListUserMetadata.d.ts.map +1 -0
- package/dist/v2/userServiceListUserMetadata.js +24 -0
- package/dist/v2/userServiceListUserMetadata.js.map +1 -0
- package/dist/v2/userServiceListUsers.d.ts +22 -0
- package/dist/v2/userServiceListUsers.d.ts.map +1 -0
- package/dist/v2/userServiceListUsers.js +24 -0
- package/dist/v2/userServiceListUsers.js.map +1 -0
- package/dist/v2/userServiceLockUser.d.ts +22 -0
- package/dist/v2/userServiceLockUser.d.ts.map +1 -0
- package/dist/v2/userServiceLockUser.js +24 -0
- package/dist/v2/userServiceLockUser.js.map +1 -0
- package/dist/v2/userServiceReactivateUser.d.ts +22 -0
- package/dist/v2/userServiceReactivateUser.d.ts.map +1 -0
- package/dist/v2/userServiceReactivateUser.js +24 -0
- package/dist/v2/userServiceReactivateUser.js.map +1 -0
- package/dist/v2/userServiceRegisterPasskey.d.ts +22 -0
- package/dist/v2/userServiceRegisterPasskey.d.ts.map +1 -0
- package/dist/v2/userServiceRegisterPasskey.js +24 -0
- package/dist/v2/userServiceRegisterPasskey.js.map +1 -0
- package/dist/v2/userServiceRegisterTOTP.d.ts +22 -0
- package/dist/v2/userServiceRegisterTOTP.d.ts.map +1 -0
- package/dist/v2/userServiceRegisterTOTP.js +24 -0
- package/dist/v2/userServiceRegisterTOTP.js.map +1 -0
- package/dist/v2/userServiceRegisterU2F.d.ts +22 -0
- package/dist/v2/userServiceRegisterU2F.d.ts.map +1 -0
- package/dist/v2/userServiceRegisterU2F.js +24 -0
- package/dist/v2/userServiceRegisterU2F.js.map +1 -0
- package/dist/v2/userServiceRemoveIDPLink.d.ts +22 -0
- package/dist/v2/userServiceRemoveIDPLink.d.ts.map +1 -0
- package/dist/v2/userServiceRemoveIDPLink.js +24 -0
- package/dist/v2/userServiceRemoveIDPLink.js.map +1 -0
- package/dist/v2/userServiceRemoveKey.d.ts +22 -0
- package/dist/v2/userServiceRemoveKey.d.ts.map +1 -0
- package/dist/v2/userServiceRemoveKey.js +24 -0
- package/dist/v2/userServiceRemoveKey.js.map +1 -0
- package/dist/v2/userServiceRemoveOTPEmail.d.ts +22 -0
- package/dist/v2/userServiceRemoveOTPEmail.d.ts.map +1 -0
- package/dist/v2/userServiceRemoveOTPEmail.js +24 -0
- package/dist/v2/userServiceRemoveOTPEmail.js.map +1 -0
- package/dist/v2/userServiceRemoveOTPSMS.d.ts +22 -0
- package/dist/v2/userServiceRemoveOTPSMS.d.ts.map +1 -0
- package/dist/v2/userServiceRemoveOTPSMS.js +24 -0
- package/dist/v2/userServiceRemoveOTPSMS.js.map +1 -0
- package/dist/v2/userServiceRemovePasskey.d.ts +22 -0
- package/dist/v2/userServiceRemovePasskey.d.ts.map +1 -0
- package/dist/v2/userServiceRemovePasskey.js +24 -0
- package/dist/v2/userServiceRemovePasskey.js.map +1 -0
- package/dist/v2/userServiceRemovePersonalAccessToken.d.ts +22 -0
- package/dist/v2/userServiceRemovePersonalAccessToken.d.ts.map +1 -0
- package/dist/v2/userServiceRemovePersonalAccessToken.js +24 -0
- package/dist/v2/userServiceRemovePersonalAccessToken.js.map +1 -0
- package/dist/v2/userServiceRemoveRecoveryCodes.d.ts +22 -0
- package/dist/v2/userServiceRemoveRecoveryCodes.d.ts.map +1 -0
- package/dist/v2/userServiceRemoveRecoveryCodes.js +24 -0
- package/dist/v2/userServiceRemoveRecoveryCodes.js.map +1 -0
- package/dist/v2/userServiceRemoveSecret.d.ts +22 -0
- package/dist/v2/userServiceRemoveSecret.d.ts.map +1 -0
- package/dist/v2/userServiceRemoveSecret.js +24 -0
- package/dist/v2/userServiceRemoveSecret.js.map +1 -0
- package/dist/v2/userServiceRemoveTOTP.d.ts +22 -0
- package/dist/v2/userServiceRemoveTOTP.d.ts.map +1 -0
- package/dist/v2/userServiceRemoveTOTP.js +24 -0
- package/dist/v2/userServiceRemoveTOTP.js.map +1 -0
- package/dist/v2/userServiceRemoveU2F.d.ts +22 -0
- package/dist/v2/userServiceRemoveU2F.d.ts.map +1 -0
- package/dist/v2/userServiceRemoveU2F.js +24 -0
- package/dist/v2/userServiceRemoveU2F.js.map +1 -0
- package/dist/v2/userServiceResendEmailCode.d.ts +22 -0
- package/dist/v2/userServiceResendEmailCode.d.ts.map +1 -0
- package/dist/v2/userServiceResendEmailCode.js +24 -0
- package/dist/v2/userServiceResendEmailCode.js.map +1 -0
- package/dist/v2/userServiceResendPhoneCode.d.ts +22 -0
- package/dist/v2/userServiceResendPhoneCode.d.ts.map +1 -0
- package/dist/v2/userServiceResendPhoneCode.js +24 -0
- package/dist/v2/userServiceResendPhoneCode.js.map +1 -0
- package/dist/v2/userServiceRetrieveIdentityProviderIntent.d.ts +22 -0
- package/dist/v2/userServiceRetrieveIdentityProviderIntent.d.ts.map +1 -0
- package/dist/v2/userServiceRetrieveIdentityProviderIntent.js +24 -0
- package/dist/v2/userServiceRetrieveIdentityProviderIntent.js.map +1 -0
- package/dist/v2/userServiceSendEmailCode.d.ts +22 -0
- package/dist/v2/userServiceSendEmailCode.d.ts.map +1 -0
- package/dist/v2/userServiceSendEmailCode.js +24 -0
- package/dist/v2/userServiceSendEmailCode.js.map +1 -0
- package/dist/v2/userServiceSetPassword.d.ts +22 -0
- package/dist/v2/userServiceSetPassword.d.ts.map +1 -0
- package/dist/v2/userServiceSetPassword.js +24 -0
- package/dist/v2/userServiceSetPassword.js.map +1 -0
- package/dist/v2/userServiceSetUserMetadata.d.ts +22 -0
- package/dist/v2/userServiceSetUserMetadata.d.ts.map +1 -0
- package/dist/v2/userServiceSetUserMetadata.js +24 -0
- package/dist/v2/userServiceSetUserMetadata.js.map +1 -0
- package/dist/v2/userServiceStartIdentityProviderIntent.d.ts +22 -0
- package/dist/v2/userServiceStartIdentityProviderIntent.d.ts.map +1 -0
- package/dist/v2/userServiceStartIdentityProviderIntent.js +24 -0
- package/dist/v2/userServiceStartIdentityProviderIntent.js.map +1 -0
- package/dist/v2/userServiceUnlockUser.d.ts +22 -0
- package/dist/v2/userServiceUnlockUser.d.ts.map +1 -0
- package/dist/v2/userServiceUnlockUser.js +24 -0
- package/dist/v2/userServiceUnlockUser.js.map +1 -0
- package/dist/v2/userServiceUpdateUser.d.ts +22 -0
- package/dist/v2/userServiceUpdateUser.d.ts.map +1 -0
- package/dist/v2/userServiceUpdateUser.js +24 -0
- package/dist/v2/userServiceUpdateUser.js.map +1 -0
- package/dist/v2/userServiceVerifyEmail.d.ts +22 -0
- package/dist/v2/userServiceVerifyEmail.d.ts.map +1 -0
- package/dist/v2/userServiceVerifyEmail.js +24 -0
- package/dist/v2/userServiceVerifyEmail.js.map +1 -0
- package/dist/v2/userServiceVerifyInviteCode.d.ts +22 -0
- package/dist/v2/userServiceVerifyInviteCode.d.ts.map +1 -0
- package/dist/v2/userServiceVerifyInviteCode.js +24 -0
- package/dist/v2/userServiceVerifyInviteCode.js.map +1 -0
- package/dist/v2/userServiceVerifyPasskeyRegistration.d.ts +22 -0
- package/dist/v2/userServiceVerifyPasskeyRegistration.d.ts.map +1 -0
- package/dist/v2/userServiceVerifyPasskeyRegistration.js +24 -0
- package/dist/v2/userServiceVerifyPasskeyRegistration.js.map +1 -0
- package/dist/v2/userServiceVerifyPhone.d.ts +22 -0
- package/dist/v2/userServiceVerifyPhone.d.ts.map +1 -0
- package/dist/v2/userServiceVerifyPhone.js +24 -0
- package/dist/v2/userServiceVerifyPhone.js.map +1 -0
- package/dist/v2/userServiceVerifyTOTPRegistration.d.ts +22 -0
- package/dist/v2/userServiceVerifyTOTPRegistration.d.ts.map +1 -0
- package/dist/v2/userServiceVerifyTOTPRegistration.js +24 -0
- package/dist/v2/userServiceVerifyTOTPRegistration.js.map +1 -0
- package/dist/v2/userServiceVerifyU2FRegistration.d.ts +22 -0
- package/dist/v2/userServiceVerifyU2FRegistration.d.ts.map +1 -0
- package/dist/v2/userServiceVerifyU2FRegistration.js +24 -0
- package/dist/v2/userServiceVerifyU2FRegistration.js.map +1 -0
- package/dist/v2/userSetPasswordRequestParse.d.ts +11 -0
- package/dist/v2/userSetPasswordRequestParse.d.ts.map +1 -0
- package/dist/v2/userSetPasswordRequestParse.js +11 -0
- package/dist/v2/userSetPasswordRequestParse.js.map +1 -0
- package/dist/v2/userSetUserMetadataRequestParse.d.ts +11 -0
- package/dist/v2/userSetUserMetadataRequestParse.d.ts.map +1 -0
- package/dist/v2/userSetUserMetadataRequestParse.js +11 -0
- package/dist/v2/userSetUserMetadataRequestParse.js.map +1 -0
- package/dist/v2/userStartIdentityProviderIntentRequestParse.d.ts +11 -0
- package/dist/v2/userStartIdentityProviderIntentRequestParse.d.ts.map +1 -0
- package/dist/v2/userStartIdentityProviderIntentRequestParse.js +11 -0
- package/dist/v2/userStartIdentityProviderIntentRequestParse.js.map +1 -0
- package/dist/v2/userUnlockUserRequestParse.d.ts +11 -0
- package/dist/v2/userUnlockUserRequestParse.d.ts.map +1 -0
- package/dist/v2/userUnlockUserRequestParse.js +11 -0
- package/dist/v2/userUnlockUserRequestParse.js.map +1 -0
- package/dist/v2/userUpdateUserRequestParse.d.ts +11 -0
- package/dist/v2/userUpdateUserRequestParse.d.ts.map +1 -0
- package/dist/v2/userUpdateUserRequestParse.js +11 -0
- package/dist/v2/userUpdateUserRequestParse.js.map +1 -0
- package/dist/v2/userVerifyEmailRequestParse.d.ts +11 -0
- package/dist/v2/userVerifyEmailRequestParse.d.ts.map +1 -0
- package/dist/v2/userVerifyEmailRequestParse.js +11 -0
- package/dist/v2/userVerifyEmailRequestParse.js.map +1 -0
- package/dist/v2/userVerifyInviteCodeRequestParse.d.ts +11 -0
- package/dist/v2/userVerifyInviteCodeRequestParse.d.ts.map +1 -0
- package/dist/v2/userVerifyInviteCodeRequestParse.js +11 -0
- package/dist/v2/userVerifyInviteCodeRequestParse.js.map +1 -0
- package/dist/v2/userVerifyPasskeyRegistrationRequestParse.d.ts +11 -0
- package/dist/v2/userVerifyPasskeyRegistrationRequestParse.d.ts.map +1 -0
- package/dist/v2/userVerifyPasskeyRegistrationRequestParse.js +11 -0
- package/dist/v2/userVerifyPasskeyRegistrationRequestParse.js.map +1 -0
- package/dist/v2/userVerifyPhoneRequestParse.d.ts +11 -0
- package/dist/v2/userVerifyPhoneRequestParse.d.ts.map +1 -0
- package/dist/v2/userVerifyPhoneRequestParse.js +11 -0
- package/dist/v2/userVerifyPhoneRequestParse.js.map +1 -0
- package/dist/v2/userVerifyTOTPRegistrationRequestParse.d.ts +11 -0
- package/dist/v2/userVerifyTOTPRegistrationRequestParse.d.ts.map +1 -0
- package/dist/v2/userVerifyTOTPRegistrationRequestParse.js +11 -0
- package/dist/v2/userVerifyTOTPRegistrationRequestParse.js.map +1 -0
- package/dist/v2/userVerifyU2FRegistrationRequestParse.d.ts +11 -0
- package/dist/v2/userVerifyU2FRegistrationRequestParse.d.ts.map +1 -0
- package/dist/v2/userVerifyU2FRegistrationRequestParse.js +11 -0
- package/dist/v2/userVerifyU2FRegistrationRequestParse.js.map +1 -0
- package/docs/action-activate-public-key.md +16 -0
- package/docs/action-add-public-key.md +16 -0
- package/docs/action-create-target.md +16 -0
- package/docs/action-deactivate-public-key.md +16 -0
- package/docs/action-delete-target.md +16 -0
- package/docs/action-get-target.md +16 -0
- package/docs/action-list-execution-functions.md +15 -0
- package/docs/action-list-execution-methods.md +15 -0
- package/docs/action-list-execution-services.md +13 -0
- package/docs/action-list-executions.md +16 -0
- package/docs/action-list-public-keys.md +16 -0
- package/docs/action-list-targets.md +16 -0
- package/docs/action-remove-public-key.md +18 -0
- package/docs/action-set-execution.md +16 -0
- package/docs/action-update-target.md +16 -0
- package/docs/admin-add-google-provider.md +17 -0
- package/docs/admin-list-idps.md +15 -0
- package/docs/api-discovery.md +39 -0
- package/docs/application-create-application-key.md +18 -0
- package/docs/application-create-application.md +16 -0
- package/docs/application-deactivate-application.md +16 -0
- package/docs/application-delete-application-key.md +16 -0
- package/docs/application-delete-application.md +16 -0
- package/docs/application-generate-client-secret.md +16 -0
- package/docs/application-get-application-key.md +16 -0
- package/docs/application-get-application.md +16 -0
- package/docs/application-list-application-keys.md +16 -0
- package/docs/application-list-applications.md +16 -0
- package/docs/application-reactivate-application.md +16 -0
- package/docs/application-update-application.md +16 -0
- package/docs/internal-permission-create-administrator.md +16 -0
- package/docs/internal-permission-delete-administrator.md +16 -0
- package/docs/internal-permission-list-administrators.md +16 -0
- package/docs/internal-permission-update-administrator.md +16 -0
- package/docs/oidc-discovery.md +34 -0
- package/docs/oidc-userinfo.md +28 -0
- package/docs/organization-activate-organization.md +16 -0
- package/docs/organization-add-organization-domain.md +16 -0
- package/docs/organization-add-organization.md +16 -0
- package/docs/organization-deactivate-organization.md +16 -0
- package/docs/organization-delete-organization-domain.md +16 -0
- package/docs/organization-delete-organization-metadata.md +16 -0
- package/docs/organization-delete-organization.md +16 -0
- package/docs/organization-generate-organization-domain-validation.md +16 -0
- package/docs/organization-list-organization-domains.md +16 -0
- package/docs/organization-list-organization-metadata.md +16 -0
- package/docs/organization-list-organizations.md +16 -0
- package/docs/organization-set-organization-metadata.md +16 -0
- package/docs/organization-update-organization.md +16 -0
- package/docs/organization-verify-organization-domain.md +16 -0
- package/docs/project-activate-project-grant.md +16 -0
- package/docs/project-activate-project.md +16 -0
- package/docs/project-add-project-role.md +16 -0
- package/docs/project-create-project-grant.md +16 -0
- package/docs/project-create-project.md +16 -0
- package/docs/project-deactivate-project-grant.md +16 -0
- package/docs/project-deactivate-project.md +16 -0
- package/docs/project-delete-project-grant.md +16 -0
- package/docs/project-delete-project.md +16 -0
- package/docs/project-get-project.md +16 -0
- package/docs/project-list-project-grants.md +16 -0
- package/docs/project-list-project-roles.md +16 -0
- package/docs/project-list-projects.md +16 -0
- package/docs/project-remove-project-role.md +16 -0
- package/docs/project-update-project-grant.md +16 -0
- package/docs/project-update-project-role.md +16 -0
- package/docs/project-update-project.md +16 -0
- package/docs/protocol-device-authorization.md +60 -0
- package/docs/protocol-oauth-token.md +56 -0
- package/docs/user-add-idp-link.md +16 -0
- package/docs/user-add-key.md +16 -0
- package/docs/user-add-otp-email.md +16 -0
- package/docs/user-add-otp-sms.md +16 -0
- package/docs/user-add-personal-access-token.md +18 -0
- package/docs/user-add-secret.md +16 -0
- package/docs/user-create-invite-code.md +16 -0
- package/docs/user-create-passkey-registration-link.md +23 -0
- package/docs/user-create-user.md +16 -0
- package/docs/user-deactivate-user.md +16 -0
- package/docs/user-delete-user-metadata.md +16 -0
- package/docs/user-delete-user.md +16 -0
- package/docs/user-generate-recovery-codes.md +16 -0
- package/docs/user-get-user-by-id.md +16 -0
- package/docs/user-human-mfa-init-skipped.md +16 -0
- package/docs/user-list-authentication-factors.md +16 -0
- package/docs/user-list-authentication-method-types.md +16 -0
- package/docs/user-list-idp-links.md +16 -0
- package/docs/user-list-keys.md +16 -0
- package/docs/user-list-passkeys.md +16 -0
- package/docs/user-list-personal-access-tokens.md +16 -0
- package/docs/user-list-user-metadata.md +16 -0
- package/docs/user-list-users.md +16 -0
- package/docs/user-lock-user.md +16 -0
- package/docs/user-reactivate-user.md +16 -0
- package/docs/user-register-passkey.md +16 -0
- package/docs/user-register-totp.md +16 -0
- package/docs/user-register-u2f.md +16 -0
- package/docs/user-remove-idp-link.md +16 -0
- package/docs/user-remove-key.md +16 -0
- package/docs/user-remove-otp-email.md +16 -0
- package/docs/user-remove-otp-sms.md +16 -0
- package/docs/user-remove-passkey.md +16 -0
- package/docs/user-remove-personal-access-token.md +16 -0
- package/docs/user-remove-recovery-codes.md +16 -0
- package/docs/user-remove-secret.md +16 -0
- package/docs/user-remove-totp.md +16 -0
- package/docs/user-remove-u2f.md +16 -0
- package/docs/user-resend-email-code.md +18 -0
- package/docs/user-resend-phone-code.md +16 -0
- package/docs/user-retrieve-identity-provider-intent.md +16 -0
- package/docs/user-send-email-code.md +16 -0
- package/docs/user-set-password.md +16 -0
- package/docs/user-set-user-metadata.md +16 -0
- package/docs/user-start-identity-provider-intent.md +16 -0
- package/docs/user-unlock-user.md +16 -0
- package/docs/user-update-user.md +16 -0
- package/docs/user-verify-email.md +16 -0
- package/docs/user-verify-invite-code.md +16 -0
- package/docs/user-verify-passkey-registration.md +16 -0
- package/docs/user-verify-phone.md +16 -0
- package/docs/user-verify-totp-registration.md +16 -0
- package/docs/user-verify-u2f-registration.md +16 -0
- package/package.json +185 -0
|
@@ -0,0 +1,1549 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { AndroidAppLinkConfig, APIAuthMethodType, IOSAppLinkConfig, LoginVersion, OIDCAppType, OIDCAuthMethodType, OIDCGrantType, OIDCResponseType, OIDCTokenType, OIDCVersion } from "./app_pb.js";
|
|
3
|
+
import type { IDPOwnerType, IDPStylingType, OIDCMappingField } from "./idp_pb.js";
|
|
4
|
+
import type { AccessTokenType, Gender } from "./user_pb.js";
|
|
5
|
+
import type { PrivateLabelingSetting } from "./project_pb.js";
|
|
6
|
+
import type { MultiFactorType, PasswordlessType, SecondFactorType, ThemeMode } from "./policy_pb.js";
|
|
7
|
+
import type { EmailVerificationDoneScreenText, EmailVerificationScreenText, ExternalRegistrationUserOverviewScreenText, ExternalUserNotFoundScreenText, FooterText, InitializeUserDoneScreenText, InitializeUserScreenText, InitMFADoneScreenText, InitMFAOTPScreenText, InitMFAPromptScreenText, InitMFAU2FScreenText, InitPasswordDoneScreenText, InitPasswordScreenText, LinkingUserDoneScreenText, LinkingUserPromptScreenText, LoginScreenText, LogoutDoneScreenText, MFAProvidersText, PasswordChangeDoneScreenText, PasswordChangeScreenText, PasswordlessPromptScreenText, PasswordlessRegistrationDoneScreenText, PasswordlessRegistrationScreenText, PasswordlessScreenText, PasswordResetDoneScreenText, PasswordScreenText, RegistrationOptionScreenText, RegistrationOrgScreenText, RegistrationUserScreenText, SelectAccountScreenText, SuccessLoginScreenText, UsernameChangeDoneScreenText, UsernameChangeScreenText, VerifyMFAOTPScreenText, VerifyMFAU2FScreenText } from "./text_pb.js";
|
|
8
|
+
import type { Duration } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file zitadel/management.proto.
|
|
12
|
+
*/
|
|
13
|
+
export declare const file_zitadel_management: GenFile;
|
|
14
|
+
/**
|
|
15
|
+
* Describe my Import Human User Request
|
|
16
|
+
*
|
|
17
|
+
* @generated from message zitadel.management.v1.ImportHumanUserRequest
|
|
18
|
+
*/
|
|
19
|
+
export type ImportHumanUserRequest = Message<"zitadel.management.v1.ImportHumanUserRequest"> & {
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string user_name = 1;
|
|
22
|
+
*/
|
|
23
|
+
userName: string;
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: zitadel.management.v1.ImportHumanUserRequest.Profile profile = 2;
|
|
26
|
+
*/
|
|
27
|
+
profile?: ImportHumanUserRequest_Profile | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: zitadel.management.v1.ImportHumanUserRequest.Email email = 3;
|
|
30
|
+
*/
|
|
31
|
+
email?: ImportHumanUserRequest_Email | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: zitadel.management.v1.ImportHumanUserRequest.Phone phone = 4;
|
|
34
|
+
*/
|
|
35
|
+
phone?: ImportHumanUserRequest_Phone | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* @generated from field: string password = 5;
|
|
38
|
+
*/
|
|
39
|
+
password: string;
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: zitadel.management.v1.ImportHumanUserRequest.HashedPassword hashed_password = 6;
|
|
42
|
+
*/
|
|
43
|
+
hashedPassword?: ImportHumanUserRequest_HashedPassword | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: bool password_change_required = 7;
|
|
46
|
+
*/
|
|
47
|
+
passwordChangeRequired: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: bool request_passwordless_registration = 8;
|
|
50
|
+
*/
|
|
51
|
+
requestPasswordlessRegistration: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* @generated from field: string otp_code = 9;
|
|
54
|
+
*/
|
|
55
|
+
otpCode: string;
|
|
56
|
+
/**
|
|
57
|
+
* @generated from field: repeated zitadel.management.v1.ImportHumanUserRequest.IDP idps = 10;
|
|
58
|
+
*/
|
|
59
|
+
idps: ImportHumanUserRequest_IDP[];
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: repeated zitadel.management.v1.ImportHumanUserRequest.RecoveryCode recovery_codes = 11;
|
|
62
|
+
*/
|
|
63
|
+
recoveryCodes: ImportHumanUserRequest_RecoveryCode[];
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Describes the message zitadel.management.v1.ImportHumanUserRequest.
|
|
67
|
+
* Use `create(ImportHumanUserRequestSchema)` to create a new message.
|
|
68
|
+
*/
|
|
69
|
+
export declare const ImportHumanUserRequestSchema: GenMessage<ImportHumanUserRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* @generated from message zitadel.management.v1.ImportHumanUserRequest.Profile
|
|
72
|
+
*/
|
|
73
|
+
export type ImportHumanUserRequest_Profile = Message<"zitadel.management.v1.ImportHumanUserRequest.Profile"> & {
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: string first_name = 1;
|
|
76
|
+
*/
|
|
77
|
+
firstName: string;
|
|
78
|
+
/**
|
|
79
|
+
* @generated from field: string last_name = 2;
|
|
80
|
+
*/
|
|
81
|
+
lastName: string;
|
|
82
|
+
/**
|
|
83
|
+
* @generated from field: string nick_name = 3;
|
|
84
|
+
*/
|
|
85
|
+
nickName: string;
|
|
86
|
+
/**
|
|
87
|
+
* @generated from field: string display_name = 4;
|
|
88
|
+
*/
|
|
89
|
+
displayName: string;
|
|
90
|
+
/**
|
|
91
|
+
* @generated from field: string preferred_language = 5;
|
|
92
|
+
*/
|
|
93
|
+
preferredLanguage: string;
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: zitadel.user.v1.Gender gender = 6;
|
|
96
|
+
*/
|
|
97
|
+
gender: Gender;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Describes the message zitadel.management.v1.ImportHumanUserRequest.Profile.
|
|
101
|
+
* Use `create(ImportHumanUserRequest_ProfileSchema)` to create a new message.
|
|
102
|
+
*/
|
|
103
|
+
export declare const ImportHumanUserRequest_ProfileSchema: GenMessage<ImportHumanUserRequest_Profile>;
|
|
104
|
+
/**
|
|
105
|
+
* @generated from message zitadel.management.v1.ImportHumanUserRequest.Email
|
|
106
|
+
*/
|
|
107
|
+
export type ImportHumanUserRequest_Email = Message<"zitadel.management.v1.ImportHumanUserRequest.Email"> & {
|
|
108
|
+
/**
|
|
109
|
+
* @generated from field: string email = 1;
|
|
110
|
+
*/
|
|
111
|
+
email: string;
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: bool is_email_verified = 2;
|
|
114
|
+
*/
|
|
115
|
+
isEmailVerified: boolean;
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message zitadel.management.v1.ImportHumanUserRequest.Email.
|
|
119
|
+
* Use `create(ImportHumanUserRequest_EmailSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export declare const ImportHumanUserRequest_EmailSchema: GenMessage<ImportHumanUserRequest_Email>;
|
|
122
|
+
/**
|
|
123
|
+
* @generated from message zitadel.management.v1.ImportHumanUserRequest.Phone
|
|
124
|
+
*/
|
|
125
|
+
export type ImportHumanUserRequest_Phone = Message<"zitadel.management.v1.ImportHumanUserRequest.Phone"> & {
|
|
126
|
+
/**
|
|
127
|
+
* @generated from field: string phone = 1;
|
|
128
|
+
*/
|
|
129
|
+
phone: string;
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: bool is_phone_verified = 2;
|
|
132
|
+
*/
|
|
133
|
+
isPhoneVerified: boolean;
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Describes the message zitadel.management.v1.ImportHumanUserRequest.Phone.
|
|
137
|
+
* Use `create(ImportHumanUserRequest_PhoneSchema)` to create a new message.
|
|
138
|
+
*/
|
|
139
|
+
export declare const ImportHumanUserRequest_PhoneSchema: GenMessage<ImportHumanUserRequest_Phone>;
|
|
140
|
+
/**
|
|
141
|
+
* @generated from message zitadel.management.v1.ImportHumanUserRequest.HashedPassword
|
|
142
|
+
*/
|
|
143
|
+
export type ImportHumanUserRequest_HashedPassword = Message<"zitadel.management.v1.ImportHumanUserRequest.HashedPassword"> & {
|
|
144
|
+
/**
|
|
145
|
+
* @generated from field: string value = 1;
|
|
146
|
+
*/
|
|
147
|
+
value: string;
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* Describes the message zitadel.management.v1.ImportHumanUserRequest.HashedPassword.
|
|
151
|
+
* Use `create(ImportHumanUserRequest_HashedPasswordSchema)` to create a new message.
|
|
152
|
+
*/
|
|
153
|
+
export declare const ImportHumanUserRequest_HashedPasswordSchema: GenMessage<ImportHumanUserRequest_HashedPassword>;
|
|
154
|
+
/**
|
|
155
|
+
* @generated from message zitadel.management.v1.ImportHumanUserRequest.IDP
|
|
156
|
+
*/
|
|
157
|
+
export type ImportHumanUserRequest_IDP = Message<"zitadel.management.v1.ImportHumanUserRequest.IDP"> & {
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: string config_id = 1;
|
|
160
|
+
*/
|
|
161
|
+
configId: string;
|
|
162
|
+
/**
|
|
163
|
+
* @generated from field: string external_user_id = 2;
|
|
164
|
+
*/
|
|
165
|
+
externalUserId: string;
|
|
166
|
+
/**
|
|
167
|
+
* @generated from field: string display_name = 3;
|
|
168
|
+
*/
|
|
169
|
+
displayName: string;
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* Describes the message zitadel.management.v1.ImportHumanUserRequest.IDP.
|
|
173
|
+
* Use `create(ImportHumanUserRequest_IDPSchema)` to create a new message.
|
|
174
|
+
*/
|
|
175
|
+
export declare const ImportHumanUserRequest_IDPSchema: GenMessage<ImportHumanUserRequest_IDP>;
|
|
176
|
+
/**
|
|
177
|
+
* @generated from message zitadel.management.v1.ImportHumanUserRequest.RecoveryCode
|
|
178
|
+
*/
|
|
179
|
+
export type ImportHumanUserRequest_RecoveryCode = Message<"zitadel.management.v1.ImportHumanUserRequest.RecoveryCode"> & {
|
|
180
|
+
/**
|
|
181
|
+
* @generated from oneof zitadel.management.v1.ImportHumanUserRequest.RecoveryCode.code_type
|
|
182
|
+
*/
|
|
183
|
+
codeType: {
|
|
184
|
+
/**
|
|
185
|
+
* @generated from field: string raw = 1;
|
|
186
|
+
*/
|
|
187
|
+
value: string;
|
|
188
|
+
case: "raw";
|
|
189
|
+
} | {
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: string hash = 2;
|
|
192
|
+
*/
|
|
193
|
+
value: string;
|
|
194
|
+
case: "hash";
|
|
195
|
+
} | {
|
|
196
|
+
case: undefined;
|
|
197
|
+
value?: undefined;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
/**
|
|
201
|
+
* Describes the message zitadel.management.v1.ImportHumanUserRequest.RecoveryCode.
|
|
202
|
+
* Use `create(ImportHumanUserRequest_RecoveryCodeSchema)` to create a new message.
|
|
203
|
+
*/
|
|
204
|
+
export declare const ImportHumanUserRequest_RecoveryCodeSchema: GenMessage<ImportHumanUserRequest_RecoveryCode>;
|
|
205
|
+
/**
|
|
206
|
+
* @generated from message zitadel.management.v1.AddMachineUserRequest
|
|
207
|
+
*/
|
|
208
|
+
export type AddMachineUserRequest = Message<"zitadel.management.v1.AddMachineUserRequest"> & {
|
|
209
|
+
/**
|
|
210
|
+
* @generated from field: string user_name = 1;
|
|
211
|
+
*/
|
|
212
|
+
userName: string;
|
|
213
|
+
/**
|
|
214
|
+
* @generated from field: string name = 2;
|
|
215
|
+
*/
|
|
216
|
+
name: string;
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: string description = 3;
|
|
219
|
+
*/
|
|
220
|
+
description: string;
|
|
221
|
+
/**
|
|
222
|
+
* @generated from field: zitadel.user.v1.AccessTokenType access_token_type = 4;
|
|
223
|
+
*/
|
|
224
|
+
accessTokenType: AccessTokenType;
|
|
225
|
+
/**
|
|
226
|
+
* optionally set your own id unique for the user.
|
|
227
|
+
*
|
|
228
|
+
* @generated from field: optional string user_id = 5;
|
|
229
|
+
*/
|
|
230
|
+
userId?: string | undefined;
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* Describes the message zitadel.management.v1.AddMachineUserRequest.
|
|
234
|
+
* Use `create(AddMachineUserRequestSchema)` to create a new message.
|
|
235
|
+
*/
|
|
236
|
+
export declare const AddMachineUserRequestSchema: GenMessage<AddMachineUserRequest>;
|
|
237
|
+
/**
|
|
238
|
+
* @generated from message zitadel.management.v1.SetUserMetadataRequest
|
|
239
|
+
*/
|
|
240
|
+
export type SetUserMetadataRequest = Message<"zitadel.management.v1.SetUserMetadataRequest"> & {
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: string id = 1;
|
|
243
|
+
*/
|
|
244
|
+
id: string;
|
|
245
|
+
/**
|
|
246
|
+
* @generated from field: string key = 2;
|
|
247
|
+
*/
|
|
248
|
+
key: string;
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: bytes value = 3;
|
|
251
|
+
*/
|
|
252
|
+
value: Uint8Array;
|
|
253
|
+
};
|
|
254
|
+
/**
|
|
255
|
+
* Describes the message zitadel.management.v1.SetUserMetadataRequest.
|
|
256
|
+
* Use `create(SetUserMetadataRequestSchema)` to create a new message.
|
|
257
|
+
*/
|
|
258
|
+
export declare const SetUserMetadataRequestSchema: GenMessage<SetUserMetadataRequest>;
|
|
259
|
+
/**
|
|
260
|
+
* @generated from message zitadel.management.v1.AddOrgRequest
|
|
261
|
+
*/
|
|
262
|
+
export type AddOrgRequest = Message<"zitadel.management.v1.AddOrgRequest"> & {
|
|
263
|
+
/**
|
|
264
|
+
* @generated from field: string name = 1;
|
|
265
|
+
*/
|
|
266
|
+
name: string;
|
|
267
|
+
};
|
|
268
|
+
/**
|
|
269
|
+
* Describes the message zitadel.management.v1.AddOrgRequest.
|
|
270
|
+
* Use `create(AddOrgRequestSchema)` to create a new message.
|
|
271
|
+
*/
|
|
272
|
+
export declare const AddOrgRequestSchema: GenMessage<AddOrgRequest>;
|
|
273
|
+
/**
|
|
274
|
+
* @generated from message zitadel.management.v1.AddOrgMemberRequest
|
|
275
|
+
*/
|
|
276
|
+
export type AddOrgMemberRequest = Message<"zitadel.management.v1.AddOrgMemberRequest"> & {
|
|
277
|
+
/**
|
|
278
|
+
* @generated from field: string user_id = 1;
|
|
279
|
+
*/
|
|
280
|
+
userId: string;
|
|
281
|
+
/**
|
|
282
|
+
* @generated from field: repeated string roles = 2;
|
|
283
|
+
*/
|
|
284
|
+
roles: string[];
|
|
285
|
+
};
|
|
286
|
+
/**
|
|
287
|
+
* Describes the message zitadel.management.v1.AddOrgMemberRequest.
|
|
288
|
+
* Use `create(AddOrgMemberRequestSchema)` to create a new message.
|
|
289
|
+
*/
|
|
290
|
+
export declare const AddOrgMemberRequestSchema: GenMessage<AddOrgMemberRequest>;
|
|
291
|
+
/**
|
|
292
|
+
* @generated from message zitadel.management.v1.AddProjectRequest
|
|
293
|
+
*/
|
|
294
|
+
export type AddProjectRequest = Message<"zitadel.management.v1.AddProjectRequest"> & {
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: string name = 1;
|
|
297
|
+
*/
|
|
298
|
+
name: string;
|
|
299
|
+
/**
|
|
300
|
+
* @generated from field: bool project_role_assertion = 2;
|
|
301
|
+
*/
|
|
302
|
+
projectRoleAssertion: boolean;
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: bool project_role_check = 3;
|
|
305
|
+
*/
|
|
306
|
+
projectRoleCheck: boolean;
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: bool has_project_check = 4;
|
|
309
|
+
*/
|
|
310
|
+
hasProjectCheck: boolean;
|
|
311
|
+
/**
|
|
312
|
+
* @generated from field: zitadel.project.v1.PrivateLabelingSetting private_labeling_setting = 5;
|
|
313
|
+
*/
|
|
314
|
+
privateLabelingSetting: PrivateLabelingSetting;
|
|
315
|
+
/**
|
|
316
|
+
* List of users and Project Member roles (PROJECT_OWNER, by default) to be assigned to those users.
|
|
317
|
+
*
|
|
318
|
+
* @generated from field: repeated zitadel.management.v1.AddProjectRequest.Admin admins = 6;
|
|
319
|
+
*/
|
|
320
|
+
admins: AddProjectRequest_Admin[];
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* Describes the message zitadel.management.v1.AddProjectRequest.
|
|
324
|
+
* Use `create(AddProjectRequestSchema)` to create a new message.
|
|
325
|
+
*/
|
|
326
|
+
export declare const AddProjectRequestSchema: GenMessage<AddProjectRequest>;
|
|
327
|
+
/**
|
|
328
|
+
* @generated from message zitadel.management.v1.AddProjectRequest.Admin
|
|
329
|
+
*/
|
|
330
|
+
export type AddProjectRequest_Admin = Message<"zitadel.management.v1.AddProjectRequest.Admin"> & {
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: string user_id = 1;
|
|
333
|
+
*/
|
|
334
|
+
userId: string;
|
|
335
|
+
/**
|
|
336
|
+
* specify the Project Member Roles for the provided user (default is PROJECT_OWNER if roles are empty
|
|
337
|
+
*
|
|
338
|
+
* @generated from field: repeated string roles = 3;
|
|
339
|
+
*/
|
|
340
|
+
roles: string[];
|
|
341
|
+
};
|
|
342
|
+
/**
|
|
343
|
+
* Describes the message zitadel.management.v1.AddProjectRequest.Admin.
|
|
344
|
+
* Use `create(AddProjectRequest_AdminSchema)` to create a new message.
|
|
345
|
+
*/
|
|
346
|
+
export declare const AddProjectRequest_AdminSchema: GenMessage<AddProjectRequest_Admin>;
|
|
347
|
+
/**
|
|
348
|
+
* @generated from message zitadel.management.v1.AddProjectRoleRequest
|
|
349
|
+
*/
|
|
350
|
+
export type AddProjectRoleRequest = Message<"zitadel.management.v1.AddProjectRoleRequest"> & {
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: string project_id = 1;
|
|
353
|
+
*/
|
|
354
|
+
projectId: string;
|
|
355
|
+
/**
|
|
356
|
+
* @generated from field: string role_key = 2;
|
|
357
|
+
*/
|
|
358
|
+
roleKey: string;
|
|
359
|
+
/**
|
|
360
|
+
* @generated from field: string display_name = 3;
|
|
361
|
+
*/
|
|
362
|
+
displayName: string;
|
|
363
|
+
/**
|
|
364
|
+
* @generated from field: string group = 4;
|
|
365
|
+
*/
|
|
366
|
+
group: string;
|
|
367
|
+
};
|
|
368
|
+
/**
|
|
369
|
+
* Describes the message zitadel.management.v1.AddProjectRoleRequest.
|
|
370
|
+
* Use `create(AddProjectRoleRequestSchema)` to create a new message.
|
|
371
|
+
*/
|
|
372
|
+
export declare const AddProjectRoleRequestSchema: GenMessage<AddProjectRoleRequest>;
|
|
373
|
+
/**
|
|
374
|
+
* @generated from message zitadel.management.v1.AddProjectMemberRequest
|
|
375
|
+
*/
|
|
376
|
+
export type AddProjectMemberRequest = Message<"zitadel.management.v1.AddProjectMemberRequest"> & {
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: string project_id = 1;
|
|
379
|
+
*/
|
|
380
|
+
projectId: string;
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: string user_id = 2;
|
|
383
|
+
*/
|
|
384
|
+
userId: string;
|
|
385
|
+
/**
|
|
386
|
+
* @generated from field: repeated string roles = 3;
|
|
387
|
+
*/
|
|
388
|
+
roles: string[];
|
|
389
|
+
};
|
|
390
|
+
/**
|
|
391
|
+
* Describes the message zitadel.management.v1.AddProjectMemberRequest.
|
|
392
|
+
* Use `create(AddProjectMemberRequestSchema)` to create a new message.
|
|
393
|
+
*/
|
|
394
|
+
export declare const AddProjectMemberRequestSchema: GenMessage<AddProjectMemberRequest>;
|
|
395
|
+
/**
|
|
396
|
+
* @generated from message zitadel.management.v1.AddOIDCAppRequest
|
|
397
|
+
*/
|
|
398
|
+
export type AddOIDCAppRequest = Message<"zitadel.management.v1.AddOIDCAppRequest"> & {
|
|
399
|
+
/**
|
|
400
|
+
* @generated from field: string project_id = 1;
|
|
401
|
+
*/
|
|
402
|
+
projectId: string;
|
|
403
|
+
/**
|
|
404
|
+
* @generated from field: string name = 2;
|
|
405
|
+
*/
|
|
406
|
+
name: string;
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: repeated string redirect_uris = 3;
|
|
409
|
+
*/
|
|
410
|
+
redirectUris: string[];
|
|
411
|
+
/**
|
|
412
|
+
* @generated from field: repeated zitadel.app.v1.OIDCResponseType response_types = 4;
|
|
413
|
+
*/
|
|
414
|
+
responseTypes: OIDCResponseType[];
|
|
415
|
+
/**
|
|
416
|
+
* @generated from field: repeated zitadel.app.v1.OIDCGrantType grant_types = 5;
|
|
417
|
+
*/
|
|
418
|
+
grantTypes: OIDCGrantType[];
|
|
419
|
+
/**
|
|
420
|
+
* @generated from field: zitadel.app.v1.OIDCAppType app_type = 6;
|
|
421
|
+
*/
|
|
422
|
+
appType: OIDCAppType;
|
|
423
|
+
/**
|
|
424
|
+
* @generated from field: zitadel.app.v1.OIDCAuthMethodType auth_method_type = 7;
|
|
425
|
+
*/
|
|
426
|
+
authMethodType: OIDCAuthMethodType;
|
|
427
|
+
/**
|
|
428
|
+
* @generated from field: repeated string post_logout_redirect_uris = 8;
|
|
429
|
+
*/
|
|
430
|
+
postLogoutRedirectUris: string[];
|
|
431
|
+
/**
|
|
432
|
+
* @generated from field: zitadel.app.v1.OIDCVersion version = 9;
|
|
433
|
+
*/
|
|
434
|
+
version: OIDCVersion;
|
|
435
|
+
/**
|
|
436
|
+
* @generated from field: bool dev_mode = 10;
|
|
437
|
+
*/
|
|
438
|
+
devMode: boolean;
|
|
439
|
+
/**
|
|
440
|
+
* @generated from field: zitadel.app.v1.OIDCTokenType access_token_type = 11;
|
|
441
|
+
*/
|
|
442
|
+
accessTokenType: OIDCTokenType;
|
|
443
|
+
/**
|
|
444
|
+
* @generated from field: bool access_token_role_assertion = 12;
|
|
445
|
+
*/
|
|
446
|
+
accessTokenRoleAssertion: boolean;
|
|
447
|
+
/**
|
|
448
|
+
* @generated from field: bool id_token_role_assertion = 13;
|
|
449
|
+
*/
|
|
450
|
+
idTokenRoleAssertion: boolean;
|
|
451
|
+
/**
|
|
452
|
+
* @generated from field: bool id_token_userinfo_assertion = 14;
|
|
453
|
+
*/
|
|
454
|
+
idTokenUserinfoAssertion: boolean;
|
|
455
|
+
/**
|
|
456
|
+
* @generated from field: google.protobuf.Duration clock_skew = 15;
|
|
457
|
+
*/
|
|
458
|
+
clockSkew?: Duration | undefined;
|
|
459
|
+
/**
|
|
460
|
+
* @generated from field: repeated string additional_origins = 16;
|
|
461
|
+
*/
|
|
462
|
+
additionalOrigins: string[];
|
|
463
|
+
/**
|
|
464
|
+
* @generated from field: bool skip_native_app_success_page = 17;
|
|
465
|
+
*/
|
|
466
|
+
skipNativeAppSuccessPage: boolean;
|
|
467
|
+
/**
|
|
468
|
+
* @generated from field: string back_channel_logout_uri = 18;
|
|
469
|
+
*/
|
|
470
|
+
backChannelLogoutUri: string;
|
|
471
|
+
/**
|
|
472
|
+
* @generated from field: zitadel.app.v1.LoginVersion login_version = 19;
|
|
473
|
+
*/
|
|
474
|
+
loginVersion?: LoginVersion | undefined;
|
|
475
|
+
/**
|
|
476
|
+
* @generated from field: zitadel.app.v1.IOSAppLinkConfig ios = 20;
|
|
477
|
+
*/
|
|
478
|
+
ios?: IOSAppLinkConfig | undefined;
|
|
479
|
+
/**
|
|
480
|
+
* @generated from field: zitadel.app.v1.AndroidAppLinkConfig android = 21;
|
|
481
|
+
*/
|
|
482
|
+
android?: AndroidAppLinkConfig | undefined;
|
|
483
|
+
};
|
|
484
|
+
/**
|
|
485
|
+
* Describes the message zitadel.management.v1.AddOIDCAppRequest.
|
|
486
|
+
* Use `create(AddOIDCAppRequestSchema)` to create a new message.
|
|
487
|
+
*/
|
|
488
|
+
export declare const AddOIDCAppRequestSchema: GenMessage<AddOIDCAppRequest>;
|
|
489
|
+
/**
|
|
490
|
+
* @generated from message zitadel.management.v1.AddAPIAppRequest
|
|
491
|
+
*/
|
|
492
|
+
export type AddAPIAppRequest = Message<"zitadel.management.v1.AddAPIAppRequest"> & {
|
|
493
|
+
/**
|
|
494
|
+
* @generated from field: string project_id = 1;
|
|
495
|
+
*/
|
|
496
|
+
projectId: string;
|
|
497
|
+
/**
|
|
498
|
+
* @generated from field: string name = 2;
|
|
499
|
+
*/
|
|
500
|
+
name: string;
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: zitadel.app.v1.APIAuthMethodType auth_method_type = 3;
|
|
503
|
+
*/
|
|
504
|
+
authMethodType: APIAuthMethodType;
|
|
505
|
+
};
|
|
506
|
+
/**
|
|
507
|
+
* Describes the message zitadel.management.v1.AddAPIAppRequest.
|
|
508
|
+
* Use `create(AddAPIAppRequestSchema)` to create a new message.
|
|
509
|
+
*/
|
|
510
|
+
export declare const AddAPIAppRequestSchema: GenMessage<AddAPIAppRequest>;
|
|
511
|
+
/**
|
|
512
|
+
* @generated from message zitadel.management.v1.AddProjectGrantRequest
|
|
513
|
+
*/
|
|
514
|
+
export type AddProjectGrantRequest = Message<"zitadel.management.v1.AddProjectGrantRequest"> & {
|
|
515
|
+
/**
|
|
516
|
+
* @generated from field: string project_id = 1;
|
|
517
|
+
*/
|
|
518
|
+
projectId: string;
|
|
519
|
+
/**
|
|
520
|
+
* @generated from field: string granted_org_id = 2;
|
|
521
|
+
*/
|
|
522
|
+
grantedOrgId: string;
|
|
523
|
+
/**
|
|
524
|
+
* @generated from field: repeated string role_keys = 3;
|
|
525
|
+
*/
|
|
526
|
+
roleKeys: string[];
|
|
527
|
+
};
|
|
528
|
+
/**
|
|
529
|
+
* Describes the message zitadel.management.v1.AddProjectGrantRequest.
|
|
530
|
+
* Use `create(AddProjectGrantRequestSchema)` to create a new message.
|
|
531
|
+
*/
|
|
532
|
+
export declare const AddProjectGrantRequestSchema: GenMessage<AddProjectGrantRequest>;
|
|
533
|
+
/**
|
|
534
|
+
* @generated from message zitadel.management.v1.AddProjectGrantMemberRequest
|
|
535
|
+
*/
|
|
536
|
+
export type AddProjectGrantMemberRequest = Message<"zitadel.management.v1.AddProjectGrantMemberRequest"> & {
|
|
537
|
+
/**
|
|
538
|
+
* @generated from field: string project_id = 1;
|
|
539
|
+
*/
|
|
540
|
+
projectId: string;
|
|
541
|
+
/**
|
|
542
|
+
* @generated from field: string grant_id = 2;
|
|
543
|
+
*/
|
|
544
|
+
grantId: string;
|
|
545
|
+
/**
|
|
546
|
+
* @generated from field: string user_id = 3;
|
|
547
|
+
*/
|
|
548
|
+
userId: string;
|
|
549
|
+
/**
|
|
550
|
+
* @generated from field: repeated string roles = 4;
|
|
551
|
+
*/
|
|
552
|
+
roles: string[];
|
|
553
|
+
};
|
|
554
|
+
/**
|
|
555
|
+
* Describes the message zitadel.management.v1.AddProjectGrantMemberRequest.
|
|
556
|
+
* Use `create(AddProjectGrantMemberRequestSchema)` to create a new message.
|
|
557
|
+
*/
|
|
558
|
+
export declare const AddProjectGrantMemberRequestSchema: GenMessage<AddProjectGrantMemberRequest>;
|
|
559
|
+
/**
|
|
560
|
+
* @generated from message zitadel.management.v1.AddUserGrantRequest
|
|
561
|
+
*/
|
|
562
|
+
export type AddUserGrantRequest = Message<"zitadel.management.v1.AddUserGrantRequest"> & {
|
|
563
|
+
/**
|
|
564
|
+
* @generated from field: string user_id = 1;
|
|
565
|
+
*/
|
|
566
|
+
userId: string;
|
|
567
|
+
/**
|
|
568
|
+
* @generated from field: string project_id = 2;
|
|
569
|
+
*/
|
|
570
|
+
projectId: string;
|
|
571
|
+
/**
|
|
572
|
+
* @generated from field: string project_grant_id = 3;
|
|
573
|
+
*/
|
|
574
|
+
projectGrantId: string;
|
|
575
|
+
/**
|
|
576
|
+
* @generated from field: repeated string role_keys = 4;
|
|
577
|
+
*/
|
|
578
|
+
roleKeys: string[];
|
|
579
|
+
};
|
|
580
|
+
/**
|
|
581
|
+
* Describes the message zitadel.management.v1.AddUserGrantRequest.
|
|
582
|
+
* Use `create(AddUserGrantRequestSchema)` to create a new message.
|
|
583
|
+
*/
|
|
584
|
+
export declare const AddUserGrantRequestSchema: GenMessage<AddUserGrantRequest>;
|
|
585
|
+
/**
|
|
586
|
+
* @generated from message zitadel.management.v1.AddCustomLoginPolicyRequest
|
|
587
|
+
*/
|
|
588
|
+
export type AddCustomLoginPolicyRequest = Message<"zitadel.management.v1.AddCustomLoginPolicyRequest"> & {
|
|
589
|
+
/**
|
|
590
|
+
* @generated from field: bool allow_username_password = 1;
|
|
591
|
+
*/
|
|
592
|
+
allowUsernamePassword: boolean;
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: bool allow_register = 2;
|
|
595
|
+
*/
|
|
596
|
+
allowRegister: boolean;
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: bool allow_external_idp = 3;
|
|
599
|
+
*/
|
|
600
|
+
allowExternalIdp: boolean;
|
|
601
|
+
/**
|
|
602
|
+
* @generated from field: bool force_mfa = 4;
|
|
603
|
+
*/
|
|
604
|
+
forceMfa: boolean;
|
|
605
|
+
/**
|
|
606
|
+
* @generated from field: zitadel.policy.v1.PasswordlessType passwordless_type = 5;
|
|
607
|
+
*/
|
|
608
|
+
passwordlessType: PasswordlessType;
|
|
609
|
+
/**
|
|
610
|
+
* @generated from field: bool hide_password_reset = 6;
|
|
611
|
+
*/
|
|
612
|
+
hidePasswordReset: boolean;
|
|
613
|
+
/**
|
|
614
|
+
* @generated from field: bool ignore_unknown_usernames = 7;
|
|
615
|
+
*/
|
|
616
|
+
ignoreUnknownUsernames: boolean;
|
|
617
|
+
/**
|
|
618
|
+
* @generated from field: string default_redirect_uri = 8;
|
|
619
|
+
*/
|
|
620
|
+
defaultRedirectUri: string;
|
|
621
|
+
/**
|
|
622
|
+
* @generated from field: google.protobuf.Duration password_check_lifetime = 9;
|
|
623
|
+
*/
|
|
624
|
+
passwordCheckLifetime?: Duration | undefined;
|
|
625
|
+
/**
|
|
626
|
+
* @generated from field: google.protobuf.Duration external_login_check_lifetime = 10;
|
|
627
|
+
*/
|
|
628
|
+
externalLoginCheckLifetime?: Duration | undefined;
|
|
629
|
+
/**
|
|
630
|
+
* @generated from field: google.protobuf.Duration mfa_init_skip_lifetime = 11;
|
|
631
|
+
*/
|
|
632
|
+
mfaInitSkipLifetime?: Duration | undefined;
|
|
633
|
+
/**
|
|
634
|
+
* @generated from field: google.protobuf.Duration second_factor_check_lifetime = 12;
|
|
635
|
+
*/
|
|
636
|
+
secondFactorCheckLifetime?: Duration | undefined;
|
|
637
|
+
/**
|
|
638
|
+
* @generated from field: google.protobuf.Duration multi_factor_check_lifetime = 13;
|
|
639
|
+
*/
|
|
640
|
+
multiFactorCheckLifetime?: Duration | undefined;
|
|
641
|
+
/**
|
|
642
|
+
* @generated from field: repeated zitadel.policy.v1.SecondFactorType second_factors = 14;
|
|
643
|
+
*/
|
|
644
|
+
secondFactors: SecondFactorType[];
|
|
645
|
+
/**
|
|
646
|
+
* @generated from field: repeated zitadel.policy.v1.MultiFactorType multi_factors = 15;
|
|
647
|
+
*/
|
|
648
|
+
multiFactors: MultiFactorType[];
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: repeated zitadel.management.v1.AddCustomLoginPolicyRequest.IDP idps = 16;
|
|
651
|
+
*/
|
|
652
|
+
idps: AddCustomLoginPolicyRequest_IDP[];
|
|
653
|
+
/**
|
|
654
|
+
* If set to true, the suffix (@domain.com) of an unknown username input on the login screen will be matched against the org domains and will redirect to the registration of that organization on success.
|
|
655
|
+
*
|
|
656
|
+
* @generated from field: bool allow_domain_discovery = 17;
|
|
657
|
+
*/
|
|
658
|
+
allowDomainDiscovery: boolean;
|
|
659
|
+
/**
|
|
660
|
+
* @generated from field: bool disable_login_with_email = 18;
|
|
661
|
+
*/
|
|
662
|
+
disableLoginWithEmail: boolean;
|
|
663
|
+
/**
|
|
664
|
+
* @generated from field: bool disable_login_with_phone = 19;
|
|
665
|
+
*/
|
|
666
|
+
disableLoginWithPhone: boolean;
|
|
667
|
+
/**
|
|
668
|
+
* @generated from field: bool force_mfa_local_only = 20;
|
|
669
|
+
*/
|
|
670
|
+
forceMfaLocalOnly: boolean;
|
|
671
|
+
};
|
|
672
|
+
/**
|
|
673
|
+
* Describes the message zitadel.management.v1.AddCustomLoginPolicyRequest.
|
|
674
|
+
* Use `create(AddCustomLoginPolicyRequestSchema)` to create a new message.
|
|
675
|
+
*/
|
|
676
|
+
export declare const AddCustomLoginPolicyRequestSchema: GenMessage<AddCustomLoginPolicyRequest>;
|
|
677
|
+
/**
|
|
678
|
+
* @generated from message zitadel.management.v1.AddCustomLoginPolicyRequest.IDP
|
|
679
|
+
*/
|
|
680
|
+
export type AddCustomLoginPolicyRequest_IDP = Message<"zitadel.management.v1.AddCustomLoginPolicyRequest.IDP"> & {
|
|
681
|
+
/**
|
|
682
|
+
* @generated from field: string idp_id = 1;
|
|
683
|
+
*/
|
|
684
|
+
idpId: string;
|
|
685
|
+
/**
|
|
686
|
+
* @generated from field: zitadel.idp.v1.IDPOwnerType ownerType = 2;
|
|
687
|
+
*/
|
|
688
|
+
ownerType: IDPOwnerType;
|
|
689
|
+
};
|
|
690
|
+
/**
|
|
691
|
+
* Describes the message zitadel.management.v1.AddCustomLoginPolicyRequest.IDP.
|
|
692
|
+
* Use `create(AddCustomLoginPolicyRequest_IDPSchema)` to create a new message.
|
|
693
|
+
*/
|
|
694
|
+
export declare const AddCustomLoginPolicyRequest_IDPSchema: GenMessage<AddCustomLoginPolicyRequest_IDP>;
|
|
695
|
+
/**
|
|
696
|
+
* @generated from message zitadel.management.v1.AddIDPToLoginPolicyRequest
|
|
697
|
+
*/
|
|
698
|
+
export type AddIDPToLoginPolicyRequest = Message<"zitadel.management.v1.AddIDPToLoginPolicyRequest"> & {
|
|
699
|
+
/**
|
|
700
|
+
* @generated from field: string idp_id = 1;
|
|
701
|
+
*/
|
|
702
|
+
idpId: string;
|
|
703
|
+
/**
|
|
704
|
+
* @generated from field: zitadel.idp.v1.IDPOwnerType ownerType = 2;
|
|
705
|
+
*/
|
|
706
|
+
ownerType: IDPOwnerType;
|
|
707
|
+
};
|
|
708
|
+
/**
|
|
709
|
+
* Describes the message zitadel.management.v1.AddIDPToLoginPolicyRequest.
|
|
710
|
+
* Use `create(AddIDPToLoginPolicyRequestSchema)` to create a new message.
|
|
711
|
+
*/
|
|
712
|
+
export declare const AddIDPToLoginPolicyRequestSchema: GenMessage<AddIDPToLoginPolicyRequest>;
|
|
713
|
+
/**
|
|
714
|
+
* @generated from message zitadel.management.v1.AddSecondFactorToLoginPolicyRequest
|
|
715
|
+
*/
|
|
716
|
+
export type AddSecondFactorToLoginPolicyRequest = Message<"zitadel.management.v1.AddSecondFactorToLoginPolicyRequest"> & {
|
|
717
|
+
/**
|
|
718
|
+
* @generated from field: zitadel.policy.v1.SecondFactorType type = 1;
|
|
719
|
+
*/
|
|
720
|
+
type: SecondFactorType;
|
|
721
|
+
};
|
|
722
|
+
/**
|
|
723
|
+
* Describes the message zitadel.management.v1.AddSecondFactorToLoginPolicyRequest.
|
|
724
|
+
* Use `create(AddSecondFactorToLoginPolicyRequestSchema)` to create a new message.
|
|
725
|
+
*/
|
|
726
|
+
export declare const AddSecondFactorToLoginPolicyRequestSchema: GenMessage<AddSecondFactorToLoginPolicyRequest>;
|
|
727
|
+
/**
|
|
728
|
+
* @generated from message zitadel.management.v1.AddMultiFactorToLoginPolicyRequest
|
|
729
|
+
*/
|
|
730
|
+
export type AddMultiFactorToLoginPolicyRequest = Message<"zitadel.management.v1.AddMultiFactorToLoginPolicyRequest"> & {
|
|
731
|
+
/**
|
|
732
|
+
* @generated from field: zitadel.policy.v1.MultiFactorType type = 1;
|
|
733
|
+
*/
|
|
734
|
+
type: MultiFactorType;
|
|
735
|
+
};
|
|
736
|
+
/**
|
|
737
|
+
* Describes the message zitadel.management.v1.AddMultiFactorToLoginPolicyRequest.
|
|
738
|
+
* Use `create(AddMultiFactorToLoginPolicyRequestSchema)` to create a new message.
|
|
739
|
+
*/
|
|
740
|
+
export declare const AddMultiFactorToLoginPolicyRequestSchema: GenMessage<AddMultiFactorToLoginPolicyRequest>;
|
|
741
|
+
/**
|
|
742
|
+
* @generated from message zitadel.management.v1.AddCustomPasswordComplexityPolicyRequest
|
|
743
|
+
*/
|
|
744
|
+
export type AddCustomPasswordComplexityPolicyRequest = Message<"zitadel.management.v1.AddCustomPasswordComplexityPolicyRequest"> & {
|
|
745
|
+
/**
|
|
746
|
+
* @generated from field: uint64 min_length = 1;
|
|
747
|
+
*/
|
|
748
|
+
minLength: bigint;
|
|
749
|
+
/**
|
|
750
|
+
* @generated from field: bool has_uppercase = 2;
|
|
751
|
+
*/
|
|
752
|
+
hasUppercase: boolean;
|
|
753
|
+
/**
|
|
754
|
+
* @generated from field: bool has_lowercase = 3;
|
|
755
|
+
*/
|
|
756
|
+
hasLowercase: boolean;
|
|
757
|
+
/**
|
|
758
|
+
* @generated from field: bool has_number = 4;
|
|
759
|
+
*/
|
|
760
|
+
hasNumber: boolean;
|
|
761
|
+
/**
|
|
762
|
+
* @generated from field: bool has_symbol = 5;
|
|
763
|
+
*/
|
|
764
|
+
hasSymbol: boolean;
|
|
765
|
+
};
|
|
766
|
+
/**
|
|
767
|
+
* Describes the message zitadel.management.v1.AddCustomPasswordComplexityPolicyRequest.
|
|
768
|
+
* Use `create(AddCustomPasswordComplexityPolicyRequestSchema)` to create a new message.
|
|
769
|
+
*/
|
|
770
|
+
export declare const AddCustomPasswordComplexityPolicyRequestSchema: GenMessage<AddCustomPasswordComplexityPolicyRequest>;
|
|
771
|
+
/**
|
|
772
|
+
* @generated from message zitadel.management.v1.AddCustomLockoutPolicyRequest
|
|
773
|
+
*/
|
|
774
|
+
export type AddCustomLockoutPolicyRequest = Message<"zitadel.management.v1.AddCustomLockoutPolicyRequest"> & {
|
|
775
|
+
/**
|
|
776
|
+
* @generated from field: uint32 max_password_attempts = 1;
|
|
777
|
+
*/
|
|
778
|
+
maxPasswordAttempts: number;
|
|
779
|
+
/**
|
|
780
|
+
* @generated from field: uint32 max_otp_attempts = 2;
|
|
781
|
+
*/
|
|
782
|
+
maxOtpAttempts: number;
|
|
783
|
+
};
|
|
784
|
+
/**
|
|
785
|
+
* Describes the message zitadel.management.v1.AddCustomLockoutPolicyRequest.
|
|
786
|
+
* Use `create(AddCustomLockoutPolicyRequestSchema)` to create a new message.
|
|
787
|
+
*/
|
|
788
|
+
export declare const AddCustomLockoutPolicyRequestSchema: GenMessage<AddCustomLockoutPolicyRequest>;
|
|
789
|
+
/**
|
|
790
|
+
* @generated from message zitadel.management.v1.AddCustomPrivacyPolicyRequest
|
|
791
|
+
*/
|
|
792
|
+
export type AddCustomPrivacyPolicyRequest = Message<"zitadel.management.v1.AddCustomPrivacyPolicyRequest"> & {
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: string tos_link = 1;
|
|
795
|
+
*/
|
|
796
|
+
tosLink: string;
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: string privacy_link = 2;
|
|
799
|
+
*/
|
|
800
|
+
privacyLink: string;
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: string help_link = 3;
|
|
803
|
+
*/
|
|
804
|
+
helpLink: string;
|
|
805
|
+
/**
|
|
806
|
+
* @generated from field: string support_email = 4;
|
|
807
|
+
*/
|
|
808
|
+
supportEmail: string;
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: string docs_link = 5;
|
|
811
|
+
*/
|
|
812
|
+
docsLink: string;
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: string custom_link = 6;
|
|
815
|
+
*/
|
|
816
|
+
customLink: string;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: string custom_link_text = 7;
|
|
819
|
+
*/
|
|
820
|
+
customLinkText: string;
|
|
821
|
+
};
|
|
822
|
+
/**
|
|
823
|
+
* Describes the message zitadel.management.v1.AddCustomPrivacyPolicyRequest.
|
|
824
|
+
* Use `create(AddCustomPrivacyPolicyRequestSchema)` to create a new message.
|
|
825
|
+
*/
|
|
826
|
+
export declare const AddCustomPrivacyPolicyRequestSchema: GenMessage<AddCustomPrivacyPolicyRequest>;
|
|
827
|
+
/**
|
|
828
|
+
* @generated from message zitadel.management.v1.AddCustomLabelPolicyRequest
|
|
829
|
+
*/
|
|
830
|
+
export type AddCustomLabelPolicyRequest = Message<"zitadel.management.v1.AddCustomLabelPolicyRequest"> & {
|
|
831
|
+
/**
|
|
832
|
+
* @generated from field: string primary_color = 1;
|
|
833
|
+
*/
|
|
834
|
+
primaryColor: string;
|
|
835
|
+
/**
|
|
836
|
+
* hides the org suffix on the login form if the scope \"urn:zitadel:iam:org:domain:primary:{domainname}\" is set
|
|
837
|
+
*
|
|
838
|
+
* @generated from field: bool hide_login_name_suffix = 3;
|
|
839
|
+
*/
|
|
840
|
+
hideLoginNameSuffix: boolean;
|
|
841
|
+
/**
|
|
842
|
+
* @generated from field: string warn_color = 4;
|
|
843
|
+
*/
|
|
844
|
+
warnColor: string;
|
|
845
|
+
/**
|
|
846
|
+
* @generated from field: string background_color = 5;
|
|
847
|
+
*/
|
|
848
|
+
backgroundColor: string;
|
|
849
|
+
/**
|
|
850
|
+
* @generated from field: string font_color = 6;
|
|
851
|
+
*/
|
|
852
|
+
fontColor: string;
|
|
853
|
+
/**
|
|
854
|
+
* @generated from field: string primary_color_dark = 7;
|
|
855
|
+
*/
|
|
856
|
+
primaryColorDark: string;
|
|
857
|
+
/**
|
|
858
|
+
* @generated from field: string background_color_dark = 8;
|
|
859
|
+
*/
|
|
860
|
+
backgroundColorDark: string;
|
|
861
|
+
/**
|
|
862
|
+
* @generated from field: string warn_color_dark = 9;
|
|
863
|
+
*/
|
|
864
|
+
warnColorDark: string;
|
|
865
|
+
/**
|
|
866
|
+
* @generated from field: string font_color_dark = 10;
|
|
867
|
+
*/
|
|
868
|
+
fontColorDark: string;
|
|
869
|
+
/**
|
|
870
|
+
* @generated from field: bool disable_watermark = 11;
|
|
871
|
+
*/
|
|
872
|
+
disableWatermark: boolean;
|
|
873
|
+
/**
|
|
874
|
+
* @generated from field: zitadel.policy.v1.ThemeMode theme_mode = 12;
|
|
875
|
+
*/
|
|
876
|
+
themeMode: ThemeMode;
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* Describes the message zitadel.management.v1.AddCustomLabelPolicyRequest.
|
|
880
|
+
* Use `create(AddCustomLabelPolicyRequestSchema)` to create a new message.
|
|
881
|
+
*/
|
|
882
|
+
export declare const AddCustomLabelPolicyRequestSchema: GenMessage<AddCustomLabelPolicyRequest>;
|
|
883
|
+
/**
|
|
884
|
+
* @generated from message zitadel.management.v1.SetCustomInitMessageTextRequest
|
|
885
|
+
*/
|
|
886
|
+
export type SetCustomInitMessageTextRequest = Message<"zitadel.management.v1.SetCustomInitMessageTextRequest"> & {
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: string language = 1;
|
|
889
|
+
*/
|
|
890
|
+
language: string;
|
|
891
|
+
/**
|
|
892
|
+
* @generated from field: string title = 2;
|
|
893
|
+
*/
|
|
894
|
+
title: string;
|
|
895
|
+
/**
|
|
896
|
+
* @generated from field: string pre_header = 3;
|
|
897
|
+
*/
|
|
898
|
+
preHeader: string;
|
|
899
|
+
/**
|
|
900
|
+
* @generated from field: string subject = 4;
|
|
901
|
+
*/
|
|
902
|
+
subject: string;
|
|
903
|
+
/**
|
|
904
|
+
* @generated from field: string greeting = 5;
|
|
905
|
+
*/
|
|
906
|
+
greeting: string;
|
|
907
|
+
/**
|
|
908
|
+
* @generated from field: string text = 6;
|
|
909
|
+
*/
|
|
910
|
+
text: string;
|
|
911
|
+
/**
|
|
912
|
+
* @generated from field: string button_text = 7;
|
|
913
|
+
*/
|
|
914
|
+
buttonText: string;
|
|
915
|
+
/**
|
|
916
|
+
* @generated from field: string footer_text = 8;
|
|
917
|
+
*/
|
|
918
|
+
footerText: string;
|
|
919
|
+
};
|
|
920
|
+
/**
|
|
921
|
+
* Describes the message zitadel.management.v1.SetCustomInitMessageTextRequest.
|
|
922
|
+
* Use `create(SetCustomInitMessageTextRequestSchema)` to create a new message.
|
|
923
|
+
*/
|
|
924
|
+
export declare const SetCustomInitMessageTextRequestSchema: GenMessage<SetCustomInitMessageTextRequest>;
|
|
925
|
+
/**
|
|
926
|
+
* @generated from message zitadel.management.v1.SetCustomLoginTextsRequest
|
|
927
|
+
*/
|
|
928
|
+
export type SetCustomLoginTextsRequest = Message<"zitadel.management.v1.SetCustomLoginTextsRequest"> & {
|
|
929
|
+
/**
|
|
930
|
+
* @generated from field: string language = 1;
|
|
931
|
+
*/
|
|
932
|
+
language: string;
|
|
933
|
+
/**
|
|
934
|
+
* @generated from field: zitadel.text.v1.SelectAccountScreenText select_account_text = 2;
|
|
935
|
+
*/
|
|
936
|
+
selectAccountText?: SelectAccountScreenText | undefined;
|
|
937
|
+
/**
|
|
938
|
+
* @generated from field: zitadel.text.v1.LoginScreenText login_text = 3;
|
|
939
|
+
*/
|
|
940
|
+
loginText?: LoginScreenText | undefined;
|
|
941
|
+
/**
|
|
942
|
+
* @generated from field: zitadel.text.v1.PasswordScreenText password_text = 4;
|
|
943
|
+
*/
|
|
944
|
+
passwordText?: PasswordScreenText | undefined;
|
|
945
|
+
/**
|
|
946
|
+
* @generated from field: zitadel.text.v1.UsernameChangeScreenText username_change_text = 5;
|
|
947
|
+
*/
|
|
948
|
+
usernameChangeText?: UsernameChangeScreenText | undefined;
|
|
949
|
+
/**
|
|
950
|
+
* @generated from field: zitadel.text.v1.UsernameChangeDoneScreenText username_change_done_text = 6;
|
|
951
|
+
*/
|
|
952
|
+
usernameChangeDoneText?: UsernameChangeDoneScreenText | undefined;
|
|
953
|
+
/**
|
|
954
|
+
* @generated from field: zitadel.text.v1.InitPasswordScreenText init_password_text = 7;
|
|
955
|
+
*/
|
|
956
|
+
initPasswordText?: InitPasswordScreenText | undefined;
|
|
957
|
+
/**
|
|
958
|
+
* @generated from field: zitadel.text.v1.InitPasswordDoneScreenText init_password_done_text = 8;
|
|
959
|
+
*/
|
|
960
|
+
initPasswordDoneText?: InitPasswordDoneScreenText | undefined;
|
|
961
|
+
/**
|
|
962
|
+
* @generated from field: zitadel.text.v1.EmailVerificationScreenText email_verification_text = 9;
|
|
963
|
+
*/
|
|
964
|
+
emailVerificationText?: EmailVerificationScreenText | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* @generated from field: zitadel.text.v1.EmailVerificationDoneScreenText email_verification_done_text = 10;
|
|
967
|
+
*/
|
|
968
|
+
emailVerificationDoneText?: EmailVerificationDoneScreenText | undefined;
|
|
969
|
+
/**
|
|
970
|
+
* @generated from field: zitadel.text.v1.InitializeUserScreenText initialize_user_text = 11;
|
|
971
|
+
*/
|
|
972
|
+
initializeUserText?: InitializeUserScreenText | undefined;
|
|
973
|
+
/**
|
|
974
|
+
* @generated from field: zitadel.text.v1.InitializeUserDoneScreenText initialize_done_text = 12;
|
|
975
|
+
*/
|
|
976
|
+
initializeDoneText?: InitializeUserDoneScreenText | undefined;
|
|
977
|
+
/**
|
|
978
|
+
* @generated from field: zitadel.text.v1.InitMFAPromptScreenText init_mfa_prompt_text = 13;
|
|
979
|
+
*/
|
|
980
|
+
initMfaPromptText?: InitMFAPromptScreenText | undefined;
|
|
981
|
+
/**
|
|
982
|
+
* @generated from field: zitadel.text.v1.InitMFAOTPScreenText init_mfa_otp_text = 14;
|
|
983
|
+
*/
|
|
984
|
+
initMfaOtpText?: InitMFAOTPScreenText | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* @generated from field: zitadel.text.v1.InitMFAU2FScreenText init_mfa_u2f_text = 15;
|
|
987
|
+
*/
|
|
988
|
+
initMfaU2fText?: InitMFAU2FScreenText | undefined;
|
|
989
|
+
/**
|
|
990
|
+
* @generated from field: zitadel.text.v1.InitMFADoneScreenText init_mfa_done_text = 16;
|
|
991
|
+
*/
|
|
992
|
+
initMfaDoneText?: InitMFADoneScreenText | undefined;
|
|
993
|
+
/**
|
|
994
|
+
* @generated from field: zitadel.text.v1.MFAProvidersText mfa_providers_text = 17;
|
|
995
|
+
*/
|
|
996
|
+
mfaProvidersText?: MFAProvidersText | undefined;
|
|
997
|
+
/**
|
|
998
|
+
* @generated from field: zitadel.text.v1.VerifyMFAOTPScreenText verify_mfa_otp_text = 18;
|
|
999
|
+
*/
|
|
1000
|
+
verifyMfaOtpText?: VerifyMFAOTPScreenText | undefined;
|
|
1001
|
+
/**
|
|
1002
|
+
* @generated from field: zitadel.text.v1.VerifyMFAU2FScreenText verify_mfa_u2f_text = 19;
|
|
1003
|
+
*/
|
|
1004
|
+
verifyMfaU2fText?: VerifyMFAU2FScreenText | undefined;
|
|
1005
|
+
/**
|
|
1006
|
+
* @generated from field: zitadel.text.v1.PasswordlessScreenText passwordless_text = 20;
|
|
1007
|
+
*/
|
|
1008
|
+
passwordlessText?: PasswordlessScreenText | undefined;
|
|
1009
|
+
/**
|
|
1010
|
+
* @generated from field: zitadel.text.v1.PasswordChangeScreenText password_change_text = 21;
|
|
1011
|
+
*/
|
|
1012
|
+
passwordChangeText?: PasswordChangeScreenText | undefined;
|
|
1013
|
+
/**
|
|
1014
|
+
* @generated from field: zitadel.text.v1.PasswordChangeDoneScreenText password_change_done_text = 22;
|
|
1015
|
+
*/
|
|
1016
|
+
passwordChangeDoneText?: PasswordChangeDoneScreenText | undefined;
|
|
1017
|
+
/**
|
|
1018
|
+
* @generated from field: zitadel.text.v1.PasswordResetDoneScreenText password_reset_done_text = 23;
|
|
1019
|
+
*/
|
|
1020
|
+
passwordResetDoneText?: PasswordResetDoneScreenText | undefined;
|
|
1021
|
+
/**
|
|
1022
|
+
* @generated from field: zitadel.text.v1.RegistrationOptionScreenText registration_option_text = 24;
|
|
1023
|
+
*/
|
|
1024
|
+
registrationOptionText?: RegistrationOptionScreenText | undefined;
|
|
1025
|
+
/**
|
|
1026
|
+
* @generated from field: zitadel.text.v1.RegistrationUserScreenText registration_user_text = 25;
|
|
1027
|
+
*/
|
|
1028
|
+
registrationUserText?: RegistrationUserScreenText | undefined;
|
|
1029
|
+
/**
|
|
1030
|
+
* @generated from field: zitadel.text.v1.RegistrationOrgScreenText registration_org_text = 26;
|
|
1031
|
+
*/
|
|
1032
|
+
registrationOrgText?: RegistrationOrgScreenText | undefined;
|
|
1033
|
+
/**
|
|
1034
|
+
* @generated from field: zitadel.text.v1.LinkingUserDoneScreenText linking_user_done_text = 27;
|
|
1035
|
+
*/
|
|
1036
|
+
linkingUserDoneText?: LinkingUserDoneScreenText | undefined;
|
|
1037
|
+
/**
|
|
1038
|
+
* @generated from field: zitadel.text.v1.ExternalUserNotFoundScreenText external_user_not_found_text = 28;
|
|
1039
|
+
*/
|
|
1040
|
+
externalUserNotFoundText?: ExternalUserNotFoundScreenText | undefined;
|
|
1041
|
+
/**
|
|
1042
|
+
* @generated from field: zitadel.text.v1.SuccessLoginScreenText success_login_text = 29;
|
|
1043
|
+
*/
|
|
1044
|
+
successLoginText?: SuccessLoginScreenText | undefined;
|
|
1045
|
+
/**
|
|
1046
|
+
* @generated from field: zitadel.text.v1.LogoutDoneScreenText logout_text = 30;
|
|
1047
|
+
*/
|
|
1048
|
+
logoutText?: LogoutDoneScreenText | undefined;
|
|
1049
|
+
/**
|
|
1050
|
+
* @generated from field: zitadel.text.v1.FooterText footer_text = 31;
|
|
1051
|
+
*/
|
|
1052
|
+
footerText?: FooterText | undefined;
|
|
1053
|
+
/**
|
|
1054
|
+
* @generated from field: zitadel.text.v1.PasswordlessPromptScreenText passwordless_prompt_text = 32;
|
|
1055
|
+
*/
|
|
1056
|
+
passwordlessPromptText?: PasswordlessPromptScreenText | undefined;
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from field: zitadel.text.v1.PasswordlessRegistrationScreenText passwordless_registration_text = 33;
|
|
1059
|
+
*/
|
|
1060
|
+
passwordlessRegistrationText?: PasswordlessRegistrationScreenText | undefined;
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from field: zitadel.text.v1.PasswordlessRegistrationDoneScreenText passwordless_registration_done_text = 34;
|
|
1063
|
+
*/
|
|
1064
|
+
passwordlessRegistrationDoneText?: PasswordlessRegistrationDoneScreenText | undefined;
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from field: zitadel.text.v1.ExternalRegistrationUserOverviewScreenText external_registration_user_overview_text = 35;
|
|
1067
|
+
*/
|
|
1068
|
+
externalRegistrationUserOverviewText?: ExternalRegistrationUserOverviewScreenText | undefined;
|
|
1069
|
+
/**
|
|
1070
|
+
* Deprecated: the linking user prompt screen no longer exists
|
|
1071
|
+
*
|
|
1072
|
+
* @generated from field: zitadel.text.v1.LinkingUserPromptScreenText linking_user_prompt_text = 36 [deprecated = true];
|
|
1073
|
+
* @deprecated
|
|
1074
|
+
*/
|
|
1075
|
+
linkingUserPromptText?: LinkingUserPromptScreenText | undefined;
|
|
1076
|
+
};
|
|
1077
|
+
/**
|
|
1078
|
+
* Describes the message zitadel.management.v1.SetCustomLoginTextsRequest.
|
|
1079
|
+
* Use `create(SetCustomLoginTextsRequestSchema)` to create a new message.
|
|
1080
|
+
*/
|
|
1081
|
+
export declare const SetCustomLoginTextsRequestSchema: GenMessage<SetCustomLoginTextsRequest>;
|
|
1082
|
+
/**
|
|
1083
|
+
* @generated from message zitadel.management.v1.SetCustomPasswordResetMessageTextRequest
|
|
1084
|
+
*/
|
|
1085
|
+
export type SetCustomPasswordResetMessageTextRequest = Message<"zitadel.management.v1.SetCustomPasswordResetMessageTextRequest"> & {
|
|
1086
|
+
/**
|
|
1087
|
+
* @generated from field: string language = 1;
|
|
1088
|
+
*/
|
|
1089
|
+
language: string;
|
|
1090
|
+
/**
|
|
1091
|
+
* @generated from field: string title = 2;
|
|
1092
|
+
*/
|
|
1093
|
+
title: string;
|
|
1094
|
+
/**
|
|
1095
|
+
* @generated from field: string pre_header = 3;
|
|
1096
|
+
*/
|
|
1097
|
+
preHeader: string;
|
|
1098
|
+
/**
|
|
1099
|
+
* @generated from field: string subject = 4;
|
|
1100
|
+
*/
|
|
1101
|
+
subject: string;
|
|
1102
|
+
/**
|
|
1103
|
+
* @generated from field: string greeting = 5;
|
|
1104
|
+
*/
|
|
1105
|
+
greeting: string;
|
|
1106
|
+
/**
|
|
1107
|
+
* @generated from field: string text = 6;
|
|
1108
|
+
*/
|
|
1109
|
+
text: string;
|
|
1110
|
+
/**
|
|
1111
|
+
* @generated from field: string button_text = 7;
|
|
1112
|
+
*/
|
|
1113
|
+
buttonText: string;
|
|
1114
|
+
/**
|
|
1115
|
+
* @generated from field: string footer_text = 8;
|
|
1116
|
+
*/
|
|
1117
|
+
footerText: string;
|
|
1118
|
+
};
|
|
1119
|
+
/**
|
|
1120
|
+
* Describes the message zitadel.management.v1.SetCustomPasswordResetMessageTextRequest.
|
|
1121
|
+
* Use `create(SetCustomPasswordResetMessageTextRequestSchema)` to create a new message.
|
|
1122
|
+
*/
|
|
1123
|
+
export declare const SetCustomPasswordResetMessageTextRequestSchema: GenMessage<SetCustomPasswordResetMessageTextRequest>;
|
|
1124
|
+
/**
|
|
1125
|
+
* @generated from message zitadel.management.v1.SetCustomVerifyEmailMessageTextRequest
|
|
1126
|
+
*/
|
|
1127
|
+
export type SetCustomVerifyEmailMessageTextRequest = Message<"zitadel.management.v1.SetCustomVerifyEmailMessageTextRequest"> & {
|
|
1128
|
+
/**
|
|
1129
|
+
* @generated from field: string language = 1;
|
|
1130
|
+
*/
|
|
1131
|
+
language: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* @generated from field: string title = 2;
|
|
1134
|
+
*/
|
|
1135
|
+
title: string;
|
|
1136
|
+
/**
|
|
1137
|
+
* @generated from field: string pre_header = 3;
|
|
1138
|
+
*/
|
|
1139
|
+
preHeader: string;
|
|
1140
|
+
/**
|
|
1141
|
+
* @generated from field: string subject = 4;
|
|
1142
|
+
*/
|
|
1143
|
+
subject: string;
|
|
1144
|
+
/**
|
|
1145
|
+
* @generated from field: string greeting = 5;
|
|
1146
|
+
*/
|
|
1147
|
+
greeting: string;
|
|
1148
|
+
/**
|
|
1149
|
+
* @generated from field: string text = 6;
|
|
1150
|
+
*/
|
|
1151
|
+
text: string;
|
|
1152
|
+
/**
|
|
1153
|
+
* @generated from field: string button_text = 7;
|
|
1154
|
+
*/
|
|
1155
|
+
buttonText: string;
|
|
1156
|
+
/**
|
|
1157
|
+
* @generated from field: string footer_text = 8;
|
|
1158
|
+
*/
|
|
1159
|
+
footerText: string;
|
|
1160
|
+
};
|
|
1161
|
+
/**
|
|
1162
|
+
* Describes the message zitadel.management.v1.SetCustomVerifyEmailMessageTextRequest.
|
|
1163
|
+
* Use `create(SetCustomVerifyEmailMessageTextRequestSchema)` to create a new message.
|
|
1164
|
+
*/
|
|
1165
|
+
export declare const SetCustomVerifyEmailMessageTextRequestSchema: GenMessage<SetCustomVerifyEmailMessageTextRequest>;
|
|
1166
|
+
/**
|
|
1167
|
+
* @generated from message zitadel.management.v1.SetCustomVerifyPhoneMessageTextRequest
|
|
1168
|
+
*/
|
|
1169
|
+
export type SetCustomVerifyPhoneMessageTextRequest = Message<"zitadel.management.v1.SetCustomVerifyPhoneMessageTextRequest"> & {
|
|
1170
|
+
/**
|
|
1171
|
+
* @generated from field: string language = 1;
|
|
1172
|
+
*/
|
|
1173
|
+
language: string;
|
|
1174
|
+
/**
|
|
1175
|
+
* @generated from field: string title = 2;
|
|
1176
|
+
*/
|
|
1177
|
+
title: string;
|
|
1178
|
+
/**
|
|
1179
|
+
* @generated from field: string pre_header = 3;
|
|
1180
|
+
*/
|
|
1181
|
+
preHeader: string;
|
|
1182
|
+
/**
|
|
1183
|
+
* @generated from field: string subject = 4;
|
|
1184
|
+
*/
|
|
1185
|
+
subject: string;
|
|
1186
|
+
/**
|
|
1187
|
+
* @generated from field: string greeting = 5;
|
|
1188
|
+
*/
|
|
1189
|
+
greeting: string;
|
|
1190
|
+
/**
|
|
1191
|
+
* @generated from field: string text = 6;
|
|
1192
|
+
*/
|
|
1193
|
+
text: string;
|
|
1194
|
+
/**
|
|
1195
|
+
* @generated from field: string button_text = 7;
|
|
1196
|
+
*/
|
|
1197
|
+
buttonText: string;
|
|
1198
|
+
/**
|
|
1199
|
+
* @generated from field: string footer_text = 8;
|
|
1200
|
+
*/
|
|
1201
|
+
footerText: string;
|
|
1202
|
+
};
|
|
1203
|
+
/**
|
|
1204
|
+
* Describes the message zitadel.management.v1.SetCustomVerifyPhoneMessageTextRequest.
|
|
1205
|
+
* Use `create(SetCustomVerifyPhoneMessageTextRequestSchema)` to create a new message.
|
|
1206
|
+
*/
|
|
1207
|
+
export declare const SetCustomVerifyPhoneMessageTextRequestSchema: GenMessage<SetCustomVerifyPhoneMessageTextRequest>;
|
|
1208
|
+
/**
|
|
1209
|
+
* @generated from message zitadel.management.v1.SetCustomVerifySMSOTPMessageTextRequest
|
|
1210
|
+
*/
|
|
1211
|
+
export type SetCustomVerifySMSOTPMessageTextRequest = Message<"zitadel.management.v1.SetCustomVerifySMSOTPMessageTextRequest"> & {
|
|
1212
|
+
/**
|
|
1213
|
+
* @generated from field: string language = 1;
|
|
1214
|
+
*/
|
|
1215
|
+
language: string;
|
|
1216
|
+
/**
|
|
1217
|
+
* @generated from field: string text = 2;
|
|
1218
|
+
*/
|
|
1219
|
+
text: string;
|
|
1220
|
+
};
|
|
1221
|
+
/**
|
|
1222
|
+
* Describes the message zitadel.management.v1.SetCustomVerifySMSOTPMessageTextRequest.
|
|
1223
|
+
* Use `create(SetCustomVerifySMSOTPMessageTextRequestSchema)` to create a new message.
|
|
1224
|
+
*/
|
|
1225
|
+
export declare const SetCustomVerifySMSOTPMessageTextRequestSchema: GenMessage<SetCustomVerifySMSOTPMessageTextRequest>;
|
|
1226
|
+
/**
|
|
1227
|
+
* @generated from message zitadel.management.v1.SetCustomVerifyEmailOTPMessageTextRequest
|
|
1228
|
+
*/
|
|
1229
|
+
export type SetCustomVerifyEmailOTPMessageTextRequest = Message<"zitadel.management.v1.SetCustomVerifyEmailOTPMessageTextRequest"> & {
|
|
1230
|
+
/**
|
|
1231
|
+
* @generated from field: string language = 1;
|
|
1232
|
+
*/
|
|
1233
|
+
language: string;
|
|
1234
|
+
/**
|
|
1235
|
+
* @generated from field: string title = 2;
|
|
1236
|
+
*/
|
|
1237
|
+
title: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* @generated from field: string pre_header = 3;
|
|
1240
|
+
*/
|
|
1241
|
+
preHeader: string;
|
|
1242
|
+
/**
|
|
1243
|
+
* @generated from field: string subject = 4;
|
|
1244
|
+
*/
|
|
1245
|
+
subject: string;
|
|
1246
|
+
/**
|
|
1247
|
+
* @generated from field: string greeting = 5;
|
|
1248
|
+
*/
|
|
1249
|
+
greeting: string;
|
|
1250
|
+
/**
|
|
1251
|
+
* @generated from field: string text = 6;
|
|
1252
|
+
*/
|
|
1253
|
+
text: string;
|
|
1254
|
+
/**
|
|
1255
|
+
* @generated from field: string button_text = 7;
|
|
1256
|
+
*/
|
|
1257
|
+
buttonText: string;
|
|
1258
|
+
/**
|
|
1259
|
+
* @generated from field: string footer_text = 8;
|
|
1260
|
+
*/
|
|
1261
|
+
footerText: string;
|
|
1262
|
+
};
|
|
1263
|
+
/**
|
|
1264
|
+
* Describes the message zitadel.management.v1.SetCustomVerifyEmailOTPMessageTextRequest.
|
|
1265
|
+
* Use `create(SetCustomVerifyEmailOTPMessageTextRequestSchema)` to create a new message.
|
|
1266
|
+
*/
|
|
1267
|
+
export declare const SetCustomVerifyEmailOTPMessageTextRequestSchema: GenMessage<SetCustomVerifyEmailOTPMessageTextRequest>;
|
|
1268
|
+
/**
|
|
1269
|
+
* @generated from message zitadel.management.v1.SetCustomDomainClaimedMessageTextRequest
|
|
1270
|
+
*/
|
|
1271
|
+
export type SetCustomDomainClaimedMessageTextRequest = Message<"zitadel.management.v1.SetCustomDomainClaimedMessageTextRequest"> & {
|
|
1272
|
+
/**
|
|
1273
|
+
* @generated from field: string language = 1;
|
|
1274
|
+
*/
|
|
1275
|
+
language: string;
|
|
1276
|
+
/**
|
|
1277
|
+
* @generated from field: string title = 2;
|
|
1278
|
+
*/
|
|
1279
|
+
title: string;
|
|
1280
|
+
/**
|
|
1281
|
+
* @generated from field: string pre_header = 3;
|
|
1282
|
+
*/
|
|
1283
|
+
preHeader: string;
|
|
1284
|
+
/**
|
|
1285
|
+
* @generated from field: string subject = 4;
|
|
1286
|
+
*/
|
|
1287
|
+
subject: string;
|
|
1288
|
+
/**
|
|
1289
|
+
* @generated from field: string greeting = 5;
|
|
1290
|
+
*/
|
|
1291
|
+
greeting: string;
|
|
1292
|
+
/**
|
|
1293
|
+
* @generated from field: string text = 6;
|
|
1294
|
+
*/
|
|
1295
|
+
text: string;
|
|
1296
|
+
/**
|
|
1297
|
+
* @generated from field: string button_text = 7;
|
|
1298
|
+
*/
|
|
1299
|
+
buttonText: string;
|
|
1300
|
+
/**
|
|
1301
|
+
* @generated from field: string footer_text = 8;
|
|
1302
|
+
*/
|
|
1303
|
+
footerText: string;
|
|
1304
|
+
};
|
|
1305
|
+
/**
|
|
1306
|
+
* Describes the message zitadel.management.v1.SetCustomDomainClaimedMessageTextRequest.
|
|
1307
|
+
* Use `create(SetCustomDomainClaimedMessageTextRequestSchema)` to create a new message.
|
|
1308
|
+
*/
|
|
1309
|
+
export declare const SetCustomDomainClaimedMessageTextRequestSchema: GenMessage<SetCustomDomainClaimedMessageTextRequest>;
|
|
1310
|
+
/**
|
|
1311
|
+
* @generated from message zitadel.management.v1.SetCustomPasswordlessRegistrationMessageTextRequest
|
|
1312
|
+
*/
|
|
1313
|
+
export type SetCustomPasswordlessRegistrationMessageTextRequest = Message<"zitadel.management.v1.SetCustomPasswordlessRegistrationMessageTextRequest"> & {
|
|
1314
|
+
/**
|
|
1315
|
+
* @generated from field: string language = 1;
|
|
1316
|
+
*/
|
|
1317
|
+
language: string;
|
|
1318
|
+
/**
|
|
1319
|
+
* @generated from field: string title = 2;
|
|
1320
|
+
*/
|
|
1321
|
+
title: string;
|
|
1322
|
+
/**
|
|
1323
|
+
* @generated from field: string pre_header = 3;
|
|
1324
|
+
*/
|
|
1325
|
+
preHeader: string;
|
|
1326
|
+
/**
|
|
1327
|
+
* @generated from field: string subject = 4;
|
|
1328
|
+
*/
|
|
1329
|
+
subject: string;
|
|
1330
|
+
/**
|
|
1331
|
+
* @generated from field: string greeting = 5;
|
|
1332
|
+
*/
|
|
1333
|
+
greeting: string;
|
|
1334
|
+
/**
|
|
1335
|
+
* @generated from field: string text = 6;
|
|
1336
|
+
*/
|
|
1337
|
+
text: string;
|
|
1338
|
+
/**
|
|
1339
|
+
* @generated from field: string button_text = 7;
|
|
1340
|
+
*/
|
|
1341
|
+
buttonText: string;
|
|
1342
|
+
/**
|
|
1343
|
+
* @generated from field: string footer_text = 8;
|
|
1344
|
+
*/
|
|
1345
|
+
footerText: string;
|
|
1346
|
+
};
|
|
1347
|
+
/**
|
|
1348
|
+
* Describes the message zitadel.management.v1.SetCustomPasswordlessRegistrationMessageTextRequest.
|
|
1349
|
+
* Use `create(SetCustomPasswordlessRegistrationMessageTextRequestSchema)` to create a new message.
|
|
1350
|
+
*/
|
|
1351
|
+
export declare const SetCustomPasswordlessRegistrationMessageTextRequestSchema: GenMessage<SetCustomPasswordlessRegistrationMessageTextRequest>;
|
|
1352
|
+
/**
|
|
1353
|
+
* @generated from message zitadel.management.v1.SetCustomInviteUserMessageTextRequest
|
|
1354
|
+
*/
|
|
1355
|
+
export type SetCustomInviteUserMessageTextRequest = Message<"zitadel.management.v1.SetCustomInviteUserMessageTextRequest"> & {
|
|
1356
|
+
/**
|
|
1357
|
+
* @generated from field: string language = 1;
|
|
1358
|
+
*/
|
|
1359
|
+
language: string;
|
|
1360
|
+
/**
|
|
1361
|
+
* @generated from field: string title = 2;
|
|
1362
|
+
*/
|
|
1363
|
+
title: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* @generated from field: string pre_header = 3;
|
|
1366
|
+
*/
|
|
1367
|
+
preHeader: string;
|
|
1368
|
+
/**
|
|
1369
|
+
* @generated from field: string subject = 4;
|
|
1370
|
+
*/
|
|
1371
|
+
subject: string;
|
|
1372
|
+
/**
|
|
1373
|
+
* @generated from field: string greeting = 5;
|
|
1374
|
+
*/
|
|
1375
|
+
greeting: string;
|
|
1376
|
+
/**
|
|
1377
|
+
* @generated from field: string text = 6;
|
|
1378
|
+
*/
|
|
1379
|
+
text: string;
|
|
1380
|
+
/**
|
|
1381
|
+
* @generated from field: string button_text = 7;
|
|
1382
|
+
*/
|
|
1383
|
+
buttonText: string;
|
|
1384
|
+
/**
|
|
1385
|
+
* @generated from field: string footer_text = 8;
|
|
1386
|
+
*/
|
|
1387
|
+
footerText: string;
|
|
1388
|
+
};
|
|
1389
|
+
/**
|
|
1390
|
+
* Describes the message zitadel.management.v1.SetCustomInviteUserMessageTextRequest.
|
|
1391
|
+
* Use `create(SetCustomInviteUserMessageTextRequestSchema)` to create a new message.
|
|
1392
|
+
*/
|
|
1393
|
+
export declare const SetCustomInviteUserMessageTextRequestSchema: GenMessage<SetCustomInviteUserMessageTextRequest>;
|
|
1394
|
+
/**
|
|
1395
|
+
* @generated from message zitadel.management.v1.AddOrgOIDCIDPRequest
|
|
1396
|
+
*/
|
|
1397
|
+
export type AddOrgOIDCIDPRequest = Message<"zitadel.management.v1.AddOrgOIDCIDPRequest"> & {
|
|
1398
|
+
/**
|
|
1399
|
+
* @generated from field: string name = 1;
|
|
1400
|
+
*/
|
|
1401
|
+
name: string;
|
|
1402
|
+
/**
|
|
1403
|
+
* @generated from field: zitadel.idp.v1.IDPStylingType styling_type = 2;
|
|
1404
|
+
*/
|
|
1405
|
+
stylingType: IDPStylingType;
|
|
1406
|
+
/**
|
|
1407
|
+
* @generated from field: string client_id = 3;
|
|
1408
|
+
*/
|
|
1409
|
+
clientId: string;
|
|
1410
|
+
/**
|
|
1411
|
+
* @generated from field: string client_secret = 4;
|
|
1412
|
+
*/
|
|
1413
|
+
clientSecret: string;
|
|
1414
|
+
/**
|
|
1415
|
+
* @generated from field: string issuer = 5;
|
|
1416
|
+
*/
|
|
1417
|
+
issuer: string;
|
|
1418
|
+
/**
|
|
1419
|
+
* @generated from field: repeated string scopes = 6;
|
|
1420
|
+
*/
|
|
1421
|
+
scopes: string[];
|
|
1422
|
+
/**
|
|
1423
|
+
* @generated from field: zitadel.idp.v1.OIDCMappingField display_name_mapping = 7;
|
|
1424
|
+
*/
|
|
1425
|
+
displayNameMapping: OIDCMappingField;
|
|
1426
|
+
/**
|
|
1427
|
+
* @generated from field: zitadel.idp.v1.OIDCMappingField username_mapping = 8;
|
|
1428
|
+
*/
|
|
1429
|
+
usernameMapping: OIDCMappingField;
|
|
1430
|
+
/**
|
|
1431
|
+
* @generated from field: bool auto_register = 9;
|
|
1432
|
+
*/
|
|
1433
|
+
autoRegister: boolean;
|
|
1434
|
+
};
|
|
1435
|
+
/**
|
|
1436
|
+
* Describes the message zitadel.management.v1.AddOrgOIDCIDPRequest.
|
|
1437
|
+
* Use `create(AddOrgOIDCIDPRequestSchema)` to create a new message.
|
|
1438
|
+
*/
|
|
1439
|
+
export declare const AddOrgOIDCIDPRequestSchema: GenMessage<AddOrgOIDCIDPRequest>;
|
|
1440
|
+
/**
|
|
1441
|
+
* @generated from message zitadel.management.v1.AddOrgJWTIDPRequest
|
|
1442
|
+
*/
|
|
1443
|
+
export type AddOrgJWTIDPRequest = Message<"zitadel.management.v1.AddOrgJWTIDPRequest"> & {
|
|
1444
|
+
/**
|
|
1445
|
+
* @generated from field: string name = 1;
|
|
1446
|
+
*/
|
|
1447
|
+
name: string;
|
|
1448
|
+
/**
|
|
1449
|
+
* @generated from field: zitadel.idp.v1.IDPStylingType styling_type = 2;
|
|
1450
|
+
*/
|
|
1451
|
+
stylingType: IDPStylingType;
|
|
1452
|
+
/**
|
|
1453
|
+
* @generated from field: string jwt_endpoint = 3;
|
|
1454
|
+
*/
|
|
1455
|
+
jwtEndpoint: string;
|
|
1456
|
+
/**
|
|
1457
|
+
* @generated from field: string issuer = 4;
|
|
1458
|
+
*/
|
|
1459
|
+
issuer: string;
|
|
1460
|
+
/**
|
|
1461
|
+
* @generated from field: string keys_endpoint = 5;
|
|
1462
|
+
*/
|
|
1463
|
+
keysEndpoint: string;
|
|
1464
|
+
/**
|
|
1465
|
+
* @generated from field: string header_name = 6;
|
|
1466
|
+
*/
|
|
1467
|
+
headerName: string;
|
|
1468
|
+
/**
|
|
1469
|
+
* @generated from field: bool auto_register = 7;
|
|
1470
|
+
*/
|
|
1471
|
+
autoRegister: boolean;
|
|
1472
|
+
};
|
|
1473
|
+
/**
|
|
1474
|
+
* Describes the message zitadel.management.v1.AddOrgJWTIDPRequest.
|
|
1475
|
+
* Use `create(AddOrgJWTIDPRequestSchema)` to create a new message.
|
|
1476
|
+
*/
|
|
1477
|
+
export declare const AddOrgJWTIDPRequestSchema: GenMessage<AddOrgJWTIDPRequest>;
|
|
1478
|
+
/**
|
|
1479
|
+
* @generated from message zitadel.management.v1.CreateActionRequest
|
|
1480
|
+
*/
|
|
1481
|
+
export type CreateActionRequest = Message<"zitadel.management.v1.CreateActionRequest"> & {
|
|
1482
|
+
/**
|
|
1483
|
+
* @generated from field: string name = 1;
|
|
1484
|
+
*/
|
|
1485
|
+
name: string;
|
|
1486
|
+
/**
|
|
1487
|
+
* @generated from field: string script = 2;
|
|
1488
|
+
*/
|
|
1489
|
+
script: string;
|
|
1490
|
+
/**
|
|
1491
|
+
* @generated from field: google.protobuf.Duration timeout = 3;
|
|
1492
|
+
*/
|
|
1493
|
+
timeout?: Duration | undefined;
|
|
1494
|
+
/**
|
|
1495
|
+
* @generated from field: bool allowed_to_fail = 4;
|
|
1496
|
+
*/
|
|
1497
|
+
allowedToFail: boolean;
|
|
1498
|
+
};
|
|
1499
|
+
/**
|
|
1500
|
+
* Describes the message zitadel.management.v1.CreateActionRequest.
|
|
1501
|
+
* Use `create(CreateActionRequestSchema)` to create a new message.
|
|
1502
|
+
*/
|
|
1503
|
+
export declare const CreateActionRequestSchema: GenMessage<CreateActionRequest>;
|
|
1504
|
+
/**
|
|
1505
|
+
* @generated from message zitadel.management.v1.SetTriggerActionsRequest
|
|
1506
|
+
*/
|
|
1507
|
+
export type SetTriggerActionsRequest = Message<"zitadel.management.v1.SetTriggerActionsRequest"> & {
|
|
1508
|
+
/**
|
|
1509
|
+
* id of the flow type.
|
|
1510
|
+
* Following flows are currently allowed:
|
|
1511
|
+
* - External Authentication: FLOW_TYPE_EXTERNAL_AUTHENTICATION or 1
|
|
1512
|
+
* - Internal Authentication: 3
|
|
1513
|
+
* - Complement Token: 2
|
|
1514
|
+
* - Complement SAML Response: 4
|
|
1515
|
+
*
|
|
1516
|
+
* @generated from field: string flow_type = 1;
|
|
1517
|
+
*/
|
|
1518
|
+
flowType: string;
|
|
1519
|
+
/**
|
|
1520
|
+
* id of the trigger type.
|
|
1521
|
+
* Following triggers are currently allowed:
|
|
1522
|
+
* - External Authentication:
|
|
1523
|
+
* - Post Authentication: TRIGGER_TYPE_POST_AUTHENTICATION or 1
|
|
1524
|
+
* - Pre Creation: TRIGGER_TYPE_PRE_CREATION or 2
|
|
1525
|
+
* - Post Creation: TRIGGER_TYPE_POST_CREATION or 3
|
|
1526
|
+
* - Internal Authentication:
|
|
1527
|
+
* - Post Authentication: TRIGGER_TYPE_POST_AUTHENTICATION or 1
|
|
1528
|
+
* - Pre Creation: TRIGGER_TYPE_PRE_CREATION or 2
|
|
1529
|
+
* - Post Creation: TRIGGER_TYPE_POST_CREATION or 3
|
|
1530
|
+
* - Complement Token:
|
|
1531
|
+
* - Pre Userinfo Creation: 4
|
|
1532
|
+
* - Pre Access Token Creation: 5
|
|
1533
|
+
* - Complement SAML Response:
|
|
1534
|
+
* - Pre SAML Response Creation: 6
|
|
1535
|
+
*
|
|
1536
|
+
* @generated from field: string trigger_type = 2;
|
|
1537
|
+
*/
|
|
1538
|
+
triggerType: string;
|
|
1539
|
+
/**
|
|
1540
|
+
* @generated from field: repeated string action_ids = 3;
|
|
1541
|
+
*/
|
|
1542
|
+
actionIds: string[];
|
|
1543
|
+
};
|
|
1544
|
+
/**
|
|
1545
|
+
* Describes the message zitadel.management.v1.SetTriggerActionsRequest.
|
|
1546
|
+
* Use `create(SetTriggerActionsRequestSchema)` to create a new message.
|
|
1547
|
+
*/
|
|
1548
|
+
export declare const SetTriggerActionsRequestSchema: GenMessage<SetTriggerActionsRequest>;
|
|
1549
|
+
//# sourceMappingURL=management_pb.d.ts.map
|