@almadar/std 16.208.0 → 16.210.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/ui/core/atoms/std-browse.lolo +36 -41
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +25 -19
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +2 -0
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +2 -0
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +2 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +25 -137
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +101 -24
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +2 -0
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +4 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -0
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -0
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +2 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +2 -0
- package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -0
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +2 -0
- package/dist/behaviors/exports-reader.js +22 -0
- package/dist/behaviors/functions/index.js +22 -0
- package/dist/behaviors/index.js +22 -0
- package/dist/behaviors/query.js +22 -0
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +1 -1
- package/dist/behaviors-registry.json +541 -1037
- package/dist/index.js +22 -0
- 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 +3 -3
|
@@ -511,6 +511,7 @@
|
|
|
511
511
|
"description": "A typed name had no existing tag; a fresh row was created in the shared taxonomy.",
|
|
512
512
|
"event": "TagStripTagCreated",
|
|
513
513
|
"eventId": "evt_01M1780JG2N02T1ZNKN3JJR7Y5",
|
|
514
|
+
"payloadEntity": "StripTag",
|
|
514
515
|
"payloadSchema": [
|
|
515
516
|
{
|
|
516
517
|
"name": "id",
|
|
@@ -732,6 +733,7 @@
|
|
|
732
733
|
"id": "evt_01M1780JG2N02T1ZNKN3JJR7Y5",
|
|
733
734
|
"key": "TagStripTagCreated",
|
|
734
735
|
"name": "Tag strip tag created",
|
|
736
|
+
"payloadEntity": "StripTag",
|
|
735
737
|
"payloadSchema": [
|
|
736
738
|
{
|
|
737
739
|
"name": "id",
|
|
@@ -447,6 +447,7 @@
|
|
|
447
447
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
448
448
|
"event": "TagCreated",
|
|
449
449
|
"eventId": "evt_01M169QR0DZVZ04SDSQ1PSM3HR",
|
|
450
|
+
"payloadEntity": "Tag",
|
|
450
451
|
"payloadSchema": [
|
|
451
452
|
{
|
|
452
453
|
"name": "id",
|
|
@@ -661,6 +662,7 @@
|
|
|
661
662
|
"id": "evt_01M169QR0DZVZ04SDSQ1PSM3HR",
|
|
662
663
|
"key": "TagCreated",
|
|
663
664
|
"name": "Tag created",
|
|
665
|
+
"payloadEntity": "Tag",
|
|
664
666
|
"payloadSchema": [
|
|
665
667
|
{
|
|
666
668
|
"name": "id",
|
|
@@ -655,6 +655,7 @@
|
|
|
655
655
|
"description": "A new post has been added to the thread — payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, …), not wrapped under a row field.",
|
|
656
656
|
"event": "ThreadPostCreated",
|
|
657
657
|
"eventId": "evt_01KXG04HT2S9KW2Z1Y8QEM91RG",
|
|
658
|
+
"payloadEntity": "ThreadPost",
|
|
658
659
|
"payloadSchema": [
|
|
659
660
|
{
|
|
660
661
|
"name": "id",
|
|
@@ -879,6 +880,7 @@
|
|
|
879
880
|
"id": "evt_01KXG04HT2S9KW2Z1Y8QEM91RG",
|
|
880
881
|
"key": "ThreadPostCreated",
|
|
881
882
|
"name": "ThreadPost created",
|
|
883
|
+
"payloadEntity": "ThreadPost",
|
|
882
884
|
"payloadSchema": [
|
|
883
885
|
{
|
|
884
886
|
"name": "id",
|
|
@@ -578,6 +578,7 @@
|
|
|
578
578
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
579
579
|
"event": "RevisionRolledBack",
|
|
580
580
|
"eventId": "evt_01KXG04HVBATTVD4EEQ7M0KAJR",
|
|
581
|
+
"payloadEntity": "Revision",
|
|
581
582
|
"payloadSchema": [
|
|
582
583
|
{
|
|
583
584
|
"name": "id",
|
|
@@ -758,6 +759,7 @@
|
|
|
758
759
|
"id": "evt_01KXG04HVBATTVD4EEQ7M0KAJR",
|
|
759
760
|
"key": "RevisionRolledBack",
|
|
760
761
|
"name": "Revision rolled back",
|
|
762
|
+
"payloadEntity": "Revision",
|
|
761
763
|
"payloadSchema": [
|
|
762
764
|
{
|
|
763
765
|
"name": "id",
|
|
@@ -30314,6 +30314,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
30314
30314
|
{
|
|
30315
30315
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
30316
30316
|
"event": "ErasureSaved",
|
|
30317
|
+
"payloadEntity": "ErasureRequest",
|
|
30317
30318
|
"payloadSchema": [
|
|
30318
30319
|
{
|
|
30319
30320
|
"name": "id",
|
|
@@ -30723,6 +30724,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
30723
30724
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
30724
30725
|
"key": "ErasureSaved",
|
|
30725
30726
|
"name": "Erasure saved",
|
|
30727
|
+
"payloadEntity": "ErasureRequest",
|
|
30726
30728
|
"payloadSchema": [
|
|
30727
30729
|
{
|
|
30728
30730
|
"name": "id",
|
|
@@ -44541,6 +44543,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
44541
44543
|
{
|
|
44542
44544
|
"description": "A new image has been successfully uploaded.",
|
|
44543
44545
|
"event": "UploadedImageCreated",
|
|
44546
|
+
"payloadEntity": "UploadedImage",
|
|
44544
44547
|
"payloadSchema": [
|
|
44545
44548
|
{
|
|
44546
44549
|
"name": "id",
|
|
@@ -44889,6 +44892,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
44889
44892
|
"description": "A new image has been successfully uploaded.",
|
|
44890
44893
|
"key": "UploadedImageCreated",
|
|
44891
44894
|
"name": "UploadedImage created",
|
|
44895
|
+
"payloadEntity": "UploadedImage",
|
|
44892
44896
|
"payloadSchema": [
|
|
44893
44897
|
{
|
|
44894
44898
|
"name": "id",
|
|
@@ -57180,6 +57184,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
57180
57184
|
{
|
|
57181
57185
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
57182
57186
|
"event": "ModQueueItemReviewed",
|
|
57187
|
+
"payloadEntity": "ModQueueItem",
|
|
57183
57188
|
"payloadSchema": [
|
|
57184
57189
|
{
|
|
57185
57190
|
"name": "id",
|
|
@@ -57551,6 +57556,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
57551
57556
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
57552
57557
|
"key": "ModQueueItemReviewed",
|
|
57553
57558
|
"name": "ModQueueItem reviewed",
|
|
57559
|
+
"payloadEntity": "ModQueueItem",
|
|
57554
57560
|
"payloadSchema": [
|
|
57555
57561
|
{
|
|
57556
57562
|
"name": "id",
|
|
@@ -68809,6 +68815,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
68809
68815
|
{
|
|
68810
68816
|
"description": "Indicates a review has been successfully saved.",
|
|
68811
68817
|
"event": "ReviewSaved",
|
|
68818
|
+
"payloadEntity": "ReviewView",
|
|
68812
68819
|
"payloadSchema": [
|
|
68813
68820
|
{
|
|
68814
68821
|
"name": "id",
|
|
@@ -69003,6 +69010,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
69003
69010
|
"description": "Indicates a review has been successfully saved.",
|
|
69004
69011
|
"key": "ReviewSaved",
|
|
69005
69012
|
"name": "Review saved",
|
|
69013
|
+
"payloadEntity": "ReviewView",
|
|
69006
69014
|
"payloadSchema": [
|
|
69007
69015
|
{
|
|
69008
69016
|
"name": "id",
|
|
@@ -71049,6 +71057,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
71049
71057
|
{
|
|
71050
71058
|
"description": "Indicates a review has been successfully stored.",
|
|
71051
71059
|
"event": "ReviewSaved",
|
|
71060
|
+
"payloadEntity": "ReviewView",
|
|
71052
71061
|
"payloadSchema": [
|
|
71053
71062
|
{
|
|
71054
71063
|
"name": "id",
|
|
@@ -71233,6 +71242,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
71233
71242
|
"description": "Indicates a review has been successfully stored.",
|
|
71234
71243
|
"key": "ReviewSaved",
|
|
71235
71244
|
"name": "Review saved",
|
|
71245
|
+
"payloadEntity": "ReviewView",
|
|
71236
71246
|
"payloadSchema": [
|
|
71237
71247
|
{
|
|
71238
71248
|
"name": "id",
|
|
@@ -79653,6 +79663,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
79653
79663
|
{
|
|
79654
79664
|
"description": "Indicates a saved search has been modified and persisted.",
|
|
79655
79665
|
"event": "SavedSearchUpdated",
|
|
79666
|
+
"payloadEntity": "SavedSearch",
|
|
79656
79667
|
"payloadSchema": [
|
|
79657
79668
|
{
|
|
79658
79669
|
"name": "id",
|
|
@@ -79842,6 +79853,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
79842
79853
|
"description": "Indicates a saved search has been modified and persisted.",
|
|
79843
79854
|
"key": "SavedSearchUpdated",
|
|
79844
79855
|
"name": "SavedSearch updated",
|
|
79856
|
+
"payloadEntity": "SavedSearch",
|
|
79845
79857
|
"payloadSchema": [
|
|
79846
79858
|
{
|
|
79847
79859
|
"name": "id",
|
|
@@ -82744,6 +82756,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
82744
82756
|
{
|
|
82745
82757
|
"description": "Indicates a signature has been successfully captured and submitted.",
|
|
82746
82758
|
"event": "SignatureSubmitted",
|
|
82759
|
+
"payloadEntity": "Signature",
|
|
82747
82760
|
"payloadSchema": [
|
|
82748
82761
|
{
|
|
82749
82762
|
"name": "id",
|
|
@@ -82914,6 +82927,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
82914
82927
|
"description": "Indicates a signature has been successfully captured and submitted.",
|
|
82915
82928
|
"key": "SignatureSubmitted",
|
|
82916
82929
|
"name": "Signature submitted",
|
|
82930
|
+
"payloadEntity": "Signature",
|
|
82917
82931
|
"payloadSchema": [
|
|
82918
82932
|
{
|
|
82919
82933
|
"name": "id",
|
|
@@ -85097,6 +85111,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
85097
85111
|
{
|
|
85098
85112
|
"description": "Internal: the status write landed; carries the persisted row flat.",
|
|
85099
85113
|
"event": "StatusPersisted",
|
|
85114
|
+
"payloadEntity": "StatusRecord",
|
|
85100
85115
|
"payloadSchema": [
|
|
85101
85116
|
{
|
|
85102
85117
|
"name": "id",
|
|
@@ -85156,6 +85171,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
85156
85171
|
{
|
|
85157
85172
|
"key": "StatusPersisted",
|
|
85158
85173
|
"name": "Status persisted",
|
|
85174
|
+
"payloadEntity": "StatusRecord",
|
|
85159
85175
|
"payloadSchema": [
|
|
85160
85176
|
{
|
|
85161
85177
|
"name": "id",
|
|
@@ -88336,6 +88352,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
88336
88352
|
{
|
|
88337
88353
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
88338
88354
|
"event": "TagCreated",
|
|
88355
|
+
"payloadEntity": "Tag",
|
|
88339
88356
|
"payloadSchema": [
|
|
88340
88357
|
{
|
|
88341
88358
|
"name": "id",
|
|
@@ -88534,6 +88551,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
88534
88551
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
88535
88552
|
"key": "TagCreated",
|
|
88536
88553
|
"name": "Tag created",
|
|
88554
|
+
"payloadEntity": "Tag",
|
|
88537
88555
|
"payloadSchema": [
|
|
88538
88556
|
{
|
|
88539
88557
|
"name": "id",
|
|
@@ -90328,6 +90346,7 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
90328
90346
|
{
|
|
90329
90347
|
"description": "A new post has been added to the thread \u2014 payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, \u2026), not wrapped under a row field.",
|
|
90330
90348
|
"event": "ThreadPostCreated",
|
|
90349
|
+
"payloadEntity": "ThreadPost",
|
|
90331
90350
|
"payloadSchema": [
|
|
90332
90351
|
{
|
|
90333
90352
|
"name": "id",
|
|
@@ -90540,6 +90559,7 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
90540
90559
|
"description": "A new post has been added to the thread \u2014 payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, \u2026), not wrapped under a row field.",
|
|
90541
90560
|
"key": "ThreadPostCreated",
|
|
90542
90561
|
"name": "ThreadPost created",
|
|
90562
|
+
"payloadEntity": "ThreadPost",
|
|
90543
90563
|
"payloadSchema": [
|
|
90544
90564
|
{
|
|
90545
90565
|
"name": "id",
|
|
@@ -94231,6 +94251,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
94231
94251
|
{
|
|
94232
94252
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
94233
94253
|
"event": "RevisionRolledBack",
|
|
94254
|
+
"payloadEntity": "Revision",
|
|
94234
94255
|
"payloadSchema": [
|
|
94235
94256
|
{
|
|
94236
94257
|
"name": "id",
|
|
@@ -94402,6 +94423,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
94402
94423
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
94403
94424
|
"key": "RevisionRolledBack",
|
|
94404
94425
|
"name": "Revision rolled back",
|
|
94426
|
+
"payloadEntity": "Revision",
|
|
94405
94427
|
"payloadSchema": [
|
|
94406
94428
|
{
|
|
94407
94429
|
"name": "id",
|
|
@@ -28489,6 +28489,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
28489
28489
|
{
|
|
28490
28490
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
28491
28491
|
"event": "ErasureSaved",
|
|
28492
|
+
"payloadEntity": "ErasureRequest",
|
|
28492
28493
|
"payloadSchema": [
|
|
28493
28494
|
{
|
|
28494
28495
|
"name": "id",
|
|
@@ -28898,6 +28899,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
28898
28899
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
28899
28900
|
"key": "ErasureSaved",
|
|
28900
28901
|
"name": "Erasure saved",
|
|
28902
|
+
"payloadEntity": "ErasureRequest",
|
|
28901
28903
|
"payloadSchema": [
|
|
28902
28904
|
{
|
|
28903
28905
|
"name": "id",
|
|
@@ -42716,6 +42718,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
42716
42718
|
{
|
|
42717
42719
|
"description": "A new image has been successfully uploaded.",
|
|
42718
42720
|
"event": "UploadedImageCreated",
|
|
42721
|
+
"payloadEntity": "UploadedImage",
|
|
42719
42722
|
"payloadSchema": [
|
|
42720
42723
|
{
|
|
42721
42724
|
"name": "id",
|
|
@@ -43064,6 +43067,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
43064
43067
|
"description": "A new image has been successfully uploaded.",
|
|
43065
43068
|
"key": "UploadedImageCreated",
|
|
43066
43069
|
"name": "UploadedImage created",
|
|
43070
|
+
"payloadEntity": "UploadedImage",
|
|
43067
43071
|
"payloadSchema": [
|
|
43068
43072
|
{
|
|
43069
43073
|
"name": "id",
|
|
@@ -55355,6 +55359,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
55355
55359
|
{
|
|
55356
55360
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
55357
55361
|
"event": "ModQueueItemReviewed",
|
|
55362
|
+
"payloadEntity": "ModQueueItem",
|
|
55358
55363
|
"payloadSchema": [
|
|
55359
55364
|
{
|
|
55360
55365
|
"name": "id",
|
|
@@ -55726,6 +55731,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
55726
55731
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
55727
55732
|
"key": "ModQueueItemReviewed",
|
|
55728
55733
|
"name": "ModQueueItem reviewed",
|
|
55734
|
+
"payloadEntity": "ModQueueItem",
|
|
55729
55735
|
"payloadSchema": [
|
|
55730
55736
|
{
|
|
55731
55737
|
"name": "id",
|
|
@@ -66984,6 +66990,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
66984
66990
|
{
|
|
66985
66991
|
"description": "Indicates a review has been successfully saved.",
|
|
66986
66992
|
"event": "ReviewSaved",
|
|
66993
|
+
"payloadEntity": "ReviewView",
|
|
66987
66994
|
"payloadSchema": [
|
|
66988
66995
|
{
|
|
66989
66996
|
"name": "id",
|
|
@@ -67178,6 +67185,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
67178
67185
|
"description": "Indicates a review has been successfully saved.",
|
|
67179
67186
|
"key": "ReviewSaved",
|
|
67180
67187
|
"name": "Review saved",
|
|
67188
|
+
"payloadEntity": "ReviewView",
|
|
67181
67189
|
"payloadSchema": [
|
|
67182
67190
|
{
|
|
67183
67191
|
"name": "id",
|
|
@@ -69224,6 +69232,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
69224
69232
|
{
|
|
69225
69233
|
"description": "Indicates a review has been successfully stored.",
|
|
69226
69234
|
"event": "ReviewSaved",
|
|
69235
|
+
"payloadEntity": "ReviewView",
|
|
69227
69236
|
"payloadSchema": [
|
|
69228
69237
|
{
|
|
69229
69238
|
"name": "id",
|
|
@@ -69408,6 +69417,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
69408
69417
|
"description": "Indicates a review has been successfully stored.",
|
|
69409
69418
|
"key": "ReviewSaved",
|
|
69410
69419
|
"name": "Review saved",
|
|
69420
|
+
"payloadEntity": "ReviewView",
|
|
69411
69421
|
"payloadSchema": [
|
|
69412
69422
|
{
|
|
69413
69423
|
"name": "id",
|
|
@@ -77828,6 +77838,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
77828
77838
|
{
|
|
77829
77839
|
"description": "Indicates a saved search has been modified and persisted.",
|
|
77830
77840
|
"event": "SavedSearchUpdated",
|
|
77841
|
+
"payloadEntity": "SavedSearch",
|
|
77831
77842
|
"payloadSchema": [
|
|
77832
77843
|
{
|
|
77833
77844
|
"name": "id",
|
|
@@ -78017,6 +78028,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
78017
78028
|
"description": "Indicates a saved search has been modified and persisted.",
|
|
78018
78029
|
"key": "SavedSearchUpdated",
|
|
78019
78030
|
"name": "SavedSearch updated",
|
|
78031
|
+
"payloadEntity": "SavedSearch",
|
|
78020
78032
|
"payloadSchema": [
|
|
78021
78033
|
{
|
|
78022
78034
|
"name": "id",
|
|
@@ -80919,6 +80931,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
80919
80931
|
{
|
|
80920
80932
|
"description": "Indicates a signature has been successfully captured and submitted.",
|
|
80921
80933
|
"event": "SignatureSubmitted",
|
|
80934
|
+
"payloadEntity": "Signature",
|
|
80922
80935
|
"payloadSchema": [
|
|
80923
80936
|
{
|
|
80924
80937
|
"name": "id",
|
|
@@ -81089,6 +81102,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
81089
81102
|
"description": "Indicates a signature has been successfully captured and submitted.",
|
|
81090
81103
|
"key": "SignatureSubmitted",
|
|
81091
81104
|
"name": "Signature submitted",
|
|
81105
|
+
"payloadEntity": "Signature",
|
|
81092
81106
|
"payloadSchema": [
|
|
81093
81107
|
{
|
|
81094
81108
|
"name": "id",
|
|
@@ -83272,6 +83286,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
83272
83286
|
{
|
|
83273
83287
|
"description": "Internal: the status write landed; carries the persisted row flat.",
|
|
83274
83288
|
"event": "StatusPersisted",
|
|
83289
|
+
"payloadEntity": "StatusRecord",
|
|
83275
83290
|
"payloadSchema": [
|
|
83276
83291
|
{
|
|
83277
83292
|
"name": "id",
|
|
@@ -83331,6 +83346,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
83331
83346
|
{
|
|
83332
83347
|
"key": "StatusPersisted",
|
|
83333
83348
|
"name": "Status persisted",
|
|
83349
|
+
"payloadEntity": "StatusRecord",
|
|
83334
83350
|
"payloadSchema": [
|
|
83335
83351
|
{
|
|
83336
83352
|
"name": "id",
|
|
@@ -86511,6 +86527,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
86511
86527
|
{
|
|
86512
86528
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
86513
86529
|
"event": "TagCreated",
|
|
86530
|
+
"payloadEntity": "Tag",
|
|
86514
86531
|
"payloadSchema": [
|
|
86515
86532
|
{
|
|
86516
86533
|
"name": "id",
|
|
@@ -86709,6 +86726,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
86709
86726
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
86710
86727
|
"key": "TagCreated",
|
|
86711
86728
|
"name": "Tag created",
|
|
86729
|
+
"payloadEntity": "Tag",
|
|
86712
86730
|
"payloadSchema": [
|
|
86713
86731
|
{
|
|
86714
86732
|
"name": "id",
|
|
@@ -88503,6 +88521,7 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
88503
88521
|
{
|
|
88504
88522
|
"description": "A new post has been added to the thread \u2014 payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, \u2026), not wrapped under a row field.",
|
|
88505
88523
|
"event": "ThreadPostCreated",
|
|
88524
|
+
"payloadEntity": "ThreadPost",
|
|
88506
88525
|
"payloadSchema": [
|
|
88507
88526
|
{
|
|
88508
88527
|
"name": "id",
|
|
@@ -88715,6 +88734,7 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
88715
88734
|
"description": "A new post has been added to the thread \u2014 payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, \u2026), not wrapped under a row field.",
|
|
88716
88735
|
"key": "ThreadPostCreated",
|
|
88717
88736
|
"name": "ThreadPost created",
|
|
88737
|
+
"payloadEntity": "ThreadPost",
|
|
88718
88738
|
"payloadSchema": [
|
|
88719
88739
|
{
|
|
88720
88740
|
"name": "id",
|
|
@@ -92406,6 +92426,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
92406
92426
|
{
|
|
92407
92427
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
92408
92428
|
"event": "RevisionRolledBack",
|
|
92429
|
+
"payloadEntity": "Revision",
|
|
92409
92430
|
"payloadSchema": [
|
|
92410
92431
|
{
|
|
92411
92432
|
"name": "id",
|
|
@@ -92577,6 +92598,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
92577
92598
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
92578
92599
|
"key": "RevisionRolledBack",
|
|
92579
92600
|
"name": "Revision rolled back",
|
|
92601
|
+
"payloadEntity": "Revision",
|
|
92580
92602
|
"payloadSchema": [
|
|
92581
92603
|
{
|
|
92582
92604
|
"name": "id",
|
package/dist/behaviors/index.js
CHANGED
|
@@ -30387,6 +30387,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
30387
30387
|
{
|
|
30388
30388
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
30389
30389
|
"event": "ErasureSaved",
|
|
30390
|
+
"payloadEntity": "ErasureRequest",
|
|
30390
30391
|
"payloadSchema": [
|
|
30391
30392
|
{
|
|
30392
30393
|
"name": "id",
|
|
@@ -30796,6 +30797,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
30796
30797
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
30797
30798
|
"key": "ErasureSaved",
|
|
30798
30799
|
"name": "Erasure saved",
|
|
30800
|
+
"payloadEntity": "ErasureRequest",
|
|
30799
30801
|
"payloadSchema": [
|
|
30800
30802
|
{
|
|
30801
30803
|
"name": "id",
|
|
@@ -44614,6 +44616,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
44614
44616
|
{
|
|
44615
44617
|
"description": "A new image has been successfully uploaded.",
|
|
44616
44618
|
"event": "UploadedImageCreated",
|
|
44619
|
+
"payloadEntity": "UploadedImage",
|
|
44617
44620
|
"payloadSchema": [
|
|
44618
44621
|
{
|
|
44619
44622
|
"name": "id",
|
|
@@ -44962,6 +44965,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
44962
44965
|
"description": "A new image has been successfully uploaded.",
|
|
44963
44966
|
"key": "UploadedImageCreated",
|
|
44964
44967
|
"name": "UploadedImage created",
|
|
44968
|
+
"payloadEntity": "UploadedImage",
|
|
44965
44969
|
"payloadSchema": [
|
|
44966
44970
|
{
|
|
44967
44971
|
"name": "id",
|
|
@@ -57253,6 +57257,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
57253
57257
|
{
|
|
57254
57258
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
57255
57259
|
"event": "ModQueueItemReviewed",
|
|
57260
|
+
"payloadEntity": "ModQueueItem",
|
|
57256
57261
|
"payloadSchema": [
|
|
57257
57262
|
{
|
|
57258
57263
|
"name": "id",
|
|
@@ -57624,6 +57629,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
57624
57629
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
57625
57630
|
"key": "ModQueueItemReviewed",
|
|
57626
57631
|
"name": "ModQueueItem reviewed",
|
|
57632
|
+
"payloadEntity": "ModQueueItem",
|
|
57627
57633
|
"payloadSchema": [
|
|
57628
57634
|
{
|
|
57629
57635
|
"name": "id",
|
|
@@ -68882,6 +68888,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
68882
68888
|
{
|
|
68883
68889
|
"description": "Indicates a review has been successfully saved.",
|
|
68884
68890
|
"event": "ReviewSaved",
|
|
68891
|
+
"payloadEntity": "ReviewView",
|
|
68885
68892
|
"payloadSchema": [
|
|
68886
68893
|
{
|
|
68887
68894
|
"name": "id",
|
|
@@ -69076,6 +69083,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
69076
69083
|
"description": "Indicates a review has been successfully saved.",
|
|
69077
69084
|
"key": "ReviewSaved",
|
|
69078
69085
|
"name": "Review saved",
|
|
69086
|
+
"payloadEntity": "ReviewView",
|
|
69079
69087
|
"payloadSchema": [
|
|
69080
69088
|
{
|
|
69081
69089
|
"name": "id",
|
|
@@ -71122,6 +71130,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
71122
71130
|
{
|
|
71123
71131
|
"description": "Indicates a review has been successfully stored.",
|
|
71124
71132
|
"event": "ReviewSaved",
|
|
71133
|
+
"payloadEntity": "ReviewView",
|
|
71125
71134
|
"payloadSchema": [
|
|
71126
71135
|
{
|
|
71127
71136
|
"name": "id",
|
|
@@ -71306,6 +71315,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
71306
71315
|
"description": "Indicates a review has been successfully stored.",
|
|
71307
71316
|
"key": "ReviewSaved",
|
|
71308
71317
|
"name": "Review saved",
|
|
71318
|
+
"payloadEntity": "ReviewView",
|
|
71309
71319
|
"payloadSchema": [
|
|
71310
71320
|
{
|
|
71311
71321
|
"name": "id",
|
|
@@ -79726,6 +79736,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
79726
79736
|
{
|
|
79727
79737
|
"description": "Indicates a saved search has been modified and persisted.",
|
|
79728
79738
|
"event": "SavedSearchUpdated",
|
|
79739
|
+
"payloadEntity": "SavedSearch",
|
|
79729
79740
|
"payloadSchema": [
|
|
79730
79741
|
{
|
|
79731
79742
|
"name": "id",
|
|
@@ -79915,6 +79926,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
79915
79926
|
"description": "Indicates a saved search has been modified and persisted.",
|
|
79916
79927
|
"key": "SavedSearchUpdated",
|
|
79917
79928
|
"name": "SavedSearch updated",
|
|
79929
|
+
"payloadEntity": "SavedSearch",
|
|
79918
79930
|
"payloadSchema": [
|
|
79919
79931
|
{
|
|
79920
79932
|
"name": "id",
|
|
@@ -82817,6 +82829,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
82817
82829
|
{
|
|
82818
82830
|
"description": "Indicates a signature has been successfully captured and submitted.",
|
|
82819
82831
|
"event": "SignatureSubmitted",
|
|
82832
|
+
"payloadEntity": "Signature",
|
|
82820
82833
|
"payloadSchema": [
|
|
82821
82834
|
{
|
|
82822
82835
|
"name": "id",
|
|
@@ -82987,6 +83000,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
82987
83000
|
"description": "Indicates a signature has been successfully captured and submitted.",
|
|
82988
83001
|
"key": "SignatureSubmitted",
|
|
82989
83002
|
"name": "Signature submitted",
|
|
83003
|
+
"payloadEntity": "Signature",
|
|
82990
83004
|
"payloadSchema": [
|
|
82991
83005
|
{
|
|
82992
83006
|
"name": "id",
|
|
@@ -85170,6 +85184,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
85170
85184
|
{
|
|
85171
85185
|
"description": "Internal: the status write landed; carries the persisted row flat.",
|
|
85172
85186
|
"event": "StatusPersisted",
|
|
85187
|
+
"payloadEntity": "StatusRecord",
|
|
85173
85188
|
"payloadSchema": [
|
|
85174
85189
|
{
|
|
85175
85190
|
"name": "id",
|
|
@@ -85229,6 +85244,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
85229
85244
|
{
|
|
85230
85245
|
"key": "StatusPersisted",
|
|
85231
85246
|
"name": "Status persisted",
|
|
85247
|
+
"payloadEntity": "StatusRecord",
|
|
85232
85248
|
"payloadSchema": [
|
|
85233
85249
|
{
|
|
85234
85250
|
"name": "id",
|
|
@@ -88409,6 +88425,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
88409
88425
|
{
|
|
88410
88426
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
88411
88427
|
"event": "TagCreated",
|
|
88428
|
+
"payloadEntity": "Tag",
|
|
88412
88429
|
"payloadSchema": [
|
|
88413
88430
|
{
|
|
88414
88431
|
"name": "id",
|
|
@@ -88607,6 +88624,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
88607
88624
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
88608
88625
|
"key": "TagCreated",
|
|
88609
88626
|
"name": "Tag created",
|
|
88627
|
+
"payloadEntity": "Tag",
|
|
88610
88628
|
"payloadSchema": [
|
|
88611
88629
|
{
|
|
88612
88630
|
"name": "id",
|
|
@@ -90401,6 +90419,7 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
90401
90419
|
{
|
|
90402
90420
|
"description": "A new post has been added to the thread \u2014 payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, \u2026), not wrapped under a row field.",
|
|
90403
90421
|
"event": "ThreadPostCreated",
|
|
90422
|
+
"payloadEntity": "ThreadPost",
|
|
90404
90423
|
"payloadSchema": [
|
|
90405
90424
|
{
|
|
90406
90425
|
"name": "id",
|
|
@@ -90613,6 +90632,7 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
90613
90632
|
"description": "A new post has been added to the thread \u2014 payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, \u2026), not wrapped under a row field.",
|
|
90614
90633
|
"key": "ThreadPostCreated",
|
|
90615
90634
|
"name": "ThreadPost created",
|
|
90635
|
+
"payloadEntity": "ThreadPost",
|
|
90616
90636
|
"payloadSchema": [
|
|
90617
90637
|
{
|
|
90618
90638
|
"name": "id",
|
|
@@ -94304,6 +94324,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
94304
94324
|
{
|
|
94305
94325
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
94306
94326
|
"event": "RevisionRolledBack",
|
|
94327
|
+
"payloadEntity": "Revision",
|
|
94307
94328
|
"payloadSchema": [
|
|
94308
94329
|
{
|
|
94309
94330
|
"name": "id",
|
|
@@ -94475,6 +94496,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
94475
94496
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
94476
94497
|
"key": "RevisionRolledBack",
|
|
94477
94498
|
"name": "Revision rolled back",
|
|
94499
|
+
"payloadEntity": "Revision",
|
|
94478
94500
|
"payloadSchema": [
|
|
94479
94501
|
{
|
|
94480
94502
|
"name": "id",
|