@squidcloud/local-backend 1.0.25 → 1.0.26

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