@almadar/patterns 1.0.0 → 1.0.9

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,21 +1,35 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-02-04T10:41:53.453Z",
3
+ "exportedAt": "2026-02-07T17:56:09.988Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
7
7
  {
8
- "event": "SAVE",
9
- "trigger": "submit",
8
+ "event": "GLOBAL_VARIABLE_SET",
9
+ "trigger": "action",
10
10
  "payload": {
11
- "type": "FormData"
11
+ "type": "object"
12
12
  }
13
13
  },
14
14
  {
15
- "event": "CANCEL",
16
- "trigger": "click",
15
+ "event": "VIOLATION_DETECTED",
16
+ "trigger": "action",
17
17
  "payload": {
18
- "type": "void"
18
+ "type": "object"
19
+ }
20
+ },
21
+ {
22
+ "event": "FIELD_CHANGED",
23
+ "trigger": "action",
24
+ "payload": {
25
+ "type": "object"
26
+ }
27
+ },
28
+ {
29
+ "event": "CLOSE",
30
+ "trigger": "action",
31
+ "payload": {
32
+ "type": "object"
19
33
  }
20
34
  }
21
35
  ],
@@ -46,7 +60,7 @@
46
60
  "SAVE",
47
61
  "CANCEL"
48
62
  ],
49
- "entityAware": true
63
+ "entityAware": false
50
64
  },
51
65
  "form-fields": {
52
66
  "emits": [
@@ -68,23 +82,15 @@
68
82
  "form-actions": {
69
83
  "emits": [
70
84
  {
71
- "event": "SAVE",
72
- "trigger": "click",
73
- "payload": {
74
- "type": "void"
75
- },
76
- "optional": true
77
- },
78
- {
79
- "event": "CANCEL",
80
- "trigger": "click",
85
+ "event": "DISPATCH",
86
+ "trigger": "action",
81
87
  "payload": {
82
- "type": "void"
83
- },
84
- "optional": true
88
+ "type": "object"
89
+ }
85
90
  }
86
91
  ],
87
92
  "requires": [],
93
+ "entityAware": true,
88
94
  "configDriven": true
89
95
  },
90
96
  "entity-table": {
@@ -93,33 +99,15 @@
93
99
  "event": "VIEW",
94
100
  "trigger": "action",
95
101
  "payload": {
96
- "type": "EntityRow"
97
- },
98
- "optional": true
99
- },
100
- {
101
- "event": "SELECT",
102
- "trigger": "select",
103
- "payload": {
104
- "type": "EntityRow"
105
- },
106
- "optional": true
107
- },
108
- {
109
- "event": "EDIT",
110
- "trigger": "action",
111
- "payload": {
112
- "type": "EntityRow"
113
- },
114
- "optional": true
102
+ "type": "object"
103
+ }
115
104
  },
116
105
  {
117
- "event": "DELETE",
106
+ "event": "SEARCH",
118
107
  "trigger": "action",
119
108
  "payload": {
120
- "type": "EntityRow"
121
- },
122
- "optional": true
109
+ "type": "object"
110
+ }
123
111
  }
124
112
  ],
125
113
  "requires": [],
@@ -194,6 +182,7 @@
194
182
  }
195
183
  ],
196
184
  "requires": [],
185
+ "entityAware": false,
197
186
  "configDriven": true
198
187
  },
199
188
  "title-only": {
@@ -223,44 +212,42 @@
223
212
  "emits": [
224
213
  {
225
214
  "event": "FILTER",
226
- "trigger": "change",
215
+ "trigger": "action",
227
216
  "payload": {
228
- "type": "object",
229
- "shape": {
230
- "field": "string",
231
- "value": "string | null"
232
- }
217
+ "type": "object"
233
218
  }
234
219
  },
235
220
  {
236
221
  "event": "CLEAR_FILTERS",
237
- "trigger": "click",
222
+ "trigger": "action",
238
223
  "payload": {
239
- "type": "void"
224
+ "type": "object"
240
225
  }
241
226
  }
242
227
  ],
243
228
  "requires": [],
229
+ "entityAware": true,
244
230
  "configDriven": true
245
231
  },
246
232
  "search-input": {
247
233
  "emits": [
248
234
  {
249
235
  "event": "SEARCH",
250
- "trigger": "change",
236
+ "trigger": "action",
251
237
  "payload": {
252
- "type": "SearchQuery"
238
+ "type": "object"
253
239
  }
254
240
  },
255
241
  {
256
242
  "event": "CLEAR_SEARCH",
257
- "trigger": "click",
243
+ "trigger": "action",
258
244
  "payload": {
259
- "type": "void"
245
+ "type": "object"
260
246
  }
261
247
  }
262
248
  ],
263
- "requires": []
249
+ "requires": [],
250
+ "entityAware": true
264
251
  },
265
252
  "empty-state": {
266
253
  "emits": [
@@ -274,11 +261,13 @@
274
261
  }
275
262
  ],
276
263
  "requires": [],
264
+ "entityAware": false,
277
265
  "configDriven": true
278
266
  },
279
267
  "loading-state": {
280
268
  "emits": [],
281
- "requires": []
269
+ "requires": [],
270
+ "entityAware": false
282
271
  },
283
272
  "error-state": {
284
273
  "emits": [
@@ -292,6 +281,7 @@
292
281
  }
293
282
  ],
294
283
  "requires": [],
284
+ "entityAware": false,
295
285
  "configDriven": true
296
286
  },
297
287
  "notification": {
@@ -313,7 +303,8 @@
313
303
  "optional": true
314
304
  }
315
305
  ],
316
- "requires": []
306
+ "requires": [],
307
+ "entityAware": false
317
308
  },
318
309
  "tabs": {
319
310
  "emits": [
@@ -329,7 +320,8 @@
329
320
  "optional": true
330
321
  }
331
322
  ],
332
- "requires": []
323
+ "requires": [],
324
+ "entityAware": false
333
325
  },
334
326
  "tab-bar": {
335
327
  "emits": [
@@ -349,7 +341,8 @@
349
341
  },
350
342
  "breadcrumb": {
351
343
  "emits": [],
352
- "requires": []
344
+ "requires": [],
345
+ "entityAware": false
353
346
  },
354
347
  "wizard-container": {
355
348
  "emits": [
@@ -387,7 +380,8 @@
387
380
  ],
388
381
  "requires": [
389
382
  "WIZARD_COMPLETE"
390
- ]
383
+ ],
384
+ "entityAware": true
391
385
  },
392
386
  "wizard-progress": {
393
387
  "emits": [
@@ -403,7 +397,8 @@
403
397
  "optional": true
404
398
  }
405
399
  ],
406
- "requires": []
400
+ "requires": [],
401
+ "entityAware": false
407
402
  },
408
403
  "wizard-navigation": {
409
404
  "emits": [
@@ -430,6 +425,7 @@
430
425
  }
431
426
  ],
432
427
  "requires": [],
428
+ "entityAware": false,
433
429
  "configDriven": true
434
430
  },
435
431
  "pagination": {
@@ -445,7 +441,8 @@
445
441
  }
446
442
  }
447
443
  ],
448
- "requires": []
444
+ "requires": [],
445
+ "entityAware": false
449
446
  },
450
447
  "modal": {
451
448
  "emits": [
@@ -459,7 +456,8 @@
459
456
  ],
460
457
  "requires": [
461
458
  "CLOSE"
462
- ]
459
+ ],
460
+ "entityAware": false
463
461
  },
464
462
  "modal-container": {
465
463
  "emits": [
@@ -485,7 +483,8 @@
485
483
  ],
486
484
  "requires": [
487
485
  "CLOSE"
488
- ]
486
+ ],
487
+ "entityAware": false
489
488
  },
490
489
  "drawer-container": {
491
490
  "emits": [
@@ -519,7 +518,8 @@
519
518
  "requires": [
520
519
  "CONFIRM",
521
520
  "CANCEL"
522
- ]
521
+ ],
522
+ "entityAware": false
523
523
  },
524
524
  "split-layout": {
525
525
  "emits": [],
@@ -536,11 +536,12 @@
536
536
  }
537
537
  ],
538
538
  "requires": [],
539
- "entityAware": true
539
+ "entityAware": false
540
540
  },
541
541
  "dashboard-grid": {
542
542
  "emits": [],
543
- "requires": []
543
+ "requires": [],
544
+ "entityAware": false
544
545
  },
545
546
  "tabbed-layout": {
546
547
  "emits": [],
@@ -548,7 +549,8 @@
548
549
  },
549
550
  "stats": {
550
551
  "emits": [],
551
- "requires": []
552
+ "requires": [],
553
+ "entityAware": true
552
554
  },
553
555
  "card": {
554
556
  "emits": [
@@ -561,7 +563,8 @@
561
563
  "optional": true
562
564
  }
563
565
  ],
564
- "requires": []
566
+ "requires": [],
567
+ "entityAware": false
565
568
  },
566
569
  "game-canvas": {
567
570
  "emits": [
@@ -599,15 +602,18 @@
599
602
  }
600
603
  ],
601
604
  "requires": [],
605
+ "entityAware": false,
602
606
  "configDriven": true
603
607
  },
604
608
  "game-hud": {
605
609
  "emits": [],
606
- "requires": []
610
+ "requires": [],
611
+ "entityAware": false
607
612
  },
608
613
  "game-controls": {
609
614
  "emits": [],
610
615
  "requires": [],
616
+ "entityAware": false,
611
617
  "configDriven": true
612
618
  },
613
619
  "game-menu": {
@@ -638,37 +644,23 @@
638
644
  }
639
645
  ],
640
646
  "requires": [],
647
+ "entityAware": false,
641
648
  "configDriven": true
642
649
  },
643
650
  "game-pause-overlay": {
644
651
  "emits": [
645
652
  {
646
653
  "event": "RESUME",
647
- "trigger": "click",
654
+ "trigger": "action",
648
655
  "payload": {
649
- "type": "void"
656
+ "type": "object"
650
657
  }
651
- },
652
- {
653
- "event": "RESTART",
654
- "trigger": "click",
655
- "payload": {
656
- "type": "void"
657
- },
658
- "optional": true
659
- },
660
- {
661
- "event": "QUIT",
662
- "trigger": "click",
663
- "payload": {
664
- "type": "void"
665
- },
666
- "optional": true
667
658
  }
668
659
  ],
669
660
  "requires": [
670
661
  "RESUME"
671
- ]
662
+ ],
663
+ "entityAware": false
672
664
  },
673
665
  "game-over-screen": {
674
666
  "emits": [
@@ -690,7 +682,8 @@
690
682
  ],
691
683
  "requires": [
692
684
  "RESTART"
693
- ]
685
+ ],
686
+ "entityAware": false
694
687
  },
695
688
  "level-select": {
696
689
  "emits": [
@@ -702,11 +695,13 @@
702
695
  }
703
696
  }
704
697
  ],
705
- "requires": []
698
+ "requires": [],
699
+ "entityAware": true
706
700
  },
707
701
  "tilemap-renderer": {
708
702
  "emits": [],
709
- "requires": []
703
+ "requires": [],
704
+ "entityAware": false
710
705
  },
711
706
  "inventory-panel": {
712
707
  "emits": [
@@ -728,7 +723,7 @@
728
723
  }
729
724
  ],
730
725
  "requires": [],
731
- "entityAware": true
726
+ "entityAware": false
732
727
  },
733
728
  "dialogue-box": {
734
729
  "emits": [
@@ -748,7 +743,8 @@
748
743
  "optional": true
749
744
  }
750
745
  ],
751
- "requires": []
746
+ "requires": [],
747
+ "entityAware": false
752
748
  },
753
749
  "card-hand": {
754
750
  "emits": [
@@ -789,7 +785,8 @@
789
785
  },
790
786
  "turn-indicator": {
791
787
  "emits": [],
792
- "requires": []
788
+ "requires": [],
789
+ "entityAware": false
793
790
  },
794
791
  "match3-grid": {
795
792
  "emits": [
@@ -833,6 +830,7 @@
833
830
  }
834
831
  ],
835
832
  "requires": [],
833
+ "entityAware": false,
836
834
  "configDriven": true
837
835
  },
838
836
  "collision-detector": {
@@ -860,12 +858,13 @@
860
858
  }
861
859
  ],
862
860
  "requires": [],
863
- "entityAware": true,
861
+ "entityAware": false,
864
862
  "configDriven": true
865
863
  },
866
864
  "runtime-debugger": {
867
865
  "emits": [],
868
- "requires": []
866
+ "requires": [],
867
+ "entityAware": false
869
868
  },
