@squidcloud/local-backend 1.0.142 → 1.0.143

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 (173) hide show
  1. package/dist/common/src/ai-assistant.types.d.ts +34 -128
  2. package/dist/common/src/ai-assistant.types.js +2 -17
  3. package/dist/common/src/ai-assistant.types.js.map +1 -1
  4. package/dist/common/src/ai-chatbot.context.d.ts +13 -0
  5. package/dist/common/src/{ai-assistant.context.js → ai-chatbot.context.js} +20 -20
  6. package/dist/common/src/ai-chatbot.context.js.map +1 -0
  7. package/dist/common/src/ai-chatbot.schemas.d.ts +18 -0
  8. package/dist/common/src/ai-chatbot.schemas.js +22 -0
  9. package/dist/common/src/ai-chatbot.schemas.js.map +1 -0
  10. package/dist/common/src/ai-chatbot.types.d.ts +121 -0
  11. package/dist/common/src/ai-chatbot.types.js +18 -0
  12. package/dist/common/src/ai-chatbot.types.js.map +1 -0
  13. package/dist/common/src/api-call.context.d.ts +13 -13
  14. package/dist/common/src/api-call.context.js +16 -16
  15. package/dist/common/src/api.types.d.ts +22 -22
  16. package/dist/common/src/api.types.js +2 -2
  17. package/dist/common/src/application.schemas.d.ts +1648 -1648
  18. package/dist/common/src/application.schemas.js +1001 -1001
  19. package/dist/common/src/application.schemas.js.map +1 -1
  20. package/dist/common/src/application.types.d.ts +193 -193
  21. package/dist/common/src/application.types.js +89 -89
  22. package/dist/common/src/backend-function.schemas.d.ts +3 -3
  23. package/dist/common/src/backend-function.schemas.js +11 -11
  24. package/dist/common/src/backend-function.types.d.ts +4 -4
  25. package/dist/common/src/backend-function.types.js +2 -2
  26. package/dist/common/src/backend-run.types.d.ts +54 -54
  27. package/dist/common/src/backend-run.types.js +95 -95
  28. package/dist/common/src/backend-run.types.js.map +1 -1
  29. package/dist/common/src/bundle-api.types.d.ts +69 -68
  30. package/dist/common/src/bundle-api.types.js +2 -2
  31. package/dist/common/src/bundle-data.types.d.ts +74 -61
  32. package/dist/common/src/bundle-data.types.js +2 -2
  33. package/dist/common/src/communication.types.d.ts +19 -19
  34. package/dist/common/src/communication.types.js +40 -40
  35. package/dist/common/src/context.types.d.ts +24 -24
  36. package/dist/common/src/context.types.js +2 -2
  37. package/dist/common/src/distributed-lock.context.d.ts +4 -4
  38. package/dist/common/src/distributed-lock.context.js +9 -9
  39. package/dist/common/src/document.types.d.ts +32 -32
  40. package/dist/common/src/document.types.js +50 -50
  41. package/dist/common/src/graphql.context.d.ts +14 -14
  42. package/dist/common/src/graphql.context.js +12 -12
  43. package/dist/common/src/graphql.types.d.ts +11 -11
  44. package/dist/common/src/graphql.types.js +34 -34
  45. package/dist/common/src/heartbeat.types.d.ts +4 -4
  46. package/dist/common/src/heartbeat.types.js +16 -16
  47. package/dist/common/src/http-status.enum.d.ts +50 -50
  48. package/dist/common/src/http-status.enum.js +54 -54
  49. package/dist/common/src/index.d.ts +57 -56
  50. package/dist/common/src/index.js +73 -72
  51. package/dist/common/src/index.js.map +1 -1
  52. package/dist/common/src/integrations/ai_chatbot.types.d.ts +31 -0
  53. package/dist/common/src/integrations/{ai_assistant.types.js → ai_chatbot.types.js} +3 -3
  54. package/dist/common/src/integrations/ai_chatbot.types.js.map +1 -0
  55. package/dist/common/src/integrations/api.types.d.ts +80 -80
  56. package/dist/common/src/integrations/api.types.js +2 -2
  57. package/dist/common/src/integrations/auth.types.d.ts +39 -39
  58. package/dist/common/src/integrations/auth.types.js +2 -2
  59. package/dist/common/src/integrations/database.types.d.ts +274 -274
  60. package/dist/common/src/integrations/database.types.js +2 -2
  61. package/dist/common/src/integrations/index.d.ts +134 -134
  62. package/dist/common/src/integrations/index.js +119 -119
  63. package/dist/common/src/integrations/index.js.map +1 -1
  64. package/dist/common/src/integrations/observability.types.d.ts +23 -23
  65. package/dist/common/src/integrations/observability.types.js +23 -23
  66. package/dist/common/src/logger.types.d.ts +21 -21
  67. package/dist/common/src/logger.types.js +11 -11
  68. package/dist/common/src/metrics.types.d.ts +73 -73
  69. package/dist/common/src/metrics.types.js +11 -11
  70. package/dist/common/src/mutation.context.d.ts +13 -13
  71. package/dist/common/src/mutation.context.js +26 -26
  72. package/dist/common/src/mutation.schemas.d.ts +5 -5
  73. package/dist/common/src/mutation.schemas.js +114 -114
  74. package/dist/common/src/mutation.types.d.ts +63 -63
  75. package/dist/common/src/mutation.types.js +142 -142
  76. package/dist/common/src/named-query.context.d.ts +4 -4
  77. package/dist/common/src/named-query.context.js +9 -9
  78. package/dist/common/src/named-query.schemas.d.ts +3 -3
  79. package/dist/common/src/named-query.schemas.js +13 -13
  80. package/dist/common/src/named-query.types.d.ts +8 -8
  81. package/dist/common/src/named-query.types.js +2 -2
  82. package/dist/common/src/native-query.context.d.ts +7 -7
  83. package/dist/common/src/native-query.context.js +11 -11
  84. package/dist/common/src/native-query.types.d.ts +16 -16
  85. package/dist/common/src/native-query.types.js +2 -2
  86. package/dist/common/src/query/base-query-builder.d.ts +38 -38
  87. package/dist/common/src/query/base-query-builder.js +39 -39
  88. package/dist/common/src/query/index.d.ts +4 -4
  89. package/dist/common/src/query/index.js +20 -20
  90. package/dist/common/src/query/pagination.d.ts +46 -46
  91. package/dist/common/src/query/pagination.js +211 -211
  92. package/dist/common/src/query/query-context.d.ts +47 -47
  93. package/dist/common/src/query/query-context.js +159 -159
  94. package/dist/common/src/query/serialized-query.types.d.ts +24 -24
  95. package/dist/common/src/query/serialized-query.types.js +2 -2
  96. package/dist/common/src/query.types.d.ts +86 -86
  97. package/dist/common/src/query.types.js +171 -171
  98. package/dist/common/src/regions.d.ts +21 -21
  99. package/dist/common/src/regions.js +46 -46
  100. package/dist/common/src/schema/schema.types.d.ts +30 -30
  101. package/dist/common/src/schema/schema.types.js +173 -173
  102. package/dist/common/src/secret.schemas.d.ts +4 -4
  103. package/dist/common/src/secret.schemas.js +17 -17
  104. package/dist/common/src/secret.types.d.ts +68 -68
  105. package/dist/common/src/secret.types.js +5 -5
  106. package/dist/common/src/security.types.d.ts +3 -3
  107. package/dist/common/src/security.types.js +2 -2
  108. package/dist/common/src/socket.schemas.d.ts +3 -3
  109. package/dist/common/src/socket.schemas.js +57 -57
  110. package/dist/common/src/socket.types.d.ts +126 -126
  111. package/dist/common/src/socket.types.js +9 -9
  112. package/dist/common/src/time-units.d.ts +5 -5
  113. package/dist/common/src/time-units.js +8 -8
  114. package/dist/common/src/trigger.types.d.ts +15 -15
  115. package/dist/common/src/trigger.types.js +2 -2
  116. package/dist/common/src/types.d.ts +21 -21
  117. package/dist/common/src/types.js +2 -2
  118. package/dist/common/src/utils/array.d.ts +8 -8
  119. package/dist/common/src/utils/array.js +54 -54
  120. package/dist/common/src/utils/assert.d.ts +3 -3
  121. package/dist/common/src/utils/assert.js +14 -14
  122. package/dist/common/src/utils/error.d.ts +4 -4
  123. package/dist/common/src/utils/error.js +10 -10
  124. package/dist/common/src/utils/global.utils.d.ts +11 -11
  125. package/dist/common/src/utils/global.utils.js +50 -50
  126. package/dist/common/src/utils/http.d.ts +2 -2
  127. package/dist/common/src/utils/http.js +51 -51
  128. package/dist/common/src/utils/id.d.ts +2 -2
  129. package/dist/common/src/utils/id.js +21 -21
  130. package/dist/common/src/utils/lock.manager.d.ts +9 -9
  131. package/dist/common/src/utils/lock.manager.js +39 -39
  132. package/dist/common/src/utils/object.d.ts +5 -5
  133. package/dist/common/src/utils/object.js +75 -75
  134. package/dist/common/src/utils/serialization.d.ts +6 -6
  135. package/dist/common/src/utils/serialization.js +77 -77
  136. package/dist/common/src/utils/transforms.d.ts +18 -18
  137. package/dist/common/src/utils/transforms.js +104 -104
  138. package/dist/common/src/utils/url.d.ts +1 -1
  139. package/dist/common/src/utils/url.js +15 -15
  140. package/dist/common/src/utils/validation.d.ts +17 -17
  141. package/dist/common/src/utils/validation.js +209 -209
  142. package/dist/common/src/webhook-response.d.ts +6 -6
  143. package/dist/common/src/webhook-response.js +2 -2
  144. package/dist/common/src/websocket.impl.d.ts +21 -21
  145. package/dist/common/src/websocket.impl.js +79 -79
  146. package/dist/internal-common/src/code-executor.types.d.ts +13 -13
  147. package/dist/internal-common/src/code-executor.types.js +2 -2
  148. package/dist/internal-common/src/local-dev.types.d.ts +35 -35
  149. package/dist/internal-common/src/local-dev.types.js +2 -2
  150. package/dist/internal-common/src/utils/logger-utils.d.ts +3 -3
  151. package/dist/internal-common/src/utils/logger-utils.js +28 -28
  152. package/dist/local-backend/package.json +50 -57
  153. package/dist/local-backend/src/index.d.ts +4 -4
  154. package/dist/local-backend/src/index.js +26 -26
  155. package/dist/local-backend/src/local-backend-socket.service.d.ts +18 -18
  156. package/dist/local-backend/src/local-backend-socket.service.js +108 -108
  157. package/dist/local-backend/src/local-backend.app.d.ts +2 -2
  158. package/dist/local-backend/src/local-backend.app.js +19 -19
  159. package/dist/local-backend/src/local-backend.controller.d.ts +8 -8
  160. package/dist/local-backend/src/local-backend.controller.js +49 -49
  161. package/dist/local-backend/src/local-backend.module.d.ts +8 -8
  162. package/dist/local-backend/src/local-backend.module.js +53 -53
  163. package/dist/local-backend/src/local-backend.service.d.ts +15 -15
  164. package/dist/local-backend/src/local-backend.service.js +176 -176
  165. package/dist/tsconfig.build.tsbuildinfo +1 -1
  166. package/package.json +2 -9
  167. package/dist/common/src/ai-assistant.context.d.ts +0 -13
  168. package/dist/common/src/ai-assistant.context.js.map +0 -1
  169. package/dist/common/src/ai-assistant.schemas.d.ts +0 -243
  170. package/dist/common/src/ai-assistant.schemas.js +0 -211
  171. package/dist/common/src/ai-assistant.schemas.js.map +0 -1
  172. package/dist/common/src/integrations/ai_assistant.types.d.ts +0 -31
  173. package/dist/common/src/integrations/ai_assistant.types.js.map +0 -1
