@gezelligate/core 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +29 -0
  3. package/dist/bridgeManifest.d.ts +67 -0
  4. package/dist/bridgeManifest.d.ts.map +1 -0
  5. package/dist/bridgeManifest.js +35 -0
  6. package/dist/bridgeManifest.js.map +1 -0
  7. package/dist/capabilities.d.ts +23 -0
  8. package/dist/capabilities.d.ts.map +1 -0
  9. package/dist/capabilities.js +15 -0
  10. package/dist/capabilities.js.map +1 -0
  11. package/dist/catalog/bootstrap.d.ts +25 -0
  12. package/dist/catalog/bootstrap.d.ts.map +1 -0
  13. package/dist/catalog/bootstrap.js +56 -0
  14. package/dist/catalog/bootstrap.js.map +1 -0
  15. package/dist/catalog/index.d.ts +4 -0
  16. package/dist/catalog/index.d.ts.map +1 -0
  17. package/dist/catalog/index.js +4 -0
  18. package/dist/catalog/index.js.map +1 -0
  19. package/dist/catalog/projectPin.d.ts +22 -0
  20. package/dist/catalog/projectPin.d.ts.map +1 -0
  21. package/dist/catalog/projectPin.js +39 -0
  22. package/dist/catalog/projectPin.js.map +1 -0
  23. package/dist/catalog/reader.d.ts +44 -0
  24. package/dist/catalog/reader.d.ts.map +1 -0
  25. package/dist/catalog/reader.js +7 -0
  26. package/dist/catalog/reader.js.map +1 -0
  27. package/dist/catalog/tarball.d.ts +48 -0
  28. package/dist/catalog/tarball.d.ts.map +1 -0
  29. package/dist/catalog/tarball.js +114 -0
  30. package/dist/catalog/tarball.js.map +1 -0
  31. package/dist/cluster.d.ts +4 -0
  32. package/dist/cluster.d.ts.map +1 -0
  33. package/dist/cluster.js +46 -0
  34. package/dist/cluster.js.map +1 -0
  35. package/dist/dedicatedPeer.d.ts +43 -0
  36. package/dist/dedicatedPeer.d.ts.map +1 -0
  37. package/dist/dedicatedPeer.js +38 -0
  38. package/dist/dedicatedPeer.js.map +1 -0
  39. package/dist/dependencies.d.ts +6 -0
  40. package/dist/dependencies.d.ts.map +1 -0
  41. package/dist/dependencies.js +124 -0
  42. package/dist/dependencies.js.map +1 -0
  43. package/dist/index.d.ts +15 -0
  44. package/dist/index.d.ts.map +1 -0
  45. package/dist/index.js +17 -0
  46. package/dist/index.js.map +1 -0
  47. package/dist/ingress.d.ts +4 -0
  48. package/dist/ingress.d.ts.map +1 -0
  49. package/dist/ingress.js +17 -0
  50. package/dist/ingress.js.map +1 -0
  51. package/dist/keycloak.d.ts +61 -0
  52. package/dist/keycloak.d.ts.map +1 -0
  53. package/dist/keycloak.js +161 -0
  54. package/dist/keycloak.js.map +1 -0
  55. package/dist/numericId.d.ts +2 -0
  56. package/dist/numericId.d.ts.map +1 -0
  57. package/dist/numericId.js +22 -0
  58. package/dist/numericId.js.map +1 -0
  59. package/dist/providers/lifecycle.d.ts +81 -0
  60. package/dist/providers/lifecycle.d.ts.map +1 -0
  61. package/dist/providers/lifecycle.js +22 -0
  62. package/dist/providers/lifecycle.js.map +1 -0
  63. package/dist/providers.d.ts +4 -0
  64. package/dist/providers.d.ts.map +1 -0
  65. package/dist/providers.js +45 -0
  66. package/dist/providers.js.map +1 -0
  67. package/dist/render.d.ts +22 -0
  68. package/dist/render.d.ts.map +1 -0
  69. package/dist/render.js +354 -0
  70. package/dist/render.js.map +1 -0
  71. package/dist/repository.d.ts +4 -0
  72. package/dist/repository.d.ts.map +1 -0
  73. package/dist/repository.js +31 -0
  74. package/dist/repository.js.map +1 -0
  75. package/dist/schema/clusterYaml.d.ts +39 -0
  76. package/dist/schema/clusterYaml.d.ts.map +1 -0
  77. package/dist/schema/clusterYaml.js +24 -0
  78. package/dist/schema/clusterYaml.js.map +1 -0
  79. package/dist/schema/configYaml.d.ts +90 -0
  80. package/dist/schema/configYaml.d.ts.map +1 -0
  81. package/dist/schema/configYaml.js +32 -0
  82. package/dist/schema/configYaml.js.map +1 -0
  83. package/dist/schema/providerYaml.d.ts +312 -0
  84. package/dist/schema/providerYaml.d.ts.map +1 -0
  85. package/dist/schema/providerYaml.js +54 -0
  86. package/dist/schema/providerYaml.js.map +1 -0
  87. package/dist/schema/serviceYaml.d.ts +2407 -0
  88. package/dist/schema/serviceYaml.d.ts.map +1 -0
  89. package/dist/schema/serviceYaml.js +200 -0
  90. package/dist/schema/serviceYaml.js.map +1 -0
  91. package/dist/secrets.d.ts +4 -0
  92. package/dist/secrets.d.ts.map +1 -0
  93. package/dist/secrets.js +31 -0
  94. package/dist/secrets.js.map +1 -0
  95. package/dist/secretsSummary.d.ts +2 -0
  96. package/dist/secretsSummary.d.ts.map +1 -0
  97. package/dist/secretsSummary.js +50 -0
  98. package/dist/secretsSummary.js.map +1 -0
  99. package/dist/services.d.ts +7 -0
  100. package/dist/services.d.ts.map +1 -0
  101. package/dist/services.js +66 -0
  102. package/dist/services.js.map +1 -0
  103. package/dist/sharedDb.d.ts +3 -0
  104. package/dist/sharedDb.d.ts.map +1 -0
  105. package/dist/sharedDb.js +104 -0
  106. package/dist/sharedDb.js.map +1 -0
  107. package/dist/target.d.ts +35 -0
  108. package/dist/target.d.ts.map +1 -0
  109. package/dist/target.js +7 -0
  110. package/dist/target.js.map +1 -0
  111. package/dist/templates/dedicated-postgres.docker.yaml.tmpl +12 -0
  112. package/dist/templates/dedicated-postgres.k8s.yaml.tmpl +57 -0
  113. package/dist/templates/dedicated-redis.docker.yaml.tmpl +9 -0
  114. package/dist/templates/dedicated-redis.k8s.yaml.tmpl +46 -0
  115. package/dist/templating.d.ts +2 -0
  116. package/dist/templating.d.ts.map +1 -0
  117. package/dist/templating.js +15 -0
  118. package/dist/templating.js.map +1 -0
  119. package/package.json +65 -0
