@eventcatalog/linter 0.1.1 → 1.0.1

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 (90) hide show
  1. package/README.md +50 -18
  2. package/package.json +14 -17
  3. package/dist/cli/index.d.ts +0 -3
  4. package/dist/cli/index.d.ts.map +0 -1
  5. package/dist/cli/index.js +0 -73
  6. package/dist/cli/index.js.map +0 -1
  7. package/dist/config/index.d.ts +0 -29
  8. package/dist/config/index.d.ts.map +0 -1
  9. package/dist/config/index.js +0 -196
  10. package/dist/config/index.js.map +0 -1
  11. package/dist/index.d.ts +0 -8
  12. package/dist/index.d.ts.map +0 -1
  13. package/dist/index.js +0 -24
  14. package/dist/index.js.map +0 -1
  15. package/dist/parser/index.d.ts +0 -17
  16. package/dist/parser/index.d.ts.map +0 -1
  17. package/dist/parser/index.js +0 -43
  18. package/dist/parser/index.js.map +0 -1
  19. package/dist/reporters/index.d.ts +0 -16
  20. package/dist/reporters/index.d.ts.map +0 -1
  21. package/dist/reporters/index.js +0 -155
  22. package/dist/reporters/index.js.map +0 -1
  23. package/dist/scanner/index.d.ts +0 -14
  24. package/dist/scanner/index.d.ts.map +0 -1
  25. package/dist/scanner/index.js +0 -102
  26. package/dist/scanner/index.js.map +0 -1
  27. package/dist/schemas/channel.d.ts +0 -389
  28. package/dist/schemas/channel.d.ts.map +0 -1
  29. package/dist/schemas/channel.js +0 -20
  30. package/dist/schemas/channel.js.map +0 -1
  31. package/dist/schemas/common.d.ts +0 -550
  32. package/dist/schemas/common.d.ts.map +0 -1
  33. package/dist/schemas/common.js +0 -144
  34. package/dist/schemas/common.js.map +0 -1
  35. package/dist/schemas/data-store.d.ts +0 -348
  36. package/dist/schemas/data-store.d.ts.map +0 -1
  37. package/dist/schemas/data-store.js +0 -17
  38. package/dist/schemas/data-store.js.map +0 -1
  39. package/dist/schemas/domain.d.ts +0 -381
  40. package/dist/schemas/domain.d.ts.map +0 -1
  41. package/dist/schemas/domain.js +0 -13
  42. package/dist/schemas/domain.js.map +0 -1
  43. package/dist/schemas/entity.d.ts +0 -382
  44. package/dist/schemas/entity.d.ts.map +0 -1
  45. package/dist/schemas/entity.js +0 -24
  46. package/dist/schemas/entity.js.map +0 -1
  47. package/dist/schemas/flow.d.ts +0 -733
  48. package/dist/schemas/flow.d.ts.map +0 -1
  49. package/dist/schemas/flow.js +0 -70
  50. package/dist/schemas/flow.js.map +0 -1
  51. package/dist/schemas/index.d.ts +0 -3815
  52. package/dist/schemas/index.d.ts.map +0 -1
  53. package/dist/schemas/index.js +0 -50
  54. package/dist/schemas/index.js.map +0 -1
  55. package/dist/schemas/message.d.ts +0 -1076
  56. package/dist/schemas/message.d.ts.map +0 -1
  57. package/dist/schemas/message.js +0 -17
  58. package/dist/schemas/message.js.map +0 -1
  59. package/dist/schemas/service.d.ts +0 -417
  60. package/dist/schemas/service.d.ts.map +0 -1
  61. package/dist/schemas/service.js +0 -15
  62. package/dist/schemas/service.js.map +0 -1
  63. package/dist/schemas/team.d.ts +0 -45
  64. package/dist/schemas/team.d.ts.map +0 -1
  65. package/dist/schemas/team.js +0 -20
  66. package/dist/schemas/team.js.map +0 -1
  67. package/dist/schemas/user.d.ts +0 -48
  68. package/dist/schemas/user.d.ts.map +0 -1
  69. package/dist/schemas/user.js +0 -21
  70. package/dist/schemas/user.js.map +0 -1
  71. package/dist/types/index.d.ts +0 -82
  72. package/dist/types/index.d.ts.map +0 -1
  73. package/dist/types/index.js +0 -3
  74. package/dist/types/index.js.map +0 -1
  75. package/dist/validators/best-practices-validator.d.ts +0 -4
  76. package/dist/validators/best-practices-validator.d.ts.map +0 -1
  77. package/dist/validators/best-practices-validator.js +0 -38
  78. package/dist/validators/best-practices-validator.js.map +0 -1
  79. package/dist/validators/index.d.ts +0 -8
  80. package/dist/validators/index.d.ts.map +0 -1
  81. package/dist/validators/index.js +0 -31
  82. package/dist/validators/index.js.map +0 -1
  83. package/dist/validators/reference-validator.d.ts +0 -12
  84. package/dist/validators/reference-validator.d.ts.map +0 -1
  85. package/dist/validators/reference-validator.js +0 -201
  86. package/dist/validators/reference-validator.js.map +0 -1
  87. package/dist/validators/schema-validator.d.ts +0 -5
  88. package/dist/validators/schema-validator.d.ts.map +0 -1
  89. package/dist/validators/schema-validator.js +0 -62
  90. package/dist/validators/schema-validator.js.map +0 -1
