@eide/foir-proto-ts 0.29.0 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/identity/v1/identity_connect.d.ts +75 -1
- package/src/identity/v1/identity_connect.js +75 -1
- package/src/identity/v1/identity_pb.d.ts +564 -0
- package/src/identity/v1/identity_pb.js +318 -184
- package/src/records/v1/records_pb.d.ts +36 -0
- package/src/records/v1/records_pb.js +1 -1
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { AcceptInvitationRequest, AcceptInvitationResponse, ActivateTenantRequest, ActivateTenantResponse, CancelTenantRequest, CancelTenantResponse, CheckEmailAvailabilityRequest, CheckEmailAvailabilityResponse, ChurnTenantRequest, ChurnTenantResponse, ClearSessionContextRequest, ClearSessionContextResponse, CompleteAccountSetupRequest, CompleteAccountSetupResponse, CreateAdminUserRequest, CreateAdminUserResponse, CreateApiKeyRequest, CreateApiKeyResponse, CreateAuthProviderRequest, CreateAuthProviderResponse, CreateCustomerRequest, CreateCustomerResponse, CreateInvitationRequest, CreateInvitationResponse, CreateProjectRequest, CreateProjectResponse, CreateSignupSessionRequest, CreateSignupSessionResponse, CreateTenantRequest, CreateTenantResponse, CustomerLoginRequest, CustomerLoginResponse, CustomerRefreshTokenRequest, CustomerRefreshTokenResponse, CustomerRegisterRequest, CustomerRegisterResponse, CustomerRequestOTPRequest, CustomerRequestOTPResponse, CustomerRequestPasswordResetRequest, CustomerRequestPasswordResetResponse, CustomerResetPasswordRequest, CustomerResetPasswordResponse, CustomerVerifyOTPRequest, CustomerVerifyOTPResponse, DeleteAuthProviderRequest, DeleteAuthProviderResponse, DeleteCustomerRequest, DeleteCustomerResponse, DeleteProjectRequest, DeleteProjectResponse, DeleteProviderTokensRequest, DeleteProviderTokensResponse, DeleteTenantRequest, DeleteTenantResponse, EnabledOAuthProvidersRequest, EnabledOAuthProvidersResponse, GetAdminUserRequest, GetAdminUserResponse, GetApiKeyRequest, GetApiKeyResponse, GetAuthProviderRequest, GetAuthProviderResponse, GetCustomerAuthConfigRequest, GetCustomerAuthConfigResponse, GetCustomerManagementStatusRequest, GetCustomerManagementStatusResponse, GetCustomerRequest, GetCustomerResponse, GetDefaultProjectRequest, GetDefaultProjectResponse, GetInvitationRequest, GetInvitationResponse, GetMeRequest, GetMeResponse, GetProjectRequest, GetProjectResponse, GetProviderTokenRequest, GetProviderTokenResponse, GetSessionContextRequest, GetSessionContextResponse, GetTenantRequest, GetTenantResponse, GrantAccessRequest, GrantAccessResponse, ListAdminUsersRequest, ListAdminUsersResponse, ListApiKeysRequest, ListApiKeysResponse, ListAuthProvidersRequest, ListAuthProvidersResponse, ListCustomersRequest, ListCustomersResponse, ListInvitationsRequest, ListInvitationsResponse, ListMyOAuthConnectionsRequest, ListMyOAuthConnectionsResponse, ListProjectsRequest, ListProjectsResponse, ListTenantsRequest, ListTenantsResponse, LoginRequest, LoginResponse, LoginWithOTPRequest, LoginWithOTPResponse, LogoutRequest, LogoutResponse, MarkTenantPastDueRequest, MarkTenantPastDueResponse, MintServiceTokenRequest, MintServiceTokenResponse, ReactivateTenantRequest, ReactivateTenantResponse, RefreshTokenRequest, RefreshTokenResponse, RegisterRequest, RegisterResponse, RequestOTPRequest, RequestOTPResponse, RequestPasswordResetRequest, RequestPasswordResetResponse, ResendInvitationRequest, ResendInvitationResponse, ResendVerificationEmailRequest, ResendVerificationEmailResponse, ResetPasswordRequest, ResetPasswordResponse, RevokeAccessRequest, RevokeAccessResponse, RevokeApiKeyRequest, RevokeApiKeyResponse, RevokeInvitationRequest, RevokeInvitationResponse, RotateApiKeyRequest, RotateApiKeyResponse, SendEmailVerificationCodeRequest, SendEmailVerificationCodeResponse, SetDefaultProjectRequest, SetDefaultProjectResponse, StoreProviderTokenRequest, StoreProviderTokenResponse, SuspendCustomerRequest, SuspendCustomerResponse, SuspendTenantAccountRequest, SuspendTenantAccountResponse, SwitchProjectRequest, SwitchProjectResponse, SwitchTenantRequest, SwitchTenantResponse, UnlinkOAuthProviderRequest, UnlinkOAuthProviderResponse, UpdateAdminUserRequest, UpdateAdminUserResponse, UpdateApiKeyRequest, UpdateApiKeyResponse, UpdateAuthProviderRequest, UpdateAuthProviderResponse, UpdateCustomerRequest, UpdateCustomerResponse, UpdateMyProfileRequest, UpdateMyProfileResponse, UpdatePasswordRequest, UpdatePasswordResponse, UpdateProjectRequest, UpdateProjectResponse, UpdateTenantRequest, UpdateTenantResponse, ValidateApiKeyRequest, ValidateApiKeyResponse, ValidateInvitationRequest, ValidateInvitationResponse, VerifyCustomerTokenRequest, VerifyCustomerTokenResponse, VerifyEmailCodeRequest, VerifyEmailCodeResponse, VerifyEmailRequest, VerifyEmailResponse } from "./identity_pbjs";
|
|
6
|
+
import { AcceptCustomerInvitationRequest, AcceptCustomerInvitationResponse, AcceptInvitationRequest, AcceptInvitationResponse, ActivateTenantRequest, ActivateTenantResponse, CancelTenantRequest, CancelTenantResponse, CheckEmailAvailabilityRequest, CheckEmailAvailabilityResponse, ChurnTenantRequest, ChurnTenantResponse, ClearSessionContextRequest, ClearSessionContextResponse, CompleteAccountSetupRequest, CompleteAccountSetupResponse, CreateAdminUserRequest, CreateAdminUserResponse, CreateApiKeyRequest, CreateApiKeyResponse, CreateAuthProviderRequest, CreateAuthProviderResponse, CreateCustomerInvitationRequest, CreateCustomerInvitationResponse, CreateCustomerRequest, CreateCustomerResponse, CreateInvitationRequest, CreateInvitationResponse, CreateProjectRequest, CreateProjectResponse, CreateSignupSessionRequest, CreateSignupSessionResponse, CreateTenantRequest, CreateTenantResponse, CustomerLoginRequest, CustomerLoginResponse, CustomerRefreshTokenRequest, CustomerRefreshTokenResponse, CustomerRegisterRequest, CustomerRegisterResponse, CustomerRequestOTPRequest, CustomerRequestOTPResponse, CustomerRequestPasswordResetRequest, CustomerRequestPasswordResetResponse, CustomerResetPasswordRequest, CustomerResetPasswordResponse, CustomerVerifyOTPRequest, CustomerVerifyOTPResponse, DeleteAuthProviderRequest, DeleteAuthProviderResponse, DeleteCustomerRequest, DeleteCustomerResponse, DeleteProjectRequest, DeleteProjectResponse, DeleteProviderTokensRequest, DeleteProviderTokensResponse, DeleteTenantRequest, DeleteTenantResponse, EnabledOAuthProvidersRequest, EnabledOAuthProvidersResponse, GetAdminUserRequest, GetAdminUserResponse, GetApiKeyRequest, GetApiKeyResponse, GetAuthProviderRequest, GetAuthProviderResponse, GetCustomerAuthConfigRequest, GetCustomerAuthConfigResponse, GetCustomerInvitationRequest, GetCustomerInvitationResponse, GetCustomerManagementStatusRequest, GetCustomerManagementStatusResponse, GetCustomerRequest, GetCustomerResponse, GetDefaultProjectRequest, GetDefaultProjectResponse, GetInvitationRequest, GetInvitationResponse, GetMeRequest, GetMeResponse, GetProjectRequest, GetProjectResponse, GetProviderTokenRequest, GetProviderTokenResponse, GetSessionContextRequest, GetSessionContextResponse, GetTenantRequest, GetTenantResponse, GrantAccessRequest, GrantAccessResponse, ListAdminUsersRequest, ListAdminUsersResponse, ListApiKeysRequest, ListApiKeysResponse, ListAuthProvidersRequest, ListAuthProvidersResponse, ListCustomerInvitationsRequest, ListCustomerInvitationsResponse, ListCustomersRequest, ListCustomersResponse, ListInvitationsRequest, ListInvitationsResponse, ListMyOAuthConnectionsRequest, ListMyOAuthConnectionsResponse, ListProjectsRequest, ListProjectsResponse, ListTenantsRequest, ListTenantsResponse, LoginRequest, LoginResponse, LoginWithOTPRequest, LoginWithOTPResponse, LogoutRequest, LogoutResponse, MarkTenantPastDueRequest, MarkTenantPastDueResponse, MintServiceTokenRequest, MintServiceTokenResponse, ReactivateTenantRequest, ReactivateTenantResponse, RefreshTokenRequest, RefreshTokenResponse, RegisterRequest, RegisterResponse, RequestOTPRequest, RequestOTPResponse, RequestPasswordResetRequest, RequestPasswordResetResponse, ResendCustomerInvitationRequest, ResendCustomerInvitationResponse, ResendInvitationRequest, ResendInvitationResponse, ResendVerificationEmailRequest, ResendVerificationEmailResponse, ResetPasswordRequest, ResetPasswordResponse, RevokeAccessRequest, RevokeAccessResponse, RevokeApiKeyRequest, RevokeApiKeyResponse, RevokeCustomerInvitationRequest, RevokeCustomerInvitationResponse, RevokeInvitationRequest, RevokeInvitationResponse, RotateApiKeyRequest, RotateApiKeyResponse, SendEmailVerificationCodeRequest, SendEmailVerificationCodeResponse, SetCustomerPasswordRequest, SetCustomerPasswordResponse, SetDefaultProjectRequest, SetDefaultProjectResponse, StoreProviderTokenRequest, StoreProviderTokenResponse, SuspendCustomerRequest, SuspendCustomerResponse, SuspendTenantAccountRequest, SuspendTenantAccountResponse, SwitchProjectRequest, SwitchProjectResponse, SwitchTenantRequest, SwitchTenantResponse, UnlinkOAuthProviderRequest, UnlinkOAuthProviderResponse, UpdateAdminUserRequest, UpdateAdminUserResponse, UpdateApiKeyRequest, UpdateApiKeyResponse, UpdateAuthProviderRequest, UpdateAuthProviderResponse, UpdateCustomerRequest, UpdateCustomerResponse, UpdateMyProfileRequest, UpdateMyProfileResponse, UpdatePasswordRequest, UpdatePasswordResponse, UpdateProjectRequest, UpdateProjectResponse, UpdateTenantRequest, UpdateTenantResponse, ValidateApiKeyRequest, ValidateApiKeyResponse, ValidateCustomerInvitationRequest, ValidateCustomerInvitationResponse, ValidateInvitationRequest, ValidateInvitationResponse, VerifyCustomerTokenRequest, VerifyCustomerTokenResponse, VerifyEmailCodeRequest, VerifyEmailCodeResponse, VerifyEmailRequest, VerifyEmailResponse } from "./identity_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -290,6 +290,80 @@ export declare const IdentityService: {
|
|
|
290
290
|
readonly O: typeof SuspendCustomerResponse,
|
|
291
291
|
readonly kind: MethodKind.Unary,
|
|
292
292
|
},
|
|
293
|
+
/**
|
|
294
|
+
* @generated from rpc identity.v1.IdentityService.SetCustomerPassword
|
|
295
|
+
*/
|
|
296
|
+
readonly setCustomerPassword: {
|
|
297
|
+
readonly name: "SetCustomerPassword",
|
|
298
|
+
readonly I: typeof SetCustomerPasswordRequest,
|
|
299
|
+
readonly O: typeof SetCustomerPasswordResponse,
|
|
300
|
+
readonly kind: MethodKind.Unary,
|
|
301
|
+
},
|
|
302
|
+
/**
|
|
303
|
+
* Customer Invitations.
|
|
304
|
+
*
|
|
305
|
+
* @generated from rpc identity.v1.IdentityService.CreateCustomerInvitation
|
|
306
|
+
*/
|
|
307
|
+
readonly createCustomerInvitation: {
|
|
308
|
+
readonly name: "CreateCustomerInvitation",
|
|
309
|
+
readonly I: typeof CreateCustomerInvitationRequest,
|
|
310
|
+
readonly O: typeof CreateCustomerInvitationResponse,
|
|
311
|
+
readonly kind: MethodKind.Unary,
|
|
312
|
+
},
|
|
313
|
+
/**
|
|
314
|
+
* @generated from rpc identity.v1.IdentityService.ListCustomerInvitations
|
|
315
|
+
*/
|
|
316
|
+
readonly listCustomerInvitations: {
|
|
317
|
+
readonly name: "ListCustomerInvitations",
|
|
318
|
+
readonly I: typeof ListCustomerInvitationsRequest,
|
|
319
|
+
readonly O: typeof ListCustomerInvitationsResponse,
|
|
320
|
+
readonly kind: MethodKind.Unary,
|
|
321
|
+
},
|
|
322
|
+
/**
|
|
323
|
+
* @generated from rpc identity.v1.IdentityService.GetCustomerInvitation
|
|
324
|
+
*/
|
|
325
|
+
readonly getCustomerInvitation: {
|
|
326
|
+
readonly name: "GetCustomerInvitation",
|
|
327
|
+
readonly I: typeof GetCustomerInvitationRequest,
|
|
328
|
+
readonly O: typeof GetCustomerInvitationResponse,
|
|
329
|
+
readonly kind: MethodKind.Unary,
|
|
330
|
+
},
|
|
331
|
+
/**
|
|
332
|
+
* @generated from rpc identity.v1.IdentityService.RevokeCustomerInvitation
|
|
333
|
+
*/
|
|
334
|
+
readonly revokeCustomerInvitation: {
|
|
335
|
+
readonly name: "RevokeCustomerInvitation",
|
|
336
|
+
readonly I: typeof RevokeCustomerInvitationRequest,
|
|
337
|
+
readonly O: typeof RevokeCustomerInvitationResponse,
|
|
338
|
+
readonly kind: MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* @generated from rpc identity.v1.IdentityService.ResendCustomerInvitation
|
|
342
|
+
*/
|
|
343
|
+
readonly resendCustomerInvitation: {
|
|
344
|
+
readonly name: "ResendCustomerInvitation",
|
|
345
|
+
readonly I: typeof ResendCustomerInvitationRequest,
|
|
346
|
+
readonly O: typeof ResendCustomerInvitationResponse,
|
|
347
|
+
readonly kind: MethodKind.Unary,
|
|
348
|
+
},
|
|
349
|
+
/**
|
|
350
|
+
* @generated from rpc identity.v1.IdentityService.ValidateCustomerInvitation
|
|
351
|
+
*/
|
|
352
|
+
readonly validateCustomerInvitation: {
|
|
353
|
+
readonly name: "ValidateCustomerInvitation",
|
|
354
|
+
readonly I: typeof ValidateCustomerInvitationRequest,
|
|
355
|
+
readonly O: typeof ValidateCustomerInvitationResponse,
|
|
356
|
+
readonly kind: MethodKind.Unary,
|
|
357
|
+
},
|
|
358
|
+
/**
|
|
359
|
+
* @generated from rpc identity.v1.IdentityService.AcceptCustomerInvitation
|
|
360
|
+
*/
|
|
361
|
+
readonly acceptCustomerInvitation: {
|
|
362
|
+
readonly name: "AcceptCustomerInvitation",
|
|
363
|
+
readonly I: typeof AcceptCustomerInvitationRequest,
|
|
364
|
+
readonly O: typeof AcceptCustomerInvitationResponse,
|
|
365
|
+
readonly kind: MethodKind.Unary,
|
|
366
|
+
},
|
|
293
367
|
/**
|
|
294
368
|
* Tenants.
|
|
295
369
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { AcceptInvitationRequest, AcceptInvitationResponse, ActivateTenantRequest, ActivateTenantResponse, CancelTenantRequest, CancelTenantResponse, CheckEmailAvailabilityRequest, CheckEmailAvailabilityResponse, ChurnTenantRequest, ChurnTenantResponse, ClearSessionContextRequest, ClearSessionContextResponse, CompleteAccountSetupRequest, CompleteAccountSetupResponse, CreateAdminUserRequest, CreateAdminUserResponse, CreateApiKeyRequest, CreateApiKeyResponse, CreateAuthProviderRequest, CreateAuthProviderResponse, CreateCustomerRequest, CreateCustomerResponse, CreateInvitationRequest, CreateInvitationResponse, CreateProjectRequest, CreateProjectResponse, CreateSignupSessionRequest, CreateSignupSessionResponse, CreateTenantRequest, CreateTenantResponse, CustomerLoginRequest, CustomerLoginResponse, CustomerRefreshTokenRequest, CustomerRefreshTokenResponse, CustomerRegisterRequest, CustomerRegisterResponse, CustomerRequestOTPRequest, CustomerRequestOTPResponse, CustomerRequestPasswordResetRequest, CustomerRequestPasswordResetResponse, CustomerResetPasswordRequest, CustomerResetPasswordResponse, CustomerVerifyOTPRequest, CustomerVerifyOTPResponse, DeleteAuthProviderRequest, DeleteAuthProviderResponse, DeleteCustomerRequest, DeleteCustomerResponse, DeleteProjectRequest, DeleteProjectResponse, DeleteProviderTokensRequest, DeleteProviderTokensResponse, DeleteTenantRequest, DeleteTenantResponse, EnabledOAuthProvidersRequest, EnabledOAuthProvidersResponse, GetAdminUserRequest, GetAdminUserResponse, GetApiKeyRequest, GetApiKeyResponse, GetAuthProviderRequest, GetAuthProviderResponse, GetCustomerAuthConfigRequest, GetCustomerAuthConfigResponse, GetCustomerManagementStatusRequest, GetCustomerManagementStatusResponse, GetCustomerRequest, GetCustomerResponse, GetDefaultProjectRequest, GetDefaultProjectResponse, GetInvitationRequest, GetInvitationResponse, GetMeRequest, GetMeResponse, GetProjectRequest, GetProjectResponse, GetProviderTokenRequest, GetProviderTokenResponse, GetSessionContextRequest, GetSessionContextResponse, GetTenantRequest, GetTenantResponse, GrantAccessRequest, GrantAccessResponse, ListAdminUsersRequest, ListAdminUsersResponse, ListApiKeysRequest, ListApiKeysResponse, ListAuthProvidersRequest, ListAuthProvidersResponse, ListCustomersRequest, ListCustomersResponse, ListInvitationsRequest, ListInvitationsResponse, ListMyOAuthConnectionsRequest, ListMyOAuthConnectionsResponse, ListProjectsRequest, ListProjectsResponse, ListTenantsRequest, ListTenantsResponse, LoginRequest, LoginResponse, LoginWithOTPRequest, LoginWithOTPResponse, LogoutRequest, LogoutResponse, MarkTenantPastDueRequest, MarkTenantPastDueResponse, MintServiceTokenRequest, MintServiceTokenResponse, ReactivateTenantRequest, ReactivateTenantResponse, RefreshTokenRequest, RefreshTokenResponse, RegisterRequest, RegisterResponse, RequestOTPRequest, RequestOTPResponse, RequestPasswordResetRequest, RequestPasswordResetResponse, ResendInvitationRequest, ResendInvitationResponse, ResendVerificationEmailRequest, ResendVerificationEmailResponse, ResetPasswordRequest, ResetPasswordResponse, RevokeAccessRequest, RevokeAccessResponse, RevokeApiKeyRequest, RevokeApiKeyResponse, RevokeInvitationRequest, RevokeInvitationResponse, RotateApiKeyRequest, RotateApiKeyResponse, SendEmailVerificationCodeRequest, SendEmailVerificationCodeResponse, SetDefaultProjectRequest, SetDefaultProjectResponse, StoreProviderTokenRequest, StoreProviderTokenResponse, SuspendCustomerRequest, SuspendCustomerResponse, SuspendTenantAccountRequest, SuspendTenantAccountResponse, SwitchProjectRequest, SwitchProjectResponse, SwitchTenantRequest, SwitchTenantResponse, UnlinkOAuthProviderRequest, UnlinkOAuthProviderResponse, UpdateAdminUserRequest, UpdateAdminUserResponse, UpdateApiKeyRequest, UpdateApiKeyResponse, UpdateAuthProviderRequest, UpdateAuthProviderResponse, UpdateCustomerRequest, UpdateCustomerResponse, UpdateMyProfileRequest, UpdateMyProfileResponse, UpdatePasswordRequest, UpdatePasswordResponse, UpdateProjectRequest, UpdateProjectResponse, UpdateTenantRequest, UpdateTenantResponse, ValidateApiKeyRequest, ValidateApiKeyResponse, ValidateInvitationRequest, ValidateInvitationResponse, VerifyCustomerTokenRequest, VerifyCustomerTokenResponse, VerifyEmailCodeRequest, VerifyEmailCodeResponse, VerifyEmailRequest, VerifyEmailResponse } from "./identity_pbjs";
|
|
6
|
+
import { AcceptCustomerInvitationRequest, AcceptCustomerInvitationResponse, AcceptInvitationRequest, AcceptInvitationResponse, ActivateTenantRequest, ActivateTenantResponse, CancelTenantRequest, CancelTenantResponse, CheckEmailAvailabilityRequest, CheckEmailAvailabilityResponse, ChurnTenantRequest, ChurnTenantResponse, ClearSessionContextRequest, ClearSessionContextResponse, CompleteAccountSetupRequest, CompleteAccountSetupResponse, CreateAdminUserRequest, CreateAdminUserResponse, CreateApiKeyRequest, CreateApiKeyResponse, CreateAuthProviderRequest, CreateAuthProviderResponse, CreateCustomerInvitationRequest, CreateCustomerInvitationResponse, CreateCustomerRequest, CreateCustomerResponse, CreateInvitationRequest, CreateInvitationResponse, CreateProjectRequest, CreateProjectResponse, CreateSignupSessionRequest, CreateSignupSessionResponse, CreateTenantRequest, CreateTenantResponse, CustomerLoginRequest, CustomerLoginResponse, CustomerRefreshTokenRequest, CustomerRefreshTokenResponse, CustomerRegisterRequest, CustomerRegisterResponse, CustomerRequestOTPRequest, CustomerRequestOTPResponse, CustomerRequestPasswordResetRequest, CustomerRequestPasswordResetResponse, CustomerResetPasswordRequest, CustomerResetPasswordResponse, CustomerVerifyOTPRequest, CustomerVerifyOTPResponse, DeleteAuthProviderRequest, DeleteAuthProviderResponse, DeleteCustomerRequest, DeleteCustomerResponse, DeleteProjectRequest, DeleteProjectResponse, DeleteProviderTokensRequest, DeleteProviderTokensResponse, DeleteTenantRequest, DeleteTenantResponse, EnabledOAuthProvidersRequest, EnabledOAuthProvidersResponse, GetAdminUserRequest, GetAdminUserResponse, GetApiKeyRequest, GetApiKeyResponse, GetAuthProviderRequest, GetAuthProviderResponse, GetCustomerAuthConfigRequest, GetCustomerAuthConfigResponse, GetCustomerInvitationRequest, GetCustomerInvitationResponse, GetCustomerManagementStatusRequest, GetCustomerManagementStatusResponse, GetCustomerRequest, GetCustomerResponse, GetDefaultProjectRequest, GetDefaultProjectResponse, GetInvitationRequest, GetInvitationResponse, GetMeRequest, GetMeResponse, GetProjectRequest, GetProjectResponse, GetProviderTokenRequest, GetProviderTokenResponse, GetSessionContextRequest, GetSessionContextResponse, GetTenantRequest, GetTenantResponse, GrantAccessRequest, GrantAccessResponse, ListAdminUsersRequest, ListAdminUsersResponse, ListApiKeysRequest, ListApiKeysResponse, ListAuthProvidersRequest, ListAuthProvidersResponse, ListCustomerInvitationsRequest, ListCustomerInvitationsResponse, ListCustomersRequest, ListCustomersResponse, ListInvitationsRequest, ListInvitationsResponse, ListMyOAuthConnectionsRequest, ListMyOAuthConnectionsResponse, ListProjectsRequest, ListProjectsResponse, ListTenantsRequest, ListTenantsResponse, LoginRequest, LoginResponse, LoginWithOTPRequest, LoginWithOTPResponse, LogoutRequest, LogoutResponse, MarkTenantPastDueRequest, MarkTenantPastDueResponse, MintServiceTokenRequest, MintServiceTokenResponse, ReactivateTenantRequest, ReactivateTenantResponse, RefreshTokenRequest, RefreshTokenResponse, RegisterRequest, RegisterResponse, RequestOTPRequest, RequestOTPResponse, RequestPasswordResetRequest, RequestPasswordResetResponse, ResendCustomerInvitationRequest, ResendCustomerInvitationResponse, ResendInvitationRequest, ResendInvitationResponse, ResendVerificationEmailRequest, ResendVerificationEmailResponse, ResetPasswordRequest, ResetPasswordResponse, RevokeAccessRequest, RevokeAccessResponse, RevokeApiKeyRequest, RevokeApiKeyResponse, RevokeCustomerInvitationRequest, RevokeCustomerInvitationResponse, RevokeInvitationRequest, RevokeInvitationResponse, RotateApiKeyRequest, RotateApiKeyResponse, SendEmailVerificationCodeRequest, SendEmailVerificationCodeResponse, SetCustomerPasswordRequest, SetCustomerPasswordResponse, SetDefaultProjectRequest, SetDefaultProjectResponse, StoreProviderTokenRequest, StoreProviderTokenResponse, SuspendCustomerRequest, SuspendCustomerResponse, SuspendTenantAccountRequest, SuspendTenantAccountResponse, SwitchProjectRequest, SwitchProjectResponse, SwitchTenantRequest, SwitchTenantResponse, UnlinkOAuthProviderRequest, UnlinkOAuthProviderResponse, UpdateAdminUserRequest, UpdateAdminUserResponse, UpdateApiKeyRequest, UpdateApiKeyResponse, UpdateAuthProviderRequest, UpdateAuthProviderResponse, UpdateCustomerRequest, UpdateCustomerResponse, UpdateMyProfileRequest, UpdateMyProfileResponse, UpdatePasswordRequest, UpdatePasswordResponse, UpdateProjectRequest, UpdateProjectResponse, UpdateTenantRequest, UpdateTenantResponse, ValidateApiKeyRequest, ValidateApiKeyResponse, ValidateCustomerInvitationRequest, ValidateCustomerInvitationResponse, ValidateInvitationRequest, ValidateInvitationResponse, VerifyCustomerTokenRequest, VerifyCustomerTokenResponse, VerifyEmailCodeRequest, VerifyEmailCodeResponse, VerifyEmailRequest, VerifyEmailResponse } from "./identity_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -290,6 +290,80 @@ export const IdentityService = {
|
|
|
290
290
|
O: SuspendCustomerResponse,
|
|
291
291
|
kind: MethodKind.Unary,
|
|
292
292
|
},
|
|
293
|
+
/**
|
|
294
|
+
* @generated from rpc identity.v1.IdentityService.SetCustomerPassword
|
|
295
|
+
*/
|
|
296
|
+
setCustomerPassword: {
|
|
297
|
+
name: "SetCustomerPassword",
|
|
298
|
+
I: SetCustomerPasswordRequest,
|
|
299
|
+
O: SetCustomerPasswordResponse,
|
|
300
|
+
kind: MethodKind.Unary,
|
|
301
|
+
},
|
|
302
|
+
/**
|
|
303
|
+
* Customer Invitations.
|
|
304
|
+
*
|
|
305
|
+
* @generated from rpc identity.v1.IdentityService.CreateCustomerInvitation
|
|
306
|
+
*/
|
|
307
|
+
createCustomerInvitation: {
|
|
308
|
+
name: "CreateCustomerInvitation",
|
|
309
|
+
I: CreateCustomerInvitationRequest,
|
|
310
|
+
O: CreateCustomerInvitationResponse,
|
|
311
|
+
kind: MethodKind.Unary,
|
|
312
|
+
},
|
|
313
|
+
/**
|
|
314
|
+
* @generated from rpc identity.v1.IdentityService.ListCustomerInvitations
|
|
315
|
+
*/
|
|
316
|
+
listCustomerInvitations: {
|
|
317
|
+
name: "ListCustomerInvitations",
|
|
318
|
+
I: ListCustomerInvitationsRequest,
|
|
319
|
+
O: ListCustomerInvitationsResponse,
|
|
320
|
+
kind: MethodKind.Unary,
|
|
321
|
+
},
|
|
322
|
+
/**
|
|
323
|
+
* @generated from rpc identity.v1.IdentityService.GetCustomerInvitation
|
|
324
|
+
*/
|
|
325
|
+
getCustomerInvitation: {
|
|
326
|
+
name: "GetCustomerInvitation",
|
|
327
|
+
I: GetCustomerInvitationRequest,
|
|
328
|
+
O: GetCustomerInvitationResponse,
|
|
329
|
+
kind: MethodKind.Unary,
|
|
330
|
+
},
|
|
331
|
+
/**
|
|
332
|
+
* @generated from rpc identity.v1.IdentityService.RevokeCustomerInvitation
|
|
333
|
+
*/
|
|
334
|
+
revokeCustomerInvitation: {
|
|
335
|
+
name: "RevokeCustomerInvitation",
|
|
336
|
+
I: RevokeCustomerInvitationRequest,
|
|
337
|
+
O: RevokeCustomerInvitationResponse,
|
|
338
|
+
kind: MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* @generated from rpc identity.v1.IdentityService.ResendCustomerInvitation
|
|
342
|
+
*/
|
|
343
|
+
resendCustomerInvitation: {
|
|
344
|
+
name: "ResendCustomerInvitation",
|
|
345
|
+
I: ResendCustomerInvitationRequest,
|
|
346
|
+
O: ResendCustomerInvitationResponse,
|
|
347
|
+
kind: MethodKind.Unary,
|
|
348
|
+
},
|
|
349
|
+
/**
|
|
350
|
+
* @generated from rpc identity.v1.IdentityService.ValidateCustomerInvitation
|
|
351
|
+
*/
|
|
352
|
+
validateCustomerInvitation: {
|
|
353
|
+
name: "ValidateCustomerInvitation",
|
|
354
|
+
I: ValidateCustomerInvitationRequest,
|
|
355
|
+
O: ValidateCustomerInvitationResponse,
|
|
356
|
+
kind: MethodKind.Unary,
|
|
357
|
+
},
|
|
358
|
+
/**
|
|
359
|
+
* @generated from rpc identity.v1.IdentityService.AcceptCustomerInvitation
|
|
360
|
+
*/
|
|
361
|
+
acceptCustomerInvitation: {
|
|
362
|
+
name: "AcceptCustomerInvitation",
|
|
363
|
+
I: AcceptCustomerInvitationRequest,
|
|
364
|
+
O: AcceptCustomerInvitationResponse,
|
|
365
|
+
kind: MethodKind.Unary,
|
|
366
|
+
},
|
|
293
367
|
/**
|
|
294
368
|
* Tenants.
|
|
295
369
|
*
|