@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,541 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file gate/v1/resource_policy.proto.
6
+ */
7
+ export declare const file_gate_v1_resource_policy: GenFile;
8
+ /**
9
+ * @generated from message gate.v1.ListResourcesRequest
10
+ */
11
+ export type ListResourcesRequest = Message<"gate.v1.ListResourcesRequest"> & {};
12
+ /**
13
+ * Describes the message gate.v1.ListResourcesRequest.
14
+ * Use `create(ListResourcesRequestSchema)` to create a new message.
15
+ */
16
+ export declare const ListResourcesRequestSchema: GenMessage<ListResourcesRequest>;
17
+ /**
18
+ * @generated from message gate.v1.ListResourcesResponse
19
+ */
20
+ export type ListResourcesResponse = Message<"gate.v1.ListResourcesResponse"> & {
21
+ /**
22
+ * @generated from field: repeated gate.v1.Resource resources = 1;
23
+ */
24
+ resources: Resource[];
25
+ };
26
+ /**
27
+ * Describes the message gate.v1.ListResourcesResponse.
28
+ * Use `create(ListResourcesResponseSchema)` to create a new message.
29
+ */
30
+ export declare const ListResourcesResponseSchema: GenMessage<ListResourcesResponse>;
31
+ /**
32
+ * @generated from message gate.v1.CreateResourceRequest
33
+ */
34
+ export type CreateResourceRequest = Message<"gate.v1.CreateResourceRequest"> & {
35
+ /**
36
+ * @generated from field: gate.v1.Resource resource = 1;
37
+ */
38
+ resource?: Resource;
39
+ };
40
+ /**
41
+ * Describes the message gate.v1.CreateResourceRequest.
42
+ * Use `create(CreateResourceRequestSchema)` to create a new message.
43
+ */
44
+ export declare const CreateResourceRequestSchema: GenMessage<CreateResourceRequest>;
45
+ /**
46
+ * @generated from message gate.v1.CreateResourceResponse
47
+ */
48
+ export type CreateResourceResponse = Message<"gate.v1.CreateResourceResponse"> & {
49
+ /**
50
+ * @generated from field: gate.v1.Resource resource = 1;
51
+ */
52
+ resource?: Resource;
53
+ };
54
+ /**
55
+ * Describes the message gate.v1.CreateResourceResponse.
56
+ * Use `create(CreateResourceResponseSchema)` to create a new message.
57
+ */
58
+ export declare const CreateResourceResponseSchema: GenMessage<CreateResourceResponse>;
59
+ /**
60
+ * @generated from message gate.v1.GetResourceRequest
61
+ */
62
+ export type GetResourceRequest = Message<"gate.v1.GetResourceRequest"> & {
63
+ /**
64
+ * @generated from field: string id = 1;
65
+ */
66
+ id: string;
67
+ };
68
+ /**
69
+ * Describes the message gate.v1.GetResourceRequest.
70
+ * Use `create(GetResourceRequestSchema)` to create a new message.
71
+ */
72
+ export declare const GetResourceRequestSchema: GenMessage<GetResourceRequest>;
73
+ /**
74
+ * @generated from message gate.v1.GetResourceResponse
75
+ */
76
+ export type GetResourceResponse = Message<"gate.v1.GetResourceResponse"> & {
77
+ /**
78
+ * @generated from field: gate.v1.Resource resource = 1;
79
+ */
80
+ resource?: Resource;
81
+ };
82
+ /**
83
+ * Describes the message gate.v1.GetResourceResponse.
84
+ * Use `create(GetResourceResponseSchema)` to create a new message.
85
+ */
86
+ export declare const GetResourceResponseSchema: GenMessage<GetResourceResponse>;
87
+ /**
88
+ * @generated from message gate.v1.UpdateResourceRequest
89
+ */
90
+ export type UpdateResourceRequest = Message<"gate.v1.UpdateResourceRequest"> & {
91
+ /**
92
+ * @generated from field: gate.v1.Resource resource = 1;
93
+ */
94
+ resource?: Resource;
95
+ };
96
+ /**
97
+ * Describes the message gate.v1.UpdateResourceRequest.
98
+ * Use `create(UpdateResourceRequestSchema)` to create a new message.
99
+ */
100
+ export declare const UpdateResourceRequestSchema: GenMessage<UpdateResourceRequest>;
101
+ /**
102
+ * @generated from message gate.v1.UpdateResourceResponse
103
+ */
104
+ export type UpdateResourceResponse = Message<"gate.v1.UpdateResourceResponse"> & {
105
+ /**
106
+ * @generated from field: gate.v1.Resource resource = 1;
107
+ */
108
+ resource?: Resource;
109
+ };
110
+ /**
111
+ * Describes the message gate.v1.UpdateResourceResponse.
112
+ * Use `create(UpdateResourceResponseSchema)` to create a new message.
113
+ */
114
+ export declare const UpdateResourceResponseSchema: GenMessage<UpdateResourceResponse>;
115
+ /**
116
+ * @generated from message gate.v1.DeleteResourceRequest
117
+ */
118
+ export type DeleteResourceRequest = Message<"gate.v1.DeleteResourceRequest"> & {
119
+ /**
120
+ * @generated from field: string id = 1;
121
+ */
122
+ id: string;
123
+ };
124
+ /**
125
+ * Describes the message gate.v1.DeleteResourceRequest.
126
+ * Use `create(DeleteResourceRequestSchema)` to create a new message.
127
+ */
128
+ export declare const DeleteResourceRequestSchema: GenMessage<DeleteResourceRequest>;
129
+ /**
130
+ * @generated from message gate.v1.DeleteResourceResponse
131
+ */
132
+ export type DeleteResourceResponse = Message<"gate.v1.DeleteResourceResponse"> & {};
133
+ /**
134
+ * Describes the message gate.v1.DeleteResourceResponse.
135
+ * Use `create(DeleteResourceResponseSchema)` to create a new message.
136
+ */
137
+ export declare const DeleteResourceResponseSchema: GenMessage<DeleteResourceResponse>;
138
+ /**
139
+ * @generated from message gate.v1.ListPoliciesRequest
140
+ */
141
+ export type ListPoliciesRequest = Message<"gate.v1.ListPoliciesRequest"> & {};
142
+ /**
143
+ * Describes the message gate.v1.ListPoliciesRequest.
144
+ * Use `create(ListPoliciesRequestSchema)` to create a new message.
145
+ */
146
+ export declare const ListPoliciesRequestSchema: GenMessage<ListPoliciesRequest>;
147
+ /**
148
+ * @generated from message gate.v1.ListPoliciesResponse
149
+ */
150
+ export type ListPoliciesResponse = Message<"gate.v1.ListPoliciesResponse"> & {
151
+ /**
152
+ * @generated from field: repeated gate.v1.ManagedPolicy policies = 1;
153
+ */
154
+ policies: ManagedPolicy[];
155
+ };
156
+ /**
157
+ * Describes the message gate.v1.ListPoliciesResponse.
158
+ * Use `create(ListPoliciesResponseSchema)` to create a new message.
159
+ */
160
+ export declare const ListPoliciesResponseSchema: GenMessage<ListPoliciesResponse>;
161
+ /**
162
+ * @generated from message gate.v1.CreatePolicyRequest
163
+ */
164
+ export type CreatePolicyRequest = Message<"gate.v1.CreatePolicyRequest"> & {
165
+ /**
166
+ * @generated from field: gate.v1.ManagedPolicy policy = 1;
167
+ */
168
+ policy?: ManagedPolicy;
169
+ };
170
+ /**
171
+ * Describes the message gate.v1.CreatePolicyRequest.
172
+ * Use `create(CreatePolicyRequestSchema)` to create a new message.
173
+ */
174
+ export declare const CreatePolicyRequestSchema: GenMessage<CreatePolicyRequest>;
175
+ /**
176
+ * @generated from message gate.v1.CreatePolicyResponse
177
+ */
178
+ export type CreatePolicyResponse = Message<"gate.v1.CreatePolicyResponse"> & {
179
+ /**
180
+ * @generated from field: gate.v1.ManagedPolicy policy = 1;
181
+ */
182
+ policy?: ManagedPolicy;
183
+ };
184
+ /**
185
+ * Describes the message gate.v1.CreatePolicyResponse.
186
+ * Use `create(CreatePolicyResponseSchema)` to create a new message.
187
+ */
188
+ export declare const CreatePolicyResponseSchema: GenMessage<CreatePolicyResponse>;
189
+ /**
190
+ * @generated from message gate.v1.GetPolicyRequest
191
+ */
192
+ export type GetPolicyRequest = Message<"gate.v1.GetPolicyRequest"> & {
193
+ /**
194
+ * @generated from field: string id = 1;
195
+ */
196
+ id: string;
197
+ };
198
+ /**
199
+ * Describes the message gate.v1.GetPolicyRequest.
200
+ * Use `create(GetPolicyRequestSchema)` to create a new message.
201
+ */
202
+ export declare const GetPolicyRequestSchema: GenMessage<GetPolicyRequest>;
203
+ /**
204
+ * @generated from message gate.v1.GetPolicyResponse
205
+ */
206
+ export type GetPolicyResponse = Message<"gate.v1.GetPolicyResponse"> & {
207
+ /**
208
+ * @generated from field: gate.v1.ManagedPolicy policy = 1;
209
+ */
210
+ policy?: ManagedPolicy;
211
+ };
212
+ /**
213
+ * Describes the message gate.v1.GetPolicyResponse.
214
+ * Use `create(GetPolicyResponseSchema)` to create a new message.
215
+ */
216
+ export declare const GetPolicyResponseSchema: GenMessage<GetPolicyResponse>;
217
+ /**
218
+ * @generated from message gate.v1.UpdatePolicyRequest
219
+ */
220
+ export type UpdatePolicyRequest = Message<"gate.v1.UpdatePolicyRequest"> & {
221
+ /**
222
+ * @generated from field: gate.v1.ManagedPolicy policy = 1;
223
+ */
224
+ policy?: ManagedPolicy;
225
+ };
226
+ /**
227
+ * Describes the message gate.v1.UpdatePolicyRequest.
228
+ * Use `create(UpdatePolicyRequestSchema)` to create a new message.
229
+ */
230
+ export declare const UpdatePolicyRequestSchema: GenMessage<UpdatePolicyRequest>;
231
+ /**
232
+ * @generated from message gate.v1.UpdatePolicyResponse
233
+ */
234
+ export type UpdatePolicyResponse = Message<"gate.v1.UpdatePolicyResponse"> & {
235
+ /**
236
+ * @generated from field: gate.v1.ManagedPolicy policy = 1;
237
+ */
238
+ policy?: ManagedPolicy;
239
+ };
240
+ /**
241
+ * Describes the message gate.v1.UpdatePolicyResponse.
242
+ * Use `create(UpdatePolicyResponseSchema)` to create a new message.
243
+ */
244
+ export declare const UpdatePolicyResponseSchema: GenMessage<UpdatePolicyResponse>;
245
+ /**
246
+ * @generated from message gate.v1.DeletePolicyRequest
247
+ */
248
+ export type DeletePolicyRequest = Message<"gate.v1.DeletePolicyRequest"> & {
249
+ /**
250
+ * @generated from field: string id = 1;
251
+ */
252
+ id: string;
253
+ };
254
+ /**
255
+ * Describes the message gate.v1.DeletePolicyRequest.
256
+ * Use `create(DeletePolicyRequestSchema)` to create a new message.
257
+ */
258
+ export declare const DeletePolicyRequestSchema: GenMessage<DeletePolicyRequest>;
259
+ /**
260
+ * @generated from message gate.v1.DeletePolicyResponse
261
+ */
262
+ export type DeletePolicyResponse = Message<"gate.v1.DeletePolicyResponse"> & {};
263
+ /**
264
+ * Describes the message gate.v1.DeletePolicyResponse.
265
+ * Use `create(DeletePolicyResponseSchema)` to create a new message.
266
+ */
267
+ export declare const DeletePolicyResponseSchema: GenMessage<DeletePolicyResponse>;
268
+ /**
269
+ * @generated from message gate.v1.SimulatePolicyRequest
270
+ */
271
+ export type SimulatePolicyRequest = Message<"gate.v1.SimulatePolicyRequest"> & {
272
+ /**
273
+ * @generated from field: string id = 1;
274
+ */
275
+ id: string;
276
+ /**
277
+ * @generated from field: string range = 2;
278
+ */
279
+ range: string;
280
+ /**
281
+ * @generated from field: google.protobuf.Timestamp since = 3;
282
+ */
283
+ since?: Timestamp;
284
+ /**
285
+ * @generated from field: google.protobuf.Timestamp until = 4;
286
+ */
287
+ until?: Timestamp;
288
+ /**
289
+ * @generated from field: string lineage_id = 5;
290
+ */
291
+ lineageId: string;
292
+ };
293
+ /**
294
+ * Describes the message gate.v1.SimulatePolicyRequest.
295
+ * Use `create(SimulatePolicyRequestSchema)` to create a new message.
296
+ */
297
+ export declare const SimulatePolicyRequestSchema: GenMessage<SimulatePolicyRequest>;
298
+ /**
299
+ * @generated from message gate.v1.SimulatePolicyResponse
300
+ */
301
+ export type SimulatePolicyResponse = Message<"gate.v1.SimulatePolicyResponse"> & {
302
+ /**
303
+ * @generated from field: gate.v1.PolicySimulationReport report = 1;
304
+ */
305
+ report?: PolicySimulationReport;
306
+ };
307
+ /**
308
+ * Describes the message gate.v1.SimulatePolicyResponse.
309
+ * Use `create(SimulatePolicyResponseSchema)` to create a new message.
310
+ */
311
+ export declare const SimulatePolicyResponseSchema: GenMessage<SimulatePolicyResponse>;
312
+ /**
313
+ * @generated from message gate.v1.PolicySimulationReport
314
+ */
315
+ export type PolicySimulationReport = Message<"gate.v1.PolicySimulationReport"> & {
316
+ /**
317
+ * @generated from field: string policy_id = 1;
318
+ */
319
+ policyId: string;
320
+ /**
321
+ * @generated from field: string policy_name = 2;
322
+ */
323
+ policyName: string;
324
+ /**
325
+ * @generated from field: string stage = 3;
326
+ */
327
+ stage: string;
328
+ /**
329
+ * @generated from field: string range = 4;
330
+ */
331
+ range: string;
332
+ /**
333
+ * @generated from field: google.protobuf.Timestamp since = 5;
334
+ */
335
+ since?: Timestamp;
336
+ /**
337
+ * @generated from field: google.protobuf.Timestamp until = 6;
338
+ */
339
+ until?: Timestamp;
340
+ /**
341
+ * @generated from field: int32 total_queries = 7;
342
+ */
343
+ totalQueries: number;
344
+ /**
345
+ * @generated from field: int32 allowed = 8;
346
+ */
347
+ allowed: number;
348
+ /**
349
+ * @generated from field: int32 blocked = 9;
350
+ */
351
+ blocked: number;
352
+ /**
353
+ * @generated from field: int32 masked = 10;
354
+ */
355
+ masked: number;
356
+ /**
357
+ * @generated from field: int32 rewritten = 11;
358
+ */
359
+ rewritten: number;
360
+ /**
361
+ * @generated from field: int32 unsupported = 12;
362
+ */
363
+ unsupported: number;
364
+ /**
365
+ * @generated from field: repeated gate.v1.PolicySimulationCount affected_users = 13;
366
+ */
367
+ affectedUsers: PolicySimulationCount[];
368
+ /**
369
+ * @generated from field: repeated gate.v1.PolicySimulationCount affected_resources = 14;
370
+ */
371
+ affectedResources: PolicySimulationCount[];
372
+ /**
373
+ * @generated from field: repeated gate.v1.PolicySimulationQuery top_blocked_queries = 15;
374
+ */
375
+ topBlockedQueries: PolicySimulationQuery[];
376
+ /**
377
+ * @generated from field: int32 skipped_out_of_scope = 16;
378
+ */
379
+ skippedOutOfScope: number;
380
+ /**
381
+ * @generated from field: string lineage_id = 17;
382
+ */
383
+ lineageId: string;
384
+ };
385
+ /**
386
+ * Describes the message gate.v1.PolicySimulationReport.
387
+ * Use `create(PolicySimulationReportSchema)` to create a new message.
388
+ */
389
+ export declare const PolicySimulationReportSchema: GenMessage<PolicySimulationReport>;
390
+ /**
391
+ * @generated from message gate.v1.PolicySimulationCount
392
+ */
393
+ export type PolicySimulationCount = Message<"gate.v1.PolicySimulationCount"> & {
394
+ /**
395
+ * @generated from field: string name = 1;
396
+ */
397
+ name: string;
398
+ /**
399
+ * @generated from field: int32 count = 2;
400
+ */
401
+ count: number;
402
+ };
403
+ /**
404
+ * Describes the message gate.v1.PolicySimulationCount.
405
+ * Use `create(PolicySimulationCountSchema)` to create a new message.
406
+ */
407
+ export declare const PolicySimulationCountSchema: GenMessage<PolicySimulationCount>;
408
+ /**
409
+ * @generated from message gate.v1.PolicySimulationQuery
410
+ */
411
+ export type PolicySimulationQuery = Message<"gate.v1.PolicySimulationQuery"> & {
412
+ /**
413
+ * @generated from field: string statement = 1;
414
+ */
415
+ statement: string;
416
+ /**
417
+ * @generated from field: string query_type = 2;
418
+ */
419
+ queryType: string;
420
+ /**
421
+ * @generated from field: string resource = 3;
422
+ */
423
+ resource: string;
424
+ /**
425
+ * @generated from field: int32 count = 4;
426
+ */
427
+ count: number;
428
+ };
429
+ /**
430
+ * Describes the message gate.v1.PolicySimulationQuery.
431
+ * Use `create(PolicySimulationQuerySchema)` to create a new message.
432
+ */
433
+ export declare const PolicySimulationQuerySchema: GenMessage<PolicySimulationQuery>;
434
+ /**
435
+ * @generated from message gate.v1.Resource
436
+ */
437
+ export type Resource = Message<"gate.v1.Resource"> & {
438
+ /**
439
+ * @generated from field: string id = 1;
440
+ */
441
+ id: string;
442
+ /**
443
+ * @generated from field: string org_id = 2;
444
+ */
445
+ orgId: string;
446
+ /**
447
+ * @generated from field: string name = 3;
448
+ */
449
+ name: string;
450
+ /**
451
+ * @generated from field: string protocol = 4;
452
+ */
453
+ protocol: string;
454
+ /**
455
+ * @generated from field: string host = 5;
456
+ */
457
+ host: string;
458
+ /**
459
+ * @generated from field: int32 port = 6;
460
+ */
461
+ port: number;
462
+ /**
463
+ * @generated from field: string database_name = 7;
464
+ */
465
+ databaseName: string;
466
+ /**
467
+ * @generated from field: google.protobuf.Timestamp created_at = 8;
468
+ */
469
+ createdAt?: Timestamp;
470
+ /**
471
+ * @generated from field: google.protobuf.Timestamp updated_at = 9;
472
+ */
473
+ updatedAt?: Timestamp;
474
+ };
475
+ /**
476
+ * Describes the message gate.v1.Resource.
477
+ * Use `create(ResourceSchema)` to create a new message.
478
+ */
479
+ export declare const ResourceSchema: GenMessage<Resource>;
480
+ /**
481
+ * @generated from message gate.v1.ManagedPolicy
482
+ */
483
+ export type ManagedPolicy = Message<"gate.v1.ManagedPolicy"> & {
484
+ /**
485
+ * @generated from field: string id = 1;
486
+ */
487
+ id: string;
488
+ /**
489
+ * @generated from field: string org_id = 2;
490
+ */
491
+ orgId: string;
492
+ /**
493
+ * @generated from field: string name = 3;
494
+ */
495
+ name: string;
496
+ /**
497
+ * @generated from field: string description = 4;
498
+ */
499
+ description: string;
500
+ /**
501
+ * @generated from field: string code = 5;
502
+ */
503
+ code: string;
504
+ /**
505
+ * @generated from field: string stage = 6;
506
+ */
507
+ stage: string;
508
+ /**
509
+ * @generated from field: string state = 7;
510
+ */
511
+ state: string;
512
+ /**
513
+ * @generated from field: int32 version = 8;
514
+ */
515
+ version: number;
516
+ /**
517
+ * @generated from field: string created_by = 9;
518
+ */
519
+ createdBy: string;
520
+ /**
521
+ * @generated from field: repeated string resource_ids = 10;
522
+ */
523
+ resourceIds: string[];
524
+ /**
525
+ * @generated from field: google.protobuf.Timestamp created_at = 11;
526
+ */
527
+ createdAt?: Timestamp;
528
+ /**
529
+ * @generated from field: google.protobuf.Timestamp updated_at = 12;
530
+ */
531
+ updatedAt?: Timestamp;
532
+ /**
533
+ * @generated from field: string lineage_id = 13;
534
+ */
535
+ lineageId: string;
536
+ };
537
+ /**
538
+ * Describes the message gate.v1.ManagedPolicy.
539
+ * Use `create(ManagedPolicySchema)` to create a new message.
540
+ */
541
+ export declare const ManagedPolicySchema: GenMessage<ManagedPolicy>;
@@ -0,0 +1,145 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file gate/v1/resource_policy.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_timestamp } from "@bufbuild/protobuf/wkt";
7
+ /**
8
+ * Describes the file gate/v1/resource_policy.proto.
9
+ */
10
+ export const file_gate_v1_resource_policy = /*@__PURE__*/ fileDesc("Ch1nYXRlL3YxL3Jlc291cmNlX3BvbGljeS5wcm90bxIHZ2F0ZS52MSIWChRMaXN0UmVzb3VyY2VzUmVxdWVzdCI9ChVMaXN0UmVzb3VyY2VzUmVzcG9uc2USJAoJcmVzb3VyY2VzGAEgAygLMhEuZ2F0ZS52MS5SZXNvdXJjZSJEChVDcmVhdGVSZXNvdXJjZVJlcXVlc3QSKwoIcmVzb3VyY2UYASABKAsyES5nYXRlLnYxLlJlc291cmNlQga6SAPIAQEiPQoWQ3JlYXRlUmVzb3VyY2VSZXNwb25zZRIjCghyZXNvdXJjZRgBIAEoCzIRLmdhdGUudjEuUmVzb3VyY2UiKQoSR2V0UmVzb3VyY2VSZXF1ZXN0EhMKAmlkGAEgASgJQge6SARyAhABIjoKE0dldFJlc291cmNlUmVzcG9uc2USIwoIcmVzb3VyY2UYASABKAsyES5nYXRlLnYxLlJlc291cmNlIkQKFVVwZGF0ZVJlc291cmNlUmVxdWVzdBIrCghyZXNvdXJjZRgBIAEoCzIRLmdhdGUudjEuUmVzb3VyY2VCBrpIA8gBASI9ChZVcGRhdGVSZXNvdXJjZVJlc3BvbnNlEiMKCHJlc291cmNlGAEgASgLMhEuZ2F0ZS52MS5SZXNvdXJjZSIsChVEZWxldGVSZXNvdXJjZVJlcXVlc3QSEwoCaWQYASABKAlCB7pIBHICEAEiGAoWRGVsZXRlUmVzb3VyY2VSZXNwb25zZSIVChNMaXN0UG9saWNpZXNSZXF1ZXN0IkAKFExpc3RQb2xpY2llc1Jlc3BvbnNlEigKCHBvbGljaWVzGAEgAygLMhYuZ2F0ZS52MS5NYW5hZ2VkUG9saWN5IkUKE0NyZWF0ZVBvbGljeVJlcXVlc3QSLgoGcG9saWN5GAEgASgLMhYuZ2F0ZS52MS5NYW5hZ2VkUG9saWN5Qga6SAPIAQEiPgoUQ3JlYXRlUG9saWN5UmVzcG9uc2USJgoGcG9saWN5GAEgASgLMhYuZ2F0ZS52MS5NYW5hZ2VkUG9saWN5IicKEEdldFBvbGljeVJlcXVlc3QSEwoCaWQYASABKAlCB7pIBHICEAEiOwoRR2V0UG9saWN5UmVzcG9uc2USJgoGcG9saWN5GAEgASgLMhYuZ2F0ZS52MS5NYW5hZ2VkUG9saWN5IkUKE1VwZGF0ZVBvbGljeVJlcXVlc3QSLgoGcG9saWN5GAEgASgLMhYuZ2F0ZS52MS5NYW5hZ2VkUG9saWN5Qga6SAPIAQEiPgoUVXBkYXRlUG9saWN5UmVzcG9uc2USJgoGcG9saWN5GAEgASgLMhYuZ2F0ZS52MS5NYW5hZ2VkUG9saWN5IioKE0RlbGV0ZVBvbGljeVJlcXVlc3QSEwoCaWQYASABKAlCB7pIBHICEAEiFgoURGVsZXRlUG9saWN5UmVzcG9uc2UipQEKFVNpbXVsYXRlUG9saWN5UmVxdWVzdBITCgJpZBgBIAEoCUIHukgEcgIQARINCgVyYW5nZRgCIAEoCRIpCgVzaW5jZRgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASKQoFdW50aWwYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhIKCmxpbmVhZ2VfaWQYBSABKAkiSQoWU2ltdWxhdGVQb2xpY3lSZXNwb25zZRIvCgZyZXBvcnQYASABKAsyHy5nYXRlLnYxLlBvbGljeVNpbXVsYXRpb25SZXBvcnQiiAQKFlBvbGljeVNpbXVsYXRpb25SZXBvcnQSEQoJcG9saWN5X2lkGAEgASgJEhMKC3BvbGljeV9uYW1lGAIgASgJEg0KBXN0YWdlGAMgASgJEg0KBXJhbmdlGAQgASgJEikKBXNpbmNlGAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIpCgV1bnRpbBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASFQoNdG90YWxfcXVlcmllcxgHIAEoBRIPCgdhbGxvd2VkGAggASgFEg8KB2Jsb2NrZWQYCSABKAUSDgoGbWFza2VkGAogASgFEhEKCXJld3JpdHRlbhgLIAEoBRITCgt1bnN1cHBvcnRlZBgMIAEoBRI2Cg5hZmZlY3RlZF91c2VycxgNIAMoCzIeLmdhdGUudjEuUG9saWN5U2ltdWxhdGlvbkNvdW50EjoKEmFmZmVjdGVkX3Jlc291cmNlcxgOIAMoCzIeLmdhdGUudjEuUG9saWN5U2ltdWxhdGlvbkNvdW50EjsKE3RvcF9ibG9ja2VkX3F1ZXJpZXMYDyADKAsyHi5nYXRlLnYxLlBvbGljeVNpbXVsYXRpb25RdWVyeRIcChRza2lwcGVkX291dF9vZl9zY29wZRgQIAEoBRISCgpsaW5lYWdlX2lkGBEgASgJIjQKFVBvbGljeVNpbXVsYXRpb25Db3VudBIMCgRuYW1lGAEgASgJEg0KBWNvdW50GAIgASgFIl8KFVBvbGljeVNpbXVsYXRpb25RdWVyeRIRCglzdGF0ZW1lbnQYASABKAkSEgoKcXVlcnlfdHlwZRgCIAEoCRIQCghyZXNvdXJjZRgDIAEoCRINCgVjb3VudBgEIAEoBSKBAgoIUmVzb3VyY2USCgoCaWQYASABKAkSDgoGb3JnX2lkGAIgASgJEhUKBG5hbWUYAyABKAlCB7pIBHICEAESGQoIcHJvdG9jb2wYBCABKAlCB7pIBHICEAESFQoEaG9zdBgFIAEoCUIHukgEcgIQARIZCgRwb3J0GAYgASgFQgu6SAgaBhj//wMoARIVCg1kYXRhYmFzZV9uYW1lGAcgASgJEi4KCmNyZWF0ZWRfYXQYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIsQCCg1NYW5hZ2VkUG9saWN5EgoKAmlkGAEgASgJEg4KBm9yZ19pZBgCIAEoCRIVCgRuYW1lGAMgASgJQge6SARyAhABEhMKC2Rlc2NyaXB0aW9uGAQgASgJEhUKBGNvZGUYBSABKAlCB7pIBHICEAESFgoFc3RhZ2UYBiABKAlCB7pIBHICEAESDQoFc3RhdGUYByABKAkSDwoHdmVyc2lvbhgIIAEoBRISCgpjcmVhdGVkX2J5GAkgASgJEhQKDHJlc291cmNlX2lkcxgKIAMoCRIuCgpjcmVhdGVkX2F0GAsgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAwgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBISCgpsaW5lYWdlX2lkGA0gASgJQjNaMWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vZ2F0ZS92MTtnYXRldjFiBnByb3RvMw", [file_buf_validate_validate, file_google_protobuf_timestamp]);
11
+ /**
12
+ * Describes the message gate.v1.ListResourcesRequest.
13
+ * Use `create(ListResourcesRequestSchema)` to create a new message.
14
+ */
15
+ export const ListResourcesRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 0);
16
+ /**
17
+ * Describes the message gate.v1.ListResourcesResponse.
18
+ * Use `create(ListResourcesResponseSchema)` to create a new message.
19
+ */
20
+ export const ListResourcesResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 1);
21
+ /**
22
+ * Describes the message gate.v1.CreateResourceRequest.
23
+ * Use `create(CreateResourceRequestSchema)` to create a new message.
24
+ */
25
+ export const CreateResourceRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 2);
26
+ /**
27
+ * Describes the message gate.v1.CreateResourceResponse.
28
+ * Use `create(CreateResourceResponseSchema)` to create a new message.
29
+ */
30
+ export const CreateResourceResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 3);
31
+ /**
32
+ * Describes the message gate.v1.GetResourceRequest.
33
+ * Use `create(GetResourceRequestSchema)` to create a new message.
34
+ */
35
+ export const GetResourceRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 4);
36
+ /**
37
+ * Describes the message gate.v1.GetResourceResponse.
38
+ * Use `create(GetResourceResponseSchema)` to create a new message.
39
+ */
40
+ export const GetResourceResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 5);
41
+ /**
42
+ * Describes the message gate.v1.UpdateResourceRequest.
43
+ * Use `create(UpdateResourceRequestSchema)` to create a new message.
44
+ */
45
+ export const UpdateResourceRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 6);
46
+ /**
47
+ * Describes the message gate.v1.UpdateResourceResponse.
48
+ * Use `create(UpdateResourceResponseSchema)` to create a new message.
49
+ */
50
+ export const UpdateResourceResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 7);
51
+ /**
52
+ * Describes the message gate.v1.DeleteResourceRequest.
53
+ * Use `create(DeleteResourceRequestSchema)` to create a new message.
54
+ */
55
+ export const DeleteResourceRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 8);
56
+ /**
57
+ * Describes the message gate.v1.DeleteResourceResponse.
58
+ * Use `create(DeleteResourceResponseSchema)` to create a new message.
59
+ */
60
+ export const DeleteResourceResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 9);
61
+ /**
62
+ * Describes the message gate.v1.ListPoliciesRequest.
63
+ * Use `create(ListPoliciesRequestSchema)` to create a new message.
64
+ */
65
+ export const ListPoliciesRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 10);
66
+ /**
67
+ * Describes the message gate.v1.ListPoliciesResponse.
68
+ * Use `create(ListPoliciesResponseSchema)` to create a new message.
69
+ */
70
+ export const ListPoliciesResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 11);
71
+ /**
72
+ * Describes the message gate.v1.CreatePolicyRequest.
73
+ * Use `create(CreatePolicyRequestSchema)` to create a new message.
74
+ */
75
+ export const CreatePolicyRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 12);
76
+ /**
77
+ * Describes the message gate.v1.CreatePolicyResponse.
78
+ * Use `create(CreatePolicyResponseSchema)` to create a new message.
79
+ */
80
+ export const CreatePolicyResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 13);
81
+ /**
82
+ * Describes the message gate.v1.GetPolicyRequest.
83
+ * Use `create(GetPolicyRequestSchema)` to create a new message.
84
+ */
85
+ export const GetPolicyRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 14);
86
+ /**
87
+ * Describes the message gate.v1.GetPolicyResponse.
88
+ * Use `create(GetPolicyResponseSchema)` to create a new message.
89
+ */
90
+ export const GetPolicyResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 15);
91
+ /**
92
+ * Describes the message gate.v1.UpdatePolicyRequest.
93
+ * Use `create(UpdatePolicyRequestSchema)` to create a new message.
94
+ */
95
+ export const UpdatePolicyRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 16);
96
+ /**
97
+ * Describes the message gate.v1.UpdatePolicyResponse.
98
+ * Use `create(UpdatePolicyResponseSchema)` to create a new message.
99
+ */
100
+ export const UpdatePolicyResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 17);
101
+ /**
102
+ * Describes the message gate.v1.DeletePolicyRequest.
103
+ * Use `create(DeletePolicyRequestSchema)` to create a new message.
104
+ */
105
+ export const DeletePolicyRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 18);
106
+ /**
107
+ * Describes the message gate.v1.DeletePolicyResponse.
108
+ * Use `create(DeletePolicyResponseSchema)` to create a new message.
109
+ */
110
+ export const DeletePolicyResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 19);
111
+ /**
112
+ * Describes the message gate.v1.SimulatePolicyRequest.
113
+ * Use `create(SimulatePolicyRequestSchema)` to create a new message.
114
+ */
115
+ export const SimulatePolicyRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 20);
116
+ /**
117
+ * Describes the message gate.v1.SimulatePolicyResponse.
118
+ * Use `create(SimulatePolicyResponseSchema)` to create a new message.
119
+ */
120
+ export const SimulatePolicyResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 21);
121
+ /**
122
+ * Describes the message gate.v1.PolicySimulationReport.
123
+ * Use `create(PolicySimulationReportSchema)` to create a new message.
124
+ */
125
+ export const PolicySimulationReportSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 22);
126
+ /**
127
+ * Describes the message gate.v1.PolicySimulationCount.
128
+ * Use `create(PolicySimulationCountSchema)` to create a new message.
129
+ */
130
+ export const PolicySimulationCountSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 23);
131
+ /**
132
+ * Describes the message gate.v1.PolicySimulationQuery.
133
+ * Use `create(PolicySimulationQuerySchema)` to create a new message.
134
+ */
135
+ export const PolicySimulationQuerySchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 24);
136
+ /**
137
+ * Describes the message gate.v1.Resource.
138
+ * Use `create(ResourceSchema)` to create a new message.
139
+ */
140
+ export const ResourceSchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 25);
141
+ /**
142
+ * Describes the message gate.v1.ManagedPolicy.
143
+ * Use `create(ManagedPolicySchema)` to create a new message.
144
+ */
145
+ export const ManagedPolicySchema = /*@__PURE__*/ messageDesc(file_gate_v1_resource_policy, 26);