@likec4/generators 1.38.1 → 1.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1150 +0,0 @@
1
- /* prettier-ignore-start */
2
- /* eslint-disable */
3
-
4
- /******************************************************************************
5
- * This file was generated
6
- * DO NOT EDIT MANUALLY!
7
- ******************************************************************************/
8
-
9
- import { LikeC4Model } from '@likec4/core/model'
10
- import type { ComputedLikeC4ModelData } from '@likec4/core/types'
11
- import type { Aux, SpecAux } from '@likec4/core/types';
12
-
13
- export type $Specs = SpecAux<
14
- // Element kinds
15
- | "component"
16
- | "mobile"
17
- | "person"
18
- | "system"
19
- | "webapp",
20
- // Deployment kinds
21
- | "env"
22
- | "node"
23
- | "zone",
24
- // Relationship kinds
25
- never,
26
- // Tags
27
- | "external"
28
- | "internal",
29
- // Metadata keys
30
- | "key1"
31
- >
32
-
33
- export type $Aux = Aux<
34
- "computed",
35
- // Elements
36
- | "aws"
37
- | "cloud"
38
- | "customer"
39
- | "email"
40
- | "aws.rds"
41
- | "aws.s3"
42
- | "cloud.auth"
43
- | "cloud.backend"
44
- | "cloud.frontend"
45
- | "cloud.media"
46
- | "cloud.backend.api"
47
- | "cloud.backend.graphql"
48
- | "cloud.frontend.dashboard"
49
- | "cloud.frontend.mobile",
50
- // Deployments
51
- | "customer"
52
- | "prod"
53
- | "customer.instance"
54
- | "prod.eu"
55
- | "prod.us"
56
- | "prod.eu.db"
57
- | "prod.eu.media"
58
- | "prod.eu.zone1"
59
- | "prod.eu.zone2"
60
- | "prod.us.db"
61
- | "prod.eu.zone1.api"
62
- | "prod.eu.zone1.ui"
63
- | "prod.eu.zone2.api"
64
- | "prod.eu.zone2.ui",
65
- // Views
66
- | "cloud"
67
- | "index"
68
- | "prod",
69
- // Project ID
70
- "from-builder",
71
- $Specs
72
- >
73
-
74
- export type $ElementId = $Aux['ElementId']
75
- export type $DeploymentId = $Aux['DeploymentId']
76
- export type $ViewId = $Aux['ViewId']
77
-
78
- export type $ElementKind = $Aux['ElementKind']
79
- export type $RelationKind = $Aux['RelationKind']
80
- export type $DeploymentKind = $Aux['DeploymentKind']
81
- export type $Tag = $Aux['Tag']
82
- export type $Tags = readonly $Aux['Tag'][]
83
- export type $MetadataKey = $Aux['MetadataKey']
84
-
85
-
86
- export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(<ComputedLikeC4ModelData<$Aux>>({
87
- _stage: 'computed',
88
- projectId: 'from-builder',
89
- project: {
90
- id: 'from-builder',
91
- },
92
- specification: {
93
- elements: {
94
- person: {
95
- style: {
96
- shape: 'person',
97
- },
98
- },
99
- system: {},
100
- component: {},
101
- webapp: {
102
- style: {
103
- shape: 'browser',
104
- },
105
- },
106
- mobile: {
107
- style: {
108
- shape: 'mobile',
109
- },
110
- },
111
- },
112
- deployments: {
113
- env: {},
114
- zone: {},
115
- node: {},
116
- },
117
- relationships: {},
118
- tags: {
119
- internal: {
120
- color: 'primary',
121
- },
122
- external: {
123
- color: 'primary',
124
- },
125
- },
126
- metadataKeys: [
127
- 'key1',
128
- ],
129
- customColors: {},
130
- },
131
- elements: {
132
- customer: {
133
- id: 'customer',
134
- kind: 'person',
135
- title: 'customer',
136
- technology: null,
137
- tags: [],
138
- color: 'primary',
139
- shape: 'person',
140
- style: {},
141
- links: null,
142
- },
143
- cloud: {
144
- id: 'cloud',
145
- kind: 'system',
146
- title: 'cloud',
147
- technology: null,
148
- tags: [],
149
- color: 'primary',
150
- shape: 'rectangle',
151
- style: {},
152
- links: null,
153
- },
154
- 'cloud.frontend': {
155
- id: 'cloud.frontend',
156
- kind: 'component',
157
- title: 'frontend',
158
- technology: null,
159
- tags: [],
160
- color: 'primary',
161
- shape: 'rectangle',
162
- style: {},
163
- links: null,
164
- },
165
- 'cloud.frontend.dashboard': {
166
- id: 'cloud.frontend.dashboard',
167
- kind: 'webapp',
168
- title: 'dashboard',
169
- technology: null,
170
- tags: [],
171
- color: 'primary',
172
- shape: 'browser',
173
- style: {},
174
- links: null,
175
- },
176
- 'cloud.frontend.mobile': {
177
- id: 'cloud.frontend.mobile',
178
- kind: 'mobile',
179
- title: 'mobile',
180
- technology: null,
181
- tags: [],
182
- color: 'primary',
183
- shape: 'mobile',
184
- style: {},
185
- links: null,
186
- },
187
- 'cloud.auth': {
188
- id: 'cloud.auth',
189
- kind: 'component',
190
- title: 'auth',
191
- technology: null,
192
- tags: [],
193
- color: 'primary',
194
- shape: 'rectangle',
195
- style: {},
196
- links: null,
197
- },
198
- 'cloud.backend': {
199
- id: 'cloud.backend',
200
- kind: 'component',
201
- title: 'backend',
202
- technology: null,
203
- tags: [
204
- 'external',
205
- ],
206
- color: 'primary',
207
- shape: 'rectangle',
208
- style: {},
209
- links: null,
210
- metadata: {
211
- key1: 'value1',
212
- },
213
- },
214
- 'cloud.backend.api': {
215
- id: 'cloud.backend.api',
216
- kind: 'component',
217
- title: 'api',
218
- technology: null,
219
- tags: [],
220
- color: 'primary',
221
- shape: 'rectangle',
222
- style: {},
223
- links: null,
224
- },
225
- 'cloud.backend.graphql': {
226
- id: 'cloud.backend.graphql',
227
- kind: 'component',
228
- title: 'graphql',
229
- technology: null,
230
- tags: [],
231
- color: 'primary',
232
- shape: 'rectangle',
233
- style: {},
234
- links: null,
235
- },
236
- 'cloud.media': {
237
- id: 'cloud.media',
238
- kind: 'component',
239
- title: 'media',
240
- technology: null,
241
- tags: [
242
- 'internal',
243
- ],
244
- color: 'primary',
245
- shape: 'storage',
246
- style: {},
247
- links: null,
248
- },
249
- aws: {
250
- id: 'aws',
251
- kind: 'system',
252
- title: 'aws',
253
- technology: null,
254
- tags: [],
255
- color: 'primary',
256
- shape: 'rectangle',
257
- style: {},
258
- links: null,
259
- },
260
- 'aws.rds': {
261
- id: 'aws.rds',
262
- kind: 'component',
263
- title: 'rds',
264
- technology: null,
265
- tags: [],
266
- color: 'primary',
267
- shape: 'storage',
268
- style: {},
269
- links: null,
270
- },
271
- 'aws.s3': {
272
- id: 'aws.s3',
273
- kind: 'component',
274
- title: 's3',
275
- technology: null,
276
- tags: [],
277
- color: 'primary',
278
- shape: 'storage',
279
- style: {},
280
- links: null,
281
- metadata: {
282
- key1: 'value2',
283
- },
284
- },
285
- email: {
286
- id: 'email',
287
- kind: 'system',
288
- title: 'email',
289
- technology: null,
290
- tags: [],
291
- color: 'primary',
292
- shape: 'rectangle',
293
- style: {},
294
- links: null,
295
- },
296
- },
297
- relations: {
298
- rel1: {
299
- id: 'rel1',
300
- source: {
301
- model: 'customer',
302
- },
303
- target: {
304
- model: 'cloud',
305
- },
306
- title: 'uses services',
307
- },
308
- rel2: {
309
- id: 'rel2',
310
- source: {
311
- model: 'customer',
312
- },
313
- target: {
314
- model: 'cloud.frontend.mobile',
315
- },
316
- title: 'opens mobile app',
317
- },
318
- rel3: {
319
- id: 'rel3',
320
- source: {
321
- model: 'customer',
322
- },
323
- target: {
324
- model: 'cloud.frontend.dashboard',
325
- },
326
- title: 'opens in browser',
327
- },
328
- rel4: {
329
- id: 'rel4',
330
- source: {
331
- model: 'cloud.frontend.dashboard',
332
- },
333
- target: {
334
- model: 'cloud.auth',
335
- },
336
- title: 'authenticates',
337
- },
338
- rel5: {
339
- id: 'rel5',
340
- source: {
341
- model: 'cloud.frontend.dashboard',
342
- },
343
- target: {
344
- model: 'cloud.backend.api',
345
- },
346
- title: 'fetches data',
347
- },
348
- rel6: {
349
- id: 'rel6',
350
- source: {
351
- model: 'cloud.frontend.dashboard',
352
- },
353
- target: {
354
- model: 'cloud.media',
355
- },
356
- title: 'fetches media',
357
- },
358
- rel7: {
359
- id: 'rel7',
360
- source: {
361
- model: 'cloud.frontend.mobile',
362
- },
363
- target: {
364
- model: 'cloud.auth',
365
- },
366
- title: 'authenticates',
367
- },
368
- rel8: {
369
- id: 'rel8',
370
- source: {
371
- model: 'cloud.frontend.mobile',
372
- },
373
- target: {
374
- model: 'cloud.backend.api',
375
- },
376
- title: 'fetches data',
377
- },
378
- rel9: {
379
- id: 'rel9',
380
- source: {
381
- model: 'cloud.frontend.mobile',
382
- },
383
- target: {
384
- model: 'cloud.media',
385
- },
386
- title: 'fetches media',
387
- },
388
- rel10: {
389
- id: 'rel10',
390
- source: {
391
- model: 'cloud.backend.api',
392
- },
393
- target: {
394
- model: 'cloud.auth',
395
- },
396
- title: 'authorizes',
397
- },
398
- rel11: {
399
- id: 'rel11',
400
- source: {
401
- model: 'cloud.backend.api',
402
- },
403
- target: {
404
- model: 'cloud.media',
405
- },
406
- title: 'uploads media',
407
- },
408
- rel12: {
409
- id: 'rel12',
410
- source: {
411
- model: 'cloud.backend.api',
412
- },
413
- target: {
414
- model: 'aws.rds',
415
- },
416
- title: 'reads/writes',
417
- },
418
- rel13: {
419
- id: 'rel13',
420
- source: {
421
- model: 'cloud.backend.api',
422
- },
423
- target: {
424
- model: 'email',
425
- },
426
- title: 'sends emails',
427
- },
428
- rel14: {
429
- id: 'rel14',
430
- source: {
431
- model: 'cloud.media',
432
- },
433
- target: {
434
- model: 'aws.s3',
435
- },
436
- title: 'uploads',
437
- },
438
- rel15: {
439
- id: 'rel15',
440
- source: {
441
- model: 'email',
442
- },
443
- target: {
444
- model: 'customer',
445
- },
446
- title: 'sends emails',
447
- tags: [
448
- 'external',
449
- ],
450
- metadata: {
451
- key1: 'value3',
452
- },
453
- },
454
- },
455
- globals: {
456
- predicates: {},
457
- dynamicPredicates: {},
458
- styles: {},
459
- },
460
- deployments: {
461
- elements: {
462
- customer: {
463
- id: 'customer',
464
- kind: 'node',
465
- title: 'customer',
466
- technology: null,
467
- tags: null,
468
- style: {
469
- color: 'primary',
470
- shape: 'rectangle',
471
- },
472
- },
473
- 'customer.instance': {
474
- id: 'customer.instance',
475
- element: 'customer',
476
- },
477
- prod: {
478
- id: 'prod',
479
- kind: 'env',
480
- title: 'prod',
481
- technology: null,
482
- tags: null,
483
- style: {
484
- color: 'primary',
485
- shape: 'rectangle',
486
- },
487
- },
488
- 'prod.eu': {
489
- id: 'prod.eu',
490
- kind: 'zone',
491
- title: 'eu',
492
- technology: null,
493
- tags: null,
494
- style: {
495
- color: 'primary',
496
- shape: 'rectangle',
497
- },
498
- },
499
- 'prod.eu.zone1': {
500
- id: 'prod.eu.zone1',
501
- kind: 'zone',
502
- title: 'zone1',
503
- technology: null,
504
- tags: null,
505
- style: {
506
- color: 'primary',
507
- shape: 'rectangle',
508
- },
509
- },
510
- 'prod.eu.zone1.ui': {
511
- id: 'prod.eu.zone1.ui',
512
- element: 'cloud.frontend.dashboard',
513
- },
514
- 'prod.eu.zone1.api': {
515
- id: 'prod.eu.zone1.api',
516
- element: 'cloud.backend.api',
517
- },
518
- 'prod.eu.zone2': {
519
- id: 'prod.eu.zone2',
520
- kind: 'zone',
521
- title: 'zone2',
522
- technology: null,
523
- tags: null,
524
- style: {
525
- color: 'primary',
526
- shape: 'rectangle',
527
- },
528
- },
529
- 'prod.eu.zone2.ui': {
530
- id: 'prod.eu.zone2.ui',
531
- element: 'cloud.frontend.dashboard',
532
- },
533
- 'prod.eu.zone2.api': {
534
- id: 'prod.eu.zone2.api',
535
- element: 'cloud.backend.api',
536
- },
537
- 'prod.eu.media': {
538
- id: 'prod.eu.media',
539
- element: 'cloud.media',
540
- },
541
- 'prod.eu.db': {
542
- id: 'prod.eu.db',
543
- element: 'aws.rds',
544
- },
545
- 'prod.us': {
546
- id: 'prod.us',
547
- kind: 'zone',
548
- title: 'us',
549
- technology: null,
550
- tags: null,
551
- style: {
552
- color: 'primary',
553
- shape: 'rectangle',
554
- },
555
- },
556
- 'prod.us.db': {
557
- id: 'prod.us.db',
558
- element: 'aws.rds',
559
- },
560
- },
561
- relations: {
562
- deploy_rel1: {
563
- id: 'deploy_rel1',
564
- source: {
565
- deployment: 'prod.eu.db',
566
- },
567
- target: {
568
- deployment: 'prod.us.db',
569
- },
570
- title: 'replicates',
571
- },
572
- },
573
- },
574
- imports: {},
575
- views: {
576
- index: {
577
- id: 'index',
578
- title: null,
579
- description: null,
580
- tags: [],
581
- links: null,
582
- _stage: 'computed',
583
- _type: 'element',
584
- autoLayout: {
585
- direction: 'TB',
586
- },
587
- hash: '35b5fd7db6a023b41072785020176c78dbe60fb0',
588
- edges: [
589
- {
590
- id: 'customer:cloud',
591
- parent: null,
592
- source: 'customer',
593
- target: 'cloud',
594
- label: 'uses services',
595
- relations: [
596
- 'rel1',
597
- 'rel2',
598
- 'rel3',
599
- ],
600
- },
601
- {
602
- id: 'email:customer',
603
- parent: null,
604
- source: 'email',
605
- target: 'customer',
606
- label: 'sends emails',
607
- relations: [
608
- 'rel15',
609
- ],
610
- tags: [
611
- 'external',
612
- ],
613
- },
614
- {
615
- id: 'cloud:aws',
616
- parent: null,
617
- source: 'cloud',
618
- target: 'aws',
619
- label: '[...]',
620
- relations: [
621
- 'rel12',
622
- 'rel14',
623
- ],
624
- },
625
- {
626
- id: 'cloud:email',
627
- parent: null,
628
- source: 'cloud',
629
- target: 'email',
630
- label: 'sends emails',
631
- relations: [
632
- 'rel13',
633
- ],
634
- },
635
- ],
636
- nodes: [
637
- {
638
- id: 'email',
639
- parent: null,
640
- kind: 'system',
641
- title: 'email',
642
- description: null,
643
- technology: null,
644
- level: 0,
645
- color: 'primary',
646
- shape: 'rectangle',
647
- tags: [],
648
- children: [],
649
- inEdges: [
650
- 'cloud:email',
651
- ],
652
- outEdges: [
653
- 'email:customer',
654
- ],
655
- links: null,
656
- modelRef: 'email',
657
- style: {},
658
- },
659
- {
660
- id: 'customer',
661
- parent: null,
662
- kind: 'person',
663
- title: 'customer',
664
- description: null,
665
- technology: null,
666
- level: 0,
667
- color: 'primary',
668
- shape: 'person',
669
- tags: [],
670
- children: [],
671
- inEdges: [
672
- 'email:customer',
673
- ],
674
- outEdges: [
675
- 'customer:cloud',
676
- ],
677
- links: null,
678
- modelRef: 'customer',
679
- style: {},
680
- },
681
- {
682
- id: 'cloud',
683
- parent: null,
684
- kind: 'system',
685
- title: 'cloud',
686
- description: null,
687
- technology: null,
688
- level: 0,
689
- color: 'primary',
690
- shape: 'rectangle',
691
- tags: [],
692
- children: [],
693
- inEdges: [
694
- 'customer:cloud',
695
- ],
696
- outEdges: [
697
- 'cloud:aws',
698
- 'cloud:email',
699
- ],
700
- links: null,
701
- modelRef: 'cloud',
702
- style: {},
703
- },
704
- {
705
- id: 'aws',
706
- parent: null,
707
- kind: 'system',
708
- title: 'aws',
709
- description: null,
710
- technology: null,
711
- level: 0,
712
- color: 'primary',
713
- shape: 'rectangle',
714
- tags: [],
715
- children: [],
716
- inEdges: [
717
- 'cloud:aws',
718
- ],
719
- outEdges: [],
720
- links: null,
721
- modelRef: 'aws',
722
- style: {},
723
- },
724
- ],
725
- },
726
- cloud: {
727
- id: 'cloud',
728
- title: null,
729
- description: null,
730
- tags: [],
731
- links: null,
732
- _stage: 'computed',
733
- viewOf: 'cloud',
734
- _type: 'element',
735
- autoLayout: {
736
- direction: 'TB',
737
- },
738
- hash: '9f1ba774789e0a91843241f8a2e506f36012888c',
739
- edges: [
740
- {
741
- id: 'cloud.backend:cloud.auth',
742
- parent: 'cloud',
743
- source: 'cloud.backend',
744
- target: 'cloud.auth',
745
- label: 'authorizes',
746
- relations: [
747
- 'rel10',
748
- ],
749
- },
750
- {
751
- id: 'cloud.backend:cloud.media',
752
- parent: 'cloud',
753
- source: 'cloud.backend',
754
- target: 'cloud.media',
755
- label: 'uploads media',
756
- relations: [
757
- 'rel11',
758
- ],
759
- },
760
- {
761
- id: 'cloud.backend:aws',
762
- parent: null,
763
- source: 'cloud.backend',
764
- target: 'aws',
765
- label: 'reads/writes',
766
- relations: [
767
- 'rel12',
768
- ],
769
- },
770
- {
771
- id: 'cloud.backend:email',
772
- parent: null,
773
- source: 'cloud.backend',
774
- target: 'email',
775
- label: 'sends emails',
776
- relations: [
777
- 'rel13',
778
- ],
779
- },
780
- {
781
- id: 'cloud.media:aws',
782
- parent: null,
783
- source: 'cloud.media',
784
- target: 'aws',
785
- label: 'uploads',
786
- relations: [
787
- 'rel14',
788
- ],
789
- },
790
- {
791
- id: 'customer:cloud.frontend.dashboard',
792
- parent: null,
793
- source: 'customer',
794
- target: 'cloud.frontend.dashboard',
795
- label: 'opens in browser',
796
- relations: [
797
- 'rel3',
798
- ],
799
- },
800
- {
801
- id: 'cloud.frontend.dashboard:cloud.auth',
802
- parent: 'cloud',
803
- source: 'cloud.frontend.dashboard',
804
- target: 'cloud.auth',
805
- label: 'authenticates',
806
- relations: [
807
- 'rel4',
808
- ],
809
- },
810
- {
811
- id: 'cloud.frontend.dashboard:cloud.backend',
812
- parent: 'cloud',
813
- source: 'cloud.frontend.dashboard',
814
- target: 'cloud.backend',
815
- label: 'fetches data',
816
- relations: [
817
- 'rel5',
818
- ],
819
- },
820
- {
821
- id: 'cloud.frontend.dashboard:cloud.media',
822
- parent: 'cloud',
823
- source: 'cloud.frontend.dashboard',
824
- target: 'cloud.media',
825
- label: 'fetches media',
826
- relations: [
827
- 'rel6',
828
- ],
829
- },
830
- ],
831
- nodes: [
832
- {
833
- id: 'customer',
834
- parent: null,
835
- kind: 'person',
836
- title: 'customer',
837
- description: null,
838
- technology: null,
839
- level: 0,
840
- color: 'primary',
841
- shape: 'person',
842
- tags: [],
843
- children: [],
844
- inEdges: [],
845
- outEdges: [
846
- 'customer:cloud.frontend.dashboard',
847
- ],
848
- links: null,
849
- modelRef: 'customer',
850
- style: {},
851
- },
852
- {
853
- id: 'cloud',
854
- parent: null,
855
- kind: 'system',
856
- title: 'cloud',
857
- description: null,
858
- technology: null,
859
- level: 0,
860
- color: 'primary',
861
- shape: 'rectangle',
862
- tags: [],
863
- children: [
864
- 'cloud.frontend',
865
- 'cloud.backend',
866
- 'cloud.auth',
867
- 'cloud.media',
868
- ],
869
- inEdges: [
870
- 'customer:cloud.frontend.dashboard',
871
- ],
872
- outEdges: [
873
- 'cloud.backend:aws',
874
- 'cloud.backend:email',
875
- 'cloud.media:aws',
876
- ],
877
- links: null,
878
- modelRef: 'cloud',
879
- style: {},
880
- depth: 2,
881
- },
882
- {
883
- id: 'cloud.frontend',
884
- parent: 'cloud',
885
- kind: 'component',
886
- title: 'frontend',
887
- description: null,
888
- technology: null,
889
- level: 1,
890
- color: 'primary',
891
- shape: 'rectangle',
892
- tags: [],
893
- children: [
894
- 'cloud.frontend.dashboard',
895
- ],
896
- inEdges: [
897
- 'customer:cloud.frontend.dashboard',
898
- ],
899
- outEdges: [
900
- 'cloud.frontend.dashboard:cloud.auth',
901
- 'cloud.frontend.dashboard:cloud.backend',
902
- 'cloud.frontend.dashboard:cloud.media',
903
- ],
904
- links: null,
905
- modelRef: 'cloud.frontend',
906
- style: {},
907
- depth: 1,
908
- },
909
- {
910
- id: 'cloud.frontend.dashboard',
911
- parent: 'cloud.frontend',
912
- kind: 'webapp',
913
- title: 'dashboard',
914
- description: null,
915
- technology: null,
916
- level: 2,
917
- color: 'primary',
918
- shape: 'browser',
919
- tags: [],
920
- children: [],
921
- inEdges: [
922
- 'customer:cloud.frontend.dashboard',
923
- ],
924
- outEdges: [
925
- 'cloud.frontend.dashboard:cloud.auth',
926
- 'cloud.frontend.dashboard:cloud.backend',
927
- 'cloud.frontend.dashboard:cloud.media',
928
- ],
929
- links: null,
930
- modelRef: 'cloud.frontend.dashboard',
931
- style: {},
932
- },
933
- {
934
- id: 'cloud.backend',
935
- parent: 'cloud',
936
- kind: 'component',
937
- title: 'backend',
938
- description: null,
939
- technology: null,
940
- level: 1,
941
- color: 'primary',
942
- shape: 'rectangle',
943
- tags: [
944
- 'external',
945
- ],
946
- children: [],
947
- inEdges: [
948
- 'cloud.frontend.dashboard:cloud.backend',
949
- ],
950
- outEdges: [
951
- 'cloud.backend:cloud.auth',
952
- 'cloud.backend:cloud.media',
953
- 'cloud.backend:aws',
954
- 'cloud.backend:email',
955
- ],
956
- links: null,
957
- metadata: {
958
- key1: 'value1',
959
- },
960
- modelRef: 'cloud.backend',
961
- style: {},
962
- },
963
- {
964
- id: 'cloud.auth',
965
- parent: 'cloud',
966
- kind: 'component',
967
- title: 'auth',
968
- description: null,
969
- technology: null,
970
- level: 1,
971
- color: 'primary',
972
- shape: 'rectangle',
973
- tags: [],
974
- children: [],
975
- inEdges: [
976
- 'cloud.backend:cloud.auth',
977
- 'cloud.frontend.dashboard:cloud.auth',
978
- ],
979
- outEdges: [],
980
- links: null,
981
- modelRef: 'cloud.auth',
982
- style: {},
983
- },
984
- {
985
- id: 'cloud.media',
986
- parent: 'cloud',
987
- kind: 'component',
988
- title: 'media',
989
- description: null,
990
- technology: null,
991
- level: 1,
992
- color: 'primary',
993
- shape: 'storage',
994
- tags: [
995
- 'internal',
996
- ],
997
- children: [],
998
- inEdges: [
999
- 'cloud.backend:cloud.media',
1000
- 'cloud.frontend.dashboard:cloud.media',
1001
- ],
1002
- outEdges: [
1003
- 'cloud.media:aws',
1004
- ],
1005
- links: null,
1006
- modelRef: 'cloud.media',
1007
- style: {},
1008
- },
1009
- {
1010
- id: 'email',
1011
- parent: null,
1012
- kind: 'system',
1013
- title: 'email',
1014
- description: null,
1015
- technology: null,
1016
- level: 0,
1017
- color: 'primary',
1018
- shape: 'rectangle',
1019
- tags: [],
1020
- children: [],
1021
- inEdges: [
1022
- 'cloud.backend:email',
1023
- ],
1024
- outEdges: [],
1025
- links: null,
1026
- modelRef: 'email',
1027
- style: {},
1028
- },
1029
- {
1030
- id: 'aws',
1031
- parent: null,
1032
- kind: 'system',
1033
- title: 'aws',
1034
- description: null,
1035
- technology: null,
1036
- level: 0,
1037
- color: 'primary',
1038
- shape: 'rectangle',
1039
- tags: [],
1040
- children: [],
1041
- inEdges: [
1042
- 'cloud.backend:aws',
1043
- 'cloud.media:aws',
1044
- ],
1045
- outEdges: [],
1046
- links: null,
1047
- modelRef: 'aws',
1048
- style: {},
1049
- },
1050
- ],
1051
- },
1052
- prod: {
1053
- id: 'prod',
1054
- title: 'prod',
1055
- description: null,
1056
- tags: [],
1057
- links: null,
1058
- _stage: 'computed',
1059
- _type: 'deployment',
1060
- autoLayout: {
1061
- direction: 'TB',
1062
- },
1063
- hash: '44b32e42b6308fedcb2dbcc0f2b6c84276a3580b',
1064
- edges: [
1065
- {
1066
- id: 'customer.instance:prod.eu.zone1.ui',
1067
- parent: null,
1068
- source: 'customer.instance',
1069
- target: 'prod.eu.zone1.ui',
1070
- label: 'opens in browser',
1071
- relations: [
1072
- 'rel3',
1073
- ],
1074
- },
1075
- ],
1076
- nodes: [
1077
- {
1078
- id: 'customer.instance',
1079
- parent: null,
1080
- kind: 'instance',
1081
- title: 'customer',
1082
- description: null,
1083
- technology: null,
1084
- level: 0,
1085
- color: 'primary',
1086
- shape: 'person',
1087
- tags: [],
1088
- children: [],
1089
- inEdges: [],
1090
- outEdges: [
1091
- 'customer.instance:prod.eu.zone1.ui',
1092
- ],
1093
- links: null,
1094
- deploymentRef: 'customer.instance',
1095
- modelRef: 'customer',
1096
- style: {
1097
- size: 'md',
1098
- },
1099
- },
1100
- {
1101
- id: 'prod',
1102
- parent: null,
1103
- kind: 'env',
1104
- title: 'prod',
1105
- description: null,
1106
- technology: null,
1107
- level: 0,
1108
- color: 'primary',
1109
- shape: 'rectangle',
1110
- tags: [],
1111
- children: [
1112
- 'prod.eu.zone1.ui',
1113
- ],
1114
- inEdges: [
1115
- 'customer.instance:prod.eu.zone1.ui',
1116
- ],
1117
- outEdges: [],
1118
- deploymentRef: 'prod',
1119
- style: {},
1120
- depth: 1,
1121
- },
1122
- {
1123
- id: 'prod.eu.zone1.ui',
1124
- parent: 'prod',
1125
- kind: 'instance',
1126
- title: 'dashboard',
1127
- description: null,
1128
- technology: null,
1129
- level: 1,
1130
- color: 'primary',
1131
- shape: 'browser',
1132
- tags: [],
1133
- children: [],
1134
- inEdges: [
1135
- 'customer.instance:prod.eu.zone1.ui',
1136
- ],
1137
- outEdges: [],
1138
- links: null,
1139
- deploymentRef: 'prod.eu.zone1.ui',
1140
- modelRef: 'cloud.frontend.dashboard',
1141
- style: {
1142
- size: 'md',
1143
- },
1144
- },
1145
- ],
1146
- },
1147
- },
1148
- } as unknown))
1149
-
1150
- /* prettier-ignore-end */