870
869
  "game-debug-panel": {
871
870
  "emits": [],
@@ -880,14 +879,9 @@
880
879
  "emits": [
881
880
  {
882
881
  "event": "TRUST_CLICK",
883
- "trigger": "click",
882
+ "trigger": "action",
884
883
  "payload": {
885
- "type": "object",
886
- "shape": {
887
- "healthStatus": "string",
888
- "growthPoints": "number",
889
- "entity": "string"
890
- }
884
+ "type": "object"
891
885
  },
892
886
  "optional": true
893
887
  }
@@ -899,14 +893,9 @@
899
893
  "emits": [
900
894
  {
901
895
  "event": "GROWTH_CLICK",
902
- "trigger": "click",
896
+ "trigger": "action",
903
897
  "payload": {
904
- "type": "object",
905
- "shape": {
906
- "visualMetaphor": "string",
907
- "growthPoints": "number",
908
- "entity": "string"
909
- }
898
+ "type": "object"
910
899
  },
911
900
  "optional": true
912
901
  }
@@ -928,37 +917,24 @@
928
917
  "emits": [
929
918
  {
930
919
  "event": "SELECT",
931
- "trigger": "click",
920
+ "trigger": "action",
932
921
  "payload": {
933
- "type": "object",
934
- "shape": {
935
- "row": "PlantCardData",
936
- "entity": "string"
937
- }
922
+ "type": "object"
938
923
  }
939
924
  },
940
925
  {
941
926
  "event": "WATER",
942
927
  "trigger": "action",
943
928
  "payload": {
944
- "type": "object",
945
- "shape": {
946
- "row": "PlantCardData",
947
- "entity": "string"
948
- }
929
+ "type": "object"
949
930
  }
950
931
  },
951
932
  {
952
933
  "event": "VIEW",
953
934
  "trigger": "action",
954
935
  "payload": {
955
- "type": "object",
956
- "shape": {
957
- "row": "PlantCardData",
958
- "entity": "string"
959
- }
960
- },
961
- "optional": true
936
+ "type": "object"
937
+ }
962
938
  }
963
939
  ],
964
940
  "requires": [],
@@ -967,25 +943,18 @@
967
943
  "harvest-card": {
968
944
  "emits": [
969
945
  {
970
- "event": "SELECT",
971
- "trigger": "click",
946
+ "event": "VIEW",
947
+ "trigger": "action",
972
948
  "payload": {
973
- "type": "object",
974
- "shape": {
975
- "row": "HarvestEntity",
976
- "entity": "string"
977
- }
978
- }
949
+ "type": "object"
950
+ },
951
+ "optional": true
979
952
  },
980
953
  {
981
- "event": "VIEW",
954
+ "event": "SELECT",
982
955
  "trigger": "action",
983
956
  "payload": {
984
- "type": "object",
985
- "shape": {
986
- "row": "HarvestEntity",
987
- "entity": "string"
988
- }
957
+ "type": "object"
989
958
  },
990
959
  "optional": true
991
960
  }
@@ -997,15 +966,9 @@
997
966
  "emits": [
998
967
  {
999
968
  "event": "WEATHER_CLICK",
1000
- "trigger": "click",
969
+ "trigger": "action",
1001
970
  "payload": {
1002
- "type": "object",
1003
- "shape": {
1004
- "condition": "string",
1005
- "forecast": "string",
1006
- "trend": "string",
1007
- "trendValue": "number"
1008
- }
971
+ "type": "object"
1009
972
  },
1010
973
  "optional": true
1011
974
  }
@@ -1017,48 +980,31 @@
1017
980
  "emits": [
1018
981
  {
1019
982
  "event": "SELECT",
1020
- "trigger": "click",
983
+ "trigger": "action",
1021
984
  "payload": {
1022
- "type": "object",
1023
- "shape": {
1024
- "row": "GardenItem",
1025
- "entity": "string"
1026
- }
985
+ "type": "object"
1027
986
  }
1028
987
  },
1029
988
  {
1030
- "event": "WATER",
989
+ "event": "CREATE",
1031
990
  "trigger": "action",
1032
991
  "payload": {
1033
- "type": "object",
1034
- "shape": {
1035
- "row": "GardenItem",
1036
- "entity": "string"
1037
- }
992
+ "type": "object"
1038
993
  }
1039
994
  },
1040
995
  {
1041
- "event": "VIEW",
996
+ "event": "WATER",
1042
997
  "trigger": "action",
1043
998
  "payload": {
1044
- "type": "object",
1045
- "shape": {
1046
- "row": "GardenItem",
1047
- "entity": "string"
1048
- }
1049
- },
1050
- "optional": true
999
+ "type": "object"
1000
+ }
1051
1001
  },
1052
1002
  {
1053
- "event": "CREATE",
1003
+ "event": "VIEW",
1054
1004
  "trigger": "action",
1055
1005
  "payload": {
1056
- "type": "object",
1057
- "shape": {
1058
- "entity": "string"
1059
- }
1060
- },
1061
- "optional": true
1006
+ "type": "object"
1007
+ }
1062
1008
  }
1063
1009
  ],
1064
1010
  "requires": [
@@ -1609,24 +1555,9 @@
1609
1555
  "emits": [
1610
1556
  {
1611
1557
  "event": "CARD_SELECTED",
1612
- "trigger": "click",
1613
- "payload": {
1614
- "type": "object",
1615
- "shape": {
1616
- "optionId": "string",
1617
- "option": "object"
1618
- }
1619
- }
1620
- },
1621
- {
1622
- "event": "CHANGE",
1623
- "trigger": "change",
1558
+ "trigger": "action",
1624
1559
  "payload": {
1625
- "type": "object",
1626
- "shape": {
1627
- "selectedId": "string",
1628
- "selectedIds": "array"
1629
- }
1560
+ "type": "object"
1630
1561
  }
1631
1562
  }
1632
1563
  ],
@@ -1659,31 +1590,11 @@
1659
1590
  "conditional-field": {
1660
1591
  "emits": [
1661
1592
  {
1662
- "event": "CHANGE",
1663
- "trigger": "change",
1593
+ "event": "FIELD_CHANGE",
1594
+ "trigger": "action",
1664
1595
  "payload": {
1665
- "type": "object",
1666
- "shape": {
1667
- "field": "string",
1668
- "value": "unknown"
1669
- }
1596
+ "type": "object"
1670
1597
  }
1671
- },
1672
- {
1673
- "event": "SHOW",
1674
- "trigger": "visibility",
1675
- "payload": {
1676
- "type": "void"
1677
- },
1678
- "optional": true
1679
- },
1680
- {
1681
- "event": "HIDE",
1682
- "trigger": "visibility",
1683
- "payload": {
1684
- "type": "void"
1685
- },
1686
- "optional": true
1687
1598
  }
1688
1599
  ],
1689
1600
  "requires": [],
@@ -1691,38 +1602,19 @@
1691
1602
  },
1692
1603
  "document-preview": {
1693
1604
  "emits": [
1694
- {
1695
- "event": "OPEN",
1696
- "trigger": "click",
1697
- "payload": {
1698
- "type": "object",
1699
- "shape": {
1700
- "url": "string",
1701
- "type": "string"
1702
- }
1703
- }
1704
- },
1705
1605
  {
1706
1606
  "event": "DOWNLOAD",
1707
1607
  "trigger": "action",
1708
1608
  "payload": {
1709
- "type": "object",
1710
- "shape": {
1711
- "url": "string"
1712
- }
1713
- },
1714
- "optional": true
1609
+ "type": "object"
1610
+ }
1715
1611
  },
1716
1612
  {
1717
1613
  "event": "PRINT",
1718
1614
  "trigger": "action",
1719
1615
  "payload": {
1720
- "type": "object",
1721
- "shape": {
1722
- "url": "string"
1723
- }
1724
- },
1725
- "optional": true
1616
+ "type": "object"
1617
+ }
1726
1618
  }
1727
1619
  ],
1728
1620
  "requires": [],
@@ -1732,31 +1624,23 @@
1732
1624
  "emits": [
1733
1625
  {
1734
1626
  "event": "SEARCH",
1735
- "trigger": "input",
1627
+ "trigger": "action",
1736
1628
  "payload": {
1737
- "type": "object",
1738
- "shape": {
1739
- "query": "string",
1740
- "entityType": "string"
1741
- }
1629
+ "type": "object"
1742
1630
  }
1743
1631
  },
1744
1632
  {
1745
- "event": "SELECT",
1746
- "trigger": "click",
1633
+ "event": "ENTITY_SELECTED",
1634
+ "trigger": "action",
1747
1635
  "payload": {
1748
- "type": "object",
1749
- "shape": {
1750
- "entity": "object",
1751
- "entityType": "string"
1752
- }
1636
+ "type": "object"
1753
1637
  }
1754
1638
  },
1755
1639
  {
1756
- "event": "CLEAR",
1640
+ "event": "CREATE_NEW",
1757
1641
  "trigger": "action",
1758
1642
  "payload": {
1759
- "type": "void"
1643
+ "type": "object"
1760
1644
  }
1761
1645
  }
1762
1646
  ],
@@ -1766,26 +1650,11 @@
1766
1650
  "inspection-timeline": {
1767
1651
  "emits": [
1768
1652
  {
1769
- "event": "SELECT_EVENT",
1770
- "trigger": "click",
1771
- "payload": {
1772
- "type": "object",
1773
- "shape": {
1774
- "eventId": "string",
1775
- "event": "object"
1776
- }
1777
- }
1778
- },
1779
- {
1780
- "event": "VIEW_DETAILS",
1653
+ "event": "TIMELINE_ITEM_CLICK",
1781
1654
  "trigger": "action",
1782
1655
  "payload": {
1783
- "type": "object",
1784
- "shape": {
1785
- "eventId": "string"
1786
- }
1787
- },
1788
- "optional": true
1656
+ "type": "object"
1657
+ }
1789
1658
  }
1790
1659
  ],
1791
1660
  "requires": [],
@@ -1794,85 +1663,40 @@
1794
1663
  "objection-recorder": {
1795
1664
  "emits": [
1796
1665
  {
1797
- "event": "RECORD",
1666
+ "event": "OBJECTION_SUBMITTED",
1798
1667
  "trigger": "action",
1799
1668
  "payload": {
1800
- "type": "void"
1801
- }
1802
- },
1803
- {
1804
- "event": "SAVE",
1805
- "trigger": "submit",
1806
- "payload": {
1807
- "type": "object",
1808
- "shape": {
1809
- "text": "string",
1810
- "audioUrl": "string"
1811
- }
1812
- }
1813
- },
1814
- {
1815
- "event": "CANCEL",
1816
- "trigger": "click",
1817
- "payload": {
1818
- "type": "void"
1669
+ "type": "object"
1819
1670
  }
1820
- },
1821
- {
1822
- "event": "PLAY",
1823
- "trigger": "action",
1824
- "payload": {
1825
- "type": "object",
1826
- "shape": {
1827
- "objectionId": "string"
1828
- }
1829
- },
1830
- "optional": true
1831
1671
  }
1832
1672
  ],
1833
1673
  "requires": [
1834
1674
  "SAVE",
1835
1675
  "CANCEL"
1836
1676
  ],
1837
- "entityAware": true
1677
+ "entityAware": false
1838
1678
  },
1839
1679
  "participant-list": {
1840
1680
  "emits": [
1841
1681
  {
1842
- "event": "ADD",
1682
+ "event": "ADD_PARTICIPANT",
1843
1683
  "trigger": "action",
1844
1684
  "payload": {
1845
- "type": "void"
1685
+ "type": "object"
1846
1686
  }
1847
1687
  },
1848
1688
  {
1849
- "event": "REMOVE",
1689
+ "event": "REMOVE_PARTICIPANT",
1850
1690
  "trigger": "action",
1851
1691
  "payload": {
1852
- "type": "object",
1853
- "shape": {
1854
- "participantId": "string"
1855
- }
1692
+ "type": "object"
1856
1693
  }
1857
1694
  },
1858
1695
  {
1859
- "event": "EDIT",
1696
+ "event": "EDIT_PARTICIPANT",
1860
1697
  "trigger": "action",
1861
1698
  "payload": {
1862
- "type": "object",
1863
- "shape": {
1864
- "participantId": "string"
1865
- }
1866
- }
1867
- },
1868
- {
1869
- "event": "SELECT",
1870
- "trigger": "click",
1871
- "payload": {
1872
- "type": "object",
1873
- "shape": {
1874
- "participant": "object"
1875
- }
1699
+ "type": "object"
1876
1700
  }
1877
1701
  }
1878
1702
  ],
@@ -1882,40 +1706,17 @@
1882
1706
  "photo-attachment": {
1883
1707
  "emits": [
1884
1708
  {
1885
- "event": "CAPTURE",
1886
- "trigger": "action",
1887
- "payload": {
1888
- "type": "void"
1889
- }
1890
- },
1891
- {
1892
- "event": "UPLOAD",
1709
+ "event": "PHOTO_CAPTURED",
1893
1710
  "trigger": "action",
1894
1711
  "payload": {
1895
- "type": "object",
1896
- "shape": {
1897
- "file": "File"
1898
- }
1712
+ "type": "object"
1899
1713
  }
1900
1714
  },
1901
1715
  {
1902
- "event": "DELETE",
1716
+ "event": "PHOTO_REMOVED",
1903
1717
  "trigger": "action",
1904
1718
  "payload": {
1905
- "type": "object",
1906
- "shape": {
1907
- "photoId": "string"
1908
- }
1909
- }
1910
- },
1911
- {
1912
- "event": "VIEW",
1913
- "trigger": "click",
1914
- "payload": {
1915
- "type": "object",
1916
- "shape": {
1917
- "photoUrl": "string"
1918
- }
1719
+ "type": "object"
1919
1720
  }
1920
1721
  }
1921
1722
  ],
@@ -1954,47 +1755,11 @@
1954
1755
  "rule-check-item": {
1955
1756
  "emits": [
1956
1757
  {
1957
- "event": "CHECK",
1958
- "trigger": "change",
1959
- "payload": {
1960
- "type": "object",
1961
- "shape": {
1962
- "ruleId": "string",
1963
- "checked": "boolean"
1964
- }
1965
- }
1966
- },
1967
- {
1968
- "event": "UNCHECK",
1969
- "trigger": "change",
1970
- "payload": {
1971
- "type": "object",
1972
- "shape": {
1973
- "ruleId": "string"
1974
- }
1975
- }
1976
- },
1977
- {
1978
- "event": "ADD_NOTE",
1758
+ "event": "RULE_CHECKED",
1979
1759
  "trigger": "action",
1980
1760
  "payload": {
1981
- "type": "object",
1982
- "shape": {
1983
- "ruleId": "string",
1984
- "note": "string"
1985
- }
1761
+ "type": "object"
1986
1762
  }
1987
- },
1988
- {
1989
- "event": "VIEW_LAW",
1990
- "trigger": "click",
1991
- "payload": {
1992
- "type": "object",
1993
- "shape": {
1994
- "lawReference": "string"
1995
- }
1996
- },
1997
- "optional": true
1998
1763
  }
1999
1764
  ],
2000
1765
  "requires": [],
@@ -2003,31 +1768,17 @@
2003
1768
  "repeatable-form-section": {
2004
1769
  "emits": [
2005
1770
  {
2006
- "event": "ADD_ITEM",
2007
- "trigger": "action",
2008
- "payload": {
2009
- "type": "void"
2010
- }
2011
- },
2012
- {
2013
- "event": "REMOVE_ITEM",
1771
+ "event": "SECTION_ADDED",
2014
1772
  "trigger": "action",
2015
1773
  "payload": {
2016
- "type": "object",
2017
- "shape": {
2018
- "index": "number"
2019
- }
1774
+ "type": "object"
2020
1775
  }
2021
1776
  },
2022
1777
  {
2023
- "event": "EDIT_ITEM",
1778
+ "event": "SECTION_REMOVED",
2024
1779
  "trigger": "action",
2025
1780
  "payload": {
2026
- "type": "object",
2027
- "shape": {
2028
- "index": "number",
2029
- "item": "object"
2030
- }
1781
+ "type": "object"
2031
1782
  }
2032
1783
  }
2033
1784
  ],
@@ -2037,28 +1788,10 @@
2037
1788
  "floating-action-menu": {
2038
1789
  "emits": [
2039
1790
  {
2040
- "event": "ACTION_CLICK",
2041
- "trigger": "click",
2042
- "payload": {
2043
- "type": "object",
2044
- "shape": {
2045
- "actionId": "string",
2046
- "action": "object"
2047
- }
2048
- }
2049
- },
2050
- {
2051
- "event": "OPEN",
2052
- "trigger": "action",
2053
- "payload": {
2054
- "type": "void"
2055
- }
2056
- },
2057
- {
2058
- "event": "CLOSE",
1791
+ "event": "QUICK_ACTION",
2059
1792
  "trigger": "action",
2060
1793
  "payload": {
2061
- "type": "void"
1794
+ "type": "object"
2062
1795
  }
2063
1796
  }
2064
1797
  ],
@@ -2069,54 +1802,30 @@
2069
1802
  "signature-capture": {
2070
1803
  "emits": [
2071
1804
  {
2072
- "event": "SIGN",
2073
- "trigger": "draw",
1805
+ "event": "SIGNATURE_CAPTURED",
1806
+ "trigger": "action",
2074
1807
  "payload": {
2075
- "type": "void"
1808
+ "type": "object"
1809
+ }
1810
+ }
1811
+ ],
1812
+ "requires": [
1813
+ "SAVE",
1814
+ "CANCEL"
1815
+ ],
1816
+ "entityAware": false
1817
+ },
1818
+ "inspections-list": {
1819
+ "emits": [
1820
+ {
1821
+ "event": "SELECT",
1822
+ "trigger": "click",
1823
+ "payload": {
1824
+ "type": "EntityRow"
2076
1825
  }
2077
1826
  },
2078
1827
  {
2079
- "event": "CLEAR",
2080
- "trigger": "action",
2081
- "payload": {
2082
- "type": "void"
2083
- }
2084
- },
2085
- {
2086
- "event": "SAVE",
2087
- "trigger": "submit",
2088
- "payload": {
2089
- "type": "object",
2090
- "shape": {
2091
- "signatureData": "string"
2092
- }
2093
- }
2094
- },
2095
- {
2096
- "event": "CANCEL",
2097
- "trigger": "click",
2098
- "payload": {
2099
- "type": "void"
2100
- }
2101
- }
2102
- ],
2103
- "requires": [
2104
- "SAVE",
2105
- "CANCEL"
2106
- ],
2107
- "entityAware": false
2108
- },
2109
- "inspections-list": {
2110
- "emits": [
2111
- {
2112
- "event": "SELECT",
2113
- "trigger": "click",
2114
- "payload": {
2115
- "type": "EntityRow"
2116
- }
2117
- },
2118
- {
2119
- "event": "CREATE",
1828
+ "event": "CREATE",
2120
1829
  "trigger": "action",
2121
1830
  "payload": {
2122
1831
  "type": "void"
@@ -2374,21 +2083,14 @@
2374
2083
  "event": "CREATE",
2375
2084
  "trigger": "action",
2376
2085
  "payload": {
2377
- "type": "object",
2378
- "shape": {
2379
- "entity": "string"
2380
- }
2086
+ "type": "object"
2381
2087
  }
2382
2088
  },
2383
2089
  {
2384
2090
  "event": "ADJUST",
2385
2091
  "trigger": "action",
2386
2092
  "payload": {
2387
- "type": "object",
2388
- "shape": {
2389
- "row": "CreditData",
2390
- "entity": "string"
2391
- }
2093
+ "type": "object"
2392
2094
  }
2393
2095
  }
2394
2096
  ],
@@ -2398,13 +2100,17 @@
2398
2100
  "credit-expiration-alert": {
2399
2101
  "emits": [
2400
2102
  {
2401
- "event": "RENEW",
2103
+ "event": "CREATE",
2402
2104
  "trigger": "action",
2403
2105
  "payload": {
2404
- "type": "object",
2405
- "shape": {
2406
- "entity": "string"
2407
- }
2106
+ "type": "object"
2107
+ }
2108
+ },
2109
+ {
2110
+ "event": "RENEW_CREDITS",
2111
+ "trigger": "action",
2112
+ "payload": {
2113
+ "type": "object"
2408
2114
  }
2409
2115
  }
2410
2116
  ],
@@ -2414,40 +2120,30 @@
2414
2120
  "exercise-video-link": {
2415
2121
  "emits": [
2416
2122
  {
2417
- "event": "PLAY",
2418
- "trigger": "click",
2123
+ "event": "PLAY_VIDEO",
2124
+ "trigger": "action",
2419
2125
  "payload": {
2420
- "type": "object",
2421
- "shape": {
2422
- "videoUrl": "string"
2423
- }
2126
+ "type": "object"
2424
2127
  }
2425
2128
  }
2426
2129
  ],
2427
2130
  "requires": [],
2428
- "entityAware": false
2131
+ "entityAware": true
2429
2132
  },
2430
2133
  "shareable-link-generator": {
2431
2134
  "emits": [
2432
2135
  {
2433
- "event": "GENERATE",
2136
+ "event": "LINK_GENERATED",
2434
2137
  "trigger": "action",
2435
2138
  "payload": {
2436
- "type": "object",
2437
- "shape": {
2438
- "entityId": "string",
2439
- "entityType": "string"
2440
- }
2139
+ "type": "object"
2441
2140
  }
2442
2141
  },
2443
2142
  {
2444
- "event": "COPY",
2143
+ "event": "LINK_COPIED",
2445
2144
  "trigger": "action",
2446
2145
  "payload": {
2447
- "type": "object",
2448
- "shape": {
2449
- "link": "string"
2450
- }
2146
+ "type": "object"
2451
2147
  }
2452
2148
  }
2453
2149
  ],
@@ -2457,23 +2153,17 @@
2457
2153
  "body-measurement-input": {
2458
2154
  "emits": [
2459
2155
  {
2460
- "event": "CHANGE",
2461
- "trigger": "change",
2156
+ "event": "SAVE",
2157
+ "trigger": "action",
2462
2158
  "payload": {
2463
- "type": "object",
2464
- "shape": {
2465
- "measurements": "object"
2466
- }
2159
+ "type": "object"
2467
2160
  }
2468
2161
  },
2469
2162
  {
2470
- "event": "SAVE",
2471
- "trigger": "submit",
2163
+ "event": "CANCEL",
2164
+ "trigger": "action",
2472
2165
  "payload": {
2473
- "type": "object",
2474
- "shape": {
2475
- "measurements": "object"
2476
- }
2166
+ "type": "object"
2477
2167
  }
2478
2168
  }
2479
2169
  ],
@@ -2486,20 +2176,16 @@
2486
2176
  "emits": [
2487
2177
  {
2488
2178
  "event": "SAVE",
2489
- "trigger": "submit",
2179
+ "trigger": "action",
2490
2180
  "payload": {
2491
- "type": "object",
2492
- "shape": {
2493
- "date": "string",
2494
- "data": "object"
2495
- }
2181
+ "type": "object"
2496
2182
  }
2497
2183
  },
2498
2184
  {
2499
- "event": "CANCEL",
2185
+ "event": "ADD_WELLNESS",
2500
2186
  "trigger": "action",
2501
2187
  "payload": {
2502
- "type": "void"
2188
+ "type": "object"
2503
2189
  }
2504
2190
  }
2505
2191
  ],
@@ -2513,23 +2199,16 @@
2513
2199
  "emits": [
2514
2200
  {
2515
2201
  "event": "VIEW",
2516
- "trigger": "click",
2517
- "payload": {
2518
- "type": "EntityRow"
2519
- }
2520
- },
2521
- {
2522
- "event": "JOIN",
2523
2202
  "trigger": "action",
2524
2203
  "payload": {
2525
- "type": "EntityRow"
2204
+ "type": "object"
2526
2205
  }
2527
2206
  },
2528
2207
  {
2529
- "event": "LEAVE",
2208
+ "event": "MANAGE_ATTENDEES",
2530
2209
  "trigger": "action",
2531
2210
  "payload": {
2532
- "type": "EntityRow"
2211
+ "type": "object"
2533
2212
  }
2534
2213
  }
2535
2214
  ],
@@ -2539,37 +2218,31 @@
2539
2218
  "lift-tracker": {
2540
2219
  "emits": [
2541
2220
  {
2542
- "event": "ADD_SET",
2221
+ "event": "LOG_LIFT",
2543
2222
  "trigger": "action",
2544
2223
  "payload": {
2545
- "type": "object",
2546
- "shape": {
2547
- "exercise": "string",
2548
- "set": "object"
2549
- }
2224
+ "type": "object"
2550
2225
  }
2551
2226
  },
2552
2227
  {
2553
- "event": "UPDATE_SET",
2554
- "trigger": "change",
2228
+ "event": "VIEW",
2229
+ "trigger": "action",
2555
2230
  "payload": {
2556
- "type": "object",
2557
- "shape": {
2558
- "exercise": "string",
2559
- "setIndex": "number",
2560
- "set": "object"
2561
- }
2231
+ "type": "object"
2562
2232
  }
2563
2233
  },
2564
2234
  {
2565
- "event": "DELETE_SET",
2235
+ "event": "EDIT",
2566
2236
  "trigger": "action",
2567
2237
  "payload": {
2568
- "type": "object",
2569
- "shape": {
2570
- "exercise": "string",
2571
- "setIndex": "number"
2572
- }
2238
+ "type": "object"
2239
+ }
2240
+ },
2241
+ {
2242
+ "event": "DELETE",
2243
+ "trigger": "action",
2244
+ "payload": {
2245
+ "type": "object"
2573
2246
  }
2574
2247
  }
2575
2248
  ],
@@ -2580,23 +2253,30 @@
2580
2253
  "emits": [
2581
2254
  {
2582
2255
  "event": "VIEW",
2583
- "trigger": "click",
2256
+ "trigger": "action",
2584
2257
  "payload": {
2585
- "type": "EntityRow"
2258
+ "type": "object"
2586
2259
  }
2587
2260
  },
2588
2261
  {
2589
2262
  "event": "EDIT",
2590
2263
  "trigger": "action",
2591
2264
  "payload": {
2592
- "type": "EntityRow"
2265
+ "type": "object"
2593
2266
  }
2594
2267
  },
2595
2268
  {
2596
- "event": "SHARE",
2269
+ "event": "DELETE",
2597
2270
  "trigger": "action",
2598
2271
  "payload": {
2599
- "type": "EntityRow"
2272
+ "type": "object"
2273
+ }
2274
+ },
2275
+ {
2276
+ "event": "NOTIFY",
2277
+ "trigger": "action",
2278
+ "payload": {
2279
+ "type": "object"
2600
2280
  }
2601
2281
  }
2602
2282
  ],
@@ -2620,25 +2300,10 @@
2620
2300
  "progress-chart": {
2621
2301
  "emits": [
2622
2302
  {
2623
- "event": "SELECT_POINT",
2624
- "trigger": "click",
2625
- "payload": {
2626
- "type": "object",
2627
- "shape": {
2628
- "date": "string",
2629
- "value": "number"
2630
- }
2631
- },
2632
- "optional": true
2633
- },
2634
- {
2635
- "event": "CHANGE_RANGE",
2303
+ "event": "DATE_RANGE_CHANGE",
2636
2304
  "trigger": "action",
2637
2305
  "payload": {
2638
- "type": "object",
2639
- "shape": {
2640
- "range": "string"
2641
- }
2306
+ "type": "object"
2642
2307
  }
2643
2308
  }
2644
2309
  ],
@@ -2649,19 +2314,37 @@
2649
2314
  "emits": [
2650
2315
  {
2651
2316
  "event": "VIEW",
2652
- "trigger": "click",
2317
+ "trigger": "action",
2653
2318
  "payload": {
2654
- "type": "EntityRow"
2319
+ "type": "object"
2655
2320
  }
2656
2321
  },
2657
2322
  {
2658
- "event": "PLAY_VIDEO",
2323
+ "event": "EDIT",
2659
2324
  "trigger": "action",
2660
2325
  "payload": {
2661
- "type": "object",
2662
- "shape": {
2663
- "videoUrl": "string"
2664
- }
2326
+ "type": "object"
2327
+ }
2328
+ },
2329
+ {
2330
+ "event": "DELETE",
2331
+ "trigger": "action",
2332
+ "payload": {
2333
+ "type": "object"
2334
+ }
2335
+ },
2336
+ {
2337
+ "event": "SAVE",
2338
+ "trigger": "action",
2339
+ "payload": {
2340
+ "type": "object"
2341
+ }
2342
+ },
2343
+ {
2344
+ "event": "UPDATE_STATUS",
2345
+ "trigger": "action",
2346
+ "payload": {
2347
+ "type": "object"
2665
2348
  }
2666
2349
  }
2667
2350
  ],
@@ -2672,23 +2355,23 @@
2672
2355
  "emits": [
2673
2356
  {
2674
2357
  "event": "VIEW",
2675
- "trigger": "click",
2358
+ "trigger": "action",
2676
2359
  "payload": {
2677
- "type": "EntityRow"
2360
+ "type": "object"
2678
2361
  }
2679
2362
  },
2680
2363
  {
2681
- "event": "EDIT",
2364
+ "event": "MESSAGE_TRAINEE",
2682
2365
  "trigger": "action",
2683
2366
  "payload": {
2684
- "type": "EntityRow"
2367
+ "type": "object"
2685
2368
  }
2686
2369
  },
2687
2370
  {
2688
- "event": "MESSAGE",
2371
+ "event": "EDIT",
2689
2372
  "trigger": "action",
2690
2373
  "payload": {
2691
- "type": "EntityRow"
2374
+ "type": "object"
2692
2375
  }
2693
2376
  }
2694
2377
  ],
@@ -2699,23 +2382,37 @@
2699
2382
  "emits": [
2700
2383
  {
2701
2384
  "event": "VIEW",
2702
- "trigger": "click",
2385
+ "trigger": "action",
2703
2386
  "payload": {
2704
- "type": "EntityRow"
2387
+ "type": "object"
2705
2388
  }
2706
2389
  },
2707
2390
  {
2708
2391
  "event": "EDIT",
2709
2392
  "trigger": "action",
2710
2393
  "payload": {
2711
- "type": "EntityRow"
2394
+ "type": "object"
2712
2395
  }
2713
2396
  },
2714
2397
  {
2715
2398
  "event": "START",
2716
2399
  "trigger": "action",
2717
2400
  "payload": {
2718
- "type": "EntityRow"
2401
+ "type": "object"
2402
+ }
2403
+ },
2404
+ {
2405
+ "event": "COMPLETE",
2406
+ "trigger": "action",
2407
+ "payload": {
2408
+ "type": "object"
2409
+ }
2410
+ },
2411
+ {
2412
+ "event": "DELETE",
2413
+ "trigger": "action",
2414
+ "payload": {
2415
+ "type": "object"
2719
2416
  }
2720
2417
  }
2721
2418
  ],
@@ -2753,23 +2450,9 @@
2753
2450
  "emits": [
2754
2451
  {
2755
2452
  "event": "SAVE",
2756
- "trigger": "submit",
2757
- "payload": {
2758
- "type": "FormData"
2759
- }
2760
- },
2761
- {
2762
- "event": "CANCEL",
2763
- "trigger": "action",
2764
- "payload": {
2765
- "type": "void"
2766
- }
2767
- },
2768
- {
2769
- "event": "SAVE_DRAFT",
2770
2453
  "trigger": "action",
2771
2454
  "payload": {
2772
- "type": "FormData"
2455
+ "type": "object"
2773
2456
  }
2774
2457
  }
2775
2458
  ],
@@ -2782,57 +2465,79 @@
2782
2465
  "session-scheduler": {
2783
2466
  "emits": [
2784
2467
  {
2785
- "event": "SELECT_SLOT",
2786
- "trigger": "click",
2468
+ "event": "CREATE",
2469
+ "trigger": "action",
2787
2470
  "payload": {
2788
- "type": "object",
2789
- "shape": {
2790
- "slot": "object"
2791
- }
2471
+ "type": "object"
2792
2472
  }
2793
2473
  },
2794
2474
  {
2795
- "event": "BOOK",
2475
+ "event": "VIEW",
2796
2476
  "trigger": "action",
2797
2477
  "payload": {
2798
- "type": "object",
2799
- "shape": {
2800
- "slot": "object",
2801
- "traineeId": "string"
2802
- }
2478
+ "type": "object"
2803
2479
  }
2804
2480
  },
2805
2481
  {
2806
- "event": "CANCEL_SESSION",
2482
+ "event": "EDIT",
2807
2483
  "trigger": "action",
2808
2484
  "payload": {
2809
- "type": "EntityRow"
2485
+ "type": "object"
2810
2486
  }
2811
- }
2812
- ],
2813
- "requires": [],
2487
+ },
2488
+ {
2489
+ "event": "CANCEL",
2490
+ "trigger": "action",
2491
+ "payload": {
2492
+ "type": "object"
2493
+ }
2494
+ },
2495
+ {
2496
+ "event": "START",
2497
+ "trigger": "action",
2498
+ "payload": {
2499
+ "type": "object"
2500
+ }
2501
+ },
2502
+ {
2503
+ "event": "COMPLETE",
2504
+ "trigger": "action",
2505
+ "payload": {
2506
+ "type": "object"
2507
+ }
2508
+ },
2509
+ {
2510
+ "event": "VIEW_DAY",
2511
+ "trigger": "action",
2512
+ "payload": {
2513
+ "type": "object"
2514
+ }
2515
+ }
2516
+ ],
2517
+ "requires": [],
2814
2518
  "entityAware": true
2815
2519
  },
2816
2520
  "trainee-comparison": {
2817
2521
  "emits": [
2818
2522
  {
2819
2523
  "event": "SELECT_TRAINEE",
2820
- "trigger": "click",
2524
+ "trigger": "action",
2821
2525
  "payload": {
2822
- "type": "object",
2823
- "shape": {
2824
- "traineeId": "string"
2825
- }
2526
+ "type": "object"
2826
2527
  }
2827
2528
  },
2828
2529
  {
2829
- "event": "CHANGE_METRIC",
2530
+ "event": "METRIC_CHANGE",
2830
2531
  "trigger": "action",
2831
2532
  "payload": {
2832
- "type": "object",
2833
- "shape": {
2834
- "metric": "string"
2835
- }
2533
+ "type": "object"
2534
+ }
2535
+ },
2536
+ {
2537
+ "event": "DATE_RANGE_CHANGE",
2538
+ "trigger": "action",
2539
+ "payload": {
2540
+ "type": "object"
2836
2541
  }
2837
2542
  }
2838
2543
  ],
@@ -2842,35 +2547,31 @@
2842
2547
  "weekly-calendar": {
2843
2548
  "emits": [
2844
2549
  {
2845
- "event": "SELECT_SESSION",
2846
- "trigger": "click",
2550
+ "event": "WEEK_CHANGE",
2551
+ "trigger": "action",
2847
2552
  "payload": {
2848
- "type": "EntityRow"
2553
+ "type": "object"
2849
2554
  }
2850
2555
  },
2851
2556
  {
2852
- "event": "SELECT_SLOT",
2853
- "trigger": "click",
2557
+ "event": "DAY_SELECTED",
2558
+ "trigger": "action",
2854
2559
  "payload": {
2855
- "type": "object",
2856
- "shape": {
2857
- "date": "string",
2858
- "time": "string"
2859
- }
2560
+ "type": "object"
2860
2561
  }
2861
2562
  },
2862
2563
  {
2863
- "event": "PREV_WEEK",
2564
+ "event": "SLOT_CLICK",
2864
2565
  "trigger": "action",
2865
2566
  "payload": {
2866
- "type": "void"
2567
+ "type": "object"
2867
2568
  }
2868
2569
  },
2869
2570
  {
2870
- "event": "NEXT_WEEK",
2571
+ "event": "VIEW",
2871
2572
  "trigger": "action",
2872
2573
  "payload": {
2873
- "type": "void"
2574
+ "type": "object"
2874
2575
  }
2875
2576
  }
2876
2577
  ],
@@ -2897,7 +2598,7 @@
2897
2598
  }
2898
2599
  ],
2899
2600
  "requires": [],
2900
- "entityAware": true
2601
+ "entityAware": false
2901
2602
  },
2902
2603
  "graph-legend": {
2903
2604
  "emits": [
@@ -2967,7 +2668,7 @@
2967
2668
  }
2968
2669
  ],
2969
2670
  "requires": [],
2970
- "entityAware": true
2671
+ "entityAware": false
2971
2672
  },
2972
2673
  "mind-map-header": {
2973
2674
  "emits": [
@@ -3000,78 +2701,96 @@
3000
2701
  "emits": [
3001
2702
  {
3002
2703
  "event": "SELECT_NODE",
3003
- "trigger": "click",
2704
+ "trigger": "action",
3004
2705
  "payload": {
3005
- "type": "object",
3006
- "shape": {
3007
- "nodeId": "string",
3008
- "node": "object"
3009
- }
2706
+ "type": "object"
2707
+ }
2708
+ },
2709
+ {
2710
+ "event": "EDIT_NODE",
2711
+ "trigger": "action",
2712
+ "payload": {
2713
+ "type": "object"
3010
2714
  }
3011
2715
  },
3012
2716
  {
3013
2717
  "event": "EXPAND_NODE",
3014
2718
  "trigger": "action",
3015
2719
  "payload": {
3016
- "type": "object",
3017
- "shape": {
3018
- "nodeId": "string"
3019
- }
2720
+ "type": "object"
3020
2721
  }
3021
2722
  },
3022
2723
  {
3023
- "event": "COLLAPSE_NODE",
2724
+ "event": "AI_GENERATE",
3024
2725
  "trigger": "action",
3025
2726
  "payload": {
3026
- "type": "object",
3027
- "shape": {
3028
- "nodeId": "string"
3029
- }
2727
+ "type": "object"
3030
2728
  }
3031
2729
  }
3032
2730
  ],
3033
2731
  "requires": [],
3034
- "entityAware": true
2732
+ "entityAware": false
3035
2733
  },
3036
2734
  "note-content": {
3037
2735
  "emits": [
3038
2736
  {
3039
- "event": "COPY",
2737
+ "event": "EDIT_NOTE_CONTENT",
3040
2738
  "trigger": "action",
3041
2739
  "payload": {
3042
- "type": "void"
2740
+ "type": "object"
2741
+ }
2742
+ },
2743
+ {
2744
+ "event": "SAVE_NOTE_CONTENT",
2745
+ "trigger": "action",
2746
+ "payload": {
2747
+ "type": "object"
3043
2748
  }
3044
2749
  }
3045
2750
  ],
3046
2751
  "requires": [],
3047
- "entityAware": true
2752
+ "entityAware": false
3048
2753
  },
3049
2754
  "note-list-item": {
3050
2755
  "emits": [
3051
2756
  {
3052
- "event": "SELECT",
3053
- "trigger": "click",
2757
+ "event": "SELECT_NOTE",
2758
+ "trigger": "action",
3054
2759
  "payload": {
3055
- "type": "EntityRow"
2760
+ "type": "object"
3056
2761
  }
3057
2762
  },
3058
2763
  {
3059
- "event": "EDIT",
2764
+ "event": "DELETE_NOTE",
3060
2765
  "trigger": "action",
3061
2766
  "payload": {
3062
- "type": "EntityRow"
2767
+ "type": "object"
3063
2768
  }
3064
2769
  },
3065
2770
  {
3066
- "event": "DELETE",
2771
+ "event": "EDIT_NOTE",
3067
2772
  "trigger": "action",
3068
2773
  "payload": {
3069
- "type": "EntityRow"
2774
+ "type": "object"
2775
+ }
2776
+ },
2777
+ {
2778
+ "event": "EXPAND_NOTE",
2779
+ "trigger": "action",
2780
+ "payload": {
2781
+ "type": "object"
2782
+ }
2783
+ },
2784
+ {
2785
+ "event": "ADD_CHILD_NOTE",
2786
+ "trigger": "action",
2787
+ "payload": {
2788
+ "type": "object"
3070
2789
  }
3071
2790
  }
3072
2791
  ],
3073
2792
  "requires": [],
3074
- "entityAware": true
2793
+ "entityAware": false
3075
2794
  },
3076
2795
  "streaming-display": {
3077
2796
  "emits": [
@@ -3103,19 +2822,15 @@
3103
2822
  }
3104
2823
  ],
3105
2824
  "requires": [],
3106
- "entityAware": true
2825
+ "entityAware": false
3107
2826
  },
3108
2827
  "quiz-block": {
3109
2828
  "emits": [
3110
2829
  {
3111
- "event": "ANSWER",
3112
- "trigger": "submit",
2830
+ "event": "REVEAL_QUIZ",
2831
+ "trigger": "action",
3113
2832
  "payload": {
3114
- "type": "object",
3115
- "shape": {
3116
- "answer": "string",
3117
- "correct": "boolean"
3118
- }
2833
+ "type": "object"
3119
2834
  }
3120
2835
  }
3121
2836
  ],
@@ -3126,74 +2841,65 @@
3126
2841
  "emits": [
3127
2842
  {
3128
2843
  "event": "SAVE_REFLECTION",
3129
- "trigger": "submit",
2844
+ "trigger": "action",
3130
2845
  "payload": {
3131
- "type": "object",
3132
- "shape": {
3133
- "content": "string"
3134
- }
2846
+ "type": "object"
3135
2847
  }
3136
2848
  }
3137
2849
  ],
3138
2850
  "requires": [
3139
2851
  "SAVE"
3140
2852
  ],
3141
- "entityAware": true
2853
+ "entityAware": false
3142
2854
  },
3143
2855
  "activation-block": {
3144
2856
  "emits": [
3145
2857
  {
3146
- "event": "COMPLETE_ACTIVATION",
2858
+ "event": "SAVE_ACTIVATION",
3147
2859
  "trigger": "action",
3148
2860
  "payload": {
3149
- "type": "void"
2861
+ "type": "object"
2862
+ }
2863
+ },
2864
+ {
2865
+ "event": "SKIP_ACTIVATION",
2866
+ "trigger": "action",
2867
+ "payload": {
2868
+ "type": "object"
3150
2869
  }
3151
2870
  }
3152
2871
  ],
3153
2872
  "requires": [],
3154
- "entityAware": true
2873
+ "entityAware": false
3155
2874
  },
3156
2875
  "bloom-quiz-block": {
3157
2876
  "emits": [
3158
2877
  {
3159
- "event": "ANSWER",
3160
- "trigger": "submit",
2878
+ "event": "ANSWER_BLOOM",
2879
+ "trigger": "action",
3161
2880
  "payload": {
3162
- "type": "object",
3163
- "shape": {
3164
- "answer": "string",
3165
- "bloomLevel": "string",
3166
- "correct": "boolean"
3167
- }
2881
+ "type": "object"
2882
+ }
2883
+ },
2884
+ {
2885
+ "event": "REVEAL_ANSWER",
2886
+ "trigger": "action",
2887
+ "payload": {
2888
+ "type": "object"
3168
2889
  }
3169
2890
  }
3170
2891
  ],
3171
2892
  "requires": [],
3172
- "entityAware": true
2893
+ "entityAware": false
3173
2894
  },
3174
2895
  "code-block": {
3175
2896
  "emits": [
3176
2897
  {
3177
- "event": "COPY",
2898
+ "event": "COPY_CODE",
3178
2899
  "trigger": "action",
3179
2900
  "payload": {
3180
- "type": "object",
3181
- "shape": {
3182
- "code": "string"
3183
- }
2901
+ "type": "object"
3184
2902
  }
3185
- },
3186
- {
3187
- "event": "RUN",
3188
- "trigger": "action",
3189
- "payload": {
3190
- "type": "object",
3191
- "shape": {
3192
- "code": "string",
3193
- "language": "string"
3194
- }
3195
- },
3196
- "optional": true
3197
2903
  }
3198
2904
  ],
3199
2905
  "requires": [],
@@ -3314,7 +3020,7 @@
3314
3020
  }
3315
3021
  ],
3316
3022
  "requires": [],
3317
- "entityAware": true
3023
+ "entityAware": false
3318
3024
  },
3319
3025
  "flash-card": {
3320
3026
  "emits": [
@@ -3335,39 +3041,18 @@
3335
3041
  "force-directed-graph": {
3336
3042
  "emits": [
3337
3043
  {
3338
- "event": "NODE_CLICK",
3339
- "trigger": "click",
3044
+ "event": "SELECT_NODE",
3045
+ "trigger": "action",
3340
3046
  "payload": {
3341
- "type": "object",
3342
- "shape": {
3343
- "nodeId": "string",
3344
- "node": "object"
3345
- }
3047
+ "type": "object"
3346
3048
  }
3347
3049
  },
3348
3050
  {
3349
- "event": "NODE_HOVER",
3350
- "trigger": "hover",
3351
- "payload": {
3352
- "type": "object",
3353
- "shape": {
3354
- "nodeId": "string"
3355
- }
3356
- },
3357
- "optional": true
3358
- },
3359
- {
3360
- "event": "EDGE_CLICK",
3361
- "trigger": "click",
3051
+ "event": "HOVER_NODE",
3052
+ "trigger": "action",
3362
3053
  "payload": {
3363
- "type": "object",
3364
- "shape": {
3365
- "edgeId": "string",
3366
- "source": "string",
3367
- "target": "string"
3368
- }
3369
- },
3370
- "optional": true
3054
+ "type": "object"
3055
+ }
3371
3056
  }
3372
3057
  ],
3373
3058
  "requires": [],
@@ -3376,54 +3061,31 @@
3376
3061
  "mind-map-canvas": {
3377
3062
  "emits": [
3378
3063
  {
3379
- "event": "NODE_SELECT",
3380
- "trigger": "click",
3381
- "payload": {
3382
- "type": "object",
3383
- "shape": {
3384
- "nodeId": "string"
3385
- }
3386
- }
3387
- },
3388
- {
3389
- "event": "NODE_EXPAND",
3064
+ "event": "MINDMAP_ZOOM",
3390
3065
  "trigger": "action",
3391
3066
  "payload": {
3392
- "type": "object",
3393
- "shape": {
3394
- "nodeId": "string"
3395
- }
3067
+ "type": "object"
3396
3068
  }
3397
3069
  },
3398
3070
  {
3399
- "event": "NODE_COLLAPSE",
3071
+ "event": "MINDMAP_PAN",
3400
3072
  "trigger": "action",
3401
3073
  "payload": {
3402
- "type": "object",
3403
- "shape": {
3404
- "nodeId": "string"
3405
- }
3074
+ "type": "object"
3406
3075
  }
3407
3076
  },
3408
3077
  {
3409
- "event": "ZOOM_CHANGE",
3078
+ "event": "MINDMAP_FOCUS",
3410
3079
  "trigger": "action",
3411
3080
  "payload": {
3412
- "type": "object",
3413
- "shape": {
3414
- "zoomLevel": "number"
3415
- }
3081
+ "type": "object"
3416
3082
  }
3417
3083
  },
3418
3084
  {
3419
- "event": "PAN_CHANGE",
3085
+ "event": "MINDMAP_BLUR",
3420
3086
  "trigger": "action",
3421
3087
  "payload": {
3422
- "type": "object",
3423
- "shape": {
3424
- "x": "number",
3425
- "y": "number"
3426
- }
3088
+ "type": "object"
3427
3089
  }
3428
3090
  }
3429
3091
  ],
@@ -3465,7 +3127,7 @@
3465
3127
  }
3466
3128
  ],
3467
3129
  "requires": [],
3468
- "entityAware": true
3130
+ "entityAware": false
3469
3131
  },
3470
3132
  "segment-renderer": {
3471
3133
  "emits": [
@@ -3517,28 +3179,15 @@
3517
3179
  "editable-json-viewer": {
3518
3180
  "emits": [
3519
3181
  {
3520
- "event": "CHANGE",
3521
- "trigger": "change",
3522
- "payload": {
3523
- "type": "object",
3524
- "shape": {
3525
- "value": "object"
3526
- }
3527
- }
3528
- },
3529
- {
3530
- "event": "SAVE",
3182
+ "event": "JSON_CHANGE",
3531
3183
  "trigger": "action",
3532
3184
  "payload": {
3533
- "type": "object",
3534
- "shape": {
3535
- "value": "object"
3536
- }
3185
+ "type": "object"
3537
3186
  }
3538
3187
  }
3539
3188
  ],
3540
3189
  "requires": [],
3541
- "entityAware": true
3190
+ "entityAware": false
3542
3191
  },
3543
3192
  "chat-message": {
3544
3193
  "emits": [
@@ -3546,10 +3195,7 @@
3546
3195
  "event": "COPY_MESSAGE",
3547
3196
  "trigger": "action",
3548
3197
  "payload": {
3549
- "type": "object",
3550
- "shape": {
3551
- "message": "object"
3552
- }
3198
+ "type": "object"
3553
3199
  },
3554
3200
  "optional": true
3555
3201
  },
@@ -3557,10 +3203,7 @@
3557
3203
  "event": "RETRY_MESSAGE",
3558
3204
  "trigger": "action",
3559
3205
  "payload": {
3560
- "type": "object",
3561
- "shape": {
3562
- "message": "object"
3563
- }
3206
+ "type": "object"
3564
3207
  },
3565
3208
  "optional": true
3566
3209
  }
@@ -3574,20 +3217,14 @@
3574
3217
  "event": "ACCEPT_CHANGE",
3575
3218
  "trigger": "action",
3576
3219
  "payload": {
3577
- "type": "object",
3578
- "shape": {
3579
- "change": "object"
3580
- }
3220
+ "type": "object"
3581
3221
  }
3582
3222
  },
3583
3223
  {
3584
3224
  "event": "REJECT_CHANGE",
3585
3225
  "trigger": "action",
3586
3226
  "payload": {
3587
- "type": "object",
3588
- "shape": {
3589
- "change": "object"
3590
- }
3227
+ "type": "object"
3591
3228
  }
3592
3229
  }
3593
3230
  ],
@@ -3598,24 +3235,21 @@
3598
3235
  "emits": [
3599
3236
  {
3600
3237
  "event": "DISMISS_ERROR",
3601
- "trigger": "click",
3238
+ "trigger": "action",
3602
3239
  "payload": {
3603
- "type": "object",
3604
- "shape": {
3605
- "error": "object"
3606
- }
3240
+ "type": "object"
3607
3241
  }
3608
3242
  },
3609
3243
  {
3610
3244
  "event": "RETRY_ACTION",
3611
3245
  "trigger": "action",
3612
3246
  "payload": {
3613
- "type": "void"
3247
+ "type": "object"
3614
3248
  }
3615
3249
  }
3616
3250
  ],
3617
3251
  "requires": [],
3618
- "entityAware": true
3252
+ "entityAware": false
3619
3253
  },
3620
3254
  "file-operation-item": {
3621
3255
  "emits": [],
@@ -3626,50 +3260,37 @@
3626
3260
  "emits": [
3627
3261
  {
3628
3262
  "event": "TODO_TOGGLE",
3629
- "trigger": "click",
3263
+ "trigger": "action",
3630
3264
  "payload": {
3631
- "type": "object",
3632
- "shape": {
3633
- "todo": "object"
3634
- }
3265
+ "type": "object"
3635
3266
  }
3636
3267
  },
3637
3268
  {
3638
3269
  "event": "TODO_SELECT",
3639
- "trigger": "click",
3270
+ "trigger": "action",
3640
3271
  "payload": {
3641
- "type": "object",
3642
- "shape": {
3643
- "todo": "object"
3644
- }
3272
+ "type": "object"
3645
3273
  }
3646
3274
  }
3647
3275
  ],
3648
3276
  "requires": [],
3649
- "entityAware": true
3277
+ "entityAware": false
3650
3278
  },
3651
3279
  "tool-call-card": {
3652
3280
  "emits": [
3653
3281
  {
3654
3282
  "event": "EXPAND_TOOL",
3655
- "trigger": "click",
3283
+ "trigger": "action",
3656
3284
  "payload": {
3657
- "type": "object",
3658
- "shape": {
3659
- "toolCall": "object"
3660
- }
3285
+ "type": "object"
3661
3286
  }
3662
3287
  },
3663
3288
  {
3664
3289
  "event": "RETRY_TOOL",
3665
3290
  "trigger": "action",
3666
3291
  "payload": {
3667
- "type": "object",
3668
- "shape": {
3669
- "toolCall": "object"
3670
- }
3671
- },
3672
- "optional": true
3292
+ "type": "object"
3293
+ }
3673
3294
  }
3674
3295
  ],
3675
3296
  "requires": [],
@@ -3679,79 +3300,69 @@
3679
3300
  "emits": [
3680
3301
  {
3681
3302
  "event": "SELECT_ACTIVITY",
3682
- "trigger": "click",
3303
+ "trigger": "action",
3683
3304
  "payload": {
3684
- "type": "object",
3685
- "shape": {
3686
- "activity": "object"
3687
- }
3305
+ "type": "object"
3688
3306
  }
3689
3307
  },
3690
3308
  {
3691
3309
  "event": "CLEAR_ACTIVITY",
3692
3310
  "trigger": "action",
3693
3311
  "payload": {
3694
- "type": "void"
3695
- },
3696
- "optional": true
3312
+ "type": "object"
3313
+ }
3697
3314
  }
3698
3315
  ],
3699
3316
  "requires": [],
3700
- "entityAware": true
3317
+ "entityAware": false
3701
3318
  },
3702
3319
  "agent-chat-input": {
3703
3320
  "emits": [
3704
3321
  {
3705
3322
  "event": "SEND_MESSAGE",
3706
- "trigger": "submit",
3323
+ "trigger": "action",
3707
3324
  "payload": {
3708
- "type": "object",
3709
- "shape": {
3710
- "message": "string"
3711
- }
3325
+ "type": "object"
3712
3326
  }
3713
3327
  }
3714
3328
  ],
3715
3329
  "requires": [],
3716
- "entityAware": true
3330
+ "entityAware": false
3717
3331
  },
3718
3332
  "agent-chat-panel": {
3719
3333
  "emits": [
3720
3334
  {
3721
3335
  "event": "SEND_MESSAGE",
3722
- "trigger": "submit",
3336
+ "trigger": "action",
3723
3337
  "payload": {
3724
- "type": "object",
3725
- "shape": {
3726
- "message": "string"
3727
- }
3338
+ "type": "object"
3728
3339
  }
3729
3340
  },
3730
3341
  {
3731
3342
  "event": "CANCEL_GENERATION",
3732
3343
  "trigger": "action",
3733
3344
  "payload": {
3734
- "type": "void"
3345
+ "type": "object"
3735
3346
  }
3736
3347
  },
3737
3348
  {
3738
3349
  "event": "RETRY",
3739
3350
  "trigger": "action",
3740
3351
  "payload": {
3741
- "type": "void"
3352
+ "type": "object"
3742
3353
  }
3743
3354
  }
3744
3355
  ],
3745
3356
  "requires": [],
3746
- "entityAware": true
3357
+ "entityAware": false
3747
3358
  },
3748
3359
  "agent-status-header": {
3749
3360
  "emits": [
3750
3361
  {
3751
- "event": "CANCEL",
3362
+ "event": "CANCEL_GENERATION",
3752
3363
  "trigger": "action",
3753
3364
  "payload": {
3754
- "type": "void"
3365
+ "type": "object"
3755
3366
  }
3756
3367
  }
3757
3368
  ],
@@ -3764,35 +3375,26 @@
3764
3375
  "event": "ACCEPT_DIFF",
3765
3376
  "trigger": "action",
3766
3377
  "payload": {
3767
- "type": "object",
3768
- "shape": {
3769
- "diff": "object"
3770
- }
3378
+ "type": "object"
3771
3379
  }
3772
3380
  },
3773
3381
  {
3774
3382
  "event": "REJECT_DIFF",
3775
3383
  "trigger": "action",
3776
3384
  "payload": {
3777
- "type": "object",
3778
- "shape": {
3779
- "diff": "object"
3780
- }
3385
+ "type": "object"
3781
3386
  }
3782
3387
  },
3783
3388
  {
3784
3389
  "event": "VIEW_DIFF",
3785
- "trigger": "click",
3390
+ "trigger": "action",
3786
3391
  "payload": {
3787
- "type": "object",
3788
- "shape": {
3789
- "diff": "object"
3790
- }
3392
+ "type": "object"
3791
3393
  }
3792
3394
  }
3793
3395
  ],
3794
3396
  "requires": [],
3795
- "entityAware": true
3397
+ "entityAware": false
3796
3398
  },
3797
3399
  "todo-list": {
3798
3400
  "emits": [
@@ -3800,25 +3402,19 @@
3800
3402
  "event": "TODO_COMPLETE",
3801
3403
  "trigger": "action",
3802
3404
  "payload": {
3803
- "type": "object",
3804
- "shape": {
3805
- "todo": "object"
3806
- }
3405
+ "type": "object"
3807
3406
  }
3808
3407
  },
3809
3408
  {
3810
3409
  "event": "TODO_SELECT",
3811
- "trigger": "click",
3410
+ "trigger": "action",
3812
3411
  "payload": {
3813
- "type": "object",
3814
- "shape": {
3815
- "todo": "object"
3816
- }
3412
+ "type": "object"
3817
3413
  }
3818
3414
  }
3819
3415
  ],
3820
3416
  "requires": [],
3821
- "entityAware": true
3417
+ "entityAware": false
3822
3418
  },
3823
3419
  "studio-home-web": {
3824
3420
  "emits": [
@@ -4075,7 +3671,7 @@
4075
3671
  }
4076
3672
  ],
4077
3673
  "requires": [],
4078
- "entityAware": true
3674
+ "entityAware": false
4079
3675
  },
4080
3676
  "trait-state-viewer": {
4081
3677
  "emits": [
@@ -4118,7 +3714,7 @@
4118
3714
  }
4119
3715
  ],
4120
3716
  "requires": [],
4121
- "entityAware": true
3717
+ "entityAware": false
4122
3718
  },
