@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,1151 @@
1
+ import type { GenEnum, 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 audit/v1/audit.proto.
6
+ */
7
+ export declare const file_audit_v1_audit: GenFile;
8
+ /**
9
+ * Actor identifies who performed an action.
10
+ * Unifies the actor concept across chat's AuditEvent, gate's AuditEntry,
11
+ * and the standalone audit service's RecordEventRequest.
12
+ *
13
+ * @generated from message audit.v1.Actor
14
+ */
15
+ export type Actor = Message<"audit.v1.Actor"> & {
16
+ /**
17
+ * @generated from field: string id = 1;
18
+ */
19
+ id: string;
20
+ /**
21
+ * @generated from field: string type = 2;
22
+ */
23
+ type: string;
24
+ /**
25
+ * @generated from field: string email = 3;
26
+ */
27
+ email: string;
28
+ /**
29
+ * @generated from field: string ip_address = 4;
30
+ */
31
+ ipAddress: string;
32
+ /**
33
+ * @generated from field: string user_agent = 5;
34
+ */
35
+ userAgent: string;
36
+ /**
37
+ * @generated from field: string service = 6;
38
+ */
39
+ service: string;
40
+ /**
41
+ * @generated from field: string device_id = 7;
42
+ */
43
+ deviceId: string;
44
+ };
45
+ /**
46
+ * Describes the message audit.v1.Actor.
47
+ * Use `create(ActorSchema)` to create a new message.
48
+ */
49
+ export declare const ActorSchema: GenMessage<Actor>;
50
+ /**
51
+ * Resource identifies what was acted upon.
52
+ *
53
+ * @generated from message audit.v1.Resource
54
+ */
55
+ export type Resource = Message<"audit.v1.Resource"> & {
56
+ /**
57
+ * @generated from field: string type = 1;
58
+ */
59
+ type: string;
60
+ /**
61
+ * @generated from field: string id = 2;
62
+ */
63
+ id: string;
64
+ /**
65
+ * @generated from field: string name = 3;
66
+ */
67
+ name: string;
68
+ };
69
+ /**
70
+ * Describes the message audit.v1.Resource.
71
+ * Use `create(ResourceSchema)` to create a new message.
72
+ */
73
+ export declare const ResourceSchema: GenMessage<Resource>;
74
+ /**
75
+ * Event is the canonical audit event.
76
+ *
77
+ * @generated from message audit.v1.Event
78
+ */
79
+ export type Event = Message<"audit.v1.Event"> & {
80
+ /**
81
+ * @generated from field: string event_id = 1;
82
+ */
83
+ eventId: string;
84
+ /**
85
+ * @generated from field: google.protobuf.Timestamp timestamp = 2;
86
+ */
87
+ timestamp?: Timestamp;
88
+ /**
89
+ * @generated from field: audit.v1.Actor actor = 3;
90
+ */
91
+ actor?: Actor;
92
+ /**
93
+ * @generated from field: audit.v1.Resource resource = 4;
94
+ */
95
+ resource?: Resource;
96
+ /**
97
+ * @generated from field: string action = 5;
98
+ */
99
+ action: string;
100
+ /**
101
+ * @generated from field: string organization_id = 6;
102
+ */
103
+ organizationId: string;
104
+ /**
105
+ * @generated from field: string workspace_id = 7;
106
+ */
107
+ workspaceId: string;
108
+ /**
109
+ * @generated from field: string outcome = 8;
110
+ */
111
+ outcome: string;
112
+ /**
113
+ * @generated from field: string error_message = 9;
114
+ */
115
+ errorMessage: string;
116
+ /**
117
+ * @generated from field: string before_state = 10;
118
+ */
119
+ beforeState: string;
120
+ /**
121
+ * @generated from field: string after_state = 11;
122
+ */
123
+ afterState: string;
124
+ /**
125
+ * @generated from field: string data_classification = 12;
126
+ */
127
+ dataClassification: string;
128
+ /**
129
+ * @generated from field: map<string, string> metadata = 13;
130
+ */
131
+ metadata: {
132
+ [key: string]: string;
133
+ };
134
+ /**
135
+ * Tamper-evidence chain
136
+ *
137
+ * @generated from field: string checksum = 14;
138
+ */
139
+ checksum: string;
140
+ /**
141
+ * @generated from field: string previous_event_id = 15;
142
+ */
143
+ previousEventId: string;
144
+ /**
145
+ * @generated from field: repeated string compliance_controls = 16;
146
+ */
147
+ complianceControls: string[];
148
+ /**
149
+ * @generated from field: string lineage_id = 17;
150
+ */
151
+ lineageId: string;
152
+ };
153
+ /**
154
+ * Describes the message audit.v1.Event.
155
+ * Use `create(EventSchema)` to create a new message.
156
+ */
157
+ export declare const EventSchema: GenMessage<Event>;
158
+ /**
159
+ * @generated from message audit.v1.ComplianceEvidenceItem
160
+ */
161
+ export type ComplianceEvidenceItem = Message<"audit.v1.ComplianceEvidenceItem"> & {
162
+ /**
163
+ * @generated from field: string control_id = 1;
164
+ */
165
+ controlId: string;
166
+ /**
167
+ * @generated from field: string control_name = 2;
168
+ */
169
+ controlName: string;
170
+ /**
171
+ * @generated from field: string event_id = 3;
172
+ */
173
+ eventId: string;
174
+ /**
175
+ * @generated from field: google.protobuf.Timestamp event_time = 4;
176
+ */
177
+ eventTime?: Timestamp;
178
+ /**
179
+ * @generated from field: string actor_id = 5;
180
+ */
181
+ actorId: string;
182
+ /**
183
+ * @generated from field: string action = 6;
184
+ */
185
+ action: string;
186
+ /**
187
+ * @generated from field: string resource_type = 7;
188
+ */
189
+ resourceType: string;
190
+ /**
191
+ * @generated from field: string resource_id = 8;
192
+ */
193
+ resourceId: string;
194
+ /**
195
+ * @generated from field: string outcome = 9;
196
+ */
197
+ outcome: string;
198
+ };
199
+ /**
200
+ * Describes the message audit.v1.ComplianceEvidenceItem.
201
+ * Use `create(ComplianceEvidenceItemSchema)` to create a new message.
202
+ */
203
+ export declare const ComplianceEvidenceItemSchema: GenMessage<ComplianceEvidenceItem>;
204
+ /**
205
+ * @generated from message audit.v1.ComplianceFinding
206
+ */
207
+ export type ComplianceFinding = Message<"audit.v1.ComplianceFinding"> & {
208
+ /**
209
+ * @generated from field: string control_id = 1;
210
+ */
211
+ controlId: string;
212
+ /**
213
+ * @generated from field: string severity = 2;
214
+ */
215
+ severity: string;
216
+ /**
217
+ * @generated from field: string title = 3;
218
+ */
219
+ title: string;
220
+ /**
221
+ * @generated from field: string detail = 4;
222
+ */
223
+ detail: string;
224
+ /**
225
+ * @generated from field: repeated string event_ids = 5;
226
+ */
227
+ eventIds: string[];
228
+ };
229
+ /**
230
+ * Describes the message audit.v1.ComplianceFinding.
231
+ * Use `create(ComplianceFindingSchema)` to create a new message.
232
+ */
233
+ export declare const ComplianceFindingSchema: GenMessage<ComplianceFinding>;
234
+ /**
235
+ * @generated from message audit.v1.ComplianceReport
236
+ */
237
+ export type ComplianceReport = Message<"audit.v1.ComplianceReport"> & {
238
+ /**
239
+ * @generated from field: string report_id = 1;
240
+ */
241
+ reportId: string;
242
+ /**
243
+ * @generated from field: string organization_id = 2;
244
+ */
245
+ organizationId: string;
246
+ /**
247
+ * @generated from field: audit.v1.ComplianceFramework framework = 3;
248
+ */
249
+ framework: ComplianceFramework;
250
+ /**
251
+ * @generated from field: google.protobuf.Timestamp period_start = 4;
252
+ */
253
+ periodStart?: Timestamp;
254
+ /**
255
+ * @generated from field: google.protobuf.Timestamp period_end = 5;
256
+ */
257
+ periodEnd?: Timestamp;
258
+ /**
259
+ * @generated from field: google.protobuf.Timestamp generated_at = 6;
260
+ */
261
+ generatedAt?: Timestamp;
262
+ /**
263
+ * @generated from field: string template_version = 7;
264
+ */
265
+ templateVersion: string;
266
+ /**
267
+ * @generated from field: int32 event_count = 8;
268
+ */
269
+ eventCount: number;
270
+ /**
271
+ * @generated from field: map<string, string> summary = 9;
272
+ */
273
+ summary: {
274
+ [key: string]: string;
275
+ };
276
+ /**
277
+ * @generated from field: repeated audit.v1.ComplianceEvidenceItem evidence_items = 10;
278
+ */
279
+ evidenceItems: ComplianceEvidenceItem[];
280
+ /**
281
+ * @generated from field: repeated audit.v1.ComplianceFinding findings = 11;
282
+ */
283
+ findings: ComplianceFinding[];
284
+ };
285
+ /**
286
+ * Describes the message audit.v1.ComplianceReport.
287
+ * Use `create(ComplianceReportSchema)` to create a new message.
288
+ */
289
+ export declare const ComplianceReportSchema: GenMessage<ComplianceReport>;
290
+ /**
291
+ * @generated from message audit.v1.ComplianceReportSchedule
292
+ */
293
+ export type ComplianceReportSchedule = Message<"audit.v1.ComplianceReportSchedule"> & {
294
+ /**
295
+ * @generated from field: string schedule_id = 1;
296
+ */
297
+ scheduleId: string;
298
+ /**
299
+ * @generated from field: string organization_id = 2;
300
+ */
301
+ organizationId: string;
302
+ /**
303
+ * @generated from field: audit.v1.ComplianceFramework framework = 3;
304
+ */
305
+ framework: ComplianceFramework;
306
+ /**
307
+ * @generated from field: audit.v1.ComplianceReportCadence cadence = 4;
308
+ */
309
+ cadence: ComplianceReportCadence;
310
+ /**
311
+ * @generated from field: google.protobuf.Timestamp next_run_time = 5;
312
+ */
313
+ nextRunTime?: Timestamp;
314
+ /**
315
+ * @generated from field: bool enabled = 6;
316
+ */
317
+ enabled: boolean;
318
+ /**
319
+ * @generated from field: repeated audit.v1.ComplianceReportFormat formats = 7;
320
+ */
321
+ formats: ComplianceReportFormat[];
322
+ /**
323
+ * @generated from field: google.protobuf.Timestamp created_at = 8;
324
+ */
325
+ createdAt?: Timestamp;
326
+ /**
327
+ * @generated from field: google.protobuf.Timestamp updated_at = 9;
328
+ */
329
+ updatedAt?: Timestamp;
330
+ };
331
+ /**
332
+ * Describes the message audit.v1.ComplianceReportSchedule.
333
+ * Use `create(ComplianceReportScheduleSchema)` to create a new message.
334
+ */
335
+ export declare const ComplianceReportScheduleSchema: GenMessage<ComplianceReportSchedule>;
336
+ /**
337
+ * @generated from message audit.v1.RecordEventRequest
338
+ */
339
+ export type RecordEventRequest = Message<"audit.v1.RecordEventRequest"> & {
340
+ /**
341
+ * @generated from field: audit.v1.Actor actor = 1;
342
+ */
343
+ actor?: Actor;
344
+ /**
345
+ * @generated from field: audit.v1.Resource resource = 2;
346
+ */
347
+ resource?: Resource;
348
+ /**
349
+ * @generated from field: string action = 3;
350
+ */
351
+ action: string;
352
+ /**
353
+ * @generated from field: string organization_id = 4;
354
+ */
355
+ organizationId: string;
356
+ /**
357
+ * @generated from field: string workspace_id = 5;
358
+ */
359
+ workspaceId: string;
360
+ /**
361
+ * @generated from field: string outcome = 6;
362
+ */
363
+ outcome: string;
364
+ /**
365
+ * @generated from field: string error_message = 7;
366
+ */
367
+ errorMessage: string;
368
+ /**
369
+ * @generated from field: string before_state = 8;
370
+ */
371
+ beforeState: string;
372
+ /**
373
+ * @generated from field: string after_state = 9;
374
+ */
375
+ afterState: string;
376
+ /**
377
+ * @generated from field: string data_classification = 10;
378
+ */
379
+ dataClassification: string;
380
+ /**
381
+ * @generated from field: map<string, string> metadata = 11;
382
+ */
383
+ metadata: {
384
+ [key: string]: string;
385
+ };
386
+ /**
387
+ * @generated from field: string request_id = 12;
388
+ */
389
+ requestId: string;
390
+ /**
391
+ * @generated from field: string trace_id = 13;
392
+ */
393
+ traceId: string;
394
+ /**
395
+ * @generated from field: repeated string compliance_controls = 14;
396
+ */
397
+ complianceControls: string[];
398
+ /**
399
+ * @generated from field: string lineage_id = 15;
400
+ */
401
+ lineageId: string;
402
+ };
403
+ /**
404
+ * Describes the message audit.v1.RecordEventRequest.
405
+ * Use `create(RecordEventRequestSchema)` to create a new message.
406
+ */
407
+ export declare const RecordEventRequestSchema: GenMessage<RecordEventRequest>;
408
+ /**
409
+ * @generated from message audit.v1.RecordEventResponse
410
+ */
411
+ export type RecordEventResponse = Message<"audit.v1.RecordEventResponse"> & {
412
+ /**
413
+ * @generated from field: string event_id = 1;
414
+ */
415
+ eventId: string;
416
+ /**
417
+ * @generated from field: google.protobuf.Timestamp timestamp = 2;
418
+ */
419
+ timestamp?: Timestamp;
420
+ /**
421
+ * @generated from field: string checksum = 3;
422
+ */
423
+ checksum: string;
424
+ };
425
+ /**
426
+ * Describes the message audit.v1.RecordEventResponse.
427
+ * Use `create(RecordEventResponseSchema)` to create a new message.
428
+ */
429
+ export declare const RecordEventResponseSchema: GenMessage<RecordEventResponse>;
430
+ /**
431
+ * @generated from message audit.v1.QueryEventsRequest
432
+ */
433
+ export type QueryEventsRequest = Message<"audit.v1.QueryEventsRequest"> & {
434
+ /**
435
+ * @generated from field: string organization_id = 1;
436
+ */
437
+ organizationId: string;
438
+ /**
439
+ * @generated from field: google.protobuf.Timestamp start_time = 2;
440
+ */
441
+ startTime?: Timestamp;
442
+ /**
443
+ * @generated from field: google.protobuf.Timestamp end_time = 3;
444
+ */
445
+ endTime?: Timestamp;
446
+ /**
447
+ * @generated from field: string actor_id = 4;
448
+ */
449
+ actorId: string;
450
+ /**
451
+ * @generated from field: string actor_type = 5;
452
+ */
453
+ actorType: string;
454
+ /**
455
+ * @generated from field: string action = 6;
456
+ */
457
+ action: string;
458
+ /**
459
+ * @generated from field: string resource_type = 7;
460
+ */
461
+ resourceType: string;
462
+ /**
463
+ * @generated from field: string resource_id = 8;
464
+ */
465
+ resourceId: string;
466
+ /**
467
+ * @generated from field: string outcome = 9;
468
+ */
469
+ outcome: string;
470
+ /**
471
+ * @generated from field: int32 limit = 10;
472
+ */
473
+ limit: number;
474
+ /**
475
+ * @generated from field: int32 offset = 11;
476
+ */
477
+ offset: number;
478
+ /**
479
+ * @generated from field: bool include_state_changes = 12;
480
+ */
481
+ includeStateChanges: boolean;
482
+ /**
483
+ * @generated from field: string surface = 13;
484
+ */
485
+ surface: string;
486
+ /**
487
+ * @generated from field: string data_classification = 14;
488
+ */
489
+ dataClassification: string;
490
+ /**
491
+ * @generated from field: string lineage_id = 15;
492
+ */
493
+ lineageId: string;
494
+ };
495
+ /**
496
+ * Describes the message audit.v1.QueryEventsRequest.
497
+ * Use `create(QueryEventsRequestSchema)` to create a new message.
498
+ */
499
+ export declare const QueryEventsRequestSchema: GenMessage<QueryEventsRequest>;
500
+ /**
501
+ * @generated from message audit.v1.QueryEventsResponse
502
+ */
503
+ export type QueryEventsResponse = Message<"audit.v1.QueryEventsResponse"> & {
504
+ /**
505
+ * @generated from field: repeated audit.v1.Event events = 1;
506
+ */
507
+ events: Event[];
508
+ /**
509
+ * @generated from field: int32 total = 2;
510
+ */
511
+ total: number;
512
+ };
513
+ /**
514
+ * Describes the message audit.v1.QueryEventsResponse.
515
+ * Use `create(QueryEventsResponseSchema)` to create a new message.
516
+ */
517
+ export declare const QueryEventsResponseSchema: GenMessage<QueryEventsResponse>;
518
+ /**
519
+ * @generated from message audit.v1.GetEvidenceChainRequest
520
+ */
521
+ export type GetEvidenceChainRequest = Message<"audit.v1.GetEvidenceChainRequest"> & {
522
+ /**
523
+ * @generated from field: string organization_id = 1;
524
+ */
525
+ organizationId: string;
526
+ /**
527
+ * @generated from field: string lineage_id = 2;
528
+ */
529
+ lineageId: string;
530
+ /**
531
+ * @generated from field: google.protobuf.Timestamp start_time = 3;
532
+ */
533
+ startTime?: Timestamp;
534
+ /**
535
+ * @generated from field: google.protobuf.Timestamp end_time = 4;
536
+ */
537
+ endTime?: Timestamp;
538
+ /**
539
+ * @generated from field: bool include_state_changes = 5;
540
+ */
541
+ includeStateChanges: boolean;
542
+ };
543
+ /**
544
+ * Describes the message audit.v1.GetEvidenceChainRequest.
545
+ * Use `create(GetEvidenceChainRequestSchema)` to create a new message.
546
+ */
547
+ export declare const GetEvidenceChainRequestSchema: GenMessage<GetEvidenceChainRequest>;
548
+ /**
549
+ * @generated from message audit.v1.EvidenceChainStep
550
+ */
551
+ export type EvidenceChainStep = Message<"audit.v1.EvidenceChainStep"> & {
552
+ /**
553
+ * @generated from field: int32 sequence = 1;
554
+ */
555
+ sequence: number;
556
+ /**
557
+ * @generated from field: string surface = 2;
558
+ */
559
+ surface: string;
560
+ /**
561
+ * @generated from field: string stage = 3;
562
+ */
563
+ stage: string;
564
+ /**
565
+ * @generated from field: audit.v1.Event event = 4;
566
+ */
567
+ event?: Event;
568
+ };
569
+ /**
570
+ * Describes the message audit.v1.EvidenceChainStep.
571
+ * Use `create(EvidenceChainStepSchema)` to create a new message.
572
+ */
573
+ export declare const EvidenceChainStepSchema: GenMessage<EvidenceChainStep>;
574
+ /**
575
+ * @generated from message audit.v1.GetEvidenceChainResponse
576
+ */
577
+ export type GetEvidenceChainResponse = Message<"audit.v1.GetEvidenceChainResponse"> & {
578
+ /**
579
+ * @generated from field: string lineage_id = 1;
580
+ */
581
+ lineageId: string;
582
+ /**
583
+ * @generated from field: repeated audit.v1.EvidenceChainStep steps = 2;
584
+ */
585
+ steps: EvidenceChainStep[];
586
+ /**
587
+ * @generated from field: int32 total = 3;
588
+ */
589
+ total: number;
590
+ /**
591
+ * @generated from field: repeated string surfaces = 4;
592
+ */
593
+ surfaces: string[];
594
+ /**
595
+ * @generated from field: google.protobuf.Timestamp first_event_time = 5;
596
+ */
597
+ firstEventTime?: Timestamp;
598
+ /**
599
+ * @generated from field: google.protobuf.Timestamp last_event_time = 6;
600
+ */
601
+ lastEventTime?: Timestamp;
602
+ };
603
+ /**
604
+ * Describes the message audit.v1.GetEvidenceChainResponse.
605
+ * Use `create(GetEvidenceChainResponseSchema)` to create a new message.
606
+ */
607
+ export declare const GetEvidenceChainResponseSchema: GenMessage<GetEvidenceChainResponse>;
608
+ /**
609
+ * @generated from message audit.v1.ExportEventsRequest
610
+ */
611
+ export type ExportEventsRequest = Message<"audit.v1.ExportEventsRequest"> & {
612
+ /**
613
+ * @generated from field: string organization_id = 1;
614
+ */
615
+ organizationId: string;
616
+ /**
617
+ * @generated from field: google.protobuf.Timestamp start_time = 2;
618
+ */
619
+ startTime?: Timestamp;
620
+ /**
621
+ * @generated from field: google.protobuf.Timestamp end_time = 3;
622
+ */
623
+ endTime?: Timestamp;
624
+ /**
625
+ * @generated from field: string format = 4;
626
+ */
627
+ format: string;
628
+ /**
629
+ * @generated from field: bool include_state_changes = 5;
630
+ */
631
+ includeStateChanges: boolean;
632
+ /**
633
+ * @generated from field: string export_reason = 6;
634
+ */
635
+ exportReason: string;
636
+ /**
637
+ * @generated from field: string actor_id = 7;
638
+ */
639
+ actorId: string;
640
+ /**
641
+ * @generated from field: string actor_type = 8;
642
+ */
643
+ actorType: string;
644
+ /**
645
+ * @generated from field: string action = 9;
646
+ */
647
+ action: string;
648
+ /**
649
+ * @generated from field: string resource_type = 10;
650
+ */
651
+ resourceType: string;
652
+ /**
653
+ * @generated from field: string resource_id = 11;
654
+ */
655
+ resourceId: string;
656
+ /**
657
+ * @generated from field: string outcome = 12;
658
+ */
659
+ outcome: string;
660
+ /**
661
+ * @generated from field: string surface = 13;
662
+ */
663
+ surface: string;
664
+ /**
665
+ * @generated from field: string data_classification = 14;
666
+ */
667
+ dataClassification: string;
668
+ /**
669
+ * @generated from field: string lineage_id = 15;
670
+ */
671
+ lineageId: string;
672
+ };
673
+ /**
674
+ * Describes the message audit.v1.ExportEventsRequest.
675
+ * Use `create(ExportEventsRequestSchema)` to create a new message.
676
+ */
677
+ export declare const ExportEventsRequestSchema: GenMessage<ExportEventsRequest>;
678
+ /**
679
+ * @generated from message audit.v1.ExportEventsResponse
680
+ */
681
+ export type ExportEventsResponse = Message<"audit.v1.ExportEventsResponse"> & {
682
+ /**
683
+ * @generated from field: bytes data = 1;
684
+ */
685
+ data: Uint8Array;
686
+ /**
687
+ * @generated from field: string content_type = 2;
688
+ */
689
+ contentType: string;
690
+ /**
691
+ * @generated from field: string filename = 3;
692
+ */
693
+ filename: string;
694
+ };
695
+ /**
696
+ * Describes the message audit.v1.ExportEventsResponse.
697
+ * Use `create(ExportEventsResponseSchema)` to create a new message.
698
+ */
699
+ export declare const ExportEventsResponseSchema: GenMessage<ExportEventsResponse>;
700
+ /**
701
+ * @generated from message audit.v1.GenerateComplianceReportRequest
702
+ */
703
+ export type GenerateComplianceReportRequest = Message<"audit.v1.GenerateComplianceReportRequest"> & {
704
+ /**
705
+ * @generated from field: string organization_id = 1;
706
+ */
707
+ organizationId: string;
708
+ /**
709
+ * @generated from field: audit.v1.ComplianceFramework framework = 2;
710
+ */
711
+ framework: ComplianceFramework;
712
+ /**
713
+ * @generated from field: google.protobuf.Timestamp period_start = 3;
714
+ */
715
+ periodStart?: Timestamp;
716
+ /**
717
+ * @generated from field: google.protobuf.Timestamp period_end = 4;
718
+ */
719
+ periodEnd?: Timestamp;
720
+ };
721
+ /**
722
+ * Describes the message audit.v1.GenerateComplianceReportRequest.
723
+ * Use `create(GenerateComplianceReportRequestSchema)` to create a new message.
724
+ */
725
+ export declare const GenerateComplianceReportRequestSchema: GenMessage<GenerateComplianceReportRequest>;
726
+ /**
727
+ * @generated from message audit.v1.GenerateComplianceReportResponse
728
+ */
729
+ export type GenerateComplianceReportResponse = Message<"audit.v1.GenerateComplianceReportResponse"> & {
730
+ /**
731
+ * @generated from field: audit.v1.ComplianceReport report = 1;
732
+ */
733
+ report?: ComplianceReport;
734
+ };
735
+ /**
736
+ * Describes the message audit.v1.GenerateComplianceReportResponse.
737
+ * Use `create(GenerateComplianceReportResponseSchema)` to create a new message.
738
+ */
739
+ export declare const GenerateComplianceReportResponseSchema: GenMessage<GenerateComplianceReportResponse>;
740
+ /**
741
+ * @generated from message audit.v1.GetComplianceReportRequest
742
+ */
743
+ export type GetComplianceReportRequest = Message<"audit.v1.GetComplianceReportRequest"> & {
744
+ /**
745
+ * @generated from field: string organization_id = 1;
746
+ */
747
+ organizationId: string;
748
+ /**
749
+ * @generated from field: string report_id = 2;
750
+ */
751
+ reportId: string;
752
+ };
753
+ /**
754
+ * Describes the message audit.v1.GetComplianceReportRequest.
755
+ * Use `create(GetComplianceReportRequestSchema)` to create a new message.
756
+ */
757
+ export declare const GetComplianceReportRequestSchema: GenMessage<GetComplianceReportRequest>;
758
+ /**
759
+ * @generated from message audit.v1.GetComplianceReportResponse
760
+ */
761
+ export type GetComplianceReportResponse = Message<"audit.v1.GetComplianceReportResponse"> & {
762
+ /**
763
+ * @generated from field: audit.v1.ComplianceReport report = 1;
764
+ */
765
+ report?: ComplianceReport;
766
+ };
767
+ /**
768
+ * Describes the message audit.v1.GetComplianceReportResponse.
769
+ * Use `create(GetComplianceReportResponseSchema)` to create a new message.
770
+ */
771
+ export declare const GetComplianceReportResponseSchema: GenMessage<GetComplianceReportResponse>;
772
+ /**
773
+ * @generated from message audit.v1.ListComplianceReportsRequest
774
+ */
775
+ export type ListComplianceReportsRequest = Message<"audit.v1.ListComplianceReportsRequest"> & {
776
+ /**
777
+ * @generated from field: string organization_id = 1;
778
+ */
779
+ organizationId: string;
780
+ /**
781
+ * @generated from field: audit.v1.ComplianceFramework framework = 2;
782
+ */
783
+ framework: ComplianceFramework;
784
+ /**
785
+ * @generated from field: int32 limit = 3;
786
+ */
787
+ limit: number;
788
+ /**
789
+ * @generated from field: int32 offset = 4;
790
+ */
791
+ offset: number;
792
+ };
793
+ /**
794
+ * Describes the message audit.v1.ListComplianceReportsRequest.
795
+ * Use `create(ListComplianceReportsRequestSchema)` to create a new message.
796
+ */
797
+ export declare const ListComplianceReportsRequestSchema: GenMessage<ListComplianceReportsRequest>;
798
+ /**
799
+ * @generated from message audit.v1.ListComplianceReportsResponse
800
+ */
801
+ export type ListComplianceReportsResponse = Message<"audit.v1.ListComplianceReportsResponse"> & {
802
+ /**
803
+ * @generated from field: repeated audit.v1.ComplianceReport reports = 1;
804
+ */
805
+ reports: ComplianceReport[];
806
+ };
807
+ /**
808
+ * Describes the message audit.v1.ListComplianceReportsResponse.
809
+ * Use `create(ListComplianceReportsResponseSchema)` to create a new message.
810
+ */
811
+ export declare const ListComplianceReportsResponseSchema: GenMessage<ListComplianceReportsResponse>;
812
+ /**
813
+ * @generated from message audit.v1.ExportComplianceReportRequest
814
+ */
815
+ export type ExportComplianceReportRequest = Message<"audit.v1.ExportComplianceReportRequest"> & {
816
+ /**
817
+ * @generated from field: string organization_id = 1;
818
+ */
819
+ organizationId: string;
820
+ /**
821
+ * @generated from field: string report_id = 2;
822
+ */
823
+ reportId: string;
824
+ /**
825
+ * @generated from field: audit.v1.ComplianceReportFormat format = 3;
826
+ */
827
+ format: ComplianceReportFormat;
828
+ };
829
+ /**
830
+ * Describes the message audit.v1.ExportComplianceReportRequest.
831
+ * Use `create(ExportComplianceReportRequestSchema)` to create a new message.
832
+ */
833
+ export declare const ExportComplianceReportRequestSchema: GenMessage<ExportComplianceReportRequest>;
834
+ /**
835
+ * @generated from message audit.v1.ExportComplianceReportResponse
836
+ */
837
+ export type ExportComplianceReportResponse = Message<"audit.v1.ExportComplianceReportResponse"> & {
838
+ /**
839
+ * @generated from field: bytes data = 1;
840
+ */
841
+ data: Uint8Array;
842
+ /**
843
+ * @generated from field: string content_type = 2;
844
+ */
845
+ contentType: string;
846
+ /**
847
+ * @generated from field: string filename = 3;
848
+ */
849
+ filename: string;
850
+ };
851
+ /**
852
+ * Describes the message audit.v1.ExportComplianceReportResponse.
853
+ * Use `create(ExportComplianceReportResponseSchema)` to create a new message.
854
+ */
855
+ export declare const ExportComplianceReportResponseSchema: GenMessage<ExportComplianceReportResponse>;
856
+ /**
857
+ * @generated from message audit.v1.ScheduleComplianceReportRequest
858
+ */
859
+ export type ScheduleComplianceReportRequest = Message<"audit.v1.ScheduleComplianceReportRequest"> & {
860
+ /**
861
+ * @generated from field: string organization_id = 1;
862
+ */
863
+ organizationId: string;
864
+ /**
865
+ * @generated from field: audit.v1.ComplianceFramework framework = 2;
866
+ */
867
+ framework: ComplianceFramework;
868
+ /**
869
+ * @generated from field: audit.v1.ComplianceReportCadence cadence = 3;
870
+ */
871
+ cadence: ComplianceReportCadence;
872
+ /**
873
+ * @generated from field: google.protobuf.Timestamp next_run_time = 4;
874
+ */
875
+ nextRunTime?: Timestamp;
876
+ /**
877
+ * @generated from field: optional bool enabled = 5;
878
+ */
879
+ enabled?: boolean;
880
+ /**
881
+ * @generated from field: repeated audit.v1.ComplianceReportFormat formats = 6;
882
+ */
883
+ formats: ComplianceReportFormat[];
884
+ };
885
+ /**
886
+ * Describes the message audit.v1.ScheduleComplianceReportRequest.
887
+ * Use `create(ScheduleComplianceReportRequestSchema)` to create a new message.
888
+ */
889
+ export declare const ScheduleComplianceReportRequestSchema: GenMessage<ScheduleComplianceReportRequest>;
890
+ /**
891
+ * @generated from message audit.v1.ScheduleComplianceReportResponse
892
+ */
893
+ export type ScheduleComplianceReportResponse = Message<"audit.v1.ScheduleComplianceReportResponse"> & {
894
+ /**
895
+ * @generated from field: audit.v1.ComplianceReportSchedule schedule = 1;
896
+ */
897
+ schedule?: ComplianceReportSchedule;
898
+ };
899
+ /**
900
+ * Describes the message audit.v1.ScheduleComplianceReportResponse.
901
+ * Use `create(ScheduleComplianceReportResponseSchema)` to create a new message.
902
+ */
903
+ export declare const ScheduleComplianceReportResponseSchema: GenMessage<ScheduleComplianceReportResponse>;
904
+ /**
905
+ * @generated from message audit.v1.ListComplianceReportSchedulesRequest
906
+ */
907
+ export type ListComplianceReportSchedulesRequest = Message<"audit.v1.ListComplianceReportSchedulesRequest"> & {
908
+ /**
909
+ * @generated from field: string organization_id = 1;
910
+ */
911
+ organizationId: string;
912
+ };
913
+ /**
914
+ * Describes the message audit.v1.ListComplianceReportSchedulesRequest.
915
+ * Use `create(ListComplianceReportSchedulesRequestSchema)` to create a new message.
916
+ */
917
+ export declare const ListComplianceReportSchedulesRequestSchema: GenMessage<ListComplianceReportSchedulesRequest>;
918
+ /**
919
+ * @generated from message audit.v1.ListComplianceReportSchedulesResponse
920
+ */
921
+ export type ListComplianceReportSchedulesResponse = Message<"audit.v1.ListComplianceReportSchedulesResponse"> & {
922
+ /**
923
+ * @generated from field: repeated audit.v1.ComplianceReportSchedule schedules = 1;
924
+ */
925
+ schedules: ComplianceReportSchedule[];
926
+ };
927
+ /**
928
+ * Describes the message audit.v1.ListComplianceReportSchedulesResponse.
929
+ * Use `create(ListComplianceReportSchedulesResponseSchema)` to create a new message.
930
+ */
931
+ export declare const ListComplianceReportSchedulesResponseSchema: GenMessage<ListComplianceReportSchedulesResponse>;
932
+ /**
933
+ * @generated from message audit.v1.RunDueComplianceReportSchedulesRequest
934
+ */
935
+ export type RunDueComplianceReportSchedulesRequest = Message<"audit.v1.RunDueComplianceReportSchedulesRequest"> & {
936
+ /**
937
+ * @generated from field: string organization_id = 1;
938
+ */
939
+ organizationId: string;
940
+ /**
941
+ * @generated from field: google.protobuf.Timestamp as_of = 2;
942
+ */
943
+ asOf?: Timestamp;
944
+ };
945
+ /**
946
+ * Describes the message audit.v1.RunDueComplianceReportSchedulesRequest.
947
+ * Use `create(RunDueComplianceReportSchedulesRequestSchema)` to create a new message.
948
+ */
949
+ export declare const RunDueComplianceReportSchedulesRequestSchema: GenMessage<RunDueComplianceReportSchedulesRequest>;
950
+ /**
951
+ * @generated from message audit.v1.RunDueComplianceReportSchedulesResponse
952
+ */
953
+ export type RunDueComplianceReportSchedulesResponse = Message<"audit.v1.RunDueComplianceReportSchedulesResponse"> & {
954
+ /**
955
+ * @generated from field: repeated audit.v1.ComplianceReport reports = 1;
956
+ */
957
+ reports: ComplianceReport[];
958
+ };
959
+ /**
960
+ * Describes the message audit.v1.RunDueComplianceReportSchedulesResponse.
961
+ * Use `create(RunDueComplianceReportSchedulesResponseSchema)` to create a new message.
962
+ */
963
+ export declare const RunDueComplianceReportSchedulesResponseSchema: GenMessage<RunDueComplianceReportSchedulesResponse>;
964
+ /**
965
+ * @generated from enum audit.v1.ComplianceFramework
966
+ */
967
+ export declare enum ComplianceFramework {
968
+ /**
969
+ * @generated from enum value: COMPLIANCE_FRAMEWORK_UNSPECIFIED = 0;
970
+ */
971
+ UNSPECIFIED = 0,
972
+ /**
973
+ * @generated from enum value: COMPLIANCE_FRAMEWORK_SOC2 = 1;
974
+ */
975
+ SOC2 = 1,
976
+ /**
977
+ * @generated from enum value: COMPLIANCE_FRAMEWORK_ISO27001 = 2;
978
+ */
979
+ ISO27001 = 2,
980
+ /**
981
+ * @generated from enum value: COMPLIANCE_FRAMEWORK_GDPR = 3;
982
+ */
983
+ GDPR = 3,
984
+ /**
985
+ * @generated from enum value: COMPLIANCE_FRAMEWORK_HIPAA = 4;
986
+ */
987
+ HIPAA = 4,
988
+ /**
989
+ * @generated from enum value: COMPLIANCE_FRAMEWORK_NIST_CSF = 5;
990
+ */
991
+ NIST_CSF = 5,
992
+ /**
993
+ * @generated from enum value: COMPLIANCE_FRAMEWORK_EU_AI_ACT = 6;
994
+ */
995
+ EU_AI_ACT = 6,
996
+ /**
997
+ * @generated from enum value: COMPLIANCE_FRAMEWORK_ISO42001 = 7;
998
+ */
999
+ ISO42001 = 7
1000
+ }
1001
+ /**
1002
+ * Describes the enum audit.v1.ComplianceFramework.
1003
+ */
1004
+ export declare const ComplianceFrameworkSchema: GenEnum<ComplianceFramework>;
1005
+ /**
1006
+ * @generated from enum audit.v1.ComplianceReportFormat
1007
+ */
1008
+ export declare enum ComplianceReportFormat {
1009
+ /**
1010
+ * @generated from enum value: COMPLIANCE_REPORT_FORMAT_UNSPECIFIED = 0;
1011
+ */
1012
+ UNSPECIFIED = 0,
1013
+ /**
1014
+ * @generated from enum value: COMPLIANCE_REPORT_FORMAT_JSON = 1;
1015
+ */
1016
+ JSON = 1,
1017
+ /**
1018
+ * @generated from enum value: COMPLIANCE_REPORT_FORMAT_HTML = 2;
1019
+ */
1020
+ HTML = 2,
1021
+ /**
1022
+ * @generated from enum value: COMPLIANCE_REPORT_FORMAT_PDF = 3;
1023
+ */
1024
+ PDF = 3
1025
+ }
1026
+ /**
1027
+ * Describes the enum audit.v1.ComplianceReportFormat.
1028
+ */
1029
+ export declare const ComplianceReportFormatSchema: GenEnum<ComplianceReportFormat>;
1030
+ /**
1031
+ * @generated from enum audit.v1.ComplianceReportCadence
1032
+ */
1033
+ export declare enum ComplianceReportCadence {
1034
+ /**
1035
+ * @generated from enum value: COMPLIANCE_REPORT_CADENCE_UNSPECIFIED = 0;
1036
+ */
1037
+ UNSPECIFIED = 0,
1038
+ /**
1039
+ * @generated from enum value: COMPLIANCE_REPORT_CADENCE_DAILY = 1;
1040
+ */
1041
+ DAILY = 1,
1042
+ /**
1043
+ * @generated from enum value: COMPLIANCE_REPORT_CADENCE_WEEKLY = 2;
1044
+ */
1045
+ WEEKLY = 2,
1046
+ /**
1047
+ * @generated from enum value: COMPLIANCE_REPORT_CADENCE_MONTHLY = 3;
1048
+ */
1049
+ MONTHLY = 3
1050
+ }
1051
+ /**
1052
+ * Describes the enum audit.v1.ComplianceReportCadence.
1053
+ */
1054
+ export declare const ComplianceReportCadenceSchema: GenEnum<ComplianceReportCadence>;
1055
+ /**
1056
+ * AuditService records and queries audit events across EvalOps services.
1057
+ * This is the cross-service audit contract. Gate and chat each have their own
1058
+ * domain-specific audit protos that extend these base types.
1059
+ *
1060
+ * @generated from service audit.v1.AuditService
1061
+ */
1062
+ export declare const AuditService: GenService<{
1063
+ /**
1064
+ * @generated from rpc audit.v1.AuditService.RecordEvent
1065
+ */
1066
+ recordEvent: {
1067
+ methodKind: "unary";
1068
+ input: typeof RecordEventRequestSchema;
1069
+ output: typeof RecordEventResponseSchema;
1070
+ };
1071
+ /**
1072
+ * @generated from rpc audit.v1.AuditService.QueryEvents
1073
+ */
1074
+ queryEvents: {
1075
+ methodKind: "unary";
1076
+ input: typeof QueryEventsRequestSchema;
1077
+ output: typeof QueryEventsResponseSchema;
1078
+ };
1079
+ /**
1080
+ * @generated from rpc audit.v1.AuditService.GetEvidenceChain
1081
+ */
1082
+ getEvidenceChain: {
1083
+ methodKind: "unary";
1084
+ input: typeof GetEvidenceChainRequestSchema;
1085
+ output: typeof GetEvidenceChainResponseSchema;
1086
+ };
1087
+ /**
1088
+ * @generated from rpc audit.v1.AuditService.ExportEvents
1089
+ */
1090
+ exportEvents: {
1091
+ methodKind: "server_streaming";
1092
+ input: typeof ExportEventsRequestSchema;
1093
+ output: typeof ExportEventsResponseSchema;
1094
+ };
1095
+ /**
1096
+ * @generated from rpc audit.v1.AuditService.GenerateComplianceReport
1097
+ */
1098
+ generateComplianceReport: {
1099
+ methodKind: "unary";
1100
+ input: typeof GenerateComplianceReportRequestSchema;
1101
+ output: typeof GenerateComplianceReportResponseSchema;
1102
+ };
1103
+ /**
1104
+ * @generated from rpc audit.v1.AuditService.GetComplianceReport
1105
+ */
1106
+ getComplianceReport: {
1107
+ methodKind: "unary";
1108
+ input: typeof GetComplianceReportRequestSchema;
1109
+ output: typeof GetComplianceReportResponseSchema;
1110
+ };
1111
+ /**
1112
+ * @generated from rpc audit.v1.AuditService.ListComplianceReports
1113
+ */
1114
+ listComplianceReports: {
1115
+ methodKind: "unary";
1116
+ input: typeof ListComplianceReportsRequestSchema;
1117
+ output: typeof ListComplianceReportsResponseSchema;
1118
+ };
1119
+ /**
1120
+ * @generated from rpc audit.v1.AuditService.ExportComplianceReport
1121
+ */
1122
+ exportComplianceReport: {
1123
+ methodKind: "unary";
1124
+ input: typeof ExportComplianceReportRequestSchema;
1125
+ output: typeof ExportComplianceReportResponseSchema;
1126
+ };
1127
+ /**
1128
+ * @generated from rpc audit.v1.AuditService.ScheduleComplianceReport
1129
+ */
1130
+ scheduleComplianceReport: {
1131
+ methodKind: "unary";
1132
+ input: typeof ScheduleComplianceReportRequestSchema;
1133
+ output: typeof ScheduleComplianceReportResponseSchema;
1134
+ };
1135
+ /**
1136
+ * @generated from rpc audit.v1.AuditService.ListComplianceReportSchedules
1137
+ */
1138
+ listComplianceReportSchedules: {
1139
+ methodKind: "unary";
1140
+ input: typeof ListComplianceReportSchedulesRequestSchema;
1141
+ output: typeof ListComplianceReportSchedulesResponseSchema;
1142
+ };
1143
+ /**
1144
+ * @generated from rpc audit.v1.AuditService.RunDueComplianceReportSchedules
1145
+ */
1146
+ runDueComplianceReportSchedules: {
1147
+ methodKind: "unary";
1148
+ input: typeof RunDueComplianceReportSchedulesRequestSchema;
1149
+ output: typeof RunDueComplianceReportSchedulesResponseSchema;
1150
+ };
1151
+ }>;