@eide/foir-proto-ts 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/package.json +55 -0
- package/src/analytics/v1/analytics_connect.d.ts +116 -0
- package/src/analytics/v1/analytics_connect.js +116 -0
- package/src/analytics/v1/analytics_pb.d.ts +850 -0
- package/src/analytics/v1/analytics_pb.js +250 -0
- package/src/billing/v1/billing_connect.d.ts +269 -0
- package/src/billing/v1/billing_connect.js +269 -0
- package/src/billing/v1/billing_pb.d.ts +2144 -0
- package/src/billing/v1/billing_pb.js +519 -0
- package/src/configs/v1/configs_connect.d.ts +111 -0
- package/src/configs/v1/configs_connect.js +111 -0
- package/src/configs/v1/configs_pb.d.ts +832 -0
- package/src/configs/v1/configs_pb.js +192 -0
- package/src/experiments/v1/experiments_connect.d.ts +162 -0
- package/src/experiments/v1/experiments_connect.js +162 -0
- package/src/experiments/v1/experiments_pb.d.ts +1086 -0
- package/src/experiments/v1/experiments_pb.js +284 -0
- package/src/expressions/v1/expressions_pb.d.ts +139 -0
- package/src/expressions/v1/expressions_pb.js +27 -0
- package/src/hooks/v1/hooks_connect.d.ts +106 -0
- package/src/hooks/v1/hooks_connect.js +106 -0
- package/src/hooks/v1/hooks_pb.d.ts +689 -0
- package/src/hooks/v1/hooks_pb.js +159 -0
- package/src/identity/v1/identity_connect.d.ts +738 -0
- package/src/identity/v1/identity_connect.js +738 -0
- package/src/identity/v1/identity_pb.d.ts +4612 -0
- package/src/identity/v1/identity_pb.js +1277 -0
- package/src/models/v1/models_connect.d.ts +104 -0
- package/src/models/v1/models_connect.js +104 -0
- package/src/models/v1/models_pb.d.ts +908 -0
- package/src/models/v1/models_pb.js +187 -0
- package/src/notifications/v1/notifications_connect.d.ts +182 -0
- package/src/notifications/v1/notifications_connect.js +182 -0
- package/src/notifications/v1/notifications_pb.d.ts +1173 -0
- package/src/notifications/v1/notifications_pb.js +302 -0
- package/src/operations/v1/operations_connect.d.ts +222 -0
- package/src/operations/v1/operations_connect.js +222 -0
- package/src/operations/v1/operations_pb.d.ts +1502 -0
- package/src/operations/v1/operations_pb.js +355 -0
- package/src/queue/v1/queue_connect.d.ts +89 -0
- package/src/queue/v1/queue_connect.js +89 -0
- package/src/queue/v1/queue_pb.d.ts +519 -0
- package/src/queue/v1/queue_pb.js +152 -0
- package/src/records/v1/records_connect.d.ts +451 -0
- package/src/records/v1/records_connect.js +451 -0
- package/src/records/v1/records_pb.d.ts +3099 -0
- package/src/records/v1/records_pb.js +798 -0
- package/src/schedules/v1/schedules_connect.d.ts +98 -0
- package/src/schedules/v1/schedules_connect.js +98 -0
- package/src/schedules/v1/schedules_pb.d.ts +622 -0
- package/src/schedules/v1/schedules_pb.js +159 -0
- package/src/segments/v1/segments_connect.d.ts +135 -0
- package/src/segments/v1/segments_connect.js +135 -0
- package/src/segments/v1/segments_pb.d.ts +800 -0
- package/src/segments/v1/segments_pb.js +216 -0
- package/src/settings/v1/settings_connect.d.ts +614 -0
- package/src/settings/v1/settings_connect.js +614 -0
- package/src/settings/v1/settings_pb.d.ts +4396 -0
- package/src/settings/v1/settings_pb.js +1085 -0
- package/src/storage/v1/storage_connect.d.ts +144 -0
- package/src/storage/v1/storage_connect.js +144 -0
- package/src/storage/v1/storage_pb.d.ts +930 -0
- package/src/storage/v1/storage_pb.js +239 -0
- package/src/workers/v1/workers_connect.d.ts +42 -0
- package/src/workers/v1/workers_connect.js +42 -0
- package/src/workers/v1/workers_pb.d.ts +220 -0
- package/src/workers/v1/workers_pb.js +56 -0
|
@@ -0,0 +1,4612 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file identity/v1/identity.proto (package identity.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file identity/v1/identity.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_identity_v1_identity: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @generated from message identity.v1.AdminUser
|
|
16
|
+
*/
|
|
17
|
+
export declare type AdminUser = Message<"identity.v1.AdminUser"> & {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from field: string id = 1;
|
|
20
|
+
*/
|
|
21
|
+
id: string;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string email = 2;
|
|
25
|
+
*/
|
|
26
|
+
email: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: optional string first_name = 3;
|
|
30
|
+
*/
|
|
31
|
+
firstName?: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: optional string last_name = 4;
|
|
35
|
+
*/
|
|
36
|
+
lastName?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: optional string avatar_url = 5;
|
|
40
|
+
*/
|
|
41
|
+
avatarUrl?: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: bool is_platform_admin = 6;
|
|
45
|
+
*/
|
|
46
|
+
isPlatformAdmin: boolean;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Status.
|
|
50
|
+
*
|
|
51
|
+
* @generated from field: identity.v1.AdminUserStatus status = 20;
|
|
52
|
+
*/
|
|
53
|
+
status: AdminUserStatus;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Verification & activity.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: optional google.protobuf.Timestamp email_verified_at = 30;
|
|
59
|
+
*/
|
|
60
|
+
emailVerifiedAt?: Timestamp;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: optional google.protobuf.Timestamp last_login_at = 31;
|
|
64
|
+
*/
|
|
65
|
+
lastLoginAt?: Timestamp;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Access grants (populated by GetMe / GetAdminUser).
|
|
69
|
+
*
|
|
70
|
+
* @generated from field: repeated identity.v1.AdminUserAccess access = 40;
|
|
71
|
+
*/
|
|
72
|
+
access: AdminUserAccess[];
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Timestamps.
|
|
76
|
+
*
|
|
77
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
78
|
+
*/
|
|
79
|
+
createdAt?: Timestamp;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
83
|
+
*/
|
|
84
|
+
updatedAt?: Timestamp;
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Describes the message identity.v1.AdminUser.
|
|
89
|
+
* Use `create(AdminUserSchema)` to create a new message.
|
|
90
|
+
*/
|
|
91
|
+
export declare const AdminUserSchema: GenMessage<AdminUser>;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from message identity.v1.AdminUserAccess
|
|
95
|
+
*/
|
|
96
|
+
export declare type AdminUserAccess = Message<"identity.v1.AdminUserAccess"> & {
|
|
97
|
+
/**
|
|
98
|
+
* @generated from field: string id = 1;
|
|
99
|
+
*/
|
|
100
|
+
id: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @generated from field: string admin_user_id = 2;
|
|
104
|
+
*/
|
|
105
|
+
adminUserId: string;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @generated from field: string tenant_id = 3;
|
|
109
|
+
*/
|
|
110
|
+
tenantId: string;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: optional string project_id = 4;
|
|
114
|
+
*/
|
|
115
|
+
projectId?: string;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @generated from field: identity.v1.AccessRole role = 5;
|
|
119
|
+
*/
|
|
120
|
+
role: AccessRole;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Attribution.
|
|
124
|
+
*
|
|
125
|
+
* @generated from field: google.protobuf.Timestamp granted_at = 50;
|
|
126
|
+
*/
|
|
127
|
+
grantedAt?: Timestamp;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: optional string granted_by = 51;
|
|
131
|
+
*/
|
|
132
|
+
grantedBy?: string;
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Describes the message identity.v1.AdminUserAccess.
|
|
137
|
+
* Use `create(AdminUserAccessSchema)` to create a new message.
|
|
138
|
+
*/
|
|
139
|
+
export declare const AdminUserAccessSchema: GenMessage<AdminUserAccess>;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* @generated from message identity.v1.Customer
|
|
143
|
+
*/
|
|
144
|
+
export declare type Customer = Message<"identity.v1.Customer"> & {
|
|
145
|
+
/**
|
|
146
|
+
* @generated from field: string id = 1;
|
|
147
|
+
*/
|
|
148
|
+
id: string;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @generated from field: string email = 2;
|
|
152
|
+
*/
|
|
153
|
+
email: string;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* @generated from field: string tenant_id = 3;
|
|
157
|
+
*/
|
|
158
|
+
tenantId: string;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: string project_id = 4;
|
|
162
|
+
*/
|
|
163
|
+
projectId: string;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Status.
|
|
167
|
+
*
|
|
168
|
+
* @generated from field: identity.v1.CustomerStatus status = 20;
|
|
169
|
+
*/
|
|
170
|
+
status: CustomerStatus;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Verification & activity.
|
|
174
|
+
*
|
|
175
|
+
* @generated from field: optional google.protobuf.Timestamp email_verified_at = 30;
|
|
176
|
+
*/
|
|
177
|
+
emailVerifiedAt?: Timestamp;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* @generated from field: optional google.protobuf.Timestamp last_login_at = 31;
|
|
181
|
+
*/
|
|
182
|
+
lastLoginAt?: Timestamp;
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* Timestamps.
|
|
186
|
+
*
|
|
187
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
188
|
+
*/
|
|
189
|
+
createdAt?: Timestamp;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
193
|
+
*/
|
|
194
|
+
updatedAt?: Timestamp;
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Describes the message identity.v1.Customer.
|
|
199
|
+
* Use `create(CustomerSchema)` to create a new message.
|
|
200
|
+
*/
|
|
201
|
+
export declare const CustomerSchema: GenMessage<Customer>;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @generated from message identity.v1.Tenant
|
|
205
|
+
*/
|
|
206
|
+
export declare type Tenant = Message<"identity.v1.Tenant"> & {
|
|
207
|
+
/**
|
|
208
|
+
* @generated from field: string id = 1;
|
|
209
|
+
*/
|
|
210
|
+
id: string;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: string name = 2;
|
|
214
|
+
*/
|
|
215
|
+
name: string;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Status.
|
|
219
|
+
*
|
|
220
|
+
* @generated from field: identity.v1.TenantStatus status = 20;
|
|
221
|
+
*/
|
|
222
|
+
status: TenantStatus;
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* @generated from field: optional google.protobuf.Timestamp suspended_at = 21;
|
|
226
|
+
*/
|
|
227
|
+
suspendedAt?: Timestamp;
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* @generated from field: optional google.protobuf.Timestamp cancellation_scheduled_at = 22;
|
|
231
|
+
*/
|
|
232
|
+
cancellationScheduledAt?: Timestamp;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Configuration.
|
|
236
|
+
*
|
|
237
|
+
* @generated from field: int32 data_retention_days = 30;
|
|
238
|
+
*/
|
|
239
|
+
dataRetentionDays: number;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Timestamps.
|
|
243
|
+
*
|
|
244
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
245
|
+
*/
|
|
246
|
+
createdAt?: Timestamp;
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
250
|
+
*/
|
|
251
|
+
updatedAt?: Timestamp;
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Describes the message identity.v1.Tenant.
|
|
256
|
+
* Use `create(TenantSchema)` to create a new message.
|
|
257
|
+
*/
|
|
258
|
+
export declare const TenantSchema: GenMessage<Tenant>;
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* @generated from message identity.v1.Project
|
|
262
|
+
*/
|
|
263
|
+
export declare type Project = Message<"identity.v1.Project"> & {
|
|
264
|
+
/**
|
|
265
|
+
* @generated from field: string id = 1;
|
|
266
|
+
*/
|
|
267
|
+
id: string;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* @generated from field: string tenant_id = 2;
|
|
271
|
+
*/
|
|
272
|
+
tenantId: string;
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* @generated from field: string name = 3;
|
|
276
|
+
*/
|
|
277
|
+
name: string;
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* @generated from field: optional string description = 4;
|
|
281
|
+
*/
|
|
282
|
+
description?: string;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* @generated from field: bool is_default = 5;
|
|
286
|
+
*/
|
|
287
|
+
isDefault: boolean;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* Status.
|
|
291
|
+
*
|
|
292
|
+
* @generated from field: identity.v1.ProjectStatus status = 20;
|
|
293
|
+
*/
|
|
294
|
+
status: ProjectStatus;
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* Attribution.
|
|
298
|
+
*
|
|
299
|
+
* @generated from field: optional string created_by = 40;
|
|
300
|
+
*/
|
|
301
|
+
createdBy?: string;
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: optional string updated_by = 41;
|
|
305
|
+
*/
|
|
306
|
+
updatedBy?: string;
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Timestamps.
|
|
310
|
+
*
|
|
311
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
312
|
+
*/
|
|
313
|
+
createdAt?: Timestamp;
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
317
|
+
*/
|
|
318
|
+
updatedAt?: Timestamp;
|
|
319
|
+
};
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Describes the message identity.v1.Project.
|
|
323
|
+
* Use `create(ProjectSchema)` to create a new message.
|
|
324
|
+
*/
|
|
325
|
+
export declare const ProjectSchema: GenMessage<Project>;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* @generated from message identity.v1.Invitation
|
|
329
|
+
*/
|
|
330
|
+
export declare type Invitation = Message<"identity.v1.Invitation"> & {
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: string id = 1;
|
|
333
|
+
*/
|
|
334
|
+
id: string;
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* @generated from field: string email = 2;
|
|
338
|
+
*/
|
|
339
|
+
email: string;
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* @generated from field: string tenant_id = 3;
|
|
343
|
+
*/
|
|
344
|
+
tenantId: string;
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: repeated string project_ids = 4;
|
|
348
|
+
*/
|
|
349
|
+
projectIds: string[];
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: identity.v1.AccessRole role = 5;
|
|
353
|
+
*/
|
|
354
|
+
role: AccessRole;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* @generated from field: identity.v1.InviteType invite_type = 6;
|
|
358
|
+
*/
|
|
359
|
+
inviteType: InviteType;
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* @generated from field: string invited_by = 7;
|
|
363
|
+
*/
|
|
364
|
+
invitedBy: string;
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* @generated from field: optional string message = 8;
|
|
368
|
+
*/
|
|
369
|
+
message?: string;
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* Status.
|
|
373
|
+
*
|
|
374
|
+
* @generated from field: identity.v1.InvitationStatus status = 20;
|
|
375
|
+
*/
|
|
376
|
+
status: InvitationStatus;
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* Lifecycle.
|
|
380
|
+
*
|
|
381
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 30;
|
|
382
|
+
*/
|
|
383
|
+
expiresAt?: Timestamp;
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* @generated from field: optional google.protobuf.Timestamp accepted_at = 31;
|
|
387
|
+
*/
|
|
388
|
+
acceptedAt?: Timestamp;
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* Timestamps.
|
|
392
|
+
*
|
|
393
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
394
|
+
*/
|
|
395
|
+
createdAt?: Timestamp;
|
|
396
|
+
};
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* Describes the message identity.v1.Invitation.
|
|
400
|
+
* Use `create(InvitationSchema)` to create a new message.
|
|
401
|
+
*/
|
|
402
|
+
export declare const InvitationSchema: GenMessage<Invitation>;
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* @generated from message identity.v1.ApiKey
|
|
406
|
+
*/
|
|
407
|
+
export declare type ApiKey = Message<"identity.v1.ApiKey"> & {
|
|
408
|
+
/**
|
|
409
|
+
* @generated from field: string id = 1;
|
|
410
|
+
*/
|
|
411
|
+
id: string;
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* @generated from field: string tenant_id = 2;
|
|
415
|
+
*/
|
|
416
|
+
tenantId: string;
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* @generated from field: string project_id = 3;
|
|
420
|
+
*/
|
|
421
|
+
projectId: string;
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* @generated from field: string name = 4;
|
|
425
|
+
*/
|
|
426
|
+
name: string;
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* @generated from field: string key_prefix = 5;
|
|
430
|
+
*/
|
|
431
|
+
keyPrefix: string;
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* @generated from field: identity.v1.ApiKeyType key_type = 6;
|
|
435
|
+
*/
|
|
436
|
+
keyType: ApiKeyType;
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* Raw key - only populated on create and rotate responses.
|
|
440
|
+
*
|
|
441
|
+
* @generated from field: optional string raw_key = 10;
|
|
442
|
+
*/
|
|
443
|
+
rawKey?: string;
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* Status & limits.
|
|
447
|
+
*
|
|
448
|
+
* @generated from field: bool is_active = 20;
|
|
449
|
+
*/
|
|
450
|
+
isActive: boolean;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* @generated from field: optional int32 rate_limit_per_hour = 21;
|
|
454
|
+
*/
|
|
455
|
+
rateLimitPerHour?: number;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: optional google.protobuf.Timestamp expires_at = 22;
|
|
459
|
+
*/
|
|
460
|
+
expiresAt?: Timestamp;
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* @generated from field: optional google.protobuf.Struct scopes = 23;
|
|
464
|
+
*/
|
|
465
|
+
scopes?: JsonObject;
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* @generated from field: optional google.protobuf.Struct metadata = 24;
|
|
469
|
+
*/
|
|
470
|
+
metadata?: JsonObject;
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* Usage.
|
|
474
|
+
*
|
|
475
|
+
* @generated from field: optional google.protobuf.Timestamp last_used_at = 30;
|
|
476
|
+
*/
|
|
477
|
+
lastUsedAt?: Timestamp;
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* @generated from field: int32 usage_count = 31;
|
|
481
|
+
*/
|
|
482
|
+
usageCount: number;
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* Attribution.
|
|
486
|
+
*
|
|
487
|
+
* @generated from field: string created_by = 40;
|
|
488
|
+
*/
|
|
489
|
+
createdBy: string;
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Timestamps.
|
|
493
|
+
*
|
|
494
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
495
|
+
*/
|
|
496
|
+
createdAt?: Timestamp;
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
500
|
+
*/
|
|
501
|
+
updatedAt?: Timestamp;
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* Describes the message identity.v1.ApiKey.
|
|
506
|
+
* Use `create(ApiKeySchema)` to create a new message.
|
|
507
|
+
*/
|
|
508
|
+
export declare const ApiKeySchema: GenMessage<ApiKey>;
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* @generated from message identity.v1.SessionContext
|
|
512
|
+
*/
|
|
513
|
+
export declare type SessionContext = Message<"identity.v1.SessionContext"> & {
|
|
514
|
+
/**
|
|
515
|
+
* @generated from field: optional string tenant_id = 1;
|
|
516
|
+
*/
|
|
517
|
+
tenantId?: string;
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* @generated from field: optional string project_id = 2;
|
|
521
|
+
*/
|
|
522
|
+
projectId?: string;
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* @generated from field: identity.v1.AdminUser user = 3;
|
|
526
|
+
*/
|
|
527
|
+
user?: AdminUser;
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* @generated from field: optional string effective_role = 4;
|
|
531
|
+
*/
|
|
532
|
+
effectiveRole?: string;
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* @generated from field: repeated identity.v1.Tenant available_tenants = 5;
|
|
536
|
+
*/
|
|
537
|
+
availableTenants: Tenant[];
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* @generated from field: repeated identity.v1.Project available_projects = 6;
|
|
541
|
+
*/
|
|
542
|
+
availableProjects: Project[];
|
|
543
|
+
};
|
|
544
|
+
|
|
545
|
+
/**
|
|
546
|
+
* Describes the message identity.v1.SessionContext.
|
|
547
|
+
* Use `create(SessionContextSchema)` to create a new message.
|
|
548
|
+
*/
|
|
549
|
+
export declare const SessionContextSchema: GenMessage<SessionContext>;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @generated from message identity.v1.LoginRequest
|
|
553
|
+
*/
|
|
554
|
+
export declare type LoginRequest = Message<"identity.v1.LoginRequest"> & {
|
|
555
|
+
/**
|
|
556
|
+
* @generated from field: string email = 1;
|
|
557
|
+
*/
|
|
558
|
+
email: string;
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* @generated from field: string password = 2;
|
|
562
|
+
*/
|
|
563
|
+
password: string;
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* @generated from field: optional string tenant_id = 3;
|
|
567
|
+
*/
|
|
568
|
+
tenantId?: string;
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* @generated from field: optional string project_id = 4;
|
|
572
|
+
*/
|
|
573
|
+
projectId?: string;
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* Describes the message identity.v1.LoginRequest.
|
|
578
|
+
* Use `create(LoginRequestSchema)` to create a new message.
|
|
579
|
+
*/
|
|
580
|
+
export declare const LoginRequestSchema: GenMessage<LoginRequest>;
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* @generated from message identity.v1.LoginResponse
|
|
584
|
+
*/
|
|
585
|
+
export declare type LoginResponse = Message<"identity.v1.LoginResponse"> & {
|
|
586
|
+
/**
|
|
587
|
+
* @generated from field: string session_id = 1;
|
|
588
|
+
*/
|
|
589
|
+
sessionId: string;
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* @generated from field: string access_token = 2;
|
|
593
|
+
*/
|
|
594
|
+
accessToken: string;
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* @generated from field: identity.v1.AdminUser user = 3;
|
|
598
|
+
*/
|
|
599
|
+
user?: AdminUser;
|
|
600
|
+
};
|
|
601
|
+
|
|
602
|
+
/**
|
|
603
|
+
* Describes the message identity.v1.LoginResponse.
|
|
604
|
+
* Use `create(LoginResponseSchema)` to create a new message.
|
|
605
|
+
*/
|
|
606
|
+
export declare const LoginResponseSchema: GenMessage<LoginResponse>;
|
|
607
|
+
|
|
608
|
+
/**
|
|
609
|
+
* @generated from message identity.v1.LoginWithOTPRequest
|
|
610
|
+
*/
|
|
611
|
+
export declare type LoginWithOTPRequest = Message<"identity.v1.LoginWithOTPRequest"> & {
|
|
612
|
+
/**
|
|
613
|
+
* @generated from field: string email = 1;
|
|
614
|
+
*/
|
|
615
|
+
email: string;
|
|
616
|
+
|
|
617
|
+
/**
|
|
618
|
+
* @generated from field: string otp = 2;
|
|
619
|
+
*/
|
|
620
|
+
otp: string;
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* @generated from field: optional string tenant_id = 3;
|
|
624
|
+
*/
|
|
625
|
+
tenantId?: string;
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: optional string project_id = 4;
|
|
629
|
+
*/
|
|
630
|
+
projectId?: string;
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
/**
|
|
634
|
+
* Describes the message identity.v1.LoginWithOTPRequest.
|
|
635
|
+
* Use `create(LoginWithOTPRequestSchema)` to create a new message.
|
|
636
|
+
*/
|
|
637
|
+
export declare const LoginWithOTPRequestSchema: GenMessage<LoginWithOTPRequest>;
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* @generated from message identity.v1.LoginWithOTPResponse
|
|
641
|
+
*/
|
|
642
|
+
export declare type LoginWithOTPResponse = Message<"identity.v1.LoginWithOTPResponse"> & {
|
|
643
|
+
/**
|
|
644
|
+
* @generated from field: string session_id = 1;
|
|
645
|
+
*/
|
|
646
|
+
sessionId: string;
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* @generated from field: string access_token = 2;
|
|
650
|
+
*/
|
|
651
|
+
accessToken: string;
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
* @generated from field: identity.v1.AdminUser user = 3;
|
|
655
|
+
*/
|
|
656
|
+
user?: AdminUser;
|
|
657
|
+
};
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* Describes the message identity.v1.LoginWithOTPResponse.
|
|
661
|
+
* Use `create(LoginWithOTPResponseSchema)` to create a new message.
|
|
662
|
+
*/
|
|
663
|
+
export declare const LoginWithOTPResponseSchema: GenMessage<LoginWithOTPResponse>;
|
|
664
|
+
|
|
665
|
+
/**
|
|
666
|
+
* @generated from message identity.v1.RequestOTPRequest
|
|
667
|
+
*/
|
|
668
|
+
export declare type RequestOTPRequest = Message<"identity.v1.RequestOTPRequest"> & {
|
|
669
|
+
/**
|
|
670
|
+
* @generated from field: string email = 1;
|
|
671
|
+
*/
|
|
672
|
+
email: string;
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
* @generated from field: optional string tenant_id = 2;
|
|
676
|
+
*/
|
|
677
|
+
tenantId?: string;
|
|
678
|
+
|
|
679
|
+
/**
|
|
680
|
+
* @generated from field: optional string project_id = 3;
|
|
681
|
+
*/
|
|
682
|
+
projectId?: string;
|
|
683
|
+
};
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* Describes the message identity.v1.RequestOTPRequest.
|
|
687
|
+
* Use `create(RequestOTPRequestSchema)` to create a new message.
|
|
688
|
+
*/
|
|
689
|
+
export declare const RequestOTPRequestSchema: GenMessage<RequestOTPRequest>;
|
|
690
|
+
|
|
691
|
+
/**
|
|
692
|
+
* @generated from message identity.v1.RequestOTPResponse
|
|
693
|
+
*/
|
|
694
|
+
export declare type RequestOTPResponse = Message<"identity.v1.RequestOTPResponse"> & {
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: bool success = 1;
|
|
697
|
+
*/
|
|
698
|
+
success: boolean;
|
|
699
|
+
};
|
|
700
|
+
|
|
701
|
+
/**
|
|
702
|
+
* Describes the message identity.v1.RequestOTPResponse.
|
|
703
|
+
* Use `create(RequestOTPResponseSchema)` to create a new message.
|
|
704
|
+
*/
|
|
705
|
+
export declare const RequestOTPResponseSchema: GenMessage<RequestOTPResponse>;
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
* @generated from message identity.v1.LogoutRequest
|
|
709
|
+
*/
|
|
710
|
+
export declare type LogoutRequest = Message<"identity.v1.LogoutRequest"> & {
|
|
711
|
+
};
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* Describes the message identity.v1.LogoutRequest.
|
|
715
|
+
* Use `create(LogoutRequestSchema)` to create a new message.
|
|
716
|
+
*/
|
|
717
|
+
export declare const LogoutRequestSchema: GenMessage<LogoutRequest>;
|
|
718
|
+
|
|
719
|
+
/**
|
|
720
|
+
* @generated from message identity.v1.LogoutResponse
|
|
721
|
+
*/
|
|
722
|
+
export declare type LogoutResponse = Message<"identity.v1.LogoutResponse"> & {
|
|
723
|
+
/**
|
|
724
|
+
* @generated from field: bool success = 1;
|
|
725
|
+
*/
|
|
726
|
+
success: boolean;
|
|
727
|
+
};
|
|
728
|
+
|
|
729
|
+
/**
|
|
730
|
+
* Describes the message identity.v1.LogoutResponse.
|
|
731
|
+
* Use `create(LogoutResponseSchema)` to create a new message.
|
|
732
|
+
*/
|
|
733
|
+
export declare const LogoutResponseSchema: GenMessage<LogoutResponse>;
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
* @generated from message identity.v1.RegisterRequest
|
|
737
|
+
*/
|
|
738
|
+
export declare type RegisterRequest = Message<"identity.v1.RegisterRequest"> & {
|
|
739
|
+
/**
|
|
740
|
+
* @generated from field: string email = 1;
|
|
741
|
+
*/
|
|
742
|
+
email: string;
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* @generated from field: string password = 2;
|
|
746
|
+
*/
|
|
747
|
+
password: string;
|
|
748
|
+
|
|
749
|
+
/**
|
|
750
|
+
* @generated from field: optional string tenant_id = 3;
|
|
751
|
+
*/
|
|
752
|
+
tenantId?: string;
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* @generated from field: optional string project_id = 4;
|
|
756
|
+
*/
|
|
757
|
+
projectId?: string;
|
|
758
|
+
|
|
759
|
+
/**
|
|
760
|
+
* @generated from field: optional identity.v1.AccessRole role = 5;
|
|
761
|
+
*/
|
|
762
|
+
role?: AccessRole;
|
|
763
|
+
};
|
|
764
|
+
|
|
765
|
+
/**
|
|
766
|
+
* Describes the message identity.v1.RegisterRequest.
|
|
767
|
+
* Use `create(RegisterRequestSchema)` to create a new message.
|
|
768
|
+
*/
|
|
769
|
+
export declare const RegisterRequestSchema: GenMessage<RegisterRequest>;
|
|
770
|
+
|
|
771
|
+
/**
|
|
772
|
+
* @generated from message identity.v1.RegisterResponse
|
|
773
|
+
*/
|
|
774
|
+
export declare type RegisterResponse = Message<"identity.v1.RegisterResponse"> & {
|
|
775
|
+
/**
|
|
776
|
+
* @generated from field: identity.v1.AdminUser user = 1;
|
|
777
|
+
*/
|
|
778
|
+
user?: AdminUser;
|
|
779
|
+
};
|
|
780
|
+
|
|
781
|
+
/**
|
|
782
|
+
* Describes the message identity.v1.RegisterResponse.
|
|
783
|
+
* Use `create(RegisterResponseSchema)` to create a new message.
|
|
784
|
+
*/
|
|
785
|
+
export declare const RegisterResponseSchema: GenMessage<RegisterResponse>;
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* @generated from message identity.v1.VerifyEmailRequest
|
|
789
|
+
*/
|
|
790
|
+
export declare type VerifyEmailRequest = Message<"identity.v1.VerifyEmailRequest"> & {
|
|
791
|
+
/**
|
|
792
|
+
* @generated from field: string token = 1;
|
|
793
|
+
*/
|
|
794
|
+
token: string;
|
|
795
|
+
};
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* Describes the message identity.v1.VerifyEmailRequest.
|
|
799
|
+
* Use `create(VerifyEmailRequestSchema)` to create a new message.
|
|
800
|
+
*/
|
|
801
|
+
export declare const VerifyEmailRequestSchema: GenMessage<VerifyEmailRequest>;
|
|
802
|
+
|
|
803
|
+
/**
|
|
804
|
+
* @generated from message identity.v1.VerifyEmailResponse
|
|
805
|
+
*/
|
|
806
|
+
export declare type VerifyEmailResponse = Message<"identity.v1.VerifyEmailResponse"> & {
|
|
807
|
+
/**
|
|
808
|
+
* @generated from field: bool success = 1;
|
|
809
|
+
*/
|
|
810
|
+
success: boolean;
|
|
811
|
+
};
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* Describes the message identity.v1.VerifyEmailResponse.
|
|
815
|
+
* Use `create(VerifyEmailResponseSchema)` to create a new message.
|
|
816
|
+
*/
|
|
817
|
+
export declare const VerifyEmailResponseSchema: GenMessage<VerifyEmailResponse>;
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* @generated from message identity.v1.ResendVerificationEmailRequest
|
|
821
|
+
*/
|
|
822
|
+
export declare type ResendVerificationEmailRequest = Message<"identity.v1.ResendVerificationEmailRequest"> & {
|
|
823
|
+
};
|
|
824
|
+
|
|
825
|
+
/**
|
|
826
|
+
* Describes the message identity.v1.ResendVerificationEmailRequest.
|
|
827
|
+
* Use `create(ResendVerificationEmailRequestSchema)` to create a new message.
|
|
828
|
+
*/
|
|
829
|
+
export declare const ResendVerificationEmailRequestSchema: GenMessage<ResendVerificationEmailRequest>;
|
|
830
|
+
|
|
831
|
+
/**
|
|
832
|
+
* @generated from message identity.v1.ResendVerificationEmailResponse
|
|
833
|
+
*/
|
|
834
|
+
export declare type ResendVerificationEmailResponse = Message<"identity.v1.ResendVerificationEmailResponse"> & {
|
|
835
|
+
/**
|
|
836
|
+
* @generated from field: bool success = 1;
|
|
837
|
+
*/
|
|
838
|
+
success: boolean;
|
|
839
|
+
};
|
|
840
|
+
|
|
841
|
+
/**
|
|
842
|
+
* Describes the message identity.v1.ResendVerificationEmailResponse.
|
|
843
|
+
* Use `create(ResendVerificationEmailResponseSchema)` to create a new message.
|
|
844
|
+
*/
|
|
845
|
+
export declare const ResendVerificationEmailResponseSchema: GenMessage<ResendVerificationEmailResponse>;
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
* @generated from message identity.v1.SendEmailVerificationCodeRequest
|
|
849
|
+
*/
|
|
850
|
+
export declare type SendEmailVerificationCodeRequest = Message<"identity.v1.SendEmailVerificationCodeRequest"> & {
|
|
851
|
+
/**
|
|
852
|
+
* @generated from field: string email = 1;
|
|
853
|
+
*/
|
|
854
|
+
email: string;
|
|
855
|
+
};
|
|
856
|
+
|
|
857
|
+
/**
|
|
858
|
+
* Describes the message identity.v1.SendEmailVerificationCodeRequest.
|
|
859
|
+
* Use `create(SendEmailVerificationCodeRequestSchema)` to create a new message.
|
|
860
|
+
*/
|
|
861
|
+
export declare const SendEmailVerificationCodeRequestSchema: GenMessage<SendEmailVerificationCodeRequest>;
|
|
862
|
+
|
|
863
|
+
/**
|
|
864
|
+
* @generated from message identity.v1.SendEmailVerificationCodeResponse
|
|
865
|
+
*/
|
|
866
|
+
export declare type SendEmailVerificationCodeResponse = Message<"identity.v1.SendEmailVerificationCodeResponse"> & {
|
|
867
|
+
/**
|
|
868
|
+
* @generated from field: bool success = 1;
|
|
869
|
+
*/
|
|
870
|
+
success: boolean;
|
|
871
|
+
};
|
|
872
|
+
|
|
873
|
+
/**
|
|
874
|
+
* Describes the message identity.v1.SendEmailVerificationCodeResponse.
|
|
875
|
+
* Use `create(SendEmailVerificationCodeResponseSchema)` to create a new message.
|
|
876
|
+
*/
|
|
877
|
+
export declare const SendEmailVerificationCodeResponseSchema: GenMessage<SendEmailVerificationCodeResponse>;
|
|
878
|
+
|
|
879
|
+
/**
|
|
880
|
+
* @generated from message identity.v1.VerifyEmailCodeRequest
|
|
881
|
+
*/
|
|
882
|
+
export declare type VerifyEmailCodeRequest = Message<"identity.v1.VerifyEmailCodeRequest"> & {
|
|
883
|
+
/**
|
|
884
|
+
* @generated from field: string email = 1;
|
|
885
|
+
*/
|
|
886
|
+
email: string;
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
* @generated from field: string code = 2;
|
|
890
|
+
*/
|
|
891
|
+
code: string;
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* Describes the message identity.v1.VerifyEmailCodeRequest.
|
|
896
|
+
* Use `create(VerifyEmailCodeRequestSchema)` to create a new message.
|
|
897
|
+
*/
|
|
898
|
+
export declare const VerifyEmailCodeRequestSchema: GenMessage<VerifyEmailCodeRequest>;
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* @generated from message identity.v1.VerifyEmailCodeResponse
|
|
902
|
+
*/
|
|
903
|
+
export declare type VerifyEmailCodeResponse = Message<"identity.v1.VerifyEmailCodeResponse"> & {
|
|
904
|
+
/**
|
|
905
|
+
* @generated from field: bool success = 1;
|
|
906
|
+
*/
|
|
907
|
+
success: boolean;
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: bool verified = 2;
|
|
911
|
+
*/
|
|
912
|
+
verified: boolean;
|
|
913
|
+
};
|
|
914
|
+
|
|
915
|
+
/**
|
|
916
|
+
* Describes the message identity.v1.VerifyEmailCodeResponse.
|
|
917
|
+
* Use `create(VerifyEmailCodeResponseSchema)` to create a new message.
|
|
918
|
+
*/
|
|
919
|
+
export declare const VerifyEmailCodeResponseSchema: GenMessage<VerifyEmailCodeResponse>;
|
|
920
|
+
|
|
921
|
+
/**
|
|
922
|
+
* @generated from message identity.v1.RequestPasswordResetRequest
|
|
923
|
+
*/
|
|
924
|
+
export declare type RequestPasswordResetRequest = Message<"identity.v1.RequestPasswordResetRequest"> & {
|
|
925
|
+
/**
|
|
926
|
+
* @generated from field: string email = 1;
|
|
927
|
+
*/
|
|
928
|
+
email: string;
|
|
929
|
+
};
|
|
930
|
+
|
|
931
|
+
/**
|
|
932
|
+
* Describes the message identity.v1.RequestPasswordResetRequest.
|
|
933
|
+
* Use `create(RequestPasswordResetRequestSchema)` to create a new message.
|
|
934
|
+
*/
|
|
935
|
+
export declare const RequestPasswordResetRequestSchema: GenMessage<RequestPasswordResetRequest>;
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* @generated from message identity.v1.RequestPasswordResetResponse
|
|
939
|
+
*/
|
|
940
|
+
export declare type RequestPasswordResetResponse = Message<"identity.v1.RequestPasswordResetResponse"> & {
|
|
941
|
+
/**
|
|
942
|
+
* @generated from field: bool success = 1;
|
|
943
|
+
*/
|
|
944
|
+
success: boolean;
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* Describes the message identity.v1.RequestPasswordResetResponse.
|
|
949
|
+
* Use `create(RequestPasswordResetResponseSchema)` to create a new message.
|
|
950
|
+
*/
|
|
951
|
+
export declare const RequestPasswordResetResponseSchema: GenMessage<RequestPasswordResetResponse>;
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* @generated from message identity.v1.ResetPasswordRequest
|
|
955
|
+
*/
|
|
956
|
+
export declare type ResetPasswordRequest = Message<"identity.v1.ResetPasswordRequest"> & {
|
|
957
|
+
/**
|
|
958
|
+
* @generated from field: string token = 1;
|
|
959
|
+
*/
|
|
960
|
+
token: string;
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* @generated from field: string new_password = 2;
|
|
964
|
+
*/
|
|
965
|
+
newPassword: string;
|
|
966
|
+
};
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* Describes the message identity.v1.ResetPasswordRequest.
|
|
970
|
+
* Use `create(ResetPasswordRequestSchema)` to create a new message.
|
|
971
|
+
*/
|
|
972
|
+
export declare const ResetPasswordRequestSchema: GenMessage<ResetPasswordRequest>;
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* @generated from message identity.v1.ResetPasswordResponse
|
|
976
|
+
*/
|
|
977
|
+
export declare type ResetPasswordResponse = Message<"identity.v1.ResetPasswordResponse"> & {
|
|
978
|
+
/**
|
|
979
|
+
* @generated from field: bool success = 1;
|
|
980
|
+
*/
|
|
981
|
+
success: boolean;
|
|
982
|
+
};
|
|
983
|
+
|
|
984
|
+
/**
|
|
985
|
+
* Describes the message identity.v1.ResetPasswordResponse.
|
|
986
|
+
* Use `create(ResetPasswordResponseSchema)` to create a new message.
|
|
987
|
+
*/
|
|
988
|
+
export declare const ResetPasswordResponseSchema: GenMessage<ResetPasswordResponse>;
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* @generated from message identity.v1.UpdatePasswordRequest
|
|
992
|
+
*/
|
|
993
|
+
export declare type UpdatePasswordRequest = Message<"identity.v1.UpdatePasswordRequest"> & {
|
|
994
|
+
/**
|
|
995
|
+
* @generated from field: string current_password = 1;
|
|
996
|
+
*/
|
|
997
|
+
currentPassword: string;
|
|
998
|
+
|
|
999
|
+
/**
|
|
1000
|
+
* @generated from field: string new_password = 2;
|
|
1001
|
+
*/
|
|
1002
|
+
newPassword: string;
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
/**
|
|
1006
|
+
* Describes the message identity.v1.UpdatePasswordRequest.
|
|
1007
|
+
* Use `create(UpdatePasswordRequestSchema)` to create a new message.
|
|
1008
|
+
*/
|
|
1009
|
+
export declare const UpdatePasswordRequestSchema: GenMessage<UpdatePasswordRequest>;
|
|
1010
|
+
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from message identity.v1.UpdatePasswordResponse
|
|
1013
|
+
*/
|
|
1014
|
+
export declare type UpdatePasswordResponse = Message<"identity.v1.UpdatePasswordResponse"> & {
|
|
1015
|
+
/**
|
|
1016
|
+
* @generated from field: bool success = 1;
|
|
1017
|
+
*/
|
|
1018
|
+
success: boolean;
|
|
1019
|
+
};
|
|
1020
|
+
|
|
1021
|
+
/**
|
|
1022
|
+
* Describes the message identity.v1.UpdatePasswordResponse.
|
|
1023
|
+
* Use `create(UpdatePasswordResponseSchema)` to create a new message.
|
|
1024
|
+
*/
|
|
1025
|
+
export declare const UpdatePasswordResponseSchema: GenMessage<UpdatePasswordResponse>;
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from message identity.v1.RefreshTokenRequest
|
|
1029
|
+
*/
|
|
1030
|
+
export declare type RefreshTokenRequest = Message<"identity.v1.RefreshTokenRequest"> & {
|
|
1031
|
+
/**
|
|
1032
|
+
* @generated from field: string refresh_token = 1;
|
|
1033
|
+
*/
|
|
1034
|
+
refreshToken: string;
|
|
1035
|
+
};
|
|
1036
|
+
|
|
1037
|
+
/**
|
|
1038
|
+
* Describes the message identity.v1.RefreshTokenRequest.
|
|
1039
|
+
* Use `create(RefreshTokenRequestSchema)` to create a new message.
|
|
1040
|
+
*/
|
|
1041
|
+
export declare const RefreshTokenRequestSchema: GenMessage<RefreshTokenRequest>;
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from message identity.v1.RefreshTokenResponse
|
|
1045
|
+
*/
|
|
1046
|
+
export declare type RefreshTokenResponse = Message<"identity.v1.RefreshTokenResponse"> & {
|
|
1047
|
+
/**
|
|
1048
|
+
* @generated from field: string access_token = 1;
|
|
1049
|
+
*/
|
|
1050
|
+
accessToken: string;
|
|
1051
|
+
|
|
1052
|
+
/**
|
|
1053
|
+
* @generated from field: string refresh_token = 2;
|
|
1054
|
+
*/
|
|
1055
|
+
refreshToken: string;
|
|
1056
|
+
};
|
|
1057
|
+
|
|
1058
|
+
/**
|
|
1059
|
+
* Describes the message identity.v1.RefreshTokenResponse.
|
|
1060
|
+
* Use `create(RefreshTokenResponseSchema)` to create a new message.
|
|
1061
|
+
*/
|
|
1062
|
+
export declare const RefreshTokenResponseSchema: GenMessage<RefreshTokenResponse>;
|
|
1063
|
+
|
|
1064
|
+
/**
|
|
1065
|
+
* @generated from message identity.v1.GetSessionContextRequest
|
|
1066
|
+
*/
|
|
1067
|
+
export declare type GetSessionContextRequest = Message<"identity.v1.GetSessionContextRequest"> & {
|
|
1068
|
+
};
|
|
1069
|
+
|
|
1070
|
+
/**
|
|
1071
|
+
* Describes the message identity.v1.GetSessionContextRequest.
|
|
1072
|
+
* Use `create(GetSessionContextRequestSchema)` to create a new message.
|
|
1073
|
+
*/
|
|
1074
|
+
export declare const GetSessionContextRequestSchema: GenMessage<GetSessionContextRequest>;
|
|
1075
|
+
|
|
1076
|
+
/**
|
|
1077
|
+
* @generated from message identity.v1.GetSessionContextResponse
|
|
1078
|
+
*/
|
|
1079
|
+
export declare type GetSessionContextResponse = Message<"identity.v1.GetSessionContextResponse"> & {
|
|
1080
|
+
/**
|
|
1081
|
+
* @generated from field: identity.v1.SessionContext context = 1;
|
|
1082
|
+
*/
|
|
1083
|
+
context?: SessionContext;
|
|
1084
|
+
};
|
|
1085
|
+
|
|
1086
|
+
/**
|
|
1087
|
+
* Describes the message identity.v1.GetSessionContextResponse.
|
|
1088
|
+
* Use `create(GetSessionContextResponseSchema)` to create a new message.
|
|
1089
|
+
*/
|
|
1090
|
+
export declare const GetSessionContextResponseSchema: GenMessage<GetSessionContextResponse>;
|
|
1091
|
+
|
|
1092
|
+
/**
|
|
1093
|
+
* @generated from message identity.v1.SwitchTenantRequest
|
|
1094
|
+
*/
|
|
1095
|
+
export declare type SwitchTenantRequest = Message<"identity.v1.SwitchTenantRequest"> & {
|
|
1096
|
+
/**
|
|
1097
|
+
* @generated from field: string tenant_id = 1;
|
|
1098
|
+
*/
|
|
1099
|
+
tenantId: string;
|
|
1100
|
+
};
|
|
1101
|
+
|
|
1102
|
+
/**
|
|
1103
|
+
* Describes the message identity.v1.SwitchTenantRequest.
|
|
1104
|
+
* Use `create(SwitchTenantRequestSchema)` to create a new message.
|
|
1105
|
+
*/
|
|
1106
|
+
export declare const SwitchTenantRequestSchema: GenMessage<SwitchTenantRequest>;
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* @generated from message identity.v1.SwitchTenantResponse
|
|
1110
|
+
*/
|
|
1111
|
+
export declare type SwitchTenantResponse = Message<"identity.v1.SwitchTenantResponse"> & {
|
|
1112
|
+
/**
|
|
1113
|
+
* @generated from field: identity.v1.SessionContext context = 1;
|
|
1114
|
+
*/
|
|
1115
|
+
context?: SessionContext;
|
|
1116
|
+
};
|
|
1117
|
+
|
|
1118
|
+
/**
|
|
1119
|
+
* Describes the message identity.v1.SwitchTenantResponse.
|
|
1120
|
+
* Use `create(SwitchTenantResponseSchema)` to create a new message.
|
|
1121
|
+
*/
|
|
1122
|
+
export declare const SwitchTenantResponseSchema: GenMessage<SwitchTenantResponse>;
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
* @generated from message identity.v1.SwitchProjectRequest
|
|
1126
|
+
*/
|
|
1127
|
+
export declare type SwitchProjectRequest = Message<"identity.v1.SwitchProjectRequest"> & {
|
|
1128
|
+
/**
|
|
1129
|
+
* @generated from field: string project_id = 1;
|
|
1130
|
+
*/
|
|
1131
|
+
projectId: string;
|
|
1132
|
+
};
|
|
1133
|
+
|
|
1134
|
+
/**
|
|
1135
|
+
* Describes the message identity.v1.SwitchProjectRequest.
|
|
1136
|
+
* Use `create(SwitchProjectRequestSchema)` to create a new message.
|
|
1137
|
+
*/
|
|
1138
|
+
export declare const SwitchProjectRequestSchema: GenMessage<SwitchProjectRequest>;
|
|
1139
|
+
|
|
1140
|
+
/**
|
|
1141
|
+
* @generated from message identity.v1.SwitchProjectResponse
|
|
1142
|
+
*/
|
|
1143
|
+
export declare type SwitchProjectResponse = Message<"identity.v1.SwitchProjectResponse"> & {
|
|
1144
|
+
/**
|
|
1145
|
+
* @generated from field: identity.v1.SessionContext context = 1;
|
|
1146
|
+
*/
|
|
1147
|
+
context?: SessionContext;
|
|
1148
|
+
};
|
|
1149
|
+
|
|
1150
|
+
/**
|
|
1151
|
+
* Describes the message identity.v1.SwitchProjectResponse.
|
|
1152
|
+
* Use `create(SwitchProjectResponseSchema)` to create a new message.
|
|
1153
|
+
*/
|
|
1154
|
+
export declare const SwitchProjectResponseSchema: GenMessage<SwitchProjectResponse>;
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* @generated from message identity.v1.ClearSessionContextRequest
|
|
1158
|
+
*/
|
|
1159
|
+
export declare type ClearSessionContextRequest = Message<"identity.v1.ClearSessionContextRequest"> & {
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* Describes the message identity.v1.ClearSessionContextRequest.
|
|
1164
|
+
* Use `create(ClearSessionContextRequestSchema)` to create a new message.
|
|
1165
|
+
*/
|
|
1166
|
+
export declare const ClearSessionContextRequestSchema: GenMessage<ClearSessionContextRequest>;
|
|
1167
|
+
|
|
1168
|
+
/**
|
|
1169
|
+
* @generated from message identity.v1.ClearSessionContextResponse
|
|
1170
|
+
*/
|
|
1171
|
+
export declare type ClearSessionContextResponse = Message<"identity.v1.ClearSessionContextResponse"> & {
|
|
1172
|
+
/**
|
|
1173
|
+
* @generated from field: bool success = 1;
|
|
1174
|
+
*/
|
|
1175
|
+
success: boolean;
|
|
1176
|
+
};
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* Describes the message identity.v1.ClearSessionContextResponse.
|
|
1180
|
+
* Use `create(ClearSessionContextResponseSchema)` to create a new message.
|
|
1181
|
+
*/
|
|
1182
|
+
export declare const ClearSessionContextResponseSchema: GenMessage<ClearSessionContextResponse>;
|
|
1183
|
+
|
|
1184
|
+
/**
|
|
1185
|
+
* @generated from message identity.v1.GetMeRequest
|
|
1186
|
+
*/
|
|
1187
|
+
export declare type GetMeRequest = Message<"identity.v1.GetMeRequest"> & {
|
|
1188
|
+
};
|
|
1189
|
+
|
|
1190
|
+
/**
|
|
1191
|
+
* Describes the message identity.v1.GetMeRequest.
|
|
1192
|
+
* Use `create(GetMeRequestSchema)` to create a new message.
|
|
1193
|
+
*/
|
|
1194
|
+
export declare const GetMeRequestSchema: GenMessage<GetMeRequest>;
|
|
1195
|
+
|
|
1196
|
+
/**
|
|
1197
|
+
* @generated from message identity.v1.GetMeResponse
|
|
1198
|
+
*/
|
|
1199
|
+
export declare type GetMeResponse = Message<"identity.v1.GetMeResponse"> & {
|
|
1200
|
+
/**
|
|
1201
|
+
* @generated from field: identity.v1.AdminUser user = 1;
|
|
1202
|
+
*/
|
|
1203
|
+
user?: AdminUser;
|
|
1204
|
+
};
|
|
1205
|
+
|
|
1206
|
+
/**
|
|
1207
|
+
* Describes the message identity.v1.GetMeResponse.
|
|
1208
|
+
* Use `create(GetMeResponseSchema)` to create a new message.
|
|
1209
|
+
*/
|
|
1210
|
+
export declare const GetMeResponseSchema: GenMessage<GetMeResponse>;
|
|
1211
|
+
|
|
1212
|
+
/**
|
|
1213
|
+
* @generated from message identity.v1.CreateAdminUserRequest
|
|
1214
|
+
*/
|
|
1215
|
+
export declare type CreateAdminUserRequest = Message<"identity.v1.CreateAdminUserRequest"> & {
|
|
1216
|
+
/**
|
|
1217
|
+
* @generated from field: string email = 1;
|
|
1218
|
+
*/
|
|
1219
|
+
email: string;
|
|
1220
|
+
|
|
1221
|
+
/**
|
|
1222
|
+
* @generated from field: optional string first_name = 2;
|
|
1223
|
+
*/
|
|
1224
|
+
firstName?: string;
|
|
1225
|
+
|
|
1226
|
+
/**
|
|
1227
|
+
* @generated from field: optional string last_name = 3;
|
|
1228
|
+
*/
|
|
1229
|
+
lastName?: string;
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from field: string tenant_id = 4;
|
|
1233
|
+
*/
|
|
1234
|
+
tenantId: string;
|
|
1235
|
+
|
|
1236
|
+
/**
|
|
1237
|
+
* @generated from field: optional string project_id = 5;
|
|
1238
|
+
*/
|
|
1239
|
+
projectId?: string;
|
|
1240
|
+
|
|
1241
|
+
/**
|
|
1242
|
+
* @generated from field: identity.v1.AccessRole role = 6;
|
|
1243
|
+
*/
|
|
1244
|
+
role: AccessRole;
|
|
1245
|
+
};
|
|
1246
|
+
|
|
1247
|
+
/**
|
|
1248
|
+
* Describes the message identity.v1.CreateAdminUserRequest.
|
|
1249
|
+
* Use `create(CreateAdminUserRequestSchema)` to create a new message.
|
|
1250
|
+
*/
|
|
1251
|
+
export declare const CreateAdminUserRequestSchema: GenMessage<CreateAdminUserRequest>;
|
|
1252
|
+
|
|
1253
|
+
/**
|
|
1254
|
+
* @generated from message identity.v1.CreateAdminUserResponse
|
|
1255
|
+
*/
|
|
1256
|
+
export declare type CreateAdminUserResponse = Message<"identity.v1.CreateAdminUserResponse"> & {
|
|
1257
|
+
/**
|
|
1258
|
+
* @generated from field: identity.v1.AdminUser user = 1;
|
|
1259
|
+
*/
|
|
1260
|
+
user?: AdminUser;
|
|
1261
|
+
};
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* Describes the message identity.v1.CreateAdminUserResponse.
|
|
1265
|
+
* Use `create(CreateAdminUserResponseSchema)` to create a new message.
|
|
1266
|
+
*/
|
|
1267
|
+
export declare const CreateAdminUserResponseSchema: GenMessage<CreateAdminUserResponse>;
|
|
1268
|
+
|
|
1269
|
+
/**
|
|
1270
|
+
* @generated from message identity.v1.GetAdminUserRequest
|
|
1271
|
+
*/
|
|
1272
|
+
export declare type GetAdminUserRequest = Message<"identity.v1.GetAdminUserRequest"> & {
|
|
1273
|
+
/**
|
|
1274
|
+
* @generated from field: string id = 1;
|
|
1275
|
+
*/
|
|
1276
|
+
id: string;
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* Describes the message identity.v1.GetAdminUserRequest.
|
|
1281
|
+
* Use `create(GetAdminUserRequestSchema)` to create a new message.
|
|
1282
|
+
*/
|
|
1283
|
+
export declare const GetAdminUserRequestSchema: GenMessage<GetAdminUserRequest>;
|
|
1284
|
+
|
|
1285
|
+
/**
|
|
1286
|
+
* @generated from message identity.v1.GetAdminUserResponse
|
|
1287
|
+
*/
|
|
1288
|
+
export declare type GetAdminUserResponse = Message<"identity.v1.GetAdminUserResponse"> & {
|
|
1289
|
+
/**
|
|
1290
|
+
* @generated from field: identity.v1.AdminUser user = 1;
|
|
1291
|
+
*/
|
|
1292
|
+
user?: AdminUser;
|
|
1293
|
+
};
|
|
1294
|
+
|
|
1295
|
+
/**
|
|
1296
|
+
* Describes the message identity.v1.GetAdminUserResponse.
|
|
1297
|
+
* Use `create(GetAdminUserResponseSchema)` to create a new message.
|
|
1298
|
+
*/
|
|
1299
|
+
export declare const GetAdminUserResponseSchema: GenMessage<GetAdminUserResponse>;
|
|
1300
|
+
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from message identity.v1.UpdateAdminUserRequest
|
|
1303
|
+
*/
|
|
1304
|
+
export declare type UpdateAdminUserRequest = Message<"identity.v1.UpdateAdminUserRequest"> & {
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: string id = 1;
|
|
1307
|
+
*/
|
|
1308
|
+
id: string;
|
|
1309
|
+
|
|
1310
|
+
/**
|
|
1311
|
+
* @generated from field: optional string first_name = 2;
|
|
1312
|
+
*/
|
|
1313
|
+
firstName?: string;
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* @generated from field: optional string last_name = 3;
|
|
1317
|
+
*/
|
|
1318
|
+
lastName?: string;
|
|
1319
|
+
|
|
1320
|
+
/**
|
|
1321
|
+
* @generated from field: optional string avatar_url = 4;
|
|
1322
|
+
*/
|
|
1323
|
+
avatarUrl?: string;
|
|
1324
|
+
|
|
1325
|
+
/**
|
|
1326
|
+
* @generated from field: optional identity.v1.AdminUserStatus status = 5;
|
|
1327
|
+
*/
|
|
1328
|
+
status?: AdminUserStatus;
|
|
1329
|
+
};
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* Describes the message identity.v1.UpdateAdminUserRequest.
|
|
1333
|
+
* Use `create(UpdateAdminUserRequestSchema)` to create a new message.
|
|
1334
|
+
*/
|
|
1335
|
+
export declare const UpdateAdminUserRequestSchema: GenMessage<UpdateAdminUserRequest>;
|
|
1336
|
+
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from message identity.v1.UpdateAdminUserResponse
|
|
1339
|
+
*/
|
|
1340
|
+
export declare type UpdateAdminUserResponse = Message<"identity.v1.UpdateAdminUserResponse"> & {
|
|
1341
|
+
/**
|
|
1342
|
+
* @generated from field: identity.v1.AdminUser user = 1;
|
|
1343
|
+
*/
|
|
1344
|
+
user?: AdminUser;
|
|
1345
|
+
};
|
|
1346
|
+
|
|
1347
|
+
/**
|
|
1348
|
+
* Describes the message identity.v1.UpdateAdminUserResponse.
|
|
1349
|
+
* Use `create(UpdateAdminUserResponseSchema)` to create a new message.
|
|
1350
|
+
*/
|
|
1351
|
+
export declare const UpdateAdminUserResponseSchema: GenMessage<UpdateAdminUserResponse>;
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from message identity.v1.ListAdminUsersRequest
|
|
1355
|
+
*/
|
|
1356
|
+
export declare type ListAdminUsersRequest = Message<"identity.v1.ListAdminUsersRequest"> & {
|
|
1357
|
+
/**
|
|
1358
|
+
* @generated from field: optional string search = 1;
|
|
1359
|
+
*/
|
|
1360
|
+
search?: string;
|
|
1361
|
+
|
|
1362
|
+
/**
|
|
1363
|
+
* @generated from field: optional identity.v1.AccessRole role = 2;
|
|
1364
|
+
*/
|
|
1365
|
+
role?: AccessRole;
|
|
1366
|
+
|
|
1367
|
+
/**
|
|
1368
|
+
* @generated from field: optional identity.v1.AdminUserStatus status = 3;
|
|
1369
|
+
*/
|
|
1370
|
+
status?: AdminUserStatus;
|
|
1371
|
+
|
|
1372
|
+
/**
|
|
1373
|
+
* @generated from field: int32 limit = 10;
|
|
1374
|
+
*/
|
|
1375
|
+
limit: number;
|
|
1376
|
+
|
|
1377
|
+
/**
|
|
1378
|
+
* @generated from field: int32 offset = 11;
|
|
1379
|
+
*/
|
|
1380
|
+
offset: number;
|
|
1381
|
+
};
|
|
1382
|
+
|
|
1383
|
+
/**
|
|
1384
|
+
* Describes the message identity.v1.ListAdminUsersRequest.
|
|
1385
|
+
* Use `create(ListAdminUsersRequestSchema)` to create a new message.
|
|
1386
|
+
*/
|
|
1387
|
+
export declare const ListAdminUsersRequestSchema: GenMessage<ListAdminUsersRequest>;
|
|
1388
|
+
|
|
1389
|
+
/**
|
|
1390
|
+
* @generated from message identity.v1.ListAdminUsersResponse
|
|
1391
|
+
*/
|
|
1392
|
+
export declare type ListAdminUsersResponse = Message<"identity.v1.ListAdminUsersResponse"> & {
|
|
1393
|
+
/**
|
|
1394
|
+
* @generated from field: repeated identity.v1.AdminUser items = 1;
|
|
1395
|
+
*/
|
|
1396
|
+
items: AdminUser[];
|
|
1397
|
+
|
|
1398
|
+
/**
|
|
1399
|
+
* @generated from field: int32 total = 2;
|
|
1400
|
+
*/
|
|
1401
|
+
total: number;
|
|
1402
|
+
};
|
|
1403
|
+
|
|
1404
|
+
/**
|
|
1405
|
+
* Describes the message identity.v1.ListAdminUsersResponse.
|
|
1406
|
+
* Use `create(ListAdminUsersResponseSchema)` to create a new message.
|
|
1407
|
+
*/
|
|
1408
|
+
export declare const ListAdminUsersResponseSchema: GenMessage<ListAdminUsersResponse>;
|
|
1409
|
+
|
|
1410
|
+
/**
|
|
1411
|
+
* @generated from message identity.v1.GrantAccessRequest
|
|
1412
|
+
*/
|
|
1413
|
+
export declare type GrantAccessRequest = Message<"identity.v1.GrantAccessRequest"> & {
|
|
1414
|
+
/**
|
|
1415
|
+
* @generated from field: string admin_user_id = 1;
|
|
1416
|
+
*/
|
|
1417
|
+
adminUserId: string;
|
|
1418
|
+
|
|
1419
|
+
/**
|
|
1420
|
+
* @generated from field: string tenant_id = 2;
|
|
1421
|
+
*/
|
|
1422
|
+
tenantId: string;
|
|
1423
|
+
|
|
1424
|
+
/**
|
|
1425
|
+
* @generated from field: optional string project_id = 3;
|
|
1426
|
+
*/
|
|
1427
|
+
projectId?: string;
|
|
1428
|
+
|
|
1429
|
+
/**
|
|
1430
|
+
* @generated from field: identity.v1.AccessRole role = 4;
|
|
1431
|
+
*/
|
|
1432
|
+
role: AccessRole;
|
|
1433
|
+
};
|
|
1434
|
+
|
|
1435
|
+
/**
|
|
1436
|
+
* Describes the message identity.v1.GrantAccessRequest.
|
|
1437
|
+
* Use `create(GrantAccessRequestSchema)` to create a new message.
|
|
1438
|
+
*/
|
|
1439
|
+
export declare const GrantAccessRequestSchema: GenMessage<GrantAccessRequest>;
|
|
1440
|
+
|
|
1441
|
+
/**
|
|
1442
|
+
* @generated from message identity.v1.GrantAccessResponse
|
|
1443
|
+
*/
|
|
1444
|
+
export declare type GrantAccessResponse = Message<"identity.v1.GrantAccessResponse"> & {
|
|
1445
|
+
/**
|
|
1446
|
+
* @generated from field: identity.v1.AdminUserAccess access = 1;
|
|
1447
|
+
*/
|
|
1448
|
+
access?: AdminUserAccess;
|
|
1449
|
+
};
|
|
1450
|
+
|
|
1451
|
+
/**
|
|
1452
|
+
* Describes the message identity.v1.GrantAccessResponse.
|
|
1453
|
+
* Use `create(GrantAccessResponseSchema)` to create a new message.
|
|
1454
|
+
*/
|
|
1455
|
+
export declare const GrantAccessResponseSchema: GenMessage<GrantAccessResponse>;
|
|
1456
|
+
|
|
1457
|
+
/**
|
|
1458
|
+
* @generated from message identity.v1.RevokeAccessRequest
|
|
1459
|
+
*/
|
|
1460
|
+
export declare type RevokeAccessRequest = Message<"identity.v1.RevokeAccessRequest"> & {
|
|
1461
|
+
/**
|
|
1462
|
+
* @generated from field: string access_id = 1;
|
|
1463
|
+
*/
|
|
1464
|
+
accessId: string;
|
|
1465
|
+
};
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* Describes the message identity.v1.RevokeAccessRequest.
|
|
1469
|
+
* Use `create(RevokeAccessRequestSchema)` to create a new message.
|
|
1470
|
+
*/
|
|
1471
|
+
export declare const RevokeAccessRequestSchema: GenMessage<RevokeAccessRequest>;
|
|
1472
|
+
|
|
1473
|
+
/**
|
|
1474
|
+
* @generated from message identity.v1.RevokeAccessResponse
|
|
1475
|
+
*/
|
|
1476
|
+
export declare type RevokeAccessResponse = Message<"identity.v1.RevokeAccessResponse"> & {
|
|
1477
|
+
/**
|
|
1478
|
+
* @generated from field: bool success = 1;
|
|
1479
|
+
*/
|
|
1480
|
+
success: boolean;
|
|
1481
|
+
};
|
|
1482
|
+
|
|
1483
|
+
/**
|
|
1484
|
+
* Describes the message identity.v1.RevokeAccessResponse.
|
|
1485
|
+
* Use `create(RevokeAccessResponseSchema)` to create a new message.
|
|
1486
|
+
*/
|
|
1487
|
+
export declare const RevokeAccessResponseSchema: GenMessage<RevokeAccessResponse>;
|
|
1488
|
+
|
|
1489
|
+
/**
|
|
1490
|
+
* @generated from message identity.v1.CreateCustomerRequest
|
|
1491
|
+
*/
|
|
1492
|
+
export declare type CreateCustomerRequest = Message<"identity.v1.CreateCustomerRequest"> & {
|
|
1493
|
+
/**
|
|
1494
|
+
* @generated from field: string email = 1;
|
|
1495
|
+
*/
|
|
1496
|
+
email: string;
|
|
1497
|
+
|
|
1498
|
+
/**
|
|
1499
|
+
* @generated from field: optional string password = 2;
|
|
1500
|
+
*/
|
|
1501
|
+
password?: string;
|
|
1502
|
+
};
|
|
1503
|
+
|
|
1504
|
+
/**
|
|
1505
|
+
* Describes the message identity.v1.CreateCustomerRequest.
|
|
1506
|
+
* Use `create(CreateCustomerRequestSchema)` to create a new message.
|
|
1507
|
+
*/
|
|
1508
|
+
export declare const CreateCustomerRequestSchema: GenMessage<CreateCustomerRequest>;
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* @generated from message identity.v1.CreateCustomerResponse
|
|
1512
|
+
*/
|
|
1513
|
+
export declare type CreateCustomerResponse = Message<"identity.v1.CreateCustomerResponse"> & {
|
|
1514
|
+
/**
|
|
1515
|
+
* @generated from field: identity.v1.Customer customer = 1;
|
|
1516
|
+
*/
|
|
1517
|
+
customer?: Customer;
|
|
1518
|
+
};
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* Describes the message identity.v1.CreateCustomerResponse.
|
|
1522
|
+
* Use `create(CreateCustomerResponseSchema)` to create a new message.
|
|
1523
|
+
*/
|
|
1524
|
+
export declare const CreateCustomerResponseSchema: GenMessage<CreateCustomerResponse>;
|
|
1525
|
+
|
|
1526
|
+
/**
|
|
1527
|
+
* @generated from message identity.v1.GetCustomerRequest
|
|
1528
|
+
*/
|
|
1529
|
+
export declare type GetCustomerRequest = Message<"identity.v1.GetCustomerRequest"> & {
|
|
1530
|
+
/**
|
|
1531
|
+
* @generated from field: string id = 1;
|
|
1532
|
+
*/
|
|
1533
|
+
id: string;
|
|
1534
|
+
};
|
|
1535
|
+
|
|
1536
|
+
/**
|
|
1537
|
+
* Describes the message identity.v1.GetCustomerRequest.
|
|
1538
|
+
* Use `create(GetCustomerRequestSchema)` to create a new message.
|
|
1539
|
+
*/
|
|
1540
|
+
export declare const GetCustomerRequestSchema: GenMessage<GetCustomerRequest>;
|
|
1541
|
+
|
|
1542
|
+
/**
|
|
1543
|
+
* @generated from message identity.v1.GetCustomerResponse
|
|
1544
|
+
*/
|
|
1545
|
+
export declare type GetCustomerResponse = Message<"identity.v1.GetCustomerResponse"> & {
|
|
1546
|
+
/**
|
|
1547
|
+
* @generated from field: identity.v1.Customer customer = 1;
|
|
1548
|
+
*/
|
|
1549
|
+
customer?: Customer;
|
|
1550
|
+
};
|
|
1551
|
+
|
|
1552
|
+
/**
|
|
1553
|
+
* Describes the message identity.v1.GetCustomerResponse.
|
|
1554
|
+
* Use `create(GetCustomerResponseSchema)` to create a new message.
|
|
1555
|
+
*/
|
|
1556
|
+
export declare const GetCustomerResponseSchema: GenMessage<GetCustomerResponse>;
|
|
1557
|
+
|
|
1558
|
+
/**
|
|
1559
|
+
* @generated from message identity.v1.UpdateCustomerRequest
|
|
1560
|
+
*/
|
|
1561
|
+
export declare type UpdateCustomerRequest = Message<"identity.v1.UpdateCustomerRequest"> & {
|
|
1562
|
+
/**
|
|
1563
|
+
* @generated from field: string id = 1;
|
|
1564
|
+
*/
|
|
1565
|
+
id: string;
|
|
1566
|
+
|
|
1567
|
+
/**
|
|
1568
|
+
* @generated from field: optional string email = 2;
|
|
1569
|
+
*/
|
|
1570
|
+
email?: string;
|
|
1571
|
+
|
|
1572
|
+
/**
|
|
1573
|
+
* @generated from field: optional identity.v1.CustomerStatus status = 3;
|
|
1574
|
+
*/
|
|
1575
|
+
status?: CustomerStatus;
|
|
1576
|
+
};
|
|
1577
|
+
|
|
1578
|
+
/**
|
|
1579
|
+
* Describes the message identity.v1.UpdateCustomerRequest.
|
|
1580
|
+
* Use `create(UpdateCustomerRequestSchema)` to create a new message.
|
|
1581
|
+
*/
|
|
1582
|
+
export declare const UpdateCustomerRequestSchema: GenMessage<UpdateCustomerRequest>;
|
|
1583
|
+
|
|
1584
|
+
/**
|
|
1585
|
+
* @generated from message identity.v1.UpdateCustomerResponse
|
|
1586
|
+
*/
|
|
1587
|
+
export declare type UpdateCustomerResponse = Message<"identity.v1.UpdateCustomerResponse"> & {
|
|
1588
|
+
/**
|
|
1589
|
+
* @generated from field: identity.v1.Customer customer = 1;
|
|
1590
|
+
*/
|
|
1591
|
+
customer?: Customer;
|
|
1592
|
+
};
|
|
1593
|
+
|
|
1594
|
+
/**
|
|
1595
|
+
* Describes the message identity.v1.UpdateCustomerResponse.
|
|
1596
|
+
* Use `create(UpdateCustomerResponseSchema)` to create a new message.
|
|
1597
|
+
*/
|
|
1598
|
+
export declare const UpdateCustomerResponseSchema: GenMessage<UpdateCustomerResponse>;
|
|
1599
|
+
|
|
1600
|
+
/**
|
|
1601
|
+
* @generated from message identity.v1.DeleteCustomerRequest
|
|
1602
|
+
*/
|
|
1603
|
+
export declare type DeleteCustomerRequest = Message<"identity.v1.DeleteCustomerRequest"> & {
|
|
1604
|
+
/**
|
|
1605
|
+
* @generated from field: string id = 1;
|
|
1606
|
+
*/
|
|
1607
|
+
id: string;
|
|
1608
|
+
};
|
|
1609
|
+
|
|
1610
|
+
/**
|
|
1611
|
+
* Describes the message identity.v1.DeleteCustomerRequest.
|
|
1612
|
+
* Use `create(DeleteCustomerRequestSchema)` to create a new message.
|
|
1613
|
+
*/
|
|
1614
|
+
export declare const DeleteCustomerRequestSchema: GenMessage<DeleteCustomerRequest>;
|
|
1615
|
+
|
|
1616
|
+
/**
|
|
1617
|
+
* @generated from message identity.v1.DeleteCustomerResponse
|
|
1618
|
+
*/
|
|
1619
|
+
export declare type DeleteCustomerResponse = Message<"identity.v1.DeleteCustomerResponse"> & {
|
|
1620
|
+
/**
|
|
1621
|
+
* @generated from field: bool success = 1;
|
|
1622
|
+
*/
|
|
1623
|
+
success: boolean;
|
|
1624
|
+
};
|
|
1625
|
+
|
|
1626
|
+
/**
|
|
1627
|
+
* Describes the message identity.v1.DeleteCustomerResponse.
|
|
1628
|
+
* Use `create(DeleteCustomerResponseSchema)` to create a new message.
|
|
1629
|
+
*/
|
|
1630
|
+
export declare const DeleteCustomerResponseSchema: GenMessage<DeleteCustomerResponse>;
|
|
1631
|
+
|
|
1632
|
+
/**
|
|
1633
|
+
* @generated from message identity.v1.ListCustomersRequest
|
|
1634
|
+
*/
|
|
1635
|
+
export declare type ListCustomersRequest = Message<"identity.v1.ListCustomersRequest"> & {
|
|
1636
|
+
/**
|
|
1637
|
+
* @generated from field: optional string search = 1;
|
|
1638
|
+
*/
|
|
1639
|
+
search?: string;
|
|
1640
|
+
|
|
1641
|
+
/**
|
|
1642
|
+
* @generated from field: optional identity.v1.CustomerStatus status = 2;
|
|
1643
|
+
*/
|
|
1644
|
+
status?: CustomerStatus;
|
|
1645
|
+
|
|
1646
|
+
/**
|
|
1647
|
+
* @generated from field: int32 limit = 10;
|
|
1648
|
+
*/
|
|
1649
|
+
limit: number;
|
|
1650
|
+
|
|
1651
|
+
/**
|
|
1652
|
+
* @generated from field: int32 offset = 11;
|
|
1653
|
+
*/
|
|
1654
|
+
offset: number;
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
/**
|
|
1658
|
+
* Describes the message identity.v1.ListCustomersRequest.
|
|
1659
|
+
* Use `create(ListCustomersRequestSchema)` to create a new message.
|
|
1660
|
+
*/
|
|
1661
|
+
export declare const ListCustomersRequestSchema: GenMessage<ListCustomersRequest>;
|
|
1662
|
+
|
|
1663
|
+
/**
|
|
1664
|
+
* @generated from message identity.v1.ListCustomersResponse
|
|
1665
|
+
*/
|
|
1666
|
+
export declare type ListCustomersResponse = Message<"identity.v1.ListCustomersResponse"> & {
|
|
1667
|
+
/**
|
|
1668
|
+
* @generated from field: repeated identity.v1.Customer items = 1;
|
|
1669
|
+
*/
|
|
1670
|
+
items: Customer[];
|
|
1671
|
+
|
|
1672
|
+
/**
|
|
1673
|
+
* @generated from field: int32 total = 2;
|
|
1674
|
+
*/
|
|
1675
|
+
total: number;
|
|
1676
|
+
};
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* Describes the message identity.v1.ListCustomersResponse.
|
|
1680
|
+
* Use `create(ListCustomersResponseSchema)` to create a new message.
|
|
1681
|
+
*/
|
|
1682
|
+
export declare const ListCustomersResponseSchema: GenMessage<ListCustomersResponse>;
|
|
1683
|
+
|
|
1684
|
+
/**
|
|
1685
|
+
* @generated from message identity.v1.SuspendCustomerRequest
|
|
1686
|
+
*/
|
|
1687
|
+
export declare type SuspendCustomerRequest = Message<"identity.v1.SuspendCustomerRequest"> & {
|
|
1688
|
+
/**
|
|
1689
|
+
* @generated from field: string id = 1;
|
|
1690
|
+
*/
|
|
1691
|
+
id: string;
|
|
1692
|
+
};
|
|
1693
|
+
|
|
1694
|
+
/**
|
|
1695
|
+
* Describes the message identity.v1.SuspendCustomerRequest.
|
|
1696
|
+
* Use `create(SuspendCustomerRequestSchema)` to create a new message.
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const SuspendCustomerRequestSchema: GenMessage<SuspendCustomerRequest>;
|
|
1699
|
+
|
|
1700
|
+
/**
|
|
1701
|
+
* @generated from message identity.v1.SuspendCustomerResponse
|
|
1702
|
+
*/
|
|
1703
|
+
export declare type SuspendCustomerResponse = Message<"identity.v1.SuspendCustomerResponse"> & {
|
|
1704
|
+
/**
|
|
1705
|
+
* @generated from field: identity.v1.Customer customer = 1;
|
|
1706
|
+
*/
|
|
1707
|
+
customer?: Customer;
|
|
1708
|
+
};
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* Describes the message identity.v1.SuspendCustomerResponse.
|
|
1712
|
+
* Use `create(SuspendCustomerResponseSchema)` to create a new message.
|
|
1713
|
+
*/
|
|
1714
|
+
export declare const SuspendCustomerResponseSchema: GenMessage<SuspendCustomerResponse>;
|
|
1715
|
+
|
|
1716
|
+
/**
|
|
1717
|
+
* @generated from message identity.v1.CreateTenantRequest
|
|
1718
|
+
*/
|
|
1719
|
+
export declare type CreateTenantRequest = Message<"identity.v1.CreateTenantRequest"> & {
|
|
1720
|
+
/**
|
|
1721
|
+
* @generated from field: string name = 1;
|
|
1722
|
+
*/
|
|
1723
|
+
name: string;
|
|
1724
|
+
};
|
|
1725
|
+
|
|
1726
|
+
/**
|
|
1727
|
+
* Describes the message identity.v1.CreateTenantRequest.
|
|
1728
|
+
* Use `create(CreateTenantRequestSchema)` to create a new message.
|
|
1729
|
+
*/
|
|
1730
|
+
export declare const CreateTenantRequestSchema: GenMessage<CreateTenantRequest>;
|
|
1731
|
+
|
|
1732
|
+
/**
|
|
1733
|
+
* @generated from message identity.v1.CreateTenantResponse
|
|
1734
|
+
*/
|
|
1735
|
+
export declare type CreateTenantResponse = Message<"identity.v1.CreateTenantResponse"> & {
|
|
1736
|
+
/**
|
|
1737
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
1738
|
+
*/
|
|
1739
|
+
tenant?: Tenant;
|
|
1740
|
+
};
|
|
1741
|
+
|
|
1742
|
+
/**
|
|
1743
|
+
* Describes the message identity.v1.CreateTenantResponse.
|
|
1744
|
+
* Use `create(CreateTenantResponseSchema)` to create a new message.
|
|
1745
|
+
*/
|
|
1746
|
+
export declare const CreateTenantResponseSchema: GenMessage<CreateTenantResponse>;
|
|
1747
|
+
|
|
1748
|
+
/**
|
|
1749
|
+
* @generated from message identity.v1.GetTenantRequest
|
|
1750
|
+
*/
|
|
1751
|
+
export declare type GetTenantRequest = Message<"identity.v1.GetTenantRequest"> & {
|
|
1752
|
+
/**
|
|
1753
|
+
* @generated from field: string id = 1;
|
|
1754
|
+
*/
|
|
1755
|
+
id: string;
|
|
1756
|
+
};
|
|
1757
|
+
|
|
1758
|
+
/**
|
|
1759
|
+
* Describes the message identity.v1.GetTenantRequest.
|
|
1760
|
+
* Use `create(GetTenantRequestSchema)` to create a new message.
|
|
1761
|
+
*/
|
|
1762
|
+
export declare const GetTenantRequestSchema: GenMessage<GetTenantRequest>;
|
|
1763
|
+
|
|
1764
|
+
/**
|
|
1765
|
+
* @generated from message identity.v1.GetTenantResponse
|
|
1766
|
+
*/
|
|
1767
|
+
export declare type GetTenantResponse = Message<"identity.v1.GetTenantResponse"> & {
|
|
1768
|
+
/**
|
|
1769
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
1770
|
+
*/
|
|
1771
|
+
tenant?: Tenant;
|
|
1772
|
+
};
|
|
1773
|
+
|
|
1774
|
+
/**
|
|
1775
|
+
* Describes the message identity.v1.GetTenantResponse.
|
|
1776
|
+
* Use `create(GetTenantResponseSchema)` to create a new message.
|
|
1777
|
+
*/
|
|
1778
|
+
export declare const GetTenantResponseSchema: GenMessage<GetTenantResponse>;
|
|
1779
|
+
|
|
1780
|
+
/**
|
|
1781
|
+
* @generated from message identity.v1.UpdateTenantRequest
|
|
1782
|
+
*/
|
|
1783
|
+
export declare type UpdateTenantRequest = Message<"identity.v1.UpdateTenantRequest"> & {
|
|
1784
|
+
/**
|
|
1785
|
+
* @generated from field: string id = 1;
|
|
1786
|
+
*/
|
|
1787
|
+
id: string;
|
|
1788
|
+
|
|
1789
|
+
/**
|
|
1790
|
+
* @generated from field: optional string name = 2;
|
|
1791
|
+
*/
|
|
1792
|
+
name?: string;
|
|
1793
|
+
|
|
1794
|
+
/**
|
|
1795
|
+
* @generated from field: optional identity.v1.TenantStatus status = 3;
|
|
1796
|
+
*/
|
|
1797
|
+
status?: TenantStatus;
|
|
1798
|
+
};
|
|
1799
|
+
|
|
1800
|
+
/**
|
|
1801
|
+
* Describes the message identity.v1.UpdateTenantRequest.
|
|
1802
|
+
* Use `create(UpdateTenantRequestSchema)` to create a new message.
|
|
1803
|
+
*/
|
|
1804
|
+
export declare const UpdateTenantRequestSchema: GenMessage<UpdateTenantRequest>;
|
|
1805
|
+
|
|
1806
|
+
/**
|
|
1807
|
+
* @generated from message identity.v1.UpdateTenantResponse
|
|
1808
|
+
*/
|
|
1809
|
+
export declare type UpdateTenantResponse = Message<"identity.v1.UpdateTenantResponse"> & {
|
|
1810
|
+
/**
|
|
1811
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
1812
|
+
*/
|
|
1813
|
+
tenant?: Tenant;
|
|
1814
|
+
};
|
|
1815
|
+
|
|
1816
|
+
/**
|
|
1817
|
+
* Describes the message identity.v1.UpdateTenantResponse.
|
|
1818
|
+
* Use `create(UpdateTenantResponseSchema)` to create a new message.
|
|
1819
|
+
*/
|
|
1820
|
+
export declare const UpdateTenantResponseSchema: GenMessage<UpdateTenantResponse>;
|
|
1821
|
+
|
|
1822
|
+
/**
|
|
1823
|
+
* @generated from message identity.v1.ListTenantsRequest
|
|
1824
|
+
*/
|
|
1825
|
+
export declare type ListTenantsRequest = Message<"identity.v1.ListTenantsRequest"> & {
|
|
1826
|
+
/**
|
|
1827
|
+
* @generated from field: optional identity.v1.TenantStatus status = 1;
|
|
1828
|
+
*/
|
|
1829
|
+
status?: TenantStatus;
|
|
1830
|
+
|
|
1831
|
+
/**
|
|
1832
|
+
* @generated from field: int32 limit = 10;
|
|
1833
|
+
*/
|
|
1834
|
+
limit: number;
|
|
1835
|
+
|
|
1836
|
+
/**
|
|
1837
|
+
* @generated from field: int32 offset = 11;
|
|
1838
|
+
*/
|
|
1839
|
+
offset: number;
|
|
1840
|
+
};
|
|
1841
|
+
|
|
1842
|
+
/**
|
|
1843
|
+
* Describes the message identity.v1.ListTenantsRequest.
|
|
1844
|
+
* Use `create(ListTenantsRequestSchema)` to create a new message.
|
|
1845
|
+
*/
|
|
1846
|
+
export declare const ListTenantsRequestSchema: GenMessage<ListTenantsRequest>;
|
|
1847
|
+
|
|
1848
|
+
/**
|
|
1849
|
+
* @generated from message identity.v1.ListTenantsResponse
|
|
1850
|
+
*/
|
|
1851
|
+
export declare type ListTenantsResponse = Message<"identity.v1.ListTenantsResponse"> & {
|
|
1852
|
+
/**
|
|
1853
|
+
* @generated from field: repeated identity.v1.Tenant items = 1;
|
|
1854
|
+
*/
|
|
1855
|
+
items: Tenant[];
|
|
1856
|
+
|
|
1857
|
+
/**
|
|
1858
|
+
* @generated from field: int32 total = 2;
|
|
1859
|
+
*/
|
|
1860
|
+
total: number;
|
|
1861
|
+
};
|
|
1862
|
+
|
|
1863
|
+
/**
|
|
1864
|
+
* Describes the message identity.v1.ListTenantsResponse.
|
|
1865
|
+
* Use `create(ListTenantsResponseSchema)` to create a new message.
|
|
1866
|
+
*/
|
|
1867
|
+
export declare const ListTenantsResponseSchema: GenMessage<ListTenantsResponse>;
|
|
1868
|
+
|
|
1869
|
+
/**
|
|
1870
|
+
* @generated from message identity.v1.DeleteTenantRequest
|
|
1871
|
+
*/
|
|
1872
|
+
export declare type DeleteTenantRequest = Message<"identity.v1.DeleteTenantRequest"> & {
|
|
1873
|
+
/**
|
|
1874
|
+
* @generated from field: string id = 1;
|
|
1875
|
+
*/
|
|
1876
|
+
id: string;
|
|
1877
|
+
};
|
|
1878
|
+
|
|
1879
|
+
/**
|
|
1880
|
+
* Describes the message identity.v1.DeleteTenantRequest.
|
|
1881
|
+
* Use `create(DeleteTenantRequestSchema)` to create a new message.
|
|
1882
|
+
*/
|
|
1883
|
+
export declare const DeleteTenantRequestSchema: GenMessage<DeleteTenantRequest>;
|
|
1884
|
+
|
|
1885
|
+
/**
|
|
1886
|
+
* @generated from message identity.v1.DeleteTenantResponse
|
|
1887
|
+
*/
|
|
1888
|
+
export declare type DeleteTenantResponse = Message<"identity.v1.DeleteTenantResponse"> & {
|
|
1889
|
+
/**
|
|
1890
|
+
* @generated from field: bool success = 1;
|
|
1891
|
+
*/
|
|
1892
|
+
success: boolean;
|
|
1893
|
+
};
|
|
1894
|
+
|
|
1895
|
+
/**
|
|
1896
|
+
* Describes the message identity.v1.DeleteTenantResponse.
|
|
1897
|
+
* Use `create(DeleteTenantResponseSchema)` to create a new message.
|
|
1898
|
+
*/
|
|
1899
|
+
export declare const DeleteTenantResponseSchema: GenMessage<DeleteTenantResponse>;
|
|
1900
|
+
|
|
1901
|
+
/**
|
|
1902
|
+
* @generated from message identity.v1.CreateProjectRequest
|
|
1903
|
+
*/
|
|
1904
|
+
export declare type CreateProjectRequest = Message<"identity.v1.CreateProjectRequest"> & {
|
|
1905
|
+
/**
|
|
1906
|
+
* @generated from field: string name = 1;
|
|
1907
|
+
*/
|
|
1908
|
+
name: string;
|
|
1909
|
+
|
|
1910
|
+
/**
|
|
1911
|
+
* @generated from field: optional string description = 2;
|
|
1912
|
+
*/
|
|
1913
|
+
description?: string;
|
|
1914
|
+
|
|
1915
|
+
/**
|
|
1916
|
+
* @generated from field: string tenant_id = 3;
|
|
1917
|
+
*/
|
|
1918
|
+
tenantId: string;
|
|
1919
|
+
};
|
|
1920
|
+
|
|
1921
|
+
/**
|
|
1922
|
+
* Describes the message identity.v1.CreateProjectRequest.
|
|
1923
|
+
* Use `create(CreateProjectRequestSchema)` to create a new message.
|
|
1924
|
+
*/
|
|
1925
|
+
export declare const CreateProjectRequestSchema: GenMessage<CreateProjectRequest>;
|
|
1926
|
+
|
|
1927
|
+
/**
|
|
1928
|
+
* @generated from message identity.v1.CreateProjectResponse
|
|
1929
|
+
*/
|
|
1930
|
+
export declare type CreateProjectResponse = Message<"identity.v1.CreateProjectResponse"> & {
|
|
1931
|
+
/**
|
|
1932
|
+
* @generated from field: identity.v1.Project project = 1;
|
|
1933
|
+
*/
|
|
1934
|
+
project?: Project;
|
|
1935
|
+
};
|
|
1936
|
+
|
|
1937
|
+
/**
|
|
1938
|
+
* Describes the message identity.v1.CreateProjectResponse.
|
|
1939
|
+
* Use `create(CreateProjectResponseSchema)` to create a new message.
|
|
1940
|
+
*/
|
|
1941
|
+
export declare const CreateProjectResponseSchema: GenMessage<CreateProjectResponse>;
|
|
1942
|
+
|
|
1943
|
+
/**
|
|
1944
|
+
* @generated from message identity.v1.GetProjectRequest
|
|
1945
|
+
*/
|
|
1946
|
+
export declare type GetProjectRequest = Message<"identity.v1.GetProjectRequest"> & {
|
|
1947
|
+
/**
|
|
1948
|
+
* @generated from field: string id = 1;
|
|
1949
|
+
*/
|
|
1950
|
+
id: string;
|
|
1951
|
+
};
|
|
1952
|
+
|
|
1953
|
+
/**
|
|
1954
|
+
* Describes the message identity.v1.GetProjectRequest.
|
|
1955
|
+
* Use `create(GetProjectRequestSchema)` to create a new message.
|
|
1956
|
+
*/
|
|
1957
|
+
export declare const GetProjectRequestSchema: GenMessage<GetProjectRequest>;
|
|
1958
|
+
|
|
1959
|
+
/**
|
|
1960
|
+
* @generated from message identity.v1.GetProjectResponse
|
|
1961
|
+
*/
|
|
1962
|
+
export declare type GetProjectResponse = Message<"identity.v1.GetProjectResponse"> & {
|
|
1963
|
+
/**
|
|
1964
|
+
* @generated from field: identity.v1.Project project = 1;
|
|
1965
|
+
*/
|
|
1966
|
+
project?: Project;
|
|
1967
|
+
};
|
|
1968
|
+
|
|
1969
|
+
/**
|
|
1970
|
+
* Describes the message identity.v1.GetProjectResponse.
|
|
1971
|
+
* Use `create(GetProjectResponseSchema)` to create a new message.
|
|
1972
|
+
*/
|
|
1973
|
+
export declare const GetProjectResponseSchema: GenMessage<GetProjectResponse>;
|
|
1974
|
+
|
|
1975
|
+
/**
|
|
1976
|
+
* @generated from message identity.v1.UpdateProjectRequest
|
|
1977
|
+
*/
|
|
1978
|
+
export declare type UpdateProjectRequest = Message<"identity.v1.UpdateProjectRequest"> & {
|
|
1979
|
+
/**
|
|
1980
|
+
* @generated from field: string id = 1;
|
|
1981
|
+
*/
|
|
1982
|
+
id: string;
|
|
1983
|
+
|
|
1984
|
+
/**
|
|
1985
|
+
* @generated from field: optional string name = 2;
|
|
1986
|
+
*/
|
|
1987
|
+
name?: string;
|
|
1988
|
+
|
|
1989
|
+
/**
|
|
1990
|
+
* @generated from field: optional string description = 3;
|
|
1991
|
+
*/
|
|
1992
|
+
description?: string;
|
|
1993
|
+
};
|
|
1994
|
+
|
|
1995
|
+
/**
|
|
1996
|
+
* Describes the message identity.v1.UpdateProjectRequest.
|
|
1997
|
+
* Use `create(UpdateProjectRequestSchema)` to create a new message.
|
|
1998
|
+
*/
|
|
1999
|
+
export declare const UpdateProjectRequestSchema: GenMessage<UpdateProjectRequest>;
|
|
2000
|
+
|
|
2001
|
+
/**
|
|
2002
|
+
* @generated from message identity.v1.UpdateProjectResponse
|
|
2003
|
+
*/
|
|
2004
|
+
export declare type UpdateProjectResponse = Message<"identity.v1.UpdateProjectResponse"> & {
|
|
2005
|
+
/**
|
|
2006
|
+
* @generated from field: identity.v1.Project project = 1;
|
|
2007
|
+
*/
|
|
2008
|
+
project?: Project;
|
|
2009
|
+
};
|
|
2010
|
+
|
|
2011
|
+
/**
|
|
2012
|
+
* Describes the message identity.v1.UpdateProjectResponse.
|
|
2013
|
+
* Use `create(UpdateProjectResponseSchema)` to create a new message.
|
|
2014
|
+
*/
|
|
2015
|
+
export declare const UpdateProjectResponseSchema: GenMessage<UpdateProjectResponse>;
|
|
2016
|
+
|
|
2017
|
+
/**
|
|
2018
|
+
* @generated from message identity.v1.ListProjectsRequest
|
|
2019
|
+
*/
|
|
2020
|
+
export declare type ListProjectsRequest = Message<"identity.v1.ListProjectsRequest"> & {
|
|
2021
|
+
/**
|
|
2022
|
+
* @generated from field: string tenant_id = 1;
|
|
2023
|
+
*/
|
|
2024
|
+
tenantId: string;
|
|
2025
|
+
|
|
2026
|
+
/**
|
|
2027
|
+
* @generated from field: optional identity.v1.ProjectStatus status = 2;
|
|
2028
|
+
*/
|
|
2029
|
+
status?: ProjectStatus;
|
|
2030
|
+
|
|
2031
|
+
/**
|
|
2032
|
+
* @generated from field: int32 limit = 10;
|
|
2033
|
+
*/
|
|
2034
|
+
limit: number;
|
|
2035
|
+
|
|
2036
|
+
/**
|
|
2037
|
+
* @generated from field: int32 offset = 11;
|
|
2038
|
+
*/
|
|
2039
|
+
offset: number;
|
|
2040
|
+
};
|
|
2041
|
+
|
|
2042
|
+
/**
|
|
2043
|
+
* Describes the message identity.v1.ListProjectsRequest.
|
|
2044
|
+
* Use `create(ListProjectsRequestSchema)` to create a new message.
|
|
2045
|
+
*/
|
|
2046
|
+
export declare const ListProjectsRequestSchema: GenMessage<ListProjectsRequest>;
|
|
2047
|
+
|
|
2048
|
+
/**
|
|
2049
|
+
* @generated from message identity.v1.ListProjectsResponse
|
|
2050
|
+
*/
|
|
2051
|
+
export declare type ListProjectsResponse = Message<"identity.v1.ListProjectsResponse"> & {
|
|
2052
|
+
/**
|
|
2053
|
+
* @generated from field: repeated identity.v1.Project items = 1;
|
|
2054
|
+
*/
|
|
2055
|
+
items: Project[];
|
|
2056
|
+
|
|
2057
|
+
/**
|
|
2058
|
+
* @generated from field: int32 total = 2;
|
|
2059
|
+
*/
|
|
2060
|
+
total: number;
|
|
2061
|
+
};
|
|
2062
|
+
|
|
2063
|
+
/**
|
|
2064
|
+
* Describes the message identity.v1.ListProjectsResponse.
|
|
2065
|
+
* Use `create(ListProjectsResponseSchema)` to create a new message.
|
|
2066
|
+
*/
|
|
2067
|
+
export declare const ListProjectsResponseSchema: GenMessage<ListProjectsResponse>;
|
|
2068
|
+
|
|
2069
|
+
/**
|
|
2070
|
+
* @generated from message identity.v1.DeleteProjectRequest
|
|
2071
|
+
*/
|
|
2072
|
+
export declare type DeleteProjectRequest = Message<"identity.v1.DeleteProjectRequest"> & {
|
|
2073
|
+
/**
|
|
2074
|
+
* @generated from field: string id = 1;
|
|
2075
|
+
*/
|
|
2076
|
+
id: string;
|
|
2077
|
+
};
|
|
2078
|
+
|
|
2079
|
+
/**
|
|
2080
|
+
* Describes the message identity.v1.DeleteProjectRequest.
|
|
2081
|
+
* Use `create(DeleteProjectRequestSchema)` to create a new message.
|
|
2082
|
+
*/
|
|
2083
|
+
export declare const DeleteProjectRequestSchema: GenMessage<DeleteProjectRequest>;
|
|
2084
|
+
|
|
2085
|
+
/**
|
|
2086
|
+
* @generated from message identity.v1.DeleteProjectResponse
|
|
2087
|
+
*/
|
|
2088
|
+
export declare type DeleteProjectResponse = Message<"identity.v1.DeleteProjectResponse"> & {
|
|
2089
|
+
/**
|
|
2090
|
+
* @generated from field: bool success = 1;
|
|
2091
|
+
*/
|
|
2092
|
+
success: boolean;
|
|
2093
|
+
};
|
|
2094
|
+
|
|
2095
|
+
/**
|
|
2096
|
+
* Describes the message identity.v1.DeleteProjectResponse.
|
|
2097
|
+
* Use `create(DeleteProjectResponseSchema)` to create a new message.
|
|
2098
|
+
*/
|
|
2099
|
+
export declare const DeleteProjectResponseSchema: GenMessage<DeleteProjectResponse>;
|
|
2100
|
+
|
|
2101
|
+
/**
|
|
2102
|
+
* @generated from message identity.v1.GetDefaultProjectRequest
|
|
2103
|
+
*/
|
|
2104
|
+
export declare type GetDefaultProjectRequest = Message<"identity.v1.GetDefaultProjectRequest"> & {
|
|
2105
|
+
/**
|
|
2106
|
+
* @generated from field: string tenant_id = 1;
|
|
2107
|
+
*/
|
|
2108
|
+
tenantId: string;
|
|
2109
|
+
};
|
|
2110
|
+
|
|
2111
|
+
/**
|
|
2112
|
+
* Describes the message identity.v1.GetDefaultProjectRequest.
|
|
2113
|
+
* Use `create(GetDefaultProjectRequestSchema)` to create a new message.
|
|
2114
|
+
*/
|
|
2115
|
+
export declare const GetDefaultProjectRequestSchema: GenMessage<GetDefaultProjectRequest>;
|
|
2116
|
+
|
|
2117
|
+
/**
|
|
2118
|
+
* @generated from message identity.v1.GetDefaultProjectResponse
|
|
2119
|
+
*/
|
|
2120
|
+
export declare type GetDefaultProjectResponse = Message<"identity.v1.GetDefaultProjectResponse"> & {
|
|
2121
|
+
/**
|
|
2122
|
+
* @generated from field: identity.v1.Project project = 1;
|
|
2123
|
+
*/
|
|
2124
|
+
project?: Project;
|
|
2125
|
+
};
|
|
2126
|
+
|
|
2127
|
+
/**
|
|
2128
|
+
* Describes the message identity.v1.GetDefaultProjectResponse.
|
|
2129
|
+
* Use `create(GetDefaultProjectResponseSchema)` to create a new message.
|
|
2130
|
+
*/
|
|
2131
|
+
export declare const GetDefaultProjectResponseSchema: GenMessage<GetDefaultProjectResponse>;
|
|
2132
|
+
|
|
2133
|
+
/**
|
|
2134
|
+
* @generated from message identity.v1.SetDefaultProjectRequest
|
|
2135
|
+
*/
|
|
2136
|
+
export declare type SetDefaultProjectRequest = Message<"identity.v1.SetDefaultProjectRequest"> & {
|
|
2137
|
+
/**
|
|
2138
|
+
* @generated from field: string project_id = 1;
|
|
2139
|
+
*/
|
|
2140
|
+
projectId: string;
|
|
2141
|
+
};
|
|
2142
|
+
|
|
2143
|
+
/**
|
|
2144
|
+
* Describes the message identity.v1.SetDefaultProjectRequest.
|
|
2145
|
+
* Use `create(SetDefaultProjectRequestSchema)` to create a new message.
|
|
2146
|
+
*/
|
|
2147
|
+
export declare const SetDefaultProjectRequestSchema: GenMessage<SetDefaultProjectRequest>;
|
|
2148
|
+
|
|
2149
|
+
/**
|
|
2150
|
+
* @generated from message identity.v1.SetDefaultProjectResponse
|
|
2151
|
+
*/
|
|
2152
|
+
export declare type SetDefaultProjectResponse = Message<"identity.v1.SetDefaultProjectResponse"> & {
|
|
2153
|
+
/**
|
|
2154
|
+
* @generated from field: identity.v1.Project project = 1;
|
|
2155
|
+
*/
|
|
2156
|
+
project?: Project;
|
|
2157
|
+
};
|
|
2158
|
+
|
|
2159
|
+
/**
|
|
2160
|
+
* Describes the message identity.v1.SetDefaultProjectResponse.
|
|
2161
|
+
* Use `create(SetDefaultProjectResponseSchema)` to create a new message.
|
|
2162
|
+
*/
|
|
2163
|
+
export declare const SetDefaultProjectResponseSchema: GenMessage<SetDefaultProjectResponse>;
|
|
2164
|
+
|
|
2165
|
+
/**
|
|
2166
|
+
* @generated from message identity.v1.CreateInvitationRequest
|
|
2167
|
+
*/
|
|
2168
|
+
export declare type CreateInvitationRequest = Message<"identity.v1.CreateInvitationRequest"> & {
|
|
2169
|
+
/**
|
|
2170
|
+
* @generated from field: string email = 1;
|
|
2171
|
+
*/
|
|
2172
|
+
email: string;
|
|
2173
|
+
|
|
2174
|
+
/**
|
|
2175
|
+
* @generated from field: string tenant_id = 2;
|
|
2176
|
+
*/
|
|
2177
|
+
tenantId: string;
|
|
2178
|
+
|
|
2179
|
+
/**
|
|
2180
|
+
* @generated from field: repeated string project_ids = 3;
|
|
2181
|
+
*/
|
|
2182
|
+
projectIds: string[];
|
|
2183
|
+
|
|
2184
|
+
/**
|
|
2185
|
+
* @generated from field: identity.v1.AccessRole role = 4;
|
|
2186
|
+
*/
|
|
2187
|
+
role: AccessRole;
|
|
2188
|
+
|
|
2189
|
+
/**
|
|
2190
|
+
* @generated from field: identity.v1.InviteType invite_type = 5;
|
|
2191
|
+
*/
|
|
2192
|
+
inviteType: InviteType;
|
|
2193
|
+
|
|
2194
|
+
/**
|
|
2195
|
+
* @generated from field: optional string message = 6;
|
|
2196
|
+
*/
|
|
2197
|
+
message?: string;
|
|
2198
|
+
};
|
|
2199
|
+
|
|
2200
|
+
/**
|
|
2201
|
+
* Describes the message identity.v1.CreateInvitationRequest.
|
|
2202
|
+
* Use `create(CreateInvitationRequestSchema)` to create a new message.
|
|
2203
|
+
*/
|
|
2204
|
+
export declare const CreateInvitationRequestSchema: GenMessage<CreateInvitationRequest>;
|
|
2205
|
+
|
|
2206
|
+
/**
|
|
2207
|
+
* @generated from message identity.v1.CreateInvitationResponse
|
|
2208
|
+
*/
|
|
2209
|
+
export declare type CreateInvitationResponse = Message<"identity.v1.CreateInvitationResponse"> & {
|
|
2210
|
+
/**
|
|
2211
|
+
* @generated from field: identity.v1.Invitation invitation = 1;
|
|
2212
|
+
*/
|
|
2213
|
+
invitation?: Invitation;
|
|
2214
|
+
};
|
|
2215
|
+
|
|
2216
|
+
/**
|
|
2217
|
+
* Describes the message identity.v1.CreateInvitationResponse.
|
|
2218
|
+
* Use `create(CreateInvitationResponseSchema)` to create a new message.
|
|
2219
|
+
*/
|
|
2220
|
+
export declare const CreateInvitationResponseSchema: GenMessage<CreateInvitationResponse>;
|
|
2221
|
+
|
|
2222
|
+
/**
|
|
2223
|
+
* @generated from message identity.v1.ListInvitationsRequest
|
|
2224
|
+
*/
|
|
2225
|
+
export declare type ListInvitationsRequest = Message<"identity.v1.ListInvitationsRequest"> & {
|
|
2226
|
+
/**
|
|
2227
|
+
* @generated from field: string tenant_id = 1;
|
|
2228
|
+
*/
|
|
2229
|
+
tenantId: string;
|
|
2230
|
+
|
|
2231
|
+
/**
|
|
2232
|
+
* @generated from field: optional identity.v1.InvitationStatus status = 2;
|
|
2233
|
+
*/
|
|
2234
|
+
status?: InvitationStatus;
|
|
2235
|
+
|
|
2236
|
+
/**
|
|
2237
|
+
* @generated from field: int32 limit = 10;
|
|
2238
|
+
*/
|
|
2239
|
+
limit: number;
|
|
2240
|
+
|
|
2241
|
+
/**
|
|
2242
|
+
* @generated from field: int32 offset = 11;
|
|
2243
|
+
*/
|
|
2244
|
+
offset: number;
|
|
2245
|
+
};
|
|
2246
|
+
|
|
2247
|
+
/**
|
|
2248
|
+
* Describes the message identity.v1.ListInvitationsRequest.
|
|
2249
|
+
* Use `create(ListInvitationsRequestSchema)` to create a new message.
|
|
2250
|
+
*/
|
|
2251
|
+
export declare const ListInvitationsRequestSchema: GenMessage<ListInvitationsRequest>;
|
|
2252
|
+
|
|
2253
|
+
/**
|
|
2254
|
+
* @generated from message identity.v1.ListInvitationsResponse
|
|
2255
|
+
*/
|
|
2256
|
+
export declare type ListInvitationsResponse = Message<"identity.v1.ListInvitationsResponse"> & {
|
|
2257
|
+
/**
|
|
2258
|
+
* @generated from field: repeated identity.v1.Invitation items = 1;
|
|
2259
|
+
*/
|
|
2260
|
+
items: Invitation[];
|
|
2261
|
+
|
|
2262
|
+
/**
|
|
2263
|
+
* @generated from field: int32 total = 2;
|
|
2264
|
+
*/
|
|
2265
|
+
total: number;
|
|
2266
|
+
};
|
|
2267
|
+
|
|
2268
|
+
/**
|
|
2269
|
+
* Describes the message identity.v1.ListInvitationsResponse.
|
|
2270
|
+
* Use `create(ListInvitationsResponseSchema)` to create a new message.
|
|
2271
|
+
*/
|
|
2272
|
+
export declare const ListInvitationsResponseSchema: GenMessage<ListInvitationsResponse>;
|
|
2273
|
+
|
|
2274
|
+
/**
|
|
2275
|
+
* @generated from message identity.v1.RevokeInvitationRequest
|
|
2276
|
+
*/
|
|
2277
|
+
export declare type RevokeInvitationRequest = Message<"identity.v1.RevokeInvitationRequest"> & {
|
|
2278
|
+
/**
|
|
2279
|
+
* @generated from field: string invitation_id = 1;
|
|
2280
|
+
*/
|
|
2281
|
+
invitationId: string;
|
|
2282
|
+
};
|
|
2283
|
+
|
|
2284
|
+
/**
|
|
2285
|
+
* Describes the message identity.v1.RevokeInvitationRequest.
|
|
2286
|
+
* Use `create(RevokeInvitationRequestSchema)` to create a new message.
|
|
2287
|
+
*/
|
|
2288
|
+
export declare const RevokeInvitationRequestSchema: GenMessage<RevokeInvitationRequest>;
|
|
2289
|
+
|
|
2290
|
+
/**
|
|
2291
|
+
* @generated from message identity.v1.RevokeInvitationResponse
|
|
2292
|
+
*/
|
|
2293
|
+
export declare type RevokeInvitationResponse = Message<"identity.v1.RevokeInvitationResponse"> & {
|
|
2294
|
+
/**
|
|
2295
|
+
* @generated from field: bool success = 1;
|
|
2296
|
+
*/
|
|
2297
|
+
success: boolean;
|
|
2298
|
+
};
|
|
2299
|
+
|
|
2300
|
+
/**
|
|
2301
|
+
* Describes the message identity.v1.RevokeInvitationResponse.
|
|
2302
|
+
* Use `create(RevokeInvitationResponseSchema)` to create a new message.
|
|
2303
|
+
*/
|
|
2304
|
+
export declare const RevokeInvitationResponseSchema: GenMessage<RevokeInvitationResponse>;
|
|
2305
|
+
|
|
2306
|
+
/**
|
|
2307
|
+
* @generated from message identity.v1.AcceptInvitationRequest
|
|
2308
|
+
*/
|
|
2309
|
+
export declare type AcceptInvitationRequest = Message<"identity.v1.AcceptInvitationRequest"> & {
|
|
2310
|
+
/**
|
|
2311
|
+
* @generated from field: string token = 1;
|
|
2312
|
+
*/
|
|
2313
|
+
token: string;
|
|
2314
|
+
|
|
2315
|
+
/**
|
|
2316
|
+
* @generated from field: optional string password = 2;
|
|
2317
|
+
*/
|
|
2318
|
+
password?: string;
|
|
2319
|
+
};
|
|
2320
|
+
|
|
2321
|
+
/**
|
|
2322
|
+
* Describes the message identity.v1.AcceptInvitationRequest.
|
|
2323
|
+
* Use `create(AcceptInvitationRequestSchema)` to create a new message.
|
|
2324
|
+
*/
|
|
2325
|
+
export declare const AcceptInvitationRequestSchema: GenMessage<AcceptInvitationRequest>;
|
|
2326
|
+
|
|
2327
|
+
/**
|
|
2328
|
+
* @generated from message identity.v1.AcceptInvitationResponse
|
|
2329
|
+
*/
|
|
2330
|
+
export declare type AcceptInvitationResponse = Message<"identity.v1.AcceptInvitationResponse"> & {
|
|
2331
|
+
/**
|
|
2332
|
+
* @generated from field: identity.v1.AdminUser user = 1;
|
|
2333
|
+
*/
|
|
2334
|
+
user?: AdminUser;
|
|
2335
|
+
|
|
2336
|
+
/**
|
|
2337
|
+
* @generated from field: string session_id = 2;
|
|
2338
|
+
*/
|
|
2339
|
+
sessionId: string;
|
|
2340
|
+
};
|
|
2341
|
+
|
|
2342
|
+
/**
|
|
2343
|
+
* Describes the message identity.v1.AcceptInvitationResponse.
|
|
2344
|
+
* Use `create(AcceptInvitationResponseSchema)` to create a new message.
|
|
2345
|
+
*/
|
|
2346
|
+
export declare const AcceptInvitationResponseSchema: GenMessage<AcceptInvitationResponse>;
|
|
2347
|
+
|
|
2348
|
+
/**
|
|
2349
|
+
* @generated from message identity.v1.ValidateInvitationRequest
|
|
2350
|
+
*/
|
|
2351
|
+
export declare type ValidateInvitationRequest = Message<"identity.v1.ValidateInvitationRequest"> & {
|
|
2352
|
+
/**
|
|
2353
|
+
* @generated from field: string token = 1;
|
|
2354
|
+
*/
|
|
2355
|
+
token: string;
|
|
2356
|
+
};
|
|
2357
|
+
|
|
2358
|
+
/**
|
|
2359
|
+
* Describes the message identity.v1.ValidateInvitationRequest.
|
|
2360
|
+
* Use `create(ValidateInvitationRequestSchema)` to create a new message.
|
|
2361
|
+
*/
|
|
2362
|
+
export declare const ValidateInvitationRequestSchema: GenMessage<ValidateInvitationRequest>;
|
|
2363
|
+
|
|
2364
|
+
/**
|
|
2365
|
+
* @generated from message identity.v1.ValidateInvitationResponse
|
|
2366
|
+
*/
|
|
2367
|
+
export declare type ValidateInvitationResponse = Message<"identity.v1.ValidateInvitationResponse"> & {
|
|
2368
|
+
/**
|
|
2369
|
+
* @generated from field: identity.v1.Invitation invitation = 1;
|
|
2370
|
+
*/
|
|
2371
|
+
invitation?: Invitation;
|
|
2372
|
+
};
|
|
2373
|
+
|
|
2374
|
+
/**
|
|
2375
|
+
* Describes the message identity.v1.ValidateInvitationResponse.
|
|
2376
|
+
* Use `create(ValidateInvitationResponseSchema)` to create a new message.
|
|
2377
|
+
*/
|
|
2378
|
+
export declare const ValidateInvitationResponseSchema: GenMessage<ValidateInvitationResponse>;
|
|
2379
|
+
|
|
2380
|
+
/**
|
|
2381
|
+
* @generated from message identity.v1.CreateApiKeyRequest
|
|
2382
|
+
*/
|
|
2383
|
+
export declare type CreateApiKeyRequest = Message<"identity.v1.CreateApiKeyRequest"> & {
|
|
2384
|
+
/**
|
|
2385
|
+
* @generated from field: string name = 1;
|
|
2386
|
+
*/
|
|
2387
|
+
name: string;
|
|
2388
|
+
|
|
2389
|
+
/**
|
|
2390
|
+
* @generated from field: identity.v1.ApiKeyType key_type = 2;
|
|
2391
|
+
*/
|
|
2392
|
+
keyType: ApiKeyType;
|
|
2393
|
+
|
|
2394
|
+
/**
|
|
2395
|
+
* @generated from field: optional google.protobuf.Struct scopes = 3;
|
|
2396
|
+
*/
|
|
2397
|
+
scopes?: JsonObject;
|
|
2398
|
+
|
|
2399
|
+
/**
|
|
2400
|
+
* @generated from field: optional int32 rate_limit_per_hour = 4;
|
|
2401
|
+
*/
|
|
2402
|
+
rateLimitPerHour?: number;
|
|
2403
|
+
|
|
2404
|
+
/**
|
|
2405
|
+
* @generated from field: optional google.protobuf.Timestamp expires_at = 5;
|
|
2406
|
+
*/
|
|
2407
|
+
expiresAt?: Timestamp;
|
|
2408
|
+
};
|
|
2409
|
+
|
|
2410
|
+
/**
|
|
2411
|
+
* Describes the message identity.v1.CreateApiKeyRequest.
|
|
2412
|
+
* Use `create(CreateApiKeyRequestSchema)` to create a new message.
|
|
2413
|
+
*/
|
|
2414
|
+
export declare const CreateApiKeyRequestSchema: GenMessage<CreateApiKeyRequest>;
|
|
2415
|
+
|
|
2416
|
+
/**
|
|
2417
|
+
* @generated from message identity.v1.CreateApiKeyResponse
|
|
2418
|
+
*/
|
|
2419
|
+
export declare type CreateApiKeyResponse = Message<"identity.v1.CreateApiKeyResponse"> & {
|
|
2420
|
+
/**
|
|
2421
|
+
* @generated from field: identity.v1.ApiKey api_key = 1;
|
|
2422
|
+
*/
|
|
2423
|
+
apiKey?: ApiKey;
|
|
2424
|
+
};
|
|
2425
|
+
|
|
2426
|
+
/**
|
|
2427
|
+
* Describes the message identity.v1.CreateApiKeyResponse.
|
|
2428
|
+
* Use `create(CreateApiKeyResponseSchema)` to create a new message.
|
|
2429
|
+
*/
|
|
2430
|
+
export declare const CreateApiKeyResponseSchema: GenMessage<CreateApiKeyResponse>;
|
|
2431
|
+
|
|
2432
|
+
/**
|
|
2433
|
+
* @generated from message identity.v1.GetApiKeyRequest
|
|
2434
|
+
*/
|
|
2435
|
+
export declare type GetApiKeyRequest = Message<"identity.v1.GetApiKeyRequest"> & {
|
|
2436
|
+
/**
|
|
2437
|
+
* @generated from field: string id = 1;
|
|
2438
|
+
*/
|
|
2439
|
+
id: string;
|
|
2440
|
+
};
|
|
2441
|
+
|
|
2442
|
+
/**
|
|
2443
|
+
* Describes the message identity.v1.GetApiKeyRequest.
|
|
2444
|
+
* Use `create(GetApiKeyRequestSchema)` to create a new message.
|
|
2445
|
+
*/
|
|
2446
|
+
export declare const GetApiKeyRequestSchema: GenMessage<GetApiKeyRequest>;
|
|
2447
|
+
|
|
2448
|
+
/**
|
|
2449
|
+
* @generated from message identity.v1.GetApiKeyResponse
|
|
2450
|
+
*/
|
|
2451
|
+
export declare type GetApiKeyResponse = Message<"identity.v1.GetApiKeyResponse"> & {
|
|
2452
|
+
/**
|
|
2453
|
+
* @generated from field: identity.v1.ApiKey api_key = 1;
|
|
2454
|
+
*/
|
|
2455
|
+
apiKey?: ApiKey;
|
|
2456
|
+
};
|
|
2457
|
+
|
|
2458
|
+
/**
|
|
2459
|
+
* Describes the message identity.v1.GetApiKeyResponse.
|
|
2460
|
+
* Use `create(GetApiKeyResponseSchema)` to create a new message.
|
|
2461
|
+
*/
|
|
2462
|
+
export declare const GetApiKeyResponseSchema: GenMessage<GetApiKeyResponse>;
|
|
2463
|
+
|
|
2464
|
+
/**
|
|
2465
|
+
* @generated from message identity.v1.ListApiKeysRequest
|
|
2466
|
+
*/
|
|
2467
|
+
export declare type ListApiKeysRequest = Message<"identity.v1.ListApiKeysRequest"> & {
|
|
2468
|
+
/**
|
|
2469
|
+
* @generated from field: int32 limit = 1;
|
|
2470
|
+
*/
|
|
2471
|
+
limit: number;
|
|
2472
|
+
|
|
2473
|
+
/**
|
|
2474
|
+
* @generated from field: int32 offset = 2;
|
|
2475
|
+
*/
|
|
2476
|
+
offset: number;
|
|
2477
|
+
};
|
|
2478
|
+
|
|
2479
|
+
/**
|
|
2480
|
+
* Describes the message identity.v1.ListApiKeysRequest.
|
|
2481
|
+
* Use `create(ListApiKeysRequestSchema)` to create a new message.
|
|
2482
|
+
*/
|
|
2483
|
+
export declare const ListApiKeysRequestSchema: GenMessage<ListApiKeysRequest>;
|
|
2484
|
+
|
|
2485
|
+
/**
|
|
2486
|
+
* @generated from message identity.v1.ListApiKeysResponse
|
|
2487
|
+
*/
|
|
2488
|
+
export declare type ListApiKeysResponse = Message<"identity.v1.ListApiKeysResponse"> & {
|
|
2489
|
+
/**
|
|
2490
|
+
* @generated from field: repeated identity.v1.ApiKey items = 1;
|
|
2491
|
+
*/
|
|
2492
|
+
items: ApiKey[];
|
|
2493
|
+
|
|
2494
|
+
/**
|
|
2495
|
+
* @generated from field: int32 total = 2;
|
|
2496
|
+
*/
|
|
2497
|
+
total: number;
|
|
2498
|
+
};
|
|
2499
|
+
|
|
2500
|
+
/**
|
|
2501
|
+
* Describes the message identity.v1.ListApiKeysResponse.
|
|
2502
|
+
* Use `create(ListApiKeysResponseSchema)` to create a new message.
|
|
2503
|
+
*/
|
|
2504
|
+
export declare const ListApiKeysResponseSchema: GenMessage<ListApiKeysResponse>;
|
|
2505
|
+
|
|
2506
|
+
/**
|
|
2507
|
+
* @generated from message identity.v1.UpdateApiKeyRequest
|
|
2508
|
+
*/
|
|
2509
|
+
export declare type UpdateApiKeyRequest = Message<"identity.v1.UpdateApiKeyRequest"> & {
|
|
2510
|
+
/**
|
|
2511
|
+
* @generated from field: string id = 1;
|
|
2512
|
+
*/
|
|
2513
|
+
id: string;
|
|
2514
|
+
|
|
2515
|
+
/**
|
|
2516
|
+
* @generated from field: optional string name = 2;
|
|
2517
|
+
*/
|
|
2518
|
+
name?: string;
|
|
2519
|
+
|
|
2520
|
+
/**
|
|
2521
|
+
* @generated from field: optional bool is_active = 3;
|
|
2522
|
+
*/
|
|
2523
|
+
isActive?: boolean;
|
|
2524
|
+
|
|
2525
|
+
/**
|
|
2526
|
+
* @generated from field: optional google.protobuf.Struct scopes = 4;
|
|
2527
|
+
*/
|
|
2528
|
+
scopes?: JsonObject;
|
|
2529
|
+
|
|
2530
|
+
/**
|
|
2531
|
+
* @generated from field: optional int32 rate_limit_per_hour = 5;
|
|
2532
|
+
*/
|
|
2533
|
+
rateLimitPerHour?: number;
|
|
2534
|
+
};
|
|
2535
|
+
|
|
2536
|
+
/**
|
|
2537
|
+
* Describes the message identity.v1.UpdateApiKeyRequest.
|
|
2538
|
+
* Use `create(UpdateApiKeyRequestSchema)` to create a new message.
|
|
2539
|
+
*/
|
|
2540
|
+
export declare const UpdateApiKeyRequestSchema: GenMessage<UpdateApiKeyRequest>;
|
|
2541
|
+
|
|
2542
|
+
/**
|
|
2543
|
+
* @generated from message identity.v1.UpdateApiKeyResponse
|
|
2544
|
+
*/
|
|
2545
|
+
export declare type UpdateApiKeyResponse = Message<"identity.v1.UpdateApiKeyResponse"> & {
|
|
2546
|
+
/**
|
|
2547
|
+
* @generated from field: identity.v1.ApiKey api_key = 1;
|
|
2548
|
+
*/
|
|
2549
|
+
apiKey?: ApiKey;
|
|
2550
|
+
};
|
|
2551
|
+
|
|
2552
|
+
/**
|
|
2553
|
+
* Describes the message identity.v1.UpdateApiKeyResponse.
|
|
2554
|
+
* Use `create(UpdateApiKeyResponseSchema)` to create a new message.
|
|
2555
|
+
*/
|
|
2556
|
+
export declare const UpdateApiKeyResponseSchema: GenMessage<UpdateApiKeyResponse>;
|
|
2557
|
+
|
|
2558
|
+
/**
|
|
2559
|
+
* @generated from message identity.v1.RotateApiKeyRequest
|
|
2560
|
+
*/
|
|
2561
|
+
export declare type RotateApiKeyRequest = Message<"identity.v1.RotateApiKeyRequest"> & {
|
|
2562
|
+
/**
|
|
2563
|
+
* @generated from field: string id = 1;
|
|
2564
|
+
*/
|
|
2565
|
+
id: string;
|
|
2566
|
+
};
|
|
2567
|
+
|
|
2568
|
+
/**
|
|
2569
|
+
* Describes the message identity.v1.RotateApiKeyRequest.
|
|
2570
|
+
* Use `create(RotateApiKeyRequestSchema)` to create a new message.
|
|
2571
|
+
*/
|
|
2572
|
+
export declare const RotateApiKeyRequestSchema: GenMessage<RotateApiKeyRequest>;
|
|
2573
|
+
|
|
2574
|
+
/**
|
|
2575
|
+
* @generated from message identity.v1.RotateApiKeyResponse
|
|
2576
|
+
*/
|
|
2577
|
+
export declare type RotateApiKeyResponse = Message<"identity.v1.RotateApiKeyResponse"> & {
|
|
2578
|
+
/**
|
|
2579
|
+
* @generated from field: identity.v1.ApiKey api_key = 1;
|
|
2580
|
+
*/
|
|
2581
|
+
apiKey?: ApiKey;
|
|
2582
|
+
};
|
|
2583
|
+
|
|
2584
|
+
/**
|
|
2585
|
+
* Describes the message identity.v1.RotateApiKeyResponse.
|
|
2586
|
+
* Use `create(RotateApiKeyResponseSchema)` to create a new message.
|
|
2587
|
+
*/
|
|
2588
|
+
export declare const RotateApiKeyResponseSchema: GenMessage<RotateApiKeyResponse>;
|
|
2589
|
+
|
|
2590
|
+
/**
|
|
2591
|
+
* @generated from message identity.v1.RevokeApiKeyRequest
|
|
2592
|
+
*/
|
|
2593
|
+
export declare type RevokeApiKeyRequest = Message<"identity.v1.RevokeApiKeyRequest"> & {
|
|
2594
|
+
/**
|
|
2595
|
+
* @generated from field: string id = 1;
|
|
2596
|
+
*/
|
|
2597
|
+
id: string;
|
|
2598
|
+
};
|
|
2599
|
+
|
|
2600
|
+
/**
|
|
2601
|
+
* Describes the message identity.v1.RevokeApiKeyRequest.
|
|
2602
|
+
* Use `create(RevokeApiKeyRequestSchema)` to create a new message.
|
|
2603
|
+
*/
|
|
2604
|
+
export declare const RevokeApiKeyRequestSchema: GenMessage<RevokeApiKeyRequest>;
|
|
2605
|
+
|
|
2606
|
+
/**
|
|
2607
|
+
* @generated from message identity.v1.RevokeApiKeyResponse
|
|
2608
|
+
*/
|
|
2609
|
+
export declare type RevokeApiKeyResponse = Message<"identity.v1.RevokeApiKeyResponse"> & {
|
|
2610
|
+
/**
|
|
2611
|
+
* @generated from field: bool success = 1;
|
|
2612
|
+
*/
|
|
2613
|
+
success: boolean;
|
|
2614
|
+
};
|
|
2615
|
+
|
|
2616
|
+
/**
|
|
2617
|
+
* Describes the message identity.v1.RevokeApiKeyResponse.
|
|
2618
|
+
* Use `create(RevokeApiKeyResponseSchema)` to create a new message.
|
|
2619
|
+
*/
|
|
2620
|
+
export declare const RevokeApiKeyResponseSchema: GenMessage<RevokeApiKeyResponse>;
|
|
2621
|
+
|
|
2622
|
+
/**
|
|
2623
|
+
* @generated from message identity.v1.AuthProvider
|
|
2624
|
+
*/
|
|
2625
|
+
export declare type AuthProvider = Message<"identity.v1.AuthProvider"> & {
|
|
2626
|
+
/**
|
|
2627
|
+
* @generated from field: string id = 1;
|
|
2628
|
+
*/
|
|
2629
|
+
id: string;
|
|
2630
|
+
|
|
2631
|
+
/**
|
|
2632
|
+
* @generated from field: string key = 2;
|
|
2633
|
+
*/
|
|
2634
|
+
key: string;
|
|
2635
|
+
|
|
2636
|
+
/**
|
|
2637
|
+
* @generated from field: string name = 3;
|
|
2638
|
+
*/
|
|
2639
|
+
name: string;
|
|
2640
|
+
|
|
2641
|
+
/**
|
|
2642
|
+
* @generated from field: string type = 4;
|
|
2643
|
+
*/
|
|
2644
|
+
type: string;
|
|
2645
|
+
|
|
2646
|
+
/**
|
|
2647
|
+
* @generated from field: google.protobuf.Struct config = 5;
|
|
2648
|
+
*/
|
|
2649
|
+
config?: JsonObject;
|
|
2650
|
+
|
|
2651
|
+
/**
|
|
2652
|
+
* @generated from field: bool enabled = 6;
|
|
2653
|
+
*/
|
|
2654
|
+
enabled: boolean;
|
|
2655
|
+
|
|
2656
|
+
/**
|
|
2657
|
+
* @generated from field: bool is_default = 7;
|
|
2658
|
+
*/
|
|
2659
|
+
isDefault: boolean;
|
|
2660
|
+
|
|
2661
|
+
/**
|
|
2662
|
+
* @generated from field: int32 priority = 8;
|
|
2663
|
+
*/
|
|
2664
|
+
priority: number;
|
|
2665
|
+
|
|
2666
|
+
/**
|
|
2667
|
+
* Ownership.
|
|
2668
|
+
*
|
|
2669
|
+
* @generated from field: string tenant_id = 20;
|
|
2670
|
+
*/
|
|
2671
|
+
tenantId: string;
|
|
2672
|
+
|
|
2673
|
+
/**
|
|
2674
|
+
* @generated from field: string project_id = 21;
|
|
2675
|
+
*/
|
|
2676
|
+
projectId: string;
|
|
2677
|
+
|
|
2678
|
+
/**
|
|
2679
|
+
* Attribution.
|
|
2680
|
+
*
|
|
2681
|
+
* @generated from field: optional string created_by = 30;
|
|
2682
|
+
*/
|
|
2683
|
+
createdBy?: string;
|
|
2684
|
+
|
|
2685
|
+
/**
|
|
2686
|
+
* @generated from field: optional string updated_by = 31;
|
|
2687
|
+
*/
|
|
2688
|
+
updatedBy?: string;
|
|
2689
|
+
|
|
2690
|
+
/**
|
|
2691
|
+
* Timestamps.
|
|
2692
|
+
*
|
|
2693
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
2694
|
+
*/
|
|
2695
|
+
createdAt?: Timestamp;
|
|
2696
|
+
|
|
2697
|
+
/**
|
|
2698
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
2699
|
+
*/
|
|
2700
|
+
updatedAt?: Timestamp;
|
|
2701
|
+
};
|
|
2702
|
+
|
|
2703
|
+
/**
|
|
2704
|
+
* Describes the message identity.v1.AuthProvider.
|
|
2705
|
+
* Use `create(AuthProviderSchema)` to create a new message.
|
|
2706
|
+
*/
|
|
2707
|
+
export declare const AuthProviderSchema: GenMessage<AuthProvider>;
|
|
2708
|
+
|
|
2709
|
+
/**
|
|
2710
|
+
* @generated from message identity.v1.ListAuthProvidersRequest
|
|
2711
|
+
*/
|
|
2712
|
+
export declare type ListAuthProvidersRequest = Message<"identity.v1.ListAuthProvidersRequest"> & {
|
|
2713
|
+
/**
|
|
2714
|
+
* @generated from field: optional bool enabled = 1;
|
|
2715
|
+
*/
|
|
2716
|
+
enabled?: boolean;
|
|
2717
|
+
|
|
2718
|
+
/**
|
|
2719
|
+
* @generated from field: int32 limit = 10;
|
|
2720
|
+
*/
|
|
2721
|
+
limit: number;
|
|
2722
|
+
|
|
2723
|
+
/**
|
|
2724
|
+
* @generated from field: int32 offset = 11;
|
|
2725
|
+
*/
|
|
2726
|
+
offset: number;
|
|
2727
|
+
};
|
|
2728
|
+
|
|
2729
|
+
/**
|
|
2730
|
+
* Describes the message identity.v1.ListAuthProvidersRequest.
|
|
2731
|
+
* Use `create(ListAuthProvidersRequestSchema)` to create a new message.
|
|
2732
|
+
*/
|
|
2733
|
+
export declare const ListAuthProvidersRequestSchema: GenMessage<ListAuthProvidersRequest>;
|
|
2734
|
+
|
|
2735
|
+
/**
|
|
2736
|
+
* @generated from message identity.v1.ListAuthProvidersResponse
|
|
2737
|
+
*/
|
|
2738
|
+
export declare type ListAuthProvidersResponse = Message<"identity.v1.ListAuthProvidersResponse"> & {
|
|
2739
|
+
/**
|
|
2740
|
+
* @generated from field: repeated identity.v1.AuthProvider providers = 1;
|
|
2741
|
+
*/
|
|
2742
|
+
providers: AuthProvider[];
|
|
2743
|
+
|
|
2744
|
+
/**
|
|
2745
|
+
* @generated from field: int32 total = 2;
|
|
2746
|
+
*/
|
|
2747
|
+
total: number;
|
|
2748
|
+
};
|
|
2749
|
+
|
|
2750
|
+
/**
|
|
2751
|
+
* Describes the message identity.v1.ListAuthProvidersResponse.
|
|
2752
|
+
* Use `create(ListAuthProvidersResponseSchema)` to create a new message.
|
|
2753
|
+
*/
|
|
2754
|
+
export declare const ListAuthProvidersResponseSchema: GenMessage<ListAuthProvidersResponse>;
|
|
2755
|
+
|
|
2756
|
+
/**
|
|
2757
|
+
* @generated from message identity.v1.GetAuthProviderRequest
|
|
2758
|
+
*/
|
|
2759
|
+
export declare type GetAuthProviderRequest = Message<"identity.v1.GetAuthProviderRequest"> & {
|
|
2760
|
+
/**
|
|
2761
|
+
* @generated from field: string id = 1;
|
|
2762
|
+
*/
|
|
2763
|
+
id: string;
|
|
2764
|
+
};
|
|
2765
|
+
|
|
2766
|
+
/**
|
|
2767
|
+
* Describes the message identity.v1.GetAuthProviderRequest.
|
|
2768
|
+
* Use `create(GetAuthProviderRequestSchema)` to create a new message.
|
|
2769
|
+
*/
|
|
2770
|
+
export declare const GetAuthProviderRequestSchema: GenMessage<GetAuthProviderRequest>;
|
|
2771
|
+
|
|
2772
|
+
/**
|
|
2773
|
+
* @generated from message identity.v1.GetAuthProviderResponse
|
|
2774
|
+
*/
|
|
2775
|
+
export declare type GetAuthProviderResponse = Message<"identity.v1.GetAuthProviderResponse"> & {
|
|
2776
|
+
/**
|
|
2777
|
+
* @generated from field: identity.v1.AuthProvider provider = 1;
|
|
2778
|
+
*/
|
|
2779
|
+
provider?: AuthProvider;
|
|
2780
|
+
};
|
|
2781
|
+
|
|
2782
|
+
/**
|
|
2783
|
+
* Describes the message identity.v1.GetAuthProviderResponse.
|
|
2784
|
+
* Use `create(GetAuthProviderResponseSchema)` to create a new message.
|
|
2785
|
+
*/
|
|
2786
|
+
export declare const GetAuthProviderResponseSchema: GenMessage<GetAuthProviderResponse>;
|
|
2787
|
+
|
|
2788
|
+
/**
|
|
2789
|
+
* @generated from message identity.v1.CreateAuthProviderRequest
|
|
2790
|
+
*/
|
|
2791
|
+
export declare type CreateAuthProviderRequest = Message<"identity.v1.CreateAuthProviderRequest"> & {
|
|
2792
|
+
/**
|
|
2793
|
+
* @generated from field: string key = 1;
|
|
2794
|
+
*/
|
|
2795
|
+
key: string;
|
|
2796
|
+
|
|
2797
|
+
/**
|
|
2798
|
+
* @generated from field: string name = 2;
|
|
2799
|
+
*/
|
|
2800
|
+
name: string;
|
|
2801
|
+
|
|
2802
|
+
/**
|
|
2803
|
+
* @generated from field: string type = 3;
|
|
2804
|
+
*/
|
|
2805
|
+
type: string;
|
|
2806
|
+
|
|
2807
|
+
/**
|
|
2808
|
+
* @generated from field: google.protobuf.Struct config = 4;
|
|
2809
|
+
*/
|
|
2810
|
+
config?: JsonObject;
|
|
2811
|
+
|
|
2812
|
+
/**
|
|
2813
|
+
* @generated from field: optional bool enabled = 5;
|
|
2814
|
+
*/
|
|
2815
|
+
enabled?: boolean;
|
|
2816
|
+
|
|
2817
|
+
/**
|
|
2818
|
+
* @generated from field: optional bool is_default = 6;
|
|
2819
|
+
*/
|
|
2820
|
+
isDefault?: boolean;
|
|
2821
|
+
|
|
2822
|
+
/**
|
|
2823
|
+
* @generated from field: optional int32 priority = 7;
|
|
2824
|
+
*/
|
|
2825
|
+
priority?: number;
|
|
2826
|
+
};
|
|
2827
|
+
|
|
2828
|
+
/**
|
|
2829
|
+
* Describes the message identity.v1.CreateAuthProviderRequest.
|
|
2830
|
+
* Use `create(CreateAuthProviderRequestSchema)` to create a new message.
|
|
2831
|
+
*/
|
|
2832
|
+
export declare const CreateAuthProviderRequestSchema: GenMessage<CreateAuthProviderRequest>;
|
|
2833
|
+
|
|
2834
|
+
/**
|
|
2835
|
+
* @generated from message identity.v1.CreateAuthProviderResponse
|
|
2836
|
+
*/
|
|
2837
|
+
export declare type CreateAuthProviderResponse = Message<"identity.v1.CreateAuthProviderResponse"> & {
|
|
2838
|
+
/**
|
|
2839
|
+
* @generated from field: identity.v1.AuthProvider provider = 1;
|
|
2840
|
+
*/
|
|
2841
|
+
provider?: AuthProvider;
|
|
2842
|
+
};
|
|
2843
|
+
|
|
2844
|
+
/**
|
|
2845
|
+
* Describes the message identity.v1.CreateAuthProviderResponse.
|
|
2846
|
+
* Use `create(CreateAuthProviderResponseSchema)` to create a new message.
|
|
2847
|
+
*/
|
|
2848
|
+
export declare const CreateAuthProviderResponseSchema: GenMessage<CreateAuthProviderResponse>;
|
|
2849
|
+
|
|
2850
|
+
/**
|
|
2851
|
+
* @generated from message identity.v1.UpdateAuthProviderRequest
|
|
2852
|
+
*/
|
|
2853
|
+
export declare type UpdateAuthProviderRequest = Message<"identity.v1.UpdateAuthProviderRequest"> & {
|
|
2854
|
+
/**
|
|
2855
|
+
* @generated from field: string id = 1;
|
|
2856
|
+
*/
|
|
2857
|
+
id: string;
|
|
2858
|
+
|
|
2859
|
+
/**
|
|
2860
|
+
* @generated from field: optional string name = 2;
|
|
2861
|
+
*/
|
|
2862
|
+
name?: string;
|
|
2863
|
+
|
|
2864
|
+
/**
|
|
2865
|
+
* @generated from field: optional google.protobuf.Struct config = 3;
|
|
2866
|
+
*/
|
|
2867
|
+
config?: JsonObject;
|
|
2868
|
+
|
|
2869
|
+
/**
|
|
2870
|
+
* @generated from field: optional bool enabled = 4;
|
|
2871
|
+
*/
|
|
2872
|
+
enabled?: boolean;
|
|
2873
|
+
|
|
2874
|
+
/**
|
|
2875
|
+
* @generated from field: optional bool is_default = 5;
|
|
2876
|
+
*/
|
|
2877
|
+
isDefault?: boolean;
|
|
2878
|
+
|
|
2879
|
+
/**
|
|
2880
|
+
* @generated from field: optional int32 priority = 6;
|
|
2881
|
+
*/
|
|
2882
|
+
priority?: number;
|
|
2883
|
+
};
|
|
2884
|
+
|
|
2885
|
+
/**
|
|
2886
|
+
* Describes the message identity.v1.UpdateAuthProviderRequest.
|
|
2887
|
+
* Use `create(UpdateAuthProviderRequestSchema)` to create a new message.
|
|
2888
|
+
*/
|
|
2889
|
+
export declare const UpdateAuthProviderRequestSchema: GenMessage<UpdateAuthProviderRequest>;
|
|
2890
|
+
|
|
2891
|
+
/**
|
|
2892
|
+
* @generated from message identity.v1.UpdateAuthProviderResponse
|
|
2893
|
+
*/
|
|
2894
|
+
export declare type UpdateAuthProviderResponse = Message<"identity.v1.UpdateAuthProviderResponse"> & {
|
|
2895
|
+
/**
|
|
2896
|
+
* @generated from field: identity.v1.AuthProvider provider = 1;
|
|
2897
|
+
*/
|
|
2898
|
+
provider?: AuthProvider;
|
|
2899
|
+
};
|
|
2900
|
+
|
|
2901
|
+
/**
|
|
2902
|
+
* Describes the message identity.v1.UpdateAuthProviderResponse.
|
|
2903
|
+
* Use `create(UpdateAuthProviderResponseSchema)` to create a new message.
|
|
2904
|
+
*/
|
|
2905
|
+
export declare const UpdateAuthProviderResponseSchema: GenMessage<UpdateAuthProviderResponse>;
|
|
2906
|
+
|
|
2907
|
+
/**
|
|
2908
|
+
* @generated from message identity.v1.DeleteAuthProviderRequest
|
|
2909
|
+
*/
|
|
2910
|
+
export declare type DeleteAuthProviderRequest = Message<"identity.v1.DeleteAuthProviderRequest"> & {
|
|
2911
|
+
/**
|
|
2912
|
+
* @generated from field: string id = 1;
|
|
2913
|
+
*/
|
|
2914
|
+
id: string;
|
|
2915
|
+
};
|
|
2916
|
+
|
|
2917
|
+
/**
|
|
2918
|
+
* Describes the message identity.v1.DeleteAuthProviderRequest.
|
|
2919
|
+
* Use `create(DeleteAuthProviderRequestSchema)` to create a new message.
|
|
2920
|
+
*/
|
|
2921
|
+
export declare const DeleteAuthProviderRequestSchema: GenMessage<DeleteAuthProviderRequest>;
|
|
2922
|
+
|
|
2923
|
+
/**
|
|
2924
|
+
* @generated from message identity.v1.DeleteAuthProviderResponse
|
|
2925
|
+
*/
|
|
2926
|
+
export declare type DeleteAuthProviderResponse = Message<"identity.v1.DeleteAuthProviderResponse"> & {
|
|
2927
|
+
/**
|
|
2928
|
+
* @generated from field: bool success = 1;
|
|
2929
|
+
*/
|
|
2930
|
+
success: boolean;
|
|
2931
|
+
};
|
|
2932
|
+
|
|
2933
|
+
/**
|
|
2934
|
+
* Describes the message identity.v1.DeleteAuthProviderResponse.
|
|
2935
|
+
* Use `create(DeleteAuthProviderResponseSchema)` to create a new message.
|
|
2936
|
+
*/
|
|
2937
|
+
export declare const DeleteAuthProviderResponseSchema: GenMessage<DeleteAuthProviderResponse>;
|
|
2938
|
+
|
|
2939
|
+
/**
|
|
2940
|
+
* @generated from message identity.v1.EnabledOAuthProvidersRequest
|
|
2941
|
+
*/
|
|
2942
|
+
export declare type EnabledOAuthProvidersRequest = Message<"identity.v1.EnabledOAuthProvidersRequest"> & {
|
|
2943
|
+
};
|
|
2944
|
+
|
|
2945
|
+
/**
|
|
2946
|
+
* Describes the message identity.v1.EnabledOAuthProvidersRequest.
|
|
2947
|
+
* Use `create(EnabledOAuthProvidersRequestSchema)` to create a new message.
|
|
2948
|
+
*/
|
|
2949
|
+
export declare const EnabledOAuthProvidersRequestSchema: GenMessage<EnabledOAuthProvidersRequest>;
|
|
2950
|
+
|
|
2951
|
+
/**
|
|
2952
|
+
* @generated from message identity.v1.EnabledOAuthProvidersResponse
|
|
2953
|
+
*/
|
|
2954
|
+
export declare type EnabledOAuthProvidersResponse = Message<"identity.v1.EnabledOAuthProvidersResponse"> & {
|
|
2955
|
+
/**
|
|
2956
|
+
* @generated from field: repeated string providers = 1;
|
|
2957
|
+
*/
|
|
2958
|
+
providers: string[];
|
|
2959
|
+
};
|
|
2960
|
+
|
|
2961
|
+
/**
|
|
2962
|
+
* Describes the message identity.v1.EnabledOAuthProvidersResponse.
|
|
2963
|
+
* Use `create(EnabledOAuthProvidersResponseSchema)` to create a new message.
|
|
2964
|
+
*/
|
|
2965
|
+
export declare const EnabledOAuthProvidersResponseSchema: GenMessage<EnabledOAuthProvidersResponse>;
|
|
2966
|
+
|
|
2967
|
+
/**
|
|
2968
|
+
* @generated from message identity.v1.MintServiceTokenRequest
|
|
2969
|
+
*/
|
|
2970
|
+
export declare type MintServiceTokenRequest = Message<"identity.v1.MintServiceTokenRequest"> & {
|
|
2971
|
+
/**
|
|
2972
|
+
* Purpose: "public-api", "collab", "storage"
|
|
2973
|
+
*
|
|
2974
|
+
* @generated from field: string purpose = 1;
|
|
2975
|
+
*/
|
|
2976
|
+
purpose: string;
|
|
2977
|
+
};
|
|
2978
|
+
|
|
2979
|
+
/**
|
|
2980
|
+
* Describes the message identity.v1.MintServiceTokenRequest.
|
|
2981
|
+
* Use `create(MintServiceTokenRequestSchema)` to create a new message.
|
|
2982
|
+
*/
|
|
2983
|
+
export declare const MintServiceTokenRequestSchema: GenMessage<MintServiceTokenRequest>;
|
|
2984
|
+
|
|
2985
|
+
/**
|
|
2986
|
+
* @generated from message identity.v1.MintServiceTokenResponse
|
|
2987
|
+
*/
|
|
2988
|
+
export declare type MintServiceTokenResponse = Message<"identity.v1.MintServiceTokenResponse"> & {
|
|
2989
|
+
/**
|
|
2990
|
+
* @generated from field: string token = 1;
|
|
2991
|
+
*/
|
|
2992
|
+
token: string;
|
|
2993
|
+
|
|
2994
|
+
/**
|
|
2995
|
+
* @generated from field: string purpose = 2;
|
|
2996
|
+
*/
|
|
2997
|
+
purpose: string;
|
|
2998
|
+
|
|
2999
|
+
/**
|
|
3000
|
+
* ISO 8601
|
|
3001
|
+
*
|
|
3002
|
+
* @generated from field: string expires_at = 3;
|
|
3003
|
+
*/
|
|
3004
|
+
expiresAt: string;
|
|
3005
|
+
};
|
|
3006
|
+
|
|
3007
|
+
/**
|
|
3008
|
+
* Describes the message identity.v1.MintServiceTokenResponse.
|
|
3009
|
+
* Use `create(MintServiceTokenResponseSchema)` to create a new message.
|
|
3010
|
+
*/
|
|
3011
|
+
export declare const MintServiceTokenResponseSchema: GenMessage<MintServiceTokenResponse>;
|
|
3012
|
+
|
|
3013
|
+
/**
|
|
3014
|
+
* @generated from message identity.v1.UpdateMyProfileRequest
|
|
3015
|
+
*/
|
|
3016
|
+
export declare type UpdateMyProfileRequest = Message<"identity.v1.UpdateMyProfileRequest"> & {
|
|
3017
|
+
/**
|
|
3018
|
+
* @generated from field: optional string first_name = 1;
|
|
3019
|
+
*/
|
|
3020
|
+
firstName?: string;
|
|
3021
|
+
|
|
3022
|
+
/**
|
|
3023
|
+
* @generated from field: optional string last_name = 2;
|
|
3024
|
+
*/
|
|
3025
|
+
lastName?: string;
|
|
3026
|
+
|
|
3027
|
+
/**
|
|
3028
|
+
* @generated from field: optional string avatar_url = 3;
|
|
3029
|
+
*/
|
|
3030
|
+
avatarUrl?: string;
|
|
3031
|
+
};
|
|
3032
|
+
|
|
3033
|
+
/**
|
|
3034
|
+
* Describes the message identity.v1.UpdateMyProfileRequest.
|
|
3035
|
+
* Use `create(UpdateMyProfileRequestSchema)` to create a new message.
|
|
3036
|
+
*/
|
|
3037
|
+
export declare const UpdateMyProfileRequestSchema: GenMessage<UpdateMyProfileRequest>;
|
|
3038
|
+
|
|
3039
|
+
/**
|
|
3040
|
+
* @generated from message identity.v1.UpdateMyProfileResponse
|
|
3041
|
+
*/
|
|
3042
|
+
export declare type UpdateMyProfileResponse = Message<"identity.v1.UpdateMyProfileResponse"> & {
|
|
3043
|
+
/**
|
|
3044
|
+
* @generated from field: identity.v1.AdminUser user = 1;
|
|
3045
|
+
*/
|
|
3046
|
+
user?: AdminUser;
|
|
3047
|
+
};
|
|
3048
|
+
|
|
3049
|
+
/**
|
|
3050
|
+
* Describes the message identity.v1.UpdateMyProfileResponse.
|
|
3051
|
+
* Use `create(UpdateMyProfileResponseSchema)` to create a new message.
|
|
3052
|
+
*/
|
|
3053
|
+
export declare const UpdateMyProfileResponseSchema: GenMessage<UpdateMyProfileResponse>;
|
|
3054
|
+
|
|
3055
|
+
/**
|
|
3056
|
+
* @generated from message identity.v1.ListMyOAuthConnectionsRequest
|
|
3057
|
+
*/
|
|
3058
|
+
export declare type ListMyOAuthConnectionsRequest = Message<"identity.v1.ListMyOAuthConnectionsRequest"> & {
|
|
3059
|
+
};
|
|
3060
|
+
|
|
3061
|
+
/**
|
|
3062
|
+
* Describes the message identity.v1.ListMyOAuthConnectionsRequest.
|
|
3063
|
+
* Use `create(ListMyOAuthConnectionsRequestSchema)` to create a new message.
|
|
3064
|
+
*/
|
|
3065
|
+
export declare const ListMyOAuthConnectionsRequestSchema: GenMessage<ListMyOAuthConnectionsRequest>;
|
|
3066
|
+
|
|
3067
|
+
/**
|
|
3068
|
+
* @generated from message identity.v1.OAuthConnection
|
|
3069
|
+
*/
|
|
3070
|
+
export declare type OAuthConnection = Message<"identity.v1.OAuthConnection"> & {
|
|
3071
|
+
/**
|
|
3072
|
+
* @generated from field: string provider = 1;
|
|
3073
|
+
*/
|
|
3074
|
+
provider: string;
|
|
3075
|
+
|
|
3076
|
+
/**
|
|
3077
|
+
* @generated from field: string provider_user_id = 2;
|
|
3078
|
+
*/
|
|
3079
|
+
providerUserId: string;
|
|
3080
|
+
|
|
3081
|
+
/**
|
|
3082
|
+
* @generated from field: optional string email = 3;
|
|
3083
|
+
*/
|
|
3084
|
+
email?: string;
|
|
3085
|
+
|
|
3086
|
+
/**
|
|
3087
|
+
* @generated from field: google.protobuf.Timestamp connected_at = 4;
|
|
3088
|
+
*/
|
|
3089
|
+
connectedAt?: Timestamp;
|
|
3090
|
+
};
|
|
3091
|
+
|
|
3092
|
+
/**
|
|
3093
|
+
* Describes the message identity.v1.OAuthConnection.
|
|
3094
|
+
* Use `create(OAuthConnectionSchema)` to create a new message.
|
|
3095
|
+
*/
|
|
3096
|
+
export declare const OAuthConnectionSchema: GenMessage<OAuthConnection>;
|
|
3097
|
+
|
|
3098
|
+
/**
|
|
3099
|
+
* @generated from message identity.v1.ListMyOAuthConnectionsResponse
|
|
3100
|
+
*/
|
|
3101
|
+
export declare type ListMyOAuthConnectionsResponse = Message<"identity.v1.ListMyOAuthConnectionsResponse"> & {
|
|
3102
|
+
/**
|
|
3103
|
+
* @generated from field: repeated identity.v1.OAuthConnection connections = 1;
|
|
3104
|
+
*/
|
|
3105
|
+
connections: OAuthConnection[];
|
|
3106
|
+
};
|
|
3107
|
+
|
|
3108
|
+
/**
|
|
3109
|
+
* Describes the message identity.v1.ListMyOAuthConnectionsResponse.
|
|
3110
|
+
* Use `create(ListMyOAuthConnectionsResponseSchema)` to create a new message.
|
|
3111
|
+
*/
|
|
3112
|
+
export declare const ListMyOAuthConnectionsResponseSchema: GenMessage<ListMyOAuthConnectionsResponse>;
|
|
3113
|
+
|
|
3114
|
+
/**
|
|
3115
|
+
* @generated from message identity.v1.UnlinkOAuthProviderRequest
|
|
3116
|
+
*/
|
|
3117
|
+
export declare type UnlinkOAuthProviderRequest = Message<"identity.v1.UnlinkOAuthProviderRequest"> & {
|
|
3118
|
+
/**
|
|
3119
|
+
* @generated from field: string provider = 1;
|
|
3120
|
+
*/
|
|
3121
|
+
provider: string;
|
|
3122
|
+
};
|
|
3123
|
+
|
|
3124
|
+
/**
|
|
3125
|
+
* Describes the message identity.v1.UnlinkOAuthProviderRequest.
|
|
3126
|
+
* Use `create(UnlinkOAuthProviderRequestSchema)` to create a new message.
|
|
3127
|
+
*/
|
|
3128
|
+
export declare const UnlinkOAuthProviderRequestSchema: GenMessage<UnlinkOAuthProviderRequest>;
|
|
3129
|
+
|
|
3130
|
+
/**
|
|
3131
|
+
* @generated from message identity.v1.UnlinkOAuthProviderResponse
|
|
3132
|
+
*/
|
|
3133
|
+
export declare type UnlinkOAuthProviderResponse = Message<"identity.v1.UnlinkOAuthProviderResponse"> & {
|
|
3134
|
+
/**
|
|
3135
|
+
* @generated from field: bool success = 1;
|
|
3136
|
+
*/
|
|
3137
|
+
success: boolean;
|
|
3138
|
+
};
|
|
3139
|
+
|
|
3140
|
+
/**
|
|
3141
|
+
* Describes the message identity.v1.UnlinkOAuthProviderResponse.
|
|
3142
|
+
* Use `create(UnlinkOAuthProviderResponseSchema)` to create a new message.
|
|
3143
|
+
*/
|
|
3144
|
+
export declare const UnlinkOAuthProviderResponseSchema: GenMessage<UnlinkOAuthProviderResponse>;
|
|
3145
|
+
|
|
3146
|
+
/**
|
|
3147
|
+
* @generated from message identity.v1.CheckEmailAvailabilityRequest
|
|
3148
|
+
*/
|
|
3149
|
+
export declare type CheckEmailAvailabilityRequest = Message<"identity.v1.CheckEmailAvailabilityRequest"> & {
|
|
3150
|
+
/**
|
|
3151
|
+
* @generated from field: string email = 1;
|
|
3152
|
+
*/
|
|
3153
|
+
email: string;
|
|
3154
|
+
};
|
|
3155
|
+
|
|
3156
|
+
/**
|
|
3157
|
+
* Describes the message identity.v1.CheckEmailAvailabilityRequest.
|
|
3158
|
+
* Use `create(CheckEmailAvailabilityRequestSchema)` to create a new message.
|
|
3159
|
+
*/
|
|
3160
|
+
export declare const CheckEmailAvailabilityRequestSchema: GenMessage<CheckEmailAvailabilityRequest>;
|
|
3161
|
+
|
|
3162
|
+
/**
|
|
3163
|
+
* @generated from message identity.v1.CheckEmailAvailabilityResponse
|
|
3164
|
+
*/
|
|
3165
|
+
export declare type CheckEmailAvailabilityResponse = Message<"identity.v1.CheckEmailAvailabilityResponse"> & {
|
|
3166
|
+
/**
|
|
3167
|
+
* @generated from field: bool available = 1;
|
|
3168
|
+
*/
|
|
3169
|
+
available: boolean;
|
|
3170
|
+
};
|
|
3171
|
+
|
|
3172
|
+
/**
|
|
3173
|
+
* Describes the message identity.v1.CheckEmailAvailabilityResponse.
|
|
3174
|
+
* Use `create(CheckEmailAvailabilityResponseSchema)` to create a new message.
|
|
3175
|
+
*/
|
|
3176
|
+
export declare const CheckEmailAvailabilityResponseSchema: GenMessage<CheckEmailAvailabilityResponse>;
|
|
3177
|
+
|
|
3178
|
+
/**
|
|
3179
|
+
* @generated from message identity.v1.CompleteAccountSetupRequest
|
|
3180
|
+
*/
|
|
3181
|
+
export declare type CompleteAccountSetupRequest = Message<"identity.v1.CompleteAccountSetupRequest"> & {
|
|
3182
|
+
/**
|
|
3183
|
+
* @generated from field: optional string first_name = 1;
|
|
3184
|
+
*/
|
|
3185
|
+
firstName?: string;
|
|
3186
|
+
|
|
3187
|
+
/**
|
|
3188
|
+
* @generated from field: optional string last_name = 2;
|
|
3189
|
+
*/
|
|
3190
|
+
lastName?: string;
|
|
3191
|
+
|
|
3192
|
+
/**
|
|
3193
|
+
* @generated from field: optional string password = 3;
|
|
3194
|
+
*/
|
|
3195
|
+
password?: string;
|
|
3196
|
+
};
|
|
3197
|
+
|
|
3198
|
+
/**
|
|
3199
|
+
* Describes the message identity.v1.CompleteAccountSetupRequest.
|
|
3200
|
+
* Use `create(CompleteAccountSetupRequestSchema)` to create a new message.
|
|
3201
|
+
*/
|
|
3202
|
+
export declare const CompleteAccountSetupRequestSchema: GenMessage<CompleteAccountSetupRequest>;
|
|
3203
|
+
|
|
3204
|
+
/**
|
|
3205
|
+
* @generated from message identity.v1.CompleteAccountSetupResponse
|
|
3206
|
+
*/
|
|
3207
|
+
export declare type CompleteAccountSetupResponse = Message<"identity.v1.CompleteAccountSetupResponse"> & {
|
|
3208
|
+
/**
|
|
3209
|
+
* @generated from field: bool success = 1;
|
|
3210
|
+
*/
|
|
3211
|
+
success: boolean;
|
|
3212
|
+
|
|
3213
|
+
/**
|
|
3214
|
+
* @generated from field: optional string redirect_url = 2;
|
|
3215
|
+
*/
|
|
3216
|
+
redirectUrl?: string;
|
|
3217
|
+
};
|
|
3218
|
+
|
|
3219
|
+
/**
|
|
3220
|
+
* Describes the message identity.v1.CompleteAccountSetupResponse.
|
|
3221
|
+
* Use `create(CompleteAccountSetupResponseSchema)` to create a new message.
|
|
3222
|
+
*/
|
|
3223
|
+
export declare const CompleteAccountSetupResponseSchema: GenMessage<CompleteAccountSetupResponse>;
|
|
3224
|
+
|
|
3225
|
+
/**
|
|
3226
|
+
* @generated from message identity.v1.CreateSignupSessionRequest
|
|
3227
|
+
*/
|
|
3228
|
+
export declare type CreateSignupSessionRequest = Message<"identity.v1.CreateSignupSessionRequest"> & {
|
|
3229
|
+
/**
|
|
3230
|
+
* @generated from field: string user_id = 1;
|
|
3231
|
+
*/
|
|
3232
|
+
userId: string;
|
|
3233
|
+
};
|
|
3234
|
+
|
|
3235
|
+
/**
|
|
3236
|
+
* Describes the message identity.v1.CreateSignupSessionRequest.
|
|
3237
|
+
* Use `create(CreateSignupSessionRequestSchema)` to create a new message.
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const CreateSignupSessionRequestSchema: GenMessage<CreateSignupSessionRequest>;
|
|
3240
|
+
|
|
3241
|
+
/**
|
|
3242
|
+
* @generated from message identity.v1.CreateSignupSessionResponse
|
|
3243
|
+
*/
|
|
3244
|
+
export declare type CreateSignupSessionResponse = Message<"identity.v1.CreateSignupSessionResponse"> & {
|
|
3245
|
+
/**
|
|
3246
|
+
* @generated from field: bool success = 1;
|
|
3247
|
+
*/
|
|
3248
|
+
success: boolean;
|
|
3249
|
+
};
|
|
3250
|
+
|
|
3251
|
+
/**
|
|
3252
|
+
* Describes the message identity.v1.CreateSignupSessionResponse.
|
|
3253
|
+
* Use `create(CreateSignupSessionResponseSchema)` to create a new message.
|
|
3254
|
+
*/
|
|
3255
|
+
export declare const CreateSignupSessionResponseSchema: GenMessage<CreateSignupSessionResponse>;
|
|
3256
|
+
|
|
3257
|
+
/**
|
|
3258
|
+
* @generated from message identity.v1.ResendInvitationRequest
|
|
3259
|
+
*/
|
|
3260
|
+
export declare type ResendInvitationRequest = Message<"identity.v1.ResendInvitationRequest"> & {
|
|
3261
|
+
/**
|
|
3262
|
+
* @generated from field: string invitation_id = 1;
|
|
3263
|
+
*/
|
|
3264
|
+
invitationId: string;
|
|
3265
|
+
};
|
|
3266
|
+
|
|
3267
|
+
/**
|
|
3268
|
+
* Describes the message identity.v1.ResendInvitationRequest.
|
|
3269
|
+
* Use `create(ResendInvitationRequestSchema)` to create a new message.
|
|
3270
|
+
*/
|
|
3271
|
+
export declare const ResendInvitationRequestSchema: GenMessage<ResendInvitationRequest>;
|
|
3272
|
+
|
|
3273
|
+
/**
|
|
3274
|
+
* @generated from message identity.v1.ResendInvitationResponse
|
|
3275
|
+
*/
|
|
3276
|
+
export declare type ResendInvitationResponse = Message<"identity.v1.ResendInvitationResponse"> & {
|
|
3277
|
+
/**
|
|
3278
|
+
* @generated from field: bool success = 1;
|
|
3279
|
+
*/
|
|
3280
|
+
success: boolean;
|
|
3281
|
+
};
|
|
3282
|
+
|
|
3283
|
+
/**
|
|
3284
|
+
* Describes the message identity.v1.ResendInvitationResponse.
|
|
3285
|
+
* Use `create(ResendInvitationResponseSchema)` to create a new message.
|
|
3286
|
+
*/
|
|
3287
|
+
export declare const ResendInvitationResponseSchema: GenMessage<ResendInvitationResponse>;
|
|
3288
|
+
|
|
3289
|
+
/**
|
|
3290
|
+
* @generated from message identity.v1.GetInvitationRequest
|
|
3291
|
+
*/
|
|
3292
|
+
export declare type GetInvitationRequest = Message<"identity.v1.GetInvitationRequest"> & {
|
|
3293
|
+
/**
|
|
3294
|
+
* @generated from field: string id = 1;
|
|
3295
|
+
*/
|
|
3296
|
+
id: string;
|
|
3297
|
+
};
|
|
3298
|
+
|
|
3299
|
+
/**
|
|
3300
|
+
* Describes the message identity.v1.GetInvitationRequest.
|
|
3301
|
+
* Use `create(GetInvitationRequestSchema)` to create a new message.
|
|
3302
|
+
*/
|
|
3303
|
+
export declare const GetInvitationRequestSchema: GenMessage<GetInvitationRequest>;
|
|
3304
|
+
|
|
3305
|
+
/**
|
|
3306
|
+
* @generated from message identity.v1.GetInvitationResponse
|
|
3307
|
+
*/
|
|
3308
|
+
export declare type GetInvitationResponse = Message<"identity.v1.GetInvitationResponse"> & {
|
|
3309
|
+
/**
|
|
3310
|
+
* @generated from field: identity.v1.Invitation invitation = 1;
|
|
3311
|
+
*/
|
|
3312
|
+
invitation?: Invitation;
|
|
3313
|
+
};
|
|
3314
|
+
|
|
3315
|
+
/**
|
|
3316
|
+
* Describes the message identity.v1.GetInvitationResponse.
|
|
3317
|
+
* Use `create(GetInvitationResponseSchema)` to create a new message.
|
|
3318
|
+
*/
|
|
3319
|
+
export declare const GetInvitationResponseSchema: GenMessage<GetInvitationResponse>;
|
|
3320
|
+
|
|
3321
|
+
/**
|
|
3322
|
+
* @generated from message identity.v1.ActivateTenantRequest
|
|
3323
|
+
*/
|
|
3324
|
+
export declare type ActivateTenantRequest = Message<"identity.v1.ActivateTenantRequest"> & {
|
|
3325
|
+
/**
|
|
3326
|
+
* @generated from field: string tenant_id = 1;
|
|
3327
|
+
*/
|
|
3328
|
+
tenantId: string;
|
|
3329
|
+
};
|
|
3330
|
+
|
|
3331
|
+
/**
|
|
3332
|
+
* Describes the message identity.v1.ActivateTenantRequest.
|
|
3333
|
+
* Use `create(ActivateTenantRequestSchema)` to create a new message.
|
|
3334
|
+
*/
|
|
3335
|
+
export declare const ActivateTenantRequestSchema: GenMessage<ActivateTenantRequest>;
|
|
3336
|
+
|
|
3337
|
+
/**
|
|
3338
|
+
* @generated from message identity.v1.ActivateTenantResponse
|
|
3339
|
+
*/
|
|
3340
|
+
export declare type ActivateTenantResponse = Message<"identity.v1.ActivateTenantResponse"> & {
|
|
3341
|
+
/**
|
|
3342
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
3343
|
+
*/
|
|
3344
|
+
tenant?: Tenant;
|
|
3345
|
+
};
|
|
3346
|
+
|
|
3347
|
+
/**
|
|
3348
|
+
* Describes the message identity.v1.ActivateTenantResponse.
|
|
3349
|
+
* Use `create(ActivateTenantResponseSchema)` to create a new message.
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const ActivateTenantResponseSchema: GenMessage<ActivateTenantResponse>;
|
|
3352
|
+
|
|
3353
|
+
/**
|
|
3354
|
+
* @generated from message identity.v1.SuspendTenantAccountRequest
|
|
3355
|
+
*/
|
|
3356
|
+
export declare type SuspendTenantAccountRequest = Message<"identity.v1.SuspendTenantAccountRequest"> & {
|
|
3357
|
+
/**
|
|
3358
|
+
* @generated from field: string tenant_id = 1;
|
|
3359
|
+
*/
|
|
3360
|
+
tenantId: string;
|
|
3361
|
+
};
|
|
3362
|
+
|
|
3363
|
+
/**
|
|
3364
|
+
* Describes the message identity.v1.SuspendTenantAccountRequest.
|
|
3365
|
+
* Use `create(SuspendTenantAccountRequestSchema)` to create a new message.
|
|
3366
|
+
*/
|
|
3367
|
+
export declare const SuspendTenantAccountRequestSchema: GenMessage<SuspendTenantAccountRequest>;
|
|
3368
|
+
|
|
3369
|
+
/**
|
|
3370
|
+
* @generated from message identity.v1.SuspendTenantAccountResponse
|
|
3371
|
+
*/
|
|
3372
|
+
export declare type SuspendTenantAccountResponse = Message<"identity.v1.SuspendTenantAccountResponse"> & {
|
|
3373
|
+
/**
|
|
3374
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
3375
|
+
*/
|
|
3376
|
+
tenant?: Tenant;
|
|
3377
|
+
};
|
|
3378
|
+
|
|
3379
|
+
/**
|
|
3380
|
+
* Describes the message identity.v1.SuspendTenantAccountResponse.
|
|
3381
|
+
* Use `create(SuspendTenantAccountResponseSchema)` to create a new message.
|
|
3382
|
+
*/
|
|
3383
|
+
export declare const SuspendTenantAccountResponseSchema: GenMessage<SuspendTenantAccountResponse>;
|
|
3384
|
+
|
|
3385
|
+
/**
|
|
3386
|
+
* @generated from message identity.v1.CancelTenantRequest
|
|
3387
|
+
*/
|
|
3388
|
+
export declare type CancelTenantRequest = Message<"identity.v1.CancelTenantRequest"> & {
|
|
3389
|
+
/**
|
|
3390
|
+
* @generated from field: string tenant_id = 1;
|
|
3391
|
+
*/
|
|
3392
|
+
tenantId: string;
|
|
3393
|
+
};
|
|
3394
|
+
|
|
3395
|
+
/**
|
|
3396
|
+
* Describes the message identity.v1.CancelTenantRequest.
|
|
3397
|
+
* Use `create(CancelTenantRequestSchema)` to create a new message.
|
|
3398
|
+
*/
|
|
3399
|
+
export declare const CancelTenantRequestSchema: GenMessage<CancelTenantRequest>;
|
|
3400
|
+
|
|
3401
|
+
/**
|
|
3402
|
+
* @generated from message identity.v1.CancelTenantResponse
|
|
3403
|
+
*/
|
|
3404
|
+
export declare type CancelTenantResponse = Message<"identity.v1.CancelTenantResponse"> & {
|
|
3405
|
+
/**
|
|
3406
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
3407
|
+
*/
|
|
3408
|
+
tenant?: Tenant;
|
|
3409
|
+
};
|
|
3410
|
+
|
|
3411
|
+
/**
|
|
3412
|
+
* Describes the message identity.v1.CancelTenantResponse.
|
|
3413
|
+
* Use `create(CancelTenantResponseSchema)` to create a new message.
|
|
3414
|
+
*/
|
|
3415
|
+
export declare const CancelTenantResponseSchema: GenMessage<CancelTenantResponse>;
|
|
3416
|
+
|
|
3417
|
+
/**
|
|
3418
|
+
* @generated from message identity.v1.ReactivateTenantRequest
|
|
3419
|
+
*/
|
|
3420
|
+
export declare type ReactivateTenantRequest = Message<"identity.v1.ReactivateTenantRequest"> & {
|
|
3421
|
+
/**
|
|
3422
|
+
* @generated from field: string tenant_id = 1;
|
|
3423
|
+
*/
|
|
3424
|
+
tenantId: string;
|
|
3425
|
+
};
|
|
3426
|
+
|
|
3427
|
+
/**
|
|
3428
|
+
* Describes the message identity.v1.ReactivateTenantRequest.
|
|
3429
|
+
* Use `create(ReactivateTenantRequestSchema)` to create a new message.
|
|
3430
|
+
*/
|
|
3431
|
+
export declare const ReactivateTenantRequestSchema: GenMessage<ReactivateTenantRequest>;
|
|
3432
|
+
|
|
3433
|
+
/**
|
|
3434
|
+
* @generated from message identity.v1.ReactivateTenantResponse
|
|
3435
|
+
*/
|
|
3436
|
+
export declare type ReactivateTenantResponse = Message<"identity.v1.ReactivateTenantResponse"> & {
|
|
3437
|
+
/**
|
|
3438
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
3439
|
+
*/
|
|
3440
|
+
tenant?: Tenant;
|
|
3441
|
+
};
|
|
3442
|
+
|
|
3443
|
+
/**
|
|
3444
|
+
* Describes the message identity.v1.ReactivateTenantResponse.
|
|
3445
|
+
* Use `create(ReactivateTenantResponseSchema)` to create a new message.
|
|
3446
|
+
*/
|
|
3447
|
+
export declare const ReactivateTenantResponseSchema: GenMessage<ReactivateTenantResponse>;
|
|
3448
|
+
|
|
3449
|
+
/**
|
|
3450
|
+
* @generated from message identity.v1.MarkTenantPastDueRequest
|
|
3451
|
+
*/
|
|
3452
|
+
export declare type MarkTenantPastDueRequest = Message<"identity.v1.MarkTenantPastDueRequest"> & {
|
|
3453
|
+
/**
|
|
3454
|
+
* @generated from field: string tenant_id = 1;
|
|
3455
|
+
*/
|
|
3456
|
+
tenantId: string;
|
|
3457
|
+
};
|
|
3458
|
+
|
|
3459
|
+
/**
|
|
3460
|
+
* Describes the message identity.v1.MarkTenantPastDueRequest.
|
|
3461
|
+
* Use `create(MarkTenantPastDueRequestSchema)` to create a new message.
|
|
3462
|
+
*/
|
|
3463
|
+
export declare const MarkTenantPastDueRequestSchema: GenMessage<MarkTenantPastDueRequest>;
|
|
3464
|
+
|
|
3465
|
+
/**
|
|
3466
|
+
* @generated from message identity.v1.MarkTenantPastDueResponse
|
|
3467
|
+
*/
|
|
3468
|
+
export declare type MarkTenantPastDueResponse = Message<"identity.v1.MarkTenantPastDueResponse"> & {
|
|
3469
|
+
/**
|
|
3470
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
3471
|
+
*/
|
|
3472
|
+
tenant?: Tenant;
|
|
3473
|
+
};
|
|
3474
|
+
|
|
3475
|
+
/**
|
|
3476
|
+
* Describes the message identity.v1.MarkTenantPastDueResponse.
|
|
3477
|
+
* Use `create(MarkTenantPastDueResponseSchema)` to create a new message.
|
|
3478
|
+
*/
|
|
3479
|
+
export declare const MarkTenantPastDueResponseSchema: GenMessage<MarkTenantPastDueResponse>;
|
|
3480
|
+
|
|
3481
|
+
/**
|
|
3482
|
+
* @generated from message identity.v1.ChurnTenantRequest
|
|
3483
|
+
*/
|
|
3484
|
+
export declare type ChurnTenantRequest = Message<"identity.v1.ChurnTenantRequest"> & {
|
|
3485
|
+
/**
|
|
3486
|
+
* @generated from field: string tenant_id = 1;
|
|
3487
|
+
*/
|
|
3488
|
+
tenantId: string;
|
|
3489
|
+
};
|
|
3490
|
+
|
|
3491
|
+
/**
|
|
3492
|
+
* Describes the message identity.v1.ChurnTenantRequest.
|
|
3493
|
+
* Use `create(ChurnTenantRequestSchema)` to create a new message.
|
|
3494
|
+
*/
|
|
3495
|
+
export declare const ChurnTenantRequestSchema: GenMessage<ChurnTenantRequest>;
|
|
3496
|
+
|
|
3497
|
+
/**
|
|
3498
|
+
* @generated from message identity.v1.ChurnTenantResponse
|
|
3499
|
+
*/
|
|
3500
|
+
export declare type ChurnTenantResponse = Message<"identity.v1.ChurnTenantResponse"> & {
|
|
3501
|
+
/**
|
|
3502
|
+
* @generated from field: identity.v1.Tenant tenant = 1;
|
|
3503
|
+
*/
|
|
3504
|
+
tenant?: Tenant;
|
|
3505
|
+
};
|
|
3506
|
+
|
|
3507
|
+
/**
|
|
3508
|
+
* Describes the message identity.v1.ChurnTenantResponse.
|
|
3509
|
+
* Use `create(ChurnTenantResponseSchema)` to create a new message.
|
|
3510
|
+
*/
|
|
3511
|
+
export declare const ChurnTenantResponseSchema: GenMessage<ChurnTenantResponse>;
|
|
3512
|
+
|
|
3513
|
+
/**
|
|
3514
|
+
* @generated from message identity.v1.GetCustomerAuthConfigRequest
|
|
3515
|
+
*/
|
|
3516
|
+
export declare type GetCustomerAuthConfigRequest = Message<"identity.v1.GetCustomerAuthConfigRequest"> & {
|
|
3517
|
+
};
|
|
3518
|
+
|
|
3519
|
+
/**
|
|
3520
|
+
* Describes the message identity.v1.GetCustomerAuthConfigRequest.
|
|
3521
|
+
* Use `create(GetCustomerAuthConfigRequestSchema)` to create a new message.
|
|
3522
|
+
*/
|
|
3523
|
+
export declare const GetCustomerAuthConfigRequestSchema: GenMessage<GetCustomerAuthConfigRequest>;
|
|
3524
|
+
|
|
3525
|
+
/**
|
|
3526
|
+
* @generated from message identity.v1.CustomerAuthConfig
|
|
3527
|
+
*/
|
|
3528
|
+
export declare type CustomerAuthConfig = Message<"identity.v1.CustomerAuthConfig"> & {
|
|
3529
|
+
/**
|
|
3530
|
+
* @generated from field: string algorithm = 1;
|
|
3531
|
+
*/
|
|
3532
|
+
algorithm: string;
|
|
3533
|
+
|
|
3534
|
+
/**
|
|
3535
|
+
* @generated from field: optional string issuer = 2;
|
|
3536
|
+
*/
|
|
3537
|
+
issuer?: string;
|
|
3538
|
+
|
|
3539
|
+
/**
|
|
3540
|
+
* @generated from field: optional string audience = 3;
|
|
3541
|
+
*/
|
|
3542
|
+
audience?: string;
|
|
3543
|
+
|
|
3544
|
+
/**
|
|
3545
|
+
* @generated from field: optional google.protobuf.Timestamp key_rotated_at = 4;
|
|
3546
|
+
*/
|
|
3547
|
+
keyRotatedAt?: Timestamp;
|
|
3548
|
+
|
|
3549
|
+
/**
|
|
3550
|
+
* @generated from field: optional string signing_key = 5;
|
|
3551
|
+
*/
|
|
3552
|
+
signingKey?: string;
|
|
3553
|
+
|
|
3554
|
+
/**
|
|
3555
|
+
* @generated from field: optional google.protobuf.Struct claims = 6;
|
|
3556
|
+
*/
|
|
3557
|
+
claims?: JsonObject;
|
|
3558
|
+
};
|
|
3559
|
+
|
|
3560
|
+
/**
|
|
3561
|
+
* Describes the message identity.v1.CustomerAuthConfig.
|
|
3562
|
+
* Use `create(CustomerAuthConfigSchema)` to create a new message.
|
|
3563
|
+
*/
|
|
3564
|
+
export declare const CustomerAuthConfigSchema: GenMessage<CustomerAuthConfig>;
|
|
3565
|
+
|
|
3566
|
+
/**
|
|
3567
|
+
* @generated from message identity.v1.GetCustomerAuthConfigResponse
|
|
3568
|
+
*/
|
|
3569
|
+
export declare type GetCustomerAuthConfigResponse = Message<"identity.v1.GetCustomerAuthConfigResponse"> & {
|
|
3570
|
+
/**
|
|
3571
|
+
* @generated from field: identity.v1.CustomerAuthConfig config = 1;
|
|
3572
|
+
*/
|
|
3573
|
+
config?: CustomerAuthConfig;
|
|
3574
|
+
};
|
|
3575
|
+
|
|
3576
|
+
/**
|
|
3577
|
+
* Describes the message identity.v1.GetCustomerAuthConfigResponse.
|
|
3578
|
+
* Use `create(GetCustomerAuthConfigResponseSchema)` to create a new message.
|
|
3579
|
+
*/
|
|
3580
|
+
export declare const GetCustomerAuthConfigResponseSchema: GenMessage<GetCustomerAuthConfigResponse>;
|
|
3581
|
+
|
|
3582
|
+
/**
|
|
3583
|
+
* @generated from message identity.v1.VerifyCustomerTokenRequest
|
|
3584
|
+
*/
|
|
3585
|
+
export declare type VerifyCustomerTokenRequest = Message<"identity.v1.VerifyCustomerTokenRequest"> & {
|
|
3586
|
+
/**
|
|
3587
|
+
* @generated from field: string token = 1;
|
|
3588
|
+
*/
|
|
3589
|
+
token: string;
|
|
3590
|
+
};
|
|
3591
|
+
|
|
3592
|
+
/**
|
|
3593
|
+
* Describes the message identity.v1.VerifyCustomerTokenRequest.
|
|
3594
|
+
* Use `create(VerifyCustomerTokenRequestSchema)` to create a new message.
|
|
3595
|
+
*/
|
|
3596
|
+
export declare const VerifyCustomerTokenRequestSchema: GenMessage<VerifyCustomerTokenRequest>;
|
|
3597
|
+
|
|
3598
|
+
/**
|
|
3599
|
+
* @generated from message identity.v1.VerifyCustomerTokenResponse
|
|
3600
|
+
*/
|
|
3601
|
+
export declare type VerifyCustomerTokenResponse = Message<"identity.v1.VerifyCustomerTokenResponse"> & {
|
|
3602
|
+
/**
|
|
3603
|
+
* @generated from field: bool valid = 1;
|
|
3604
|
+
*/
|
|
3605
|
+
valid: boolean;
|
|
3606
|
+
|
|
3607
|
+
/**
|
|
3608
|
+
* @generated from field: optional string error = 2;
|
|
3609
|
+
*/
|
|
3610
|
+
error?: string;
|
|
3611
|
+
|
|
3612
|
+
/**
|
|
3613
|
+
* @generated from field: optional string customer_id = 3;
|
|
3614
|
+
*/
|
|
3615
|
+
customerId?: string;
|
|
3616
|
+
|
|
3617
|
+
/**
|
|
3618
|
+
* @generated from field: optional string email = 4;
|
|
3619
|
+
*/
|
|
3620
|
+
email?: string;
|
|
3621
|
+
|
|
3622
|
+
/**
|
|
3623
|
+
* @generated from field: optional string tenant_id = 5;
|
|
3624
|
+
*/
|
|
3625
|
+
tenantId?: string;
|
|
3626
|
+
|
|
3627
|
+
/**
|
|
3628
|
+
* @generated from field: optional string project_id = 6;
|
|
3629
|
+
*/
|
|
3630
|
+
projectId?: string;
|
|
3631
|
+
|
|
3632
|
+
/**
|
|
3633
|
+
* @generated from field: repeated string roles = 7;
|
|
3634
|
+
*/
|
|
3635
|
+
roles: string[];
|
|
3636
|
+
|
|
3637
|
+
/**
|
|
3638
|
+
* @generated from field: optional google.protobuf.Timestamp expires_at = 8;
|
|
3639
|
+
*/
|
|
3640
|
+
expiresAt?: Timestamp;
|
|
3641
|
+
};
|
|
3642
|
+
|
|
3643
|
+
/**
|
|
3644
|
+
* Describes the message identity.v1.VerifyCustomerTokenResponse.
|
|
3645
|
+
* Use `create(VerifyCustomerTokenResponseSchema)` to create a new message.
|
|
3646
|
+
*/
|
|
3647
|
+
export declare const VerifyCustomerTokenResponseSchema: GenMessage<VerifyCustomerTokenResponse>;
|
|
3648
|
+
|
|
3649
|
+
/**
|
|
3650
|
+
* @generated from message identity.v1.GetCustomerManagementStatusRequest
|
|
3651
|
+
*/
|
|
3652
|
+
export declare type GetCustomerManagementStatusRequest = Message<"identity.v1.GetCustomerManagementStatusRequest"> & {
|
|
3653
|
+
};
|
|
3654
|
+
|
|
3655
|
+
/**
|
|
3656
|
+
* Describes the message identity.v1.GetCustomerManagementStatusRequest.
|
|
3657
|
+
* Use `create(GetCustomerManagementStatusRequestSchema)` to create a new message.
|
|
3658
|
+
*/
|
|
3659
|
+
export declare const GetCustomerManagementStatusRequestSchema: GenMessage<GetCustomerManagementStatusRequest>;
|
|
3660
|
+
|
|
3661
|
+
/**
|
|
3662
|
+
* @generated from message identity.v1.CustomerManagementStatus
|
|
3663
|
+
*/
|
|
3664
|
+
export declare type CustomerManagementStatus = Message<"identity.v1.CustomerManagementStatus"> & {
|
|
3665
|
+
/**
|
|
3666
|
+
* @generated from field: bool native_management_enabled = 1;
|
|
3667
|
+
*/
|
|
3668
|
+
nativeManagementEnabled: boolean;
|
|
3669
|
+
|
|
3670
|
+
/**
|
|
3671
|
+
* @generated from field: optional string external_provider_url = 2;
|
|
3672
|
+
*/
|
|
3673
|
+
externalProviderUrl?: string;
|
|
3674
|
+
|
|
3675
|
+
/**
|
|
3676
|
+
* @generated from field: optional string external_provider_name = 3;
|
|
3677
|
+
*/
|
|
3678
|
+
externalProviderName?: string;
|
|
3679
|
+
|
|
3680
|
+
/**
|
|
3681
|
+
* @generated from field: optional string reason = 4;
|
|
3682
|
+
*/
|
|
3683
|
+
reason?: string;
|
|
3684
|
+
};
|
|
3685
|
+
|
|
3686
|
+
/**
|
|
3687
|
+
* Describes the message identity.v1.CustomerManagementStatus.
|
|
3688
|
+
* Use `create(CustomerManagementStatusSchema)` to create a new message.
|
|
3689
|
+
*/
|
|
3690
|
+
export declare const CustomerManagementStatusSchema: GenMessage<CustomerManagementStatus>;
|
|
3691
|
+
|
|
3692
|
+
/**
|
|
3693
|
+
* @generated from message identity.v1.GetCustomerManagementStatusResponse
|
|
3694
|
+
*/
|
|
3695
|
+
export declare type GetCustomerManagementStatusResponse = Message<"identity.v1.GetCustomerManagementStatusResponse"> & {
|
|
3696
|
+
/**
|
|
3697
|
+
* @generated from field: identity.v1.CustomerManagementStatus status = 1;
|
|
3698
|
+
*/
|
|
3699
|
+
status?: CustomerManagementStatus;
|
|
3700
|
+
};
|
|
3701
|
+
|
|
3702
|
+
/**
|
|
3703
|
+
* Describes the message identity.v1.GetCustomerManagementStatusResponse.
|
|
3704
|
+
* Use `create(GetCustomerManagementStatusResponseSchema)` to create a new message.
|
|
3705
|
+
*/
|
|
3706
|
+
export declare const GetCustomerManagementStatusResponseSchema: GenMessage<GetCustomerManagementStatusResponse>;
|
|
3707
|
+
|
|
3708
|
+
/**
|
|
3709
|
+
* @generated from enum identity.v1.AdminUserStatus
|
|
3710
|
+
*/
|
|
3711
|
+
export enum AdminUserStatus {
|
|
3712
|
+
/**
|
|
3713
|
+
* @generated from enum value: ADMIN_USER_STATUS_UNSPECIFIED = 0;
|
|
3714
|
+
*/
|
|
3715
|
+
UNSPECIFIED = 0,
|
|
3716
|
+
|
|
3717
|
+
/**
|
|
3718
|
+
* @generated from enum value: ADMIN_USER_STATUS_ACTIVE = 1;
|
|
3719
|
+
*/
|
|
3720
|
+
ACTIVE = 1,
|
|
3721
|
+
|
|
3722
|
+
/**
|
|
3723
|
+
* @generated from enum value: ADMIN_USER_STATUS_PENDING = 2;
|
|
3724
|
+
*/
|
|
3725
|
+
PENDING = 2,
|
|
3726
|
+
|
|
3727
|
+
/**
|
|
3728
|
+
* @generated from enum value: ADMIN_USER_STATUS_SUSPENDED = 3;
|
|
3729
|
+
*/
|
|
3730
|
+
SUSPENDED = 3,
|
|
3731
|
+
|
|
3732
|
+
/**
|
|
3733
|
+
* @generated from enum value: ADMIN_USER_STATUS_DELETED = 4;
|
|
3734
|
+
*/
|
|
3735
|
+
DELETED = 4,
|
|
3736
|
+
}
|
|
3737
|
+
|
|
3738
|
+
/**
|
|
3739
|
+
* Describes the enum identity.v1.AdminUserStatus.
|
|
3740
|
+
*/
|
|
3741
|
+
export declare const AdminUserStatusSchema: GenEnum<AdminUserStatus>;
|
|
3742
|
+
|
|
3743
|
+
/**
|
|
3744
|
+
* @generated from enum identity.v1.CustomerStatus
|
|
3745
|
+
*/
|
|
3746
|
+
export enum CustomerStatus {
|
|
3747
|
+
/**
|
|
3748
|
+
* @generated from enum value: CUSTOMER_STATUS_UNSPECIFIED = 0;
|
|
3749
|
+
*/
|
|
3750
|
+
UNSPECIFIED = 0,
|
|
3751
|
+
|
|
3752
|
+
/**
|
|
3753
|
+
* @generated from enum value: CUSTOMER_STATUS_ACTIVE = 1;
|
|
3754
|
+
*/
|
|
3755
|
+
ACTIVE = 1,
|
|
3756
|
+
|
|
3757
|
+
/**
|
|
3758
|
+
* @generated from enum value: CUSTOMER_STATUS_PENDING = 2;
|
|
3759
|
+
*/
|
|
3760
|
+
PENDING = 2,
|
|
3761
|
+
|
|
3762
|
+
/**
|
|
3763
|
+
* @generated from enum value: CUSTOMER_STATUS_SUSPENDED = 3;
|
|
3764
|
+
*/
|
|
3765
|
+
SUSPENDED = 3,
|
|
3766
|
+
}
|
|
3767
|
+
|
|
3768
|
+
/**
|
|
3769
|
+
* Describes the enum identity.v1.CustomerStatus.
|
|
3770
|
+
*/
|
|
3771
|
+
export declare const CustomerStatusSchema: GenEnum<CustomerStatus>;
|
|
3772
|
+
|
|
3773
|
+
/**
|
|
3774
|
+
* @generated from enum identity.v1.TenantStatus
|
|
3775
|
+
*/
|
|
3776
|
+
export enum TenantStatus {
|
|
3777
|
+
/**
|
|
3778
|
+
* @generated from enum value: TENANT_STATUS_UNSPECIFIED = 0;
|
|
3779
|
+
*/
|
|
3780
|
+
UNSPECIFIED = 0,
|
|
3781
|
+
|
|
3782
|
+
/**
|
|
3783
|
+
* @generated from enum value: TENANT_STATUS_PENDING_SETUP = 1;
|
|
3784
|
+
*/
|
|
3785
|
+
PENDING_SETUP = 1,
|
|
3786
|
+
|
|
3787
|
+
/**
|
|
3788
|
+
* @generated from enum value: TENANT_STATUS_ACTIVE = 2;
|
|
3789
|
+
*/
|
|
3790
|
+
ACTIVE = 2,
|
|
3791
|
+
|
|
3792
|
+
/**
|
|
3793
|
+
* @generated from enum value: TENANT_STATUS_PAST_DUE = 3;
|
|
3794
|
+
*/
|
|
3795
|
+
PAST_DUE = 3,
|
|
3796
|
+
|
|
3797
|
+
/**
|
|
3798
|
+
* @generated from enum value: TENANT_STATUS_SUSPENDED = 4;
|
|
3799
|
+
*/
|
|
3800
|
+
SUSPENDED = 4,
|
|
3801
|
+
|
|
3802
|
+
/**
|
|
3803
|
+
* @generated from enum value: TENANT_STATUS_CANCELLED = 5;
|
|
3804
|
+
*/
|
|
3805
|
+
CANCELLED = 5,
|
|
3806
|
+
|
|
3807
|
+
/**
|
|
3808
|
+
* @generated from enum value: TENANT_STATUS_CHURNED = 6;
|
|
3809
|
+
*/
|
|
3810
|
+
CHURNED = 6,
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
/**
|
|
3814
|
+
* Describes the enum identity.v1.TenantStatus.
|
|
3815
|
+
*/
|
|
3816
|
+
export declare const TenantStatusSchema: GenEnum<TenantStatus>;
|
|
3817
|
+
|
|
3818
|
+
/**
|
|
3819
|
+
* @generated from enum identity.v1.ProjectStatus
|
|
3820
|
+
*/
|
|
3821
|
+
export enum ProjectStatus {
|
|
3822
|
+
/**
|
|
3823
|
+
* @generated from enum value: PROJECT_STATUS_UNSPECIFIED = 0;
|
|
3824
|
+
*/
|
|
3825
|
+
UNSPECIFIED = 0,
|
|
3826
|
+
|
|
3827
|
+
/**
|
|
3828
|
+
* @generated from enum value: PROJECT_STATUS_ACTIVE = 1;
|
|
3829
|
+
*/
|
|
3830
|
+
ACTIVE = 1,
|
|
3831
|
+
|
|
3832
|
+
/**
|
|
3833
|
+
* @generated from enum value: PROJECT_STATUS_DELETED = 2;
|
|
3834
|
+
*/
|
|
3835
|
+
DELETED = 2,
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
/**
|
|
3839
|
+
* Describes the enum identity.v1.ProjectStatus.
|
|
3840
|
+
*/
|
|
3841
|
+
export declare const ProjectStatusSchema: GenEnum<ProjectStatus>;
|
|
3842
|
+
|
|
3843
|
+
/**
|
|
3844
|
+
* @generated from enum identity.v1.AccessRole
|
|
3845
|
+
*/
|
|
3846
|
+
export enum AccessRole {
|
|
3847
|
+
/**
|
|
3848
|
+
* @generated from enum value: ACCESS_ROLE_UNSPECIFIED = 0;
|
|
3849
|
+
*/
|
|
3850
|
+
UNSPECIFIED = 0,
|
|
3851
|
+
|
|
3852
|
+
/**
|
|
3853
|
+
* @generated from enum value: ACCESS_ROLE_TENANT_OWNER = 1;
|
|
3854
|
+
*/
|
|
3855
|
+
TENANT_OWNER = 1,
|
|
3856
|
+
|
|
3857
|
+
/**
|
|
3858
|
+
* @generated from enum value: ACCESS_ROLE_PROJECT_ADMIN = 2;
|
|
3859
|
+
*/
|
|
3860
|
+
PROJECT_ADMIN = 2,
|
|
3861
|
+
|
|
3862
|
+
/**
|
|
3863
|
+
* @generated from enum value: ACCESS_ROLE_PROJECT_EDITOR = 3;
|
|
3864
|
+
*/
|
|
3865
|
+
PROJECT_EDITOR = 3,
|
|
3866
|
+
|
|
3867
|
+
/**
|
|
3868
|
+
* @generated from enum value: ACCESS_ROLE_PROJECT_VIEWER = 4;
|
|
3869
|
+
*/
|
|
3870
|
+
PROJECT_VIEWER = 4,
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3873
|
+
/**
|
|
3874
|
+
* Describes the enum identity.v1.AccessRole.
|
|
3875
|
+
*/
|
|
3876
|
+
export declare const AccessRoleSchema: GenEnum<AccessRole>;
|
|
3877
|
+
|
|
3878
|
+
/**
|
|
3879
|
+
* @generated from enum identity.v1.InviteType
|
|
3880
|
+
*/
|
|
3881
|
+
export enum InviteType {
|
|
3882
|
+
/**
|
|
3883
|
+
* @generated from enum value: INVITE_TYPE_UNSPECIFIED = 0;
|
|
3884
|
+
*/
|
|
3885
|
+
UNSPECIFIED = 0,
|
|
3886
|
+
|
|
3887
|
+
/**
|
|
3888
|
+
* @generated from enum value: INVITE_TYPE_TENANT_OWNER = 1;
|
|
3889
|
+
*/
|
|
3890
|
+
TENANT_OWNER = 1,
|
|
3891
|
+
|
|
3892
|
+
/**
|
|
3893
|
+
* @generated from enum value: INVITE_TYPE_TEAM_MEMBER = 2;
|
|
3894
|
+
*/
|
|
3895
|
+
TEAM_MEMBER = 2,
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3898
|
+
/**
|
|
3899
|
+
* Describes the enum identity.v1.InviteType.
|
|
3900
|
+
*/
|
|
3901
|
+
export declare const InviteTypeSchema: GenEnum<InviteType>;
|
|
3902
|
+
|
|
3903
|
+
/**
|
|
3904
|
+
* @generated from enum identity.v1.InvitationStatus
|
|
3905
|
+
*/
|
|
3906
|
+
export enum InvitationStatus {
|
|
3907
|
+
/**
|
|
3908
|
+
* @generated from enum value: INVITATION_STATUS_UNSPECIFIED = 0;
|
|
3909
|
+
*/
|
|
3910
|
+
UNSPECIFIED = 0,
|
|
3911
|
+
|
|
3912
|
+
/**
|
|
3913
|
+
* @generated from enum value: INVITATION_STATUS_PENDING = 1;
|
|
3914
|
+
*/
|
|
3915
|
+
PENDING = 1,
|
|
3916
|
+
|
|
3917
|
+
/**
|
|
3918
|
+
* @generated from enum value: INVITATION_STATUS_ACCEPTED = 2;
|
|
3919
|
+
*/
|
|
3920
|
+
ACCEPTED = 2,
|
|
3921
|
+
|
|
3922
|
+
/**
|
|
3923
|
+
* @generated from enum value: INVITATION_STATUS_EXPIRED = 3;
|
|
3924
|
+
*/
|
|
3925
|
+
EXPIRED = 3,
|
|
3926
|
+
|
|
3927
|
+
/**
|
|
3928
|
+
* @generated from enum value: INVITATION_STATUS_REVOKED = 4;
|
|
3929
|
+
*/
|
|
3930
|
+
REVOKED = 4,
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3933
|
+
/**
|
|
3934
|
+
* Describes the enum identity.v1.InvitationStatus.
|
|
3935
|
+
*/
|
|
3936
|
+
export declare const InvitationStatusSchema: GenEnum<InvitationStatus>;
|
|
3937
|
+
|
|
3938
|
+
/**
|
|
3939
|
+
* @generated from enum identity.v1.ApiKeyType
|
|
3940
|
+
*/
|
|
3941
|
+
export enum ApiKeyType {
|
|
3942
|
+
/**
|
|
3943
|
+
* @generated from enum value: API_KEY_TYPE_UNSPECIFIED = 0;
|
|
3944
|
+
*/
|
|
3945
|
+
UNSPECIFIED = 0,
|
|
3946
|
+
|
|
3947
|
+
/**
|
|
3948
|
+
* @generated from enum value: API_KEY_TYPE_PUBLIC = 1;
|
|
3949
|
+
*/
|
|
3950
|
+
PUBLIC = 1,
|
|
3951
|
+
|
|
3952
|
+
/**
|
|
3953
|
+
* @generated from enum value: API_KEY_TYPE_SECRET = 2;
|
|
3954
|
+
*/
|
|
3955
|
+
SECRET = 2,
|
|
3956
|
+
}
|
|
3957
|
+
|
|
3958
|
+
/**
|
|
3959
|
+
* Describes the enum identity.v1.ApiKeyType.
|
|
3960
|
+
*/
|
|
3961
|
+
export declare const ApiKeyTypeSchema: GenEnum<ApiKeyType>;
|
|
3962
|
+
|
|
3963
|
+
/**
|
|
3964
|
+
* @generated from service identity.v1.IdentityService
|
|
3965
|
+
*/
|
|
3966
|
+
export declare const IdentityService: GenService<{
|
|
3967
|
+
/**
|
|
3968
|
+
* Auth & Sessions.
|
|
3969
|
+
*
|
|
3970
|
+
* @generated from rpc identity.v1.IdentityService.Login
|
|
3971
|
+
*/
|
|
3972
|
+
login: {
|
|
3973
|
+
methodKind: "unary";
|
|
3974
|
+
input: typeof LoginRequestSchema;
|
|
3975
|
+
output: typeof LoginResponseSchema;
|
|
3976
|
+
},
|
|
3977
|
+
/**
|
|
3978
|
+
* @generated from rpc identity.v1.IdentityService.LoginWithOTP
|
|
3979
|
+
*/
|
|
3980
|
+
loginWithOTP: {
|
|
3981
|
+
methodKind: "unary";
|
|
3982
|
+
input: typeof LoginWithOTPRequestSchema;
|
|
3983
|
+
output: typeof LoginWithOTPResponseSchema;
|
|
3984
|
+
},
|
|
3985
|
+
/**
|
|
3986
|
+
* @generated from rpc identity.v1.IdentityService.RequestOTP
|
|
3987
|
+
*/
|
|
3988
|
+
requestOTP: {
|
|
3989
|
+
methodKind: "unary";
|
|
3990
|
+
input: typeof RequestOTPRequestSchema;
|
|
3991
|
+
output: typeof RequestOTPResponseSchema;
|
|
3992
|
+
},
|
|
3993
|
+
/**
|
|
3994
|
+
* @generated from rpc identity.v1.IdentityService.Logout
|
|
3995
|
+
*/
|
|
3996
|
+
logout: {
|
|
3997
|
+
methodKind: "unary";
|
|
3998
|
+
input: typeof LogoutRequestSchema;
|
|
3999
|
+
output: typeof LogoutResponseSchema;
|
|
4000
|
+
},
|
|
4001
|
+
/**
|
|
4002
|
+
* @generated from rpc identity.v1.IdentityService.Register
|
|
4003
|
+
*/
|
|
4004
|
+
register: {
|
|
4005
|
+
methodKind: "unary";
|
|
4006
|
+
input: typeof RegisterRequestSchema;
|
|
4007
|
+
output: typeof RegisterResponseSchema;
|
|
4008
|
+
},
|
|
4009
|
+
/**
|
|
4010
|
+
* @generated from rpc identity.v1.IdentityService.VerifyEmail
|
|
4011
|
+
*/
|
|
4012
|
+
verifyEmail: {
|
|
4013
|
+
methodKind: "unary";
|
|
4014
|
+
input: typeof VerifyEmailRequestSchema;
|
|
4015
|
+
output: typeof VerifyEmailResponseSchema;
|
|
4016
|
+
},
|
|
4017
|
+
/**
|
|
4018
|
+
* @generated from rpc identity.v1.IdentityService.ResendVerificationEmail
|
|
4019
|
+
*/
|
|
4020
|
+
resendVerificationEmail: {
|
|
4021
|
+
methodKind: "unary";
|
|
4022
|
+
input: typeof ResendVerificationEmailRequestSchema;
|
|
4023
|
+
output: typeof ResendVerificationEmailResponseSchema;
|
|
4024
|
+
},
|
|
4025
|
+
/**
|
|
4026
|
+
* @generated from rpc identity.v1.IdentityService.SendEmailVerificationCode
|
|
4027
|
+
*/
|
|
4028
|
+
sendEmailVerificationCode: {
|
|
4029
|
+
methodKind: "unary";
|
|
4030
|
+
input: typeof SendEmailVerificationCodeRequestSchema;
|
|
4031
|
+
output: typeof SendEmailVerificationCodeResponseSchema;
|
|
4032
|
+
},
|
|
4033
|
+
/**
|
|
4034
|
+
* @generated from rpc identity.v1.IdentityService.VerifyEmailCode
|
|
4035
|
+
*/
|
|
4036
|
+
verifyEmailCode: {
|
|
4037
|
+
methodKind: "unary";
|
|
4038
|
+
input: typeof VerifyEmailCodeRequestSchema;
|
|
4039
|
+
output: typeof VerifyEmailCodeResponseSchema;
|
|
4040
|
+
},
|
|
4041
|
+
/**
|
|
4042
|
+
* @generated from rpc identity.v1.IdentityService.RequestPasswordReset
|
|
4043
|
+
*/
|
|
4044
|
+
requestPasswordReset: {
|
|
4045
|
+
methodKind: "unary";
|
|
4046
|
+
input: typeof RequestPasswordResetRequestSchema;
|
|
4047
|
+
output: typeof RequestPasswordResetResponseSchema;
|
|
4048
|
+
},
|
|
4049
|
+
/**
|
|
4050
|
+
* @generated from rpc identity.v1.IdentityService.ResetPassword
|
|
4051
|
+
*/
|
|
4052
|
+
resetPassword: {
|
|
4053
|
+
methodKind: "unary";
|
|
4054
|
+
input: typeof ResetPasswordRequestSchema;
|
|
4055
|
+
output: typeof ResetPasswordResponseSchema;
|
|
4056
|
+
},
|
|
4057
|
+
/**
|
|
4058
|
+
* @generated from rpc identity.v1.IdentityService.UpdatePassword
|
|
4059
|
+
*/
|
|
4060
|
+
updatePassword: {
|
|
4061
|
+
methodKind: "unary";
|
|
4062
|
+
input: typeof UpdatePasswordRequestSchema;
|
|
4063
|
+
output: typeof UpdatePasswordResponseSchema;
|
|
4064
|
+
},
|
|
4065
|
+
/**
|
|
4066
|
+
* @generated from rpc identity.v1.IdentityService.RefreshToken
|
|
4067
|
+
*/
|
|
4068
|
+
refreshToken: {
|
|
4069
|
+
methodKind: "unary";
|
|
4070
|
+
input: typeof RefreshTokenRequestSchema;
|
|
4071
|
+
output: typeof RefreshTokenResponseSchema;
|
|
4072
|
+
},
|
|
4073
|
+
/**
|
|
4074
|
+
* @generated from rpc identity.v1.IdentityService.GetSessionContext
|
|
4075
|
+
*/
|
|
4076
|
+
getSessionContext: {
|
|
4077
|
+
methodKind: "unary";
|
|
4078
|
+
input: typeof GetSessionContextRequestSchema;
|
|
4079
|
+
output: typeof GetSessionContextResponseSchema;
|
|
4080
|
+
},
|
|
4081
|
+
/**
|
|
4082
|
+
* @generated from rpc identity.v1.IdentityService.SwitchTenant
|
|
4083
|
+
*/
|
|
4084
|
+
switchTenant: {
|
|
4085
|
+
methodKind: "unary";
|
|
4086
|
+
input: typeof SwitchTenantRequestSchema;
|
|
4087
|
+
output: typeof SwitchTenantResponseSchema;
|
|
4088
|
+
},
|
|
4089
|
+
/**
|
|
4090
|
+
* @generated from rpc identity.v1.IdentityService.SwitchProject
|
|
4091
|
+
*/
|
|
4092
|
+
switchProject: {
|
|
4093
|
+
methodKind: "unary";
|
|
4094
|
+
input: typeof SwitchProjectRequestSchema;
|
|
4095
|
+
output: typeof SwitchProjectResponseSchema;
|
|
4096
|
+
},
|
|
4097
|
+
/**
|
|
4098
|
+
* @generated from rpc identity.v1.IdentityService.ClearSessionContext
|
|
4099
|
+
*/
|
|
4100
|
+
clearSessionContext: {
|
|
4101
|
+
methodKind: "unary";
|
|
4102
|
+
input: typeof ClearSessionContextRequestSchema;
|
|
4103
|
+
output: typeof ClearSessionContextResponseSchema;
|
|
4104
|
+
},
|
|
4105
|
+
/**
|
|
4106
|
+
* @generated from rpc identity.v1.IdentityService.GetMe
|
|
4107
|
+
*/
|
|
4108
|
+
getMe: {
|
|
4109
|
+
methodKind: "unary";
|
|
4110
|
+
input: typeof GetMeRequestSchema;
|
|
4111
|
+
output: typeof GetMeResponseSchema;
|
|
4112
|
+
},
|
|
4113
|
+
/**
|
|
4114
|
+
* Admin Users.
|
|
4115
|
+
*
|
|
4116
|
+
* @generated from rpc identity.v1.IdentityService.CreateAdminUser
|
|
4117
|
+
*/
|
|
4118
|
+
createAdminUser: {
|
|
4119
|
+
methodKind: "unary";
|
|
4120
|
+
input: typeof CreateAdminUserRequestSchema;
|
|
4121
|
+
output: typeof CreateAdminUserResponseSchema;
|
|
4122
|
+
},
|
|
4123
|
+
/**
|
|
4124
|
+
* @generated from rpc identity.v1.IdentityService.GetAdminUser
|
|
4125
|
+
*/
|
|
4126
|
+
getAdminUser: {
|
|
4127
|
+
methodKind: "unary";
|
|
4128
|
+
input: typeof GetAdminUserRequestSchema;
|
|
4129
|
+
output: typeof GetAdminUserResponseSchema;
|
|
4130
|
+
},
|
|
4131
|
+
/**
|
|
4132
|
+
* @generated from rpc identity.v1.IdentityService.UpdateAdminUser
|
|
4133
|
+
*/
|
|
4134
|
+
updateAdminUser: {
|
|
4135
|
+
methodKind: "unary";
|
|
4136
|
+
input: typeof UpdateAdminUserRequestSchema;
|
|
4137
|
+
output: typeof UpdateAdminUserResponseSchema;
|
|
4138
|
+
},
|
|
4139
|
+
/**
|
|
4140
|
+
* @generated from rpc identity.v1.IdentityService.ListAdminUsers
|
|
4141
|
+
*/
|
|
4142
|
+
listAdminUsers: {
|
|
4143
|
+
methodKind: "unary";
|
|
4144
|
+
input: typeof ListAdminUsersRequestSchema;
|
|
4145
|
+
output: typeof ListAdminUsersResponseSchema;
|
|
4146
|
+
},
|
|
4147
|
+
/**
|
|
4148
|
+
* Access Control.
|
|
4149
|
+
*
|
|
4150
|
+
* @generated from rpc identity.v1.IdentityService.GrantAccess
|
|
4151
|
+
*/
|
|
4152
|
+
grantAccess: {
|
|
4153
|
+
methodKind: "unary";
|
|
4154
|
+
input: typeof GrantAccessRequestSchema;
|
|
4155
|
+
output: typeof GrantAccessResponseSchema;
|
|
4156
|
+
},
|
|
4157
|
+
/**
|
|
4158
|
+
* @generated from rpc identity.v1.IdentityService.RevokeAccess
|
|
4159
|
+
*/
|
|
4160
|
+
revokeAccess: {
|
|
4161
|
+
methodKind: "unary";
|
|
4162
|
+
input: typeof RevokeAccessRequestSchema;
|
|
4163
|
+
output: typeof RevokeAccessResponseSchema;
|
|
4164
|
+
},
|
|
4165
|
+
/**
|
|
4166
|
+
* Customers.
|
|
4167
|
+
*
|
|
4168
|
+
* @generated from rpc identity.v1.IdentityService.CreateCustomer
|
|
4169
|
+
*/
|
|
4170
|
+
createCustomer: {
|
|
4171
|
+
methodKind: "unary";
|
|
4172
|
+
input: typeof CreateCustomerRequestSchema;
|
|
4173
|
+
output: typeof CreateCustomerResponseSchema;
|
|
4174
|
+
},
|
|
4175
|
+
/**
|
|
4176
|
+
* @generated from rpc identity.v1.IdentityService.GetCustomer
|
|
4177
|
+
*/
|
|
4178
|
+
getCustomer: {
|
|
4179
|
+
methodKind: "unary";
|
|
4180
|
+
input: typeof GetCustomerRequestSchema;
|
|
4181
|
+
output: typeof GetCustomerResponseSchema;
|
|
4182
|
+
},
|
|
4183
|
+
/**
|
|
4184
|
+
* @generated from rpc identity.v1.IdentityService.UpdateCustomer
|
|
4185
|
+
*/
|
|
4186
|
+
updateCustomer: {
|
|
4187
|
+
methodKind: "unary";
|
|
4188
|
+
input: typeof UpdateCustomerRequestSchema;
|
|
4189
|
+
output: typeof UpdateCustomerResponseSchema;
|
|
4190
|
+
},
|
|
4191
|
+
/**
|
|
4192
|
+
* @generated from rpc identity.v1.IdentityService.DeleteCustomer
|
|
4193
|
+
*/
|
|
4194
|
+
deleteCustomer: {
|
|
4195
|
+
methodKind: "unary";
|
|
4196
|
+
input: typeof DeleteCustomerRequestSchema;
|
|
4197
|
+
output: typeof DeleteCustomerResponseSchema;
|
|
4198
|
+
},
|
|
4199
|
+
/**
|
|
4200
|
+
* @generated from rpc identity.v1.IdentityService.ListCustomers
|
|
4201
|
+
*/
|
|
4202
|
+
listCustomers: {
|
|
4203
|
+
methodKind: "unary";
|
|
4204
|
+
input: typeof ListCustomersRequestSchema;
|
|
4205
|
+
output: typeof ListCustomersResponseSchema;
|
|
4206
|
+
},
|
|
4207
|
+
/**
|
|
4208
|
+
* @generated from rpc identity.v1.IdentityService.SuspendCustomer
|
|
4209
|
+
*/
|
|
4210
|
+
suspendCustomer: {
|
|
4211
|
+
methodKind: "unary";
|
|
4212
|
+
input: typeof SuspendCustomerRequestSchema;
|
|
4213
|
+
output: typeof SuspendCustomerResponseSchema;
|
|
4214
|
+
},
|
|
4215
|
+
/**
|
|
4216
|
+
* Tenants.
|
|
4217
|
+
*
|
|
4218
|
+
* @generated from rpc identity.v1.IdentityService.CreateTenant
|
|
4219
|
+
*/
|
|
4220
|
+
createTenant: {
|
|
4221
|
+
methodKind: "unary";
|
|
4222
|
+
input: typeof CreateTenantRequestSchema;
|
|
4223
|
+
output: typeof CreateTenantResponseSchema;
|
|
4224
|
+
},
|
|
4225
|
+
/**
|
|
4226
|
+
* @generated from rpc identity.v1.IdentityService.GetTenant
|
|
4227
|
+
*/
|
|
4228
|
+
getTenant: {
|
|
4229
|
+
methodKind: "unary";
|
|
4230
|
+
input: typeof GetTenantRequestSchema;
|
|
4231
|
+
output: typeof GetTenantResponseSchema;
|
|
4232
|
+
},
|
|
4233
|
+
/**
|
|
4234
|
+
* @generated from rpc identity.v1.IdentityService.UpdateTenant
|
|
4235
|
+
*/
|
|
4236
|
+
updateTenant: {
|
|
4237
|
+
methodKind: "unary";
|
|
4238
|
+
input: typeof UpdateTenantRequestSchema;
|
|
4239
|
+
output: typeof UpdateTenantResponseSchema;
|
|
4240
|
+
},
|
|
4241
|
+
/**
|
|
4242
|
+
* @generated from rpc identity.v1.IdentityService.ListTenants
|
|
4243
|
+
*/
|
|
4244
|
+
listTenants: {
|
|
4245
|
+
methodKind: "unary";
|
|
4246
|
+
input: typeof ListTenantsRequestSchema;
|
|
4247
|
+
output: typeof ListTenantsResponseSchema;
|
|
4248
|
+
},
|
|
4249
|
+
/**
|
|
4250
|
+
* @generated from rpc identity.v1.IdentityService.DeleteTenant
|
|
4251
|
+
*/
|
|
4252
|
+
deleteTenant: {
|
|
4253
|
+
methodKind: "unary";
|
|
4254
|
+
input: typeof DeleteTenantRequestSchema;
|
|
4255
|
+
output: typeof DeleteTenantResponseSchema;
|
|
4256
|
+
},
|
|
4257
|
+
/**
|
|
4258
|
+
* Projects.
|
|
4259
|
+
*
|
|
4260
|
+
* @generated from rpc identity.v1.IdentityService.CreateProject
|
|
4261
|
+
*/
|
|
4262
|
+
createProject: {
|
|
4263
|
+
methodKind: "unary";
|
|
4264
|
+
input: typeof CreateProjectRequestSchema;
|
|
4265
|
+
output: typeof CreateProjectResponseSchema;
|
|
4266
|
+
},
|
|
4267
|
+
/**
|
|
4268
|
+
* @generated from rpc identity.v1.IdentityService.GetProject
|
|
4269
|
+
*/
|
|
4270
|
+
getProject: {
|
|
4271
|
+
methodKind: "unary";
|
|
4272
|
+
input: typeof GetProjectRequestSchema;
|
|
4273
|
+
output: typeof GetProjectResponseSchema;
|
|
4274
|
+
},
|
|
4275
|
+
/**
|
|
4276
|
+
* @generated from rpc identity.v1.IdentityService.UpdateProject
|
|
4277
|
+
*/
|
|
4278
|
+
updateProject: {
|
|
4279
|
+
methodKind: "unary";
|
|
4280
|
+
input: typeof UpdateProjectRequestSchema;
|
|
4281
|
+
output: typeof UpdateProjectResponseSchema;
|
|
4282
|
+
},
|
|
4283
|
+
/**
|
|
4284
|
+
* @generated from rpc identity.v1.IdentityService.ListProjects
|
|
4285
|
+
*/
|
|
4286
|
+
listProjects: {
|
|
4287
|
+
methodKind: "unary";
|
|
4288
|
+
input: typeof ListProjectsRequestSchema;
|
|
4289
|
+
output: typeof ListProjectsResponseSchema;
|
|
4290
|
+
},
|
|
4291
|
+
/**
|
|
4292
|
+
* @generated from rpc identity.v1.IdentityService.DeleteProject
|
|
4293
|
+
*/
|
|
4294
|
+
deleteProject: {
|
|
4295
|
+
methodKind: "unary";
|
|
4296
|
+
input: typeof DeleteProjectRequestSchema;
|
|
4297
|
+
output: typeof DeleteProjectResponseSchema;
|
|
4298
|
+
},
|
|
4299
|
+
/**
|
|
4300
|
+
* @generated from rpc identity.v1.IdentityService.GetDefaultProject
|
|
4301
|
+
*/
|
|
4302
|
+
getDefaultProject: {
|
|
4303
|
+
methodKind: "unary";
|
|
4304
|
+
input: typeof GetDefaultProjectRequestSchema;
|
|
4305
|
+
output: typeof GetDefaultProjectResponseSchema;
|
|
4306
|
+
},
|
|
4307
|
+
/**
|
|
4308
|
+
* @generated from rpc identity.v1.IdentityService.SetDefaultProject
|
|
4309
|
+
*/
|
|
4310
|
+
setDefaultProject: {
|
|
4311
|
+
methodKind: "unary";
|
|
4312
|
+
input: typeof SetDefaultProjectRequestSchema;
|
|
4313
|
+
output: typeof SetDefaultProjectResponseSchema;
|
|
4314
|
+
},
|
|
4315
|
+
/**
|
|
4316
|
+
* Invitations.
|
|
4317
|
+
*
|
|
4318
|
+
* @generated from rpc identity.v1.IdentityService.CreateInvitation
|
|
4319
|
+
*/
|
|
4320
|
+
createInvitation: {
|
|
4321
|
+
methodKind: "unary";
|
|
4322
|
+
input: typeof CreateInvitationRequestSchema;
|
|
4323
|
+
output: typeof CreateInvitationResponseSchema;
|
|
4324
|
+
},
|
|
4325
|
+
/**
|
|
4326
|
+
* @generated from rpc identity.v1.IdentityService.ListInvitations
|
|
4327
|
+
*/
|
|
4328
|
+
listInvitations: {
|
|
4329
|
+
methodKind: "unary";
|
|
4330
|
+
input: typeof ListInvitationsRequestSchema;
|
|
4331
|
+
output: typeof ListInvitationsResponseSchema;
|
|
4332
|
+
},
|
|
4333
|
+
/**
|
|
4334
|
+
* @generated from rpc identity.v1.IdentityService.RevokeInvitation
|
|
4335
|
+
*/
|
|
4336
|
+
revokeInvitation: {
|
|
4337
|
+
methodKind: "unary";
|
|
4338
|
+
input: typeof RevokeInvitationRequestSchema;
|
|
4339
|
+
output: typeof RevokeInvitationResponseSchema;
|
|
4340
|
+
},
|
|
4341
|
+
/**
|
|
4342
|
+
* @generated from rpc identity.v1.IdentityService.AcceptInvitation
|
|
4343
|
+
*/
|
|
4344
|
+
acceptInvitation: {
|
|
4345
|
+
methodKind: "unary";
|
|
4346
|
+
input: typeof AcceptInvitationRequestSchema;
|
|
4347
|
+
output: typeof AcceptInvitationResponseSchema;
|
|
4348
|
+
},
|
|
4349
|
+
/**
|
|
4350
|
+
* @generated from rpc identity.v1.IdentityService.ValidateInvitation
|
|
4351
|
+
*/
|
|
4352
|
+
validateInvitation: {
|
|
4353
|
+
methodKind: "unary";
|
|
4354
|
+
input: typeof ValidateInvitationRequestSchema;
|
|
4355
|
+
output: typeof ValidateInvitationResponseSchema;
|
|
4356
|
+
},
|
|
4357
|
+
/**
|
|
4358
|
+
* API Keys.
|
|
4359
|
+
*
|
|
4360
|
+
* @generated from rpc identity.v1.IdentityService.CreateApiKey
|
|
4361
|
+
*/
|
|
4362
|
+
createApiKey: {
|
|
4363
|
+
methodKind: "unary";
|
|
4364
|
+
input: typeof CreateApiKeyRequestSchema;
|
|
4365
|
+
output: typeof CreateApiKeyResponseSchema;
|
|
4366
|
+
},
|
|
4367
|
+
/**
|
|
4368
|
+
* @generated from rpc identity.v1.IdentityService.GetApiKey
|
|
4369
|
+
*/
|
|
4370
|
+
getApiKey: {
|
|
4371
|
+
methodKind: "unary";
|
|
4372
|
+
input: typeof GetApiKeyRequestSchema;
|
|
4373
|
+
output: typeof GetApiKeyResponseSchema;
|
|
4374
|
+
},
|
|
4375
|
+
/**
|
|
4376
|
+
* @generated from rpc identity.v1.IdentityService.ListApiKeys
|
|
4377
|
+
*/
|
|
4378
|
+
listApiKeys: {
|
|
4379
|
+
methodKind: "unary";
|
|
4380
|
+
input: typeof ListApiKeysRequestSchema;
|
|
4381
|
+
output: typeof ListApiKeysResponseSchema;
|
|
4382
|
+
},
|
|
4383
|
+
/**
|
|
4384
|
+
* @generated from rpc identity.v1.IdentityService.UpdateApiKey
|
|
4385
|
+
*/
|
|
4386
|
+
updateApiKey: {
|
|
4387
|
+
methodKind: "unary";
|
|
4388
|
+
input: typeof UpdateApiKeyRequestSchema;
|
|
4389
|
+
output: typeof UpdateApiKeyResponseSchema;
|
|
4390
|
+
},
|
|
4391
|
+
/**
|
|
4392
|
+
* @generated from rpc identity.v1.IdentityService.RotateApiKey
|
|
4393
|
+
*/
|
|
4394
|
+
rotateApiKey: {
|
|
4395
|
+
methodKind: "unary";
|
|
4396
|
+
input: typeof RotateApiKeyRequestSchema;
|
|
4397
|
+
output: typeof RotateApiKeyResponseSchema;
|
|
4398
|
+
},
|
|
4399
|
+
/**
|
|
4400
|
+
* @generated from rpc identity.v1.IdentityService.RevokeApiKey
|
|
4401
|
+
*/
|
|
4402
|
+
revokeApiKey: {
|
|
4403
|
+
methodKind: "unary";
|
|
4404
|
+
input: typeof RevokeApiKeyRequestSchema;
|
|
4405
|
+
output: typeof RevokeApiKeyResponseSchema;
|
|
4406
|
+
},
|
|
4407
|
+
/**
|
|
4408
|
+
* Auth Providers.
|
|
4409
|
+
*
|
|
4410
|
+
* @generated from rpc identity.v1.IdentityService.ListAuthProviders
|
|
4411
|
+
*/
|
|
4412
|
+
listAuthProviders: {
|
|
4413
|
+
methodKind: "unary";
|
|
4414
|
+
input: typeof ListAuthProvidersRequestSchema;
|
|
4415
|
+
output: typeof ListAuthProvidersResponseSchema;
|
|
4416
|
+
},
|
|
4417
|
+
/**
|
|
4418
|
+
* @generated from rpc identity.v1.IdentityService.GetAuthProvider
|
|
4419
|
+
*/
|
|
4420
|
+
getAuthProvider: {
|
|
4421
|
+
methodKind: "unary";
|
|
4422
|
+
input: typeof GetAuthProviderRequestSchema;
|
|
4423
|
+
output: typeof GetAuthProviderResponseSchema;
|
|
4424
|
+
},
|
|
4425
|
+
/**
|
|
4426
|
+
* @generated from rpc identity.v1.IdentityService.CreateAuthProvider
|
|
4427
|
+
*/
|
|
4428
|
+
createAuthProvider: {
|
|
4429
|
+
methodKind: "unary";
|
|
4430
|
+
input: typeof CreateAuthProviderRequestSchema;
|
|
4431
|
+
output: typeof CreateAuthProviderResponseSchema;
|
|
4432
|
+
},
|
|
4433
|
+
/**
|
|
4434
|
+
* @generated from rpc identity.v1.IdentityService.UpdateAuthProvider
|
|
4435
|
+
*/
|
|
4436
|
+
updateAuthProvider: {
|
|
4437
|
+
methodKind: "unary";
|
|
4438
|
+
input: typeof UpdateAuthProviderRequestSchema;
|
|
4439
|
+
output: typeof UpdateAuthProviderResponseSchema;
|
|
4440
|
+
},
|
|
4441
|
+
/**
|
|
4442
|
+
* @generated from rpc identity.v1.IdentityService.DeleteAuthProvider
|
|
4443
|
+
*/
|
|
4444
|
+
deleteAuthProvider: {
|
|
4445
|
+
methodKind: "unary";
|
|
4446
|
+
input: typeof DeleteAuthProviderRequestSchema;
|
|
4447
|
+
output: typeof DeleteAuthProviderResponseSchema;
|
|
4448
|
+
},
|
|
4449
|
+
/**
|
|
4450
|
+
* @generated from rpc identity.v1.IdentityService.EnabledOAuthProviders
|
|
4451
|
+
*/
|
|
4452
|
+
enabledOAuthProviders: {
|
|
4453
|
+
methodKind: "unary";
|
|
4454
|
+
input: typeof EnabledOAuthProvidersRequestSchema;
|
|
4455
|
+
output: typeof EnabledOAuthProvidersResponseSchema;
|
|
4456
|
+
},
|
|
4457
|
+
/**
|
|
4458
|
+
* Service Tokens.
|
|
4459
|
+
*
|
|
4460
|
+
* @generated from rpc identity.v1.IdentityService.MintServiceToken
|
|
4461
|
+
*/
|
|
4462
|
+
mintServiceToken: {
|
|
4463
|
+
methodKind: "unary";
|
|
4464
|
+
input: typeof MintServiceTokenRequestSchema;
|
|
4465
|
+
output: typeof MintServiceTokenResponseSchema;
|
|
4466
|
+
},
|
|
4467
|
+
/**
|
|
4468
|
+
* Profile.
|
|
4469
|
+
*
|
|
4470
|
+
* @generated from rpc identity.v1.IdentityService.UpdateMyProfile
|
|
4471
|
+
*/
|
|
4472
|
+
updateMyProfile: {
|
|
4473
|
+
methodKind: "unary";
|
|
4474
|
+
input: typeof UpdateMyProfileRequestSchema;
|
|
4475
|
+
output: typeof UpdateMyProfileResponseSchema;
|
|
4476
|
+
},
|
|
4477
|
+
/**
|
|
4478
|
+
* @generated from rpc identity.v1.IdentityService.ListMyOAuthConnections
|
|
4479
|
+
*/
|
|
4480
|
+
listMyOAuthConnections: {
|
|
4481
|
+
methodKind: "unary";
|
|
4482
|
+
input: typeof ListMyOAuthConnectionsRequestSchema;
|
|
4483
|
+
output: typeof ListMyOAuthConnectionsResponseSchema;
|
|
4484
|
+
},
|
|
4485
|
+
/**
|
|
4486
|
+
* @generated from rpc identity.v1.IdentityService.UnlinkOAuthProvider
|
|
4487
|
+
*/
|
|
4488
|
+
unlinkOAuthProvider: {
|
|
4489
|
+
methodKind: "unary";
|
|
4490
|
+
input: typeof UnlinkOAuthProviderRequestSchema;
|
|
4491
|
+
output: typeof UnlinkOAuthProviderResponseSchema;
|
|
4492
|
+
},
|
|
4493
|
+
/**
|
|
4494
|
+
* Auth flows.
|
|
4495
|
+
*
|
|
4496
|
+
* @generated from rpc identity.v1.IdentityService.CheckEmailAvailability
|
|
4497
|
+
*/
|
|
4498
|
+
checkEmailAvailability: {
|
|
4499
|
+
methodKind: "unary";
|
|
4500
|
+
input: typeof CheckEmailAvailabilityRequestSchema;
|
|
4501
|
+
output: typeof CheckEmailAvailabilityResponseSchema;
|
|
4502
|
+
},
|
|
4503
|
+
/**
|
|
4504
|
+
* @generated from rpc identity.v1.IdentityService.CompleteAccountSetup
|
|
4505
|
+
*/
|
|
4506
|
+
completeAccountSetup: {
|
|
4507
|
+
methodKind: "unary";
|
|
4508
|
+
input: typeof CompleteAccountSetupRequestSchema;
|
|
4509
|
+
output: typeof CompleteAccountSetupResponseSchema;
|
|
4510
|
+
},
|
|
4511
|
+
/**
|
|
4512
|
+
* @generated from rpc identity.v1.IdentityService.CreateSignupSession
|
|
4513
|
+
*/
|
|
4514
|
+
createSignupSession: {
|
|
4515
|
+
methodKind: "unary";
|
|
4516
|
+
input: typeof CreateSignupSessionRequestSchema;
|
|
4517
|
+
output: typeof CreateSignupSessionResponseSchema;
|
|
4518
|
+
},
|
|
4519
|
+
/**
|
|
4520
|
+
* @generated from rpc identity.v1.IdentityService.ResendInvitation
|
|
4521
|
+
*/
|
|
4522
|
+
resendInvitation: {
|
|
4523
|
+
methodKind: "unary";
|
|
4524
|
+
input: typeof ResendInvitationRequestSchema;
|
|
4525
|
+
output: typeof ResendInvitationResponseSchema;
|
|
4526
|
+
},
|
|
4527
|
+
/**
|
|
4528
|
+
* @generated from rpc identity.v1.IdentityService.GetInvitation
|
|
4529
|
+
*/
|
|
4530
|
+
getInvitation: {
|
|
4531
|
+
methodKind: "unary";
|
|
4532
|
+
input: typeof GetInvitationRequestSchema;
|
|
4533
|
+
output: typeof GetInvitationResponseSchema;
|
|
4534
|
+
},
|
|
4535
|
+
/**
|
|
4536
|
+
* Tenant Lifecycle.
|
|
4537
|
+
*
|
|
4538
|
+
* @generated from rpc identity.v1.IdentityService.ActivateTenant
|
|
4539
|
+
*/
|
|
4540
|
+
activateTenant: {
|
|
4541
|
+
methodKind: "unary";
|
|
4542
|
+
input: typeof ActivateTenantRequestSchema;
|
|
4543
|
+
output: typeof ActivateTenantResponseSchema;
|
|
4544
|
+
},
|
|
4545
|
+
/**
|
|
4546
|
+
* @generated from rpc identity.v1.IdentityService.SuspendTenantAccount
|
|
4547
|
+
*/
|
|
4548
|
+
suspendTenantAccount: {
|
|
4549
|
+
methodKind: "unary";
|
|
4550
|
+
input: typeof SuspendTenantAccountRequestSchema;
|
|
4551
|
+
output: typeof SuspendTenantAccountResponseSchema;
|
|
4552
|
+
},
|
|
4553
|
+
/**
|
|
4554
|
+
* @generated from rpc identity.v1.IdentityService.CancelTenant
|
|
4555
|
+
*/
|
|
4556
|
+
cancelTenant: {
|
|
4557
|
+
methodKind: "unary";
|
|
4558
|
+
input: typeof CancelTenantRequestSchema;
|
|
4559
|
+
output: typeof CancelTenantResponseSchema;
|
|
4560
|
+
},
|
|
4561
|
+
/**
|
|
4562
|
+
* @generated from rpc identity.v1.IdentityService.ReactivateTenant
|
|
4563
|
+
*/
|
|
4564
|
+
reactivateTenant: {
|
|
4565
|
+
methodKind: "unary";
|
|
4566
|
+
input: typeof ReactivateTenantRequestSchema;
|
|
4567
|
+
output: typeof ReactivateTenantResponseSchema;
|
|
4568
|
+
},
|
|
4569
|
+
/**
|
|
4570
|
+
* @generated from rpc identity.v1.IdentityService.MarkTenantPastDue
|
|
4571
|
+
*/
|
|
4572
|
+
markTenantPastDue: {
|
|
4573
|
+
methodKind: "unary";
|
|
4574
|
+
input: typeof MarkTenantPastDueRequestSchema;
|
|
4575
|
+
output: typeof MarkTenantPastDueResponseSchema;
|
|
4576
|
+
},
|
|
4577
|
+
/**
|
|
4578
|
+
* @generated from rpc identity.v1.IdentityService.ChurnTenant
|
|
4579
|
+
*/
|
|
4580
|
+
churnTenant: {
|
|
4581
|
+
methodKind: "unary";
|
|
4582
|
+
input: typeof ChurnTenantRequestSchema;
|
|
4583
|
+
output: typeof ChurnTenantResponseSchema;
|
|
4584
|
+
},
|
|
4585
|
+
/**
|
|
4586
|
+
* Customer Auth.
|
|
4587
|
+
*
|
|
4588
|
+
* @generated from rpc identity.v1.IdentityService.GetCustomerAuthConfig
|
|
4589
|
+
*/
|
|
4590
|
+
getCustomerAuthConfig: {
|
|
4591
|
+
methodKind: "unary";
|
|
4592
|
+
input: typeof GetCustomerAuthConfigRequestSchema;
|
|
4593
|
+
output: typeof GetCustomerAuthConfigResponseSchema;
|
|
4594
|
+
},
|
|
4595
|
+
/**
|
|
4596
|
+
* @generated from rpc identity.v1.IdentityService.VerifyCustomerToken
|
|
4597
|
+
*/
|
|
4598
|
+
verifyCustomerToken: {
|
|
4599
|
+
methodKind: "unary";
|
|
4600
|
+
input: typeof VerifyCustomerTokenRequestSchema;
|
|
4601
|
+
output: typeof VerifyCustomerTokenResponseSchema;
|
|
4602
|
+
},
|
|
4603
|
+
/**
|
|
4604
|
+
* @generated from rpc identity.v1.IdentityService.GetCustomerManagementStatus
|
|
4605
|
+
*/
|
|
4606
|
+
getCustomerManagementStatus: {
|
|
4607
|
+
methodKind: "unary";
|
|
4608
|
+
input: typeof GetCustomerManagementStatusRequestSchema;
|
|
4609
|
+
output: typeof GetCustomerManagementStatusResponseSchema;
|
|
4610
|
+
},
|
|
4611
|
+
}>;
|
|
4612
|
+
|