@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,360 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { IngestAuditLogsRequestSchema, IngestAuditLogsResponseSchema } from "./audit_pb.js";
4
+ import type { AccessGrantScope } from "./webhook_access_pb.js";
5
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
6
+ /**
7
+ * Describes the file gate/v1/connector.proto.
8
+ */
9
+ export declare const file_gate_v1_connector: GenFile;
10
+ /**
11
+ * @generated from message gate.v1.SyncPoliciesRequest
12
+ */
13
+ export type SyncPoliciesRequest = Message<"gate.v1.SyncPoliciesRequest"> & {};
14
+ /**
15
+ * Describes the message gate.v1.SyncPoliciesRequest.
16
+ * Use `create(SyncPoliciesRequestSchema)` to create a new message.
17
+ */
18
+ export declare const SyncPoliciesRequestSchema: GenMessage<SyncPoliciesRequest>;
19
+ /**
20
+ * @generated from message gate.v1.SyncPoliciesResponse
21
+ */
22
+ export type SyncPoliciesResponse = Message<"gate.v1.SyncPoliciesResponse"> & {
23
+ /**
24
+ * @generated from field: repeated gate.v1.Policy policies = 1;
25
+ */
26
+ policies: Policy[];
27
+ };
28
+ /**
29
+ * Describes the message gate.v1.SyncPoliciesResponse.
30
+ * Use `create(SyncPoliciesResponseSchema)` to create a new message.
31
+ */
32
+ export declare const SyncPoliciesResponseSchema: GenMessage<SyncPoliciesResponse>;
33
+ /**
34
+ * @generated from message gate.v1.SyncAccessGrantsRequest
35
+ */
36
+ export type SyncAccessGrantsRequest = Message<"gate.v1.SyncAccessGrantsRequest"> & {};
37
+ /**
38
+ * Describes the message gate.v1.SyncAccessGrantsRequest.
39
+ * Use `create(SyncAccessGrantsRequestSchema)` to create a new message.
40
+ */
41
+ export declare const SyncAccessGrantsRequestSchema: GenMessage<SyncAccessGrantsRequest>;
42
+ /**
43
+ * @generated from message gate.v1.SyncAccessGrantsResponse
44
+ */
45
+ export type SyncAccessGrantsResponse = Message<"gate.v1.SyncAccessGrantsResponse"> & {
46
+ /**
47
+ * @generated from field: repeated gate.v1.AccessGrant grants = 1;
48
+ */
49
+ grants: AccessGrant[];
50
+ };
51
+ /**
52
+ * Describes the message gate.v1.SyncAccessGrantsResponse.
53
+ * Use `create(SyncAccessGrantsResponseSchema)` to create a new message.
54
+ */
55
+ export declare const SyncAccessGrantsResponseSchema: GenMessage<SyncAccessGrantsResponse>;
56
+ /**
57
+ * @generated from message gate.v1.Policy
58
+ */
59
+ export type Policy = Message<"gate.v1.Policy"> & {
60
+ /**
61
+ * @generated from field: string id = 1;
62
+ */
63
+ id: string;
64
+ /**
65
+ * @generated from field: string name = 2;
66
+ */
67
+ name: string;
68
+ /**
69
+ * @generated from field: string description = 3;
70
+ */
71
+ description: string;
72
+ /**
73
+ * @generated from field: string code = 4;
74
+ */
75
+ code: string;
76
+ /**
77
+ * @generated from field: string stage = 5;
78
+ */
79
+ stage: string;
80
+ /**
81
+ * @generated from field: string state = 6;
82
+ */
83
+ state: string;
84
+ /**
85
+ * @generated from field: int32 version = 7;
86
+ */
87
+ version: number;
88
+ /**
89
+ * @generated from field: string created_by = 8;
90
+ */
91
+ createdBy: string;
92
+ /**
93
+ * @generated from field: google.protobuf.Timestamp created_at = 9;
94
+ */
95
+ createdAt?: Timestamp;
96
+ /**
97
+ * @generated from field: google.protobuf.Timestamp updated_at = 10;
98
+ */
99
+ updatedAt?: Timestamp;
100
+ /**
101
+ * @generated from field: repeated string resources = 11;
102
+ */
103
+ resources: string[];
104
+ /**
105
+ * @generated from field: string lineage_id = 12;
106
+ */
107
+ lineageId: string;
108
+ };
109
+ /**
110
+ * Describes the message gate.v1.Policy.
111
+ * Use `create(PolicySchema)` to create a new message.
112
+ */
113
+ export declare const PolicySchema: GenMessage<Policy>;
114
+ /**
115
+ * @generated from message gate.v1.AccessGrant
116
+ */
117
+ export type AccessGrant = Message<"gate.v1.AccessGrant"> & {
118
+ /**
119
+ * @generated from field: string id = 1;
120
+ */
121
+ id: string;
122
+ /**
123
+ * @generated from field: string requested_by = 2;
124
+ */
125
+ requestedBy: string;
126
+ /**
127
+ * @generated from field: string requested_for = 3;
128
+ */
129
+ requestedFor: string;
130
+ /**
131
+ * @generated from field: string resource_id = 4;
132
+ */
133
+ resourceId: string;
134
+ /**
135
+ * @generated from field: string resource_name = 5;
136
+ */
137
+ resourceName: string;
138
+ /**
139
+ * @generated from field: string reason = 6;
140
+ */
141
+ reason: string;
142
+ /**
143
+ * @generated from field: string approved_by = 7;
144
+ */
145
+ approvedBy: string;
146
+ /**
147
+ * @generated from field: google.protobuf.Timestamp expires_at = 8;
148
+ */
149
+ expiresAt?: Timestamp;
150
+ /**
151
+ * @generated from field: repeated gate.v1.AccessGrantScope scopes = 9;
152
+ */
153
+ scopes: AccessGrantScope[];
154
+ };
155
+ /**
156
+ * Describes the message gate.v1.AccessGrant.
157
+ * Use `create(AccessGrantSchema)` to create a new message.
158
+ */
159
+ export declare const AccessGrantSchema: GenMessage<AccessGrant>;
160
+ /**
161
+ * @generated from message gate.v1.RegisterConnectorRequest
162
+ */
163
+ export type RegisterConnectorRequest = Message<"gate.v1.RegisterConnectorRequest"> & {
164
+ /**
165
+ * @generated from field: gate.v1.Connector connector = 1;
166
+ */
167
+ connector?: Connector;
168
+ };
169
+ /**
170
+ * Describes the message gate.v1.RegisterConnectorRequest.
171
+ * Use `create(RegisterConnectorRequestSchema)` to create a new message.
172
+ */
173
+ export declare const RegisterConnectorRequestSchema: GenMessage<RegisterConnectorRequest>;
174
+ /**
175
+ * @generated from message gate.v1.RegisterConnectorResponse
176
+ */
177
+ export type RegisterConnectorResponse = Message<"gate.v1.RegisterConnectorResponse"> & {
178
+ /**
179
+ * @generated from field: gate.v1.Connector connector = 1;
180
+ */
181
+ connector?: Connector;
182
+ };
183
+ /**
184
+ * Describes the message gate.v1.RegisterConnectorResponse.
185
+ * Use `create(RegisterConnectorResponseSchema)` to create a new message.
186
+ */
187
+ export declare const RegisterConnectorResponseSchema: GenMessage<RegisterConnectorResponse>;
188
+ /**
189
+ * @generated from message gate.v1.HeartbeatConnectorRequest
190
+ */
191
+ export type HeartbeatConnectorRequest = Message<"gate.v1.HeartbeatConnectorRequest"> & {
192
+ /**
193
+ * @generated from field: string id = 1;
194
+ */
195
+ id: string;
196
+ };
197
+ /**
198
+ * Describes the message gate.v1.HeartbeatConnectorRequest.
199
+ * Use `create(HeartbeatConnectorRequestSchema)` to create a new message.
200
+ */
201
+ export declare const HeartbeatConnectorRequestSchema: GenMessage<HeartbeatConnectorRequest>;
202
+ /**
203
+ * @generated from message gate.v1.HeartbeatConnectorResponse
204
+ */
205
+ export type HeartbeatConnectorResponse = Message<"gate.v1.HeartbeatConnectorResponse"> & {
206
+ /**
207
+ * @generated from field: string status = 1;
208
+ */
209
+ status: string;
210
+ };
211
+ /**
212
+ * Describes the message gate.v1.HeartbeatConnectorResponse.
213
+ * Use `create(HeartbeatConnectorResponseSchema)` to create a new message.
214
+ */
215
+ export declare const HeartbeatConnectorResponseSchema: GenMessage<HeartbeatConnectorResponse>;
216
+ /**
217
+ * @generated from message gate.v1.DeregisterConnectorRequest
218
+ */
219
+ export type DeregisterConnectorRequest = Message<"gate.v1.DeregisterConnectorRequest"> & {
220
+ /**
221
+ * @generated from field: string id = 1;
222
+ */
223
+ id: string;
224
+ };
225
+ /**
226
+ * Describes the message gate.v1.DeregisterConnectorRequest.
227
+ * Use `create(DeregisterConnectorRequestSchema)` to create a new message.
228
+ */
229
+ export declare const DeregisterConnectorRequestSchema: GenMessage<DeregisterConnectorRequest>;
230
+ /**
231
+ * @generated from message gate.v1.DeregisterConnectorResponse
232
+ */
233
+ export type DeregisterConnectorResponse = Message<"gate.v1.DeregisterConnectorResponse"> & {};
234
+ /**
235
+ * Describes the message gate.v1.DeregisterConnectorResponse.
236
+ * Use `create(DeregisterConnectorResponseSchema)` to create a new message.
237
+ */
238
+ export declare const DeregisterConnectorResponseSchema: GenMessage<DeregisterConnectorResponse>;
239
+ /**
240
+ * @generated from message gate.v1.ListConnectorsRequest
241
+ */
242
+ export type ListConnectorsRequest = Message<"gate.v1.ListConnectorsRequest"> & {};
243
+ /**
244
+ * Describes the message gate.v1.ListConnectorsRequest.
245
+ * Use `create(ListConnectorsRequestSchema)` to create a new message.
246
+ */
247
+ export declare const ListConnectorsRequestSchema: GenMessage<ListConnectorsRequest>;
248
+ /**
249
+ * @generated from message gate.v1.ListConnectorsResponse
250
+ */
251
+ export type ListConnectorsResponse = Message<"gate.v1.ListConnectorsResponse"> & {
252
+ /**
253
+ * @generated from field: repeated gate.v1.Connector connectors = 1;
254
+ */
255
+ connectors: Connector[];
256
+ };
257
+ /**
258
+ * Describes the message gate.v1.ListConnectorsResponse.
259
+ * Use `create(ListConnectorsResponseSchema)` to create a new message.
260
+ */
261
+ export declare const ListConnectorsResponseSchema: GenMessage<ListConnectorsResponse>;
262
+ /**
263
+ * @generated from message gate.v1.Connector
264
+ */
265
+ export type Connector = Message<"gate.v1.Connector"> & {
266
+ /**
267
+ * @generated from field: string id = 1;
268
+ */
269
+ id: string;
270
+ /**
271
+ * @generated from field: string org_id = 2;
272
+ */
273
+ orgId: string;
274
+ /**
275
+ * @generated from field: string name = 3;
276
+ */
277
+ name: string;
278
+ /**
279
+ * @generated from field: string address = 4;
280
+ */
281
+ address: string;
282
+ /**
283
+ * @generated from field: repeated string protocols = 5;
284
+ */
285
+ protocols: string[];
286
+ /**
287
+ * @generated from field: string status = 6;
288
+ */
289
+ status: string;
290
+ /**
291
+ * @generated from field: google.protobuf.Timestamp last_heartbeat = 7;
292
+ */
293
+ lastHeartbeat?: Timestamp;
294
+ /**
295
+ * @generated from field: google.protobuf.Struct metadata = 8;
296
+ */
297
+ metadata?: JsonObject;
298
+ /**
299
+ * @generated from field: google.protobuf.Timestamp created_at = 9;
300
+ */
301
+ createdAt?: Timestamp;
302
+ };
303
+ /**
304
+ * Describes the message gate.v1.Connector.
305
+ * Use `create(ConnectorSchema)` to create a new message.
306
+ */
307
+ export declare const ConnectorSchema: GenMessage<Connector>;
308
+ /**
309
+ * @generated from service gate.v1.ConnectorService
310
+ */
311
+ export declare const ConnectorService: GenService<{
312
+ /**
313
+ * @generated from rpc gate.v1.ConnectorService.SyncPolicies
314
+ */
315
+ syncPolicies: {
316
+ methodKind: "unary";
317
+ input: typeof SyncPoliciesRequestSchema;
318
+ output: typeof SyncPoliciesResponseSchema;
319
+ };
320
+ /**
321
+ * @generated from rpc gate.v1.ConnectorService.SyncAccessGrants
322
+ */
323
+ syncAccessGrants: {
324
+ methodKind: "unary";
325
+ input: typeof SyncAccessGrantsRequestSchema;
326
+ output: typeof SyncAccessGrantsResponseSchema;
327
+ };
328
+ /**
329
+ * @generated from rpc gate.v1.ConnectorService.IngestAuditLogs
330
+ */
331
+ ingestAuditLogs: {
332
+ methodKind: "unary";
333
+ input: typeof IngestAuditLogsRequestSchema;
334
+ output: typeof IngestAuditLogsResponseSchema;
335
+ };
336
+ /**
337
+ * @generated from rpc gate.v1.ConnectorService.RegisterConnector
338
+ */
339
+ registerConnector: {
340
+ methodKind: "unary";
341
+ input: typeof RegisterConnectorRequestSchema;
342
+ output: typeof RegisterConnectorResponseSchema;
343
+ };
344
+ /**
345
+ * @generated from rpc gate.v1.ConnectorService.HeartbeatConnector
346
+ */
347
+ heartbeatConnector: {
348
+ methodKind: "unary";
349
+ input: typeof HeartbeatConnectorRequestSchema;
350
+ output: typeof HeartbeatConnectorResponseSchema;
351
+ };
352
+ /**
353
+ * @generated from rpc gate.v1.ConnectorService.DeregisterConnector
354
+ */
355
+ deregisterConnector: {
356
+ methodKind: "unary";
357
+ input: typeof DeregisterConnectorRequestSchema;
358
+ output: typeof DeregisterConnectorResponseSchema;
359
+ };
360
+ }>;
@@ -0,0 +1,91 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file gate/v1/connector.proto (package gate.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_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
+ import { file_gate_v1_audit } from "./audit_pb.js";
8
+ import { file_gate_v1_webhook_access } from "./webhook_access_pb.js";
9
+ /**
10
+ * Describes the file gate/v1/connector.proto.
11
+ */
12
+ export const file_gate_v1_connector = /*@__PURE__*/ fileDesc("ChdnYXRlL3YxL2Nvbm5lY3Rvci5wcm90bxIHZ2F0ZS52MSIVChNTeW5jUG9saWNpZXNSZXF1ZXN0IjkKFFN5bmNQb2xpY2llc1Jlc3BvbnNlEiEKCHBvbGljaWVzGAEgAygLMg8uZ2F0ZS52MS5Qb2xpY3kiGQoXU3luY0FjY2Vzc0dyYW50c1JlcXVlc3QiQAoYU3luY0FjY2Vzc0dyYW50c1Jlc3BvbnNlEiQKBmdyYW50cxgBIAMoCzIULmdhdGUudjEuQWNjZXNzR3JhbnQijwIKBlBvbGljeRIKCgJpZBgBIAEoCRIMCgRuYW1lGAIgASgJEhMKC2Rlc2NyaXB0aW9uGAMgASgJEgwKBGNvZGUYBCABKAkSDQoFc3RhZ2UYBSABKAkSDQoFc3RhdGUYBiABKAkSDwoHdmVyc2lvbhgHIAEoBRISCgpjcmVhdGVkX2J5GAggASgJEi4KCmNyZWF0ZWRfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhEKCXJlc291cmNlcxgLIAMoCRISCgpsaW5lYWdlX2lkGAwgASgJIvIBCgtBY2Nlc3NHcmFudBIKCgJpZBgBIAEoCRIUCgxyZXF1ZXN0ZWRfYnkYAiABKAkSFQoNcmVxdWVzdGVkX2ZvchgDIAEoCRITCgtyZXNvdXJjZV9pZBgEIAEoCRIVCg1yZXNvdXJjZV9uYW1lGAUgASgJEg4KBnJlYXNvbhgGIAEoCRITCgthcHByb3ZlZF9ieRgHIAEoCRIuCgpleHBpcmVzX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIpCgZzY29wZXMYCSADKAsyGS5nYXRlLnYxLkFjY2Vzc0dyYW50U2NvcGUiSQoYUmVnaXN0ZXJDb25uZWN0b3JSZXF1ZXN0Ei0KCWNvbm5lY3RvchgBIAEoCzISLmdhdGUudjEuQ29ubmVjdG9yQga6SAPIAQEiQgoZUmVnaXN0ZXJDb25uZWN0b3JSZXNwb25zZRIlCgljb25uZWN0b3IYASABKAsyEi5nYXRlLnYxLkNvbm5lY3RvciIwChlIZWFydGJlYXRDb25uZWN0b3JSZXF1ZXN0EhMKAmlkGAEgASgJQge6SARyAhABIiwKGkhlYXJ0YmVhdENvbm5lY3RvclJlc3BvbnNlEg4KBnN0YXR1cxgBIAEoCSIxChpEZXJlZ2lzdGVyQ29ubmVjdG9yUmVxdWVzdBITCgJpZBgBIAEoCUIHukgEcgIQASIdChtEZXJlZ2lzdGVyQ29ubmVjdG9yUmVzcG9uc2UiFwoVTGlzdENvbm5lY3RvcnNSZXF1ZXN0IkAKFkxpc3RDb25uZWN0b3JzUmVzcG9uc2USJgoKY29ubmVjdG9ycxgBIAMoCzISLmdhdGUudjEuQ29ubmVjdG9yIpQCCglDb25uZWN0b3ISCgoCaWQYASABKAkSDgoGb3JnX2lkGAIgASgJEhUKBG5hbWUYAyABKAlCB7pIBHICEAESGAoHYWRkcmVzcxgEIAEoCUIHukgEcgIQARIbCglwcm90b2NvbHMYBSADKAlCCLpIBZIBAggBEg4KBnN0YXR1cxgGIAEoCRIyCg5sYXN0X2hlYXJ0YmVhdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASKQoIbWV0YWRhdGEYCCABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0Ei4KCmNyZWF0ZWRfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wMqsEChBDb25uZWN0b3JTZXJ2aWNlEksKDFN5bmNQb2xpY2llcxIcLmdhdGUudjEuU3luY1BvbGljaWVzUmVxdWVzdBodLmdhdGUudjEuU3luY1BvbGljaWVzUmVzcG9uc2USVwoQU3luY0FjY2Vzc0dyYW50cxIgLmdhdGUudjEuU3luY0FjY2Vzc0dyYW50c1JlcXVlc3QaIS5nYXRlLnYxLlN5bmNBY2Nlc3NHcmFudHNSZXNwb25zZRJUCg9Jbmdlc3RBdWRpdExvZ3MSHy5nYXRlLnYxLkluZ2VzdEF1ZGl0TG9nc1JlcXVlc3QaIC5nYXRlLnYxLkluZ2VzdEF1ZGl0TG9nc1Jlc3BvbnNlEloKEVJlZ2lzdGVyQ29ubmVjdG9yEiEuZ2F0ZS52MS5SZWdpc3RlckNvbm5lY3RvclJlcXVlc3QaIi5nYXRlLnYxLlJlZ2lzdGVyQ29ubmVjdG9yUmVzcG9uc2USXQoSSGVhcnRiZWF0Q29ubmVjdG9yEiIuZ2F0ZS52MS5IZWFydGJlYXRDb25uZWN0b3JSZXF1ZXN0GiMuZ2F0ZS52MS5IZWFydGJlYXRDb25uZWN0b3JSZXNwb25zZRJgChNEZXJlZ2lzdGVyQ29ubmVjdG9yEiMuZ2F0ZS52MS5EZXJlZ2lzdGVyQ29ubmVjdG9yUmVxdWVzdBokLmdhdGUudjEuRGVyZWdpc3RlckNvbm5lY3RvclJlc3BvbnNlQjNaMWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vZ2F0ZS92MTtnYXRldjFiBnByb3RvMw", [file_buf_validate_validate, file_google_protobuf_struct, file_google_protobuf_timestamp, file_gate_v1_audit, file_gate_v1_webhook_access]);
13
+ /**
14
+ * Describes the message gate.v1.SyncPoliciesRequest.
15
+ * Use `create(SyncPoliciesRequestSchema)` to create a new message.
16
+ */
17
+ export const SyncPoliciesRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 0);
18
+ /**
19
+ * Describes the message gate.v1.SyncPoliciesResponse.
20
+ * Use `create(SyncPoliciesResponseSchema)` to create a new message.
21
+ */
22
+ export const SyncPoliciesResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 1);
23
+ /**
24
+ * Describes the message gate.v1.SyncAccessGrantsRequest.
25
+ * Use `create(SyncAccessGrantsRequestSchema)` to create a new message.
26
+ */
27
+ export const SyncAccessGrantsRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 2);
28
+ /**
29
+ * Describes the message gate.v1.SyncAccessGrantsResponse.
30
+ * Use `create(SyncAccessGrantsResponseSchema)` to create a new message.
31
+ */
32
+ export const SyncAccessGrantsResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 3);
33
+ /**
34
+ * Describes the message gate.v1.Policy.
35
+ * Use `create(PolicySchema)` to create a new message.
36
+ */
37
+ export const PolicySchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 4);
38
+ /**
39
+ * Describes the message gate.v1.AccessGrant.
40
+ * Use `create(AccessGrantSchema)` to create a new message.
41
+ */
42
+ export const AccessGrantSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 5);
43
+ /**
44
+ * Describes the message gate.v1.RegisterConnectorRequest.
45
+ * Use `create(RegisterConnectorRequestSchema)` to create a new message.
46
+ */
47
+ export const RegisterConnectorRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 6);
48
+ /**
49
+ * Describes the message gate.v1.RegisterConnectorResponse.
50
+ * Use `create(RegisterConnectorResponseSchema)` to create a new message.
51
+ */
52
+ export const RegisterConnectorResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 7);
53
+ /**
54
+ * Describes the message gate.v1.HeartbeatConnectorRequest.
55
+ * Use `create(HeartbeatConnectorRequestSchema)` to create a new message.
56
+ */
57
+ export const HeartbeatConnectorRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 8);
58
+ /**
59
+ * Describes the message gate.v1.HeartbeatConnectorResponse.
60
+ * Use `create(HeartbeatConnectorResponseSchema)` to create a new message.
61
+ */
62
+ export const HeartbeatConnectorResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 9);
63
+ /**
64
+ * Describes the message gate.v1.DeregisterConnectorRequest.
65
+ * Use `create(DeregisterConnectorRequestSchema)` to create a new message.
66
+ */
67
+ export const DeregisterConnectorRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 10);
68
+ /**
69
+ * Describes the message gate.v1.DeregisterConnectorResponse.
70
+ * Use `create(DeregisterConnectorResponseSchema)` to create a new message.
71
+ */
72
+ export const DeregisterConnectorResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 11);
73
+ /**
74
+ * Describes the message gate.v1.ListConnectorsRequest.
75
+ * Use `create(ListConnectorsRequestSchema)` to create a new message.
76
+ */
77
+ export const ListConnectorsRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 12);
78
+ /**
79
+ * Describes the message gate.v1.ListConnectorsResponse.
80
+ * Use `create(ListConnectorsResponseSchema)` to create a new message.
81
+ */
82
+ export const ListConnectorsResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 13);
83
+ /**
84
+ * Describes the message gate.v1.Connector.
85
+ * Use `create(ConnectorSchema)` to create a new message.
86
+ */
87
+ export const ConnectorSchema = /*@__PURE__*/ messageDesc(file_gate_v1_connector, 14);
88
+ /**
89
+ * @generated from service gate.v1.ConnectorService
90
+ */
91
+ export const ConnectorService = /*@__PURE__*/ serviceDesc(file_gate_v1_connector, 0);