@almadar/std 16.208.0 → 16.209.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/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-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 +1 -1
- 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
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",
|
package/dist/behaviors/query.js
CHANGED
|
@@ -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",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.209.0",
|
|
3
3
|
"model": "baai/bge-base-en-v1.5",
|
|
4
4
|
"dimensions": 768,
|
|
5
|
-
"registryHash": "
|
|
6
|
-
"signaturesHash": "
|
|
5
|
+
"registryHash": "db72ee3aaa3fad148486d6cc0088aa6dfda24443574190a69a22084d101f759f",
|
|
6
|
+
"signaturesHash": "c7114e7b08f4461f3f0a1b9a89c8ebb0183e8f9ba578931ad078eac326e84241"
|
|
7
7
|
}
|
package/dist/index.js
CHANGED
|
@@ -37006,6 +37006,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
37006
37006
|
{
|
|
37007
37007
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
37008
37008
|
"event": "ErasureSaved",
|
|
37009
|
+
"payloadEntity": "ErasureRequest",
|
|
37009
37010
|
"payloadSchema": [
|
|
37010
37011
|
{
|
|
37011
37012
|
"name": "id",
|
|
@@ -37415,6 +37416,7 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
37415
37416
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
37416
37417
|
"key": "ErasureSaved",
|
|
37417
37418
|
"name": "Erasure saved",
|
|
37419
|
+
"payloadEntity": "ErasureRequest",
|
|
37418
37420
|
"payloadSchema": [
|
|
37419
37421
|
{
|
|
37420
37422
|
"name": "id",
|
|
@@ -51233,6 +51235,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
51233
51235
|
{
|
|
51234
51236
|
"description": "A new image has been successfully uploaded.",
|
|
51235
51237
|
"event": "UploadedImageCreated",
|
|
51238
|
+
"payloadEntity": "UploadedImage",
|
|
51236
51239
|
"payloadSchema": [
|
|
51237
51240
|
{
|
|
51238
51241
|
"name": "id",
|
|
@@ -51581,6 +51584,7 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
51581
51584
|
"description": "A new image has been successfully uploaded.",
|
|
51582
51585
|
"key": "UploadedImageCreated",
|
|
51583
51586
|
"name": "UploadedImage created",
|
|
51587
|
+
"payloadEntity": "UploadedImage",
|
|
51584
51588
|
"payloadSchema": [
|
|
51585
51589
|
{
|
|
51586
51590
|
"name": "id",
|
|
@@ -63872,6 +63876,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
63872
63876
|
{
|
|
63873
63877
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
63874
63878
|
"event": "ModQueueItemReviewed",
|
|
63879
|
+
"payloadEntity": "ModQueueItem",
|
|
63875
63880
|
"payloadSchema": [
|
|
63876
63881
|
{
|
|
63877
63882
|
"name": "id",
|
|
@@ -64243,6 +64248,7 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
64243
64248
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
64244
64249
|
"key": "ModQueueItemReviewed",
|
|
64245
64250
|
"name": "ModQueueItem reviewed",
|
|
64251
|
+
"payloadEntity": "ModQueueItem",
|
|
64246
64252
|
"payloadSchema": [
|
|
64247
64253
|
{
|
|
64248
64254
|
"name": "id",
|
|
@@ -75501,6 +75507,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
75501
75507
|
{
|
|
75502
75508
|
"description": "Indicates a review has been successfully saved.",
|
|
75503
75509
|
"event": "ReviewSaved",
|
|
75510
|
+
"payloadEntity": "ReviewView",
|
|
75504
75511
|
"payloadSchema": [
|
|
75505
75512
|
{
|
|
75506
75513
|
"name": "id",
|
|
@@ -75695,6 +75702,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
75695
75702
|
"description": "Indicates a review has been successfully saved.",
|
|
75696
75703
|
"key": "ReviewSaved",
|
|
75697
75704
|
"name": "Review saved",
|
|
75705
|
+
"payloadEntity": "ReviewView",
|
|
75698
75706
|
"payloadSchema": [
|
|
75699
75707
|
{
|
|
75700
75708
|
"name": "id",
|
|
@@ -77741,6 +77749,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
77741
77749
|
{
|
|
77742
77750
|
"description": "Indicates a review has been successfully stored.",
|
|
77743
77751
|
"event": "ReviewSaved",
|
|
77752
|
+
"payloadEntity": "ReviewView",
|
|
77744
77753
|
"payloadSchema": [
|
|
77745
77754
|
{
|
|
77746
77755
|
"name": "id",
|
|
@@ -77925,6 +77934,7 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
77925
77934
|
"description": "Indicates a review has been successfully stored.",
|
|
77926
77935
|
"key": "ReviewSaved",
|
|
77927
77936
|
"name": "Review saved",
|
|
77937
|
+
"payloadEntity": "ReviewView",
|
|
77928
77938
|
"payloadSchema": [
|
|
77929
77939
|
{
|
|
77930
77940
|
"name": "id",
|
|
@@ -86345,6 +86355,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
86345
86355
|
{
|
|
86346
86356
|
"description": "Indicates a saved search has been modified and persisted.",
|
|
86347
86357
|
"event": "SavedSearchUpdated",
|
|
86358
|
+
"payloadEntity": "SavedSearch",
|
|
86348
86359
|
"payloadSchema": [
|
|
86349
86360
|
{
|
|
86350
86361
|
"name": "id",
|
|
@@ -86534,6 +86545,7 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
86534
86545
|
"description": "Indicates a saved search has been modified and persisted.",
|
|
86535
86546
|
"key": "SavedSearchUpdated",
|
|
86536
86547
|
"name": "SavedSearch updated",
|
|
86548
|
+
"payloadEntity": "SavedSearch",
|
|
86537
86549
|
"payloadSchema": [
|
|
86538
86550
|
{
|
|
86539
86551
|
"name": "id",
|
|
@@ -89436,6 +89448,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
89436
89448
|
{
|
|
89437
89449
|
"description": "Indicates a signature has been successfully captured and submitted.",
|
|
89438
89450
|
"event": "SignatureSubmitted",
|
|
89451
|
+
"payloadEntity": "Signature",
|
|
89439
89452
|
"payloadSchema": [
|
|
89440
89453
|
{
|
|
89441
89454
|
"name": "id",
|
|
@@ -89606,6 +89619,7 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
89606
89619
|
"description": "Indicates a signature has been successfully captured and submitted.",
|
|
89607
89620
|
"key": "SignatureSubmitted",
|
|
89608
89621
|
"name": "Signature submitted",
|
|
89622
|
+
"payloadEntity": "Signature",
|
|
89609
89623
|
"payloadSchema": [
|
|
89610
89624
|
{
|
|
89611
89625
|
"name": "id",
|
|
@@ -91789,6 +91803,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
91789
91803
|
{
|
|
91790
91804
|
"description": "Internal: the status write landed; carries the persisted row flat.",
|
|
91791
91805
|
"event": "StatusPersisted",
|
|
91806
|
+
"payloadEntity": "StatusRecord",
|
|
91792
91807
|
"payloadSchema": [
|
|
91793
91808
|
{
|
|
91794
91809
|
"name": "id",
|
|
@@ -91848,6 +91863,7 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
91848
91863
|
{
|
|
91849
91864
|
"key": "StatusPersisted",
|
|
91850
91865
|
"name": "Status persisted",
|
|
91866
|
+
"payloadEntity": "StatusRecord",
|
|
91851
91867
|
"payloadSchema": [
|
|
91852
91868
|
{
|
|
91853
91869
|
"name": "id",
|
|
@@ -95028,6 +95044,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
95028
95044
|
{
|
|
95029
95045
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
95030
95046
|
"event": "TagCreated",
|
|
95047
|
+
"payloadEntity": "Tag",
|
|
95031
95048
|
"payloadSchema": [
|
|
95032
95049
|
{
|
|
95033
95050
|
"name": "id",
|
|
@@ -95226,6 +95243,7 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
95226
95243
|
"description": "A new tag row persisted; the open level refetches to show it.",
|
|
95227
95244
|
"key": "TagCreated",
|
|
95228
95245
|
"name": "Tag created",
|
|
95246
|
+
"payloadEntity": "Tag",
|
|
95229
95247
|
"payloadSchema": [
|
|
95230
95248
|
{
|
|
95231
95249
|
"name": "id",
|
|
@@ -97020,6 +97038,7 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
97020
97038
|
{
|
|
97021
97039
|
"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.",
|
|
97022
97040
|
"event": "ThreadPostCreated",
|
|
97041
|
+
"payloadEntity": "ThreadPost",
|
|
97023
97042
|
"payloadSchema": [
|
|
97024
97043
|
{
|
|
97025
97044
|
"name": "id",
|
|
@@ -97232,6 +97251,7 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
97232
97251
|
"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.",
|
|
97233
97252
|
"key": "ThreadPostCreated",
|
|
97234
97253
|
"name": "ThreadPost created",
|
|
97254
|
+
"payloadEntity": "ThreadPost",
|
|
97235
97255
|
"payloadSchema": [
|
|
97236
97256
|
{
|
|
97237
97257
|
"name": "id",
|
|
@@ -100923,6 +100943,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
100923
100943
|
{
|
|
100924
100944
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
100925
100945
|
"event": "RevisionRolledBack",
|
|
100946
|
+
"payloadEntity": "Revision",
|
|
100926
100947
|
"payloadSchema": [
|
|
100927
100948
|
{
|
|
100928
100949
|
"name": "id",
|
|
@@ -101094,6 +101115,7 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
101094
101115
|
"description": "Indicates a revision has been successfully restored to a previous state.",
|
|
101095
101116
|
"key": "RevisionRolledBack",
|
|
101096
101117
|
"name": "Revision rolled back",
|
|
101118
|
+
"payloadEntity": "Revision",
|
|
101097
101119
|
"payloadSchema": [
|
|
101098
101120
|
{
|
|
101099
101121
|
"name": "id",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.209.0",
|
|
3
3
|
"model": "baai/bge-base-en-v1.5",
|
|
4
4
|
"dimensions": 768,
|
|
5
|
-
"registryHash": "
|
|
6
|
-
"signaturesHash": "
|
|
5
|
+
"registryHash": "db72ee3aaa3fad148486d6cc0088aa6dfda24443574190a69a22084d101f759f",
|
|
6
|
+
"signaturesHash": "c7114e7b08f4461f3f0a1b9a89c8ebb0183e8f9ba578931ad078eac326e84241"
|
|
7
7
|
}
|