@criticalbridge/brain-client 1.0.0

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 (126) hide show
  1. package/LICENSE +190 -0
  2. package/README.md +23 -0
  3. package/dist/auth.d.ts +2 -0
  4. package/dist/auth.js +21 -0
  5. package/dist/auth.js.map +1 -0
  6. package/dist/client.d.ts +604 -0
  7. package/dist/client.js +1197 -0
  8. package/dist/client.js.map +1 -0
  9. package/dist/errors.d.ts +17 -0
  10. package/dist/errors.js +44 -0
  11. package/dist/errors.js.map +1 -0
  12. package/dist/index.d.ts +52 -0
  13. package/dist/index.js +95 -0
  14. package/dist/index.js.map +1 -0
  15. package/dist/types/a2a.types.d.ts +42 -0
  16. package/dist/types/a2a.types.js +3 -0
  17. package/dist/types/a2a.types.js.map +1 -0
  18. package/dist/types/agent-skill-lifecycle.types.d.ts +46 -0
  19. package/dist/types/agent-skill-lifecycle.types.js +22 -0
  20. package/dist/types/agent-skill-lifecycle.types.js.map +1 -0
  21. package/dist/types/agent.types.d.ts +117 -0
  22. package/dist/types/agent.types.js +3 -0
  23. package/dist/types/agent.types.js.map +1 -0
  24. package/dist/types/ai-knowledge.types.d.ts +180 -0
  25. package/dist/types/ai-knowledge.types.js +3 -0
  26. package/dist/types/ai-knowledge.types.js.map +1 -0
  27. package/dist/types/api.types.d.ts +550 -0
  28. package/dist/types/api.types.js +3 -0
  29. package/dist/types/api.types.js.map +1 -0
  30. package/dist/types/approval-events.types.d.ts +43 -0
  31. package/dist/types/approval-events.types.js +7 -0
  32. package/dist/types/approval-events.types.js.map +1 -0
  33. package/dist/types/best-practices-kg.types.d.ts +112 -0
  34. package/dist/types/best-practices-kg.types.js +3 -0
  35. package/dist/types/best-practices-kg.types.js.map +1 -0
  36. package/dist/types/bias-threshold-policy.types.d.ts +37 -0
  37. package/dist/types/bias-threshold-policy.types.js +3 -0
  38. package/dist/types/bias-threshold-policy.types.js.map +1 -0
  39. package/dist/types/change-approval-gate.types.d.ts +110 -0
  40. package/dist/types/change-approval-gate.types.js +53 -0
  41. package/dist/types/change-approval-gate.types.js.map +1 -0
  42. package/dist/types/connection.types.d.ts +100 -0
  43. package/dist/types/connection.types.js +3 -0
  44. package/dist/types/connection.types.js.map +1 -0
  45. package/dist/types/connector-manifest.types.d.ts +889 -0
  46. package/dist/types/connector-manifest.types.js +118 -0
  47. package/dist/types/connector-manifest.types.js.map +1 -0
  48. package/dist/types/control-profile.types.d.ts +69 -0
  49. package/dist/types/control-profile.types.js +10 -0
  50. package/dist/types/control-profile.types.js.map +1 -0
  51. package/dist/types/corpus.types.d.ts +2584 -0
  52. package/dist/types/corpus.types.js +120 -0
  53. package/dist/types/corpus.types.js.map +1 -0
  54. package/dist/types/credentials.types.d.ts +18 -0
  55. package/dist/types/credentials.types.js +3 -0
  56. package/dist/types/credentials.types.js.map +1 -0
  57. package/dist/types/dashboard.types.d.ts +205 -0
  58. package/dist/types/dashboard.types.js +3 -0
  59. package/dist/types/dashboard.types.js.map +1 -0
  60. package/dist/types/document-ingestion.types.d.ts +30 -0
  61. package/dist/types/document-ingestion.types.js +3 -0
  62. package/dist/types/document-ingestion.types.js.map +1 -0
  63. package/dist/types/domain-event.types.d.ts +21 -0
  64. package/dist/types/domain-event.types.js +3 -0
  65. package/dist/types/domain-event.types.js.map +1 -0
  66. package/dist/types/drift-dashboard.types.d.ts +17 -0
  67. package/dist/types/drift-dashboard.types.js +3 -0
  68. package/dist/types/drift-dashboard.types.js.map +1 -0
  69. package/dist/types/effective-control-profile.types.d.ts +39 -0
  70. package/dist/types/effective-control-profile.types.js +39 -0
  71. package/dist/types/effective-control-profile.types.js.map +1 -0
  72. package/dist/types/entity-kg.types.d.ts +140 -0
  73. package/dist/types/entity-kg.types.js +3 -0
  74. package/dist/types/entity-kg.types.js.map +1 -0
  75. package/dist/types/entity-model-graph.types.d.ts +63 -0
  76. package/dist/types/entity-model-graph.types.js +3 -0
  77. package/dist/types/entity-model-graph.types.js.map +1 -0
  78. package/dist/types/entity-model-sources.types.d.ts +117 -0
  79. package/dist/types/entity-model-sources.types.js +3 -0
  80. package/dist/types/entity-model-sources.types.js.map +1 -0
  81. package/dist/types/entity.types.d.ts +6 -0
  82. package/dist/types/entity.types.js +3 -0
  83. package/dist/types/entity.types.js.map +1 -0
  84. package/dist/types/failure.types.d.ts +22 -0
  85. package/dist/types/failure.types.js +3 -0
  86. package/dist/types/failure.types.js.map +1 -0
  87. package/dist/types/harvest.types.d.ts +662 -0
  88. package/dist/types/harvest.types.js +52 -0
  89. package/dist/types/harvest.types.js.map +1 -0
  90. package/dist/types/incident.types.d.ts +105 -0
  91. package/dist/types/incident.types.js +3 -0
  92. package/dist/types/incident.types.js.map +1 -0
  93. package/dist/types/introspection.types.d.ts +46 -0
  94. package/dist/types/introspection.types.js +3 -0
  95. package/dist/types/introspection.types.js.map +1 -0
  96. package/dist/types/kb-kg.types.d.ts +38 -0
  97. package/dist/types/kb-kg.types.js +3 -0
  98. package/dist/types/kb-kg.types.js.map +1 -0
  99. package/dist/types/managed-agent.types.d.ts +59 -0
  100. package/dist/types/managed-agent.types.js +11 -0
  101. package/dist/types/managed-agent.types.js.map +1 -0
  102. package/dist/types/object-store.types.d.ts +25 -0
  103. package/dist/types/object-store.types.js +8 -0
  104. package/dist/types/object-store.types.js.map +1 -0
  105. package/dist/types/pipeline.types.d.ts +39 -0
  106. package/dist/types/pipeline.types.js +3 -0
  107. package/dist/types/pipeline.types.js.map +1 -0
  108. package/dist/types/policy.types.d.ts +32 -0
  109. package/dist/types/policy.types.js +3 -0
  110. package/dist/types/policy.types.js.map +1 -0
  111. package/dist/types/risk-classification.types.d.ts +71 -0
  112. package/dist/types/risk-classification.types.js +3 -0
  113. package/dist/types/risk-classification.types.js.map +1 -0
  114. package/dist/types/skill-draft.types.d.ts +271 -0
  115. package/dist/types/skill-draft.types.js +48 -0
  116. package/dist/types/skill-draft.types.js.map +1 -0
  117. package/dist/types/source-mapping.types.d.ts +69 -0
  118. package/dist/types/source-mapping.types.js +3 -0
  119. package/dist/types/source-mapping.types.js.map +1 -0
  120. package/dist/types/synthesize.types.d.ts +90 -0
  121. package/dist/types/synthesize.types.js +41 -0
  122. package/dist/types/synthesize.types.js.map +1 -0
  123. package/dist/types/wizard-assistant.types.d.ts +25 -0
  124. package/dist/types/wizard-assistant.types.js +3 -0
  125. package/dist/types/wizard-assistant.types.js.map +1 -0
  126. package/package.json +55 -0
