@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,359 @@
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/webhook_access.proto.
6
+ */
7
+ export declare const file_gate_v1_webhook_access: GenFile;
8
+ /**
9
+ * @generated from message gate.v1.CreateWebhookRequest
10
+ */
11
+ export type CreateWebhookRequest = Message<"gate.v1.CreateWebhookRequest"> & {
12
+ /**
13
+ * @generated from field: gate.v1.Webhook webhook = 1;
14
+ */
15
+ webhook?: Webhook;
16
+ };
17
+ /**
18
+ * Describes the message gate.v1.CreateWebhookRequest.
19
+ * Use `create(CreateWebhookRequestSchema)` to create a new message.
20
+ */
21
+ export declare const CreateWebhookRequestSchema: GenMessage<CreateWebhookRequest>;
22
+ /**
23
+ * @generated from message gate.v1.CreateWebhookResponse
24
+ */
25
+ export type CreateWebhookResponse = Message<"gate.v1.CreateWebhookResponse"> & {
26
+ /**
27
+ * @generated from field: gate.v1.Webhook webhook = 1;
28
+ */
29
+ webhook?: Webhook;
30
+ };
31
+ /**
32
+ * Describes the message gate.v1.CreateWebhookResponse.
33
+ * Use `create(CreateWebhookResponseSchema)` to create a new message.
34
+ */
35
+ export declare const CreateWebhookResponseSchema: GenMessage<CreateWebhookResponse>;
36
+ /**
37
+ * @generated from message gate.v1.ListWebhooksRequest
38
+ */
39
+ export type ListWebhooksRequest = Message<"gate.v1.ListWebhooksRequest"> & {};
40
+ /**
41
+ * Describes the message gate.v1.ListWebhooksRequest.
42
+ * Use `create(ListWebhooksRequestSchema)` to create a new message.
43
+ */
44
+ export declare const ListWebhooksRequestSchema: GenMessage<ListWebhooksRequest>;
45
+ /**
46
+ * @generated from message gate.v1.ListWebhooksResponse
47
+ */
48
+ export type ListWebhooksResponse = Message<"gate.v1.ListWebhooksResponse"> & {
49
+ /**
50
+ * @generated from field: repeated gate.v1.Webhook webhooks = 1;
51
+ */
52
+ webhooks: Webhook[];
53
+ };
54
+ /**
55
+ * Describes the message gate.v1.ListWebhooksResponse.
56
+ * Use `create(ListWebhooksResponseSchema)` to create a new message.
57
+ */
58
+ export declare const ListWebhooksResponseSchema: GenMessage<ListWebhooksResponse>;
59
+ /**
60
+ * @generated from message gate.v1.DeleteWebhookRequest
61
+ */
62
+ export type DeleteWebhookRequest = Message<"gate.v1.DeleteWebhookRequest"> & {
63
+ /**
64
+ * @generated from field: string id = 1;
65
+ */
66
+ id: string;
67
+ };
68
+ /**
69
+ * Describes the message gate.v1.DeleteWebhookRequest.
70
+ * Use `create(DeleteWebhookRequestSchema)` to create a new message.
71
+ */
72
+ export declare const DeleteWebhookRequestSchema: GenMessage<DeleteWebhookRequest>;
73
+ /**
74
+ * @generated from message gate.v1.DeleteWebhookResponse
75
+ */
76
+ export type DeleteWebhookResponse = Message<"gate.v1.DeleteWebhookResponse"> & {};
77
+ /**
78
+ * Describes the message gate.v1.DeleteWebhookResponse.
79
+ * Use `create(DeleteWebhookResponseSchema)` to create a new message.
80
+ */
81
+ export declare const DeleteWebhookResponseSchema: GenMessage<DeleteWebhookResponse>;
82
+ /**
83
+ * @generated from message gate.v1.CreateAccessRequestRequest
84
+ */
85
+ export type CreateAccessRequestRequest = Message<"gate.v1.CreateAccessRequestRequest"> & {
86
+ /**
87
+ * @generated from field: gate.v1.AccessRequest request = 1;
88
+ */
89
+ request?: AccessRequest;
90
+ };
91
+ /**
92
+ * Describes the message gate.v1.CreateAccessRequestRequest.
93
+ * Use `create(CreateAccessRequestRequestSchema)` to create a new message.
94
+ */
95
+ export declare const CreateAccessRequestRequestSchema: GenMessage<CreateAccessRequestRequest>;
96
+ /**
97
+ * @generated from message gate.v1.CreateAccessRequestResponse
98
+ */
99
+ export type CreateAccessRequestResponse = Message<"gate.v1.CreateAccessRequestResponse"> & {
100
+ /**
101
+ * @generated from field: gate.v1.AccessRequest request = 1;
102
+ */
103
+ request?: AccessRequest;
104
+ };
105
+ /**
106
+ * Describes the message gate.v1.CreateAccessRequestResponse.
107
+ * Use `create(CreateAccessRequestResponseSchema)` to create a new message.
108
+ */
109
+ export declare const CreateAccessRequestResponseSchema: GenMessage<CreateAccessRequestResponse>;
110
+ /**
111
+ * @generated from message gate.v1.ListAccessRequestsRequest
112
+ */
113
+ export type ListAccessRequestsRequest = Message<"gate.v1.ListAccessRequestsRequest"> & {
114
+ /**
115
+ * @generated from field: string status = 1;
116
+ */
117
+ status: string;
118
+ };
119
+ /**
120
+ * Describes the message gate.v1.ListAccessRequestsRequest.
121
+ * Use `create(ListAccessRequestsRequestSchema)` to create a new message.
122
+ */
123
+ export declare const ListAccessRequestsRequestSchema: GenMessage<ListAccessRequestsRequest>;
124
+ /**
125
+ * @generated from message gate.v1.ListAccessRequestsResponse
126
+ */
127
+ export type ListAccessRequestsResponse = Message<"gate.v1.ListAccessRequestsResponse"> & {
128
+ /**
129
+ * @generated from field: repeated gate.v1.AccessRequest requests = 1;
130
+ */
131
+ requests: AccessRequest[];
132
+ };
133
+ /**
134
+ * Describes the message gate.v1.ListAccessRequestsResponse.
135
+ * Use `create(ListAccessRequestsResponseSchema)` to create a new message.
136
+ */
137
+ export declare const ListAccessRequestsResponseSchema: GenMessage<ListAccessRequestsResponse>;
138
+ /**
139
+ * @generated from message gate.v1.GetAccessRequestRequest
140
+ */
141
+ export type GetAccessRequestRequest = Message<"gate.v1.GetAccessRequestRequest"> & {
142
+ /**
143
+ * @generated from field: string id = 1;
144
+ */
145
+ id: string;
146
+ };
147
+ /**
148
+ * Describes the message gate.v1.GetAccessRequestRequest.
149
+ * Use `create(GetAccessRequestRequestSchema)` to create a new message.
150
+ */
151
+ export declare const GetAccessRequestRequestSchema: GenMessage<GetAccessRequestRequest>;
152
+ /**
153
+ * @generated from message gate.v1.GetAccessRequestResponse
154
+ */
155
+ export type GetAccessRequestResponse = Message<"gate.v1.GetAccessRequestResponse"> & {
156
+ /**
157
+ * @generated from field: gate.v1.AccessRequest request = 1;
158
+ */
159
+ request?: AccessRequest;
160
+ };
161
+ /**
162
+ * Describes the message gate.v1.GetAccessRequestResponse.
163
+ * Use `create(GetAccessRequestResponseSchema)` to create a new message.
164
+ */
165
+ export declare const GetAccessRequestResponseSchema: GenMessage<GetAccessRequestResponse>;
166
+ /**
167
+ * @generated from message gate.v1.ApproveAccessRequestRequest
168
+ */
169
+ export type ApproveAccessRequestRequest = Message<"gate.v1.ApproveAccessRequestRequest"> & {
170
+ /**
171
+ * @generated from field: string id = 1;
172
+ */
173
+ id: string;
174
+ /**
175
+ * @generated from field: string approved_by = 2;
176
+ */
177
+ approvedBy: string;
178
+ /**
179
+ * @generated from field: string lineage_id = 3;
180
+ */
181
+ lineageId: string;
182
+ };
183
+ /**
184
+ * Describes the message gate.v1.ApproveAccessRequestRequest.
185
+ * Use `create(ApproveAccessRequestRequestSchema)` to create a new message.
186
+ */
187
+ export declare const ApproveAccessRequestRequestSchema: GenMessage<ApproveAccessRequestRequest>;
188
+ /**
189
+ * @generated from message gate.v1.ApproveAccessRequestResponse
190
+ */
191
+ export type ApproveAccessRequestResponse = Message<"gate.v1.ApproveAccessRequestResponse"> & {
192
+ /**
193
+ * @generated from field: gate.v1.AccessRequest request = 1;
194
+ */
195
+ request?: AccessRequest;
196
+ };
197
+ /**
198
+ * Describes the message gate.v1.ApproveAccessRequestResponse.
199
+ * Use `create(ApproveAccessRequestResponseSchema)` to create a new message.
200
+ */
201
+ export declare const ApproveAccessRequestResponseSchema: GenMessage<ApproveAccessRequestResponse>;
202
+ /**
203
+ * @generated from message gate.v1.DenyAccessRequestRequest
204
+ */
205
+ export type DenyAccessRequestRequest = Message<"gate.v1.DenyAccessRequestRequest"> & {
206
+ /**
207
+ * @generated from field: string id = 1;
208
+ */
209
+ id: string;
210
+ /**
211
+ * @generated from field: string approved_by = 2;
212
+ */
213
+ approvedBy: string;
214
+ /**
215
+ * @generated from field: string lineage_id = 3;
216
+ */
217
+ lineageId: string;
218
+ };
219
+ /**
220
+ * Describes the message gate.v1.DenyAccessRequestRequest.
221
+ * Use `create(DenyAccessRequestRequestSchema)` to create a new message.
222
+ */
223
+ export declare const DenyAccessRequestRequestSchema: GenMessage<DenyAccessRequestRequest>;
224
+ /**
225
+ * @generated from message gate.v1.DenyAccessRequestResponse
226
+ */
227
+ export type DenyAccessRequestResponse = Message<"gate.v1.DenyAccessRequestResponse"> & {
228
+ /**
229
+ * @generated from field: gate.v1.AccessRequest request = 1;
230
+ */
231
+ request?: AccessRequest;
232
+ };
233
+ /**
234
+ * Describes the message gate.v1.DenyAccessRequestResponse.
235
+ * Use `create(DenyAccessRequestResponseSchema)` to create a new message.
236
+ */
237
+ export declare const DenyAccessRequestResponseSchema: GenMessage<DenyAccessRequestResponse>;
238
+ /**
239
+ * @generated from message gate.v1.AccessGrantScope
240
+ */
241
+ export type AccessGrantScope = Message<"gate.v1.AccessGrantScope"> & {
242
+ /**
243
+ * @generated from field: string operation = 1;
244
+ */
245
+ operation: string;
246
+ /**
247
+ * @generated from field: string target = 2;
248
+ */
249
+ target: string;
250
+ };
251
+ /**
252
+ * Describes the message gate.v1.AccessGrantScope.
253
+ * Use `create(AccessGrantScopeSchema)` to create a new message.
254
+ */
255
+ export declare const AccessGrantScopeSchema: GenMessage<AccessGrantScope>;
256
+ /**
257
+ * @generated from message gate.v1.Webhook
258
+ */
259
+ export type Webhook = Message<"gate.v1.Webhook"> & {
260
+ /**
261
+ * @generated from field: string id = 1;
262
+ */
263
+ id: string;
264
+ /**
265
+ * @generated from field: string org_id = 2;
266
+ */
267
+ orgId: string;
268
+ /**
269
+ * @generated from field: string url = 3;
270
+ */
271
+ url: string;
272
+ /**
273
+ * @generated from field: repeated string events = 4;
274
+ */
275
+ events: string[];
276
+ /**
277
+ * @generated from field: string secret = 5;
278
+ */
279
+ secret: string;
280
+ /**
281
+ * @generated from field: bool active = 6;
282
+ */
283
+ active: boolean;
284
+ /**
285
+ * @generated from field: google.protobuf.Timestamp created_at = 7;
286
+ */
287
+ createdAt?: Timestamp;
288
+ };
289
+ /**
290
+ * Describes the message gate.v1.Webhook.
291
+ * Use `create(WebhookSchema)` to create a new message.
292
+ */
293
+ export declare const WebhookSchema: GenMessage<Webhook>;
294
+ /**
295
+ * @generated from message gate.v1.AccessRequest
296
+ */
297
+ export type AccessRequest = Message<"gate.v1.AccessRequest"> & {
298
+ /**
299
+ * @generated from field: string id = 1;
300
+ */
301
+ id: string;
302
+ /**
303
+ * @generated from field: string org_id = 2;
304
+ */
305
+ orgId: string;
306
+ /**
307
+ * @generated from field: string requested_by = 3;
308
+ */
309
+ requestedBy: string;
310
+ /**
311
+ * @generated from field: string resource_id = 4;
312
+ */
313
+ resourceId: string;
314
+ /**
315
+ * @generated from field: string reason = 5;
316
+ */
317
+ reason: string;
318
+ /**
319
+ * @generated from field: string duration = 6;
320
+ */
321
+ duration: string;
322
+ /**
323
+ * @generated from field: string status = 7;
324
+ */
325
+ status: string;
326
+ /**
327
+ * @generated from field: string approved_by = 8;
328
+ */
329
+ approvedBy: string;
330
+ /**
331
+ * @generated from field: google.protobuf.Timestamp expires_at = 9;
332
+ */
333
+ expiresAt?: Timestamp;
334
+ /**
335
+ * @generated from field: google.protobuf.Timestamp created_at = 10;
336
+ */
337
+ createdAt?: Timestamp;
338
+ /**
339
+ * @generated from field: google.protobuf.Timestamp updated_at = 11;
340
+ */
341
+ updatedAt?: Timestamp;
342
+ /**
343
+ * @generated from field: string requested_for = 12;
344
+ */
345
+ requestedFor: string;
346
+ /**
347
+ * @generated from field: repeated gate.v1.AccessGrantScope scopes = 13;
348
+ */
349
+ scopes: AccessGrantScope[];
350
+ /**
351
+ * @generated from field: string lineage_id = 14;
352
+ */
353
+ lineageId: string;
354
+ };
355
+ /**
356
+ * Describes the message gate.v1.AccessRequest.
357
+ * Use `create(AccessRequestSchema)` to create a new message.
358
+ */
359
+ export declare const AccessRequestSchema: GenMessage<AccessRequest>;
@@ -0,0 +1,105 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file gate/v1/webhook_access.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/webhook_access.proto.
9
+ */
10
+ export const file_gate_v1_webhook_access = /*@__PURE__*/ fileDesc("ChxnYXRlL3YxL3dlYmhvb2tfYWNjZXNzLnByb3RvEgdnYXRlLnYxIkEKFENyZWF0ZVdlYmhvb2tSZXF1ZXN0EikKB3dlYmhvb2sYASABKAsyEC5nYXRlLnYxLldlYmhvb2tCBrpIA8gBASI6ChVDcmVhdGVXZWJob29rUmVzcG9uc2USIQoHd2ViaG9vaxgBIAEoCzIQLmdhdGUudjEuV2ViaG9vayIVChNMaXN0V2ViaG9va3NSZXF1ZXN0IjoKFExpc3RXZWJob29rc1Jlc3BvbnNlEiIKCHdlYmhvb2tzGAEgAygLMhAuZ2F0ZS52MS5XZWJob29rIisKFERlbGV0ZVdlYmhvb2tSZXF1ZXN0EhMKAmlkGAEgASgJQge6SARyAhABIhcKFURlbGV0ZVdlYmhvb2tSZXNwb25zZSJNChpDcmVhdGVBY2Nlc3NSZXF1ZXN0UmVxdWVzdBIvCgdyZXF1ZXN0GAEgASgLMhYuZ2F0ZS52MS5BY2Nlc3NSZXF1ZXN0Qga6SAPIAQEiRgobQ3JlYXRlQWNjZXNzUmVxdWVzdFJlc3BvbnNlEicKB3JlcXVlc3QYASABKAsyFi5nYXRlLnYxLkFjY2Vzc1JlcXVlc3QiKwoZTGlzdEFjY2Vzc1JlcXVlc3RzUmVxdWVzdBIOCgZzdGF0dXMYASABKAkiRgoaTGlzdEFjY2Vzc1JlcXVlc3RzUmVzcG9uc2USKAoIcmVxdWVzdHMYASADKAsyFi5nYXRlLnYxLkFjY2Vzc1JlcXVlc3QiLgoXR2V0QWNjZXNzUmVxdWVzdFJlcXVlc3QSEwoCaWQYASABKAlCB7pIBHICEAEiQwoYR2V0QWNjZXNzUmVxdWVzdFJlc3BvbnNlEicKB3JlcXVlc3QYASABKAsyFi5nYXRlLnYxLkFjY2Vzc1JlcXVlc3QiWwobQXBwcm92ZUFjY2Vzc1JlcXVlc3RSZXF1ZXN0EhMKAmlkGAEgASgJQge6SARyAhABEhMKC2FwcHJvdmVkX2J5GAIgASgJEhIKCmxpbmVhZ2VfaWQYAyABKAkiRwocQXBwcm92ZUFjY2Vzc1JlcXVlc3RSZXNwb25zZRInCgdyZXF1ZXN0GAEgASgLMhYuZ2F0ZS52MS5BY2Nlc3NSZXF1ZXN0IlgKGERlbnlBY2Nlc3NSZXF1ZXN0UmVxdWVzdBITCgJpZBgBIAEoCUIHukgEcgIQARITCgthcHByb3ZlZF9ieRgCIAEoCRISCgpsaW5lYWdlX2lkGAMgASgJIkQKGURlbnlBY2Nlc3NSZXF1ZXN0UmVzcG9uc2USJwoHcmVxdWVzdBgBIAEoCzIWLmdhdGUudjEuQWNjZXNzUmVxdWVzdCI+ChBBY2Nlc3NHcmFudFNjb3BlEhoKCW9wZXJhdGlvbhgBIAEoCUIHukgEcgIQARIOCgZ0YXJnZXQYAiABKAkipQEKB1dlYmhvb2sSCgoCaWQYASABKAkSDgoGb3JnX2lkGAIgASgJEhQKA3VybBgDIAEoCUIHukgEcgIQARIYCgZldmVudHMYBCADKAlCCLpIBZIBAggBEg4KBnNlY3JldBgFIAEoCRIOCgZhY3RpdmUYBiABKAgSLgoKY3JlYXRlZF9hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAijAMKDUFjY2Vzc1JlcXVlc3QSCgoCaWQYASABKAkSDgoGb3JnX2lkGAIgASgJEhQKDHJlcXVlc3RlZF9ieRgDIAEoCRIcCgtyZXNvdXJjZV9pZBgEIAEoCUIHukgEcgIQARIOCgZyZWFzb24YBSABKAkSEAoIZHVyYXRpb24YBiABKAkSDgoGc3RhdHVzGAcgASgJEhMKC2FwcHJvdmVkX2J5GAggASgJEi4KCmV4cGlyZXNfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCmNyZWF0ZWRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYCyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhUKDXJlcXVlc3RlZF9mb3IYDCABKAkSKQoGc2NvcGVzGA0gAygLMhkuZ2F0ZS52MS5BY2Nlc3NHcmFudFNjb3BlEhIKCmxpbmVhZ2VfaWQYDiABKAlCM1oxZ2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9nYXRlL3YxO2dhdGV2MWIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_timestamp]);
11
+ /**
12
+ * Describes the message gate.v1.CreateWebhookRequest.
13
+ * Use `create(CreateWebhookRequestSchema)` to create a new message.
14
+ */
15
+ export const CreateWebhookRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 0);
16
+ /**
17
+ * Describes the message gate.v1.CreateWebhookResponse.
18
+ * Use `create(CreateWebhookResponseSchema)` to create a new message.
19
+ */
20
+ export const CreateWebhookResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 1);
21
+ /**
22
+ * Describes the message gate.v1.ListWebhooksRequest.
23
+ * Use `create(ListWebhooksRequestSchema)` to create a new message.
24
+ */
25
+ export const ListWebhooksRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 2);
26
+ /**
27
+ * Describes the message gate.v1.ListWebhooksResponse.
28
+ * Use `create(ListWebhooksResponseSchema)` to create a new message.
29
+ */
30
+ export const ListWebhooksResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 3);
31
+ /**
32
+ * Describes the message gate.v1.DeleteWebhookRequest.
33
+ * Use `create(DeleteWebhookRequestSchema)` to create a new message.
34
+ */
35
+ export const DeleteWebhookRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 4);
36
+ /**
37
+ * Describes the message gate.v1.DeleteWebhookResponse.
38
+ * Use `create(DeleteWebhookResponseSchema)` to create a new message.
39
+ */
40
+ export const DeleteWebhookResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 5);
41
+ /**
42
+ * Describes the message gate.v1.CreateAccessRequestRequest.
43
+ * Use `create(CreateAccessRequestRequestSchema)` to create a new message.
44
+ */
45
+ export const CreateAccessRequestRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 6);
46
+ /**
47
+ * Describes the message gate.v1.CreateAccessRequestResponse.
48
+ * Use `create(CreateAccessRequestResponseSchema)` to create a new message.
49
+ */
50
+ export const CreateAccessRequestResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 7);
51
+ /**
52
+ * Describes the message gate.v1.ListAccessRequestsRequest.
53
+ * Use `create(ListAccessRequestsRequestSchema)` to create a new message.
54
+ */
55
+ export const ListAccessRequestsRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 8);
56
+ /**
57
+ * Describes the message gate.v1.ListAccessRequestsResponse.
58
+ * Use `create(ListAccessRequestsResponseSchema)` to create a new message.
59
+ */
60
+ export const ListAccessRequestsResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 9);
61
+ /**
62
+ * Describes the message gate.v1.GetAccessRequestRequest.
63
+ * Use `create(GetAccessRequestRequestSchema)` to create a new message.
64
+ */
65
+ export const GetAccessRequestRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 10);
66
+ /**
67
+ * Describes the message gate.v1.GetAccessRequestResponse.
68
+ * Use `create(GetAccessRequestResponseSchema)` to create a new message.
69
+ */
70
+ export const GetAccessRequestResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 11);
71
+ /**
72
+ * Describes the message gate.v1.ApproveAccessRequestRequest.
73
+ * Use `create(ApproveAccessRequestRequestSchema)` to create a new message.
74
+ */
75
+ export const ApproveAccessRequestRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 12);
76
+ /**
77
+ * Describes the message gate.v1.ApproveAccessRequestResponse.
78
+ * Use `create(ApproveAccessRequestResponseSchema)` to create a new message.
79
+ */
80
+ export const ApproveAccessRequestResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 13);
81
+ /**
82
+ * Describes the message gate.v1.DenyAccessRequestRequest.
83
+ * Use `create(DenyAccessRequestRequestSchema)` to create a new message.
84
+ */
85
+ export const DenyAccessRequestRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 14);
86
+ /**
87
+ * Describes the message gate.v1.DenyAccessRequestResponse.
88
+ * Use `create(DenyAccessRequestResponseSchema)` to create a new message.
89
+ */
90
+ export const DenyAccessRequestResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 15);
91
+ /**
92
+ * Describes the message gate.v1.AccessGrantScope.
93
+ * Use `create(AccessGrantScopeSchema)` to create a new message.
94
+ */
95
+ export const AccessGrantScopeSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 16);
96
+ /**
97
+ * Describes the message gate.v1.Webhook.
98
+ * Use `create(WebhookSchema)` to create a new message.
99
+ */
100
+ export const WebhookSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 17);
101
+ /**
102
+ * Describes the message gate.v1.AccessRequest.
103
+ * Use `create(AccessRequestSchema)` to create a new message.
104
+ */
105
+ export const AccessRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_webhook_access, 18);
@@ -0,0 +1,13 @@
1
+ import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ import type { HttpRule } from "./http_pb.js";
3
+ import type { MethodOptions } from "@bufbuild/protobuf/wkt";
4
+ /**
5
+ * Describes the file google/api/annotations.proto.
6
+ */
7
+ export declare const file_google_api_annotations: GenFile;
8
+ /**
9
+ * See `HttpRule`.
10
+ *
11
+ * @generated from extension: google.api.HttpRule http = 72295728;
12
+ */
13
+ export declare const http: GenExtension<MethodOptions, HttpRule>;
@@ -0,0 +1,26 @@
1
+ // Copyright 2025 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
15
+ import { file_google_api_http } from "./http_pb.js";
16
+ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
17
+ /**
18
+ * Describes the file google/api/annotations.proto.
19
+ */
20
+ export const file_google_api_annotations = /*@__PURE__*/ fileDesc("Chxnb29nbGUvYXBpL2Fubm90YXRpb25zLnByb3RvEgpnb29nbGUuYXBpOksKBGh0dHASHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxiwyrwiIAEoCzIULmdvb2dsZS5hcGkuSHR0cFJ1bGVSBGh0dHBCbgoOY29tLmdvb2dsZS5hcGlCEEFubm90YXRpb25zUHJvdG9QAVpBZ29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy9hcGkvYW5ub3RhdGlvbnM7YW5ub3RhdGlvbnOiAgRHQVBJYgZwcm90bzM", [file_google_api_http, file_google_protobuf_descriptor]);
21
+ /**
22
+ * See `HttpRule`.
23
+ *
24
+ * @generated from extension: google.api.HttpRule http = 72295728;
25
+ */
26
+ export const http = /*@__PURE__*/ extDesc(file_google_api_annotations, 0);