@@ -0,0 +1,2407 @@
1
+ import { z } from "zod";
2
+ export declare const FormFieldSchema: z.ZodObject<{
3
+ key: z.ZodString;
4
+ label: z.ZodString;
5
+ type: z.ZodEnum<["string", "email", "boolean", "number", "select"]>;
6
+ default: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
7
+ required: z.ZodOptional<z.ZodBoolean>;
8
+ help: z.ZodOptional<z.ZodString>;
9
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
10
+ value: z.ZodString;
11
+ label: z.ZodString;
12
+ }, "strip", z.ZodTypeAny, {
13
+ label: string;
14
+ value: string;
15
+ }, {
16
+ label: string;
17
+ value: string;
18
+ }>, "many">>;
19
+ }, "strip", z.ZodTypeAny, {
20
+ key: string;
21
+ label: string;
22
+ type: "string" | "number" | "boolean" | "email" | "select";
23
+ options?: {
24
+ label: string;
25
+ value: string;
26
+ }[] | undefined;
27
+ default?: string | number | boolean | undefined;
28
+ required?: boolean | undefined;
29
+ help?: string | undefined;
30
+ }, {
31
+ key: string;
32
+ label: string;
33
+ type: "string" | "number" | "boolean" | "email" | "select";
34
+ options?: {
35
+ label: string;
36
+ value: string;
37
+ }[] | undefined;
38
+ default?: string | number | boolean | undefined;
39
+ required?: boolean | undefined;
40
+ help?: string | undefined;
41
+ }>;
42
+ declare const DependencySchema: z.ZodObject<{
43
+ service: z.ZodString;
44
+ reason: z.ZodString;
45
+ required: z.ZodBoolean;
46
+ when: z.ZodOptional<z.ZodString>;
47
+ }, "strip", z.ZodTypeAny, {
48
+ required: boolean;
49
+ service: string;
50
+ reason: string;
51
+ when?: string | undefined;
52
+ }, {
53
+ required: boolean;
54
+ service: string;
55
+ reason: string;
56
+ when?: string | undefined;
57
+ }>;
58
+ declare const SecretSchema: z.ZodObject<{
59
+ key: z.ZodString;
60
+ generator: z.ZodEnum<["password", "hex", "uuid"]>;
61
+ length: z.ZodOptional<z.ZodNumber>;
62
+ }, "strip", z.ZodTypeAny, {
63
+ key: string;
64
+ generator: "password" | "hex" | "uuid";
65
+ length?: number | undefined;
66
+ }, {
67
+ key: string;
68
+ generator: "password" | "hex" | "uuid";
69
+ length?: number | undefined;
70
+ }>;
71
+ declare const DatabaseSchema: z.ZodObject<{
72
+ engine: z.ZodLiteral<"postgres">;
73
+ preferShared: z.ZodDefault<z.ZodBoolean>;
74
+ name: z.ZodString;
75
+ user: z.ZodString;
76
+ storage: z.ZodOptional<z.ZodString>;
77
+ }, "strict", z.ZodTypeAny, {
78
+ engine: "postgres";
79
+ preferShared: boolean;
80
+ name: string;
81
+ user: string;
82
+ storage?: string | undefined;
83
+ }, {
84
+ engine: "postgres";
85
+ name: string;
86
+ user: string;
87
+ preferShared?: boolean | undefined;
88
+ storage?: string | undefined;
89
+ }>;
90
+ declare const RedisSchema: z.ZodObject<{
91
+ preferShared: z.ZodDefault<z.ZodBoolean>;
92
+ }, "strict", z.ZodTypeAny, {
93
+ preferShared: boolean;
94
+ }, {
95
+ preferShared?: boolean | undefined;
96
+ }>;
97
+ declare const BridgeSchema: z.ZodObject<{
98
+ tile: z.ZodObject<{
99
+ name: z.ZodString;
100
+ icon: z.ZodString;
101
+ url: z.ZodString;
102
+ }, "strip", z.ZodTypeAny, {
103
+ name: string;
104
+ icon: string;
105
+ url: string;
106
+ }, {
107
+ name: string;
108
+ icon: string;
109
+ url: string;
110
+ }>;
111
+ activity: z.ZodOptional<z.ZodObject<{
112
+ api: z.ZodObject<{
113
+ unreadEndpoint: z.ZodString;
114
+ auth: z.ZodEnum<["oidc-passthrough", "service-token"]>;
115
+ }, "strip", z.ZodTypeAny, {
116
+ unreadEndpoint: string;
117
+ auth: "oidc-passthrough" | "service-token";
118
+ }, {
119
+ unreadEndpoint: string;
120
+ auth: "oidc-passthrough" | "service-token";
121
+ }>;
122
+ }, "strip", z.ZodTypeAny, {
123
+ api: {
124
+ unreadEndpoint: string;
125
+ auth: "oidc-passthrough" | "service-token";
126
+ };
127
+ }, {
128
+ api: {
129
+ unreadEndpoint: string;
130
+ auth: "oidc-passthrough" | "service-token";
131
+ };
132
+ }>>;
133
+ recentItems: z.ZodOptional<z.ZodObject<{
134
+ api: z.ZodObject<{
135
+ endpoint: z.ZodString;
136
+ limit: z.ZodNumber;
137
+ mapping: z.ZodObject<{
138
+ id: z.ZodString;
139
+ title: z.ZodString;
140
+ url: z.ZodString;
141
+ timestamp: z.ZodString;
142
+ }, "strip", z.ZodTypeAny, {
143
+ url: string;
144
+ id: string;
145
+ title: string;
146
+ timestamp: string;
147
+ }, {
148
+ url: string;
149
+ id: string;
150
+ title: string;
151
+ timestamp: string;
152
+ }>;
153
+ }, "strip", z.ZodTypeAny, {
154
+ endpoint: string;
155
+ limit: number;
156
+ mapping: {
157
+ url: string;
158
+ id: string;
159
+ title: string;
160
+ timestamp: string;
161
+ };
162
+ }, {
163
+ endpoint: string;
164
+ limit: number;
165
+ mapping: {
166
+ url: string;
167
+ id: string;
168
+ title: string;
169
+ timestamp: string;
170
+ };
171
+ }>;
172
+ }, "strip", z.ZodTypeAny, {
173
+ api: {
174
+ endpoint: string;
175
+ limit: number;
176
+ mapping: {
177
+ url: string;
178
+ id: string;
179
+ title: string;
180
+ timestamp: string;
181
+ };
182
+ };
183
+ }, {
184
+ api: {
185
+ endpoint: string;
186
+ limit: number;
187
+ mapping: {
188
+ url: string;
189
+ id: string;
190
+ title: string;
191
+ timestamp: string;
192
+ };
193
+ };
194
+ }>>;
195
+ dbRead: z.ZodOptional<z.ZodObject<{
196
+ tables: z.ZodArray<z.ZodString, "many">;
197
+ }, "strip", z.ZodTypeAny, {
198
+ tables: string[];
199
+ }, {
200
+ tables: string[];
201
+ }>>;
202
+ search: z.ZodOptional<z.ZodEffects<z.ZodObject<{
203
+ api: z.ZodOptional<z.ZodObject<{
204
+ method: z.ZodEnum<["GET", "POST"]>;
205
+ endpoint: z.ZodString;
206
+ body: z.ZodOptional<z.ZodString>;
207
+ auth: z.ZodEnum<["oidc-passthrough", "service-token"]>;
208
+ mapping: z.ZodObject<{
209
+ id: z.ZodString;
210
+ title: z.ZodString;
211
+ url: z.ZodString;
212
+ timestamp: z.ZodString;
213
+ snippet: z.ZodOptional<z.ZodString>;
214
+ }, "strip", z.ZodTypeAny, {
215
+ url: string;
216
+ id: string;
217
+ title: string;
218
+ timestamp: string;
219
+ snippet?: string | undefined;
220
+ }, {
221
+ url: string;
222
+ id: string;
223
+ title: string;
224
+ timestamp: string;
225
+ snippet?: string | undefined;
226
+ }>;
227
+ }, "strip", z.ZodTypeAny, {
228
+ auth: "oidc-passthrough" | "service-token";
229
+ endpoint: string;
230
+ mapping: {
231
+ url: string;
232
+ id: string;
233
+ title: string;
234
+ timestamp: string;
235
+ snippet?: string | undefined;
236
+ };
237
+ method: "GET" | "POST";
238
+ body?: string | undefined;
239
+ }, {
240
+ auth: "oidc-passthrough" | "service-token";
241
+ endpoint: string;
242
+ mapping: {
243
+ url: string;
244
+ id: string;
245
+ title: string;
246
+ timestamp: string;
247
+ snippet?: string | undefined;
248
+ };
249
+ method: "GET" | "POST";
250
+ body?: string | undefined;
251
+ }>>;
252
+ index: z.ZodOptional<z.ZodObject<{
253
+ table: z.ZodString;
254
+ where: z.ZodOptional<z.ZodString>;
255
+ watermark: z.ZodString;
256
+ fields: z.ZodObject<{
257
+ id: z.ZodString;
258
+ title: z.ZodString;
259
+ body: z.ZodString;
260
+ url: z.ZodString;
261
+ timestamp: z.ZodString;
262
+ }, "strip", z.ZodTypeAny, {
263
+ url: string;
264
+ id: string;
265
+ title: string;
266
+ timestamp: string;
267
+ body: string;
268
+ }, {
269
+ url: string;
270
+ id: string;
271
+ title: string;
272
+ timestamp: string;
273
+ body: string;
274
+ }>;
275
+ }, "strip", z.ZodTypeAny, {
276
+ table: string;
277
+ watermark: string;
278
+ fields: {
279
+ url: string;
280
+ id: string;
281
+ title: string;
282
+ timestamp: string;
283
+ body: string;
284
+ };
285
+ where?: string | undefined;
286
+ }, {
287
+ table: string;
288
+ watermark: string;
289
+ fields: {
290
+ url: string;
291
+ id: string;
292
+ title: string;
293
+ timestamp: string;
294
+ body: string;
295
+ };
296
+ where?: string | undefined;
297
+ }>>;
298
+ }, "strip", z.ZodTypeAny, {
299
+ api?: {
300
+ auth: "oidc-passthrough" | "service-token";
301
+ endpoint: string;
302
+ mapping: {
303
+ url: string;
304
+ id: string;
305
+ title: string;
306
+ timestamp: string;
307
+ snippet?: string | undefined;
308
+ };
309
+ method: "GET" | "POST";
310
+ body?: string | undefined;
311
+ } | undefined;
312
+ index?: {
313
+ table: string;
314
+ watermark: string;
315
+ fields: {
316
+ url: string;
317
+ id: string;
318
+ title: string;
319
+ timestamp: string;
320
+ body: string;
321
+ };
322
+ where?: string | undefined;
323
+ } | undefined;
324
+ }, {
325
+ api?: {
326
+ auth: "oidc-passthrough" | "service-token";
327
+ endpoint: string;
328
+ mapping: {
329
+ url: string;
330
+ id: string;
331
+ title: string;
332
+ timestamp: string;
333
+ snippet?: string | undefined;
334
+ };
335
+ method: "GET" | "POST";
336
+ body?: string | undefined;
337
+ } | undefined;
338
+ index?: {
339
+ table: string;
340
+ watermark: string;
341
+ fields: {
342
+ url: string;
343
+ id: string;
344
+ title: string;
345
+ timestamp: string;
346
+ body: string;
347
+ };
348
+ where?: string | undefined;
349
+ } | undefined;
350
+ }>, {
351
+ api?: {
352
+ auth: "oidc-passthrough" | "service-token";
353
+ endpoint: string;
354
+ mapping: {
355
+ url: string;
356
+ id: string;
357
+ title: string;
358
+ timestamp: string;
359
+ snippet?: string | undefined;
360
+ };
361
+ method: "GET" | "POST";
362
+ body?: string | undefined;
363
+ } | undefined;
364
+ index?: {
365
+ table: string;
366
+ watermark: string;
367
+ fields: {
368
+ url: string;
369
+ id: string;
370
+ title: string;
371
+ timestamp: string;
372
+ body: string;
373
+ };
374
+ where?: string | undefined;
375
+ } | undefined;
376
+ }, {
377
+ api?: {
378
+ auth: "oidc-passthrough" | "service-token";
379
+ endpoint: string;
380
+ mapping: {
381
+ url: string;
382
+ id: string;
383
+ title: string;
384
+ timestamp: string;
385
+ snippet?: string | undefined;
386
+ };
387
+ method: "GET" | "POST";
388
+ body?: string | undefined;
389
+ } | undefined;
390
+ index?: {
391
+ table: string;
392
+ watermark: string;
393
+ fields: {
394
+ url: string;
395
+ id: string;
396
+ title: string;
397
+ timestamp: string;
398
+ body: string;
399
+ };
400
+ where?: string | undefined;
401
+ } | undefined;
402
+ }>>;
403
+ }, "strip", z.ZodTypeAny, {
404
+ tile: {
405
+ name: string;
406
+ icon: string;
407
+ url: string;
408
+ };
409
+ activity?: {
410
+ api: {
411
+ unreadEndpoint: string;
412
+ auth: "oidc-passthrough" | "service-token";
413
+ };
414
+ } | undefined;
415
+ recentItems?: {
416
+ api: {
417
+ endpoint: string;
418
+ limit: number;
419
+ mapping: {
420
+ url: string;
421
+ id: string;
422
+ title: string;
423
+ timestamp: string;
424
+ };
425
+ };
426
+ } | undefined;
427
+ dbRead?: {
428
+ tables: string[];
429
+ } | undefined;
430
+ search?: {
431
+ api?: {
432
+ auth: "oidc-passthrough" | "service-token";
433
+ endpoint: string;
434
+ mapping: {
435
+ url: string;
436
+ id: string;
437
+ title: string;
438
+ timestamp: string;
439
+ snippet?: string | undefined;
440
+ };
441
+ method: "GET" | "POST";
442
+ body?: string | undefined;
443
+ } | undefined;
444
+ index?: {
445
+ table: string;
446
+ watermark: string;
447
+ fields: {
448
+ url: string;
449
+ id: string;
450
+ title: string;
451
+ timestamp: string;
452
+ body: string;
453
+ };
454
+ where?: string | undefined;
455
+ } | undefined;
456
+ } | undefined;
457
+ }, {
458
+ tile: {
459
+ name: string;
460
+ icon: string;
461
+ url: string;
462
+ };
463
+ activity?: {
464
+ api: {
465
+ unreadEndpoint: string;
466
+ auth: "oidc-passthrough" | "service-token";
467
+ };
468
+ } | undefined;
469
+ recentItems?: {
470
+ api: {
471
+ endpoint: string;
472
+ limit: number;
473
+ mapping: {
474
+ url: string;
475
+ id: string;
476
+ title: string;
477
+ timestamp: string;
478
+ };
479
+ };
480
+ } | undefined;
481
+ dbRead?: {
482
+ tables: string[];
483
+ } | undefined;
484
+ search?: {
485
+ api?: {
486
+ auth: "oidc-passthrough" | "service-token";
487
+ endpoint: string;
488
+ mapping: {
489
+ url: string;
490
+ id: string;
491
+ title: string;
492
+ timestamp: string;
493
+ snippet?: string | undefined;
494
+ };
495
+ method: "GET" | "POST";
496
+ body?: string | undefined;
497
+ } | undefined;
498
+ index?: {
499
+ table: string;
500
+ watermark: string;
501
+ fields: {
502
+ url: string;
503
+ id: string;
504
+ title: string;
505
+ timestamp: string;
506
+ body: string;
507
+ };
508
+ where?: string | undefined;
509
+ } | undefined;
510
+ } | undefined;
511
+ }>;
512
+ declare const UserSeedSchema: z.ZodObject<{
513
+ passwordEnv: z.ZodString;
514
+ }, "strip", z.ZodTypeAny, {
515
+ passwordEnv: string;
516
+ }, {
517
+ passwordEnv: string;
518
+ }>;
519
+ declare const BridgeReaderSchema: z.ZodObject<{
520
+ roleName: z.ZodString;
521
+ passwordEnv: z.ZodString;
522
+ }, "strip", z.ZodTypeAny, {
523
+ passwordEnv: string;
524
+ roleName: string;
525
+ }, {
526
+ passwordEnv: string;
527
+ roleName: string;
528
+ }>;
529
+ declare const ProvidesSchema: z.ZodObject<{
530
+ oidcClient: z.ZodOptional<z.ZodObject<{
531
+ clientId: z.ZodString;
532
+ redirectUris: z.ZodArray<z.ZodString, "many">;
533
+ scopes: z.ZodArray<z.ZodString, "many">;
534
+ userinfoFormat: z.ZodOptional<z.ZodEnum<["oidc", "gitlab"]>>;
535
+ tokenExchange: z.ZodOptional<z.ZodBoolean>;
536
+ }, "strip", z.ZodTypeAny, {
537
+ clientId: string;
538
+ redirectUris: string[];
539
+ scopes: string[];
540
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
541
+ tokenExchange?: boolean | undefined;
542
+ }, {
543
+ clientId: string;
544
+ redirectUris: string[];
545
+ scopes: string[];
546
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
547
+ tokenExchange?: boolean | undefined;
548
+ }>>;
549
+ oidcServer: z.ZodOptional<z.ZodObject<{
550
+ realmEnv: z.ZodOptional<z.ZodString>;
551
+ }, "strip", z.ZodTypeAny, {
552
+ realmEnv?: string | undefined;
553
+ }, {
554
+ realmEnv?: string | undefined;
555
+ }>>;
556
+ userSeed: z.ZodOptional<z.ZodObject<{
557
+ passwordEnv: z.ZodString;
558
+ }, "strip", z.ZodTypeAny, {
559
+ passwordEnv: string;
560
+ }, {
561
+ passwordEnv: string;
562
+ }>>;
563
+ ingress: z.ZodOptional<z.ZodObject<{
564
+ host: z.ZodString;
565
+ port: z.ZodNumber;
566
+ k8s: z.ZodOptional<z.ZodObject<{
567
+ service: z.ZodOptional<z.ZodString>;
568
+ port: z.ZodOptional<z.ZodNumber>;
569
+ pathOverrides: z.ZodOptional<z.ZodArray<z.ZodObject<{
570
+ prefix: z.ZodString;
571
+ service: z.ZodString;
572
+ port: z.ZodNumber;
573
+ }, "strip", z.ZodTypeAny, {
574
+ service: string;
575
+ port: number;
576
+ prefix: string;
577
+ }, {
578
+ service: string;
579
+ port: number;
580
+ prefix: string;
581
+ }>, "many">>;
582
+ }, "strip", z.ZodTypeAny, {
583
+ service?: string | undefined;
584
+ port?: number | undefined;
585
+ pathOverrides?: {
586
+ service: string;
587
+ port: number;
588
+ prefix: string;
589
+ }[] | undefined;
590
+ }, {
591
+ service?: string | undefined;
592
+ port?: number | undefined;
593
+ pathOverrides?: {
594
+ service: string;
595
+ port: number;
596
+ prefix: string;
597
+ }[] | undefined;
598
+ }>>;
599
+ }, "strip", z.ZodTypeAny, {
600
+ host: string;
601
+ port: number;
602
+ k8s?: {
603
+ service?: string | undefined;
604
+ port?: number | undefined;
605
+ pathOverrides?: {
606
+ service: string;
607
+ port: number;
608
+ prefix: string;
609
+ }[] | undefined;
610
+ } | undefined;
611
+ }, {
612
+ host: string;
613
+ port: number;
614
+ k8s?: {
615
+ service?: string | undefined;
616
+ port?: number | undefined;
617
+ pathOverrides?: {
618
+ service: string;
619
+ port: number;
620
+ prefix: string;
621
+ }[] | undefined;
622
+ } | undefined;
623
+ }>>;
624
+ bridge: z.ZodOptional<z.ZodObject<{
625
+ tile: z.ZodObject<{
626
+ name: z.ZodString;
627
+ icon: z.ZodString;
628
+ url: z.ZodString;
629
+ }, "strip", z.ZodTypeAny, {
630
+ name: string;
631
+ icon: string;
632
+ url: string;
633
+ }, {
634
+ name: string;
635
+ icon: string;
636
+ url: string;
637
+ }>;
638
+ activity: z.ZodOptional<z.ZodObject<{
639
+ api: z.ZodObject<{
640
+ unreadEndpoint: z.ZodString;
641
+ auth: z.ZodEnum<["oidc-passthrough", "service-token"]>;
642
+ }, "strip", z.ZodTypeAny, {
643
+ unreadEndpoint: string;
644
+ auth: "oidc-passthrough" | "service-token";
645
+ }, {
646
+ unreadEndpoint: string;
647
+ auth: "oidc-passthrough" | "service-token";
648
+ }>;
649
+ }, "strip", z.ZodTypeAny, {
650
+ api: {
651
+ unreadEndpoint: string;
652
+ auth: "oidc-passthrough" | "service-token";
653
+ };
654
+ }, {
655
+ api: {
656
+ unreadEndpoint: string;
657
+ auth: "oidc-passthrough" | "service-token";
658
+ };
659
+ }>>;
660
+ recentItems: z.ZodOptional<z.ZodObject<{
661
+ api: z.ZodObject<{
662
+ endpoint: z.ZodString;
663
+ limit: z.ZodNumber;
664
+ mapping: z.ZodObject<{
665
+ id: z.ZodString;
666
+ title: z.ZodString;
667
+ url: z.ZodString;
668
+ timestamp: z.ZodString;
669
+ }, "strip", z.ZodTypeAny, {
670
+ url: string;
671
+ id: string;
672
+ title: string;
673
+ timestamp: string;
674
+ }, {
675
+ url: string;
676
+ id: string;
677
+ title: string;
678
+ timestamp: string;
679
+ }>;
680
+ }, "strip", z.ZodTypeAny, {
681
+ endpoint: string;
682
+ limit: number;
683
+ mapping: {
684
+ url: string;
685
+ id: string;
686
+ title: string;
687
+ timestamp: string;
688
+ };
689
+ }, {
690
+ endpoint: string;
691
+ limit: number;
692
+ mapping: {
693
+ url: string;
694
+ id: string;
695
+ title: string;
696
+ timestamp: string;
697
+ };
698
+ }>;
699
+ }, "strip", z.ZodTypeAny, {
700
+ api: {
701
+ endpoint: string;
702
+ limit: number;
703
+ mapping: {
704
+ url: string;
705
+ id: string;
706
+ title: string;
707
+ timestamp: string;
708
+ };
709
+ };
710
+ }, {
711
+ api: {
712
+ endpoint: string;
713
+ limit: number;
714
+ mapping: {
715
+ url: string;
716
+ id: string;
717
+ title: string;
718
+ timestamp: string;
719
+ };
720
+ };
721
+ }>>;
722
+ dbRead: z.ZodOptional<z.ZodObject<{
723
+ tables: z.ZodArray<z.ZodString, "many">;
724
+ }, "strip", z.ZodTypeAny, {
725
+ tables: string[];
726
+ }, {
727
+ tables: string[];
728
+ }>>;
729
+ search: z.ZodOptional<z.ZodEffects<z.ZodObject<{
730
+ api: z.ZodOptional<z.ZodObject<{
731
+ method: z.ZodEnum<["GET", "POST"]>;
732
+ endpoint: z.ZodString;
733
+ body: z.ZodOptional<z.ZodString>;
734
+ auth: z.ZodEnum<["oidc-passthrough", "service-token"]>;
735
+ mapping: z.ZodObject<{
736
+ id: z.ZodString;
737
+ title: z.ZodString;
738
+ url: z.ZodString;
739
+ timestamp: z.ZodString;
740
+ snippet: z.ZodOptional<z.ZodString>;
741
+ }, "strip", z.ZodTypeAny, {
742
+ url: string;
743
+ id: string;
744
+ title: string;
745
+ timestamp: string;
746
+ snippet?: string | undefined;
747
+ }, {
748
+ url: string;
749
+ id: string;
750
+ title: string;
751
+ timestamp: string;
752
+ snippet?: string | undefined;
753
+ }>;
754
+ }, "strip", z.ZodTypeAny, {
755
+ auth: "oidc-passthrough" | "service-token";
756
+ endpoint: string;
757
+ mapping: {
758
+ url: string;
759
+ id: string;
760
+ title: string;
761
+ timestamp: string;
762
+ snippet?: string | undefined;
763
+ };
764
+ method: "GET" | "POST";
765
+ body?: string | undefined;
766
+ }, {
767
+ auth: "oidc-passthrough" | "service-token";
768
+ endpoint: string;
769
+ mapping: {
770
+ url: string;
771
+ id: string;
772
+ title: string;
773
+ timestamp: string;
774
+ snippet?: string | undefined;
775
+ };
776
+ method: "GET" | "POST";
777
+ body?: string | undefined;
778
+ }>>;
779
+ index: z.ZodOptional<z.ZodObject<{
780
+ table: z.ZodString;
781
+ where: z.ZodOptional<z.ZodString>;
782
+ watermark: z.ZodString;
783
+ fields: z.ZodObject<{
784
+ id: z.ZodString;
785
+ title: z.ZodString;
786
+ body: z.ZodString;
787
+ url: z.ZodString;
788
+ timestamp: z.ZodString;
789
+ }, "strip", z.ZodTypeAny, {
790
+ url: string;
791
+ id: string;
792
+ title: string;
793
+ timestamp: string;
794
+ body: string;
795
+ }, {
796
+ url: string;
797
+ id: string;
798
+ title: string;
799
+ timestamp: string;
800
+ body: string;
801
+ }>;
802
+ }, "strip", z.ZodTypeAny, {
803
+ table: string;
804
+ watermark: string;
805
+ fields: {
806
+ url: string;
807
+ id: string;
808
+ title: string;
809
+ timestamp: string;
810
+ body: string;
811
+ };
812
+ where?: string | undefined;
813
+ }, {
814
+ table: string;
815
+ watermark: string;
816
+ fields: {
817
+ url: string;
818
+ id: string;
819
+ title: string;
820
+ timestamp: string;
821
+ body: string;
822
+ };
823
+ where?: string | undefined;
824
+ }>>;
825
+ }, "strip", z.ZodTypeAny, {
826
+ api?: {
827
+ auth: "oidc-passthrough" | "service-token";
828
+ endpoint: string;
829
+ mapping: {
830
+ url: string;
831
+ id: string;
832
+ title: string;
833
+ timestamp: string;
834
+ snippet?: string | undefined;
835
+ };
836
+ method: "GET" | "POST";
837
+ body?: string | undefined;
838
+ } | undefined;
839
+ index?: {
840
+ table: string;
841
+ watermark: string;
842
+ fields: {
843
+ url: string;
844
+ id: string;
845
+ title: string;
846
+ timestamp: string;
847
+ body: string;
848
+ };
849
+ where?: string | undefined;
850
+ } | undefined;
851
+ }, {
852
+ api?: {
853
+ auth: "oidc-passthrough" | "service-token";
854
+ endpoint: string;
855
+ mapping: {
856
+ url: string;
857
+ id: string;
858
+ title: string;
859
+ timestamp: string;
860
+ snippet?: string | undefined;
861
+ };
862
+ method: "GET" | "POST";
863
+ body?: string | undefined;
864
+ } | undefined;
865
+ index?: {
866
+ table: string;
867
+ watermark: string;
868
+ fields: {
869
+ url: string;
870
+ id: string;
871
+ title: string;
872
+ timestamp: string;
873
+ body: string;
874
+ };
875
+ where?: string | undefined;
876
+ } | undefined;
877
+ }>, {
878
+ api?: {
879
+ auth: "oidc-passthrough" | "service-token";
880
+ endpoint: string;
881
+ mapping: {
882
+ url: string;
883
+ id: string;
884
+ title: string;
885
+ timestamp: string;
886
+ snippet?: string | undefined;
887
+ };
888
+ method: "GET" | "POST";
889
+ body?: string | undefined;
890
+ } | undefined;
891
+ index?: {
892
+ table: string;
893
+ watermark: string;
894
+ fields: {
895
+ url: string;
896
+ id: string;
897
+ title: string;
898
+ timestamp: string;
899
+ body: string;
900
+ };
901
+ where?: string | undefined;
902
+ } | undefined;
903
+ }, {
904
+ api?: {
905
+ auth: "oidc-passthrough" | "service-token";
906
+ endpoint: string;
907
+ mapping: {
908
+ url: string;
909
+ id: string;
910
+ title: string;
911
+ timestamp: string;
912
+ snippet?: string | undefined;
913
+ };
914
+ method: "GET" | "POST";
915
+ body?: string | undefined;
916
+ } | undefined;
917
+ index?: {
918
+ table: string;
919
+ watermark: string;
920
+ fields: {
921
+ url: string;
922
+ id: string;
923
+ title: string;
924
+ timestamp: string;
925
+ body: string;
926
+ };
927
+ where?: string | undefined;
928
+ } | undefined;
929
+ }>>;
930
+ }, "strip", z.ZodTypeAny, {
931
+ tile: {
932
+ name: string;
933
+ icon: string;
934
+ url: string;
935
+ };
936
+ activity?: {
937
+ api: {
938
+ unreadEndpoint: string;
939
+ auth: "oidc-passthrough" | "service-token";
940
+ };
941
+ } | undefined;
942
+ recentItems?: {
943
+ api: {
944
+ endpoint: string;
945
+ limit: number;
946
+ mapping: {
947
+ url: string;
948
+ id: string;
949
+ title: string;
950
+ timestamp: string;
951
+ };
952
+ };
953
+ } | undefined;
954
+ dbRead?: {
955
+ tables: string[];
956
+ } | undefined;
957
+ search?: {
958
+ api?: {
959
+ auth: "oidc-passthrough" | "service-token";
960
+ endpoint: string;
961
+ mapping: {
962
+ url: string;
963
+ id: string;
964
+ title: string;
965
+ timestamp: string;
966
+ snippet?: string | undefined;
967
+ };
968
+ method: "GET" | "POST";
969
+ body?: string | undefined;
970
+ } | undefined;
971
+ index?: {
972
+ table: string;
973
+ watermark: string;
974
+ fields: {
975
+ url: string;
976
+ id: string;
977
+ title: string;
978
+ timestamp: string;
979
+ body: string;
980
+ };
981
+ where?: string | undefined;
982
+ } | undefined;
983
+ } | undefined;
984
+ }, {
985
+ tile: {
986
+ name: string;
987
+ icon: string;
988
+ url: string;
989
+ };
990
+ activity?: {
991
+ api: {
992
+ unreadEndpoint: string;
993
+ auth: "oidc-passthrough" | "service-token";
994
+ };
995
+ } | undefined;
996
+ recentItems?: {
997
+ api: {
998
+ endpoint: string;
999
+ limit: number;
1000
+ mapping: {
1001
+ url: string;
1002
+ id: string;
1003
+ title: string;
1004
+ timestamp: string;
1005
+ };
1006
+ };
1007
+ } | undefined;
1008
+ dbRead?: {
1009
+ tables: string[];
1010
+ } | undefined;
1011
+ search?: {
1012
+ api?: {
1013
+ auth: "oidc-passthrough" | "service-token";
1014
+ endpoint: string;
1015
+ mapping: {
1016
+ url: string;
1017
+ id: string;
1018
+ title: string;
1019
+ timestamp: string;
1020
+ snippet?: string | undefined;
1021
+ };
1022
+ method: "GET" | "POST";
1023
+ body?: string | undefined;
1024
+ } | undefined;
1025
+ index?: {
1026
+ table: string;
1027
+ watermark: string;
1028
+ fields: {
1029
+ url: string;
1030
+ id: string;
1031
+ title: string;
1032
+ timestamp: string;
1033
+ body: string;
1034
+ };
1035
+ where?: string | undefined;
1036
+ } | undefined;
1037
+ } | undefined;
1038
+ }>>;
1039
+ bridgeReader: z.ZodOptional<z.ZodObject<{
1040
+ roleName: z.ZodString;
1041
+ passwordEnv: z.ZodString;
1042
+ }, "strip", z.ZodTypeAny, {
1043
+ passwordEnv: string;
1044
+ roleName: string;
1045
+ }, {
1046
+ passwordEnv: string;
1047
+ roleName: string;
1048
+ }>>;
1049
+ sharedDatabase: z.ZodOptional<z.ZodObject<{
1050
+ engine: z.ZodLiteral<"postgres">;
1051
+ }, "strip", z.ZodTypeAny, {
1052
+ engine: "postgres";
1053
+ }, {
1054
+ engine: "postgres";
1055
+ }>>;
1056
+ sharedRedis: z.ZodOptional<z.ZodDefault<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
1057
+ }, "strip", z.ZodTypeAny, {
1058
+ oidcClient?: {
1059
+ clientId: string;
1060
+ redirectUris: string[];
1061
+ scopes: string[];
1062
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
1063
+ tokenExchange?: boolean | undefined;
1064
+ } | undefined;
1065
+ oidcServer?: {
1066
+ realmEnv?: string | undefined;
1067
+ } | undefined;
1068
+ userSeed?: {
1069
+ passwordEnv: string;
1070
+ } | undefined;
1071
+ ingress?: {
1072
+ host: string;
1073
+ port: number;
1074
+ k8s?: {
1075
+ service?: string | undefined;
1076
+ port?: number | undefined;
1077
+ pathOverrides?: {
1078
+ service: string;
1079
+ port: number;
1080
+ prefix: string;
1081
+ }[] | undefined;
1082
+ } | undefined;
1083
+ } | undefined;
1084
+ bridge?: {
1085
+ tile: {
1086
+ name: string;
1087
+ icon: string;
1088
+ url: string;
1089
+ };
1090
+ activity?: {
1091
+ api: {
1092
+ unreadEndpoint: string;
1093
+ auth: "oidc-passthrough" | "service-token";
1094
+ };
1095
+ } | undefined;
1096
+ recentItems?: {
1097
+ api: {
1098
+ endpoint: string;
1099
+ limit: number;
1100
+ mapping: {
1101
+ url: string;
1102
+ id: string;
1103
+ title: string;
1104
+ timestamp: string;
1105
+ };
1106
+ };
1107
+ } | undefined;
1108
+ dbRead?: {
1109
+ tables: string[];
1110
+ } | undefined;
1111
+ search?: {
1112
+ api?: {
1113
+ auth: "oidc-passthrough" | "service-token";
1114
+ endpoint: string;
1115
+ mapping: {
1116
+ url: string;
1117
+ id: string;
1118
+ title: string;
1119
+ timestamp: string;
1120
+ snippet?: string | undefined;
1121
+ };
1122
+ method: "GET" | "POST";
1123
+ body?: string | undefined;
1124
+ } | undefined;
1125
+ index?: {
1126
+ table: string;
1127
+ watermark: string;
1128
+ fields: {
1129
+ url: string;
1130
+ id: string;
1131
+ title: string;
1132
+ timestamp: string;
1133
+ body: string;
1134
+ };
1135
+ where?: string | undefined;
1136
+ } | undefined;
1137
+ } | undefined;
1138
+ } | undefined;
1139
+ bridgeReader?: {
1140
+ passwordEnv: string;
1141
+ roleName: string;
1142
+ } | undefined;
1143
+ sharedDatabase?: {
1144
+ engine: "postgres";
1145
+ } | undefined;
1146
+ sharedRedis?: {} | undefined;
1147
+ }, {
1148
+ oidcClient?: {
1149
+ clientId: string;
1150
+ redirectUris: string[];
1151
+ scopes: string[];
1152
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
1153
+ tokenExchange?: boolean | undefined;
1154
+ } | undefined;
1155
+ oidcServer?: {
1156
+ realmEnv?: string | undefined;
1157
+ } | undefined;
1158
+ userSeed?: {
1159
+ passwordEnv: string;
1160
+ } | undefined;
1161
+ ingress?: {
1162
+ host: string;
1163
+ port: number;
1164
+ k8s?: {
1165
+ service?: string | undefined;
1166
+ port?: number | undefined;
1167
+ pathOverrides?: {
1168
+ service: string;
1169
+ port: number;
1170
+ prefix: string;
1171
+ }[] | undefined;
1172
+ } | undefined;
1173
+ } | undefined;
1174
+ bridge?: {
1175
+ tile: {
1176
+ name: string;
1177
+ icon: string;
1178
+ url: string;
1179
+ };
1180
+ activity?: {
1181
+ api: {
1182
+ unreadEndpoint: string;
1183
+ auth: "oidc-passthrough" | "service-token";
1184
+ };
1185
+ } | undefined;
1186
+ recentItems?: {
1187
+ api: {
1188
+ endpoint: string;
1189
+ limit: number;
1190
+ mapping: {
1191
+ url: string;
1192
+ id: string;
1193
+ title: string;
1194
+ timestamp: string;
1195
+ };
1196
+ };
1197
+ } | undefined;
1198
+ dbRead?: {
1199
+ tables: string[];
1200
+ } | undefined;
1201
+ search?: {
1202
+ api?: {
1203
+ auth: "oidc-passthrough" | "service-token";
1204
+ endpoint: string;
1205
+ mapping: {
1206
+ url: string;
1207
+ id: string;
1208
+ title: string;
1209
+ timestamp: string;
1210
+ snippet?: string | undefined;
1211
+ };
1212
+ method: "GET" | "POST";
1213
+ body?: string | undefined;
1214
+ } | undefined;
1215
+ index?: {
1216
+ table: string;
1217
+ watermark: string;
1218
+ fields: {
1219
+ url: string;
1220
+ id: string;
1221
+ title: string;
1222
+ timestamp: string;
1223
+ body: string;
1224
+ };
1225
+ where?: string | undefined;
1226
+ } | undefined;
1227
+ } | undefined;
1228
+ } | undefined;
1229
+ bridgeReader?: {
1230
+ passwordEnv: string;
1231
+ roleName: string;
1232
+ } | undefined;
1233
+ sharedDatabase?: {
1234
+ engine: "postgres";
1235
+ } | undefined;
1236
+ sharedRedis?: {} | undefined;
1237
+ }>;
1238
+ export declare const ServiceYamlSchema: z.ZodObject<{
1239
+ name: z.ZodString;
1240
+ displayName: z.ZodString;
1241
+ description: z.ZodString;
1242
+ category: z.ZodString;
1243
+ required: z.ZodBoolean;
1244
+ hidden: z.ZodOptional<z.ZodBoolean>;
1245
+ kernel: z.ZodOptional<z.ZodBoolean>;
1246
+ icon: z.ZodOptional<z.ZodString>;
1247
+ form: z.ZodArray<z.ZodObject<{
1248
+ key: z.ZodString;
1249
+ label: z.ZodString;
1250
+ type: z.ZodEnum<["string", "email", "boolean", "number", "select"]>;
1251
+ default: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
1252
+ required: z.ZodOptional<z.ZodBoolean>;
1253
+ help: z.ZodOptional<z.ZodString>;
1254
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
1255
+ value: z.ZodString;
1256
+ label: z.ZodString;
1257
+ }, "strip", z.ZodTypeAny, {
1258
+ label: string;
1259
+ value: string;
1260
+ }, {
1261
+ label: string;
1262
+ value: string;
1263
+ }>, "many">>;
1264
+ }, "strip", z.ZodTypeAny, {
1265
+ key: string;
1266
+ label: string;
1267
+ type: "string" | "number" | "boolean" | "email" | "select";
1268
+ options?: {
1269
+ label: string;
1270
+ value: string;
1271
+ }[] | undefined;
1272
+ default?: string | number | boolean | undefined;
1273
+ required?: boolean | undefined;
1274
+ help?: string | undefined;
1275
+ }, {
1276
+ key: string;
1277
+ label: string;
1278
+ type: "string" | "number" | "boolean" | "email" | "select";
1279
+ options?: {
1280
+ label: string;
1281
+ value: string;
1282
+ }[] | undefined;
1283
+ default?: string | number | boolean | undefined;
1284
+ required?: boolean | undefined;
1285
+ help?: string | undefined;
1286
+ }>, "many">;
1287
+ dependencies: z.ZodArray<z.ZodObject<{
1288
+ service: z.ZodString;
1289
+ reason: z.ZodString;
1290
+ required: z.ZodBoolean;
1291
+ when: z.ZodOptional<z.ZodString>;
1292
+ }, "strip", z.ZodTypeAny, {
1293
+ required: boolean;
1294
+ service: string;
1295
+ reason: string;
1296
+ when?: string | undefined;
1297
+ }, {
1298
+ required: boolean;
1299
+ service: string;
1300
+ reason: string;
1301
+ when?: string | undefined;
1302
+ }>, "many">;
1303
+ secrets: z.ZodArray<z.ZodObject<{
1304
+ key: z.ZodString;
1305
+ generator: z.ZodEnum<["password", "hex", "uuid"]>;
1306
+ length: z.ZodOptional<z.ZodNumber>;
1307
+ }, "strip", z.ZodTypeAny, {
1308
+ key: string;
1309
+ generator: "password" | "hex" | "uuid";
1310
+ length?: number | undefined;
1311
+ }, {
1312
+ key: string;
1313
+ generator: "password" | "hex" | "uuid";
1314
+ length?: number | undefined;
1315
+ }>, "many">;
1316
+ database: z.ZodOptional<z.ZodObject<{
1317
+ engine: z.ZodLiteral<"postgres">;
1318
+ preferShared: z.ZodDefault<z.ZodBoolean>;
1319
+ name: z.ZodString;
1320
+ user: z.ZodString;
1321
+ storage: z.ZodOptional<z.ZodString>;
1322
+ }, "strict", z.ZodTypeAny, {
1323
+ engine: "postgres";
1324
+ preferShared: boolean;
1325
+ name: string;
1326
+ user: string;
1327
+ storage?: string | undefined;
1328
+ }, {
1329
+ engine: "postgres";
1330
+ name: string;
1331
+ user: string;
1332
+ preferShared?: boolean | undefined;
1333
+ storage?: string | undefined;
1334
+ }>>;
1335
+ redis: z.ZodOptional<z.ZodObject<{
1336
+ preferShared: z.ZodDefault<z.ZodBoolean>;
1337
+ }, "strict", z.ZodTypeAny, {
1338
+ preferShared: boolean;
1339
+ }, {
1340
+ preferShared?: boolean | undefined;
1341
+ }>>;
1342
+ provides: z.ZodObject<{
1343
+ oidcClient: z.ZodOptional<z.ZodObject<{
1344
+ clientId: z.ZodString;
1345
+ redirectUris: z.ZodArray<z.ZodString, "many">;
1346
+ scopes: z.ZodArray<z.ZodString, "many">;
1347
+ userinfoFormat: z.ZodOptional<z.ZodEnum<["oidc", "gitlab"]>>;
1348
+ tokenExchange: z.ZodOptional<z.ZodBoolean>;
1349
+ }, "strip", z.ZodTypeAny, {
1350
+ clientId: string;
1351
+ redirectUris: string[];
1352
+ scopes: string[];
1353
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
1354
+ tokenExchange?: boolean | undefined;
1355
+ }, {
1356
+ clientId: string;
1357
+ redirectUris: string[];
1358
+ scopes: string[];
1359
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
1360
+ tokenExchange?: boolean | undefined;
1361
+ }>>;
1362
+ oidcServer: z.ZodOptional<z.ZodObject<{
1363
+ realmEnv: z.ZodOptional<z.ZodString>;
1364
+ }, "strip", z.ZodTypeAny, {
1365
+ realmEnv?: string | undefined;
1366
+ }, {
1367
+ realmEnv?: string | undefined;
1368
+ }>>;
1369
+ userSeed: z.ZodOptional<z.ZodObject<{
1370
+ passwordEnv: z.ZodString;
1371
+ }, "strip", z.ZodTypeAny, {
1372
+ passwordEnv: string;
1373
+ }, {
1374
+ passwordEnv: string;
1375
+ }>>;
1376
+ ingress: z.ZodOptional<z.ZodObject<{
1377
+ host: z.ZodString;
1378
+ port: z.ZodNumber;
1379
+ k8s: z.ZodOptional<z.ZodObject<{
1380
+ service: z.ZodOptional<z.ZodString>;
1381
+ port: z.ZodOptional<z.ZodNumber>;
1382
+ pathOverrides: z.ZodOptional<z.ZodArray<z.ZodObject<{
1383
+ prefix: z.ZodString;
1384
+ service: z.ZodString;
1385
+ port: z.ZodNumber;
1386
+ }, "strip", z.ZodTypeAny, {
1387
+ service: string;
1388
+ port: number;
1389
+ prefix: string;
1390
+ }, {
1391
+ service: string;
1392
+ port: number;
1393
+ prefix: string;
1394
+ }>, "many">>;
1395
+ }, "strip", z.ZodTypeAny, {
1396
+ service?: string | undefined;
1397
+ port?: number | undefined;
1398
+ pathOverrides?: {
1399
+ service: string;
1400
+ port: number;
1401
+ prefix: string;
1402
+ }[] | undefined;
1403
+ }, {
1404
+ service?: string | undefined;
1405
+ port?: number | undefined;
1406
+ pathOverrides?: {
1407
+ service: string;
1408
+ port: number;
1409
+ prefix: string;
1410
+ }[] | undefined;
1411
+ }>>;
1412
+ }, "strip", z.ZodTypeAny, {
1413
+ host: string;
1414
+ port: number;
1415
+ k8s?: {
1416
+ service?: string | undefined;
1417
+ port?: number | undefined;
1418
+ pathOverrides?: {
1419
+ service: string;
1420
+ port: number;
1421
+ prefix: string;
1422
+ }[] | undefined;
1423
+ } | undefined;
1424
+ }, {
1425
+ host: string;
1426
+ port: number;
1427
+ k8s?: {
1428
+ service?: string | undefined;
1429
+ port?: number | undefined;
1430
+ pathOverrides?: {
1431
+ service: string;
1432
+ port: number;
1433
+ prefix: string;
1434
+ }[] | undefined;
1435
+ } | undefined;
1436
+ }>>;
1437
+ bridge: z.ZodOptional<z.ZodObject<{
1438
+ tile: z.ZodObject<{
1439
+ name: z.ZodString;
1440
+ icon: z.ZodString;
1441
+ url: z.ZodString;
1442
+ }, "strip", z.ZodTypeAny, {
1443
+ name: string;
1444
+ icon: string;
1445
+ url: string;
1446
+ }, {
1447
+ name: string;
1448
+ icon: string;
1449
+ url: string;
1450
+ }>;
1451
+ activity: z.ZodOptional<z.ZodObject<{
1452
+ api: z.ZodObject<{
1453
+ unreadEndpoint: z.ZodString;
1454
+ auth: z.ZodEnum<["oidc-passthrough", "service-token"]>;
1455
+ }, "strip", z.ZodTypeAny, {
1456
+ unreadEndpoint: string;
1457
+ auth: "oidc-passthrough" | "service-token";
1458
+ }, {
1459
+ unreadEndpoint: string;
1460
+ auth: "oidc-passthrough" | "service-token";
1461
+ }>;
1462
+ }, "strip", z.ZodTypeAny, {
1463
+ api: {
1464
+ unreadEndpoint: string;
1465
+ auth: "oidc-passthrough" | "service-token";
1466
+ };
1467
+ }, {
1468
+ api: {
1469
+ unreadEndpoint: string;
1470
+ auth: "oidc-passthrough" | "service-token";
1471
+ };
1472
+ }>>;
1473
+ recentItems: z.ZodOptional<z.ZodObject<{
1474
+ api: z.ZodObject<{
1475
+ endpoint: z.ZodString;
1476
+ limit: z.ZodNumber;
1477
+ mapping: z.ZodObject<{
1478
+ id: z.ZodString;
1479
+ title: z.ZodString;
1480
+ url: z.ZodString;
1481
+ timestamp: z.ZodString;
1482
+ }, "strip", z.ZodTypeAny, {
1483
+ url: string;
1484
+ id: string;
1485
+ title: string;
1486
+ timestamp: string;
1487
+ }, {
1488
+ url: string;
1489
+ id: string;
1490
+ title: string;
1491
+ timestamp: string;
1492
+ }>;
1493
+ }, "strip", z.ZodTypeAny, {
1494
+ endpoint: string;
1495
+ limit: number;
1496
+ mapping: {
1497
+ url: string;
1498
+ id: string;
1499
+ title: string;
1500
+ timestamp: string;
1501
+ };
1502
+ }, {
1503
+ endpoint: string;
1504
+ limit: number;
1505
+ mapping: {
1506
+ url: string;
1507
+ id: string;
1508
+ title: string;
1509
+ timestamp: string;
1510
+ };
1511
+ }>;
1512
+ }, "strip", z.ZodTypeAny, {
1513
+ api: {
1514
+ endpoint: string;
1515
+ limit: number;
1516
+ mapping: {
1517
+ url: string;
1518
+ id: string;
1519
+ title: string;
1520
+ timestamp: string;
1521
+ };
1522
+ };
1523
+ }, {
1524
+ api: {
1525
+ endpoint: string;
1526
+ limit: number;
1527
+ mapping: {
1528
+ url: string;
1529
+ id: string;
1530
+ title: string;
1531
+ timestamp: string;
1532
+ };
1533
+ };
1534
+ }>>;
1535
+ dbRead: z.ZodOptional<z.ZodObject<{
1536
+ tables: z.ZodArray<z.ZodString, "many">;
1537
+ }, "strip", z.ZodTypeAny, {
1538
+ tables: string[];
1539
+ }, {
1540
+ tables: string[];
1541
+ }>>;
1542
+ search: z.ZodOptional<z.ZodEffects<z.ZodObject<{
1543
+ api: z.ZodOptional<z.ZodObject<{
1544
+ method: z.ZodEnum<["GET", "POST"]>;
1545
+ endpoint: z.ZodString;
1546
+ body: z.ZodOptional<z.ZodString>;
1547
+ auth: z.ZodEnum<["oidc-passthrough", "service-token"]>;
1548
+ mapping: z.ZodObject<{
1549
+ id: z.ZodString;
1550
+ title: z.ZodString;
1551
+ url: z.ZodString;
1552
+ timestamp: z.ZodString;
1553
+ snippet: z.ZodOptional<z.ZodString>;
1554
+ }, "strip", z.ZodTypeAny, {
1555
+ url: string;
1556
+ id: string;
1557
+ title: string;
1558
+ timestamp: string;
1559
+ snippet?: string | undefined;
1560
+ }, {
1561
+ url: string;
1562
+ id: string;
1563
+ title: string;
1564
+ timestamp: string;
1565
+ snippet?: string | undefined;
1566
+ }>;
1567
+ }, "strip", z.ZodTypeAny, {
1568
+ auth: "oidc-passthrough" | "service-token";
1569
+ endpoint: string;
1570
+ mapping: {
1571
+ url: string;
1572
+ id: string;
1573
+ title: string;
1574
+ timestamp: string;
1575
+ snippet?: string | undefined;
1576
+ };
1577
+ method: "GET" | "POST";
1578
+ body?: string | undefined;
1579
+ }, {
1580
+ auth: "oidc-passthrough" | "service-token";
1581
+ endpoint: string;
1582
+ mapping: {
1583
+ url: string;
1584
+ id: string;
1585
+ title: string;
1586
+ timestamp: string;
1587
+ snippet?: string | undefined;
1588
+ };
1589
+ method: "GET" | "POST";
1590
+ body?: string | undefined;
1591
+ }>>;
1592
+ index: z.ZodOptional<z.ZodObject<{
1593
+ table: z.ZodString;
1594
+ where: z.ZodOptional<z.ZodString>;
1595
+ watermark: z.ZodString;
1596
+ fields: z.ZodObject<{
1597
+ id: z.ZodString;
1598
+ title: z.ZodString;
1599
+ body: z.ZodString;
1600
+ url: z.ZodString;
1601
+ timestamp: z.ZodString;
1602
+ }, "strip", z.ZodTypeAny, {
1603
+ url: string;
1604
+ id: string;
1605
+ title: string;
1606
+ timestamp: string;
1607
+ body: string;
1608
+ }, {
1609
+ url: string;
1610
+ id: string;
1611
+ title: string;
1612
+ timestamp: string;
1613
+ body: string;
1614
+ }>;
1615
+ }, "strip", z.ZodTypeAny, {
1616
+ table: string;
1617
+ watermark: string;
1618
+ fields: {
1619
+ url: string;
1620
+ id: string;
1621
+ title: string;
1622
+ timestamp: string;
1623
+ body: string;
1624
+ };
1625
+ where?: string | undefined;
1626
+ }, {
1627
+ table: string;
1628
+ watermark: string;
1629
+ fields: {
1630
+ url: string;
1631
+ id: string;
1632
+ title: string;
1633
+ timestamp: string;
1634
+ body: string;
1635
+ };
1636
+ where?: string | undefined;
1637
+ }>>;
1638
+ }, "strip", z.ZodTypeAny, {
1639
+ api?: {
1640
+ auth: "oidc-passthrough" | "service-token";
1641
+ endpoint: string;
1642
+ mapping: {
1643
+ url: string;
1644
+ id: string;
1645
+ title: string;
1646
+ timestamp: string;
1647
+ snippet?: string | undefined;
1648
+ };
1649
+ method: "GET" | "POST";
1650
+ body?: string | undefined;
1651
+ } | undefined;
1652
+ index?: {
1653
+ table: string;
1654
+ watermark: string;
1655
+ fields: {
1656
+ url: string;
1657
+ id: string;
1658
+ title: string;
1659
+ timestamp: string;
1660
+ body: string;
1661
+ };
1662
+ where?: string | undefined;
1663
+ } | undefined;
1664
+ }, {
1665
+ api?: {
1666
+ auth: "oidc-passthrough" | "service-token";
1667
+ endpoint: string;
1668
+ mapping: {
1669
+ url: string;
1670
+ id: string;
1671
+ title: string;
1672
+ timestamp: string;
1673
+ snippet?: string | undefined;
1674
+ };
1675
+ method: "GET" | "POST";
1676
+ body?: string | undefined;
1677
+ } | undefined;
1678
+ index?: {
1679
+ table: string;
1680
+ watermark: string;
1681
+ fields: {
1682
+ url: string;
1683
+ id: string;
1684
+ title: string;
1685
+ timestamp: string;
1686
+ body: string;
1687
+ };
1688
+ where?: string | undefined;
1689
+ } | undefined;
1690
+ }>, {
1691
+ api?: {
1692
+ auth: "oidc-passthrough" | "service-token";
1693
+ endpoint: string;
1694
+ mapping: {
1695
+ url: string;
1696
+ id: string;
1697
+ title: string;
1698
+ timestamp: string;
1699
+ snippet?: string | undefined;
1700
+ };
1701
+ method: "GET" | "POST";
1702
+ body?: string | undefined;
1703
+ } | undefined;
1704
+ index?: {
1705
+ table: string;
1706
+ watermark: string;
1707
+ fields: {
1708
+ url: string;
1709
+ id: string;
1710
+ title: string;
1711
+ timestamp: string;
1712
+ body: string;
1713
+ };
1714
+ where?: string | undefined;
1715
+ } | undefined;
1716
+ }, {
1717
+ api?: {
1718
+ auth: "oidc-passthrough" | "service-token";
1719
+ endpoint: string;
1720
+ mapping: {
1721
+ url: string;
1722
+ id: string;
1723
+ title: string;
1724
+ timestamp: string;
1725
+ snippet?: string | undefined;
1726
+ };
1727
+ method: "GET" | "POST";
1728
+ body?: string | undefined;
1729
+ } | undefined;
1730
+ index?: {
1731
+ table: string;
1732
+ watermark: string;
1733
+ fields: {
1734
+ url: string;
1735
+ id: string;
1736
+ title: string;
1737
+ timestamp: string;
1738
+ body: string;
1739
+ };
1740
+ where?: string | undefined;
1741
+ } | undefined;
1742
+ }>>;
1743
+ }, "strip", z.ZodTypeAny, {
1744
+ tile: {
1745
+ name: string;
1746
+ icon: string;
1747
+ url: string;
1748
+ };
1749
+ activity?: {
1750
+ api: {
1751
+ unreadEndpoint: string;
1752
+ auth: "oidc-passthrough" | "service-token";
1753
+ };
1754
+ } | undefined;
1755
+ recentItems?: {
1756
+ api: {
1757
+ endpoint: string;
1758
+ limit: number;
1759
+ mapping: {
1760
+ url: string;
1761
+ id: string;
1762
+ title: string;
1763
+ timestamp: string;
1764
+ };
1765
+ };
1766
+ } | undefined;
1767
+ dbRead?: {
1768
+ tables: string[];
1769
+ } | undefined;
1770
+ search?: {
1771
+ api?: {
1772
+ auth: "oidc-passthrough" | "service-token";
1773
+ endpoint: string;
1774
+ mapping: {
1775
+ url: string;
1776
+ id: string;
1777
+ title: string;
1778
+ timestamp: string;
1779
+ snippet?: string | undefined;
1780
+ };
1781
+ method: "GET" | "POST";
1782
+ body?: string | undefined;
1783
+ } | undefined;
1784
+ index?: {
1785
+ table: string;
1786
+ watermark: string;
1787
+ fields: {
1788
+ url: string;
1789
+ id: string;
1790
+ title: string;
1791
+ timestamp: string;
1792
+ body: string;
1793
+ };
1794
+ where?: string | undefined;
1795
+ } | undefined;
1796
+ } | undefined;
1797
+ }, {
1798
+ tile: {
1799
+ name: string;
1800
+ icon: string;
1801
+ url: string;
1802
+ };
1803
+ activity?: {
1804
+ api: {
1805
+ unreadEndpoint: string;
1806
+ auth: "oidc-passthrough" | "service-token";
1807
+ };
1808
+ } | undefined;
1809
+ recentItems?: {
1810
+ api: {
1811
+ endpoint: string;
1812
+ limit: number;
1813
+ mapping: {
1814
+ url: string;
1815
+ id: string;
1816
+ title: string;
1817
+ timestamp: string;
1818
+ };
1819
+ };
1820
+ } | undefined;
1821
+ dbRead?: {
1822
+ tables: string[];
1823
+ } | undefined;
1824
+ search?: {
1825
+ api?: {
1826
+ auth: "oidc-passthrough" | "service-token";
1827
+ endpoint: string;
1828
+ mapping: {
1829
+ url: string;
1830
+ id: string;
1831
+ title: string;
1832
+ timestamp: string;
1833
+ snippet?: string | undefined;
1834
+ };
1835
+ method: "GET" | "POST";
1836
+ body?: string | undefined;
1837
+ } | undefined;
1838
+ index?: {
1839
+ table: string;
1840
+ watermark: string;
1841
+ fields: {
1842
+ url: string;
1843
+ id: string;
1844
+ title: string;
1845
+ timestamp: string;
1846
+ body: string;
1847
+ };
1848
+ where?: string | undefined;
1849
+ } | undefined;
1850
+ } | undefined;
1851
+ }>>;
1852
+ bridgeReader: z.ZodOptional<z.ZodObject<{
1853
+ roleName: z.ZodString;
1854
+ passwordEnv: z.ZodString;
1855
+ }, "strip", z.ZodTypeAny, {
1856
+ passwordEnv: string;
1857
+ roleName: string;
1858
+ }, {
1859
+ passwordEnv: string;
1860
+ roleName: string;
1861
+ }>>;
1862
+ sharedDatabase: z.ZodOptional<z.ZodObject<{
1863
+ engine: z.ZodLiteral<"postgres">;
1864
+ }, "strip", z.ZodTypeAny, {
1865
+ engine: "postgres";
1866
+ }, {
1867
+ engine: "postgres";
1868
+ }>>;
1869
+ sharedRedis: z.ZodOptional<z.ZodDefault<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
1870
+ }, "strip", z.ZodTypeAny, {
1871
+ oidcClient?: {
1872
+ clientId: string;
1873
+ redirectUris: string[];
1874
+ scopes: string[];
1875
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
1876
+ tokenExchange?: boolean | undefined;
1877
+ } | undefined;
1878
+ oidcServer?: {
1879
+ realmEnv?: string | undefined;
1880
+ } | undefined;
1881
+ userSeed?: {
1882
+ passwordEnv: string;
1883
+ } | undefined;
1884
+ ingress?: {
1885
+ host: string;
1886
+ port: number;
1887
+ k8s?: {
1888
+ service?: string | undefined;
1889
+ port?: number | undefined;
1890
+ pathOverrides?: {
1891
+ service: string;
1892
+ port: number;
1893
+ prefix: string;
1894
+ }[] | undefined;
1895
+ } | undefined;
1896
+ } | undefined;
1897
+ bridge?: {
1898
+ tile: {
1899
+ name: string;
1900
+ icon: string;
1901
+ url: string;
1902
+ };
1903
+ activity?: {
1904
+ api: {
1905
+ unreadEndpoint: string;
1906
+ auth: "oidc-passthrough" | "service-token";
1907
+ };
1908
+ } | undefined;
1909
+ recentItems?: {
1910
+ api: {
1911
+ endpoint: string;
1912
+ limit: number;
1913
+ mapping: {
1914
+ url: string;
1915
+ id: string;
1916
+ title: string;
1917
+ timestamp: string;
1918
+ };
1919
+ };
1920
+ } | undefined;
1921
+ dbRead?: {
1922
+ tables: string[];
1923
+ } | undefined;
1924
+ search?: {
1925
+ api?: {
1926
+ auth: "oidc-passthrough" | "service-token";
1927
+ endpoint: string;
1928
+ mapping: {
1929
+ url: string;
1930
+ id: string;
1931
+ title: string;
1932
+ timestamp: string;
1933
+ snippet?: string | undefined;
1934
+ };
1935
+ method: "GET" | "POST";
1936
+ body?: string | undefined;
1937
+ } | undefined;
1938
+ index?: {
1939
+ table: string;
1940
+ watermark: string;
1941
+ fields: {
1942
+ url: string;
1943
+ id: string;
1944
+ title: string;
1945
+ timestamp: string;
1946
+ body: string;
1947
+ };
1948
+ where?: string | undefined;
1949
+ } | undefined;
1950
+ } | undefined;
1951
+ } | undefined;
1952
+ bridgeReader?: {
1953
+ passwordEnv: string;
1954
+ roleName: string;
1955
+ } | undefined;
1956
+ sharedDatabase?: {
1957
+ engine: "postgres";
1958
+ } | undefined;
1959
+ sharedRedis?: {} | undefined;
1960
+ }, {
1961
+ oidcClient?: {
1962
+ clientId: string;
1963
+ redirectUris: string[];
1964
+ scopes: string[];
1965
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
1966
+ tokenExchange?: boolean | undefined;
1967
+ } | undefined;
1968
+ oidcServer?: {
1969
+ realmEnv?: string | undefined;
1970
+ } | undefined;
1971
+ userSeed?: {
1972
+ passwordEnv: string;
1973
+ } | undefined;
1974
+ ingress?: {
1975
+ host: string;
1976
+ port: number;
1977
+ k8s?: {
1978
+ service?: string | undefined;
1979
+ port?: number | undefined;
1980
+ pathOverrides?: {
1981
+ service: string;
1982
+ port: number;
1983
+ prefix: string;
1984
+ }[] | undefined;
1985
+ } | undefined;
1986
+ } | undefined;
1987
+ bridge?: {
1988
+ tile: {
1989
+ name: string;
1990
+ icon: string;
1991
+ url: string;
1992
+ };
1993
+ activity?: {
1994
+ api: {
1995
+ unreadEndpoint: string;
1996
+ auth: "oidc-passthrough" | "service-token";
1997
+ };
1998
+ } | undefined;
1999
+ recentItems?: {
2000
+ api: {
2001
+ endpoint: string;
2002
+ limit: number;
2003
+ mapping: {
2004
+ url: string;
2005
+ id: string;
2006
+ title: string;
2007
+ timestamp: string;
2008
+ };
2009
+ };
2010
+ } | undefined;
2011
+ dbRead?: {
2012
+ tables: string[];
2013
+ } | undefined;
2014
+ search?: {
2015
+ api?: {
2016
+ auth: "oidc-passthrough" | "service-token";
2017
+ endpoint: string;
2018
+ mapping: {
2019
+ url: string;
2020
+ id: string;
2021
+ title: string;
2022
+ timestamp: string;
2023
+ snippet?: string | undefined;
2024
+ };
2025
+ method: "GET" | "POST";
2026
+ body?: string | undefined;
2027
+ } | undefined;
2028
+ index?: {
2029
+ table: string;
2030
+ watermark: string;
2031
+ fields: {
2032
+ url: string;
2033
+ id: string;
2034
+ title: string;
2035
+ timestamp: string;
2036
+ body: string;
2037
+ };
2038
+ where?: string | undefined;
2039
+ } | undefined;
2040
+ } | undefined;
2041
+ } | undefined;
2042
+ bridgeReader?: {
2043
+ passwordEnv: string;
2044
+ roleName: string;
2045
+ } | undefined;
2046
+ sharedDatabase?: {
2047
+ engine: "postgres";
2048
+ } | undefined;
2049
+ sharedRedis?: {} | undefined;
2050
+ }>;
2051
+ targets: z.ZodEffects<z.ZodObject<{
2052
+ docker: z.ZodOptional<z.ZodObject<{
2053
+ template: z.ZodString;
2054
+ }, "strip", z.ZodTypeAny, {
2055
+ template: string;
2056
+ }, {
2057
+ template: string;
2058
+ }>>;
2059
+ kubernetes: z.ZodOptional<z.ZodObject<{
2060
+ helmChart: z.ZodString;
2061
+ helmVersion: z.ZodString;
2062
+ valuesTemplate: z.ZodString;
2063
+ }, "strip", z.ZodTypeAny, {
2064
+ helmChart: string;
2065
+ helmVersion: string;
2066
+ valuesTemplate: string;
2067
+ }, {
2068
+ helmChart: string;
2069
+ helmVersion: string;
2070
+ valuesTemplate: string;
2071
+ }>>;
2072
+ }, "strip", z.ZodTypeAny, {
2073
+ docker?: {
2074
+ template: string;
2075
+ } | undefined;
2076
+ kubernetes?: {
2077
+ helmChart: string;
2078
+ helmVersion: string;
2079
+ valuesTemplate: string;
2080
+ } | undefined;
2081
+ }, {
2082
+ docker?: {
2083
+ template: string;
2084
+ } | undefined;
2085
+ kubernetes?: {
2086
+ helmChart: string;
2087
+ helmVersion: string;
2088
+ valuesTemplate: string;
2089
+ } | undefined;
2090
+ }>, {
2091
+ docker?: {
2092
+ template: string;
2093
+ } | undefined;
2094
+ kubernetes?: {
2095
+ helmChart: string;
2096
+ helmVersion: string;
2097
+ valuesTemplate: string;
2098
+ } | undefined;
2099
+ }, {
2100
+ docker?: {
2101
+ template: string;
2102
+ } | undefined;
2103
+ kubernetes?: {
2104
+ helmChart: string;
2105
+ helmVersion: string;
2106
+ valuesTemplate: string;
2107
+ } | undefined;
2108
+ }>;
2109
+ }, "strip", z.ZodTypeAny, {
2110
+ required: boolean;
2111
+ name: string;
2112
+ displayName: string;
2113
+ description: string;
2114
+ category: string;
2115
+ form: {
2116
+ key: string;
2117
+ label: string;
2118
+ type: "string" | "number" | "boolean" | "email" | "select";
2119
+ options?: {
2120
+ label: string;
2121
+ value: string;
2122
+ }[] | undefined;
2123
+ default?: string | number | boolean | undefined;
2124
+ required?: boolean | undefined;
2125
+ help?: string | undefined;
2126
+ }[];
2127
+ dependencies: {
2128
+ required: boolean;
2129
+ service: string;
2130
+ reason: string;
2131
+ when?: string | undefined;
2132
+ }[];
2133
+ secrets: {
2134
+ key: string;
2135
+ generator: "password" | "hex" | "uuid";
2136
+ length?: number | undefined;
2137
+ }[];
2138
+ provides: {
2139
+ oidcClient?: {
2140
+ clientId: string;
2141
+ redirectUris: string[];
2142
+ scopes: string[];
2143
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
2144
+ tokenExchange?: boolean | undefined;
2145
+ } | undefined;
2146
+ oidcServer?: {
2147
+ realmEnv?: string | undefined;
2148
+ } | undefined;
2149
+ userSeed?: {
2150
+ passwordEnv: string;
2151
+ } | undefined;
2152
+ ingress?: {
2153
+ host: string;
2154
+ port: number;
2155
+ k8s?: {
2156
+ service?: string | undefined;
2157
+ port?: number | undefined;
2158
+ pathOverrides?: {
2159
+ service: string;
2160
+ port: number;
2161
+ prefix: string;
2162
+ }[] | undefined;
2163
+ } | undefined;
2164
+ } | undefined;
2165
+ bridge?: {
2166
+ tile: {
2167
+ name: string;
2168
+ icon: string;
2169
+ url: string;
2170
+ };
2171
+ activity?: {
2172
+ api: {
2173
+ unreadEndpoint: string;
2174
+ auth: "oidc-passthrough" | "service-token";
2175
+ };
2176
+ } | undefined;
2177
+ recentItems?: {
2178
+ api: {
2179
+ endpoint: string;
2180
+ limit: number;
2181
+ mapping: {
2182
+ url: string;
2183
+ id: string;
2184
+ title: string;
2185
+ timestamp: string;
2186
+ };
2187
+ };
2188
+ } | undefined;
2189
+ dbRead?: {
2190
+ tables: string[];
2191
+ } | undefined;
2192
+ search?: {
2193
+ api?: {
2194
+ auth: "oidc-passthrough" | "service-token";
2195
+ endpoint: string;
2196
+ mapping: {
2197
+ url: string;
2198
+ id: string;
2199
+ title: string;
2200
+ timestamp: string;
2201
+ snippet?: string | undefined;
2202
+ };
2203
+ method: "GET" | "POST";
2204
+ body?: string | undefined;
2205
+ } | undefined;
2206
+ index?: {
2207
+ table: string;
2208
+ watermark: string;
2209
+ fields: {
2210
+ url: string;
2211
+ id: string;
2212
+ title: string;
2213
+ timestamp: string;
2214
+ body: string;
2215
+ };
2216
+ where?: string | undefined;
2217
+ } | undefined;
2218
+ } | undefined;
2219
+ } | undefined;
2220
+ bridgeReader?: {
2221
+ passwordEnv: string;
2222
+ roleName: string;
2223
+ } | undefined;
2224
+ sharedDatabase?: {
2225
+ engine: "postgres";
2226
+ } | undefined;
2227
+ sharedRedis?: {} | undefined;
2228
+ };
2229
+ targets: {
2230
+ docker?: {
2231
+ template: string;
2232
+ } | undefined;
2233
+ kubernetes?: {
2234
+ helmChart: string;
2235
+ helmVersion: string;
2236
+ valuesTemplate: string;
2237
+ } | undefined;
2238
+ };
2239
+ icon?: string | undefined;
2240
+ hidden?: boolean | undefined;
2241
+ kernel?: boolean | undefined;
2242
+ database?: {
2243
+ engine: "postgres";
2244
+ preferShared: boolean;
2245
+ name: string;
2246
+ user: string;
2247
+ storage?: string | undefined;
2248
+ } | undefined;
2249
+ redis?: {
2250
+ preferShared: boolean;
2251
+ } | undefined;
2252
+ }, {
2253
+ required: boolean;
2254
+ name: string;
2255
+ displayName: string;
2256
+ description: string;
2257
+ category: string;
2258
+ form: {
2259
+ key: string;
2260
+ label: string;
2261
+ type: "string" | "number" | "boolean" | "email" | "select";
2262
+ options?: {
2263
+ label: string;
2264
+ value: string;
2265
+ }[] | undefined;
2266
+ default?: string | number | boolean | undefined;
2267
+ required?: boolean | undefined;
2268
+ help?: string | undefined;
2269
+ }[];
2270
+ dependencies: {
2271
+ required: boolean;
2272
+ service: string;
2273
+ reason: string;
2274
+ when?: string | undefined;
2275
+ }[];
2276
+ secrets: {
2277
+ key: string;
2278
+ generator: "password" | "hex" | "uuid";
2279
+ length?: number | undefined;
2280
+ }[];
2281
+ provides: {
2282
+ oidcClient?: {
2283
+ clientId: string;
2284
+ redirectUris: string[];
2285
+ scopes: string[];
2286
+ userinfoFormat?: "oidc" | "gitlab" | undefined;
2287
+ tokenExchange?: boolean | undefined;
2288
+ } | undefined;
2289
+ oidcServer?: {
2290
+ realmEnv?: string | undefined;
2291
+ } | undefined;
2292
+ userSeed?: {
2293
+ passwordEnv: string;
2294
+ } | undefined;
2295
+ ingress?: {
2296
+ host: string;
2297
+ port: number;
2298
+ k8s?: {
2299
+ service?: string | undefined;
2300
+ port?: number | undefined;
2301
+ pathOverrides?: {
2302
+ service: string;
2303
+ port: number;
2304
+ prefix: string;
2305
+ }[] | undefined;
2306
+ } | undefined;
2307
+ } | undefined;
2308
+ bridge?: {
2309
+ tile: {
2310
+ name: string;
2311
+ icon: string;
2312
+ url: string;
2313
+ };
2314
+ activity?: {
2315
+ api: {
2316
+ unreadEndpoint: string;
2317
+ auth: "oidc-passthrough" | "service-token";
2318
+ };
2319
+ } | undefined;
2320
+ recentItems?: {
2321
+ api: {
2322
+ endpoint: string;
2323
+ limit: number;
2324
+ mapping: {
2325
+ url: string;
2326
+ id: string;
2327
+ title: string;
2328
+ timestamp: string;
2329
+ };
2330
+ };
2331
+ } | undefined;
2332
+ dbRead?: {
2333
+ tables: string[];
2334
+ } | undefined;
2335
+ search?: {
2336
+ api?: {
2337
+ auth: "oidc-passthrough" | "service-token";
2338
+ endpoint: string;
2339
+ mapping: {
2340
+ url: string;
2341
+ id: string;
2342
+ title: string;
2343
+ timestamp: string;
2344
+ snippet?: string | undefined;
2345
+ };
2346
+ method: "GET" | "POST";
2347
+ body?: string | undefined;
2348
+ } | undefined;
2349
+ index?: {
2350
+ table: string;
2351
+ watermark: string;
2352
+ fields: {
2353
+ url: string;
2354
+ id: string;
2355
+ title: string;
2356
+ timestamp: string;
2357
+ body: string;
2358
+ };
2359
+ where?: string | undefined;
2360
+ } | undefined;
2361
+ } | undefined;
2362
+ } | undefined;
2363
+ bridgeReader?: {
2364
+ passwordEnv: string;
2365
+ roleName: string;
2366
+ } | undefined;
2367
+ sharedDatabase?: {
2368
+ engine: "postgres";
2369
+ } | undefined;
2370
+ sharedRedis?: {} | undefined;
2371
+ };
2372
+ targets: {
2373
+ docker?: {
2374
+ template: string;
2375
+ } | undefined;
2376
+ kubernetes?: {
2377
+ helmChart: string;
2378
+ helmVersion: string;
2379
+ valuesTemplate: string;
2380
+ } | undefined;
2381
+ };
2382
+ icon?: string | undefined;
2383
+ hidden?: boolean | undefined;
2384
+ kernel?: boolean | undefined;
2385
+ database?: {
2386
+ engine: "postgres";
2387
+ name: string;
2388
+ user: string;
2389
+ preferShared?: boolean | undefined;
2390
+ storage?: string | undefined;
2391
+ } | undefined;
2392
+ redis?: {
2393
+ preferShared?: boolean | undefined;
2394
+ } | undefined;
2395
+ }>;
2396
+ export type ServiceYaml = z.infer<typeof ServiceYamlSchema>;
2397
+ export type FormField = z.infer<typeof FormFieldSchema>;
2398
+ export type Dependency = z.infer<typeof DependencySchema>;
2399
+ export type Secret = z.infer<typeof SecretSchema>;
2400
+ export type Provides = z.infer<typeof ProvidesSchema>;
2401
+ export type Database = z.infer<typeof DatabaseSchema>;
2402
+ export type Redis = z.infer<typeof RedisSchema>;
2403
+ export type Bridge = z.infer<typeof BridgeSchema>;
2404
+ export type BridgeReader = z.infer<typeof BridgeReaderSchema>;
2405
+ export type UserSeed = z.infer<typeof UserSeedSchema>;
2406
+ export {};
2407
+ //# sourceMappingURL=serviceYaml.d.ts.map