@evalops/sdk-ts 0.1.92 → 0.1.93
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/dist/approvals/v1/approvals_pb.d.ts +14 -0
- package/dist/approvals/v1/approvals_pb.js +1 -1
- package/dist/catalogs/v1/catalogs_pb.d.ts +28 -0
- package/dist/catalogs/v1/catalogs_pb.js +11 -5
- package/dist/chronicle/v1/chronicle_pb.d.ts +376 -0
- package/dist/chronicle/v1/chronicle_pb.js +113 -13
- package/dist/events/v1/cloudevent_pb.d.ts +17 -0
- package/dist/events/v1/cloudevent_pb.js +6 -1
- package/dist/governance/v1/governance_pb.d.ts +460 -0
- package/dist/governance/v1/governance_pb.js +158 -35
- package/dist/identity/v1/devices_pb.d.ts +347 -0
- package/dist/identity/v1/devices_pb.js +78 -0
- package/dist/identity/v1/organizations_pb.d.ts +42 -0
- package/dist/identity/v1/organizations_pb.js +21 -16
- package/dist/identity/v1/tokens_pb.d.ts +64 -0
- package/dist/identity/v1/tokens_pb.js +20 -8
- package/dist/ingest/v1/event_pb.d.ts +1 -1
- package/dist/maestro/v1/events_pb.d.ts +91 -0
- package/dist/maestro/v1/events_pb.js +14 -4
- package/dist/traces/v1/traces_pb.d.ts +16 -0
- package/dist/traces/v1/traces_pb.js +1 -1
- package/dist/workflows/v1/workflows_pb.d.ts +190 -0
- package/dist/workflows/v1/workflows_pb.js +72 -37
- package/package.json +5 -1
|
@@ -0,0 +1,347 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file identity/v1/devices.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_identity_v1_devices: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message identity.v1.Device
|
|
10
|
+
*/
|
|
11
|
+
export type Device = Message<"identity.v1.Device"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: string id = 1;
|
|
14
|
+
*/
|
|
15
|
+
id: string;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: string identity_id = 2;
|
|
18
|
+
*/
|
|
19
|
+
identityId: string;
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string organization_id = 3;
|
|
22
|
+
*/
|
|
23
|
+
organizationId: string;
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string tenant_id = 4;
|
|
26
|
+
*/
|
|
27
|
+
tenantId: string;
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: string public_key_spki = 5;
|
|
30
|
+
*/
|
|
31
|
+
publicKeySpki: string;
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: string key_algorithm = 6;
|
|
34
|
+
*/
|
|
35
|
+
keyAlgorithm: string;
|
|
36
|
+
/**
|
|
37
|
+
* @generated from field: string key_origin = 7;
|
|
38
|
+
*/
|
|
39
|
+
keyOrigin: string;
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: string attestation_kind = 8;
|
|
42
|
+
*/
|
|
43
|
+
attestationKind: string;
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: string attestation_status = 9;
|
|
46
|
+
*/
|
|
47
|
+
attestationStatus: string;
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: string app_bundle_id = 10;
|
|
50
|
+
*/
|
|
51
|
+
appBundleId: string;
|
|
52
|
+
/**
|
|
53
|
+
* @generated from field: string team_id = 11;
|
|
54
|
+
*/
|
|
55
|
+
teamId: string;
|
|
56
|
+
/**
|
|
57
|
+
* @generated from field: string app_version = 12;
|
|
58
|
+
*/
|
|
59
|
+
appVersion: string;
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: string platform = 13;
|
|
62
|
+
*/
|
|
63
|
+
platform: string;
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: google.protobuf.Timestamp created_at = 14;
|
|
66
|
+
*/
|
|
67
|
+
createdAt?: Timestamp | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* @generated from field: google.protobuf.Timestamp last_seen_at = 15;
|
|
70
|
+
*/
|
|
71
|
+
lastSeenAt?: Timestamp | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* @generated from field: google.protobuf.Timestamp revoked_at = 16;
|
|
74
|
+
*/
|
|
75
|
+
revokedAt?: Timestamp | undefined;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Describes the message identity.v1.Device.
|
|
79
|
+
* Use `create(DeviceSchema)` to create a new message.
|
|
80
|
+
*/
|
|
81
|
+
export declare const DeviceSchema: GenMessage<Device>;
|
|
82
|
+
/**
|
|
83
|
+
* @generated from message identity.v1.DeviceProof
|
|
84
|
+
*/
|
|
85
|
+
export type DeviceProof = Message<"identity.v1.DeviceProof"> & {
|
|
86
|
+
/**
|
|
87
|
+
* @generated from field: string device_id = 1;
|
|
88
|
+
*/
|
|
89
|
+
deviceId: string;
|
|
90
|
+
/**
|
|
91
|
+
* @generated from field: string challenge_id = 2;
|
|
92
|
+
*/
|
|
93
|
+
challengeId: string;
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: string signature = 3;
|
|
96
|
+
*/
|
|
97
|
+
signature: string;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Describes the message identity.v1.DeviceProof.
|
|
101
|
+
* Use `create(DeviceProofSchema)` to create a new message.
|
|
102
|
+
*/
|
|
103
|
+
export declare const DeviceProofSchema: GenMessage<DeviceProof>;
|
|
104
|
+
/**
|
|
105
|
+
* @generated from message identity.v1.CreateDeviceChallengeRequest
|
|
106
|
+
*/
|
|
107
|
+
export type CreateDeviceChallengeRequest = Message<"identity.v1.CreateDeviceChallengeRequest"> & {
|
|
108
|
+
/**
|
|
109
|
+
* @generated from field: string device_id = 1;
|
|
110
|
+
*/
|
|
111
|
+
deviceId: string;
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: string purpose = 2;
|
|
114
|
+
*/
|
|
115
|
+
purpose: string;
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message identity.v1.CreateDeviceChallengeRequest.
|
|
119
|
+
* Use `create(CreateDeviceChallengeRequestSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export declare const CreateDeviceChallengeRequestSchema: GenMessage<CreateDeviceChallengeRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* @generated from message identity.v1.CreateDeviceChallengeResponse
|
|
124
|
+
*/
|
|
125
|
+
export type CreateDeviceChallengeResponse = Message<"identity.v1.CreateDeviceChallengeResponse"> & {
|
|
126
|
+
/**
|
|
127
|
+
* @generated from field: string challenge_id = 1;
|
|
128
|
+
*/
|
|
129
|
+
challengeId: string;
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: string challenge = 2;
|
|
132
|
+
*/
|
|
133
|
+
challenge: string;
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: string purpose = 3;
|
|
136
|
+
*/
|
|
137
|
+
purpose: string;
|
|
138
|
+
/**
|
|
139
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 4;
|
|
140
|
+
*/
|
|
141
|
+
expiresAt?: Timestamp | undefined;
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Describes the message identity.v1.CreateDeviceChallengeResponse.
|
|
145
|
+
* Use `create(CreateDeviceChallengeResponseSchema)` to create a new message.
|
|
146
|
+
*/
|
|
147
|
+
export declare const CreateDeviceChallengeResponseSchema: GenMessage<CreateDeviceChallengeResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* @generated from message identity.v1.RegisterDeviceRequest
|
|
150
|
+
*/
|
|
151
|
+
export type RegisterDeviceRequest = Message<"identity.v1.RegisterDeviceRequest"> & {
|
|
152
|
+
/**
|
|
153
|
+
* @generated from field: identity.v1.DeviceProof proof = 1;
|
|
154
|
+
*/
|
|
155
|
+
proof?: DeviceProof | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* @generated from field: string public_key_spki = 2;
|
|
158
|
+
*/
|
|
159
|
+
publicKeySpki: string;
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: string key_algorithm = 3;
|
|
162
|
+
*/
|
|
163
|
+
keyAlgorithm: string;
|
|
164
|
+
/**
|
|
165
|
+
* @generated from field: string key_origin = 4;
|
|
166
|
+
*/
|
|
167
|
+
keyOrigin: string;
|
|
168
|
+
/**
|
|
169
|
+
* @generated from field: string attestation_kind = 5;
|
|
170
|
+
*/
|
|
171
|
+
attestationKind: string;
|
|
172
|
+
/**
|
|
173
|
+
* @generated from field: string attestation_status = 6;
|
|
174
|
+
*/
|
|
175
|
+
attestationStatus: string;
|
|
176
|
+
/**
|
|
177
|
+
* @generated from field: string app_bundle_id = 7;
|
|
178
|
+
*/
|
|
179
|
+
appBundleId: string;
|
|
180
|
+
/**
|
|
181
|
+
* @generated from field: string team_id = 8;
|
|
182
|
+
*/
|
|
183
|
+
teamId: string;
|
|
184
|
+
/**
|
|
185
|
+
* @generated from field: string app_version = 9;
|
|
186
|
+
*/
|
|
187
|
+
appVersion: string;
|
|
188
|
+
/**
|
|
189
|
+
* @generated from field: string platform = 10;
|
|
190
|
+
*/
|
|
191
|
+
platform: string;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* Describes the message identity.v1.RegisterDeviceRequest.
|
|
195
|
+
* Use `create(RegisterDeviceRequestSchema)` to create a new message.
|
|
196
|
+
*/
|
|
197
|
+
export declare const RegisterDeviceRequestSchema: GenMessage<RegisterDeviceRequest>;
|
|
198
|
+
/**
|
|
199
|
+
* @generated from message identity.v1.RegisterDeviceResponse
|
|
200
|
+
*/
|
|
201
|
+
export type RegisterDeviceResponse = Message<"identity.v1.RegisterDeviceResponse"> & {
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: identity.v1.Device device = 1;
|
|
204
|
+
*/
|
|
205
|
+
device?: Device | undefined;
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* Describes the message identity.v1.RegisterDeviceResponse.
|
|
209
|
+
* Use `create(RegisterDeviceResponseSchema)` to create a new message.
|
|
210
|
+
*/
|
|
211
|
+
export declare const RegisterDeviceResponseSchema: GenMessage<RegisterDeviceResponse>;
|
|
212
|
+
/**
|
|
213
|
+
* @generated from message identity.v1.VerifyDeviceRequest
|
|
214
|
+
*/
|
|
215
|
+
export type VerifyDeviceRequest = Message<"identity.v1.VerifyDeviceRequest"> & {
|
|
216
|
+
/**
|
|
217
|
+
* @generated from field: identity.v1.DeviceProof proof = 1;
|
|
218
|
+
*/
|
|
219
|
+
proof?: DeviceProof | undefined;
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* Describes the message identity.v1.VerifyDeviceRequest.
|
|
223
|
+
* Use `create(VerifyDeviceRequestSchema)` to create a new message.
|
|
224
|
+
*/
|
|
225
|
+
export declare const VerifyDeviceRequestSchema: GenMessage<VerifyDeviceRequest>;
|
|
226
|
+
/**
|
|
227
|
+
* @generated from message identity.v1.VerifyDeviceResponse
|
|
228
|
+
*/
|
|
229
|
+
export type VerifyDeviceResponse = Message<"identity.v1.VerifyDeviceResponse"> & {
|
|
230
|
+
/**
|
|
231
|
+
* @generated from field: string device_id = 1;
|
|
232
|
+
*/
|
|
233
|
+
deviceId: string;
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: bool verified = 2;
|
|
236
|
+
*/
|
|
237
|
+
verified: boolean;
|
|
238
|
+
};
|
|
239
|
+
/**
|
|
240
|
+
* Describes the message identity.v1.VerifyDeviceResponse.
|
|
241
|
+
* Use `create(VerifyDeviceResponseSchema)` to create a new message.
|
|
242
|
+
*/
|
|
243
|
+
export declare const VerifyDeviceResponseSchema: GenMessage<VerifyDeviceResponse>;
|
|
244
|
+
/**
|
|
245
|
+
* @generated from message identity.v1.ListDevicesRequest
|
|
246
|
+
*/
|
|
247
|
+
export type ListDevicesRequest = Message<"identity.v1.ListDevicesRequest"> & {};
|
|
248
|
+
/**
|
|
249
|
+
* Describes the message identity.v1.ListDevicesRequest.
|
|
250
|
+
* Use `create(ListDevicesRequestSchema)` to create a new message.
|
|
251
|
+
*/
|
|
252
|
+
export declare const ListDevicesRequestSchema: GenMessage<ListDevicesRequest>;
|
|
253
|
+
/**
|
|
254
|
+
* @generated from message identity.v1.ListDevicesResponse
|
|
255
|
+
*/
|
|
256
|
+
export type ListDevicesResponse = Message<"identity.v1.ListDevicesResponse"> & {
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: repeated identity.v1.Device devices = 1;
|
|
259
|
+
*/
|
|
260
|
+
devices: Device[];
|
|
261
|
+
};
|
|
262
|
+
/**
|
|
263
|
+
* Describes the message identity.v1.ListDevicesResponse.
|
|
264
|
+
* Use `create(ListDevicesResponseSchema)` to create a new message.
|
|
265
|
+
*/
|
|
266
|
+
export declare const ListDevicesResponseSchema: GenMessage<ListDevicesResponse>;
|
|
267
|
+
/**
|
|
268
|
+
* @generated from message identity.v1.RevokeDeviceRequest
|
|
269
|
+
*/
|
|
270
|
+
export type RevokeDeviceRequest = Message<"identity.v1.RevokeDeviceRequest"> & {
|
|
271
|
+
/**
|
|
272
|
+
* @generated from field: string device_id = 1;
|
|
273
|
+
*/
|
|
274
|
+
deviceId: string;
|
|
275
|
+
};
|
|
276
|
+
/**
|
|
277
|
+
* Describes the message identity.v1.RevokeDeviceRequest.
|
|
278
|
+
* Use `create(RevokeDeviceRequestSchema)` to create a new message.
|
|
279
|
+
*/
|
|
280
|
+
export declare const RevokeDeviceRequestSchema: GenMessage<RevokeDeviceRequest>;
|
|
281
|
+
/**
|
|
282
|
+
* @generated from message identity.v1.RevokeDeviceResponse
|
|
283
|
+
*/
|
|
284
|
+
export type RevokeDeviceResponse = Message<"identity.v1.RevokeDeviceResponse"> & {
|
|
285
|
+
/**
|
|
286
|
+
* @generated from field: string device_id = 1;
|
|
287
|
+
*/
|
|
288
|
+
deviceId: string;
|
|
289
|
+
/**
|
|
290
|
+
* @generated from field: bool revoked = 2;
|
|
291
|
+
*/
|
|
292
|
+
revoked: boolean;
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* Describes the message identity.v1.RevokeDeviceResponse.
|
|
296
|
+
* Use `create(RevokeDeviceResponseSchema)` to create a new message.
|
|
297
|
+
*/
|
|
298
|
+
export declare const RevokeDeviceResponseSchema: GenMessage<RevokeDeviceResponse>;
|
|
299
|
+
/**
|
|
300
|
+
* DeviceService models user-bound desktop device identity. The first
|
|
301
|
+
* implementation is exposed over JSON routes; this contract pins the shared
|
|
302
|
+
* shape for generated clients once we cut the Connect surface.
|
|
303
|
+
*
|
|
304
|
+
* @generated from service identity.v1.DeviceService
|
|
305
|
+
*/
|
|
306
|
+
export declare const DeviceService: GenService<{
|
|
307
|
+
/**
|
|
308
|
+
* @generated from rpc identity.v1.DeviceService.CreateDeviceChallenge
|
|
309
|
+
*/
|
|
310
|
+
createDeviceChallenge: {
|
|
311
|
+
methodKind: "unary";
|
|
312
|
+
input: typeof CreateDeviceChallengeRequestSchema;
|
|
313
|
+
output: typeof CreateDeviceChallengeResponseSchema;
|
|
314
|
+
};
|
|
315
|
+
/**
|
|
316
|
+
* @generated from rpc identity.v1.DeviceService.RegisterDevice
|
|
317
|
+
*/
|
|
318
|
+
registerDevice: {
|
|
319
|
+
methodKind: "unary";
|
|
320
|
+
input: typeof RegisterDeviceRequestSchema;
|
|
321
|
+
output: typeof RegisterDeviceResponseSchema;
|
|
322
|
+
};
|
|
323
|
+
/**
|
|
324
|
+
* @generated from rpc identity.v1.DeviceService.VerifyDevice
|
|
325
|
+
*/
|
|
326
|
+
verifyDevice: {
|
|
327
|
+
methodKind: "unary";
|
|
328
|
+
input: typeof VerifyDeviceRequestSchema;
|
|
329
|
+
output: typeof VerifyDeviceResponseSchema;
|
|
330
|
+
};
|
|
331
|
+
/**
|
|
332
|
+
* @generated from rpc identity.v1.DeviceService.ListDevices
|
|
333
|
+
*/
|
|
334
|
+
listDevices: {
|
|
335
|
+
methodKind: "unary";
|
|
336
|
+
input: typeof ListDevicesRequestSchema;
|
|
337
|
+
output: typeof ListDevicesResponseSchema;
|
|
338
|
+
};
|
|
339
|
+
/**
|
|
340
|
+
* @generated from rpc identity.v1.DeviceService.RevokeDevice
|
|
341
|
+
*/
|
|
342
|
+
revokeDevice: {
|
|
343
|
+
methodKind: "unary";
|
|
344
|
+
input: typeof RevokeDeviceRequestSchema;
|
|
345
|
+
output: typeof RevokeDeviceResponseSchema;
|
|
346
|
+
};
|
|
347
|
+
}>;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
|
|
2
|
+
// @generated from file identity/v1/devices.proto (package identity.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { file_buf_validate_validate } from "../../buf/validate/validate_pb.js";
|
|
6
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file identity/v1/devices.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_identity_v1_devices = /*@__PURE__*/ fileDesc("ChlpZGVudGl0eS92MS9kZXZpY2VzLnByb3RvEgtpZGVudGl0eS52MSKwAwoGRGV2aWNlEgoKAmlkGAEgASgJEhMKC2lkZW50aXR5X2lkGAIgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgDIAEoCRIRCgl0ZW5hbnRfaWQYBCABKAkSFwoPcHVibGljX2tleV9zcGtpGAUgASgJEhUKDWtleV9hbGdvcml0aG0YBiABKAkSEgoKa2V5X29yaWdpbhgHIAEoCRIYChBhdHRlc3RhdGlvbl9raW5kGAggASgJEhoKEmF0dGVzdGF0aW9uX3N0YXR1cxgJIAEoCRIVCg1hcHBfYnVuZGxlX2lkGAogASgJEg8KB3RlYW1faWQYCyABKAkSEwoLYXBwX3ZlcnNpb24YDCABKAkSEAoIcGxhdGZvcm0YDSABKAkSLgoKY3JlYXRlZF9hdBgOIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMAoMbGFzdF9zZWVuX2F0GA8gASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgpyZXZva2VkX2F0GBAgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJkCgtEZXZpY2VQcm9vZhIaCglkZXZpY2VfaWQYASABKAlCB7pIBHICEAESHQoMY2hhbGxlbmdlX2lkGAIgASgJQge6SARyAhABEhoKCXNpZ25hdHVyZRgDIAEoCUIHukgEcgIQASJLChxDcmVhdGVEZXZpY2VDaGFsbGVuZ2VSZXF1ZXN0EhEKCWRldmljZV9pZBgBIAEoCRIYCgdwdXJwb3NlGAIgASgJQge6SARyAhABIokBCh1DcmVhdGVEZXZpY2VDaGFsbGVuZ2VSZXNwb25zZRIUCgxjaGFsbGVuZ2VfaWQYASABKAkSEQoJY2hhbGxlbmdlGAIgASgJEg8KB3B1cnBvc2UYAyABKAkSLgoKZXhwaXJlc19hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAikgIKFVJlZ2lzdGVyRGV2aWNlUmVxdWVzdBInCgVwcm9vZhgBIAEoCzIYLmlkZW50aXR5LnYxLkRldmljZVByb29mEiAKD3B1YmxpY19rZXlfc3BraRgCIAEoCUIHukgEcgIQARIVCg1rZXlfYWxnb3JpdGhtGAMgASgJEhIKCmtleV9vcmlnaW4YBCABKAkSGAoQYXR0ZXN0YXRpb25fa2luZBgFIAEoCRIaChJhdHRlc3RhdGlvbl9zdGF0dXMYBiABKAkSFQoNYXBwX2J1bmRsZV9pZBgHIAEoCRIPCgd0ZWFtX2lkGAggASgJEhMKC2FwcF92ZXJzaW9uGAkgASgJEhAKCHBsYXRmb3JtGAogASgJIj0KFlJlZ2lzdGVyRGV2aWNlUmVzcG9uc2USIwoGZGV2aWNlGAEgASgLMhMuaWRlbnRpdHkudjEuRGV2aWNlIj4KE1ZlcmlmeURldmljZVJlcXVlc3QSJwoFcHJvb2YYASABKAsyGC5pZGVudGl0eS52MS5EZXZpY2VQcm9vZiI7ChRWZXJpZnlEZXZpY2VSZXNwb25zZRIRCglkZXZpY2VfaWQYASABKAkSEAoIdmVyaWZpZWQYAiABKAgiFAoSTGlzdERldmljZXNSZXF1ZXN0IjsKE0xpc3REZXZpY2VzUmVzcG9uc2USJAoHZGV2aWNlcxgBIAMoCzITLmlkZW50aXR5LnYxLkRldmljZSIxChNSZXZva2VEZXZpY2VSZXF1ZXN0EhoKCWRldmljZV9pZBgBIAEoCUIHukgEcgIQASI6ChRSZXZva2VEZXZpY2VSZXNwb25zZRIRCglkZXZpY2VfaWQYASABKAkSDwoHcmV2b2tlZBgCIAEoCDLWAwoNRGV2aWNlU2VydmljZRJuChVDcmVhdGVEZXZpY2VDaGFsbGVuZ2USKS5pZGVudGl0eS52MS5DcmVhdGVEZXZpY2VDaGFsbGVuZ2VSZXF1ZXN0GiouaWRlbnRpdHkudjEuQ3JlYXRlRGV2aWNlQ2hhbGxlbmdlUmVzcG9uc2USWQoOUmVnaXN0ZXJEZXZpY2USIi5pZGVudGl0eS52MS5SZWdpc3RlckRldmljZVJlcXVlc3QaIy5pZGVudGl0eS52MS5SZWdpc3RlckRldmljZVJlc3BvbnNlElMKDFZlcmlmeURldmljZRIgLmlkZW50aXR5LnYxLlZlcmlmeURldmljZVJlcXVlc3QaIS5pZGVudGl0eS52MS5WZXJpZnlEZXZpY2VSZXNwb25zZRJQCgtMaXN0RGV2aWNlcxIfLmlkZW50aXR5LnYxLkxpc3REZXZpY2VzUmVxdWVzdBogLmlkZW50aXR5LnYxLkxpc3REZXZpY2VzUmVzcG9uc2USUwoMUmV2b2tlRGV2aWNlEiAuaWRlbnRpdHkudjEuUmV2b2tlRGV2aWNlUmVxdWVzdBohLmlkZW50aXR5LnYxLlJldm9rZURldmljZVJlc3BvbnNlQjtaOWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vaWRlbnRpdHkvdjE7aWRlbnRpdHl2MWIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_timestamp]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message identity.v1.Device.
|
|
13
|
+
* Use `create(DeviceSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const DeviceSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message identity.v1.DeviceProof.
|
|
18
|
+
* Use `create(DeviceProofSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const DeviceProofSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 1);
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message identity.v1.CreateDeviceChallengeRequest.
|
|
23
|
+
* Use `create(CreateDeviceChallengeRequestSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const CreateDeviceChallengeRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 2);
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message identity.v1.CreateDeviceChallengeResponse.
|
|
28
|
+
* Use `create(CreateDeviceChallengeResponseSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const CreateDeviceChallengeResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 3);
|
|
31
|
+
/**
|
|
32
|
+
* Describes the message identity.v1.RegisterDeviceRequest.
|
|
33
|
+
* Use `create(RegisterDeviceRequestSchema)` to create a new message.
|
|
34
|
+
*/
|
|
35
|
+
export const RegisterDeviceRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 4);
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message identity.v1.RegisterDeviceResponse.
|
|
38
|
+
* Use `create(RegisterDeviceResponseSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const RegisterDeviceResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 5);
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message identity.v1.VerifyDeviceRequest.
|
|
43
|
+
* Use `create(VerifyDeviceRequestSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const VerifyDeviceRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 6);
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message identity.v1.VerifyDeviceResponse.
|
|
48
|
+
* Use `create(VerifyDeviceResponseSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export const VerifyDeviceResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 7);
|
|
51
|
+
/**
|
|
52
|
+
* Describes the message identity.v1.ListDevicesRequest.
|
|
53
|
+
* Use `create(ListDevicesRequestSchema)` to create a new message.
|
|
54
|
+
*/
|
|
55
|
+
export const ListDevicesRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 8);
|
|
56
|
+
/**
|
|
57
|
+
* Describes the message identity.v1.ListDevicesResponse.
|
|
58
|
+
* Use `create(ListDevicesResponseSchema)` to create a new message.
|
|
59
|
+
*/
|
|
60
|
+
export const ListDevicesResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 9);
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message identity.v1.RevokeDeviceRequest.
|
|
63
|
+
* Use `create(RevokeDeviceRequestSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const RevokeDeviceRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 10);
|
|
66
|
+
/**
|
|
67
|
+
* Describes the message identity.v1.RevokeDeviceResponse.
|
|
68
|
+
* Use `create(RevokeDeviceResponseSchema)` to create a new message.
|
|
69
|
+
*/
|
|
70
|
+
export const RevokeDeviceResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_devices, 11);
|
|
71
|
+
/**
|
|
72
|
+
* DeviceService models user-bound desktop device identity. The first
|
|
73
|
+
* implementation is exposed over JSON routes; this contract pins the shared
|
|
74
|
+
* shape for generated clients once we cut the Connect surface.
|
|
75
|
+
*
|
|
76
|
+
* @generated from service identity.v1.DeviceService
|
|
77
|
+
*/
|
|
78
|
+
export const DeviceService = /*@__PURE__*/ serviceDesc(file_identity_v1_devices, 0);
|
|
@@ -56,6 +56,48 @@ export type OrganizationMembership = Message<"identity.v1.OrganizationMembership
|
|
|
56
56
|
* Use `create(OrganizationMembershipSchema)` to create a new message.
|
|
57
57
|
*/
|
|
58
58
|
export declare const OrganizationMembershipSchema: GenMessage<OrganizationMembership>;
|
|
59
|
+
/**
|
|
60
|
+
* User is the canonical human identity view.
|
|
61
|
+
* It intentionally excludes credentials and authorization material; session
|
|
62
|
+
* and scope state live on CurrentUser responses.
|
|
63
|
+
*
|
|
64
|
+
* @generated from message identity.v1.User
|
|
65
|
+
*/
|
|
66
|
+
export type User = Message<"identity.v1.User"> & {
|
|
67
|
+
/**
|
|
68
|
+
* @generated from field: string id = 1;
|
|
69
|
+
*/
|
|
70
|
+
id: string;
|
|
71
|
+
/**
|
|
72
|
+
* @generated from field: string email = 2;
|
|
73
|
+
*/
|
|
74
|
+
email: string;
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: bool email_verified = 3;
|
|
77
|
+
*/
|
|
78
|
+
emailVerified: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: string name = 4;
|
|
81
|
+
*/
|
|
82
|
+
name: string;
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: string picture = 5;
|
|
85
|
+
*/
|
|
86
|
+
picture: string;
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: string provider = 6;
|
|
89
|
+
*/
|
|
90
|
+
provider: string;
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: string provider_subject = 7;
|
|
93
|
+
*/
|
|
94
|
+
providerSubject: string;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Describes the message identity.v1.User.
|
|
98
|
+
* Use `create(UserSchema)` to create a new message.
|
|
99
|
+
*/
|
|
100
|
+
export declare const UserSchema: GenMessage<User>;
|
|
59
101
|
/**
|
|
60
102
|
* Member is the canonical org membership type.
|
|
61
103
|
* Unifies gate's OrgMember and chat's WorkspaceMemberInfo.
|
|
@@ -6,7 +6,7 @@ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
6
6
|
/**
|
|
7
7
|
* Describes the file identity/v1/organizations.proto.
|
|
8
8
|
*/
|
|
9
|
-
export const file_identity_v1_organizations = /*@__PURE__*/ fileDesc("
|
|
9
|
+
export const file_identity_v1_organizations = /*@__PURE__*/ fileDesc("Ch9pZGVudGl0eS92MS9vcmdhbml6YXRpb25zLnByb3RvEgtpZGVudGl0eS52MSJmCgxPcmdhbml6YXRpb24SCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRIMCgRzbHVnGAMgASgJEi4KCmNyZWF0ZWRfYXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIlcKFk9yZ2FuaXphdGlvbk1lbWJlcnNoaXASLwoMb3JnYW5pemF0aW9uGAEgASgLMhkuaWRlbnRpdHkudjEuT3JnYW5pemF0aW9uEgwKBHJvbGUYAiABKAkihAEKBFVzZXISCgoCaWQYASABKAkSDQoFZW1haWwYAiABKAkSFgoOZW1haWxfdmVyaWZpZWQYAyABKAgSDAoEbmFtZRgEIAEoCRIPCgdwaWN0dXJlGAUgASgJEhAKCHByb3ZpZGVyGAYgASgJEhgKEHByb3ZpZGVyX3N1YmplY3QYByABKAki5gEKBk1lbWJlchIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRINCgVlbWFpbBgDIAEoCRIMCgRuYW1lGAQgASgJEg8KB3BpY3R1cmUYBSABKAkSDAoEcm9sZRgGIAEoCRIOCgZzdGF0dXMYByABKAkSGQoRaWRlbnRpdHlfcHJvdmlkZXIYCCABKAkSGwoTcHJvdmlzaW9uaW5nX3NvdXJjZRgJIAEoCRIuCgpjcmVhdGVkX2F0GAogASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCLaAQoGQVBJS2V5EgoKAmlkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRIMCgRuYW1lGAMgASgJEg4KBnByZWZpeBgEIAEoCRIQCghwcm92aWRlchgFIAEoCRIMCgRyb2xlGAYgASgJEg0KBWxhYmVsGAcgASgJEi4KCmNyZWF0ZWRfYXQYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCmV4cGlyZXNfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIl0KClBlcm1pc3Npb24SEAoIcmVzb3VyY2UYASABKAkSDgoGYWN0aW9uGAIgASgJEi0KBmVmZmVjdBgDIAEoDjIdLmlkZW50aXR5LnYxLlBlcm1pc3Npb25FZmZlY3QifwoEUm9sZRIMCgRuYW1lGAEgASgJEhQKDGRpc3BsYXlfbmFtZRgCIAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRIsCgtwZXJtaXNzaW9ucxgEIAMoCzIXLmlkZW50aXR5LnYxLlBlcm1pc3Npb24SEAoIYnVpbHRfaW4YBSABKAgilwIKDlJvbGVBc3NpZ25tZW50EgoKAmlkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRIPCgd0ZWFtX2lkGAMgASgJEjIKDnByaW5jaXBhbF90eXBlGAQgASgOMhouaWRlbnRpdHkudjEuUHJpbmNpcGFsVHlwZRIUCgxwcmluY2lwYWxfaWQYBSABKAkSEQoJcm9sZV9uYW1lGAYgASgJEhIKCmNyZWF0ZWRfYnkYByABKAkSLgoKY3JlYXRlZF9hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdXBkYXRlZF9hdBgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiKwoQTGlzdFJvbGVzUmVxdWVzdBIXCg9vcmdhbml6YXRpb25faWQYASABKAkiNQoRTGlzdFJvbGVzUmVzcG9uc2USIAoFcm9sZXMYASADKAsyES5pZGVudGl0eS52MS5Sb2xlIpoBChFBc3NpZ25Sb2xlUmVxdWVzdBIXCg9vcmdhbml6YXRpb25faWQYASABKAkSDwoHdGVhbV9pZBgCIAEoCRIyCg5wcmluY2lwYWxfdHlwZRgDIAEoDjIaLmlkZW50aXR5LnYxLlByaW5jaXBhbFR5cGUSFAoMcHJpbmNpcGFsX2lkGAQgASgJEhEKCXJvbGVfbmFtZRgFIAEoCSJFChJBc3NpZ25Sb2xlUmVzcG9uc2USLwoKYXNzaWdubWVudBgBIAEoCzIbLmlkZW50aXR5LnYxLlJvbGVBc3NpZ25tZW50IpoBChFSZXZva2VSb2xlUmVxdWVzdBIXCg9vcmdhbml6YXRpb25faWQYASABKAkSDwoHdGVhbV9pZBgCIAEoCRIyCg5wcmluY2lwYWxfdHlwZRgDIAEoDjIaLmlkZW50aXR5LnYxLlByaW5jaXBhbFR5cGUSFAoMcHJpbmNpcGFsX2lkGAQgASgJEhEKCXJvbGVfbmFtZRgFIAEoCSIlChJSZXZva2VSb2xlUmVzcG9uc2USDwoHcmV2b2tlZBgBIAEoCCKQAQoaTGlzdFJvbGVBc3NpZ25tZW50c1JlcXVlc3QSFwoPb3JnYW5pemF0aW9uX2lkGAEgASgJEg8KB3RlYW1faWQYAiABKAkSMgoOcHJpbmNpcGFsX3R5cGUYAyABKA4yGi5pZGVudGl0eS52MS5QcmluY2lwYWxUeXBlEhQKDHByaW5jaXBhbF9pZBgEIAEoCSJPChtMaXN0Um9sZUFzc2lnbm1lbnRzUmVzcG9uc2USMAoLYXNzaWdubWVudHMYASADKAsyGy5pZGVudGl0eS52MS5Sb2xlQXNzaWdubWVudCKuAQoWQ2hlY2tQZXJtaXNzaW9uUmVxdWVzdBIXCg9vcmdhbml6YXRpb25faWQYASABKAkSDwoHdGVhbV9pZBgCIAEoCRIyCg5wcmluY2lwYWxfdHlwZRgDIAEoDjIaLmlkZW50aXR5LnYxLlByaW5jaXBhbFR5cGUSFAoMcHJpbmNpcGFsX2lkGAQgASgJEhAKCHJlc291cmNlGAUgASgJEg4KBmFjdGlvbhgGIAEoCSKFAQoXQ2hlY2tQZXJtaXNzaW9uUmVzcG9uc2USDwoHYWxsb3dlZBgBIAEoCBIOCgZyZWFzb24YAiABKAkSFAoMbWF0Y2hlZF9yb2xlGAMgASgJEjMKEm1hdGNoZWRfcGVybWlzc2lvbhgEIAEoCzIXLmlkZW50aXR5LnYxLlBlcm1pc3Npb24qbgoQUGVybWlzc2lvbkVmZmVjdBIhCh1QRVJNSVNTSU9OX0VGRkVDVF9VTlNQRUNJRklFRBAAEhsKF1BFUk1JU1NJT05fRUZGRUNUX0FMTE9XEAESGgoWUEVSTUlTU0lPTl9FRkZFQ1RfREVOWRACKoYBCg1QcmluY2lwYWxUeXBlEh4KGlBSSU5DSVBBTF9UWVBFX1VOU1BFQ0lGSUVEEAASFwoTUFJJTkNJUEFMX1RZUEVfVVNFUhABEiIKHlBSSU5DSVBBTF9UWVBFX1NFUlZJQ0VfQUNDT1VOVBACEhgKFFBSSU5DSVBBTF9UWVBFX0FHRU5UEAMyvwMKC1JCQUNTZXJ2aWNlEkoKCUxpc3RSb2xlcxIdLmlkZW50aXR5LnYxLkxpc3RSb2xlc1JlcXVlc3QaHi5pZGVudGl0eS52MS5MaXN0Um9sZXNSZXNwb25zZRJNCgpBc3NpZ25Sb2xlEh4uaWRlbnRpdHkudjEuQXNzaWduUm9sZVJlcXVlc3QaHy5pZGVudGl0eS52MS5Bc3NpZ25Sb2xlUmVzcG9uc2USTQoKUmV2b2tlUm9sZRIeLmlkZW50aXR5LnYxLlJldm9rZVJvbGVSZXF1ZXN0Gh8uaWRlbnRpdHkudjEuUmV2b2tlUm9sZVJlc3BvbnNlEmgKE0xpc3RSb2xlQXNzaWdubWVudHMSJy5pZGVudGl0eS52MS5MaXN0Um9sZUFzc2lnbm1lbnRzUmVxdWVzdBooLmlkZW50aXR5LnYxLkxpc3RSb2xlQXNzaWdubWVudHNSZXNwb25zZRJcCg9DaGVja1Blcm1pc3Npb24SIy5pZGVudGl0eS52MS5DaGVja1Blcm1pc3Npb25SZXF1ZXN0GiQuaWRlbnRpdHkudjEuQ2hlY2tQZXJtaXNzaW9uUmVzcG9uc2VCO1o5Z2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9pZGVudGl0eS92MTtpZGVudGl0eXYxYgZwcm90bzM", [file_google_protobuf_timestamp]);
|
|
10
10
|
/**
|
|
11
11
|
* Describes the message identity.v1.Organization.
|
|
12
12
|
* Use `create(OrganizationSchema)` to create a new message.
|
|
@@ -17,81 +17,86 @@ export const OrganizationSchema = /*@__PURE__*/ messageDesc(file_identity_v1_org
|
|
|
17
17
|
* Use `create(OrganizationMembershipSchema)` to create a new message.
|
|
18
18
|
*/
|
|
19
19
|
export const OrganizationMembershipSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message identity.v1.User.
|
|
22
|
+
* Use `create(UserSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const UserSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 2);
|
|
20
25
|
/**
|
|
21
26
|
* Describes the message identity.v1.Member.
|
|
22
27
|
* Use `create(MemberSchema)` to create a new message.
|
|
23
28
|
*/
|
|
24
|
-
export const MemberSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
29
|
+
export const MemberSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 3);
|
|
25
30
|
/**
|
|
26
31
|
* Describes the message identity.v1.APIKey.
|
|
27
32
|
* Use `create(APIKeySchema)` to create a new message.
|
|
28
33
|
*/
|
|
29
|
-
export const APIKeySchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
34
|
+
export const APIKeySchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 4);
|
|
30
35
|
/**
|
|
31
36
|
* Describes the message identity.v1.Permission.
|
|
32
37
|
* Use `create(PermissionSchema)` to create a new message.
|
|
33
38
|
*/
|
|
34
|
-
export const PermissionSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
39
|
+
export const PermissionSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 5);
|
|
35
40
|
/**
|
|
36
41
|
* Describes the message identity.v1.Role.
|
|
37
42
|
* Use `create(RoleSchema)` to create a new message.
|
|
38
43
|
*/
|
|
39
|
-
export const RoleSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
44
|
+
export const RoleSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 6);
|
|
40
45
|
/**
|
|
41
46
|
* Describes the message identity.v1.RoleAssignment.
|
|
42
47
|
* Use `create(RoleAssignmentSchema)` to create a new message.
|
|
43
48
|
*/
|
|
44
|
-
export const RoleAssignmentSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
49
|
+
export const RoleAssignmentSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 7);
|
|
45
50
|
/**
|
|
46
51
|
* Describes the message identity.v1.ListRolesRequest.
|
|
47
52
|
* Use `create(ListRolesRequestSchema)` to create a new message.
|
|
48
53
|
*/
|
|
49
|
-
export const ListRolesRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
54
|
+
export const ListRolesRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 8);
|
|
50
55
|
/**
|
|
51
56
|
* Describes the message identity.v1.ListRolesResponse.
|
|
52
57
|
* Use `create(ListRolesResponseSchema)` to create a new message.
|
|
53
58
|
*/
|
|
54
|
-
export const ListRolesResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
59
|
+
export const ListRolesResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 9);
|
|
55
60
|
/**
|
|
56
61
|
* Describes the message identity.v1.AssignRoleRequest.
|
|
57
62
|
* Use `create(AssignRoleRequestSchema)` to create a new message.
|
|
58
63
|
*/
|
|
59
|
-
export const AssignRoleRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
64
|
+
export const AssignRoleRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 10);
|
|
60
65
|
/**
|
|
61
66
|
* Describes the message identity.v1.AssignRoleResponse.
|
|
62
67
|
* Use `create(AssignRoleResponseSchema)` to create a new message.
|
|
63
68
|
*/
|
|
64
|
-
export const AssignRoleResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
69
|
+
export const AssignRoleResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 11);
|
|
65
70
|
/**
|
|
66
71
|
* Describes the message identity.v1.RevokeRoleRequest.
|
|
67
72
|
* Use `create(RevokeRoleRequestSchema)` to create a new message.
|
|
68
73
|
*/
|
|
69
|
-
export const RevokeRoleRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
74
|
+
export const RevokeRoleRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 12);
|
|
70
75
|
/**
|
|
71
76
|
* Describes the message identity.v1.RevokeRoleResponse.
|
|
72
77
|
* Use `create(RevokeRoleResponseSchema)` to create a new message.
|
|
73
78
|
*/
|
|
74
|
-
export const RevokeRoleResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
79
|
+
export const RevokeRoleResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 13);
|
|
75
80
|
/**
|
|
76
81
|
* Describes the message identity.v1.ListRoleAssignmentsRequest.
|
|
77
82
|
* Use `create(ListRoleAssignmentsRequestSchema)` to create a new message.
|
|
78
83
|
*/
|
|
79
|
-
export const ListRoleAssignmentsRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
84
|
+
export const ListRoleAssignmentsRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 14);
|
|
80
85
|
/**
|
|
81
86
|
* Describes the message identity.v1.ListRoleAssignmentsResponse.
|
|
82
87
|
* Use `create(ListRoleAssignmentsResponseSchema)` to create a new message.
|
|
83
88
|
*/
|
|
84
|
-
export const ListRoleAssignmentsResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
89
|
+
export const ListRoleAssignmentsResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 15);
|
|
85
90
|
/**
|
|
86
91
|
* Describes the message identity.v1.CheckPermissionRequest.
|
|
87
92
|
* Use `create(CheckPermissionRequestSchema)` to create a new message.
|
|
88
93
|
*/
|
|
89
|
-
export const CheckPermissionRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
94
|
+
export const CheckPermissionRequestSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 16);
|
|
90
95
|
/**
|
|
91
96
|
* Describes the message identity.v1.CheckPermissionResponse.
|
|
92
97
|
* Use `create(CheckPermissionResponseSchema)` to create a new message.
|
|
93
98
|
*/
|
|
94
|
-
export const CheckPermissionResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations,
|
|
99
|
+
export const CheckPermissionResponseSchema = /*@__PURE__*/ messageDesc(file_identity_v1_organizations, 17);
|
|
95
100
|
/**
|
|
96
101
|
* PermissionEffect describes whether a permission grants or denies access.
|
|
97
102
|
*
|