@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,653 @@
1
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file connectors/v1/connectors.proto.
6
+ */
7
+ export declare const file_connectors_v1_connectors: GenFile;
8
+ /**
9
+ * Connection is the canonical external integration connection record.
10
+ *
11
+ * @generated from message connectors.v1.Connection
12
+ */
13
+ export type Connection = Message<"connectors.v1.Connection"> & {
14
+ /**
15
+ * @generated from field: string id = 1;
16
+ */
17
+ id: string;
18
+ /**
19
+ * @generated from field: string workspace_id = 2;
20
+ */
21
+ workspaceId: string;
22
+ /**
23
+ * @generated from field: string provider_id = 3;
24
+ */
25
+ providerId: string;
26
+ /**
27
+ * @generated from field: string display_name = 4;
28
+ */
29
+ displayName: string;
30
+ /**
31
+ * @generated from field: connectors.v1.AuthType auth_type = 5;
32
+ */
33
+ authType: AuthType;
34
+ /**
35
+ * @generated from field: repeated string scopes = 6;
36
+ */
37
+ scopes: string[];
38
+ /**
39
+ * @generated from field: connectors.v1.HealthStatus health_status = 7;
40
+ */
41
+ healthStatus: HealthStatus;
42
+ /**
43
+ * @generated from field: google.protobuf.Timestamp last_healthy_at = 8;
44
+ */
45
+ lastHealthyAt?: Timestamp;
46
+ /**
47
+ * @generated from field: google.protobuf.Timestamp created_at = 9;
48
+ */
49
+ createdAt?: Timestamp;
50
+ /**
51
+ * @generated from field: google.protobuf.Timestamp updated_at = 10;
52
+ */
53
+ updatedAt?: Timestamp;
54
+ /**
55
+ * credential_refs mirrors non-secret credential references such as vault or
56
+ * secret-manager handles. Raw credential material must not be returned here.
57
+ *
58
+ * @generated from field: map<string, string> credential_refs = 11;
59
+ */
60
+ credentialRefs: {
61
+ [key: string]: string;
62
+ };
63
+ };
64
+ /**
65
+ * Describes the message connectors.v1.Connection.
66
+ * Use `create(ConnectionSchema)` to create a new message.
67
+ */
68
+ export declare const ConnectionSchema: GenMessage<Connection>;
69
+ /**
70
+ * ConnectionHealth provides detailed health information for a connection.
71
+ *
72
+ * @generated from message connectors.v1.ConnectionHealth
73
+ */
74
+ export type ConnectionHealth = Message<"connectors.v1.ConnectionHealth"> & {
75
+ /**
76
+ * @generated from field: connectors.v1.HealthStatus status = 1;
77
+ */
78
+ status: HealthStatus;
79
+ /**
80
+ * @generated from field: int32 latency_ms = 2;
81
+ */
82
+ latencyMs: number;
83
+ /**
84
+ * @generated from field: google.protobuf.Timestamp last_check_at = 3;
85
+ */
86
+ lastCheckAt?: Timestamp;
87
+ /**
88
+ * @generated from field: string error_message = 4;
89
+ */
90
+ errorMessage: string;
91
+ };
92
+ /**
93
+ * Describes the message connectors.v1.ConnectionHealth.
94
+ * Use `create(ConnectionHealthSchema)` to create a new message.
95
+ */
96
+ export declare const ConnectionHealthSchema: GenMessage<ConnectionHealth>;
97
+ /**
98
+ * SourceOfTruthPolicy defines which connection is authoritative for a domain.
99
+ *
100
+ * @generated from message connectors.v1.SourceOfTruthPolicy
101
+ */
102
+ export type SourceOfTruthPolicy = Message<"connectors.v1.SourceOfTruthPolicy"> & {
103
+ /**
104
+ * @generated from field: string workspace_id = 1;
105
+ */
106
+ workspaceId: string;
107
+ /**
108
+ * @generated from field: connectors.v1.SourceOfTruthArea area = 2;
109
+ */
110
+ area: SourceOfTruthArea;
111
+ /**
112
+ * @generated from field: string primary_connection_id = 3;
113
+ */
114
+ primaryConnectionId: string;
115
+ /**
116
+ * @generated from field: string fallback_connection_id = 4;
117
+ */
118
+ fallbackConnectionId: string;
119
+ };
120
+ /**
121
+ * Describes the message connectors.v1.SourceOfTruthPolicy.
122
+ * Use `create(SourceOfTruthPolicySchema)` to create a new message.
123
+ */
124
+ export declare const SourceOfTruthPolicySchema: GenMessage<SourceOfTruthPolicy>;
125
+ /**
126
+ * DegradedReadPolicy defines behavior when the primary source is unavailable.
127
+ *
128
+ * @generated from message connectors.v1.DegradedReadPolicy
129
+ */
130
+ export type DegradedReadPolicy = Message<"connectors.v1.DegradedReadPolicy"> & {
131
+ /**
132
+ * @generated from field: string mode = 1;
133
+ */
134
+ mode: string;
135
+ /**
136
+ * @generated from field: repeated string allowed_integrations = 2;
137
+ */
138
+ allowedIntegrations: string[];
139
+ /**
140
+ * @generated from field: int32 max_age_minutes = 3;
141
+ */
142
+ maxAgeMinutes: number;
143
+ /**
144
+ * @generated from field: bool queue_primary_refresh = 4;
145
+ */
146
+ queuePrimaryRefresh: boolean;
147
+ };
148
+ /**
149
+ * Describes the message connectors.v1.DegradedReadPolicy.
150
+ * Use `create(DegradedReadPolicySchema)` to create a new message.
151
+ */
152
+ export declare const DegradedReadPolicySchema: GenMessage<DegradedReadPolicy>;
153
+ /**
154
+ * @generated from message connectors.v1.RegisterConnectionRequest
155
+ */
156
+ export type RegisterConnectionRequest = Message<"connectors.v1.RegisterConnectionRequest"> & {
157
+ /**
158
+ * @generated from field: string workspace_id = 1;
159
+ */
160
+ workspaceId: string;
161
+ /**
162
+ * @generated from field: string provider_id = 2;
163
+ */
164
+ providerId: string;
165
+ /**
166
+ * @generated from field: string display_name = 3;
167
+ */
168
+ displayName: string;
169
+ /**
170
+ * @generated from field: connectors.v1.AuthType auth_type = 4;
171
+ */
172
+ authType: AuthType;
173
+ /**
174
+ * @generated from field: repeated string scopes = 5;
175
+ */
176
+ scopes: string[];
177
+ /**
178
+ * @generated from field: map<string, string> credentials = 6;
179
+ */
180
+ credentials: {
181
+ [key: string]: string;
182
+ };
183
+ };
184
+ /**
185
+ * Describes the message connectors.v1.RegisterConnectionRequest.
186
+ * Use `create(RegisterConnectionRequestSchema)` to create a new message.
187
+ */
188
+ export declare const RegisterConnectionRequestSchema: GenMessage<RegisterConnectionRequest>;
189
+ /**
190
+ * @generated from message connectors.v1.RegisterConnectionResponse
191
+ */
192
+ export type RegisterConnectionResponse = Message<"connectors.v1.RegisterConnectionResponse"> & {
193
+ /**
194
+ * @generated from field: connectors.v1.Connection connection = 1;
195
+ */
196
+ connection?: Connection;
197
+ };
198
+ /**
199
+ * Describes the message connectors.v1.RegisterConnectionResponse.
200
+ * Use `create(RegisterConnectionResponseSchema)` to create a new message.
201
+ */
202
+ export declare const RegisterConnectionResponseSchema: GenMessage<RegisterConnectionResponse>;
203
+ /**
204
+ * @generated from message connectors.v1.GetConnectionRequest
205
+ */
206
+ export type GetConnectionRequest = Message<"connectors.v1.GetConnectionRequest"> & {
207
+ /**
208
+ * @generated from field: string id = 1;
209
+ */
210
+ id: string;
211
+ };
212
+ /**
213
+ * Describes the message connectors.v1.GetConnectionRequest.
214
+ * Use `create(GetConnectionRequestSchema)` to create a new message.
215
+ */
216
+ export declare const GetConnectionRequestSchema: GenMessage<GetConnectionRequest>;
217
+ /**
218
+ * @generated from message connectors.v1.GetConnectionResponse
219
+ */
220
+ export type GetConnectionResponse = Message<"connectors.v1.GetConnectionResponse"> & {
221
+ /**
222
+ * @generated from field: connectors.v1.Connection connection = 1;
223
+ */
224
+ connection?: Connection;
225
+ };
226
+ /**
227
+ * Describes the message connectors.v1.GetConnectionResponse.
228
+ * Use `create(GetConnectionResponseSchema)` to create a new message.
229
+ */
230
+ export declare const GetConnectionResponseSchema: GenMessage<GetConnectionResponse>;
231
+ /**
232
+ * @generated from message connectors.v1.ListConnectionsRequest
233
+ */
234
+ export type ListConnectionsRequest = Message<"connectors.v1.ListConnectionsRequest"> & {
235
+ /**
236
+ * @generated from field: string workspace_id = 1;
237
+ */
238
+ workspaceId: string;
239
+ /**
240
+ * @generated from field: int32 limit = 2;
241
+ */
242
+ limit: number;
243
+ /**
244
+ * @generated from field: int32 offset = 3;
245
+ */
246
+ offset: number;
247
+ };
248
+ /**
249
+ * Describes the message connectors.v1.ListConnectionsRequest.
250
+ * Use `create(ListConnectionsRequestSchema)` to create a new message.
251
+ */
252
+ export declare const ListConnectionsRequestSchema: GenMessage<ListConnectionsRequest>;
253
+ /**
254
+ * @generated from message connectors.v1.ListConnectionsResponse
255
+ */
256
+ export type ListConnectionsResponse = Message<"connectors.v1.ListConnectionsResponse"> & {
257
+ /**
258
+ * @generated from field: repeated connectors.v1.Connection connections = 1;
259
+ */
260
+ connections: Connection[];
261
+ /**
262
+ * @generated from field: int32 total = 2;
263
+ */
264
+ total: number;
265
+ };
266
+ /**
267
+ * Describes the message connectors.v1.ListConnectionsResponse.
268
+ * Use `create(ListConnectionsResponseSchema)` to create a new message.
269
+ */
270
+ export declare const ListConnectionsResponseSchema: GenMessage<ListConnectionsResponse>;
271
+ /**
272
+ * @generated from message connectors.v1.RefreshConnectionRequest
273
+ */
274
+ export type RefreshConnectionRequest = Message<"connectors.v1.RefreshConnectionRequest"> & {
275
+ /**
276
+ * @generated from field: string id = 1;
277
+ */
278
+ id: string;
279
+ };
280
+ /**
281
+ * Describes the message connectors.v1.RefreshConnectionRequest.
282
+ * Use `create(RefreshConnectionRequestSchema)` to create a new message.
283
+ */
284
+ export declare const RefreshConnectionRequestSchema: GenMessage<RefreshConnectionRequest>;
285
+ /**
286
+ * @generated from message connectors.v1.RefreshConnectionResponse
287
+ */
288
+ export type RefreshConnectionResponse = Message<"connectors.v1.RefreshConnectionResponse"> & {
289
+ /**
290
+ * @generated from field: connectors.v1.Connection connection = 1;
291
+ */
292
+ connection?: Connection;
293
+ };
294
+ /**
295
+ * Describes the message connectors.v1.RefreshConnectionResponse.
296
+ * Use `create(RefreshConnectionResponseSchema)` to create a new message.
297
+ */
298
+ export declare const RefreshConnectionResponseSchema: GenMessage<RefreshConnectionResponse>;
299
+ /**
300
+ * @generated from message connectors.v1.RevokeConnectionRequest
301
+ */
302
+ export type RevokeConnectionRequest = Message<"connectors.v1.RevokeConnectionRequest"> & {
303
+ /**
304
+ * @generated from field: string id = 1;
305
+ */
306
+ id: string;
307
+ };
308
+ /**
309
+ * Describes the message connectors.v1.RevokeConnectionRequest.
310
+ * Use `create(RevokeConnectionRequestSchema)` to create a new message.
311
+ */
312
+ export declare const RevokeConnectionRequestSchema: GenMessage<RevokeConnectionRequest>;
313
+ /**
314
+ * @generated from message connectors.v1.RevokeConnectionResponse
315
+ */
316
+ export type RevokeConnectionResponse = Message<"connectors.v1.RevokeConnectionResponse"> & {};
317
+ /**
318
+ * Describes the message connectors.v1.RevokeConnectionResponse.
319
+ * Use `create(RevokeConnectionResponseSchema)` to create a new message.
320
+ */
321
+ export declare const RevokeConnectionResponseSchema: GenMessage<RevokeConnectionResponse>;
322
+ /**
323
+ * @generated from message connectors.v1.GetHealthRequest
324
+ */
325
+ export type GetHealthRequest = Message<"connectors.v1.GetHealthRequest"> & {
326
+ /**
327
+ * @generated from field: string connection_id = 1;
328
+ */
329
+ connectionId: string;
330
+ };
331
+ /**
332
+ * Describes the message connectors.v1.GetHealthRequest.
333
+ * Use `create(GetHealthRequestSchema)` to create a new message.
334
+ */
335
+ export declare const GetHealthRequestSchema: GenMessage<GetHealthRequest>;
336
+ /**
337
+ * @generated from message connectors.v1.GetHealthResponse
338
+ */
339
+ export type GetHealthResponse = Message<"connectors.v1.GetHealthResponse"> & {
340
+ /**
341
+ * @generated from field: connectors.v1.ConnectionHealth health = 1;
342
+ */
343
+ health?: ConnectionHealth;
344
+ };
345
+ /**
346
+ * Describes the message connectors.v1.GetHealthResponse.
347
+ * Use `create(GetHealthResponseSchema)` to create a new message.
348
+ */
349
+ export declare const GetHealthResponseSchema: GenMessage<GetHealthResponse>;
350
+ /**
351
+ * @generated from message connectors.v1.ResolveSourceOfTruthRequest
352
+ */
353
+ export type ResolveSourceOfTruthRequest = Message<"connectors.v1.ResolveSourceOfTruthRequest"> & {
354
+ /**
355
+ * @generated from field: string workspace_id = 1;
356
+ */
357
+ workspaceId: string;
358
+ /**
359
+ * @generated from field: connectors.v1.SourceOfTruthArea area = 2;
360
+ */
361
+ area: SourceOfTruthArea;
362
+ };
363
+ /**
364
+ * Describes the message connectors.v1.ResolveSourceOfTruthRequest.
365
+ * Use `create(ResolveSourceOfTruthRequestSchema)` to create a new message.
366
+ */
367
+ export declare const ResolveSourceOfTruthRequestSchema: GenMessage<ResolveSourceOfTruthRequest>;
368
+ /**
369
+ * @generated from message connectors.v1.ResolveSourceOfTruthResponse
370
+ */
371
+ export type ResolveSourceOfTruthResponse = Message<"connectors.v1.ResolveSourceOfTruthResponse"> & {
372
+ /**
373
+ * @generated from field: connectors.v1.SourceOfTruthPolicy policy = 1;
374
+ */
375
+ policy?: SourceOfTruthPolicy;
376
+ /**
377
+ * @generated from field: connectors.v1.Connection primary_connection = 2;
378
+ */
379
+ primaryConnection?: Connection;
380
+ };
381
+ /**
382
+ * Describes the message connectors.v1.ResolveSourceOfTruthResponse.
383
+ * Use `create(ResolveSourceOfTruthResponseSchema)` to create a new message.
384
+ */
385
+ export declare const ResolveSourceOfTruthResponseSchema: GenMessage<ResolveSourceOfTruthResponse>;
386
+ /**
387
+ * @generated from message connectors.v1.GetDegradedReadPolicyRequest
388
+ */
389
+ export type GetDegradedReadPolicyRequest = Message<"connectors.v1.GetDegradedReadPolicyRequest"> & {
390
+ /**
391
+ * @generated from field: string workspace_id = 1;
392
+ */
393
+ workspaceId: string;
394
+ };
395
+ /**
396
+ * Describes the message connectors.v1.GetDegradedReadPolicyRequest.
397
+ * Use `create(GetDegradedReadPolicyRequestSchema)` to create a new message.
398
+ */
399
+ export declare const GetDegradedReadPolicyRequestSchema: GenMessage<GetDegradedReadPolicyRequest>;
400
+ /**
401
+ * @generated from message connectors.v1.GetDegradedReadPolicyResponse
402
+ */
403
+ export type GetDegradedReadPolicyResponse = Message<"connectors.v1.GetDegradedReadPolicyResponse"> & {
404
+ /**
405
+ * @generated from field: connectors.v1.DegradedReadPolicy policy = 1;
406
+ */
407
+ policy?: DegradedReadPolicy;
408
+ };
409
+ /**
410
+ * Describes the message connectors.v1.GetDegradedReadPolicyResponse.
411
+ * Use `create(GetDegradedReadPolicyResponseSchema)` to create a new message.
412
+ */
413
+ export declare const GetDegradedReadPolicyResponseSchema: GenMessage<GetDegradedReadPolicyResponse>;
414
+ /**
415
+ * @generated from message connectors.v1.SetSourceOfTruthPolicyRequest
416
+ */
417
+ export type SetSourceOfTruthPolicyRequest = Message<"connectors.v1.SetSourceOfTruthPolicyRequest"> & {
418
+ /**
419
+ * @generated from field: connectors.v1.SourceOfTruthPolicy policy = 1;
420
+ */
421
+ policy?: SourceOfTruthPolicy;
422
+ };
423
+ /**
424
+ * Describes the message connectors.v1.SetSourceOfTruthPolicyRequest.
425
+ * Use `create(SetSourceOfTruthPolicyRequestSchema)` to create a new message.
426
+ */
427
+ export declare const SetSourceOfTruthPolicyRequestSchema: GenMessage<SetSourceOfTruthPolicyRequest>;
428
+ /**
429
+ * @generated from message connectors.v1.SetSourceOfTruthPolicyResponse
430
+ */
431
+ export type SetSourceOfTruthPolicyResponse = Message<"connectors.v1.SetSourceOfTruthPolicyResponse"> & {
432
+ /**
433
+ * @generated from field: connectors.v1.SourceOfTruthPolicy policy = 1;
434
+ */
435
+ policy?: SourceOfTruthPolicy;
436
+ };
437
+ /**
438
+ * Describes the message connectors.v1.SetSourceOfTruthPolicyResponse.
439
+ * Use `create(SetSourceOfTruthPolicyResponseSchema)` to create a new message.
440
+ */
441
+ export declare const SetSourceOfTruthPolicyResponseSchema: GenMessage<SetSourceOfTruthPolicyResponse>;
442
+ /**
443
+ * @generated from message connectors.v1.GetCapabilitiesRequest
444
+ */
445
+ export type GetCapabilitiesRequest = Message<"connectors.v1.GetCapabilitiesRequest"> & {
446
+ /**
447
+ * @generated from field: string connection_id = 1;
448
+ */
449
+ connectionId: string;
450
+ };
451
+ /**
452
+ * Describes the message connectors.v1.GetCapabilitiesRequest.
453
+ * Use `create(GetCapabilitiesRequestSchema)` to create a new message.
454
+ */
455
+ export declare const GetCapabilitiesRequestSchema: GenMessage<GetCapabilitiesRequest>;
456
+ /**
457
+ * @generated from message connectors.v1.GetCapabilitiesResponse
458
+ */
459
+ export type GetCapabilitiesResponse = Message<"connectors.v1.GetCapabilitiesResponse"> & {
460
+ /**
461
+ * @generated from field: repeated string capabilities = 1;
462
+ */
463
+ capabilities: string[];
464
+ };
465
+ /**
466
+ * Describes the message connectors.v1.GetCapabilitiesResponse.
467
+ * Use `create(GetCapabilitiesResponseSchema)` to create a new message.
468
+ */
469
+ export declare const GetCapabilitiesResponseSchema: GenMessage<GetCapabilitiesResponse>;
470
+ /**
471
+ * AuthType describes the authentication method for a connection.
472
+ *
473
+ * @generated from enum connectors.v1.AuthType
474
+ */
475
+ export declare enum AuthType {
476
+ /**
477
+ * @generated from enum value: AUTH_TYPE_UNSPECIFIED = 0;
478
+ */
479
+ UNSPECIFIED = 0,
480
+ /**
481
+ * @generated from enum value: AUTH_TYPE_OAUTH2 = 1;
482
+ */
483
+ OAUTH2 = 1,
484
+ /**
485
+ * @generated from enum value: AUTH_TYPE_API_KEY = 2;
486
+ */
487
+ API_KEY = 2,
488
+ /**
489
+ * @generated from enum value: AUTH_TYPE_BASIC = 3;
490
+ */
491
+ BASIC = 3,
492
+ /**
493
+ * @generated from enum value: AUTH_TYPE_MTLS = 4;
494
+ */
495
+ MTLS = 4
496
+ }
497
+ /**
498
+ * Describes the enum connectors.v1.AuthType.
499
+ */
500
+ export declare const AuthTypeSchema: GenEnum<AuthType>;
501
+ /**
502
+ * HealthStatus describes the health state of a connection.
503
+ *
504
+ * @generated from enum connectors.v1.HealthStatus
505
+ */
506
+ export declare enum HealthStatus {
507
+ /**
508
+ * @generated from enum value: HEALTH_STATUS_UNSPECIFIED = 0;
509
+ */
510
+ UNSPECIFIED = 0,
511
+ /**
512
+ * @generated from enum value: HEALTH_STATUS_HEALTHY = 1;
513
+ */
514
+ HEALTHY = 1,
515
+ /**
516
+ * @generated from enum value: HEALTH_STATUS_DEGRADED = 2;
517
+ */
518
+ DEGRADED = 2,
519
+ /**
520
+ * @generated from enum value: HEALTH_STATUS_UNHEALTHY = 3;
521
+ */
522
+ UNHEALTHY = 3,
523
+ /**
524
+ * @generated from enum value: HEALTH_STATUS_UNKNOWN = 4;
525
+ */
526
+ UNKNOWN = 4
527
+ }
528
+ /**
529
+ * Describes the enum connectors.v1.HealthStatus.
530
+ */
531
+ export declare const HealthStatusSchema: GenEnum<HealthStatus>;
532
+ /**
533
+ * SourceOfTruthArea identifies a functional domain for source-of-truth resolution.
534
+ *
535
+ * @generated from enum connectors.v1.SourceOfTruthArea
536
+ */
537
+ export declare enum SourceOfTruthArea {
538
+ /**
539
+ * @generated from enum value: SOURCE_OF_TRUTH_AREA_UNSPECIFIED = 0;
540
+ */
541
+ UNSPECIFIED = 0,
542
+ /**
543
+ * @generated from enum value: SOURCE_OF_TRUTH_AREA_CRM = 1;
544
+ */
545
+ CRM = 1,
546
+ /**
547
+ * @generated from enum value: SOURCE_OF_TRUTH_AREA_SUPPORT = 2;
548
+ */
549
+ SUPPORT = 2,
550
+ /**
551
+ * @generated from enum value: SOURCE_OF_TRUTH_AREA_BILLING = 3;
552
+ */
553
+ BILLING = 3,
554
+ /**
555
+ * @generated from enum value: SOURCE_OF_TRUTH_AREA_ANALYTICS = 4;
556
+ */
557
+ ANALYTICS = 4,
558
+ /**
559
+ * @generated from enum value: SOURCE_OF_TRUTH_AREA_HRIS = 5;
560
+ */
561
+ HRIS = 5
562
+ }
563
+ /**
564
+ * Describes the enum connectors.v1.SourceOfTruthArea.
565
+ */
566
+ export declare const SourceOfTruthAreaSchema: GenEnum<SourceOfTruthArea>;
567
+ /**
568
+ * ConnectorService manages external integration connections.
569
+ *
570
+ * @generated from service connectors.v1.ConnectorService
571
+ */
572
+ export declare const ConnectorService: GenService<{
573
+ /**
574
+ * @generated from rpc connectors.v1.ConnectorService.RegisterConnection
575
+ */
576
+ registerConnection: {
577
+ methodKind: "unary";
578
+ input: typeof RegisterConnectionRequestSchema;
579
+ output: typeof RegisterConnectionResponseSchema;
580
+ };
581
+ /**
582
+ * @generated from rpc connectors.v1.ConnectorService.GetConnection
583
+ */
584
+ getConnection: {
585
+ methodKind: "unary";
586
+ input: typeof GetConnectionRequestSchema;
587
+ output: typeof GetConnectionResponseSchema;
588
+ };
589
+ /**
590
+ * @generated from rpc connectors.v1.ConnectorService.ListConnections
591
+ */
592
+ listConnections: {
593
+ methodKind: "unary";
594
+ input: typeof ListConnectionsRequestSchema;
595
+ output: typeof ListConnectionsResponseSchema;
596
+ };
597
+ /**
598
+ * @generated from rpc connectors.v1.ConnectorService.RefreshConnection
599
+ */
600
+ refreshConnection: {
601
+ methodKind: "unary";
602
+ input: typeof RefreshConnectionRequestSchema;
603
+ output: typeof RefreshConnectionResponseSchema;
604
+ };
605
+ /**
606
+ * @generated from rpc connectors.v1.ConnectorService.RevokeConnection
607
+ */
608
+ revokeConnection: {
609
+ methodKind: "unary";
610
+ input: typeof RevokeConnectionRequestSchema;
611
+ output: typeof RevokeConnectionResponseSchema;
612
+ };
613
+ /**
614
+ * @generated from rpc connectors.v1.ConnectorService.GetHealth
615
+ */
616
+ getHealth: {
617
+ methodKind: "unary";
618
+ input: typeof GetHealthRequestSchema;
619
+ output: typeof GetHealthResponseSchema;
620
+ };
621
+ /**
622
+ * @generated from rpc connectors.v1.ConnectorService.ResolveSourceOfTruth
623
+ */
624
+ resolveSourceOfTruth: {
625
+ methodKind: "unary";
626
+ input: typeof ResolveSourceOfTruthRequestSchema;
627
+ output: typeof ResolveSourceOfTruthResponseSchema;
628
+ };
629
+ /**
630
+ * @generated from rpc connectors.v1.ConnectorService.GetDegradedReadPolicy
631
+ */
632
+ getDegradedReadPolicy: {
633
+ methodKind: "unary";
634
+ input: typeof GetDegradedReadPolicyRequestSchema;
635
+ output: typeof GetDegradedReadPolicyResponseSchema;
636
+ };
637
+ /**
638
+ * @generated from rpc connectors.v1.ConnectorService.SetSourceOfTruthPolicy
639
+ */
640
+ setSourceOfTruthPolicy: {
641
+ methodKind: "unary";
642
+ input: typeof SetSourceOfTruthPolicyRequestSchema;
643
+ output: typeof SetSourceOfTruthPolicyResponseSchema;
644
+ };
645
+ /**
646
+ * @generated from rpc connectors.v1.ConnectorService.GetCapabilities
647
+ */
648
+ getCapabilities: {
649
+ methodKind: "unary";
650
+ input: typeof GetCapabilitiesRequestSchema;
651
+ output: typeof GetCapabilitiesResponseSchema;
652
+ };
653
+ }>;