@almadar/std 16.207.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/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
- package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
- package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
- package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
- package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
- package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
- package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
- package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
- package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
- package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
- package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
- package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
- package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +168 -4
- package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +102 -2
- package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +2 -0
- package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +144 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +324 -13
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +86 -2
- package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +76 -2
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +254 -6
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +70 -2
- package/behaviors/registry/ui/core/atoms/std-thread.orb +108 -2
- package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +212 -4
- package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
- package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
- package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
- package/canonical-operators.json +0 -40
- package/dist/behaviors/exports-reader.js +8025 -869
- package/dist/behaviors/functions/index.d.ts +190 -184
- package/dist/behaviors/functions/index.js +8025 -869
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8025 -869
- package/dist/behaviors/query.js +8025 -869
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +9 -9
- package/dist/behaviors-registry.json +910 -229
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8025 -891
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/anim.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +0 -11
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/behavior.d.ts +1 -1
- package/dist/modules/browser.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/ease.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/geo.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/grid.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +0 -22
- package/dist/modules/integration.d.ts +1 -1
- package/dist/modules/llm.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/memory.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/noise.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +0 -11
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/path.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/session.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/trace.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/modules/vector.d.ts +1 -1
- package/dist/modules/workspace.d.ts +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +0 -22
- package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
- package/i18n/ar.json +433 -0
- package/i18n/en.json +433 -0
- package/i18n/sl.json +433 -0
- package/package.json +21 -8
|
@@ -677,8 +677,43 @@
|
|
|
677
677
|
"eventId": "evt_01KXG04F881J388T81ZPZFQ6G0",
|
|
678
678
|
"payloadSchema": [
|
|
679
679
|
{
|
|
680
|
+
"entity": "ServiceNode",
|
|
680
681
|
"name": "data",
|
|
681
|
-
"
|
|
682
|
+
"properties": [
|
|
683
|
+
{
|
|
684
|
+
"name": "id",
|
|
685
|
+
"type": "string"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"name": "name",
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "description",
|
|
693
|
+
"type": "string"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "status",
|
|
697
|
+
"type": "string"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "createdAt",
|
|
701
|
+
"type": "string"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "failureCount",
|
|
705
|
+
"type": "number"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "successCount",
|
|
709
|
+
"type": "number"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "threshold",
|
|
713
|
+
"type": "number"
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"type": "[object]"
|
|
682
717
|
}
|
|
683
718
|
],
|
|
684
719
|
"scope": "internal",
|
|
@@ -755,8 +790,43 @@
|
|
|
755
790
|
"name": "ServiceNode loaded",
|
|
756
791
|
"payloadSchema": [
|
|
757
792
|
{
|
|
793
|
+
"entity": "ServiceNode",
|
|
758
794
|
"name": "data",
|
|
759
|
-
"
|
|
795
|
+
"properties": [
|
|
796
|
+
{
|
|
797
|
+
"name": "id",
|
|
798
|
+
"type": "string"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "name",
|
|
802
|
+
"type": "string"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "description",
|
|
806
|
+
"type": "string"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "status",
|
|
810
|
+
"type": "string"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "createdAt",
|
|
814
|
+
"type": "string"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "failureCount",
|
|
818
|
+
"type": "number"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "successCount",
|
|
822
|
+
"type": "number"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "threshold",
|
|
826
|
+
"type": "number"
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"type": "[object]"
|
|
760
830
|
}
|
|
761
831
|
],
|
|
762
832
|
"synonyms": "loaded, initialized, ready",
|
|
@@ -248,8 +248,23 @@
|
|
|
248
248
|
"type": "string"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
|
+
"entity": "ObjectSpec",
|
|
251
252
|
"name": "data",
|
|
252
|
-
"
|
|
253
|
+
"properties": [
|
|
254
|
+
{
|
|
255
|
+
"name": "id",
|
|
256
|
+
"type": "string"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "label",
|
|
260
|
+
"type": "string"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "value",
|
|
264
|
+
"type": "string"
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"type": "[object]"
|
|
253
268
|
}
|
|
254
269
|
],
|
|
255
270
|
"scope": "external"
|
|
@@ -259,8 +274,23 @@
|
|
|
259
274
|
"eventId": "evt_01KXG04F9C4YY3DN15DAVAQB5B",
|
|
260
275
|
"payloadSchema": [
|
|
261
276
|
{
|
|
277
|
+
"entity": "ObjectSpec",
|
|
262
278
|
"name": "data",
|
|
263
|
-
"
|
|
279
|
+
"properties": [
|
|
280
|
+
{
|
|
281
|
+
"name": "id",
|
|
282
|
+
"type": "string"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "label",
|
|
286
|
+
"type": "string"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "value",
|
|
290
|
+
"type": "string"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"type": "[object]"
|
|
264
294
|
}
|
|
265
295
|
],
|
|
266
296
|
"scope": "external"
|
|
@@ -555,6 +555,7 @@
|
|
|
555
555
|
"type": "string"
|
|
556
556
|
},
|
|
557
557
|
{
|
|
558
|
+
"entity": "ErasureRequest",
|
|
558
559
|
"name": "row",
|
|
559
560
|
"properties": [
|
|
560
561
|
{
|
|
@@ -614,8 +615,48 @@
|
|
|
614
615
|
"eventId": "evt_01KXG04FAZ1M298N6FY3Z2DCWN",
|
|
615
616
|
"payloadSchema": [
|
|
616
617
|
{
|
|
618
|
+
"entity": "ErasureRequest",
|
|
617
619
|
"name": "data",
|
|
618
|
-
"
|
|
620
|
+
"properties": [
|
|
621
|
+
{
|
|
622
|
+
"name": "id",
|
|
623
|
+
"required": true,
|
|
624
|
+
"type": "string"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "subjectId",
|
|
628
|
+
"type": "string"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "targetEntity",
|
|
632
|
+
"type": "string"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "status",
|
|
636
|
+
"type": "string"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "requestedAt",
|
|
640
|
+
"type": "number"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "executesAt",
|
|
644
|
+
"type": "number"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "executedAt",
|
|
648
|
+
"type": "number"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "cancelledAt",
|
|
652
|
+
"type": "number"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "notes",
|
|
656
|
+
"type": "string"
|
|
657
|
+
}
|
|
658
|
+
],
|
|
659
|
+
"type": "[object]"
|
|
619
660
|
}
|
|
620
661
|
],
|
|
621
662
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -642,6 +683,7 @@
|
|
|
642
683
|
"description": "Indicates a new erasure request has been successfully saved.",
|
|
643
684
|
"event": "ErasureSaved",
|
|
644
685
|
"eventId": "evt_01KXG04FAZ7Z465YX5VRZP9960",
|
|
686
|
+
"payloadEntity": "ErasureRequest",
|
|
645
687
|
"payloadSchema": [
|
|
646
688
|
{
|
|
647
689
|
"name": "id",
|
|
@@ -730,8 +772,48 @@
|
|
|
730
772
|
"eventId": "evt_01KXG04FAZXRQABB9T4KR6W0K1",
|
|
731
773
|
"payloadSchema": [
|
|
732
774
|
{
|
|
775
|
+
"entity": "ErasureRequest",
|
|
733
776
|
"name": "data",
|
|
734
|
-
"
|
|
777
|
+
"properties": [
|
|
778
|
+
{
|
|
779
|
+
"name": "id",
|
|
780
|
+
"required": true,
|
|
781
|
+
"type": "string"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "subjectId",
|
|
785
|
+
"type": "string"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "targetEntity",
|
|
789
|
+
"type": "string"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "status",
|
|
793
|
+
"type": "string"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"name": "requestedAt",
|
|
797
|
+
"type": "number"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "executesAt",
|
|
801
|
+
"type": "number"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "executedAt",
|
|
805
|
+
"type": "number"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "cancelledAt",
|
|
809
|
+
"type": "number"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "notes",
|
|
813
|
+
"type": "string"
|
|
814
|
+
}
|
|
815
|
+
],
|
|
816
|
+
"type": "[object]"
|
|
735
817
|
}
|
|
736
818
|
],
|
|
737
819
|
"synonyms": "scan loaded, due requests",
|
|
@@ -803,8 +885,48 @@
|
|
|
803
885
|
"name": "Erasure loaded",
|
|
804
886
|
"payloadSchema": [
|
|
805
887
|
{
|
|
888
|
+
"entity": "ErasureRequest",
|
|
806
889
|
"name": "data",
|
|
807
|
-
"
|
|
890
|
+
"properties": [
|
|
891
|
+
{
|
|
892
|
+
"name": "id",
|
|
893
|
+
"required": true,
|
|
894
|
+
"type": "string"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "subjectId",
|
|
898
|
+
"type": "string"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "targetEntity",
|
|
902
|
+
"type": "string"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "status",
|
|
906
|
+
"type": "string"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "requestedAt",
|
|
910
|
+
"type": "number"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "executesAt",
|
|
914
|
+
"type": "number"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "executedAt",
|
|
918
|
+
"type": "number"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "cancelledAt",
|
|
922
|
+
"type": "number"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "notes",
|
|
926
|
+
"type": "string"
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"type": "[object]"
|
|
808
930
|
}
|
|
809
931
|
],
|
|
810
932
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -843,8 +965,48 @@
|
|
|
843
965
|
"name": "Exec scan loaded",
|
|
844
966
|
"payloadSchema": [
|
|
845
967
|
{
|
|
968
|
+
"entity": "ErasureRequest",
|
|
846
969
|
"name": "data",
|
|
847
|
-
"
|
|
970
|
+
"properties": [
|
|
971
|
+
{
|
|
972
|
+
"name": "id",
|
|
973
|
+
"required": true,
|
|
974
|
+
"type": "string"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "subjectId",
|
|
978
|
+
"type": "string"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "targetEntity",
|
|
982
|
+
"type": "string"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "status",
|
|
986
|
+
"type": "string"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "requestedAt",
|
|
990
|
+
"type": "number"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "executesAt",
|
|
994
|
+
"type": "number"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "executedAt",
|
|
998
|
+
"type": "number"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "cancelledAt",
|
|
1002
|
+
"type": "number"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "notes",
|
|
1006
|
+
"type": "string"
|
|
1007
|
+
}
|
|
1008
|
+
],
|
|
1009
|
+
"type": "[object]"
|
|
848
1010
|
}
|
|
849
1011
|
],
|
|
850
1012
|
"synonyms": "scan loaded, due requests",
|
|
@@ -902,6 +1064,7 @@
|
|
|
902
1064
|
"type": "string"
|
|
903
1065
|
},
|
|
904
1066
|
{
|
|
1067
|
+
"entity": "ErasureRequest",
|
|
905
1068
|
"name": "row",
|
|
906
1069
|
"properties": [
|
|
907
1070
|
{
|
|
@@ -953,6 +1116,7 @@
|
|
|
953
1116
|
"id": "evt_01KXG04FAZ7Z465YX5VRZP9960",
|
|
954
1117
|
"key": "ErasureSaved",
|
|
955
1118
|
"name": "Erasure saved",
|
|
1119
|
+
"payloadEntity": "ErasureRequest",
|
|
956
1120
|
"payloadSchema": [
|
|
957
1121
|
{
|
|
958
1122
|
"name": "id",
|