// @generated by protoc-gen-es v2.2.0 with parameter "target=dts,json_types=true,import_extension=js" // @generated from file zitadel/auth.proto (package zitadel.auth.v1, syntax proto3) /* eslint-disable */ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; import type { AuthFactor, AuthFactorJson, Email, EmailJson, Gender, GenderJson, Membership, MembershipJson, MembershipQuery, MembershipQueryJson, Phone, PhoneJson, Profile, ProfileJson, RefreshToken, RefreshTokenJson, Session, SessionJson, Type, TypeJson, User, UserGrantState, UserGrantStateJson, UserJson, WebAuthNKey, WebAuthNKeyJson, WebAuthNToken, WebAuthNTokenJson, WebAuthNVerification, WebAuthNVerificationJson } from "./user_pb.js"; import type { Duration, DurationJson, Timestamp, TimestampJson } from "@bufbuild/protobuf/wkt"; import type { ListDetails, ListDetailsJson, ListQuery, ListQueryJson, ObjectDetails, ObjectDetailsJson } from "./object_pb.js"; import type { Change, ChangeJson, ChangeQuery, ChangeQueryJson } from "./change_pb.js"; import type { Metadata, MetadataJson, MetadataQuery, MetadataQueryJson } from "./metadata_pb.js"; import type { LabelPolicy, LabelPolicyJson, LoginPolicy, LoginPolicyJson, PasswordComplexityPolicy, PasswordComplexityPolicyJson, PrivacyPolicy, PrivacyPolicyJson } from "./policy_pb.js"; import type { IDPUserLink, IDPUserLinkJson } from "./idp_pb.js"; import type { Org, OrgFieldName, OrgFieldNameJson, OrgJson, OrgQuery, OrgQueryJson } from "./org_pb.js"; /** * Describes the file zitadel/auth.proto. */ export declare const file_zitadel_auth: GenFile; /** * This is an empty request * * @generated from message zitadel.auth.v1.HealthzRequest */ export declare type HealthzRequest = Message<"zitadel.auth.v1.HealthzRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.HealthzRequest */ export declare type HealthzRequestJson = { }; /** * Describes the message zitadel.auth.v1.HealthzRequest. * Use `create(HealthzRequestSchema)` to create a new message. */ export declare const HealthzRequestSchema: GenMessage; /** * This is an empty response * * @generated from message zitadel.auth.v1.HealthzResponse */ export declare type HealthzResponse = Message<"zitadel.auth.v1.HealthzResponse"> & { }; /** * This is an empty response * * @generated from message zitadel.auth.v1.HealthzResponse */ export declare type HealthzResponseJson = { }; /** * Describes the message zitadel.auth.v1.HealthzResponse. * Use `create(HealthzResponseSchema)` to create a new message. */ export declare const HealthzResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetSupportedLanguagesRequest */ export declare type GetSupportedLanguagesRequest = Message<"zitadel.auth.v1.GetSupportedLanguagesRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetSupportedLanguagesRequest */ export declare type GetSupportedLanguagesRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetSupportedLanguagesRequest. * Use `create(GetSupportedLanguagesRequestSchema)` to create a new message. */ export declare const GetSupportedLanguagesRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetSupportedLanguagesResponse */ export declare type GetSupportedLanguagesResponse = Message<"zitadel.auth.v1.GetSupportedLanguagesResponse"> & { /** * @generated from field: repeated string languages = 1; */ languages: string[]; }; /** * @generated from message zitadel.auth.v1.GetSupportedLanguagesResponse */ export declare type GetSupportedLanguagesResponseJson = { /** * @generated from field: repeated string languages = 1; */ languages?: string[]; }; /** * Describes the message zitadel.auth.v1.GetSupportedLanguagesResponse. * Use `create(GetSupportedLanguagesResponseSchema)` to create a new message. */ export declare const GetSupportedLanguagesResponseSchema: GenMessage; /** * This is an empty request * the request parameters are read from the token-header * * @generated from message zitadel.auth.v1.GetMyUserRequest */ export declare type GetMyUserRequest = Message<"zitadel.auth.v1.GetMyUserRequest"> & { }; /** * This is an empty request * the request parameters are read from the token-header * * @generated from message zitadel.auth.v1.GetMyUserRequest */ export declare type GetMyUserRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetMyUserRequest. * Use `create(GetMyUserRequestSchema)` to create a new message. */ export declare const GetMyUserRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyUserResponse */ export declare type GetMyUserResponse = Message<"zitadel.auth.v1.GetMyUserResponse"> & { /** * @generated from field: zitadel.user.v1.User user = 1; */ user?: User; /** * @generated from field: google.protobuf.Timestamp last_login = 2; */ lastLogin?: Timestamp; }; /** * @generated from message zitadel.auth.v1.GetMyUserResponse */ export declare type GetMyUserResponseJson = { /** * @generated from field: zitadel.user.v1.User user = 1; */ user?: UserJson; /** * @generated from field: google.protobuf.Timestamp last_login = 2; */ lastLogin?: TimestampJson; }; /** * Describes the message zitadel.auth.v1.GetMyUserResponse. * Use `create(GetMyUserResponseSchema)` to create a new message. */ export declare const GetMyUserResponseSchema: GenMessage; /** * This is an empty request * the request parameters are read from the token-header * * @generated from message zitadel.auth.v1.RemoveMyUserRequest */ export declare type RemoveMyUserRequest = Message<"zitadel.auth.v1.RemoveMyUserRequest"> & { }; /** * This is an empty request * the request parameters are read from the token-header * * @generated from message zitadel.auth.v1.RemoveMyUserRequest */ export declare type RemoveMyUserRequestJson = { }; /** * Describes the message zitadel.auth.v1.RemoveMyUserRequest. * Use `create(RemoveMyUserRequestSchema)` to create a new message. */ export declare const RemoveMyUserRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyUserResponse */ export declare type RemoveMyUserResponse = Message<"zitadel.auth.v1.RemoveMyUserResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyUserResponse */ export declare type RemoveMyUserResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyUserResponse. * Use `create(RemoveMyUserResponseSchema)` to create a new message. */ export declare const RemoveMyUserResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyUserChangesRequest */ export declare type ListMyUserChangesRequest = Message<"zitadel.auth.v1.ListMyUserChangesRequest"> & { /** * @generated from field: zitadel.change.v1.ChangeQuery query = 1; */ query?: ChangeQuery; }; /** * @generated from message zitadel.auth.v1.ListMyUserChangesRequest */ export declare type ListMyUserChangesRequestJson = { /** * @generated from field: zitadel.change.v1.ChangeQuery query = 1; */ query?: ChangeQueryJson; }; /** * Describes the message zitadel.auth.v1.ListMyUserChangesRequest. * Use `create(ListMyUserChangesRequestSchema)` to create a new message. */ export declare const ListMyUserChangesRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyUserChangesResponse */ export declare type ListMyUserChangesResponse = Message<"zitadel.auth.v1.ListMyUserChangesResponse"> & { /** * zitadel.v1.ListDetails details = 1; was always returned empty (as we cannot get the necessary info) * * @generated from field: repeated zitadel.change.v1.Change result = 2; */ result: Change[]; }; /** * @generated from message zitadel.auth.v1.ListMyUserChangesResponse */ export declare type ListMyUserChangesResponseJson = { /** * zitadel.v1.ListDetails details = 1; was always returned empty (as we cannot get the necessary info) * * @generated from field: repeated zitadel.change.v1.Change result = 2; */ result?: ChangeJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyUserChangesResponse. * Use `create(ListMyUserChangesResponseSchema)` to create a new message. */ export declare const ListMyUserChangesResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyUserSessionsRequest */ export declare type ListMyUserSessionsRequest = Message<"zitadel.auth.v1.ListMyUserSessionsRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyUserSessionsRequest */ export declare type ListMyUserSessionsRequestJson = { }; /** * Describes the message zitadel.auth.v1.ListMyUserSessionsRequest. * Use `create(ListMyUserSessionsRequestSchema)` to create a new message. */ export declare const ListMyUserSessionsRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyUserSessionsResponse */ export declare type ListMyUserSessionsResponse = Message<"zitadel.auth.v1.ListMyUserSessionsResponse"> & { /** * @generated from field: repeated zitadel.user.v1.Session result = 1; */ result: Session[]; }; /** * @generated from message zitadel.auth.v1.ListMyUserSessionsResponse */ export declare type ListMyUserSessionsResponseJson = { /** * @generated from field: repeated zitadel.user.v1.Session result = 1; */ result?: SessionJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyUserSessionsResponse. * Use `create(ListMyUserSessionsResponseSchema)` to create a new message. */ export declare const ListMyUserSessionsResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyMetadataRequest */ export declare type ListMyMetadataRequest = Message<"zitadel.auth.v1.ListMyMetadataRequest"> & { /** * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQuery; /** * @generated from field: repeated zitadel.metadata.v1.MetadataQuery queries = 2; */ queries: MetadataQuery[]; }; /** * @generated from message zitadel.auth.v1.ListMyMetadataRequest */ export declare type ListMyMetadataRequestJson = { /** * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQueryJson; /** * @generated from field: repeated zitadel.metadata.v1.MetadataQuery queries = 2; */ queries?: MetadataQueryJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyMetadataRequest. * Use `create(ListMyMetadataRequestSchema)` to create a new message. */ export declare const ListMyMetadataRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyMetadataResponse */ export declare type ListMyMetadataResponse = Message<"zitadel.auth.v1.ListMyMetadataResponse"> & { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetails; /** * @generated from field: repeated zitadel.metadata.v1.Metadata result = 2; */ result: Metadata[]; }; /** * @generated from message zitadel.auth.v1.ListMyMetadataResponse */ export declare type ListMyMetadataResponseJson = { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetailsJson; /** * @generated from field: repeated zitadel.metadata.v1.Metadata result = 2; */ result?: MetadataJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyMetadataResponse. * Use `create(ListMyMetadataResponseSchema)` to create a new message. */ export declare const ListMyMetadataResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyMetadataRequest */ export declare type GetMyMetadataRequest = Message<"zitadel.auth.v1.GetMyMetadataRequest"> & { /** * @generated from field: string key = 1; */ key: string; }; /** * @generated from message zitadel.auth.v1.GetMyMetadataRequest */ export declare type GetMyMetadataRequestJson = { /** * @generated from field: string key = 1; */ key?: string; }; /** * Describes the message zitadel.auth.v1.GetMyMetadataRequest. * Use `create(GetMyMetadataRequestSchema)` to create a new message. */ export declare const GetMyMetadataRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyMetadataResponse */ export declare type GetMyMetadataResponse = Message<"zitadel.auth.v1.GetMyMetadataResponse"> & { /** * @generated from field: zitadel.metadata.v1.Metadata metadata = 1; */ metadata?: Metadata; }; /** * @generated from message zitadel.auth.v1.GetMyMetadataResponse */ export declare type GetMyMetadataResponseJson = { /** * @generated from field: zitadel.metadata.v1.Metadata metadata = 1; */ metadata?: MetadataJson; }; /** * Describes the message zitadel.auth.v1.GetMyMetadataResponse. * Use `create(GetMyMetadataResponseSchema)` to create a new message. */ export declare const GetMyMetadataResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.SetMyMetadataRequest */ export declare type SetMyMetadataRequest = Message<"zitadel.auth.v1.SetMyMetadataRequest"> & { /** * @generated from field: string key = 1; */ key: string; /** * @generated from field: bytes value = 2; */ value: Uint8Array; }; /** * @generated from message zitadel.auth.v1.SetMyMetadataRequest */ export declare type SetMyMetadataRequestJson = { /** * @generated from field: string key = 1; */ key?: string; /** * @generated from field: bytes value = 2; */ value?: string; }; /** * Describes the message zitadel.auth.v1.SetMyMetadataRequest. * Use `create(SetMyMetadataRequestSchema)` to create a new message. */ export declare const SetMyMetadataRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.SetMyMetadataResponse */ export declare type SetMyMetadataResponse = Message<"zitadel.auth.v1.SetMyMetadataResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.SetMyMetadataResponse */ export declare type SetMyMetadataResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.SetMyMetadataResponse. * Use `create(SetMyMetadataResponseSchema)` to create a new message. */ export declare const SetMyMetadataResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.BulkSetMyMetadataRequest */ export declare type BulkSetMyMetadataRequest = Message<"zitadel.auth.v1.BulkSetMyMetadataRequest"> & { /** * @generated from field: repeated zitadel.auth.v1.BulkSetMyMetadataRequest.Metadata metadata = 1; */ metadata: BulkSetMyMetadataRequest_Metadata[]; }; /** * @generated from message zitadel.auth.v1.BulkSetMyMetadataRequest */ export declare type BulkSetMyMetadataRequestJson = { /** * @generated from field: repeated zitadel.auth.v1.BulkSetMyMetadataRequest.Metadata metadata = 1; */ metadata?: BulkSetMyMetadataRequest_MetadataJson[]; }; /** * Describes the message zitadel.auth.v1.BulkSetMyMetadataRequest. * Use `create(BulkSetMyMetadataRequestSchema)` to create a new message. */ export declare const BulkSetMyMetadataRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.BulkSetMyMetadataRequest.Metadata */ export declare type BulkSetMyMetadataRequest_Metadata = Message<"zitadel.auth.v1.BulkSetMyMetadataRequest.Metadata"> & { /** * @generated from field: string key = 1; */ key: string; /** * @generated from field: bytes value = 2; */ value: Uint8Array; }; /** * @generated from message zitadel.auth.v1.BulkSetMyMetadataRequest.Metadata */ export declare type BulkSetMyMetadataRequest_MetadataJson = { /** * @generated from field: string key = 1; */ key?: string; /** * @generated from field: bytes value = 2; */ value?: string; }; /** * Describes the message zitadel.auth.v1.BulkSetMyMetadataRequest.Metadata. * Use `create(BulkSetMyMetadataRequest_MetadataSchema)` to create a new message. */ export declare const BulkSetMyMetadataRequest_MetadataSchema: GenMessage; /** * @generated from message zitadel.auth.v1.BulkSetMyMetadataResponse */ export declare type BulkSetMyMetadataResponse = Message<"zitadel.auth.v1.BulkSetMyMetadataResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.BulkSetMyMetadataResponse */ export declare type BulkSetMyMetadataResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.BulkSetMyMetadataResponse. * Use `create(BulkSetMyMetadataResponseSchema)` to create a new message. */ export declare const BulkSetMyMetadataResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyMetadataRequest */ export declare type RemoveMyMetadataRequest = Message<"zitadel.auth.v1.RemoveMyMetadataRequest"> & { /** * @generated from field: string key = 1; */ key: string; }; /** * @generated from message zitadel.auth.v1.RemoveMyMetadataRequest */ export declare type RemoveMyMetadataRequestJson = { /** * @generated from field: string key = 1; */ key?: string; }; /** * Describes the message zitadel.auth.v1.RemoveMyMetadataRequest. * Use `create(RemoveMyMetadataRequestSchema)` to create a new message. */ export declare const RemoveMyMetadataRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyMetadataResponse */ export declare type RemoveMyMetadataResponse = Message<"zitadel.auth.v1.RemoveMyMetadataResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyMetadataResponse */ export declare type RemoveMyMetadataResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyMetadataResponse. * Use `create(RemoveMyMetadataResponseSchema)` to create a new message. */ export declare const RemoveMyMetadataResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.BulkRemoveMyMetadataRequest */ export declare type BulkRemoveMyMetadataRequest = Message<"zitadel.auth.v1.BulkRemoveMyMetadataRequest"> & { /** * @generated from field: repeated string keys = 1; */ keys: string[]; }; /** * @generated from message zitadel.auth.v1.BulkRemoveMyMetadataRequest */ export declare type BulkRemoveMyMetadataRequestJson = { /** * @generated from field: repeated string keys = 1; */ keys?: string[]; }; /** * Describes the message zitadel.auth.v1.BulkRemoveMyMetadataRequest. * Use `create(BulkRemoveMyMetadataRequestSchema)` to create a new message. */ export declare const BulkRemoveMyMetadataRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.BulkRemoveMyMetadataResponse */ export declare type BulkRemoveMyMetadataResponse = Message<"zitadel.auth.v1.BulkRemoveMyMetadataResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.BulkRemoveMyMetadataResponse */ export declare type BulkRemoveMyMetadataResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.BulkRemoveMyMetadataResponse. * Use `create(BulkRemoveMyMetadataResponseSchema)` to create a new message. */ export declare const BulkRemoveMyMetadataResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyRefreshTokensRequest */ export declare type ListMyRefreshTokensRequest = Message<"zitadel.auth.v1.ListMyRefreshTokensRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyRefreshTokensRequest */ export declare type ListMyRefreshTokensRequestJson = { }; /** * Describes the message zitadel.auth.v1.ListMyRefreshTokensRequest. * Use `create(ListMyRefreshTokensRequestSchema)` to create a new message. */ export declare const ListMyRefreshTokensRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyRefreshTokensResponse */ export declare type ListMyRefreshTokensResponse = Message<"zitadel.auth.v1.ListMyRefreshTokensResponse"> & { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetails; /** * @generated from field: repeated zitadel.user.v1.RefreshToken result = 2; */ result: RefreshToken[]; }; /** * @generated from message zitadel.auth.v1.ListMyRefreshTokensResponse */ export declare type ListMyRefreshTokensResponseJson = { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetailsJson; /** * @generated from field: repeated zitadel.user.v1.RefreshToken result = 2; */ result?: RefreshTokenJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyRefreshTokensResponse. * Use `create(ListMyRefreshTokensResponseSchema)` to create a new message. */ export declare const ListMyRefreshTokensResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RevokeMyRefreshTokenRequest */ export declare type RevokeMyRefreshTokenRequest = Message<"zitadel.auth.v1.RevokeMyRefreshTokenRequest"> & { /** * @generated from field: string id = 1; */ id: string; }; /** * @generated from message zitadel.auth.v1.RevokeMyRefreshTokenRequest */ export declare type RevokeMyRefreshTokenRequestJson = { /** * @generated from field: string id = 1; */ id?: string; }; /** * Describes the message zitadel.auth.v1.RevokeMyRefreshTokenRequest. * Use `create(RevokeMyRefreshTokenRequestSchema)` to create a new message. */ export declare const RevokeMyRefreshTokenRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RevokeMyRefreshTokenResponse */ export declare type RevokeMyRefreshTokenResponse = Message<"zitadel.auth.v1.RevokeMyRefreshTokenResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RevokeMyRefreshTokenResponse */ export declare type RevokeMyRefreshTokenResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RevokeMyRefreshTokenResponse. * Use `create(RevokeMyRefreshTokenResponseSchema)` to create a new message. */ export declare const RevokeMyRefreshTokenResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.RevokeAllMyRefreshTokensRequest */ export declare type RevokeAllMyRefreshTokensRequest = Message<"zitadel.auth.v1.RevokeAllMyRefreshTokensRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.RevokeAllMyRefreshTokensRequest */ export declare type RevokeAllMyRefreshTokensRequestJson = { }; /** * Describes the message zitadel.auth.v1.RevokeAllMyRefreshTokensRequest. * Use `create(RevokeAllMyRefreshTokensRequestSchema)` to create a new message. */ export declare const RevokeAllMyRefreshTokensRequestSchema: GenMessage; /** * This is an empty response * * @generated from message zitadel.auth.v1.RevokeAllMyRefreshTokensResponse */ export declare type RevokeAllMyRefreshTokensResponse = Message<"zitadel.auth.v1.RevokeAllMyRefreshTokensResponse"> & { }; /** * This is an empty response * * @generated from message zitadel.auth.v1.RevokeAllMyRefreshTokensResponse */ export declare type RevokeAllMyRefreshTokensResponseJson = { }; /** * Describes the message zitadel.auth.v1.RevokeAllMyRefreshTokensResponse. * Use `create(RevokeAllMyRefreshTokensResponseSchema)` to create a new message. */ export declare const RevokeAllMyRefreshTokensResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.UpdateMyUserNameRequest */ export declare type UpdateMyUserNameRequest = Message<"zitadel.auth.v1.UpdateMyUserNameRequest"> & { /** * @generated from field: string user_name = 1; */ userName: string; }; /** * @generated from message zitadel.auth.v1.UpdateMyUserNameRequest */ export declare type UpdateMyUserNameRequestJson = { /** * @generated from field: string user_name = 1; */ userName?: string; }; /** * Describes the message zitadel.auth.v1.UpdateMyUserNameRequest. * Use `create(UpdateMyUserNameRequestSchema)` to create a new message. */ export declare const UpdateMyUserNameRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.UpdateMyUserNameResponse */ export declare type UpdateMyUserNameResponse = Message<"zitadel.auth.v1.UpdateMyUserNameResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.UpdateMyUserNameResponse */ export declare type UpdateMyUserNameResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.UpdateMyUserNameResponse. * Use `create(UpdateMyUserNameResponseSchema)` to create a new message. */ export declare const UpdateMyUserNameResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyPasswordComplexityPolicyRequest */ export declare type GetMyPasswordComplexityPolicyRequest = Message<"zitadel.auth.v1.GetMyPasswordComplexityPolicyRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyPasswordComplexityPolicyRequest */ export declare type GetMyPasswordComplexityPolicyRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetMyPasswordComplexityPolicyRequest. * Use `create(GetMyPasswordComplexityPolicyRequestSchema)` to create a new message. */ export declare const GetMyPasswordComplexityPolicyRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyPasswordComplexityPolicyResponse */ export declare type GetMyPasswordComplexityPolicyResponse = Message<"zitadel.auth.v1.GetMyPasswordComplexityPolicyResponse"> & { /** * @generated from field: zitadel.policy.v1.PasswordComplexityPolicy policy = 1; */ policy?: PasswordComplexityPolicy; }; /** * @generated from message zitadel.auth.v1.GetMyPasswordComplexityPolicyResponse */ export declare type GetMyPasswordComplexityPolicyResponseJson = { /** * @generated from field: zitadel.policy.v1.PasswordComplexityPolicy policy = 1; */ policy?: PasswordComplexityPolicyJson; }; /** * Describes the message zitadel.auth.v1.GetMyPasswordComplexityPolicyResponse. * Use `create(GetMyPasswordComplexityPolicyResponseSchema)` to create a new message. */ export declare const GetMyPasswordComplexityPolicyResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.UpdateMyPasswordRequest */ export declare type UpdateMyPasswordRequest = Message<"zitadel.auth.v1.UpdateMyPasswordRequest"> & { /** * @generated from field: string old_password = 1; */ oldPassword: string; /** * @generated from field: string new_password = 2; */ newPassword: string; }; /** * @generated from message zitadel.auth.v1.UpdateMyPasswordRequest */ export declare type UpdateMyPasswordRequestJson = { /** * @generated from field: string old_password = 1; */ oldPassword?: string; /** * @generated from field: string new_password = 2; */ newPassword?: string; }; /** * Describes the message zitadel.auth.v1.UpdateMyPasswordRequest. * Use `create(UpdateMyPasswordRequestSchema)` to create a new message. */ export declare const UpdateMyPasswordRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.UpdateMyPasswordResponse */ export declare type UpdateMyPasswordResponse = Message<"zitadel.auth.v1.UpdateMyPasswordResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.UpdateMyPasswordResponse */ export declare type UpdateMyPasswordResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.UpdateMyPasswordResponse. * Use `create(UpdateMyPasswordResponseSchema)` to create a new message. */ export declare const UpdateMyPasswordResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyProfileRequest */ export declare type GetMyProfileRequest = Message<"zitadel.auth.v1.GetMyProfileRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyProfileRequest */ export declare type GetMyProfileRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetMyProfileRequest. * Use `create(GetMyProfileRequestSchema)` to create a new message. */ export declare const GetMyProfileRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyProfileResponse */ export declare type GetMyProfileResponse = Message<"zitadel.auth.v1.GetMyProfileResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; /** * @generated from field: zitadel.user.v1.Profile profile = 2; */ profile?: Profile; }; /** * @generated from message zitadel.auth.v1.GetMyProfileResponse */ export declare type GetMyProfileResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; /** * @generated from field: zitadel.user.v1.Profile profile = 2; */ profile?: ProfileJson; }; /** * Describes the message zitadel.auth.v1.GetMyProfileResponse. * Use `create(GetMyProfileResponseSchema)` to create a new message. */ export declare const GetMyProfileResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.UpdateMyProfileRequest */ export declare type UpdateMyProfileRequest = Message<"zitadel.auth.v1.UpdateMyProfileRequest"> & { /** * @generated from field: string first_name = 1; */ firstName: string; /** * @generated from field: string last_name = 2; */ lastName: string; /** * @generated from field: string nick_name = 3; */ nickName: string; /** * @generated from field: string display_name = 4; */ displayName: string; /** * @generated from field: string preferred_language = 5; */ preferredLanguage: string; /** * @generated from field: zitadel.user.v1.Gender gender = 6; */ gender: Gender; }; /** * @generated from message zitadel.auth.v1.UpdateMyProfileRequest */ export declare type UpdateMyProfileRequestJson = { /** * @generated from field: string first_name = 1; */ firstName?: string; /** * @generated from field: string last_name = 2; */ lastName?: string; /** * @generated from field: string nick_name = 3; */ nickName?: string; /** * @generated from field: string display_name = 4; */ displayName?: string; /** * @generated from field: string preferred_language = 5; */ preferredLanguage?: string; /** * @generated from field: zitadel.user.v1.Gender gender = 6; */ gender?: GenderJson; }; /** * Describes the message zitadel.auth.v1.UpdateMyProfileRequest. * Use `create(UpdateMyProfileRequestSchema)` to create a new message. */ export declare const UpdateMyProfileRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.UpdateMyProfileResponse */ export declare type UpdateMyProfileResponse = Message<"zitadel.auth.v1.UpdateMyProfileResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.UpdateMyProfileResponse */ export declare type UpdateMyProfileResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.UpdateMyProfileResponse. * Use `create(UpdateMyProfileResponseSchema)` to create a new message. */ export declare const UpdateMyProfileResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyEmailRequest */ export declare type GetMyEmailRequest = Message<"zitadel.auth.v1.GetMyEmailRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyEmailRequest */ export declare type GetMyEmailRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetMyEmailRequest. * Use `create(GetMyEmailRequestSchema)` to create a new message. */ export declare const GetMyEmailRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyEmailResponse */ export declare type GetMyEmailResponse = Message<"zitadel.auth.v1.GetMyEmailResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; /** * @generated from field: zitadel.user.v1.Email email = 2; */ email?: Email; }; /** * @generated from message zitadel.auth.v1.GetMyEmailResponse */ export declare type GetMyEmailResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; /** * @generated from field: zitadel.user.v1.Email email = 2; */ email?: EmailJson; }; /** * Describes the message zitadel.auth.v1.GetMyEmailResponse. * Use `create(GetMyEmailResponseSchema)` to create a new message. */ export declare const GetMyEmailResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.SetMyEmailRequest */ export declare type SetMyEmailRequest = Message<"zitadel.auth.v1.SetMyEmailRequest"> & { /** * @generated from field: string email = 1; */ email: string; }; /** * @generated from message zitadel.auth.v1.SetMyEmailRequest */ export declare type SetMyEmailRequestJson = { /** * @generated from field: string email = 1; */ email?: string; }; /** * Describes the message zitadel.auth.v1.SetMyEmailRequest. * Use `create(SetMyEmailRequestSchema)` to create a new message. */ export declare const SetMyEmailRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.SetMyEmailResponse */ export declare type SetMyEmailResponse = Message<"zitadel.auth.v1.SetMyEmailResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.SetMyEmailResponse */ export declare type SetMyEmailResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.SetMyEmailResponse. * Use `create(SetMyEmailResponseSchema)` to create a new message. */ export declare const SetMyEmailResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyEmailRequest */ export declare type VerifyMyEmailRequest = Message<"zitadel.auth.v1.VerifyMyEmailRequest"> & { /** * @generated from field: string code = 1; */ code: string; }; /** * @generated from message zitadel.auth.v1.VerifyMyEmailRequest */ export declare type VerifyMyEmailRequestJson = { /** * @generated from field: string code = 1; */ code?: string; }; /** * Describes the message zitadel.auth.v1.VerifyMyEmailRequest. * Use `create(VerifyMyEmailRequestSchema)` to create a new message. */ export declare const VerifyMyEmailRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyEmailResponse */ export declare type VerifyMyEmailResponse = Message<"zitadel.auth.v1.VerifyMyEmailResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.VerifyMyEmailResponse */ export declare type VerifyMyEmailResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.VerifyMyEmailResponse. * Use `create(VerifyMyEmailResponseSchema)` to create a new message. */ export declare const VerifyMyEmailResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.ResendMyEmailVerificationRequest */ export declare type ResendMyEmailVerificationRequest = Message<"zitadel.auth.v1.ResendMyEmailVerificationRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.ResendMyEmailVerificationRequest */ export declare type ResendMyEmailVerificationRequestJson = { }; /** * Describes the message zitadel.auth.v1.ResendMyEmailVerificationRequest. * Use `create(ResendMyEmailVerificationRequestSchema)` to create a new message. */ export declare const ResendMyEmailVerificationRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ResendMyEmailVerificationResponse */ export declare type ResendMyEmailVerificationResponse = Message<"zitadel.auth.v1.ResendMyEmailVerificationResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.ResendMyEmailVerificationResponse */ export declare type ResendMyEmailVerificationResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.ResendMyEmailVerificationResponse. * Use `create(ResendMyEmailVerificationResponseSchema)` to create a new message. */ export declare const ResendMyEmailVerificationResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyPhoneRequest */ export declare type GetMyPhoneRequest = Message<"zitadel.auth.v1.GetMyPhoneRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyPhoneRequest */ export declare type GetMyPhoneRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetMyPhoneRequest. * Use `create(GetMyPhoneRequestSchema)` to create a new message. */ export declare const GetMyPhoneRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyPhoneResponse */ export declare type GetMyPhoneResponse = Message<"zitadel.auth.v1.GetMyPhoneResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; /** * @generated from field: zitadel.user.v1.Phone phone = 2; */ phone?: Phone; }; /** * @generated from message zitadel.auth.v1.GetMyPhoneResponse */ export declare type GetMyPhoneResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; /** * @generated from field: zitadel.user.v1.Phone phone = 2; */ phone?: PhoneJson; }; /** * Describes the message zitadel.auth.v1.GetMyPhoneResponse. * Use `create(GetMyPhoneResponseSchema)` to create a new message. */ export declare const GetMyPhoneResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.SetMyPhoneRequest */ export declare type SetMyPhoneRequest = Message<"zitadel.auth.v1.SetMyPhoneRequest"> & { /** * @generated from field: string phone = 1; */ phone: string; }; /** * @generated from message zitadel.auth.v1.SetMyPhoneRequest */ export declare type SetMyPhoneRequestJson = { /** * @generated from field: string phone = 1; */ phone?: string; }; /** * Describes the message zitadel.auth.v1.SetMyPhoneRequest. * Use `create(SetMyPhoneRequestSchema)` to create a new message. */ export declare const SetMyPhoneRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.SetMyPhoneResponse */ export declare type SetMyPhoneResponse = Message<"zitadel.auth.v1.SetMyPhoneResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.SetMyPhoneResponse */ export declare type SetMyPhoneResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.SetMyPhoneResponse. * Use `create(SetMyPhoneResponseSchema)` to create a new message. */ export declare const SetMyPhoneResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyPhoneRequest */ export declare type VerifyMyPhoneRequest = Message<"zitadel.auth.v1.VerifyMyPhoneRequest"> & { /** * @generated from field: string code = 1; */ code: string; }; /** * @generated from message zitadel.auth.v1.VerifyMyPhoneRequest */ export declare type VerifyMyPhoneRequestJson = { /** * @generated from field: string code = 1; */ code?: string; }; /** * Describes the message zitadel.auth.v1.VerifyMyPhoneRequest. * Use `create(VerifyMyPhoneRequestSchema)` to create a new message. */ export declare const VerifyMyPhoneRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyPhoneResponse */ export declare type VerifyMyPhoneResponse = Message<"zitadel.auth.v1.VerifyMyPhoneResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.VerifyMyPhoneResponse */ export declare type VerifyMyPhoneResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.VerifyMyPhoneResponse. * Use `create(VerifyMyPhoneResponseSchema)` to create a new message. */ export declare const VerifyMyPhoneResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.ResendMyPhoneVerificationRequest */ export declare type ResendMyPhoneVerificationRequest = Message<"zitadel.auth.v1.ResendMyPhoneVerificationRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.ResendMyPhoneVerificationRequest */ export declare type ResendMyPhoneVerificationRequestJson = { }; /** * Describes the message zitadel.auth.v1.ResendMyPhoneVerificationRequest. * Use `create(ResendMyPhoneVerificationRequestSchema)` to create a new message. */ export declare const ResendMyPhoneVerificationRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ResendMyPhoneVerificationResponse */ export declare type ResendMyPhoneVerificationResponse = Message<"zitadel.auth.v1.ResendMyPhoneVerificationResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.ResendMyPhoneVerificationResponse */ export declare type ResendMyPhoneVerificationResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.ResendMyPhoneVerificationResponse. * Use `create(ResendMyPhoneVerificationResponseSchema)` to create a new message. */ export declare const ResendMyPhoneVerificationResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyPhoneRequest */ export declare type RemoveMyPhoneRequest = Message<"zitadel.auth.v1.RemoveMyPhoneRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyPhoneRequest */ export declare type RemoveMyPhoneRequestJson = { }; /** * Describes the message zitadel.auth.v1.RemoveMyPhoneRequest. * Use `create(RemoveMyPhoneRequestSchema)` to create a new message. */ export declare const RemoveMyPhoneRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyPhoneResponse */ export declare type RemoveMyPhoneResponse = Message<"zitadel.auth.v1.RemoveMyPhoneResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyPhoneResponse */ export declare type RemoveMyPhoneResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyPhoneResponse. * Use `create(RemoveMyPhoneResponseSchema)` to create a new message. */ export declare const RemoveMyPhoneResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyAvatarRequest */ export declare type RemoveMyAvatarRequest = Message<"zitadel.auth.v1.RemoveMyAvatarRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyAvatarRequest */ export declare type RemoveMyAvatarRequestJson = { }; /** * Describes the message zitadel.auth.v1.RemoveMyAvatarRequest. * Use `create(RemoveMyAvatarRequestSchema)` to create a new message. */ export declare const RemoveMyAvatarRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyAvatarResponse */ export declare type RemoveMyAvatarResponse = Message<"zitadel.auth.v1.RemoveMyAvatarResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyAvatarResponse */ export declare type RemoveMyAvatarResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyAvatarResponse. * Use `create(RemoveMyAvatarResponseSchema)` to create a new message. */ export declare const RemoveMyAvatarResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyLinkedIDPsRequest */ export declare type ListMyLinkedIDPsRequest = Message<"zitadel.auth.v1.ListMyLinkedIDPsRequest"> & { /** * list limitations and ordering * * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQuery; }; /** * @generated from message zitadel.auth.v1.ListMyLinkedIDPsRequest */ export declare type ListMyLinkedIDPsRequestJson = { /** * list limitations and ordering * * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQueryJson; }; /** * Describes the message zitadel.auth.v1.ListMyLinkedIDPsRequest. * Use `create(ListMyLinkedIDPsRequestSchema)` to create a new message. */ export declare const ListMyLinkedIDPsRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyLinkedIDPsResponse */ export declare type ListMyLinkedIDPsResponse = Message<"zitadel.auth.v1.ListMyLinkedIDPsResponse"> & { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetails; /** * @generated from field: repeated zitadel.idp.v1.IDPUserLink result = 2; */ result: IDPUserLink[]; }; /** * @generated from message zitadel.auth.v1.ListMyLinkedIDPsResponse */ export declare type ListMyLinkedIDPsResponseJson = { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetailsJson; /** * @generated from field: repeated zitadel.idp.v1.IDPUserLink result = 2; */ result?: IDPUserLinkJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyLinkedIDPsResponse. * Use `create(ListMyLinkedIDPsResponseSchema)` to create a new message. */ export declare const ListMyLinkedIDPsResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyLinkedIDPRequest */ export declare type RemoveMyLinkedIDPRequest = Message<"zitadel.auth.v1.RemoveMyLinkedIDPRequest"> & { /** * @generated from field: string idp_id = 1; */ idpId: string; /** * @generated from field: string linked_user_id = 2; */ linkedUserId: string; }; /** * @generated from message zitadel.auth.v1.RemoveMyLinkedIDPRequest */ export declare type RemoveMyLinkedIDPRequestJson = { /** * @generated from field: string idp_id = 1; */ idpId?: string; /** * @generated from field: string linked_user_id = 2; */ linkedUserId?: string; }; /** * Describes the message zitadel.auth.v1.RemoveMyLinkedIDPRequest. * Use `create(RemoveMyLinkedIDPRequestSchema)` to create a new message. */ export declare const RemoveMyLinkedIDPRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyLinkedIDPResponse */ export declare type RemoveMyLinkedIDPResponse = Message<"zitadel.auth.v1.RemoveMyLinkedIDPResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyLinkedIDPResponse */ export declare type RemoveMyLinkedIDPResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyLinkedIDPResponse. * Use `create(RemoveMyLinkedIDPResponseSchema)` to create a new message. */ export declare const RemoveMyLinkedIDPResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyAuthFactorsRequest */ export declare type ListMyAuthFactorsRequest = Message<"zitadel.auth.v1.ListMyAuthFactorsRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyAuthFactorsRequest */ export declare type ListMyAuthFactorsRequestJson = { }; /** * Describes the message zitadel.auth.v1.ListMyAuthFactorsRequest. * Use `create(ListMyAuthFactorsRequestSchema)` to create a new message. */ export declare const ListMyAuthFactorsRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyAuthFactorsResponse */ export declare type ListMyAuthFactorsResponse = Message<"zitadel.auth.v1.ListMyAuthFactorsResponse"> & { /** * @generated from field: repeated zitadel.user.v1.AuthFactor result = 1; */ result: AuthFactor[]; }; /** * @generated from message zitadel.auth.v1.ListMyAuthFactorsResponse */ export declare type ListMyAuthFactorsResponseJson = { /** * @generated from field: repeated zitadel.user.v1.AuthFactor result = 1; */ result?: AuthFactorJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyAuthFactorsResponse. * Use `create(ListMyAuthFactorsResponseSchema)` to create a new message. */ export declare const ListMyAuthFactorsResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyAuthFactorU2FRequest */ export declare type AddMyAuthFactorU2FRequest = Message<"zitadel.auth.v1.AddMyAuthFactorU2FRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyAuthFactorU2FRequest */ export declare type AddMyAuthFactorU2FRequestJson = { }; /** * Describes the message zitadel.auth.v1.AddMyAuthFactorU2FRequest. * Use `create(AddMyAuthFactorU2FRequestSchema)` to create a new message. */ export declare const AddMyAuthFactorU2FRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.AddMyAuthFactorU2FResponse */ export declare type AddMyAuthFactorU2FResponse = Message<"zitadel.auth.v1.AddMyAuthFactorU2FResponse"> & { /** * @generated from field: zitadel.user.v1.WebAuthNKey key = 1; */ key?: WebAuthNKey; /** * @generated from field: zitadel.v1.ObjectDetails details = 2; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.AddMyAuthFactorU2FResponse */ export declare type AddMyAuthFactorU2FResponseJson = { /** * @generated from field: zitadel.user.v1.WebAuthNKey key = 1; */ key?: WebAuthNKeyJson; /** * @generated from field: zitadel.v1.ObjectDetails details = 2; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.AddMyAuthFactorU2FResponse. * Use `create(AddMyAuthFactorU2FResponseSchema)` to create a new message. */ export declare const AddMyAuthFactorU2FResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPRequest */ export declare type AddMyAuthFactorOTPRequest = Message<"zitadel.auth.v1.AddMyAuthFactorOTPRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPRequest */ export declare type AddMyAuthFactorOTPRequestJson = { }; /** * Describes the message zitadel.auth.v1.AddMyAuthFactorOTPRequest. * Use `create(AddMyAuthFactorOTPRequestSchema)` to create a new message. */ export declare const AddMyAuthFactorOTPRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPResponse */ export declare type AddMyAuthFactorOTPResponse = Message<"zitadel.auth.v1.AddMyAuthFactorOTPResponse"> & { /** * @generated from field: string url = 1; */ url: string; /** * @generated from field: string secret = 2; */ secret: string; /** * @generated from field: zitadel.v1.ObjectDetails details = 3; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPResponse */ export declare type AddMyAuthFactorOTPResponseJson = { /** * @generated from field: string url = 1; */ url?: string; /** * @generated from field: string secret = 2; */ secret?: string; /** * @generated from field: zitadel.v1.ObjectDetails details = 3; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.AddMyAuthFactorOTPResponse. * Use `create(AddMyAuthFactorOTPResponseSchema)` to create a new message. */ export declare const AddMyAuthFactorOTPResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyAuthFactorOTPRequest */ export declare type VerifyMyAuthFactorOTPRequest = Message<"zitadel.auth.v1.VerifyMyAuthFactorOTPRequest"> & { /** * @generated from field: string code = 1; */ code: string; }; /** * @generated from message zitadel.auth.v1.VerifyMyAuthFactorOTPRequest */ export declare type VerifyMyAuthFactorOTPRequestJson = { /** * @generated from field: string code = 1; */ code?: string; }; /** * Describes the message zitadel.auth.v1.VerifyMyAuthFactorOTPRequest. * Use `create(VerifyMyAuthFactorOTPRequestSchema)` to create a new message. */ export declare const VerifyMyAuthFactorOTPRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyAuthFactorOTPResponse */ export declare type VerifyMyAuthFactorOTPResponse = Message<"zitadel.auth.v1.VerifyMyAuthFactorOTPResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.VerifyMyAuthFactorOTPResponse */ export declare type VerifyMyAuthFactorOTPResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.VerifyMyAuthFactorOTPResponse. * Use `create(VerifyMyAuthFactorOTPResponseSchema)` to create a new message. */ export declare const VerifyMyAuthFactorOTPResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyAuthFactorU2FRequest */ export declare type VerifyMyAuthFactorU2FRequest = Message<"zitadel.auth.v1.VerifyMyAuthFactorU2FRequest"> & { /** * @generated from field: zitadel.user.v1.WebAuthNVerification verification = 1; */ verification?: WebAuthNVerification; }; /** * @generated from message zitadel.auth.v1.VerifyMyAuthFactorU2FRequest */ export declare type VerifyMyAuthFactorU2FRequestJson = { /** * @generated from field: zitadel.user.v1.WebAuthNVerification verification = 1; */ verification?: WebAuthNVerificationJson; }; /** * Describes the message zitadel.auth.v1.VerifyMyAuthFactorU2FRequest. * Use `create(VerifyMyAuthFactorU2FRequestSchema)` to create a new message. */ export declare const VerifyMyAuthFactorU2FRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyAuthFactorU2FResponse */ export declare type VerifyMyAuthFactorU2FResponse = Message<"zitadel.auth.v1.VerifyMyAuthFactorU2FResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.VerifyMyAuthFactorU2FResponse */ export declare type VerifyMyAuthFactorU2FResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.VerifyMyAuthFactorU2FResponse. * Use `create(VerifyMyAuthFactorU2FResponseSchema)` to create a new message. */ export declare const VerifyMyAuthFactorU2FResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPRequest */ export declare type RemoveMyAuthFactorOTPRequest = Message<"zitadel.auth.v1.RemoveMyAuthFactorOTPRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPRequest */ export declare type RemoveMyAuthFactorOTPRequestJson = { }; /** * Describes the message zitadel.auth.v1.RemoveMyAuthFactorOTPRequest. * Use `create(RemoveMyAuthFactorOTPRequestSchema)` to create a new message. */ export declare const RemoveMyAuthFactorOTPRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPResponse */ export declare type RemoveMyAuthFactorOTPResponse = Message<"zitadel.auth.v1.RemoveMyAuthFactorOTPResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPResponse */ export declare type RemoveMyAuthFactorOTPResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyAuthFactorOTPResponse. * Use `create(RemoveMyAuthFactorOTPResponseSchema)` to create a new message. */ export declare const RemoveMyAuthFactorOTPResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPSMSRequest */ export declare type AddMyAuthFactorOTPSMSRequest = Message<"zitadel.auth.v1.AddMyAuthFactorOTPSMSRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPSMSRequest */ export declare type AddMyAuthFactorOTPSMSRequestJson = { }; /** * Describes the message zitadel.auth.v1.AddMyAuthFactorOTPSMSRequest. * Use `create(AddMyAuthFactorOTPSMSRequestSchema)` to create a new message. */ export declare const AddMyAuthFactorOTPSMSRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPSMSResponse */ export declare type AddMyAuthFactorOTPSMSResponse = Message<"zitadel.auth.v1.AddMyAuthFactorOTPSMSResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPSMSResponse */ export declare type AddMyAuthFactorOTPSMSResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.AddMyAuthFactorOTPSMSResponse. * Use `create(AddMyAuthFactorOTPSMSResponseSchema)` to create a new message. */ export declare const AddMyAuthFactorOTPSMSResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPSMSRequest */ export declare type RemoveMyAuthFactorOTPSMSRequest = Message<"zitadel.auth.v1.RemoveMyAuthFactorOTPSMSRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPSMSRequest */ export declare type RemoveMyAuthFactorOTPSMSRequestJson = { }; /** * Describes the message zitadel.auth.v1.RemoveMyAuthFactorOTPSMSRequest. * Use `create(RemoveMyAuthFactorOTPSMSRequestSchema)` to create a new message. */ export declare const RemoveMyAuthFactorOTPSMSRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPSMSResponse */ export declare type RemoveMyAuthFactorOTPSMSResponse = Message<"zitadel.auth.v1.RemoveMyAuthFactorOTPSMSResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPSMSResponse */ export declare type RemoveMyAuthFactorOTPSMSResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyAuthFactorOTPSMSResponse. * Use `create(RemoveMyAuthFactorOTPSMSResponseSchema)` to create a new message. */ export declare const RemoveMyAuthFactorOTPSMSResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPEmailRequest */ export declare type AddMyAuthFactorOTPEmailRequest = Message<"zitadel.auth.v1.AddMyAuthFactorOTPEmailRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPEmailRequest */ export declare type AddMyAuthFactorOTPEmailRequestJson = { }; /** * Describes the message zitadel.auth.v1.AddMyAuthFactorOTPEmailRequest. * Use `create(AddMyAuthFactorOTPEmailRequestSchema)` to create a new message. */ export declare const AddMyAuthFactorOTPEmailRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPEmailResponse */ export declare type AddMyAuthFactorOTPEmailResponse = Message<"zitadel.auth.v1.AddMyAuthFactorOTPEmailResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.AddMyAuthFactorOTPEmailResponse */ export declare type AddMyAuthFactorOTPEmailResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.AddMyAuthFactorOTPEmailResponse. * Use `create(AddMyAuthFactorOTPEmailResponseSchema)` to create a new message. */ export declare const AddMyAuthFactorOTPEmailResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPEmailRequest */ export declare type RemoveMyAuthFactorOTPEmailRequest = Message<"zitadel.auth.v1.RemoveMyAuthFactorOTPEmailRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPEmailRequest */ export declare type RemoveMyAuthFactorOTPEmailRequestJson = { }; /** * Describes the message zitadel.auth.v1.RemoveMyAuthFactorOTPEmailRequest. * Use `create(RemoveMyAuthFactorOTPEmailRequestSchema)` to create a new message. */ export declare const RemoveMyAuthFactorOTPEmailRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPEmailResponse */ export declare type RemoveMyAuthFactorOTPEmailResponse = Message<"zitadel.auth.v1.RemoveMyAuthFactorOTPEmailResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorOTPEmailResponse */ export declare type RemoveMyAuthFactorOTPEmailResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyAuthFactorOTPEmailResponse. * Use `create(RemoveMyAuthFactorOTPEmailResponseSchema)` to create a new message. */ export declare const RemoveMyAuthFactorOTPEmailResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorU2FRequest */ export declare type RemoveMyAuthFactorU2FRequest = Message<"zitadel.auth.v1.RemoveMyAuthFactorU2FRequest"> & { /** * @generated from field: string token_id = 1; */ tokenId: string; }; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorU2FRequest */ export declare type RemoveMyAuthFactorU2FRequestJson = { /** * @generated from field: string token_id = 1; */ tokenId?: string; }; /** * Describes the message zitadel.auth.v1.RemoveMyAuthFactorU2FRequest. * Use `create(RemoveMyAuthFactorU2FRequestSchema)` to create a new message. */ export declare const RemoveMyAuthFactorU2FRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorU2FResponse */ export declare type RemoveMyAuthFactorU2FResponse = Message<"zitadel.auth.v1.RemoveMyAuthFactorU2FResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyAuthFactorU2FResponse */ export declare type RemoveMyAuthFactorU2FResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyAuthFactorU2FResponse. * Use `create(RemoveMyAuthFactorU2FResponseSchema)` to create a new message. */ export declare const RemoveMyAuthFactorU2FResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyPasswordlessRequest */ export declare type ListMyPasswordlessRequest = Message<"zitadel.auth.v1.ListMyPasswordlessRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyPasswordlessRequest */ export declare type ListMyPasswordlessRequestJson = { }; /** * Describes the message zitadel.auth.v1.ListMyPasswordlessRequest. * Use `create(ListMyPasswordlessRequestSchema)` to create a new message. */ export declare const ListMyPasswordlessRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyPasswordlessResponse */ export declare type ListMyPasswordlessResponse = Message<"zitadel.auth.v1.ListMyPasswordlessResponse"> & { /** * @generated from field: repeated zitadel.user.v1.WebAuthNToken result = 1; */ result: WebAuthNToken[]; }; /** * @generated from message zitadel.auth.v1.ListMyPasswordlessResponse */ export declare type ListMyPasswordlessResponseJson = { /** * @generated from field: repeated zitadel.user.v1.WebAuthNToken result = 1; */ result?: WebAuthNTokenJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyPasswordlessResponse. * Use `create(ListMyPasswordlessResponseSchema)` to create a new message. */ export declare const ListMyPasswordlessResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyPasswordlessRequest */ export declare type AddMyPasswordlessRequest = Message<"zitadel.auth.v1.AddMyPasswordlessRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyPasswordlessRequest */ export declare type AddMyPasswordlessRequestJson = { }; /** * Describes the message zitadel.auth.v1.AddMyPasswordlessRequest. * Use `create(AddMyPasswordlessRequestSchema)` to create a new message. */ export declare const AddMyPasswordlessRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.AddMyPasswordlessResponse */ export declare type AddMyPasswordlessResponse = Message<"zitadel.auth.v1.AddMyPasswordlessResponse"> & { /** * @generated from field: zitadel.user.v1.WebAuthNKey key = 1; */ key?: WebAuthNKey; /** * @generated from field: zitadel.v1.ObjectDetails details = 2; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.AddMyPasswordlessResponse */ export declare type AddMyPasswordlessResponseJson = { /** * @generated from field: zitadel.user.v1.WebAuthNKey key = 1; */ key?: WebAuthNKeyJson; /** * @generated from field: zitadel.v1.ObjectDetails details = 2; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.AddMyPasswordlessResponse. * Use `create(AddMyPasswordlessResponseSchema)` to create a new message. */ export declare const AddMyPasswordlessResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyPasswordlessLinkRequest */ export declare type AddMyPasswordlessLinkRequest = Message<"zitadel.auth.v1.AddMyPasswordlessLinkRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.AddMyPasswordlessLinkRequest */ export declare type AddMyPasswordlessLinkRequestJson = { }; /** * Describes the message zitadel.auth.v1.AddMyPasswordlessLinkRequest. * Use `create(AddMyPasswordlessLinkRequestSchema)` to create a new message. */ export declare const AddMyPasswordlessLinkRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.AddMyPasswordlessLinkResponse */ export declare type AddMyPasswordlessLinkResponse = Message<"zitadel.auth.v1.AddMyPasswordlessLinkResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; /** * @generated from field: string link = 2; */ link: string; /** * @generated from field: google.protobuf.Duration expiration = 3; */ expiration?: Duration; }; /** * @generated from message zitadel.auth.v1.AddMyPasswordlessLinkResponse */ export declare type AddMyPasswordlessLinkResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; /** * @generated from field: string link = 2; */ link?: string; /** * @generated from field: google.protobuf.Duration expiration = 3; */ expiration?: DurationJson; }; /** * Describes the message zitadel.auth.v1.AddMyPasswordlessLinkResponse. * Use `create(AddMyPasswordlessLinkResponseSchema)` to create a new message. */ export declare const AddMyPasswordlessLinkResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.SendMyPasswordlessLinkRequest */ export declare type SendMyPasswordlessLinkRequest = Message<"zitadel.auth.v1.SendMyPasswordlessLinkRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.SendMyPasswordlessLinkRequest */ export declare type SendMyPasswordlessLinkRequestJson = { }; /** * Describes the message zitadel.auth.v1.SendMyPasswordlessLinkRequest. * Use `create(SendMyPasswordlessLinkRequestSchema)` to create a new message. */ export declare const SendMyPasswordlessLinkRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.SendMyPasswordlessLinkResponse */ export declare type SendMyPasswordlessLinkResponse = Message<"zitadel.auth.v1.SendMyPasswordlessLinkResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.SendMyPasswordlessLinkResponse */ export declare type SendMyPasswordlessLinkResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.SendMyPasswordlessLinkResponse. * Use `create(SendMyPasswordlessLinkResponseSchema)` to create a new message. */ export declare const SendMyPasswordlessLinkResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyPasswordlessRequest */ export declare type VerifyMyPasswordlessRequest = Message<"zitadel.auth.v1.VerifyMyPasswordlessRequest"> & { /** * @generated from field: zitadel.user.v1.WebAuthNVerification verification = 1; */ verification?: WebAuthNVerification; }; /** * @generated from message zitadel.auth.v1.VerifyMyPasswordlessRequest */ export declare type VerifyMyPasswordlessRequestJson = { /** * @generated from field: zitadel.user.v1.WebAuthNVerification verification = 1; */ verification?: WebAuthNVerificationJson; }; /** * Describes the message zitadel.auth.v1.VerifyMyPasswordlessRequest. * Use `create(VerifyMyPasswordlessRequestSchema)` to create a new message. */ export declare const VerifyMyPasswordlessRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.VerifyMyPasswordlessResponse */ export declare type VerifyMyPasswordlessResponse = Message<"zitadel.auth.v1.VerifyMyPasswordlessResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.VerifyMyPasswordlessResponse */ export declare type VerifyMyPasswordlessResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.VerifyMyPasswordlessResponse. * Use `create(VerifyMyPasswordlessResponseSchema)` to create a new message. */ export declare const VerifyMyPasswordlessResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyPasswordlessRequest */ export declare type RemoveMyPasswordlessRequest = Message<"zitadel.auth.v1.RemoveMyPasswordlessRequest"> & { /** * @generated from field: string token_id = 1; */ tokenId: string; }; /** * @generated from message zitadel.auth.v1.RemoveMyPasswordlessRequest */ export declare type RemoveMyPasswordlessRequestJson = { /** * @generated from field: string token_id = 1; */ tokenId?: string; }; /** * Describes the message zitadel.auth.v1.RemoveMyPasswordlessRequest. * Use `create(RemoveMyPasswordlessRequestSchema)` to create a new message. */ export declare const RemoveMyPasswordlessRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.RemoveMyPasswordlessResponse */ export declare type RemoveMyPasswordlessResponse = Message<"zitadel.auth.v1.RemoveMyPasswordlessResponse"> & { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetails; }; /** * @generated from message zitadel.auth.v1.RemoveMyPasswordlessResponse */ export declare type RemoveMyPasswordlessResponseJson = { /** * @generated from field: zitadel.v1.ObjectDetails details = 1; */ details?: ObjectDetailsJson; }; /** * Describes the message zitadel.auth.v1.RemoveMyPasswordlessResponse. * Use `create(RemoveMyPasswordlessResponseSchema)` to create a new message. */ export declare const RemoveMyPasswordlessResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyUserGrantsRequest */ export declare type ListMyUserGrantsRequest = Message<"zitadel.auth.v1.ListMyUserGrantsRequest"> & { /** * list limitations and ordering * * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQuery; }; /** * @generated from message zitadel.auth.v1.ListMyUserGrantsRequest */ export declare type ListMyUserGrantsRequestJson = { /** * list limitations and ordering * * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQueryJson; }; /** * Describes the message zitadel.auth.v1.ListMyUserGrantsRequest. * Use `create(ListMyUserGrantsRequestSchema)` to create a new message. */ export declare const ListMyUserGrantsRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyUserGrantsResponse */ export declare type ListMyUserGrantsResponse = Message<"zitadel.auth.v1.ListMyUserGrantsResponse"> & { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetails; /** * @generated from field: repeated zitadel.auth.v1.UserGrant result = 2; */ result: UserGrant[]; }; /** * @generated from message zitadel.auth.v1.ListMyUserGrantsResponse */ export declare type ListMyUserGrantsResponseJson = { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetailsJson; /** * @generated from field: repeated zitadel.auth.v1.UserGrant result = 2; */ result?: UserGrantJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyUserGrantsResponse. * Use `create(ListMyUserGrantsResponseSchema)` to create a new message. */ export declare const ListMyUserGrantsResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.UserGrant */ export declare type UserGrant = Message<"zitadel.auth.v1.UserGrant"> & { /** * @generated from field: string org_id = 1; */ orgId: string; /** * @generated from field: string project_id = 2; */ projectId: string; /** * @generated from field: string user_id = 3; */ userId: string; /** * Deprecated: user role_keys * * @generated from field: repeated string roles = 4; */ roles: string[]; /** * @generated from field: string org_name = 5; */ orgName: string; /** * @generated from field: string grant_id = 6; */ grantId: string; /** * @generated from field: zitadel.v1.ObjectDetails details = 7; */ details?: ObjectDetails; /** * @generated from field: string org_domain = 8; */ orgDomain: string; /** * @generated from field: string project_name = 9; */ projectName: string; /** * @generated from field: string project_grant_id = 10; */ projectGrantId: string; /** * @generated from field: repeated string role_keys = 11; */ roleKeys: string[]; /** * @generated from field: zitadel.user.v1.Type user_type = 12; */ userType: Type; /** * @generated from field: zitadel.user.v1.UserGrantState state = 13; */ state: UserGrantState; }; /** * @generated from message zitadel.auth.v1.UserGrant */ export declare type UserGrantJson = { /** * @generated from field: string org_id = 1; */ orgId?: string; /** * @generated from field: string project_id = 2; */ projectId?: string; /** * @generated from field: string user_id = 3; */ userId?: string; /** * Deprecated: user role_keys * * @generated from field: repeated string roles = 4; */ roles?: string[]; /** * @generated from field: string org_name = 5; */ orgName?: string; /** * @generated from field: string grant_id = 6; */ grantId?: string; /** * @generated from field: zitadel.v1.ObjectDetails details = 7; */ details?: ObjectDetailsJson; /** * @generated from field: string org_domain = 8; */ orgDomain?: string; /** * @generated from field: string project_name = 9; */ projectName?: string; /** * @generated from field: string project_grant_id = 10; */ projectGrantId?: string; /** * @generated from field: repeated string role_keys = 11; */ roleKeys?: string[]; /** * @generated from field: zitadel.user.v1.Type user_type = 12; */ userType?: TypeJson; /** * @generated from field: zitadel.user.v1.UserGrantState state = 13; */ state?: UserGrantStateJson; }; /** * Describes the message zitadel.auth.v1.UserGrant. * Use `create(UserGrantSchema)` to create a new message. */ export declare const UserGrantSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyProjectOrgsRequest */ export declare type ListMyProjectOrgsRequest = Message<"zitadel.auth.v1.ListMyProjectOrgsRequest"> & { /** * list limitations and ordering * * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQuery; /** * criteria the client is looking for * * @generated from field: repeated zitadel.org.v1.OrgQuery queries = 2; */ queries: OrgQuery[]; /** * States by which field the results are sorted. * * @generated from field: zitadel.org.v1.OrgFieldName sorting_column = 3; */ sortingColumn: OrgFieldName; }; /** * @generated from message zitadel.auth.v1.ListMyProjectOrgsRequest */ export declare type ListMyProjectOrgsRequestJson = { /** * list limitations and ordering * * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQueryJson; /** * criteria the client is looking for * * @generated from field: repeated zitadel.org.v1.OrgQuery queries = 2; */ queries?: OrgQueryJson[]; /** * States by which field the results are sorted. * * @generated from field: zitadel.org.v1.OrgFieldName sorting_column = 3; */ sortingColumn?: OrgFieldNameJson; }; /** * Describes the message zitadel.auth.v1.ListMyProjectOrgsRequest. * Use `create(ListMyProjectOrgsRequestSchema)` to create a new message. */ export declare const ListMyProjectOrgsRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyProjectOrgsResponse */ export declare type ListMyProjectOrgsResponse = Message<"zitadel.auth.v1.ListMyProjectOrgsResponse"> & { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetails; /** * @generated from field: repeated zitadel.org.v1.Org result = 2; */ result: Org[]; }; /** * @generated from message zitadel.auth.v1.ListMyProjectOrgsResponse */ export declare type ListMyProjectOrgsResponseJson = { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetailsJson; /** * @generated from field: repeated zitadel.org.v1.Org result = 2; */ result?: OrgJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyProjectOrgsResponse. * Use `create(ListMyProjectOrgsResponseSchema)` to create a new message. */ export declare const ListMyProjectOrgsResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyZitadelPermissionsRequest */ export declare type ListMyZitadelPermissionsRequest = Message<"zitadel.auth.v1.ListMyZitadelPermissionsRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyZitadelPermissionsRequest */ export declare type ListMyZitadelPermissionsRequestJson = { }; /** * Describes the message zitadel.auth.v1.ListMyZitadelPermissionsRequest. * Use `create(ListMyZitadelPermissionsRequestSchema)` to create a new message. */ export declare const ListMyZitadelPermissionsRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyZitadelPermissionsResponse */ export declare type ListMyZitadelPermissionsResponse = Message<"zitadel.auth.v1.ListMyZitadelPermissionsResponse"> & { /** * @generated from field: repeated string result = 1; */ result: string[]; }; /** * @generated from message zitadel.auth.v1.ListMyZitadelPermissionsResponse */ export declare type ListMyZitadelPermissionsResponseJson = { /** * @generated from field: repeated string result = 1; */ result?: string[]; }; /** * Describes the message zitadel.auth.v1.ListMyZitadelPermissionsResponse. * Use `create(ListMyZitadelPermissionsResponseSchema)` to create a new message. */ export declare const ListMyZitadelPermissionsResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyProjectPermissionsRequest */ export declare type ListMyProjectPermissionsRequest = Message<"zitadel.auth.v1.ListMyProjectPermissionsRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.ListMyProjectPermissionsRequest */ export declare type ListMyProjectPermissionsRequestJson = { }; /** * Describes the message zitadel.auth.v1.ListMyProjectPermissionsRequest. * Use `create(ListMyProjectPermissionsRequestSchema)` to create a new message. */ export declare const ListMyProjectPermissionsRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyProjectPermissionsResponse */ export declare type ListMyProjectPermissionsResponse = Message<"zitadel.auth.v1.ListMyProjectPermissionsResponse"> & { /** * @generated from field: repeated string result = 1; */ result: string[]; }; /** * @generated from message zitadel.auth.v1.ListMyProjectPermissionsResponse */ export declare type ListMyProjectPermissionsResponseJson = { /** * @generated from field: repeated string result = 1; */ result?: string[]; }; /** * Describes the message zitadel.auth.v1.ListMyProjectPermissionsResponse. * Use `create(ListMyProjectPermissionsResponseSchema)` to create a new message. */ export declare const ListMyProjectPermissionsResponseSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyMembershipsRequest */ export declare type ListMyMembershipsRequest = Message<"zitadel.auth.v1.ListMyMembershipsRequest"> & { /** * the field the result is sorted * * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQuery; /** * criteria the client is looking for * * @generated from field: repeated zitadel.user.v1.MembershipQuery queries = 2; */ queries: MembershipQuery[]; }; /** * @generated from message zitadel.auth.v1.ListMyMembershipsRequest */ export declare type ListMyMembershipsRequestJson = { /** * the field the result is sorted * * @generated from field: zitadel.v1.ListQuery query = 1; */ query?: ListQueryJson; /** * criteria the client is looking for * * @generated from field: repeated zitadel.user.v1.MembershipQuery queries = 2; */ queries?: MembershipQueryJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyMembershipsRequest. * Use `create(ListMyMembershipsRequestSchema)` to create a new message. */ export declare const ListMyMembershipsRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.ListMyMembershipsResponse */ export declare type ListMyMembershipsResponse = Message<"zitadel.auth.v1.ListMyMembershipsResponse"> & { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetails; /** * @generated from field: repeated zitadel.user.v1.Membership result = 2; */ result: Membership[]; }; /** * @generated from message zitadel.auth.v1.ListMyMembershipsResponse */ export declare type ListMyMembershipsResponseJson = { /** * @generated from field: zitadel.v1.ListDetails details = 1; */ details?: ListDetailsJson; /** * @generated from field: repeated zitadel.user.v1.Membership result = 2; */ result?: MembershipJson[]; }; /** * Describes the message zitadel.auth.v1.ListMyMembershipsResponse. * Use `create(ListMyMembershipsResponseSchema)` to create a new message. */ export declare const ListMyMembershipsResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyLabelPolicyRequest */ export declare type GetMyLabelPolicyRequest = Message<"zitadel.auth.v1.GetMyLabelPolicyRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyLabelPolicyRequest */ export declare type GetMyLabelPolicyRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetMyLabelPolicyRequest. * Use `create(GetMyLabelPolicyRequestSchema)` to create a new message. */ export declare const GetMyLabelPolicyRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyLabelPolicyResponse */ export declare type GetMyLabelPolicyResponse = Message<"zitadel.auth.v1.GetMyLabelPolicyResponse"> & { /** * @generated from field: zitadel.policy.v1.LabelPolicy policy = 1; */ policy?: LabelPolicy; }; /** * @generated from message zitadel.auth.v1.GetMyLabelPolicyResponse */ export declare type GetMyLabelPolicyResponseJson = { /** * @generated from field: zitadel.policy.v1.LabelPolicy policy = 1; */ policy?: LabelPolicyJson; }; /** * Describes the message zitadel.auth.v1.GetMyLabelPolicyResponse. * Use `create(GetMyLabelPolicyResponseSchema)` to create a new message. */ export declare const GetMyLabelPolicyResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyPrivacyPolicyRequest */ export declare type GetMyPrivacyPolicyRequest = Message<"zitadel.auth.v1.GetMyPrivacyPolicyRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyPrivacyPolicyRequest */ export declare type GetMyPrivacyPolicyRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetMyPrivacyPolicyRequest. * Use `create(GetMyPrivacyPolicyRequestSchema)` to create a new message. */ export declare const GetMyPrivacyPolicyRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyPrivacyPolicyResponse */ export declare type GetMyPrivacyPolicyResponse = Message<"zitadel.auth.v1.GetMyPrivacyPolicyResponse"> & { /** * @generated from field: zitadel.policy.v1.PrivacyPolicy policy = 1; */ policy?: PrivacyPolicy; }; /** * @generated from message zitadel.auth.v1.GetMyPrivacyPolicyResponse */ export declare type GetMyPrivacyPolicyResponseJson = { /** * @generated from field: zitadel.policy.v1.PrivacyPolicy policy = 1; */ policy?: PrivacyPolicyJson; }; /** * Describes the message zitadel.auth.v1.GetMyPrivacyPolicyResponse. * Use `create(GetMyPrivacyPolicyResponseSchema)` to create a new message. */ export declare const GetMyPrivacyPolicyResponseSchema: GenMessage; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyLoginPolicyRequest */ export declare type GetMyLoginPolicyRequest = Message<"zitadel.auth.v1.GetMyLoginPolicyRequest"> & { }; /** * This is an empty request * * @generated from message zitadel.auth.v1.GetMyLoginPolicyRequest */ export declare type GetMyLoginPolicyRequestJson = { }; /** * Describes the message zitadel.auth.v1.GetMyLoginPolicyRequest. * Use `create(GetMyLoginPolicyRequestSchema)` to create a new message. */ export declare const GetMyLoginPolicyRequestSchema: GenMessage; /** * @generated from message zitadel.auth.v1.GetMyLoginPolicyResponse */ export declare type GetMyLoginPolicyResponse = Message<"zitadel.auth.v1.GetMyLoginPolicyResponse"> & { /** * @generated from field: zitadel.policy.v1.LoginPolicy policy = 1; */ policy?: LoginPolicy; }; /** * @generated from message zitadel.auth.v1.GetMyLoginPolicyResponse */ export declare type GetMyLoginPolicyResponseJson = { /** * @generated from field: zitadel.policy.v1.LoginPolicy policy = 1; */ policy?: LoginPolicyJson; }; /** * Describes the message zitadel.auth.v1.GetMyLoginPolicyResponse. * Use `create(GetMyLoginPolicyResponseSchema)` to create a new message. */ export declare const GetMyLoginPolicyResponseSchema: GenMessage; /** * @generated from service zitadel.auth.v1.AuthService */ export declare const AuthService: GenService<{ /** * @generated from rpc zitadel.auth.v1.AuthService.Healthz */ healthz: { methodKind: "unary"; input: typeof HealthzRequestSchema; output: typeof HealthzResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetSupportedLanguages */ getSupportedLanguages: { methodKind: "unary"; input: typeof GetSupportedLanguagesRequestSchema; output: typeof GetSupportedLanguagesResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyUser */ getMyUser: { methodKind: "unary"; input: typeof GetMyUserRequestSchema; output: typeof GetMyUserResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyUser */ removeMyUser: { methodKind: "unary"; input: typeof RemoveMyUserRequestSchema; output: typeof RemoveMyUserResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyUserChanges */ listMyUserChanges: { methodKind: "unary"; input: typeof ListMyUserChangesRequestSchema; output: typeof ListMyUserChangesResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyUserSessions */ listMyUserSessions: { methodKind: "unary"; input: typeof ListMyUserSessionsRequestSchema; output: typeof ListMyUserSessionsResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyMetadata */ listMyMetadata: { methodKind: "unary"; input: typeof ListMyMetadataRequestSchema; output: typeof ListMyMetadataResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyMetadata */ getMyMetadata: { methodKind: "unary"; input: typeof GetMyMetadataRequestSchema; output: typeof GetMyMetadataResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyRefreshTokens */ listMyRefreshTokens: { methodKind: "unary"; input: typeof ListMyRefreshTokensRequestSchema; output: typeof ListMyRefreshTokensResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RevokeMyRefreshToken */ revokeMyRefreshToken: { methodKind: "unary"; input: typeof RevokeMyRefreshTokenRequestSchema; output: typeof RevokeMyRefreshTokenResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RevokeAllMyRefreshTokens */ revokeAllMyRefreshTokens: { methodKind: "unary"; input: typeof RevokeAllMyRefreshTokensRequestSchema; output: typeof RevokeAllMyRefreshTokensResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.UpdateMyUserName */ updateMyUserName: { methodKind: "unary"; input: typeof UpdateMyUserNameRequestSchema; output: typeof UpdateMyUserNameResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyPasswordComplexityPolicy */ getMyPasswordComplexityPolicy: { methodKind: "unary"; input: typeof GetMyPasswordComplexityPolicyRequestSchema; output: typeof GetMyPasswordComplexityPolicyResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.UpdateMyPassword */ updateMyPassword: { methodKind: "unary"; input: typeof UpdateMyPasswordRequestSchema; output: typeof UpdateMyPasswordResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyProfile */ getMyProfile: { methodKind: "unary"; input: typeof GetMyProfileRequestSchema; output: typeof GetMyProfileResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.UpdateMyProfile */ updateMyProfile: { methodKind: "unary"; input: typeof UpdateMyProfileRequestSchema; output: typeof UpdateMyProfileResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyEmail */ getMyEmail: { methodKind: "unary"; input: typeof GetMyEmailRequestSchema; output: typeof GetMyEmailResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.SetMyEmail */ setMyEmail: { methodKind: "unary"; input: typeof SetMyEmailRequestSchema; output: typeof SetMyEmailResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.VerifyMyEmail */ verifyMyEmail: { methodKind: "unary"; input: typeof VerifyMyEmailRequestSchema; output: typeof VerifyMyEmailResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ResendMyEmailVerification */ resendMyEmailVerification: { methodKind: "unary"; input: typeof ResendMyEmailVerificationRequestSchema; output: typeof ResendMyEmailVerificationResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyPhone */ getMyPhone: { methodKind: "unary"; input: typeof GetMyPhoneRequestSchema; output: typeof GetMyPhoneResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.SetMyPhone */ setMyPhone: { methodKind: "unary"; input: typeof SetMyPhoneRequestSchema; output: typeof SetMyPhoneResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.VerifyMyPhone */ verifyMyPhone: { methodKind: "unary"; input: typeof VerifyMyPhoneRequestSchema; output: typeof VerifyMyPhoneResponseSchema; }, /** * Resends an sms to the last given phone number, to verify it * * @generated from rpc zitadel.auth.v1.AuthService.ResendMyPhoneVerification */ resendMyPhoneVerification: { methodKind: "unary"; input: typeof ResendMyPhoneVerificationRequestSchema; output: typeof ResendMyPhoneVerificationResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyPhone */ removeMyPhone: { methodKind: "unary"; input: typeof RemoveMyPhoneRequestSchema; output: typeof RemoveMyPhoneResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyAvatar */ removeMyAvatar: { methodKind: "unary"; input: typeof RemoveMyAvatarRequestSchema; output: typeof RemoveMyAvatarResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyLinkedIDPs */ listMyLinkedIDPs: { methodKind: "unary"; input: typeof ListMyLinkedIDPsRequestSchema; output: typeof ListMyLinkedIDPsResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyLinkedIDP */ removeMyLinkedIDP: { methodKind: "unary"; input: typeof RemoveMyLinkedIDPRequestSchema; output: typeof RemoveMyLinkedIDPResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyAuthFactors */ listMyAuthFactors: { methodKind: "unary"; input: typeof ListMyAuthFactorsRequestSchema; output: typeof ListMyAuthFactorsResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.AddMyAuthFactorOTP */ addMyAuthFactorOTP: { methodKind: "unary"; input: typeof AddMyAuthFactorOTPRequestSchema; output: typeof AddMyAuthFactorOTPResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.VerifyMyAuthFactorOTP */ verifyMyAuthFactorOTP: { methodKind: "unary"; input: typeof VerifyMyAuthFactorOTPRequestSchema; output: typeof VerifyMyAuthFactorOTPResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyAuthFactorOTP */ removeMyAuthFactorOTP: { methodKind: "unary"; input: typeof RemoveMyAuthFactorOTPRequestSchema; output: typeof RemoveMyAuthFactorOTPResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.AddMyAuthFactorOTPSMS */ addMyAuthFactorOTPSMS: { methodKind: "unary"; input: typeof AddMyAuthFactorOTPSMSRequestSchema; output: typeof AddMyAuthFactorOTPSMSResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyAuthFactorOTPSMS */ removeMyAuthFactorOTPSMS: { methodKind: "unary"; input: typeof RemoveMyAuthFactorOTPSMSRequestSchema; output: typeof RemoveMyAuthFactorOTPSMSResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.AddMyAuthFactorOTPEmail */ addMyAuthFactorOTPEmail: { methodKind: "unary"; input: typeof AddMyAuthFactorOTPEmailRequestSchema; output: typeof AddMyAuthFactorOTPEmailResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyAuthFactorOTPEmail */ removeMyAuthFactorOTPEmail: { methodKind: "unary"; input: typeof RemoveMyAuthFactorOTPEmailRequestSchema; output: typeof RemoveMyAuthFactorOTPEmailResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.AddMyAuthFactorU2F */ addMyAuthFactorU2F: { methodKind: "unary"; input: typeof AddMyAuthFactorU2FRequestSchema; output: typeof AddMyAuthFactorU2FResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.VerifyMyAuthFactorU2F */ verifyMyAuthFactorU2F: { methodKind: "unary"; input: typeof VerifyMyAuthFactorU2FRequestSchema; output: typeof VerifyMyAuthFactorU2FResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyAuthFactorU2F */ removeMyAuthFactorU2F: { methodKind: "unary"; input: typeof RemoveMyAuthFactorU2FRequestSchema; output: typeof RemoveMyAuthFactorU2FResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyPasswordless */ listMyPasswordless: { methodKind: "unary"; input: typeof ListMyPasswordlessRequestSchema; output: typeof ListMyPasswordlessResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.AddMyPasswordless */ addMyPasswordless: { methodKind: "unary"; input: typeof AddMyPasswordlessRequestSchema; output: typeof AddMyPasswordlessResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.AddMyPasswordlessLink */ addMyPasswordlessLink: { methodKind: "unary"; input: typeof AddMyPasswordlessLinkRequestSchema; output: typeof AddMyPasswordlessLinkResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.SendMyPasswordlessLink */ sendMyPasswordlessLink: { methodKind: "unary"; input: typeof SendMyPasswordlessLinkRequestSchema; output: typeof SendMyPasswordlessLinkResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.VerifyMyPasswordless */ verifyMyPasswordless: { methodKind: "unary"; input: typeof VerifyMyPasswordlessRequestSchema; output: typeof VerifyMyPasswordlessResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.RemoveMyPasswordless */ removeMyPasswordless: { methodKind: "unary"; input: typeof RemoveMyPasswordlessRequestSchema; output: typeof RemoveMyPasswordlessResponseSchema; }, /** * List My Authorizations / User Grants * * Deprecated: [List authorizations](apis/resources/authorization_service_v2/zitadel-authorization-v-2-beta-authorization-service-list-authorizations.api.mdx) and pass the user ID filter with your users ID to search for your authorizations on granted and owned projects. * * Returns a list of the authorizations/user grants the authenticated user has. User grants consist of an organization, a project and 1-n roles. * * @generated from rpc zitadel.auth.v1.AuthService.ListMyUserGrants */ listMyUserGrants: { methodKind: "unary"; input: typeof ListMyUserGrantsRequestSchema; output: typeof ListMyUserGrantsResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyProjectOrgs */ listMyProjectOrgs: { methodKind: "unary"; input: typeof ListMyProjectOrgsRequestSchema; output: typeof ListMyProjectOrgsResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyZitadelPermissions */ listMyZitadelPermissions: { methodKind: "unary"; input: typeof ListMyZitadelPermissionsRequestSchema; output: typeof ListMyZitadelPermissionsResponseSchema; }, /** * List My Project Roles * * Deprecated: [List authorizations](apis/resources/authorization_service_v2/zitadel-authorization-v-2-beta-authorization-service-list-authorizations.api.mdx) and pass the user ID filter with your users ID and the project ID filter to search for your authorizations on a granted and an owned project. * * Returns a list of roles for the authenticated user and for the requesting project. * * @generated from rpc zitadel.auth.v1.AuthService.ListMyProjectPermissions */ listMyProjectPermissions: { methodKind: "unary"; input: typeof ListMyProjectPermissionsRequestSchema; output: typeof ListMyProjectPermissionsResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.ListMyMemberships */ listMyMemberships: { methodKind: "unary"; input: typeof ListMyMembershipsRequestSchema; output: typeof ListMyMembershipsResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyLabelPolicy */ getMyLabelPolicy: { methodKind: "unary"; input: typeof GetMyLabelPolicyRequestSchema; output: typeof GetMyLabelPolicyResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyPrivacyPolicy */ getMyPrivacyPolicy: { methodKind: "unary"; input: typeof GetMyPrivacyPolicyRequestSchema; output: typeof GetMyPrivacyPolicyResponseSchema; }, /** * @generated from rpc zitadel.auth.v1.AuthService.GetMyLoginPolicy */ getMyLoginPolicy: { methodKind: "unary"; input: typeof GetMyLoginPolicyRequestSchema; output: typeof GetMyLoginPolicyResponseSchema; }, }>;