@squidcloud/local-backend 1.0.66 → 1.0.67

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 (179) hide show
  1. package/dist/common/src/ai-assistant.context.d.ts +13 -13
  2. package/dist/common/src/ai-assistant.context.js +19 -19
  3. package/dist/common/src/ai-assistant.schemas.d.ts +243 -243
  4. package/dist/common/src/ai-assistant.schemas.js +210 -210
  5. package/dist/common/src/ai-assistant.types.d.ts +90 -90
  6. package/dist/common/src/ai-assistant.types.js +11 -11
  7. package/dist/common/src/api-call.context.d.ts +13 -13
  8. package/dist/common/src/api-call.context.js +16 -16
  9. package/dist/common/src/api.types.d.ts +23 -23
  10. package/dist/common/src/api.types.js +2 -2
  11. package/dist/common/src/application.schemas.d.ts +1312 -1312
  12. package/dist/common/src/application.schemas.js +860 -860
  13. package/dist/common/src/application.types.d.ts +186 -186
  14. package/dist/common/src/application.types.js +89 -89
  15. package/dist/common/src/backend-function.schemas.d.ts +3 -3
  16. package/dist/common/src/backend-function.schemas.js +12 -12
  17. package/dist/common/src/backend-function.types.d.ts +6 -6
  18. package/dist/common/src/backend-function.types.js +2 -2
  19. package/dist/common/src/backend-run.types.d.ts +54 -54
  20. package/dist/common/src/backend-run.types.js +96 -96
  21. package/dist/common/src/bundle-api.types.d.ts +63 -63
  22. package/dist/common/src/bundle-api.types.js +2 -2
  23. package/dist/common/src/bundle-data.types.d.ts +59 -59
  24. package/dist/common/src/bundle-data.types.js +2 -2
  25. package/dist/common/src/communication.types.d.ts +18 -18
  26. package/dist/common/src/communication.types.js +40 -40
  27. package/dist/common/src/context.types.d.ts +24 -24
  28. package/dist/common/src/context.types.js +2 -2
  29. package/dist/common/src/distributed-lock.context.d.ts +5 -5
  30. package/dist/common/src/distributed-lock.context.js +10 -10
  31. package/dist/common/src/document.types.d.ts +32 -32
  32. package/dist/common/src/document.types.js +50 -50
  33. package/dist/common/src/graphql.context.d.ts +14 -14
  34. package/dist/common/src/graphql.context.js +12 -12
  35. package/dist/common/src/graphql.types.d.ts +11 -11
  36. package/dist/common/src/graphql.types.js +34 -34
  37. package/dist/common/src/heartbeat.types.d.ts +4 -4
  38. package/dist/common/src/heartbeat.types.js +16 -16
  39. package/dist/common/src/http-status.enum.d.ts +50 -50
  40. package/dist/common/src/http-status.enum.js +54 -54
  41. package/dist/common/src/index.d.ts +55 -55
  42. package/dist/common/src/index.js +71 -71
  43. package/dist/common/src/integrations/ai_assistant.types.d.ts +24 -24
  44. package/dist/common/src/integrations/ai_assistant.types.js +2 -2
  45. package/dist/common/src/integrations/api.types.d.ts +80 -80
  46. package/dist/common/src/integrations/api.types.js +2 -2
  47. package/dist/common/src/integrations/auth.types.d.ts +39 -39
  48. package/dist/common/src/integrations/auth.types.js +2 -2
  49. package/dist/common/src/integrations/database.types.d.ts +231 -231
  50. package/dist/common/src/integrations/database.types.js +2 -2
  51. package/dist/common/src/integrations/index.d.ts +124 -124
  52. package/dist/common/src/integrations/index.js +111 -111
  53. package/dist/common/src/integrations/observability.types.d.ts +23 -23
  54. package/dist/common/src/integrations/observability.types.js +23 -23
  55. package/dist/common/src/logger.types.d.ts +21 -21
  56. package/dist/common/src/logger.types.js +11 -11
  57. package/dist/common/src/metrics.types.d.ts +73 -73
  58. package/dist/common/src/metrics.types.js +11 -11
  59. package/dist/common/src/mutation.context.d.ts +13 -13
  60. package/dist/common/src/mutation.context.js +26 -26
  61. package/dist/common/src/mutation.schemas.d.ts +5 -5
  62. package/dist/common/src/mutation.schemas.js +114 -114
  63. package/dist/common/src/mutation.types.d.ts +63 -63
  64. package/dist/common/src/mutation.types.js +142 -142
  65. package/dist/common/src/named-query.context.d.ts +4 -4
  66. package/dist/common/src/named-query.context.js +9 -9
  67. package/dist/common/src/named-query.schemas.d.ts +3 -3
  68. package/dist/common/src/named-query.schemas.js +13 -13
  69. package/dist/common/src/named-query.types.d.ts +8 -8
  70. package/dist/common/src/named-query.types.js +2 -2
  71. package/dist/common/src/query/base-query-builder.d.ts +37 -37
  72. package/dist/common/src/query/base-query-builder.js +36 -36
  73. package/dist/common/src/query/index.d.ts +4 -4
  74. package/dist/common/src/query/index.js +20 -20
  75. package/dist/common/src/query/pagination.d.ts +42 -42
  76. package/dist/common/src/query/pagination.js +164 -164
  77. package/dist/common/src/query/query-context.d.ts +47 -47
  78. package/dist/common/src/query/query-context.js +159 -159
  79. package/dist/common/src/query/serialized-query.types.d.ts +24 -24
  80. package/dist/common/src/query/serialized-query.types.js +2 -2
  81. package/dist/common/src/query.types.d.ts +86 -86
  82. package/dist/common/src/query.types.js +153 -153
  83. package/dist/common/src/regions.d.ts +21 -21
  84. package/dist/common/src/regions.js +46 -46
  85. package/dist/common/src/schema/schema.types.d.ts +30 -30
  86. package/dist/common/src/schema/schema.types.js +172 -172
  87. package/dist/common/src/secret.schemas.d.ts +6 -6
  88. package/dist/common/src/secret.schemas.js +38 -38
  89. package/dist/common/src/secret.types.d.ts +49 -49
  90. package/dist/common/src/secret.types.js +5 -5
  91. package/dist/common/src/security.types.d.ts +3 -3
  92. package/dist/common/src/security.types.js +2 -2
  93. package/dist/common/src/socket.schemas.d.ts +3 -3
  94. package/dist/common/src/socket.schemas.js +58 -58
  95. package/dist/common/src/socket.types.d.ts +112 -112
  96. package/dist/common/src/socket.types.js +2 -2
  97. package/dist/common/src/time-units.d.ts +5 -5
  98. package/dist/common/src/time-units.js +8 -8
  99. package/dist/common/src/trigger.types.d.ts +15 -15
  100. package/dist/common/src/trigger.types.js +2 -2
  101. package/dist/common/src/types.d.ts +21 -21
  102. package/dist/common/src/types.js +2 -2
  103. package/dist/common/src/utils/array.d.ts +8 -8
  104. package/dist/common/src/utils/array.js +54 -54
  105. package/dist/common/src/utils/assert.d.ts +8 -8
  106. package/dist/common/src/utils/assert.js +49 -49
  107. package/dist/common/src/utils/error.d.ts +4 -4
  108. package/dist/common/src/utils/error.js +10 -10
  109. package/dist/common/src/utils/global.utils.d.ts +10 -10
  110. package/dist/common/src/utils/global.utils.js +46 -46
  111. package/dist/common/src/utils/http.d.ts +2 -2
  112. package/dist/common/src/utils/http.js +41 -41
  113. package/dist/common/src/utils/id.d.ts +2 -2
  114. package/dist/common/src/utils/id.js +21 -21
  115. package/dist/common/src/utils/lock.manager.d.ts +9 -9
  116. package/dist/common/src/utils/lock.manager.js +39 -39
  117. package/dist/common/src/utils/nullish.d.ts +2 -2
  118. package/dist/common/src/utils/nullish.js +11 -11
  119. package/dist/common/src/utils/object.d.ts +5 -5
  120. package/dist/common/src/utils/object.js +75 -75
  121. package/dist/common/src/utils/serialization.d.ts +6 -6
  122. package/dist/common/src/utils/serialization.js +77 -77
  123. package/dist/common/src/utils/transforms.d.ts +18 -18
  124. package/dist/common/src/utils/transforms.js +92 -92
  125. package/dist/common/src/utils/url.d.ts +1 -1
  126. package/dist/common/src/utils/url.js +15 -15
  127. package/dist/common/src/utils/validation.d.ts +17 -17
  128. package/dist/common/src/utils/validation.js +209 -209
  129. package/dist/common/src/webhook-response.d.ts +6 -6
  130. package/dist/common/src/webhook-response.js +2 -2
  131. package/dist/common/src/websocket.impl.d.ts +21 -21
  132. package/dist/common/src/websocket.impl.js +76 -76
  133. package/dist/internal-common/src/async-queue.d.ts +4 -4
  134. package/dist/internal-common/src/async-queue.js +17 -17
  135. package/dist/internal-common/src/code-executor.types.d.ts +13 -13
  136. package/dist/internal-common/src/code-executor.types.js +2 -2
  137. package/dist/internal-common/src/dao.types.d.ts +46 -46
  138. package/dist/internal-common/src/dao.types.js +2 -2
  139. package/dist/internal-common/src/environment/environment.types.d.ts +74 -74
  140. package/dist/internal-common/src/environment/environment.types.js +2 -2
  141. package/dist/internal-common/src/environment/index.d.ts +6 -6
  142. package/dist/internal-common/src/environment/index.js +27 -27
  143. package/dist/internal-common/src/environment/local.environment.d.ts +2 -2
  144. package/dist/internal-common/src/environment/local.environment.js +62 -62
  145. package/dist/internal-common/src/filters/custom-exception.filter.d.ts +6 -6
  146. package/dist/internal-common/src/filters/custom-exception.filter.js +44 -44
  147. package/dist/internal-common/src/index.d.ts +14 -14
  148. package/dist/internal-common/src/index.js +32 -32
  149. package/dist/internal-common/src/interceptors/body.interceptor.d.ts +5 -5
  150. package/dist/internal-common/src/interceptors/body.interceptor.js +24 -24
  151. package/dist/internal-common/src/kafka/kafka.manager.d.ts +22 -22
  152. package/dist/internal-common/src/kafka/kafka.manager.js +129 -129
  153. package/dist/internal-common/src/kafka/kafka.types.d.ts +17 -17
  154. package/dist/internal-common/src/kafka/kafka.types.js +2 -2
  155. package/dist/internal-common/src/kafka-observability-publisher.d.ts +11 -11
  156. package/dist/internal-common/src/kafka-observability-publisher.js +20 -20
  157. package/dist/internal-common/src/local-dev.types.d.ts +35 -35
  158. package/dist/internal-common/src/local-dev.types.js +2 -2
  159. package/dist/internal-common/src/observability-publisher.d.ts +9 -9
  160. package/dist/internal-common/src/observability-publisher.js +58 -58
  161. package/dist/internal-common/src/observability.types.d.ts +17 -17
  162. package/dist/internal-common/src/observability.types.js +2 -2
  163. package/dist/internal-common/src/shutdown.manager.d.ts +20 -20
  164. package/dist/internal-common/src/shutdown.manager.js +75 -75
  165. package/dist/internal-common/src/utils.d.ts +5 -5
  166. package/dist/internal-common/src/utils.js +29 -29
  167. package/dist/local-backend/src/index.d.ts +4 -4
  168. package/dist/local-backend/src/index.js +20 -20
  169. package/dist/local-backend/src/local-backend-socket.service.d.ts +19 -19
  170. package/dist/local-backend/src/local-backend-socket.service.js +110 -110
  171. package/dist/local-backend/src/local-backend.app.d.ts +2 -2
  172. package/dist/local-backend/src/local-backend.app.js +19 -19
  173. package/dist/local-backend/src/local-backend.controller.d.ts +8 -8
  174. package/dist/local-backend/src/local-backend.controller.js +49 -49
  175. package/dist/local-backend/src/local-backend.module.d.ts +8 -8
  176. package/dist/local-backend/src/local-backend.module.js +53 -53
  177. package/dist/local-backend/src/local-backend.service.d.ts +15 -15
  178. package/dist/local-backend/src/local-backend.service.js +165 -165
  179. package/package.json +1 -1
