@almadar/std 16.211.0 → 16.212.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.
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-cache-aside.lolo +6 -0
- package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +1 -0
- package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-lifecycle.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +12 -0
- package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -0
- package/behaviors/lolo/infra/atoms/std-notification-center.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +5 -0
- package/behaviors/lolo/infra/atoms/std-reminder-scheduler.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -0
- package/behaviors/lolo/ml/atoms/std-ml-classify.lolo +1 -0
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +1 -0
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +6 -0
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +6 -1
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +6 -1
- package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -0
- package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-list.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-selection.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-tag-strip.lolo +1 -0
- package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +16 -0
- package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +36 -0
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-button.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-checkbox.lolo +22 -2
- package/behaviors/lolo/ui/core/atoms/ui-game-icon.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-select.lolo +6 -2
- package/behaviors/lolo/ui/core/atoms/ui-textarea.lolo +3 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-tabs.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +6 -0
- package/behaviors/lolo/ui/game/atoms/ui-action-palette.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-choice-button.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-control-button.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-control-grid.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-dialogue-bubble.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-fx-layer.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +7 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-audio-toggle.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +5 -5
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-health-bar.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-score-display.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-sequence-bar.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +4 -4
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +56 -18
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +76 -32
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +46 -0
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +20 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +40 -14
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +41 -15
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +36 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +108 -0
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +20 -0
- package/behaviors/registry/infra/atoms/std-notification-center.orb +32 -0
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +70 -0
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +36 -0
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +20 -0
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-board.orb +58 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +9 -1
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +9 -1
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-list.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-selection.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +20 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +56 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +77 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-button.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +78 -2
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-select.orb +28 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -28
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +1 -20
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +1 -14
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +1 -24
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +8 -2
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +44 -0
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +12 -2
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +20 -5
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +8 -2
- package/dist/behaviors/exports-reader.js +1187 -277
- package/dist/behaviors/functions/index.d.ts +38 -7
- package/dist/behaviors/functions/index.js +1187 -277
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +1187 -277
- package/dist/behaviors/query.js +1187 -277
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +15 -15
- package/dist/behaviors-registry.json +535 -182
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1187 -277
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
|
@@ -467,6 +467,10 @@
|
|
|
467
467
|
"kind": "persist",
|
|
468
468
|
"resource": "CalendarEvent"
|
|
469
469
|
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "render-ui",
|
|
472
|
+
"resource": "toast"
|
|
473
|
+
},
|
|
470
474
|
{
|
|
471
475
|
"kind": "set",
|
|
472
476
|
"resource": "@entity.headId"
|
|
@@ -1221,6 +1225,20 @@
|
|
|
1221
1225
|
"set",
|
|
1222
1226
|
"@entity.lastError",
|
|
1223
1227
|
"@payload.error"
|
|
1228
|
+
],
|
|
1229
|
+
[
|
|
1230
|
+
"render-ui",
|
|
1231
|
+
"toast",
|
|
1232
|
+
{
|
|
1233
|
+
"dismissible": true,
|
|
1234
|
+
"message": [
|
|
1235
|
+
"str/concat",
|
|
1236
|
+
"Couldn't sync the calendar — ",
|
|
1237
|
+
"@payload.error"
|
|
1238
|
+
],
|
|
1239
|
+
"type": "alert",
|
|
1240
|
+
"variant": "error"
|
|
1241
|
+
}
|
|
1224
1242
|
]
|
|
1225
1243
|
],
|
|
1226
1244
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -1442,6 +1460,20 @@
|
|
|
1442
1460
|
"set",
|
|
1443
1461
|
"@entity.lastError",
|
|
1444
1462
|
"@payload.error"
|
|
1463
|
+
],
|
|
1464
|
+
[
|
|
1465
|
+
"render-ui",
|
|
1466
|
+
"toast",
|
|
1467
|
+
{
|
|
1468
|
+
"dismissible": true,
|
|
1469
|
+
"message": [
|
|
1470
|
+
"str/concat",
|
|
1471
|
+
"Couldn't sync the calendar — ",
|
|
1472
|
+
"@payload.error"
|
|
1473
|
+
],
|
|
1474
|
+
"type": "alert",
|
|
1475
|
+
"variant": "error"
|
|
1476
|
+
}
|
|
1445
1477
|
]
|
|
1446
1478
|
],
|
|
1447
1479
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -1726,6 +1758,20 @@
|
|
|
1726
1758
|
"set",
|
|
1727
1759
|
"@entity.lastError",
|
|
1728
1760
|
"@payload.error"
|
|
1761
|
+
],
|
|
1762
|
+
[
|
|
1763
|
+
"render-ui",
|
|
1764
|
+
"toast",
|
|
1765
|
+
{
|
|
1766
|
+
"dismissible": true,
|
|
1767
|
+
"message": [
|
|
1768
|
+
"str/concat",
|
|
1769
|
+
"Couldn't sync the calendar — ",
|
|
1770
|
+
"@payload.error"
|
|
1771
|
+
],
|
|
1772
|
+
"type": "alert",
|
|
1773
|
+
"variant": "error"
|
|
1774
|
+
}
|
|
1729
1775
|
]
|
|
1730
1776
|
],
|
|
1731
1777
|
"event": "CAL_SYNC_FAILED",
|
|
@@ -221,6 +221,10 @@
|
|
|
221
221
|
"kind": "persist",
|
|
222
222
|
"resource": "CascadeLog"
|
|
223
223
|
},
|
|
224
|
+
{
|
|
225
|
+
"kind": "render-ui",
|
|
226
|
+
"resource": "toast"
|
|
227
|
+
},
|
|
224
228
|
{
|
|
225
229
|
"kind": "set",
|
|
226
230
|
"resource": "@entity.headId"
|
|
@@ -583,6 +587,22 @@
|
|
|
583
587
|
"to": "scanning"
|
|
584
588
|
},
|
|
585
589
|
{
|
|
590
|
+
"effects": [
|
|
591
|
+
[
|
|
592
|
+
"render-ui",
|
|
593
|
+
"toast",
|
|
594
|
+
{
|
|
595
|
+
"dismissible": true,
|
|
596
|
+
"message": [
|
|
597
|
+
"str/concat",
|
|
598
|
+
"Couldn't cascade the delete — ",
|
|
599
|
+
"@payload.error"
|
|
600
|
+
],
|
|
601
|
+
"type": "alert",
|
|
602
|
+
"variant": "error"
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
],
|
|
586
606
|
"event": "CascadeFailed",
|
|
587
607
|
"eventId": "evt_01KXG04F62CJ2RA14CFCY7R5AD",
|
|
588
608
|
"from": "scanning",
|
|
@@ -660,6 +660,10 @@
|
|
|
660
660
|
"kind": "render-ui",
|
|
661
661
|
"resource": "main"
|
|
662
662
|
},
|
|
663
|
+
{
|
|
664
|
+
"kind": "render-ui",
|
|
665
|
+
"resource": "toast"
|
|
666
|
+
},
|
|
663
667
|
{
|
|
664
668
|
"kind": "set",
|
|
665
669
|
"resource": "@entity.failureCount"
|
|
@@ -766,6 +770,20 @@
|
|
|
766
770
|
"key": "INIT",
|
|
767
771
|
"name": "Initialize"
|
|
768
772
|
},
|
|
773
|
+
{
|
|
774
|
+
"description": "Indicates a node failed to load, potentially disrupting service.",
|
|
775
|
+
"id": "evt_01KXG04F8878857RJNEK9AY9JM",
|
|
776
|
+
"key": "ServiceNodeLoadFailed",
|
|
777
|
+
"name": "ServiceNode load failed",
|
|
778
|
+
"payloadSchema": [
|
|
779
|
+
{
|
|
780
|
+
"name": "message",
|
|
781
|
+
"type": "string"
|
|
782
|
+
}
|
|
783
|
+
],
|
|
784
|
+
"synonyms": "failure, error, unavailable, outage",
|
|
785
|
+
"tier": "internal"
|
|
786
|
+
},
|
|
769
787
|
{
|
|
770
788
|
"id": "evt_01KXG04F88QWV0JSGSNP4QG30A",
|
|
771
789
|
"key": "FAILURE",
|
|
@@ -834,20 +852,6 @@
|
|
|
834
852
|
],
|
|
835
853
|
"synonyms": "loaded, initialized, ready",
|
|
836
854
|
"tier": "internal"
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"description": "Indicates a node failed to load, potentially disrupting service.",
|
|
840
|
-
"id": "evt_01KXG04F8878857RJNEK9AY9JM",
|
|
841
|
-
"key": "ServiceNodeLoadFailed",
|
|
842
|
-
"name": "ServiceNode load failed",
|
|
843
|
-
"payloadSchema": [
|
|
844
|
-
{
|
|
845
|
-
"name": "message",
|
|
846
|
-
"type": "string"
|
|
847
|
-
}
|
|
848
|
-
],
|
|
849
|
-
"synonyms": "failure, error, unavailable, outage",
|
|
850
|
-
"tier": "internal"
|
|
851
855
|
}
|
|
852
856
|
],
|
|
853
857
|
"states": [
|
|
@@ -931,6 +935,28 @@
|
|
|
931
935
|
"from": "closed",
|
|
932
936
|
"to": "closed"
|
|
933
937
|
},
|
|
938
|
+
{
|
|
939
|
+
"effects": [
|
|
940
|
+
[
|
|
941
|
+
"render-ui",
|
|
942
|
+
"toast",
|
|
943
|
+
{
|
|
944
|
+
"dismissible": true,
|
|
945
|
+
"message": [
|
|
946
|
+
"str/concat",
|
|
947
|
+
"Couldn't load the service node — ",
|
|
948
|
+
"@payload.message"
|
|
949
|
+
],
|
|
950
|
+
"type": "alert",
|
|
951
|
+
"variant": "error"
|
|
952
|
+
}
|
|
953
|
+
]
|
|
954
|
+
],
|
|
955
|
+
"event": "ServiceNodeLoadFailed",
|
|
956
|
+
"eventId": "evt_01KXG04F8878857RJNEK9AY9JM",
|
|
957
|
+
"from": "closed",
|
|
958
|
+
"to": "closed"
|
|
959
|
+
},
|
|
934
960
|
{
|
|
935
961
|
"effects": [
|
|
936
962
|
[
|
|
@@ -202,6 +202,10 @@
|
|
|
202
202
|
"kind": "persist",
|
|
203
203
|
"resource": "CrossRefLink"
|
|
204
204
|
},
|
|
205
|
+
{
|
|
206
|
+
"kind": "render-ui",
|
|
207
|
+
"resource": "toast"
|
|
208
|
+
},
|
|
205
209
|
{
|
|
206
210
|
"kind": "set",
|
|
207
211
|
"resource": "@entity.filteredLinks"
|
|
@@ -395,6 +399,21 @@
|
|
|
395
399
|
}
|
|
396
400
|
]
|
|
397
401
|
},
|
|
402
|
+
{
|
|
403
|
+
"id": "evt_01KXG04F9C5DE33MZF9WM6X33A",
|
|
404
|
+
"key": "LinkOpFailed",
|
|
405
|
+
"name": "Link op failed",
|
|
406
|
+
"payloadSchema": [
|
|
407
|
+
{
|
|
408
|
+
"name": "error",
|
|
409
|
+
"type": "string"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "code",
|
|
413
|
+
"type": "string"
|
|
414
|
+
}
|
|
415
|
+
]
|
|
416
|
+
},
|
|
398
417
|
{
|
|
399
418
|
"id": "evt_01KXG04F9C9J69NDMJ8DGS1DE1",
|
|
400
419
|
"key": "LinkCreated",
|
|
@@ -449,21 +468,6 @@
|
|
|
449
468
|
"type": "[object]"
|
|
450
469
|
}
|
|
451
470
|
]
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"id": "evt_01KXG04F9C5DE33MZF9WM6X33A",
|
|
455
|
-
"key": "LinkOpFailed",
|
|
456
|
-
"name": "Link op failed",
|
|
457
|
-
"payloadSchema": [
|
|
458
|
-
{
|
|
459
|
-
"name": "error",
|
|
460
|
-
"type": "string"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"name": "code",
|
|
464
|
-
"type": "string"
|
|
465
|
-
}
|
|
466
|
-
]
|
|
467
471
|
}
|
|
468
472
|
],
|
|
469
473
|
"states": [
|
|
@@ -575,6 +579,28 @@
|
|
|
575
579
|
"eventId": "evt_01KXG04F9C4YY3DN15DAVAQB5B",
|
|
576
580
|
"from": "idle",
|
|
577
581
|
"to": "idle"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"effects": [
|
|
585
|
+
[
|
|
586
|
+
"render-ui",
|
|
587
|
+
"toast",
|
|
588
|
+
{
|
|
589
|
+
"dismissible": true,
|
|
590
|
+
"message": [
|
|
591
|
+
"str/concat",
|
|
592
|
+
"Couldn't update the link — ",
|
|
593
|
+
"@payload.error"
|
|
594
|
+
],
|
|
595
|
+
"type": "alert",
|
|
596
|
+
"variant": "error"
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
],
|
|
600
|
+
"event": "LinkOpFailed",
|
|
601
|
+
"eventId": "evt_01KXG04F9C5DE33MZF9WM6X33A",
|
|
602
|
+
"from": "idle",
|
|
603
|
+
"to": "idle"
|
|
578
604
|
}
|
|
579
605
|
]
|
|
580
606
|
}
|
|
@@ -522,6 +522,10 @@
|
|
|
522
522
|
"resolved": false,
|
|
523
523
|
"resource": "@config.reviewSlot"
|
|
524
524
|
},
|
|
525
|
+
{
|
|
526
|
+
"kind": "render-ui",
|
|
527
|
+
"resource": "toast"
|
|
528
|
+
},
|
|
525
529
|
{
|
|
526
530
|
"kind": "set",
|
|
527
531
|
"resource": "@entity.id"
|
|
@@ -1244,6 +1248,22 @@
|
|
|
1244
1248
|
"to": "idle"
|
|
1245
1249
|
},
|
|
1246
1250
|
{
|
|
1251
|
+
"effects": [
|
|
1252
|
+
[
|
|
1253
|
+
"render-ui",
|
|
1254
|
+
"toast",
|
|
1255
|
+
{
|
|
1256
|
+
"dismissible": true,
|
|
1257
|
+
"message": [
|
|
1258
|
+
"str/concat",
|
|
1259
|
+
"Couldn't load the erasure queue — ",
|
|
1260
|
+
"@payload.error"
|
|
1261
|
+
],
|
|
1262
|
+
"type": "alert",
|
|
1263
|
+
"variant": "error"
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1266
|
+
],
|
|
1247
1267
|
"event": "ErasureLoadFailed",
|
|
1248
1268
|
"eventId": "evt_01KXG04FAZ28Z3D2GRNCYKCN20",
|
|
1249
1269
|
"from": "idle",
|
|
@@ -1379,6 +1399,22 @@
|
|
|
1379
1399
|
"to": "idle"
|
|
1380
1400
|
},
|
|
1381
1401
|
{
|
|
1402
|
+
"effects": [
|
|
1403
|
+
[
|
|
1404
|
+
"render-ui",
|
|
1405
|
+
"toast",
|
|
1406
|
+
{
|
|
1407
|
+
"dismissible": true,
|
|
1408
|
+
"message": [
|
|
1409
|
+
"str/concat",
|
|
1410
|
+
"Couldn't scan for erasures to execute — ",
|
|
1411
|
+
"@payload.error"
|
|
1412
|
+
],
|
|
1413
|
+
"type": "alert",
|
|
1414
|
+
"variant": "error"
|
|
1415
|
+
}
|
|
1416
|
+
]
|
|
1417
|
+
],
|
|
1382
1418
|
"event": "ExecScanFailed",
|
|
1383
1419
|
"eventId": "evt_01KXG04FAZWP1FY1QRDVRFCQJW",
|
|
1384
1420
|
"from": "idle",
|
|
@@ -1515,6 +1551,22 @@
|
|
|
1515
1551
|
"to": "idle"
|
|
1516
1552
|
},
|
|
1517
1553
|
{
|
|
1554
|
+
"effects": [
|
|
1555
|
+
[
|
|
1556
|
+
"render-ui",
|
|
1557
|
+
"toast",
|
|
1558
|
+
{
|
|
1559
|
+
"dismissible": true,
|
|
1560
|
+
"message": [
|
|
1561
|
+
"str/concat",
|
|
1562
|
+
"Couldn't scan for erasures to execute — ",
|
|
1563
|
+
"@payload.error"
|
|
1564
|
+
],
|
|
1565
|
+
"type": "alert",
|
|
1566
|
+
"variant": "error"
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1569
|
+
],
|
|
1518
1570
|
"event": "ExecScanFailed",
|
|
1519
1571
|
"eventId": "evt_01KXG04FAZWP1FY1QRDVRFCQJW",
|
|
1520
1572
|
"from": "execScanning",
|
|
@@ -243,6 +243,10 @@
|
|
|
243
243
|
"resolved": false,
|
|
244
244
|
"resource": "@config.targetEntity"
|
|
245
245
|
},
|
|
246
|
+
{
|
|
247
|
+
"kind": "render-ui",
|
|
248
|
+
"resource": "toast"
|
|
249
|
+
},
|
|
246
250
|
{
|
|
247
251
|
"kind": "set",
|
|
248
252
|
"resource": "@entity.headId"
|
|
@@ -474,6 +478,22 @@
|
|
|
474
478
|
"to": "idle"
|
|
475
479
|
},
|
|
476
480
|
{
|
|
481
|
+
"effects": [
|
|
482
|
+
[
|
|
483
|
+
"render-ui",
|
|
484
|
+
"toast",
|
|
485
|
+
{
|
|
486
|
+
"dismissible": true,
|
|
487
|
+
"message": [
|
|
488
|
+
"str/concat",
|
|
489
|
+
"Couldn't scan for lifecycle transitions — ",
|
|
490
|
+
"@payload.error"
|
|
491
|
+
],
|
|
492
|
+
"type": "alert",
|
|
493
|
+
"variant": "error"
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
],
|
|
477
497
|
"event": "ScanFailed",
|
|
478
498
|
"eventId": "evt_01KXG04FCCCV2S5R5849X2M5ZK",
|
|
479
499
|
"from": "idle",
|
|
@@ -597,6 +617,22 @@
|
|
|
597
617
|
"to": "idle"
|
|
598
618
|
},
|
|
599
619
|
{
|
|
620
|
+
"effects": [
|
|
621
|
+
[
|
|
622
|
+
"render-ui",
|
|
623
|
+
"toast",
|
|
624
|
+
{
|
|
625
|
+
"dismissible": true,
|
|
626
|
+
"message": [
|
|
627
|
+
"str/concat",
|
|
628
|
+
"Couldn't scan for lifecycle transitions — ",
|
|
629
|
+
"@payload.error"
|
|
630
|
+
],
|
|
631
|
+
"type": "alert",
|
|
632
|
+
"variant": "error"
|
|
633
|
+
}
|
|
634
|
+
]
|
|
635
|
+
],
|
|
600
636
|
"event": "ScanFailed",
|
|
601
637
|
"eventId": "evt_01KXG04FCCCV2S5R5849X2M5ZK",
|
|
602
638
|
"from": "scanning",
|
|
@@ -172,6 +172,15 @@
|
|
|
172
172
|
"parent": "trt_01KYEH1JHZFRWA4GSJPS78WGXK",
|
|
173
173
|
"renames": []
|
|
174
174
|
},
|
|
175
|
+
"evt_01M2AFR5W3YPQTCR6YVEQ368M5": {
|
|
176
|
+
"bakedName": "CLOSE",
|
|
177
|
+
"curName": "CLOSE",
|
|
178
|
+
"id": "evt_01M2AFR5W3YPQTCR6YVEQ368M5",
|
|
179
|
+
"kind": "event",
|
|
180
|
+
"owner": "workspace",
|
|
181
|
+
"parent": "trt_01KYEH1JHZFRWA4GSJPS78WGXK",
|
|
182
|
+
"renames": []
|
|
183
|
+
},
|
|
175
184
|
"orb_01KYEH1JHZPWD4MVJ22QXP4X62": {
|
|
176
185
|
"bakedName": "MigrationJobOrbital",
|
|
177
186
|
"curName": "MigrationJobOrbital",
|
|
@@ -508,6 +517,10 @@
|
|
|
508
517
|
"resolved": false,
|
|
509
518
|
"resource": "@config.reviewSlot"
|
|
510
519
|
},
|
|
520
|
+
{
|
|
521
|
+
"kind": "render-ui",
|
|
522
|
+
"resource": "toast"
|
|
523
|
+
},
|
|
511
524
|
{
|
|
512
525
|
"kind": "set",
|
|
513
526
|
"resource": "@entity.createdAt"
|
|
@@ -1120,6 +1133,11 @@
|
|
|
1120
1133
|
"synonyms": "preview ready, staging complete, review import",
|
|
1121
1134
|
"tier": "domain"
|
|
1122
1135
|
},
|
|
1136
|
+
{
|
|
1137
|
+
"id": "evt_01M2AFR5W3YPQTCR6YVEQ368M5",
|
|
1138
|
+
"key": "CLOSE",
|
|
1139
|
+
"name": "Close"
|
|
1140
|
+
},
|
|
1123
1141
|
{
|
|
1124
1142
|
"description": "migration.commit service result — committed count plus per-unit failures",
|
|
1125
1143
|
"id": "evt_01KYEH1JHZMFZQV6JQ7BF49TGJ",
|
|
@@ -1386,6 +1404,20 @@
|
|
|
1386
1404
|
{
|
|
1387
1405
|
"error": "@entity.error"
|
|
1388
1406
|
}
|
|
1407
|
+
],
|
|
1408
|
+
[
|
|
1409
|
+
"render-ui",
|
|
1410
|
+
"toast",
|
|
1411
|
+
{
|
|
1412
|
+
"dismissible": true,
|
|
1413
|
+
"message": [
|
|
1414
|
+
"str/concat",
|
|
1415
|
+
"Couldn't list the source documents — ",
|
|
1416
|
+
"@payload.error"
|
|
1417
|
+
],
|
|
1418
|
+
"type": "alert",
|
|
1419
|
+
"variant": "error"
|
|
1420
|
+
}
|
|
1389
1421
|
]
|
|
1390
1422
|
],
|
|
1391
1423
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -1580,6 +1612,20 @@
|
|
|
1580
1612
|
{
|
|
1581
1613
|
"error": "@entity.error"
|
|
1582
1614
|
}
|
|
1615
|
+
],
|
|
1616
|
+
[
|
|
1617
|
+
"render-ui",
|
|
1618
|
+
"toast",
|
|
1619
|
+
{
|
|
1620
|
+
"dismissible": true,
|
|
1621
|
+
"message": [
|
|
1622
|
+
"str/concat",
|
|
1623
|
+
"Couldn't fetch the document — ",
|
|
1624
|
+
"@payload.error"
|
|
1625
|
+
],
|
|
1626
|
+
"type": "alert",
|
|
1627
|
+
"variant": "error"
|
|
1628
|
+
}
|
|
1583
1629
|
]
|
|
1584
1630
|
],
|
|
1585
1631
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -1696,6 +1742,54 @@
|
|
|
1696
1742
|
"from": "reviewing",
|
|
1697
1743
|
"to": "idle"
|
|
1698
1744
|
},
|
|
1745
|
+
{
|
|
1746
|
+
"effects": [
|
|
1747
|
+
[
|
|
1748
|
+
"set",
|
|
1749
|
+
"@entity.status",
|
|
1750
|
+
"idle"
|
|
1751
|
+
],
|
|
1752
|
+
[
|
|
1753
|
+
"set",
|
|
1754
|
+
"@entity.documents",
|
|
1755
|
+
[]
|
|
1756
|
+
],
|
|
1757
|
+
[
|
|
1758
|
+
"set",
|
|
1759
|
+
"@entity.document",
|
|
1760
|
+
{}
|
|
1761
|
+
],
|
|
1762
|
+
[
|
|
1763
|
+
"set",
|
|
1764
|
+
"@entity.stats",
|
|
1765
|
+
{}
|
|
1766
|
+
],
|
|
1767
|
+
[
|
|
1768
|
+
"set",
|
|
1769
|
+
"@entity.units",
|
|
1770
|
+
[]
|
|
1771
|
+
],
|
|
1772
|
+
[
|
|
1773
|
+
"set",
|
|
1774
|
+
"@entity.skipped",
|
|
1775
|
+
[]
|
|
1776
|
+
],
|
|
1777
|
+
[
|
|
1778
|
+
"set",
|
|
1779
|
+
"@entity.validationErrors",
|
|
1780
|
+
[]
|
|
1781
|
+
],
|
|
1782
|
+
[
|
|
1783
|
+
"render-ui",
|
|
1784
|
+
"@config.reviewSlot",
|
|
1785
|
+
null
|
|
1786
|
+
]
|
|
1787
|
+
],
|
|
1788
|
+
"event": "CLOSE",
|
|
1789
|
+
"eventId": "evt_01M2AFR5W3YPQTCR6YVEQ368M5",
|
|
1790
|
+
"from": "reviewing",
|
|
1791
|
+
"to": "idle"
|
|
1792
|
+
},
|
|
1699
1793
|
{
|
|
1700
1794
|
"effects": [
|
|
1701
1795
|
[
|
|
@@ -1772,6 +1866,20 @@
|
|
|
1772
1866
|
{
|
|
1773
1867
|
"error": "@entity.error"
|
|
1774
1868
|
}
|
|
1869
|
+
],
|
|
1870
|
+
[
|
|
1871
|
+
"render-ui",
|
|
1872
|
+
"toast",
|
|
1873
|
+
{
|
|
1874
|
+
"dismissible": true,
|
|
1875
|
+
"message": [
|
|
1876
|
+
"str/concat",
|
|
1877
|
+
"Couldn't commit the import — ",
|
|
1878
|
+
"@payload.error"
|
|
1879
|
+
],
|
|
1880
|
+
"type": "alert",
|
|
1881
|
+
"variant": "error"
|
|
1882
|
+
}
|
|
1775
1883
|
]
|
|
1776
1884
|
],
|
|
1777
1885
|
"event": "MIGRATION_CALL_FAILED",
|
|
@@ -483,6 +483,10 @@
|
|
|
483
483
|
"kind": "render-ui",
|
|
484
484
|
"resolved": false,
|
|
485
485
|
"resource": "@config.reviewSlot"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"kind": "render-ui",
|
|
489
|
+
"resource": "toast"
|
|
486
490
|
}
|
|
487
491
|
],
|
|
488
492
|
"emits": [
|
|
@@ -1264,6 +1268,22 @@
|
|
|
1264
1268
|
"to": "idle"
|
|
1265
1269
|
},
|
|
1266
1270
|
{
|
|
1271
|
+
"effects": [
|
|
1272
|
+
[
|
|
1273
|
+
"render-ui",
|
|
1274
|
+
"toast",
|
|
1275
|
+
{
|
|
1276
|
+
"dismissible": true,
|
|
1277
|
+
"message": [
|
|
1278
|
+
"str/concat",
|
|
1279
|
+
"Couldn't load the moderation queue — ",
|
|
1280
|
+
"@payload.error"
|
|
1281
|
+
],
|
|
1282
|
+
"type": "alert",
|
|
1283
|
+
"variant": "error"
|
|
1284
|
+
}
|
|
1285
|
+
]
|
|
1286
|
+
],
|
|
1267
1287
|
"event": "ModQueueItemLoadFailed",
|
|
1268
1288
|
"eventId": "evt_01KXG04FDR4RZJCC89Q17BPKHM",
|
|
1269
1289
|
"from": "idle",
|
|
@@ -1135,6 +1135,10 @@
|
|
|
1135
1135
|
"kind": "persist",
|
|
1136
1136
|
"resource": "NotificationRecord"
|
|
1137
1137
|
},
|
|
1138
|
+
{
|
|
1139
|
+
"kind": "render-ui",
|
|
1140
|
+
"resource": "toast"
|
|
1141
|
+
},
|
|
1138
1142
|
{
|
|
1139
1143
|
"kind": "set",
|
|
1140
1144
|
"resource": "@entity.drainedCount"
|
|
@@ -1462,6 +1466,20 @@
|
|
|
1462
1466
|
"set",
|
|
1463
1467
|
"@entity.lastError",
|
|
1464
1468
|
"@payload.error"
|
|
1469
|
+
],
|
|
1470
|
+
[
|
|
1471
|
+
"render-ui",
|
|
1472
|
+
"toast",
|
|
1473
|
+
{
|
|
1474
|
+
"dismissible": true,
|
|
1475
|
+
"message": [
|
|
1476
|
+
"str/concat",
|
|
1477
|
+
"Couldn't send the notification digest — ",
|
|
1478
|
+
"@payload.error"
|
|
1479
|
+
],
|
|
1480
|
+
"type": "alert",
|
|
1481
|
+
"variant": "error"
|
|
1482
|
+
}
|
|
1465
1483
|
]
|
|
1466
1484
|
],
|
|
1467
1485
|
"event": "DIGEST_FAILED",
|
|
@@ -1658,6 +1676,20 @@
|
|
|
1658
1676
|
"set",
|
|
1659
1677
|
"@entity.lastError",
|
|
1660
1678
|
"@payload.error"
|
|
1679
|
+
],
|
|
1680
|
+
[
|
|
1681
|
+
"render-ui",
|
|
1682
|
+
"toast",
|
|
1683
|
+
{
|
|
1684
|
+
"dismissible": true,
|
|
1685
|
+
"message": [
|
|
1686
|
+
"str/concat",
|
|
1687
|
+
"Couldn't send the notification digest — ",
|
|
1688
|
+
"@payload.error"
|
|
1689
|
+
],
|
|
1690
|
+
"type": "alert",
|
|
1691
|
+
"variant": "error"
|
|
1692
|
+
}
|
|
1661
1693
|
]
|
|
1662
1694
|
],
|
|
1663
1695
|
"event": "DIGEST_FAILED",
|