@evalops/sdk-ts 0.1.13

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.
Files changed (116) hide show
  1. package/README.md +15 -0
  2. package/dist/agentregistry/v1/service_pb.d.ts +458 -0
  3. package/dist/agentregistry/v1/service_pb.js +100 -0
  4. package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
  5. package/dist/agentruntime/v1/runtime_pb.js +480 -0
  6. package/dist/agents/v1/agents_pb.d.ts +1151 -0
  7. package/dist/agents/v1/agents_pb.js +256 -0
  8. package/dist/approvals/v1/approvals_pb.d.ts +788 -0
  9. package/dist/approvals/v1/approvals_pb.js +212 -0
  10. package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
  11. package/dist/artifacts/v1/artifacts_pb.js +292 -0
  12. package/dist/attestation/v1/attestation_pb.d.ts +359 -0
  13. package/dist/attestation/v1/attestation_pb.js +84 -0
  14. package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
  15. package/dist/attribution/v1/attribution_pb.js +285 -0
  16. package/dist/audit/v1/audit_pb.d.ts +1151 -0
  17. package/dist/audit/v1/audit_pb.js +262 -0
  18. package/dist/buf/validate/validate_pb.d.ts +4827 -0
  19. package/dist/buf/validate/validate_pb.js +356 -0
  20. package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
  21. package/dist/catalogs/v1/catalogs_pb.js +38 -0
  22. package/dist/common/v1/analytics_pb.d.ts +134 -0
  23. package/dist/common/v1/analytics_pb.js +72 -0
  24. package/dist/common/v1/authz_pb.d.ts +23 -0
  25. package/dist/common/v1/authz_pb.js +26 -0
  26. package/dist/common/v1/delivery_pb.d.ts +36 -0
  27. package/dist/common/v1/delivery_pb.js +40 -0
  28. package/dist/common/v1/entity_pb.d.ts +44 -0
  29. package/dist/common/v1/entity_pb.js +48 -0
  30. package/dist/common/v1/risk_pb.d.ts +36 -0
  31. package/dist/common/v1/risk_pb.js +40 -0
  32. package/dist/compliance/v1/compliance_pb.d.ts +866 -0
  33. package/dist/compliance/v1/compliance_pb.js +240 -0
  34. package/dist/config/v1/config_pb.d.ts +589 -0
  35. package/dist/config/v1/config_pb.js +164 -0
  36. package/dist/connectors/v1/connectors_pb.d.ts +653 -0
  37. package/dist/connectors/v1/connectors_pb.js +236 -0
  38. package/dist/entities/v1/entities_pb.d.ts +784 -0
  39. package/dist/entities/v1/entities_pb.js +197 -0
  40. package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
  41. package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
  42. package/dist/events/v1/change_pb.d.ts +60 -0
  43. package/dist/events/v1/change_pb.js +14 -0
  44. package/dist/events/v1/cloudevent_pb.d.ts +63 -0
  45. package/dist/events/v1/cloudevent_pb.js +14 -0
  46. package/dist/events/v1/evaluation_pb.d.ts +124 -0
  47. package/dist/events/v1/evaluation_pb.js +24 -0
  48. package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
  49. package/dist/fermata/v1/fermata_pb.js +515 -0
  50. package/dist/fermata/v1/worker_pb.d.ts +223 -0
  51. package/dist/fermata/v1/worker_pb.js +55 -0
  52. package/dist/gate/v1/audit_pb.d.ts +243 -0
  53. package/dist/gate/v1/audit_pb.js +60 -0
  54. package/dist/gate/v1/connector_pb.d.ts +360 -0
  55. package/dist/gate/v1/connector_pb.js +91 -0
  56. package/dist/gate/v1/controlplane_pb.d.ts +345 -0
  57. package/dist/gate/v1/controlplane_pb.js +19 -0
  58. package/dist/gate/v1/identity_group_pb.d.ts +255 -0
  59. package/dist/gate/v1/identity_group_pb.js +90 -0
  60. package/dist/gate/v1/recording_pb.d.ts +93 -0
  61. package/dist/gate/v1/recording_pb.js +35 -0
  62. package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
  63. package/dist/gate/v1/resource_policy_pb.js +145 -0
  64. package/dist/gate/v1/tenant_pb.d.ts +273 -0
  65. package/dist/gate/v1/tenant_pb.js +101 -0
  66. package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
  67. package/dist/gate/v1/webhook_access_pb.js +105 -0
  68. package/dist/google/api/annotations_pb.d.ts +13 -0
  69. package/dist/google/api/annotations_pb.js +26 -0
  70. package/dist/google/api/http_pb.d.ts +440 -0
  71. package/dist/google/api/http_pb.js +33 -0
  72. package/dist/governance/v1/governance_pb.d.ts +1219 -0
  73. package/dist/governance/v1/governance_pb.js +376 -0
  74. package/dist/identity/v1/organizations_pb.d.ts +621 -0
  75. package/dist/identity/v1/organizations_pb.js +166 -0
  76. package/dist/identity/v1/sessions_pb.d.ts +78 -0
  77. package/dist/identity/v1/sessions_pb.js +19 -0
  78. package/dist/identity/v1/tokens_pb.d.ts +332 -0
  79. package/dist/identity/v1/tokens_pb.js +56 -0
  80. package/dist/ingest/v1/admin_pb.d.ts +471 -0
  81. package/dist/ingest/v1/admin_pb.js +112 -0
  82. package/dist/ingest/v1/event_pb.d.ts +155 -0
  83. package/dist/ingest/v1/event_pb.js +24 -0
  84. package/dist/keys/v1/keys_pb.d.ts +241 -0
  85. package/dist/keys/v1/keys_pb.js +52 -0
  86. package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
  87. package/dist/llmgateway/v1/gateway_pb.js +79 -0
  88. package/dist/memory/v1/memory_pb.d.ts +1260 -0
  89. package/dist/memory/v1/memory_pb.js +243 -0
  90. package/dist/meter/v1/meter_pb.d.ts +1691 -0
  91. package/dist/meter/v1/meter_pb.js +263 -0
  92. package/dist/notifications/v1/notifications_pb.d.ts +777 -0
  93. package/dist/notifications/v1/notifications_pb.js +257 -0
  94. package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
  95. package/dist/objectives/v1/objectives_pb.js +340 -0
  96. package/dist/posture/v1/posture_pb.d.ts +357 -0
  97. package/dist/posture/v1/posture_pb.js +88 -0
  98. package/dist/prompts/v1/prompts_pb.d.ts +864 -0
  99. package/dist/prompts/v1/prompts_pb.js +156 -0
  100. package/dist/relationships/v1/relationships_pb.d.ts +367 -0
  101. package/dist/relationships/v1/relationships_pb.js +96 -0
  102. package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
  103. package/dist/secretbroker/v1/broker_pb.js +168 -0
  104. package/dist/skills/v1/skills_pb.d.ts +652 -0
  105. package/dist/skills/v1/skills_pb.js +164 -0
  106. package/dist/tap/v1/admin_pb.d.ts +530 -0
  107. package/dist/tap/v1/admin_pb.js +132 -0
  108. package/dist/tap/v1/event_pb.d.ts +141 -0
  109. package/dist/tap/v1/event_pb.js +27 -0
  110. package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
  111. package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
  112. package/dist/traces/v1/traces_pb.d.ts +633 -0
  113. package/dist/traces/v1/traces_pb.js +163 -0
  114. package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
  115. package/dist/workflows/v1/workflows_pb.js +431 -0
  116. package/package.json +272 -0