@@ -1,1312 +1,1312 @@
1
- import { JSONSchemaType } from 'ajv';
2
- import { UpdateOpenIdProviderRequest } from './application.types';
3
- import { IntegrationSchemaType, IntegrationType } from './integrations';
4
- export declare const UpdateOpenIdProviderRequestSchema: JSONSchemaType<UpdateOpenIdProviderRequest>;
5
- export declare const UpsertIntegrationRequestSchema: {
6
- type: string;
7
- required: string[];
8
- properties: {
9
- id: {
10
- type: string;
11
- nullable: boolean;
12
- };
13
- };
14
- oneOf: ({
15
- type: string;
16
- required: never[];
17
- properties: {
18
- type: {
19
- const: IntegrationType;
20
- };
21
- config?: undefined;
22
- };
23
- } | {
24
- type: string;
25
- properties: {
26
- type: {
27
- const: IntegrationType;
28
- };
29
- config: {
30
- type: string;
31
- required: string[];
32
- properties: {
33
- supportsExternalChanges: {
34
- type: string;
35
- nullable: boolean;
36
- };
37
- configuration: {
38
- type: string;
39
- nullable: boolean;
40
- required: string[];
41
- properties: {
42
- connectionOptions: {
43
- type: string;
44
- nullable: boolean;
45
- required: string[];
46
- properties: {
47
- host: {
48
- type: string;
49
- nullable: boolean;
50
- };
51
- user: {
52
- type: string;
53
- nullable: boolean;
54
- };
55
- database: {
56
- type: string;
57
- nullable: boolean;
58
- };
59
- secrets: {
60
- type: string;
61
- required: string[];
62
- nullable: boolean;
63
- properties: {
64
- password: {
65
- type: string;
66
- nullable: boolean;
67
- isSecret: {};
68
- };
69
- };
70
- };
71
- connectionLimit: {
72
- type: string;
73
- nullable: boolean;
74
- };
75
- };
76
- };
77
- discoveryOptions?: undefined;
78
- apiKey?: undefined;
79
- appKey?: undefined;
80
- datadogRegion?: undefined;
81
- newRelicRegion?: undefined;
82
- clientId?: undefined;
83
- domain?: undefined;
84
- jwksUri?: undefined;
85
- validations?: undefined;
86
- verifyUri?: undefined;
87
- region?: undefined;
88
- userPoolId?: undefined;
89
- appClientId?: undefined;
90
- };
91
- };
92
- };
93
- };
94
- };
95
- required?: undefined;
96
- } | {
97
- type: string;
98
- properties: {
99
- type: {
100
- const: IntegrationType;
101
- };
102
- config: {
103
- type: string;
104
- required: string[];
105
- properties: {
106
- configuration: {
107
- type: string;
108
- nullable: boolean;
109
- required: string[];
110
- properties: {
111
- connectionOptions: {
112
- type: string;
113
- nullable: boolean;
114
- required: string[];
115
- properties: {
116
- host: {
117
- type: string;
118
- nullable: boolean;
119
- };
120
- user: {
121
- type: string;
122
- nullable: boolean;
123
- };
124
- database: {
125
- type: string;
126
- nullable: boolean;
127
- };
128
- schema: {
129
- type: string;
130
- nullable: boolean;
131
- };
132
- sslEnabled: {
133
- type: string;
134
- nullable: boolean;
135
- };
136
- secrets: {
137
- type: string;
138
- required: string[];
139
- nullable: boolean;
140
- properties: {
141
- password: {
142
- type: string;
143
- nullable: boolean;
144
- isSecret: {};
145
- };
146
- sslCertificate: {
147
- type: string;
148
- nullable: boolean;
149
- isSecret: {};
150
- };
151
- };
152
- };
153
- connectionLimit: {
154
- type: string;
155
- nullable: boolean;
156
- };
157
- };
158
- };
159
- discoveryOptions?: undefined;
160
- apiKey?: undefined;
161
- appKey?: undefined;
162
- datadogRegion?: undefined;
163
- newRelicRegion?: undefined;
164
- clientId?: undefined;
165
- domain?: undefined;
166
- jwksUri?: undefined;
167
- validations?: undefined;
168
- verifyUri?: undefined;
169
- region?: undefined;
170
- userPoolId?: undefined;
171
- appClientId?: undefined;
172
- };
173
- };
174
- supportsExternalChanges?: undefined;
175
- };
176
- };
177
- };
178
- required?: undefined;
179
- } | {
180
- type: string;
181
- properties: {
182
- type: {
183
- const: IntegrationType;
184
- };
185
- config: {
186
- type: string;
187
- required: string[];
188
- properties: {
189
- supportsExternalChanges: {
190
- type: string;
191
- nullable: boolean;
192
- };
193
- configuration: {
194
- type: string;
195
- nullable: boolean;
196
- required: string[];
197
- properties: {
198
- connectionOptions: {
199
- type: string;
200
- nullable: boolean;
201
- required: string[];
202
- properties: {
203
- connectionString: {
204
- type: string;
205
- nullable: boolean;
206
- };
207
- user: {
208
- type: string;
209
- nullable: boolean;
210
- };
211
- secrets: {
212
- type: string;
213
- nullable: boolean;
214
- properties: {
215
- password: {
216
- type: string;
217
- nullable: boolean;
218
- isSecret: {};
219
- };
220
- };
221
- };
222
- maxPoolSize: {
223
- type: string;
224
- nullable: boolean;
225
- };
226
- minPoolSize: {
227
- type: string;
228
- nullable: boolean;
229
- };
230
- socketTimeoutMS: {
231
- type: string;
232
- nullable: boolean;
233
- };
234
- keepAlive: {
235
- type: string;
236
- nullable: boolean;
237
- };
238
- directConnection: {
239
- type: string;
240
- nullable: boolean;
241
- };
242
- ssl: {
243
- type: string;
244
- nullable: boolean;
245
- required: string[];
246
- properties: {
247
- certificateFile: {
248
- type: string;
249
- nullable: boolean;
250
- };
251
- validate: {
252
- type: string;
253
- nullable: boolean;
254
- };
255
- };
256
- };
257
- };
258
- };
259
- discoveryOptions?: undefined;
260
- apiKey?: undefined;
261
- appKey?: undefined;
262
- datadogRegion?: undefined;
263
- newRelicRegion?: undefined;
264
- clientId?: undefined;
265
- domain?: undefined;
266
- jwksUri?: undefined;
267
- validations?: undefined;
268
- verifyUri?: undefined;
269
- region?: undefined;
270
- userPoolId?: undefined;
271
- appClientId?: undefined;
272
- };
273
- };
274
- };
275
- };
276
- };
277
- required?: undefined;
278
- } | {
279
- type: string;
280
- properties: {
281
- type: {
282
- const: IntegrationType;
283
- };
284
- config: {
285
- type: string;
286
- properties: {
287
- configuration: {
288
- type: string;
289
- nullable: boolean;
290
- required: string[];
291
- properties: {
292
- discoveryOptions: {
293
- type: string;
294
- nullable: boolean;
295
- required: string[];
296
- properties: {
297
- openApiSpecUrl: {
298
- type: string;
299
- nullable: boolean;
300
- };
301
- };
302
- };
303
- connectionOptions?: undefined;
304
- apiKey?: undefined;
305
- appKey?: undefined;
306
- datadogRegion?: undefined;
307
- newRelicRegion?: undefined;
308
- clientId?: undefined;
309
- domain?: undefined;
310
- jwksUri?: undefined;
311
- validations?: undefined;
312
- verifyUri?: undefined;
313
- region?: undefined;
314
- userPoolId?: undefined;
315
- appClientId?: undefined;
316
- };
317
- };
318
- supportsExternalChanges?: undefined;
319
- };
320
- required?: undefined;
321
- };
322
- };
323
- required?: undefined;
324
- } | {
325
- type: string;
326
- properties: {
327
- type: {
328
- const: IntegrationType;
329
- };
330
- config: {
331
- type: string;
332
- required: string[];
333
- properties: {
334
- configuration: {
335
- type: string;
336
- nullable: boolean;
337
- required: string[];
338
- properties: {
339
- connectionOptions: {
340
- type: string;
341
- nullable: boolean;
342
- required: string[];
343
- properties: {
344
- baseUrl: {
345
- type: string;
346
- nullable: boolean;
347
- format: string;
348
- };
349
- };
350
- };
351
- discoveryOptions?: undefined;
352
- apiKey?: undefined;
353
- appKey?: undefined;
354
- datadogRegion?: undefined;
355
- newRelicRegion?: undefined;
356
- clientId?: undefined;
357
- domain?: undefined;
358
- jwksUri?: undefined;
359
- validations?: undefined;
360
- verifyUri?: undefined;
361
- region?: undefined;
362
- userPoolId?: undefined;
363
- appClientId?: undefined;
364
- };
365
- };
366
- supportsExternalChanges?: undefined;
367
- };
368
- };
369
- };
370
- required?: undefined;
371
- } | {
372
- type: string;
373
- properties: {
374
- type: {
375
- const: IntegrationType;
376
- };
377
- config: {
378
- type: string;
379
- required: string[];
380
- properties: {
381
- configuration: {
382
- type: string;
383
- nullable: boolean;
384
- required: string[];
385
- properties: {
386
- connectionOptions: {
387
- type: string;
388
- required: never[];
389
- properties: {
390
- account: {
391
- type: string;
392
- nullable: boolean;
393
- };
394
- username: {
395
- type: string;
396
- nullable: boolean;
397
- };
398
- database: {
399
- type: string;
400
- nullable: boolean;
401
- };
402
- schema: {
403
- type: string;
404
- nullable: boolean;
405
- };
406
- warehouse: {
407
- type: string;
408
- nullable: boolean;
409
- };
410
- role: {
411
- type: string;
412
- nullable: boolean;
413
- };
414
- secrets: {
415
- type: string;
416
- required: string[];
417
- nullable: boolean;
418
- properties: {
419
- password: {
420
- type: string;
421
- nullable: boolean;
422
- isSecret: {};
423
- };
424
- };
425
- };
426
- };
427
- };
428
- discoveryOptions?: undefined;
429
- apiKey?: undefined;
430
- appKey?: undefined;
431
- datadogRegion?: undefined;
432
- newRelicRegion?: undefined;
433
- clientId?: undefined;
434
- domain?: undefined;
435
- jwksUri?: undefined;
436
- validations?: undefined;
437
- verifyUri?: undefined;
438
- region?: undefined;
439
- userPoolId?: undefined;
440
- appClientId?: undefined;
441
- };
442
- };
443
- supportsExternalChanges?: undefined;
444
- };
445
- };
446
- };
447
- required?: undefined;
448
- } | {
449
- type: string;
450
- properties: {
451
- type: {
452
- const: IntegrationType;
453
- };
454
- config: {
455
- type: string;
456
- required: string[];
457
- properties: {
458
- configuration: {
459
- type: string;
460
- nullable: boolean;
461
- required: string[];
462
- properties: {
463
- apiKey: {
464
- type: string;
465
- nullable: boolean;
466
- isSecret: {};
467
- };
468
- appKey: {
469
- type: string;
470
- nullable: boolean;
471
- isSecret: {};
472
- };
473
- datadogRegion: {
474
- type: string;
475
- nullable: boolean;
476
- enum: string[];
477
- };
478
- connectionOptions?: undefined;
479
- discoveryOptions?: undefined;
480
- newRelicRegion?: undefined;
481
- clientId?: undefined;
482
- domain?: undefined;
483
- jwksUri?: undefined;
484
- validations?: undefined;
485
- verifyUri?: undefined;
486
- region?: undefined;
487
- userPoolId?: undefined;
488
- appClientId?: undefined;
489
- };
490
- };
491
- supportsExternalChanges?: undefined;
492
- };
493
- };
494
- };
495
- required?: undefined;
496
- } | {
497
- type: string;
498
- properties: {
499
- type: {
500
- const: IntegrationType;
501
- };
502
- config: {
503
- type: string;
504
- required: string[];
505
- properties: {
506
- configuration: {
507
- type: string;
508
- nullable: boolean;
509
- required: string[];
510
- properties: {
511
- apiKey: {
512
- type: string;
513
- nullable: boolean;
514
- isSecret: {};
515
- };
516
- newRelicRegion: {
517
- type: string;
518
- nullable: boolean;
519
- enum: string[];
520
- };
521
- connectionOptions?: undefined;
522
- discoveryOptions?: undefined;
523
- appKey?: undefined;
524
- datadogRegion?: undefined;
525
- clientId?: undefined;
526
- domain?: undefined;
527
- jwksUri?: undefined;
528
- validations?: undefined;
529
- verifyUri?: undefined;
530
- region?: undefined;
531
- userPoolId?: undefined;
532
- appClientId?: undefined;
533
- };
534
- };
535
- supportsExternalChanges?: undefined;
536
- };
537
- };
538
- };
539
- required?: undefined;
540
- } | {
541
- type: string;
542
- properties: {
543
- type: {
544
- const: IntegrationType;
545
- };
546
- config: {
547
- type: string;
548
- required: string[];
549
- properties: {
550
- configuration: {
551
- type: string;
552
- nullable: boolean;
553
- required: string[];
554
- properties: {
555
- clientId: {
556
- type: string;
557
- nullable: boolean;
558
- };
559
- domain: {
560
- type: string;
561
- nullable: boolean;
562
- };
563
- connectionOptions?: undefined;
564
- discoveryOptions?: undefined;
565
- apiKey?: undefined;
566
- appKey?: undefined;
567
- datadogRegion?: undefined;
568
- newRelicRegion?: undefined;
569
- jwksUri?: undefined;
570
- validations?: undefined;
571
- verifyUri?: undefined;
572
- region?: undefined;
573
- userPoolId?: undefined;
574
- appClientId?: undefined;
575
- };
576
- };
577
- supportsExternalChanges?: undefined;
578
- };
579
- };
580
- };
581
- required?: undefined;
582
- } | {
583
- type: string;
584
- properties: {
585
- type: {
586
- const: IntegrationType;
587
- };
588
- config: {
589
- type: string;
590
- required: string[];
591
- properties: {
592
- configuration: {
593
- type: string;
594
- nullable: boolean;
595
- required: string[];
596
- properties: {
597
- jwksUri: {
598
- type: string;
599
- nullable: boolean;
600
- };
601
- validations: {
602
- type: string;
603
- nullable: boolean;
604
- properties: {
605
- iss: {
606
- type: string;
607
- nullable: boolean;
608
- };
609
- aud: {
610
- type: string;
611
- nullable: boolean;
612
- };
613
- };
614
- };
615
- connectionOptions?: undefined;
616
- discoveryOptions?: undefined;
617
- apiKey?: undefined;
618
- appKey?: undefined;
619
- datadogRegion?: undefined;
620
- newRelicRegion?: undefined;
621
- clientId?: undefined;
622
- domain?: undefined;
623
- verifyUri?: undefined;
624
- region?: undefined;
625
- userPoolId?: undefined;
626
- appClientId?: undefined;
627
- };
628
- };
629
- supportsExternalChanges?: undefined;
630
- };
631
- };
632
- };
633
- required?: undefined;
634
- } | {
635
- type: string;
636
- properties: {
637
- type: {
638
- const: IntegrationType;
639
- };
640
- config: {
641
- type: string;
642
- required: string[];
643
- properties: {
644
- configuration: {
645
- type: string;
646
- nullable: boolean;
647
- required: string[];
648
- properties: {
649
- verifyUri: {
650
- type: string;
651
- nullable: boolean;
652
- };
653
- connectionOptions?: undefined;
654
- discoveryOptions?: undefined;
655
- apiKey?: undefined;
656
- appKey?: undefined;
657
- datadogRegion?: undefined;
658
- newRelicRegion?: undefined;
659
- clientId?: undefined;
660
- domain?: undefined;
661
- jwksUri?: undefined;
662
- validations?: undefined;
663
- region?: undefined;
664
- userPoolId?: undefined;
665
- appClientId?: undefined;
666
- };
667
- };
668
- supportsExternalChanges?: undefined;
669
- };
670
- };
671
- };
672
- required?: undefined;
673
- } | {
674
- type: string;
675
- properties: {
676
- type: {
677
- const: IntegrationType;
678
- };
679
- config: {
680
- type: string;
681
- properties: {
682
- configuration: {
683
- type: string;
684
- nullable: boolean;
685
- required: never[];
686
- properties: {
687
- apiKey: {
688
- type: string;
689
- nullable: boolean;
690
- isSecret?: undefined;
691
- };
692
- connectionOptions?: undefined;
693
- discoveryOptions?: undefined;
694
- appKey?: undefined;
695
- datadogRegion?: undefined;
696
- newRelicRegion?: undefined;
697
- clientId?: undefined;
698
- domain?: undefined;
699
- jwksUri?: undefined;
700
- validations?: undefined;
701
- verifyUri?: undefined;
702
- region?: undefined;
703
- userPoolId?: undefined;
704
- appClientId?: undefined;
705
- };
706
- };
707
- supportsExternalChanges?: undefined;
708
- };
709
- required?: undefined;
710
- };
711
- };
712
- required?: undefined;
713
- } | {
714
- type: string;
715
- properties: {
716
- type: {
717
- const: IntegrationType;
718
- };
719
- config: {
720
- type: string;
721
- required: string[];
722
- properties: {
723
- configuration: {
724
- type: string;
725
- required: string[];
726
- properties: {
727
- region: {
728
- type: string;
729
- };
730
- userPoolId: {
731
- type: string;
732
- };
733
- appClientId: {
734
- type: string;
735
- };
736
- connectionOptions?: undefined;
737
- discoveryOptions?: undefined;
738
- apiKey?: undefined;
739
- appKey?: undefined;
740
- datadogRegion?: undefined;
741
- newRelicRegion?: undefined;
742
- clientId?: undefined;
743
- domain?: undefined;
744
- jwksUri?: undefined;
745
- validations?: undefined;
746
- verifyUri?: undefined;
747
- };
748
- nullable?: undefined;
749
- };
750
- supportsExternalChanges?: undefined;
751
- };
752
- };
753
- };
754
- required?: undefined;
755
- } | {
756
- type: string;
757
- properties: {
758
- type: {
759
- const: IntegrationType;
760
- };
761
- config: {
762
- type: string;
763
- required: string[];
764
- properties: {
765
- configuration: {
766
- type: string;
767
- required: string[];
768
- properties: {
769
- domain: {
770
- type: string;
771
- nullable?: undefined;
772
- };
773
- clientId: {
774
- type: string;
775
- nullable?: undefined;
776
- };
777
- connectionOptions?: undefined;
778
- discoveryOptions?: undefined;
779
- apiKey?: undefined;
780
- appKey?: undefined;
781
- datadogRegion?: undefined;
782
- newRelicRegion?: undefined;
783
- jwksUri?: undefined;
784
- validations?: undefined;
785
- verifyUri?: undefined;
786
- region?: undefined;
787
- userPoolId?: undefined;
788
- appClientId?: undefined;
789
- };
790
- nullable?: undefined;
791
- };
792
- supportsExternalChanges?: undefined;
793
- };
794
- };
795
- };
796
- required?: undefined;
797
- })[];
798
- };
799
- export declare const UpsertIntegrationSchemaRequestSchema: {
800
- type: string;
801
- required: string[];
802
- properties: {
803
- id: {
804
- type: string;
805
- nullable: boolean;
806
- };
807
- type: {
808
- type: string;
809
- nullable: boolean;
810
- };
811
- schema: {
812
- oneOf: ({
813
- type: string;
814
- required: string[];
815
- properties: {
816
- type: {
817
- const: IntegrationSchemaType;
818
- };
819
- collections: {
820
- type: string;
821
- nullable: boolean;
822
- };
823
- baseUrl?: undefined;
824
- endpoints?: undefined;
825
- introspection?: undefined;
826
- };
827
- } | {
828
- type: string;
829
- required: string[];
830
- properties: {
831
- type: {
832
- const: IntegrationSchemaType;
833
- };
834
- baseUrl: {
835
- type: string;
836
- nullable: boolean;
837
- };
838
- endpoints: {
839
- type: string;
840
- nullable: boolean;
841
- };
842
- collections?: undefined;
843
- introspection?: undefined;
844
- };
845
- } | {
846
- type: string;
847
- required: string[];
848
- properties: {
849
- type: {
850
- const: IntegrationSchemaType;
851
- };
852
- introspection: {
853
- type: string;
854
- nullable: boolean;
855
- };
856
- collections?: undefined;
857
- baseUrl?: undefined;
858
- endpoints?: undefined;
859
- };
860
- })[];
861
- };
862
- };
863
- };
864
- export declare const DeleteIntegrationRequestSchema: {
865
- type: string;
866
- required: string[];
867
- properties: {
868
- integrationId: {
869
- type: string;
870
- nullable: boolean;
871
- };
872
- };
873
- };
874
- export declare const TestDataConnectionRequestSchema: {
875
- type: string;
876
- required: string[];
877
- oneOf: ({
878
- type: string;
879
- required: string[];
880
- properties: {
881
- type: {
882
- const: IntegrationType;
883
- };
884
- configuration: {
885
- type: string;
886
- required: string[];
887
- properties: {
888
- connectionOptions: {
889
- type: string;
890
- nullable: boolean;
891
- required: string[];
892
- properties: {
893
- host: {
894
- type: string;
895
- nullable: boolean;
896
- };
897
- user: {
898
- type: string;
899
- nullable: boolean;
900
- };
901
- database: {
902
- type: string;
903
- nullable: boolean;
904
- };
905
- secrets: {
906
- type: string;
907
- required: string[];
908
- nullable: boolean;
909
- properties: {
910
- password: {
911
- type: string;
912
- nullable: boolean;
913
- isSecret: {};
914
- };
915
- };
916
- };
917
- connectionLimit: {
918
- type: string;
919
- nullable: boolean;
920
- };
921
- };
922
- };
923
- };
924
- };
925
- };
926
- } | {
927
- type: string;
928
- required: string[];
929
- properties: {
930
- type: {
931
- const: IntegrationType;
932
- };
933
- configuration: {
934
- type: string;
935
- required: string[];
936
- properties: {
937
- connectionOptions: {
938
- type: string;
939
- nullable: boolean;
940
- required: string[];
941
- properties: {
942
- connectionString: {
943
- type: string;
944
- nullable: boolean;
945
- };
946
- user: {
947
- type: string;
948
- nullable: boolean;
949
- };
950
- secrets: {
951
- type: string;
952
- nullable: boolean;
953
- properties: {
954
- password: {
955
- type: string;
956
- nullable: boolean;
957
- isSecret: {};
958
- };
959
- };
960
- };
961
- maxPoolSize: {
962
- type: string;
963
- nullable: boolean;
964
- };
965
- minPoolSize: {
966
- type: string;
967
- nullable: boolean;
968
- };
969
- socketTimeoutMS: {
970
- type: string;
971
- nullable: boolean;
972
- };
973
- keepAlive: {
974
- type: string;
975
- nullable: boolean;
976
- };
977
- directConnection: {
978
- type: string;
979
- nullable: boolean;
980
- };
981
- ssl: {
982
- type: string;
983
- nullable: boolean;
984
- required: string[];
985
- properties: {
986
- certificateFile: {
987
- type: string;
988
- nullable: boolean;
989
- };
990
- validate: {
991
- type: string;
992
- nullable: boolean;
993
- };
994
- };
995
- };
996
- };
997
- };
998
- };
999
- };
1000
- };
1001
- } | {
1002
- type: string;
1003
- required: string[];
1004
- properties: {
1005
- type: {
1006
- const: IntegrationType;
1007
- };
1008
- configuration: {
1009
- type: string;
1010
- required: string[];
1011
- properties: {
1012
- connectionOptions: {
1013
- type: string;
1014
- required: never[];
1015
- properties: {
1016
- account: {
1017
- type: string;
1018
- nullable: boolean;
1019
- };
1020
- username: {
1021
- type: string;
1022
- nullable: boolean;
1023
- };
1024
- database: {
1025
- type: string;
1026
- nullable: boolean;
1027
- };
1028
- schema: {
1029
- type: string;
1030
- nullable: boolean;
1031
- };
1032
- warehouse: {
1033
- type: string;
1034
- nullable: boolean;
1035
- };
1036
- role: {
1037
- type: string;
1038
- nullable: boolean;
1039
- };
1040
- secrets: {
1041
- type: string;
1042
- required: string[];
1043
- nullable: boolean;
1044
- properties: {
1045
- password: {
1046
- type: string;
1047
- nullable: boolean;
1048
- isSecret: {};
1049
- };
1050
- };
1051
- };
1052
- };
1053
- };
1054
- };
1055
- };
1056
- };
1057
- } | {
1058
- type: string;
1059
- required: string[];
1060
- properties: {
1061
- type: {
1062
- const: IntegrationType;
1063
- };
1064
- configuration: {
1065
- type: string;
1066
- required: string[];
1067
- properties: {
1068
- connectionOptions: {
1069
- type: string;
1070
- nullable: boolean;
1071
- required: string[];
1072
- properties: {
1073
- baseUrl: {
1074
- type: string;
1075
- nullable: boolean;
1076
- format: string;
1077
- };
1078
- };
1079
- };
1080
- };
1081
- };
1082
- };
1083
- })[];
1084
- };
1085
- export declare const DiscoverDataConnectionSchemaRequestSchema: {
1086
- type: string;
1087
- required: string[];
1088
- oneOf: ({
1089
- type: string;
1090
- required: string[];
1091
- properties: {
1092
- integrationType: {
1093
- const: IntegrationType;
1094
- };
1095
- connectionOptions: {
1096
- type: string;
1097
- nullable: boolean;
1098
- required: string[];
1099
- properties: {
1100
- host: {
1101
- type: string;
1102
- nullable: boolean;
1103
- };
1104
- user: {
1105
- type: string;
1106
- nullable: boolean;
1107
- };
1108
- database: {
1109
- type: string;
1110
- nullable: boolean;
1111
- };
1112
- secrets: {
1113
- type: string;
1114
- required: string[];
1115
- nullable: boolean;
1116
- properties: {
1117
- password: {
1118
- type: string;
1119
- nullable: boolean;
1120
- isSecret: {};
1121
- };
1122
- };
1123
- };
1124
- connectionLimit: {
1125
- type: string;
1126
- nullable: boolean;
1127
- };
1128
- };
1129
- };
1130
- };
1131
- } | {
1132
- type: string;
1133
- required: string[];
1134
- properties: {
1135
- integrationType: {
1136
- const: IntegrationType;
1137
- };
1138
- connectionOptions: {
1139
- type: string;
1140
- required: never[];
1141
- properties: {
1142
- account: {
1143
- type: string;
1144
- nullable: boolean;
1145
- };
1146
- username: {
1147
- type: string;
1148
- nullable: boolean;
1149
- };
1150
- database: {
1151
- type: string;
1152
- nullable: boolean;
1153
- };
1154
- schema: {
1155
- type: string;
1156
- nullable: boolean;
1157
- };
1158
- warehouse: {
1159
- type: string;
1160
- nullable: boolean;
1161
- };
1162
- role: {
1163
- type: string;
1164
- nullable: boolean;
1165
- };
1166
- secrets: {
1167
- type: string;
1168
- required: string[];
1169
- nullable: boolean;
1170
- properties: {
1171
- password: {
1172
- type: string;
1173
- nullable: boolean;
1174
- isSecret: {};
1175
- };
1176
- };
1177
- };
1178
- };
1179
- };
1180
- };
1181
- } | {
1182
- type: string;
1183
- required: string[];
1184
- properties: {
1185
- integrationType: {
1186
- const: IntegrationType;
1187
- };
1188
- connectionOptions: {
1189
- type: string;
1190
- nullable: boolean;
1191
- required: string[];
1192
- properties: {
1193
- connectionString: {
1194
- type: string;
1195
- nullable: boolean;
1196
- };
1197
- user: {
1198
- type: string;
1199
- nullable: boolean;
1200
- };
1201
- secrets: {
1202
- type: string;
1203
- nullable: boolean;
1204
- properties: {
1205
- password: {
1206
- type: string;
1207
- nullable: boolean;
1208
- isSecret: {};
1209
- };
1210
- };
1211
- };
1212
- maxPoolSize: {
1213
- type: string;
1214
- nullable: boolean;
1215
- };
1216
- minPoolSize: {
1217
- type: string;
1218
- nullable: boolean;
1219
- };
1220
- socketTimeoutMS: {
1221
- type: string;
1222
- nullable: boolean;
1223
- };
1224
- keepAlive: {
1225
- type: string;
1226
- nullable: boolean;
1227
- };
1228
- directConnection: {
1229
- type: string;
1230
- nullable: boolean;
1231
- };
1232
- ssl: {
1233
- type: string;
1234
- nullable: boolean;
1235
- required: string[];
1236
- properties: {
1237
- certificateFile: {
1238
- type: string;
1239
- nullable: boolean;
1240
- };
1241
- validate: {
1242
- type: string;
1243
- nullable: boolean;
1244
- };
1245
- };
1246
- };
1247
- };
1248
- };
1249
- };
1250
- } | {
1251
- type: string;
1252
- properties: {
1253
- integrationType: {
1254
- const: IntegrationType;
1255
- };
1256
- connectionOptions?: undefined;
1257
- };
1258
- required?: undefined;
1259
- })[];
1260
- };
1261
- export declare const DiscoverGraphQLConnectionSchemaRequestSchema: {
1262
- type: string;
1263
- required: string[];
1264
- properties: {
1265
- integrationType: {
1266
- const: IntegrationType;
1267
- };
1268
- connectionOptions: {
1269
- type: string;
1270
- nullable: boolean;
1271
- required: string[];
1272
- properties: {
1273
- baseUrl: {
1274
- type: string;
1275
- nullable: boolean;
1276
- format: string;
1277
- };
1278
- };
1279
- };
1280
- };
1281
- };
1282
- export declare const UpdateAllowedHostsRequestSchema: {
1283
- type: string;
1284
- required: string[];
1285
- properties: {
1286
- allowedHosts: {
1287
- type: string;
1288
- nullable: boolean;
1289
- minItems: number;
1290
- items: {
1291
- type: string;
1292
- nullable: boolean;
1293
- };
1294
- };
1295
- };
1296
- };
1297
- export declare const DiscoverOpenApiSchemaRequestSchema: {
1298
- type: string;
1299
- required: string[];
1300
- properties: {
1301
- discoveryOptions: {
1302
- type: string;
1303
- required: string[];
1304
- properties: {
1305
- openApiSpecUrl: {
1306
- type: string;
1307
- format: string;
1308
- };
1309
- };
1310
- };
1311
- };
1312
- };
1
+ import { JSONSchemaType } from 'ajv';
2
+ import { UpdateOpenIdProviderRequest } from './application.types';
3
+ import { IntegrationSchemaType, IntegrationType } from './integrations';
4
+ export declare const UpdateOpenIdProviderRequestSchema: JSONSchemaType<UpdateOpenIdProviderRequest>;
5
+ export declare const UpsertIntegrationRequestSchema: {
6
+ type: string;
7
+ required: string[];
8
+ properties: {
9
+ id: {
10
+ type: string;
11
+ nullable: boolean;
12
+ };
13
+ };
14
+ oneOf: ({
15
+ type: string;
16
+ required: never[];
17
+ properties: {
18
+ type: {
19
+ const: IntegrationType;
20
+ };
21
+ config?: undefined;
22
+ };
23
+ } | {
24
+ type: string;
25
+ properties: {
26
+ type: {
27
+ const: IntegrationType;
28
+ };
29
+ config: {
30
+ type: string;
31
+ required: string[];
32
+ properties: {
33
+ supportsExternalChanges: {
34
+ type: string;
35
+ nullable: boolean;
36
+ };
37
+ configuration: {
38
+ type: string;
39
+ nullable: boolean;
40
+ required: string[];
41
+ properties: {
42
+ connectionOptions: {
43
+ type: string;
44
+ nullable: boolean;
45
+ required: string[];
46
+ properties: {
47
+ host: {
48
+ type: string;
49
+ nullable: boolean;
50
+ };
51
+ user: {
52
+ type: string;
53
+ nullable: boolean;
54
+ };
55
+ database: {
56
+ type: string;
57
+ nullable: boolean;
58
+ };
59
+ secrets: {
60
+ type: string;
61
+ required: string[];
62
+ nullable: boolean;
63
+ properties: {
64
+ password: {
65
+ type: string;
66
+ nullable: boolean;
67
+ isSecret: {};
68
+ };
69
+ };
70
+ };
71
+ connectionLimit: {
72
+ type: string;
73
+ nullable: boolean;
74
+ };
75
+ };
76
+ };
77
+ discoveryOptions?: undefined;
78
+ apiKey?: undefined;
79
+ appKey?: undefined;
80
+ datadogRegion?: undefined;
81
+ newRelicRegion?: undefined;
82
+ clientId?: undefined;
83
+ domain?: undefined;
84
+ jwksUri?: undefined;
85
+ validations?: undefined;
86
+ verifyUri?: undefined;
87
+ region?: undefined;
88
+ userPoolId?: undefined;
89
+ appClientId?: undefined;
90
+ };
91
+ };
92
+ };
93
+ };
94
+ };
95
+ required?: undefined;
96
+ } | {
97
+ type: string;
98
+ properties: {
99
+ type: {
100
+ const: IntegrationType;
101
+ };
102
+ config: {
103
+ type: string;
104
+ required: string[];
105
+ properties: {
106
+ configuration: {
107
+ type: string;
108
+ nullable: boolean;
109
+ required: string[];
110
+ properties: {
111
+ connectionOptions: {
112
+ type: string;
113
+ nullable: boolean;
114
+ required: string[];
115
+ properties: {
116
+ host: {
117
+ type: string;
118
+ nullable: boolean;
119
+ };
120
+ user: {
121
+ type: string;
122
+ nullable: boolean;
123
+ };
124
+ database: {
125
+ type: string;
126
+ nullable: boolean;
127
+ };
128
+ schema: {
129
+ type: string;
130
+ nullable: boolean;
131
+ };
132
+ sslEnabled: {
133
+ type: string;
134
+ nullable: boolean;
135
+ };
136
+ secrets: {
137
+ type: string;
138
+ required: string[];
139
+ nullable: boolean;
140
+ properties: {
141
+ password: {
142
+ type: string;
143
+ nullable: boolean;
144
+ isSecret: {};
145
+ };
146
+ sslCertificate: {
147
+ type: string;
148
+ nullable: boolean;
149
+ isSecret: {};
150
+ };
151
+ };
152
+ };
153
+ connectionLimit: {
154
+ type: string;
155
+ nullable: boolean;
156
+ };
157
+ };
158
+ };
159
+ discoveryOptions?: undefined;
160
+ apiKey?: undefined;
161
+ appKey?: undefined;
162
+ datadogRegion?: undefined;
163
+ newRelicRegion?: undefined;
164
+ clientId?: undefined;
165
+ domain?: undefined;
166
+ jwksUri?: undefined;
167
+ validations?: undefined;
168
+ verifyUri?: undefined;
169
+ region?: undefined;
170
+ userPoolId?: undefined;
171
+ appClientId?: undefined;
172
+ };
173
+ };
174
+ supportsExternalChanges?: undefined;
175
+ };
176
+ };
177
+ };
178
+ required?: undefined;
179
+ } | {
180
+ type: string;
181
+ properties: {
182
+ type: {
183
+ const: IntegrationType;
184
+ };
185
+ config: {
186
+ type: string;
187
+ required: string[];
188
+ properties: {
189
+ supportsExternalChanges: {
190
+ type: string;
191
+ nullable: boolean;
192
+ };
193
+ configuration: {
194
+ type: string;
195
+ nullable: boolean;
196
+ required: string[];
197
+ properties: {
198
+ connectionOptions: {
199
+ type: string;
200
+ nullable: boolean;
201
+ required: string[];
202
+ properties: {
203
+ connectionString: {
204
+ type: string;
205
+ nullable: boolean;
206
+ };
207
+ user: {
208
+ type: string;
209
+ nullable: boolean;
210
+ };
211
+ secrets: {
212
+ type: string;
213
+ nullable: boolean;
214
+ properties: {
215
+ password: {
216
+ type: string;
217
+ nullable: boolean;
218
+ isSecret: {};
219
+ };
220
+ };
221
+ };
222
+ maxPoolSize: {
223
+ type: string;
224
+ nullable: boolean;
225
+ };
226
+ minPoolSize: {
227
+ type: string;
228
+ nullable: boolean;
229
+ };
230
+ socketTimeoutMS: {
231
+ type: string;
232
+ nullable: boolean;
233
+ };
234
+ keepAlive: {
235
+ type: string;
236
+ nullable: boolean;
237
+ };
238
+ directConnection: {
239
+ type: string;
240
+ nullable: boolean;
241
+ };
242
+ ssl: {
243
+ type: string;
244
+ nullable: boolean;
245
+ required: string[];
246
+ properties: {
247
+ certificateFile: {
248
+ type: string;
249
+ nullable: boolean;
250
+ };
251
+ validate: {
252
+ type: string;
253
+ nullable: boolean;
254
+ };
255
+ };
256
+ };
257
+ };
258
+ };
259
+ discoveryOptions?: undefined;
260
+ apiKey?: undefined;
261
+ appKey?: undefined;
262
+ datadogRegion?: undefined;
263
+ newRelicRegion?: undefined;
264
+ clientId?: undefined;
265
+ domain?: undefined;
266
+ jwksUri?: undefined;
267
+ validations?: undefined;
268
+ verifyUri?: undefined;
269
+ region?: undefined;
270
+ userPoolId?: undefined;
271
+ appClientId?: undefined;
272
+ };
273
+ };
274
+ };
275
+ };
276
+ };
277
+ required?: undefined;
278
+ } | {
279
+ type: string;
280
+ properties: {
281
+ type: {
282
+ const: IntegrationType;
283
+ };
284
+ config: {
285
+ type: string;
286
+ properties: {
287
+ configuration: {
288
+ type: string;
289
+ nullable: boolean;
290
+ required: string[];
291
+ properties: {
292
+ discoveryOptions: {
293
+ type: string;
294
+ nullable: boolean;
295
+ required: string[];
296
+ properties: {
297
+ openApiSpecUrl: {
298
+ type: string;
299
+ nullable: boolean;
300
+ };
301
+ };
302
+ };
303
+ connectionOptions?: undefined;
304
+ apiKey?: undefined;
305
+ appKey?: undefined;
306
+ datadogRegion?: undefined;
307
+ newRelicRegion?: undefined;
308
+ clientId?: undefined;
309
+ domain?: undefined;
310
+ jwksUri?: undefined;
311
+ validations?: undefined;
312
+ verifyUri?: undefined;
313
+ region?: undefined;
314
+ userPoolId?: undefined;
315
+ appClientId?: undefined;
316
+ };
317
+ };
318
+ supportsExternalChanges?: undefined;
319
+ };
320
+ required?: undefined;
321
+ };
322
+ };
323
+ required?: undefined;
324
+ } | {
325
+ type: string;
326
+ properties: {
327
+ type: {
328
+ const: IntegrationType;
329
+ };
330
+ config: {
331
+ type: string;
332
+ required: string[];
333
+ properties: {
334
+ configuration: {
335
+ type: string;
336
+ nullable: boolean;
337
+ required: string[];
338
+ properties: {
339
+ connectionOptions: {
340
+ type: string;
341
+ nullable: boolean;
342
+ required: string[];
343
+ properties: {
344
+ baseUrl: {
345
+ type: string;
346
+ nullable: boolean;
347
+ format: string;
348
+ };
349
+ };
350
+ };
351
+ discoveryOptions?: undefined;
352
+ apiKey?: undefined;
353
+ appKey?: undefined;
354
+ datadogRegion?: undefined;
355
+ newRelicRegion?: undefined;
356
+ clientId?: undefined;
357
+ domain?: undefined;
358
+ jwksUri?: undefined;
359
+ validations?: undefined;
360
+ verifyUri?: undefined;
361
+ region?: undefined;
362
+ userPoolId?: undefined;
363
+ appClientId?: undefined;
364
+ };
365
+ };
366
+ supportsExternalChanges?: undefined;
367
+ };
368
+ };
369
+ };
370
+ required?: undefined;
371
+ } | {
372
+ type: string;
373
+ properties: {
374
+ type: {
375
+ const: IntegrationType;
376
+ };
377
+ config: {
378
+ type: string;
379
+ required: string[];
380
+ properties: {
381
+ configuration: {
382
+ type: string;
383
+ nullable: boolean;
384
+ required: string[];
385
+ properties: {
386
+ connectionOptions: {
387
+ type: string;
388
+ required: never[];
389
+ properties: {
390
+ account: {
391
+ type: string;
392
+ nullable: boolean;
393
+ };
394
+ username: {
395
+ type: string;
396
+ nullable: boolean;
397
+ };
398
+ database: {
399
+ type: string;
400
+ nullable: boolean;
401
+ };
402
+ schema: {
403
+ type: string;
404
+ nullable: boolean;
405
+ };
406
+ warehouse: {
407
+ type: string;
408
+ nullable: boolean;
409
+ };
410
+ role: {
411
+ type: string;
412
+ nullable: boolean;
413
+ };
414
+ secrets: {
415
+ type: string;
416
+ required: string[];
417
+ nullable: boolean;
418
+ properties: {
419
+ password: {
420
+ type: string;
421
+ nullable: boolean;
422
+ isSecret: {};
423
+ };
424
+ };
425
+ };
426
+ };
427
+ };
428
+ discoveryOptions?: undefined;
429
+ apiKey?: undefined;
430
+ appKey?: undefined;
431
+ datadogRegion?: undefined;
432
+ newRelicRegion?: undefined;
433
+ clientId?: undefined;
434
+ domain?: undefined;
435
+ jwksUri?: undefined;
436
+ validations?: undefined;
437
+ verifyUri?: undefined;
438
+ region?: undefined;
439
+ userPoolId?: undefined;
440
+ appClientId?: undefined;
441
+ };
442
+ };
443
+ supportsExternalChanges?: undefined;
444
+ };
445
+ };
446
+ };
447
+ required?: undefined;
448
+ } | {
449
+ type: string;
450
+ properties: {
451
+ type: {
452
+ const: IntegrationType;
453
+ };
454
+ config: {
455
+ type: string;
456
+ required: string[];
457
+ properties: {
458
+ configuration: {
459
+ type: string;
460
+ nullable: boolean;
461
+ required: string[];
462
+ properties: {
463
+ apiKey: {
464
+ type: string;
465
+ nullable: boolean;
466
+ isSecret: {};
467
+ };
468
+ appKey: {
469
+ type: string;
470
+ nullable: boolean;
471
+ isSecret: {};
472
+ };
473
+ datadogRegion: {
474
+ type: string;
475
+ nullable: boolean;
476
+ enum: string[];
477
+ };
478
+ connectionOptions?: undefined;
479
+ discoveryOptions?: undefined;
480
+ newRelicRegion?: undefined;
481
+ clientId?: undefined;
482
+ domain?: undefined;
483
+ jwksUri?: undefined;
484
+ validations?: undefined;
485
+ verifyUri?: undefined;
486
+ region?: undefined;
487
+ userPoolId?: undefined;
488
+ appClientId?: undefined;
489
+ };
490
+ };
491
+ supportsExternalChanges?: undefined;
492
+ };
493
+ };
494
+ };
495
+ required?: undefined;
496
+ } | {
497
+ type: string;
498
+ properties: {
499
+ type: {
500
+ const: IntegrationType;
501
+ };
502
+ config: {
503
+ type: string;
504
+ required: string[];
505
+ properties: {
506
+ configuration: {
507
+ type: string;
508
+ nullable: boolean;
509
+ required: string[];
510
+ properties: {
511
+ apiKey: {
512
+ type: string;
513
+ nullable: boolean;
514
+ isSecret: {};
515
+ };
516
+ newRelicRegion: {
517
+ type: string;
518
+ nullable: boolean;
519
+ enum: string[];
520
+ };
521
+ connectionOptions?: undefined;
522
+ discoveryOptions?: undefined;
523
+ appKey?: undefined;
524
+ datadogRegion?: undefined;
525
+ clientId?: undefined;
526
+ domain?: undefined;
527
+ jwksUri?: undefined;
528
+ validations?: undefined;
529
+ verifyUri?: undefined;
530
+ region?: undefined;
531
+ userPoolId?: undefined;
532
+ appClientId?: undefined;
533
+ };
534
+ };
535
+ supportsExternalChanges?: undefined;
536
+ };
537
+ };
538
+ };
539
+ required?: undefined;
540
+ } | {
541
+ type: string;
542
+ properties: {
543
+ type: {
544
+ const: IntegrationType;
545
+ };
546
+ config: {
547
+ type: string;
548
+ required: string[];
549
+ properties: {
550
+ configuration: {
551
+ type: string;
552
+ nullable: boolean;
553
+ required: string[];
554
+ properties: {
555
+ clientId: {
556
+ type: string;
557
+ nullable: boolean;
558
+ };
559
+ domain: {
560
+ type: string;
561
+ nullable: boolean;
562
+ };
563
+ connectionOptions?: undefined;
564
+ discoveryOptions?: undefined;
565
+ apiKey?: undefined;
566
+ appKey?: undefined;
567
+ datadogRegion?: undefined;
568
+ newRelicRegion?: undefined;
569
+ jwksUri?: undefined;
570
+ validations?: undefined;
571
+ verifyUri?: undefined;
572
+ region?: undefined;
573
+ userPoolId?: undefined;
574
+ appClientId?: undefined;
575
+ };
576
+ };
577
+ supportsExternalChanges?: undefined;
578
+ };
579
+ };
580
+ };
581
+ required?: undefined;
582
+ } | {
583
+ type: string;
584
+ properties: {
585
+ type: {
586
+ const: IntegrationType;
587
+ };
588
+ config: {
589
+ type: string;
590
+ required: string[];
591
+ properties: {
592
+ configuration: {
593
+ type: string;
594
+ nullable: boolean;
595
+ required: string[];
596
+ properties: {
597
+ jwksUri: {
598
+ type: string;
599
+ nullable: boolean;
600
+ };
601
+ validations: {
602
+ type: string;
603
+ nullable: boolean;
604
+ properties: {
605
+ iss: {
606
+ type: string;
607
+ nullable: boolean;
608
+ };
609
+ aud: {
610
+ type: string;
611
+ nullable: boolean;
612
+ };
613
+ };
614
+ };
615
+ connectionOptions?: undefined;
616
+ discoveryOptions?: undefined;
617
+ apiKey?: undefined;
618
+ appKey?: undefined;
619
+ datadogRegion?: undefined;
620
+ newRelicRegion?: undefined;
621
+ clientId?: undefined;
622
+ domain?: undefined;
623
+ verifyUri?: undefined;
624
+ region?: undefined;
625
+ userPoolId?: undefined;
626
+ appClientId?: undefined;
627
+ };
628
+ };
629
+ supportsExternalChanges?: undefined;
630
+ };
631
+ };
632
+ };
633
+ required?: undefined;
634
+ } | {
635
+ type: string;
636
+ properties: {
637
+ type: {
638
+ const: IntegrationType;
639
+ };
640
+ config: {
641
+ type: string;
642
+ required: string[];
643
+ properties: {
644
+ configuration: {
645
+ type: string;
646
+ nullable: boolean;
647
+ required: string[];
648
+ properties: {
649
+ verifyUri: {
650
+ type: string;
651
+ nullable: boolean;
652
+ };
653
+ connectionOptions?: undefined;
654
+ discoveryOptions?: undefined;
655
+ apiKey?: undefined;
656
+ appKey?: undefined;
657
+ datadogRegion?: undefined;
658
+ newRelicRegion?: undefined;
659
+ clientId?: undefined;
660
+ domain?: undefined;
661
+ jwksUri?: undefined;
662
+ validations?: undefined;
663
+ region?: undefined;
664
+ userPoolId?: undefined;
665
+ appClientId?: undefined;
666
+ };
667
+ };
668
+ supportsExternalChanges?: undefined;
669
+ };
670
+ };
671
+ };
672
+ required?: undefined;
673
+ } | {
674
+ type: string;
675
+ properties: {
676
+ type: {
677
+ const: IntegrationType;
678
+ };
679
+ config: {
680
+ type: string;
681
+ properties: {
682
+ configuration: {
683
+ type: string;
684
+ nullable: boolean;
685
+ required: never[];
686
+ properties: {
687
+ apiKey: {
688
+ type: string;
689
+ nullable: boolean;
690
+ isSecret?: undefined;
691
+ };
692
+ connectionOptions?: undefined;
693
+ discoveryOptions?: undefined;
694
+ appKey?: undefined;
695
+ datadogRegion?: undefined;
696
+ newRelicRegion?: undefined;
697
+ clientId?: undefined;
698
+ domain?: undefined;
699
+ jwksUri?: undefined;
700
+ validations?: undefined;
701
+ verifyUri?: undefined;
702
+ region?: undefined;
703
+ userPoolId?: undefined;
704
+ appClientId?: undefined;
705
+ };
706
+ };
707
+ supportsExternalChanges?: undefined;
708
+ };
709
+ required?: undefined;
710
+ };
711
+ };
712
+ required?: undefined;
713
+ } | {
714
+ type: string;
715
+ properties: {
716
+ type: {
717
+ const: IntegrationType;
718
+ };
719
+ config: {
720
+ type: string;
721
+ required: string[];
722
+ properties: {
723
+ configuration: {
724
+ type: string;
725
+ required: string[];
726
+ properties: {
727
+ region: {
728
+ type: string;
729
+ };
730
+ userPoolId: {
731
+ type: string;
732
+ };
733
+ appClientId: {
734
+ type: string;
735
+ };
736
+ connectionOptions?: undefined;
737
+ discoveryOptions?: undefined;
738
+ apiKey?: undefined;
739
+ appKey?: undefined;
740
+ datadogRegion?: undefined;
741
+ newRelicRegion?: undefined;
742
+ clientId?: undefined;
743
+ domain?: undefined;
744
+ jwksUri?: undefined;
745
+ validations?: undefined;
746
+ verifyUri?: undefined;
747
+ };
748
+ nullable?: undefined;
749
+ };
750
+ supportsExternalChanges?: undefined;
751
+ };
752
+ };
753
+ };
754
+ required?: undefined;
755
+ } | {
756
+ type: string;
757
+ properties: {
758
+ type: {
759
+ const: IntegrationType;
760
+ };
761
+ config: {
762
+ type: string;
763
+ required: string[];
764
+ properties: {
765
+ configuration: {
766
+ type: string;
767
+ required: string[];
768
+ properties: {
769
+ domain: {
770
+ type: string;
771
+ nullable?: undefined;
772
+ };
773
+ clientId: {
774
+ type: string;
775
+ nullable?: undefined;
776
+ };
777
+ connectionOptions?: undefined;
778
+ discoveryOptions?: undefined;
779
+ apiKey?: undefined;
780
+ appKey?: undefined;
781
+ datadogRegion?: undefined;
782
+ newRelicRegion?: undefined;
783
+ jwksUri?: undefined;
784
+ validations?: undefined;
785
+ verifyUri?: undefined;
786
+ region?: undefined;
787
+ userPoolId?: undefined;
788
+ appClientId?: undefined;
789
+ };
790
+ nullable?: undefined;
791
+ };
792
+ supportsExternalChanges?: undefined;
793
+ };
794
+ };
795
+ };
796
+ required?: undefined;
797
+ })[];
798
+ };
799
+ export declare const UpsertIntegrationSchemaRequestSchema: {
800
+ type: string;
801
+ required: string[];
802
+ properties: {
803
+ id: {
804
+ type: string;
805
+ nullable: boolean;
806
+ };
807
+ type: {
808
+ type: string;
809
+ nullable: boolean;
810
+ };
811
+ schema: {
812
+ oneOf: ({
813
+ type: string;
814
+ required: string[];
815
+ properties: {
816
+ type: {
817
+ const: IntegrationSchemaType;
818
+ };
819
+ collections: {
820
+ type: string;
821
+ nullable: boolean;
822
+ };
823
+ baseUrl?: undefined;
824
+ endpoints?: undefined;
825
+ introspection?: undefined;
826
+ };
827
+ } | {
828
+ type: string;
829
+ required: string[];
830
+ properties: {
831
+ type: {
832
+ const: IntegrationSchemaType;
833
+ };
834
+ baseUrl: {
835
+ type: string;
836
+ nullable: boolean;
837
+ };
838
+ endpoints: {
839
+ type: string;
840
+ nullable: boolean;
841
+ };
842
+ collections?: undefined;
843
+ introspection?: undefined;
844
+ };
845
+ } | {
846
+ type: string;
847
+ required: string[];
848
+ properties: {
849
+ type: {
850
+ const: IntegrationSchemaType;
851
+ };
852
+ introspection: {
853
+ type: string;
854
+ nullable: boolean;
855
+ };
856
+ collections?: undefined;
857
+ baseUrl?: undefined;
858
+ endpoints?: undefined;
859
+ };
860
+ })[];
861
+ };
862
+ };
863
+ };
864
+ export declare const DeleteIntegrationRequestSchema: {
865
+ type: string;
866
+ required: string[];
867
+ properties: {
868
+ integrationId: {
869
+ type: string;
870
+ nullable: boolean;
871
+ };
872
+ };
873
+ };
874
+ export declare const TestDataConnectionRequestSchema: {
875
+ type: string;
876
+ required: string[];
877
+ oneOf: ({
878
+ type: string;
879
+ required: string[];
880
+ properties: {
881
+ type: {
882
+ const: IntegrationType;
883
+ };
884
+ configuration: {
885
+ type: string;
886
+ required: string[];
887
+ properties: {
888
+ connectionOptions: {
889
+ type: string;
890
+ nullable: boolean;
891
+ required: string[];
892
+ properties: {
893
+ host: {
894
+ type: string;
895
+ nullable: boolean;
896
+ };
897
+ user: {
898
+ type: string;
899
+ nullable: boolean;
900
+ };
901
+ database: {
902
+ type: string;
903
+ nullable: boolean;
904
+ };
905
+ secrets: {
906
+ type: string;
907
+ required: string[];
908
+ nullable: boolean;
909
+ properties: {
910
+ password: {
911
+ type: string;
912
+ nullable: boolean;
913
+ isSecret: {};
914
+ };
915
+ };
916
+ };
917
+ connectionLimit: {
918
+ type: string;
919
+ nullable: boolean;
920
+ };
921
+ };
922
+ };
923
+ };
924
+ };
925
+ };
926
+ } | {
927
+ type: string;
928
+ required: string[];
929
+ properties: {
930
+ type: {
931
+ const: IntegrationType;
932
+ };
933
+ configuration: {
934
+ type: string;
935
+ required: string[];
936
+ properties: {
937
+ connectionOptions: {
938
+ type: string;
939
+ nullable: boolean;
940
+ required: string[];
941
+ properties: {
942
+ connectionString: {
943
+ type: string;
944
+ nullable: boolean;
945
+ };
946
+ user: {
947
+ type: string;
948
+ nullable: boolean;
949
+ };
950
+ secrets: {
951
+ type: string;
952
+ nullable: boolean;
953
+ properties: {
954
+ password: {
955
+ type: string;
956
+ nullable: boolean;
957
+ isSecret: {};
958
+ };
959
+ };
960
+ };
961
+ maxPoolSize: {
962
+ type: string;
963
+ nullable: boolean;
964
+ };
965
+ minPoolSize: {
966
+ type: string;
967
+ nullable: boolean;
968
+ };
969
+ socketTimeoutMS: {
970
+ type: string;
971
+ nullable: boolean;
972
+ };
973
+ keepAlive: {
974
+ type: string;
975
+ nullable: boolean;
976
+ };
977
+ directConnection: {
978
+ type: string;
979
+ nullable: boolean;
980
+ };
981
+ ssl: {
982
+ type: string;
983
+ nullable: boolean;
984
+ required: string[];
985
+ properties: {
986
+ certificateFile: {
987
+ type: string;
988
+ nullable: boolean;
989
+ };
990
+ validate: {
991
+ type: string;
992
+ nullable: boolean;
993
+ };
994
+ };
995
+ };
996
+ };
997
+ };
998
+ };
999
+ };
1000
+ };
1001
+ } | {
1002
+ type: string;
1003
+ required: string[];
1004
+ properties: {
1005
+ type: {
1006
+ const: IntegrationType;
1007
+ };
1008
+ configuration: {
1009
+ type: string;
1010
+ required: string[];
1011
+ properties: {
1012
+ connectionOptions: {
1013
+ type: string;
1014
+ required: never[];
1015
+ properties: {
1016
+ account: {
1017
+ type: string;
1018
+ nullable: boolean;
1019
+ };
1020
+ username: {
1021
+ type: string;
1022
+ nullable: boolean;
1023
+ };
1024
+ database: {
1025
+ type: string;
1026
+ nullable: boolean;
1027
+ };
1028
+ schema: {
1029
+ type: string;
1030
+ nullable: boolean;
1031
+ };
1032
+ warehouse: {
1033
+ type: string;
1034
+ nullable: boolean;
1035
+ };
1036
+ role: {
1037
+ type: string;
1038
+ nullable: boolean;
1039
+ };
1040
+ secrets: {
1041
+ type: string;
1042
+ required: string[];
1043
+ nullable: boolean;
1044
+ properties: {
1045
+ password: {
1046
+ type: string;
1047
+ nullable: boolean;
1048
+ isSecret: {};
1049
+ };
1050
+ };
1051
+ };
1052
+ };
1053
+ };
1054
+ };
1055
+ };
1056
+ };
1057
+ } | {
1058
+ type: string;
1059
+ required: string[];
1060
+ properties: {
1061
+ type: {
1062
+ const: IntegrationType;
1063
+ };
1064
+ configuration: {
1065
+ type: string;
1066
+ required: string[];
1067
+ properties: {
1068
+ connectionOptions: {
1069
+ type: string;
1070
+ nullable: boolean;
1071
+ required: string[];
1072
+ properties: {
1073
+ baseUrl: {
1074
+ type: string;
1075
+ nullable: boolean;
1076
+ format: string;
1077
+ };
1078
+ };
1079
+ };
1080
+ };
1081
+ };
1082
+ };
1083
+ })[];
1084
+ };
1085
+ export declare const DiscoverDataConnectionSchemaRequestSchema: {
1086
+ type: string;
1087
+ required: string[];
1088
+ oneOf: ({
1089
+ type: string;
1090
+ required: string[];
1091
+ properties: {
1092
+ integrationType: {
1093
+ const: IntegrationType;
1094
+ };
1095
+ connectionOptions: {
1096
+ type: string;
1097
+ nullable: boolean;
1098
+ required: string[];
1099
+ properties: {
1100
+ host: {
1101
+ type: string;
1102
+ nullable: boolean;
1103
+ };
1104
+ user: {
1105
+ type: string;
1106
+ nullable: boolean;
1107
+ };
1108
+ database: {
1109
+ type: string;
1110
+ nullable: boolean;
1111
+ };
1112
+ secrets: {
1113
+ type: string;
1114
+ required: string[];
1115
+ nullable: boolean;
1116
+ properties: {
1117
+ password: {
1118
+ type: string;
1119
+ nullable: boolean;
1120
+ isSecret: {};
1121
+ };
1122
+ };
1123
+ };
1124
+ connectionLimit: {
1125
+ type: string;
1126
+ nullable: boolean;
1127
+ };
1128
+ };
1129
+ };
1130
+ };
1131
+ } | {
1132
+ type: string;
1133
+ required: string[];
1134
+ properties: {
1135
+ integrationType: {
1136
+ const: IntegrationType;
1137
+ };
1138
+ connectionOptions: {
1139
+ type: string;
1140
+ required: never[];
1141
+ properties: {
1142
+ account: {
1143
+ type: string;
1144
+ nullable: boolean;
1145
+ };
1146
+ username: {
1147
+ type: string;
1148
+ nullable: boolean;
1149
+ };
1150
+ database: {
1151
+ type: string;
1152
+ nullable: boolean;
1153
+ };
1154
+ schema: {
1155
+ type: string;
1156
+ nullable: boolean;
1157
+ };
1158
+ warehouse: {
1159
+ type: string;
1160
+ nullable: boolean;
1161
+ };
1162
+ role: {
1163
+ type: string;
1164
+ nullable: boolean;
1165
+ };
1166
+ secrets: {
1167
+ type: string;
1168
+ required: string[];
1169
+ nullable: boolean;
1170
+ properties: {
1171
+ password: {
1172
+ type: string;
1173
+ nullable: boolean;
1174
+ isSecret: {};
1175
+ };
1176
+ };
1177
+ };
1178
+ };
1179
+ };
1180
+ };
1181
+ } | {
1182
+ type: string;
1183
+ required: string[];
1184
+ properties: {
1185
+ integrationType: {
1186
+ const: IntegrationType;
1187
+ };
1188
+ connectionOptions: {
1189
+ type: string;
1190
+ nullable: boolean;
1191
+ required: string[];
1192
+ properties: {
1193
+ connectionString: {
1194
+ type: string;
1195
+ nullable: boolean;
1196
+ };
1197
+ user: {
1198
+ type: string;
1199
+ nullable: boolean;
1200
+ };
1201
+ secrets: {
1202
+ type: string;
1203
+ nullable: boolean;
1204
+ properties: {
1205
+ password: {
1206
+ type: string;
1207
+ nullable: boolean;
1208
+ isSecret: {};
1209
+ };
1210
+ };
1211
+ };
1212
+ maxPoolSize: {
1213
+ type: string;
1214
+ nullable: boolean;
1215
+ };
1216
+ minPoolSize: {
1217
+ type: string;
1218
+ nullable: boolean;
1219
+ };
1220
+ socketTimeoutMS: {
1221
+ type: string;
1222
+ nullable: boolean;
1223
+ };
1224
+ keepAlive: {
1225
+ type: string;
1226
+ nullable: boolean;
1227
+ };
1228
+ directConnection: {
1229
+ type: string;
1230
+ nullable: boolean;
1231
+ };
1232
+ ssl: {
1233
+ type: string;
1234
+ nullable: boolean;
1235
+ required: string[];
1236
+ properties: {
1237
+ certificateFile: {
1238
+ type: string;
1239
+ nullable: boolean;
1240
+ };
1241
+ validate: {
1242
+ type: string;
1243
+ nullable: boolean;
1244
+ };
1245
+ };
1246
+ };
1247
+ };
1248
+ };
1249
+ };
1250
+ } | {
1251
+ type: string;
1252
+ properties: {
1253
+ integrationType: {
1254
+ const: IntegrationType;
1255
+ };
1256
+ connectionOptions?: undefined;
1257
+ };
1258
+ required?: undefined;
1259
+ })[];
1260
+ };
1261
+ export declare const DiscoverGraphQLConnectionSchemaRequestSchema: {
1262
+ type: string;
1263
+ required: string[];
1264
+ properties: {
1265
+ integrationType: {
1266
+ const: IntegrationType;
1267
+ };
1268
+ connectionOptions: {
1269
+ type: string;
1270
+ nullable: boolean;
1271
+ required: string[];
1272
+ properties: {
1273
+ baseUrl: {
1274
+ type: string;
1275
+ nullable: boolean;
1276
+ format: string;
1277
+ };
1278
+ };
1279
+ };
1280
+ };
1281
+ };
1282
+ export declare const UpdateAllowedHostsRequestSchema: {
1283
+ type: string;
1284
+ required: string[];
1285
+ properties: {
1286
+ allowedHosts: {
1287
+ type: string;
1288
+ nullable: boolean;
1289
+ minItems: number;
1290
+ items: {
1291
+ type: string;
1292
+ nullable: boolean;
1293
+ };
1294
+ };
1295
+ };
1296
+ };
1297
+ export declare const DiscoverOpenApiSchemaRequestSchema: {
1298
+ type: string;
1299
+ required: string[];
1300
+ properties: {
1301
+ discoveryOptions: {
1302
+ type: string;
1303
+ required: string[];
1304
+ properties: {
1305
+ openApiSpecUrl: {
1306
+ type: string;
1307
+ format: string;
1308
+ };
1309
+ };
1310
+ };
1311
+ };
1312
+ };