@@ -1,1648 +1,1648 @@
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
- supportsExternalChanges: {
107
- type: string;
108
- nullable: boolean;
109
- };
110
- configuration: {
111
- type: string;
112
- nullable: boolean;
113
- required: string[];
114
- properties: {
115
- connectionOptions: {
116
- type: string;
117
- nullable: boolean;
118
- required: string[];
119
- properties: {
120
- projectId: {
121
- type: string;
122
- nullable: boolean;
123
- };
124
- datasetId: {
125
- type: string;
126
- nullable: boolean;
127
- };
128
- email: {
129
- type: string;
130
- nullable: boolean;
131
- };
132
- secrets: {
133
- type: string;
134
- required: string[];
135
- nullable: boolean;
136
- properties: {
137
- privateKey: {
138
- type: string;
139
- nullable: boolean;
140
- isSecret: {};
141
- };
142
- };
143
- };
144
- };
145
- };
146
- discoveryOptions?: undefined;
147
- apiKey?: undefined;
148
- appKey?: undefined;
149
- datadogRegion?: undefined;
150
- newRelicRegion?: undefined;
151
- clientId?: undefined;
152
- domain?: undefined;
153
- jwksUri?: undefined;
154
- validations?: undefined;
155
- verifyUri?: undefined;
156
- region?: undefined;
157
- userPoolId?: undefined;
158
- appClientId?: undefined;
159
- };
160
- };
161
- };
162
- };
163
- };
164
- required?: undefined;
165
- } | {
166
- type: string;
167
- properties: {
168
- type: {
169
- const: IntegrationType;
170
- };
171
- config: {
172
- type: string;
173
- required: string[];
174
- properties: {
175
- supportsExternalChanges: {
176
- type: string;
177
- nullable: boolean;
178
- };
179
- configuration: {
180
- type: string;
181
- nullable: boolean;
182
- required: string[];
183
- properties: {
184
- connectionOptions: {
185
- type: string;
186
- nullable: boolean;
187
- required: string[];
188
- properties: {
189
- brokerUrl: {
190
- type: string;
191
- nullable: boolean;
192
- };
193
- controllerUrl: {
194
- type: string;
195
- nullable: boolean;
196
- };
197
- user: {
198
- type: string;
199
- nullable: boolean;
200
- };
201
- secrets: {
202
- type: string;
203
- required: string[];
204
- nullable: boolean;
205
- properties: {
206
- password: {
207
- type: string;
208
- nullable: boolean;
209
- isSecret: {};
210
- };
211
- };
212
- };
213
- connectionLimit: {
214
- type: string;
215
- nullable: boolean;
216
- };
217
- };
218
- };
219
- discoveryOptions?: undefined;
220
- apiKey?: undefined;
221
- appKey?: undefined;
222
- datadogRegion?: undefined;
223
- newRelicRegion?: undefined;
224
- clientId?: undefined;
225
- domain?: undefined;
226
- jwksUri?: undefined;
227
- validations?: undefined;
228
- verifyUri?: undefined;
229
- region?: undefined;
230
- userPoolId?: undefined;
231
- appClientId?: undefined;
232
- };
233
- };
234
- };
235
- };
236
- };
237
- required?: undefined;
238
- } | {
239
- type: string;
240
- properties: {
241
- type: {
242
- const: IntegrationType;
243
- };
244
- config: {
245
- type: string;
246
- required: string[];
247
- properties: {
248
- configuration: {
249
- type: string;
250
- nullable: boolean;
251
- required: string[];
252
- properties: {
253
- connectionOptions: {
254
- type: string;
255
- nullable: boolean;
256
- required: string[];
257
- properties: {
258
- host: {
259
- type: string;
260
- nullable: boolean;
261
- };
262
- user: {
263
- type: string;
264
- nullable: boolean;
265
- };
266
- database: {
267
- type: string;
268
- nullable: boolean;
269
- };
270
- schema: {
271
- type: string;
272
- nullable: boolean;
273
- };
274
- sslEnabled: {
275
- type: string;
276
- nullable: boolean;
277
- };
278
- secrets: {
279
- type: string;
280
- required: string[];
281
- nullable: boolean;
282
- properties: {
283
- password: {
284
- type: string;
285
- nullable: boolean;
286
- isSecret: {};
287
- };
288
- sslCertificate: {
289
- type: string;
290
- nullable: boolean;
291
- isSecret: {};
292
- };
293
- };
294
- };
295
- connectionLimit: {
296
- type: string;
297
- nullable: boolean;
298
- };
299
- };
300
- };
301
- discoveryOptions?: undefined;
302
- apiKey?: undefined;
303
- appKey?: undefined;
304
- datadogRegion?: undefined;
305
- newRelicRegion?: undefined;
306
- clientId?: undefined;
307
- domain?: undefined;
308
- jwksUri?: undefined;
309
- validations?: undefined;
310
- verifyUri?: undefined;
311
- region?: undefined;
312
- userPoolId?: undefined;
313
- appClientId?: undefined;
314
- };
315
- };
316
- supportsExternalChanges?: undefined;
317
- };
318
- };
319
- };
320
- required?: undefined;
321
- } | {
322
- type: string;
323
- properties: {
324
- type: {
325
- const: IntegrationType;
326
- };
327
- config: {
328
- type: string;
329
- required: string[];
330
- properties: {
331
- supportsExternalChanges: {
332
- type: string;
333
- nullable: boolean;
334
- };
335
- configuration: {
336
- type: string;
337
- nullable: boolean;
338
- required: string[];
339
- properties: {
340
- connectionOptions: {
341
- type: string;
342
- nullable: boolean;
343
- required: string[];
344
- properties: {
345
- connectionString: {
346
- type: string;
347
- nullable: boolean;
348
- };
349
- user: {
350
- type: string;
351
- nullable: boolean;
352
- };
353
- secrets: {
354
- type: string;
355
- nullable: boolean;
356
- properties: {
357
- password: {
358
- type: string;
359
- nullable: boolean;
360
- isSecret: {};
361
- };
362
- };
363
- };
364
- maxPoolSize: {
365
- type: string;
366
- nullable: boolean;
367
- };
368
- minPoolSize: {
369
- type: string;
370
- nullable: boolean;
371
- };
372
- socketTimeoutMS: {
373
- type: string;
374
- nullable: boolean;
375
- };
376
- keepAlive: {
377
- type: string;
378
- nullable: boolean;
379
- };
380
- directConnection: {
381
- type: string;
382
- nullable: boolean;
383
- };
384
- ssl: {
385
- type: string;
386
- nullable: boolean;
387
- required: string[];
388
- properties: {
389
- certificateFile: {
390
- type: string;
391
- nullable: boolean;
392
- };
393
- validate: {
394
- type: string;
395
- nullable: boolean;
396
- };
397
- };
398
- };
399
- };
400
- };
401
- discoveryOptions?: undefined;
402
- apiKey?: undefined;
403
- appKey?: undefined;
404
- datadogRegion?: undefined;
405
- newRelicRegion?: undefined;
406
- clientId?: undefined;
407
- domain?: undefined;
408
- jwksUri?: undefined;
409
- validations?: undefined;
410
- verifyUri?: undefined;
411
- region?: undefined;
412
- userPoolId?: undefined;
413
- appClientId?: undefined;
414
- };
415
- };
416
- };
417
- };
418
- };
419
- required?: undefined;
420
- } | {
421
- type: string;
422
- properties: {
423
- type: {
424
- const: IntegrationType;
425
- };
426
- config: {
427
- type: string;
428
- properties: {
429
- configuration: {
430
- type: string;
431
- nullable: boolean;
432
- required: string[];
433
- properties: {
434
- discoveryOptions: {
435
- type: string;
436
- nullable: boolean;
437
- properties: {
438
- openApiSpecUrl: {
439
- type: string;
440
- nullable: boolean;
441
- };
442
- };
443
- };
444
- connectionOptions?: undefined;
445
- apiKey?: undefined;
446
- appKey?: undefined;
447
- datadogRegion?: undefined;
448
- newRelicRegion?: undefined;
449
- clientId?: undefined;
450
- domain?: undefined;
451
- jwksUri?: undefined;
452
- validations?: undefined;
453
- verifyUri?: undefined;
454
- region?: undefined;
455
- userPoolId?: undefined;
456
- appClientId?: undefined;
457
- };
458
- };
459
- supportsExternalChanges?: undefined;
460
- };
461
- required?: undefined;
462
- };
463
- };
464
- required?: undefined;
465
- } | {
466
- type: string;
467
- properties: {
468
- type: {
469
- const: IntegrationType;
470
- };
471
- config: {
472
- type: string;
473
- required: string[];
474
- properties: {
475
- configuration: {
476
- type: string;
477
- nullable: boolean;
478
- required: string[];
479
- properties: {
480
- connectionOptions: {
481
- type: string;
482
- nullable: boolean;
483
- required: string[];
484
- properties: {
485
- baseUrl: {
486
- type: string;
487
- nullable: boolean;
488
- format: string;
489
- };
490
- };
491
- };
492
- discoveryOptions?: undefined;
493
- apiKey?: undefined;
494
- appKey?: undefined;
495
- datadogRegion?: undefined;
496
- newRelicRegion?: undefined;
497
- clientId?: undefined;
498
- domain?: undefined;
499
- jwksUri?: undefined;
500
- validations?: undefined;
501
- verifyUri?: undefined;
502
- region?: undefined;
503
- userPoolId?: undefined;
504
- appClientId?: undefined;
505
- };
506
- };
507
- supportsExternalChanges?: undefined;
508
- };
509
- };
510
- };
511
- required?: undefined;
512
- } | {
513
- type: string;
514
- properties: {
515
- type: {
516
- const: IntegrationType;
517
- };
518
- config: {
519
- type: string;
520
- required: string[];
521
- properties: {
522
- configuration: {
523
- type: string;
524
- nullable: boolean;
525
- required: string[];
526
- properties: {
527
- connectionOptions: {
528
- type: string;
529
- required: never[];
530
- properties: {
531
- account: {
532
- type: string;
533
- nullable: boolean;
534
- };
535
- username: {
536
- type: string;
537
- nullable: boolean;
538
- };
539
- database: {
540
- type: string;
541
- nullable: boolean;
542
- };
543
- schema: {
544
- type: string;
545
- nullable: boolean;
546
- };
547
- warehouse: {
548
- type: string;
549
- nullable: boolean;
550
- };
551
- role: {
552
- type: string;
553
- nullable: boolean;
554
- };
555
- secrets: {
556
- type: string;
557
- required: string[];
558
- nullable: boolean;
559
- properties: {
560
- password: {
561
- type: string;
562
- nullable: boolean;
563
- isSecret: {};
564
- };
565
- };
566
- };
567
- };
568
- };
569
- discoveryOptions?: undefined;
570
- apiKey?: undefined;
571
- appKey?: undefined;
572
- datadogRegion?: undefined;
573
- newRelicRegion?: undefined;
574
- clientId?: undefined;
575
- domain?: undefined;
576
- jwksUri?: undefined;
577
- validations?: undefined;
578
- verifyUri?: undefined;
579
- region?: undefined;
580
- userPoolId?: undefined;
581
- appClientId?: undefined;
582
- };
583
- };
584
- supportsExternalChanges?: undefined;
585
- };
586
- };
587
- };
588
- required?: undefined;
589
- } | {
590
- type: string;
591
- properties: {
592
- type: {
593
- const: IntegrationType;
594
- };
595
- config: {
596
- type: string;
597
- required: string[];
598
- properties: {
599
- configuration: {
600
- type: string;
601
- nullable: boolean;
602
- required: string[];
603
- properties: {
604
- apiKey: {
605
- type: string;
606
- nullable: boolean;
607
- isSecret: {};
608
- };
609
- appKey: {
610
- type: string;
611
- nullable: boolean;
612
- isSecret: {};
613
- };
614
- datadogRegion: {
615
- type: string;
616
- nullable: boolean;
617
- enum: string[];
618
- };
619
- connectionOptions?: undefined;
620
- discoveryOptions?: undefined;
621
- newRelicRegion?: undefined;
622
- clientId?: undefined;
623
- domain?: undefined;
624
- jwksUri?: undefined;
625
- validations?: undefined;
626
- verifyUri?: undefined;
627
- region?: undefined;
628
- userPoolId?: undefined;
629
- appClientId?: undefined;
630
- };
631
- };
632
- supportsExternalChanges?: undefined;
633
- };
634
- };
635
- };
636
- required?: undefined;
637
- } | {
638
- type: string;
639
- properties: {
640
- type: {
641
- const: IntegrationType;
642
- };
643
- config: {
644
- type: string;
645
- required: string[];
646
- properties: {
647
- configuration: {
648
- type: string;
649
- nullable: boolean;
650
- required: string[];
651
- properties: {
652
- apiKey: {
653
- type: string;
654
- nullable: boolean;
655
- isSecret: {};
656
- };
657
- newRelicRegion: {
658
- type: string;
659
- nullable: boolean;
660
- enum: string[];
661
- };
662
- connectionOptions?: undefined;
663
- discoveryOptions?: undefined;
664
- appKey?: undefined;
665
- datadogRegion?: undefined;
666
- clientId?: undefined;
667
- domain?: undefined;
668
- jwksUri?: undefined;
669
- validations?: undefined;
670
- verifyUri?: undefined;
671
- region?: undefined;
672
- userPoolId?: undefined;
673
- appClientId?: undefined;
674
- };
675
- };
676
- supportsExternalChanges?: undefined;
677
- };
678
- };
679
- };
680
- required?: undefined;
681
- } | {
682
- type: string;
683
- properties: {
684
- type: {
685
- const: IntegrationType;
686
- };
687
- config: {
688
- type: string;
689
- required: string[];
690
- properties: {
691
- configuration: {
692
- type: string;
693
- nullable: boolean;
694
- required: string[];
695
- properties: {
696
- clientId: {
697
- type: string;
698
- nullable: boolean;
699
- };
700
- domain: {
701
- type: string;
702
- nullable: boolean;
703
- };
704
- connectionOptions?: undefined;
705
- discoveryOptions?: undefined;
706
- apiKey?: undefined;
707
- appKey?: undefined;
708
- datadogRegion?: undefined;
709
- newRelicRegion?: undefined;
710
- jwksUri?: undefined;
711
- validations?: undefined;
712
- verifyUri?: undefined;
713
- region?: undefined;
714
- userPoolId?: undefined;
715
- appClientId?: undefined;
716
- };
717
- };
718
- supportsExternalChanges?: undefined;
719
- };
720
- };
721
- };
722
- required?: undefined;
723
- } | {
724
- type: string;
725
- properties: {
726
- type: {
727
- const: IntegrationType;
728
- };
729
- config: {
730
- type: string;
731
- required: string[];
732
- properties: {
733
- configuration: {
734
- type: string;
735
- nullable: boolean;
736
- required: string[];
737
- properties: {
738
- jwksUri: {
739
- type: string;
740
- nullable: boolean;
741
- };
742
- validations: {
743
- type: string;
744
- nullable: boolean;
745
- properties: {
746
- iss: {
747
- type: string;
748
- nullable: boolean;
749
- };
750
- aud: {
751
- type: string;
752
- nullable: boolean;
753
- };
754
- };
755
- };
756
- connectionOptions?: undefined;
757
- discoveryOptions?: undefined;
758
- apiKey?: undefined;
759
- appKey?: undefined;
760
- datadogRegion?: undefined;
761
- newRelicRegion?: undefined;
762
- clientId?: undefined;
763
- domain?: undefined;
764
- verifyUri?: undefined;
765
- region?: undefined;
766
- userPoolId?: undefined;
767
- appClientId?: undefined;
768
- };
769
- };
770
- supportsExternalChanges?: undefined;
771
- };
772
- };
773
- };
774
- required?: undefined;
775
- } | {
776
- type: string;
777
- properties: {
778
- type: {
779
- const: IntegrationType;
780
- };
781
- config: {
782
- type: string;
783
- required: string[];
784
- properties: {
785
- configuration: {
786
- type: string;
787
- nullable: boolean;
788
- required: string[];
789
- properties: {
790
- verifyUri: {
791
- type: string;
792
- nullable: boolean;
793
- };
794
- connectionOptions?: undefined;
795
- discoveryOptions?: undefined;
796
- apiKey?: undefined;
797
- appKey?: undefined;
798
- datadogRegion?: undefined;
799
- newRelicRegion?: undefined;
800
- clientId?: undefined;
801
- domain?: undefined;
802
- jwksUri?: undefined;
803
- validations?: undefined;
804
- region?: undefined;
805
- userPoolId?: undefined;
806
- appClientId?: undefined;
807
- };
808
- };
809
- supportsExternalChanges?: undefined;
810
- };
811
- };
812
- };
813
- required?: undefined;
814
- } | {
815
- type: string;
816
- properties: {
817
- type: {
818
- const: IntegrationType;
819
- };
820
- config: {
821
- type: string;
822
- properties: {
823
- configuration: {
824
- type: string;
825
- nullable: boolean;
826
- required: never[];
827
- properties: {
828
- apiKey: {
829
- type: string;
830
- nullable: boolean;
831
- isSecret?: undefined;
832
- };
833
- connectionOptions?: undefined;
834
- discoveryOptions?: undefined;
835
- appKey?: undefined;
836
- datadogRegion?: undefined;
837
- newRelicRegion?: undefined;
838
- clientId?: undefined;
839
- domain?: undefined;
840
- jwksUri?: undefined;
841
- validations?: undefined;
842
- verifyUri?: undefined;
843
- region?: undefined;
844
- userPoolId?: undefined;
845
- appClientId?: undefined;
846
- };
847
- };
848
- supportsExternalChanges?: undefined;
849
- };
850
- required?: undefined;
851
- };
852
- };
853
- required?: undefined;
854
- } | {
855
- type: string;
856
- properties: {
857
- type: {
858
- const: IntegrationType;
859
- };
860
- config: {
861
- type: string;
862
- required: string[];
863
- properties: {
864
- configuration: {
865
- type: string;
866
- required: string[];
867
- properties: {
868
- region: {
869
- type: string;
870
- };
871
- userPoolId: {
872
- type: string;
873
- };
874
- appClientId: {
875
- type: string;
876
- };
877
- connectionOptions?: undefined;
878
- discoveryOptions?: undefined;
879
- apiKey?: undefined;
880
- appKey?: undefined;
881
- datadogRegion?: undefined;
882
- newRelicRegion?: undefined;
883
- clientId?: undefined;
884
- domain?: undefined;
885
- jwksUri?: undefined;
886
- validations?: undefined;
887
- verifyUri?: undefined;
888
- };
889
- nullable?: undefined;
890
- };
891
- supportsExternalChanges?: undefined;
892
- };
893
- };
894
- };
895
- required?: undefined;
896
- } | {
897
- type: string;
898
- properties: {
899
- type: {
900
- const: IntegrationType;
901
- };
902
- config: {
903
- type: string;
904
- required: string[];
905
- properties: {
906
- configuration: {
907
- type: string;
908
- required: string[];
909
- properties: {
910
- domain: {
911
- type: string;
912
- nullable?: undefined;
913
- };
914
- clientId: {
915
- type: string;
916
- nullable?: undefined;
917
- };
918
- connectionOptions?: undefined;
919
- discoveryOptions?: undefined;
920
- apiKey?: undefined;
921
- appKey?: undefined;
922
- datadogRegion?: undefined;
923
- newRelicRegion?: undefined;
924
- jwksUri?: undefined;
925
- validations?: undefined;
926
- verifyUri?: undefined;
927
- region?: undefined;
928
- userPoolId?: undefined;
929
- appClientId?: undefined;
930
- };
931
- nullable?: undefined;
932
- };
933
- supportsExternalChanges?: undefined;
934
- };
935
- };
936
- };
937
- required?: undefined;
938
- })[];
939
- };
940
- export declare const UpsertIntegrationSchemaRequestSchema: {
941
- type: string;
942
- required: string[];
943
- properties: {
944
- id: {
945
- type: string;
946
- nullable: boolean;
947
- };
948
- type: {
949
- type: string;
950
- nullable: boolean;
951
- };
952
- schema: {
953
- oneOf: ({
954
- type: string;
955
- required: string[];
956
- properties: {
957
- type: {
958
- const: IntegrationSchemaType;
959
- };
960
- collections: {
961
- type: string;
962
- nullable: boolean;
963
- };
964
- baseUrl?: undefined;
965
- endpoints?: undefined;
966
- introspection?: undefined;
967
- };
968
- } | {
969
- type: string;
970
- required: string[];
971
- properties: {
972
- type: {
973
- const: IntegrationSchemaType;
974
- };
975
- baseUrl: {
976
- type: string;
977
- nullable: boolean;
978
- };
979
- endpoints: {
980
- type: string;
981
- nullable: boolean;
982
- };
983
- collections?: undefined;
984
- introspection?: undefined;
985
- };
986
- } | {
987
- type: string;
988
- required: string[];
989
- properties: {
990
- type: {
991
- const: IntegrationSchemaType;
992
- };
993
- introspection: {
994
- type: string;
995
- nullable: boolean;
996
- };
997
- collections?: undefined;
998
- baseUrl?: undefined;
999
- endpoints?: undefined;
1000
- };
1001
- })[];
1002
- };
1003
- };
1004
- };
1005
- export declare const DeleteIntegrationRequestSchema: {
1006
- type: string;
1007
- required: string[];
1008
- properties: {
1009
- integrationId: {
1010
- type: string;
1011
- nullable: boolean;
1012
- };
1013
- };
1014
- };
1015
- export declare const TestDataConnectionRequestSchema: {
1016
- type: string;
1017
- required: string[];
1018
- oneOf: ({
1019
- type: string;
1020
- required: string[];
1021
- properties: {
1022
- type: {
1023
- const: IntegrationType;
1024
- };
1025
- configuration: {
1026
- type: string;
1027
- required: string[];
1028
- properties: {
1029
- connectionOptions: {
1030
- type: string;
1031
- nullable: boolean;
1032
- required: string[];
1033
- properties: {
1034
- host: {
1035
- type: string;
1036
- nullable: boolean;
1037
- };
1038
- user: {
1039
- type: string;
1040
- nullable: boolean;
1041
- };
1042
- database: {
1043
- type: string;
1044
- nullable: boolean;
1045
- };
1046
- secrets: {
1047
- type: string;
1048
- required: string[];
1049
- nullable: boolean;
1050
- properties: {
1051
- password: {
1052
- type: string;
1053
- nullable: boolean;
1054
- isSecret: {};
1055
- };
1056
- };
1057
- };
1058
- connectionLimit: {
1059
- type: string;
1060
- nullable: boolean;
1061
- };
1062
- };
1063
- };
1064
- };
1065
- };
1066
- };
1067
- } | {
1068
- type: string;
1069
- required: string[];
1070
- properties: {
1071
- type: {
1072
- const: IntegrationType;
1073
- };
1074
- configuration: {
1075
- type: string;
1076
- required: string[];
1077
- properties: {
1078
- connectionOptions: {
1079
- type: string;
1080
- nullable: boolean;
1081
- required: string[];
1082
- properties: {
1083
- projectId: {
1084
- type: string;
1085
- nullable: boolean;
1086
- };
1087
- datasetId: {
1088
- type: string;
1089
- nullable: boolean;
1090
- };
1091
- email: {
1092
- type: string;
1093
- nullable: boolean;
1094
- };
1095
- secrets: {
1096
- type: string;
1097
- required: string[];
1098
- nullable: boolean;
1099
- properties: {
1100
- privateKey: {
1101
- type: string;
1102
- nullable: boolean;
1103
- isSecret: {};
1104
- };
1105
- };
1106
- };
1107
- };
1108
- };
1109
- };
1110
- };
1111
- };
1112
- } | {
1113
- type: string;
1114
- required: string[];
1115
- properties: {
1116
- type: {
1117
- const: IntegrationType;
1118
- };
1119
- configuration: {
1120
- type: string;
1121
- required: string[];
1122
- properties: {
1123
- connectionOptions: {
1124
- type: string;
1125
- nullable: boolean;
1126
- required: string[];
1127
- properties: {
1128
- brokerUrl: {
1129
- type: string;
1130
- nullable: boolean;
1131
- };
1132
- controllerUrl: {
1133
- type: string;
1134
- nullable: boolean;
1135
- };
1136
- user: {
1137
- type: string;
1138
- nullable: boolean;
1139
- };
1140
- secrets: {
1141
- type: string;
1142
- required: string[];
1143
- nullable: boolean;
1144
- properties: {
1145
- password: {
1146
- type: string;
1147
- nullable: boolean;
1148
- isSecret: {};
1149
- };
1150
- };
1151
- };
1152
- connectionLimit: {
1153
- type: string;
1154
- nullable: boolean;
1155
- };
1156
- };
1157
- };
1158
- };
1159
- };
1160
- };
1161
- } | {
1162
- type: string;
1163
- required: string[];
1164
- properties: {
1165
- type: {
1166
- const: IntegrationType;
1167
- };
1168
- configuration: {
1169
- type: string;
1170
- required: string[];
1171
- properties: {
1172
- connectionOptions: {
1173
- type: string;
1174
- nullable: boolean;
1175
- required: string[];
1176
- properties: {
1177
- connectionString: {
1178
- type: string;
1179
- nullable: boolean;
1180
- };
1181
- user: {
1182
- type: string;
1183
- nullable: boolean;
1184
- };
1185
- secrets: {
1186
- type: string;
1187
- nullable: boolean;
1188
- properties: {
1189
- password: {
1190
- type: string;
1191
- nullable: boolean;
1192
- isSecret: {};
1193
- };
1194
- };
1195
- };
1196
- maxPoolSize: {
1197
- type: string;
1198
- nullable: boolean;
1199
- };
1200
- minPoolSize: {
1201
- type: string;
1202
- nullable: boolean;
1203
- };
1204
- socketTimeoutMS: {
1205
- type: string;
1206
- nullable: boolean;
1207
- };
1208
- keepAlive: {
1209
- type: string;
1210
- nullable: boolean;
1211
- };
1212
- directConnection: {
1213
- type: string;
1214
- nullable: boolean;
1215
- };
1216
- ssl: {
1217
- type: string;
1218
- nullable: boolean;
1219
- required: string[];
1220
- properties: {
1221
- certificateFile: {
1222
- type: string;
1223
- nullable: boolean;
1224
- };
1225
- validate: {
1226
- type: string;
1227
- nullable: boolean;
1228
- };
1229
- };
1230
- };
1231
- };
1232
- };
1233
- };
1234
- };
1235
- };
1236
- } | {
1237
- type: string;
1238
- required: string[];
1239
- properties: {
1240
- type: {
1241
- const: IntegrationType;
1242
- };
1243
- configuration: {
1244
- type: string;
1245
- required: string[];
1246
- properties: {
1247
- connectionOptions: {
1248
- type: string;
1249
- required: never[];
1250
- properties: {
1251
- account: {
1252
- type: string;
1253
- nullable: boolean;
1254
- };
1255
- username: {
1256
- type: string;
1257
- nullable: boolean;
1258
- };
1259
- database: {
1260
- type: string;
1261
- nullable: boolean;
1262
- };
1263
- schema: {
1264
- type: string;
1265
- nullable: boolean;
1266
- };
1267
- warehouse: {
1268
- type: string;
1269
- nullable: boolean;
1270
- };
1271
- role: {
1272
- type: string;
1273
- nullable: boolean;
1274
- };
1275
- secrets: {
1276
- type: string;
1277
- required: string[];
1278
- nullable: boolean;
1279
- properties: {
1280
- password: {
1281
- type: string;
1282
- nullable: boolean;
1283
- isSecret: {};
1284
- };
1285
- };
1286
- };
1287
- };
1288
- };
1289
- };
1290
- };
1291
- };
1292
- } | {
1293
- type: string;
1294
- required: string[];
1295
- properties: {
1296
- type: {
1297
- const: IntegrationType;
1298
- };
1299
- configuration: {
1300
- type: string;
1301
- required: string[];
1302
- properties: {
1303
- connectionOptions: {
1304
- type: string;
1305
- nullable: boolean;
1306
- required: string[];
1307
- properties: {
1308
- baseUrl: {
1309
- type: string;
1310
- nullable: boolean;
1311
- format: string;
1312
- };
1313
- };
1314
- };
1315
- };
1316
- };
1317
- };
1318
- })[];
1319
- };
1320
- export declare const DiscoverDataConnectionSchemaRequestSchema: {
1321
- type: string;
1322
- required: string[];
1323
- oneOf: ({
1324
- type: string;
1325
- required: string[];
1326
- properties: {
1327
- integrationType: {
1328
- const: IntegrationType;
1329
- };
1330
- connectionOptions: {
1331
- type: string;
1332
- nullable: boolean;
1333
- required: string[];
1334
- properties: {
1335
- host: {
1336
- type: string;
1337
- nullable: boolean;
1338
- };
1339
- user: {
1340
- type: string;
1341
- nullable: boolean;
1342
- };
1343
- database: {
1344
- type: string;
1345
- nullable: boolean;
1346
- };
1347
- secrets: {
1348
- type: string;
1349
- required: string[];
1350
- nullable: boolean;
1351
- properties: {
1352
- password: {
1353
- type: string;
1354
- nullable: boolean;
1355
- isSecret: {};
1356
- };
1357
- };
1358
- };
1359
- connectionLimit: {
1360
- type: string;
1361
- nullable: boolean;
1362
- };
1363
- };
1364
- };
1365
- };
1366
- } | {
1367
- type: string;
1368
- required: string[];
1369
- properties: {
1370
- integrationType: {
1371
- const: IntegrationType;
1372
- };
1373
- connectionOptions: {
1374
- type: string;
1375
- nullable: boolean;
1376
- required: string[];
1377
- properties: {
1378
- projectId: {
1379
- type: string;
1380
- nullable: boolean;
1381
- };
1382
- datasetId: {
1383
- type: string;
1384
- nullable: boolean;
1385
- };
1386
- email: {
1387
- type: string;
1388
- nullable: boolean;
1389
- };
1390
- secrets: {
1391
- type: string;
1392
- required: string[];
1393
- nullable: boolean;
1394
- properties: {
1395
- privateKey: {
1396
- type: string;
1397
- nullable: boolean;
1398
- isSecret: {};
1399
- };
1400
- };
1401
- };
1402
- };
1403
- };
1404
- };
1405
- } | {
1406
- type: string;
1407
- required: string[];
1408
- properties: {
1409
- integrationType: {
1410
- const: IntegrationType;
1411
- };
1412
- connectionOptions: {
1413
- type: string;
1414
- nullable: boolean;
1415
- required: string[];
1416
- properties: {
1417
- brokerUrl: {
1418
- type: string;
1419
- nullable: boolean;
1420
- };
1421
- controllerUrl: {
1422
- type: string;
1423
- nullable: boolean;
1424
- };
1425
- user: {
1426
- type: string;
1427
- nullable: boolean;
1428
- };
1429
- secrets: {
1430
- type: string;
1431
- required: string[];
1432
- nullable: boolean;
1433
- properties: {
1434
- password: {
1435
- type: string;
1436
- nullable: boolean;
1437
- isSecret: {};
1438
- };
1439
- };
1440
- };
1441
- connectionLimit: {
1442
- type: string;
1443
- nullable: boolean;
1444
- };
1445
- };
1446
- };
1447
- };
1448
- } | {
1449
- type: string;
1450
- required: string[];
1451
- properties: {
1452
- integrationType: {
1453
- const: IntegrationType;
1454
- };
1455
- connectionOptions: {
1456
- type: string;
1457
- required: never[];
1458
- properties: {
1459
- account: {
1460
- type: string;
1461
- nullable: boolean;
1462
- };
1463
- username: {
1464
- type: string;
1465
- nullable: boolean;
1466
- };
1467
- database: {
1468
- type: string;
1469
- nullable: boolean;
1470
- };
1471
- schema: {
1472
- type: string;
1473
- nullable: boolean;
1474
- };
1475
- warehouse: {
1476
- type: string;
1477
- nullable: boolean;
1478
- };
1479
- role: {
1480
- type: string;
1481
- nullable: boolean;
1482
- };
1483
- secrets: {
1484
- type: string;
1485
- required: string[];
1486
- nullable: boolean;
1487
- properties: {
1488
- password: {
1489
- type: string;
1490
- nullable: boolean;
1491
- isSecret: {};
1492
- };
1493
- };
1494
- };
1495
- };
1496
- };
1497
- };
1498
- } | {
1499
- type: string;
1500
- required: string[];
1501
- properties: {
1502
- integrationType: {
1503
- const: IntegrationType;
1504
- };
1505
- connectionOptions: {
1506
- type: string;
1507
- nullable: boolean;
1508
- required: string[];
1509
- properties: {
1510
- connectionString: {
1511
- type: string;
1512
- nullable: boolean;
1513
- };
1514
- user: {
1515
- type: string;
1516
- nullable: boolean;
1517
- };
1518
- secrets: {
1519
- type: string;
1520
- nullable: boolean;
1521
- properties: {
1522
- password: {
1523
- type: string;
1524
- nullable: boolean;
1525
- isSecret: {};
1526
- };
1527
- };
1528
- };
1529
- maxPoolSize: {
1530
- type: string;
1531
- nullable: boolean;
1532
- };
1533
- minPoolSize: {
1534
- type: string;
1535
- nullable: boolean;
1536
- };
1537
- socketTimeoutMS: {
1538
- type: string;
1539
- nullable: boolean;
1540
- };
1541
- keepAlive: {
1542
- type: string;
1543
- nullable: boolean;
1544
- };
1545
- directConnection: {
1546
- type: string;
1547
- nullable: boolean;
1548
- };
1549
- ssl: {
1550
- type: string;
1551
- nullable: boolean;
1552
- required: string[];
1553
- properties: {
1554
- certificateFile: {
1555
- type: string;
1556
- nullable: boolean;
1557
- };
1558
- validate: {
1559
- type: string;
1560
- nullable: boolean;
1561
- };
1562
- };
1563
- };
1564
- };
1565
- };
1566
- };
1567
- } | {
1568
- type: string;
1569
- properties: {
1570
- integrationType: {
1571
- const: IntegrationType;
1572
- };
1573
- connectionOptions?: undefined;
1574
- };
1575
- required?: undefined;
1576
- })[];
1577
- };
1578
- export declare const DiscoverGraphQLConnectionSchemaRequestSchema: {
1579
- type: string;
1580
- required: string[];
1581
- properties: {
1582
- integrationType: {
1583
- const: IntegrationType;
1584
- };
1585
- connectionOptions: {
1586
- type: string;
1587
- nullable: boolean;
1588
- required: string[];
1589
- properties: {
1590
- baseUrl: {
1591
- type: string;
1592
- nullable: boolean;
1593
- format: string;
1594
- };
1595
- };
1596
- };
1597
- };
1598
- };
1599
- export declare const UpdateAllowedHostsRequestSchema: {
1600
- type: string;
1601
- required: string[];
1602
- properties: {
1603
- allowedHosts: {
1604
- type: string;
1605
- nullable: boolean;
1606
- minItems: number;
1607
- items: {
1608
- type: string;
1609
- nullable: boolean;
1610
- };
1611
- };
1612
- };
1613
- };
1614
- export declare const DiscoverOpenApiSchemaRequestSchema: {
1615
- type: string;
1616
- required: string[];
1617
- properties: {
1618
- discoveryOptions: {
1619
- type: string;
1620
- properties: {
1621
- openApiSpecUrl: {
1622
- type: string;
1623
- format: string;
1624
- };
1625
- };
1626
- };
1627
- };
1628
- };
1629
- export declare const GetSchemaSchema: {
1630
- type: string;
1631
- required: string[];
1632
- properties: {
1633
- integrationId: {
1634
- type: string;
1635
- nullable: boolean;
1636
- };
1637
- };
1638
- };
1639
- export declare const GetAiAssistantProfilesSchema: {
1640
- type: string;
1641
- required: string[];
1642
- properties: {
1643
- integrationId: {
1644
- type: string;
1645
- nullable: boolean;
1646
- };
1647
- };
1648
- };
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
+ supportsExternalChanges: {
107
+ type: string;
108
+ nullable: boolean;
109
+ };
110
+ configuration: {
111
+ type: string;
112
+ nullable: boolean;
113
+ required: string[];
114
+ properties: {
115
+ connectionOptions: {
116
+ type: string;
117
+ nullable: boolean;
118
+ required: string[];
119
+ properties: {
120
+ projectId: {
121
+ type: string;
122
+ nullable: boolean;
123
+ };
124
+ datasetId: {
125
+ type: string;
126
+ nullable: boolean;
127
+ };
128
+ email: {
129
+ type: string;
130
+ nullable: boolean;
131
+ };
132
+ secrets: {
133
+ type: string;
134
+ required: string[];
135
+ nullable: boolean;
136
+ properties: {
137
+ privateKey: {
138
+ type: string;
139
+ nullable: boolean;
140
+ isSecret: {};
141
+ };
142
+ };
143
+ };
144
+ };
145
+ };
146
+ discoveryOptions?: undefined;
147
+ apiKey?: undefined;
148
+ appKey?: undefined;
149
+ datadogRegion?: undefined;
150
+ newRelicRegion?: undefined;
151
+ clientId?: undefined;
152
+ domain?: undefined;
153
+ jwksUri?: undefined;
154
+ validations?: undefined;
155
+ verifyUri?: undefined;
156
+ region?: undefined;
157
+ userPoolId?: undefined;
158
+ appClientId?: undefined;
159
+ };
160
+ };
161
+ };
162
+ };
163
+ };
164
+ required?: undefined;
165
+ } | {
166
+ type: string;
167
+ properties: {
168
+ type: {
169
+ const: IntegrationType;
170
+ };
171
+ config: {
172
+ type: string;
173
+ required: string[];
174
+ properties: {
175
+ supportsExternalChanges: {
176
+ type: string;
177
+ nullable: boolean;
178
+ };
179
+ configuration: {
180
+ type: string;
181
+ nullable: boolean;
182
+ required: string[];
183
+ properties: {
184
+ connectionOptions: {
185
+ type: string;
186
+ nullable: boolean;
187
+ required: string[];
188
+ properties: {
189
+ brokerUrl: {
190
+ type: string;
191
+ nullable: boolean;
192
+ };
193
+ controllerUrl: {
194
+ type: string;
195
+ nullable: boolean;
196
+ };
197
+ user: {
198
+ type: string;
199
+ nullable: boolean;
200
+ };
201
+ secrets: {
202
+ type: string;
203
+ required: string[];
204
+ nullable: boolean;
205
+ properties: {
206
+ password: {
207
+ type: string;
208
+ nullable: boolean;
209
+ isSecret: {};
210
+ };
211
+ };
212
+ };
213
+ connectionLimit: {
214
+ type: string;
215
+ nullable: boolean;
216
+ };
217
+ };
218
+ };
219
+ discoveryOptions?: undefined;
220
+ apiKey?: undefined;
221
+ appKey?: undefined;
222
+ datadogRegion?: undefined;
223
+ newRelicRegion?: undefined;
224
+ clientId?: undefined;
225
+ domain?: undefined;
226
+ jwksUri?: undefined;
227
+ validations?: undefined;
228
+ verifyUri?: undefined;
229
+ region?: undefined;
230
+ userPoolId?: undefined;
231
+ appClientId?: undefined;
232
+ };
233
+ };
234
+ };
235
+ };
236
+ };
237
+ required?: undefined;
238
+ } | {
239
+ type: string;
240
+ properties: {
241
+ type: {
242
+ const: IntegrationType;
243
+ };
244
+ config: {
245
+ type: string;
246
+ required: string[];
247
+ properties: {
248
+ configuration: {
249
+ type: string;
250
+ nullable: boolean;
251
+ required: string[];
252
+ properties: {
253
+ connectionOptions: {
254
+ type: string;
255
+ nullable: boolean;
256
+ required: string[];
257
+ properties: {
258
+ host: {
259
+ type: string;
260
+ nullable: boolean;
261
+ };
262
+ user: {
263
+ type: string;
264
+ nullable: boolean;
265
+ };
266
+ database: {
267
+ type: string;
268
+ nullable: boolean;
269
+ };
270
+ schema: {
271
+ type: string;
272
+ nullable: boolean;
273
+ };
274
+ sslEnabled: {
275
+ type: string;
276
+ nullable: boolean;
277
+ };
278
+ secrets: {
279
+ type: string;
280
+ required: string[];
281
+ nullable: boolean;
282
+ properties: {
283
+ password: {
284
+ type: string;
285
+ nullable: boolean;
286
+ isSecret: {};
287
+ };
288
+ sslCertificate: {
289
+ type: string;
290
+ nullable: boolean;
291
+ isSecret: {};
292
+ };
293
+ };
294
+ };
295
+ connectionLimit: {
296
+ type: string;
297
+ nullable: boolean;
298
+ };
299
+ };
300
+ };
301
+ discoveryOptions?: undefined;
302
+ apiKey?: undefined;
303
+ appKey?: undefined;
304
+ datadogRegion?: undefined;
305
+ newRelicRegion?: undefined;
306
+ clientId?: undefined;
307
+ domain?: undefined;
308
+ jwksUri?: undefined;
309
+ validations?: undefined;
310
+ verifyUri?: undefined;
311
+ region?: undefined;
312
+ userPoolId?: undefined;
313
+ appClientId?: undefined;
314
+ };
315
+ };
316
+ supportsExternalChanges?: undefined;
317
+ };
318
+ };
319
+ };
320
+ required?: undefined;
321
+ } | {
322
+ type: string;
323
+ properties: {
324
+ type: {
325
+ const: IntegrationType;
326
+ };
327
+ config: {
328
+ type: string;
329
+ required: string[];
330
+ properties: {
331
+ supportsExternalChanges: {
332
+ type: string;
333
+ nullable: boolean;
334
+ };
335
+ configuration: {
336
+ type: string;
337
+ nullable: boolean;
338
+ required: string[];
339
+ properties: {
340
+ connectionOptions: {
341
+ type: string;
342
+ nullable: boolean;
343
+ required: string[];
344
+ properties: {
345
+ connectionString: {
346
+ type: string;
347
+ nullable: boolean;
348
+ };
349
+ user: {
350
+ type: string;
351
+ nullable: boolean;
352
+ };
353
+ secrets: {
354
+ type: string;
355
+ nullable: boolean;
356
+ properties: {
357
+ password: {
358
+ type: string;
359
+ nullable: boolean;
360
+ isSecret: {};
361
+ };
362
+ };
363
+ };
364
+ maxPoolSize: {
365
+ type: string;
366
+ nullable: boolean;
367
+ };
368
+ minPoolSize: {
369
+ type: string;
370
+ nullable: boolean;
371
+ };
372
+ socketTimeoutMS: {
373
+ type: string;
374
+ nullable: boolean;
375
+ };
376
+ keepAlive: {
377
+ type: string;
378
+ nullable: boolean;
379
+ };
380
+ directConnection: {
381
+ type: string;
382
+ nullable: boolean;
383
+ };
384
+ ssl: {
385
+ type: string;
386
+ nullable: boolean;
387
+ required: string[];
388
+ properties: {
389
+ certificateFile: {
390
+ type: string;
391
+ nullable: boolean;
392
+ };
393
+ validate: {
394
+ type: string;
395
+ nullable: boolean;
396
+ };
397
+ };
398
+ };
399
+ };
400
+ };
401
+ discoveryOptions?: undefined;
402
+ apiKey?: undefined;
403
+ appKey?: undefined;
404
+ datadogRegion?: undefined;
405
+ newRelicRegion?: undefined;
406
+ clientId?: undefined;
407
+ domain?: undefined;
408
+ jwksUri?: undefined;
409
+ validations?: undefined;
410
+ verifyUri?: undefined;
411
+ region?: undefined;
412
+ userPoolId?: undefined;
413
+ appClientId?: undefined;
414
+ };
415
+ };
416
+ };
417
+ };
418
+ };
419
+ required?: undefined;
420
+ } | {
421
+ type: string;
422
+ properties: {
423
+ type: {
424
+ const: IntegrationType;
425
+ };
426
+ config: {
427
+ type: string;
428
+ properties: {
429
+ configuration: {
430
+ type: string;
431
+ nullable: boolean;
432
+ required: string[];
433
+ properties: {
434
+ discoveryOptions: {
435
+ type: string;
436
+ nullable: boolean;
437
+ properties: {
438
+ openApiSpecUrl: {
439
+ type: string;
440
+ nullable: boolean;
441
+ };
442
+ };
443
+ };
444
+ connectionOptions?: undefined;
445
+ apiKey?: undefined;
446
+ appKey?: undefined;
447
+ datadogRegion?: undefined;
448
+ newRelicRegion?: undefined;
449
+ clientId?: undefined;
450
+ domain?: undefined;
451
+ jwksUri?: undefined;
452
+ validations?: undefined;
453
+ verifyUri?: undefined;
454
+ region?: undefined;
455
+ userPoolId?: undefined;
456
+ appClientId?: undefined;
457
+ };
458
+ };
459
+ supportsExternalChanges?: undefined;
460
+ };
461
+ required?: undefined;
462
+ };
463
+ };
464
+ required?: undefined;
465
+ } | {
466
+ type: string;
467
+ properties: {
468
+ type: {
469
+ const: IntegrationType;
470
+ };
471
+ config: {
472
+ type: string;
473
+ required: string[];
474
+ properties: {
475
+ configuration: {
476
+ type: string;
477
+ nullable: boolean;
478
+ required: string[];
479
+ properties: {
480
+ connectionOptions: {
481
+ type: string;
482
+ nullable: boolean;
483
+ required: string[];
484
+ properties: {
485
+ baseUrl: {
486
+ type: string;
487
+ nullable: boolean;
488
+ format: string;
489
+ };
490
+ };
491
+ };
492
+ discoveryOptions?: undefined;
493
+ apiKey?: undefined;
494
+ appKey?: undefined;
495
+ datadogRegion?: undefined;
496
+ newRelicRegion?: undefined;
497
+ clientId?: undefined;
498
+ domain?: undefined;
499
+ jwksUri?: undefined;
500
+ validations?: undefined;
501
+ verifyUri?: undefined;
502
+ region?: undefined;
503
+ userPoolId?: undefined;
504
+ appClientId?: undefined;
505
+ };
506
+ };
507
+ supportsExternalChanges?: undefined;
508
+ };
509
+ };
510
+ };
511
+ required?: undefined;
512
+ } | {
513
+ type: string;
514
+ properties: {
515
+ type: {
516
+ const: IntegrationType;
517
+ };
518
+ config: {
519
+ type: string;
520
+ required: string[];
521
+ properties: {
522
+ configuration: {
523
+ type: string;
524
+ nullable: boolean;
525
+ required: string[];
526
+ properties: {
527
+ connectionOptions: {
528
+ type: string;
529
+ required: never[];
530
+ properties: {
531
+ account: {
532
+ type: string;
533
+ nullable: boolean;
534
+ };
535
+ username: {
536
+ type: string;
537
+ nullable: boolean;
538
+ };
539
+ database: {
540
+ type: string;
541
+ nullable: boolean;
542
+ };
543
+ schema: {
544
+ type: string;
545
+ nullable: boolean;
546
+ };
547
+ warehouse: {
548
+ type: string;
549
+ nullable: boolean;
550
+ };
551
+ role: {
552
+ type: string;
553
+ nullable: boolean;
554
+ };
555
+ secrets: {
556
+ type: string;
557
+ required: string[];
558
+ nullable: boolean;
559
+ properties: {
560
+ password: {
561
+ type: string;
562
+ nullable: boolean;
563
+ isSecret: {};
564
+ };
565
+ };
566
+ };
567
+ };
568
+ };
569
+ discoveryOptions?: undefined;
570
+ apiKey?: undefined;
571
+ appKey?: undefined;
572
+ datadogRegion?: undefined;
573
+ newRelicRegion?: undefined;
574
+ clientId?: undefined;
575
+ domain?: undefined;
576
+ jwksUri?: undefined;
577
+ validations?: undefined;
578
+ verifyUri?: undefined;
579
+ region?: undefined;
580
+ userPoolId?: undefined;
581
+ appClientId?: undefined;
582
+ };
583
+ };
584
+ supportsExternalChanges?: undefined;
585
+ };
586
+ };
587
+ };
588
+ required?: undefined;
589
+ } | {
590
+ type: string;
591
+ properties: {
592
+ type: {
593
+ const: IntegrationType;
594
+ };
595
+ config: {
596
+ type: string;
597
+ required: string[];
598
+ properties: {
599
+ configuration: {
600
+ type: string;
601
+ nullable: boolean;
602
+ required: string[];
603
+ properties: {
604
+ apiKey: {
605
+ type: string;
606
+ nullable: boolean;
607
+ isSecret: {};
608
+ };
609
+ appKey: {
610
+ type: string;
611
+ nullable: boolean;
612
+ isSecret: {};
613
+ };
614
+ datadogRegion: {
615
+ type: string;
616
+ nullable: boolean;
617
+ enum: string[];
618
+ };
619
+ connectionOptions?: undefined;
620
+ discoveryOptions?: undefined;
621
+ newRelicRegion?: undefined;
622
+ clientId?: undefined;
623
+ domain?: undefined;
624
+ jwksUri?: undefined;
625
+ validations?: undefined;
626
+ verifyUri?: undefined;
627
+ region?: undefined;
628
+ userPoolId?: undefined;
629
+ appClientId?: undefined;
630
+ };
631
+ };
632
+ supportsExternalChanges?: undefined;
633
+ };
634
+ };
635
+ };
636
+ required?: undefined;
637
+ } | {
638
+ type: string;
639
+ properties: {
640
+ type: {
641
+ const: IntegrationType;
642
+ };
643
+ config: {
644
+ type: string;
645
+ required: string[];
646
+ properties: {
647
+ configuration: {
648
+ type: string;
649
+ nullable: boolean;
650
+ required: string[];
651
+ properties: {
652
+ apiKey: {
653
+ type: string;
654
+ nullable: boolean;
655
+ isSecret: {};
656
+ };
657
+ newRelicRegion: {
658
+ type: string;
659
+ nullable: boolean;
660
+ enum: string[];
661
+ };
662
+ connectionOptions?: undefined;
663
+ discoveryOptions?: undefined;
664
+ appKey?: undefined;
665
+ datadogRegion?: undefined;
666
+ clientId?: undefined;
667
+ domain?: undefined;
668
+ jwksUri?: undefined;
669
+ validations?: undefined;
670
+ verifyUri?: undefined;
671
+ region?: undefined;
672
+ userPoolId?: undefined;
673
+ appClientId?: undefined;
674
+ };
675
+ };
676
+ supportsExternalChanges?: undefined;
677
+ };
678
+ };
679
+ };
680
+ required?: undefined;
681
+ } | {
682
+ type: string;
683
+ properties: {
684
+ type: {
685
+ const: IntegrationType;
686
+ };
687
+ config: {
688
+ type: string;
689
+ required: string[];
690
+ properties: {
691
+ configuration: {
692
+ type: string;
693
+ nullable: boolean;
694
+ required: string[];
695
+ properties: {
696
+ clientId: {
697
+ type: string;
698
+ nullable: boolean;
699
+ };
700
+ domain: {
701
+ type: string;
702
+ nullable: boolean;
703
+ };
704
+ connectionOptions?: undefined;
705
+ discoveryOptions?: undefined;
706
+ apiKey?: undefined;
707
+ appKey?: undefined;
708
+ datadogRegion?: undefined;
709
+ newRelicRegion?: undefined;
710
+ jwksUri?: undefined;
711
+ validations?: undefined;
712
+ verifyUri?: undefined;
713
+ region?: undefined;
714
+ userPoolId?: undefined;
715
+ appClientId?: undefined;
716
+ };
717
+ };
718
+ supportsExternalChanges?: undefined;
719
+ };
720
+ };
721
+ };
722
+ required?: undefined;
723
+ } | {
724
+ type: string;
725
+ properties: {
726
+ type: {
727
+ const: IntegrationType;
728
+ };
729
+ config: {
730
+ type: string;
731
+ required: string[];
732
+ properties: {
733
+ configuration: {
734
+ type: string;
735
+ nullable: boolean;
736
+ required: string[];
737
+ properties: {
738
+ jwksUri: {
739
+ type: string;
740
+ nullable: boolean;
741
+ };
742
+ validations: {
743
+ type: string;
744
+ nullable: boolean;
745
+ properties: {
746
+ iss: {
747
+ type: string;
748
+ nullable: boolean;
749
+ };
750
+ aud: {
751
+ type: string;
752
+ nullable: boolean;
753
+ };
754
+ };
755
+ };
756
+ connectionOptions?: undefined;
757
+ discoveryOptions?: undefined;
758
+ apiKey?: undefined;
759
+ appKey?: undefined;
760
+ datadogRegion?: undefined;
761
+ newRelicRegion?: undefined;
762
+ clientId?: undefined;
763
+ domain?: undefined;
764
+ verifyUri?: undefined;
765
+ region?: undefined;
766
+ userPoolId?: undefined;
767
+ appClientId?: undefined;
768
+ };
769
+ };
770
+ supportsExternalChanges?: undefined;
771
+ };
772
+ };
773
+ };
774
+ required?: undefined;
775
+ } | {
776
+ type: string;
777
+ properties: {
778
+ type: {
779
+ const: IntegrationType;
780
+ };
781
+ config: {
782
+ type: string;
783
+ required: string[];
784
+ properties: {
785
+ configuration: {
786
+ type: string;
787
+ nullable: boolean;
788
+ required: string[];
789
+ properties: {
790
+ verifyUri: {
791
+ type: string;
792
+ nullable: boolean;
793
+ };
794
+ connectionOptions?: undefined;
795
+ discoveryOptions?: undefined;
796
+ apiKey?: undefined;
797
+ appKey?: undefined;
798
+ datadogRegion?: undefined;
799
+ newRelicRegion?: undefined;
800
+ clientId?: undefined;
801
+ domain?: undefined;
802
+ jwksUri?: undefined;
803
+ validations?: undefined;
804
+ region?: undefined;
805
+ userPoolId?: undefined;
806
+ appClientId?: undefined;
807
+ };
808
+ };
809
+ supportsExternalChanges?: undefined;
810
+ };
811
+ };
812
+ };
813
+ required?: undefined;
814
+ } | {
815
+ type: string;
816
+ properties: {
817
+ type: {
818
+ const: IntegrationType;
819
+ };
820
+ config: {
821
+ type: string;
822
+ properties: {
823
+ configuration: {
824
+ type: string;
825
+ nullable: boolean;
826
+ required: never[];
827
+ properties: {
828
+ apiKey: {
829
+ type: string;
830
+ nullable: boolean;
831
+ isSecret?: undefined;
832
+ };
833
+ connectionOptions?: undefined;
834
+ discoveryOptions?: undefined;
835
+ appKey?: undefined;
836
+ datadogRegion?: undefined;
837
+ newRelicRegion?: undefined;
838
+ clientId?: undefined;
839
+ domain?: undefined;
840
+ jwksUri?: undefined;
841
+ validations?: undefined;
842
+ verifyUri?: undefined;
843
+ region?: undefined;
844
+ userPoolId?: undefined;
845
+ appClientId?: undefined;
846
+ };
847
+ };
848
+ supportsExternalChanges?: undefined;
849
+ };
850
+ required?: undefined;
851
+ };
852
+ };
853
+ required?: undefined;
854
+ } | {
855
+ type: string;
856
+ properties: {
857
+ type: {
858
+ const: IntegrationType;
859
+ };
860
+ config: {
861
+ type: string;
862
+ required: string[];
863
+ properties: {
864
+ configuration: {
865
+ type: string;
866
+ required: string[];
867
+ properties: {
868
+ region: {
869
+ type: string;
870
+ };
871
+ userPoolId: {
872
+ type: string;
873
+ };
874
+ appClientId: {
875
+ type: string;
876
+ };
877
+ connectionOptions?: undefined;
878
+ discoveryOptions?: undefined;
879
+ apiKey?: undefined;
880
+ appKey?: undefined;
881
+ datadogRegion?: undefined;
882
+ newRelicRegion?: undefined;
883
+ clientId?: undefined;
884
+ domain?: undefined;
885
+ jwksUri?: undefined;
886
+ validations?: undefined;
887
+ verifyUri?: undefined;
888
+ };
889
+ nullable?: undefined;
890
+ };
891
+ supportsExternalChanges?: undefined;
892
+ };
893
+ };
894
+ };
895
+ required?: undefined;
896
+ } | {
897
+ type: string;
898
+ properties: {
899
+ type: {
900
+ const: IntegrationType;
901
+ };
902
+ config: {
903
+ type: string;
904
+ required: string[];
905
+ properties: {
906
+ configuration: {
907
+ type: string;
908
+ required: string[];
909
+ properties: {
910
+ domain: {
911
+ type: string;
912
+ nullable?: undefined;
913
+ };
914
+ clientId: {
915
+ type: string;
916
+ nullable?: undefined;
917
+ };
918
+ connectionOptions?: undefined;
919
+ discoveryOptions?: undefined;
920
+ apiKey?: undefined;
921
+ appKey?: undefined;
922
+ datadogRegion?: undefined;
923
+ newRelicRegion?: undefined;
924
+ jwksUri?: undefined;
925
+ validations?: undefined;
926
+ verifyUri?: undefined;
927
+ region?: undefined;
928
+ userPoolId?: undefined;
929
+ appClientId?: undefined;
930
+ };
931
+ nullable?: undefined;
932
+ };
933
+ supportsExternalChanges?: undefined;
934
+ };
935
+ };
936
+ };
937
+ required?: undefined;
938
+ })[];
939
+ };
940
+ export declare const UpsertIntegrationSchemaRequestSchema: {
941
+ type: string;
942
+ required: string[];
943
+ properties: {
944
+ id: {
945
+ type: string;
946
+ nullable: boolean;
947
+ };
948
+ type: {
949
+ type: string;
950
+ nullable: boolean;
951
+ };
952
+ schema: {
953
+ oneOf: ({
954
+ type: string;
955
+ required: string[];
956
+ properties: {
957
+ type: {
958
+ const: IntegrationSchemaType;
959
+ };
960
+ collections: {
961
+ type: string;
962
+ nullable: boolean;
963
+ };
964
+ baseUrl?: undefined;
965
+ endpoints?: undefined;
966
+ introspection?: undefined;
967
+ };
968
+ } | {
969
+ type: string;
970
+ required: string[];
971
+ properties: {
972
+ type: {
973
+ const: IntegrationSchemaType;
974
+ };
975
+ baseUrl: {
976
+ type: string;
977
+ nullable: boolean;
978
+ };
979
+ endpoints: {
980
+ type: string;
981
+ nullable: boolean;
982
+ };
983
+ collections?: undefined;
984
+ introspection?: undefined;
985
+ };
986
+ } | {
987
+ type: string;
988
+ required: string[];
989
+ properties: {
990
+ type: {
991
+ const: IntegrationSchemaType;
992
+ };
993
+ introspection: {
994
+ type: string;
995
+ nullable: boolean;
996
+ };
997
+ collections?: undefined;
998
+ baseUrl?: undefined;
999
+ endpoints?: undefined;
1000
+ };
1001
+ })[];
1002
+ };
1003
+ };
1004
+ };
1005
+ export declare const DeleteIntegrationRequestSchema: {
1006
+ type: string;
1007
+ required: string[];
1008
+ properties: {
1009
+ integrationId: {
1010
+ type: string;
1011
+ nullable: boolean;
1012
+ };
1013
+ };
1014
+ };
1015
+ export declare const TestDataConnectionRequestSchema: {
1016
+ type: string;
1017
+ required: string[];
1018
+ oneOf: ({
1019
+ type: string;
1020
+ required: string[];
1021
+ properties: {
1022
+ type: {
1023
+ const: IntegrationType;
1024
+ };
1025
+ configuration: {
1026
+ type: string;
1027
+ required: string[];
1028
+ properties: {
1029
+ connectionOptions: {
1030
+ type: string;
1031
+ nullable: boolean;
1032
+ required: string[];
1033
+ properties: {
1034
+ host: {
1035
+ type: string;
1036
+ nullable: boolean;
1037
+ };
1038
+ user: {
1039
+ type: string;
1040
+ nullable: boolean;
1041
+ };
1042
+ database: {
1043
+ type: string;
1044
+ nullable: boolean;
1045
+ };
1046
+ secrets: {
1047
+ type: string;
1048
+ required: string[];
1049
+ nullable: boolean;
1050
+ properties: {
1051
+ password: {
1052
+ type: string;
1053
+ nullable: boolean;
1054
+ isSecret: {};
1055
+ };
1056
+ };
1057
+ };
1058
+ connectionLimit: {
1059
+ type: string;
1060
+ nullable: boolean;
1061
+ };
1062
+ };
1063
+ };
1064
+ };
1065
+ };
1066
+ };
1067
+ } | {
1068
+ type: string;
1069
+ required: string[];
1070
+ properties: {
1071
+ type: {
1072
+ const: IntegrationType;
1073
+ };
1074
+ configuration: {
1075
+ type: string;
1076
+ required: string[];
1077
+ properties: {
1078
+ connectionOptions: {
1079
+ type: string;
1080
+ nullable: boolean;
1081
+ required: string[];
1082
+ properties: {
1083
+ projectId: {
1084
+ type: string;
1085
+ nullable: boolean;
1086
+ };
1087
+ datasetId: {
1088
+ type: string;
1089
+ nullable: boolean;
1090
+ };
1091
+ email: {
1092
+ type: string;
1093
+ nullable: boolean;
1094
+ };
1095
+ secrets: {
1096
+ type: string;
1097
+ required: string[];
1098
+ nullable: boolean;
1099
+ properties: {
1100
+ privateKey: {
1101
+ type: string;
1102
+ nullable: boolean;
1103
+ isSecret: {};
1104
+ };
1105
+ };
1106
+ };
1107
+ };
1108
+ };
1109
+ };
1110
+ };
1111
+ };
1112
+ } | {
1113
+ type: string;
1114
+ required: string[];
1115
+ properties: {
1116
+ type: {
1117
+ const: IntegrationType;
1118
+ };
1119
+ configuration: {
1120
+ type: string;
1121
+ required: string[];
1122
+ properties: {
1123
+ connectionOptions: {
1124
+ type: string;
1125
+ nullable: boolean;
1126
+ required: string[];
1127
+ properties: {
1128
+ brokerUrl: {
1129
+ type: string;
1130
+ nullable: boolean;
1131
+ };
1132
+ controllerUrl: {
1133
+ type: string;
1134
+ nullable: boolean;
1135
+ };
1136
+ user: {
1137
+ type: string;
1138
+ nullable: boolean;
1139
+ };
1140
+ secrets: {
1141
+ type: string;
1142
+ required: string[];
1143
+ nullable: boolean;
1144
+ properties: {
1145
+ password: {
1146
+ type: string;
1147
+ nullable: boolean;
1148
+ isSecret: {};
1149
+ };
1150
+ };
1151
+ };
1152
+ connectionLimit: {
1153
+ type: string;
1154
+ nullable: boolean;
1155
+ };
1156
+ };
1157
+ };
1158
+ };
1159
+ };
1160
+ };
1161
+ } | {
1162
+ type: string;
1163
+ required: string[];
1164
+ properties: {
1165
+ type: {
1166
+ const: IntegrationType;
1167
+ };
1168
+ configuration: {
1169
+ type: string;
1170
+ required: string[];
1171
+ properties: {
1172
+ connectionOptions: {
1173
+ type: string;
1174
+ nullable: boolean;
1175
+ required: string[];
1176
+ properties: {
1177
+ connectionString: {
1178
+ type: string;
1179
+ nullable: boolean;
1180
+ };
1181
+ user: {
1182
+ type: string;
1183
+ nullable: boolean;
1184
+ };
1185
+ secrets: {
1186
+ type: string;
1187
+ nullable: boolean;
1188
+ properties: {
1189
+ password: {
1190
+ type: string;
1191
+ nullable: boolean;
1192
+ isSecret: {};
1193
+ };
1194
+ };
1195
+ };
1196
+ maxPoolSize: {
1197
+ type: string;
1198
+ nullable: boolean;
1199
+ };
1200
+ minPoolSize: {
1201
+ type: string;
1202
+ nullable: boolean;
1203
+ };
1204
+ socketTimeoutMS: {
1205
+ type: string;
1206
+ nullable: boolean;
1207
+ };
1208
+ keepAlive: {
1209
+ type: string;
1210
+ nullable: boolean;
1211
+ };
1212
+ directConnection: {
1213
+ type: string;
1214
+ nullable: boolean;
1215
+ };
1216
+ ssl: {
1217
+ type: string;
1218
+ nullable: boolean;
1219
+ required: string[];
1220
+ properties: {
1221
+ certificateFile: {
1222
+ type: string;
1223
+ nullable: boolean;
1224
+ };
1225
+ validate: {
1226
+ type: string;
1227
+ nullable: boolean;
1228
+ };
1229
+ };
1230
+ };
1231
+ };
1232
+ };
1233
+ };
1234
+ };
1235
+ };
1236
+ } | {
1237
+ type: string;
1238
+ required: string[];
1239
+ properties: {
1240
+ type: {
1241
+ const: IntegrationType;
1242
+ };
1243
+ configuration: {
1244
+ type: string;
1245
+ required: string[];
1246
+ properties: {
1247
+ connectionOptions: {
1248
+ type: string;
1249
+ required: never[];
1250
+ properties: {
1251
+ account: {
1252
+ type: string;
1253
+ nullable: boolean;
1254
+ };
1255
+ username: {
1256
+ type: string;
1257
+ nullable: boolean;
1258
+ };
1259
+ database: {
1260
+ type: string;
1261
+ nullable: boolean;
1262
+ };
1263
+ schema: {
1264
+ type: string;
1265
+ nullable: boolean;
1266
+ };
1267
+ warehouse: {
1268
+ type: string;
1269
+ nullable: boolean;
1270
+ };
1271
+ role: {
1272
+ type: string;
1273
+ nullable: boolean;
1274
+ };
1275
+ secrets: {
1276
+ type: string;
1277
+ required: string[];
1278
+ nullable: boolean;
1279
+ properties: {
1280
+ password: {
1281
+ type: string;
1282
+ nullable: boolean;
1283
+ isSecret: {};
1284
+ };
1285
+ };
1286
+ };
1287
+ };
1288
+ };
1289
+ };
1290
+ };
1291
+ };
1292
+ } | {
1293
+ type: string;
1294
+ required: string[];
1295
+ properties: {
1296
+ type: {
1297
+ const: IntegrationType;
1298
+ };
1299
+ configuration: {
1300
+ type: string;
1301
+ required: string[];
1302
+ properties: {
1303
+ connectionOptions: {
1304
+ type: string;
1305
+ nullable: boolean;
1306
+ required: string[];
1307
+ properties: {
1308
+ baseUrl: {
1309
+ type: string;
1310
+ nullable: boolean;
1311
+ format: string;
1312
+ };
1313
+ };
1314
+ };
1315
+ };
1316
+ };
1317
+ };
1318
+ })[];
1319
+ };
1320
+ export declare const DiscoverDataConnectionSchemaRequestSchema: {
1321
+ type: string;
1322
+ required: string[];
1323
+ oneOf: ({
1324
+ type: string;
1325
+ required: string[];
1326
+ properties: {
1327
+ integrationType: {
1328
+ const: IntegrationType;
1329
+ };
1330
+ connectionOptions: {
1331
+ type: string;
1332
+ nullable: boolean;
1333
+ required: string[];
1334
+ properties: {
1335
+ host: {
1336
+ type: string;
1337
+ nullable: boolean;
1338
+ };
1339
+ user: {
1340
+ type: string;
1341
+ nullable: boolean;
1342
+ };
1343
+ database: {
1344
+ type: string;
1345
+ nullable: boolean;
1346
+ };
1347
+ secrets: {
1348
+ type: string;
1349
+ required: string[];
1350
+ nullable: boolean;
1351
+ properties: {
1352
+ password: {
1353
+ type: string;
1354
+ nullable: boolean;
1355
+ isSecret: {};
1356
+ };
1357
+ };
1358
+ };
1359
+ connectionLimit: {
1360
+ type: string;
1361
+ nullable: boolean;
1362
+ };
1363
+ };
1364
+ };
1365
+ };
1366
+ } | {
1367
+ type: string;
1368
+ required: string[];
1369
+ properties: {
1370
+ integrationType: {
1371
+ const: IntegrationType;
1372
+ };
1373
+ connectionOptions: {
1374
+ type: string;
1375
+ nullable: boolean;
1376
+ required: string[];
1377
+ properties: {
1378
+ projectId: {
1379
+ type: string;
1380
+ nullable: boolean;
1381
+ };
1382
+ datasetId: {
1383
+ type: string;
1384
+ nullable: boolean;
1385
+ };
1386
+ email: {
1387
+ type: string;
1388
+ nullable: boolean;
1389
+ };
1390
+ secrets: {
1391
+ type: string;
1392
+ required: string[];
1393
+ nullable: boolean;
1394
+ properties: {
1395
+ privateKey: {
1396
+ type: string;
1397
+ nullable: boolean;
1398
+ isSecret: {};
1399
+ };
1400
+ };
1401
+ };
1402
+ };
1403
+ };
1404
+ };
1405
+ } | {
1406
+ type: string;
1407
+ required: string[];
1408
+ properties: {
1409
+ integrationType: {
1410
+ const: IntegrationType;
1411
+ };
1412
+ connectionOptions: {
1413
+ type: string;
1414
+ nullable: boolean;
1415
+ required: string[];
1416
+ properties: {
1417
+ brokerUrl: {
1418
+ type: string;
1419
+ nullable: boolean;
1420
+ };
1421
+ controllerUrl: {
1422
+ type: string;
1423
+ nullable: boolean;
1424
+ };
1425
+ user: {
1426
+ type: string;
1427
+ nullable: boolean;
1428
+ };
1429
+ secrets: {
1430
+ type: string;
1431
+ required: string[];
1432
+ nullable: boolean;
1433
+ properties: {
1434
+ password: {
1435
+ type: string;
1436
+ nullable: boolean;
1437
+ isSecret: {};
1438
+ };
1439
+ };
1440
+ };
1441
+ connectionLimit: {
1442
+ type: string;
1443
+ nullable: boolean;
1444
+ };
1445
+ };
1446
+ };
1447
+ };
1448
+ } | {
1449
+ type: string;
1450
+ required: string[];
1451
+ properties: {
1452
+ integrationType: {
1453
+ const: IntegrationType;
1454
+ };
1455
+ connectionOptions: {
1456
+ type: string;
1457
+ required: never[];
1458
+ properties: {
1459
+ account: {
1460
+ type: string;
1461
+ nullable: boolean;
1462
+ };
1463
+ username: {
1464
+ type: string;
1465
+ nullable: boolean;
1466
+ };
1467
+ database: {
1468
+ type: string;
1469
+ nullable: boolean;
1470
+ };
1471
+ schema: {
1472
+ type: string;
1473
+ nullable: boolean;
1474
+ };
1475
+ warehouse: {
1476
+ type: string;
1477
+ nullable: boolean;
1478
+ };
1479
+ role: {
1480
+ type: string;
1481
+ nullable: boolean;
1482
+ };
1483
+ secrets: {
1484
+ type: string;
1485
+ required: string[];
1486
+ nullable: boolean;
1487
+ properties: {
1488
+ password: {
1489
+ type: string;
1490
+ nullable: boolean;
1491
+ isSecret: {};
1492
+ };
1493
+ };
1494
+ };
1495
+ };
1496
+ };
1497
+ };
1498
+ } | {
1499
+ type: string;
1500
+ required: string[];
1501
+ properties: {
1502
+ integrationType: {
1503
+ const: IntegrationType;
1504
+ };
1505
+ connectionOptions: {
1506
+ type: string;
1507
+ nullable: boolean;
1508
+ required: string[];
1509
+ properties: {
1510
+ connectionString: {
1511
+ type: string;
1512
+ nullable: boolean;
1513
+ };
1514
+ user: {
1515
+ type: string;
1516
+ nullable: boolean;
1517
+ };
1518
+ secrets: {
1519
+ type: string;
1520
+ nullable: boolean;
1521
+ properties: {
1522
+ password: {
1523
+ type: string;
1524
+ nullable: boolean;
1525
+ isSecret: {};
1526
+ };
1527
+ };
1528
+ };
1529
+ maxPoolSize: {
1530
+ type: string;
1531
+ nullable: boolean;
1532
+ };
1533
+ minPoolSize: {
1534
+ type: string;
1535
+ nullable: boolean;
1536
+ };
1537
+ socketTimeoutMS: {
1538
+ type: string;
1539
+ nullable: boolean;
1540
+ };
1541
+ keepAlive: {
1542
+ type: string;
1543
+ nullable: boolean;
1544
+ };
1545
+ directConnection: {
1546
+ type: string;
1547
+ nullable: boolean;
1548
+ };
1549
+ ssl: {
1550
+ type: string;
1551
+ nullable: boolean;
1552
+ required: string[];
1553
+ properties: {
1554
+ certificateFile: {
1555
+ type: string;
1556
+ nullable: boolean;
1557
+ };
1558
+ validate: {
1559
+ type: string;
1560
+ nullable: boolean;
1561
+ };
1562
+ };
1563
+ };
1564
+ };
1565
+ };
1566
+ };
1567
+ } | {
1568
+ type: string;
1569
+ properties: {
1570
+ integrationType: {
1571
+ const: IntegrationType;
1572
+ };
1573
+ connectionOptions?: undefined;
1574
+ };
1575
+ required?: undefined;
1576
+ })[];
1577
+ };
1578
+ export declare const DiscoverGraphQLConnectionSchemaRequestSchema: {
1579
+ type: string;
1580
+ required: string[];
1581
+ properties: {
1582
+ integrationType: {
1583
+ const: IntegrationType;
1584
+ };
1585
+ connectionOptions: {
1586
+ type: string;
1587
+ nullable: boolean;
1588
+ required: string[];
1589
+ properties: {
1590
+ baseUrl: {
1591
+ type: string;
1592
+ nullable: boolean;
1593
+ format: string;
1594
+ };
1595
+ };
1596
+ };
1597
+ };
1598
+ };
1599
+ export declare const UpdateAllowedHostsRequestSchema: {
1600
+ type: string;
1601
+ required: string[];
1602
+ properties: {
1603
+ allowedHosts: {
1604
+ type: string;
1605
+ nullable: boolean;
1606
+ minItems: number;
1607
+ items: {
1608
+ type: string;
1609
+ nullable: boolean;
1610
+ };
1611
+ };
1612
+ };
1613
+ };
1614
+ export declare const DiscoverOpenApiSchemaRequestSchema: {
1615
+ type: string;
1616
+ required: string[];
1617
+ properties: {
1618
+ discoveryOptions: {
1619
+ type: string;
1620
+ properties: {
1621
+ openApiSpecUrl: {
1622
+ type: string;
1623
+ format: string;
1624
+ };
1625
+ };
1626
+ };
1627
+ };
1628
+ };
1629
+ export declare const GetSchemaSchema: {
1630
+ type: string;
1631
+ required: string[];
1632
+ properties: {
1633
+ integrationId: {
1634
+ type: string;
1635
+ nullable: boolean;
1636
+ };
1637
+ };
1638
+ };
1639
+ export declare const GetAiChatbotProfilesSchema: {
1640
+ type: string;
1641
+ required: string[];
1642
+ properties: {
1643
+ integrationId: {
1644
+ type: string;
1645
+ nullable: boolean;
1646
+ };
1647
+ };
1648
+ };