@almadar/std 16.207.0 → 16.208.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 +166 -4
- package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -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/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 +142 -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 +320 -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 +84 -2
- package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
- package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
- package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -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 +8003 -869
- package/dist/behaviors/functions/index.d.ts +190 -184
- package/dist/behaviors/functions/index.js +8003 -869
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8003 -869
- package/dist/behaviors/query.js +8003 -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 +8003 -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
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"event": {
|
|
156
156
|
"name": "event",
|
|
157
157
|
"required": false,
|
|
158
|
-
"type": "
|
|
158
|
+
"type": "event"
|
|
159
159
|
},
|
|
160
160
|
"icon": {
|
|
161
161
|
"name": "icon",
|
|
@@ -587,8 +587,16 @@
|
|
|
587
587
|
"eventId": "evt_01KXG04SDBVHXJR39FQKJ2R4F9",
|
|
588
588
|
"payloadSchema": [
|
|
589
589
|
{
|
|
590
|
+
"entity": "DetailPanelItem",
|
|
590
591
|
"name": "data",
|
|
591
|
-
"
|
|
592
|
+
"properties": [
|
|
593
|
+
{
|
|
594
|
+
"name": "id",
|
|
595
|
+
"required": true,
|
|
596
|
+
"type": "string"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"type": "[object]"
|
|
592
600
|
}
|
|
593
601
|
],
|
|
594
602
|
"scope": "internal",
|
|
@@ -623,8 +631,16 @@
|
|
|
623
631
|
"name": "Detail panel loaded",
|
|
624
632
|
"payloadSchema": [
|
|
625
633
|
{
|
|
634
|
+
"entity": "DetailPanelItem",
|
|
626
635
|
"name": "data",
|
|
627
|
-
"
|
|
636
|
+
"properties": [
|
|
637
|
+
{
|
|
638
|
+
"name": "id",
|
|
639
|
+
"required": true,
|
|
640
|
+
"type": "string"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"type": "[object]"
|
|
628
644
|
}
|
|
629
645
|
],
|
|
630
646
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -833,7 +849,7 @@
|
|
|
833
849
|
},
|
|
834
850
|
{
|
|
835
851
|
"name": "event",
|
|
836
|
-
"type": "
|
|
852
|
+
"type": "event"
|
|
837
853
|
},
|
|
838
854
|
{
|
|
839
855
|
"name": "navigatesTo",
|
|
@@ -446,8 +446,16 @@
|
|
|
446
446
|
"eventId": "evt_01KXG04SFWBBQT5FQHF88WB1R7",
|
|
447
447
|
"payloadSchema": [
|
|
448
448
|
{
|
|
449
|
+
"entity": "EntityCardsItem",
|
|
449
450
|
"name": "data",
|
|
450
|
-
"
|
|
451
|
+
"properties": [
|
|
452
|
+
{
|
|
453
|
+
"name": "id",
|
|
454
|
+
"required": true,
|
|
455
|
+
"type": "string"
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"type": "[object]"
|
|
451
459
|
}
|
|
452
460
|
],
|
|
453
461
|
"scope": "internal",
|
|
@@ -482,8 +490,16 @@
|
|
|
482
490
|
"name": "Entity cards loaded",
|
|
483
491
|
"payloadSchema": [
|
|
484
492
|
{
|
|
493
|
+
"entity": "EntityCardsItem",
|
|
485
494
|
"name": "data",
|
|
486
|
-
"
|
|
495
|
+
"properties": [
|
|
496
|
+
{
|
|
497
|
+
"name": "id",
|
|
498
|
+
"required": true,
|
|
499
|
+
"type": "string"
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"type": "[object]"
|
|
487
503
|
}
|
|
488
504
|
],
|
|
489
505
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -408,8 +408,16 @@
|
|
|
408
408
|
"eventId": "evt_01KXG04SH3S1G8MB6C8PAC7PMY",
|
|
409
409
|
"payloadSchema": [
|
|
410
410
|
{
|
|
411
|
+
"entity": "EntityListItem",
|
|
411
412
|
"name": "data",
|
|
412
|
-
"
|
|
413
|
+
"properties": [
|
|
414
|
+
{
|
|
415
|
+
"name": "id",
|
|
416
|
+
"required": true,
|
|
417
|
+
"type": "string"
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"type": "[object]"
|
|
413
421
|
}
|
|
414
422
|
],
|
|
415
423
|
"scope": "internal",
|
|
@@ -444,8 +452,16 @@
|
|
|
444
452
|
"name": "Entity list loaded",
|
|
445
453
|
"payloadSchema": [
|
|
446
454
|
{
|
|
455
|
+
"entity": "EntityListItem",
|
|
447
456
|
"name": "data",
|
|
448
|
-
"
|
|
457
|
+
"properties": [
|
|
458
|
+
{
|
|
459
|
+
"name": "id",
|
|
460
|
+
"required": true,
|
|
461
|
+
"type": "string"
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"type": "[object]"
|
|
449
465
|
}
|
|
450
466
|
],
|
|
451
467
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"event": {
|
|
200
200
|
"name": "event",
|
|
201
201
|
"required": false,
|
|
202
|
-
"type": "
|
|
202
|
+
"type": "event"
|
|
203
203
|
},
|
|
204
204
|
"label": {
|
|
205
205
|
"name": "label",
|
|
@@ -549,8 +549,16 @@
|
|
|
549
549
|
"eventId": "evt_01KXG04SJJDJHTKN6PP74YNPWJ",
|
|
550
550
|
"payloadSchema": [
|
|
551
551
|
{
|
|
552
|
+
"entity": "EntityTableItem",
|
|
552
553
|
"name": "data",
|
|
553
|
-
"
|
|
554
|
+
"properties": [
|
|
555
|
+
{
|
|
556
|
+
"name": "id",
|
|
557
|
+
"required": true,
|
|
558
|
+
"type": "string"
|
|
559
|
+
}
|
|
560
|
+
],
|
|
561
|
+
"type": "[object]"
|
|
554
562
|
}
|
|
555
563
|
],
|
|
556
564
|
"scope": "internal",
|
|
@@ -585,8 +593,16 @@
|
|
|
585
593
|
"name": "Entity table loaded",
|
|
586
594
|
"payloadSchema": [
|
|
587
595
|
{
|
|
596
|
+
"entity": "EntityTableItem",
|
|
588
597
|
"name": "data",
|
|
589
|
-
"
|
|
598
|
+
"properties": [
|
|
599
|
+
{
|
|
600
|
+
"name": "id",
|
|
601
|
+
"required": true,
|
|
602
|
+
"type": "string"
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"type": "[object]"
|
|
590
606
|
}
|
|
591
607
|
],
|
|
592
608
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -817,7 +833,7 @@
|
|
|
817
833
|
},
|
|
818
834
|
{
|
|
819
835
|
"name": "event",
|
|
820
|
-
"type": "
|
|
836
|
+
"type": "event"
|
|
821
837
|
}
|
|
822
838
|
],
|
|
823
839
|
"EntityTableError": [
|
|
@@ -1346,8 +1346,16 @@
|
|
|
1346
1346
|
"eventId": "evt_01KXG04SM2DVNXX31353QRB30A",
|
|
1347
1347
|
"payloadSchema": [
|
|
1348
1348
|
{
|
|
1349
|
+
"entity": "FormSectionItem",
|
|
1349
1350
|
"name": "data",
|
|
1350
|
-
"
|
|
1351
|
+
"properties": [
|
|
1352
|
+
{
|
|
1353
|
+
"name": "id",
|
|
1354
|
+
"required": true,
|
|
1355
|
+
"type": "string"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"type": "[object]"
|
|
1351
1359
|
}
|
|
1352
1360
|
],
|
|
1353
1361
|
"scope": "internal",
|
|
@@ -1382,8 +1390,16 @@
|
|
|
1382
1390
|
"name": "Form section loaded",
|
|
1383
1391
|
"payloadSchema": [
|
|
1384
1392
|
{
|
|
1393
|
+
"entity": "FormSectionItem",
|
|
1385
1394
|
"name": "data",
|
|
1386
|
-
"
|
|
1395
|
+
"properties": [
|
|
1396
|
+
{
|
|
1397
|
+
"name": "id",
|
|
1398
|
+
"required": true,
|
|
1399
|
+
"type": "string"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"type": "[object]"
|
|
1387
1403
|
}
|
|
1388
1404
|
],
|
|
1389
1405
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -1346,8 +1346,16 @@
|
|
|
1346
1346
|
"eventId": "evt_01KXG04SPJ2STJW3Y490CWSZ1M",
|
|
1347
1347
|
"payloadSchema": [
|
|
1348
1348
|
{
|
|
1349
|
+
"entity": "FormItem",
|
|
1349
1350
|
"name": "data",
|
|
1350
|
-
"
|
|
1351
|
+
"properties": [
|
|
1352
|
+
{
|
|
1353
|
+
"name": "id",
|
|
1354
|
+
"required": true,
|
|
1355
|
+
"type": "string"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"type": "[object]"
|
|
1351
1359
|
}
|
|
1352
1360
|
],
|
|
1353
1361
|
"scope": "internal",
|
|
@@ -1382,8 +1390,16 @@
|
|
|
1382
1390
|
"name": "Form loaded",
|
|
1383
1391
|
"payloadSchema": [
|
|
1384
1392
|
{
|
|
1393
|
+
"entity": "FormItem",
|
|
1385
1394
|
"name": "data",
|
|
1386
|
-
"
|
|
1395
|
+
"properties": [
|
|
1396
|
+
{
|
|
1397
|
+
"name": "id",
|
|
1398
|
+
"required": true,
|
|
1399
|
+
"type": "string"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"type": "[object]"
|
|
1387
1403
|
}
|
|
1388
1404
|
],
|
|
1389
1405
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -245,8 +245,16 @@
|
|
|
245
245
|
"eventId": "evt_01KXG04SSGZSRCAJ2K416B723C",
|
|
246
246
|
"payloadSchema": [
|
|
247
247
|
{
|
|
248
|
+
"entity": "MasterDetailItem",
|
|
248
249
|
"name": "data",
|
|
249
|
-
"
|
|
250
|
+
"properties": [
|
|
251
|
+
{
|
|
252
|
+
"name": "id",
|
|
253
|
+
"required": true,
|
|
254
|
+
"type": "string"
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"type": "[object]"
|
|
250
258
|
}
|
|
251
259
|
],
|
|
252
260
|
"scope": "internal",
|
|
@@ -281,8 +289,16 @@
|
|
|
281
289
|
"name": "Master detail loaded",
|
|
282
290
|
"payloadSchema": [
|
|
283
291
|
{
|
|
292
|
+
"entity": "MasterDetailItem",
|
|
284
293
|
"name": "data",
|
|
285
|
-
"
|
|
294
|
+
"properties": [
|
|
295
|
+
{
|
|
296
|
+
"name": "id",
|
|
297
|
+
"required": true,
|
|
298
|
+
"type": "string"
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"type": "[object]"
|
|
286
302
|
}
|
|
287
303
|
],
|
|
288
304
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -385,8 +385,16 @@
|
|
|
385
385
|
"eventId": "evt_01KXG04STWA91DKSP7J3RGWY7C",
|
|
386
386
|
"payloadSchema": [
|
|
387
387
|
{
|
|
388
|
+
"entity": "MediaGalleryItem",
|
|
388
389
|
"name": "data",
|
|
389
|
-
"
|
|
390
|
+
"properties": [
|
|
391
|
+
{
|
|
392
|
+
"name": "id",
|
|
393
|
+
"required": true,
|
|
394
|
+
"type": "string"
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"type": "[object]"
|
|
390
398
|
}
|
|
391
399
|
],
|
|
392
400
|
"scope": "internal",
|
|
@@ -421,8 +429,16 @@
|
|
|
421
429
|
"name": "Media gallery loaded",
|
|
422
430
|
"payloadSchema": [
|
|
423
431
|
{
|
|
432
|
+
"entity": "MediaGalleryItem",
|
|
424
433
|
"name": "data",
|
|
425
|
-
"
|
|
434
|
+
"properties": [
|
|
435
|
+
{
|
|
436
|
+
"name": "id",
|
|
437
|
+
"required": true,
|
|
438
|
+
"type": "string"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"type": "[object]"
|
|
426
442
|
}
|
|
427
443
|
],
|
|
428
444
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -377,8 +377,16 @@
|
|
|
377
377
|
"eventId": "evt_01KXG04T0V9ABR7F4F6XE8XK7W",
|
|
378
378
|
"payloadSchema": [
|
|
379
379
|
{
|
|
380
|
+
"entity": "StatCardItem",
|
|
380
381
|
"name": "data",
|
|
381
|
-
"
|
|
382
|
+
"properties": [
|
|
383
|
+
{
|
|
384
|
+
"name": "id",
|
|
385
|
+
"required": true,
|
|
386
|
+
"type": "string"
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"type": "[object]"
|
|
382
390
|
}
|
|
383
391
|
],
|
|
384
392
|
"scope": "internal",
|
|
@@ -413,8 +421,16 @@
|
|
|
413
421
|
"name": "Stat card loaded",
|
|
414
422
|
"payloadSchema": [
|
|
415
423
|
{
|
|
424
|
+
"entity": "StatCardItem",
|
|
416
425
|
"name": "data",
|
|
417
|
-
"
|
|
426
|
+
"properties": [
|
|
427
|
+
{
|
|
428
|
+
"name": "id",
|
|
429
|
+
"required": true,
|
|
430
|
+
"type": "string"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"type": "[object]"
|
|
418
434
|
}
|
|
419
435
|
],
|
|
420
436
|
"synonyms": "loaded, fetched, retrieved",
|