@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,223 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Assertion, TestCase } from "./fermata_pb.js";
3
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file fermata/v1/worker.proto.
6
+ */
7
+ export declare const file_fermata_v1_worker: GenFile;
8
+ /**
9
+ * @generated from message fermata.v1.ExecuteTestCaseRequest
10
+ */
11
+ export type ExecuteTestCaseRequest = Message<"fermata.v1.ExecuteTestCaseRequest"> & {
12
+ /**
13
+ * @generated from field: string evaluation_id = 1;
14
+ */
15
+ evaluationId: string;
16
+ /**
17
+ * @generated from field: string suite_id = 2;
18
+ */
19
+ suiteId: string;
20
+ /**
21
+ * @generated from field: fermata.v1.TestCase test_case = 3;
22
+ */
23
+ testCase?: TestCase;
24
+ /**
25
+ * @generated from field: string model = 4;
26
+ */
27
+ model: string;
28
+ /**
29
+ * @generated from field: google.protobuf.Struct run_context = 5;
30
+ */
31
+ runContext?: JsonObject;
32
+ };
33
+ /**
34
+ * Describes the message fermata.v1.ExecuteTestCaseRequest.
35
+ * Use `create(ExecuteTestCaseRequestSchema)` to create a new message.
36
+ */
37
+ export declare const ExecuteTestCaseRequestSchema: GenMessage<ExecuteTestCaseRequest>;
38
+ /**
39
+ * @generated from message fermata.v1.AssertionResult
40
+ */
41
+ export type AssertionResult = Message<"fermata.v1.AssertionResult"> & {
42
+ /**
43
+ * @generated from field: string assertion_id = 1;
44
+ */
45
+ assertionId: string;
46
+ /**
47
+ * @generated from field: bool passed = 2;
48
+ */
49
+ passed: boolean;
50
+ /**
51
+ * @generated from field: double score = 3;
52
+ */
53
+ score: number;
54
+ /**
55
+ * @generated from field: string actual = 4;
56
+ */
57
+ actual: string;
58
+ /**
59
+ * @generated from field: string message = 5;
60
+ */
61
+ message: string;
62
+ };
63
+ /**
64
+ * Describes the message fermata.v1.AssertionResult.
65
+ * Use `create(AssertionResultSchema)` to create a new message.
66
+ */
67
+ export declare const AssertionResultSchema: GenMessage<AssertionResult>;
68
+ /**
69
+ * @generated from message fermata.v1.ExecuteTestCaseResponse
70
+ */
71
+ export type ExecuteTestCaseResponse = Message<"fermata.v1.ExecuteTestCaseResponse"> & {
72
+ /**
73
+ * @generated from field: bool passed = 1;
74
+ */
75
+ passed: boolean;
76
+ /**
77
+ * @generated from field: double score = 2;
78
+ */
79
+ score: number;
80
+ /**
81
+ * @generated from field: string output = 3;
82
+ */
83
+ output: string;
84
+ /**
85
+ * @generated from field: repeated fermata.v1.AssertionResult assertion_results = 4;
86
+ */
87
+ assertionResults: AssertionResult[];
88
+ };
89
+ /**
90
+ * Describes the message fermata.v1.ExecuteTestCaseResponse.
91
+ * Use `create(ExecuteTestCaseResponseSchema)` to create a new message.
92
+ */
93
+ export declare const ExecuteTestCaseResponseSchema: GenMessage<ExecuteTestCaseResponse>;
94
+ /**
95
+ * @generated from message fermata.v1.ExecuteJudgeRequest
96
+ */
97
+ export type ExecuteJudgeRequest = Message<"fermata.v1.ExecuteJudgeRequest"> & {
98
+ /**
99
+ * @generated from field: string evaluation_id = 1;
100
+ */
101
+ evaluationId: string;
102
+ /**
103
+ * @generated from field: fermata.v1.Assertion assertion = 2;
104
+ */
105
+ assertion?: Assertion;
106
+ /**
107
+ * @generated from field: string input = 3;
108
+ */
109
+ input: string;
110
+ /**
111
+ * @generated from field: string expected_output = 4;
112
+ */
113
+ expectedOutput: string;
114
+ /**
115
+ * @generated from field: string actual_output = 5;
116
+ */
117
+ actualOutput: string;
118
+ /**
119
+ * @generated from field: google.protobuf.Struct context = 6;
120
+ */
121
+ context?: JsonObject;
122
+ };
123
+ /**
124
+ * Describes the message fermata.v1.ExecuteJudgeRequest.
125
+ * Use `create(ExecuteJudgeRequestSchema)` to create a new message.
126
+ */
127
+ export declare const ExecuteJudgeRequestSchema: GenMessage<ExecuteJudgeRequest>;
128
+ /**
129
+ * @generated from message fermata.v1.ExecuteJudgeResponse
130
+ */
131
+ export type ExecuteJudgeResponse = Message<"fermata.v1.ExecuteJudgeResponse"> & {
132
+ /**
133
+ * @generated from field: fermata.v1.AssertionResult result = 1;
134
+ */
135
+ result?: AssertionResult;
136
+ };
137
+ /**
138
+ * Describes the message fermata.v1.ExecuteJudgeResponse.
139
+ * Use `create(ExecuteJudgeResponseSchema)` to create a new message.
140
+ */
141
+ export declare const ExecuteJudgeResponseSchema: GenMessage<ExecuteJudgeResponse>;
142
+ /**
143
+ * @generated from message fermata.v1.ExecuteCustomEvaluatorRequest
144
+ */
145
+ export type ExecuteCustomEvaluatorRequest = Message<"fermata.v1.ExecuteCustomEvaluatorRequest"> & {
146
+ /**
147
+ * @generated from field: string evaluation_id = 1;
148
+ */
149
+ evaluationId: string;
150
+ /**
151
+ * @generated from field: string evaluator_name = 2;
152
+ */
153
+ evaluatorName: string;
154
+ /**
155
+ * @generated from field: google.protobuf.Struct payload = 3;
156
+ */
157
+ payload?: JsonObject;
158
+ };
159
+ /**
160
+ * Describes the message fermata.v1.ExecuteCustomEvaluatorRequest.
161
+ * Use `create(ExecuteCustomEvaluatorRequestSchema)` to create a new message.
162
+ */
163
+ export declare const ExecuteCustomEvaluatorRequestSchema: GenMessage<ExecuteCustomEvaluatorRequest>;
164
+ /**
165
+ * @generated from message fermata.v1.ExecuteCustomEvaluatorResponse
166
+ */
167
+ export type ExecuteCustomEvaluatorResponse = Message<"fermata.v1.ExecuteCustomEvaluatorResponse"> & {
168
+ /**
169
+ * @generated from field: bool passed = 1;
170
+ */
171
+ passed: boolean;
172
+ /**
173
+ * @generated from field: double score = 2;
174
+ */
175
+ score: number;
176
+ /**
177
+ * @generated from field: string output = 3;
178
+ */
179
+ output: string;
180
+ /**
181
+ * @generated from field: google.protobuf.Struct metadata = 4;
182
+ */
183
+ metadata?: JsonObject;
184
+ };
185
+ /**
186
+ * Describes the message fermata.v1.ExecuteCustomEvaluatorResponse.
187
+ * Use `create(ExecuteCustomEvaluatorResponseSchema)` to create a new message.
188
+ */
189
+ export declare const ExecuteCustomEvaluatorResponseSchema: GenMessage<ExecuteCustomEvaluatorResponse>;
190
+ /**
191
+ * FermataExecutionService is the Go-owned eval execution surface.
192
+ *
193
+ * It replaces the old worker-sidecar framing while keeping the request/response
194
+ * messages stable for clients.
195
+ *
196
+ * @generated from service fermata.v1.FermataExecutionService
197
+ */
198
+ export declare const FermataExecutionService: GenService<{
199
+ /**
200
+ * @generated from rpc fermata.v1.FermataExecutionService.ExecuteTestCase
201
+ */
202
+ executeTestCase: {
203
+ methodKind: "unary";
204
+ input: typeof ExecuteTestCaseRequestSchema;
205
+ output: typeof ExecuteTestCaseResponseSchema;
206
+ };
207
+ /**
208
+ * @generated from rpc fermata.v1.FermataExecutionService.ExecuteJudge
209
+ */
210
+ executeJudge: {
211
+ methodKind: "unary";
212
+ input: typeof ExecuteJudgeRequestSchema;
213
+ output: typeof ExecuteJudgeResponseSchema;
214
+ };
215
+ /**
216
+ * @generated from rpc fermata.v1.FermataExecutionService.ExecuteCustomEvaluator
217
+ */
218
+ executeCustomEvaluator: {
219
+ methodKind: "unary";
220
+ input: typeof ExecuteCustomEvaluatorRequestSchema;
221
+ output: typeof ExecuteCustomEvaluatorResponseSchema;
222
+ };
223
+ }>;
@@ -0,0 +1,55 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file fermata/v1/worker.proto (package fermata.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_fermata_v1_fermata } from "./fermata_pb.js";
7
+ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
8
+ /**
9
+ * Describes the file fermata/v1/worker.proto.
10
+ */
11
+ export const file_fermata_v1_worker = /*@__PURE__*/ fileDesc("ChdmZXJtYXRhL3YxL3dvcmtlci5wcm90bxIKZmVybWF0YS52MSLBAQoWRXhlY3V0ZVRlc3RDYXNlUmVxdWVzdBIeCg1ldmFsdWF0aW9uX2lkGAEgASgJQge6SARyAhABEhkKCHN1aXRlX2lkGAIgASgJQge6SARyAhABEi8KCXRlc3RfY2FzZRgDIAEoCzIULmZlcm1hdGEudjEuVGVzdENhc2VCBrpIA8gBARINCgVtb2RlbBgEIAEoCRIsCgtydW5fY29udGV4dBgFIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QiZwoPQXNzZXJ0aW9uUmVzdWx0EhQKDGFzc2VydGlvbl9pZBgBIAEoCRIOCgZwYXNzZWQYAiABKAgSDQoFc2NvcmUYAyABKAESDgoGYWN0dWFsGAQgASgJEg8KB21lc3NhZ2UYBSABKAkigAEKF0V4ZWN1dGVUZXN0Q2FzZVJlc3BvbnNlEg4KBnBhc3NlZBgBIAEoCBINCgVzY29yZRgCIAEoARIOCgZvdXRwdXQYAyABKAkSNgoRYXNzZXJ0aW9uX3Jlc3VsdHMYBCADKAsyGy5mZXJtYXRhLnYxLkFzc2VydGlvblJlc3VsdCLQAQoTRXhlY3V0ZUp1ZGdlUmVxdWVzdBIeCg1ldmFsdWF0aW9uX2lkGAEgASgJQge6SARyAhABEjAKCWFzc2VydGlvbhgCIAEoCzIVLmZlcm1hdGEudjEuQXNzZXJ0aW9uQga6SAPIAQESDQoFaW5wdXQYAyABKAkSFwoPZXhwZWN0ZWRfb3V0cHV0GAQgASgJEhUKDWFjdHVhbF9vdXRwdXQYBSABKAkSKAoHY29udGV4dBgGIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QiQwoURXhlY3V0ZUp1ZGdlUmVzcG9uc2USKwoGcmVzdWx0GAEgASgLMhsuZmVybWF0YS52MS5Bc3NlcnRpb25SZXN1bHQiigEKHUV4ZWN1dGVDdXN0b21FdmFsdWF0b3JSZXF1ZXN0Eh4KDWV2YWx1YXRpb25faWQYASABKAlCB7pIBHICEAESHwoOZXZhbHVhdG9yX25hbWUYAiABKAlCB7pIBHICEAESKAoHcGF5bG9hZBgDIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QiegoeRXhlY3V0ZUN1c3RvbUV2YWx1YXRvclJlc3BvbnNlEg4KBnBhc3NlZBgBIAEoCBINCgVzY29yZRgCIAEoARIOCgZvdXRwdXQYAyABKAkSKQoIbWV0YWRhdGEYBCABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0MrkCChdGZXJtYXRhRXhlY3V0aW9uU2VydmljZRJaCg9FeGVjdXRlVGVzdENhc2USIi5mZXJtYXRhLnYxLkV4ZWN1dGVUZXN0Q2FzZVJlcXVlc3QaIy5mZXJtYXRhLnYxLkV4ZWN1dGVUZXN0Q2FzZVJlc3BvbnNlElEKDEV4ZWN1dGVKdWRnZRIfLmZlcm1hdGEudjEuRXhlY3V0ZUp1ZGdlUmVxdWVzdBogLmZlcm1hdGEudjEuRXhlY3V0ZUp1ZGdlUmVzcG9uc2USbwoWRXhlY3V0ZUN1c3RvbUV2YWx1YXRvchIpLmZlcm1hdGEudjEuRXhlY3V0ZUN1c3RvbUV2YWx1YXRvclJlcXVlc3QaKi5mZXJtYXRhLnYxLkV4ZWN1dGVDdXN0b21FdmFsdWF0b3JSZXNwb25zZUI5WjdnaXRodWIuY29tL2V2YWxvcHMvcGxhdGZvcm0vZ2VuL2dvL2Zlcm1hdGEvdjE7ZmVybWF0YXYxYgZwcm90bzM", [file_buf_validate_validate, file_fermata_v1_fermata, file_google_protobuf_struct]);
12
+ /**
13
+ * Describes the message fermata.v1.ExecuteTestCaseRequest.
14
+ * Use `create(ExecuteTestCaseRequestSchema)` to create a new message.
15
+ */
16
+ export const ExecuteTestCaseRequestSchema = /*@__PURE__*/ messageDesc(file_fermata_v1_worker, 0);
17
+ /**
18
+ * Describes the message fermata.v1.AssertionResult.
19
+ * Use `create(AssertionResultSchema)` to create a new message.
20
+ */
21
+ export const AssertionResultSchema = /*@__PURE__*/ messageDesc(file_fermata_v1_worker, 1);
22
+ /**
23
+ * Describes the message fermata.v1.ExecuteTestCaseResponse.
24
+ * Use `create(ExecuteTestCaseResponseSchema)` to create a new message.
25
+ */
26
+ export const ExecuteTestCaseResponseSchema = /*@__PURE__*/ messageDesc(file_fermata_v1_worker, 2);
27
+ /**
28
+ * Describes the message fermata.v1.ExecuteJudgeRequest.
29
+ * Use `create(ExecuteJudgeRequestSchema)` to create a new message.
30
+ */
31
+ export const ExecuteJudgeRequestSchema = /*@__PURE__*/ messageDesc(file_fermata_v1_worker, 3);
32
+ /**
33
+ * Describes the message fermata.v1.ExecuteJudgeResponse.
34
+ * Use `create(ExecuteJudgeResponseSchema)` to create a new message.
35
+ */
36
+ export const ExecuteJudgeResponseSchema = /*@__PURE__*/ messageDesc(file_fermata_v1_worker, 4);
37
+ /**
38
+ * Describes the message fermata.v1.ExecuteCustomEvaluatorRequest.
39
+ * Use `create(ExecuteCustomEvaluatorRequestSchema)` to create a new message.
40
+ */
41
+ export const ExecuteCustomEvaluatorRequestSchema = /*@__PURE__*/ messageDesc(file_fermata_v1_worker, 5);
42
+ /**
43
+ * Describes the message fermata.v1.ExecuteCustomEvaluatorResponse.
44
+ * Use `create(ExecuteCustomEvaluatorResponseSchema)` to create a new message.
45
+ */
46
+ export const ExecuteCustomEvaluatorResponseSchema = /*@__PURE__*/ messageDesc(file_fermata_v1_worker, 6);
47
+ /**
48
+ * FermataExecutionService is the Go-owned eval execution surface.
49
+ *
50
+ * It replaces the old worker-sidecar framing while keeping the request/response
51
+ * messages stable for clients.
52
+ *
53
+ * @generated from service fermata.v1.FermataExecutionService
54
+ */
55
+ export const FermataExecutionService = /*@__PURE__*/ serviceDesc(file_fermata_v1_worker, 0);
@@ -0,0 +1,243 @@
1
+ import type { GenFile, GenMessage } 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 gate/v1/audit.proto.
6
+ */
7
+ export declare const file_gate_v1_audit: GenFile;
8
+ /**
9
+ * @generated from message gate.v1.IngestAuditLogsRequest
10
+ */
11
+ export type IngestAuditLogsRequest = Message<"gate.v1.IngestAuditLogsRequest"> & {
12
+ /**
13
+ * @generated from field: repeated gate.v1.AuditEntry entries = 1;
14
+ */
15
+ entries: AuditEntry[];
16
+ };
17
+ /**
18
+ * Describes the message gate.v1.IngestAuditLogsRequest.
19
+ * Use `create(IngestAuditLogsRequestSchema)` to create a new message.
20
+ */
21
+ export declare const IngestAuditLogsRequestSchema: GenMessage<IngestAuditLogsRequest>;
22
+ /**
23
+ * @generated from message gate.v1.IngestAuditLogsResponse
24
+ */
25
+ export type IngestAuditLogsResponse = Message<"gate.v1.IngestAuditLogsResponse"> & {
26
+ /**
27
+ * @generated from field: int32 accepted = 1;
28
+ */
29
+ accepted: number;
30
+ };
31
+ /**
32
+ * Describes the message gate.v1.IngestAuditLogsResponse.
33
+ * Use `create(IngestAuditLogsResponseSchema)` to create a new message.
34
+ */
35
+ export declare const IngestAuditLogsResponseSchema: GenMessage<IngestAuditLogsResponse>;
36
+ /**
37
+ * @generated from message gate.v1.QueryAuditLogsRequest
38
+ */
39
+ export type QueryAuditLogsRequest = Message<"gate.v1.QueryAuditLogsRequest"> & {
40
+ /**
41
+ * @generated from field: gate.v1.AuditFilter filter = 1;
42
+ */
43
+ filter?: AuditFilter;
44
+ };
45
+ /**
46
+ * Describes the message gate.v1.QueryAuditLogsRequest.
47
+ * Use `create(QueryAuditLogsRequestSchema)` to create a new message.
48
+ */
49
+ export declare const QueryAuditLogsRequestSchema: GenMessage<QueryAuditLogsRequest>;
50
+ /**
51
+ * @generated from message gate.v1.QueryAuditLogsResponse
52
+ */
53
+ export type QueryAuditLogsResponse = Message<"gate.v1.QueryAuditLogsResponse"> & {
54
+ /**
55
+ * @generated from field: repeated gate.v1.AuditEntry entries = 1;
56
+ */
57
+ entries: AuditEntry[];
58
+ };
59
+ /**
60
+ * Describes the message gate.v1.QueryAuditLogsResponse.
61
+ * Use `create(QueryAuditLogsResponseSchema)` to create a new message.
62
+ */
63
+ export declare const QueryAuditLogsResponseSchema: GenMessage<QueryAuditLogsResponse>;
64
+ /**
65
+ * @generated from message gate.v1.PurgeAuditLogsRequest
66
+ */
67
+ export type PurgeAuditLogsRequest = Message<"gate.v1.PurgeAuditLogsRequest"> & {
68
+ /**
69
+ * @generated from field: google.protobuf.Timestamp before = 1;
70
+ */
71
+ before?: Timestamp;
72
+ };
73
+ /**
74
+ * Describes the message gate.v1.PurgeAuditLogsRequest.
75
+ * Use `create(PurgeAuditLogsRequestSchema)` to create a new message.
76
+ */
77
+ export declare const PurgeAuditLogsRequestSchema: GenMessage<PurgeAuditLogsRequest>;
78
+ /**
79
+ * @generated from message gate.v1.PurgeAuditLogsResponse
80
+ */
81
+ export type PurgeAuditLogsResponse = Message<"gate.v1.PurgeAuditLogsResponse"> & {
82
+ /**
83
+ * @generated from field: int64 deleted = 1;
84
+ */
85
+ deleted: bigint;
86
+ };
87
+ /**
88
+ * Describes the message gate.v1.PurgeAuditLogsResponse.
89
+ * Use `create(PurgeAuditLogsResponseSchema)` to create a new message.
90
+ */
91
+ export declare const PurgeAuditLogsResponseSchema: GenMessage<PurgeAuditLogsResponse>;
92
+ /**
93
+ * @generated from message gate.v1.ExportAuditLogsRequest
94
+ */
95
+ export type ExportAuditLogsRequest = Message<"gate.v1.ExportAuditLogsRequest"> & {
96
+ /**
97
+ * @generated from field: gate.v1.AuditFilter filter = 1;
98
+ */
99
+ filter?: AuditFilter;
100
+ };
101
+ /**
102
+ * Describes the message gate.v1.ExportAuditLogsRequest.
103
+ * Use `create(ExportAuditLogsRequestSchema)` to create a new message.
104
+ */
105
+ export declare const ExportAuditLogsRequestSchema: GenMessage<ExportAuditLogsRequest>;
106
+ /**
107
+ * @generated from message gate.v1.ExportAuditLogsResponse
108
+ */
109
+ export type ExportAuditLogsResponse = Message<"gate.v1.ExportAuditLogsResponse"> & {
110
+ /**
111
+ * @generated from field: gate.v1.AuditEntry entry = 1;
112
+ */
113
+ entry?: AuditEntry;
114
+ };
115
+ /**
116
+ * Describes the message gate.v1.ExportAuditLogsResponse.
117
+ * Use `create(ExportAuditLogsResponseSchema)` to create a new message.
118
+ */
119
+ export declare const ExportAuditLogsResponseSchema: GenMessage<ExportAuditLogsResponse>;
120
+ /**
121
+ * @generated from message gate.v1.AuditEntry
122
+ */
123
+ export type AuditEntry = Message<"gate.v1.AuditEntry"> & {
124
+ /**
125
+ * @generated from field: google.protobuf.Timestamp timestamp = 1;
126
+ */
127
+ timestamp?: Timestamp;
128
+ /**
129
+ * @generated from field: string conn_id = 2;
130
+ */
131
+ connId: string;
132
+ /**
133
+ * @generated from field: string event_type = 3;
134
+ */
135
+ eventType: string;
136
+ /**
137
+ * @generated from field: string username = 4;
138
+ */
139
+ username: string;
140
+ /**
141
+ * @generated from field: string resource = 5;
142
+ */
143
+ resource: string;
144
+ /**
145
+ * @generated from field: string action = 6;
146
+ */
147
+ action: string;
148
+ /**
149
+ * @generated from field: string statement = 7;
150
+ */
151
+ statement: string;
152
+ /**
153
+ * @generated from field: string query_type = 8;
154
+ */
155
+ queryType: string;
156
+ /**
157
+ * @generated from field: string client_addr = 9;
158
+ */
159
+ clientAddr: string;
160
+ /**
161
+ * @generated from field: google.protobuf.Struct details = 10;
162
+ */
163
+ details?: JsonObject;
164
+ /**
165
+ * @generated from field: int64 id = 11;
166
+ */
167
+ id: bigint;
168
+ /**
169
+ * @generated from field: string org_id = 12;
170
+ */
171
+ orgId: string;
172
+ /**
173
+ * @generated from field: string lineage_id = 13;
174
+ */
175
+ lineageId: string;
176
+ };
177
+ /**
178
+ * Describes the message gate.v1.AuditEntry.
179
+ * Use `create(AuditEntrySchema)` to create a new message.
180
+ */
181
+ export declare const AuditEntrySchema: GenMessage<AuditEntry>;
182
+ /**
183
+ * @generated from message gate.v1.AuditFilter
184
+ */
185
+ export type AuditFilter = Message<"gate.v1.AuditFilter"> & {
186
+ /**
187
+ * @generated from field: string username = 1;
188
+ */
189
+ username: string;
190
+ /**
191
+ * @generated from field: string resource = 2;
192
+ */
193
+ resource: string;
194
+ /**
195
+ * @generated from field: string event_type = 3;
196
+ */
197
+ eventType: string;
198
+ /**
199
+ * @generated from field: string action = 4;
200
+ */
201
+ action: string;
202
+ /**
203
+ * @generated from field: google.protobuf.Timestamp since = 5;
204
+ */
205
+ since?: Timestamp;
206
+ /**
207
+ * @generated from field: google.protobuf.Timestamp until = 6;
208
+ */
209
+ until?: Timestamp;
210
+ /**
211
+ * @generated from field: int32 limit = 7;
212
+ */
213
+ limit: number;
214
+ /**
215
+ * @generated from field: int32 offset = 8;
216
+ */
217
+ offset: number;
218
+ /**
219
+ * @generated from field: string mcp_method = 9;
220
+ */
221
+ mcpMethod: string;
222
+ /**
223
+ * @generated from field: string mcp_operation = 10;
224
+ */
225
+ mcpOperation: string;
226
+ /**
227
+ * @generated from field: string mcp_target = 11;
228
+ */
229
+ mcpTarget: string;
230
+ /**
231
+ * @generated from field: string inspection = 12;
232
+ */
233
+ inspection: string;
234
+ /**
235
+ * @generated from field: string lineage_id = 13;
236
+ */
237
+ lineageId: string;
238
+ };
239
+ /**
240
+ * Describes the message gate.v1.AuditFilter.
241
+ * Use `create(AuditFilterSchema)` to create a new message.
242
+ */
243
+ export declare const AuditFilterSchema: GenMessage<AuditFilter>;
@@ -0,0 +1,60 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file gate/v1/audit.proto (package gate.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_buf_validate_validate } from "../../buf/validate/validate_pb.js";
6
+ import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
+ /**
8
+ * Describes the file gate/v1/audit.proto.
9
+ */
10
+ export const file_gate_v1_audit = /*@__PURE__*/ fileDesc("ChNnYXRlL3YxL2F1ZGl0LnByb3RvEgdnYXRlLnYxIj4KFkluZ2VzdEF1ZGl0TG9nc1JlcXVlc3QSJAoHZW50cmllcxgBIAMoCzITLmdhdGUudjEuQXVkaXRFbnRyeSIrChdJbmdlc3RBdWRpdExvZ3NSZXNwb25zZRIQCghhY2NlcHRlZBgBIAEoBSI9ChVRdWVyeUF1ZGl0TG9nc1JlcXVlc3QSJAoGZmlsdGVyGAEgASgLMhQuZ2F0ZS52MS5BdWRpdEZpbHRlciI+ChZRdWVyeUF1ZGl0TG9nc1Jlc3BvbnNlEiQKB2VudHJpZXMYASADKAsyEy5nYXRlLnYxLkF1ZGl0RW50cnkiSwoVUHVyZ2VBdWRpdExvZ3NSZXF1ZXN0EjIKBmJlZm9yZRgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBrpIA8gBASIpChZQdXJnZUF1ZGl0TG9nc1Jlc3BvbnNlEg8KB2RlbGV0ZWQYASABKAMiPgoWRXhwb3J0QXVkaXRMb2dzUmVxdWVzdBIkCgZmaWx0ZXIYASABKAsyFC5nYXRlLnYxLkF1ZGl0RmlsdGVyIj0KF0V4cG9ydEF1ZGl0TG9nc1Jlc3BvbnNlEiIKBWVudHJ5GAEgASgLMhMuZ2F0ZS52MS5BdWRpdEVudHJ5IqoCCgpBdWRpdEVudHJ5Ei0KCXRpbWVzdGFtcBgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASDwoHY29ubl9pZBgCIAEoCRISCgpldmVudF90eXBlGAMgASgJEhAKCHVzZXJuYW1lGAQgASgJEhAKCHJlc291cmNlGAUgASgJEg4KBmFjdGlvbhgGIAEoCRIRCglzdGF0ZW1lbnQYByABKAkSEgoKcXVlcnlfdHlwZRgIIAEoCRITCgtjbGllbnRfYWRkchgJIAEoCRIoCgdkZXRhaWxzGAogASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdBIKCgJpZBgLIAEoAxIOCgZvcmdfaWQYDCABKAkSEgoKbGluZWFnZV9pZBgNIAEoCSLDAgoLQXVkaXRGaWx0ZXISEAoIdXNlcm5hbWUYASABKAkSEAoIcmVzb3VyY2UYAiABKAkSEgoKZXZlbnRfdHlwZRgDIAEoCRIOCgZhY3Rpb24YBCABKAkSKQoFc2luY2UYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEikKBXVudGlsGAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIWCgVsaW1pdBgHIAEoBUIHukgEGgIoABIXCgZvZmZzZXQYCCABKAVCB7pIBBoCKAASEgoKbWNwX21ldGhvZBgJIAEoCRIVCg1tY3Bfb3BlcmF0aW9uGAogASgJEhIKCm1jcF90YXJnZXQYCyABKAkSEgoKaW5zcGVjdGlvbhgMIAEoCRISCgpsaW5lYWdlX2lkGA0gASgJQjNaMWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vZ2F0ZS92MTtnYXRldjFiBnByb3RvMw", [file_buf_validate_validate, file_google_protobuf_struct, file_google_protobuf_timestamp]);
11
+ /**
12
+ * Describes the message gate.v1.IngestAuditLogsRequest.
13
+ * Use `create(IngestAuditLogsRequestSchema)` to create a new message.
14
+ */
15
+ export const IngestAuditLogsRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 0);
16
+ /**
17
+ * Describes the message gate.v1.IngestAuditLogsResponse.
18
+ * Use `create(IngestAuditLogsResponseSchema)` to create a new message.
19
+ */
20
+ export const IngestAuditLogsResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 1);
21
+ /**
22
+ * Describes the message gate.v1.QueryAuditLogsRequest.
23
+ * Use `create(QueryAuditLogsRequestSchema)` to create a new message.
24
+ */
25
+ export const QueryAuditLogsRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 2);
26
+ /**
27
+ * Describes the message gate.v1.QueryAuditLogsResponse.
28
+ * Use `create(QueryAuditLogsResponseSchema)` to create a new message.
29
+ */
30
+ export const QueryAuditLogsResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 3);
31
+ /**
32
+ * Describes the message gate.v1.PurgeAuditLogsRequest.
33
+ * Use `create(PurgeAuditLogsRequestSchema)` to create a new message.
34
+ */
35
+ export const PurgeAuditLogsRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 4);
36
+ /**
37
+ * Describes the message gate.v1.PurgeAuditLogsResponse.
38
+ * Use `create(PurgeAuditLogsResponseSchema)` to create a new message.
39
+ */
40
+ export const PurgeAuditLogsResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 5);
41
+ /**
42
+ * Describes the message gate.v1.ExportAuditLogsRequest.
43
+ * Use `create(ExportAuditLogsRequestSchema)` to create a new message.
44
+ */
45
+ export const ExportAuditLogsRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 6);
46
+ /**
47
+ * Describes the message gate.v1.ExportAuditLogsResponse.
48
+ * Use `create(ExportAuditLogsResponseSchema)` to create a new message.
49
+ */
50
+ export const ExportAuditLogsResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 7);
51
+ /**
52
+ * Describes the message gate.v1.AuditEntry.
53
+ * Use `create(AuditEntrySchema)` to create a new message.
54
+ */
55
+ export const AuditEntrySchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 8);
56
+ /**
57
+ * Describes the message gate.v1.AuditFilter.
58
+ * Use `create(AuditFilterSchema)` to create a new message.
59
+ */
60
+ export const AuditFilterSchema = /*@__PURE__*/ messageDesc(file_gate_v1_audit, 9);