@@ -1,3815 +0,0 @@
1
- export * from './common';
2
- export * from './domain';
3
- export * from './service';
4
- export * from './message';
5
- export * from './channel';
6
- export * from './flow';
7
- export * from './entity';
8
- export * from './user';
9
- export * from './team';
10
- export * from './data-store';
11
- export declare const schemas: {
12
- readonly domain: import("zod").ZodObject<{
13
- services: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
14
- id: import("zod").ZodString;
15
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
16
- }, "strip", import("zod").ZodTypeAny, {
17
- id: string;
18
- version: string;
19
- }, {
20
- id: string;
21
- version?: string | undefined;
22
- }>, "many">>;
23
- domains: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
24
- id: import("zod").ZodString;
25
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
26
- }, "strip", import("zod").ZodTypeAny, {
27
- id: string;
28
- version: string;
29
- }, {
30
- id: string;
31
- version?: string | undefined;
32
- }>, "many">>;
33
- entities: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
34
- id: import("zod").ZodString;
35
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
36
- }, "strip", import("zod").ZodTypeAny, {
37
- id: string;
38
- version: string;
39
- }, {
40
- id: string;
41
- version?: string | undefined;
42
- }>, "many">>;
43
- } & {
44
- id: import("zod").ZodString;
45
- name: import("zod").ZodString;
46
- summary: import("zod").ZodOptional<import("zod").ZodString>;
47
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
48
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
49
- title: import("zod").ZodOptional<import("zod").ZodString>;
50
- message: import("zod").ZodString;
51
- }, "strip", import("zod").ZodTypeAny, {
52
- message: string;
53
- title?: string | undefined;
54
- }, {
55
- message: string;
56
- title?: string | undefined;
57
- }>]>>;
58
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
59
- content: import("zod").ZodString;
60
- backgroundColor: import("zod").ZodString;
61
- textColor: import("zod").ZodString;
62
- icon: import("zod").ZodOptional<import("zod").ZodString>;
63
- }, "strip", import("zod").ZodTypeAny, {
64
- content: string;
65
- backgroundColor: string;
66
- textColor: string;
67
- icon?: string | undefined;
68
- }, {
69
- content: string;
70
- backgroundColor: string;
71
- textColor: string;
72
- icon?: string | undefined;
73
- }>, "many">>;
74
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
75
- id: import("zod").ZodString;
76
- collection: import("zod").ZodEnum<["users", "teams"]>;
77
- }, "strip", import("zod").ZodTypeAny, {
78
- id: string;
79
- collection: "users" | "teams";
80
- }, {
81
- id: string;
82
- collection: "users" | "teams";
83
- }>]>, {
84
- id: string;
85
- }, string | {
86
- id: string;
87
- collection: "users" | "teams";
88
- }>, "many">>;
89
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
90
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
91
- label: import("zod").ZodOptional<import("zod").ZodString>;
92
- badge: import("zod").ZodOptional<import("zod").ZodString>;
93
- }, "strip", import("zod").ZodTypeAny, {
94
- label?: string | undefined;
95
- badge?: string | undefined;
96
- }, {
97
- label?: string | undefined;
98
- badge?: string | undefined;
99
- }>>;
100
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
101
- language: import("zod").ZodOptional<import("zod").ZodString>;
102
- url: import("zod").ZodOptional<import("zod").ZodString>;
103
- }, "strip", import("zod").ZodTypeAny, {
104
- language?: string | undefined;
105
- url?: string | undefined;
106
- }, {
107
- language?: string | undefined;
108
- url?: string | undefined;
109
- }>>;
110
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
111
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
112
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
113
- }, "strip", import("zod").ZodTypeAny, {
114
- openapiPath?: string | undefined;
115
- asyncapiPath?: string | undefined;
116
- }, {
117
- openapiPath?: string | undefined;
118
- asyncapiPath?: string | undefined;
119
- }>, import("zod").ZodArray<import("zod").ZodObject<{
120
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
121
- path: import("zod").ZodString;
122
- name: import("zod").ZodOptional<import("zod").ZodString>;
123
- }, "strip", import("zod").ZodTypeAny, {
124
- path: string;
125
- type: "asyncapi" | "openapi";
126
- name?: string | undefined;
127
- }, {
128
- path: string;
129
- type: "asyncapi" | "openapi";
130
- name?: string | undefined;
131
- }>, "many">]>>;
132
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
133
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
134
- id: import("zod").ZodOptional<import("zod").ZodString>;
135
- title: import("zod").ZodOptional<import("zod").ZodString>;
136
- items: import("zod").ZodArray<import("zod").ZodObject<{
137
- id: import("zod").ZodString;
138
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
139
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
140
- }, "strip", import("zod").ZodTypeAny, {
141
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
142
- id: string;
143
- version: string;
144
- }, {
145
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
146
- id: string;
147
- version?: string | undefined;
148
- }>, "many">;
149
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
150
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
151
- }, "strip", import("zod").ZodTypeAny, {
152
- items: {
153
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
154
- id: string;
155
- version: string;
156
- }[];
157
- limit: number;
158
- sidebar: boolean;
159
- id?: string | undefined;
160
- title?: string | undefined;
161
- }, {
162
- items: {
163
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
164
- id: string;
165
- version?: string | undefined;
166
- }[];
167
- id?: string | undefined;
168
- title?: string | undefined;
169
- limit?: number | undefined;
170
- sidebar?: boolean | undefined;
171
- }>, "many">>;
172
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
173
- icon: import("zod").ZodOptional<import("zod").ZodString>;
174
- node: import("zod").ZodOptional<import("zod").ZodObject<{
175
- color: import("zod").ZodOptional<import("zod").ZodString>;
176
- label: import("zod").ZodOptional<import("zod").ZodString>;
177
- }, "strip", import("zod").ZodTypeAny, {
178
- label?: string | undefined;
179
- color?: string | undefined;
180
- }, {
181
- label?: string | undefined;
182
- color?: string | undefined;
183
- }>>;
184
- }, "strip", import("zod").ZodTypeAny, {
185
- icon?: string | undefined;
186
- node?: {
187
- label?: string | undefined;
188
- color?: string | undefined;
189
- } | undefined;
190
- }, {
191
- icon?: string | undefined;
192
- node?: {
193
- label?: string | undefined;
194
- color?: string | undefined;
195
- } | undefined;
196
- }>>;
197
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
198
- message: import("zod").ZodOptional<import("zod").ZodString>;
199
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
200
- }, "strip", import("zod").ZodTypeAny, {
201
- message?: string | undefined;
202
- date?: string | Date | undefined;
203
- }, {
204
- message?: string | undefined;
205
- date?: string | Date | undefined;
206
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
207
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
208
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
209
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
210
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
211
- path: import("zod").ZodString;
212
- filePath: import("zod").ZodString;
213
- astroContentFilePath: import("zod").ZodString;
214
- publicPath: import("zod").ZodString;
215
- type: import("zod").ZodString;
216
- }, "strip", import("zod").ZodTypeAny, {
217
- path: string;
218
- type: string;
219
- filePath: string;
220
- astroContentFilePath: string;
221
- publicPath: string;
222
- }, {
223
- path: string;
224
- type: string;
225
- filePath: string;
226
- astroContentFilePath: string;
227
- publicPath: string;
228
- }>>;
229
- }, "strip", import("zod").ZodTypeAny, {
230
- id: string;
231
- name: string;
232
- version: string;
233
- sidebar?: {
234
- label?: string | undefined;
235
- badge?: string | undefined;
236
- } | undefined;
237
- summary?: string | undefined;
238
- draft?: boolean | {
239
- message: string;
240
- title?: string | undefined;
241
- } | undefined;
242
- badges?: {
243
- content: string;
244
- backgroundColor: string;
245
- textColor: string;
246
- icon?: string | undefined;
247
- }[] | undefined;
248
- owners?: {
249
- id: string;
250
- }[] | undefined;
251
- schemaPath?: string | undefined;
252
- repository?: {
253
- language?: string | undefined;
254
- url?: string | undefined;
255
- } | undefined;
256
- specifications?: {
257
- openapiPath?: string | undefined;
258
- asyncapiPath?: string | undefined;
259
- } | {
260
- path: string;
261
- type: "asyncapi" | "openapi";
262
- name?: string | undefined;
263
- }[] | undefined;
264
- hidden?: boolean | undefined;
265
- resourceGroups?: {
266
- items: {
267
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
268
- id: string;
269
- version: string;
270
- }[];
271
- limit: number;
272
- sidebar: boolean;
273
- id?: string | undefined;
274
- title?: string | undefined;
275
- }[] | undefined;
276
- styles?: {
277
- icon?: string | undefined;
278
- node?: {
279
- label?: string | undefined;
280
- color?: string | undefined;
281
- } | undefined;
282
- } | undefined;
283
- deprecated?: boolean | {
284
- message?: string | undefined;
285
- date?: string | Date | undefined;
286
- } | undefined;
287
- visualiser?: boolean | undefined;
288
- versions?: string[] | undefined;
289
- latestVersion?: string | undefined;
290
- catalog?: {
291
- path: string;
292
- type: string;
293
- filePath: string;
294
- astroContentFilePath: string;
295
- publicPath: string;
296
- } | undefined;
297
- services?: {
298
- id: string;
299
- version: string;
300
- }[] | undefined;
301
- domains?: {
302
- id: string;
303
- version: string;
304
- }[] | undefined;
305
- entities?: {
306
- id: string;
307
- version: string;
308
- }[] | undefined;
309
- }, {
310
- id: string;
311
- name: string;
312
- version: string;
313
- sidebar?: {
314
- label?: string | undefined;
315
- badge?: string | undefined;
316
- } | undefined;
317
- summary?: string | undefined;
318
- draft?: boolean | {
319
- message: string;
320
- title?: string | undefined;
321
- } | undefined;
322
- badges?: {
323
- content: string;
324
- backgroundColor: string;
325
- textColor: string;
326
- icon?: string | undefined;
327
- }[] | undefined;
328
- owners?: (string | {
329
- id: string;
330
- collection: "users" | "teams";
331
- })[] | undefined;
332
- schemaPath?: string | undefined;
333
- repository?: {
334
- language?: string | undefined;
335
- url?: string | undefined;
336
- } | undefined;
337
- specifications?: {
338
- openapiPath?: string | undefined;
339
- asyncapiPath?: string | undefined;
340
- } | {
341
- path: string;
342
- type: "asyncapi" | "openapi";
343
- name?: string | undefined;
344
- }[] | undefined;
345
- hidden?: boolean | undefined;
346
- resourceGroups?: {
347
- items: {
348
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
349
- id: string;
350
- version?: string | undefined;
351
- }[];
352
- id?: string | undefined;
353
- title?: string | undefined;
354
- limit?: number | undefined;
355
- sidebar?: boolean | undefined;
356
- }[] | undefined;
357
- styles?: {
358
- icon?: string | undefined;
359
- node?: {
360
- label?: string | undefined;
361
- color?: string | undefined;
362
- } | undefined;
363
- } | undefined;
364
- deprecated?: boolean | {
365
- message?: string | undefined;
366
- date?: string | Date | undefined;
367
- } | undefined;
368
- visualiser?: boolean | undefined;
369
- versions?: string[] | undefined;
370
- latestVersion?: string | undefined;
371
- catalog?: {
372
- path: string;
373
- type: string;
374
- filePath: string;
375
- astroContentFilePath: string;
376
- publicPath: string;
377
- } | undefined;
378
- services?: {
379
- id: string;
380
- version?: string | undefined;
381
- }[] | undefined;
382
- domains?: {
383
- id: string;
384
- version?: string | undefined;
385
- }[] | undefined;
386
- entities?: {
387
- id: string;
388
- version?: string | undefined;
389
- }[] | undefined;
390
- }>;
391
- readonly service: import("zod").ZodObject<{
392
- sends: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
393
- id: import("zod").ZodString;
394
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
395
- }, "strip", import("zod").ZodTypeAny, {
396
- id: string;
397
- version: string;
398
- }, {
399
- id: string;
400
- version?: string | undefined;
401
- }>, "many">>;
402
- receives: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
403
- id: import("zod").ZodString;
404
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
405
- }, "strip", import("zod").ZodTypeAny, {
406
- id: string;
407
- version: string;
408
- }, {
409
- id: string;
410
- version?: string | undefined;
411
- }>, "many">>;
412
- entities: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
413
- id: import("zod").ZodString;
414
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
415
- }, "strip", import("zod").ZodTypeAny, {
416
- id: string;
417
- version: string;
418
- }, {
419
- id: string;
420
- version?: string | undefined;
421
- }>, "many">>;
422
- writesTo: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
423
- id: import("zod").ZodString;
424
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
425
- }, "strip", import("zod").ZodTypeAny, {
426
- id: string;
427
- version: string;
428
- }, {
429
- id: string;
430
- version?: string | undefined;
431
- }>, "many">>;
432
- readsFrom: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
433
- id: import("zod").ZodString;
434
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
435
- }, "strip", import("zod").ZodTypeAny, {
436
- id: string;
437
- version: string;
438
- }, {
439
- id: string;
440
- version?: string | undefined;
441
- }>, "many">>;
442
- } & {
443
- id: import("zod").ZodString;
444
- name: import("zod").ZodString;
445
- summary: import("zod").ZodOptional<import("zod").ZodString>;
446
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
447
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
448
- title: import("zod").ZodOptional<import("zod").ZodString>;
449
- message: import("zod").ZodString;
450
- }, "strip", import("zod").ZodTypeAny, {
451
- message: string;
452
- title?: string | undefined;
453
- }, {
454
- message: string;
455
- title?: string | undefined;
456
- }>]>>;
457
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
458
- content: import("zod").ZodString;
459
- backgroundColor: import("zod").ZodString;
460
- textColor: import("zod").ZodString;
461
- icon: import("zod").ZodOptional<import("zod").ZodString>;
462
- }, "strip", import("zod").ZodTypeAny, {
463
- content: string;
464
- backgroundColor: string;
465
- textColor: string;
466
- icon?: string | undefined;
467
- }, {
468
- content: string;
469
- backgroundColor: string;
470
- textColor: string;
471
- icon?: string | undefined;
472
- }>, "many">>;
473
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
474
- id: import("zod").ZodString;
475
- collection: import("zod").ZodEnum<["users", "teams"]>;
476
- }, "strip", import("zod").ZodTypeAny, {
477
- id: string;
478
- collection: "users" | "teams";
479
- }, {
480
- id: string;
481
- collection: "users" | "teams";
482
- }>]>, {
483
- id: string;
484
- }, string | {
485
- id: string;
486
- collection: "users" | "teams";
487
- }>, "many">>;
488
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
489
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
490
- label: import("zod").ZodOptional<import("zod").ZodString>;
491
- badge: import("zod").ZodOptional<import("zod").ZodString>;
492
- }, "strip", import("zod").ZodTypeAny, {
493
- label?: string | undefined;
494
- badge?: string | undefined;
495
- }, {
496
- label?: string | undefined;
497
- badge?: string | undefined;
498
- }>>;
499
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
500
- language: import("zod").ZodOptional<import("zod").ZodString>;
501
- url: import("zod").ZodOptional<import("zod").ZodString>;
502
- }, "strip", import("zod").ZodTypeAny, {
503
- language?: string | undefined;
504
- url?: string | undefined;
505
- }, {
506
- language?: string | undefined;
507
- url?: string | undefined;
508
- }>>;
509
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
510
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
511
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
512
- }, "strip", import("zod").ZodTypeAny, {
513
- openapiPath?: string | undefined;
514
- asyncapiPath?: string | undefined;
515
- }, {
516
- openapiPath?: string | undefined;
517
- asyncapiPath?: string | undefined;
518
- }>, import("zod").ZodArray<import("zod").ZodObject<{
519
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
520
- path: import("zod").ZodString;
521
- name: import("zod").ZodOptional<import("zod").ZodString>;
522
- }, "strip", import("zod").ZodTypeAny, {
523
- path: string;
524
- type: "asyncapi" | "openapi";
525
- name?: string | undefined;
526
- }, {
527
- path: string;
528
- type: "asyncapi" | "openapi";
529
- name?: string | undefined;
530
- }>, "many">]>>;
531
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
532
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
533
- id: import("zod").ZodOptional<import("zod").ZodString>;
534
- title: import("zod").ZodOptional<import("zod").ZodString>;
535
- items: import("zod").ZodArray<import("zod").ZodObject<{
536
- id: import("zod").ZodString;
537
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
538
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
539
- }, "strip", import("zod").ZodTypeAny, {
540
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
541
- id: string;
542
- version: string;
543
- }, {
544
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
545
- id: string;
546
- version?: string | undefined;
547
- }>, "many">;
548
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
549
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
550
- }, "strip", import("zod").ZodTypeAny, {
551
- items: {
552
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
553
- id: string;
554
- version: string;
555
- }[];
556
- limit: number;
557
- sidebar: boolean;
558
- id?: string | undefined;
559
- title?: string | undefined;
560
- }, {
561
- items: {
562
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
563
- id: string;
564
- version?: string | undefined;
565
- }[];
566
- id?: string | undefined;
567
- title?: string | undefined;
568
- limit?: number | undefined;
569
- sidebar?: boolean | undefined;
570
- }>, "many">>;
571
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
572
- icon: import("zod").ZodOptional<import("zod").ZodString>;
573
- node: import("zod").ZodOptional<import("zod").ZodObject<{
574
- color: import("zod").ZodOptional<import("zod").ZodString>;
575
- label: import("zod").ZodOptional<import("zod").ZodString>;
576
- }, "strip", import("zod").ZodTypeAny, {
577
- label?: string | undefined;
578
- color?: string | undefined;
579
- }, {
580
- label?: string | undefined;
581
- color?: string | undefined;
582
- }>>;
583
- }, "strip", import("zod").ZodTypeAny, {
584
- icon?: string | undefined;
585
- node?: {
586
- label?: string | undefined;
587
- color?: string | undefined;
588
- } | undefined;
589
- }, {
590
- icon?: string | undefined;
591
- node?: {
592
- label?: string | undefined;
593
- color?: string | undefined;
594
- } | undefined;
595
- }>>;
596
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
597
- message: import("zod").ZodOptional<import("zod").ZodString>;
598
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
599
- }, "strip", import("zod").ZodTypeAny, {
600
- message?: string | undefined;
601
- date?: string | Date | undefined;
602
- }, {
603
- message?: string | undefined;
604
- date?: string | Date | undefined;
605
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
606
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
607
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
608
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
609
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
610
- path: import("zod").ZodString;
611
- filePath: import("zod").ZodString;
612
- astroContentFilePath: import("zod").ZodString;
613
- publicPath: import("zod").ZodString;
614
- type: import("zod").ZodString;
615
- }, "strip", import("zod").ZodTypeAny, {
616
- path: string;
617
- type: string;
618
- filePath: string;
619
- astroContentFilePath: string;
620
- publicPath: string;
621
- }, {
622
- path: string;
623
- type: string;
624
- filePath: string;
625
- astroContentFilePath: string;
626
- publicPath: string;
627
- }>>;
628
- }, "strip", import("zod").ZodTypeAny, {
629
- id: string;
630
- name: string;
631
- version: string;
632
- sidebar?: {
633
- label?: string | undefined;
634
- badge?: string | undefined;
635
- } | undefined;
636
- summary?: string | undefined;
637
- draft?: boolean | {
638
- message: string;
639
- title?: string | undefined;
640
- } | undefined;
641
- badges?: {
642
- content: string;
643
- backgroundColor: string;
644
- textColor: string;
645
- icon?: string | undefined;
646
- }[] | undefined;
647
- owners?: {
648
- id: string;
649
- }[] | undefined;
650
- schemaPath?: string | undefined;
651
- repository?: {
652
- language?: string | undefined;
653
- url?: string | undefined;
654
- } | undefined;
655
- specifications?: {
656
- openapiPath?: string | undefined;
657
- asyncapiPath?: string | undefined;
658
- } | {
659
- path: string;
660
- type: "asyncapi" | "openapi";
661
- name?: string | undefined;
662
- }[] | undefined;
663
- hidden?: boolean | undefined;
664
- resourceGroups?: {
665
- items: {
666
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
667
- id: string;
668
- version: string;
669
- }[];
670
- limit: number;
671
- sidebar: boolean;
672
- id?: string | undefined;
673
- title?: string | undefined;
674
- }[] | undefined;
675
- styles?: {
676
- icon?: string | undefined;
677
- node?: {
678
- label?: string | undefined;
679
- color?: string | undefined;
680
- } | undefined;
681
- } | undefined;
682
- deprecated?: boolean | {
683
- message?: string | undefined;
684
- date?: string | Date | undefined;
685
- } | undefined;
686
- visualiser?: boolean | undefined;
687
- versions?: string[] | undefined;
688
- latestVersion?: string | undefined;
689
- catalog?: {
690
- path: string;
691
- type: string;
692
- filePath: string;
693
- astroContentFilePath: string;
694
- publicPath: string;
695
- } | undefined;
696
- entities?: {
697
- id: string;
698
- version: string;
699
- }[] | undefined;
700
- sends?: {
701
- id: string;
702
- version: string;
703
- }[] | undefined;
704
- receives?: {
705
- id: string;
706
- version: string;
707
- }[] | undefined;
708
- writesTo?: {
709
- id: string;
710
- version: string;
711
- }[] | undefined;
712
- readsFrom?: {
713
- id: string;
714
- version: string;
715
- }[] | undefined;
716
- }, {
717
- id: string;
718
- name: string;
719
- version: string;
720
- sidebar?: {
721
- label?: string | undefined;
722
- badge?: string | undefined;
723
- } | undefined;
724
- summary?: string | undefined;
725
- draft?: boolean | {
726
- message: string;
727
- title?: string | undefined;
728
- } | undefined;
729
- badges?: {
730
- content: string;
731
- backgroundColor: string;
732
- textColor: string;
733
- icon?: string | undefined;
734
- }[] | undefined;
735
- owners?: (string | {
736
- id: string;
737
- collection: "users" | "teams";
738
- })[] | undefined;
739
- schemaPath?: string | undefined;
740
- repository?: {
741
- language?: string | undefined;
742
- url?: string | undefined;
743
- } | undefined;
744
- specifications?: {
745
- openapiPath?: string | undefined;
746
- asyncapiPath?: string | undefined;
747
- } | {
748
- path: string;
749
- type: "asyncapi" | "openapi";
750
- name?: string | undefined;
751
- }[] | undefined;
752
- hidden?: boolean | undefined;
753
- resourceGroups?: {
754
- items: {
755
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
756
- id: string;
757
- version?: string | undefined;
758
- }[];
759
- id?: string | undefined;
760
- title?: string | undefined;
761
- limit?: number | undefined;
762
- sidebar?: boolean | undefined;
763
- }[] | undefined;
764
- styles?: {
765
- icon?: string | undefined;
766
- node?: {
767
- label?: string | undefined;
768
- color?: string | undefined;
769
- } | undefined;
770
- } | undefined;
771
- deprecated?: boolean | {
772
- message?: string | undefined;
773
- date?: string | Date | undefined;
774
- } | undefined;
775
- visualiser?: boolean | undefined;
776
- versions?: string[] | undefined;
777
- latestVersion?: string | undefined;
778
- catalog?: {
779
- path: string;
780
- type: string;
781
- filePath: string;
782
- astroContentFilePath: string;
783
- publicPath: string;
784
- } | undefined;
785
- entities?: {
786
- id: string;
787
- version?: string | undefined;
788
- }[] | undefined;
789
- sends?: {
790
- id: string;
791
- version?: string | undefined;
792
- }[] | undefined;
793
- receives?: {
794
- id: string;
795
- version?: string | undefined;
796
- }[] | undefined;
797
- writesTo?: {
798
- id: string;
799
- version?: string | undefined;
800
- }[] | undefined;
801
- readsFrom?: {
802
- id: string;
803
- version?: string | undefined;
804
- }[] | undefined;
805
- }>;
806
- readonly event: import("zod").ZodObject<{
807
- producers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
808
- consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
809
- channels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
810
- parameters: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
811
- } & {
812
- id: import("zod").ZodString;
813
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
814
- }, "strip", import("zod").ZodTypeAny, {
815
- id: string;
816
- version: string;
817
- parameters?: Record<string, string> | undefined;
818
- }, {
819
- id: string;
820
- version?: string | undefined;
821
- parameters?: Record<string, string> | undefined;
822
- }>, "many">>;
823
- messageChannels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
824
- } & {
825
- id: import("zod").ZodString;
826
- name: import("zod").ZodString;
827
- summary: import("zod").ZodOptional<import("zod").ZodString>;
828
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
829
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
830
- title: import("zod").ZodOptional<import("zod").ZodString>;
831
- message: import("zod").ZodString;
832
- }, "strip", import("zod").ZodTypeAny, {
833
- message: string;
834
- title?: string | undefined;
835
- }, {
836
- message: string;
837
- title?: string | undefined;
838
- }>]>>;
839
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
840
- content: import("zod").ZodString;
841
- backgroundColor: import("zod").ZodString;
842
- textColor: import("zod").ZodString;
843
- icon: import("zod").ZodOptional<import("zod").ZodString>;
844
- }, "strip", import("zod").ZodTypeAny, {
845
- content: string;
846
- backgroundColor: string;
847
- textColor: string;
848
- icon?: string | undefined;
849
- }, {
850
- content: string;
851
- backgroundColor: string;
852
- textColor: string;
853
- icon?: string | undefined;
854
- }>, "many">>;
855
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
856
- id: import("zod").ZodString;
857
- collection: import("zod").ZodEnum<["users", "teams"]>;
858
- }, "strip", import("zod").ZodTypeAny, {
859
- id: string;
860
- collection: "users" | "teams";
861
- }, {
862
- id: string;
863
- collection: "users" | "teams";
864
- }>]>, {
865
- id: string;
866
- }, string | {
867
- id: string;
868
- collection: "users" | "teams";
869
- }>, "many">>;
870
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
871
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
872
- label: import("zod").ZodOptional<import("zod").ZodString>;
873
- badge: import("zod").ZodOptional<import("zod").ZodString>;
874
- }, "strip", import("zod").ZodTypeAny, {
875
- label?: string | undefined;
876
- badge?: string | undefined;
877
- }, {
878
- label?: string | undefined;
879
- badge?: string | undefined;
880
- }>>;
881
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
882
- language: import("zod").ZodOptional<import("zod").ZodString>;
883
- url: import("zod").ZodOptional<import("zod").ZodString>;
884
- }, "strip", import("zod").ZodTypeAny, {
885
- language?: string | undefined;
886
- url?: string | undefined;
887
- }, {
888
- language?: string | undefined;
889
- url?: string | undefined;
890
- }>>;
891
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
892
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
893
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
894
- }, "strip", import("zod").ZodTypeAny, {
895
- openapiPath?: string | undefined;
896
- asyncapiPath?: string | undefined;
897
- }, {
898
- openapiPath?: string | undefined;
899
- asyncapiPath?: string | undefined;
900
- }>, import("zod").ZodArray<import("zod").ZodObject<{
901
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
902
- path: import("zod").ZodString;
903
- name: import("zod").ZodOptional<import("zod").ZodString>;
904
- }, "strip", import("zod").ZodTypeAny, {
905
- path: string;
906
- type: "asyncapi" | "openapi";
907
- name?: string | undefined;
908
- }, {
909
- path: string;
910
- type: "asyncapi" | "openapi";
911
- name?: string | undefined;
912
- }>, "many">]>>;
913
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
914
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
915
- id: import("zod").ZodOptional<import("zod").ZodString>;
916
- title: import("zod").ZodOptional<import("zod").ZodString>;
917
- items: import("zod").ZodArray<import("zod").ZodObject<{
918
- id: import("zod").ZodString;
919
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
920
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
921
- }, "strip", import("zod").ZodTypeAny, {
922
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
923
- id: string;
924
- version: string;
925
- }, {
926
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
927
- id: string;
928
- version?: string | undefined;
929
- }>, "many">;
930
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
931
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
932
- }, "strip", import("zod").ZodTypeAny, {
933
- items: {
934
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
935
- id: string;
936
- version: string;
937
- }[];
938
- limit: number;
939
- sidebar: boolean;
940
- id?: string | undefined;
941
- title?: string | undefined;
942
- }, {
943
- items: {
944
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
945
- id: string;
946
- version?: string | undefined;
947
- }[];
948
- id?: string | undefined;
949
- title?: string | undefined;
950
- limit?: number | undefined;
951
- sidebar?: boolean | undefined;
952
- }>, "many">>;
953
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
954
- icon: import("zod").ZodOptional<import("zod").ZodString>;
955
- node: import("zod").ZodOptional<import("zod").ZodObject<{
956
- color: import("zod").ZodOptional<import("zod").ZodString>;
957
- label: import("zod").ZodOptional<import("zod").ZodString>;
958
- }, "strip", import("zod").ZodTypeAny, {
959
- label?: string | undefined;
960
- color?: string | undefined;
961
- }, {
962
- label?: string | undefined;
963
- color?: string | undefined;
964
- }>>;
965
- }, "strip", import("zod").ZodTypeAny, {
966
- icon?: string | undefined;
967
- node?: {
968
- label?: string | undefined;
969
- color?: string | undefined;
970
- } | undefined;
971
- }, {
972
- icon?: string | undefined;
973
- node?: {
974
- label?: string | undefined;
975
- color?: string | undefined;
976
- } | undefined;
977
- }>>;
978
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
979
- message: import("zod").ZodOptional<import("zod").ZodString>;
980
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
981
- }, "strip", import("zod").ZodTypeAny, {
982
- message?: string | undefined;
983
- date?: string | Date | undefined;
984
- }, {
985
- message?: string | undefined;
986
- date?: string | Date | undefined;
987
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
988
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
989
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
990
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
991
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
992
- path: import("zod").ZodString;
993
- filePath: import("zod").ZodString;
994
- astroContentFilePath: import("zod").ZodString;
995
- publicPath: import("zod").ZodString;
996
- type: import("zod").ZodString;
997
- }, "strip", import("zod").ZodTypeAny, {
998
- path: string;
999
- type: string;
1000
- filePath: string;
1001
- astroContentFilePath: string;
1002
- publicPath: string;
1003
- }, {
1004
- path: string;
1005
- type: string;
1006
- filePath: string;
1007
- astroContentFilePath: string;
1008
- publicPath: string;
1009
- }>>;
1010
- }, "strip", import("zod").ZodTypeAny, {
1011
- id: string;
1012
- name: string;
1013
- version: string;
1014
- sidebar?: {
1015
- label?: string | undefined;
1016
- badge?: string | undefined;
1017
- } | undefined;
1018
- summary?: string | undefined;
1019
- draft?: boolean | {
1020
- message: string;
1021
- title?: string | undefined;
1022
- } | undefined;
1023
- badges?: {
1024
- content: string;
1025
- backgroundColor: string;
1026
- textColor: string;
1027
- icon?: string | undefined;
1028
- }[] | undefined;
1029
- owners?: {
1030
- id: string;
1031
- }[] | undefined;
1032
- schemaPath?: string | undefined;
1033
- repository?: {
1034
- language?: string | undefined;
1035
- url?: string | undefined;
1036
- } | undefined;
1037
- specifications?: {
1038
- openapiPath?: string | undefined;
1039
- asyncapiPath?: string | undefined;
1040
- } | {
1041
- path: string;
1042
- type: "asyncapi" | "openapi";
1043
- name?: string | undefined;
1044
- }[] | undefined;
1045
- hidden?: boolean | undefined;
1046
- resourceGroups?: {
1047
- items: {
1048
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1049
- id: string;
1050
- version: string;
1051
- }[];
1052
- limit: number;
1053
- sidebar: boolean;
1054
- id?: string | undefined;
1055
- title?: string | undefined;
1056
- }[] | undefined;
1057
- styles?: {
1058
- icon?: string | undefined;
1059
- node?: {
1060
- label?: string | undefined;
1061
- color?: string | undefined;
1062
- } | undefined;
1063
- } | undefined;
1064
- deprecated?: boolean | {
1065
- message?: string | undefined;
1066
- date?: string | Date | undefined;
1067
- } | undefined;
1068
- visualiser?: boolean | undefined;
1069
- versions?: string[] | undefined;
1070
- latestVersion?: string | undefined;
1071
- catalog?: {
1072
- path: string;
1073
- type: string;
1074
- filePath: string;
1075
- astroContentFilePath: string;
1076
- publicPath: string;
1077
- } | undefined;
1078
- producers?: any[] | undefined;
1079
- consumers?: any[] | undefined;
1080
- channels?: {
1081
- id: string;
1082
- version: string;
1083
- parameters?: Record<string, string> | undefined;
1084
- }[] | undefined;
1085
- messageChannels?: any[] | undefined;
1086
- }, {
1087
- id: string;
1088
- name: string;
1089
- version: string;
1090
- sidebar?: {
1091
- label?: string | undefined;
1092
- badge?: string | undefined;
1093
- } | undefined;
1094
- summary?: string | undefined;
1095
- draft?: boolean | {
1096
- message: string;
1097
- title?: string | undefined;
1098
- } | undefined;
1099
- badges?: {
1100
- content: string;
1101
- backgroundColor: string;
1102
- textColor: string;
1103
- icon?: string | undefined;
1104
- }[] | undefined;
1105
- owners?: (string | {
1106
- id: string;
1107
- collection: "users" | "teams";
1108
- })[] | undefined;
1109
- schemaPath?: string | undefined;
1110
- repository?: {
1111
- language?: string | undefined;
1112
- url?: string | undefined;
1113
- } | undefined;
1114
- specifications?: {
1115
- openapiPath?: string | undefined;
1116
- asyncapiPath?: string | undefined;
1117
- } | {
1118
- path: string;
1119
- type: "asyncapi" | "openapi";
1120
- name?: string | undefined;
1121
- }[] | undefined;
1122
- hidden?: boolean | undefined;
1123
- resourceGroups?: {
1124
- items: {
1125
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1126
- id: string;
1127
- version?: string | undefined;
1128
- }[];
1129
- id?: string | undefined;
1130
- title?: string | undefined;
1131
- limit?: number | undefined;
1132
- sidebar?: boolean | undefined;
1133
- }[] | undefined;
1134
- styles?: {
1135
- icon?: string | undefined;
1136
- node?: {
1137
- label?: string | undefined;
1138
- color?: string | undefined;
1139
- } | undefined;
1140
- } | undefined;
1141
- deprecated?: boolean | {
1142
- message?: string | undefined;
1143
- date?: string | Date | undefined;
1144
- } | undefined;
1145
- visualiser?: boolean | undefined;
1146
- versions?: string[] | undefined;
1147
- latestVersion?: string | undefined;
1148
- catalog?: {
1149
- path: string;
1150
- type: string;
1151
- filePath: string;
1152
- astroContentFilePath: string;
1153
- publicPath: string;
1154
- } | undefined;
1155
- producers?: any[] | undefined;
1156
- consumers?: any[] | undefined;
1157
- channels?: {
1158
- id: string;
1159
- version?: string | undefined;
1160
- parameters?: Record<string, string> | undefined;
1161
- }[] | undefined;
1162
- messageChannels?: any[] | undefined;
1163
- }>;
1164
- readonly command: import("zod").ZodObject<{
1165
- producers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
1166
- consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
1167
- channels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1168
- parameters: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1169
- } & {
1170
- id: import("zod").ZodString;
1171
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
1172
- }, "strip", import("zod").ZodTypeAny, {
1173
- id: string;
1174
- version: string;
1175
- parameters?: Record<string, string> | undefined;
1176
- }, {
1177
- id: string;
1178
- version?: string | undefined;
1179
- parameters?: Record<string, string> | undefined;
1180
- }>, "many">>;
1181
- messageChannels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
1182
- } & {
1183
- id: import("zod").ZodString;
1184
- name: import("zod").ZodString;
1185
- summary: import("zod").ZodOptional<import("zod").ZodString>;
1186
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1187
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
1188
- title: import("zod").ZodOptional<import("zod").ZodString>;
1189
- message: import("zod").ZodString;
1190
- }, "strip", import("zod").ZodTypeAny, {
1191
- message: string;
1192
- title?: string | undefined;
1193
- }, {
1194
- message: string;
1195
- title?: string | undefined;
1196
- }>]>>;
1197
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1198
- content: import("zod").ZodString;
1199
- backgroundColor: import("zod").ZodString;
1200
- textColor: import("zod").ZodString;
1201
- icon: import("zod").ZodOptional<import("zod").ZodString>;
1202
- }, "strip", import("zod").ZodTypeAny, {
1203
- content: string;
1204
- backgroundColor: string;
1205
- textColor: string;
1206
- icon?: string | undefined;
1207
- }, {
1208
- content: string;
1209
- backgroundColor: string;
1210
- textColor: string;
1211
- icon?: string | undefined;
1212
- }>, "many">>;
1213
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1214
- id: import("zod").ZodString;
1215
- collection: import("zod").ZodEnum<["users", "teams"]>;
1216
- }, "strip", import("zod").ZodTypeAny, {
1217
- id: string;
1218
- collection: "users" | "teams";
1219
- }, {
1220
- id: string;
1221
- collection: "users" | "teams";
1222
- }>]>, {
1223
- id: string;
1224
- }, string | {
1225
- id: string;
1226
- collection: "users" | "teams";
1227
- }>, "many">>;
1228
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
1229
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
1230
- label: import("zod").ZodOptional<import("zod").ZodString>;
1231
- badge: import("zod").ZodOptional<import("zod").ZodString>;
1232
- }, "strip", import("zod").ZodTypeAny, {
1233
- label?: string | undefined;
1234
- badge?: string | undefined;
1235
- }, {
1236
- label?: string | undefined;
1237
- badge?: string | undefined;
1238
- }>>;
1239
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
1240
- language: import("zod").ZodOptional<import("zod").ZodString>;
1241
- url: import("zod").ZodOptional<import("zod").ZodString>;
1242
- }, "strip", import("zod").ZodTypeAny, {
1243
- language?: string | undefined;
1244
- url?: string | undefined;
1245
- }, {
1246
- language?: string | undefined;
1247
- url?: string | undefined;
1248
- }>>;
1249
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
1250
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
1251
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
1252
- }, "strip", import("zod").ZodTypeAny, {
1253
- openapiPath?: string | undefined;
1254
- asyncapiPath?: string | undefined;
1255
- }, {
1256
- openapiPath?: string | undefined;
1257
- asyncapiPath?: string | undefined;
1258
- }>, import("zod").ZodArray<import("zod").ZodObject<{
1259
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
1260
- path: import("zod").ZodString;
1261
- name: import("zod").ZodOptional<import("zod").ZodString>;
1262
- }, "strip", import("zod").ZodTypeAny, {
1263
- path: string;
1264
- type: "asyncapi" | "openapi";
1265
- name?: string | undefined;
1266
- }, {
1267
- path: string;
1268
- type: "asyncapi" | "openapi";
1269
- name?: string | undefined;
1270
- }>, "many">]>>;
1271
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1272
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1273
- id: import("zod").ZodOptional<import("zod").ZodString>;
1274
- title: import("zod").ZodOptional<import("zod").ZodString>;
1275
- items: import("zod").ZodArray<import("zod").ZodObject<{
1276
- id: import("zod").ZodString;
1277
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
1278
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
1279
- }, "strip", import("zod").ZodTypeAny, {
1280
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1281
- id: string;
1282
- version: string;
1283
- }, {
1284
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1285
- id: string;
1286
- version?: string | undefined;
1287
- }>, "many">;
1288
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
1289
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1290
- }, "strip", import("zod").ZodTypeAny, {
1291
- items: {
1292
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1293
- id: string;
1294
- version: string;
1295
- }[];
1296
- limit: number;
1297
- sidebar: boolean;
1298
- id?: string | undefined;
1299
- title?: string | undefined;
1300
- }, {
1301
- items: {
1302
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1303
- id: string;
1304
- version?: string | undefined;
1305
- }[];
1306
- id?: string | undefined;
1307
- title?: string | undefined;
1308
- limit?: number | undefined;
1309
- sidebar?: boolean | undefined;
1310
- }>, "many">>;
1311
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
1312
- icon: import("zod").ZodOptional<import("zod").ZodString>;
1313
- node: import("zod").ZodOptional<import("zod").ZodObject<{
1314
- color: import("zod").ZodOptional<import("zod").ZodString>;
1315
- label: import("zod").ZodOptional<import("zod").ZodString>;
1316
- }, "strip", import("zod").ZodTypeAny, {
1317
- label?: string | undefined;
1318
- color?: string | undefined;
1319
- }, {
1320
- label?: string | undefined;
1321
- color?: string | undefined;
1322
- }>>;
1323
- }, "strip", import("zod").ZodTypeAny, {
1324
- icon?: string | undefined;
1325
- node?: {
1326
- label?: string | undefined;
1327
- color?: string | undefined;
1328
- } | undefined;
1329
- }, {
1330
- icon?: string | undefined;
1331
- node?: {
1332
- label?: string | undefined;
1333
- color?: string | undefined;
1334
- } | undefined;
1335
- }>>;
1336
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
1337
- message: import("zod").ZodOptional<import("zod").ZodString>;
1338
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
1339
- }, "strip", import("zod").ZodTypeAny, {
1340
- message?: string | undefined;
1341
- date?: string | Date | undefined;
1342
- }, {
1343
- message?: string | undefined;
1344
- date?: string | Date | undefined;
1345
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
1346
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
1347
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1348
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
1349
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
1350
- path: import("zod").ZodString;
1351
- filePath: import("zod").ZodString;
1352
- astroContentFilePath: import("zod").ZodString;
1353
- publicPath: import("zod").ZodString;
1354
- type: import("zod").ZodString;
1355
- }, "strip", import("zod").ZodTypeAny, {
1356
- path: string;
1357
- type: string;
1358
- filePath: string;
1359
- astroContentFilePath: string;
1360
- publicPath: string;
1361
- }, {
1362
- path: string;
1363
- type: string;
1364
- filePath: string;
1365
- astroContentFilePath: string;
1366
- publicPath: string;
1367
- }>>;
1368
- }, "strip", import("zod").ZodTypeAny, {
1369
- id: string;
1370
- name: string;
1371
- version: string;
1372
- sidebar?: {
1373
- label?: string | undefined;
1374
- badge?: string | undefined;
1375
- } | undefined;
1376
- summary?: string | undefined;
1377
- draft?: boolean | {
1378
- message: string;
1379
- title?: string | undefined;
1380
- } | undefined;
1381
- badges?: {
1382
- content: string;
1383
- backgroundColor: string;
1384
- textColor: string;
1385
- icon?: string | undefined;
1386
- }[] | undefined;
1387
- owners?: {
1388
- id: string;
1389
- }[] | undefined;
1390
- schemaPath?: string | undefined;
1391
- repository?: {
1392
- language?: string | undefined;
1393
- url?: string | undefined;
1394
- } | undefined;
1395
- specifications?: {
1396
- openapiPath?: string | undefined;
1397
- asyncapiPath?: string | undefined;
1398
- } | {
1399
- path: string;
1400
- type: "asyncapi" | "openapi";
1401
- name?: string | undefined;
1402
- }[] | undefined;
1403
- hidden?: boolean | undefined;
1404
- resourceGroups?: {
1405
- items: {
1406
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1407
- id: string;
1408
- version: string;
1409
- }[];
1410
- limit: number;
1411
- sidebar: boolean;
1412
- id?: string | undefined;
1413
- title?: string | undefined;
1414
- }[] | undefined;
1415
- styles?: {
1416
- icon?: string | undefined;
1417
- node?: {
1418
- label?: string | undefined;
1419
- color?: string | undefined;
1420
- } | undefined;
1421
- } | undefined;
1422
- deprecated?: boolean | {
1423
- message?: string | undefined;
1424
- date?: string | Date | undefined;
1425
- } | undefined;
1426
- visualiser?: boolean | undefined;
1427
- versions?: string[] | undefined;
1428
- latestVersion?: string | undefined;
1429
- catalog?: {
1430
- path: string;
1431
- type: string;
1432
- filePath: string;
1433
- astroContentFilePath: string;
1434
- publicPath: string;
1435
- } | undefined;
1436
- producers?: any[] | undefined;
1437
- consumers?: any[] | undefined;
1438
- channels?: {
1439
- id: string;
1440
- version: string;
1441
- parameters?: Record<string, string> | undefined;
1442
- }[] | undefined;
1443
- messageChannels?: any[] | undefined;
1444
- }, {
1445
- id: string;
1446
- name: string;
1447
- version: string;
1448
- sidebar?: {
1449
- label?: string | undefined;
1450
- badge?: string | undefined;
1451
- } | undefined;
1452
- summary?: string | undefined;
1453
- draft?: boolean | {
1454
- message: string;
1455
- title?: string | undefined;
1456
- } | undefined;
1457
- badges?: {
1458
- content: string;
1459
- backgroundColor: string;
1460
- textColor: string;
1461
- icon?: string | undefined;
1462
- }[] | undefined;
1463
- owners?: (string | {
1464
- id: string;
1465
- collection: "users" | "teams";
1466
- })[] | undefined;
1467
- schemaPath?: string | undefined;
1468
- repository?: {
1469
- language?: string | undefined;
1470
- url?: string | undefined;
1471
- } | undefined;
1472
- specifications?: {
1473
- openapiPath?: string | undefined;
1474
- asyncapiPath?: string | undefined;
1475
- } | {
1476
- path: string;
1477
- type: "asyncapi" | "openapi";
1478
- name?: string | undefined;
1479
- }[] | undefined;
1480
- hidden?: boolean | undefined;
1481
- resourceGroups?: {
1482
- items: {
1483
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1484
- id: string;
1485
- version?: string | undefined;
1486
- }[];
1487
- id?: string | undefined;
1488
- title?: string | undefined;
1489
- limit?: number | undefined;
1490
- sidebar?: boolean | undefined;
1491
- }[] | undefined;
1492
- styles?: {
1493
- icon?: string | undefined;
1494
- node?: {
1495
- label?: string | undefined;
1496
- color?: string | undefined;
1497
- } | undefined;
1498
- } | undefined;
1499
- deprecated?: boolean | {
1500
- message?: string | undefined;
1501
- date?: string | Date | undefined;
1502
- } | undefined;
1503
- visualiser?: boolean | undefined;
1504
- versions?: string[] | undefined;
1505
- latestVersion?: string | undefined;
1506
- catalog?: {
1507
- path: string;
1508
- type: string;
1509
- filePath: string;
1510
- astroContentFilePath: string;
1511
- publicPath: string;
1512
- } | undefined;
1513
- producers?: any[] | undefined;
1514
- consumers?: any[] | undefined;
1515
- channels?: {
1516
- id: string;
1517
- version?: string | undefined;
1518
- parameters?: Record<string, string> | undefined;
1519
- }[] | undefined;
1520
- messageChannels?: any[] | undefined;
1521
- }>;
1522
- readonly query: import("zod").ZodObject<{
1523
- producers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
1524
- consumers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
1525
- channels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1526
- parameters: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1527
- } & {
1528
- id: import("zod").ZodString;
1529
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
1530
- }, "strip", import("zod").ZodTypeAny, {
1531
- id: string;
1532
- version: string;
1533
- parameters?: Record<string, string> | undefined;
1534
- }, {
1535
- id: string;
1536
- version?: string | undefined;
1537
- parameters?: Record<string, string> | undefined;
1538
- }>, "many">>;
1539
- messageChannels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
1540
- } & {
1541
- id: import("zod").ZodString;
1542
- name: import("zod").ZodString;
1543
- summary: import("zod").ZodOptional<import("zod").ZodString>;
1544
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1545
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
1546
- title: import("zod").ZodOptional<import("zod").ZodString>;
1547
- message: import("zod").ZodString;
1548
- }, "strip", import("zod").ZodTypeAny, {
1549
- message: string;
1550
- title?: string | undefined;
1551
- }, {
1552
- message: string;
1553
- title?: string | undefined;
1554
- }>]>>;
1555
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1556
- content: import("zod").ZodString;
1557
- backgroundColor: import("zod").ZodString;
1558
- textColor: import("zod").ZodString;
1559
- icon: import("zod").ZodOptional<import("zod").ZodString>;
1560
- }, "strip", import("zod").ZodTypeAny, {
1561
- content: string;
1562
- backgroundColor: string;
1563
- textColor: string;
1564
- icon?: string | undefined;
1565
- }, {
1566
- content: string;
1567
- backgroundColor: string;
1568
- textColor: string;
1569
- icon?: string | undefined;
1570
- }>, "many">>;
1571
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1572
- id: import("zod").ZodString;
1573
- collection: import("zod").ZodEnum<["users", "teams"]>;
1574
- }, "strip", import("zod").ZodTypeAny, {
1575
- id: string;
1576
- collection: "users" | "teams";
1577
- }, {
1578
- id: string;
1579
- collection: "users" | "teams";
1580
- }>]>, {
1581
- id: string;
1582
- }, string | {
1583
- id: string;
1584
- collection: "users" | "teams";
1585
- }>, "many">>;
1586
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
1587
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
1588
- label: import("zod").ZodOptional<import("zod").ZodString>;
1589
- badge: import("zod").ZodOptional<import("zod").ZodString>;
1590
- }, "strip", import("zod").ZodTypeAny, {
1591
- label?: string | undefined;
1592
- badge?: string | undefined;
1593
- }, {
1594
- label?: string | undefined;
1595
- badge?: string | undefined;
1596
- }>>;
1597
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
1598
- language: import("zod").ZodOptional<import("zod").ZodString>;
1599
- url: import("zod").ZodOptional<import("zod").ZodString>;
1600
- }, "strip", import("zod").ZodTypeAny, {
1601
- language?: string | undefined;
1602
- url?: string | undefined;
1603
- }, {
1604
- language?: string | undefined;
1605
- url?: string | undefined;
1606
- }>>;
1607
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
1608
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
1609
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
1610
- }, "strip", import("zod").ZodTypeAny, {
1611
- openapiPath?: string | undefined;
1612
- asyncapiPath?: string | undefined;
1613
- }, {
1614
- openapiPath?: string | undefined;
1615
- asyncapiPath?: string | undefined;
1616
- }>, import("zod").ZodArray<import("zod").ZodObject<{
1617
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
1618
- path: import("zod").ZodString;
1619
- name: import("zod").ZodOptional<import("zod").ZodString>;
1620
- }, "strip", import("zod").ZodTypeAny, {
1621
- path: string;
1622
- type: "asyncapi" | "openapi";
1623
- name?: string | undefined;
1624
- }, {
1625
- path: string;
1626
- type: "asyncapi" | "openapi";
1627
- name?: string | undefined;
1628
- }>, "many">]>>;
1629
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1630
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1631
- id: import("zod").ZodOptional<import("zod").ZodString>;
1632
- title: import("zod").ZodOptional<import("zod").ZodString>;
1633
- items: import("zod").ZodArray<import("zod").ZodObject<{
1634
- id: import("zod").ZodString;
1635
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
1636
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
1637
- }, "strip", import("zod").ZodTypeAny, {
1638
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1639
- id: string;
1640
- version: string;
1641
- }, {
1642
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1643
- id: string;
1644
- version?: string | undefined;
1645
- }>, "many">;
1646
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
1647
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1648
- }, "strip", import("zod").ZodTypeAny, {
1649
- items: {
1650
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1651
- id: string;
1652
- version: string;
1653
- }[];
1654
- limit: number;
1655
- sidebar: boolean;
1656
- id?: string | undefined;
1657
- title?: string | undefined;
1658
- }, {
1659
- items: {
1660
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1661
- id: string;
1662
- version?: string | undefined;
1663
- }[];
1664
- id?: string | undefined;
1665
- title?: string | undefined;
1666
- limit?: number | undefined;
1667
- sidebar?: boolean | undefined;
1668
- }>, "many">>;
1669
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
1670
- icon: import("zod").ZodOptional<import("zod").ZodString>;
1671
- node: import("zod").ZodOptional<import("zod").ZodObject<{
1672
- color: import("zod").ZodOptional<import("zod").ZodString>;
1673
- label: import("zod").ZodOptional<import("zod").ZodString>;
1674
- }, "strip", import("zod").ZodTypeAny, {
1675
- label?: string | undefined;
1676
- color?: string | undefined;
1677
- }, {
1678
- label?: string | undefined;
1679
- color?: string | undefined;
1680
- }>>;
1681
- }, "strip", import("zod").ZodTypeAny, {
1682
- icon?: string | undefined;
1683
- node?: {
1684
- label?: string | undefined;
1685
- color?: string | undefined;
1686
- } | undefined;
1687
- }, {
1688
- icon?: string | undefined;
1689
- node?: {
1690
- label?: string | undefined;
1691
- color?: string | undefined;
1692
- } | undefined;
1693
- }>>;
1694
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
1695
- message: import("zod").ZodOptional<import("zod").ZodString>;
1696
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
1697
- }, "strip", import("zod").ZodTypeAny, {
1698
- message?: string | undefined;
1699
- date?: string | Date | undefined;
1700
- }, {
1701
- message?: string | undefined;
1702
- date?: string | Date | undefined;
1703
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
1704
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
1705
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1706
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
1707
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
1708
- path: import("zod").ZodString;
1709
- filePath: import("zod").ZodString;
1710
- astroContentFilePath: import("zod").ZodString;
1711
- publicPath: import("zod").ZodString;
1712
- type: import("zod").ZodString;
1713
- }, "strip", import("zod").ZodTypeAny, {
1714
- path: string;
1715
- type: string;
1716
- filePath: string;
1717
- astroContentFilePath: string;
1718
- publicPath: string;
1719
- }, {
1720
- path: string;
1721
- type: string;
1722
- filePath: string;
1723
- astroContentFilePath: string;
1724
- publicPath: string;
1725
- }>>;
1726
- }, "strip", import("zod").ZodTypeAny, {
1727
- id: string;
1728
- name: string;
1729
- version: string;
1730
- sidebar?: {
1731
- label?: string | undefined;
1732
- badge?: string | undefined;
1733
- } | undefined;
1734
- summary?: string | undefined;
1735
- draft?: boolean | {
1736
- message: string;
1737
- title?: string | undefined;
1738
- } | undefined;
1739
- badges?: {
1740
- content: string;
1741
- backgroundColor: string;
1742
- textColor: string;
1743
- icon?: string | undefined;
1744
- }[] | undefined;
1745
- owners?: {
1746
- id: string;
1747
- }[] | undefined;
1748
- schemaPath?: string | undefined;
1749
- repository?: {
1750
- language?: string | undefined;
1751
- url?: string | undefined;
1752
- } | undefined;
1753
- specifications?: {
1754
- openapiPath?: string | undefined;
1755
- asyncapiPath?: string | undefined;
1756
- } | {
1757
- path: string;
1758
- type: "asyncapi" | "openapi";
1759
- name?: string | undefined;
1760
- }[] | undefined;
1761
- hidden?: boolean | undefined;
1762
- resourceGroups?: {
1763
- items: {
1764
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1765
- id: string;
1766
- version: string;
1767
- }[];
1768
- limit: number;
1769
- sidebar: boolean;
1770
- id?: string | undefined;
1771
- title?: string | undefined;
1772
- }[] | undefined;
1773
- styles?: {
1774
- icon?: string | undefined;
1775
- node?: {
1776
- label?: string | undefined;
1777
- color?: string | undefined;
1778
- } | undefined;
1779
- } | undefined;
1780
- deprecated?: boolean | {
1781
- message?: string | undefined;
1782
- date?: string | Date | undefined;
1783
- } | undefined;
1784
- visualiser?: boolean | undefined;
1785
- versions?: string[] | undefined;
1786
- latestVersion?: string | undefined;
1787
- catalog?: {
1788
- path: string;
1789
- type: string;
1790
- filePath: string;
1791
- astroContentFilePath: string;
1792
- publicPath: string;
1793
- } | undefined;
1794
- producers?: any[] | undefined;
1795
- consumers?: any[] | undefined;
1796
- channels?: {
1797
- id: string;
1798
- version: string;
1799
- parameters?: Record<string, string> | undefined;
1800
- }[] | undefined;
1801
- messageChannels?: any[] | undefined;
1802
- }, {
1803
- id: string;
1804
- name: string;
1805
- version: string;
1806
- sidebar?: {
1807
- label?: string | undefined;
1808
- badge?: string | undefined;
1809
- } | undefined;
1810
- summary?: string | undefined;
1811
- draft?: boolean | {
1812
- message: string;
1813
- title?: string | undefined;
1814
- } | undefined;
1815
- badges?: {
1816
- content: string;
1817
- backgroundColor: string;
1818
- textColor: string;
1819
- icon?: string | undefined;
1820
- }[] | undefined;
1821
- owners?: (string | {
1822
- id: string;
1823
- collection: "users" | "teams";
1824
- })[] | undefined;
1825
- schemaPath?: string | undefined;
1826
- repository?: {
1827
- language?: string | undefined;
1828
- url?: string | undefined;
1829
- } | undefined;
1830
- specifications?: {
1831
- openapiPath?: string | undefined;
1832
- asyncapiPath?: string | undefined;
1833
- } | {
1834
- path: string;
1835
- type: "asyncapi" | "openapi";
1836
- name?: string | undefined;
1837
- }[] | undefined;
1838
- hidden?: boolean | undefined;
1839
- resourceGroups?: {
1840
- items: {
1841
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
1842
- id: string;
1843
- version?: string | undefined;
1844
- }[];
1845
- id?: string | undefined;
1846
- title?: string | undefined;
1847
- limit?: number | undefined;
1848
- sidebar?: boolean | undefined;
1849
- }[] | undefined;
1850
- styles?: {
1851
- icon?: string | undefined;
1852
- node?: {
1853
- label?: string | undefined;
1854
- color?: string | undefined;
1855
- } | undefined;
1856
- } | undefined;
1857
- deprecated?: boolean | {
1858
- message?: string | undefined;
1859
- date?: string | Date | undefined;
1860
- } | undefined;
1861
- visualiser?: boolean | undefined;
1862
- versions?: string[] | undefined;
1863
- latestVersion?: string | undefined;
1864
- catalog?: {
1865
- path: string;
1866
- type: string;
1867
- filePath: string;
1868
- astroContentFilePath: string;
1869
- publicPath: string;
1870
- } | undefined;
1871
- producers?: any[] | undefined;
1872
- consumers?: any[] | undefined;
1873
- channels?: {
1874
- id: string;
1875
- version?: string | undefined;
1876
- parameters?: Record<string, string> | undefined;
1877
- }[] | undefined;
1878
- messageChannels?: any[] | undefined;
1879
- }>;
1880
- readonly channel: import("zod").ZodObject<{
1881
- address: import("zod").ZodOptional<import("zod").ZodString>;
1882
- protocols: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1883
- parameters: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1884
- enum: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1885
- default: import("zod").ZodOptional<import("zod").ZodString>;
1886
- examples: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1887
- description: import("zod").ZodOptional<import("zod").ZodString>;
1888
- }, "strip", import("zod").ZodTypeAny, {
1889
- enum?: string[] | undefined;
1890
- default?: string | undefined;
1891
- examples?: string[] | undefined;
1892
- description?: string | undefined;
1893
- }, {
1894
- enum?: string[] | undefined;
1895
- default?: string | undefined;
1896
- examples?: string[] | undefined;
1897
- description?: string | undefined;
1898
- }>>>;
1899
- messages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1900
- id: import("zod").ZodString;
1901
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
1902
- collection: import("zod").ZodString;
1903
- name: import("zod").ZodString;
1904
- }, "strip", import("zod").ZodTypeAny, {
1905
- id: string;
1906
- collection: string;
1907
- name: string;
1908
- version: string;
1909
- }, {
1910
- id: string;
1911
- collection: string;
1912
- name: string;
1913
- version?: string | undefined;
1914
- }>, "many">>;
1915
- } & {
1916
- id: import("zod").ZodString;
1917
- name: import("zod").ZodString;
1918
- summary: import("zod").ZodOptional<import("zod").ZodString>;
1919
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1920
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
1921
- title: import("zod").ZodOptional<import("zod").ZodString>;
1922
- message: import("zod").ZodString;
1923
- }, "strip", import("zod").ZodTypeAny, {
1924
- message: string;
1925
- title?: string | undefined;
1926
- }, {
1927
- message: string;
1928
- title?: string | undefined;
1929
- }>]>>;
1930
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1931
- content: import("zod").ZodString;
1932
- backgroundColor: import("zod").ZodString;
1933
- textColor: import("zod").ZodString;
1934
- icon: import("zod").ZodOptional<import("zod").ZodString>;
1935
- }, "strip", import("zod").ZodTypeAny, {
1936
- content: string;
1937
- backgroundColor: string;
1938
- textColor: string;
1939
- icon?: string | undefined;
1940
- }, {
1941
- content: string;
1942
- backgroundColor: string;
1943
- textColor: string;
1944
- icon?: string | undefined;
1945
- }>, "many">>;
1946
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
1947
- id: import("zod").ZodString;
1948
- collection: import("zod").ZodEnum<["users", "teams"]>;
1949
- }, "strip", import("zod").ZodTypeAny, {
1950
- id: string;
1951
- collection: "users" | "teams";
1952
- }, {
1953
- id: string;
1954
- collection: "users" | "teams";
1955
- }>]>, {
1956
- id: string;
1957
- }, string | {
1958
- id: string;
1959
- collection: "users" | "teams";
1960
- }>, "many">>;
1961
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
1962
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
1963
- label: import("zod").ZodOptional<import("zod").ZodString>;
1964
- badge: import("zod").ZodOptional<import("zod").ZodString>;
1965
- }, "strip", import("zod").ZodTypeAny, {
1966
- label?: string | undefined;
1967
- badge?: string | undefined;
1968
- }, {
1969
- label?: string | undefined;
1970
- badge?: string | undefined;
1971
- }>>;
1972
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
1973
- language: import("zod").ZodOptional<import("zod").ZodString>;
1974
- url: import("zod").ZodOptional<import("zod").ZodString>;
1975
- }, "strip", import("zod").ZodTypeAny, {
1976
- language?: string | undefined;
1977
- url?: string | undefined;
1978
- }, {
1979
- language?: string | undefined;
1980
- url?: string | undefined;
1981
- }>>;
1982
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
1983
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
1984
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
1985
- }, "strip", import("zod").ZodTypeAny, {
1986
- openapiPath?: string | undefined;
1987
- asyncapiPath?: string | undefined;
1988
- }, {
1989
- openapiPath?: string | undefined;
1990
- asyncapiPath?: string | undefined;
1991
- }>, import("zod").ZodArray<import("zod").ZodObject<{
1992
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
1993
- path: import("zod").ZodString;
1994
- name: import("zod").ZodOptional<import("zod").ZodString>;
1995
- }, "strip", import("zod").ZodTypeAny, {
1996
- path: string;
1997
- type: "asyncapi" | "openapi";
1998
- name?: string | undefined;
1999
- }, {
2000
- path: string;
2001
- type: "asyncapi" | "openapi";
2002
- name?: string | undefined;
2003
- }>, "many">]>>;
2004
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2005
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2006
- id: import("zod").ZodOptional<import("zod").ZodString>;
2007
- title: import("zod").ZodOptional<import("zod").ZodString>;
2008
- items: import("zod").ZodArray<import("zod").ZodObject<{
2009
- id: import("zod").ZodString;
2010
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
2011
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
2012
- }, "strip", import("zod").ZodTypeAny, {
2013
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2014
- id: string;
2015
- version: string;
2016
- }, {
2017
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2018
- id: string;
2019
- version?: string | undefined;
2020
- }>, "many">;
2021
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
2022
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2023
- }, "strip", import("zod").ZodTypeAny, {
2024
- items: {
2025
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2026
- id: string;
2027
- version: string;
2028
- }[];
2029
- limit: number;
2030
- sidebar: boolean;
2031
- id?: string | undefined;
2032
- title?: string | undefined;
2033
- }, {
2034
- items: {
2035
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2036
- id: string;
2037
- version?: string | undefined;
2038
- }[];
2039
- id?: string | undefined;
2040
- title?: string | undefined;
2041
- limit?: number | undefined;
2042
- sidebar?: boolean | undefined;
2043
- }>, "many">>;
2044
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
2045
- icon: import("zod").ZodOptional<import("zod").ZodString>;
2046
- node: import("zod").ZodOptional<import("zod").ZodObject<{
2047
- color: import("zod").ZodOptional<import("zod").ZodString>;
2048
- label: import("zod").ZodOptional<import("zod").ZodString>;
2049
- }, "strip", import("zod").ZodTypeAny, {
2050
- label?: string | undefined;
2051
- color?: string | undefined;
2052
- }, {
2053
- label?: string | undefined;
2054
- color?: string | undefined;
2055
- }>>;
2056
- }, "strip", import("zod").ZodTypeAny, {
2057
- icon?: string | undefined;
2058
- node?: {
2059
- label?: string | undefined;
2060
- color?: string | undefined;
2061
- } | undefined;
2062
- }, {
2063
- icon?: string | undefined;
2064
- node?: {
2065
- label?: string | undefined;
2066
- color?: string | undefined;
2067
- } | undefined;
2068
- }>>;
2069
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
2070
- message: import("zod").ZodOptional<import("zod").ZodString>;
2071
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2072
- }, "strip", import("zod").ZodTypeAny, {
2073
- message?: string | undefined;
2074
- date?: string | Date | undefined;
2075
- }, {
2076
- message?: string | undefined;
2077
- date?: string | Date | undefined;
2078
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
2079
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
2080
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2081
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
2082
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
2083
- path: import("zod").ZodString;
2084
- filePath: import("zod").ZodString;
2085
- astroContentFilePath: import("zod").ZodString;
2086
- publicPath: import("zod").ZodString;
2087
- type: import("zod").ZodString;
2088
- }, "strip", import("zod").ZodTypeAny, {
2089
- path: string;
2090
- type: string;
2091
- filePath: string;
2092
- astroContentFilePath: string;
2093
- publicPath: string;
2094
- }, {
2095
- path: string;
2096
- type: string;
2097
- filePath: string;
2098
- astroContentFilePath: string;
2099
- publicPath: string;
2100
- }>>;
2101
- }, "strip", import("zod").ZodTypeAny, {
2102
- id: string;
2103
- name: string;
2104
- version: string;
2105
- parameters?: Record<string, {
2106
- enum?: string[] | undefined;
2107
- default?: string | undefined;
2108
- examples?: string[] | undefined;
2109
- description?: string | undefined;
2110
- }> | undefined;
2111
- sidebar?: {
2112
- label?: string | undefined;
2113
- badge?: string | undefined;
2114
- } | undefined;
2115
- summary?: string | undefined;
2116
- draft?: boolean | {
2117
- message: string;
2118
- title?: string | undefined;
2119
- } | undefined;
2120
- badges?: {
2121
- content: string;
2122
- backgroundColor: string;
2123
- textColor: string;
2124
- icon?: string | undefined;
2125
- }[] | undefined;
2126
- owners?: {
2127
- id: string;
2128
- }[] | undefined;
2129
- schemaPath?: string | undefined;
2130
- repository?: {
2131
- language?: string | undefined;
2132
- url?: string | undefined;
2133
- } | undefined;
2134
- specifications?: {
2135
- openapiPath?: string | undefined;
2136
- asyncapiPath?: string | undefined;
2137
- } | {
2138
- path: string;
2139
- type: "asyncapi" | "openapi";
2140
- name?: string | undefined;
2141
- }[] | undefined;
2142
- hidden?: boolean | undefined;
2143
- resourceGroups?: {
2144
- items: {
2145
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2146
- id: string;
2147
- version: string;
2148
- }[];
2149
- limit: number;
2150
- sidebar: boolean;
2151
- id?: string | undefined;
2152
- title?: string | undefined;
2153
- }[] | undefined;
2154
- styles?: {
2155
- icon?: string | undefined;
2156
- node?: {
2157
- label?: string | undefined;
2158
- color?: string | undefined;
2159
- } | undefined;
2160
- } | undefined;
2161
- deprecated?: boolean | {
2162
- message?: string | undefined;
2163
- date?: string | Date | undefined;
2164
- } | undefined;
2165
- visualiser?: boolean | undefined;
2166
- versions?: string[] | undefined;
2167
- latestVersion?: string | undefined;
2168
- catalog?: {
2169
- path: string;
2170
- type: string;
2171
- filePath: string;
2172
- astroContentFilePath: string;
2173
- publicPath: string;
2174
- } | undefined;
2175
- address?: string | undefined;
2176
- protocols?: string[] | undefined;
2177
- messages?: {
2178
- id: string;
2179
- collection: string;
2180
- name: string;
2181
- version: string;
2182
- }[] | undefined;
2183
- }, {
2184
- id: string;
2185
- name: string;
2186
- version: string;
2187
- parameters?: Record<string, {
2188
- enum?: string[] | undefined;
2189
- default?: string | undefined;
2190
- examples?: string[] | undefined;
2191
- description?: string | undefined;
2192
- }> | undefined;
2193
- sidebar?: {
2194
- label?: string | undefined;
2195
- badge?: string | undefined;
2196
- } | undefined;
2197
- summary?: string | undefined;
2198
- draft?: boolean | {
2199
- message: string;
2200
- title?: string | undefined;
2201
- } | undefined;
2202
- badges?: {
2203
- content: string;
2204
- backgroundColor: string;
2205
- textColor: string;
2206
- icon?: string | undefined;
2207
- }[] | undefined;
2208
- owners?: (string | {
2209
- id: string;
2210
- collection: "users" | "teams";
2211
- })[] | undefined;
2212
- schemaPath?: string | undefined;
2213
- repository?: {
2214
- language?: string | undefined;
2215
- url?: string | undefined;
2216
- } | undefined;
2217
- specifications?: {
2218
- openapiPath?: string | undefined;
2219
- asyncapiPath?: string | undefined;
2220
- } | {
2221
- path: string;
2222
- type: "asyncapi" | "openapi";
2223
- name?: string | undefined;
2224
- }[] | undefined;
2225
- hidden?: boolean | undefined;
2226
- resourceGroups?: {
2227
- items: {
2228
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2229
- id: string;
2230
- version?: string | undefined;
2231
- }[];
2232
- id?: string | undefined;
2233
- title?: string | undefined;
2234
- limit?: number | undefined;
2235
- sidebar?: boolean | undefined;
2236
- }[] | undefined;
2237
- styles?: {
2238
- icon?: string | undefined;
2239
- node?: {
2240
- label?: string | undefined;
2241
- color?: string | undefined;
2242
- } | undefined;
2243
- } | undefined;
2244
- deprecated?: boolean | {
2245
- message?: string | undefined;
2246
- date?: string | Date | undefined;
2247
- } | undefined;
2248
- visualiser?: boolean | undefined;
2249
- versions?: string[] | undefined;
2250
- latestVersion?: string | undefined;
2251
- catalog?: {
2252
- path: string;
2253
- type: string;
2254
- filePath: string;
2255
- astroContentFilePath: string;
2256
- publicPath: string;
2257
- } | undefined;
2258
- address?: string | undefined;
2259
- protocols?: string[] | undefined;
2260
- messages?: {
2261
- id: string;
2262
- collection: string;
2263
- name: string;
2264
- version?: string | undefined;
2265
- }[] | undefined;
2266
- }>;
2267
- readonly flow: import("zod").ZodObject<{
2268
- steps: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
2269
- id: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
2270
- type: import("zod").ZodOptional<import("zod").ZodEnum<["node", "message", "user", "actor"]>>;
2271
- title: import("zod").ZodString;
2272
- summary: import("zod").ZodOptional<import("zod").ZodString>;
2273
- message: import("zod").ZodOptional<import("zod").ZodObject<{
2274
- id: import("zod").ZodString;
2275
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
2276
- }, "strip", import("zod").ZodTypeAny, {
2277
- id: string;
2278
- version: string;
2279
- }, {
2280
- id: string;
2281
- version?: string | undefined;
2282
- }>>;
2283
- service: import("zod").ZodOptional<import("zod").ZodObject<{
2284
- id: import("zod").ZodString;
2285
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
2286
- }, "strip", import("zod").ZodTypeAny, {
2287
- id: string;
2288
- version: string;
2289
- }, {
2290
- id: string;
2291
- version?: string | undefined;
2292
- }>>;
2293
- flow: import("zod").ZodOptional<import("zod").ZodObject<{
2294
- id: import("zod").ZodString;
2295
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
2296
- }, "strip", import("zod").ZodTypeAny, {
2297
- id: string;
2298
- version: string;
2299
- }, {
2300
- id: string;
2301
- version?: string | undefined;
2302
- }>>;
2303
- actor: import("zod").ZodOptional<import("zod").ZodObject<{
2304
- name: import("zod").ZodString;
2305
- }, "strip", import("zod").ZodTypeAny, {
2306
- name: string;
2307
- }, {
2308
- name: string;
2309
- }>>;
2310
- custom: import("zod").ZodOptional<import("zod").ZodObject<{
2311
- title: import("zod").ZodString;
2312
- icon: import("zod").ZodOptional<import("zod").ZodString>;
2313
- type: import("zod").ZodOptional<import("zod").ZodString>;
2314
- summary: import("zod").ZodOptional<import("zod").ZodString>;
2315
- url: import("zod").ZodOptional<import("zod").ZodString>;
2316
- color: import("zod").ZodOptional<import("zod").ZodString>;
2317
- properties: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
2318
- height: import("zod").ZodOptional<import("zod").ZodNumber>;
2319
- menu: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2320
- label: import("zod").ZodString;
2321
- url: import("zod").ZodOptional<import("zod").ZodString>;
2322
- }, "strip", import("zod").ZodTypeAny, {
2323
- label: string;
2324
- url?: string | undefined;
2325
- }, {
2326
- label: string;
2327
- url?: string | undefined;
2328
- }>, "many">>;
2329
- }, "strip", import("zod").ZodTypeAny, {
2330
- title: string;
2331
- icon?: string | undefined;
2332
- type?: string | undefined;
2333
- url?: string | undefined;
2334
- color?: string | undefined;
2335
- summary?: string | undefined;
2336
- properties?: Record<string, string | number> | undefined;
2337
- height?: number | undefined;
2338
- menu?: {
2339
- label: string;
2340
- url?: string | undefined;
2341
- }[] | undefined;
2342
- }, {
2343
- title: string;
2344
- icon?: string | undefined;
2345
- type?: string | undefined;
2346
- url?: string | undefined;
2347
- color?: string | undefined;
2348
- summary?: string | undefined;
2349
- properties?: Record<string, string | number> | undefined;
2350
- height?: number | undefined;
2351
- menu?: {
2352
- label: string;
2353
- url?: string | undefined;
2354
- }[] | undefined;
2355
- }>>;
2356
- externalSystem: import("zod").ZodOptional<import("zod").ZodObject<{
2357
- name: import("zod").ZodString;
2358
- summary: import("zod").ZodOptional<import("zod").ZodString>;
2359
- url: import("zod").ZodOptional<import("zod").ZodString>;
2360
- }, "strip", import("zod").ZodTypeAny, {
2361
- name: string;
2362
- url?: string | undefined;
2363
- summary?: string | undefined;
2364
- }, {
2365
- name: string;
2366
- url?: string | undefined;
2367
- summary?: string | undefined;
2368
- }>>;
2369
- next_step: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodOptional<import("zod").ZodObject<{
2370
- id: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
2371
- label: import("zod").ZodOptional<import("zod").ZodString>;
2372
- }, "strip", import("zod").ZodTypeAny, {
2373
- id: string | number;
2374
- label?: string | undefined;
2375
- }, {
2376
- id: string | number;
2377
- label?: string | undefined;
2378
- }>>]>>;
2379
- next_steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodOptional<import("zod").ZodObject<{
2380
- id: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
2381
- label: import("zod").ZodOptional<import("zod").ZodString>;
2382
- }, "strip", import("zod").ZodTypeAny, {
2383
- id: string | number;
2384
- label?: string | undefined;
2385
- }, {
2386
- id: string | number;
2387
- label?: string | undefined;
2388
- }>>]>>, "many">>;
2389
- }, "strip", import("zod").ZodTypeAny, {
2390
- id: string | number;
2391
- title: string;
2392
- message?: {
2393
- id: string;
2394
- version: string;
2395
- } | undefined;
2396
- type?: "message" | "user" | "node" | "actor" | undefined;
2397
- custom?: {
2398
- title: string;
2399
- icon?: string | undefined;
2400
- type?: string | undefined;
2401
- url?: string | undefined;
2402
- color?: string | undefined;
2403
- summary?: string | undefined;
2404
- properties?: Record<string, string | number> | undefined;
2405
- height?: number | undefined;
2406
- menu?: {
2407
- label: string;
2408
- url?: string | undefined;
2409
- }[] | undefined;
2410
- } | undefined;
2411
- service?: {
2412
- id: string;
2413
- version: string;
2414
- } | undefined;
2415
- flow?: {
2416
- id: string;
2417
- version: string;
2418
- } | undefined;
2419
- summary?: string | undefined;
2420
- actor?: {
2421
- name: string;
2422
- } | undefined;
2423
- externalSystem?: {
2424
- name: string;
2425
- url?: string | undefined;
2426
- summary?: string | undefined;
2427
- } | undefined;
2428
- next_step?: string | number | {
2429
- id: string | number;
2430
- label?: string | undefined;
2431
- } | undefined;
2432
- next_steps?: (string | number | {
2433
- id: string | number;
2434
- label?: string | undefined;
2435
- } | undefined)[] | undefined;
2436
- }, {
2437
- id: string | number;
2438
- title: string;
2439
- message?: {
2440
- id: string;
2441
- version?: string | undefined;
2442
- } | undefined;
2443
- type?: "message" | "user" | "node" | "actor" | undefined;
2444
- custom?: {
2445
- title: string;
2446
- icon?: string | undefined;
2447
- type?: string | undefined;
2448
- url?: string | undefined;
2449
- color?: string | undefined;
2450
- summary?: string | undefined;
2451
- properties?: Record<string, string | number> | undefined;
2452
- height?: number | undefined;
2453
- menu?: {
2454
- label: string;
2455
- url?: string | undefined;
2456
- }[] | undefined;
2457
- } | undefined;
2458
- service?: {
2459
- id: string;
2460
- version?: string | undefined;
2461
- } | undefined;
2462
- flow?: {
2463
- id: string;
2464
- version?: string | undefined;
2465
- } | undefined;
2466
- summary?: string | undefined;
2467
- actor?: {
2468
- name: string;
2469
- } | undefined;
2470
- externalSystem?: {
2471
- name: string;
2472
- url?: string | undefined;
2473
- summary?: string | undefined;
2474
- } | undefined;
2475
- next_step?: string | number | {
2476
- id: string | number;
2477
- label?: string | undefined;
2478
- } | undefined;
2479
- next_steps?: (string | number | {
2480
- id: string | number;
2481
- label?: string | undefined;
2482
- } | undefined)[] | undefined;
2483
- }>, {
2484
- id: string | number;
2485
- title: string;
2486
- message?: {
2487
- id: string;
2488
- version: string;
2489
- } | undefined;
2490
- type?: "message" | "user" | "node" | "actor" | undefined;
2491
- custom?: {
2492
- title: string;
2493
- icon?: string | undefined;
2494
- type?: string | undefined;
2495
- url?: string | undefined;
2496
- color?: string | undefined;
2497
- summary?: string | undefined;
2498
- properties?: Record<string, string | number> | undefined;
2499
- height?: number | undefined;
2500
- menu?: {
2501
- label: string;
2502
- url?: string | undefined;
2503
- }[] | undefined;
2504
- } | undefined;
2505
- service?: {
2506
- id: string;
2507
- version: string;
2508
- } | undefined;
2509
- flow?: {
2510
- id: string;
2511
- version: string;
2512
- } | undefined;
2513
- summary?: string | undefined;
2514
- actor?: {
2515
- name: string;
2516
- } | undefined;
2517
- externalSystem?: {
2518
- name: string;
2519
- url?: string | undefined;
2520
- summary?: string | undefined;
2521
- } | undefined;
2522
- next_step?: string | number | {
2523
- id: string | number;
2524
- label?: string | undefined;
2525
- } | undefined;
2526
- next_steps?: (string | number | {
2527
- id: string | number;
2528
- label?: string | undefined;
2529
- } | undefined)[] | undefined;
2530
- }, {
2531
- id: string | number;
2532
- title: string;
2533
- message?: {
2534
- id: string;
2535
- version?: string | undefined;
2536
- } | undefined;
2537
- type?: "message" | "user" | "node" | "actor" | undefined;
2538
- custom?: {
2539
- title: string;
2540
- icon?: string | undefined;
2541
- type?: string | undefined;
2542
- url?: string | undefined;
2543
- color?: string | undefined;
2544
- summary?: string | undefined;
2545
- properties?: Record<string, string | number> | undefined;
2546
- height?: number | undefined;
2547
- menu?: {
2548
- label: string;
2549
- url?: string | undefined;
2550
- }[] | undefined;
2551
- } | undefined;
2552
- service?: {
2553
- id: string;
2554
- version?: string | undefined;
2555
- } | undefined;
2556
- flow?: {
2557
- id: string;
2558
- version?: string | undefined;
2559
- } | undefined;
2560
- summary?: string | undefined;
2561
- actor?: {
2562
- name: string;
2563
- } | undefined;
2564
- externalSystem?: {
2565
- name: string;
2566
- url?: string | undefined;
2567
- summary?: string | undefined;
2568
- } | undefined;
2569
- next_step?: string | number | {
2570
- id: string | number;
2571
- label?: string | undefined;
2572
- } | undefined;
2573
- next_steps?: (string | number | {
2574
- id: string | number;
2575
- label?: string | undefined;
2576
- } | undefined)[] | undefined;
2577
- }>, "many">;
2578
- } & {
2579
- id: import("zod").ZodString;
2580
- name: import("zod").ZodString;
2581
- summary: import("zod").ZodOptional<import("zod").ZodString>;
2582
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
2583
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
2584
- title: import("zod").ZodOptional<import("zod").ZodString>;
2585
- message: import("zod").ZodString;
2586
- }, "strip", import("zod").ZodTypeAny, {
2587
- message: string;
2588
- title?: string | undefined;
2589
- }, {
2590
- message: string;
2591
- title?: string | undefined;
2592
- }>]>>;
2593
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2594
- content: import("zod").ZodString;
2595
- backgroundColor: import("zod").ZodString;
2596
- textColor: import("zod").ZodString;
2597
- icon: import("zod").ZodOptional<import("zod").ZodString>;
2598
- }, "strip", import("zod").ZodTypeAny, {
2599
- content: string;
2600
- backgroundColor: string;
2601
- textColor: string;
2602
- icon?: string | undefined;
2603
- }, {
2604
- content: string;
2605
- backgroundColor: string;
2606
- textColor: string;
2607
- icon?: string | undefined;
2608
- }>, "many">>;
2609
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
2610
- id: import("zod").ZodString;
2611
- collection: import("zod").ZodEnum<["users", "teams"]>;
2612
- }, "strip", import("zod").ZodTypeAny, {
2613
- id: string;
2614
- collection: "users" | "teams";
2615
- }, {
2616
- id: string;
2617
- collection: "users" | "teams";
2618
- }>]>, {
2619
- id: string;
2620
- }, string | {
2621
- id: string;
2622
- collection: "users" | "teams";
2623
- }>, "many">>;
2624
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
2625
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
2626
- label: import("zod").ZodOptional<import("zod").ZodString>;
2627
- badge: import("zod").ZodOptional<import("zod").ZodString>;
2628
- }, "strip", import("zod").ZodTypeAny, {
2629
- label?: string | undefined;
2630
- badge?: string | undefined;
2631
- }, {
2632
- label?: string | undefined;
2633
- badge?: string | undefined;
2634
- }>>;
2635
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
2636
- language: import("zod").ZodOptional<import("zod").ZodString>;
2637
- url: import("zod").ZodOptional<import("zod").ZodString>;
2638
- }, "strip", import("zod").ZodTypeAny, {
2639
- language?: string | undefined;
2640
- url?: string | undefined;
2641
- }, {
2642
- language?: string | undefined;
2643
- url?: string | undefined;
2644
- }>>;
2645
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
2646
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
2647
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
2648
- }, "strip", import("zod").ZodTypeAny, {
2649
- openapiPath?: string | undefined;
2650
- asyncapiPath?: string | undefined;
2651
- }, {
2652
- openapiPath?: string | undefined;
2653
- asyncapiPath?: string | undefined;
2654
- }>, import("zod").ZodArray<import("zod").ZodObject<{
2655
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
2656
- path: import("zod").ZodString;
2657
- name: import("zod").ZodOptional<import("zod").ZodString>;
2658
- }, "strip", import("zod").ZodTypeAny, {
2659
- path: string;
2660
- type: "asyncapi" | "openapi";
2661
- name?: string | undefined;
2662
- }, {
2663
- path: string;
2664
- type: "asyncapi" | "openapi";
2665
- name?: string | undefined;
2666
- }>, "many">]>>;
2667
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2668
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2669
- id: import("zod").ZodOptional<import("zod").ZodString>;
2670
- title: import("zod").ZodOptional<import("zod").ZodString>;
2671
- items: import("zod").ZodArray<import("zod").ZodObject<{
2672
- id: import("zod").ZodString;
2673
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
2674
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
2675
- }, "strip", import("zod").ZodTypeAny, {
2676
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2677
- id: string;
2678
- version: string;
2679
- }, {
2680
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2681
- id: string;
2682
- version?: string | undefined;
2683
- }>, "many">;
2684
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
2685
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2686
- }, "strip", import("zod").ZodTypeAny, {
2687
- items: {
2688
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2689
- id: string;
2690
- version: string;
2691
- }[];
2692
- limit: number;
2693
- sidebar: boolean;
2694
- id?: string | undefined;
2695
- title?: string | undefined;
2696
- }, {
2697
- items: {
2698
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2699
- id: string;
2700
- version?: string | undefined;
2701
- }[];
2702
- id?: string | undefined;
2703
- title?: string | undefined;
2704
- limit?: number | undefined;
2705
- sidebar?: boolean | undefined;
2706
- }>, "many">>;
2707
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
2708
- icon: import("zod").ZodOptional<import("zod").ZodString>;
2709
- node: import("zod").ZodOptional<import("zod").ZodObject<{
2710
- color: import("zod").ZodOptional<import("zod").ZodString>;
2711
- label: import("zod").ZodOptional<import("zod").ZodString>;
2712
- }, "strip", import("zod").ZodTypeAny, {
2713
- label?: string | undefined;
2714
- color?: string | undefined;
2715
- }, {
2716
- label?: string | undefined;
2717
- color?: string | undefined;
2718
- }>>;
2719
- }, "strip", import("zod").ZodTypeAny, {
2720
- icon?: string | undefined;
2721
- node?: {
2722
- label?: string | undefined;
2723
- color?: string | undefined;
2724
- } | undefined;
2725
- }, {
2726
- icon?: string | undefined;
2727
- node?: {
2728
- label?: string | undefined;
2729
- color?: string | undefined;
2730
- } | undefined;
2731
- }>>;
2732
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
2733
- message: import("zod").ZodOptional<import("zod").ZodString>;
2734
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2735
- }, "strip", import("zod").ZodTypeAny, {
2736
- message?: string | undefined;
2737
- date?: string | Date | undefined;
2738
- }, {
2739
- message?: string | undefined;
2740
- date?: string | Date | undefined;
2741
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
2742
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
2743
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2744
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
2745
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
2746
- path: import("zod").ZodString;
2747
- filePath: import("zod").ZodString;
2748
- astroContentFilePath: import("zod").ZodString;
2749
- publicPath: import("zod").ZodString;
2750
- type: import("zod").ZodString;
2751
- }, "strip", import("zod").ZodTypeAny, {
2752
- path: string;
2753
- type: string;
2754
- filePath: string;
2755
- astroContentFilePath: string;
2756
- publicPath: string;
2757
- }, {
2758
- path: string;
2759
- type: string;
2760
- filePath: string;
2761
- astroContentFilePath: string;
2762
- publicPath: string;
2763
- }>>;
2764
- }, "strip", import("zod").ZodTypeAny, {
2765
- id: string;
2766
- name: string;
2767
- version: string;
2768
- steps: {
2769
- id: string | number;
2770
- title: string;
2771
- message?: {
2772
- id: string;
2773
- version: string;
2774
- } | undefined;
2775
- type?: "message" | "user" | "node" | "actor" | undefined;
2776
- custom?: {
2777
- title: string;
2778
- icon?: string | undefined;
2779
- type?: string | undefined;
2780
- url?: string | undefined;
2781
- color?: string | undefined;
2782
- summary?: string | undefined;
2783
- properties?: Record<string, string | number> | undefined;
2784
- height?: number | undefined;
2785
- menu?: {
2786
- label: string;
2787
- url?: string | undefined;
2788
- }[] | undefined;
2789
- } | undefined;
2790
- service?: {
2791
- id: string;
2792
- version: string;
2793
- } | undefined;
2794
- flow?: {
2795
- id: string;
2796
- version: string;
2797
- } | undefined;
2798
- summary?: string | undefined;
2799
- actor?: {
2800
- name: string;
2801
- } | undefined;
2802
- externalSystem?: {
2803
- name: string;
2804
- url?: string | undefined;
2805
- summary?: string | undefined;
2806
- } | undefined;
2807
- next_step?: string | number | {
2808
- id: string | number;
2809
- label?: string | undefined;
2810
- } | undefined;
2811
- next_steps?: (string | number | {
2812
- id: string | number;
2813
- label?: string | undefined;
2814
- } | undefined)[] | undefined;
2815
- }[];
2816
- sidebar?: {
2817
- label?: string | undefined;
2818
- badge?: string | undefined;
2819
- } | undefined;
2820
- summary?: string | undefined;
2821
- draft?: boolean | {
2822
- message: string;
2823
- title?: string | undefined;
2824
- } | undefined;
2825
- badges?: {
2826
- content: string;
2827
- backgroundColor: string;
2828
- textColor: string;
2829
- icon?: string | undefined;
2830
- }[] | undefined;
2831
- owners?: {
2832
- id: string;
2833
- }[] | undefined;
2834
- schemaPath?: string | undefined;
2835
- repository?: {
2836
- language?: string | undefined;
2837
- url?: string | undefined;
2838
- } | undefined;
2839
- specifications?: {
2840
- openapiPath?: string | undefined;
2841
- asyncapiPath?: string | undefined;
2842
- } | {
2843
- path: string;
2844
- type: "asyncapi" | "openapi";
2845
- name?: string | undefined;
2846
- }[] | undefined;
2847
- hidden?: boolean | undefined;
2848
- resourceGroups?: {
2849
- items: {
2850
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2851
- id: string;
2852
- version: string;
2853
- }[];
2854
- limit: number;
2855
- sidebar: boolean;
2856
- id?: string | undefined;
2857
- title?: string | undefined;
2858
- }[] | undefined;
2859
- styles?: {
2860
- icon?: string | undefined;
2861
- node?: {
2862
- label?: string | undefined;
2863
- color?: string | undefined;
2864
- } | undefined;
2865
- } | undefined;
2866
- deprecated?: boolean | {
2867
- message?: string | undefined;
2868
- date?: string | Date | undefined;
2869
- } | undefined;
2870
- visualiser?: boolean | undefined;
2871
- versions?: string[] | undefined;
2872
- latestVersion?: string | undefined;
2873
- catalog?: {
2874
- path: string;
2875
- type: string;
2876
- filePath: string;
2877
- astroContentFilePath: string;
2878
- publicPath: string;
2879
- } | undefined;
2880
- }, {
2881
- id: string;
2882
- name: string;
2883
- version: string;
2884
- steps: {
2885
- id: string | number;
2886
- title: string;
2887
- message?: {
2888
- id: string;
2889
- version?: string | undefined;
2890
- } | undefined;
2891
- type?: "message" | "user" | "node" | "actor" | undefined;
2892
- custom?: {
2893
- title: string;
2894
- icon?: string | undefined;
2895
- type?: string | undefined;
2896
- url?: string | undefined;
2897
- color?: string | undefined;
2898
- summary?: string | undefined;
2899
- properties?: Record<string, string | number> | undefined;
2900
- height?: number | undefined;
2901
- menu?: {
2902
- label: string;
2903
- url?: string | undefined;
2904
- }[] | undefined;
2905
- } | undefined;
2906
- service?: {
2907
- id: string;
2908
- version?: string | undefined;
2909
- } | undefined;
2910
- flow?: {
2911
- id: string;
2912
- version?: string | undefined;
2913
- } | undefined;
2914
- summary?: string | undefined;
2915
- actor?: {
2916
- name: string;
2917
- } | undefined;
2918
- externalSystem?: {
2919
- name: string;
2920
- url?: string | undefined;
2921
- summary?: string | undefined;
2922
- } | undefined;
2923
- next_step?: string | number | {
2924
- id: string | number;
2925
- label?: string | undefined;
2926
- } | undefined;
2927
- next_steps?: (string | number | {
2928
- id: string | number;
2929
- label?: string | undefined;
2930
- } | undefined)[] | undefined;
2931
- }[];
2932
- sidebar?: {
2933
- label?: string | undefined;
2934
- badge?: string | undefined;
2935
- } | undefined;
2936
- summary?: string | undefined;
2937
- draft?: boolean | {
2938
- message: string;
2939
- title?: string | undefined;
2940
- } | undefined;
2941
- badges?: {
2942
- content: string;
2943
- backgroundColor: string;
2944
- textColor: string;
2945
- icon?: string | undefined;
2946
- }[] | undefined;
2947
- owners?: (string | {
2948
- id: string;
2949
- collection: "users" | "teams";
2950
- })[] | undefined;
2951
- schemaPath?: string | undefined;
2952
- repository?: {
2953
- language?: string | undefined;
2954
- url?: string | undefined;
2955
- } | undefined;
2956
- specifications?: {
2957
- openapiPath?: string | undefined;
2958
- asyncapiPath?: string | undefined;
2959
- } | {
2960
- path: string;
2961
- type: "asyncapi" | "openapi";
2962
- name?: string | undefined;
2963
- }[] | undefined;
2964
- hidden?: boolean | undefined;
2965
- resourceGroups?: {
2966
- items: {
2967
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
2968
- id: string;
2969
- version?: string | undefined;
2970
- }[];
2971
- id?: string | undefined;
2972
- title?: string | undefined;
2973
- limit?: number | undefined;
2974
- sidebar?: boolean | undefined;
2975
- }[] | undefined;
2976
- styles?: {
2977
- icon?: string | undefined;
2978
- node?: {
2979
- label?: string | undefined;
2980
- color?: string | undefined;
2981
- } | undefined;
2982
- } | undefined;
2983
- deprecated?: boolean | {
2984
- message?: string | undefined;
2985
- date?: string | Date | undefined;
2986
- } | undefined;
2987
- visualiser?: boolean | undefined;
2988
- versions?: string[] | undefined;
2989
- latestVersion?: string | undefined;
2990
- catalog?: {
2991
- path: string;
2992
- type: string;
2993
- filePath: string;
2994
- astroContentFilePath: string;
2995
- publicPath: string;
2996
- } | undefined;
2997
- }>;
2998
- readonly entity: import("zod").ZodObject<{
2999
- aggregateRoot: import("zod").ZodOptional<import("zod").ZodBoolean>;
3000
- identifier: import("zod").ZodOptional<import("zod").ZodString>;
3001
- properties: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3002
- name: import("zod").ZodString;
3003
- type: import("zod").ZodString;
3004
- required: import("zod").ZodOptional<import("zod").ZodBoolean>;
3005
- description: import("zod").ZodOptional<import("zod").ZodString>;
3006
- references: import("zod").ZodOptional<import("zod").ZodString>;
3007
- referencesIdentifier: import("zod").ZodOptional<import("zod").ZodString>;
3008
- relationType: import("zod").ZodOptional<import("zod").ZodString>;
3009
- }, "strip", import("zod").ZodTypeAny, {
3010
- type: string;
3011
- name: string;
3012
- description?: string | undefined;
3013
- required?: boolean | undefined;
3014
- references?: string | undefined;
3015
- referencesIdentifier?: string | undefined;
3016
- relationType?: string | undefined;
3017
- }, {
3018
- type: string;
3019
- name: string;
3020
- description?: string | undefined;
3021
- required?: boolean | undefined;
3022
- references?: string | undefined;
3023
- referencesIdentifier?: string | undefined;
3024
- relationType?: string | undefined;
3025
- }>, "many">>;
3026
- services: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3027
- domains: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3028
- } & {
3029
- id: import("zod").ZodString;
3030
- name: import("zod").ZodString;
3031
- summary: import("zod").ZodOptional<import("zod").ZodString>;
3032
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
3033
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
3034
- title: import("zod").ZodOptional<import("zod").ZodString>;
3035
- message: import("zod").ZodString;
3036
- }, "strip", import("zod").ZodTypeAny, {
3037
- message: string;
3038
- title?: string | undefined;
3039
- }, {
3040
- message: string;
3041
- title?: string | undefined;
3042
- }>]>>;
3043
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3044
- content: import("zod").ZodString;
3045
- backgroundColor: import("zod").ZodString;
3046
- textColor: import("zod").ZodString;
3047
- icon: import("zod").ZodOptional<import("zod").ZodString>;
3048
- }, "strip", import("zod").ZodTypeAny, {
3049
- content: string;
3050
- backgroundColor: string;
3051
- textColor: string;
3052
- icon?: string | undefined;
3053
- }, {
3054
- content: string;
3055
- backgroundColor: string;
3056
- textColor: string;
3057
- icon?: string | undefined;
3058
- }>, "many">>;
3059
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
3060
- id: import("zod").ZodString;
3061
- collection: import("zod").ZodEnum<["users", "teams"]>;
3062
- }, "strip", import("zod").ZodTypeAny, {
3063
- id: string;
3064
- collection: "users" | "teams";
3065
- }, {
3066
- id: string;
3067
- collection: "users" | "teams";
3068
- }>]>, {
3069
- id: string;
3070
- }, string | {
3071
- id: string;
3072
- collection: "users" | "teams";
3073
- }>, "many">>;
3074
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
3075
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
3076
- label: import("zod").ZodOptional<import("zod").ZodString>;
3077
- badge: import("zod").ZodOptional<import("zod").ZodString>;
3078
- }, "strip", import("zod").ZodTypeAny, {
3079
- label?: string | undefined;
3080
- badge?: string | undefined;
3081
- }, {
3082
- label?: string | undefined;
3083
- badge?: string | undefined;
3084
- }>>;
3085
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
3086
- language: import("zod").ZodOptional<import("zod").ZodString>;
3087
- url: import("zod").ZodOptional<import("zod").ZodString>;
3088
- }, "strip", import("zod").ZodTypeAny, {
3089
- language?: string | undefined;
3090
- url?: string | undefined;
3091
- }, {
3092
- language?: string | undefined;
3093
- url?: string | undefined;
3094
- }>>;
3095
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
3096
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
3097
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
3098
- }, "strip", import("zod").ZodTypeAny, {
3099
- openapiPath?: string | undefined;
3100
- asyncapiPath?: string | undefined;
3101
- }, {
3102
- openapiPath?: string | undefined;
3103
- asyncapiPath?: string | undefined;
3104
- }>, import("zod").ZodArray<import("zod").ZodObject<{
3105
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
3106
- path: import("zod").ZodString;
3107
- name: import("zod").ZodOptional<import("zod").ZodString>;
3108
- }, "strip", import("zod").ZodTypeAny, {
3109
- path: string;
3110
- type: "asyncapi" | "openapi";
3111
- name?: string | undefined;
3112
- }, {
3113
- path: string;
3114
- type: "asyncapi" | "openapi";
3115
- name?: string | undefined;
3116
- }>, "many">]>>;
3117
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
3118
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3119
- id: import("zod").ZodOptional<import("zod").ZodString>;
3120
- title: import("zod").ZodOptional<import("zod").ZodString>;
3121
- items: import("zod").ZodArray<import("zod").ZodObject<{
3122
- id: import("zod").ZodString;
3123
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
3124
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
3125
- }, "strip", import("zod").ZodTypeAny, {
3126
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3127
- id: string;
3128
- version: string;
3129
- }, {
3130
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3131
- id: string;
3132
- version?: string | undefined;
3133
- }>, "many">;
3134
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
3135
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3136
- }, "strip", import("zod").ZodTypeAny, {
3137
- items: {
3138
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3139
- id: string;
3140
- version: string;
3141
- }[];
3142
- limit: number;
3143
- sidebar: boolean;
3144
- id?: string | undefined;
3145
- title?: string | undefined;
3146
- }, {
3147
- items: {
3148
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3149
- id: string;
3150
- version?: string | undefined;
3151
- }[];
3152
- id?: string | undefined;
3153
- title?: string | undefined;
3154
- limit?: number | undefined;
3155
- sidebar?: boolean | undefined;
3156
- }>, "many">>;
3157
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
3158
- icon: import("zod").ZodOptional<import("zod").ZodString>;
3159
- node: import("zod").ZodOptional<import("zod").ZodObject<{
3160
- color: import("zod").ZodOptional<import("zod").ZodString>;
3161
- label: import("zod").ZodOptional<import("zod").ZodString>;
3162
- }, "strip", import("zod").ZodTypeAny, {
3163
- label?: string | undefined;
3164
- color?: string | undefined;
3165
- }, {
3166
- label?: string | undefined;
3167
- color?: string | undefined;
3168
- }>>;
3169
- }, "strip", import("zod").ZodTypeAny, {
3170
- icon?: string | undefined;
3171
- node?: {
3172
- label?: string | undefined;
3173
- color?: string | undefined;
3174
- } | undefined;
3175
- }, {
3176
- icon?: string | undefined;
3177
- node?: {
3178
- label?: string | undefined;
3179
- color?: string | undefined;
3180
- } | undefined;
3181
- }>>;
3182
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
3183
- message: import("zod").ZodOptional<import("zod").ZodString>;
3184
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3185
- }, "strip", import("zod").ZodTypeAny, {
3186
- message?: string | undefined;
3187
- date?: string | Date | undefined;
3188
- }, {
3189
- message?: string | undefined;
3190
- date?: string | Date | undefined;
3191
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
3192
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
3193
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
3194
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
3195
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
3196
- path: import("zod").ZodString;
3197
- filePath: import("zod").ZodString;
3198
- astroContentFilePath: import("zod").ZodString;
3199
- publicPath: import("zod").ZodString;
3200
- type: import("zod").ZodString;
3201
- }, "strip", import("zod").ZodTypeAny, {
3202
- path: string;
3203
- type: string;
3204
- filePath: string;
3205
- astroContentFilePath: string;
3206
- publicPath: string;
3207
- }, {
3208
- path: string;
3209
- type: string;
3210
- filePath: string;
3211
- astroContentFilePath: string;
3212
- publicPath: string;
3213
- }>>;
3214
- }, "strip", import("zod").ZodTypeAny, {
3215
- id: string;
3216
- name: string;
3217
- version: string;
3218
- sidebar?: {
3219
- label?: string | undefined;
3220
- badge?: string | undefined;
3221
- } | undefined;
3222
- summary?: string | undefined;
3223
- draft?: boolean | {
3224
- message: string;
3225
- title?: string | undefined;
3226
- } | undefined;
3227
- badges?: {
3228
- content: string;
3229
- backgroundColor: string;
3230
- textColor: string;
3231
- icon?: string | undefined;
3232
- }[] | undefined;
3233
- owners?: {
3234
- id: string;
3235
- }[] | undefined;
3236
- schemaPath?: string | undefined;
3237
- repository?: {
3238
- language?: string | undefined;
3239
- url?: string | undefined;
3240
- } | undefined;
3241
- specifications?: {
3242
- openapiPath?: string | undefined;
3243
- asyncapiPath?: string | undefined;
3244
- } | {
3245
- path: string;
3246
- type: "asyncapi" | "openapi";
3247
- name?: string | undefined;
3248
- }[] | undefined;
3249
- hidden?: boolean | undefined;
3250
- resourceGroups?: {
3251
- items: {
3252
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3253
- id: string;
3254
- version: string;
3255
- }[];
3256
- limit: number;
3257
- sidebar: boolean;
3258
- id?: string | undefined;
3259
- title?: string | undefined;
3260
- }[] | undefined;
3261
- styles?: {
3262
- icon?: string | undefined;
3263
- node?: {
3264
- label?: string | undefined;
3265
- color?: string | undefined;
3266
- } | undefined;
3267
- } | undefined;
3268
- deprecated?: boolean | {
3269
- message?: string | undefined;
3270
- date?: string | Date | undefined;
3271
- } | undefined;
3272
- visualiser?: boolean | undefined;
3273
- versions?: string[] | undefined;
3274
- latestVersion?: string | undefined;
3275
- catalog?: {
3276
- path: string;
3277
- type: string;
3278
- filePath: string;
3279
- astroContentFilePath: string;
3280
- publicPath: string;
3281
- } | undefined;
3282
- services?: any[] | undefined;
3283
- domains?: any[] | undefined;
3284
- properties?: {
3285
- type: string;
3286
- name: string;
3287
- description?: string | undefined;
3288
- required?: boolean | undefined;
3289
- references?: string | undefined;
3290
- referencesIdentifier?: string | undefined;
3291
- relationType?: string | undefined;
3292
- }[] | undefined;
3293
- aggregateRoot?: boolean | undefined;
3294
- identifier?: string | undefined;
3295
- }, {
3296
- id: string;
3297
- name: string;
3298
- version: string;
3299
- sidebar?: {
3300
- label?: string | undefined;
3301
- badge?: string | undefined;
3302
- } | undefined;
3303
- summary?: string | undefined;
3304
- draft?: boolean | {
3305
- message: string;
3306
- title?: string | undefined;
3307
- } | undefined;
3308
- badges?: {
3309
- content: string;
3310
- backgroundColor: string;
3311
- textColor: string;
3312
- icon?: string | undefined;
3313
- }[] | undefined;
3314
- owners?: (string | {
3315
- id: string;
3316
- collection: "users" | "teams";
3317
- })[] | undefined;
3318
- schemaPath?: string | undefined;
3319
- repository?: {
3320
- language?: string | undefined;
3321
- url?: string | undefined;
3322
- } | undefined;
3323
- specifications?: {
3324
- openapiPath?: string | undefined;
3325
- asyncapiPath?: string | undefined;
3326
- } | {
3327
- path: string;
3328
- type: "asyncapi" | "openapi";
3329
- name?: string | undefined;
3330
- }[] | undefined;
3331
- hidden?: boolean | undefined;
3332
- resourceGroups?: {
3333
- items: {
3334
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3335
- id: string;
3336
- version?: string | undefined;
3337
- }[];
3338
- id?: string | undefined;
3339
- title?: string | undefined;
3340
- limit?: number | undefined;
3341
- sidebar?: boolean | undefined;
3342
- }[] | undefined;
3343
- styles?: {
3344
- icon?: string | undefined;
3345
- node?: {
3346
- label?: string | undefined;
3347
- color?: string | undefined;
3348
- } | undefined;
3349
- } | undefined;
3350
- deprecated?: boolean | {
3351
- message?: string | undefined;
3352
- date?: string | Date | undefined;
3353
- } | undefined;
3354
- visualiser?: boolean | undefined;
3355
- versions?: string[] | undefined;
3356
- latestVersion?: string | undefined;
3357
- catalog?: {
3358
- path: string;
3359
- type: string;
3360
- filePath: string;
3361
- astroContentFilePath: string;
3362
- publicPath: string;
3363
- } | undefined;
3364
- services?: any[] | undefined;
3365
- domains?: any[] | undefined;
3366
- properties?: {
3367
- type: string;
3368
- name: string;
3369
- description?: string | undefined;
3370
- required?: boolean | undefined;
3371
- references?: string | undefined;
3372
- referencesIdentifier?: string | undefined;
3373
- relationType?: string | undefined;
3374
- }[] | undefined;
3375
- aggregateRoot?: boolean | undefined;
3376
- identifier?: string | undefined;
3377
- }>;
3378
- readonly user: import("zod").ZodObject<{
3379
- id: import("zod").ZodString;
3380
- name: import("zod").ZodString;
3381
- avatarUrl: import("zod").ZodOptional<import("zod").ZodString>;
3382
- role: import("zod").ZodOptional<import("zod").ZodString>;
3383
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
3384
- email: import("zod").ZodOptional<import("zod").ZodString>;
3385
- slackDirectMessageUrl: import("zod").ZodOptional<import("zod").ZodString>;
3386
- msTeamsDirectMessageUrl: import("zod").ZodOptional<import("zod").ZodString>;
3387
- ownedDomains: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3388
- ownedServices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3389
- ownedEvents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3390
- ownedCommands: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3391
- ownedQueries: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3392
- associatedTeams: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3393
- }, "strip", import("zod").ZodTypeAny, {
3394
- id: string;
3395
- name: string;
3396
- hidden?: boolean | undefined;
3397
- avatarUrl?: string | undefined;
3398
- role?: string | undefined;
3399
- email?: string | undefined;
3400
- slackDirectMessageUrl?: string | undefined;
3401
- msTeamsDirectMessageUrl?: string | undefined;
3402
- ownedDomains?: any[] | undefined;
3403
- ownedServices?: any[] | undefined;
3404
- ownedEvents?: any[] | undefined;
3405
- ownedCommands?: any[] | undefined;
3406
- ownedQueries?: any[] | undefined;
3407
- associatedTeams?: any[] | undefined;
3408
- }, {
3409
- id: string;
3410
- name: string;
3411
- hidden?: boolean | undefined;
3412
- avatarUrl?: string | undefined;
3413
- role?: string | undefined;
3414
- email?: string | undefined;
3415
- slackDirectMessageUrl?: string | undefined;
3416
- msTeamsDirectMessageUrl?: string | undefined;
3417
- ownedDomains?: any[] | undefined;
3418
- ownedServices?: any[] | undefined;
3419
- ownedEvents?: any[] | undefined;
3420
- ownedCommands?: any[] | undefined;
3421
- ownedQueries?: any[] | undefined;
3422
- associatedTeams?: any[] | undefined;
3423
- }>;
3424
- readonly team: import("zod").ZodObject<{
3425
- id: import("zod").ZodString;
3426
- name: import("zod").ZodString;
3427
- summary: import("zod").ZodOptional<import("zod").ZodString>;
3428
- email: import("zod").ZodOptional<import("zod").ZodString>;
3429
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
3430
- slackDirectMessageUrl: import("zod").ZodOptional<import("zod").ZodString>;
3431
- msTeamsDirectMessageUrl: import("zod").ZodOptional<import("zod").ZodString>;
3432
- members: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3433
- ownedCommands: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3434
- ownedQueries: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3435
- ownedDomains: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3436
- ownedServices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3437
- ownedEvents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
3438
- }, "strip", import("zod").ZodTypeAny, {
3439
- id: string;
3440
- name: string;
3441
- summary?: string | undefined;
3442
- hidden?: boolean | undefined;
3443
- email?: string | undefined;
3444
- slackDirectMessageUrl?: string | undefined;
3445
- msTeamsDirectMessageUrl?: string | undefined;
3446
- ownedDomains?: any[] | undefined;
3447
- ownedServices?: any[] | undefined;
3448
- ownedEvents?: any[] | undefined;
3449
- ownedCommands?: any[] | undefined;
3450
- ownedQueries?: any[] | undefined;
3451
- members?: any[] | undefined;
3452
- }, {
3453
- id: string;
3454
- name: string;
3455
- summary?: string | undefined;
3456
- hidden?: boolean | undefined;
3457
- email?: string | undefined;
3458
- slackDirectMessageUrl?: string | undefined;
3459
- msTeamsDirectMessageUrl?: string | undefined;
3460
- ownedDomains?: any[] | undefined;
3461
- ownedServices?: any[] | undefined;
3462
- ownedEvents?: any[] | undefined;
3463
- ownedCommands?: any[] | undefined;
3464
- ownedQueries?: any[] | undefined;
3465
- members?: any[] | undefined;
3466
- }>;
3467
- readonly dataStore: import("zod").ZodObject<{
3468
- container_type: import("zod").ZodEnum<["database", "cache", "objectStore", "searchIndex", "dataWarehouse", "dataLake", "externalSaaS"]>;
3469
- technology: import("zod").ZodOptional<import("zod").ZodString>;
3470
- authoritative: import("zod").ZodOptional<import("zod").ZodBoolean>;
3471
- access_mode: import("zod").ZodEnum<["read", "write", "readWrite", "appendOnly"]>;
3472
- classification: import("zod").ZodEnum<["public", "internal", "confidential", "regulated"]>;
3473
- residency: import("zod").ZodOptional<import("zod").ZodString>;
3474
- retention: import("zod").ZodOptional<import("zod").ZodString>;
3475
- } & {
3476
- id: import("zod").ZodString;
3477
- name: import("zod").ZodString;
3478
- summary: import("zod").ZodOptional<import("zod").ZodString>;
3479
- version: import("zod").ZodEffects<import("zod").ZodString, string, string>;
3480
- draft: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodObject<{
3481
- title: import("zod").ZodOptional<import("zod").ZodString>;
3482
- message: import("zod").ZodString;
3483
- }, "strip", import("zod").ZodTypeAny, {
3484
- message: string;
3485
- title?: string | undefined;
3486
- }, {
3487
- message: string;
3488
- title?: string | undefined;
3489
- }>]>>;
3490
- badges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3491
- content: import("zod").ZodString;
3492
- backgroundColor: import("zod").ZodString;
3493
- textColor: import("zod").ZodString;
3494
- icon: import("zod").ZodOptional<import("zod").ZodString>;
3495
- }, "strip", import("zod").ZodTypeAny, {
3496
- content: string;
3497
- backgroundColor: string;
3498
- textColor: string;
3499
- icon?: string | undefined;
3500
- }, {
3501
- content: string;
3502
- backgroundColor: string;
3503
- textColor: string;
3504
- icon?: string | undefined;
3505
- }>, "many">>;
3506
- owners: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
3507
- id: import("zod").ZodString;
3508
- collection: import("zod").ZodEnum<["users", "teams"]>;
3509
- }, "strip", import("zod").ZodTypeAny, {
3510
- id: string;
3511
- collection: "users" | "teams";
3512
- }, {
3513
- id: string;
3514
- collection: "users" | "teams";
3515
- }>]>, {
3516
- id: string;
3517
- }, string | {
3518
- id: string;
3519
- collection: "users" | "teams";
3520
- }>, "many">>;
3521
- schemaPath: import("zod").ZodOptional<import("zod").ZodString>;
3522
- sidebar: import("zod").ZodOptional<import("zod").ZodObject<{
3523
- label: import("zod").ZodOptional<import("zod").ZodString>;
3524
- badge: import("zod").ZodOptional<import("zod").ZodString>;
3525
- }, "strip", import("zod").ZodTypeAny, {
3526
- label?: string | undefined;
3527
- badge?: string | undefined;
3528
- }, {
3529
- label?: string | undefined;
3530
- badge?: string | undefined;
3531
- }>>;
3532
- repository: import("zod").ZodOptional<import("zod").ZodObject<{
3533
- language: import("zod").ZodOptional<import("zod").ZodString>;
3534
- url: import("zod").ZodOptional<import("zod").ZodString>;
3535
- }, "strip", import("zod").ZodTypeAny, {
3536
- language?: string | undefined;
3537
- url?: string | undefined;
3538
- }, {
3539
- language?: string | undefined;
3540
- url?: string | undefined;
3541
- }>>;
3542
- specifications: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
3543
- openapiPath: import("zod").ZodOptional<import("zod").ZodString>;
3544
- asyncapiPath: import("zod").ZodOptional<import("zod").ZodString>;
3545
- }, "strip", import("zod").ZodTypeAny, {
3546
- openapiPath?: string | undefined;
3547
- asyncapiPath?: string | undefined;
3548
- }, {
3549
- openapiPath?: string | undefined;
3550
- asyncapiPath?: string | undefined;
3551
- }>, import("zod").ZodArray<import("zod").ZodObject<{
3552
- type: import("zod").ZodEnum<["openapi", "asyncapi"]>;
3553
- path: import("zod").ZodString;
3554
- name: import("zod").ZodOptional<import("zod").ZodString>;
3555
- }, "strip", import("zod").ZodTypeAny, {
3556
- path: string;
3557
- type: "asyncapi" | "openapi";
3558
- name?: string | undefined;
3559
- }, {
3560
- path: string;
3561
- type: "asyncapi" | "openapi";
3562
- name?: string | undefined;
3563
- }>, "many">]>>;
3564
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
3565
- resourceGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3566
- id: import("zod").ZodOptional<import("zod").ZodString>;
3567
- title: import("zod").ZodOptional<import("zod").ZodString>;
3568
- items: import("zod").ZodArray<import("zod").ZodObject<{
3569
- id: import("zod").ZodString;
3570
- version: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
3571
- type: import("zod").ZodEnum<["service", "event", "command", "query", "flow", "channel", "domain", "user", "team"]>;
3572
- }, "strip", import("zod").ZodTypeAny, {
3573
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3574
- id: string;
3575
- version: string;
3576
- }, {
3577
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3578
- id: string;
3579
- version?: string | undefined;
3580
- }>, "many">;
3581
- limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
3582
- sidebar: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3583
- }, "strip", import("zod").ZodTypeAny, {
3584
- items: {
3585
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3586
- id: string;
3587
- version: string;
3588
- }[];
3589
- limit: number;
3590
- sidebar: boolean;
3591
- id?: string | undefined;
3592
- title?: string | undefined;
3593
- }, {
3594
- items: {
3595
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3596
- id: string;
3597
- version?: string | undefined;
3598
- }[];
3599
- id?: string | undefined;
3600
- title?: string | undefined;
3601
- limit?: number | undefined;
3602
- sidebar?: boolean | undefined;
3603
- }>, "many">>;
3604
- styles: import("zod").ZodOptional<import("zod").ZodObject<{
3605
- icon: import("zod").ZodOptional<import("zod").ZodString>;
3606
- node: import("zod").ZodOptional<import("zod").ZodObject<{
3607
- color: import("zod").ZodOptional<import("zod").ZodString>;
3608
- label: import("zod").ZodOptional<import("zod").ZodString>;
3609
- }, "strip", import("zod").ZodTypeAny, {
3610
- label?: string | undefined;
3611
- color?: string | undefined;
3612
- }, {
3613
- label?: string | undefined;
3614
- color?: string | undefined;
3615
- }>>;
3616
- }, "strip", import("zod").ZodTypeAny, {
3617
- icon?: string | undefined;
3618
- node?: {
3619
- label?: string | undefined;
3620
- color?: string | undefined;
3621
- } | undefined;
3622
- }, {
3623
- icon?: string | undefined;
3624
- node?: {
3625
- label?: string | undefined;
3626
- color?: string | undefined;
3627
- } | undefined;
3628
- }>>;
3629
- deprecated: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
3630
- message: import("zod").ZodOptional<import("zod").ZodString>;
3631
- date: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3632
- }, "strip", import("zod").ZodTypeAny, {
3633
- message?: string | undefined;
3634
- date?: string | Date | undefined;
3635
- }, {
3636
- message?: string | undefined;
3637
- date?: string | Date | undefined;
3638
- }>, import("zod").ZodOptional<import("zod").ZodBoolean>]>>;
3639
- visualiser: import("zod").ZodOptional<import("zod").ZodBoolean>;
3640
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
3641
- latestVersion: import("zod").ZodOptional<import("zod").ZodString>;
3642
- catalog: import("zod").ZodOptional<import("zod").ZodObject<{
3643
- path: import("zod").ZodString;
3644
- filePath: import("zod").ZodString;
3645
- astroContentFilePath: import("zod").ZodString;
3646
- publicPath: import("zod").ZodString;
3647
- type: import("zod").ZodString;
3648
- }, "strip", import("zod").ZodTypeAny, {
3649
- path: string;
3650
- type: string;
3651
- filePath: string;
3652
- astroContentFilePath: string;
3653
- publicPath: string;
3654
- }, {
3655
- path: string;
3656
- type: string;
3657
- filePath: string;
3658
- astroContentFilePath: string;
3659
- publicPath: string;
3660
- }>>;
3661
- }, "strip", import("zod").ZodTypeAny, {
3662
- id: string;
3663
- name: string;
3664
- version: string;
3665
- container_type: "database" | "cache" | "objectStore" | "searchIndex" | "dataWarehouse" | "dataLake" | "externalSaaS";
3666
- access_mode: "read" | "write" | "readWrite" | "appendOnly";
3667
- classification: "public" | "internal" | "confidential" | "regulated";
3668
- sidebar?: {
3669
- label?: string | undefined;
3670
- badge?: string | undefined;
3671
- } | undefined;
3672
- summary?: string | undefined;
3673
- draft?: boolean | {
3674
- message: string;
3675
- title?: string | undefined;
3676
- } | undefined;
3677
- badges?: {
3678
- content: string;
3679
- backgroundColor: string;
3680
- textColor: string;
3681
- icon?: string | undefined;
3682
- }[] | undefined;
3683
- owners?: {
3684
- id: string;
3685
- }[] | undefined;
3686
- schemaPath?: string | undefined;
3687
- repository?: {
3688
- language?: string | undefined;
3689
- url?: string | undefined;
3690
- } | undefined;
3691
- specifications?: {
3692
- openapiPath?: string | undefined;
3693
- asyncapiPath?: string | undefined;
3694
- } | {
3695
- path: string;
3696
- type: "asyncapi" | "openapi";
3697
- name?: string | undefined;
3698
- }[] | undefined;
3699
- hidden?: boolean | undefined;
3700
- resourceGroups?: {
3701
- items: {
3702
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3703
- id: string;
3704
- version: string;
3705
- }[];
3706
- limit: number;
3707
- sidebar: boolean;
3708
- id?: string | undefined;
3709
- title?: string | undefined;
3710
- }[] | undefined;
3711
- styles?: {
3712
- icon?: string | undefined;
3713
- node?: {
3714
- label?: string | undefined;
3715
- color?: string | undefined;
3716
- } | undefined;
3717
- } | undefined;
3718
- deprecated?: boolean | {
3719
- message?: string | undefined;
3720
- date?: string | Date | undefined;
3721
- } | undefined;
3722
- visualiser?: boolean | undefined;
3723
- versions?: string[] | undefined;
3724
- latestVersion?: string | undefined;
3725
- catalog?: {
3726
- path: string;
3727
- type: string;
3728
- filePath: string;
3729
- astroContentFilePath: string;
3730
- publicPath: string;
3731
- } | undefined;
3732
- technology?: string | undefined;
3733
- authoritative?: boolean | undefined;
3734
- residency?: string | undefined;
3735
- retention?: string | undefined;
3736
- }, {
3737
- id: string;
3738
- name: string;
3739
- version: string;
3740
- container_type: "database" | "cache" | "objectStore" | "searchIndex" | "dataWarehouse" | "dataLake" | "externalSaaS";
3741
- access_mode: "read" | "write" | "readWrite" | "appendOnly";
3742
- classification: "public" | "internal" | "confidential" | "regulated";
3743
- sidebar?: {
3744
- label?: string | undefined;
3745
- badge?: string | undefined;
3746
- } | undefined;
3747
- summary?: string | undefined;
3748
- draft?: boolean | {
3749
- message: string;
3750
- title?: string | undefined;
3751
- } | undefined;
3752
- badges?: {
3753
- content: string;
3754
- backgroundColor: string;
3755
- textColor: string;
3756
- icon?: string | undefined;
3757
- }[] | undefined;
3758
- owners?: (string | {
3759
- id: string;
3760
- collection: "users" | "teams";
3761
- })[] | undefined;
3762
- schemaPath?: string | undefined;
3763
- repository?: {
3764
- language?: string | undefined;
3765
- url?: string | undefined;
3766
- } | undefined;
3767
- specifications?: {
3768
- openapiPath?: string | undefined;
3769
- asyncapiPath?: string | undefined;
3770
- } | {
3771
- path: string;
3772
- type: "asyncapi" | "openapi";
3773
- name?: string | undefined;
3774
- }[] | undefined;
3775
- hidden?: boolean | undefined;
3776
- resourceGroups?: {
3777
- items: {
3778
- type: "service" | "event" | "command" | "query" | "flow" | "channel" | "domain" | "user" | "team";
3779
- id: string;
3780
- version?: string | undefined;
3781
- }[];
3782
- id?: string | undefined;
3783
- title?: string | undefined;
3784
- limit?: number | undefined;
3785
- sidebar?: boolean | undefined;
3786
- }[] | undefined;
3787
- styles?: {
3788
- icon?: string | undefined;
3789
- node?: {
3790
- label?: string | undefined;
3791
- color?: string | undefined;
3792
- } | undefined;
3793
- } | undefined;
3794
- deprecated?: boolean | {
3795
- message?: string | undefined;
3796
- date?: string | Date | undefined;
3797
- } | undefined;
3798
- visualiser?: boolean | undefined;
3799
- versions?: string[] | undefined;
3800
- latestVersion?: string | undefined;
3801
- catalog?: {
3802
- path: string;
3803
- type: string;
3804
- filePath: string;
3805
- astroContentFilePath: string;
3806
- publicPath: string;
3807
- } | undefined;
3808
- technology?: string | undefined;
3809
- authoritative?: boolean | undefined;
3810
- residency?: string | undefined;
3811
- retention?: string | undefined;
3812
- }>;
3813
- };
3814
- export type ResourceType = keyof typeof schemas;
3815
- //# sourceMappingURL=index.d.ts.map