@@ -0,0 +1,889 @@
1
+ import { z } from 'zod';
2
+ export declare const ConnectorSecretSchema: z.ZodObject<{
3
+ name: z.ZodString;
4
+ description: z.ZodString;
5
+ where: z.ZodEnum<["vault", "env", "config"]>;
6
+ required: z.ZodDefault<z.ZodBoolean>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ name: string;
9
+ description: string;
10
+ where: "vault" | "env" | "config";
11
+ required: boolean;
12
+ }, {
13
+ name: string;
14
+ description: string;
15
+ where: "vault" | "env" | "config";
16
+ required?: boolean | undefined;
17
+ }>;
18
+ export type ConnectorSecret = z.infer<typeof ConnectorSecretSchema>;
19
+ export declare const HealthCheckItemSchema: z.ZodObject<{
20
+ id: z.ZodString;
21
+ name: z.ZodString;
22
+ description: z.ZodOptional<z.ZodString>;
23
+ type: z.ZodEnum<["http", "tcp", "auth", "query", "custom"]>;
24
+ target: z.ZodOptional<z.ZodString>;
25
+ timeoutMs: z.ZodDefault<z.ZodNumber>;
26
+ expectedStatus: z.ZodOptional<z.ZodNumber>;
27
+ }, "strip", z.ZodTypeAny, {
28
+ id: string;
29
+ name: string;
30
+ type: "custom" | "query" | "http" | "tcp" | "auth";
31
+ timeoutMs: number;
32
+ description?: string | undefined;
33
+ target?: string | undefined;
34
+ expectedStatus?: number | undefined;
35
+ }, {
36
+ id: string;
37
+ name: string;
38
+ type: "custom" | "query" | "http" | "tcp" | "auth";
39
+ description?: string | undefined;
40
+ target?: string | undefined;
41
+ timeoutMs?: number | undefined;
42
+ expectedStatus?: number | undefined;
43
+ }>;
44
+ export type HealthCheckItem = z.infer<typeof HealthCheckItemSchema>;
45
+ export declare const HealthChecksSchema: z.ZodObject<{
46
+ any_of: z.ZodArray<z.ZodObject<{
47
+ id: z.ZodString;
48
+ name: z.ZodString;
49
+ description: z.ZodOptional<z.ZodString>;
50
+ type: z.ZodEnum<["http", "tcp", "auth", "query", "custom"]>;
51
+ target: z.ZodOptional<z.ZodString>;
52
+ timeoutMs: z.ZodDefault<z.ZodNumber>;
53
+ expectedStatus: z.ZodOptional<z.ZodNumber>;
54
+ }, "strip", z.ZodTypeAny, {
55
+ id: string;
56
+ name: string;
57
+ type: "custom" | "query" | "http" | "tcp" | "auth";
58
+ timeoutMs: number;
59
+ description?: string | undefined;
60
+ target?: string | undefined;
61
+ expectedStatus?: number | undefined;
62
+ }, {
63
+ id: string;
64
+ name: string;
65
+ type: "custom" | "query" | "http" | "tcp" | "auth";
66
+ description?: string | undefined;
67
+ target?: string | undefined;
68
+ timeoutMs?: number | undefined;
69
+ expectedStatus?: number | undefined;
70
+ }>, "many">;
71
+ intervalMs: z.ZodDefault<z.ZodNumber>;
72
+ failureThreshold: z.ZodDefault<z.ZodNumber>;
73
+ successThreshold: z.ZodDefault<z.ZodNumber>;
74
+ }, "strip", z.ZodTypeAny, {
75
+ any_of: {
76
+ id: string;
77
+ name: string;
78
+ type: "custom" | "query" | "http" | "tcp" | "auth";
79
+ timeoutMs: number;
80
+ description?: string | undefined;
81
+ target?: string | undefined;
82
+ expectedStatus?: number | undefined;
83
+ }[];
84
+ intervalMs: number;
85
+ failureThreshold: number;
86
+ successThreshold: number;
87
+ }, {
88
+ any_of: {
89
+ id: string;
90
+ name: string;
91
+ type: "custom" | "query" | "http" | "tcp" | "auth";
92
+ description?: string | undefined;
93
+ target?: string | undefined;
94
+ timeoutMs?: number | undefined;
95
+ expectedStatus?: number | undefined;
96
+ }[];
97
+ intervalMs?: number | undefined;
98
+ failureThreshold?: number | undefined;
99
+ successThreshold?: number | undefined;
100
+ }>;
101
+ export type HealthChecks = z.infer<typeof HealthChecksSchema>;
102
+ export declare const SetupTimeSchema: z.ZodEffects<z.ZodObject<{
103
+ minMinutes: z.ZodNumber;
104
+ maxMinutes: z.ZodNumber;
105
+ description: z.ZodOptional<z.ZodString>;
106
+ }, "strip", z.ZodTypeAny, {
107
+ minMinutes: number;
108
+ maxMinutes: number;
109
+ description?: string | undefined;
110
+ }, {
111
+ minMinutes: number;
112
+ maxMinutes: number;
113
+ description?: string | undefined;
114
+ }>, {
115
+ minMinutes: number;
116
+ maxMinutes: number;
117
+ description?: string | undefined;
118
+ }, {
119
+ minMinutes: number;
120
+ maxMinutes: number;
121
+ description?: string | undefined;
122
+ }>;
123
+ export type SetupTime = z.infer<typeof SetupTimeSchema>;
124
+ export declare const CostEstimateSchema: z.ZodObject<{
125
+ tier: z.ZodEnum<["free", "low", "medium", "high", "enterprise"]>;
126
+ perRequestCost: z.ZodDefault<z.ZodBoolean>;
127
+ description: z.ZodOptional<z.ZodString>;
128
+ monthlyEstimateUsd: z.ZodOptional<z.ZodNumber>;
129
+ }, "strip", z.ZodTypeAny, {
130
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
131
+ perRequestCost: boolean;
132
+ description?: string | undefined;
133
+ monthlyEstimateUsd?: number | undefined;
134
+ }, {
135
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
136
+ description?: string | undefined;
137
+ perRequestCost?: boolean | undefined;
138
+ monthlyEstimateUsd?: number | undefined;
139
+ }>;
140
+ export type CostEstimate = z.infer<typeof CostEstimateSchema>;
141
+ export declare const OAuthConfigSchema: z.ZodObject<{
142
+ flowType: z.ZodEnum<["authorization_code", "client_credentials", "refresh_token"]>;
143
+ authorizationUrl: z.ZodOptional<z.ZodString>;
144
+ tokenUrl: z.ZodString;
145
+ scopes: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
146
+ pkceRequired: z.ZodDefault<z.ZodBoolean>;
147
+ }, "strip", z.ZodTypeAny, {
148
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
149
+ tokenUrl: string;
150
+ scopes: string[];
151
+ pkceRequired: boolean;
152
+ authorizationUrl?: string | undefined;
153
+ }, {
154
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
155
+ tokenUrl: string;
156
+ authorizationUrl?: string | undefined;
157
+ scopes?: string[] | undefined;
158
+ pkceRequired?: boolean | undefined;
159
+ }>;
160
+ export type OAuthConfig = z.infer<typeof OAuthConfigSchema>;
161
+ export declare const PollingConfigSchema: z.ZodObject<{
162
+ enabled: z.ZodDefault<z.ZodBoolean>;
163
+ interval: z.ZodOptional<z.ZodString>;
164
+ intervalMs: z.ZodOptional<z.ZodNumber>;
165
+ maxItemsPerPoll: z.ZodDefault<z.ZodNumber>;
166
+ }, "strip", z.ZodTypeAny, {
167
+ enabled: boolean;
168
+ maxItemsPerPoll: number;
169
+ intervalMs?: number | undefined;
170
+ interval?: string | undefined;
171
+ }, {
172
+ enabled?: boolean | undefined;
173
+ intervalMs?: number | undefined;
174
+ interval?: string | undefined;
175
+ maxItemsPerPoll?: number | undefined;
176
+ }>;
177
+ export type PollingConfig = z.infer<typeof PollingConfigSchema>;
178
+ export declare const WebhookConfigSchema: z.ZodObject<{
179
+ enabled: z.ZodDefault<z.ZodBoolean>;
180
+ path: z.ZodOptional<z.ZodString>;
181
+ signatureMethod: z.ZodOptional<z.ZodEnum<["hmac-sha256", "hmac-sha1", "rsa-sha256", "none"]>>;
182
+ signatureHeader: z.ZodOptional<z.ZodString>;
183
+ }, "strip", z.ZodTypeAny, {
184
+ enabled: boolean;
185
+ path?: string | undefined;
186
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
187
+ signatureHeader?: string | undefined;
188
+ }, {
189
+ enabled?: boolean | undefined;
190
+ path?: string | undefined;
191
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
192
+ signatureHeader?: string | undefined;
193
+ }>;
194
+ export type WebhookConfig = z.infer<typeof WebhookConfigSchema>;
195
+ export declare const TrustTierSchema: z.ZodEnum<["untrusted", "verified", "trusted", "internal"]>;
196
+ export type TrustTier = z.infer<typeof TrustTierSchema>;
197
+ export declare const PiiConfigSchema: z.ZodObject<{
198
+ redact: z.ZodDefault<z.ZodBoolean>;
199
+ alwaysRedactFields: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
200
+ detectionStrategy: z.ZodDefault<z.ZodEnum<["presidio", "regex", "custom", "none"]>>;
201
+ }, "strip", z.ZodTypeAny, {
202
+ redact: boolean;
203
+ alwaysRedactFields: string[];
204
+ detectionStrategy: "none" | "custom" | "presidio" | "regex";
205
+ }, {
206
+ redact?: boolean | undefined;
207
+ alwaysRedactFields?: string[] | undefined;
208
+ detectionStrategy?: "none" | "custom" | "presidio" | "regex" | undefined;
209
+ }>;
210
+ export type PiiConfig = z.infer<typeof PiiConfigSchema>;
211
+ export declare const ConnectorManifestSchema: z.ZodObject<{
212
+ id: z.ZodString;
213
+ name: z.ZodString;
214
+ description: z.ZodString;
215
+ version: z.ZodString;
216
+ type: z.ZodString;
217
+ secrets: z.ZodDefault<z.ZodArray<z.ZodObject<{
218
+ name: z.ZodString;
219
+ description: z.ZodString;
220
+ where: z.ZodEnum<["vault", "env", "config"]>;
221
+ required: z.ZodDefault<z.ZodBoolean>;
222
+ }, "strip", z.ZodTypeAny, {
223
+ name: string;
224
+ description: string;
225
+ where: "vault" | "env" | "config";
226
+ required: boolean;
227
+ }, {
228
+ name: string;
229
+ description: string;
230
+ where: "vault" | "env" | "config";
231
+ required?: boolean | undefined;
232
+ }>, "many">>;
233
+ health_checks: z.ZodObject<{
234
+ any_of: z.ZodArray<z.ZodObject<{
235
+ id: z.ZodString;
236
+ name: z.ZodString;
237
+ description: z.ZodOptional<z.ZodString>;
238
+ type: z.ZodEnum<["http", "tcp", "auth", "query", "custom"]>;
239
+ target: z.ZodOptional<z.ZodString>;
240
+ timeoutMs: z.ZodDefault<z.ZodNumber>;
241
+ expectedStatus: z.ZodOptional<z.ZodNumber>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ id: string;
244
+ name: string;
245
+ type: "custom" | "query" | "http" | "tcp" | "auth";
246
+ timeoutMs: number;
247
+ description?: string | undefined;
248
+ target?: string | undefined;
249
+ expectedStatus?: number | undefined;
250
+ }, {
251
+ id: string;
252
+ name: string;
253
+ type: "custom" | "query" | "http" | "tcp" | "auth";
254
+ description?: string | undefined;
255
+ target?: string | undefined;
256
+ timeoutMs?: number | undefined;
257
+ expectedStatus?: number | undefined;
258
+ }>, "many">;
259
+ intervalMs: z.ZodDefault<z.ZodNumber>;
260
+ failureThreshold: z.ZodDefault<z.ZodNumber>;
261
+ successThreshold: z.ZodDefault<z.ZodNumber>;
262
+ }, "strip", z.ZodTypeAny, {
263
+ any_of: {
264
+ id: string;
265
+ name: string;
266
+ type: "custom" | "query" | "http" | "tcp" | "auth";
267
+ timeoutMs: number;
268
+ description?: string | undefined;
269
+ target?: string | undefined;
270
+ expectedStatus?: number | undefined;
271
+ }[];
272
+ intervalMs: number;
273
+ failureThreshold: number;
274
+ successThreshold: number;
275
+ }, {
276
+ any_of: {
277
+ id: string;
278
+ name: string;
279
+ type: "custom" | "query" | "http" | "tcp" | "auth";
280
+ description?: string | undefined;
281
+ target?: string | undefined;
282
+ timeoutMs?: number | undefined;
283
+ expectedStatus?: number | undefined;
284
+ }[];
285
+ intervalMs?: number | undefined;
286
+ failureThreshold?: number | undefined;
287
+ successThreshold?: number | undefined;
288
+ }>;
289
+ setup_time: z.ZodEffects<z.ZodObject<{
290
+ minMinutes: z.ZodNumber;
291
+ maxMinutes: z.ZodNumber;
292
+ description: z.ZodOptional<z.ZodString>;
293
+ }, "strip", z.ZodTypeAny, {
294
+ minMinutes: number;
295
+ maxMinutes: number;
296
+ description?: string | undefined;
297
+ }, {
298
+ minMinutes: number;
299
+ maxMinutes: number;
300
+ description?: string | undefined;
301
+ }>, {
302
+ minMinutes: number;
303
+ maxMinutes: number;
304
+ description?: string | undefined;
305
+ }, {
306
+ minMinutes: number;
307
+ maxMinutes: number;
308
+ description?: string | undefined;
309
+ }>;
310
+ cost_estimate: z.ZodObject<{
311
+ tier: z.ZodEnum<["free", "low", "medium", "high", "enterprise"]>;
312
+ perRequestCost: z.ZodDefault<z.ZodBoolean>;
313
+ description: z.ZodOptional<z.ZodString>;
314
+ monthlyEstimateUsd: z.ZodOptional<z.ZodNumber>;
315
+ }, "strip", z.ZodTypeAny, {
316
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
317
+ perRequestCost: boolean;
318
+ description?: string | undefined;
319
+ monthlyEstimateUsd?: number | undefined;
320
+ }, {
321
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
322
+ description?: string | undefined;
323
+ perRequestCost?: boolean | undefined;
324
+ monthlyEstimateUsd?: number | undefined;
325
+ }>;
326
+ baseUrl: z.ZodOptional<z.ZodString>;
327
+ vaultRef: z.ZodOptional<z.ZodString>;
328
+ oauth: z.ZodOptional<z.ZodObject<{
329
+ flowType: z.ZodEnum<["authorization_code", "client_credentials", "refresh_token"]>;
330
+ authorizationUrl: z.ZodOptional<z.ZodString>;
331
+ tokenUrl: z.ZodString;
332
+ scopes: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
333
+ pkceRequired: z.ZodDefault<z.ZodBoolean>;
334
+ }, "strip", z.ZodTypeAny, {
335
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
336
+ tokenUrl: string;
337
+ scopes: string[];
338
+ pkceRequired: boolean;
339
+ authorizationUrl?: string | undefined;
340
+ }, {
341
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
342
+ tokenUrl: string;
343
+ authorizationUrl?: string | undefined;
344
+ scopes?: string[] | undefined;
345
+ pkceRequired?: boolean | undefined;
346
+ }>>;
347
+ polling: z.ZodOptional<z.ZodObject<{
348
+ enabled: z.ZodDefault<z.ZodBoolean>;
349
+ interval: z.ZodOptional<z.ZodString>;
350
+ intervalMs: z.ZodOptional<z.ZodNumber>;
351
+ maxItemsPerPoll: z.ZodDefault<z.ZodNumber>;
352
+ }, "strip", z.ZodTypeAny, {
353
+ enabled: boolean;
354
+ maxItemsPerPoll: number;
355
+ intervalMs?: number | undefined;
356
+ interval?: string | undefined;
357
+ }, {
358
+ enabled?: boolean | undefined;
359
+ intervalMs?: number | undefined;
360
+ interval?: string | undefined;
361
+ maxItemsPerPoll?: number | undefined;
362
+ }>>;
363
+ webhook: z.ZodOptional<z.ZodObject<{
364
+ enabled: z.ZodDefault<z.ZodBoolean>;
365
+ path: z.ZodOptional<z.ZodString>;
366
+ signatureMethod: z.ZodOptional<z.ZodEnum<["hmac-sha256", "hmac-sha1", "rsa-sha256", "none"]>>;
367
+ signatureHeader: z.ZodOptional<z.ZodString>;
368
+ }, "strip", z.ZodTypeAny, {
369
+ enabled: boolean;
370
+ path?: string | undefined;
371
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
372
+ signatureHeader?: string | undefined;
373
+ }, {
374
+ enabled?: boolean | undefined;
375
+ path?: string | undefined;
376
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
377
+ signatureHeader?: string | undefined;
378
+ }>>;
379
+ entityScope: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
380
+ supportedFormats: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
381
+ trustTier: z.ZodDefault<z.ZodEnum<["untrusted", "verified", "trusted", "internal"]>>;
382
+ pii: z.ZodOptional<z.ZodObject<{
383
+ redact: z.ZodDefault<z.ZodBoolean>;
384
+ alwaysRedactFields: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
385
+ detectionStrategy: z.ZodDefault<z.ZodEnum<["presidio", "regex", "custom", "none"]>>;
386
+ }, "strip", z.ZodTypeAny, {
387
+ redact: boolean;
388
+ alwaysRedactFields: string[];
389
+ detectionStrategy: "none" | "custom" | "presidio" | "regex";
390
+ }, {
391
+ redact?: boolean | undefined;
392
+ alwaysRedactFields?: string[] | undefined;
393
+ detectionStrategy?: "none" | "custom" | "presidio" | "regex" | undefined;
394
+ }>>;
395
+ entityId: z.ZodOptional<z.ZodString>;
396
+ author: z.ZodOptional<z.ZodString>;
397
+ documentationUrl: z.ZodOptional<z.ZodString>;
398
+ tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
399
+ enabled: z.ZodDefault<z.ZodBoolean>;
400
+ createdAt: z.ZodOptional<z.ZodDate>;
401
+ updatedAt: z.ZodOptional<z.ZodDate>;
402
+ }, "strip", z.ZodTypeAny, {
403
+ id: string;
404
+ name: string;
405
+ description: string;
406
+ type: string;
407
+ version: string;
408
+ tags: string[];
409
+ enabled: boolean;
410
+ secrets: {
411
+ name: string;
412
+ description: string;
413
+ where: "vault" | "env" | "config";
414
+ required: boolean;
415
+ }[];
416
+ health_checks: {
417
+ any_of: {
418
+ id: string;
419
+ name: string;
420
+ type: "custom" | "query" | "http" | "tcp" | "auth";
421
+ timeoutMs: number;
422
+ description?: string | undefined;
423
+ target?: string | undefined;
424
+ expectedStatus?: number | undefined;
425
+ }[];
426
+ intervalMs: number;
427
+ failureThreshold: number;
428
+ successThreshold: number;
429
+ };
430
+ setup_time: {
431
+ minMinutes: number;
432
+ maxMinutes: number;
433
+ description?: string | undefined;
434
+ };
435
+ cost_estimate: {
436
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
437
+ perRequestCost: boolean;
438
+ description?: string | undefined;
439
+ monthlyEstimateUsd?: number | undefined;
440
+ };
441
+ entityScope: string[];
442
+ supportedFormats: string[];
443
+ trustTier: "internal" | "untrusted" | "verified" | "trusted";
444
+ entityId?: string | undefined;
445
+ createdAt?: Date | undefined;
446
+ updatedAt?: Date | undefined;
447
+ baseUrl?: string | undefined;
448
+ vaultRef?: string | undefined;
449
+ oauth?: {
450
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
451
+ tokenUrl: string;
452
+ scopes: string[];
453
+ pkceRequired: boolean;
454
+ authorizationUrl?: string | undefined;
455
+ } | undefined;
456
+ polling?: {
457
+ enabled: boolean;
458
+ maxItemsPerPoll: number;
459
+ intervalMs?: number | undefined;
460
+ interval?: string | undefined;
461
+ } | undefined;
462
+ webhook?: {
463
+ enabled: boolean;
464
+ path?: string | undefined;
465
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
466
+ signatureHeader?: string | undefined;
467
+ } | undefined;
468
+ pii?: {
469
+ redact: boolean;
470
+ alwaysRedactFields: string[];
471
+ detectionStrategy: "none" | "custom" | "presidio" | "regex";
472
+ } | undefined;
473
+ author?: string | undefined;
474
+ documentationUrl?: string | undefined;
475
+ }, {
476
+ id: string;
477
+ name: string;
478
+ description: string;
479
+ type: string;
480
+ version: string;
481
+ health_checks: {
482
+ any_of: {
483
+ id: string;
484
+ name: string;
485
+ type: "custom" | "query" | "http" | "tcp" | "auth";
486
+ description?: string | undefined;
487
+ target?: string | undefined;
488
+ timeoutMs?: number | undefined;
489
+ expectedStatus?: number | undefined;
490
+ }[];
491
+ intervalMs?: number | undefined;
492
+ failureThreshold?: number | undefined;
493
+ successThreshold?: number | undefined;
494
+ };
495
+ setup_time: {
496
+ minMinutes: number;
497
+ maxMinutes: number;
498
+ description?: string | undefined;
499
+ };
500
+ cost_estimate: {
501
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
502
+ description?: string | undefined;
503
+ perRequestCost?: boolean | undefined;
504
+ monthlyEstimateUsd?: number | undefined;
505
+ };
506
+ entityId?: string | undefined;
507
+ createdAt?: Date | undefined;
508
+ tags?: string[] | undefined;
509
+ enabled?: boolean | undefined;
510
+ updatedAt?: Date | undefined;
511
+ baseUrl?: string | undefined;
512
+ secrets?: {
513
+ name: string;
514
+ description: string;
515
+ where: "vault" | "env" | "config";
516
+ required?: boolean | undefined;
517
+ }[] | undefined;
518
+ vaultRef?: string | undefined;
519
+ oauth?: {
520
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
521
+ tokenUrl: string;
522
+ authorizationUrl?: string | undefined;
523
+ scopes?: string[] | undefined;
524
+ pkceRequired?: boolean | undefined;
525
+ } | undefined;
526
+ polling?: {
527
+ enabled?: boolean | undefined;
528
+ intervalMs?: number | undefined;
529
+ interval?: string | undefined;
530
+ maxItemsPerPoll?: number | undefined;
531
+ } | undefined;
532
+ webhook?: {
533
+ enabled?: boolean | undefined;
534
+ path?: string | undefined;
535
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
536
+ signatureHeader?: string | undefined;
537
+ } | undefined;
538
+ entityScope?: string[] | undefined;
539
+ supportedFormats?: string[] | undefined;
540
+ trustTier?: "internal" | "untrusted" | "verified" | "trusted" | undefined;
541
+ pii?: {
542
+ redact?: boolean | undefined;
543
+ alwaysRedactFields?: string[] | undefined;
544
+ detectionStrategy?: "none" | "custom" | "presidio" | "regex" | undefined;
545
+ } | undefined;
546
+ author?: string | undefined;
547
+ documentationUrl?: string | undefined;
548
+ }>;
549
+ export type ConnectorManifest = z.infer<typeof ConnectorManifestSchema>;
550
+ export declare function validateConnectorManifest(data: unknown): z.SafeParseReturnType<unknown, ConnectorManifest>;
551
+ export declare function parseConnectorManifest(data: unknown): ConnectorManifest;
552
+ export declare const ConnectorManifestUpdateSchema: z.ZodObject<Omit<{
553
+ id: z.ZodOptional<z.ZodString>;
554
+ name: z.ZodOptional<z.ZodString>;
555
+ description: z.ZodOptional<z.ZodString>;
556
+ version: z.ZodOptional<z.ZodString>;
557
+ type: z.ZodOptional<z.ZodString>;
558
+ secrets: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
559
+ name: z.ZodString;
560
+ description: z.ZodString;
561
+ where: z.ZodEnum<["vault", "env", "config"]>;
562
+ required: z.ZodDefault<z.ZodBoolean>;
563
+ }, "strip", z.ZodTypeAny, {
564
+ name: string;
565
+ description: string;
566
+ where: "vault" | "env" | "config";
567
+ required: boolean;
568
+ }, {
569
+ name: string;
570
+ description: string;
571
+ where: "vault" | "env" | "config";
572
+ required?: boolean | undefined;
573
+ }>, "many">>>;
574
+ health_checks: z.ZodOptional<z.ZodObject<{
575
+ any_of: z.ZodArray<z.ZodObject<{
576
+ id: z.ZodString;
577
+ name: z.ZodString;
578
+ description: z.ZodOptional<z.ZodString>;
579
+ type: z.ZodEnum<["http", "tcp", "auth", "query", "custom"]>;
580
+ target: z.ZodOptional<z.ZodString>;
581
+ timeoutMs: z.ZodDefault<z.ZodNumber>;
582
+ expectedStatus: z.ZodOptional<z.ZodNumber>;
583
+ }, "strip", z.ZodTypeAny, {
584
+ id: string;
585
+ name: string;
586
+ type: "custom" | "query" | "http" | "tcp" | "auth";
587
+ timeoutMs: number;
588
+ description?: string | undefined;
589
+ target?: string | undefined;
590
+ expectedStatus?: number | undefined;
591
+ }, {
592
+ id: string;
593
+ name: string;
594
+ type: "custom" | "query" | "http" | "tcp" | "auth";
595
+ description?: string | undefined;
596
+ target?: string | undefined;
597
+ timeoutMs?: number | undefined;
598
+ expectedStatus?: number | undefined;
599
+ }>, "many">;
600
+ intervalMs: z.ZodDefault<z.ZodNumber>;
601
+ failureThreshold: z.ZodDefault<z.ZodNumber>;
602
+ successThreshold: z.ZodDefault<z.ZodNumber>;
603
+ }, "strip", z.ZodTypeAny, {
604
+ any_of: {
605
+ id: string;
606
+ name: string;
607
+ type: "custom" | "query" | "http" | "tcp" | "auth";
608
+ timeoutMs: number;
609
+ description?: string | undefined;
610
+ target?: string | undefined;
611
+ expectedStatus?: number | undefined;
612
+ }[];
613
+ intervalMs: number;
614
+ failureThreshold: number;
615
+ successThreshold: number;
616
+ }, {
617
+ any_of: {
618
+ id: string;
619
+ name: string;
620
+ type: "custom" | "query" | "http" | "tcp" | "auth";
621
+ description?: string | undefined;
622
+ target?: string | undefined;
623
+ timeoutMs?: number | undefined;
624
+ expectedStatus?: number | undefined;
625
+ }[];
626
+ intervalMs?: number | undefined;
627
+ failureThreshold?: number | undefined;
628
+ successThreshold?: number | undefined;
629
+ }>>;
630
+ setup_time: z.ZodOptional<z.ZodEffects<z.ZodObject<{
631
+ minMinutes: z.ZodNumber;
632
+ maxMinutes: z.ZodNumber;
633
+ description: z.ZodOptional<z.ZodString>;
634
+ }, "strip", z.ZodTypeAny, {
635
+ minMinutes: number;
636
+ maxMinutes: number;
637
+ description?: string | undefined;
638
+ }, {
639
+ minMinutes: number;
640
+ maxMinutes: number;
641
+ description?: string | undefined;
642
+ }>, {
643
+ minMinutes: number;
644
+ maxMinutes: number;
645
+ description?: string | undefined;
646
+ }, {
647
+ minMinutes: number;
648
+ maxMinutes: number;
649
+ description?: string | undefined;
650
+ }>>;
651
+ cost_estimate: z.ZodOptional<z.ZodObject<{
652
+ tier: z.ZodEnum<["free", "low", "medium", "high", "enterprise"]>;
653
+ perRequestCost: z.ZodDefault<z.ZodBoolean>;
654
+ description: z.ZodOptional<z.ZodString>;
655
+ monthlyEstimateUsd: z.ZodOptional<z.ZodNumber>;
656
+ }, "strip", z.ZodTypeAny, {
657
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
658
+ perRequestCost: boolean;
659
+ description?: string | undefined;
660
+ monthlyEstimateUsd?: number | undefined;
661
+ }, {
662
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
663
+ description?: string | undefined;
664
+ perRequestCost?: boolean | undefined;
665
+ monthlyEstimateUsd?: number | undefined;
666
+ }>>;
667
+ baseUrl: z.ZodOptional<z.ZodOptional<z.ZodString>>;
668
+ vaultRef: z.ZodOptional<z.ZodOptional<z.ZodString>>;
669
+ oauth: z.ZodOptional<z.ZodOptional<z.ZodObject<{
670
+ flowType: z.ZodEnum<["authorization_code", "client_credentials", "refresh_token"]>;
671
+ authorizationUrl: z.ZodOptional<z.ZodString>;
672
+ tokenUrl: z.ZodString;
673
+ scopes: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
674
+ pkceRequired: z.ZodDefault<z.ZodBoolean>;
675
+ }, "strip", z.ZodTypeAny, {
676
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
677
+ tokenUrl: string;
678
+ scopes: string[];
679
+ pkceRequired: boolean;
680
+ authorizationUrl?: string | undefined;
681
+ }, {
682
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
683
+ tokenUrl: string;
684
+ authorizationUrl?: string | undefined;
685
+ scopes?: string[] | undefined;
686
+ pkceRequired?: boolean | undefined;
687
+ }>>>;
688
+ polling: z.ZodOptional<z.ZodOptional<z.ZodObject<{
689
+ enabled: z.ZodDefault<z.ZodBoolean>;
690
+ interval: z.ZodOptional<z.ZodString>;
691
+ intervalMs: z.ZodOptional<z.ZodNumber>;
692
+ maxItemsPerPoll: z.ZodDefault<z.ZodNumber>;
693
+ }, "strip", z.ZodTypeAny, {
694
+ enabled: boolean;
695
+ maxItemsPerPoll: number;
696
+ intervalMs?: number | undefined;
697
+ interval?: string | undefined;
698
+ }, {
699
+ enabled?: boolean | undefined;
700
+ intervalMs?: number | undefined;
701
+ interval?: string | undefined;
702
+ maxItemsPerPoll?: number | undefined;
703
+ }>>>;
704
+ webhook: z.ZodOptional<z.ZodOptional<z.ZodObject<{
705
+ enabled: z.ZodDefault<z.ZodBoolean>;
706
+ path: z.ZodOptional<z.ZodString>;
707
+ signatureMethod: z.ZodOptional<z.ZodEnum<["hmac-sha256", "hmac-sha1", "rsa-sha256", "none"]>>;
708
+ signatureHeader: z.ZodOptional<z.ZodString>;
709
+ }, "strip", z.ZodTypeAny, {
710
+ enabled: boolean;
711
+ path?: string | undefined;
712
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
713
+ signatureHeader?: string | undefined;
714
+ }, {
715
+ enabled?: boolean | undefined;
716
+ path?: string | undefined;
717
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
718
+ signatureHeader?: string | undefined;
719
+ }>>>;
720
+ entityScope: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString, "many">>>;
721
+ supportedFormats: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString, "many">>>;
722
+ trustTier: z.ZodOptional<z.ZodDefault<z.ZodEnum<["untrusted", "verified", "trusted", "internal"]>>>;
723
+ pii: z.ZodOptional<z.ZodOptional<z.ZodObject<{
724
+ redact: z.ZodDefault<z.ZodBoolean>;
725
+ alwaysRedactFields: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
726
+ detectionStrategy: z.ZodDefault<z.ZodEnum<["presidio", "regex", "custom", "none"]>>;
727
+ }, "strip", z.ZodTypeAny, {
728
+ redact: boolean;
729
+ alwaysRedactFields: string[];
730
+ detectionStrategy: "none" | "custom" | "presidio" | "regex";
731
+ }, {
732
+ redact?: boolean | undefined;
733
+ alwaysRedactFields?: string[] | undefined;
734
+ detectionStrategy?: "none" | "custom" | "presidio" | "regex" | undefined;
735
+ }>>>;
736
+ entityId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
737
+ author: z.ZodOptional<z.ZodOptional<z.ZodString>>;
738
+ documentationUrl: z.ZodOptional<z.ZodOptional<z.ZodString>>;
739
+ tags: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString, "many">>>;
740
+ enabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
741
+ createdAt: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
742
+ updatedAt: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
743
+ }, "id" | "createdAt">, "strip", z.ZodTypeAny, {
744
+ entityId?: string | undefined;
745
+ name?: string | undefined;
746
+ description?: string | undefined;
747
+ type?: string | undefined;
748
+ version?: string | undefined;
749
+ tags?: string[] | undefined;
750
+ enabled?: boolean | undefined;
751
+ updatedAt?: Date | undefined;
752
+ baseUrl?: string | undefined;
753
+ secrets?: {
754
+ name: string;
755
+ description: string;
756
+ where: "vault" | "env" | "config";
757
+ required: boolean;
758
+ }[] | undefined;
759
+ health_checks?: {
760
+ any_of: {
761
+ id: string;
762
+ name: string;
763
+ type: "custom" | "query" | "http" | "tcp" | "auth";
764
+ timeoutMs: number;
765
+ description?: string | undefined;
766
+ target?: string | undefined;
767
+ expectedStatus?: number | undefined;
768
+ }[];
769
+ intervalMs: number;
770
+ failureThreshold: number;
771
+ successThreshold: number;
772
+ } | undefined;
773
+ setup_time?: {
774
+ minMinutes: number;
775
+ maxMinutes: number;
776
+ description?: string | undefined;
777
+ } | undefined;
778
+ cost_estimate?: {
779
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
780
+ perRequestCost: boolean;
781
+ description?: string | undefined;
782
+ monthlyEstimateUsd?: number | undefined;
783
+ } | undefined;
784
+ vaultRef?: string | undefined;
785
+ oauth?: {
786
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
787
+ tokenUrl: string;
788
+ scopes: string[];
789
+ pkceRequired: boolean;
790
+ authorizationUrl?: string | undefined;
791
+ } | undefined;
792
+ polling?: {
793
+ enabled: boolean;
794
+ maxItemsPerPoll: number;
795
+ intervalMs?: number | undefined;
796
+ interval?: string | undefined;
797
+ } | undefined;
798
+ webhook?: {
799
+ enabled: boolean;
800
+ path?: string | undefined;
801
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
802
+ signatureHeader?: string | undefined;
803
+ } | undefined;
804
+ entityScope?: string[] | undefined;
805
+ supportedFormats?: string[] | undefined;
806
+ trustTier?: "internal" | "untrusted" | "verified" | "trusted" | undefined;
807
+ pii?: {
808
+ redact: boolean;
809
+ alwaysRedactFields: string[];
810
+ detectionStrategy: "none" | "custom" | "presidio" | "regex";
811
+ } | undefined;
812
+ author?: string | undefined;
813
+ documentationUrl?: string | undefined;
814
+ }, {
815
+ entityId?: string | undefined;
816
+ name?: string | undefined;
817
+ description?: string | undefined;
818
+ type?: string | undefined;
819
+ version?: string | undefined;
820
+ tags?: string[] | undefined;
821
+ enabled?: boolean | undefined;
822
+ updatedAt?: Date | undefined;
823
+ baseUrl?: string | undefined;
824
+ secrets?: {
825
+ name: string;
826
+ description: string;
827
+ where: "vault" | "env" | "config";
828
+ required?: boolean | undefined;
829
+ }[] | undefined;
830
+ health_checks?: {
831
+ any_of: {
832
+ id: string;
833
+ name: string;
834
+ type: "custom" | "query" | "http" | "tcp" | "auth";
835
+ description?: string | undefined;
836
+ target?: string | undefined;
837
+ timeoutMs?: number | undefined;
838
+ expectedStatus?: number | undefined;
839
+ }[];
840
+ intervalMs?: number | undefined;
841
+ failureThreshold?: number | undefined;
842
+ successThreshold?: number | undefined;
843
+ } | undefined;
844
+ setup_time?: {
845
+ minMinutes: number;
846
+ maxMinutes: number;
847
+ description?: string | undefined;
848
+ } | undefined;
849
+ cost_estimate?: {
850
+ tier: "low" | "medium" | "high" | "free" | "enterprise";
851
+ description?: string | undefined;
852
+ perRequestCost?: boolean | undefined;
853
+ monthlyEstimateUsd?: number | undefined;
854
+ } | undefined;
855
+ vaultRef?: string | undefined;
856
+ oauth?: {
857
+ flowType: "authorization_code" | "client_credentials" | "refresh_token";
858
+ tokenUrl: string;
859
+ authorizationUrl?: string | undefined;
860
+ scopes?: string[] | undefined;
861
+ pkceRequired?: boolean | undefined;
862
+ } | undefined;
863
+ polling?: {
864
+ enabled?: boolean | undefined;
865
+ intervalMs?: number | undefined;
866
+ interval?: string | undefined;
867
+ maxItemsPerPoll?: number | undefined;
868
+ } | undefined;
869
+ webhook?: {
870
+ enabled?: boolean | undefined;
871
+ path?: string | undefined;
872
+ signatureMethod?: "none" | "hmac-sha256" | "hmac-sha1" | "rsa-sha256" | undefined;
873
+ signatureHeader?: string | undefined;
874
+ } | undefined;
875
+ entityScope?: string[] | undefined;
876
+ supportedFormats?: string[] | undefined;
877
+ trustTier?: "internal" | "untrusted" | "verified" | "trusted" | undefined;
878
+ pii?: {
879
+ redact?: boolean | undefined;
880
+ alwaysRedactFields?: string[] | undefined;
881
+ detectionStrategy?: "none" | "custom" | "presidio" | "regex" | undefined;
882
+ } | undefined;
883
+ author?: string | undefined;
884
+ documentationUrl?: string | undefined;
885
+ }>;
886
+ export type ConnectorManifestUpdate = z.infer<typeof ConnectorManifestUpdateSchema>;
887
+ export declare function validateConnectorManifestUpdate(data: unknown): z.SafeParseReturnType<unknown, ConnectorManifestUpdate>;
888
+ export declare function isConnectorManifest(value: unknown): value is ConnectorManifest;
889
+ export declare function isConnectorSecret(value: unknown): value is ConnectorSecret;