@@ -0,0 +1,888 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file secretbroker/v1/broker.proto.
6
+ */
7
+ export declare const file_secretbroker_v1_broker: GenFile;
8
+ /**
9
+ * @generated from message secretbroker.v1.Attestation
10
+ */
11
+ export type Attestation = Message<"secretbroker.v1.Attestation"> & {
12
+ /**
13
+ * @generated from field: string kind = 1;
14
+ */
15
+ kind: string;
16
+ /**
17
+ * @generated from field: string token = 2;
18
+ */
19
+ token: string;
20
+ };
21
+ /**
22
+ * Describes the message secretbroker.v1.Attestation.
23
+ * Use `create(AttestationSchema)` to create a new message.
24
+ */
25
+ export declare const AttestationSchema: GenMessage<Attestation>;
26
+ /**
27
+ * @generated from message secretbroker.v1.Delivery
28
+ */
29
+ export type Delivery = Message<"secretbroker.v1.Delivery"> & {
30
+ /**
31
+ * @generated from field: string kind = 1;
32
+ */
33
+ kind: string;
34
+ /**
35
+ * @generated from field: string handle = 2;
36
+ */
37
+ handle: string;
38
+ /**
39
+ * @generated from field: string token = 3;
40
+ */
41
+ token: string;
42
+ /**
43
+ * @generated from field: string artifact_id = 4;
44
+ */
45
+ artifactId: string;
46
+ };
47
+ /**
48
+ * Describes the message secretbroker.v1.Delivery.
49
+ * Use `create(DeliverySchema)` to create a new message.
50
+ */
51
+ export declare const DeliverySchema: GenMessage<Delivery>;
52
+ /**
53
+ * @generated from message secretbroker.v1.BrowserFillField
54
+ */
55
+ export type BrowserFillField = Message<"secretbroker.v1.BrowserFillField"> & {
56
+ /**
57
+ * @generated from field: string name = 1;
58
+ */
59
+ name: string;
60
+ /**
61
+ * @generated from field: string selector = 2;
62
+ */
63
+ selector: string;
64
+ /**
65
+ * @generated from field: string value = 3;
66
+ */
67
+ value: string;
68
+ };
69
+ /**
70
+ * Describes the message secretbroker.v1.BrowserFillField.
71
+ * Use `create(BrowserFillFieldSchema)` to create a new message.
72
+ */
73
+ export declare const BrowserFillFieldSchema: GenMessage<BrowserFillField>;
74
+ /**
75
+ * @generated from message secretbroker.v1.CreateSessionRequest
76
+ */
77
+ export type CreateSessionRequest = Message<"secretbroker.v1.CreateSessionRequest"> & {
78
+ /**
79
+ * @generated from field: string tenant_id = 1;
80
+ */
81
+ tenantId: string;
82
+ /**
83
+ * @generated from field: string agent_id = 2;
84
+ */
85
+ agentId: string;
86
+ /**
87
+ * @generated from field: string run_id = 3;
88
+ */
89
+ runId: string;
90
+ /**
91
+ * @generated from field: repeated string tool_context = 4;
92
+ */
93
+ toolContext: string[];
94
+ /**
95
+ * @generated from field: secretbroker.v1.Attestation attestation = 5;
96
+ */
97
+ attestation?: Attestation;
98
+ /**
99
+ * @generated from field: string delegation_assertion = 6;
100
+ */
101
+ delegationAssertion: string;
102
+ };
103
+ /**
104
+ * Describes the message secretbroker.v1.CreateSessionRequest.
105
+ * Use `create(CreateSessionRequestSchema)` to create a new message.
106
+ */
107
+ export declare const CreateSessionRequestSchema: GenMessage<CreateSessionRequest>;
108
+ /**
109
+ * @generated from message secretbroker.v1.CreateSessionResponse
110
+ */
111
+ export type CreateSessionResponse = Message<"secretbroker.v1.CreateSessionResponse"> & {
112
+ /**
113
+ * @generated from field: string session_id = 1;
114
+ */
115
+ sessionId: string;
116
+ /**
117
+ * @generated from field: string session_token = 2;
118
+ */
119
+ sessionToken: string;
120
+ /**
121
+ * @generated from field: google.protobuf.Timestamp expires_at = 3;
122
+ */
123
+ expiresAt?: Timestamp;
124
+ };
125
+ /**
126
+ * Describes the message secretbroker.v1.CreateSessionResponse.
127
+ * Use `create(CreateSessionResponseSchema)` to create a new message.
128
+ */
129
+ export declare const CreateSessionResponseSchema: GenMessage<CreateSessionResponse>;
130
+ /**
131
+ * @generated from message secretbroker.v1.RequestGrantRequest
132
+ */
133
+ export type RequestGrantRequest = Message<"secretbroker.v1.RequestGrantRequest"> & {
134
+ /**
135
+ * @generated from field: string session_token = 1;
136
+ */
137
+ sessionToken: string;
138
+ /**
139
+ * @generated from field: string tool = 2;
140
+ */
141
+ tool: string;
142
+ /**
143
+ * @generated from field: string capability = 3;
144
+ */
145
+ capability: string;
146
+ /**
147
+ * @generated from field: string resource_ref = 4;
148
+ */
149
+ resourceRef: string;
150
+ /**
151
+ * @generated from field: string delivery_mode = 5;
152
+ */
153
+ deliveryMode: string;
154
+ /**
155
+ * @generated from field: int64 ttl_seconds = 6;
156
+ */
157
+ ttlSeconds: bigint;
158
+ /**
159
+ * @generated from field: string reason = 7;
160
+ */
161
+ reason: string;
162
+ /**
163
+ * @generated from field: optional double amount = 8;
164
+ */
165
+ amount?: number;
166
+ };
167
+ /**
168
+ * Describes the message secretbroker.v1.RequestGrantRequest.
169
+ * Use `create(RequestGrantRequestSchema)` to create a new message.
170
+ */
171
+ export declare const RequestGrantRequestSchema: GenMessage<RequestGrantRequest>;
172
+ /**
173
+ * @generated from message secretbroker.v1.RequestGrantResponse
174
+ */
175
+ export type RequestGrantResponse = Message<"secretbroker.v1.RequestGrantResponse"> & {
176
+ /**
177
+ * @generated from field: string grant_id = 1;
178
+ */
179
+ grantId: string;
180
+ /**
181
+ * @generated from field: string state = 2;
182
+ */
183
+ state: string;
184
+ /**
185
+ * @generated from field: string approval_id = 3;
186
+ */
187
+ approvalId: string;
188
+ /**
189
+ * @generated from field: secretbroker.v1.Delivery delivery = 4;
190
+ */
191
+ delivery?: Delivery;
192
+ /**
193
+ * @generated from field: google.protobuf.Timestamp expires_at = 5;
194
+ */
195
+ expiresAt?: Timestamp;
196
+ };
197
+ /**
198
+ * Describes the message secretbroker.v1.RequestGrantResponse.
199
+ * Use `create(RequestGrantResponseSchema)` to create a new message.
200
+ */
201
+ export declare const RequestGrantResponseSchema: GenMessage<RequestGrantResponse>;
202
+ /**
203
+ * @generated from message secretbroker.v1.ApproveGrantRequest
204
+ */
205
+ export type ApproveGrantRequest = Message<"secretbroker.v1.ApproveGrantRequest"> & {
206
+ /**
207
+ * @generated from field: string approval_id = 1;
208
+ */
209
+ approvalId: string;
210
+ /**
211
+ * @generated from field: string approver = 2;
212
+ */
213
+ approver: string;
214
+ /**
215
+ * @generated from field: string comment = 3;
216
+ */
217
+ comment: string;
218
+ };
219
+ /**
220
+ * Describes the message secretbroker.v1.ApproveGrantRequest.
221
+ * Use `create(ApproveGrantRequestSchema)` to create a new message.
222
+ */
223
+ export declare const ApproveGrantRequestSchema: GenMessage<ApproveGrantRequest>;
224
+ /**
225
+ * @generated from message secretbroker.v1.ApproveGrantResponse
226
+ */
227
+ export type ApproveGrantResponse = Message<"secretbroker.v1.ApproveGrantResponse"> & {
228
+ /**
229
+ * @generated from field: string grant_id = 1;
230
+ */
231
+ grantId: string;
232
+ /**
233
+ * @generated from field: string state = 2;
234
+ */
235
+ state: string;
236
+ /**
237
+ * @generated from field: string approval_id = 3;
238
+ */
239
+ approvalId: string;
240
+ /**
241
+ * @generated from field: secretbroker.v1.Delivery delivery = 4;
242
+ */
243
+ delivery?: Delivery;
244
+ /**
245
+ * @generated from field: google.protobuf.Timestamp expires_at = 5;
246
+ */
247
+ expiresAt?: Timestamp;
248
+ };
249
+ /**
250
+ * Describes the message secretbroker.v1.ApproveGrantResponse.
251
+ * Use `create(ApproveGrantResponseSchema)` to create a new message.
252
+ */
253
+ export declare const ApproveGrantResponseSchema: GenMessage<ApproveGrantResponse>;
254
+ /**
255
+ * @generated from message secretbroker.v1.DenyGrantRequest
256
+ */
257
+ export type DenyGrantRequest = Message<"secretbroker.v1.DenyGrantRequest"> & {
258
+ /**
259
+ * @generated from field: string approval_id = 1;
260
+ */
261
+ approvalId: string;
262
+ /**
263
+ * @generated from field: string approver = 2;
264
+ */
265
+ approver: string;
266
+ /**
267
+ * @generated from field: string comment = 3;
268
+ */
269
+ comment: string;
270
+ };
271
+ /**
272
+ * Describes the message secretbroker.v1.DenyGrantRequest.
273
+ * Use `create(DenyGrantRequestSchema)` to create a new message.
274
+ */
275
+ export declare const DenyGrantRequestSchema: GenMessage<DenyGrantRequest>;
276
+ /**
277
+ * @generated from message secretbroker.v1.DenyGrantResponse
278
+ */
279
+ export type DenyGrantResponse = Message<"secretbroker.v1.DenyGrantResponse"> & {
280
+ /**
281
+ * @generated from field: string state = 1;
282
+ */
283
+ state: string;
284
+ };
285
+ /**
286
+ * Describes the message secretbroker.v1.DenyGrantResponse.
287
+ * Use `create(DenyGrantResponseSchema)` to create a new message.
288
+ */
289
+ export declare const DenyGrantResponseSchema: GenMessage<DenyGrantResponse>;
290
+ /**
291
+ * @generated from message secretbroker.v1.RevokeGrantRequest
292
+ */
293
+ export type RevokeGrantRequest = Message<"secretbroker.v1.RevokeGrantRequest"> & {
294
+ /**
295
+ * @generated from field: string grant_id = 1;
296
+ */
297
+ grantId: string;
298
+ /**
299
+ * @generated from field: string reason = 2;
300
+ */
301
+ reason: string;
302
+ };
303
+ /**
304
+ * Describes the message secretbroker.v1.RevokeGrantRequest.
305
+ * Use `create(RevokeGrantRequestSchema)` to create a new message.
306
+ */
307
+ export declare const RevokeGrantRequestSchema: GenMessage<RevokeGrantRequest>;
308
+ /**
309
+ * @generated from message secretbroker.v1.RevokeGrantResponse
310
+ */
311
+ export type RevokeGrantResponse = Message<"secretbroker.v1.RevokeGrantResponse"> & {
312
+ /**
313
+ * @generated from field: string state = 1;
314
+ */
315
+ state: string;
316
+ };
317
+ /**
318
+ * Describes the message secretbroker.v1.RevokeGrantResponse.
319
+ * Use `create(RevokeGrantResponseSchema)` to create a new message.
320
+ */
321
+ export declare const RevokeGrantResponseSchema: GenMessage<RevokeGrantResponse>;
322
+ /**
323
+ * @generated from message secretbroker.v1.RevokeSessionRequest
324
+ */
325
+ export type RevokeSessionRequest = Message<"secretbroker.v1.RevokeSessionRequest"> & {
326
+ /**
327
+ * @generated from field: string session_id = 1;
328
+ */
329
+ sessionId: string;
330
+ /**
331
+ * @generated from field: string reason = 2;
332
+ */
333
+ reason: string;
334
+ };
335
+ /**
336
+ * Describes the message secretbroker.v1.RevokeSessionRequest.
337
+ * Use `create(RevokeSessionRequestSchema)` to create a new message.
338
+ */
339
+ export declare const RevokeSessionRequestSchema: GenMessage<RevokeSessionRequest>;
340
+ /**
341
+ * @generated from message secretbroker.v1.RevokeSessionResponse
342
+ */
343
+ export type RevokeSessionResponse = Message<"secretbroker.v1.RevokeSessionResponse"> & {
344
+ /**
345
+ * @generated from field: string state = 1;
346
+ */
347
+ state: string;
348
+ };
349
+ /**
350
+ * Describes the message secretbroker.v1.RevokeSessionResponse.
351
+ * Use `create(RevokeSessionResponseSchema)` to create a new message.
352
+ */
353
+ export declare const RevokeSessionResponseSchema: GenMessage<RevokeSessionResponse>;
354
+ /**
355
+ * @generated from message secretbroker.v1.ExecuteGitHubProxyRequest
356
+ */
357
+ export type ExecuteGitHubProxyRequest = Message<"secretbroker.v1.ExecuteGitHubProxyRequest"> & {
358
+ /**
359
+ * @generated from field: string proxy_handle = 1;
360
+ */
361
+ proxyHandle: string;
362
+ /**
363
+ * @generated from field: string operation = 2;
364
+ */
365
+ operation: string;
366
+ /**
367
+ * @generated from field: google.protobuf.Struct params = 3;
368
+ */
369
+ params?: JsonObject;
370
+ };
371
+ /**
372
+ * Describes the message secretbroker.v1.ExecuteGitHubProxyRequest.
373
+ * Use `create(ExecuteGitHubProxyRequestSchema)` to create a new message.
374
+ */
375
+ export declare const ExecuteGitHubProxyRequestSchema: GenMessage<ExecuteGitHubProxyRequest>;
376
+ /**
377
+ * @generated from message secretbroker.v1.ExecuteGitHubProxyResponse
378
+ */
379
+ export type ExecuteGitHubProxyResponse = Message<"secretbroker.v1.ExecuteGitHubProxyResponse"> & {
380
+ /**
381
+ * @generated from field: bytes payload = 1;
382
+ */
383
+ payload: Uint8Array;
384
+ /**
385
+ * @generated from field: string content_type = 2;
386
+ */
387
+ contentType: string;
388
+ };
389
+ /**
390
+ * Describes the message secretbroker.v1.ExecuteGitHubProxyResponse.
391
+ * Use `create(ExecuteGitHubProxyResponseSchema)` to create a new message.
392
+ */
393
+ export declare const ExecuteGitHubProxyResponseSchema: GenMessage<ExecuteGitHubProxyResponse>;
394
+ /**
395
+ * @generated from message secretbroker.v1.RegisterBrowserRelayRequest
396
+ */
397
+ export type RegisterBrowserRelayRequest = Message<"secretbroker.v1.RegisterBrowserRelayRequest"> & {
398
+ /**
399
+ * @generated from field: string session_token = 1;
400
+ */
401
+ sessionToken: string;
402
+ /**
403
+ * @generated from field: string key_id = 2;
404
+ */
405
+ keyId: string;
406
+ /**
407
+ * @generated from field: string public_key = 3;
408
+ */
409
+ publicKey: string;
410
+ /**
411
+ * @generated from field: string origin = 4;
412
+ */
413
+ origin: string;
414
+ /**
415
+ * @generated from field: string tab_id = 5;
416
+ */
417
+ tabId: string;
418
+ /**
419
+ * @generated from field: map<string, string> selectors = 6;
420
+ */
421
+ selectors: {
422
+ [key: string]: string;
423
+ };
424
+ };
425
+ /**
426
+ * Describes the message secretbroker.v1.RegisterBrowserRelayRequest.
427
+ * Use `create(RegisterBrowserRelayRequestSchema)` to create a new message.
428
+ */
429
+ export declare const RegisterBrowserRelayRequestSchema: GenMessage<RegisterBrowserRelayRequest>;
430
+ /**
431
+ * @generated from message secretbroker.v1.RegisterBrowserRelayResponse
432
+ */
433
+ export type RegisterBrowserRelayResponse = Message<"secretbroker.v1.RegisterBrowserRelayResponse"> & {
434
+ /**
435
+ * @generated from field: string session_id = 1;
436
+ */
437
+ sessionId: string;
438
+ /**
439
+ * @generated from field: string key_id = 2;
440
+ */
441
+ keyId: string;
442
+ /**
443
+ * @generated from field: google.protobuf.Timestamp expires_at = 3;
444
+ */
445
+ expiresAt?: Timestamp;
446
+ };
447
+ /**
448
+ * Describes the message secretbroker.v1.RegisterBrowserRelayResponse.
449
+ * Use `create(RegisterBrowserRelayResponseSchema)` to create a new message.
450
+ */
451
+ export declare const RegisterBrowserRelayResponseSchema: GenMessage<RegisterBrowserRelayResponse>;
452
+ /**
453
+ * @generated from message secretbroker.v1.UnwrapArtifactRequest
454
+ */
455
+ export type UnwrapArtifactRequest = Message<"secretbroker.v1.UnwrapArtifactRequest"> & {
456
+ /**
457
+ * @generated from field: string session_token = 1;
458
+ */
459
+ sessionToken: string;
460
+ /**
461
+ * @generated from field: string artifact_id = 2;
462
+ */
463
+ artifactId: string;
464
+ /**
465
+ * @generated from field: string key_id = 3;
466
+ */
467
+ keyId: string;
468
+ /**
469
+ * @generated from field: string origin = 4;
470
+ */
471
+ origin: string;
472
+ /**
473
+ * @generated from field: string tab_id = 5;
474
+ */
475
+ tabId: string;
476
+ };
477
+ /**
478
+ * Describes the message secretbroker.v1.UnwrapArtifactRequest.
479
+ * Use `create(UnwrapArtifactRequestSchema)` to create a new message.
480
+ */
481
+ export declare const UnwrapArtifactRequestSchema: GenMessage<UnwrapArtifactRequest>;
482
+ /**
483
+ * @generated from message secretbroker.v1.UnwrapArtifactResponse
484
+ */
485
+ export type UnwrapArtifactResponse = Message<"secretbroker.v1.UnwrapArtifactResponse"> & {
486
+ /**
487
+ * @generated from field: string artifact_id = 1;
488
+ */
489
+ artifactId: string;
490
+ /**
491
+ * @generated from field: string origin = 2;
492
+ */
493
+ origin: string;
494
+ /**
495
+ * @generated from field: bool auto_submit = 3;
496
+ */
497
+ autoSubmit: boolean;
498
+ /**
499
+ * @generated from field: repeated secretbroker.v1.BrowserFillField fields = 4;
500
+ */
501
+ fields: BrowserFillField[];
502
+ };
503
+ /**
504
+ * Describes the message secretbroker.v1.UnwrapArtifactResponse.
505
+ * Use `create(UnwrapArtifactResponseSchema)` to create a new message.
506
+ */
507
+ export declare const UnwrapArtifactResponseSchema: GenMessage<UnwrapArtifactResponse>;
508
+ /**
509
+ * @generated from message secretbroker.v1.Session
510
+ */
511
+ export type Session = Message<"secretbroker.v1.Session"> & {
512
+ /**
513
+ * @generated from field: string session_id = 1;
514
+ */
515
+ sessionId: string;
516
+ /**
517
+ * @generated from field: string tenant_id = 2;
518
+ */
519
+ tenantId: string;
520
+ /**
521
+ * @generated from field: string agent_id = 3;
522
+ */
523
+ agentId: string;
524
+ /**
525
+ * @generated from field: string run_id = 4;
526
+ */
527
+ runId: string;
528
+ /**
529
+ * @generated from field: repeated string tool_context = 5;
530
+ */
531
+ toolContext: string[];
532
+ /**
533
+ * @generated from field: string workload_hash = 6;
534
+ */
535
+ workloadHash: string;
536
+ /**
537
+ * @generated from field: string state = 7;
538
+ */
539
+ state: string;
540
+ /**
541
+ * @generated from field: google.protobuf.Timestamp expires_at = 8;
542
+ */
543
+ expiresAt?: Timestamp;
544
+ /**
545
+ * @generated from field: google.protobuf.Timestamp created_at = 9;
546
+ */
547
+ createdAt?: Timestamp;
548
+ /**
549
+ * @generated from field: string workload_identity_type = 10;
550
+ */
551
+ workloadIdentityType: string;
552
+ /**
553
+ * @generated from field: string workload_subject = 11;
554
+ */
555
+ workloadSubject: string;
556
+ /**
557
+ * @generated from field: string workload_issuer = 12;
558
+ */
559
+ workloadIssuer: string;
560
+ };
561
+ /**
562
+ * Describes the message secretbroker.v1.Session.
563
+ * Use `create(SessionSchema)` to create a new message.
564
+ */
565
+ export declare const SessionSchema: GenMessage<Session>;
566
+ /**
567
+ * @generated from message secretbroker.v1.Grant
568
+ */
569
+ export type Grant = Message<"secretbroker.v1.Grant"> & {
570
+ /**
571
+ * @generated from field: string grant_id = 1;
572
+ */
573
+ grantId: string;
574
+ /**
575
+ * @generated from field: string tenant_id = 2;
576
+ */
577
+ tenantId: string;
578
+ /**
579
+ * @generated from field: string session_id = 3;
580
+ */
581
+ sessionId: string;
582
+ /**
583
+ * @generated from field: string tool = 4;
584
+ */
585
+ tool: string;
586
+ /**
587
+ * @generated from field: string capability = 5;
588
+ */
589
+ capability: string;
590
+ /**
591
+ * @generated from field: string resource_ref = 6;
592
+ */
593
+ resourceRef: string;
594
+ /**
595
+ * @generated from field: string delivery_mode = 7;
596
+ */
597
+ deliveryMode: string;
598
+ /**
599
+ * @generated from field: string connector_kind = 8;
600
+ */
601
+ connectorKind: string;
602
+ /**
603
+ * @generated from field: string approval_id = 9;
604
+ */
605
+ approvalId: string;
606
+ /**
607
+ * @generated from field: string artifact_ref = 10;
608
+ */
609
+ artifactRef: string;
610
+ /**
611
+ * @generated from field: string state = 11;
612
+ */
613
+ state: string;
614
+ /**
615
+ * @generated from field: int64 requested_ttl_seconds = 12;
616
+ */
617
+ requestedTtlSeconds: bigint;
618
+ /**
619
+ * @generated from field: int64 effective_ttl_seconds = 13;
620
+ */
621
+ effectiveTtlSeconds: bigint;
622
+ /**
623
+ * @generated from field: google.protobuf.Timestamp expires_at = 14;
624
+ */
625
+ expiresAt?: Timestamp;
626
+ /**
627
+ * @generated from field: google.protobuf.Timestamp created_at = 15;
628
+ */
629
+ createdAt?: Timestamp;
630
+ /**
631
+ * @generated from field: string reason = 16;
632
+ */
633
+ reason: string;
634
+ };
635
+ /**
636
+ * Describes the message secretbroker.v1.Grant.
637
+ * Use `create(GrantSchema)` to create a new message.
638
+ */
639
+ export declare const GrantSchema: GenMessage<Grant>;
640
+ /**
641
+ * @generated from message secretbroker.v1.GetSessionRequest
642
+ */
643
+ export type GetSessionRequest = Message<"secretbroker.v1.GetSessionRequest"> & {
644
+ /**
645
+ * @generated from field: string session_id = 1;
646
+ */
647
+ sessionId: string;
648
+ };
649
+ /**
650
+ * Describes the message secretbroker.v1.GetSessionRequest.
651
+ * Use `create(GetSessionRequestSchema)` to create a new message.
652
+ */
653
+ export declare const GetSessionRequestSchema: GenMessage<GetSessionRequest>;
654
+ /**
655
+ * @generated from message secretbroker.v1.GetSessionResponse
656
+ */
657
+ export type GetSessionResponse = Message<"secretbroker.v1.GetSessionResponse"> & {
658
+ /**
659
+ * @generated from field: secretbroker.v1.Session session = 1;
660
+ */
661
+ session?: Session;
662
+ };
663
+ /**
664
+ * Describes the message secretbroker.v1.GetSessionResponse.
665
+ * Use `create(GetSessionResponseSchema)` to create a new message.
666
+ */
667
+ export declare const GetSessionResponseSchema: GenMessage<GetSessionResponse>;
668
+ /**
669
+ * @generated from message secretbroker.v1.ListSessionsRequest
670
+ */
671
+ export type ListSessionsRequest = Message<"secretbroker.v1.ListSessionsRequest"> & {
672
+ /**
673
+ * @generated from field: string tenant_id = 1;
674
+ */
675
+ tenantId: string;
676
+ /**
677
+ * @generated from field: string state = 2;
678
+ */
679
+ state: string;
680
+ /**
681
+ * @generated from field: uint32 limit = 3;
682
+ */
683
+ limit: number;
684
+ /**
685
+ * @generated from field: uint32 offset = 4;
686
+ */
687
+ offset: number;
688
+ };
689
+ /**
690
+ * Describes the message secretbroker.v1.ListSessionsRequest.
691
+ * Use `create(ListSessionsRequestSchema)` to create a new message.
692
+ */
693
+ export declare const ListSessionsRequestSchema: GenMessage<ListSessionsRequest>;
694
+ /**
695
+ * @generated from message secretbroker.v1.ListSessionsResponse
696
+ */
697
+ export type ListSessionsResponse = Message<"secretbroker.v1.ListSessionsResponse"> & {
698
+ /**
699
+ * @generated from field: repeated secretbroker.v1.Session sessions = 1;
700
+ */
701
+ sessions: Session[];
702
+ };
703
+ /**
704
+ * Describes the message secretbroker.v1.ListSessionsResponse.
705
+ * Use `create(ListSessionsResponseSchema)` to create a new message.
706
+ */
707
+ export declare const ListSessionsResponseSchema: GenMessage<ListSessionsResponse>;
708
+ /**
709
+ * @generated from message secretbroker.v1.GetGrantRequest
710
+ */
711
+ export type GetGrantRequest = Message<"secretbroker.v1.GetGrantRequest"> & {
712
+ /**
713
+ * @generated from field: string grant_id = 1;
714
+ */
715
+ grantId: string;
716
+ };
717
+ /**
718
+ * Describes the message secretbroker.v1.GetGrantRequest.
719
+ * Use `create(GetGrantRequestSchema)` to create a new message.
720
+ */
721
+ export declare const GetGrantRequestSchema: GenMessage<GetGrantRequest>;
722
+ /**
723
+ * @generated from message secretbroker.v1.GetGrantResponse
724
+ */
725
+ export type GetGrantResponse = Message<"secretbroker.v1.GetGrantResponse"> & {
726
+ /**
727
+ * @generated from field: secretbroker.v1.Grant grant = 1;
728
+ */
729
+ grant?: Grant;
730
+ };
731
+ /**
732
+ * Describes the message secretbroker.v1.GetGrantResponse.
733
+ * Use `create(GetGrantResponseSchema)` to create a new message.
734
+ */
735
+ export declare const GetGrantResponseSchema: GenMessage<GetGrantResponse>;
736
+ /**
737
+ * @generated from message secretbroker.v1.ListGrantsRequest
738
+ */
739
+ export type ListGrantsRequest = Message<"secretbroker.v1.ListGrantsRequest"> & {
740
+ /**
741
+ * @generated from field: string tenant_id = 1;
742
+ */
743
+ tenantId: string;
744
+ /**
745
+ * @generated from field: string session_id = 2;
746
+ */
747
+ sessionId: string;
748
+ /**
749
+ * @generated from field: string state = 3;
750
+ */
751
+ state: string;
752
+ /**
753
+ * @generated from field: uint32 limit = 4;
754
+ */
755
+ limit: number;
756
+ /**
757
+ * @generated from field: uint32 offset = 5;
758
+ */
759
+ offset: number;
760
+ };
761
+ /**
762
+ * Describes the message secretbroker.v1.ListGrantsRequest.
763
+ * Use `create(ListGrantsRequestSchema)` to create a new message.
764
+ */
765
+ export declare const ListGrantsRequestSchema: GenMessage<ListGrantsRequest>;
766
+ /**
767
+ * @generated from message secretbroker.v1.ListGrantsResponse
768
+ */
769
+ export type ListGrantsResponse = Message<"secretbroker.v1.ListGrantsResponse"> & {
770
+ /**
771
+ * @generated from field: repeated secretbroker.v1.Grant grants = 1;
772
+ */
773
+ grants: Grant[];
774
+ };
775
+ /**
776
+ * Describes the message secretbroker.v1.ListGrantsResponse.
777
+ * Use `create(ListGrantsResponseSchema)` to create a new message.
778
+ */
779
+ export declare const ListGrantsResponseSchema: GenMessage<ListGrantsResponse>;
780
+ /**
781
+ * @generated from service secretbroker.v1.BrokerService
782
+ */
783
+ export declare const BrokerService: GenService<{
784
+ /**
785
+ * @generated from rpc secretbroker.v1.BrokerService.CreateSession
786
+ */
787
+ createSession: {
788
+ methodKind: "unary";
789
+ input: typeof CreateSessionRequestSchema;
790
+ output: typeof CreateSessionResponseSchema;
791
+ };
792
+ /**
793
+ * @generated from rpc secretbroker.v1.BrokerService.RequestGrant
794
+ */
795
+ requestGrant: {
796
+ methodKind: "unary";
797
+ input: typeof RequestGrantRequestSchema;
798
+ output: typeof RequestGrantResponseSchema;
799
+ };
800
+ /**
801
+ * @generated from rpc secretbroker.v1.BrokerService.ApproveGrant
802
+ */
803
+ approveGrant: {
804
+ methodKind: "unary";
805
+ input: typeof ApproveGrantRequestSchema;
806
+ output: typeof ApproveGrantResponseSchema;
807
+ };
808
+ /**
809
+ * @generated from rpc secretbroker.v1.BrokerService.DenyGrant
810
+ */
811
+ denyGrant: {
812
+ methodKind: "unary";
813
+ input: typeof DenyGrantRequestSchema;
814
+ output: typeof DenyGrantResponseSchema;
815
+ };
816
+ /**
817
+ * @generated from rpc secretbroker.v1.BrokerService.RevokeGrant
818
+ */
819
+ revokeGrant: {
820
+ methodKind: "unary";
821
+ input: typeof RevokeGrantRequestSchema;
822
+ output: typeof RevokeGrantResponseSchema;
823
+ };
824
+ /**
825
+ * @generated from rpc secretbroker.v1.BrokerService.RevokeSession
826
+ */
827
+ revokeSession: {
828
+ methodKind: "unary";
829
+ input: typeof RevokeSessionRequestSchema;
830
+ output: typeof RevokeSessionResponseSchema;
831
+ };
832
+ /**
833
+ * @generated from rpc secretbroker.v1.BrokerService.ExecuteGitHubProxy
834
+ */
835
+ executeGitHubProxy: {
836
+ methodKind: "unary";
837
+ input: typeof ExecuteGitHubProxyRequestSchema;
838
+ output: typeof ExecuteGitHubProxyResponseSchema;
839
+ };
840
+ /**
841
+ * @generated from rpc secretbroker.v1.BrokerService.RegisterBrowserRelay
842
+ */
843
+ registerBrowserRelay: {
844
+ methodKind: "unary";
845
+ input: typeof RegisterBrowserRelayRequestSchema;
846
+ output: typeof RegisterBrowserRelayResponseSchema;
847
+ };
848
+ /**
849
+ * @generated from rpc secretbroker.v1.BrokerService.UnwrapArtifact
850
+ */
851
+ unwrapArtifact: {
852
+ methodKind: "unary";
853
+ input: typeof UnwrapArtifactRequestSchema;
854
+ output: typeof UnwrapArtifactResponseSchema;
855
+ };
856
+ /**
857
+ * @generated from rpc secretbroker.v1.BrokerService.GetSession
858
+ */
859
+ getSession: {
860
+ methodKind: "unary";
861
+ input: typeof GetSessionRequestSchema;
862
+ output: typeof GetSessionResponseSchema;
863
+ };
864
+ /**
865
+ * @generated from rpc secretbroker.v1.BrokerService.ListSessions
866
+ */
867
+ listSessions: {
868
+ methodKind: "unary";
869
+ input: typeof ListSessionsRequestSchema;
870
+ output: typeof ListSessionsResponseSchema;
871
+ };
872
+ /**
873
+ * @generated from rpc secretbroker.v1.BrokerService.GetGrant
874
+ */
875
+ getGrant: {
876
+ methodKind: "unary";
877
+ input: typeof GetGrantRequestSchema;
878
+ output: typeof GetGrantResponseSchema;
879
+ };
880
+ /**
881
+ * @generated from rpc secretbroker.v1.BrokerService.ListGrants
882
+ */
883
+ listGrants: {
884
+ methodKind: "unary";
885
+ input: typeof ListGrantsRequestSchema;
886
+ output: typeof ListGrantsResponseSchema;
887
+ };
888
+ }>;