@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,3753 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Details, ListDetails, ListQuery, Organization } from "../../object/v2/object_pb.js";
|
|
4
|
+
import type { PasskeyAuthenticator, PasskeyRegistrationCode, ReturnPasskeyRegistrationCode, SendPasskeyRegistrationLink } from "./auth_pb.js";
|
|
5
|
+
import type { ReturnEmailVerificationCode, SendEmailVerificationCode, SetHumanEmail } from "./email_pb.js";
|
|
6
|
+
import type { ReturnPhoneVerificationCode, SendPhoneVerificationCode, SetHumanPhone } from "./phone_pb.js";
|
|
7
|
+
import type { FormData, IDPInformation, IDPIntent, IDPLink, LDAPCredentials, RedirectURLs } from "./idp_pb.js";
|
|
8
|
+
import type { HashedPassword, Password, ReturnPasswordResetCode, SendPasswordResetLink, SetPassword } from "./password_pb.js";
|
|
9
|
+
import type { AccessTokenType, AuthFactor, AuthFactorState, Gender, Passkey, ReturnInviteCode, SendInviteCode, SetHumanProfile, SetMetadataEntry, User } from "./user_pb.js";
|
|
10
|
+
import type { Key, KeyFieldName, KeysSearchFilter } from "./key_pb.js";
|
|
11
|
+
import type { PersonalAccessToken, PersonalAccessTokenFieldName, PersonalAccessTokensSearchFilter } from "./pat_pb.js";
|
|
12
|
+
import type { SearchQuery, UserFieldName } from "./query_pb.js";
|
|
13
|
+
import type { PaginationRequest, PaginationResponse } from "../../filter/v2/filter_pb.js";
|
|
14
|
+
import type { Metadata as Metadata$1, MetadataSearchFilter } from "../../metadata/v2/metadata_pb.js";
|
|
15
|
+
import type { JsonObject, Message, UnknownEnum } from "@bufbuild/protobuf";
|
|
16
|
+
/**
|
|
17
|
+
* Describes the file zitadel/user/v2/user_service.proto.
|
|
18
|
+
*/
|
|
19
|
+
export declare const file_zitadel_user_v2_user_service: GenFile;
|
|
20
|
+
/**
|
|
21
|
+
* @generated from message zitadel.user.v2.AddHumanUserRequest
|
|
22
|
+
*/
|
|
23
|
+
export type AddHumanUserRequest = Message<"zitadel.user.v2.AddHumanUserRequest"> & {
|
|
24
|
+
/**
|
|
25
|
+
* optionally set your own id unique for the user.
|
|
26
|
+
*
|
|
27
|
+
* @generated from field: optional string user_id = 1;
|
|
28
|
+
*/
|
|
29
|
+
userId?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* optionally set a unique username, if none is provided the email will be used.
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: optional string username = 2;
|
|
34
|
+
*/
|
|
35
|
+
username?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* @generated from field: zitadel.object.v2.Organization organization = 11;
|
|
38
|
+
*/
|
|
39
|
+
organization?: Organization | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: zitadel.user.v2.SetHumanProfile profile = 4;
|
|
42
|
+
*/
|
|
43
|
+
profile?: SetHumanProfile | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: zitadel.user.v2.SetHumanEmail email = 5;
|
|
46
|
+
*/
|
|
47
|
+
email?: SetHumanEmail | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: zitadel.user.v2.SetHumanPhone phone = 10;
|
|
50
|
+
*/
|
|
51
|
+
phone?: SetHumanPhone | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* @generated from field: repeated zitadel.user.v2.SetMetadataEntry metadata = 6;
|
|
54
|
+
*/
|
|
55
|
+
metadata: SetMetadataEntry[];
|
|
56
|
+
/**
|
|
57
|
+
* @generated from oneof zitadel.user.v2.AddHumanUserRequest.password_type
|
|
58
|
+
*/
|
|
59
|
+
passwordType: {
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: zitadel.user.v2.Password password = 7;
|
|
62
|
+
*/
|
|
63
|
+
value: Password;
|
|
64
|
+
case: "password";
|
|
65
|
+
} | {
|
|
66
|
+
/**
|
|
67
|
+
* @generated from field: zitadel.user.v2.HashedPassword hashed_password = 8;
|
|
68
|
+
*/
|
|
69
|
+
value: HashedPassword;
|
|
70
|
+
case: "hashedPassword";
|
|
71
|
+
} | {
|
|
72
|
+
case: undefined;
|
|
73
|
+
value?: undefined;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: repeated zitadel.user.v2.IDPLink idp_links = 9;
|
|
77
|
+
*/
|
|
78
|
+
idpLinks: IDPLink[];
|
|
79
|
+
/**
|
|
80
|
+
* An Implementation of RFC 6238 is used, with HMAC-SHA-1 and time-step of 30 seconds.
|
|
81
|
+
* Currently no other options are supported, and if anything different is used the validation will fail.
|
|
82
|
+
*
|
|
83
|
+
* @generated from field: optional string totp_secret = 12;
|
|
84
|
+
*/
|
|
85
|
+
totpSecret?: string | undefined;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Describes the message zitadel.user.v2.AddHumanUserRequest.
|
|
89
|
+
* Use `create(AddHumanUserRequestSchema)` to create a new message.
|
|
90
|
+
*/
|
|
91
|
+
export declare const AddHumanUserRequestSchema: GenMessage<AddHumanUserRequest>;
|
|
92
|
+
/**
|
|
93
|
+
* @generated from message zitadel.user.v2.AddHumanUserResponse
|
|
94
|
+
*/
|
|
95
|
+
export type AddHumanUserResponse = Message<"zitadel.user.v2.AddHumanUserResponse"> & {
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: string user_id = 1;
|
|
98
|
+
*/
|
|
99
|
+
userId: string;
|
|
100
|
+
/**
|
|
101
|
+
* @generated from field: zitadel.object.v2.Details details = 2;
|
|
102
|
+
*/
|
|
103
|
+
details?: Details | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: optional string email_code = 3;
|
|
106
|
+
*/
|
|
107
|
+
emailCode?: string | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* @generated from field: optional string phone_code = 4;
|
|
110
|
+
*/
|
|
111
|
+
phoneCode?: string | undefined;
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* Describes the message zitadel.user.v2.AddHumanUserResponse.
|
|
115
|
+
* Use `create(AddHumanUserResponseSchema)` to create a new message.
|
|
116
|
+
*/
|
|
117
|
+
export declare const AddHumanUserResponseSchema: GenMessage<AddHumanUserResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* @generated from message zitadel.user.v2.CreateUserRequest
|
|
120
|
+
*/
|
|
121
|
+
export type CreateUserRequest = Message<"zitadel.user.v2.CreateUserRequest"> & {
|
|
122
|
+
/**
|
|
123
|
+
* The unique identifier of the organization the user belongs to.
|
|
124
|
+
*
|
|
125
|
+
* @generated from field: string organization_id = 1;
|
|
126
|
+
*/
|
|
127
|
+
organizationId: string;
|
|
128
|
+
/**
|
|
129
|
+
* The ID is a unique identifier for the user in the instance.
|
|
130
|
+
* If not specified, it will be generated.
|
|
131
|
+
* You can set your own user id that is unique within the instance.
|
|
132
|
+
* This is useful in migration scenarios, for example if the user already has an ID in another Zitadel system.
|
|
133
|
+
* If not specified, it will be generated.
|
|
134
|
+
* It can't be changed after creation.
|
|
135
|
+
*
|
|
136
|
+
* @generated from field: optional string user_id = 2;
|
|
137
|
+
*/
|
|
138
|
+
userId?: string | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* The username is a unique identifier for the user in the organization.
|
|
141
|
+
* If not specified, Zitadel sets the username to the email for user and to the user_id for Service Accounts.
|
|
142
|
+
* It is used to identify the user in the organization and can be used for login.
|
|
143
|
+
*
|
|
144
|
+
* @generated from field: optional string username = 3;
|
|
145
|
+
*/
|
|
146
|
+
username?: string | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* The type of the user.
|
|
149
|
+
*
|
|
150
|
+
* @generated from oneof zitadel.user.v2.CreateUserRequest.user_type
|
|
151
|
+
*/
|
|
152
|
+
userType: {
|
|
153
|
+
/**
|
|
154
|
+
* Users of type human are users that are meant to be used by a person.
|
|
155
|
+
* They can log in interactively using a login UI.
|
|
156
|
+
* By default, new users will receive a verification email and, if a phone is configured, a verification SMS.
|
|
157
|
+
* To make sure these messages are sent, configure and activate valid SMTP and Twilio configurations.
|
|
158
|
+
* Read more about your options for controlling this behaviour in the email and phone field documentations.
|
|
159
|
+
*
|
|
160
|
+
* @generated from field: zitadel.user.v2.CreateUserRequest.Human human = 4;
|
|
161
|
+
*/
|
|
162
|
+
value: CreateUserRequest_Human;
|
|
163
|
+
case: "human";
|
|
164
|
+
} | {
|
|
165
|
+
/**
|
|
166
|
+
* Users of type machine are users that are meant to be used by a machine.
|
|
167
|
+
* In order to authenticate, [add a secret](/docs/reference/api/user/zitadel.user.v2.UserService.AddSecret), [a key](/docs/reference/api/user/zitadel.user.v2.UserService.AddKey) or [a personal access token](/docs/reference/api/user/zitadel.user.v2.UserService.AddPersonalAccessToken) to the user.
|
|
168
|
+
* By default, tokens generated for new users of type machine will be of an opaque Bearer type.
|
|
169
|
+
* You can change it to JWT by specifying the access token type in the machine field.
|
|
170
|
+
*
|
|
171
|
+
* @generated from field: zitadel.user.v2.CreateUserRequest.Machine machine = 5;
|
|
172
|
+
*/
|
|
173
|
+
value: CreateUserRequest_Machine;
|
|
174
|
+
case: "machine";
|
|
175
|
+
} | {
|
|
176
|
+
case: undefined;
|
|
177
|
+
value?: undefined;
|
|
178
|
+
};
|
|
179
|
+
/**
|
|
180
|
+
* Metadata to be set. The values have to be base64 encoded.
|
|
181
|
+
*
|
|
182
|
+
* @generated from field: repeated zitadel.user.v2.Metadata metadata = 6;
|
|
183
|
+
*/
|
|
184
|
+
metadata: Metadata[];
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* Describes the message zitadel.user.v2.CreateUserRequest.
|
|
188
|
+
* Use `create(CreateUserRequestSchema)` to create a new message.
|
|
189
|
+
*/
|
|
190
|
+
export declare const CreateUserRequestSchema: GenMessage<CreateUserRequest>;
|
|
191
|
+
/**
|
|
192
|
+
* @generated from message zitadel.user.v2.CreateUserRequest.Human
|
|
193
|
+
*/
|
|
194
|
+
export type CreateUserRequest_Human = Message<"zitadel.user.v2.CreateUserRequest.Human"> & {
|
|
195
|
+
/**
|
|
196
|
+
* Set the users profile information.
|
|
197
|
+
*
|
|
198
|
+
* @generated from field: zitadel.user.v2.SetHumanProfile profile = 1;
|
|
199
|
+
*/
|
|
200
|
+
profile?: SetHumanProfile | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* Set the users email address and optionally send a verification email.
|
|
203
|
+
*
|
|
204
|
+
* @generated from field: zitadel.user.v2.SetHumanEmail email = 2;
|
|
205
|
+
*/
|
|
206
|
+
email?: SetHumanEmail | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* Set the users phone number and optionally send a verification SMS.
|
|
209
|
+
*
|
|
210
|
+
* @generated from field: optional zitadel.user.v2.SetHumanPhone phone = 3;
|
|
211
|
+
*/
|
|
212
|
+
phone?: SetHumanPhone | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* Set the users initial password and optionally require the user to set a new password.
|
|
215
|
+
*
|
|
216
|
+
* @generated from oneof zitadel.user.v2.CreateUserRequest.Human.password_type
|
|
217
|
+
*/
|
|
218
|
+
passwordType: {
|
|
219
|
+
/**
|
|
220
|
+
* @generated from field: zitadel.user.v2.Password password = 4;
|
|
221
|
+
*/
|
|
222
|
+
value: Password;
|
|
223
|
+
case: "password";
|
|
224
|
+
} | {
|
|
225
|
+
/**
|
|
226
|
+
* @generated from field: zitadel.user.v2.HashedPassword hashed_password = 5;
|
|
227
|
+
*/
|
|
228
|
+
value: HashedPassword;
|
|
229
|
+
case: "hashedPassword";
|
|
230
|
+
} | {
|
|
231
|
+
case: undefined;
|
|
232
|
+
value?: undefined;
|
|
233
|
+
};
|
|
234
|
+
/**
|
|
235
|
+
* Create the user with a list of links to identity providers.
|
|
236
|
+
* This can be useful in migration-scenarios.
|
|
237
|
+
* For example, if a user already has an account in an external identity provider or another Zitadel instance, an IDP link allows the user to authenticate as usual.
|
|
238
|
+
* Sessions, second factors, hardware keys registered externally are still available for authentication.
|
|
239
|
+
* Use the following endpoints to manage identity provider links:
|
|
240
|
+
* - [AddIDPLink](/docs/reference/api/user/zitadel.user.v2.UserService.AddIDPLink)
|
|
241
|
+
* - [RemoveIDPLink](/docs/reference/api/user/zitadel.user.v2.UserService.RemoveIDPLink)
|
|
242
|
+
*
|
|
243
|
+
* @generated from field: repeated zitadel.user.v2.IDPLink idp_links = 7;
|
|
244
|
+
*/
|
|
245
|
+
idpLinks: IDPLink[];
|
|
246
|
+
/**
|
|
247
|
+
* An Implementation of RFC 6238 is used, with HMAC-SHA-1 and time-step of 30 seconds.
|
|
248
|
+
* Currently no other options are supported, and if anything different is used the validation will fail.
|
|
249
|
+
*
|
|
250
|
+
* @generated from field: optional string totp_secret = 8;
|
|
251
|
+
*/
|
|
252
|
+
totpSecret?: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* Deprecated: Use the root-level `metadata` field in `CreateUserRequest` instead.
|
|
255
|
+
* If both metadata fields are set, the validation will fail.
|
|
256
|
+
*
|
|
257
|
+
* Metadata to be set. The values have to be base64 encoded.
|
|
258
|
+
*
|
|
259
|
+
* @generated from field: repeated zitadel.user.v2.Metadata metadata = 9 [deprecated = true];
|
|
260
|
+
* @deprecated
|
|
261
|
+
*/
|
|
262
|
+
metadata: Metadata[];
|
|
263
|
+
};
|
|
264
|
+
/**
|
|
265
|
+
* Describes the message zitadel.user.v2.CreateUserRequest.Human.
|
|
266
|
+
* Use `create(CreateUserRequest_HumanSchema)` to create a new message.
|
|
267
|
+
*/
|
|
268
|
+
export declare const CreateUserRequest_HumanSchema: GenMessage<CreateUserRequest_Human>;
|
|
269
|
+
/**
|
|
270
|
+
* @generated from message zitadel.user.v2.CreateUserRequest.Machine
|
|
271
|
+
*/
|
|
272
|
+
export type CreateUserRequest_Machine = Message<"zitadel.user.v2.CreateUserRequest.Machine"> & {
|
|
273
|
+
/**
|
|
274
|
+
* The machine users name is a human readable field that helps identifying the user.
|
|
275
|
+
*
|
|
276
|
+
* @generated from field: string name = 1;
|
|
277
|
+
*/
|
|
278
|
+
name: string;
|
|
279
|
+
/**
|
|
280
|
+
* The description is a field that helps to remember the purpose of the user.
|
|
281
|
+
*
|
|
282
|
+
* @generated from field: optional string description = 2;
|
|
283
|
+
*/
|
|
284
|
+
description?: string | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* The access token type defines the type of access token that is generated for the user.
|
|
287
|
+
* By default, the access token type is an opaque Bearer token. You can change it to JWT,
|
|
288
|
+
* which will include more information about the user and their permissions in the token itself.
|
|
289
|
+
* This can be useful for machine users that need to call services that require more information about the user,
|
|
290
|
+
* without having to call the userinfo or introspection endpoint.
|
|
291
|
+
* However, revoked JWTs may still be considered valid until they expire.
|
|
292
|
+
* Always call the userinfo or introspection endpoint to verify that a JWT is still valid.
|
|
293
|
+
*
|
|
294
|
+
* @generated from field: zitadel.user.v2.AccessTokenType access_token_type = 3;
|
|
295
|
+
*/
|
|
296
|
+
accessTokenType: AccessTokenType;
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* Describes the message zitadel.user.v2.CreateUserRequest.Machine.
|
|
300
|
+
* Use `create(CreateUserRequest_MachineSchema)` to create a new message.
|
|
301
|
+
*/
|
|
302
|
+
export declare const CreateUserRequest_MachineSchema: GenMessage<CreateUserRequest_Machine>;
|
|
303
|
+
/**
|
|
304
|
+
* @generated from message zitadel.user.v2.CreateUserResponse
|
|
305
|
+
*/
|
|
306
|
+
export type CreateUserResponse = Message<"zitadel.user.v2.CreateUserResponse"> & {
|
|
307
|
+
/**
|
|
308
|
+
* The unique identifier of the newly created user.
|
|
309
|
+
*
|
|
310
|
+
* @generated from field: string id = 1;
|
|
311
|
+
*/
|
|
312
|
+
id: string;
|
|
313
|
+
/**
|
|
314
|
+
* The timestamp of the user creation.
|
|
315
|
+
*
|
|
316
|
+
* @generated from field: google.protobuf.Timestamp creation_date = 2;
|
|
317
|
+
*/
|
|
318
|
+
creationDate?: Timestamp | undefined;
|
|
319
|
+
/**
|
|
320
|
+
* The email verification code if it was requested by setting the email verification to return_code.
|
|
321
|
+
*
|
|
322
|
+
* @generated from field: optional string email_code = 3;
|
|
323
|
+
*/
|
|
324
|
+
emailCode?: string | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* The phone verification code if it was requested by setting the phone verification to return_code.
|
|
327
|
+
*
|
|
328
|
+
* @generated from field: optional string phone_code = 4;
|
|
329
|
+
*/
|
|
330
|
+
phoneCode?: string | undefined;
|
|
331
|
+
};
|
|
332
|
+
/**
|
|
333
|
+
* Describes the message zitadel.user.v2.CreateUserResponse.
|
|
334
|
+
* Use `create(CreateUserResponseSchema)` to create a new message.
|
|
335
|
+
*/
|
|
336
|
+
export declare const CreateUserResponseSchema: GenMessage<CreateUserResponse>;
|
|
337
|
+
/**
|
|
338
|
+
* @generated from message zitadel.user.v2.GetUserByIDRequest
|
|
339
|
+
*/
|
|
340
|
+
export type GetUserByIDRequest = Message<"zitadel.user.v2.GetUserByIDRequest"> & {
|
|
341
|
+
/**
|
|
342
|
+
* @generated from field: string user_id = 1;
|
|
343
|
+
*/
|
|
344
|
+
userId: string;
|
|
345
|
+
};
|
|
346
|
+
/**
|
|
347
|
+
* Describes the message zitadel.user.v2.GetUserByIDRequest.
|
|
348
|
+
* Use `create(GetUserByIDRequestSchema)` to create a new message.
|
|
349
|
+
*/
|
|
350
|
+
export declare const GetUserByIDRequestSchema: GenMessage<GetUserByIDRequest>;
|
|
351
|
+
/**
|
|
352
|
+
* @generated from message zitadel.user.v2.GetUserByIDResponse
|
|
353
|
+
*/
|
|
354
|
+
export type GetUserByIDResponse = Message<"zitadel.user.v2.GetUserByIDResponse"> & {
|
|
355
|
+
/**
|
|
356
|
+
* deprecated: details is moved into user
|
|
357
|
+
*
|
|
358
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
359
|
+
*/
|
|
360
|
+
details?: Details | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* @generated from field: zitadel.user.v2.User user = 2;
|
|
363
|
+
*/
|
|
364
|
+
user?: User | undefined;
|
|
365
|
+
};
|
|
366
|
+
/**
|
|
367
|
+
* Describes the message zitadel.user.v2.GetUserByIDResponse.
|
|
368
|
+
* Use `create(GetUserByIDResponseSchema)` to create a new message.
|
|
369
|
+
*/
|
|
370
|
+
export declare const GetUserByIDResponseSchema: GenMessage<GetUserByIDResponse>;
|
|
371
|
+
/**
|
|
372
|
+
* @generated from message zitadel.user.v2.ListUsersRequest
|
|
373
|
+
*/
|
|
374
|
+
export type ListUsersRequest = Message<"zitadel.user.v2.ListUsersRequest"> & {
|
|
375
|
+
/**
|
|
376
|
+
* list limitations and ordering
|
|
377
|
+
*
|
|
378
|
+
* @generated from field: zitadel.object.v2.ListQuery query = 1;
|
|
379
|
+
*/
|
|
380
|
+
query?: ListQuery | undefined;
|
|
381
|
+
/**
|
|
382
|
+
* the field the result is sorted
|
|
383
|
+
*
|
|
384
|
+
* @generated from field: zitadel.user.v2.UserFieldName sorting_column = 2;
|
|
385
|
+
*/
|
|
386
|
+
sortingColumn: UserFieldName;
|
|
387
|
+
/**
|
|
388
|
+
* criteria the client is looking for
|
|
389
|
+
*
|
|
390
|
+
* @generated from field: repeated zitadel.user.v2.SearchQuery queries = 3;
|
|
391
|
+
*/
|
|
392
|
+
queries: SearchQuery[];
|
|
393
|
+
};
|
|
394
|
+
/**
|
|
395
|
+
* Describes the message zitadel.user.v2.ListUsersRequest.
|
|
396
|
+
* Use `create(ListUsersRequestSchema)` to create a new message.
|
|
397
|
+
*/
|
|
398
|
+
export declare const ListUsersRequestSchema: GenMessage<ListUsersRequest>;
|
|
399
|
+
/**
|
|
400
|
+
* @generated from message zitadel.user.v2.ListUsersResponse
|
|
401
|
+
*/
|
|
402
|
+
export type ListUsersResponse = Message<"zitadel.user.v2.ListUsersResponse"> & {
|
|
403
|
+
/**
|
|
404
|
+
* @generated from field: zitadel.object.v2.ListDetails details = 1;
|
|
405
|
+
*/
|
|
406
|
+
details?: ListDetails | undefined;
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: zitadel.user.v2.UserFieldName sorting_column = 2;
|
|
409
|
+
*/
|
|
410
|
+
sortingColumn: UserFieldName;
|
|
411
|
+
/**
|
|
412
|
+
* @generated from field: repeated zitadel.user.v2.User result = 3;
|
|
413
|
+
*/
|
|
414
|
+
result: User[];
|
|
415
|
+
};
|
|
416
|
+
/**
|
|
417
|
+
* Describes the message zitadel.user.v2.ListUsersResponse.
|
|
418
|
+
* Use `create(ListUsersResponseSchema)` to create a new message.
|
|
419
|
+
*/
|
|
420
|
+
export declare const ListUsersResponseSchema: GenMessage<ListUsersResponse>;
|
|
421
|
+
/**
|
|
422
|
+
* @generated from message zitadel.user.v2.SetEmailRequest
|
|
423
|
+
*/
|
|
424
|
+
export type SetEmailRequest = Message<"zitadel.user.v2.SetEmailRequest"> & {
|
|
425
|
+
/**
|
|
426
|
+
* @generated from field: string user_id = 1;
|
|
427
|
+
*/
|
|
428
|
+
userId: string;
|
|
429
|
+
/**
|
|
430
|
+
* @generated from field: string email = 2;
|
|
431
|
+
*/
|
|
432
|
+
email: string;
|
|
433
|
+
/**
|
|
434
|
+
* if no verification is specified, an email is sent with the default url
|
|
435
|
+
*
|
|
436
|
+
* @generated from oneof zitadel.user.v2.SetEmailRequest.verification
|
|
437
|
+
*/
|
|
438
|
+
verification: {
|
|
439
|
+
/**
|
|
440
|
+
* @generated from field: zitadel.user.v2.SendEmailVerificationCode send_code = 3;
|
|
441
|
+
*/
|
|
442
|
+
value: SendEmailVerificationCode;
|
|
443
|
+
case: "sendCode";
|
|
444
|
+
} | {
|
|
445
|
+
/**
|
|
446
|
+
* @generated from field: zitadel.user.v2.ReturnEmailVerificationCode return_code = 4;
|
|
447
|
+
*/
|
|
448
|
+
value: ReturnEmailVerificationCode;
|
|
449
|
+
case: "returnCode";
|
|
450
|
+
} | {
|
|
451
|
+
/**
|
|
452
|
+
* @generated from field: bool is_verified = 5;
|
|
453
|
+
*/
|
|
454
|
+
value: boolean;
|
|
455
|
+
case: "isVerified";
|
|
456
|
+
} | {
|
|
457
|
+
case: undefined;
|
|
458
|
+
value?: undefined;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
/**
|
|
462
|
+
* Describes the message zitadel.user.v2.SetEmailRequest.
|
|
463
|
+
* Use `create(SetEmailRequestSchema)` to create a new message.
|
|
464
|
+
*/
|
|
465
|
+
export declare const SetEmailRequestSchema: GenMessage<SetEmailRequest>;
|
|
466
|
+
/**
|
|
467
|
+
* @generated from message zitadel.user.v2.SetEmailResponse
|
|
468
|
+
*/
|
|
469
|
+
export type SetEmailResponse = Message<"zitadel.user.v2.SetEmailResponse"> & {
|
|
470
|
+
/**
|
|
471
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
472
|
+
*/
|
|
473
|
+
details?: Details | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* in case the verification was set to return_code, the code will be returned
|
|
476
|
+
*
|
|
477
|
+
* @generated from field: optional string verification_code = 2;
|
|
478
|
+
*/
|
|
479
|
+
verificationCode?: string | undefined;
|
|
480
|
+
};
|
|
481
|
+
/**
|
|
482
|
+
* Describes the message zitadel.user.v2.SetEmailResponse.
|
|
483
|
+
* Use `create(SetEmailResponseSchema)` to create a new message.
|
|
484
|
+
*/
|
|
485
|
+
export declare const SetEmailResponseSchema: GenMessage<SetEmailResponse>;
|
|
486
|
+
/**
|
|
487
|
+
* @generated from message zitadel.user.v2.ResendEmailCodeRequest
|
|
488
|
+
*/
|
|
489
|
+
export type ResendEmailCodeRequest = Message<"zitadel.user.v2.ResendEmailCodeRequest"> & {
|
|
490
|
+
/**
|
|
491
|
+
* @generated from field: string user_id = 1;
|
|
492
|
+
*/
|
|
493
|
+
userId: string;
|
|
494
|
+
/**
|
|
495
|
+
* if no verification is specified, an email is sent with the default url
|
|
496
|
+
*
|
|
497
|
+
* @generated from oneof zitadel.user.v2.ResendEmailCodeRequest.verification
|
|
498
|
+
*/
|
|
499
|
+
verification: {
|
|
500
|
+
/**
|
|
501
|
+
* @generated from field: zitadel.user.v2.SendEmailVerificationCode send_code = 2;
|
|
502
|
+
*/
|
|
503
|
+
value: SendEmailVerificationCode;
|
|
504
|
+
case: "sendCode";
|
|
505
|
+
} | {
|
|
506
|
+
/**
|
|
507
|
+
* @generated from field: zitadel.user.v2.ReturnEmailVerificationCode return_code = 3;
|
|
508
|
+
*/
|
|
509
|
+
value: ReturnEmailVerificationCode;
|
|
510
|
+
case: "returnCode";
|
|
511
|
+
} | {
|
|
512
|
+
case: undefined;
|
|
513
|
+
value?: undefined;
|
|
514
|
+
};
|
|
515
|
+
};
|
|
516
|
+
/**
|
|
517
|
+
* Describes the message zitadel.user.v2.ResendEmailCodeRequest.
|
|
518
|
+
* Use `create(ResendEmailCodeRequestSchema)` to create a new message.
|
|
519
|
+
*/
|
|
520
|
+
export declare const ResendEmailCodeRequestSchema: GenMessage<ResendEmailCodeRequest>;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from message zitadel.user.v2.ResendEmailCodeResponse
|
|
523
|
+
*/
|
|
524
|
+
export type ResendEmailCodeResponse = Message<"zitadel.user.v2.ResendEmailCodeResponse"> & {
|
|
525
|
+
/**
|
|
526
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
527
|
+
*/
|
|
528
|
+
details?: Details | undefined;
|
|
529
|
+
/**
|
|
530
|
+
* in case the verification was set to return_code, the code will be returned
|
|
531
|
+
*
|
|
532
|
+
* @generated from field: optional string verification_code = 2;
|
|
533
|
+
*/
|
|
534
|
+
verificationCode?: string | undefined;
|
|
535
|
+
};
|
|
536
|
+
/**
|
|
537
|
+
* Describes the message zitadel.user.v2.ResendEmailCodeResponse.
|
|
538
|
+
* Use `create(ResendEmailCodeResponseSchema)` to create a new message.
|
|
539
|
+
*/
|
|
540
|
+
export declare const ResendEmailCodeResponseSchema: GenMessage<ResendEmailCodeResponse>;
|
|
541
|
+
/**
|
|
542
|
+
* @generated from message zitadel.user.v2.SendEmailCodeRequest
|
|
543
|
+
*/
|
|
544
|
+
export type SendEmailCodeRequest = Message<"zitadel.user.v2.SendEmailCodeRequest"> & {
|
|
545
|
+
/**
|
|
546
|
+
* @generated from field: string user_id = 1;
|
|
547
|
+
*/
|
|
548
|
+
userId: string;
|
|
549
|
+
/**
|
|
550
|
+
* if no verification is specified, an email is sent with the default url
|
|
551
|
+
*
|
|
552
|
+
* @generated from oneof zitadel.user.v2.SendEmailCodeRequest.verification
|
|
553
|
+
*/
|
|
554
|
+
verification: {
|
|
555
|
+
/**
|
|
556
|
+
* @generated from field: zitadel.user.v2.SendEmailVerificationCode send_code = 2;
|
|
557
|
+
*/
|
|
558
|
+
value: SendEmailVerificationCode;
|
|
559
|
+
case: "sendCode";
|
|
560
|
+
} | {
|
|
561
|
+
/**
|
|
562
|
+
* @generated from field: zitadel.user.v2.ReturnEmailVerificationCode return_code = 3;
|
|
563
|
+
*/
|
|
564
|
+
value: ReturnEmailVerificationCode;
|
|
565
|
+
case: "returnCode";
|
|
566
|
+
} | {
|
|
567
|
+
case: undefined;
|
|
568
|
+
value?: undefined;
|
|
569
|
+
};
|
|
570
|
+
};
|
|
571
|
+
/**
|
|
572
|
+
* Describes the message zitadel.user.v2.SendEmailCodeRequest.
|
|
573
|
+
* Use `create(SendEmailCodeRequestSchema)` to create a new message.
|
|
574
|
+
*/
|
|
575
|
+
export declare const SendEmailCodeRequestSchema: GenMessage<SendEmailCodeRequest>;
|
|
576
|
+
/**
|
|
577
|
+
* @generated from message zitadel.user.v2.SendEmailCodeResponse
|
|
578
|
+
*/
|
|
579
|
+
export type SendEmailCodeResponse = Message<"zitadel.user.v2.SendEmailCodeResponse"> & {
|
|
580
|
+
/**
|
|
581
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
582
|
+
*/
|
|
583
|
+
details?: Details | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* in case the verification was set to return_code, the code will be returned
|
|
586
|
+
*
|
|
587
|
+
* @generated from field: optional string verification_code = 2;
|
|
588
|
+
*/
|
|
589
|
+
verificationCode?: string | undefined;
|
|
590
|
+
};
|
|
591
|
+
/**
|
|
592
|
+
* Describes the message zitadel.user.v2.SendEmailCodeResponse.
|
|
593
|
+
* Use `create(SendEmailCodeResponseSchema)` to create a new message.
|
|
594
|
+
*/
|
|
595
|
+
export declare const SendEmailCodeResponseSchema: GenMessage<SendEmailCodeResponse>;
|
|
596
|
+
/**
|
|
597
|
+
* @generated from message zitadel.user.v2.VerifyEmailRequest
|
|
598
|
+
*/
|
|
599
|
+
export type VerifyEmailRequest = Message<"zitadel.user.v2.VerifyEmailRequest"> & {
|
|
600
|
+
/**
|
|
601
|
+
* @generated from field: string user_id = 1;
|
|
602
|
+
*/
|
|
603
|
+
userId: string;
|
|
604
|
+
/**
|
|
605
|
+
* @generated from field: string verification_code = 2;
|
|
606
|
+
*/
|
|
607
|
+
verificationCode: string;
|
|
608
|
+
};
|
|
609
|
+
/**
|
|
610
|
+
* Describes the message zitadel.user.v2.VerifyEmailRequest.
|
|
611
|
+
* Use `create(VerifyEmailRequestSchema)` to create a new message.
|
|
612
|
+
*/
|
|
613
|
+
export declare const VerifyEmailRequestSchema: GenMessage<VerifyEmailRequest>;
|
|
614
|
+
/**
|
|
615
|
+
* @generated from message zitadel.user.v2.VerifyEmailResponse
|
|
616
|
+
*/
|
|
617
|
+
export type VerifyEmailResponse = Message<"zitadel.user.v2.VerifyEmailResponse"> & {
|
|
618
|
+
/**
|
|
619
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
620
|
+
*/
|
|
621
|
+
details?: Details | undefined;
|
|
622
|
+
};
|
|
623
|
+
/**
|
|
624
|
+
* Describes the message zitadel.user.v2.VerifyEmailResponse.
|
|
625
|
+
* Use `create(VerifyEmailResponseSchema)` to create a new message.
|
|
626
|
+
*/
|
|
627
|
+
export declare const VerifyEmailResponseSchema: GenMessage<VerifyEmailResponse>;
|
|
628
|
+
/**
|
|
629
|
+
* @generated from message zitadel.user.v2.SetPhoneRequest
|
|
630
|
+
*/
|
|
631
|
+
export type SetPhoneRequest = Message<"zitadel.user.v2.SetPhoneRequest"> & {
|
|
632
|
+
/**
|
|
633
|
+
* @generated from field: string user_id = 1;
|
|
634
|
+
*/
|
|
635
|
+
userId: string;
|
|
636
|
+
/**
|
|
637
|
+
* @generated from field: string phone = 2;
|
|
638
|
+
*/
|
|
639
|
+
phone: string;
|
|
640
|
+
/**
|
|
641
|
+
* if no verification is specified, an sms is sent
|
|
642
|
+
*
|
|
643
|
+
* @generated from oneof zitadel.user.v2.SetPhoneRequest.verification
|
|
644
|
+
*/
|
|
645
|
+
verification: {
|
|
646
|
+
/**
|
|
647
|
+
* @generated from field: zitadel.user.v2.SendPhoneVerificationCode send_code = 3;
|
|
648
|
+
*/
|
|
649
|
+
value: SendPhoneVerificationCode;
|
|
650
|
+
case: "sendCode";
|
|
651
|
+
} | {
|
|
652
|
+
/**
|
|
653
|
+
* @generated from field: zitadel.user.v2.ReturnPhoneVerificationCode return_code = 4;
|
|
654
|
+
*/
|
|
655
|
+
value: ReturnPhoneVerificationCode;
|
|
656
|
+
case: "returnCode";
|
|
657
|
+
} | {
|
|
658
|
+
/**
|
|
659
|
+
* @generated from field: bool is_verified = 5;
|
|
660
|
+
*/
|
|
661
|
+
value: boolean;
|
|
662
|
+
case: "isVerified";
|
|
663
|
+
} | {
|
|
664
|
+
case: undefined;
|
|
665
|
+
value?: undefined;
|
|
666
|
+
};
|
|
667
|
+
};
|
|
668
|
+
/**
|
|
669
|
+
* Describes the message zitadel.user.v2.SetPhoneRequest.
|
|
670
|
+
* Use `create(SetPhoneRequestSchema)` to create a new message.
|
|
671
|
+
*/
|
|
672
|
+
export declare const SetPhoneRequestSchema: GenMessage<SetPhoneRequest>;
|
|
673
|
+
/**
|
|
674
|
+
* @generated from message zitadel.user.v2.SetPhoneResponse
|
|
675
|
+
*/
|
|
676
|
+
export type SetPhoneResponse = Message<"zitadel.user.v2.SetPhoneResponse"> & {
|
|
677
|
+
/**
|
|
678
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
679
|
+
*/
|
|
680
|
+
details?: Details | undefined;
|
|
681
|
+
/**
|
|
682
|
+
* in case the verification was set to return_code, the code will be returned
|
|
683
|
+
*
|
|
684
|
+
* @generated from field: optional string verification_code = 2;
|
|
685
|
+
*/
|
|
686
|
+
verificationCode?: string | undefined;
|
|
687
|
+
};
|
|
688
|
+
/**
|
|
689
|
+
* Describes the message zitadel.user.v2.SetPhoneResponse.
|
|
690
|
+
* Use `create(SetPhoneResponseSchema)` to create a new message.
|
|
691
|
+
*/
|
|
692
|
+
export declare const SetPhoneResponseSchema: GenMessage<SetPhoneResponse>;
|
|
693
|
+
/**
|
|
694
|
+
* @generated from message zitadel.user.v2.RemovePhoneRequest
|
|
695
|
+
*/
|
|
696
|
+
export type RemovePhoneRequest = Message<"zitadel.user.v2.RemovePhoneRequest"> & {
|
|
697
|
+
/**
|
|
698
|
+
* @generated from field: string user_id = 1;
|
|
699
|
+
*/
|
|
700
|
+
userId: string;
|
|
701
|
+
};
|
|
702
|
+
/**
|
|
703
|
+
* Describes the message zitadel.user.v2.RemovePhoneRequest.
|
|
704
|
+
* Use `create(RemovePhoneRequestSchema)` to create a new message.
|
|
705
|
+
*/
|
|
706
|
+
export declare const RemovePhoneRequestSchema: GenMessage<RemovePhoneRequest>;
|
|
707
|
+
/**
|
|
708
|
+
* @generated from message zitadel.user.v2.RemovePhoneResponse
|
|
709
|
+
*/
|
|
710
|
+
export type RemovePhoneResponse = Message<"zitadel.user.v2.RemovePhoneResponse"> & {
|
|
711
|
+
/**
|
|
712
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
713
|
+
*/
|
|
714
|
+
details?: Details | undefined;
|
|
715
|
+
};
|
|
716
|
+
/**
|
|
717
|
+
* Describes the message zitadel.user.v2.RemovePhoneResponse.
|
|
718
|
+
* Use `create(RemovePhoneResponseSchema)` to create a new message.
|
|
719
|
+
*/
|
|
720
|
+
export declare const RemovePhoneResponseSchema: GenMessage<RemovePhoneResponse>;
|
|
721
|
+
/**
|
|
722
|
+
* @generated from message zitadel.user.v2.ResendPhoneCodeRequest
|
|
723
|
+
*/
|
|
724
|
+
export type ResendPhoneCodeRequest = Message<"zitadel.user.v2.ResendPhoneCodeRequest"> & {
|
|
725
|
+
/**
|
|
726
|
+
* @generated from field: string user_id = 1;
|
|
727
|
+
*/
|
|
728
|
+
userId: string;
|
|
729
|
+
/**
|
|
730
|
+
* if no verification is specified, an sms is sent
|
|
731
|
+
*
|
|
732
|
+
* @generated from oneof zitadel.user.v2.ResendPhoneCodeRequest.verification
|
|
733
|
+
*/
|
|
734
|
+
verification: {
|
|
735
|
+
/**
|
|
736
|
+
* @generated from field: zitadel.user.v2.SendPhoneVerificationCode send_code = 3;
|
|
737
|
+
*/
|
|
738
|
+
value: SendPhoneVerificationCode;
|
|
739
|
+
case: "sendCode";
|
|
740
|
+
} | {
|
|
741
|
+
/**
|
|
742
|
+
* @generated from field: zitadel.user.v2.ReturnPhoneVerificationCode return_code = 4;
|
|
743
|
+
*/
|
|
744
|
+
value: ReturnPhoneVerificationCode;
|
|
745
|
+
case: "returnCode";
|
|
746
|
+
} | {
|
|
747
|
+
case: undefined;
|
|
748
|
+
value?: undefined;
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
/**
|
|
752
|
+
* Describes the message zitadel.user.v2.ResendPhoneCodeRequest.
|
|
753
|
+
* Use `create(ResendPhoneCodeRequestSchema)` to create a new message.
|
|
754
|
+
*/
|
|
755
|
+
export declare const ResendPhoneCodeRequestSchema: GenMessage<ResendPhoneCodeRequest>;
|
|
756
|
+
/**
|
|
757
|
+
* @generated from message zitadel.user.v2.ResendPhoneCodeResponse
|
|
758
|
+
*/
|
|
759
|
+
export type ResendPhoneCodeResponse = Message<"zitadel.user.v2.ResendPhoneCodeResponse"> & {
|
|
760
|
+
/**
|
|
761
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
762
|
+
*/
|
|
763
|
+
details?: Details | undefined;
|
|
764
|
+
/**
|
|
765
|
+
* in case the verification was set to return_code, the code will be returned
|
|
766
|
+
*
|
|
767
|
+
* @generated from field: optional string verification_code = 2;
|
|
768
|
+
*/
|
|
769
|
+
verificationCode?: string | undefined;
|
|
770
|
+
};
|
|
771
|
+
/**
|
|
772
|
+
* Describes the message zitadel.user.v2.ResendPhoneCodeResponse.
|
|
773
|
+
* Use `create(ResendPhoneCodeResponseSchema)` to create a new message.
|
|
774
|
+
*/
|
|
775
|
+
export declare const ResendPhoneCodeResponseSchema: GenMessage<ResendPhoneCodeResponse>;
|
|
776
|
+
/**
|
|
777
|
+
* @generated from message zitadel.user.v2.VerifyPhoneRequest
|
|
778
|
+
*/
|
|
779
|
+
export type VerifyPhoneRequest = Message<"zitadel.user.v2.VerifyPhoneRequest"> & {
|
|
780
|
+
/**
|
|
781
|
+
* @generated from field: string user_id = 1;
|
|
782
|
+
*/
|
|
783
|
+
userId: string;
|
|
784
|
+
/**
|
|
785
|
+
* @generated from field: string verification_code = 2;
|
|
786
|
+
*/
|
|
787
|
+
verificationCode: string;
|
|
788
|
+
};
|
|
789
|
+
/**
|
|
790
|
+
* Describes the message zitadel.user.v2.VerifyPhoneRequest.
|
|
791
|
+
* Use `create(VerifyPhoneRequestSchema)` to create a new message.
|
|
792
|
+
*/
|
|
793
|
+
export declare const VerifyPhoneRequestSchema: GenMessage<VerifyPhoneRequest>;
|
|
794
|
+
/**
|
|
795
|
+
* @generated from message zitadel.user.v2.VerifyPhoneResponse
|
|
796
|
+
*/
|
|
797
|
+
export type VerifyPhoneResponse = Message<"zitadel.user.v2.VerifyPhoneResponse"> & {
|
|
798
|
+
/**
|
|
799
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
800
|
+
*/
|
|
801
|
+
details?: Details | undefined;
|
|
802
|
+
};
|
|
803
|
+
/**
|
|
804
|
+
* Describes the message zitadel.user.v2.VerifyPhoneResponse.
|
|
805
|
+
* Use `create(VerifyPhoneResponseSchema)` to create a new message.
|
|
806
|
+
*/
|
|
807
|
+
export declare const VerifyPhoneResponseSchema: GenMessage<VerifyPhoneResponse>;
|
|
808
|
+
/**
|
|
809
|
+
* @generated from message zitadel.user.v2.DeleteUserRequest
|
|
810
|
+
*/
|
|
811
|
+
export type DeleteUserRequest = Message<"zitadel.user.v2.DeleteUserRequest"> & {
|
|
812
|
+
/**
|
|
813
|
+
* @generated from field: string user_id = 1;
|
|
814
|
+
*/
|
|
815
|
+
userId: string;
|
|
816
|
+
};
|
|
817
|
+
/**
|
|
818
|
+
* Describes the message zitadel.user.v2.DeleteUserRequest.
|
|
819
|
+
* Use `create(DeleteUserRequestSchema)` to create a new message.
|
|
820
|
+
*/
|
|
821
|
+
export declare const DeleteUserRequestSchema: GenMessage<DeleteUserRequest>;
|
|
822
|
+
/**
|
|
823
|
+
* @generated from message zitadel.user.v2.DeleteUserResponse
|
|
824
|
+
*/
|
|
825
|
+
export type DeleteUserResponse = Message<"zitadel.user.v2.DeleteUserResponse"> & {
|
|
826
|
+
/**
|
|
827
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
828
|
+
*/
|
|
829
|
+
details?: Details | undefined;
|
|
830
|
+
};
|
|
831
|
+
/**
|
|
832
|
+
* Describes the message zitadel.user.v2.DeleteUserResponse.
|
|
833
|
+
* Use `create(DeleteUserResponseSchema)` to create a new message.
|
|
834
|
+
*/
|
|
835
|
+
export declare const DeleteUserResponseSchema: GenMessage<DeleteUserResponse>;
|
|
836
|
+
/**
|
|
837
|
+
* @generated from message zitadel.user.v2.UpdateUserRequest
|
|
838
|
+
*/
|
|
839
|
+
export type UpdateUserRequest = Message<"zitadel.user.v2.UpdateUserRequest"> & {
|
|
840
|
+
/**
|
|
841
|
+
* The user id is the users unique identifier in the instance.
|
|
842
|
+
* It can't be changed.
|
|
843
|
+
*
|
|
844
|
+
* @generated from field: string user_id = 1;
|
|
845
|
+
*/
|
|
846
|
+
userId: string;
|
|
847
|
+
/**
|
|
848
|
+
* Set a new username that is unique within the instance.
|
|
849
|
+
* Beware that active tokens and sessions are invalidated when the username is changed.
|
|
850
|
+
*
|
|
851
|
+
* @generated from field: optional string username = 2;
|
|
852
|
+
*/
|
|
853
|
+
username?: string | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* Change type specific properties of the user.
|
|
856
|
+
*
|
|
857
|
+
* @generated from oneof zitadel.user.v2.UpdateUserRequest.user_type
|
|
858
|
+
*/
|
|
859
|
+
userType: {
|
|
860
|
+
/**
|
|
861
|
+
* @generated from field: zitadel.user.v2.UpdateUserRequest.Human human = 3;
|
|
862
|
+
*/
|
|
863
|
+
value: UpdateUserRequest_Human;
|
|
864
|
+
case: "human";
|
|
865
|
+
} | {
|
|
866
|
+
/**
|
|
867
|
+
* @generated from field: zitadel.user.v2.UpdateUserRequest.Machine machine = 4;
|
|
868
|
+
*/
|
|
869
|
+
value: UpdateUserRequest_Machine;
|
|
870
|
+
case: "machine";
|
|
871
|
+
} | {
|
|
872
|
+
case: undefined;
|
|
873
|
+
value?: undefined;
|
|
874
|
+
};
|
|
875
|
+
/**
|
|
876
|
+
* Metadata to be set.
|
|
877
|
+
* Metadata is expected as key-value pairs, and the value has to be base64 encoded.
|
|
878
|
+
*
|
|
879
|
+
* @generated from field: repeated zitadel.user.v2.Metadata metadata = 5;
|
|
880
|
+
*/
|
|
881
|
+
metadata: Metadata[];
|
|
882
|
+
};
|
|
883
|
+
/**
|
|
884
|
+
* Describes the message zitadel.user.v2.UpdateUserRequest.
|
|
885
|
+
* Use `create(UpdateUserRequestSchema)` to create a new message.
|
|
886
|
+
*/
|
|
887
|
+
export declare const UpdateUserRequestSchema: GenMessage<UpdateUserRequest>;
|
|
888
|
+
/**
|
|
889
|
+
* @generated from message zitadel.user.v2.UpdateUserRequest.Human
|
|
890
|
+
*/
|
|
891
|
+
export type UpdateUserRequest_Human = Message<"zitadel.user.v2.UpdateUserRequest.Human"> & {
|
|
892
|
+
/**
|
|
893
|
+
* Change the users profile information
|
|
894
|
+
*
|
|
895
|
+
* @generated from field: optional zitadel.user.v2.UpdateUserRequest.Human.Profile profile = 1;
|
|
896
|
+
*/
|
|
897
|
+
profile?: UpdateUserRequest_Human_Profile | undefined;
|
|
898
|
+
/**
|
|
899
|
+
* Change the users email address and/or trigger a verification email
|
|
900
|
+
*
|
|
901
|
+
* @generated from field: optional zitadel.user.v2.SetHumanEmail email = 2;
|
|
902
|
+
*/
|
|
903
|
+
email?: SetHumanEmail | undefined;
|
|
904
|
+
/**
|
|
905
|
+
* Change the users phone number and/or trigger a verification SMS
|
|
906
|
+
* To delete the users phone number, leave the phone field empty and omit the verification field.
|
|
907
|
+
*
|
|
908
|
+
* @generated from field: optional zitadel.user.v2.SetHumanPhone phone = 3;
|
|
909
|
+
*/
|
|
910
|
+
phone?: SetHumanPhone | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* Change the users password.
|
|
913
|
+
* You can optionally require the current password or the verification code to be correct.
|
|
914
|
+
*
|
|
915
|
+
* @generated from field: optional zitadel.user.v2.SetPassword password = 4;
|
|
916
|
+
*/
|
|
917
|
+
password?: SetPassword | undefined;
|
|
918
|
+
};
|
|
919
|
+
/**
|
|
920
|
+
* Describes the message zitadel.user.v2.UpdateUserRequest.Human.
|
|
921
|
+
* Use `create(UpdateUserRequest_HumanSchema)` to create a new message.
|
|
922
|
+
*/
|
|
923
|
+
export declare const UpdateUserRequest_HumanSchema: GenMessage<UpdateUserRequest_Human>;
|
|
924
|
+
/**
|
|
925
|
+
* @generated from message zitadel.user.v2.UpdateUserRequest.Human.Profile
|
|
926
|
+
*/
|
|
927
|
+
export type UpdateUserRequest_Human_Profile = Message<"zitadel.user.v2.UpdateUserRequest.Human.Profile"> & {
|
|
928
|
+
/**
|
|
929
|
+
* The given name is the first name of the user.
|
|
930
|
+
* For example, it can be used to personalize notifications and login UIs.
|
|
931
|
+
*
|
|
932
|
+
* @generated from field: optional string given_name = 1;
|
|
933
|
+
*/
|
|
934
|
+
givenName?: string | undefined;
|
|
935
|
+
/**
|
|
936
|
+
* The family name is the last name of the user.
|
|
937
|
+
* For example, it can be used to personalize user interfaces and notifications.
|
|
938
|
+
*
|
|
939
|
+
* @generated from field: optional string family_name = 2;
|
|
940
|
+
*/
|
|
941
|
+
familyName?: string | undefined;
|
|
942
|
+
/**
|
|
943
|
+
* The nick name is the users short name.
|
|
944
|
+
* For example, it can be used to personalize user interfaces and notifications.
|
|
945
|
+
*
|
|
946
|
+
* @generated from field: optional string nick_name = 3;
|
|
947
|
+
*/
|
|
948
|
+
nickName?: string | undefined;
|
|
949
|
+
/**
|
|
950
|
+
* The display name is how a user should primarily be displayed in lists.
|
|
951
|
+
* It can also for example be used to personalize user interfaces and notifications.
|
|
952
|
+
*
|
|
953
|
+
* @generated from field: optional string display_name = 4;
|
|
954
|
+
*/
|
|
955
|
+
displayName?: string | undefined;
|
|
956
|
+
/**
|
|
957
|
+
* The users preferred language is the language that systems should use to interact with the user.
|
|
958
|
+
* It has the format of a [BCP-47 language tag](https://datatracker.ietf.org/doc/html/rfc3066).
|
|
959
|
+
* It is used by Zitadel where no higher prioritized preferred language can be used.
|
|
960
|
+
* For example, browser settings can overwrite a users preferred_language.
|
|
961
|
+
* Notification messages and standard login UIs use the users preferred language if it is supported and allowed on the instance.
|
|
962
|
+
* Else, the default language of the instance is used.
|
|
963
|
+
*
|
|
964
|
+
* @generated from field: optional string preferred_language = 5;
|
|
965
|
+
*/
|
|
966
|
+
preferredLanguage?: string | undefined;
|
|
967
|
+
/**
|
|
968
|
+
* The users gender can for example be used to personalize user interfaces and notifications.
|
|
969
|
+
*
|
|
970
|
+
* @generated from field: optional zitadel.user.v2.Gender gender = 6;
|
|
971
|
+
*/
|
|
972
|
+
gender?: Gender | undefined;
|
|
973
|
+
};
|
|
974
|
+
/**
|
|
975
|
+
* Describes the message zitadel.user.v2.UpdateUserRequest.Human.Profile.
|
|
976
|
+
* Use `create(UpdateUserRequest_Human_ProfileSchema)` to create a new message.
|
|
977
|
+
*/
|
|
978
|
+
export declare const UpdateUserRequest_Human_ProfileSchema: GenMessage<UpdateUserRequest_Human_Profile>;
|
|
979
|
+
/**
|
|
980
|
+
* @generated from message zitadel.user.v2.UpdateUserRequest.Machine
|
|
981
|
+
*/
|
|
982
|
+
export type UpdateUserRequest_Machine = Message<"zitadel.user.v2.UpdateUserRequest.Machine"> & {
|
|
983
|
+
/**
|
|
984
|
+
* The machine users name is a human readable field that helps identifying the user.
|
|
985
|
+
*
|
|
986
|
+
* @generated from field: optional string name = 1;
|
|
987
|
+
*/
|
|
988
|
+
name?: string | undefined;
|
|
989
|
+
/**
|
|
990
|
+
* The description is a field that helps to remember the purpose of the user.
|
|
991
|
+
*
|
|
992
|
+
* @generated from field: optional string description = 2;
|
|
993
|
+
*/
|
|
994
|
+
description?: string | undefined;
|
|
995
|
+
/**
|
|
996
|
+
* The access token type defines the type of access token that is generated for the user.
|
|
997
|
+
* By default, the access token type is an opaque Bearer token. You can change it to JWT,
|
|
998
|
+
* which will include more information about the user and their permissions in the token itself.
|
|
999
|
+
* This can be useful for machine users that need to call services that require more information about the user,
|
|
1000
|
+
* without having to call the userinfo or introspection endpoint.
|
|
1001
|
+
* However, revoked JWT tokens might still be considered valid until they expire.
|
|
1002
|
+
* Therefore, you must call the userinfo or introspection endpoint to check whether they are still valid.
|
|
1003
|
+
*
|
|
1004
|
+
* @generated from field: optional zitadel.user.v2.AccessTokenType access_token_type = 3;
|
|
1005
|
+
*/
|
|
1006
|
+
accessTokenType?: AccessTokenType | undefined;
|
|
1007
|
+
};
|
|
1008
|
+
/**
|
|
1009
|
+
* Describes the message zitadel.user.v2.UpdateUserRequest.Machine.
|
|
1010
|
+
* Use `create(UpdateUserRequest_MachineSchema)` to create a new message.
|
|
1011
|
+
*/
|
|
1012
|
+
export declare const UpdateUserRequest_MachineSchema: GenMessage<UpdateUserRequest_Machine>;
|
|
1013
|
+
/**
|
|
1014
|
+
* @generated from message zitadel.user.v2.UpdateUserResponse
|
|
1015
|
+
*/
|
|
1016
|
+
export type UpdateUserResponse = Message<"zitadel.user.v2.UpdateUserResponse"> & {
|
|
1017
|
+
/**
|
|
1018
|
+
* The timestamp of the change of the user.
|
|
1019
|
+
*
|
|
1020
|
+
* @generated from field: google.protobuf.Timestamp change_date = 1;
|
|
1021
|
+
*/
|
|
1022
|
+
changeDate?: Timestamp | undefined;
|
|
1023
|
+
/**
|
|
1024
|
+
* In case the email verification was set to return_code, the code will be returned
|
|
1025
|
+
*
|
|
1026
|
+
* @generated from field: optional string email_code = 2;
|
|
1027
|
+
*/
|
|
1028
|
+
emailCode?: string | undefined;
|
|
1029
|
+
/**
|
|
1030
|
+
* In case the phone verification was set to return_code, the code will be returned
|
|
1031
|
+
*
|
|
1032
|
+
* @generated from field: optional string phone_code = 3;
|
|
1033
|
+
*/
|
|
1034
|
+
phoneCode?: string | undefined;
|
|
1035
|
+
};
|
|
1036
|
+
/**
|
|
1037
|
+
* Describes the message zitadel.user.v2.UpdateUserResponse.
|
|
1038
|
+
* Use `create(UpdateUserResponseSchema)` to create a new message.
|
|
1039
|
+
*/
|
|
1040
|
+
export declare const UpdateUserResponseSchema: GenMessage<UpdateUserResponse>;
|
|
1041
|
+
/**
|
|
1042
|
+
* @generated from message zitadel.user.v2.UpdateHumanUserRequest
|
|
1043
|
+
*/
|
|
1044
|
+
export type UpdateHumanUserRequest = Message<"zitadel.user.v2.UpdateHumanUserRequest"> & {
|
|
1045
|
+
/**
|
|
1046
|
+
* @generated from field: string user_id = 1;
|
|
1047
|
+
*/
|
|
1048
|
+
userId: string;
|
|
1049
|
+
/**
|
|
1050
|
+
* @generated from field: optional string username = 2;
|
|
1051
|
+
*/
|
|
1052
|
+
username?: string | undefined;
|
|
1053
|
+
/**
|
|
1054
|
+
* @generated from field: optional zitadel.user.v2.SetHumanProfile profile = 3;
|
|
1055
|
+
*/
|
|
1056
|
+
profile?: SetHumanProfile | undefined;
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from field: optional zitadel.user.v2.SetHumanEmail email = 4;
|
|
1059
|
+
*/
|
|
1060
|
+
email?: SetHumanEmail | undefined;
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from field: optional zitadel.user.v2.SetHumanPhone phone = 5;
|
|
1063
|
+
*/
|
|
1064
|
+
phone?: SetHumanPhone | undefined;
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from field: optional zitadel.user.v2.SetPassword password = 6;
|
|
1067
|
+
*/
|
|
1068
|
+
password?: SetPassword | undefined;
|
|
1069
|
+
};
|
|
1070
|
+
/**
|
|
1071
|
+
* Describes the message zitadel.user.v2.UpdateHumanUserRequest.
|
|
1072
|
+
* Use `create(UpdateHumanUserRequestSchema)` to create a new message.
|
|
1073
|
+
*/
|
|
1074
|
+
export declare const UpdateHumanUserRequestSchema: GenMessage<UpdateHumanUserRequest>;
|
|
1075
|
+
/**
|
|
1076
|
+
* @generated from message zitadel.user.v2.UpdateHumanUserResponse
|
|
1077
|
+
*/
|
|
1078
|
+
export type UpdateHumanUserResponse = Message<"zitadel.user.v2.UpdateHumanUserResponse"> & {
|
|
1079
|
+
/**
|
|
1080
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1081
|
+
*/
|
|
1082
|
+
details?: Details | undefined;
|
|
1083
|
+
/**
|
|
1084
|
+
* @generated from field: optional string email_code = 2;
|
|
1085
|
+
*/
|
|
1086
|
+
emailCode?: string | undefined;
|
|
1087
|
+
/**
|
|
1088
|
+
* @generated from field: optional string phone_code = 3;
|
|
1089
|
+
*/
|
|
1090
|
+
phoneCode?: string | undefined;
|
|
1091
|
+
};
|
|
1092
|
+
/**
|
|
1093
|
+
* Describes the message zitadel.user.v2.UpdateHumanUserResponse.
|
|
1094
|
+
* Use `create(UpdateHumanUserResponseSchema)` to create a new message.
|
|
1095
|
+
*/
|
|
1096
|
+
export declare const UpdateHumanUserResponseSchema: GenMessage<UpdateHumanUserResponse>;
|
|
1097
|
+
/**
|
|
1098
|
+
* @generated from message zitadel.user.v2.DeactivateUserRequest
|
|
1099
|
+
*/
|
|
1100
|
+
export type DeactivateUserRequest = Message<"zitadel.user.v2.DeactivateUserRequest"> & {
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from field: string user_id = 1;
|
|
1103
|
+
*/
|
|
1104
|
+
userId: string;
|
|
1105
|
+
};
|
|
1106
|
+
/**
|
|
1107
|
+
* Describes the message zitadel.user.v2.DeactivateUserRequest.
|
|
1108
|
+
* Use `create(DeactivateUserRequestSchema)` to create a new message.
|
|
1109
|
+
*/
|
|
1110
|
+
export declare const DeactivateUserRequestSchema: GenMessage<DeactivateUserRequest>;
|
|
1111
|
+
/**
|
|
1112
|
+
* @generated from message zitadel.user.v2.DeactivateUserResponse
|
|
1113
|
+
*/
|
|
1114
|
+
export type DeactivateUserResponse = Message<"zitadel.user.v2.DeactivateUserResponse"> & {
|
|
1115
|
+
/**
|
|
1116
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1117
|
+
*/
|
|
1118
|
+
details?: Details | undefined;
|
|
1119
|
+
};
|
|
1120
|
+
/**
|
|
1121
|
+
* Describes the message zitadel.user.v2.DeactivateUserResponse.
|
|
1122
|
+
* Use `create(DeactivateUserResponseSchema)` to create a new message.
|
|
1123
|
+
*/
|
|
1124
|
+
export declare const DeactivateUserResponseSchema: GenMessage<DeactivateUserResponse>;
|
|
1125
|
+
/**
|
|
1126
|
+
* @generated from message zitadel.user.v2.ReactivateUserRequest
|
|
1127
|
+
*/
|
|
1128
|
+
export type ReactivateUserRequest = Message<"zitadel.user.v2.ReactivateUserRequest"> & {
|
|
1129
|
+
/**
|
|
1130
|
+
* @generated from field: string user_id = 1;
|
|
1131
|
+
*/
|
|
1132
|
+
userId: string;
|
|
1133
|
+
};
|
|
1134
|
+
/**
|
|
1135
|
+
* Describes the message zitadel.user.v2.ReactivateUserRequest.
|
|
1136
|
+
* Use `create(ReactivateUserRequestSchema)` to create a new message.
|
|
1137
|
+
*/
|
|
1138
|
+
export declare const ReactivateUserRequestSchema: GenMessage<ReactivateUserRequest>;
|
|
1139
|
+
/**
|
|
1140
|
+
* @generated from message zitadel.user.v2.ReactivateUserResponse
|
|
1141
|
+
*/
|
|
1142
|
+
export type ReactivateUserResponse = Message<"zitadel.user.v2.ReactivateUserResponse"> & {
|
|
1143
|
+
/**
|
|
1144
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1145
|
+
*/
|
|
1146
|
+
details?: Details | undefined;
|
|
1147
|
+
};
|
|
1148
|
+
/**
|
|
1149
|
+
* Describes the message zitadel.user.v2.ReactivateUserResponse.
|
|
1150
|
+
* Use `create(ReactivateUserResponseSchema)` to create a new message.
|
|
1151
|
+
*/
|
|
1152
|
+
export declare const ReactivateUserResponseSchema: GenMessage<ReactivateUserResponse>;
|
|
1153
|
+
/**
|
|
1154
|
+
* @generated from message zitadel.user.v2.LockUserRequest
|
|
1155
|
+
*/
|
|
1156
|
+
export type LockUserRequest = Message<"zitadel.user.v2.LockUserRequest"> & {
|
|
1157
|
+
/**
|
|
1158
|
+
* @generated from field: string user_id = 1;
|
|
1159
|
+
*/
|
|
1160
|
+
userId: string;
|
|
1161
|
+
};
|
|
1162
|
+
/**
|
|
1163
|
+
* Describes the message zitadel.user.v2.LockUserRequest.
|
|
1164
|
+
* Use `create(LockUserRequestSchema)` to create a new message.
|
|
1165
|
+
*/
|
|
1166
|
+
export declare const LockUserRequestSchema: GenMessage<LockUserRequest>;
|
|
1167
|
+
/**
|
|
1168
|
+
* @generated from message zitadel.user.v2.LockUserResponse
|
|
1169
|
+
*/
|
|
1170
|
+
export type LockUserResponse = Message<"zitadel.user.v2.LockUserResponse"> & {
|
|
1171
|
+
/**
|
|
1172
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1173
|
+
*/
|
|
1174
|
+
details?: Details | undefined;
|
|
1175
|
+
};
|
|
1176
|
+
/**
|
|
1177
|
+
* Describes the message zitadel.user.v2.LockUserResponse.
|
|
1178
|
+
* Use `create(LockUserResponseSchema)` to create a new message.
|
|
1179
|
+
*/
|
|
1180
|
+
export declare const LockUserResponseSchema: GenMessage<LockUserResponse>;
|
|
1181
|
+
/**
|
|
1182
|
+
* @generated from message zitadel.user.v2.UnlockUserRequest
|
|
1183
|
+
*/
|
|
1184
|
+
export type UnlockUserRequest = Message<"zitadel.user.v2.UnlockUserRequest"> & {
|
|
1185
|
+
/**
|
|
1186
|
+
* @generated from field: string user_id = 1;
|
|
1187
|
+
*/
|
|
1188
|
+
userId: string;
|
|
1189
|
+
};
|
|
1190
|
+
/**
|
|
1191
|
+
* Describes the message zitadel.user.v2.UnlockUserRequest.
|
|
1192
|
+
* Use `create(UnlockUserRequestSchema)` to create a new message.
|
|
1193
|
+
*/
|
|
1194
|
+
export declare const UnlockUserRequestSchema: GenMessage<UnlockUserRequest>;
|
|
1195
|
+
/**
|
|
1196
|
+
* @generated from message zitadel.user.v2.UnlockUserResponse
|
|
1197
|
+
*/
|
|
1198
|
+
export type UnlockUserResponse = Message<"zitadel.user.v2.UnlockUserResponse"> & {
|
|
1199
|
+
/**
|
|
1200
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1201
|
+
*/
|
|
1202
|
+
details?: Details | undefined;
|
|
1203
|
+
};
|
|
1204
|
+
/**
|
|
1205
|
+
* Describes the message zitadel.user.v2.UnlockUserResponse.
|
|
1206
|
+
* Use `create(UnlockUserResponseSchema)` to create a new message.
|
|
1207
|
+
*/
|
|
1208
|
+
export declare const UnlockUserResponseSchema: GenMessage<UnlockUserResponse>;
|
|
1209
|
+
/**
|
|
1210
|
+
* @generated from message zitadel.user.v2.RegisterPasskeyRequest
|
|
1211
|
+
*/
|
|
1212
|
+
export type RegisterPasskeyRequest = Message<"zitadel.user.v2.RegisterPasskeyRequest"> & {
|
|
1213
|
+
/**
|
|
1214
|
+
* @generated from field: string user_id = 1;
|
|
1215
|
+
*/
|
|
1216
|
+
userId: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* @generated from field: optional zitadel.user.v2.PasskeyRegistrationCode code = 2;
|
|
1219
|
+
*/
|
|
1220
|
+
code?: PasskeyRegistrationCode | undefined;
|
|
1221
|
+
/**
|
|
1222
|
+
* @generated from field: zitadel.user.v2.PasskeyAuthenticator authenticator = 3;
|
|
1223
|
+
*/
|
|
1224
|
+
authenticator: PasskeyAuthenticator;
|
|
1225
|
+
/**
|
|
1226
|
+
* @generated from field: string domain = 4;
|
|
1227
|
+
*/
|
|
1228
|
+
domain: string;
|
|
1229
|
+
};
|
|
1230
|
+
/**
|
|
1231
|
+
* Describes the message zitadel.user.v2.RegisterPasskeyRequest.
|
|
1232
|
+
* Use `create(RegisterPasskeyRequestSchema)` to create a new message.
|
|
1233
|
+
*/
|
|
1234
|
+
export declare const RegisterPasskeyRequestSchema: GenMessage<RegisterPasskeyRequest>;
|
|
1235
|
+
/**
|
|
1236
|
+
* @generated from message zitadel.user.v2.RegisterPasskeyResponse
|
|
1237
|
+
*/
|
|
1238
|
+
export type RegisterPasskeyResponse = Message<"zitadel.user.v2.RegisterPasskeyResponse"> & {
|
|
1239
|
+
/**
|
|
1240
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1241
|
+
*/
|
|
1242
|
+
details?: Details | undefined;
|
|
1243
|
+
/**
|
|
1244
|
+
* @generated from field: string passkey_id = 2;
|
|
1245
|
+
*/
|
|
1246
|
+
passkeyId: string;
|
|
1247
|
+
/**
|
|
1248
|
+
* @generated from field: google.protobuf.Struct public_key_credential_creation_options = 3;
|
|
1249
|
+
*/
|
|
1250
|
+
publicKeyCredentialCreationOptions?: JsonObject | undefined;
|
|
1251
|
+
};
|
|
1252
|
+
/**
|
|
1253
|
+
* Describes the message zitadel.user.v2.RegisterPasskeyResponse.
|
|
1254
|
+
* Use `create(RegisterPasskeyResponseSchema)` to create a new message.
|
|
1255
|
+
*/
|
|
1256
|
+
export declare const RegisterPasskeyResponseSchema: GenMessage<RegisterPasskeyResponse>;
|
|
1257
|
+
/**
|
|
1258
|
+
* @generated from message zitadel.user.v2.VerifyPasskeyRegistrationRequest
|
|
1259
|
+
*/
|
|
1260
|
+
export type VerifyPasskeyRegistrationRequest = Message<"zitadel.user.v2.VerifyPasskeyRegistrationRequest"> & {
|
|
1261
|
+
/**
|
|
1262
|
+
* @generated from field: string user_id = 1;
|
|
1263
|
+
*/
|
|
1264
|
+
userId: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* @generated from field: string passkey_id = 2;
|
|
1267
|
+
*/
|
|
1268
|
+
passkeyId: string;
|
|
1269
|
+
/**
|
|
1270
|
+
* @generated from field: google.protobuf.Struct public_key_credential = 3;
|
|
1271
|
+
*/
|
|
1272
|
+
publicKeyCredential?: JsonObject | undefined;
|
|
1273
|
+
/**
|
|
1274
|
+
* @generated from field: string passkey_name = 4;
|
|
1275
|
+
*/
|
|
1276
|
+
passkeyName: string;
|
|
1277
|
+
};
|
|
1278
|
+
/**
|
|
1279
|
+
* Describes the message zitadel.user.v2.VerifyPasskeyRegistrationRequest.
|
|
1280
|
+
* Use `create(VerifyPasskeyRegistrationRequestSchema)` to create a new message.
|
|
1281
|
+
*/
|
|
1282
|
+
export declare const VerifyPasskeyRegistrationRequestSchema: GenMessage<VerifyPasskeyRegistrationRequest>;
|
|
1283
|
+
/**
|
|
1284
|
+
* @generated from message zitadel.user.v2.VerifyPasskeyRegistrationResponse
|
|
1285
|
+
*/
|
|
1286
|
+
export type VerifyPasskeyRegistrationResponse = Message<"zitadel.user.v2.VerifyPasskeyRegistrationResponse"> & {
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1289
|
+
*/
|
|
1290
|
+
details?: Details | undefined;
|
|
1291
|
+
};
|
|
1292
|
+
/**
|
|
1293
|
+
* Describes the message zitadel.user.v2.VerifyPasskeyRegistrationResponse.
|
|
1294
|
+
* Use `create(VerifyPasskeyRegistrationResponseSchema)` to create a new message.
|
|
1295
|
+
*/
|
|
1296
|
+
export declare const VerifyPasskeyRegistrationResponseSchema: GenMessage<VerifyPasskeyRegistrationResponse>;
|
|
1297
|
+
/**
|
|
1298
|
+
* @generated from message zitadel.user.v2.RegisterU2FRequest
|
|
1299
|
+
*/
|
|
1300
|
+
export type RegisterU2FRequest = Message<"zitadel.user.v2.RegisterU2FRequest"> & {
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from field: string user_id = 1;
|
|
1303
|
+
*/
|
|
1304
|
+
userId: string;
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: string domain = 2;
|
|
1307
|
+
*/
|
|
1308
|
+
domain: string;
|
|
1309
|
+
};
|
|
1310
|
+
/**
|
|
1311
|
+
* Describes the message zitadel.user.v2.RegisterU2FRequest.
|
|
1312
|
+
* Use `create(RegisterU2FRequestSchema)` to create a new message.
|
|
1313
|
+
*/
|
|
1314
|
+
export declare const RegisterU2FRequestSchema: GenMessage<RegisterU2FRequest>;
|
|
1315
|
+
/**
|
|
1316
|
+
* @generated from message zitadel.user.v2.RegisterU2FResponse
|
|
1317
|
+
*/
|
|
1318
|
+
export type RegisterU2FResponse = Message<"zitadel.user.v2.RegisterU2FResponse"> & {
|
|
1319
|
+
/**
|
|
1320
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1321
|
+
*/
|
|
1322
|
+
details?: Details | undefined;
|
|
1323
|
+
/**
|
|
1324
|
+
* @generated from field: string u2f_id = 2;
|
|
1325
|
+
*/
|
|
1326
|
+
u2fId: string;
|
|
1327
|
+
/**
|
|
1328
|
+
* @generated from field: google.protobuf.Struct public_key_credential_creation_options = 3;
|
|
1329
|
+
*/
|
|
1330
|
+
publicKeyCredentialCreationOptions?: JsonObject | undefined;
|
|
1331
|
+
};
|
|
1332
|
+
/**
|
|
1333
|
+
* Describes the message zitadel.user.v2.RegisterU2FResponse.
|
|
1334
|
+
* Use `create(RegisterU2FResponseSchema)` to create a new message.
|
|
1335
|
+
*/
|
|
1336
|
+
export declare const RegisterU2FResponseSchema: GenMessage<RegisterU2FResponse>;
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from message zitadel.user.v2.VerifyU2FRegistrationRequest
|
|
1339
|
+
*/
|
|
1340
|
+
export type VerifyU2FRegistrationRequest = Message<"zitadel.user.v2.VerifyU2FRegistrationRequest"> & {
|
|
1341
|
+
/**
|
|
1342
|
+
* @generated from field: string user_id = 1;
|
|
1343
|
+
*/
|
|
1344
|
+
userId: string;
|
|
1345
|
+
/**
|
|
1346
|
+
* @generated from field: string u2f_id = 2;
|
|
1347
|
+
*/
|
|
1348
|
+
u2fId: string;
|
|
1349
|
+
/**
|
|
1350
|
+
* @generated from field: google.protobuf.Struct public_key_credential = 3;
|
|
1351
|
+
*/
|
|
1352
|
+
publicKeyCredential?: JsonObject | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: string token_name = 4;
|
|
1355
|
+
*/
|
|
1356
|
+
tokenName: string;
|
|
1357
|
+
};
|
|
1358
|
+
/**
|
|
1359
|
+
* Describes the message zitadel.user.v2.VerifyU2FRegistrationRequest.
|
|
1360
|
+
* Use `create(VerifyU2FRegistrationRequestSchema)` to create a new message.
|
|
1361
|
+
*/
|
|
1362
|
+
export declare const VerifyU2FRegistrationRequestSchema: GenMessage<VerifyU2FRegistrationRequest>;
|
|
1363
|
+
/**
|
|
1364
|
+
* @generated from message zitadel.user.v2.VerifyU2FRegistrationResponse
|
|
1365
|
+
*/
|
|
1366
|
+
export type VerifyU2FRegistrationResponse = Message<"zitadel.user.v2.VerifyU2FRegistrationResponse"> & {
|
|
1367
|
+
/**
|
|
1368
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1369
|
+
*/
|
|
1370
|
+
details?: Details | undefined;
|
|
1371
|
+
};
|
|
1372
|
+
/**
|
|
1373
|
+
* Describes the message zitadel.user.v2.VerifyU2FRegistrationResponse.
|
|
1374
|
+
* Use `create(VerifyU2FRegistrationResponseSchema)` to create a new message.
|
|
1375
|
+
*/
|
|
1376
|
+
export declare const VerifyU2FRegistrationResponseSchema: GenMessage<VerifyU2FRegistrationResponse>;
|
|
1377
|
+
/**
|
|
1378
|
+
* @generated from message zitadel.user.v2.RemoveU2FRequest
|
|
1379
|
+
*/
|
|
1380
|
+
export type RemoveU2FRequest = Message<"zitadel.user.v2.RemoveU2FRequest"> & {
|
|
1381
|
+
/**
|
|
1382
|
+
* @generated from field: string user_id = 1;
|
|
1383
|
+
*/
|
|
1384
|
+
userId: string;
|
|
1385
|
+
/**
|
|
1386
|
+
* @generated from field: string u2f_id = 2;
|
|
1387
|
+
*/
|
|
1388
|
+
u2fId: string;
|
|
1389
|
+
};
|
|
1390
|
+
/**
|
|
1391
|
+
* Describes the message zitadel.user.v2.RemoveU2FRequest.
|
|
1392
|
+
* Use `create(RemoveU2FRequestSchema)` to create a new message.
|
|
1393
|
+
*/
|
|
1394
|
+
export declare const RemoveU2FRequestSchema: GenMessage<RemoveU2FRequest>;
|
|
1395
|
+
/**
|
|
1396
|
+
* @generated from message zitadel.user.v2.RemoveU2FResponse
|
|
1397
|
+
*/
|
|
1398
|
+
export type RemoveU2FResponse = Message<"zitadel.user.v2.RemoveU2FResponse"> & {
|
|
1399
|
+
/**
|
|
1400
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1401
|
+
*/
|
|
1402
|
+
details?: Details | undefined;
|
|
1403
|
+
};
|
|
1404
|
+
/**
|
|
1405
|
+
* Describes the message zitadel.user.v2.RemoveU2FResponse.
|
|
1406
|
+
* Use `create(RemoveU2FResponseSchema)` to create a new message.
|
|
1407
|
+
*/
|
|
1408
|
+
export declare const RemoveU2FResponseSchema: GenMessage<RemoveU2FResponse>;
|
|
1409
|
+
/**
|
|
1410
|
+
* @generated from message zitadel.user.v2.RegisterTOTPRequest
|
|
1411
|
+
*/
|
|
1412
|
+
export type RegisterTOTPRequest = Message<"zitadel.user.v2.RegisterTOTPRequest"> & {
|
|
1413
|
+
/**
|
|
1414
|
+
* @generated from field: string user_id = 1;
|
|
1415
|
+
*/
|
|
1416
|
+
userId: string;
|
|
1417
|
+
};
|
|
1418
|
+
/**
|
|
1419
|
+
* Describes the message zitadel.user.v2.RegisterTOTPRequest.
|
|
1420
|
+
* Use `create(RegisterTOTPRequestSchema)` to create a new message.
|
|
1421
|
+
*/
|
|
1422
|
+
export declare const RegisterTOTPRequestSchema: GenMessage<RegisterTOTPRequest>;
|
|
1423
|
+
/**
|
|
1424
|
+
* @generated from message zitadel.user.v2.RegisterTOTPResponse
|
|
1425
|
+
*/
|
|
1426
|
+
export type RegisterTOTPResponse = Message<"zitadel.user.v2.RegisterTOTPResponse"> & {
|
|
1427
|
+
/**
|
|
1428
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1429
|
+
*/
|
|
1430
|
+
details?: Details | undefined;
|
|
1431
|
+
/**
|
|
1432
|
+
* @generated from field: string uri = 2;
|
|
1433
|
+
*/
|
|
1434
|
+
uri: string;
|
|
1435
|
+
/**
|
|
1436
|
+
* @generated from field: string secret = 3;
|
|
1437
|
+
*/
|
|
1438
|
+
secret: string;
|
|
1439
|
+
};
|
|
1440
|
+
/**
|
|
1441
|
+
* Describes the message zitadel.user.v2.RegisterTOTPResponse.
|
|
1442
|
+
* Use `create(RegisterTOTPResponseSchema)` to create a new message.
|
|
1443
|
+
*/
|
|
1444
|
+
export declare const RegisterTOTPResponseSchema: GenMessage<RegisterTOTPResponse>;
|
|
1445
|
+
/**
|
|
1446
|
+
* @generated from message zitadel.user.v2.VerifyTOTPRegistrationRequest
|
|
1447
|
+
*/
|
|
1448
|
+
export type VerifyTOTPRegistrationRequest = Message<"zitadel.user.v2.VerifyTOTPRegistrationRequest"> & {
|
|
1449
|
+
/**
|
|
1450
|
+
* @generated from field: string user_id = 1;
|
|
1451
|
+
*/
|
|
1452
|
+
userId: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* @generated from field: string code = 2;
|
|
1455
|
+
*/
|
|
1456
|
+
code: string;
|
|
1457
|
+
};
|
|
1458
|
+
/**
|
|
1459
|
+
* Describes the message zitadel.user.v2.VerifyTOTPRegistrationRequest.
|
|
1460
|
+
* Use `create(VerifyTOTPRegistrationRequestSchema)` to create a new message.
|
|
1461
|
+
*/
|
|
1462
|
+
export declare const VerifyTOTPRegistrationRequestSchema: GenMessage<VerifyTOTPRegistrationRequest>;
|
|
1463
|
+
/**
|
|
1464
|
+
* @generated from message zitadel.user.v2.VerifyTOTPRegistrationResponse
|
|
1465
|
+
*/
|
|
1466
|
+
export type VerifyTOTPRegistrationResponse = Message<"zitadel.user.v2.VerifyTOTPRegistrationResponse"> & {
|
|
1467
|
+
/**
|
|
1468
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1469
|
+
*/
|
|
1470
|
+
details?: Details | undefined;
|
|
1471
|
+
};
|
|
1472
|
+
/**
|
|
1473
|
+
* Describes the message zitadel.user.v2.VerifyTOTPRegistrationResponse.
|
|
1474
|
+
* Use `create(VerifyTOTPRegistrationResponseSchema)` to create a new message.
|
|
1475
|
+
*/
|
|
1476
|
+
export declare const VerifyTOTPRegistrationResponseSchema: GenMessage<VerifyTOTPRegistrationResponse>;
|
|
1477
|
+
/**
|
|
1478
|
+
* @generated from message zitadel.user.v2.RemoveTOTPRequest
|
|
1479
|
+
*/
|
|
1480
|
+
export type RemoveTOTPRequest = Message<"zitadel.user.v2.RemoveTOTPRequest"> & {
|
|
1481
|
+
/**
|
|
1482
|
+
* @generated from field: string user_id = 1;
|
|
1483
|
+
*/
|
|
1484
|
+
userId: string;
|
|
1485
|
+
};
|
|
1486
|
+
/**
|
|
1487
|
+
* Describes the message zitadel.user.v2.RemoveTOTPRequest.
|
|
1488
|
+
* Use `create(RemoveTOTPRequestSchema)` to create a new message.
|
|
1489
|
+
*/
|
|
1490
|
+
export declare const RemoveTOTPRequestSchema: GenMessage<RemoveTOTPRequest>;
|
|
1491
|
+
/**
|
|
1492
|
+
* @generated from message zitadel.user.v2.RemoveTOTPResponse
|
|
1493
|
+
*/
|
|
1494
|
+
export type RemoveTOTPResponse = Message<"zitadel.user.v2.RemoveTOTPResponse"> & {
|
|
1495
|
+
/**
|
|
1496
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1497
|
+
*/
|
|
1498
|
+
details?: Details | undefined;
|
|
1499
|
+
};
|
|
1500
|
+
/**
|
|
1501
|
+
* Describes the message zitadel.user.v2.RemoveTOTPResponse.
|
|
1502
|
+
* Use `create(RemoveTOTPResponseSchema)` to create a new message.
|
|
1503
|
+
*/
|
|
1504
|
+
export declare const RemoveTOTPResponseSchema: GenMessage<RemoveTOTPResponse>;
|
|
1505
|
+
/**
|
|
1506
|
+
* @generated from message zitadel.user.v2.GenerateRecoveryCodesRequest
|
|
1507
|
+
*/
|
|
1508
|
+
export type GenerateRecoveryCodesRequest = Message<"zitadel.user.v2.GenerateRecoveryCodesRequest"> & {
|
|
1509
|
+
/**
|
|
1510
|
+
* @generated from field: string user_id = 1;
|
|
1511
|
+
*/
|
|
1512
|
+
userId: string;
|
|
1513
|
+
/**
|
|
1514
|
+
* @generated from field: int32 count = 2;
|
|
1515
|
+
*/
|
|
1516
|
+
count: number;
|
|
1517
|
+
};
|
|
1518
|
+
/**
|
|
1519
|
+
* Describes the message zitadel.user.v2.GenerateRecoveryCodesRequest.
|
|
1520
|
+
* Use `create(GenerateRecoveryCodesRequestSchema)` to create a new message.
|
|
1521
|
+
*/
|
|
1522
|
+
export declare const GenerateRecoveryCodesRequestSchema: GenMessage<GenerateRecoveryCodesRequest>;
|
|
1523
|
+
/**
|
|
1524
|
+
* @generated from message zitadel.user.v2.GenerateRecoveryCodesResponse
|
|
1525
|
+
*/
|
|
1526
|
+
export type GenerateRecoveryCodesResponse = Message<"zitadel.user.v2.GenerateRecoveryCodesResponse"> & {
|
|
1527
|
+
/**
|
|
1528
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1529
|
+
*/
|
|
1530
|
+
details?: Details | undefined;
|
|
1531
|
+
/**
|
|
1532
|
+
* @generated from field: repeated string recovery_codes = 2;
|
|
1533
|
+
*/
|
|
1534
|
+
recoveryCodes: string[];
|
|
1535
|
+
};
|
|
1536
|
+
/**
|
|
1537
|
+
* Describes the message zitadel.user.v2.GenerateRecoveryCodesResponse.
|
|
1538
|
+
* Use `create(GenerateRecoveryCodesResponseSchema)` to create a new message.
|
|
1539
|
+
*/
|
|
1540
|
+
export declare const GenerateRecoveryCodesResponseSchema: GenMessage<GenerateRecoveryCodesResponse>;
|
|
1541
|
+
/**
|
|
1542
|
+
* @generated from message zitadel.user.v2.RemoveRecoveryCodesRequest
|
|
1543
|
+
*/
|
|
1544
|
+
export type RemoveRecoveryCodesRequest = Message<"zitadel.user.v2.RemoveRecoveryCodesRequest"> & {
|
|
1545
|
+
/**
|
|
1546
|
+
* @generated from field: string user_id = 1;
|
|
1547
|
+
*/
|
|
1548
|
+
userId: string;
|
|
1549
|
+
};
|
|
1550
|
+
/**
|
|
1551
|
+
* Describes the message zitadel.user.v2.RemoveRecoveryCodesRequest.
|
|
1552
|
+
* Use `create(RemoveRecoveryCodesRequestSchema)` to create a new message.
|
|
1553
|
+
*/
|
|
1554
|
+
export declare const RemoveRecoveryCodesRequestSchema: GenMessage<RemoveRecoveryCodesRequest>;
|
|
1555
|
+
/**
|
|
1556
|
+
* @generated from message zitadel.user.v2.RemoveRecoveryCodesResponse
|
|
1557
|
+
*/
|
|
1558
|
+
export type RemoveRecoveryCodesResponse = Message<"zitadel.user.v2.RemoveRecoveryCodesResponse"> & {
|
|
1559
|
+
/**
|
|
1560
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1561
|
+
*/
|
|
1562
|
+
details?: Details | undefined;
|
|
1563
|
+
};
|
|
1564
|
+
/**
|
|
1565
|
+
* Describes the message zitadel.user.v2.RemoveRecoveryCodesResponse.
|
|
1566
|
+
* Use `create(RemoveRecoveryCodesResponseSchema)` to create a new message.
|
|
1567
|
+
*/
|
|
1568
|
+
export declare const RemoveRecoveryCodesResponseSchema: GenMessage<RemoveRecoveryCodesResponse>;
|
|
1569
|
+
/**
|
|
1570
|
+
* @generated from message zitadel.user.v2.AddOTPSMSRequest
|
|
1571
|
+
*/
|
|
1572
|
+
export type AddOTPSMSRequest = Message<"zitadel.user.v2.AddOTPSMSRequest"> & {
|
|
1573
|
+
/**
|
|
1574
|
+
* @generated from field: string user_id = 1;
|
|
1575
|
+
*/
|
|
1576
|
+
userId: string;
|
|
1577
|
+
};
|
|
1578
|
+
/**
|
|
1579
|
+
* Describes the message zitadel.user.v2.AddOTPSMSRequest.
|
|
1580
|
+
* Use `create(AddOTPSMSRequestSchema)` to create a new message.
|
|
1581
|
+
*/
|
|
1582
|
+
export declare const AddOTPSMSRequestSchema: GenMessage<AddOTPSMSRequest>;
|
|
1583
|
+
/**
|
|
1584
|
+
* @generated from message zitadel.user.v2.AddOTPSMSResponse
|
|
1585
|
+
*/
|
|
1586
|
+
export type AddOTPSMSResponse = Message<"zitadel.user.v2.AddOTPSMSResponse"> & {
|
|
1587
|
+
/**
|
|
1588
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1589
|
+
*/
|
|
1590
|
+
details?: Details | undefined;
|
|
1591
|
+
};
|
|
1592
|
+
/**
|
|
1593
|
+
* Describes the message zitadel.user.v2.AddOTPSMSResponse.
|
|
1594
|
+
* Use `create(AddOTPSMSResponseSchema)` to create a new message.
|
|
1595
|
+
*/
|
|
1596
|
+
export declare const AddOTPSMSResponseSchema: GenMessage<AddOTPSMSResponse>;
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from message zitadel.user.v2.RemoveOTPSMSRequest
|
|
1599
|
+
*/
|
|
1600
|
+
export type RemoveOTPSMSRequest = Message<"zitadel.user.v2.RemoveOTPSMSRequest"> & {
|
|
1601
|
+
/**
|
|
1602
|
+
* @generated from field: string user_id = 1;
|
|
1603
|
+
*/
|
|
1604
|
+
userId: string;
|
|
1605
|
+
};
|
|
1606
|
+
/**
|
|
1607
|
+
* Describes the message zitadel.user.v2.RemoveOTPSMSRequest.
|
|
1608
|
+
* Use `create(RemoveOTPSMSRequestSchema)` to create a new message.
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const RemoveOTPSMSRequestSchema: GenMessage<RemoveOTPSMSRequest>;
|
|
1611
|
+
/**
|
|
1612
|
+
* @generated from message zitadel.user.v2.RemoveOTPSMSResponse
|
|
1613
|
+
*/
|
|
1614
|
+
export type RemoveOTPSMSResponse = Message<"zitadel.user.v2.RemoveOTPSMSResponse"> & {
|
|
1615
|
+
/**
|
|
1616
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1617
|
+
*/
|
|
1618
|
+
details?: Details | undefined;
|
|
1619
|
+
};
|
|
1620
|
+
/**
|
|
1621
|
+
* Describes the message zitadel.user.v2.RemoveOTPSMSResponse.
|
|
1622
|
+
* Use `create(RemoveOTPSMSResponseSchema)` to create a new message.
|
|
1623
|
+
*/
|
|
1624
|
+
export declare const RemoveOTPSMSResponseSchema: GenMessage<RemoveOTPSMSResponse>;
|
|
1625
|
+
/**
|
|
1626
|
+
* @generated from message zitadel.user.v2.AddOTPEmailRequest
|
|
1627
|
+
*/
|
|
1628
|
+
export type AddOTPEmailRequest = Message<"zitadel.user.v2.AddOTPEmailRequest"> & {
|
|
1629
|
+
/**
|
|
1630
|
+
* @generated from field: string user_id = 1;
|
|
1631
|
+
*/
|
|
1632
|
+
userId: string;
|
|
1633
|
+
};
|
|
1634
|
+
/**
|
|
1635
|
+
* Describes the message zitadel.user.v2.AddOTPEmailRequest.
|
|
1636
|
+
* Use `create(AddOTPEmailRequestSchema)` to create a new message.
|
|
1637
|
+
*/
|
|
1638
|
+
export declare const AddOTPEmailRequestSchema: GenMessage<AddOTPEmailRequest>;
|
|
1639
|
+
/**
|
|
1640
|
+
* @generated from message zitadel.user.v2.AddOTPEmailResponse
|
|
1641
|
+
*/
|
|
1642
|
+
export type AddOTPEmailResponse = Message<"zitadel.user.v2.AddOTPEmailResponse"> & {
|
|
1643
|
+
/**
|
|
1644
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1645
|
+
*/
|
|
1646
|
+
details?: Details | undefined;
|
|
1647
|
+
};
|
|
1648
|
+
/**
|
|
1649
|
+
* Describes the message zitadel.user.v2.AddOTPEmailResponse.
|
|
1650
|
+
* Use `create(AddOTPEmailResponseSchema)` to create a new message.
|
|
1651
|
+
*/
|
|
1652
|
+
export declare const AddOTPEmailResponseSchema: GenMessage<AddOTPEmailResponse>;
|
|
1653
|
+
/**
|
|
1654
|
+
* @generated from message zitadel.user.v2.RemoveOTPEmailRequest
|
|
1655
|
+
*/
|
|
1656
|
+
export type RemoveOTPEmailRequest = Message<"zitadel.user.v2.RemoveOTPEmailRequest"> & {
|
|
1657
|
+
/**
|
|
1658
|
+
* @generated from field: string user_id = 1;
|
|
1659
|
+
*/
|
|
1660
|
+
userId: string;
|
|
1661
|
+
};
|
|
1662
|
+
/**
|
|
1663
|
+
* Describes the message zitadel.user.v2.RemoveOTPEmailRequest.
|
|
1664
|
+
* Use `create(RemoveOTPEmailRequestSchema)` to create a new message.
|
|
1665
|
+
*/
|
|
1666
|
+
export declare const RemoveOTPEmailRequestSchema: GenMessage<RemoveOTPEmailRequest>;
|
|
1667
|
+
/**
|
|
1668
|
+
* @generated from message zitadel.user.v2.RemoveOTPEmailResponse
|
|
1669
|
+
*/
|
|
1670
|
+
export type RemoveOTPEmailResponse = Message<"zitadel.user.v2.RemoveOTPEmailResponse"> & {
|
|
1671
|
+
/**
|
|
1672
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1673
|
+
*/
|
|
1674
|
+
details?: Details | undefined;
|
|
1675
|
+
};
|
|
1676
|
+
/**
|
|
1677
|
+
* Describes the message zitadel.user.v2.RemoveOTPEmailResponse.
|
|
1678
|
+
* Use `create(RemoveOTPEmailResponseSchema)` to create a new message.
|
|
1679
|
+
*/
|
|
1680
|
+
export declare const RemoveOTPEmailResponseSchema: GenMessage<RemoveOTPEmailResponse>;
|
|
1681
|
+
/**
|
|
1682
|
+
* @generated from message zitadel.user.v2.CreatePasskeyRegistrationLinkRequest
|
|
1683
|
+
*/
|
|
1684
|
+
export type CreatePasskeyRegistrationLinkRequest = Message<"zitadel.user.v2.CreatePasskeyRegistrationLinkRequest"> & {
|
|
1685
|
+
/**
|
|
1686
|
+
* @generated from field: string user_id = 1;
|
|
1687
|
+
*/
|
|
1688
|
+
userId: string;
|
|
1689
|
+
/**
|
|
1690
|
+
* if no medium is specified, an email is sent with the default url
|
|
1691
|
+
*
|
|
1692
|
+
* @generated from oneof zitadel.user.v2.CreatePasskeyRegistrationLinkRequest.medium
|
|
1693
|
+
*/
|
|
1694
|
+
medium: {
|
|
1695
|
+
/**
|
|
1696
|
+
* @generated from field: zitadel.user.v2.SendPasskeyRegistrationLink send_link = 2;
|
|
1697
|
+
*/
|
|
1698
|
+
value: SendPasskeyRegistrationLink;
|
|
1699
|
+
case: "sendLink";
|
|
1700
|
+
} | {
|
|
1701
|
+
/**
|
|
1702
|
+
* @generated from field: zitadel.user.v2.ReturnPasskeyRegistrationCode return_code = 3;
|
|
1703
|
+
*/
|
|
1704
|
+
value: ReturnPasskeyRegistrationCode;
|
|
1705
|
+
case: "returnCode";
|
|
1706
|
+
} | {
|
|
1707
|
+
case: undefined;
|
|
1708
|
+
value?: undefined;
|
|
1709
|
+
};
|
|
1710
|
+
};
|
|
1711
|
+
/**
|
|
1712
|
+
* Describes the message zitadel.user.v2.CreatePasskeyRegistrationLinkRequest.
|
|
1713
|
+
* Use `create(CreatePasskeyRegistrationLinkRequestSchema)` to create a new message.
|
|
1714
|
+
*/
|
|
1715
|
+
export declare const CreatePasskeyRegistrationLinkRequestSchema: GenMessage<CreatePasskeyRegistrationLinkRequest>;
|
|
1716
|
+
/**
|
|
1717
|
+
* @generated from message zitadel.user.v2.CreatePasskeyRegistrationLinkResponse
|
|
1718
|
+
*/
|
|
1719
|
+
export type CreatePasskeyRegistrationLinkResponse = Message<"zitadel.user.v2.CreatePasskeyRegistrationLinkResponse"> & {
|
|
1720
|
+
/**
|
|
1721
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1722
|
+
*/
|
|
1723
|
+
details?: Details | undefined;
|
|
1724
|
+
/**
|
|
1725
|
+
* in case the medium was set to return_code, the code will be returned
|
|
1726
|
+
*
|
|
1727
|
+
* @generated from field: optional zitadel.user.v2.PasskeyRegistrationCode code = 2;
|
|
1728
|
+
*/
|
|
1729
|
+
code?: PasskeyRegistrationCode | undefined;
|
|
1730
|
+
};
|
|
1731
|
+
/**
|
|
1732
|
+
* Describes the message zitadel.user.v2.CreatePasskeyRegistrationLinkResponse.
|
|
1733
|
+
* Use `create(CreatePasskeyRegistrationLinkResponseSchema)` to create a new message.
|
|
1734
|
+
*/
|
|
1735
|
+
export declare const CreatePasskeyRegistrationLinkResponseSchema: GenMessage<CreatePasskeyRegistrationLinkResponse>;
|
|
1736
|
+
/**
|
|
1737
|
+
* @generated from message zitadel.user.v2.ListPasskeysRequest
|
|
1738
|
+
*/
|
|
1739
|
+
export type ListPasskeysRequest = Message<"zitadel.user.v2.ListPasskeysRequest"> & {
|
|
1740
|
+
/**
|
|
1741
|
+
* @generated from field: string user_id = 1;
|
|
1742
|
+
*/
|
|
1743
|
+
userId: string;
|
|
1744
|
+
};
|
|
1745
|
+
/**
|
|
1746
|
+
* Describes the message zitadel.user.v2.ListPasskeysRequest.
|
|
1747
|
+
* Use `create(ListPasskeysRequestSchema)` to create a new message.
|
|
1748
|
+
*/
|
|
1749
|
+
export declare const ListPasskeysRequestSchema: GenMessage<ListPasskeysRequest>;
|
|
1750
|
+
/**
|
|
1751
|
+
* @generated from message zitadel.user.v2.ListPasskeysResponse
|
|
1752
|
+
*/
|
|
1753
|
+
export type ListPasskeysResponse = Message<"zitadel.user.v2.ListPasskeysResponse"> & {
|
|
1754
|
+
/**
|
|
1755
|
+
* @generated from field: zitadel.object.v2.ListDetails details = 1;
|
|
1756
|
+
*/
|
|
1757
|
+
details?: ListDetails | undefined;
|
|
1758
|
+
/**
|
|
1759
|
+
* @generated from field: repeated zitadel.user.v2.Passkey result = 2;
|
|
1760
|
+
*/
|
|
1761
|
+
result: Passkey[];
|
|
1762
|
+
};
|
|
1763
|
+
/**
|
|
1764
|
+
* Describes the message zitadel.user.v2.ListPasskeysResponse.
|
|
1765
|
+
* Use `create(ListPasskeysResponseSchema)` to create a new message.
|
|
1766
|
+
*/
|
|
1767
|
+
export declare const ListPasskeysResponseSchema: GenMessage<ListPasskeysResponse>;
|
|
1768
|
+
/**
|
|
1769
|
+
* @generated from message zitadel.user.v2.RemovePasskeyRequest
|
|
1770
|
+
*/
|
|
1771
|
+
export type RemovePasskeyRequest = Message<"zitadel.user.v2.RemovePasskeyRequest"> & {
|
|
1772
|
+
/**
|
|
1773
|
+
* @generated from field: string user_id = 1;
|
|
1774
|
+
*/
|
|
1775
|
+
userId: string;
|
|
1776
|
+
/**
|
|
1777
|
+
* @generated from field: string passkey_id = 2;
|
|
1778
|
+
*/
|
|
1779
|
+
passkeyId: string;
|
|
1780
|
+
};
|
|
1781
|
+
/**
|
|
1782
|
+
* Describes the message zitadel.user.v2.RemovePasskeyRequest.
|
|
1783
|
+
* Use `create(RemovePasskeyRequestSchema)` to create a new message.
|
|
1784
|
+
*/
|
|
1785
|
+
export declare const RemovePasskeyRequestSchema: GenMessage<RemovePasskeyRequest>;
|
|
1786
|
+
/**
|
|
1787
|
+
* @generated from message zitadel.user.v2.RemovePasskeyResponse
|
|
1788
|
+
*/
|
|
1789
|
+
export type RemovePasskeyResponse = Message<"zitadel.user.v2.RemovePasskeyResponse"> & {
|
|
1790
|
+
/**
|
|
1791
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1792
|
+
*/
|
|
1793
|
+
details?: Details | undefined;
|
|
1794
|
+
};
|
|
1795
|
+
/**
|
|
1796
|
+
* Describes the message zitadel.user.v2.RemovePasskeyResponse.
|
|
1797
|
+
* Use `create(RemovePasskeyResponseSchema)` to create a new message.
|
|
1798
|
+
*/
|
|
1799
|
+
export declare const RemovePasskeyResponseSchema: GenMessage<RemovePasskeyResponse>;
|
|
1800
|
+
/**
|
|
1801
|
+
* @generated from message zitadel.user.v2.StartIdentityProviderIntentRequest
|
|
1802
|
+
*/
|
|
1803
|
+
export type StartIdentityProviderIntentRequest = Message<"zitadel.user.v2.StartIdentityProviderIntentRequest"> & {
|
|
1804
|
+
/**
|
|
1805
|
+
* @generated from field: string idp_id = 1;
|
|
1806
|
+
*/
|
|
1807
|
+
idpId: string;
|
|
1808
|
+
/**
|
|
1809
|
+
* @generated from oneof zitadel.user.v2.StartIdentityProviderIntentRequest.content
|
|
1810
|
+
*/
|
|
1811
|
+
content: {
|
|
1812
|
+
/**
|
|
1813
|
+
* @generated from field: zitadel.user.v2.RedirectURLs urls = 2;
|
|
1814
|
+
*/
|
|
1815
|
+
value: RedirectURLs;
|
|
1816
|
+
case: "urls";
|
|
1817
|
+
} | {
|
|
1818
|
+
/**
|
|
1819
|
+
* @generated from field: zitadel.user.v2.LDAPCredentials ldap = 3;
|
|
1820
|
+
*/
|
|
1821
|
+
value: LDAPCredentials;
|
|
1822
|
+
case: "ldap";
|
|
1823
|
+
} | {
|
|
1824
|
+
case: undefined;
|
|
1825
|
+
value?: undefined;
|
|
1826
|
+
};
|
|
1827
|
+
};
|
|
1828
|
+
/**
|
|
1829
|
+
* Describes the message zitadel.user.v2.StartIdentityProviderIntentRequest.
|
|
1830
|
+
* Use `create(StartIdentityProviderIntentRequestSchema)` to create a new message.
|
|
1831
|
+
*/
|
|
1832
|
+
export declare const StartIdentityProviderIntentRequestSchema: GenMessage<StartIdentityProviderIntentRequest>;
|
|
1833
|
+
/**
|
|
1834
|
+
* @generated from message zitadel.user.v2.StartIdentityProviderIntentResponse
|
|
1835
|
+
*/
|
|
1836
|
+
export type StartIdentityProviderIntentResponse = Message<"zitadel.user.v2.StartIdentityProviderIntentResponse"> & {
|
|
1837
|
+
/**
|
|
1838
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1839
|
+
*/
|
|
1840
|
+
details?: Details | undefined;
|
|
1841
|
+
/**
|
|
1842
|
+
* @generated from oneof zitadel.user.v2.StartIdentityProviderIntentResponse.next_step
|
|
1843
|
+
*/
|
|
1844
|
+
nextStep: {
|
|
1845
|
+
/**
|
|
1846
|
+
* @generated from field: string auth_url = 2;
|
|
1847
|
+
*/
|
|
1848
|
+
value: string;
|
|
1849
|
+
case: "authUrl";
|
|
1850
|
+
} | {
|
|
1851
|
+
/**
|
|
1852
|
+
* @generated from field: zitadel.user.v2.IDPIntent idp_intent = 3;
|
|
1853
|
+
*/
|
|
1854
|
+
value: IDPIntent;
|
|
1855
|
+
case: "idpIntent";
|
|
1856
|
+
} | {
|
|
1857
|
+
/**
|
|
1858
|
+
* POST call information
|
|
1859
|
+
* Deprecated: Use form_data instead
|
|
1860
|
+
*
|
|
1861
|
+
* @generated from field: bytes post_form = 4;
|
|
1862
|
+
*/
|
|
1863
|
+
value: Uint8Array;
|
|
1864
|
+
case: "postForm";
|
|
1865
|
+
} | {
|
|
1866
|
+
/**
|
|
1867
|
+
* Data for a form POST call
|
|
1868
|
+
*
|
|
1869
|
+
* @generated from field: zitadel.user.v2.FormData form_data = 5;
|
|
1870
|
+
*/
|
|
1871
|
+
value: FormData;
|
|
1872
|
+
case: "formData";
|
|
1873
|
+
} | {
|
|
1874
|
+
case: undefined;
|
|
1875
|
+
value?: undefined;
|
|
1876
|
+
};
|
|
1877
|
+
};
|
|
1878
|
+
/**
|
|
1879
|
+
* Describes the message zitadel.user.v2.StartIdentityProviderIntentResponse.
|
|
1880
|
+
* Use `create(StartIdentityProviderIntentResponseSchema)` to create a new message.
|
|
1881
|
+
*/
|
|
1882
|
+
export declare const StartIdentityProviderIntentResponseSchema: GenMessage<StartIdentityProviderIntentResponse>;
|
|
1883
|
+
/**
|
|
1884
|
+
* @generated from message zitadel.user.v2.RetrieveIdentityProviderIntentRequest
|
|
1885
|
+
*/
|
|
1886
|
+
export type RetrieveIdentityProviderIntentRequest = Message<"zitadel.user.v2.RetrieveIdentityProviderIntentRequest"> & {
|
|
1887
|
+
/**
|
|
1888
|
+
* @generated from field: string idp_intent_id = 1;
|
|
1889
|
+
*/
|
|
1890
|
+
idpIntentId: string;
|
|
1891
|
+
/**
|
|
1892
|
+
* @generated from field: string idp_intent_token = 2;
|
|
1893
|
+
*/
|
|
1894
|
+
idpIntentToken: string;
|
|
1895
|
+
};
|
|
1896
|
+
/**
|
|
1897
|
+
* Describes the message zitadel.user.v2.RetrieveIdentityProviderIntentRequest.
|
|
1898
|
+
* Use `create(RetrieveIdentityProviderIntentRequestSchema)` to create a new message.
|
|
1899
|
+
*/
|
|
1900
|
+
export declare const RetrieveIdentityProviderIntentRequestSchema: GenMessage<RetrieveIdentityProviderIntentRequest>;
|
|
1901
|
+
/**
|
|
1902
|
+
* @generated from message zitadel.user.v2.RetrieveIdentityProviderIntentResponse
|
|
1903
|
+
*/
|
|
1904
|
+
export type RetrieveIdentityProviderIntentResponse = Message<"zitadel.user.v2.RetrieveIdentityProviderIntentResponse"> & {
|
|
1905
|
+
/**
|
|
1906
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1907
|
+
*/
|
|
1908
|
+
details?: Details | undefined;
|
|
1909
|
+
/**
|
|
1910
|
+
* @generated from field: zitadel.user.v2.IDPInformation idp_information = 2;
|
|
1911
|
+
*/
|
|
1912
|
+
idpInformation?: IDPInformation | undefined;
|
|
1913
|
+
/**
|
|
1914
|
+
* @generated from field: string user_id = 3;
|
|
1915
|
+
*/
|
|
1916
|
+
userId: string;
|
|
1917
|
+
/**
|
|
1918
|
+
* Deprecated: use user_action.create_user instead.
|
|
1919
|
+
*
|
|
1920
|
+
* @generated from field: zitadel.user.v2.AddHumanUserRequest add_human_user = 4 [deprecated = true];
|
|
1921
|
+
* @deprecated
|
|
1922
|
+
*/
|
|
1923
|
+
addHumanUser?: AddHumanUserRequest | undefined;
|
|
1924
|
+
/**
|
|
1925
|
+
* Deprecated: use user_action.update_user instead.
|
|
1926
|
+
*
|
|
1927
|
+
* @generated from field: zitadel.user.v2.UpdateHumanUserRequest update_human_user = 5 [deprecated = true];
|
|
1928
|
+
* @deprecated
|
|
1929
|
+
*/
|
|
1930
|
+
updateHumanUser?: UpdateHumanUserRequest | undefined;
|
|
1931
|
+
/**
|
|
1932
|
+
* @generated from oneof zitadel.user.v2.RetrieveIdentityProviderIntentResponse.user_action
|
|
1933
|
+
*/
|
|
1934
|
+
userAction: {
|
|
1935
|
+
/**
|
|
1936
|
+
* @generated from field: zitadel.user.v2.CreateUserRequest create_user = 6;
|
|
1937
|
+
*/
|
|
1938
|
+
value: CreateUserRequest;
|
|
1939
|
+
case: "createUser";
|
|
1940
|
+
} | {
|
|
1941
|
+
/**
|
|
1942
|
+
* @generated from field: zitadel.user.v2.UpdateUserRequest update_user = 7;
|
|
1943
|
+
*/
|
|
1944
|
+
value: UpdateUserRequest;
|
|
1945
|
+
case: "updateUser";
|
|
1946
|
+
} | {
|
|
1947
|
+
case: undefined;
|
|
1948
|
+
value?: undefined;
|
|
1949
|
+
};
|
|
1950
|
+
};
|
|
1951
|
+
/**
|
|
1952
|
+
* Describes the message zitadel.user.v2.RetrieveIdentityProviderIntentResponse.
|
|
1953
|
+
* Use `create(RetrieveIdentityProviderIntentResponseSchema)` to create a new message.
|
|
1954
|
+
*/
|
|
1955
|
+
export declare const RetrieveIdentityProviderIntentResponseSchema: GenMessage<RetrieveIdentityProviderIntentResponse>;
|
|
1956
|
+
/**
|
|
1957
|
+
* @generated from message zitadel.user.v2.AddIDPLinkRequest
|
|
1958
|
+
*/
|
|
1959
|
+
export type AddIDPLinkRequest = Message<"zitadel.user.v2.AddIDPLinkRequest"> & {
|
|
1960
|
+
/**
|
|
1961
|
+
* @generated from field: string user_id = 1;
|
|
1962
|
+
*/
|
|
1963
|
+
userId: string;
|
|
1964
|
+
/**
|
|
1965
|
+
* @generated from field: zitadel.user.v2.IDPLink idp_link = 2;
|
|
1966
|
+
*/
|
|
1967
|
+
idpLink?: IDPLink | undefined;
|
|
1968
|
+
};
|
|
1969
|
+
/**
|
|
1970
|
+
* Describes the message zitadel.user.v2.AddIDPLinkRequest.
|
|
1971
|
+
* Use `create(AddIDPLinkRequestSchema)` to create a new message.
|
|
1972
|
+
*/
|
|
1973
|
+
export declare const AddIDPLinkRequestSchema: GenMessage<AddIDPLinkRequest>;
|
|
1974
|
+
/**
|
|
1975
|
+
* @generated from message zitadel.user.v2.AddIDPLinkResponse
|
|
1976
|
+
*/
|
|
1977
|
+
export type AddIDPLinkResponse = Message<"zitadel.user.v2.AddIDPLinkResponse"> & {
|
|
1978
|
+
/**
|
|
1979
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
1980
|
+
*/
|
|
1981
|
+
details?: Details | undefined;
|
|
1982
|
+
};
|
|
1983
|
+
/**
|
|
1984
|
+
* Describes the message zitadel.user.v2.AddIDPLinkResponse.
|
|
1985
|
+
* Use `create(AddIDPLinkResponseSchema)` to create a new message.
|
|
1986
|
+
*/
|
|
1987
|
+
export declare const AddIDPLinkResponseSchema: GenMessage<AddIDPLinkResponse>;
|
|
1988
|
+
/**
|
|
1989
|
+
* @generated from message zitadel.user.v2.ListIDPLinksRequest
|
|
1990
|
+
*/
|
|
1991
|
+
export type ListIDPLinksRequest = Message<"zitadel.user.v2.ListIDPLinksRequest"> & {
|
|
1992
|
+
/**
|
|
1993
|
+
* @generated from field: string user_id = 1;
|
|
1994
|
+
*/
|
|
1995
|
+
userId: string;
|
|
1996
|
+
/**
|
|
1997
|
+
* list limitations and ordering
|
|
1998
|
+
*
|
|
1999
|
+
* @generated from field: zitadel.object.v2.ListQuery query = 2;
|
|
2000
|
+
*/
|
|
2001
|
+
query?: ListQuery | undefined;
|
|
2002
|
+
};
|
|
2003
|
+
/**
|
|
2004
|
+
* Describes the message zitadel.user.v2.ListIDPLinksRequest.
|
|
2005
|
+
* Use `create(ListIDPLinksRequestSchema)` to create a new message.
|
|
2006
|
+
*/
|
|
2007
|
+
export declare const ListIDPLinksRequestSchema: GenMessage<ListIDPLinksRequest>;
|
|
2008
|
+
/**
|
|
2009
|
+
* @generated from message zitadel.user.v2.ListIDPLinksResponse
|
|
2010
|
+
*/
|
|
2011
|
+
export type ListIDPLinksResponse = Message<"zitadel.user.v2.ListIDPLinksResponse"> & {
|
|
2012
|
+
/**
|
|
2013
|
+
* @generated from field: zitadel.object.v2.ListDetails details = 1;
|
|
2014
|
+
*/
|
|
2015
|
+
details?: ListDetails | undefined;
|
|
2016
|
+
/**
|
|
2017
|
+
* @generated from field: repeated zitadel.user.v2.IDPLink result = 2;
|
|
2018
|
+
*/
|
|
2019
|
+
result: IDPLink[];
|
|
2020
|
+
};
|
|
2021
|
+
/**
|
|
2022
|
+
* Describes the message zitadel.user.v2.ListIDPLinksResponse.
|
|
2023
|
+
* Use `create(ListIDPLinksResponseSchema)` to create a new message.
|
|
2024
|
+
*/
|
|
2025
|
+
export declare const ListIDPLinksResponseSchema: GenMessage<ListIDPLinksResponse>;
|
|
2026
|
+
/**
|
|
2027
|
+
* @generated from message zitadel.user.v2.RemoveIDPLinkRequest
|
|
2028
|
+
*/
|
|
2029
|
+
export type RemoveIDPLinkRequest = Message<"zitadel.user.v2.RemoveIDPLinkRequest"> & {
|
|
2030
|
+
/**
|
|
2031
|
+
* @generated from field: string user_id = 1;
|
|
2032
|
+
*/
|
|
2033
|
+
userId: string;
|
|
2034
|
+
/**
|
|
2035
|
+
* @generated from field: string idp_id = 2;
|
|
2036
|
+
*/
|
|
2037
|
+
idpId: string;
|
|
2038
|
+
/**
|
|
2039
|
+
* @generated from field: string linked_user_id = 3;
|
|
2040
|
+
*/
|
|
2041
|
+
linkedUserId: string;
|
|
2042
|
+
};
|
|
2043
|
+
/**
|
|
2044
|
+
* Describes the message zitadel.user.v2.RemoveIDPLinkRequest.
|
|
2045
|
+
* Use `create(RemoveIDPLinkRequestSchema)` to create a new message.
|
|
2046
|
+
*/
|
|
2047
|
+
export declare const RemoveIDPLinkRequestSchema: GenMessage<RemoveIDPLinkRequest>;
|
|
2048
|
+
/**
|
|
2049
|
+
* @generated from message zitadel.user.v2.RemoveIDPLinkResponse
|
|
2050
|
+
*/
|
|
2051
|
+
export type RemoveIDPLinkResponse = Message<"zitadel.user.v2.RemoveIDPLinkResponse"> & {
|
|
2052
|
+
/**
|
|
2053
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
2054
|
+
*/
|
|
2055
|
+
details?: Details | undefined;
|
|
2056
|
+
};
|
|
2057
|
+
/**
|
|
2058
|
+
* Describes the message zitadel.user.v2.RemoveIDPLinkResponse.
|
|
2059
|
+
* Use `create(RemoveIDPLinkResponseSchema)` to create a new message.
|
|
2060
|
+
*/
|
|
2061
|
+
export declare const RemoveIDPLinkResponseSchema: GenMessage<RemoveIDPLinkResponse>;
|
|
2062
|
+
/**
|
|
2063
|
+
* @generated from message zitadel.user.v2.PasswordResetRequest
|
|
2064
|
+
*/
|
|
2065
|
+
export type PasswordResetRequest = Message<"zitadel.user.v2.PasswordResetRequest"> & {
|
|
2066
|
+
/**
|
|
2067
|
+
* @generated from field: string user_id = 1;
|
|
2068
|
+
*/
|
|
2069
|
+
userId: string;
|
|
2070
|
+
/**
|
|
2071
|
+
* if no medium is specified, an email is sent with the default url
|
|
2072
|
+
*
|
|
2073
|
+
* @generated from oneof zitadel.user.v2.PasswordResetRequest.medium
|
|
2074
|
+
*/
|
|
2075
|
+
medium: {
|
|
2076
|
+
/**
|
|
2077
|
+
* @generated from field: zitadel.user.v2.SendPasswordResetLink send_link = 2;
|
|
2078
|
+
*/
|
|
2079
|
+
value: SendPasswordResetLink;
|
|
2080
|
+
case: "sendLink";
|
|
2081
|
+
} | {
|
|
2082
|
+
/**
|
|
2083
|
+
* @generated from field: zitadel.user.v2.ReturnPasswordResetCode return_code = 3;
|
|
2084
|
+
*/
|
|
2085
|
+
value: ReturnPasswordResetCode;
|
|
2086
|
+
case: "returnCode";
|
|
2087
|
+
} | {
|
|
2088
|
+
case: undefined;
|
|
2089
|
+
value?: undefined;
|
|
2090
|
+
};
|
|
2091
|
+
};
|
|
2092
|
+
/**
|
|
2093
|
+
* Describes the message zitadel.user.v2.PasswordResetRequest.
|
|
2094
|
+
* Use `create(PasswordResetRequestSchema)` to create a new message.
|
|
2095
|
+
*/
|
|
2096
|
+
export declare const PasswordResetRequestSchema: GenMessage<PasswordResetRequest>;
|
|
2097
|
+
/**
|
|
2098
|
+
* @generated from message zitadel.user.v2.PasswordResetResponse
|
|
2099
|
+
*/
|
|
2100
|
+
export type PasswordResetResponse = Message<"zitadel.user.v2.PasswordResetResponse"> & {
|
|
2101
|
+
/**
|
|
2102
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
2103
|
+
*/
|
|
2104
|
+
details?: Details | undefined;
|
|
2105
|
+
/**
|
|
2106
|
+
* in case the medium was set to return_code, the code will be returned
|
|
2107
|
+
*
|
|
2108
|
+
* @generated from field: optional string verification_code = 2;
|
|
2109
|
+
*/
|
|
2110
|
+
verificationCode?: string | undefined;
|
|
2111
|
+
};
|
|
2112
|
+
/**
|
|
2113
|
+
* Describes the message zitadel.user.v2.PasswordResetResponse.
|
|
2114
|
+
* Use `create(PasswordResetResponseSchema)` to create a new message.
|
|
2115
|
+
*/
|
|
2116
|
+
export declare const PasswordResetResponseSchema: GenMessage<PasswordResetResponse>;
|
|
2117
|
+
/**
|
|
2118
|
+
* @generated from message zitadel.user.v2.SetPasswordRequest
|
|
2119
|
+
*/
|
|
2120
|
+
export type SetPasswordRequest = Message<"zitadel.user.v2.SetPasswordRequest"> & {
|
|
2121
|
+
/**
|
|
2122
|
+
* @generated from field: string user_id = 1;
|
|
2123
|
+
*/
|
|
2124
|
+
userId: string;
|
|
2125
|
+
/**
|
|
2126
|
+
* @generated from field: zitadel.user.v2.Password new_password = 2;
|
|
2127
|
+
*/
|
|
2128
|
+
newPassword?: Password | undefined;
|
|
2129
|
+
/**
|
|
2130
|
+
* if neither, the current password must be provided nor a verification code generated by the PasswordReset is provided,
|
|
2131
|
+
* the user must be granted permission to set a password
|
|
2132
|
+
*
|
|
2133
|
+
* @generated from oneof zitadel.user.v2.SetPasswordRequest.verification
|
|
2134
|
+
*/
|
|
2135
|
+
verification: {
|
|
2136
|
+
/**
|
|
2137
|
+
* @generated from field: string current_password = 3;
|
|
2138
|
+
*/
|
|
2139
|
+
value: string;
|
|
2140
|
+
case: "currentPassword";
|
|
2141
|
+
} | {
|
|
2142
|
+
/**
|
|
2143
|
+
* @generated from field: string verification_code = 4;
|
|
2144
|
+
*/
|
|
2145
|
+
value: string;
|
|
2146
|
+
case: "verificationCode";
|
|
2147
|
+
} | {
|
|
2148
|
+
case: undefined;
|
|
2149
|
+
value?: undefined;
|
|
2150
|
+
};
|
|
2151
|
+
};
|
|
2152
|
+
/**
|
|
2153
|
+
* Describes the message zitadel.user.v2.SetPasswordRequest.
|
|
2154
|
+
* Use `create(SetPasswordRequestSchema)` to create a new message.
|
|
2155
|
+
*/
|
|
2156
|
+
export declare const SetPasswordRequestSchema: GenMessage<SetPasswordRequest>;
|
|
2157
|
+
/**
|
|
2158
|
+
* @generated from message zitadel.user.v2.SetPasswordResponse
|
|
2159
|
+
*/
|
|
2160
|
+
export type SetPasswordResponse = Message<"zitadel.user.v2.SetPasswordResponse"> & {
|
|
2161
|
+
/**
|
|
2162
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
2163
|
+
*/
|
|
2164
|
+
details?: Details | undefined;
|
|
2165
|
+
};
|
|
2166
|
+
/**
|
|
2167
|
+
* Describes the message zitadel.user.v2.SetPasswordResponse.
|
|
2168
|
+
* Use `create(SetPasswordResponseSchema)` to create a new message.
|
|
2169
|
+
*/
|
|
2170
|
+
export declare const SetPasswordResponseSchema: GenMessage<SetPasswordResponse>;
|
|
2171
|
+
/**
|
|
2172
|
+
* @generated from message zitadel.user.v2.ListAuthenticationMethodTypesRequest
|
|
2173
|
+
*/
|
|
2174
|
+
export type ListAuthenticationMethodTypesRequest = Message<"zitadel.user.v2.ListAuthenticationMethodTypesRequest"> & {
|
|
2175
|
+
/**
|
|
2176
|
+
* @generated from field: string user_id = 1;
|
|
2177
|
+
*/
|
|
2178
|
+
userId: string;
|
|
2179
|
+
/**
|
|
2180
|
+
* @generated from field: optional zitadel.user.v2.DomainQuery domain_query = 2;
|
|
2181
|
+
*/
|
|
2182
|
+
domainQuery?: DomainQuery | undefined;
|
|
2183
|
+
};
|
|
2184
|
+
/**
|
|
2185
|
+
* Describes the message zitadel.user.v2.ListAuthenticationMethodTypesRequest.
|
|
2186
|
+
* Use `create(ListAuthenticationMethodTypesRequestSchema)` to create a new message.
|
|
2187
|
+
*/
|
|
2188
|
+
export declare const ListAuthenticationMethodTypesRequestSchema: GenMessage<ListAuthenticationMethodTypesRequest>;
|
|
2189
|
+
/**
|
|
2190
|
+
* @generated from message zitadel.user.v2.DomainQuery
|
|
2191
|
+
*/
|
|
2192
|
+
export type DomainQuery = Message<"zitadel.user.v2.DomainQuery"> & {
|
|
2193
|
+
/**
|
|
2194
|
+
* List also auth method types without domain information like passkey and U2F added through V1 APIs / Login UI.
|
|
2195
|
+
*
|
|
2196
|
+
* @generated from field: bool include_without_domain = 1;
|
|
2197
|
+
*/
|
|
2198
|
+
includeWithoutDomain: boolean;
|
|
2199
|
+
/**
|
|
2200
|
+
* List only auth methods with specific domain.
|
|
2201
|
+
*
|
|
2202
|
+
* @generated from field: string domain = 2;
|
|
2203
|
+
*/
|
|
2204
|
+
domain: string;
|
|
2205
|
+
};
|
|
2206
|
+
/**
|
|
2207
|
+
* Describes the message zitadel.user.v2.DomainQuery.
|
|
2208
|
+
* Use `create(DomainQuerySchema)` to create a new message.
|
|
2209
|
+
*/
|
|
2210
|
+
export declare const DomainQuerySchema: GenMessage<DomainQuery>;
|
|
2211
|
+
/**
|
|
2212
|
+
* @generated from message zitadel.user.v2.ListAuthenticationMethodTypesResponse
|
|
2213
|
+
*/
|
|
2214
|
+
export type ListAuthenticationMethodTypesResponse = Message<"zitadel.user.v2.ListAuthenticationMethodTypesResponse"> & {
|
|
2215
|
+
/**
|
|
2216
|
+
* @generated from field: zitadel.object.v2.ListDetails details = 1;
|
|
2217
|
+
*/
|
|
2218
|
+
details?: ListDetails | undefined;
|
|
2219
|
+
/**
|
|
2220
|
+
* @generated from field: repeated zitadel.user.v2.AuthenticationMethodType auth_method_types = 2;
|
|
2221
|
+
*/
|
|
2222
|
+
authMethodTypes: AuthenticationMethodType[];
|
|
2223
|
+
};
|
|
2224
|
+
/**
|
|
2225
|
+
* Describes the message zitadel.user.v2.ListAuthenticationMethodTypesResponse.
|
|
2226
|
+
* Use `create(ListAuthenticationMethodTypesResponseSchema)` to create a new message.
|
|
2227
|
+
*/
|
|
2228
|
+
export declare const ListAuthenticationMethodTypesResponseSchema: GenMessage<ListAuthenticationMethodTypesResponse>;
|
|
2229
|
+
/**
|
|
2230
|
+
* @generated from message zitadel.user.v2.ListAuthenticationFactorsRequest
|
|
2231
|
+
*/
|
|
2232
|
+
export type ListAuthenticationFactorsRequest = Message<"zitadel.user.v2.ListAuthenticationFactorsRequest"> & {
|
|
2233
|
+
/**
|
|
2234
|
+
* @generated from field: string user_id = 1;
|
|
2235
|
+
*/
|
|
2236
|
+
userId: string;
|
|
2237
|
+
/**
|
|
2238
|
+
* @generated from field: repeated zitadel.user.v2.AuthFactors auth_factors = 2;
|
|
2239
|
+
*/
|
|
2240
|
+
authFactors: AuthFactors[];
|
|
2241
|
+
/**
|
|
2242
|
+
* @generated from field: repeated zitadel.user.v2.AuthFactorState states = 3;
|
|
2243
|
+
*/
|
|
2244
|
+
states: AuthFactorState[];
|
|
2245
|
+
};
|
|
2246
|
+
/**
|
|
2247
|
+
* Describes the message zitadel.user.v2.ListAuthenticationFactorsRequest.
|
|
2248
|
+
* Use `create(ListAuthenticationFactorsRequestSchema)` to create a new message.
|
|
2249
|
+
*/
|
|
2250
|
+
export declare const ListAuthenticationFactorsRequestSchema: GenMessage<ListAuthenticationFactorsRequest>;
|
|
2251
|
+
/**
|
|
2252
|
+
* @generated from message zitadel.user.v2.ListAuthenticationFactorsResponse
|
|
2253
|
+
*/
|
|
2254
|
+
export type ListAuthenticationFactorsResponse = Message<"zitadel.user.v2.ListAuthenticationFactorsResponse"> & {
|
|
2255
|
+
/**
|
|
2256
|
+
* @generated from field: repeated zitadel.user.v2.AuthFactor result = 1;
|
|
2257
|
+
*/
|
|
2258
|
+
result: AuthFactor[];
|
|
2259
|
+
};
|
|
2260
|
+
/**
|
|
2261
|
+
* Describes the message zitadel.user.v2.ListAuthenticationFactorsResponse.
|
|
2262
|
+
* Use `create(ListAuthenticationFactorsResponseSchema)` to create a new message.
|
|
2263
|
+
*/
|
|
2264
|
+
export declare const ListAuthenticationFactorsResponseSchema: GenMessage<ListAuthenticationFactorsResponse>;
|
|
2265
|
+
/**
|
|
2266
|
+
* @generated from message zitadel.user.v2.CreateInviteCodeRequest
|
|
2267
|
+
*/
|
|
2268
|
+
export type CreateInviteCodeRequest = Message<"zitadel.user.v2.CreateInviteCodeRequest"> & {
|
|
2269
|
+
/**
|
|
2270
|
+
* @generated from field: string user_id = 1;
|
|
2271
|
+
*/
|
|
2272
|
+
userId: string;
|
|
2273
|
+
/**
|
|
2274
|
+
* if no verification is specified, an email is sent with the default url and application name (ZITADEL)
|
|
2275
|
+
*
|
|
2276
|
+
* @generated from oneof zitadel.user.v2.CreateInviteCodeRequest.verification
|
|
2277
|
+
*/
|
|
2278
|
+
verification: {
|
|
2279
|
+
/**
|
|
2280
|
+
* @generated from field: zitadel.user.v2.SendInviteCode send_code = 2;
|
|
2281
|
+
*/
|
|
2282
|
+
value: SendInviteCode;
|
|
2283
|
+
case: "sendCode";
|
|
2284
|
+
} | {
|
|
2285
|
+
/**
|
|
2286
|
+
* @generated from field: zitadel.user.v2.ReturnInviteCode return_code = 3;
|
|
2287
|
+
*/
|
|
2288
|
+
value: ReturnInviteCode;
|
|
2289
|
+
case: "returnCode";
|
|
2290
|
+
} | {
|
|
2291
|
+
case: undefined;
|
|
2292
|
+
value?: undefined;
|
|
2293
|
+
};
|
|
2294
|
+
};
|
|
2295
|
+
/**
|
|
2296
|
+
* Describes the message zitadel.user.v2.CreateInviteCodeRequest.
|
|
2297
|
+
* Use `create(CreateInviteCodeRequestSchema)` to create a new message.
|
|
2298
|
+
*/
|
|
2299
|
+
export declare const CreateInviteCodeRequestSchema: GenMessage<CreateInviteCodeRequest>;
|
|
2300
|
+
/**
|
|
2301
|
+
* @generated from message zitadel.user.v2.CreateInviteCodeResponse
|
|
2302
|
+
*/
|
|
2303
|
+
export type CreateInviteCodeResponse = Message<"zitadel.user.v2.CreateInviteCodeResponse"> & {
|
|
2304
|
+
/**
|
|
2305
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
2306
|
+
*/
|
|
2307
|
+
details?: Details | undefined;
|
|
2308
|
+
/**
|
|
2309
|
+
* The invite code is returned if the verification was set to return_code.
|
|
2310
|
+
*
|
|
2311
|
+
* @generated from field: optional string invite_code = 2;
|
|
2312
|
+
*/
|
|
2313
|
+
inviteCode?: string | undefined;
|
|
2314
|
+
};
|
|
2315
|
+
/**
|
|
2316
|
+
* Describes the message zitadel.user.v2.CreateInviteCodeResponse.
|
|
2317
|
+
* Use `create(CreateInviteCodeResponseSchema)` to create a new message.
|
|
2318
|
+
*/
|
|
2319
|
+
export declare const CreateInviteCodeResponseSchema: GenMessage<CreateInviteCodeResponse>;
|
|
2320
|
+
/**
|
|
2321
|
+
* @generated from message zitadel.user.v2.ResendInviteCodeRequest
|
|
2322
|
+
*/
|
|
2323
|
+
export type ResendInviteCodeRequest = Message<"zitadel.user.v2.ResendInviteCodeRequest"> & {
|
|
2324
|
+
/**
|
|
2325
|
+
* @generated from field: string user_id = 1;
|
|
2326
|
+
*/
|
|
2327
|
+
userId: string;
|
|
2328
|
+
};
|
|
2329
|
+
/**
|
|
2330
|
+
* Describes the message zitadel.user.v2.ResendInviteCodeRequest.
|
|
2331
|
+
* Use `create(ResendInviteCodeRequestSchema)` to create a new message.
|
|
2332
|
+
*/
|
|
2333
|
+
export declare const ResendInviteCodeRequestSchema: GenMessage<ResendInviteCodeRequest>;
|
|
2334
|
+
/**
|
|
2335
|
+
* @generated from message zitadel.user.v2.ResendInviteCodeResponse
|
|
2336
|
+
*/
|
|
2337
|
+
export type ResendInviteCodeResponse = Message<"zitadel.user.v2.ResendInviteCodeResponse"> & {
|
|
2338
|
+
/**
|
|
2339
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
2340
|
+
*/
|
|
2341
|
+
details?: Details | undefined;
|
|
2342
|
+
};
|
|
2343
|
+
/**
|
|
2344
|
+
* Describes the message zitadel.user.v2.ResendInviteCodeResponse.
|
|
2345
|
+
* Use `create(ResendInviteCodeResponseSchema)` to create a new message.
|
|
2346
|
+
*/
|
|
2347
|
+
export declare const ResendInviteCodeResponseSchema: GenMessage<ResendInviteCodeResponse>;
|
|
2348
|
+
/**
|
|
2349
|
+
* @generated from message zitadel.user.v2.VerifyInviteCodeRequest
|
|
2350
|
+
*/
|
|
2351
|
+
export type VerifyInviteCodeRequest = Message<"zitadel.user.v2.VerifyInviteCodeRequest"> & {
|
|
2352
|
+
/**
|
|
2353
|
+
* @generated from field: string user_id = 1;
|
|
2354
|
+
*/
|
|
2355
|
+
userId: string;
|
|
2356
|
+
/**
|
|
2357
|
+
* @generated from field: string verification_code = 2;
|
|
2358
|
+
*/
|
|
2359
|
+
verificationCode: string;
|
|
2360
|
+
};
|
|
2361
|
+
/**
|
|
2362
|
+
* Describes the message zitadel.user.v2.VerifyInviteCodeRequest.
|
|
2363
|
+
* Use `create(VerifyInviteCodeRequestSchema)` to create a new message.
|
|
2364
|
+
*/
|
|
2365
|
+
export declare const VerifyInviteCodeRequestSchema: GenMessage<VerifyInviteCodeRequest>;
|
|
2366
|
+
/**
|
|
2367
|
+
* @generated from message zitadel.user.v2.VerifyInviteCodeResponse
|
|
2368
|
+
*/
|
|
2369
|
+
export type VerifyInviteCodeResponse = Message<"zitadel.user.v2.VerifyInviteCodeResponse"> & {
|
|
2370
|
+
/**
|
|
2371
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
2372
|
+
*/
|
|
2373
|
+
details?: Details | undefined;
|
|
2374
|
+
};
|
|
2375
|
+
/**
|
|
2376
|
+
* Describes the message zitadel.user.v2.VerifyInviteCodeResponse.
|
|
2377
|
+
* Use `create(VerifyInviteCodeResponseSchema)` to create a new message.
|
|
2378
|
+
*/
|
|
2379
|
+
export declare const VerifyInviteCodeResponseSchema: GenMessage<VerifyInviteCodeResponse>;
|
|
2380
|
+
/**
|
|
2381
|
+
* @generated from message zitadel.user.v2.HumanMFAInitSkippedRequest
|
|
2382
|
+
*/
|
|
2383
|
+
export type HumanMFAInitSkippedRequest = Message<"zitadel.user.v2.HumanMFAInitSkippedRequest"> & {
|
|
2384
|
+
/**
|
|
2385
|
+
* @generated from field: string user_id = 1;
|
|
2386
|
+
*/
|
|
2387
|
+
userId: string;
|
|
2388
|
+
};
|
|
2389
|
+
/**
|
|
2390
|
+
* Describes the message zitadel.user.v2.HumanMFAInitSkippedRequest.
|
|
2391
|
+
* Use `create(HumanMFAInitSkippedRequestSchema)` to create a new message.
|
|
2392
|
+
*/
|
|
2393
|
+
export declare const HumanMFAInitSkippedRequestSchema: GenMessage<HumanMFAInitSkippedRequest>;
|
|
2394
|
+
/**
|
|
2395
|
+
* @generated from message zitadel.user.v2.HumanMFAInitSkippedResponse
|
|
2396
|
+
*/
|
|
2397
|
+
export type HumanMFAInitSkippedResponse = Message<"zitadel.user.v2.HumanMFAInitSkippedResponse"> & {
|
|
2398
|
+
/**
|
|
2399
|
+
* @generated from field: zitadel.object.v2.Details details = 1;
|
|
2400
|
+
*/
|
|
2401
|
+
details?: Details | undefined;
|
|
2402
|
+
};
|
|
2403
|
+
/**
|
|
2404
|
+
* Describes the message zitadel.user.v2.HumanMFAInitSkippedResponse.
|
|
2405
|
+
* Use `create(HumanMFAInitSkippedResponseSchema)` to create a new message.
|
|
2406
|
+
*/
|
|
2407
|
+
export declare const HumanMFAInitSkippedResponseSchema: GenMessage<HumanMFAInitSkippedResponse>;
|
|
2408
|
+
/**
|
|
2409
|
+
* @generated from message zitadel.user.v2.AddSecretRequest
|
|
2410
|
+
*/
|
|
2411
|
+
export type AddSecretRequest = Message<"zitadel.user.v2.AddSecretRequest"> & {
|
|
2412
|
+
/**
|
|
2413
|
+
* @generated from field: string user_id = 1;
|
|
2414
|
+
*/
|
|
2415
|
+
userId: string;
|
|
2416
|
+
};
|
|
2417
|
+
/**
|
|
2418
|
+
* Describes the message zitadel.user.v2.AddSecretRequest.
|
|
2419
|
+
* Use `create(AddSecretRequestSchema)` to create a new message.
|
|
2420
|
+
*/
|
|
2421
|
+
export declare const AddSecretRequestSchema: GenMessage<AddSecretRequest>;
|
|
2422
|
+
/**
|
|
2423
|
+
* @generated from message zitadel.user.v2.AddSecretResponse
|
|
2424
|
+
*/
|
|
2425
|
+
export type AddSecretResponse = Message<"zitadel.user.v2.AddSecretResponse"> & {
|
|
2426
|
+
/**
|
|
2427
|
+
* The timestamp of the secret creation.
|
|
2428
|
+
*
|
|
2429
|
+
* @generated from field: google.protobuf.Timestamp creation_date = 1;
|
|
2430
|
+
*/
|
|
2431
|
+
creationDate?: Timestamp | undefined;
|
|
2432
|
+
/**
|
|
2433
|
+
* The client secret.
|
|
2434
|
+
* Store this secret in a secure place.
|
|
2435
|
+
* It is not possible to retrieve it again.
|
|
2436
|
+
*
|
|
2437
|
+
* @generated from field: string client_secret = 2;
|
|
2438
|
+
*/
|
|
2439
|
+
clientSecret: string;
|
|
2440
|
+
};
|
|
2441
|
+
/**
|
|
2442
|
+
* Describes the message zitadel.user.v2.AddSecretResponse.
|
|
2443
|
+
* Use `create(AddSecretResponseSchema)` to create a new message.
|
|
2444
|
+
*/
|
|
2445
|
+
export declare const AddSecretResponseSchema: GenMessage<AddSecretResponse>;
|
|
2446
|
+
/**
|
|
2447
|
+
* @generated from message zitadel.user.v2.RemoveSecretRequest
|
|
2448
|
+
*/
|
|
2449
|
+
export type RemoveSecretRequest = Message<"zitadel.user.v2.RemoveSecretRequest"> & {
|
|
2450
|
+
/**
|
|
2451
|
+
* @generated from field: string user_id = 1;
|
|
2452
|
+
*/
|
|
2453
|
+
userId: string;
|
|
2454
|
+
};
|
|
2455
|
+
/**
|
|
2456
|
+
* Describes the message zitadel.user.v2.RemoveSecretRequest.
|
|
2457
|
+
* Use `create(RemoveSecretRequestSchema)` to create a new message.
|
|
2458
|
+
*/
|
|
2459
|
+
export declare const RemoveSecretRequestSchema: GenMessage<RemoveSecretRequest>;
|
|
2460
|
+
/**
|
|
2461
|
+
* @generated from message zitadel.user.v2.RemoveSecretResponse
|
|
2462
|
+
*/
|
|
2463
|
+
export type RemoveSecretResponse = Message<"zitadel.user.v2.RemoveSecretResponse"> & {
|
|
2464
|
+
/**
|
|
2465
|
+
* The timestamp of the secret deletion.
|
|
2466
|
+
*
|
|
2467
|
+
* @generated from field: google.protobuf.Timestamp deletion_date = 1;
|
|
2468
|
+
*/
|
|
2469
|
+
deletionDate?: Timestamp | undefined;
|
|
2470
|
+
};
|
|
2471
|
+
/**
|
|
2472
|
+
* Describes the message zitadel.user.v2.RemoveSecretResponse.
|
|
2473
|
+
* Use `create(RemoveSecretResponseSchema)` to create a new message.
|
|
2474
|
+
*/
|
|
2475
|
+
export declare const RemoveSecretResponseSchema: GenMessage<RemoveSecretResponse>;
|
|
2476
|
+
/**
|
|
2477
|
+
* @generated from message zitadel.user.v2.AddKeyRequest
|
|
2478
|
+
*/
|
|
2479
|
+
export type AddKeyRequest = Message<"zitadel.user.v2.AddKeyRequest"> & {
|
|
2480
|
+
/**
|
|
2481
|
+
* @generated from field: string user_id = 1;
|
|
2482
|
+
*/
|
|
2483
|
+
userId: string;
|
|
2484
|
+
/**
|
|
2485
|
+
* The date the key will expire and no logins will be possible anymore.
|
|
2486
|
+
*
|
|
2487
|
+
* @generated from field: google.protobuf.Timestamp expiration_date = 2;
|
|
2488
|
+
*/
|
|
2489
|
+
expirationDate?: Timestamp | undefined;
|
|
2490
|
+
/**
|
|
2491
|
+
* Optionally provide a public key of your own generated RSA private key.
|
|
2492
|
+
*
|
|
2493
|
+
* @generated from field: bytes public_key = 3;
|
|
2494
|
+
*/
|
|
2495
|
+
publicKey: Uint8Array;
|
|
2496
|
+
};
|
|
2497
|
+
/**
|
|
2498
|
+
* Describes the message zitadel.user.v2.AddKeyRequest.
|
|
2499
|
+
* Use `create(AddKeyRequestSchema)` to create a new message.
|
|
2500
|
+
*/
|
|
2501
|
+
export declare const AddKeyRequestSchema: GenMessage<AddKeyRequest>;
|
|
2502
|
+
/**
|
|
2503
|
+
* @generated from message zitadel.user.v2.AddKeyResponse
|
|
2504
|
+
*/
|
|
2505
|
+
export type AddKeyResponse = Message<"zitadel.user.v2.AddKeyResponse"> & {
|
|
2506
|
+
/**
|
|
2507
|
+
* The timestamp of the key creation.
|
|
2508
|
+
*
|
|
2509
|
+
* @generated from field: google.protobuf.Timestamp creation_date = 1;
|
|
2510
|
+
*/
|
|
2511
|
+
creationDate?: Timestamp | undefined;
|
|
2512
|
+
/**
|
|
2513
|
+
* The keys ID.
|
|
2514
|
+
*
|
|
2515
|
+
* @generated from field: string key_id = 2;
|
|
2516
|
+
*/
|
|
2517
|
+
keyId: string;
|
|
2518
|
+
/**
|
|
2519
|
+
* The key which is usable to authenticate against the API.
|
|
2520
|
+
*
|
|
2521
|
+
* @generated from field: bytes key_content = 3;
|
|
2522
|
+
*/
|
|
2523
|
+
keyContent: Uint8Array;
|
|
2524
|
+
};
|
|
2525
|
+
/**
|
|
2526
|
+
* Describes the message zitadel.user.v2.AddKeyResponse.
|
|
2527
|
+
* Use `create(AddKeyResponseSchema)` to create a new message.
|
|
2528
|
+
*/
|
|
2529
|
+
export declare const AddKeyResponseSchema: GenMessage<AddKeyResponse>;
|
|
2530
|
+
/**
|
|
2531
|
+
* @generated from message zitadel.user.v2.RemoveKeyRequest
|
|
2532
|
+
*/
|
|
2533
|
+
export type RemoveKeyRequest = Message<"zitadel.user.v2.RemoveKeyRequest"> & {
|
|
2534
|
+
/**
|
|
2535
|
+
* @generated from field: string user_id = 1;
|
|
2536
|
+
*/
|
|
2537
|
+
userId: string;
|
|
2538
|
+
/**
|
|
2539
|
+
* The keys ID.
|
|
2540
|
+
*
|
|
2541
|
+
* @generated from field: string key_id = 2;
|
|
2542
|
+
*/
|
|
2543
|
+
keyId: string;
|
|
2544
|
+
};
|
|
2545
|
+
/**
|
|
2546
|
+
* Describes the message zitadel.user.v2.RemoveKeyRequest.
|
|
2547
|
+
* Use `create(RemoveKeyRequestSchema)` to create a new message.
|
|
2548
|
+
*/
|
|
2549
|
+
export declare const RemoveKeyRequestSchema: GenMessage<RemoveKeyRequest>;
|
|
2550
|
+
/**
|
|
2551
|
+
* @generated from message zitadel.user.v2.RemoveKeyResponse
|
|
2552
|
+
*/
|
|
2553
|
+
export type RemoveKeyResponse = Message<"zitadel.user.v2.RemoveKeyResponse"> & {
|
|
2554
|
+
/**
|
|
2555
|
+
* The timestamp of the key deletion.
|
|
2556
|
+
*
|
|
2557
|
+
* @generated from field: google.protobuf.Timestamp deletion_date = 1;
|
|
2558
|
+
*/
|
|
2559
|
+
deletionDate?: Timestamp | undefined;
|
|
2560
|
+
};
|
|
2561
|
+
/**
|
|
2562
|
+
* Describes the message zitadel.user.v2.RemoveKeyResponse.
|
|
2563
|
+
* Use `create(RemoveKeyResponseSchema)` to create a new message.
|
|
2564
|
+
*/
|
|
2565
|
+
export declare const RemoveKeyResponseSchema: GenMessage<RemoveKeyResponse>;
|
|
2566
|
+
/**
|
|
2567
|
+
* @generated from message zitadel.user.v2.ListKeysRequest
|
|
2568
|
+
*/
|
|
2569
|
+
export type ListKeysRequest = Message<"zitadel.user.v2.ListKeysRequest"> & {
|
|
2570
|
+
/**
|
|
2571
|
+
* List limitations and ordering.
|
|
2572
|
+
*
|
|
2573
|
+
* @generated from field: optional zitadel.filter.v2.PaginationRequest pagination = 1;
|
|
2574
|
+
*/
|
|
2575
|
+
pagination?: PaginationRequest | undefined;
|
|
2576
|
+
/**
|
|
2577
|
+
* The field the result is sorted by. The default is the creation date. Beware that if you change this, your result pagination might be inconsistent.
|
|
2578
|
+
*
|
|
2579
|
+
* @generated from field: optional zitadel.user.v2.KeyFieldName sorting_column = 2;
|
|
2580
|
+
*/
|
|
2581
|
+
sortingColumn?: KeyFieldName | undefined;
|
|
2582
|
+
/**
|
|
2583
|
+
* Define the criteria to query for.
|
|
2584
|
+
*
|
|
2585
|
+
* @generated from field: repeated zitadel.user.v2.KeysSearchFilter filters = 3;
|
|
2586
|
+
*/
|
|
2587
|
+
filters: KeysSearchFilter[];
|
|
2588
|
+
};
|
|
2589
|
+
/**
|
|
2590
|
+
* Describes the message zitadel.user.v2.ListKeysRequest.
|
|
2591
|
+
* Use `create(ListKeysRequestSchema)` to create a new message.
|
|
2592
|
+
*/
|
|
2593
|
+
export declare const ListKeysRequestSchema: GenMessage<ListKeysRequest>;
|
|
2594
|
+
/**
|
|
2595
|
+
* @generated from message zitadel.user.v2.ListKeysResponse
|
|
2596
|
+
*/
|
|
2597
|
+
export type ListKeysResponse = Message<"zitadel.user.v2.ListKeysResponse"> & {
|
|
2598
|
+
/**
|
|
2599
|
+
* @generated from field: zitadel.filter.v2.PaginationResponse pagination = 1;
|
|
2600
|
+
*/
|
|
2601
|
+
pagination?: PaginationResponse | undefined;
|
|
2602
|
+
/**
|
|
2603
|
+
* @generated from field: repeated zitadel.user.v2.Key result = 2;
|
|
2604
|
+
*/
|
|
2605
|
+
result: Key[];
|
|
2606
|
+
};
|
|
2607
|
+
/**
|
|
2608
|
+
* Describes the message zitadel.user.v2.ListKeysResponse.
|
|
2609
|
+
* Use `create(ListKeysResponseSchema)` to create a new message.
|
|
2610
|
+
*/
|
|
2611
|
+
export declare const ListKeysResponseSchema: GenMessage<ListKeysResponse>;
|
|
2612
|
+
/**
|
|
2613
|
+
* @generated from message zitadel.user.v2.AddPersonalAccessTokenRequest
|
|
2614
|
+
*/
|
|
2615
|
+
export type AddPersonalAccessTokenRequest = Message<"zitadel.user.v2.AddPersonalAccessTokenRequest"> & {
|
|
2616
|
+
/**
|
|
2617
|
+
* @generated from field: string user_id = 1;
|
|
2618
|
+
*/
|
|
2619
|
+
userId: string;
|
|
2620
|
+
/**
|
|
2621
|
+
* The timestamp when the token will expire.
|
|
2622
|
+
*
|
|
2623
|
+
* @generated from field: google.protobuf.Timestamp expiration_date = 2;
|
|
2624
|
+
*/
|
|
2625
|
+
expirationDate?: Timestamp | undefined;
|
|
2626
|
+
};
|
|
2627
|
+
/**
|
|
2628
|
+
* Describes the message zitadel.user.v2.AddPersonalAccessTokenRequest.
|
|
2629
|
+
* Use `create(AddPersonalAccessTokenRequestSchema)` to create a new message.
|
|
2630
|
+
*/
|
|
2631
|
+
export declare const AddPersonalAccessTokenRequestSchema: GenMessage<AddPersonalAccessTokenRequest>;
|
|
2632
|
+
/**
|
|
2633
|
+
* @generated from message zitadel.user.v2.AddPersonalAccessTokenResponse
|
|
2634
|
+
*/
|
|
2635
|
+
export type AddPersonalAccessTokenResponse = Message<"zitadel.user.v2.AddPersonalAccessTokenResponse"> & {
|
|
2636
|
+
/**
|
|
2637
|
+
* The timestamp of the personal access token creation.
|
|
2638
|
+
*
|
|
2639
|
+
* @generated from field: google.protobuf.Timestamp creation_date = 1;
|
|
2640
|
+
*/
|
|
2641
|
+
creationDate?: Timestamp | undefined;
|
|
2642
|
+
/**
|
|
2643
|
+
* The tokens ID.
|
|
2644
|
+
*
|
|
2645
|
+
* @generated from field: string token_id = 2;
|
|
2646
|
+
*/
|
|
2647
|
+
tokenId: string;
|
|
2648
|
+
/**
|
|
2649
|
+
* The personal access token that can be used to authenticate against the API
|
|
2650
|
+
*
|
|
2651
|
+
* @generated from field: string token = 3;
|
|
2652
|
+
*/
|
|
2653
|
+
token: string;
|
|
2654
|
+
};
|
|
2655
|
+
/**
|
|
2656
|
+
* Describes the message zitadel.user.v2.AddPersonalAccessTokenResponse.
|
|
2657
|
+
* Use `create(AddPersonalAccessTokenResponseSchema)` to create a new message.
|
|
2658
|
+
*/
|
|
2659
|
+
export declare const AddPersonalAccessTokenResponseSchema: GenMessage<AddPersonalAccessTokenResponse>;
|
|
2660
|
+
/**
|
|
2661
|
+
* @generated from message zitadel.user.v2.RemovePersonalAccessTokenRequest
|
|
2662
|
+
*/
|
|
2663
|
+
export type RemovePersonalAccessTokenRequest = Message<"zitadel.user.v2.RemovePersonalAccessTokenRequest"> & {
|
|
2664
|
+
/**
|
|
2665
|
+
* @generated from field: string user_id = 1;
|
|
2666
|
+
*/
|
|
2667
|
+
userId: string;
|
|
2668
|
+
/**
|
|
2669
|
+
* The tokens ID.
|
|
2670
|
+
*
|
|
2671
|
+
* @generated from field: string token_id = 2;
|
|
2672
|
+
*/
|
|
2673
|
+
tokenId: string;
|
|
2674
|
+
};
|
|
2675
|
+
/**
|
|
2676
|
+
* Describes the message zitadel.user.v2.RemovePersonalAccessTokenRequest.
|
|
2677
|
+
* Use `create(RemovePersonalAccessTokenRequestSchema)` to create a new message.
|
|
2678
|
+
*/
|
|
2679
|
+
export declare const RemovePersonalAccessTokenRequestSchema: GenMessage<RemovePersonalAccessTokenRequest>;
|
|
2680
|
+
/**
|
|
2681
|
+
* @generated from message zitadel.user.v2.RemovePersonalAccessTokenResponse
|
|
2682
|
+
*/
|
|
2683
|
+
export type RemovePersonalAccessTokenResponse = Message<"zitadel.user.v2.RemovePersonalAccessTokenResponse"> & {
|
|
2684
|
+
/**
|
|
2685
|
+
* The timestamp of the personal access token deletion.
|
|
2686
|
+
*
|
|
2687
|
+
* @generated from field: google.protobuf.Timestamp deletion_date = 1;
|
|
2688
|
+
*/
|
|
2689
|
+
deletionDate?: Timestamp | undefined;
|
|
2690
|
+
};
|
|
2691
|
+
/**
|
|
2692
|
+
* Describes the message zitadel.user.v2.RemovePersonalAccessTokenResponse.
|
|
2693
|
+
* Use `create(RemovePersonalAccessTokenResponseSchema)` to create a new message.
|
|
2694
|
+
*/
|
|
2695
|
+
export declare const RemovePersonalAccessTokenResponseSchema: GenMessage<RemovePersonalAccessTokenResponse>;
|
|
2696
|
+
/**
|
|
2697
|
+
* @generated from message zitadel.user.v2.ListPersonalAccessTokensRequest
|
|
2698
|
+
*/
|
|
2699
|
+
export type ListPersonalAccessTokensRequest = Message<"zitadel.user.v2.ListPersonalAccessTokensRequest"> & {
|
|
2700
|
+
/**
|
|
2701
|
+
* List limitations and ordering.
|
|
2702
|
+
*
|
|
2703
|
+
* @generated from field: optional zitadel.filter.v2.PaginationRequest pagination = 1;
|
|
2704
|
+
*/
|
|
2705
|
+
pagination?: PaginationRequest | undefined;
|
|
2706
|
+
/**
|
|
2707
|
+
* The field the result is sorted by. The default is the creation date. Beware that if you change this, your result pagination might be inconsistent.
|
|
2708
|
+
*
|
|
2709
|
+
* @generated from field: optional zitadel.user.v2.PersonalAccessTokenFieldName sorting_column = 2;
|
|
2710
|
+
*/
|
|
2711
|
+
sortingColumn?: PersonalAccessTokenFieldName | undefined;
|
|
2712
|
+
/**
|
|
2713
|
+
* Define the criteria to query for.
|
|
2714
|
+
*
|
|
2715
|
+
* @generated from field: repeated zitadel.user.v2.PersonalAccessTokensSearchFilter filters = 3;
|
|
2716
|
+
*/
|
|
2717
|
+
filters: PersonalAccessTokensSearchFilter[];
|
|
2718
|
+
};
|
|
2719
|
+
/**
|
|
2720
|
+
* Describes the message zitadel.user.v2.ListPersonalAccessTokensRequest.
|
|
2721
|
+
* Use `create(ListPersonalAccessTokensRequestSchema)` to create a new message.
|
|
2722
|
+
*/
|
|
2723
|
+
export declare const ListPersonalAccessTokensRequestSchema: GenMessage<ListPersonalAccessTokensRequest>;
|
|
2724
|
+
/**
|
|
2725
|
+
* @generated from message zitadel.user.v2.ListPersonalAccessTokensResponse
|
|
2726
|
+
*/
|
|
2727
|
+
export type ListPersonalAccessTokensResponse = Message<"zitadel.user.v2.ListPersonalAccessTokensResponse"> & {
|
|
2728
|
+
/**
|
|
2729
|
+
* @generated from field: zitadel.filter.v2.PaginationResponse pagination = 1;
|
|
2730
|
+
*/
|
|
2731
|
+
pagination?: PaginationResponse | undefined;
|
|
2732
|
+
/**
|
|
2733
|
+
* @generated from field: repeated zitadel.user.v2.PersonalAccessToken result = 2;
|
|
2734
|
+
*/
|
|
2735
|
+
result: PersonalAccessToken[];
|
|
2736
|
+
};
|
|
2737
|
+
/**
|
|
2738
|
+
* Describes the message zitadel.user.v2.ListPersonalAccessTokensResponse.
|
|
2739
|
+
* Use `create(ListPersonalAccessTokensResponseSchema)` to create a new message.
|
|
2740
|
+
*/
|
|
2741
|
+
export declare const ListPersonalAccessTokensResponseSchema: GenMessage<ListPersonalAccessTokensResponse>;
|
|
2742
|
+
/**
|
|
2743
|
+
* @generated from message zitadel.user.v2.Metadata
|
|
2744
|
+
*/
|
|
2745
|
+
export type Metadata = Message<"zitadel.user.v2.Metadata"> & {
|
|
2746
|
+
/**
|
|
2747
|
+
* Key in the metadata key/value pair.
|
|
2748
|
+
*
|
|
2749
|
+
* @generated from field: string key = 1;
|
|
2750
|
+
*/
|
|
2751
|
+
key: string;
|
|
2752
|
+
/**
|
|
2753
|
+
* Value in the metadata key/value pair. On updates, an empty value will delete the metadata entry.
|
|
2754
|
+
*
|
|
2755
|
+
* @generated from field: bytes value = 2;
|
|
2756
|
+
*/
|
|
2757
|
+
value: Uint8Array;
|
|
2758
|
+
};
|
|
2759
|
+
/**
|
|
2760
|
+
* Describes the message zitadel.user.v2.Metadata.
|
|
2761
|
+
* Use `create(MetadataSchema)` to create a new message.
|
|
2762
|
+
*/
|
|
2763
|
+
export declare const MetadataSchema: GenMessage<Metadata>;
|
|
2764
|
+
/**
|
|
2765
|
+
* @generated from message zitadel.user.v2.SetUserMetadataRequest
|
|
2766
|
+
*/
|
|
2767
|
+
export type SetUserMetadataRequest = Message<"zitadel.user.v2.SetUserMetadataRequest"> & {
|
|
2768
|
+
/**
|
|
2769
|
+
* ID of the user under which the metadata gets set.
|
|
2770
|
+
*
|
|
2771
|
+
* @generated from field: string user_id = 1;
|
|
2772
|
+
*/
|
|
2773
|
+
userId: string;
|
|
2774
|
+
/**
|
|
2775
|
+
* Metadata to bet set. The values have to be base64 encoded.
|
|
2776
|
+
*
|
|
2777
|
+
* @generated from field: repeated zitadel.user.v2.Metadata metadata = 2;
|
|
2778
|
+
*/
|
|
2779
|
+
metadata: Metadata[];
|
|
2780
|
+
};
|
|
2781
|
+
/**
|
|
2782
|
+
* Describes the message zitadel.user.v2.SetUserMetadataRequest.
|
|
2783
|
+
* Use `create(SetUserMetadataRequestSchema)` to create a new message.
|
|
2784
|
+
*/
|
|
2785
|
+
export declare const SetUserMetadataRequestSchema: GenMessage<SetUserMetadataRequest>;
|
|
2786
|
+
/**
|
|
2787
|
+
* @generated from message zitadel.user.v2.SetUserMetadataResponse
|
|
2788
|
+
*/
|
|
2789
|
+
export type SetUserMetadataResponse = Message<"zitadel.user.v2.SetUserMetadataResponse"> & {
|
|
2790
|
+
/**
|
|
2791
|
+
* The timestamp of the update of the user metadata.
|
|
2792
|
+
*
|
|
2793
|
+
* @generated from field: google.protobuf.Timestamp set_date = 1;
|
|
2794
|
+
*/
|
|
2795
|
+
setDate?: Timestamp | undefined;
|
|
2796
|
+
};
|
|
2797
|
+
/**
|
|
2798
|
+
* Describes the message zitadel.user.v2.SetUserMetadataResponse.
|
|
2799
|
+
* Use `create(SetUserMetadataResponseSchema)` to create a new message.
|
|
2800
|
+
*/
|
|
2801
|
+
export declare const SetUserMetadataResponseSchema: GenMessage<SetUserMetadataResponse>;
|
|
2802
|
+
/**
|
|
2803
|
+
* @generated from message zitadel.user.v2.ListUserMetadataRequest
|
|
2804
|
+
*/
|
|
2805
|
+
export type ListUserMetadataRequest = Message<"zitadel.user.v2.ListUserMetadataRequest"> & {
|
|
2806
|
+
/**
|
|
2807
|
+
* ID of the user under which the metadata is to be listed.
|
|
2808
|
+
*
|
|
2809
|
+
* @generated from field: string user_id = 1;
|
|
2810
|
+
*/
|
|
2811
|
+
userId: string;
|
|
2812
|
+
/**
|
|
2813
|
+
* List limitations and ordering.
|
|
2814
|
+
*
|
|
2815
|
+
* @generated from field: optional zitadel.filter.v2.PaginationRequest pagination = 2;
|
|
2816
|
+
*/
|
|
2817
|
+
pagination?: PaginationRequest | undefined;
|
|
2818
|
+
/**
|
|
2819
|
+
* Define the criteria to query for.
|
|
2820
|
+
*
|
|
2821
|
+
* @generated from field: repeated zitadel.metadata.v2.MetadataSearchFilter filters = 3;
|
|
2822
|
+
*/
|
|
2823
|
+
filters: MetadataSearchFilter[];
|
|
2824
|
+
};
|
|
2825
|
+
/**
|
|
2826
|
+
* Describes the message zitadel.user.v2.ListUserMetadataRequest.
|
|
2827
|
+
* Use `create(ListUserMetadataRequestSchema)` to create a new message.
|
|
2828
|
+
*/
|
|
2829
|
+
export declare const ListUserMetadataRequestSchema: GenMessage<ListUserMetadataRequest>;
|
|
2830
|
+
/**
|
|
2831
|
+
* @generated from message zitadel.user.v2.ListUserMetadataResponse
|
|
2832
|
+
*/
|
|
2833
|
+
export type ListUserMetadataResponse = Message<"zitadel.user.v2.ListUserMetadataResponse"> & {
|
|
2834
|
+
/**
|
|
2835
|
+
* Pagination of the users metadata results.
|
|
2836
|
+
*
|
|
2837
|
+
* @generated from field: zitadel.filter.v2.PaginationResponse pagination = 1;
|
|
2838
|
+
*/
|
|
2839
|
+
pagination?: PaginationResponse | undefined;
|
|
2840
|
+
/**
|
|
2841
|
+
* The user metadata requested.
|
|
2842
|
+
*
|
|
2843
|
+
* @generated from field: repeated zitadel.metadata.v2.Metadata metadata = 2;
|
|
2844
|
+
*/
|
|
2845
|
+
metadata: Metadata$1[];
|
|
2846
|
+
};
|
|
2847
|
+
/**
|
|
2848
|
+
* Describes the message zitadel.user.v2.ListUserMetadataResponse.
|
|
2849
|
+
* Use `create(ListUserMetadataResponseSchema)` to create a new message.
|
|
2850
|
+
*/
|
|
2851
|
+
export declare const ListUserMetadataResponseSchema: GenMessage<ListUserMetadataResponse>;
|
|
2852
|
+
/**
|
|
2853
|
+
* @generated from message zitadel.user.v2.DeleteUserMetadataRequest
|
|
2854
|
+
*/
|
|
2855
|
+
export type DeleteUserMetadataRequest = Message<"zitadel.user.v2.DeleteUserMetadataRequest"> & {
|
|
2856
|
+
/**
|
|
2857
|
+
* ID of the user which metadata is to be deleted is stored on.
|
|
2858
|
+
*
|
|
2859
|
+
* @generated from field: string user_id = 1;
|
|
2860
|
+
*/
|
|
2861
|
+
userId: string;
|
|
2862
|
+
/**
|
|
2863
|
+
* The keys for the user metadata to be deleted.
|
|
2864
|
+
*
|
|
2865
|
+
* @generated from field: repeated string keys = 2;
|
|
2866
|
+
*/
|
|
2867
|
+
keys: string[];
|
|
2868
|
+
};
|
|
2869
|
+
/**
|
|
2870
|
+
* Describes the message zitadel.user.v2.DeleteUserMetadataRequest.
|
|
2871
|
+
* Use `create(DeleteUserMetadataRequestSchema)` to create a new message.
|
|
2872
|
+
*/
|
|
2873
|
+
export declare const DeleteUserMetadataRequestSchema: GenMessage<DeleteUserMetadataRequest>;
|
|
2874
|
+
/**
|
|
2875
|
+
* @generated from message zitadel.user.v2.DeleteUserMetadataResponse
|
|
2876
|
+
*/
|
|
2877
|
+
export type DeleteUserMetadataResponse = Message<"zitadel.user.v2.DeleteUserMetadataResponse"> & {
|
|
2878
|
+
/**
|
|
2879
|
+
* The timestamp of the deletion of the user metadata.
|
|
2880
|
+
*
|
|
2881
|
+
* @generated from field: google.protobuf.Timestamp deletion_date = 1;
|
|
2882
|
+
*/
|
|
2883
|
+
deletionDate?: Timestamp | undefined;
|
|
2884
|
+
};
|
|
2885
|
+
/**
|
|
2886
|
+
* Describes the message zitadel.user.v2.DeleteUserMetadataResponse.
|
|
2887
|
+
* Use `create(DeleteUserMetadataResponseSchema)` to create a new message.
|
|
2888
|
+
*/
|
|
2889
|
+
export declare const DeleteUserMetadataResponseSchema: GenMessage<DeleteUserMetadataResponse>;
|
|
2890
|
+
/**
|
|
2891
|
+
* @generated from enum zitadel.user.v2.AuthenticationMethodType
|
|
2892
|
+
*/
|
|
2893
|
+
export declare const AuthenticationMethodType: {
|
|
2894
|
+
/**
|
|
2895
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_UNSPECIFIED = 0;
|
|
2896
|
+
*/
|
|
2897
|
+
readonly UNSPECIFIED: 0;
|
|
2898
|
+
/**
|
|
2899
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_PASSWORD = 1;
|
|
2900
|
+
*/
|
|
2901
|
+
readonly PASSWORD: 1;
|
|
2902
|
+
/**
|
|
2903
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_PASSKEY = 2;
|
|
2904
|
+
*/
|
|
2905
|
+
readonly PASSKEY: 2;
|
|
2906
|
+
/**
|
|
2907
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_IDP = 3;
|
|
2908
|
+
*/
|
|
2909
|
+
readonly IDP: 3;
|
|
2910
|
+
/**
|
|
2911
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_TOTP = 4;
|
|
2912
|
+
*/
|
|
2913
|
+
readonly TOTP: 4;
|
|
2914
|
+
/**
|
|
2915
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_U2F = 5;
|
|
2916
|
+
*/
|
|
2917
|
+
readonly U2F: 5;
|
|
2918
|
+
/**
|
|
2919
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_OTP_SMS = 6;
|
|
2920
|
+
*/
|
|
2921
|
+
readonly OTP_SMS: 6;
|
|
2922
|
+
/**
|
|
2923
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_OTP_EMAIL = 7;
|
|
2924
|
+
*/
|
|
2925
|
+
readonly OTP_EMAIL: 7;
|
|
2926
|
+
/**
|
|
2927
|
+
* @generated from enum value: AUTHENTICATION_METHOD_TYPE_RECOVERY_CODE = 8;
|
|
2928
|
+
*/
|
|
2929
|
+
readonly RECOVERY_CODE: 8;
|
|
2930
|
+
};
|
|
2931
|
+
/**
|
|
2932
|
+
* @generated from enum zitadel.user.v2.AuthenticationMethodType
|
|
2933
|
+
*/
|
|
2934
|
+
export type AuthenticationMethodType = (typeof AuthenticationMethodType)[keyof typeof AuthenticationMethodType] | UnknownEnum;
|
|
2935
|
+
/**
|
|
2936
|
+
* Describes the enum zitadel.user.v2.AuthenticationMethodType.
|
|
2937
|
+
*/
|
|
2938
|
+
export declare const AuthenticationMethodTypeSchema: GenEnum<AuthenticationMethodType>;
|
|
2939
|
+
/**
|
|
2940
|
+
* @generated from enum zitadel.user.v2.AuthFactors
|
|
2941
|
+
*/
|
|
2942
|
+
export declare const AuthFactors: {
|
|
2943
|
+
/**
|
|
2944
|
+
* @generated from enum value: OTP = 0;
|
|
2945
|
+
*/
|
|
2946
|
+
readonly OTP: 0;
|
|
2947
|
+
/**
|
|
2948
|
+
* @generated from enum value: OTP_SMS = 1;
|
|
2949
|
+
*/
|
|
2950
|
+
readonly OTP_SMS: 1;
|
|
2951
|
+
/**
|
|
2952
|
+
* @generated from enum value: OTP_EMAIL = 2;
|
|
2953
|
+
*/
|
|
2954
|
+
readonly OTP_EMAIL: 2;
|
|
2955
|
+
/**
|
|
2956
|
+
* @generated from enum value: U2F = 3;
|
|
2957
|
+
*/
|
|
2958
|
+
readonly U2F: 3;
|
|
2959
|
+
};
|
|
2960
|
+
/**
|
|
2961
|
+
* @generated from enum zitadel.user.v2.AuthFactors
|
|
2962
|
+
*/
|
|
2963
|
+
export type AuthFactors = (typeof AuthFactors)[keyof typeof AuthFactors] | UnknownEnum;
|
|
2964
|
+
/**
|
|
2965
|
+
* Describes the enum zitadel.user.v2.AuthFactors.
|
|
2966
|
+
*/
|
|
2967
|
+
export declare const AuthFactorsSchema: GenEnum<AuthFactors>;
|
|
2968
|
+
/**
|
|
2969
|
+
* @generated from service zitadel.user.v2.UserService
|
|
2970
|
+
*/
|
|
2971
|
+
export declare const UserService: GenService<{
|
|
2972
|
+
/**
|
|
2973
|
+
* Create a User
|
|
2974
|
+
*
|
|
2975
|
+
* Create a new user or service account in the specified organization.
|
|
2976
|
+
*
|
|
2977
|
+
* Required permission:
|
|
2978
|
+
* - user.write
|
|
2979
|
+
*
|
|
2980
|
+
* @generated from rpc zitadel.user.v2.UserService.CreateUser
|
|
2981
|
+
*/
|
|
2982
|
+
createUser: {
|
|
2983
|
+
methodKind: "unary";
|
|
2984
|
+
input: typeof CreateUserRequestSchema;
|
|
2985
|
+
output: typeof CreateUserResponseSchema;
|
|
2986
|
+
};
|
|
2987
|
+
/**
|
|
2988
|
+
* Create a new User (Human)
|
|
2989
|
+
*
|
|
2990
|
+
* Deprecated: Use [CreateUser](/docs/reference/api/user/zitadel.user.v2.UserService.CreateUser) to create a new user.
|
|
2991
|
+
*
|
|
2992
|
+
* Create/import a new user. The newly created user will get a verification email if either the email address is not marked as verified and you did not request the verification to be returned.
|
|
2993
|
+
*
|
|
2994
|
+
* @generated from rpc zitadel.user.v2.UserService.AddHumanUser
|
|
2995
|
+
*/
|
|
2996
|
+
addHumanUser: {
|
|
2997
|
+
methodKind: "unary";
|
|
2998
|
+
input: typeof AddHumanUserRequestSchema;
|
|
2999
|
+
output: typeof AddHumanUserResponseSchema;
|
|
3000
|
+
};
|
|
3001
|
+
/**
|
|
3002
|
+
* User by ID
|
|
3003
|
+
*
|
|
3004
|
+
* Returns the full user or Service Account including the profile, email, etc..
|
|
3005
|
+
*
|
|
3006
|
+
* @generated from rpc zitadel.user.v2.UserService.GetUserByID
|
|
3007
|
+
*/
|
|
3008
|
+
getUserByID: {
|
|
3009
|
+
methodKind: "unary";
|
|
3010
|
+
input: typeof GetUserByIDRequestSchema;
|
|
3011
|
+
output: typeof GetUserByIDResponseSchema;
|
|
3012
|
+
};
|
|
3013
|
+
/**
|
|
3014
|
+
* Search Users
|
|
3015
|
+
*
|
|
3016
|
+
* Search for users. By default, we will return all users of your instance that you have permission to read. Make sure to include a limit and sorting for pagination.
|
|
3017
|
+
*
|
|
3018
|
+
* @generated from rpc zitadel.user.v2.UserService.ListUsers
|
|
3019
|
+
*/
|
|
3020
|
+
listUsers: {
|
|
3021
|
+
methodKind: "unary";
|
|
3022
|
+
input: typeof ListUsersRequestSchema;
|
|
3023
|
+
output: typeof ListUsersResponseSchema;
|
|
3024
|
+
};
|
|
3025
|
+
/**
|
|
3026
|
+
* Change the user email
|
|
3027
|
+
*
|
|
3028
|
+
* Deprecated: [Update the users email field](/docs/reference/api/user/zitadel.user.v2.UserService.UpdateUser).
|
|
3029
|
+
*
|
|
3030
|
+
* Change the email address of a user. If the state is set to not verified, a verification code will be generated, which can be either returned or sent to the user by email..
|
|
3031
|
+
*
|
|
3032
|
+
* @generated from rpc zitadel.user.v2.UserService.SetEmail
|
|
3033
|
+
*/
|
|
3034
|
+
setEmail: {
|
|
3035
|
+
methodKind: "unary";
|
|
3036
|
+
input: typeof SetEmailRequestSchema;
|
|
3037
|
+
output: typeof SetEmailResponseSchema;
|
|
3038
|
+
};
|
|
3039
|
+
/**
|
|
3040
|
+
* Resend code to verify user email
|
|
3041
|
+
*
|
|
3042
|
+
* @generated from rpc zitadel.user.v2.UserService.ResendEmailCode
|
|
3043
|
+
*/
|
|
3044
|
+
resendEmailCode: {
|
|
3045
|
+
methodKind: "unary";
|
|
3046
|
+
input: typeof ResendEmailCodeRequestSchema;
|
|
3047
|
+
output: typeof ResendEmailCodeResponseSchema;
|
|
3048
|
+
};
|
|
3049
|
+
/**
|
|
3050
|
+
* Send code to verify user email
|
|
3051
|
+
*
|
|
3052
|
+
* @generated from rpc zitadel.user.v2.UserService.SendEmailCode
|
|
3053
|
+
*/
|
|
3054
|
+
sendEmailCode: {
|
|
3055
|
+
methodKind: "unary";
|
|
3056
|
+
input: typeof SendEmailCodeRequestSchema;
|
|
3057
|
+
output: typeof SendEmailCodeResponseSchema;
|
|
3058
|
+
};
|
|
3059
|
+
/**
|
|
3060
|
+
* Verify the email
|
|
3061
|
+
*
|
|
3062
|
+
* Verify the email with the generated code.
|
|
3063
|
+
*
|
|
3064
|
+
* @generated from rpc zitadel.user.v2.UserService.VerifyEmail
|
|
3065
|
+
*/
|
|
3066
|
+
verifyEmail: {
|
|
3067
|
+
methodKind: "unary";
|
|
3068
|
+
input: typeof VerifyEmailRequestSchema;
|
|
3069
|
+
output: typeof VerifyEmailResponseSchema;
|
|
3070
|
+
};
|
|
3071
|
+
/**
|
|
3072
|
+
* Set the user phone
|
|
3073
|
+
*
|
|
3074
|
+
* Deprecated: [Update the users phone field](/docs/reference/api/user/zitadel.user.v2.UserService.UpdateUser).
|
|
3075
|
+
*
|
|
3076
|
+
* Set the phone number of a user. If the state is set to not verified, a verification code will be generated, which can be either returned or sent to the user by sms..
|
|
3077
|
+
*
|
|
3078
|
+
* @generated from rpc zitadel.user.v2.UserService.SetPhone
|
|
3079
|
+
*/
|
|
3080
|
+
setPhone: {
|
|
3081
|
+
methodKind: "unary";
|
|
3082
|
+
input: typeof SetPhoneRequestSchema;
|
|
3083
|
+
output: typeof SetPhoneResponseSchema;
|
|
3084
|
+
};
|
|
3085
|
+
/**
|
|
3086
|
+
* Delete the user phone
|
|
3087
|
+
*
|
|
3088
|
+
* Deprecated: [Update the users phone field](/docs/reference/api/user/zitadel.user.v2.UserService.UpdateUser) to remove the phone number.
|
|
3089
|
+
*
|
|
3090
|
+
* Delete the phone number of a user.
|
|
3091
|
+
*
|
|
3092
|
+
* @generated from rpc zitadel.user.v2.UserService.RemovePhone
|
|
3093
|
+
*/
|
|
3094
|
+
removePhone: {
|
|
3095
|
+
methodKind: "unary";
|
|
3096
|
+
input: typeof RemovePhoneRequestSchema;
|
|
3097
|
+
output: typeof RemovePhoneResponseSchema;
|
|
3098
|
+
};
|
|
3099
|
+
/**
|
|
3100
|
+
* Resend code to verify user phone number
|
|
3101
|
+
*
|
|
3102
|
+
* Resend code to verify user phone number.
|
|
3103
|
+
*
|
|
3104
|
+
* @generated from rpc zitadel.user.v2.UserService.ResendPhoneCode
|
|
3105
|
+
*/
|
|
3106
|
+
resendPhoneCode: {
|
|
3107
|
+
methodKind: "unary";
|
|
3108
|
+
input: typeof ResendPhoneCodeRequestSchema;
|
|
3109
|
+
output: typeof ResendPhoneCodeResponseSchema;
|
|
3110
|
+
};
|
|
3111
|
+
/**
|
|
3112
|
+
* Verify the phone number
|
|
3113
|
+
*
|
|
3114
|
+
* Verify the phone number with the generated code.
|
|
3115
|
+
*
|
|
3116
|
+
* @generated from rpc zitadel.user.v2.UserService.VerifyPhone
|
|
3117
|
+
*/
|
|
3118
|
+
verifyPhone: {
|
|
3119
|
+
methodKind: "unary";
|
|
3120
|
+
input: typeof VerifyPhoneRequestSchema;
|
|
3121
|
+
output: typeof VerifyPhoneResponseSchema;
|
|
3122
|
+
};
|
|
3123
|
+
/**
|
|
3124
|
+
* Update a User
|
|
3125
|
+
*
|
|
3126
|
+
* Partially update an existing user.
|
|
3127
|
+
* If you change the users email or phone, you can specify how the ownership should be verified.
|
|
3128
|
+
* If you change the users password, you can specify if the password should be changed again on the users next login.
|
|
3129
|
+
*
|
|
3130
|
+
* Required permission:
|
|
3131
|
+
* - user.write
|
|
3132
|
+
*
|
|
3133
|
+
* @generated from rpc zitadel.user.v2.UserService.UpdateUser
|
|
3134
|
+
*/
|
|
3135
|
+
updateUser: {
|
|
3136
|
+
methodKind: "unary";
|
|
3137
|
+
input: typeof UpdateUserRequestSchema;
|
|
3138
|
+
output: typeof UpdateUserResponseSchema;
|
|
3139
|
+
};
|
|
3140
|
+
/**
|
|
3141
|
+
* Update User (Human)
|
|
3142
|
+
*
|
|
3143
|
+
* Deprecated: Use [UpdateUser](/docs/reference/api/user/zitadel.user.v2.UserService.UpdateUser) to update a user.
|
|
3144
|
+
*
|
|
3145
|
+
* Update all information from a user.
|
|
3146
|
+
*
|
|
3147
|
+
* @generated from rpc zitadel.user.v2.UserService.UpdateHumanUser
|
|
3148
|
+
*/
|
|
3149
|
+
updateHumanUser: {
|
|
3150
|
+
methodKind: "unary";
|
|
3151
|
+
input: typeof UpdateHumanUserRequestSchema;
|
|
3152
|
+
output: typeof UpdateHumanUserResponseSchema;
|
|
3153
|
+
};
|
|
3154
|
+
/**
|
|
3155
|
+
* Deactivate user
|
|
3156
|
+
*
|
|
3157
|
+
* The state of the user will be changed to 'deactivated'. The user will not be able to log in anymore. The endpoint returns an error if the user is already in the state 'deactivated'. Use deactivate user when the user should not be able to use the account anymore, but you still need access to the user data..
|
|
3158
|
+
*
|
|
3159
|
+
* @generated from rpc zitadel.user.v2.UserService.DeactivateUser
|
|
3160
|
+
*/
|
|
3161
|
+
deactivateUser: {
|
|
3162
|
+
methodKind: "unary";
|
|
3163
|
+
input: typeof DeactivateUserRequestSchema;
|
|
3164
|
+
output: typeof DeactivateUserResponseSchema;
|
|
3165
|
+
};
|
|
3166
|
+
/**
|
|
3167
|
+
* Reactivate user
|
|
3168
|
+
*
|
|
3169
|
+
* Reactivate a user with the state 'deactivated'. The user will be able to log in again afterward. The endpoint returns an error if the user is not in the state 'deactivated'..
|
|
3170
|
+
*
|
|
3171
|
+
* @generated from rpc zitadel.user.v2.UserService.ReactivateUser
|
|
3172
|
+
*/
|
|
3173
|
+
reactivateUser: {
|
|
3174
|
+
methodKind: "unary";
|
|
3175
|
+
input: typeof ReactivateUserRequestSchema;
|
|
3176
|
+
output: typeof ReactivateUserResponseSchema;
|
|
3177
|
+
};
|
|
3178
|
+
/**
|
|
3179
|
+
* Lock user
|
|
3180
|
+
*
|
|
3181
|
+
* The state of the user will be changed to 'locked'. The user will not be able to log in anymore. The endpoint returns an error if the user is already in the state 'locked'. Use this endpoint if the user should not be able to log in temporarily because of an event that happened (wrong password, etc.)..
|
|
3182
|
+
*
|
|
3183
|
+
* @generated from rpc zitadel.user.v2.UserService.LockUser
|
|
3184
|
+
*/
|
|
3185
|
+
lockUser: {
|
|
3186
|
+
methodKind: "unary";
|
|
3187
|
+
input: typeof LockUserRequestSchema;
|
|
3188
|
+
output: typeof LockUserResponseSchema;
|
|
3189
|
+
};
|
|
3190
|
+
/**
|
|
3191
|
+
* Unlock user
|
|
3192
|
+
*
|
|
3193
|
+
* The state of the user will be changed to 'active'. The user will be able to log in again. The endpoint returns an error if the user is not in the state 'locked'.
|
|
3194
|
+
*
|
|
3195
|
+
* @generated from rpc zitadel.user.v2.UserService.UnlockUser
|
|
3196
|
+
*/
|
|
3197
|
+
unlockUser: {
|
|
3198
|
+
methodKind: "unary";
|
|
3199
|
+
input: typeof UnlockUserRequestSchema;
|
|
3200
|
+
output: typeof UnlockUserResponseSchema;
|
|
3201
|
+
};
|
|
3202
|
+
/**
|
|
3203
|
+
* Delete user
|
|
3204
|
+
*
|
|
3205
|
+
* The state of the user will be changed to 'deleted'. The user will not be able to log in anymore. Endpoints requesting this user will return an error 'User not found..
|
|
3206
|
+
*
|
|
3207
|
+
* @generated from rpc zitadel.user.v2.UserService.DeleteUser
|
|
3208
|
+
*/
|
|
3209
|
+
deleteUser: {
|
|
3210
|
+
methodKind: "unary";
|
|
3211
|
+
input: typeof DeleteUserRequestSchema;
|
|
3212
|
+
output: typeof DeleteUserResponseSchema;
|
|
3213
|
+
};
|
|
3214
|
+
/**
|
|
3215
|
+
* Start the registration of passkey for a user
|
|
3216
|
+
*
|
|
3217
|
+
* Start the registration of a passkey for a user, as a response the public key credential creation options are returned, which are used to verify the passkey..
|
|
3218
|
+
*
|
|
3219
|
+
* @generated from rpc zitadel.user.v2.UserService.RegisterPasskey
|
|
3220
|
+
*/
|
|
3221
|
+
registerPasskey: {
|
|
3222
|
+
methodKind: "unary";
|
|
3223
|
+
input: typeof RegisterPasskeyRequestSchema;
|
|
3224
|
+
output: typeof RegisterPasskeyResponseSchema;
|
|
3225
|
+
};
|
|
3226
|
+
/**
|
|
3227
|
+
* Verify a passkey for a user
|
|
3228
|
+
*
|
|
3229
|
+
* Verify the passkey registration with the public key credential..
|
|
3230
|
+
*
|
|
3231
|
+
* @generated from rpc zitadel.user.v2.UserService.VerifyPasskeyRegistration
|
|
3232
|
+
*/
|
|
3233
|
+
verifyPasskeyRegistration: {
|
|
3234
|
+
methodKind: "unary";
|
|
3235
|
+
input: typeof VerifyPasskeyRegistrationRequestSchema;
|
|
3236
|
+
output: typeof VerifyPasskeyRegistrationResponseSchema;
|
|
3237
|
+
};
|
|
3238
|
+
/**
|
|
3239
|
+
* Create a passkey registration link for a user
|
|
3240
|
+
*
|
|
3241
|
+
* Create a passkey registration link which includes a code and either return it or send it to the user..
|
|
3242
|
+
*
|
|
3243
|
+
* @generated from rpc zitadel.user.v2.UserService.CreatePasskeyRegistrationLink
|
|
3244
|
+
*/
|
|
3245
|
+
createPasskeyRegistrationLink: {
|
|
3246
|
+
methodKind: "unary";
|
|
3247
|
+
input: typeof CreatePasskeyRegistrationLinkRequestSchema;
|
|
3248
|
+
output: typeof CreatePasskeyRegistrationLinkResponseSchema;
|
|
3249
|
+
};
|
|
3250
|
+
/**
|
|
3251
|
+
* List passkeys of an user
|
|
3252
|
+
*
|
|
3253
|
+
* List passkeys of an user
|
|
3254
|
+
*
|
|
3255
|
+
* @generated from rpc zitadel.user.v2.UserService.ListPasskeys
|
|
3256
|
+
*/
|
|
3257
|
+
listPasskeys: {
|
|
3258
|
+
methodKind: "unary";
|
|
3259
|
+
input: typeof ListPasskeysRequestSchema;
|
|
3260
|
+
output: typeof ListPasskeysResponseSchema;
|
|
3261
|
+
};
|
|
3262
|
+
/**
|
|
3263
|
+
* Remove passkey from a user
|
|
3264
|
+
*
|
|
3265
|
+
* Remove passkey from a user.
|
|
3266
|
+
*
|
|
3267
|
+
* @generated from rpc zitadel.user.v2.UserService.RemovePasskey
|
|
3268
|
+
*/
|
|
3269
|
+
removePasskey: {
|
|
3270
|
+
methodKind: "unary";
|
|
3271
|
+
input: typeof RemovePasskeyRequestSchema;
|
|
3272
|
+
output: typeof RemovePasskeyResponseSchema;
|
|
3273
|
+
};
|
|
3274
|
+
/**
|
|
3275
|
+
* Start the registration of a u2f token for a user
|
|
3276
|
+
*
|
|
3277
|
+
* Start the registration of a u2f token for a user, as a response the public key credential creation options are returned, which are used to verify the u2f token..
|
|
3278
|
+
*
|
|
3279
|
+
* @generated from rpc zitadel.user.v2.UserService.RegisterU2F
|
|
3280
|
+
*/
|
|
3281
|
+
registerU2F: {
|
|
3282
|
+
methodKind: "unary";
|
|
3283
|
+
input: typeof RegisterU2FRequestSchema;
|
|
3284
|
+
output: typeof RegisterU2FResponseSchema;
|
|
3285
|
+
};
|
|
3286
|
+
/**
|
|
3287
|
+
* Verify a u2f token for a user
|
|
3288
|
+
*
|
|
3289
|
+
* Verify the u2f token registration with the public key credential..
|
|
3290
|
+
*
|
|
3291
|
+
* @generated from rpc zitadel.user.v2.UserService.VerifyU2FRegistration
|
|
3292
|
+
*/
|
|
3293
|
+
verifyU2FRegistration: {
|
|
3294
|
+
methodKind: "unary";
|
|
3295
|
+
input: typeof VerifyU2FRegistrationRequestSchema;
|
|
3296
|
+
output: typeof VerifyU2FRegistrationResponseSchema;
|
|
3297
|
+
};
|
|
3298
|
+
/**
|
|
3299
|
+
* Remove u2f token from a user
|
|
3300
|
+
*
|
|
3301
|
+
* Remove u2f token from a user.
|
|
3302
|
+
*
|
|
3303
|
+
* @generated from rpc zitadel.user.v2.UserService.RemoveU2F
|
|
3304
|
+
*/
|
|
3305
|
+
removeU2F: {
|
|
3306
|
+
methodKind: "unary";
|
|
3307
|
+
input: typeof RemoveU2FRequestSchema;
|
|
3308
|
+
output: typeof RemoveU2FResponseSchema;
|
|
3309
|
+
};
|
|
3310
|
+
/**
|
|
3311
|
+
* Start the registration of a TOTP generator for a user
|
|
3312
|
+
*
|
|
3313
|
+
* Start the registration of a TOTP generator for a user, as a response a secret returned, which is used to initialize a TOTP app or device..
|
|
3314
|
+
*
|
|
3315
|
+
* @generated from rpc zitadel.user.v2.UserService.RegisterTOTP
|
|
3316
|
+
*/
|
|
3317
|
+
registerTOTP: {
|
|
3318
|
+
methodKind: "unary";
|
|
3319
|
+
input: typeof RegisterTOTPRequestSchema;
|
|
3320
|
+
output: typeof RegisterTOTPResponseSchema;
|
|
3321
|
+
};
|
|
3322
|
+
/**
|
|
3323
|
+
* Verify a TOTP generator for a user
|
|
3324
|
+
*
|
|
3325
|
+
* Verify the TOTP registration with a generated code..
|
|
3326
|
+
*
|
|
3327
|
+
* @generated from rpc zitadel.user.v2.UserService.VerifyTOTPRegistration
|
|
3328
|
+
*/
|
|
3329
|
+
verifyTOTPRegistration: {
|
|
3330
|
+
methodKind: "unary";
|
|
3331
|
+
input: typeof VerifyTOTPRegistrationRequestSchema;
|
|
3332
|
+
output: typeof VerifyTOTPRegistrationResponseSchema;
|
|
3333
|
+
};
|
|
3334
|
+
/**
|
|
3335
|
+
* Remove TOTP generator from a user
|
|
3336
|
+
*
|
|
3337
|
+
* Remove the configured TOTP generator of a user. As only one TOTP generator per user is allowed, the user will not have TOTP as a second factor afterward.
|
|
3338
|
+
*
|
|
3339
|
+
* @generated from rpc zitadel.user.v2.UserService.RemoveTOTP
|
|
3340
|
+
*/
|
|
3341
|
+
removeTOTP: {
|
|
3342
|
+
methodKind: "unary";
|
|
3343
|
+
input: typeof RemoveTOTPRequestSchema;
|
|
3344
|
+
output: typeof RemoveTOTPResponseSchema;
|
|
3345
|
+
};
|
|
3346
|
+
/**
|
|
3347
|
+
* Add OTP SMS for a user
|
|
3348
|
+
*
|
|
3349
|
+
* Add a new OTP SMS factor to the authenticated user. OTP SMS will enable the user to verify an OTP with the latest verified phone number. The phone number has to be verified to add the second factor..
|
|
3350
|
+
*
|
|
3351
|
+
* @generated from rpc zitadel.user.v2.UserService.AddOTPSMS
|
|
3352
|
+
*/
|
|
3353
|
+
addOTPSMS: {
|
|
3354
|
+
methodKind: "unary";
|
|
3355
|
+
input: typeof AddOTPSMSRequestSchema;
|
|
3356
|
+
output: typeof AddOTPSMSResponseSchema;
|
|
3357
|
+
};
|
|
3358
|
+
/**
|
|
3359
|
+
* Remove OTP SMS from a user
|
|
3360
|
+
*
|
|
3361
|
+
* Remove the configured OTP SMS factor of a user. As only one OTP SMS per user is allowed, the user will not have OTP SMS as a second factor afterward.
|
|
3362
|
+
*
|
|
3363
|
+
* @generated from rpc zitadel.user.v2.UserService.RemoveOTPSMS
|
|
3364
|
+
*/
|
|
3365
|
+
removeOTPSMS: {
|
|
3366
|
+
methodKind: "unary";
|
|
3367
|
+
input: typeof RemoveOTPSMSRequestSchema;
|
|
3368
|
+
output: typeof RemoveOTPSMSResponseSchema;
|
|
3369
|
+
};
|
|
3370
|
+
/**
|
|
3371
|
+
* Generate single-use recovery codes for a user
|
|
3372
|
+
*
|
|
3373
|
+
* Generate new single-use recovery codes for the authenticated user. Recovery codes can be used to recover access to the account if other second factors are not available.
|
|
3374
|
+
*
|
|
3375
|
+
* @generated from rpc zitadel.user.v2.UserService.GenerateRecoveryCodes
|
|
3376
|
+
*/
|
|
3377
|
+
generateRecoveryCodes: {
|
|
3378
|
+
methodKind: "unary";
|
|
3379
|
+
input: typeof GenerateRecoveryCodesRequestSchema;
|
|
3380
|
+
output: typeof GenerateRecoveryCodesResponseSchema;
|
|
3381
|
+
};
|
|
3382
|
+
/**
|
|
3383
|
+
* Remove recovery codes from a user
|
|
3384
|
+
*
|
|
3385
|
+
* Remove all recovery codes from the authenticated user. This will disable the recovery code second factor.
|
|
3386
|
+
*
|
|
3387
|
+
* @generated from rpc zitadel.user.v2.UserService.RemoveRecoveryCodes
|
|
3388
|
+
*/
|
|
3389
|
+
removeRecoveryCodes: {
|
|
3390
|
+
methodKind: "unary";
|
|
3391
|
+
input: typeof RemoveRecoveryCodesRequestSchema;
|
|
3392
|
+
output: typeof RemoveRecoveryCodesResponseSchema;
|
|
3393
|
+
};
|
|
3394
|
+
/**
|
|
3395
|
+
* Add OTP Email for a user
|
|
3396
|
+
*
|
|
3397
|
+
* Add a new OTP Email factor to the authenticated user. OTP Email will enable the user to verify an OTP with the latest verified email. The email has to be verified to add the second factor..
|
|
3398
|
+
*
|
|
3399
|
+
* @generated from rpc zitadel.user.v2.UserService.AddOTPEmail
|
|
3400
|
+
*/
|
|
3401
|
+
addOTPEmail: {
|
|
3402
|
+
methodKind: "unary";
|
|
3403
|
+
input: typeof AddOTPEmailRequestSchema;
|
|
3404
|
+
output: typeof AddOTPEmailResponseSchema;
|
|
3405
|
+
};
|
|
3406
|
+
/**
|
|
3407
|
+
* Remove OTP Email from a user
|
|
3408
|
+
*
|
|
3409
|
+
* Remove the configured OTP Email factor of a user. As only one OTP Email per user is allowed, the user will not have OTP Email as a second factor afterward.
|
|
3410
|
+
*
|
|
3411
|
+
* @generated from rpc zitadel.user.v2.UserService.RemoveOTPEmail
|
|
3412
|
+
*/
|
|
3413
|
+
removeOTPEmail: {
|
|
3414
|
+
methodKind: "unary";
|
|
3415
|
+
input: typeof RemoveOTPEmailRequestSchema;
|
|
3416
|
+
output: typeof RemoveOTPEmailResponseSchema;
|
|
3417
|
+
};
|
|
3418
|
+
/**
|
|
3419
|
+
* Start flow with an identity provider
|
|
3420
|
+
*
|
|
3421
|
+
* Start a flow with an identity provider, for external login, registration or linking..
|
|
3422
|
+
*
|
|
3423
|
+
* @generated from rpc zitadel.user.v2.UserService.StartIdentityProviderIntent
|
|
3424
|
+
*/
|
|
3425
|
+
startIdentityProviderIntent: {
|
|
3426
|
+
methodKind: "unary";
|
|
3427
|
+
input: typeof StartIdentityProviderIntentRequestSchema;
|
|
3428
|
+
output: typeof StartIdentityProviderIntentResponseSchema;
|
|
3429
|
+
};
|
|
3430
|
+
/**
|
|
3431
|
+
* Retrieve the information returned by the identity provider
|
|
3432
|
+
*
|
|
3433
|
+
* Retrieve the information returned by the identity provider for registration or updating an existing user with new information..
|
|
3434
|
+
*
|
|
3435
|
+
* @generated from rpc zitadel.user.v2.UserService.RetrieveIdentityProviderIntent
|
|
3436
|
+
*/
|
|
3437
|
+
retrieveIdentityProviderIntent: {
|
|
3438
|
+
methodKind: "unary";
|
|
3439
|
+
input: typeof RetrieveIdentityProviderIntentRequestSchema;
|
|
3440
|
+
output: typeof RetrieveIdentityProviderIntentResponseSchema;
|
|
3441
|
+
};
|
|
3442
|
+
/**
|
|
3443
|
+
* Add link to an identity provider to an user
|
|
3444
|
+
*
|
|
3445
|
+
* Add link to an identity provider to an user..
|
|
3446
|
+
*
|
|
3447
|
+
* @generated from rpc zitadel.user.v2.UserService.AddIDPLink
|
|
3448
|
+
*/
|
|
3449
|
+
addIDPLink: {
|
|
3450
|
+
methodKind: "unary";
|
|
3451
|
+
input: typeof AddIDPLinkRequestSchema;
|
|
3452
|
+
output: typeof AddIDPLinkResponseSchema;
|
|
3453
|
+
};
|
|
3454
|
+
/**
|
|
3455
|
+
* List links to an identity provider of an user
|
|
3456
|
+
*
|
|
3457
|
+
* List links to an identity provider of an user.
|
|
3458
|
+
*
|
|
3459
|
+
* @generated from rpc zitadel.user.v2.UserService.ListIDPLinks
|
|
3460
|
+
*/
|
|
3461
|
+
listIDPLinks: {
|
|
3462
|
+
methodKind: "unary";
|
|
3463
|
+
input: typeof ListIDPLinksRequestSchema;
|
|
3464
|
+
output: typeof ListIDPLinksResponseSchema;
|
|
3465
|
+
};
|
|
3466
|
+
/**
|
|
3467
|
+
* Remove link of an identity provider to an user
|
|
3468
|
+
*
|
|
3469
|
+
* Remove link of an identity provider to an user.
|
|
3470
|
+
*
|
|
3471
|
+
* @generated from rpc zitadel.user.v2.UserService.RemoveIDPLink
|
|
3472
|
+
*/
|
|
3473
|
+
removeIDPLink: {
|
|
3474
|
+
methodKind: "unary";
|
|
3475
|
+
input: typeof RemoveIDPLinkRequestSchema;
|
|
3476
|
+
output: typeof RemoveIDPLinkResponseSchema;
|
|
3477
|
+
};
|
|
3478
|
+
/**
|
|
3479
|
+
* Request a code to reset a password
|
|
3480
|
+
*
|
|
3481
|
+
* Request a code to reset a password..
|
|
3482
|
+
*
|
|
3483
|
+
* @generated from rpc zitadel.user.v2.UserService.PasswordReset
|
|
3484
|
+
*/
|
|
3485
|
+
passwordReset: {
|
|
3486
|
+
methodKind: "unary";
|
|
3487
|
+
input: typeof PasswordResetRequestSchema;
|
|
3488
|
+
output: typeof PasswordResetResponseSchema;
|
|
3489
|
+
};
|
|
3490
|
+
/**
|
|
3491
|
+
* Change password
|
|
3492
|
+
*
|
|
3493
|
+
* Deprecated: [Update the users password](/docs/reference/api/user/zitadel.user.v2.UserService.UpdateUser) instead.
|
|
3494
|
+
*
|
|
3495
|
+
* Change the password of a user with either a verification code or the current password..
|
|
3496
|
+
*
|
|
3497
|
+
* @generated from rpc zitadel.user.v2.UserService.SetPassword
|
|
3498
|
+
*/
|
|
3499
|
+
setPassword: {
|
|
3500
|
+
methodKind: "unary";
|
|
3501
|
+
input: typeof SetPasswordRequestSchema;
|
|
3502
|
+
output: typeof SetPasswordResponseSchema;
|
|
3503
|
+
};
|
|
3504
|
+
/**
|
|
3505
|
+
* Add a Users Secret
|
|
3506
|
+
*
|
|
3507
|
+
* Generates a client secret for the user.
|
|
3508
|
+
* The client id is the users username.
|
|
3509
|
+
* If the user already has a secret, it is overwritten.
|
|
3510
|
+
* Only users of type machine can have a secret.
|
|
3511
|
+
*
|
|
3512
|
+
* Required permission:
|
|
3513
|
+
* - user.write
|
|
3514
|
+
*
|
|
3515
|
+
* @generated from rpc zitadel.user.v2.UserService.AddSecret
|
|
3516
|
+
*/
|
|
3517
|
+
addSecret: {
|
|
3518
|
+
methodKind: "unary";
|
|
3519
|
+
input: typeof AddSecretRequestSchema;
|
|
3520
|
+
output: typeof AddSecretResponseSchema;
|
|
3521
|
+
};
|
|
3522
|
+
/**
|
|
3523
|
+
* Remove a Users Secret
|
|
3524
|
+
*
|
|
3525
|
+
* Remove the current client ID and client secret from a service account.
|
|
3526
|
+
*
|
|
3527
|
+
* Required permission:
|
|
3528
|
+
* - user.write
|
|
3529
|
+
*
|
|
3530
|
+
* @generated from rpc zitadel.user.v2.UserService.RemoveSecret
|
|
3531
|
+
*/
|
|
3532
|
+
removeSecret: {
|
|
3533
|
+
methodKind: "unary";
|
|
3534
|
+
input: typeof RemoveSecretRequestSchema;
|
|
3535
|
+
output: typeof RemoveSecretResponseSchema;
|
|
3536
|
+
};
|
|
3537
|
+
/**
|
|
3538
|
+
* Add a Key
|
|
3539
|
+
*
|
|
3540
|
+
* Add a keys that can be used to securely authenticate at the Zitadel APIs using JWT profile authentication using short-lived tokens.
|
|
3541
|
+
* Make sure you store the returned key safely, as you won't be able to read it from the Zitadel API anymore.
|
|
3542
|
+
* Only users of type machine can have keys.
|
|
3543
|
+
*
|
|
3544
|
+
* Required permission:
|
|
3545
|
+
* - user.write
|
|
3546
|
+
*
|
|
3547
|
+
* @generated from rpc zitadel.user.v2.UserService.AddKey
|
|
3548
|
+
*/
|
|
3549
|
+
addKey: {
|
|
3550
|
+
methodKind: "unary";
|
|
3551
|
+
input: typeof AddKeyRequestSchema;
|
|
3552
|
+
output: typeof AddKeyResponseSchema;
|
|
3553
|
+
};
|
|
3554
|
+
/**
|
|
3555
|
+
* Remove a Key
|
|
3556
|
+
*
|
|
3557
|
+
* Remove a machine users key by the given key ID and an optionally given user ID.
|
|
3558
|
+
*
|
|
3559
|
+
* Required permission:
|
|
3560
|
+
* - user.write
|
|
3561
|
+
*
|
|
3562
|
+
* @generated from rpc zitadel.user.v2.UserService.RemoveKey
|
|
3563
|
+
*/
|
|
3564
|
+
removeKey: {
|
|
3565
|
+
methodKind: "unary";
|
|
3566
|
+
input: typeof RemoveKeyRequestSchema;
|
|
3567
|
+
output: typeof RemoveKeyResponseSchema;
|
|
3568
|
+
};
|
|
3569
|
+
/**
|
|
3570
|
+
* Search Keys
|
|
3571
|
+
*
|
|
3572
|
+
* List all matching keys. By default all keys of the instance on which the caller has permission to read the owning users are returned.
|
|
3573
|
+
* Make sure to include a limit and sorting for pagination.
|
|
3574
|
+
*
|
|
3575
|
+
* Required permission:
|
|
3576
|
+
* - user.read
|
|
3577
|
+
*
|
|
3578
|
+
* @generated from rpc zitadel.user.v2.UserService.ListKeys
|
|
3579
|
+
*/
|
|
3580
|
+
listKeys: {
|
|
3581
|
+
methodKind: "unary";
|
|
3582
|
+
input: typeof ListKeysRequestSchema;
|
|
3583
|
+
output: typeof ListKeysResponseSchema;
|
|
3584
|
+
};
|
|
3585
|
+
/**
|
|
3586
|
+
* Add a Personal Access Token
|
|
3587
|
+
*
|
|
3588
|
+
* Personal access tokens (PAT) are the easiest way to authenticate to the Zitadel APIs.
|
|
3589
|
+
* Make sure you store the returned PAT safely, as you won't be able to read it from the Zitadel API anymore.
|
|
3590
|
+
* Only users of type machine can have personal access tokens.
|
|
3591
|
+
*
|
|
3592
|
+
* Required permission:
|
|
3593
|
+
* - user.write
|
|
3594
|
+
*
|
|
3595
|
+
* @generated from rpc zitadel.user.v2.UserService.AddPersonalAccessToken
|
|
3596
|
+
*/
|
|
3597
|
+
addPersonalAccessToken: {
|
|
3598
|
+
methodKind: "unary";
|
|
3599
|
+
input: typeof AddPersonalAccessTokenRequestSchema;
|
|
3600
|
+
output: typeof AddPersonalAccessTokenResponseSchema;
|
|
3601
|
+
};
|
|
3602
|
+
/**
|
|
3603
|
+
* Remove a Personal Access Token
|
|
3604
|
+
*
|
|
3605
|
+
* Removes a machine users personal access token by the given token ID and an optionally given user ID.
|
|
3606
|
+
*
|
|
3607
|
+
* Required permission:
|
|
3608
|
+
* - user.write
|
|
3609
|
+
*
|
|
3610
|
+
* @generated from rpc zitadel.user.v2.UserService.RemovePersonalAccessToken
|
|
3611
|
+
*/
|
|
3612
|
+
removePersonalAccessToken: {
|
|
3613
|
+
methodKind: "unary";
|
|
3614
|
+
input: typeof RemovePersonalAccessTokenRequestSchema;
|
|
3615
|
+
output: typeof RemovePersonalAccessTokenResponseSchema;
|
|
3616
|
+
};
|
|
3617
|
+
/**
|
|
3618
|
+
* Search Personal Access Tokens
|
|
3619
|
+
*
|
|
3620
|
+
* List all personal access tokens. By default all personal access tokens of the instance on which the caller has permission to read the owning users are returned.
|
|
3621
|
+
* Make sure to include a limit and sorting for pagination.
|
|
3622
|
+
*
|
|
3623
|
+
* Required permission:
|
|
3624
|
+
* - user.read
|
|
3625
|
+
*
|
|
3626
|
+
* @generated from rpc zitadel.user.v2.UserService.ListPersonalAccessTokens
|
|
3627
|
+
*/
|
|
3628
|
+
listPersonalAccessTokens: {
|
|
3629
|
+
methodKind: "unary";
|
|
3630
|
+
input: typeof ListPersonalAccessTokensRequestSchema;
|
|
3631
|
+
output: typeof ListPersonalAccessTokensResponseSchema;
|
|
3632
|
+
};
|
|
3633
|
+
/**
|
|
3634
|
+
* List all possible authentication methods of a user
|
|
3635
|
+
*
|
|
3636
|
+
* List all possible authentication methods of a user like password, passkey, (T)OTP and more..
|
|
3637
|
+
*
|
|
3638
|
+
* @generated from rpc zitadel.user.v2.UserService.ListAuthenticationMethodTypes
|
|
3639
|
+
*/
|
|
3640
|
+
listAuthenticationMethodTypes: {
|
|
3641
|
+
methodKind: "unary";
|
|
3642
|
+
input: typeof ListAuthenticationMethodTypesRequestSchema;
|
|
3643
|
+
output: typeof ListAuthenticationMethodTypesResponseSchema;
|
|
3644
|
+
};
|
|
3645
|
+
/**
|
|
3646
|
+
* @generated from rpc zitadel.user.v2.UserService.ListAuthenticationFactors
|
|
3647
|
+
*/
|
|
3648
|
+
listAuthenticationFactors: {
|
|
3649
|
+
methodKind: "unary";
|
|
3650
|
+
input: typeof ListAuthenticationFactorsRequestSchema;
|
|
3651
|
+
output: typeof ListAuthenticationFactorsResponseSchema;
|
|
3652
|
+
};
|
|
3653
|
+
/**
|
|
3654
|
+
* Create an invite code for a user
|
|
3655
|
+
*
|
|
3656
|
+
* Create an invite code for a user to initialize their first authentication method (password, passkeys, IdP) depending on the organization's available methods.
|
|
3657
|
+
* If an invite code has been created previously, its URL template and application name will be used as defaults for the new code.
|
|
3658
|
+
* The new code will overwrite the previous one and make it invalid.
|
|
3659
|
+
*
|
|
3660
|
+
* @generated from rpc zitadel.user.v2.UserService.CreateInviteCode
|
|
3661
|
+
*/
|
|
3662
|
+
createInviteCode: {
|
|
3663
|
+
methodKind: "unary";
|
|
3664
|
+
input: typeof CreateInviteCodeRequestSchema;
|
|
3665
|
+
output: typeof CreateInviteCodeResponseSchema;
|
|
3666
|
+
};
|
|
3667
|
+
/**
|
|
3668
|
+
* Resend an invite code for a user
|
|
3669
|
+
*
|
|
3670
|
+
* Deprecated: Use [CreateInviteCode](/docs/reference/api/user/zitadel.user.v2.UserService.CreateInviteCode) instead.
|
|
3671
|
+
*
|
|
3672
|
+
* Resend an invite code for a user to initialize their first authentication method (password, passkeys, IdP) depending on the organization's available methods.
|
|
3673
|
+
* A resend is only possible if a code has been created previously and sent to the user. If there is no code or it was directly returned, an error will be returned.
|
|
3674
|
+
*
|
|
3675
|
+
* @generated from rpc zitadel.user.v2.UserService.ResendInviteCode
|
|
3676
|
+
*/
|
|
3677
|
+
resendInviteCode: {
|
|
3678
|
+
methodKind: "unary";
|
|
3679
|
+
input: typeof ResendInviteCodeRequestSchema;
|
|
3680
|
+
output: typeof ResendInviteCodeResponseSchema;
|
|
3681
|
+
};
|
|
3682
|
+
/**
|
|
3683
|
+
* Verify an invite code for a user
|
|
3684
|
+
*
|
|
3685
|
+
* Verify the invite code of a user previously issued. This will set their email to a verified state and
|
|
3686
|
+
* allow the user to set up their first authentication method (password, passkeys, IdP) depending on the organization's available methods.
|
|
3687
|
+
*
|
|
3688
|
+
* @generated from rpc zitadel.user.v2.UserService.VerifyInviteCode
|
|
3689
|
+
*/
|
|
3690
|
+
verifyInviteCode: {
|
|
3691
|
+
methodKind: "unary";
|
|
3692
|
+
input: typeof VerifyInviteCodeRequestSchema;
|
|
3693
|
+
output: typeof VerifyInviteCodeResponseSchema;
|
|
3694
|
+
};
|
|
3695
|
+
/**
|
|
3696
|
+
* MFA Init Skipped
|
|
3697
|
+
*
|
|
3698
|
+
* Update the last time the user has skipped MFA initialization. The server timestamp is used.
|
|
3699
|
+
*
|
|
3700
|
+
* @generated from rpc zitadel.user.v2.UserService.HumanMFAInitSkipped
|
|
3701
|
+
*/
|
|
3702
|
+
humanMFAInitSkipped: {
|
|
3703
|
+
methodKind: "unary";
|
|
3704
|
+
input: typeof HumanMFAInitSkippedRequestSchema;
|
|
3705
|
+
output: typeof HumanMFAInitSkippedResponseSchema;
|
|
3706
|
+
};
|
|
3707
|
+
/**
|
|
3708
|
+
* Set User Metadata
|
|
3709
|
+
*
|
|
3710
|
+
* Sets a list of key value pairs. Existing metadata entries with matching keys are overwritten. Existing metadata entries without matching keys are untouched. To remove existing metadata entries, pass an empty metadata value or use [DeleteUserMetadata](/docs/reference/api/user/zitadel.user.v2.UserService.DeleteUserMetadata). If no metadata entry exists for a given key, passing an empty value for that key has no effect (no-op). For HTTP requests, make sure the bytes array value is base64 encoded.
|
|
3711
|
+
*
|
|
3712
|
+
* Required permission:
|
|
3713
|
+
* - `user.write`
|
|
3714
|
+
*
|
|
3715
|
+
* @generated from rpc zitadel.user.v2.UserService.SetUserMetadata
|
|
3716
|
+
*/
|
|
3717
|
+
setUserMetadata: {
|
|
3718
|
+
methodKind: "unary";
|
|
3719
|
+
input: typeof SetUserMetadataRequestSchema;
|
|
3720
|
+
output: typeof SetUserMetadataResponseSchema;
|
|
3721
|
+
};
|
|
3722
|
+
/**
|
|
3723
|
+
* List User Metadata
|
|
3724
|
+
*
|
|
3725
|
+
* List metadata of an user filtered by query.
|
|
3726
|
+
*
|
|
3727
|
+
* Required permission:
|
|
3728
|
+
* - `user.read`
|
|
3729
|
+
*
|
|
3730
|
+
* @generated from rpc zitadel.user.v2.UserService.ListUserMetadata
|
|
3731
|
+
*/
|
|
3732
|
+
listUserMetadata: {
|
|
3733
|
+
methodKind: "unary";
|
|
3734
|
+
input: typeof ListUserMetadataRequestSchema;
|
|
3735
|
+
output: typeof ListUserMetadataResponseSchema;
|
|
3736
|
+
};
|
|
3737
|
+
/**
|
|
3738
|
+
* Delete User Metadata
|
|
3739
|
+
*
|
|
3740
|
+
* Delete metadata objects from an user with a specific key.
|
|
3741
|
+
*
|
|
3742
|
+
* Required permission:
|
|
3743
|
+
* - `user.write`
|
|
3744
|
+
*
|
|
3745
|
+
* @generated from rpc zitadel.user.v2.UserService.DeleteUserMetadata
|
|
3746
|
+
*/
|
|
3747
|
+
deleteUserMetadata: {
|
|
3748
|
+
methodKind: "unary";
|
|
3749
|
+
input: typeof DeleteUserMetadataRequestSchema;
|
|
3750
|
+
output: typeof DeleteUserMetadataResponseSchema;
|
|
3751
|
+
};
|
|
3752
|
+
}>;
|
|
3753
|
+
//# sourceMappingURL=user_service_pb.d.ts.map
|