@in-human-resources/backend-proto 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +63 -0
- package/buf.gen.yaml +17 -0
- package/buf.yaml +10 -0
- package/gen/ts/api/v1/auth_connect.ts +195 -0
- package/gen/ts/api/v1/auth_pb.ts +1282 -0
- package/gen/ts/api/v1/candidate_connect.ts +172 -0
- package/gen/ts/api/v1/candidate_pb.ts +1192 -0
- package/gen/ts/api/v1/common_pb.ts +441 -0
- package/gen/ts/api/v1/company_connect.ts +170 -0
- package/gen/ts/api/v1/company_pb.ts +1078 -0
- package/gen/ts/auth/v1/service_connect.ts +567 -0
- package/gen/ts/auth/v1/service_pb.ts +5373 -0
- package/gen/ts/common/v1/common_pb.ts +51 -0
- package/package.json +38 -0
|
@@ -0,0 +1,567 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.7.0 with parameter "target=ts"
|
|
2
|
+
// @generated from file auth/v1/service.proto (package auth.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { AddCandidateExperienceRequest, CandidateProfileResponse, ChangePasswordRequest, ChangePasswordResponse, CheckApplicationReadyRequest, CheckApplicationReadyResponse, CheckPermissionRequest, CheckPermissionResponse, CompanyProfileResponse, CompleteCompanyProfileRequest, CompleteCompanyProfileResponse, CompleteOnboardingRequest, CreateCompanyRequest, CreateCompanyResponse, DeleteCandidateExperienceRequest, GetCandidateOnboardingStatusRequest, GetCandidateProfileRequest, GetCompanyOnboardingStatusRequest, GetCompanyProfileRequest, GetCompanyRequest, GetCompanyResponse, GetMyCompanyForUserRequest, GetMyCompanyMembershipRequest, GetMyCompanyMembershipResponse, GetOnboardingStatusRequest, GetOnboardingStatusResponse, GetProfileRequest, GetProfileResponse, InviteCompanyMemberRequest, InviteCompanyMemberResponse, LinkOAuthAccountRequest, LinkOAuthAccountResponse, ListCompanyMembersRequest, ListCompanyMembersResponse, ListSessionsRequest, ListSessionsResponse, LoginRequest, LoginResponse, LogoutRequest, LogoutResponse, OAuthCallbackRequest, OAuthCallbackResponse, OAuthLoginRequest, OAuthLoginResponse, OnboardingStatusResponse, RefreshTokenRequest, RefreshTokenResponse, RegisterRequest, RegisterResponse, RemoveCompanyMemberRequest, RemoveCompanyMemberResponse, RequestPasswordResetRequest, RequestPasswordResetResponse, ResendVerificationEmailRequest, ResendVerificationEmailResponse, ResetPasswordRequest, ResetPasswordResponse, RevokeAllSessionsRequest, RevokeAllSessionsResponse, RevokeSessionRequest, RevokeSessionResponse, SkipOnboardingStepRequest, SkipTeamInviteRequest, SkipTeamInviteResponse, SubmitAccountSetupRequest, SubmitCandidateBasicProfileRequest, SubmitCandidateExperienceRequest, SubmitCandidatePreferencesRequest, SubmitCandidateResumeRequest, SubmitCandidateSkillsRequest, SubmitCompanyBrandingRequest, SubmitCompanyDetailsRequest, SubmitCompanyInfoRequest, SubmitCompanyInviteTeamRequest, UnlinkOAuthAccountRequest, UnlinkOAuthAccountResponse, UpdateCandidateExperienceRequest, UpdateCandidatePreferencesRequest, UpdateCandidateProfileRequest, UpdateCandidateSkillsRequest, UpdateCompanyMemberRoleRequest, UpdateCompanyMemberRoleResponse, UpdateCompanyProfileRequest, UpdateCompanyProtoRequest, UpdateCompanyResponse, UpdateProfileRequest, UpdateProfileResponse, VerifyEmailRequest, VerifyEmailResponse, VerifyTokenRequest, VerifyTokenResponse } from "./service_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service auth.v1.AuthService
|
|
11
|
+
*/
|
|
12
|
+
export const AuthService = {
|
|
13
|
+
typeName: "auth.v1.AuthService",
|
|
14
|
+
methods: {
|
|
15
|
+
/**
|
|
16
|
+
* Core auth
|
|
17
|
+
*
|
|
18
|
+
* @generated from rpc auth.v1.AuthService.Register
|
|
19
|
+
*/
|
|
20
|
+
register: {
|
|
21
|
+
name: "Register",
|
|
22
|
+
I: RegisterRequest,
|
|
23
|
+
O: RegisterResponse,
|
|
24
|
+
kind: MethodKind.Unary,
|
|
25
|
+
},
|
|
26
|
+
/**
|
|
27
|
+
* @generated from rpc auth.v1.AuthService.Login
|
|
28
|
+
*/
|
|
29
|
+
login: {
|
|
30
|
+
name: "Login",
|
|
31
|
+
I: LoginRequest,
|
|
32
|
+
O: LoginResponse,
|
|
33
|
+
kind: MethodKind.Unary,
|
|
34
|
+
},
|
|
35
|
+
/**
|
|
36
|
+
* @generated from rpc auth.v1.AuthService.VerifyToken
|
|
37
|
+
*/
|
|
38
|
+
verifyToken: {
|
|
39
|
+
name: "VerifyToken",
|
|
40
|
+
I: VerifyTokenRequest,
|
|
41
|
+
O: VerifyTokenResponse,
|
|
42
|
+
kind: MethodKind.Unary,
|
|
43
|
+
},
|
|
44
|
+
/**
|
|
45
|
+
* @generated from rpc auth.v1.AuthService.RefreshToken
|
|
46
|
+
*/
|
|
47
|
+
refreshToken: {
|
|
48
|
+
name: "RefreshToken",
|
|
49
|
+
I: RefreshTokenRequest,
|
|
50
|
+
O: RefreshTokenResponse,
|
|
51
|
+
kind: MethodKind.Unary,
|
|
52
|
+
},
|
|
53
|
+
/**
|
|
54
|
+
* @generated from rpc auth.v1.AuthService.Logout
|
|
55
|
+
*/
|
|
56
|
+
logout: {
|
|
57
|
+
name: "Logout",
|
|
58
|
+
I: LogoutRequest,
|
|
59
|
+
O: LogoutResponse,
|
|
60
|
+
kind: MethodKind.Unary,
|
|
61
|
+
},
|
|
62
|
+
/**
|
|
63
|
+
* Email verification
|
|
64
|
+
*
|
|
65
|
+
* @generated from rpc auth.v1.AuthService.VerifyEmail
|
|
66
|
+
*/
|
|
67
|
+
verifyEmail: {
|
|
68
|
+
name: "VerifyEmail",
|
|
69
|
+
I: VerifyEmailRequest,
|
|
70
|
+
O: VerifyEmailResponse,
|
|
71
|
+
kind: MethodKind.Unary,
|
|
72
|
+
},
|
|
73
|
+
/**
|
|
74
|
+
* @generated from rpc auth.v1.AuthService.ResendVerificationEmail
|
|
75
|
+
*/
|
|
76
|
+
resendVerificationEmail: {
|
|
77
|
+
name: "ResendVerificationEmail",
|
|
78
|
+
I: ResendVerificationEmailRequest,
|
|
79
|
+
O: ResendVerificationEmailResponse,
|
|
80
|
+
kind: MethodKind.Unary,
|
|
81
|
+
},
|
|
82
|
+
/**
|
|
83
|
+
* Password management
|
|
84
|
+
*
|
|
85
|
+
* @generated from rpc auth.v1.AuthService.RequestPasswordReset
|
|
86
|
+
*/
|
|
87
|
+
requestPasswordReset: {
|
|
88
|
+
name: "RequestPasswordReset",
|
|
89
|
+
I: RequestPasswordResetRequest,
|
|
90
|
+
O: RequestPasswordResetResponse,
|
|
91
|
+
kind: MethodKind.Unary,
|
|
92
|
+
},
|
|
93
|
+
/**
|
|
94
|
+
* @generated from rpc auth.v1.AuthService.ResetPassword
|
|
95
|
+
*/
|
|
96
|
+
resetPassword: {
|
|
97
|
+
name: "ResetPassword",
|
|
98
|
+
I: ResetPasswordRequest,
|
|
99
|
+
O: ResetPasswordResponse,
|
|
100
|
+
kind: MethodKind.Unary,
|
|
101
|
+
},
|
|
102
|
+
/**
|
|
103
|
+
* @generated from rpc auth.v1.AuthService.ChangePassword
|
|
104
|
+
*/
|
|
105
|
+
changePassword: {
|
|
106
|
+
name: "ChangePassword",
|
|
107
|
+
I: ChangePasswordRequest,
|
|
108
|
+
O: ChangePasswordResponse,
|
|
109
|
+
kind: MethodKind.Unary,
|
|
110
|
+
},
|
|
111
|
+
/**
|
|
112
|
+
* Profile
|
|
113
|
+
*
|
|
114
|
+
* @generated from rpc auth.v1.AuthService.GetProfile
|
|
115
|
+
*/
|
|
116
|
+
getProfile: {
|
|
117
|
+
name: "GetProfile",
|
|
118
|
+
I: GetProfileRequest,
|
|
119
|
+
O: GetProfileResponse,
|
|
120
|
+
kind: MethodKind.Unary,
|
|
121
|
+
},
|
|
122
|
+
/**
|
|
123
|
+
* @generated from rpc auth.v1.AuthService.UpdateProfile
|
|
124
|
+
*/
|
|
125
|
+
updateProfile: {
|
|
126
|
+
name: "UpdateProfile",
|
|
127
|
+
I: UpdateProfileRequest,
|
|
128
|
+
O: UpdateProfileResponse,
|
|
129
|
+
kind: MethodKind.Unary,
|
|
130
|
+
},
|
|
131
|
+
/**
|
|
132
|
+
* Session management
|
|
133
|
+
*
|
|
134
|
+
* @generated from rpc auth.v1.AuthService.ListSessions
|
|
135
|
+
*/
|
|
136
|
+
listSessions: {
|
|
137
|
+
name: "ListSessions",
|
|
138
|
+
I: ListSessionsRequest,
|
|
139
|
+
O: ListSessionsResponse,
|
|
140
|
+
kind: MethodKind.Unary,
|
|
141
|
+
},
|
|
142
|
+
/**
|
|
143
|
+
* @generated from rpc auth.v1.AuthService.RevokeSession
|
|
144
|
+
*/
|
|
145
|
+
revokeSession: {
|
|
146
|
+
name: "RevokeSession",
|
|
147
|
+
I: RevokeSessionRequest,
|
|
148
|
+
O: RevokeSessionResponse,
|
|
149
|
+
kind: MethodKind.Unary,
|
|
150
|
+
},
|
|
151
|
+
/**
|
|
152
|
+
* @generated from rpc auth.v1.AuthService.RevokeAllSessions
|
|
153
|
+
*/
|
|
154
|
+
revokeAllSessions: {
|
|
155
|
+
name: "RevokeAllSessions",
|
|
156
|
+
I: RevokeAllSessionsRequest,
|
|
157
|
+
O: RevokeAllSessionsResponse,
|
|
158
|
+
kind: MethodKind.Unary,
|
|
159
|
+
},
|
|
160
|
+
/**
|
|
161
|
+
* OAuth
|
|
162
|
+
*
|
|
163
|
+
* @generated from rpc auth.v1.AuthService.OAuthLogin
|
|
164
|
+
*/
|
|
165
|
+
oAuthLogin: {
|
|
166
|
+
name: "OAuthLogin",
|
|
167
|
+
I: OAuthLoginRequest,
|
|
168
|
+
O: OAuthLoginResponse,
|
|
169
|
+
kind: MethodKind.Unary,
|
|
170
|
+
},
|
|
171
|
+
/**
|
|
172
|
+
* @generated from rpc auth.v1.AuthService.OAuthCallback
|
|
173
|
+
*/
|
|
174
|
+
oAuthCallback: {
|
|
175
|
+
name: "OAuthCallback",
|
|
176
|
+
I: OAuthCallbackRequest,
|
|
177
|
+
O: OAuthCallbackResponse,
|
|
178
|
+
kind: MethodKind.Unary,
|
|
179
|
+
},
|
|
180
|
+
/**
|
|
181
|
+
* @generated from rpc auth.v1.AuthService.LinkOAuthAccount
|
|
182
|
+
*/
|
|
183
|
+
linkOAuthAccount: {
|
|
184
|
+
name: "LinkOAuthAccount",
|
|
185
|
+
I: LinkOAuthAccountRequest,
|
|
186
|
+
O: LinkOAuthAccountResponse,
|
|
187
|
+
kind: MethodKind.Unary,
|
|
188
|
+
},
|
|
189
|
+
/**
|
|
190
|
+
* @generated from rpc auth.v1.AuthService.UnlinkOAuthAccount
|
|
191
|
+
*/
|
|
192
|
+
unlinkOAuthAccount: {
|
|
193
|
+
name: "UnlinkOAuthAccount",
|
|
194
|
+
I: UnlinkOAuthAccountRequest,
|
|
195
|
+
O: UnlinkOAuthAccountResponse,
|
|
196
|
+
kind: MethodKind.Unary,
|
|
197
|
+
},
|
|
198
|
+
/**
|
|
199
|
+
* RBAC
|
|
200
|
+
*
|
|
201
|
+
* @generated from rpc auth.v1.AuthService.CheckPermission
|
|
202
|
+
*/
|
|
203
|
+
checkPermission: {
|
|
204
|
+
name: "CheckPermission",
|
|
205
|
+
I: CheckPermissionRequest,
|
|
206
|
+
O: CheckPermissionResponse,
|
|
207
|
+
kind: MethodKind.Unary,
|
|
208
|
+
},
|
|
209
|
+
/**
|
|
210
|
+
* Company management
|
|
211
|
+
*
|
|
212
|
+
* @generated from rpc auth.v1.AuthService.CreateCompany
|
|
213
|
+
*/
|
|
214
|
+
createCompany: {
|
|
215
|
+
name: "CreateCompany",
|
|
216
|
+
I: CreateCompanyRequest,
|
|
217
|
+
O: CreateCompanyResponse,
|
|
218
|
+
kind: MethodKind.Unary,
|
|
219
|
+
},
|
|
220
|
+
/**
|
|
221
|
+
* @generated from rpc auth.v1.AuthService.GetCompany
|
|
222
|
+
*/
|
|
223
|
+
getCompany: {
|
|
224
|
+
name: "GetCompany",
|
|
225
|
+
I: GetCompanyRequest,
|
|
226
|
+
O: GetCompanyResponse,
|
|
227
|
+
kind: MethodKind.Unary,
|
|
228
|
+
},
|
|
229
|
+
/**
|
|
230
|
+
* Resolves the caller's company via membership then loads company details (gateway must not orchestrate).
|
|
231
|
+
*
|
|
232
|
+
* @generated from rpc auth.v1.AuthService.GetMyCompany
|
|
233
|
+
*/
|
|
234
|
+
getMyCompany: {
|
|
235
|
+
name: "GetMyCompany",
|
|
236
|
+
I: GetMyCompanyForUserRequest,
|
|
237
|
+
O: GetCompanyResponse,
|
|
238
|
+
kind: MethodKind.Unary,
|
|
239
|
+
},
|
|
240
|
+
/**
|
|
241
|
+
* @generated from rpc auth.v1.AuthService.UpdateCompany
|
|
242
|
+
*/
|
|
243
|
+
updateCompany: {
|
|
244
|
+
name: "UpdateCompany",
|
|
245
|
+
I: UpdateCompanyProtoRequest,
|
|
246
|
+
O: UpdateCompanyResponse,
|
|
247
|
+
kind: MethodKind.Unary,
|
|
248
|
+
},
|
|
249
|
+
/**
|
|
250
|
+
* @generated from rpc auth.v1.AuthService.GetCompanyProfile
|
|
251
|
+
*/
|
|
252
|
+
getCompanyProfile: {
|
|
253
|
+
name: "GetCompanyProfile",
|
|
254
|
+
I: GetCompanyProfileRequest,
|
|
255
|
+
O: CompanyProfileResponse,
|
|
256
|
+
kind: MethodKind.Unary,
|
|
257
|
+
},
|
|
258
|
+
/**
|
|
259
|
+
* @generated from rpc auth.v1.AuthService.UpdateCompanyProfile
|
|
260
|
+
*/
|
|
261
|
+
updateCompanyProfile: {
|
|
262
|
+
name: "UpdateCompanyProfile",
|
|
263
|
+
I: UpdateCompanyProfileRequest,
|
|
264
|
+
O: CompanyProfileResponse,
|
|
265
|
+
kind: MethodKind.Unary,
|
|
266
|
+
},
|
|
267
|
+
/**
|
|
268
|
+
* Company member management
|
|
269
|
+
*
|
|
270
|
+
* @generated from rpc auth.v1.AuthService.InviteCompanyMember
|
|
271
|
+
*/
|
|
272
|
+
inviteCompanyMember: {
|
|
273
|
+
name: "InviteCompanyMember",
|
|
274
|
+
I: InviteCompanyMemberRequest,
|
|
275
|
+
O: InviteCompanyMemberResponse,
|
|
276
|
+
kind: MethodKind.Unary,
|
|
277
|
+
},
|
|
278
|
+
/**
|
|
279
|
+
* @generated from rpc auth.v1.AuthService.RemoveCompanyMember
|
|
280
|
+
*/
|
|
281
|
+
removeCompanyMember: {
|
|
282
|
+
name: "RemoveCompanyMember",
|
|
283
|
+
I: RemoveCompanyMemberRequest,
|
|
284
|
+
O: RemoveCompanyMemberResponse,
|
|
285
|
+
kind: MethodKind.Unary,
|
|
286
|
+
},
|
|
287
|
+
/**
|
|
288
|
+
* @generated from rpc auth.v1.AuthService.UpdateCompanyMemberRole
|
|
289
|
+
*/
|
|
290
|
+
updateCompanyMemberRole: {
|
|
291
|
+
name: "UpdateCompanyMemberRole",
|
|
292
|
+
I: UpdateCompanyMemberRoleRequest,
|
|
293
|
+
O: UpdateCompanyMemberRoleResponse,
|
|
294
|
+
kind: MethodKind.Unary,
|
|
295
|
+
},
|
|
296
|
+
/**
|
|
297
|
+
* @generated from rpc auth.v1.AuthService.ListCompanyMembers
|
|
298
|
+
*/
|
|
299
|
+
listCompanyMembers: {
|
|
300
|
+
name: "ListCompanyMembers",
|
|
301
|
+
I: ListCompanyMembersRequest,
|
|
302
|
+
O: ListCompanyMembersResponse,
|
|
303
|
+
kind: MethodKind.Unary,
|
|
304
|
+
},
|
|
305
|
+
/**
|
|
306
|
+
* @generated from rpc auth.v1.AuthService.GetMyCompanyMembership
|
|
307
|
+
*/
|
|
308
|
+
getMyCompanyMembership: {
|
|
309
|
+
name: "GetMyCompanyMembership",
|
|
310
|
+
I: GetMyCompanyMembershipRequest,
|
|
311
|
+
O: GetMyCompanyMembershipResponse,
|
|
312
|
+
kind: MethodKind.Unary,
|
|
313
|
+
},
|
|
314
|
+
/**
|
|
315
|
+
* Company onboarding (legacy — kept for backward compatibility)
|
|
316
|
+
*
|
|
317
|
+
* @generated from rpc auth.v1.AuthService.CompleteCompanyProfile
|
|
318
|
+
*/
|
|
319
|
+
completeCompanyProfile: {
|
|
320
|
+
name: "CompleteCompanyProfile",
|
|
321
|
+
I: CompleteCompanyProfileRequest,
|
|
322
|
+
O: CompleteCompanyProfileResponse,
|
|
323
|
+
kind: MethodKind.Unary,
|
|
324
|
+
},
|
|
325
|
+
/**
|
|
326
|
+
* @generated from rpc auth.v1.AuthService.SkipTeamInvite
|
|
327
|
+
*/
|
|
328
|
+
skipTeamInvite: {
|
|
329
|
+
name: "SkipTeamInvite",
|
|
330
|
+
I: SkipTeamInviteRequest,
|
|
331
|
+
O: SkipTeamInviteResponse,
|
|
332
|
+
kind: MethodKind.Unary,
|
|
333
|
+
},
|
|
334
|
+
/**
|
|
335
|
+
* @generated from rpc auth.v1.AuthService.GetOnboardingStatus
|
|
336
|
+
*/
|
|
337
|
+
getOnboardingStatus: {
|
|
338
|
+
name: "GetOnboardingStatus",
|
|
339
|
+
I: GetOnboardingStatusRequest,
|
|
340
|
+
O: GetOnboardingStatusResponse,
|
|
341
|
+
kind: MethodKind.Unary,
|
|
342
|
+
},
|
|
343
|
+
/**
|
|
344
|
+
* Company onboarding (step-by-step workflow)
|
|
345
|
+
*
|
|
346
|
+
* @generated from rpc auth.v1.AuthService.GetCompanyOnboardingStatus
|
|
347
|
+
*/
|
|
348
|
+
getCompanyOnboardingStatus: {
|
|
349
|
+
name: "GetCompanyOnboardingStatus",
|
|
350
|
+
I: GetCompanyOnboardingStatusRequest,
|
|
351
|
+
O: OnboardingStatusResponse,
|
|
352
|
+
kind: MethodKind.Unary,
|
|
353
|
+
},
|
|
354
|
+
/**
|
|
355
|
+
* @generated from rpc auth.v1.AuthService.SubmitAccountSetup
|
|
356
|
+
*/
|
|
357
|
+
submitAccountSetup: {
|
|
358
|
+
name: "SubmitAccountSetup",
|
|
359
|
+
I: SubmitAccountSetupRequest,
|
|
360
|
+
O: OnboardingStatusResponse,
|
|
361
|
+
kind: MethodKind.Unary,
|
|
362
|
+
},
|
|
363
|
+
/**
|
|
364
|
+
* @generated from rpc auth.v1.AuthService.SubmitCompanyInfo
|
|
365
|
+
*/
|
|
366
|
+
submitCompanyInfo: {
|
|
367
|
+
name: "SubmitCompanyInfo",
|
|
368
|
+
I: SubmitCompanyInfoRequest,
|
|
369
|
+
O: OnboardingStatusResponse,
|
|
370
|
+
kind: MethodKind.Unary,
|
|
371
|
+
},
|
|
372
|
+
/**
|
|
373
|
+
* @generated from rpc auth.v1.AuthService.SubmitCompanyDetails
|
|
374
|
+
*/
|
|
375
|
+
submitCompanyDetails: {
|
|
376
|
+
name: "SubmitCompanyDetails",
|
|
377
|
+
I: SubmitCompanyDetailsRequest,
|
|
378
|
+
O: OnboardingStatusResponse,
|
|
379
|
+
kind: MethodKind.Unary,
|
|
380
|
+
},
|
|
381
|
+
/**
|
|
382
|
+
* @generated from rpc auth.v1.AuthService.SubmitCompanyBranding
|
|
383
|
+
*/
|
|
384
|
+
submitCompanyBranding: {
|
|
385
|
+
name: "SubmitCompanyBranding",
|
|
386
|
+
I: SubmitCompanyBrandingRequest,
|
|
387
|
+
O: OnboardingStatusResponse,
|
|
388
|
+
kind: MethodKind.Unary,
|
|
389
|
+
},
|
|
390
|
+
/**
|
|
391
|
+
* @generated from rpc auth.v1.AuthService.SubmitCompanyInviteTeam
|
|
392
|
+
*/
|
|
393
|
+
submitCompanyInviteTeam: {
|
|
394
|
+
name: "SubmitCompanyInviteTeam",
|
|
395
|
+
I: SubmitCompanyInviteTeamRequest,
|
|
396
|
+
O: OnboardingStatusResponse,
|
|
397
|
+
kind: MethodKind.Unary,
|
|
398
|
+
},
|
|
399
|
+
/**
|
|
400
|
+
* @generated from rpc auth.v1.AuthService.SkipCompanyOnboardingStep
|
|
401
|
+
*/
|
|
402
|
+
skipCompanyOnboardingStep: {
|
|
403
|
+
name: "SkipCompanyOnboardingStep",
|
|
404
|
+
I: SkipOnboardingStepRequest,
|
|
405
|
+
O: OnboardingStatusResponse,
|
|
406
|
+
kind: MethodKind.Unary,
|
|
407
|
+
},
|
|
408
|
+
/**
|
|
409
|
+
* @generated from rpc auth.v1.AuthService.CompleteCompanyOnboarding
|
|
410
|
+
*/
|
|
411
|
+
completeCompanyOnboarding: {
|
|
412
|
+
name: "CompleteCompanyOnboarding",
|
|
413
|
+
I: CompleteOnboardingRequest,
|
|
414
|
+
O: OnboardingStatusResponse,
|
|
415
|
+
kind: MethodKind.Unary,
|
|
416
|
+
},
|
|
417
|
+
/**
|
|
418
|
+
* Candidate onboarding (step-by-step workflow)
|
|
419
|
+
*
|
|
420
|
+
* @generated from rpc auth.v1.AuthService.GetCandidateOnboardingStatus
|
|
421
|
+
*/
|
|
422
|
+
getCandidateOnboardingStatus: {
|
|
423
|
+
name: "GetCandidateOnboardingStatus",
|
|
424
|
+
I: GetCandidateOnboardingStatusRequest,
|
|
425
|
+
O: OnboardingStatusResponse,
|
|
426
|
+
kind: MethodKind.Unary,
|
|
427
|
+
},
|
|
428
|
+
/**
|
|
429
|
+
* @generated from rpc auth.v1.AuthService.SubmitCandidateBasicProfile
|
|
430
|
+
*/
|
|
431
|
+
submitCandidateBasicProfile: {
|
|
432
|
+
name: "SubmitCandidateBasicProfile",
|
|
433
|
+
I: SubmitCandidateBasicProfileRequest,
|
|
434
|
+
O: OnboardingStatusResponse,
|
|
435
|
+
kind: MethodKind.Unary,
|
|
436
|
+
},
|
|
437
|
+
/**
|
|
438
|
+
* @generated from rpc auth.v1.AuthService.SubmitCandidateResume
|
|
439
|
+
*/
|
|
440
|
+
submitCandidateResume: {
|
|
441
|
+
name: "SubmitCandidateResume",
|
|
442
|
+
I: SubmitCandidateResumeRequest,
|
|
443
|
+
O: OnboardingStatusResponse,
|
|
444
|
+
kind: MethodKind.Unary,
|
|
445
|
+
},
|
|
446
|
+
/**
|
|
447
|
+
* @generated from rpc auth.v1.AuthService.SubmitCandidateSkills
|
|
448
|
+
*/
|
|
449
|
+
submitCandidateSkills: {
|
|
450
|
+
name: "SubmitCandidateSkills",
|
|
451
|
+
I: SubmitCandidateSkillsRequest,
|
|
452
|
+
O: OnboardingStatusResponse,
|
|
453
|
+
kind: MethodKind.Unary,
|
|
454
|
+
},
|
|
455
|
+
/**
|
|
456
|
+
* @generated from rpc auth.v1.AuthService.SubmitCandidateExperience
|
|
457
|
+
*/
|
|
458
|
+
submitCandidateExperience: {
|
|
459
|
+
name: "SubmitCandidateExperience",
|
|
460
|
+
I: SubmitCandidateExperienceRequest,
|
|
461
|
+
O: OnboardingStatusResponse,
|
|
462
|
+
kind: MethodKind.Unary,
|
|
463
|
+
},
|
|
464
|
+
/**
|
|
465
|
+
* @generated from rpc auth.v1.AuthService.SubmitCandidatePreferences
|
|
466
|
+
*/
|
|
467
|
+
submitCandidatePreferences: {
|
|
468
|
+
name: "SubmitCandidatePreferences",
|
|
469
|
+
I: SubmitCandidatePreferencesRequest,
|
|
470
|
+
O: OnboardingStatusResponse,
|
|
471
|
+
kind: MethodKind.Unary,
|
|
472
|
+
},
|
|
473
|
+
/**
|
|
474
|
+
* @generated from rpc auth.v1.AuthService.SkipCandidateOnboardingStep
|
|
475
|
+
*/
|
|
476
|
+
skipCandidateOnboardingStep: {
|
|
477
|
+
name: "SkipCandidateOnboardingStep",
|
|
478
|
+
I: SkipOnboardingStepRequest,
|
|
479
|
+
O: OnboardingStatusResponse,
|
|
480
|
+
kind: MethodKind.Unary,
|
|
481
|
+
},
|
|
482
|
+
/**
|
|
483
|
+
* @generated from rpc auth.v1.AuthService.CompleteCandidateOnboarding
|
|
484
|
+
*/
|
|
485
|
+
completeCandidateOnboarding: {
|
|
486
|
+
name: "CompleteCandidateOnboarding",
|
|
487
|
+
I: CompleteOnboardingRequest,
|
|
488
|
+
O: OnboardingStatusResponse,
|
|
489
|
+
kind: MethodKind.Unary,
|
|
490
|
+
},
|
|
491
|
+
/**
|
|
492
|
+
* Candidate profile operations
|
|
493
|
+
*
|
|
494
|
+
* @generated from rpc auth.v1.AuthService.GetCandidateProfile
|
|
495
|
+
*/
|
|
496
|
+
getCandidateProfile: {
|
|
497
|
+
name: "GetCandidateProfile",
|
|
498
|
+
I: GetCandidateProfileRequest,
|
|
499
|
+
O: CandidateProfileResponse,
|
|
500
|
+
kind: MethodKind.Unary,
|
|
501
|
+
},
|
|
502
|
+
/**
|
|
503
|
+
* @generated from rpc auth.v1.AuthService.UpdateCandidateProfile
|
|
504
|
+
*/
|
|
505
|
+
updateCandidateProfile: {
|
|
506
|
+
name: "UpdateCandidateProfile",
|
|
507
|
+
I: UpdateCandidateProfileRequest,
|
|
508
|
+
O: CandidateProfileResponse,
|
|
509
|
+
kind: MethodKind.Unary,
|
|
510
|
+
},
|
|
511
|
+
/**
|
|
512
|
+
* @generated from rpc auth.v1.AuthService.UpdateCandidateSkills
|
|
513
|
+
*/
|
|
514
|
+
updateCandidateSkills: {
|
|
515
|
+
name: "UpdateCandidateSkills",
|
|
516
|
+
I: UpdateCandidateSkillsRequest,
|
|
517
|
+
O: CandidateProfileResponse,
|
|
518
|
+
kind: MethodKind.Unary,
|
|
519
|
+
},
|
|
520
|
+
/**
|
|
521
|
+
* @generated from rpc auth.v1.AuthService.AddCandidateExperience
|
|
522
|
+
*/
|
|
523
|
+
addCandidateExperience: {
|
|
524
|
+
name: "AddCandidateExperience",
|
|
525
|
+
I: AddCandidateExperienceRequest,
|
|
526
|
+
O: CandidateProfileResponse,
|
|
527
|
+
kind: MethodKind.Unary,
|
|
528
|
+
},
|
|
529
|
+
/**
|
|
530
|
+
* @generated from rpc auth.v1.AuthService.UpdateCandidateExperience
|
|
531
|
+
*/
|
|
532
|
+
updateCandidateExperience: {
|
|
533
|
+
name: "UpdateCandidateExperience",
|
|
534
|
+
I: UpdateCandidateExperienceRequest,
|
|
535
|
+
O: CandidateProfileResponse,
|
|
536
|
+
kind: MethodKind.Unary,
|
|
537
|
+
},
|
|
538
|
+
/**
|
|
539
|
+
* @generated from rpc auth.v1.AuthService.DeleteCandidateExperience
|
|
540
|
+
*/
|
|
541
|
+
deleteCandidateExperience: {
|
|
542
|
+
name: "DeleteCandidateExperience",
|
|
543
|
+
I: DeleteCandidateExperienceRequest,
|
|
544
|
+
O: CandidateProfileResponse,
|
|
545
|
+
kind: MethodKind.Unary,
|
|
546
|
+
},
|
|
547
|
+
/**
|
|
548
|
+
* @generated from rpc auth.v1.AuthService.UpdateCandidatePreferences
|
|
549
|
+
*/
|
|
550
|
+
updateCandidatePreferences: {
|
|
551
|
+
name: "UpdateCandidatePreferences",
|
|
552
|
+
I: UpdateCandidatePreferencesRequest,
|
|
553
|
+
O: CandidateProfileResponse,
|
|
554
|
+
kind: MethodKind.Unary,
|
|
555
|
+
},
|
|
556
|
+
/**
|
|
557
|
+
* @generated from rpc auth.v1.AuthService.CheckApplicationReady
|
|
558
|
+
*/
|
|
559
|
+
checkApplicationReady: {
|
|
560
|
+
name: "CheckApplicationReady",
|
|
561
|
+
I: CheckApplicationReadyRequest,
|
|
562
|
+
O: CheckApplicationReadyResponse,
|
|
563
|
+
kind: MethodKind.Unary,
|
|
564
|
+
},
|
|
565
|
+
}
|
|
566
|
+
} as const;
|
|
567
|
+
|