4123
3719
  "hex-game-board": {
4124
3720
  "emits": [
@@ -4178,7 +3774,7 @@
4178
3774
  }
4179
3775
  ],
4180
3776
  "requires": [],
4181
- "entityAware": true
3777
+ "entityAware": false
4182
3778
  },
4183
3779
  "game-board": {
4184
3780
  "emits": [
@@ -4205,7 +3801,7 @@
4205
3801
  }
4206
3802
  ],
4207
3803
  "requires": [],
4208
- "entityAware": true
3804
+ "entityAware": false
4209
3805
  },
4210
3806
  "combat-log": {
4211
3807
  "emits": [],
@@ -4249,7 +3845,1552 @@
4249
3845
  }
4250
3846
  ],
4251
3847
  "requires": [],
3848
+ "entityAware": false
3849
+ },
3850
+ "drawer-slot": {
3851
+ "emits": [
3852
+ {
3853
+ "event": "CLOSE",
3854
+ "trigger": "action",
3855
+ "payload": {
3856
+ "type": "object"
3857
+ }
3858
+ },
3859
+ {
3860
+ "event": "CANCEL",
3861
+ "trigger": "action",
3862
+ "payload": {
3863
+ "type": "object"
3864
+ }
3865
+ }
3866
+ ],
3867
+ "requires": [],
3868
+ "entityAware": false
3869
+ },
3870
+ "modal-slot": {
3871
+ "emits": [
3872
+ {
3873
+ "event": "CLOSE",
3874
+ "trigger": "action",
3875
+ "payload": {
3876
+ "type": "object"
3877
+ }
3878
+ },
3879
+ {
3880
+ "event": "CANCEL",
3881
+ "trigger": "action",
3882
+ "payload": {
3883
+ "type": "object"
3884
+ }
3885
+ }
3886
+ ],
3887
+ "requires": [],
3888
+ "entityAware": false
3889
+ },
3890
+ "toast-slot": {
3891
+ "emits": [
3892
+ {
3893
+ "event": "DISMISS",
3894
+ "trigger": "action",
3895
+ "payload": {
3896
+ "type": "object"
3897
+ }
3898
+ },
3899
+ {
3900
+ "event": "CLOSE",
3901
+ "trigger": "action",
3902
+ "payload": {
3903
+ "type": "object"
3904
+ }
3905
+ }
3906
+ ],
3907
+ "requires": [],
3908
+ "entityAware": false
3909
+ },
3910
+ "a-i-analysis-panel": {
3911
+ "emits": [
3912
+ {
3913
+ "event": "REGENERATE_ANALYSIS",
3914
+ "trigger": "action",
3915
+ "payload": {
3916
+ "type": "object"
3917
+ }
3918
+ }
3919
+ ],
3920
+ "requires": [],
3921
+ "entityAware": true
3922
+ },
3923
+ "credits-template": {
3924
+ "emits": [
3925
+ {
3926
+ "event": "SEARCH",
3927
+ "trigger": "action",
3928
+ "payload": {
3929
+ "type": "object"
3930
+ }
3931
+ },
3932
+ {
3933
+ "event": "CREATE",
3934
+ "trigger": "action",
3935
+ "payload": {
3936
+ "type": "object"
3937
+ }
3938
+ },
3939
+ {
3940
+ "event": "EDIT",
3941
+ "trigger": "action",
3942
+ "payload": {
3943
+ "type": "object"
3944
+ }
3945
+ },
3946
+ {
3947
+ "event": "ADJUST",
3948
+ "trigger": "action",
3949
+ "payload": {
3950
+ "type": "object"
3951
+ }
3952
+ },
3953
+ {
3954
+ "event": "DELETE",
3955
+ "trigger": "action",
3956
+ "payload": {
3957
+ "type": "object"
3958
+ }
3959
+ }
3960
+ ],
3961
+ "requires": [],
4252
3962
  "entityAware": true
3963
+ },
3964
+ "fitness-template": {
3965
+ "emits": [
3966
+ {
3967
+ "event": "SEARCH",
3968
+ "trigger": "action",
3969
+ "payload": {
3970
+ "type": "object"
3971
+ }
3972
+ },
3973
+ {
3974
+ "event": "LOG_LIFT",
3975
+ "trigger": "action",
3976
+ "payload": {
3977
+ "type": "object"
3978
+ }
3979
+ },
3980
+ {
3981
+ "event": "VIEW",
3982
+ "trigger": "action",
3983
+ "payload": {
3984
+ "type": "object"
3985
+ }
3986
+ },
3987
+ {
3988
+ "event": "EDIT",
3989
+ "trigger": "action",
3990
+ "payload": {
3991
+ "type": "object"
3992
+ }
3993
+ },
3994
+ {
3995
+ "event": "DELETE",
3996
+ "trigger": "action",
3997
+ "payload": {
3998
+ "type": "object"
3999
+ }
4000
+ }
4001
+ ],
4002
+ "requires": [],
4003
+ "entityAware": true
4004
+ },
4005
+ "meal-plan-detail-template": {
4006
+ "emits": [
4007
+ {
4008
+ "event": "BACK",
4009
+ "trigger": "action",
4010
+ "payload": {
4011
+ "type": "object"
4012
+ }
4013
+ },
4014
+ {
4015
+ "event": "EDIT",
4016
+ "trigger": "action",
4017
+ "payload": {
4018
+ "type": "object"
4019
+ }
4020
+ },
4021
+ {
4022
+ "event": "DELETE",
4023
+ "trigger": "action",
4024
+ "payload": {
4025
+ "type": "object"
4026
+ }
4027
+ },
4028
+ {
4029
+ "event": "ANALYZE",
4030
+ "trigger": "action",
4031
+ "payload": {
4032
+ "type": "object"
4033
+ }
4034
+ },
4035
+ {
4036
+ "event": "SHARE",
4037
+ "trigger": "action",
4038
+ "payload": {
4039
+ "type": "object"
4040
+ }
4041
+ }
4042
+ ],
4043
+ "requires": [],
4044
+ "entityAware": true
4045
+ },
4046
+ "meal-plans-template": {
4047
+ "emits": [
4048
+ {
4049
+ "event": "SEARCH",
4050
+ "trigger": "action",
4051
+ "payload": {
4052
+ "type": "object"
4053
+ }
4054
+ },
4055
+ {
4056
+ "event": "CREATE",
4057
+ "trigger": "action",
4058
+ "payload": {
4059
+ "type": "object"
4060
+ }
4061
+ },
4062
+ {
4063
+ "event": "VIEW",
4064
+ "trigger": "action",
4065
+ "payload": {
4066
+ "type": "object"
4067
+ }
4068
+ },
4069
+ {
4070
+ "event": "EDIT",
4071
+ "trigger": "action",
4072
+ "payload": {
4073
+ "type": "object"
4074
+ }
4075
+ },
4076
+ {
4077
+ "event": "DELETE",
4078
+ "trigger": "action",
4079
+ "payload": {
4080
+ "type": "object"
4081
+ }
4082
+ },
4083
+ {
4084
+ "event": "ANALYZE",
4085
+ "trigger": "action",
4086
+ "payload": {
4087
+ "type": "object"
4088
+ }
4089
+ },
4090
+ {
4091
+ "event": "SHARE",
4092
+ "trigger": "action",
4093
+ "payload": {
4094
+ "type": "object"
4095
+ }
4096
+ }
4097
+ ],
4098
+ "requires": [],
4099
+ "entityAware": true
4100
+ },
4101
+ "progress-template": {
4102
+ "emits": [
4103
+ {
4104
+ "event": "SEARCH",
4105
+ "trigger": "action",
4106
+ "payload": {
4107
+ "type": "object"
4108
+ }
4109
+ },
4110
+ {
4111
+ "event": "CREATE_PROGRESS",
4112
+ "trigger": "action",
4113
+ "payload": {
4114
+ "type": "object"
4115
+ }
4116
+ },
4117
+ {
4118
+ "event": "VIEW",
4119
+ "trigger": "action",
4120
+ "payload": {
4121
+ "type": "object"
4122
+ }
4123
+ },
4124
+ {
4125
+ "event": "EDIT",
4126
+ "trigger": "action",
4127
+ "payload": {
4128
+ "type": "object"
4129
+ }
4130
+ },
4131
+ {
4132
+ "event": "DELETE",
4133
+ "trigger": "action",
4134
+ "payload": {
4135
+ "type": "object"
4136
+ }
4137
+ }
4138
+ ],
4139
+ "requires": [],
4140
+ "entityAware": true
4141
+ },
4142
+ "schedule-template": {
4143
+ "emits": [
4144
+ {
4145
+ "event": "WEEK_CHANGE",
4146
+ "trigger": "action",
4147
+ "payload": {
4148
+ "type": "object"
4149
+ }
4150
+ },
4151
+ {
4152
+ "event": "DAY_SELECTED",
4153
+ "trigger": "action",
4154
+ "payload": {
4155
+ "type": "object"
4156
+ }
4157
+ },
4158
+ {
4159
+ "event": "VIEW",
4160
+ "trigger": "action",
4161
+ "payload": {
4162
+ "type": "object"
4163
+ }
4164
+ },
4165
+ {
4166
+ "event": "CREATE",
4167
+ "trigger": "action",
4168
+ "payload": {
4169
+ "type": "object"
4170
+ }
4171
+ }
4172
+ ],
4173
+ "requires": [],
4174
+ "entityAware": true
4175
+ },
4176
+ "session-detail-template": {
4177
+ "emits": [
4178
+ {
4179
+ "event": "BACK",
4180
+ "trigger": "action",
4181
+ "payload": {
4182
+ "type": "object"
4183
+ }
4184
+ },
4185
+ {
4186
+ "event": "EDIT",
4187
+ "trigger": "action",
4188
+ "payload": {
4189
+ "type": "object"
4190
+ }
4191
+ },
4192
+ {
4193
+ "event": "START",
4194
+ "trigger": "action",
4195
+ "payload": {
4196
+ "type": "object"
4197
+ }
4198
+ },
4199
+ {
4200
+ "event": "COMPLETE",
4201
+ "trigger": "action",
4202
+ "payload": {
4203
+ "type": "object"
4204
+ }
4205
+ },
4206
+ {
4207
+ "event": "CANCEL",
4208
+ "trigger": "action",
4209
+ "payload": {
4210
+ "type": "object"
4211
+ }
4212
+ },
4213
+ {
4214
+ "event": "DELETE",
4215
+ "trigger": "action",
4216
+ "payload": {
4217
+ "type": "object"
4218
+ }
4219
+ }
4220
+ ],
4221
+ "requires": [],
4222
+ "entityAware": true
4223
+ },
4224
+ "sessions-template": {
4225
+ "emits": [
4226
+ {
4227
+ "event": "SEARCH",
4228
+ "trigger": "action",
4229
+ "payload": {
4230
+ "type": "object"
4231
+ }
4232
+ },
4233
+ {
4234
+ "event": "CREATE",
4235
+ "trigger": "action",
4236
+ "payload": {
4237
+ "type": "object"
4238
+ }
4239
+ },
4240
+ {
4241
+ "event": "FILTER",
4242
+ "trigger": "action",
4243
+ "payload": {
4244
+ "type": "object"
4245
+ }
4246
+ },
4247
+ {
4248
+ "event": "VIEW",
4249
+ "trigger": "action",
4250
+ "payload": {
4251
+ "type": "object"
4252
+ }
4253
+ },
4254
+ {
4255
+ "event": "EDIT",
4256
+ "trigger": "action",
4257
+ "payload": {
4258
+ "type": "object"
4259
+ }
4260
+ },
4261
+ {
4262
+ "event": "START",
4263
+ "trigger": "action",
4264
+ "payload": {
4265
+ "type": "object"
4266
+ }
4267
+ },
4268
+ {
4269
+ "event": "COMPLETE",
4270
+ "trigger": "action",
4271
+ "payload": {
4272
+ "type": "object"
4273
+ }
4274
+ },
4275
+ {
4276
+ "event": "CANCEL",
4277
+ "trigger": "action",
4278
+ "payload": {
4279
+ "type": "object"
4280
+ }
4281
+ },
4282
+ {
4283
+ "event": "DELETE",
4284
+ "trigger": "action",
4285
+ "payload": {
4286
+ "type": "object"
4287
+ }
4288
+ }
4289
+ ],
4290
+ "requires": [],
4291
+ "entityAware": true
4292
+ },
4293
+ "trainee-detail-template": {
4294
+ "emits": [
4295
+ {
4296
+ "event": "BACK",
4297
+ "trigger": "action",
4298
+ "payload": {
4299
+ "type": "object"
4300
+ }
4301
+ },
4302
+ {
4303
+ "event": "EDIT",
4304
+ "trigger": "action",
4305
+ "payload": {
4306
+ "type": "object"
4307
+ }
4308
+ },
4309
+ {
4310
+ "event": "DELETE",
4311
+ "trigger": "action",
4312
+ "payload": {
4313
+ "type": "object"
4314
+ }
4315
+ },
4316
+ {
4317
+ "event": "VIEW_LIFTS",
4318
+ "trigger": "action",
4319
+ "payload": {
4320
+ "type": "object"
4321
+ }
4322
+ },
4323
+ {
4324
+ "event": "VIEW_SESSIONS",
4325
+ "trigger": "action",
4326
+ "payload": {
4327
+ "type": "object"
4328
+ }
4329
+ }
4330
+ ],
4331
+ "requires": [],
4332
+ "entityAware": true
4333
+ },
4334
+ "trainees-template": {
4335
+ "emits": [
4336
+ {
4337
+ "event": "SEARCH",
4338
+ "trigger": "action",
4339
+ "payload": {
4340
+ "type": "object"
4341
+ }
4342
+ },
4343
+ {
4344
+ "event": "CREATE",
4345
+ "trigger": "action",
4346
+ "payload": {
4347
+ "type": "object"
4348
+ }
4349
+ },
4350
+ {
4351
+ "event": "FILTER",
4352
+ "trigger": "action",
4353
+ "payload": {
4354
+ "type": "object"
4355
+ }
4356
+ },
4357
+ {
4358
+ "event": "VIEW",
4359
+ "trigger": "action",
4360
+ "payload": {
4361
+ "type": "object"
4362
+ }
4363
+ },
4364
+ {
4365
+ "event": "EDIT",
4366
+ "trigger": "action",
4367
+ "payload": {
4368
+ "type": "object"
4369
+ }
4370
+ },
4371
+ {
4372
+ "event": "DELETE",
4373
+ "trigger": "action",
4374
+ "payload": {
4375
+ "type": "object"
4376
+ }
4377
+ }
4378
+ ],
4379
+ "requires": [],
4380
+ "entityAware": true
4381
+ },
4382
+ "studio-home-electron-template": {
4383
+ "emits": [
4384
+ {
4385
+ "event": "OPEN_FILE",
4386
+ "trigger": "action",
4387
+ "payload": {
4388
+ "type": "object"
4389
+ }
4390
+ },
4391
+ {
4392
+ "event": "CREATE_NEW",
4393
+ "trigger": "action",
4394
+ "payload": {
4395
+ "type": "object"
4396
+ }
4397
+ },
4398
+ {
4399
+ "event": "OPEN_RECENT",
4400
+ "trigger": "action",
4401
+ "payload": {
4402
+ "type": "object"
4403
+ }
4404
+ },
4405
+ {
4406
+ "event": "REMOVE_RECENT",
4407
+ "trigger": "action",
4408
+ "payload": {
4409
+ "type": "object"
4410
+ }
4411
+ },
4412
+ {
4413
+ "event": "CLEAR_RECENT",
4414
+ "trigger": "action",
4415
+ "payload": {
4416
+ "type": "object"
4417
+ }
4418
+ }
4419
+ ],
4420
+ "requires": [],
4421
+ "entityAware": false
4422
+ },
4423
+ "studio-home-web-template": {
4424
+ "emits": [
4425
+ {
4426
+ "event": "CREATE_PROJECT",
4427
+ "trigger": "action",
4428
+ "payload": {
4429
+ "type": "object"
4430
+ }
4431
+ },
4432
+ {
4433
+ "event": "SELECT_PROJECT",
4434
+ "trigger": "action",
4435
+ "payload": {
4436
+ "type": "object"
4437
+ }
4438
+ },
4439
+ {
4440
+ "event": "DELETE_PROJECT",
4441
+ "trigger": "action",
4442
+ "payload": {
4443
+ "type": "object"
4444
+ }
4445
+ },
4446
+ {
4447
+ "event": "OPEN_PROJECT",
4448
+ "trigger": "action",
4449
+ "payload": {
4450
+ "type": "object"
4451
+ }
4452
+ },
4453
+ {
4454
+ "event": "SEARCH",
4455
+ "trigger": "action",
4456
+ "payload": {
4457
+ "type": "object"
4458
+ }
4459
+ }
4460
+ ],
4461
+ "requires": [],
4462
+ "entityAware": false
4463
+ },
4464
+ "studio-project-template": {
4465
+ "emits": [
4466
+ {
4467
+ "event": "MODE_CHANGE",
4468
+ "trigger": "action",
4469
+ "payload": {
4470
+ "type": "object"
4471
+ }
4472
+ },
4473
+ {
4474
+ "event": "TAB_CHANGE",
4475
+ "trigger": "action",
4476
+ "payload": {
4477
+ "type": "object"
4478
+ }
4479
+ },
4480
+ {
4481
+ "event": "SAVE",
4482
+ "trigger": "action",
4483
+ "payload": {
4484
+ "type": "object"
4485
+ }
4486
+ },
4487
+ {
4488
+ "event": "VALIDATE",
4489
+ "trigger": "action",
4490
+ "payload": {
4491
+ "type": "object"
4492
+ }
4493
+ },
4494
+ {
4495
+ "event": "COMPILE",
4496
+ "trigger": "action",
4497
+ "payload": {
4498
+ "type": "object"
4499
+ }
4500
+ },
4501
+ {
4502
+ "event": "PREVIEW",
4503
+ "trigger": "action",
4504
+ "payload": {
4505
+ "type": "object"
4506
+ }
4507
+ },
4508
+ {
4509
+ "event": "BACK",
4510
+ "trigger": "action",
4511
+ "payload": {
4512
+ "type": "object"
4513
+ }
4514
+ },
4515
+ {
4516
+ "event": "TOGGLE_AGENT",
4517
+ "trigger": "action",
4518
+ "payload": {
4519
+ "type": "object"
4520
+ }
4521
+ },
4522
+ {
4523
+ "event": "TOGGLE_INSPECTOR",
4524
+ "trigger": "action",
4525
+ "payload": {
4526
+ "type": "object"
4527
+ }
4528
+ }
4529
+ ],
4530
+ "requires": [],
4531
+ "entityAware": false
4532
+ },
4533
+ "checklist-item": {
4534
+ "emits": [
4535
+ {
4536
+ "event": "ITEM_CHECKED",
4537
+ "trigger": "action",
4538
+ "payload": {
4539
+ "type": "object"
4540
+ }
4541
+ }
4542
+ ],
4543
+ "requires": [],
4544
+ "entityAware": false
4545
+ },
4546
+ "company-card": {
4547
+ "emits": [
4548
+ {
4549
+ "event": "VIEW",
4550
+ "trigger": "action",
4551
+ "payload": {
4552
+ "type": "object"
4553
+ }
4554
+ }
4555
+ ],
4556
+ "requires": [],
4557
+ "entityAware": false
4558
+ },
4559
+ "company-info-card": {
4560
+ "emits": [
4561
+ {
4562
+ "event": "EDIT",
4563
+ "trigger": "action",
4564
+ "payload": {
4565
+ "type": "object"
4566
+ }
4567
+ }
4568
+ ],
4569
+ "requires": [],
4570
+ "entityAware": false
4571
+ },
4572
+ "evidence-gallery": {
4573
+ "emits": [
4574
+ {
4575
+ "event": "VIEW_PHOTO",
4576
+ "trigger": "action",
4577
+ "payload": {
4578
+ "type": "object"
4579
+ }
4580
+ },
4581
+ {
4582
+ "event": "ADD_PHOTO",
4583
+ "trigger": "action",
4584
+ "payload": {
4585
+ "type": "object"
4586
+ }
4587
+ },
4588
+ {
4589
+ "event": "DELETE_PHOTO",
4590
+ "trigger": "action",
4591
+ "payload": {
4592
+ "type": "object"
4593
+ }
4594
+ }
4595
+ ],
4596
+ "requires": [],
4597
+ "entityAware": false
4598
+ },
4599
+ "evidence-thumbnail": {
4600
+ "emits": [
4601
+ {
4602
+ "event": "VIEW_PHOTO",
4603
+ "trigger": "action",
4604
+ "payload": {
4605
+ "type": "object"
4606
+ }
4607
+ },
4608
+ {
4609
+ "event": "DELETE_PHOTO",
4610
+ "trigger": "action",
4611
+ "payload": {
4612
+ "type": "object"
4613
+ }
4614
+ },
4615
+ {
4616
+ "event": "VIEW_GALLERY",
4617
+ "trigger": "action",
4618
+ "payload": {
4619
+ "type": "object"
4620
+ }
4621
+ }
4622
+ ],
4623
+ "requires": [],
4624
+ "entityAware": false
4625
+ },
4626
+ "inspection-card": {
4627
+ "emits": [
4628
+ {
4629
+ "event": "VIEW",
4630
+ "trigger": "action",
4631
+ "payload": {
4632
+ "type": "object"
4633
+ }
4634
+ }
4635
+ ],
4636
+ "requires": [],
4637
+ "entityAware": false
4638
+ },
4639
+ "inspection-checklist": {
4640
+ "emits": [
4641
+ {
4642
+ "event": "RULE_CHECKED",
4643
+ "trigger": "action",
4644
+ "payload": {
4645
+ "type": "object"
4646
+ }
4647
+ }
4648
+ ],
4649
+ "requires": [],
4650
+ "entityAware": true
4651
+ },
4652
+ "inspection-summary": {
4653
+ "emits": [
4654
+ {
4655
+ "event": "VIEW_DETAILS",
4656
+ "trigger": "action",
4657
+ "payload": {
4658
+ "type": "object"
4659
+ }
4660
+ },
4661
+ {
4662
+ "event": "DOWNLOAD_REPORT",
4663
+ "trigger": "action",
4664
+ "payload": {
4665
+ "type": "object"
4666
+ }
4667
+ }
4668
+ ],
4669
+ "requires": [],
4670
+ "entityAware": false
4671
+ },
4672
+ "inspection-wizard-step": {
4673
+ "emits": [
4674
+ {
4675
+ "event": "PREV_STEP",
4676
+ "trigger": "action",
4677
+ "payload": {
4678
+ "type": "object"
4679
+ }
4680
+ },
4681
+ {
4682
+ "event": "NEXT_STEP",
4683
+ "trigger": "action",
4684
+ "payload": {
4685
+ "type": "object"
4686
+ }
4687
+ },
4688
+ {
4689
+ "event": "COMPLETE_STEP",
4690
+ "trigger": "action",
4691
+ "payload": {
4692
+ "type": "object"
4693
+ }
4694
+ }
4695
+ ],
4696
+ "requires": [],
4697
+ "entityAware": false
4698
+ },
4699
+ "inspector-card": {
4700
+ "emits": [
4701
+ {
4702
+ "event": "VIEW",
4703
+ "trigger": "action",
4704
+ "payload": {
4705
+ "type": "object"
4706
+ }
4707
+ }
4708
+ ],
4709
+ "requires": [],
4710
+ "entityAware": false
4711
+ },
4712
+ "violation-form": {
4713
+ "emits": [
4714
+ {
4715
+ "event": "ADD_PHOTO",
4716
+ "trigger": "action",
4717
+ "payload": {
4718
+ "type": "object"
4719
+ }
4720
+ },
4721
+ {
4722
+ "event": "VIOLATION_SAVED",
4723
+ "trigger": "action",
4724
+ "payload": {
4725
+ "type": "object"
4726
+ }
4727
+ },
4728
+ {
4729
+ "event": "CANCEL",
4730
+ "trigger": "action",
4731
+ "payload": {
4732
+ "type": "object"
4733
+ }
4734
+ }
4735
+ ],
4736
+ "requires": [],
4737
+ "entityAware": false
4738
+ },
4739
+ "violation-list-item": {
4740
+ "emits": [
4741
+ {
4742
+ "event": "VIEW",
4743
+ "trigger": "action",
4744
+ "payload": {
4745
+ "type": "object"
4746
+ }
4747
+ }
4748
+ ],
4749
+ "requires": [],
4750
+ "entityAware": false
4751
+ },
4752
+ "companies-template": {
4753
+ "emits": [
4754
+ {
4755
+ "event": "SEARCH",
4756
+ "trigger": "action",
4757
+ "payload": {
4758
+ "type": "object"
4759
+ }
4760
+ },
4761
+ {
4762
+ "event": "CREATE",
4763
+ "trigger": "action",
4764
+ "payload": {
4765
+ "type": "object"
4766
+ }
4767
+ }
4768
+ ],
4769
+ "requires": [],
4770
+ "entityAware": false
4771
+ },
4772
+ "inspection-form-demo-template": {
4773
+ "emits": [
4774
+ {
4775
+ "event": "FIELD_CHANGED",
4776
+ "trigger": "action",
4777
+ "payload": {
4778
+ "type": "object"
4779
+ }
4780
+ },
4781
+ {
4782
+ "event": "GLOBAL_VARIABLE_SET",
4783
+ "trigger": "action",
4784
+ "payload": {
4785
+ "type": "object"
4786
+ }
4787
+ }
4788
+ ],
4789
+ "requires": [],
4790
+ "entityAware": false
4791
+ },
4792
+ "inspection-process-template": {
4793
+ "emits": [
4794
+ {
4795
+ "event": "STEP_BACK",
4796
+ "trigger": "action",
4797
+ "payload": {
4798
+ "type": "object"
4799
+ }
4800
+ },
4801
+ {
4802
+ "event": "INSPECTION_COMPLETE",
4803
+ "trigger": "action",
4804
+ "payload": {
4805
+ "type": "object"
4806
+ }
4807
+ },
4808
+ {
4809
+ "event": "STEP_NEXT",
4810
+ "trigger": "action",
4811
+ "payload": {
4812
+ "type": "object"
4813
+ }
4814
+ },
4815
+ {
4816
+ "event": "SAVE_DRAFT",
4817
+ "trigger": "action",
4818
+ "payload": {
4819
+ "type": "object"
4820
+ }
4821
+ },
4822
+ {
4823
+ "event": "SEARCH_INSPECTOR",
4824
+ "trigger": "action",
4825
+ "payload": {
4826
+ "type": "object"
4827
+ }
4828
+ },
4829
+ {
4830
+ "event": "COMPANY_SELECTED",
4831
+ "trigger": "action",
4832
+ "payload": {
4833
+ "type": "object"
4834
+ }
4835
+ },
4836
+ {
4837
+ "event": "CREATE_NEW_COMPANY",
4838
+ "trigger": "action",
4839
+ "payload": {
4840
+ "type": "object"
4841
+ }
4842
+ },
4843
+ {
4844
+ "event": "FIELD_SELECTED",
4845
+ "trigger": "action",
4846
+ "payload": {
4847
+ "type": "object"
4848
+ }
4849
+ },
4850
+ {
4851
+ "event": "ADD_RULE_PHOTO",
4852
+ "trigger": "action",
4853
+ "payload": {
4854
+ "type": "object"
4855
+ }
4856
+ },
4857
+ {
4858
+ "event": "DOWNLOAD_DOCUMENT",
4859
+ "trigger": "action",
4860
+ "payload": {
4861
+ "type": "object"
4862
+ }
4863
+ },
4864
+ {
4865
+ "event": "PRINT_DOCUMENT",
4866
+ "trigger": "action",
4867
+ "payload": {
4868
+ "type": "object"
4869
+ }
4870
+ },
4871
+ {
4872
+ "event": "INSPECTOR_SIGNED",
4873
+ "trigger": "action",
4874
+ "payload": {
4875
+ "type": "object"
4876
+ }
4877
+ },
4878
+ {
4879
+ "event": "MERCHANT_SIGNED",
4880
+ "trigger": "action",
4881
+ "payload": {
4882
+ "type": "object"
4883
+ }
4884
+ },
4885
+ {
4886
+ "event": "DOWNLOAD_FINAL",
4887
+ "trigger": "action",
4888
+ "payload": {
4889
+ "type": "object"
4890
+ }
4891
+ },
4892
+ {
4893
+ "event": "ARCHIVE_INSPECTION",
4894
+ "trigger": "action",
4895
+ "payload": {
4896
+ "type": "object"
4897
+ }
4898
+ }
4899
+ ],
4900
+ "requires": [],
4901
+ "entityAware": false
4902
+ },
4903
+ "inspection-wizard-template": {
4904
+ "emits": [
4905
+ {
4906
+ "event": "WIZARD_BACK",
4907
+ "trigger": "action",
4908
+ "payload": {
4909
+ "type": "object"
4910
+ }
4911
+ },
4912
+ {
4913
+ "event": "WIZARD_COMPLETE",
4914
+ "trigger": "action",
4915
+ "payload": {
4916
+ "type": "object"
4917
+ }
4918
+ },
4919
+ {
4920
+ "event": "WIZARD_NEXT",
4921
+ "trigger": "action",
4922
+ "payload": {
4923
+ "type": "object"
4924
+ }
4925
+ },
4926
+ {
4927
+ "event": "SAVE_DRAFT",
4928
+ "trigger": "action",
4929
+ "payload": {
4930
+ "type": "object"
4931
+ }
4932
+ },
4933
+ {
4934
+ "event": "WIZARD_STEP_CHANGE",
4935
+ "trigger": "action",
4936
+ "payload": {
4937
+ "type": "object"
4938
+ }
4939
+ }
4940
+ ],
4941
+ "requires": [],
4942
+ "entityAware": false
4943
+ },
4944
+ "inspections-template": {
4945
+ "emits": [
4946
+ {
4947
+ "event": "SEARCH",
4948
+ "trigger": "action",
4949
+ "payload": {
4950
+ "type": "object"
4951
+ }
4952
+ },
4953
+ {
4954
+ "event": "CREATE",
4955
+ "trigger": "action",
4956
+ "payload": {
4957
+ "type": "object"
4958
+ }
4959
+ }
4960
+ ],
4961
+ "requires": [],
4962
+ "entityAware": false
4963
+ },
4964
+ "inspectors-template": {
4965
+ "emits": [
4966
+ {
4967
+ "event": "SEARCH",
4968
+ "trigger": "action",
4969
+ "payload": {
4970
+ "type": "object"
4971
+ }
4972
+ },
4973
+ {
4974
+ "event": "CREATE",
4975
+ "trigger": "action",
4976
+ "payload": {
4977
+ "type": "object"
4978
+ }
4979
+ }
4980
+ ],
4981
+ "requires": [],
4982
+ "entityAware": false
4983
+ },
4984
+ "admin-dashboard-template": {
4985
+ "emits": [
4986
+ {
4987
+ "event": "REFRESH",
4988
+ "trigger": "action",
4989
+ "payload": {
4990
+ "type": "object"
4991
+ }
4992
+ },
4993
+ {
4994
+ "event": "NAVIGATE",
4995
+ "trigger": "action",
4996
+ "payload": {
4997
+ "type": "object"
4998
+ }
4999
+ }
5000
+ ],
5001
+ "requires": [],
5002
+ "entityAware": false
5003
+ },
5004
+ "assessment-template": {
5005
+ "emits": [
5006
+ {
5007
+ "event": "SEARCH",
5008
+ "trigger": "action",
5009
+ "payload": {
5010
+ "type": "object"
5011
+ }
5012
+ },
5013
+ {
5014
+ "event": "CREATE",
5015
+ "trigger": "action",
5016
+ "payload": {
5017
+ "type": "object"
5018
+ }
5019
+ }
5020
+ ],
5021
+ "requires": [],
5022
+ "entityAware": false
5023
+ },
5024
+ "connections-template": {
5025
+ "emits": [
5026
+ {
5027
+ "event": "SEARCH",
5028
+ "trigger": "action",
5029
+ "payload": {
5030
+ "type": "object"
5031
+ }
5032
+ },
5033
+ {
5034
+ "event": "CREATE",
5035
+ "trigger": "action",
5036
+ "payload": {
5037
+ "type": "object"
5038
+ }
5039
+ },
5040
+ {
5041
+ "event": "FILTER",
5042
+ "trigger": "action",
5043
+ "payload": {
5044
+ "type": "object"
5045
+ }
5046
+ }
5047
+ ],
5048
+ "requires": [],
5049
+ "entityAware": false
5050
+ },
5051
+ "graph-intelligence-template": {
5052
+ "emits": [
5053
+ {
5054
+ "event": "REFRESH",
5055
+ "trigger": "action",
5056
+ "payload": {
5057
+ "type": "object"
5058
+ }
5059
+ },
5060
+ {
5061
+ "event": "ANALYZE",
5062
+ "trigger": "action",
5063
+ "payload": {
5064
+ "type": "object"
5065
+ }
5066
+ },
5067
+ {
5068
+ "event": "OPEN_VISUALIZATION",
5069
+ "trigger": "action",
5070
+ "payload": {
5071
+ "type": "object"
5072
+ }
5073
+ }
5074
+ ],
5075
+ "requires": [],
5076
+ "entityAware": false
5077
+ },
5078
+ "invites-template": {
5079
+ "emits": [
5080
+ {
5081
+ "event": "SEARCH",
5082
+ "trigger": "action",
5083
+ "payload": {
5084
+ "type": "object"
5085
+ }
5086
+ },
5087
+ {
5088
+ "event": "CREATE",
5089
+ "trigger": "action",
5090
+ "payload": {
5091
+ "type": "object"
5092
+ }
5093
+ }
5094
+ ],
5095
+ "requires": [],
5096
+ "entityAware": false
5097
+ },
5098
+ "project-detail-template": {
5099
+ "emits": [
5100
+ {
5101
+ "event": "BACK",
5102
+ "trigger": "action",
5103
+ "payload": {
5104
+ "type": "object"
5105
+ }
5106
+ },
5107
+ {
5108
+ "event": "EDIT",
5109
+ "trigger": "action",
5110
+ "payload": {
5111
+ "type": "object"
5112
+ }
5113
+ },
5114
+ {
5115
+ "event": "ADD_MEMBER",
5116
+ "trigger": "action",
5117
+ "payload": {
5118
+ "type": "object"
5119
+ }
5120
+ },
5121
+ {
5122
+ "event": "VIEW_ANALYTICS",
5123
+ "trigger": "action",
5124
+ "payload": {
5125
+ "type": "object"
5126
+ }
5127
+ },
5128
+ {
5129
+ "event": "VIEW_TEAM",
5130
+ "trigger": "action",
5131
+ "payload": {
5132
+ "type": "object"
5133
+ }
5134
+ }
5135
+ ],
5136
+ "requires": [],
5137
+ "entityAware": false
5138
+ },
5139
+ "projects-template": {
5140
+ "emits": [
5141
+ {
5142
+ "event": "SEARCH",
5143
+ "trigger": "action",
5144
+ "payload": {
5145
+ "type": "object"
5146
+ }
5147
+ },
5148
+ {
5149
+ "event": "CREATE",
5150
+ "trigger": "action",
5151
+ "payload": {
5152
+ "type": "object"
5153
+ }
5154
+ },
5155
+ {
5156
+ "event": "FILTER",
5157
+ "trigger": "action",
5158
+ "payload": {
5159
+ "type": "object"
5160
+ }
5161
+ }
5162
+ ],
5163
+ "requires": [],
5164
+ "entityAware": false
5165
+ },
5166
+ "relationship-garden-template": {
5167
+ "emits": [
5168
+ {
5169
+ "event": "SEARCH",
5170
+ "trigger": "action",
5171
+ "payload": {
5172
+ "type": "object"
5173
+ }
5174
+ },
5175
+ {
5176
+ "event": "CREATE",
5177
+ "trigger": "action",
5178
+ "payload": {
5179
+ "type": "object"
5180
+ }
5181
+ },
5182
+ {
5183
+ "event": "FILTER",
5184
+ "trigger": "action",
5185
+ "payload": {
5186
+ "type": "object"
5187
+ }
5188
+ }
5189
+ ],
5190
+ "requires": [],
5191
+ "entityAware": false
5192
+ },
5193
+ "seed-network-template": {
5194
+ "emits": [
5195
+ {
5196
+ "event": "SEARCH",
5197
+ "trigger": "action",
5198
+ "payload": {
5199
+ "type": "object"
5200
+ }
5201
+ },
5202
+ {
5203
+ "event": "CREATE",
5204
+ "trigger": "action",
5205
+ "payload": {
5206
+ "type": "object"
5207
+ }
5208
+ }
5209
+ ],
5210
+ "requires": [],
5211
+ "entityAware": false
5212
+ },
5213
+ "suggestions-template": {
5214
+ "emits": [
5215
+ {
5216
+ "event": "REFRESH",
5217
+ "trigger": "action",
5218
+ "payload": {
5219
+ "type": "object"
5220
+ }
5221
+ }
5222
+ ],
5223
+ "requires": [],
5224
+ "entityAware": false
5225
+ },
5226
+ "team-detail-template": {
5227
+ "emits": [
5228
+ {
5229
+ "event": "BACK",
5230
+ "trigger": "action",
5231
+ "payload": {
5232
+ "type": "object"
5233
+ }
5234
+ },
5235
+ {
5236
+ "event": "EDIT",
5237
+ "trigger": "action",
5238
+ "payload": {
5239
+ "type": "object"
5240
+ }
5241
+ },
5242
+ {
5243
+ "event": "ADD_MEMBER",
5244
+ "trigger": "action",
5245
+ "payload": {
5246
+ "type": "object"
5247
+ }
5248
+ },
5249
+ {
5250
+ "event": "REMOVE_MEMBER",
5251
+ "trigger": "action",
5252
+ "payload": {
5253
+ "type": "object"
5254
+ }
5255
+ },
5256
+ {
5257
+ "event": "VIEW_ANALYTICS",
5258
+ "trigger": "action",
5259
+ "payload": {
5260
+ "type": "object"
5261
+ }
5262
+ },
5263
+ {
5264
+ "event": "VIEW_MEMBERS",
5265
+ "trigger": "action",
5266
+ "payload": {
5267
+ "type": "object"
5268
+ }
5269
+ }
5270
+ ],
5271
+ "requires": [],
5272
+ "entityAware": false
5273
+ },
5274
+ "team-members-template": {
5275
+ "emits": [
5276
+ {
5277
+ "event": "BACK",
5278
+ "trigger": "action",
5279
+ "payload": {
5280
+ "type": "object"
5281
+ }
5282
+ },
5283
+ {
5284
+ "event": "SEARCH",
5285
+ "trigger": "action",
5286
+ "payload": {
5287
+ "type": "object"
5288
+ }
5289
+ },
5290
+ {
5291
+ "event": "ADD_MEMBER",
5292
+ "trigger": "action",
5293
+ "payload": {
5294
+ "type": "object"
5295
+ }
5296
+ }
5297
+ ],
5298
+ "requires": [],
5299
+ "entityAware": false
5300
+ },
5301
+ "teams-template": {
5302
+ "emits": [
5303
+ {
5304
+ "event": "SEARCH",
5305
+ "trigger": "action",
5306
+ "payload": {
5307
+ "type": "object"
5308
+ }
5309
+ },
5310
+ {
5311
+ "event": "CREATE",
5312
+ "trigger": "action",
5313
+ "payload": {
5314
+ "type": "object"
5315
+ }
5316
+ }
5317
+ ],
5318
+ "requires": [],
5319
+ "entityAware": false
5320
+ },
5321
+ "trust-intelligence-template": {
5322
+ "emits": [
5323
+ {
5324
+ "event": "VIEW",
5325
+ "trigger": "action",
5326
+ "payload": {
5327
+ "type": "object"
5328
+ }
5329
+ }
5330
+ ],
5331
+ "requires": [],
5332
+ "entityAware": false
5333
+ },
5334
+ "user-profile-template": {
5335
+ "emits": [
5336
+ {
5337
+ "event": "BACK",
5338
+ "trigger": "action",
5339
+ "payload": {
5340
+ "type": "object"
5341
+ }
5342
+ },
5343
+ {
5344
+ "event": "EDIT",
5345
+ "trigger": "action",
5346
+ "payload": {
5347
+ "type": "object"
5348
+ }
5349
+ },
5350
+ {
5351
+ "event": "VIEW_TRUST_SCORE",
5352
+ "trigger": "action",
5353
+ "payload": {
5354
+ "type": "object"
5355
+ }
5356
+ },
5357
+ {
5358
+ "event": "VIEW_ASSESSMENT",
5359
+ "trigger": "action",
5360
+ "payload": {
5361
+ "type": "object"
5362
+ }
5363
+ }
5364
+ ],
5365
+ "requires": [],
5366
+ "entityAware": false
5367
+ },
5368
+ "users-template": {
5369
+ "emits": [
5370
+ {
5371
+ "event": "SEARCH",
5372
+ "trigger": "action",
5373
+ "payload": {
5374
+ "type": "object"
5375
+ }
5376
+ },
5377
+ {
5378
+ "event": "CREATE",
5379
+ "trigger": "action",
5380
+ "payload": {
5381
+ "type": "object"
5382
+ }
5383
+ },
5384
+ {
5385
+ "event": "FILTER",
5386
+ "trigger": "action",
5387
+ "payload": {
5388
+ "type": "object"
5389
+ }
5390
+ }
5391
+ ],
5392
+ "requires": [],
5393
+ "entityAware": false
4253
5394
  }
4254
5395
  }
4255
- }
5396
+ }