@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.
- package/README.md +15 -0
- package/dist/agentregistry/v1/service_pb.d.ts +458 -0
- package/dist/agentregistry/v1/service_pb.js +100 -0
- package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
- package/dist/agentruntime/v1/runtime_pb.js +480 -0
- package/dist/agents/v1/agents_pb.d.ts +1151 -0
- package/dist/agents/v1/agents_pb.js +256 -0
- package/dist/approvals/v1/approvals_pb.d.ts +788 -0
- package/dist/approvals/v1/approvals_pb.js +212 -0
- package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
- package/dist/artifacts/v1/artifacts_pb.js +292 -0
- package/dist/attestation/v1/attestation_pb.d.ts +359 -0
- package/dist/attestation/v1/attestation_pb.js +84 -0
- package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
- package/dist/attribution/v1/attribution_pb.js +285 -0
- package/dist/audit/v1/audit_pb.d.ts +1151 -0
- package/dist/audit/v1/audit_pb.js +262 -0
- package/dist/buf/validate/validate_pb.d.ts +4827 -0
- package/dist/buf/validate/validate_pb.js +356 -0
- package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
- package/dist/catalogs/v1/catalogs_pb.js +38 -0
- package/dist/common/v1/analytics_pb.d.ts +134 -0
- package/dist/common/v1/analytics_pb.js +72 -0
- package/dist/common/v1/authz_pb.d.ts +23 -0
- package/dist/common/v1/authz_pb.js +26 -0
- package/dist/common/v1/delivery_pb.d.ts +36 -0
- package/dist/common/v1/delivery_pb.js +40 -0
- package/dist/common/v1/entity_pb.d.ts +44 -0
- package/dist/common/v1/entity_pb.js +48 -0
- package/dist/common/v1/risk_pb.d.ts +36 -0
- package/dist/common/v1/risk_pb.js +40 -0
- package/dist/compliance/v1/compliance_pb.d.ts +866 -0
- package/dist/compliance/v1/compliance_pb.js +240 -0
- package/dist/config/v1/config_pb.d.ts +589 -0
- package/dist/config/v1/config_pb.js +164 -0
- package/dist/connectors/v1/connectors_pb.d.ts +653 -0
- package/dist/connectors/v1/connectors_pb.js +236 -0
- package/dist/entities/v1/entities_pb.d.ts +784 -0
- package/dist/entities/v1/entities_pb.js +197 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
- package/dist/events/v1/change_pb.d.ts +60 -0
- package/dist/events/v1/change_pb.js +14 -0
- package/dist/events/v1/cloudevent_pb.d.ts +63 -0
- package/dist/events/v1/cloudevent_pb.js +14 -0
- package/dist/events/v1/evaluation_pb.d.ts +124 -0
- package/dist/events/v1/evaluation_pb.js +24 -0
- package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
- package/dist/fermata/v1/fermata_pb.js +515 -0
- package/dist/fermata/v1/worker_pb.d.ts +223 -0
- package/dist/fermata/v1/worker_pb.js +55 -0
- package/dist/gate/v1/audit_pb.d.ts +243 -0
- package/dist/gate/v1/audit_pb.js +60 -0
- package/dist/gate/v1/connector_pb.d.ts +360 -0
- package/dist/gate/v1/connector_pb.js +91 -0
- package/dist/gate/v1/controlplane_pb.d.ts +345 -0
- package/dist/gate/v1/controlplane_pb.js +19 -0
- package/dist/gate/v1/identity_group_pb.d.ts +255 -0
- package/dist/gate/v1/identity_group_pb.js +90 -0
- package/dist/gate/v1/recording_pb.d.ts +93 -0
- package/dist/gate/v1/recording_pb.js +35 -0
- package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
- package/dist/gate/v1/resource_policy_pb.js +145 -0
- package/dist/gate/v1/tenant_pb.d.ts +273 -0
- package/dist/gate/v1/tenant_pb.js +101 -0
- package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
- package/dist/gate/v1/webhook_access_pb.js +105 -0
- package/dist/google/api/annotations_pb.d.ts +13 -0
- package/dist/google/api/annotations_pb.js +26 -0
- package/dist/google/api/http_pb.d.ts +440 -0
- package/dist/google/api/http_pb.js +33 -0
- package/dist/governance/v1/governance_pb.d.ts +1219 -0
- package/dist/governance/v1/governance_pb.js +376 -0
- package/dist/identity/v1/organizations_pb.d.ts +621 -0
- package/dist/identity/v1/organizations_pb.js +166 -0
- package/dist/identity/v1/sessions_pb.d.ts +78 -0
- package/dist/identity/v1/sessions_pb.js +19 -0
- package/dist/identity/v1/tokens_pb.d.ts +332 -0
- package/dist/identity/v1/tokens_pb.js +56 -0
- package/dist/ingest/v1/admin_pb.d.ts +471 -0
- package/dist/ingest/v1/admin_pb.js +112 -0
- package/dist/ingest/v1/event_pb.d.ts +155 -0
- package/dist/ingest/v1/event_pb.js +24 -0
- package/dist/keys/v1/keys_pb.d.ts +241 -0
- package/dist/keys/v1/keys_pb.js +52 -0
- package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
- package/dist/llmgateway/v1/gateway_pb.js +79 -0
- package/dist/memory/v1/memory_pb.d.ts +1260 -0
- package/dist/memory/v1/memory_pb.js +243 -0
- package/dist/meter/v1/meter_pb.d.ts +1691 -0
- package/dist/meter/v1/meter_pb.js +263 -0
- package/dist/notifications/v1/notifications_pb.d.ts +777 -0
- package/dist/notifications/v1/notifications_pb.js +257 -0
- package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
- package/dist/objectives/v1/objectives_pb.js +340 -0
- package/dist/posture/v1/posture_pb.d.ts +357 -0
- package/dist/posture/v1/posture_pb.js +88 -0
- package/dist/prompts/v1/prompts_pb.d.ts +864 -0
- package/dist/prompts/v1/prompts_pb.js +156 -0
- package/dist/relationships/v1/relationships_pb.d.ts +367 -0
- package/dist/relationships/v1/relationships_pb.js +96 -0
- package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
- package/dist/secretbroker/v1/broker_pb.js +168 -0
- package/dist/skills/v1/skills_pb.d.ts +652 -0
- package/dist/skills/v1/skills_pb.js +164 -0
- package/dist/tap/v1/admin_pb.d.ts +530 -0
- package/dist/tap/v1/admin_pb.js +132 -0
- package/dist/tap/v1/event_pb.d.ts +141 -0
- package/dist/tap/v1/event_pb.js +27 -0
- package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
- package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
- package/dist/traces/v1/traces_pb.d.ts +633 -0
- package/dist/traces/v1/traces_pb.js +163 -0
- package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
- package/dist/workflows/v1/workflows_pb.js +431 -0
- package/package.json +272 -0
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { EntityType } from "../../common/v1/entity_pb.js";
|
|
3
|
+
import type { CanonicalEntity } from "../../entities/v1/entities_pb.js";
|
|
4
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file posture/v1/posture.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_posture_v1_posture: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* PostureRule describes a simple condition that marks an entity as violating
|
|
11
|
+
* workspace posture policy when the condition evaluates true.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message posture.v1.PostureRule
|
|
14
|
+
*/
|
|
15
|
+
export type PostureRule = Message<"posture.v1.PostureRule"> & {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: string id = 1;
|
|
18
|
+
*/
|
|
19
|
+
id: string;
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string workspace_id = 2;
|
|
22
|
+
*/
|
|
23
|
+
workspaceId: string;
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string name = 3;
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: common.v1.EntityType entity_type_filter = 4;
|
|
30
|
+
*/
|
|
31
|
+
entityTypeFilter: EntityType;
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: google.protobuf.Struct condition = 5;
|
|
34
|
+
*/
|
|
35
|
+
condition?: JsonObject;
|
|
36
|
+
/**
|
|
37
|
+
* @generated from field: string severity = 6;
|
|
38
|
+
*/
|
|
39
|
+
severity: string;
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: string remediation_hint = 7;
|
|
42
|
+
*/
|
|
43
|
+
remediationHint: string;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Describes the message posture.v1.PostureRule.
|
|
47
|
+
* Use `create(PostureRuleSchema)` to create a new message.
|
|
48
|
+
*/
|
|
49
|
+
export declare const PostureRuleSchema: GenMessage<PostureRule>;
|
|
50
|
+
/**
|
|
51
|
+
* @generated from message posture.v1.CreateRuleRequest
|
|
52
|
+
*/
|
|
53
|
+
export type CreateRuleRequest = Message<"posture.v1.CreateRuleRequest"> & {
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: string workspace_id = 1;
|
|
56
|
+
*/
|
|
57
|
+
workspaceId: string;
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: string name = 2;
|
|
60
|
+
*/
|
|
61
|
+
name: string;
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: common.v1.EntityType entity_type_filter = 3;
|
|
64
|
+
*/
|
|
65
|
+
entityTypeFilter: EntityType;
|
|
66
|
+
/**
|
|
67
|
+
* @generated from field: google.protobuf.Struct condition = 4;
|
|
68
|
+
*/
|
|
69
|
+
condition?: JsonObject;
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: string severity = 5;
|
|
72
|
+
*/
|
|
73
|
+
severity: string;
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: string remediation_hint = 6;
|
|
76
|
+
*/
|
|
77
|
+
remediationHint: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Describes the message posture.v1.CreateRuleRequest.
|
|
81
|
+
* Use `create(CreateRuleRequestSchema)` to create a new message.
|
|
82
|
+
*/
|
|
83
|
+
export declare const CreateRuleRequestSchema: GenMessage<CreateRuleRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* @generated from message posture.v1.CreateRuleResponse
|
|
86
|
+
*/
|
|
87
|
+
export type CreateRuleResponse = Message<"posture.v1.CreateRuleResponse"> & {
|
|
88
|
+
/**
|
|
89
|
+
* @generated from field: posture.v1.PostureRule rule = 1;
|
|
90
|
+
*/
|
|
91
|
+
rule?: PostureRule;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Describes the message posture.v1.CreateRuleResponse.
|
|
95
|
+
* Use `create(CreateRuleResponseSchema)` to create a new message.
|
|
96
|
+
*/
|
|
97
|
+
export declare const CreateRuleResponseSchema: GenMessage<CreateRuleResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* @generated from message posture.v1.GetRuleRequest
|
|
100
|
+
*/
|
|
101
|
+
export type GetRuleRequest = Message<"posture.v1.GetRuleRequest"> & {
|
|
102
|
+
/**
|
|
103
|
+
* @generated from field: string workspace_id = 1;
|
|
104
|
+
*/
|
|
105
|
+
workspaceId: string;
|
|
106
|
+
/**
|
|
107
|
+
* @generated from field: string id = 2;
|
|
108
|
+
*/
|
|
109
|
+
id: string;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Describes the message posture.v1.GetRuleRequest.
|
|
113
|
+
* Use `create(GetRuleRequestSchema)` to create a new message.
|
|
114
|
+
*/
|
|
115
|
+
export declare const GetRuleRequestSchema: GenMessage<GetRuleRequest>;
|
|
116
|
+
/**
|
|
117
|
+
* @generated from message posture.v1.GetRuleResponse
|
|
118
|
+
*/
|
|
119
|
+
export type GetRuleResponse = Message<"posture.v1.GetRuleResponse"> & {
|
|
120
|
+
/**
|
|
121
|
+
* @generated from field: posture.v1.PostureRule rule = 1;
|
|
122
|
+
*/
|
|
123
|
+
rule?: PostureRule;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message posture.v1.GetRuleResponse.
|
|
127
|
+
* Use `create(GetRuleResponseSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export declare const GetRuleResponseSchema: GenMessage<GetRuleResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* @generated from message posture.v1.UpdateRuleRequest
|
|
132
|
+
*/
|
|
133
|
+
export type UpdateRuleRequest = Message<"posture.v1.UpdateRuleRequest"> & {
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: posture.v1.PostureRule rule = 1;
|
|
136
|
+
*/
|
|
137
|
+
rule?: PostureRule;
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* Describes the message posture.v1.UpdateRuleRequest.
|
|
141
|
+
* Use `create(UpdateRuleRequestSchema)` to create a new message.
|
|
142
|
+
*/
|
|
143
|
+
export declare const UpdateRuleRequestSchema: GenMessage<UpdateRuleRequest>;
|
|
144
|
+
/**
|
|
145
|
+
* @generated from message posture.v1.UpdateRuleResponse
|
|
146
|
+
*/
|
|
147
|
+
export type UpdateRuleResponse = Message<"posture.v1.UpdateRuleResponse"> & {
|
|
148
|
+
/**
|
|
149
|
+
* @generated from field: posture.v1.PostureRule rule = 1;
|
|
150
|
+
*/
|
|
151
|
+
rule?: PostureRule;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Describes the message posture.v1.UpdateRuleResponse.
|
|
155
|
+
* Use `create(UpdateRuleResponseSchema)` to create a new message.
|
|
156
|
+
*/
|
|
157
|
+
export declare const UpdateRuleResponseSchema: GenMessage<UpdateRuleResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* @generated from message posture.v1.DeleteRuleRequest
|
|
160
|
+
*/
|
|
161
|
+
export type DeleteRuleRequest = Message<"posture.v1.DeleteRuleRequest"> & {
|
|
162
|
+
/**
|
|
163
|
+
* @generated from field: string workspace_id = 1;
|
|
164
|
+
*/
|
|
165
|
+
workspaceId: string;
|
|
166
|
+
/**
|
|
167
|
+
* @generated from field: string id = 2;
|
|
168
|
+
*/
|
|
169
|
+
id: string;
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* Describes the message posture.v1.DeleteRuleRequest.
|
|
173
|
+
* Use `create(DeleteRuleRequestSchema)` to create a new message.
|
|
174
|
+
*/
|
|
175
|
+
export declare const DeleteRuleRequestSchema: GenMessage<DeleteRuleRequest>;
|
|
176
|
+
/**
|
|
177
|
+
* @generated from message posture.v1.DeleteRuleResponse
|
|
178
|
+
*/
|
|
179
|
+
export type DeleteRuleResponse = Message<"posture.v1.DeleteRuleResponse"> & {};
|
|
180
|
+
/**
|
|
181
|
+
* Describes the message posture.v1.DeleteRuleResponse.
|
|
182
|
+
* Use `create(DeleteRuleResponseSchema)` to create a new message.
|
|
183
|
+
*/
|
|
184
|
+
export declare const DeleteRuleResponseSchema: GenMessage<DeleteRuleResponse>;
|
|
185
|
+
/**
|
|
186
|
+
* @generated from message posture.v1.ListRulesRequest
|
|
187
|
+
*/
|
|
188
|
+
export type ListRulesRequest = Message<"posture.v1.ListRulesRequest"> & {
|
|
189
|
+
/**
|
|
190
|
+
* @generated from field: string workspace_id = 1;
|
|
191
|
+
*/
|
|
192
|
+
workspaceId: string;
|
|
193
|
+
/**
|
|
194
|
+
* @generated from field: common.v1.EntityType entity_type_filter = 2;
|
|
195
|
+
*/
|
|
196
|
+
entityTypeFilter: EntityType;
|
|
197
|
+
/**
|
|
198
|
+
* @generated from field: int32 limit = 3;
|
|
199
|
+
*/
|
|
200
|
+
limit: number;
|
|
201
|
+
/**
|
|
202
|
+
* @generated from field: int32 offset = 4;
|
|
203
|
+
*/
|
|
204
|
+
offset: number;
|
|
205
|
+
};
|
|
206
|
+
/**
|
|
207
|
+
* Describes the message posture.v1.ListRulesRequest.
|
|
208
|
+
* Use `create(ListRulesRequestSchema)` to create a new message.
|
|
209
|
+
*/
|
|
210
|
+
export declare const ListRulesRequestSchema: GenMessage<ListRulesRequest>;
|
|
211
|
+
/**
|
|
212
|
+
* @generated from message posture.v1.ListRulesResponse
|
|
213
|
+
*/
|
|
214
|
+
export type ListRulesResponse = Message<"posture.v1.ListRulesResponse"> & {
|
|
215
|
+
/**
|
|
216
|
+
* @generated from field: repeated posture.v1.PostureRule rules = 1;
|
|
217
|
+
*/
|
|
218
|
+
rules: PostureRule[];
|
|
219
|
+
/**
|
|
220
|
+
* @generated from field: int32 total = 2;
|
|
221
|
+
*/
|
|
222
|
+
total: number;
|
|
223
|
+
};
|
|
224
|
+
/**
|
|
225
|
+
* Describes the message posture.v1.ListRulesResponse.
|
|
226
|
+
* Use `create(ListRulesResponseSchema)` to create a new message.
|
|
227
|
+
*/
|
|
228
|
+
export declare const ListRulesResponseSchema: GenMessage<ListRulesResponse>;
|
|
229
|
+
/**
|
|
230
|
+
* @generated from message posture.v1.EvaluateEntityRequest
|
|
231
|
+
*/
|
|
232
|
+
export type EvaluateEntityRequest = Message<"posture.v1.EvaluateEntityRequest"> & {
|
|
233
|
+
/**
|
|
234
|
+
* @generated from field: entities.v1.CanonicalEntity entity = 1;
|
|
235
|
+
*/
|
|
236
|
+
entity?: CanonicalEntity;
|
|
237
|
+
};
|
|
238
|
+
/**
|
|
239
|
+
* Describes the message posture.v1.EvaluateEntityRequest.
|
|
240
|
+
* Use `create(EvaluateEntityRequestSchema)` to create a new message.
|
|
241
|
+
*/
|
|
242
|
+
export declare const EvaluateEntityRequestSchema: GenMessage<EvaluateEntityRequest>;
|
|
243
|
+
/**
|
|
244
|
+
* @generated from message posture.v1.PostureViolation
|
|
245
|
+
*/
|
|
246
|
+
export type PostureViolation = Message<"posture.v1.PostureViolation"> & {
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: string rule_id = 1;
|
|
249
|
+
*/
|
|
250
|
+
ruleId: string;
|
|
251
|
+
/**
|
|
252
|
+
* @generated from field: string rule_name = 2;
|
|
253
|
+
*/
|
|
254
|
+
ruleName: string;
|
|
255
|
+
/**
|
|
256
|
+
* @generated from field: string workspace_id = 3;
|
|
257
|
+
*/
|
|
258
|
+
workspaceId: string;
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string entity_id = 4;
|
|
261
|
+
*/
|
|
262
|
+
entityId: string;
|
|
263
|
+
/**
|
|
264
|
+
* @generated from field: common.v1.EntityType entity_type = 5;
|
|
265
|
+
*/
|
|
266
|
+
entityType: EntityType;
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: string severity = 6;
|
|
269
|
+
*/
|
|
270
|
+
severity: string;
|
|
271
|
+
/**
|
|
272
|
+
* @generated from field: string remediation_hint = 7;
|
|
273
|
+
*/
|
|
274
|
+
remediationHint: string;
|
|
275
|
+
/**
|
|
276
|
+
* @generated from field: google.protobuf.Struct condition = 8;
|
|
277
|
+
*/
|
|
278
|
+
condition?: JsonObject;
|
|
279
|
+
/**
|
|
280
|
+
* @generated from field: string signal_id = 9;
|
|
281
|
+
*/
|
|
282
|
+
signalId: string;
|
|
283
|
+
};
|
|
284
|
+
/**
|
|
285
|
+
* Describes the message posture.v1.PostureViolation.
|
|
286
|
+
* Use `create(PostureViolationSchema)` to create a new message.
|
|
287
|
+
*/
|
|
288
|
+
export declare const PostureViolationSchema: GenMessage<PostureViolation>;
|
|
289
|
+
/**
|
|
290
|
+
* @generated from message posture.v1.EvaluateEntityResponse
|
|
291
|
+
*/
|
|
292
|
+
export type EvaluateEntityResponse = Message<"posture.v1.EvaluateEntityResponse"> & {
|
|
293
|
+
/**
|
|
294
|
+
* @generated from field: repeated posture.v1.PostureViolation violations = 1;
|
|
295
|
+
*/
|
|
296
|
+
violations: PostureViolation[];
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* Describes the message posture.v1.EvaluateEntityResponse.
|
|
300
|
+
* Use `create(EvaluateEntityResponseSchema)` to create a new message.
|
|
301
|
+
*/
|
|
302
|
+
export declare const EvaluateEntityResponseSchema: GenMessage<EvaluateEntityResponse>;
|
|
303
|
+
/**
|
|
304
|
+
* PostureService manages posture rules and evaluates canonical entities.
|
|
305
|
+
*
|
|
306
|
+
* @generated from service posture.v1.PostureService
|
|
307
|
+
*/
|
|
308
|
+
export declare const PostureService: GenService<{
|
|
309
|
+
/**
|
|
310
|
+
* @generated from rpc posture.v1.PostureService.CreateRule
|
|
311
|
+
*/
|
|
312
|
+
createRule: {
|
|
313
|
+
methodKind: "unary";
|
|
314
|
+
input: typeof CreateRuleRequestSchema;
|
|
315
|
+
output: typeof CreateRuleResponseSchema;
|
|
316
|
+
};
|
|
317
|
+
/**
|
|
318
|
+
* @generated from rpc posture.v1.PostureService.GetRule
|
|
319
|
+
*/
|
|
320
|
+
getRule: {
|
|
321
|
+
methodKind: "unary";
|
|
322
|
+
input: typeof GetRuleRequestSchema;
|
|
323
|
+
output: typeof GetRuleResponseSchema;
|
|
324
|
+
};
|
|
325
|
+
/**
|
|
326
|
+
* @generated from rpc posture.v1.PostureService.UpdateRule
|
|
327
|
+
*/
|
|
328
|
+
updateRule: {
|
|
329
|
+
methodKind: "unary";
|
|
330
|
+
input: typeof UpdateRuleRequestSchema;
|
|
331
|
+
output: typeof UpdateRuleResponseSchema;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* @generated from rpc posture.v1.PostureService.DeleteRule
|
|
335
|
+
*/
|
|
336
|
+
deleteRule: {
|
|
337
|
+
methodKind: "unary";
|
|
338
|
+
input: typeof DeleteRuleRequestSchema;
|
|
339
|
+
output: typeof DeleteRuleResponseSchema;
|
|
340
|
+
};
|
|
341
|
+
/**
|
|
342
|
+
* @generated from rpc posture.v1.PostureService.ListRules
|
|
343
|
+
*/
|
|
344
|
+
listRules: {
|
|
345
|
+
methodKind: "unary";
|
|
346
|
+
input: typeof ListRulesRequestSchema;
|
|
347
|
+
output: typeof ListRulesResponseSchema;
|
|
348
|
+
};
|
|
349
|
+
/**
|
|
350
|
+
* @generated from rpc posture.v1.PostureService.EvaluateEntity
|
|
351
|
+
*/
|
|
352
|
+
evaluateEntity: {
|
|
353
|
+
methodKind: "unary";
|
|
354
|
+
input: typeof EvaluateEntityRequestSchema;
|
|
355
|
+
output: typeof EvaluateEntityResponseSchema;
|
|
356
|
+
};
|
|
357
|
+
}>;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
|
|
2
|
+
// @generated from file posture/v1/posture.proto (package posture.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_common_v1_entity } from "../../common/v1/entity_pb.js";
|
|
7
|
+
import { file_entities_v1_entities } from "../../entities/v1/entities_pb.js";
|
|
8
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file posture/v1/posture.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_posture_v1_posture = /*@__PURE__*/ fileDesc("Chhwb3N0dXJlL3YxL3Bvc3R1cmUucHJvdG8SCnBvc3R1cmUudjEi9gEKC1Bvc3R1cmVSdWxlEhQKAmlkGAEgASgJQgi6SAVyA7ABARIeCgx3b3Jrc3BhY2VfaWQYAiABKAlCCLpIBXIDsAEBEhUKBG5hbWUYAyABKAlCB7pIBHICEAESMQoSZW50aXR5X3R5cGVfZmlsdGVyGAQgASgOMhUuY29tbW9uLnYxLkVudGl0eVR5cGUSMgoJY29uZGl0aW9uGAUgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEIGukgDyAEBEhkKCHNldmVyaXR5GAYgASgJQge6SARyAhABEhgKEHJlbWVkaWF0aW9uX2hpbnQYByABKAki5gEKEUNyZWF0ZVJ1bGVSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESFQoEbmFtZRgCIAEoCUIHukgEcgIQARIxChJlbnRpdHlfdHlwZV9maWx0ZXIYAyABKA4yFS5jb21tb24udjEuRW50aXR5VHlwZRIyCgljb25kaXRpb24YBCABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0Qga6SAPIAQESGQoIc2V2ZXJpdHkYBSABKAlCB7pIBHICEAESGAoQcmVtZWRpYXRpb25faGludBgGIAEoCSI7ChJDcmVhdGVSdWxlUmVzcG9uc2USJQoEcnVsZRgBIAEoCzIXLnBvc3R1cmUudjEuUG9zdHVyZVJ1bGUiRgoOR2V0UnVsZVJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARIUCgJpZBgCIAEoCUIIukgFcgOwAQEiOAoPR2V0UnVsZVJlc3BvbnNlEiUKBHJ1bGUYASABKAsyFy5wb3N0dXJlLnYxLlBvc3R1cmVSdWxlIkIKEVVwZGF0ZVJ1bGVSZXF1ZXN0Ei0KBHJ1bGUYASABKAsyFy5wb3N0dXJlLnYxLlBvc3R1cmVSdWxlQga6SAPIAQEiOwoSVXBkYXRlUnVsZVJlc3BvbnNlEiUKBHJ1bGUYASABKAsyFy5wb3N0dXJlLnYxLlBvc3R1cmVSdWxlIkkKEURlbGV0ZVJ1bGVSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESFAoCaWQYAiABKAlCCLpIBXIDsAEBIhQKEkRlbGV0ZVJ1bGVSZXNwb25zZSKZAQoQTGlzdFJ1bGVzUmVxdWVzdBIeCgx3b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEjEKEmVudGl0eV90eXBlX2ZpbHRlchgCIAEoDjIVLmNvbW1vbi52MS5FbnRpdHlUeXBlEhkKBWxpbWl0GAMgASgFQgq6SAcaBRj0AygAEhcKBm9mZnNldBgEIAEoBUIHukgEGgIoACJKChFMaXN0UnVsZXNSZXNwb25zZRImCgVydWxlcxgBIAMoCzIXLnBvc3R1cmUudjEuUG9zdHVyZVJ1bGUSDQoFdG90YWwYAiABKAUiTQoVRXZhbHVhdGVFbnRpdHlSZXF1ZXN0EjQKBmVudGl0eRgBIAEoCzIcLmVudGl0aWVzLnYxLkNhbm9uaWNhbEVudGl0eUIGukgDyAEBIvYBChBQb3N0dXJlVmlvbGF0aW9uEg8KB3J1bGVfaWQYASABKAkSEQoJcnVsZV9uYW1lGAIgASgJEhQKDHdvcmtzcGFjZV9pZBgDIAEoCRIRCgllbnRpdHlfaWQYBCABKAkSKgoLZW50aXR5X3R5cGUYBSABKA4yFS5jb21tb24udjEuRW50aXR5VHlwZRIQCghzZXZlcml0eRgGIAEoCRIYChByZW1lZGlhdGlvbl9oaW50GAcgASgJEioKCWNvbmRpdGlvbhgIIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSEQoJc2lnbmFsX2lkGAkgASgJIkoKFkV2YWx1YXRlRW50aXR5UmVzcG9uc2USMAoKdmlvbGF0aW9ucxgBIAMoCzIcLnBvc3R1cmUudjEuUG9zdHVyZVZpb2xhdGlvbjLeAwoOUG9zdHVyZVNlcnZpY2USSwoKQ3JlYXRlUnVsZRIdLnBvc3R1cmUudjEuQ3JlYXRlUnVsZVJlcXVlc3QaHi5wb3N0dXJlLnYxLkNyZWF0ZVJ1bGVSZXNwb25zZRJCCgdHZXRSdWxlEhoucG9zdHVyZS52MS5HZXRSdWxlUmVxdWVzdBobLnBvc3R1cmUudjEuR2V0UnVsZVJlc3BvbnNlEksKClVwZGF0ZVJ1bGUSHS5wb3N0dXJlLnYxLlVwZGF0ZVJ1bGVSZXF1ZXN0Gh4ucG9zdHVyZS52MS5VcGRhdGVSdWxlUmVzcG9uc2USSwoKRGVsZXRlUnVsZRIdLnBvc3R1cmUudjEuRGVsZXRlUnVsZVJlcXVlc3QaHi5wb3N0dXJlLnYxLkRlbGV0ZVJ1bGVSZXNwb25zZRJICglMaXN0UnVsZXMSHC5wb3N0dXJlLnYxLkxpc3RSdWxlc1JlcXVlc3QaHS5wb3N0dXJlLnYxLkxpc3RSdWxlc1Jlc3BvbnNlElcKDkV2YWx1YXRlRW50aXR5EiEucG9zdHVyZS52MS5FdmFsdWF0ZUVudGl0eVJlcXVlc3QaIi5wb3N0dXJlLnYxLkV2YWx1YXRlRW50aXR5UmVzcG9uc2VCOVo3Z2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9wb3N0dXJlL3YxO3Bvc3R1cmV2MWIGcHJvdG8z", [file_buf_validate_validate, file_common_v1_entity, file_entities_v1_entities, file_google_protobuf_struct]);
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message posture.v1.PostureRule.
|
|
15
|
+
* Use `create(PostureRuleSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const PostureRuleSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 0);
|
|
18
|
+
/**
|
|
19
|
+
* Describes the message posture.v1.CreateRuleRequest.
|
|
20
|
+
* Use `create(CreateRuleRequestSchema)` to create a new message.
|
|
21
|
+
*/
|
|
22
|
+
export const CreateRuleRequestSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 1);
|
|
23
|
+
/**
|
|
24
|
+
* Describes the message posture.v1.CreateRuleResponse.
|
|
25
|
+
* Use `create(CreateRuleResponseSchema)` to create a new message.
|
|
26
|
+
*/
|
|
27
|
+
export const CreateRuleResponseSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 2);
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message posture.v1.GetRuleRequest.
|
|
30
|
+
* Use `create(GetRuleRequestSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export const GetRuleRequestSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 3);
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message posture.v1.GetRuleResponse.
|
|
35
|
+
* Use `create(GetRuleResponseSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetRuleResponseSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 4);
|
|
38
|
+
/**
|
|
39
|
+
* Describes the message posture.v1.UpdateRuleRequest.
|
|
40
|
+
* Use `create(UpdateRuleRequestSchema)` to create a new message.
|
|
41
|
+
*/
|
|
42
|
+
export const UpdateRuleRequestSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 5);
|
|
43
|
+
/**
|
|
44
|
+
* Describes the message posture.v1.UpdateRuleResponse.
|
|
45
|
+
* Use `create(UpdateRuleResponseSchema)` to create a new message.
|
|
46
|
+
*/
|
|
47
|
+
export const UpdateRuleResponseSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 6);
|
|
48
|
+
/**
|
|
49
|
+
* Describes the message posture.v1.DeleteRuleRequest.
|
|
50
|
+
* Use `create(DeleteRuleRequestSchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export const DeleteRuleRequestSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 7);
|
|
53
|
+
/**
|
|
54
|
+
* Describes the message posture.v1.DeleteRuleResponse.
|
|
55
|
+
* Use `create(DeleteRuleResponseSchema)` to create a new message.
|
|
56
|
+
*/
|
|
57
|
+
export const DeleteRuleResponseSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 8);
|
|
58
|
+
/**
|
|
59
|
+
* Describes the message posture.v1.ListRulesRequest.
|
|
60
|
+
* Use `create(ListRulesRequestSchema)` to create a new message.
|
|
61
|
+
*/
|
|
62
|
+
export const ListRulesRequestSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 9);
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message posture.v1.ListRulesResponse.
|
|
65
|
+
* Use `create(ListRulesResponseSchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export const ListRulesResponseSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 10);
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message posture.v1.EvaluateEntityRequest.
|
|
70
|
+
* Use `create(EvaluateEntityRequestSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EvaluateEntityRequestSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 11);
|
|
73
|
+
/**
|
|
74
|
+
* Describes the message posture.v1.PostureViolation.
|
|
75
|
+
* Use `create(PostureViolationSchema)` to create a new message.
|
|
76
|
+
*/
|
|
77
|
+
export const PostureViolationSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 12);
|
|
78
|
+
/**
|
|
79
|
+
* Describes the message posture.v1.EvaluateEntityResponse.
|
|
80
|
+
* Use `create(EvaluateEntityResponseSchema)` to create a new message.
|
|
81
|
+
*/
|
|
82
|
+
export const EvaluateEntityResponseSchema = /*@__PURE__*/ messageDesc(file_posture_v1_posture, 13);
|
|
83
|
+
/**
|
|
84
|
+
* PostureService manages posture rules and evaluates canonical entities.
|
|
85
|
+
*
|
|
86
|
+
* @generated from service posture.v1.PostureService
|
|
87
|
+
*/
|
|
88
|
+
export const PostureService = /*@__PURE__*/ serviceDesc(file_posture_v1_posture, 0);
|