@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
|
@@ -706,8 +706,23 @@
|
|
|
706
706
|
"eventId": "evt_01KXG04H7ARDZ2P3VRHRG0ME9Y",
|
|
707
707
|
"payloadSchema": [
|
|
708
708
|
{
|
|
709
|
+
"entity": "ObjectSpec",
|
|
709
710
|
"name": "data",
|
|
710
|
-
"
|
|
711
|
+
"properties": [
|
|
712
|
+
{
|
|
713
|
+
"name": "id",
|
|
714
|
+
"type": "string"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "label",
|
|
718
|
+
"type": "string"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "value",
|
|
722
|
+
"type": "string"
|
|
723
|
+
}
|
|
724
|
+
],
|
|
725
|
+
"type": "[object]"
|
|
711
726
|
}
|
|
712
727
|
],
|
|
713
728
|
"synonyms": "loaded, fetched, ready, available",
|
|
@@ -742,11 +757,73 @@
|
|
|
742
757
|
},
|
|
743
758
|
{
|
|
744
759
|
"name": "reviews",
|
|
745
|
-
"
|
|
760
|
+
"properties": [
|
|
761
|
+
{
|
|
762
|
+
"name": "id",
|
|
763
|
+
"required": true,
|
|
764
|
+
"type": "string"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"name": "rating",
|
|
768
|
+
"type": "number"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "comment",
|
|
772
|
+
"type": "string"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "authorName",
|
|
776
|
+
"type": "string"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "avatarIcon",
|
|
780
|
+
"type": "string"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "createdAt",
|
|
784
|
+
"type": "string"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "helpful",
|
|
788
|
+
"type": "number"
|
|
789
|
+
}
|
|
790
|
+
],
|
|
791
|
+
"type": "[object]"
|
|
746
792
|
},
|
|
747
793
|
{
|
|
748
794
|
"name": "reviewsSource",
|
|
749
|
-
"
|
|
795
|
+
"properties": [
|
|
796
|
+
{
|
|
797
|
+
"name": "id",
|
|
798
|
+
"required": true,
|
|
799
|
+
"type": "string"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "rating",
|
|
803
|
+
"type": "number"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"name": "comment",
|
|
807
|
+
"type": "string"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "authorName",
|
|
811
|
+
"type": "string"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"name": "avatarIcon",
|
|
815
|
+
"type": "string"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"name": "createdAt",
|
|
819
|
+
"type": "string"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "helpful",
|
|
823
|
+
"type": "number"
|
|
824
|
+
}
|
|
825
|
+
],
|
|
826
|
+
"type": "[object]"
|
|
750
827
|
},
|
|
751
828
|
{
|
|
752
829
|
"name": "totalReviews",
|
|
@@ -758,7 +835,18 @@
|
|
|
758
835
|
},
|
|
759
836
|
{
|
|
760
837
|
"name": "starDistribution",
|
|
761
|
-
"
|
|
838
|
+
"properties": [
|
|
839
|
+
{
|
|
840
|
+
"name": "label",
|
|
841
|
+
"required": true,
|
|
842
|
+
"type": "string"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"name": "percentage",
|
|
846
|
+
"type": "number"
|
|
847
|
+
}
|
|
848
|
+
],
|
|
849
|
+
"type": "[object]"
|
|
762
850
|
},
|
|
763
851
|
{
|
|
764
852
|
"name": "currentSort",
|
|
@@ -873,11 +961,73 @@
|
|
|
873
961
|
},
|
|
874
962
|
{
|
|
875
963
|
"name": "reviews",
|
|
876
|
-
"
|
|
964
|
+
"properties": [
|
|
965
|
+
{
|
|
966
|
+
"name": "id",
|
|
967
|
+
"required": true,
|
|
968
|
+
"type": "string"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "rating",
|
|
972
|
+
"type": "number"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "comment",
|
|
976
|
+
"type": "string"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "authorName",
|
|
980
|
+
"type": "string"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "avatarIcon",
|
|
984
|
+
"type": "string"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "createdAt",
|
|
988
|
+
"type": "string"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "helpful",
|
|
992
|
+
"type": "number"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"type": "[object]"
|
|
877
996
|
},
|
|
878
997
|
{
|
|
879
998
|
"name": "reviewsSource",
|
|
880
|
-
"
|
|
999
|
+
"properties": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "id",
|
|
1002
|
+
"required": true,
|
|
1003
|
+
"type": "string"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "rating",
|
|
1007
|
+
"type": "number"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "comment",
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "authorName",
|
|
1015
|
+
"type": "string"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "avatarIcon",
|
|
1019
|
+
"type": "string"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "createdAt",
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "helpful",
|
|
1027
|
+
"type": "number"
|
|
1028
|
+
}
|
|
1029
|
+
],
|
|
1030
|
+
"type": "[object]"
|
|
881
1031
|
},
|
|
882
1032
|
{
|
|
883
1033
|
"name": "totalReviews",
|
|
@@ -889,7 +1039,18 @@
|
|
|
889
1039
|
},
|
|
890
1040
|
{
|
|
891
1041
|
"name": "starDistribution",
|
|
892
|
-
"
|
|
1042
|
+
"properties": [
|
|
1043
|
+
{
|
|
1044
|
+
"name": "label",
|
|
1045
|
+
"required": true,
|
|
1046
|
+
"type": "string"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "percentage",
|
|
1050
|
+
"type": "number"
|
|
1051
|
+
}
|
|
1052
|
+
],
|
|
1053
|
+
"type": "[object]"
|
|
893
1054
|
},
|
|
894
1055
|
{
|
|
895
1056
|
"name": "currentSort",
|
|
@@ -2876,11 +3037,73 @@
|
|
|
2876
3037
|
},
|
|
2877
3038
|
{
|
|
2878
3039
|
"name": "reviews",
|
|
2879
|
-
"
|
|
3040
|
+
"properties": [
|
|
3041
|
+
{
|
|
3042
|
+
"name": "id",
|
|
3043
|
+
"required": true,
|
|
3044
|
+
"type": "string"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "rating",
|
|
3048
|
+
"type": "number"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"name": "comment",
|
|
3052
|
+
"type": "string"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "authorName",
|
|
3056
|
+
"type": "string"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "avatarIcon",
|
|
3060
|
+
"type": "string"
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "createdAt",
|
|
3064
|
+
"type": "string"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"name": "helpful",
|
|
3068
|
+
"type": "number"
|
|
3069
|
+
}
|
|
3070
|
+
],
|
|
3071
|
+
"type": "[object]"
|
|
2880
3072
|
},
|
|
2881
3073
|
{
|
|
2882
3074
|
"name": "reviewsSource",
|
|
2883
|
-
"
|
|
3075
|
+
"properties": [
|
|
3076
|
+
{
|
|
3077
|
+
"name": "id",
|
|
3078
|
+
"required": true,
|
|
3079
|
+
"type": "string"
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"name": "rating",
|
|
3083
|
+
"type": "number"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"name": "comment",
|
|
3087
|
+
"type": "string"
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "authorName",
|
|
3091
|
+
"type": "string"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"name": "avatarIcon",
|
|
3095
|
+
"type": "string"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "createdAt",
|
|
3099
|
+
"type": "string"
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "helpful",
|
|
3103
|
+
"type": "number"
|
|
3104
|
+
}
|
|
3105
|
+
],
|
|
3106
|
+
"type": "[object]"
|
|
2884
3107
|
},
|
|
2885
3108
|
{
|
|
2886
3109
|
"name": "totalReviews",
|
|
@@ -2892,7 +3115,18 @@
|
|
|
2892
3115
|
},
|
|
2893
3116
|
{
|
|
2894
3117
|
"name": "starDistribution",
|
|
2895
|
-
"
|
|
3118
|
+
"properties": [
|
|
3119
|
+
{
|
|
3120
|
+
"name": "label",
|
|
3121
|
+
"required": true,
|
|
3122
|
+
"type": "string"
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "percentage",
|
|
3126
|
+
"type": "number"
|
|
3127
|
+
}
|
|
3128
|
+
],
|
|
3129
|
+
"type": "[object]"
|
|
2896
3130
|
},
|
|
2897
3131
|
{
|
|
2898
3132
|
"name": "currentSort",
|
|
@@ -2998,11 +3232,73 @@
|
|
|
2998
3232
|
},
|
|
2999
3233
|
{
|
|
3000
3234
|
"name": "reviews",
|
|
3001
|
-
"
|
|
3235
|
+
"properties": [
|
|
3236
|
+
{
|
|
3237
|
+
"name": "id",
|
|
3238
|
+
"required": true,
|
|
3239
|
+
"type": "string"
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"name": "rating",
|
|
3243
|
+
"type": "number"
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"name": "comment",
|
|
3247
|
+
"type": "string"
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"name": "authorName",
|
|
3251
|
+
"type": "string"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "avatarIcon",
|
|
3255
|
+
"type": "string"
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"name": "createdAt",
|
|
3259
|
+
"type": "string"
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"name": "helpful",
|
|
3263
|
+
"type": "number"
|
|
3264
|
+
}
|
|
3265
|
+
],
|
|
3266
|
+
"type": "[object]"
|
|
3002
3267
|
},
|
|
3003
3268
|
{
|
|
3004
3269
|
"name": "reviewsSource",
|
|
3005
|
-
"
|
|
3270
|
+
"properties": [
|
|
3271
|
+
{
|
|
3272
|
+
"name": "id",
|
|
3273
|
+
"required": true,
|
|
3274
|
+
"type": "string"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"name": "rating",
|
|
3278
|
+
"type": "number"
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "comment",
|
|
3282
|
+
"type": "string"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"name": "authorName",
|
|
3286
|
+
"type": "string"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"name": "avatarIcon",
|
|
3290
|
+
"type": "string"
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
"name": "createdAt",
|
|
3294
|
+
"type": "string"
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"name": "helpful",
|
|
3298
|
+
"type": "number"
|
|
3299
|
+
}
|
|
3300
|
+
],
|
|
3301
|
+
"type": "[object]"
|
|
3006
3302
|
},
|
|
3007
3303
|
{
|
|
3008
3304
|
"name": "totalReviews",
|
|
@@ -3014,7 +3310,18 @@
|
|
|
3014
3310
|
},
|
|
3015
3311
|
{
|
|
3016
3312
|
"name": "starDistribution",
|
|
3017
|
-
"
|
|
3313
|
+
"properties": [
|
|
3314
|
+
{
|
|
3315
|
+
"name": "label",
|
|
3316
|
+
"required": true,
|
|
3317
|
+
"type": "string"
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "percentage",
|
|
3321
|
+
"type": "number"
|
|
3322
|
+
}
|
|
3323
|
+
],
|
|
3324
|
+
"type": "[object]"
|
|
3018
3325
|
},
|
|
3019
3326
|
{
|
|
3020
3327
|
"name": "currentSort",
|
|
@@ -810,6 +810,7 @@
|
|
|
810
810
|
"eventId": "evt_01M11G7GKTPSHKRVR2KJCCXH83",
|
|
811
811
|
"payloadSchema": [
|
|
812
812
|
{
|
|
813
|
+
"entity": "RecordItem",
|
|
813
814
|
"name": "data",
|
|
814
815
|
"properties": [
|
|
815
816
|
{
|
|
@@ -876,8 +877,57 @@
|
|
|
876
877
|
"eventId": "evt_01M13GHEP2SC7P69RWYXYACGK1",
|
|
877
878
|
"payloadSchema": [
|
|
878
879
|
{
|
|
880
|
+
"entity": "RecordItem",
|
|
879
881
|
"name": "data",
|
|
880
|
-
"
|
|
882
|
+
"properties": [
|
|
883
|
+
{
|
|
884
|
+
"name": "id",
|
|
885
|
+
"required": true,
|
|
886
|
+
"type": "string"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "name",
|
|
890
|
+
"required": true,
|
|
891
|
+
"type": "string"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "description",
|
|
895
|
+
"type": "string"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "status",
|
|
899
|
+
"type": "string"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "slug",
|
|
903
|
+
"type": "string"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "content",
|
|
907
|
+
"type": "string"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"name": "coverUrl",
|
|
911
|
+
"type": "string"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "iconName",
|
|
915
|
+
"type": "string"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "loadedRow",
|
|
919
|
+
"type": "Map<string,scalar>"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"name": "openDraft",
|
|
923
|
+
"type": "string"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "createdAt",
|
|
927
|
+
"type": "string"
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"type": "[object]"
|
|
881
931
|
},
|
|
882
932
|
{
|
|
883
933
|
"name": "totalCount",
|
|
@@ -917,6 +967,7 @@
|
|
|
917
967
|
"type": "string"
|
|
918
968
|
},
|
|
919
969
|
{
|
|
970
|
+
"entity": "RecordItem",
|
|
920
971
|
"name": "row",
|
|
921
972
|
"properties": [
|
|
922
973
|
{
|
|
@@ -985,6 +1036,7 @@
|
|
|
985
1036
|
"type": "string"
|
|
986
1037
|
},
|
|
987
1038
|
{
|
|
1039
|
+
"entity": "RecordItem",
|
|
988
1040
|
"name": "row",
|
|
989
1041
|
"properties": [
|
|
990
1042
|
{
|
|
@@ -1227,6 +1279,7 @@
|
|
|
1227
1279
|
"type": "string"
|
|
1228
1280
|
},
|
|
1229
1281
|
{
|
|
1282
|
+
"entity": "RecordItem",
|
|
1230
1283
|
"name": "row",
|
|
1231
1284
|
"properties": [
|
|
1232
1285
|
{
|
|
@@ -1290,6 +1343,7 @@
|
|
|
1290
1343
|
"name": "RecordItem loaded",
|
|
1291
1344
|
"payloadSchema": [
|
|
1292
1345
|
{
|
|
1346
|
+
"entity": "RecordItem",
|
|
1293
1347
|
"name": "data",
|
|
1294
1348
|
"properties": [
|
|
1295
1349
|
{
|
|
@@ -1356,8 +1410,57 @@
|
|
|
1356
1410
|
"name": "RecordItem slug loaded",
|
|
1357
1411
|
"payloadSchema": [
|
|
1358
1412
|
{
|
|
1413
|
+
"entity": "RecordItem",
|
|
1359
1414
|
"name": "data",
|
|
1360
|
-
"
|
|
1415
|
+
"properties": [
|
|
1416
|
+
{
|
|
1417
|
+
"name": "id",
|
|
1418
|
+
"required": true,
|
|
1419
|
+
"type": "string"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"name": "name",
|
|
1423
|
+
"required": true,
|
|
1424
|
+
"type": "string"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "description",
|
|
1428
|
+
"type": "string"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "status",
|
|
1432
|
+
"type": "string"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "slug",
|
|
1436
|
+
"type": "string"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "content",
|
|
1440
|
+
"type": "string"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "coverUrl",
|
|
1444
|
+
"type": "string"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "iconName",
|
|
1448
|
+
"type": "string"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "loadedRow",
|
|
1452
|
+
"type": "Map<string,scalar>"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "openDraft",
|
|
1456
|
+
"type": "string"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "createdAt",
|
|
1460
|
+
"type": "string"
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"type": "[object]"
|
|
1361
1464
|
},
|
|
1362
1465
|
{
|
|
1363
1466
|
"name": "totalCount",
|
|
@@ -1443,6 +1546,7 @@
|
|
|
1443
1546
|
"type": "string"
|
|
1444
1547
|
},
|
|
1445
1548
|
{
|
|
1549
|
+
"entity": "RecordItem",
|
|
1446
1550
|
"name": "row",
|
|
1447
1551
|
"properties": [
|
|
1448
1552
|
{
|
|
@@ -1511,6 +1615,7 @@
|
|
|
1511
1615
|
"type": "string"
|
|
1512
1616
|
},
|
|
1513
1617
|
{
|
|
1618
|
+
"entity": "RecordItem",
|
|
1514
1619
|
"name": "row",
|
|
1515
1620
|
"properties": [
|
|
1516
1621
|
{
|
|
@@ -3537,6 +3642,7 @@
|
|
|
3537
3642
|
"type": "string"
|
|
3538
3643
|
},
|
|
3539
3644
|
{
|
|
3645
|
+
"entity": "RecordItem",
|
|
3540
3646
|
"name": "patch",
|
|
3541
3647
|
"properties": [
|
|
3542
3648
|
{
|
|
@@ -3647,6 +3753,7 @@
|
|
|
3647
3753
|
"name": "Show Details",
|
|
3648
3754
|
"payloadSchema": [
|
|
3649
3755
|
{
|
|
3756
|
+
"entity": "RecordItem",
|
|
3650
3757
|
"name": "data",
|
|
3651
3758
|
"properties": [
|
|
3652
3759
|
{
|
|
@@ -3728,6 +3835,7 @@
|
|
|
3728
3835
|
"type": "string"
|
|
3729
3836
|
},
|
|
3730
3837
|
{
|
|
3838
|
+
"entity": "RecordItem",
|
|
3731
3839
|
"name": "patch",
|
|
3732
3840
|
"properties": [
|
|
3733
3841
|
{
|
|
@@ -3808,6 +3916,7 @@
|
|
|
3808
3916
|
"type": "string"
|
|
3809
3917
|
},
|
|
3810
3918
|
{
|
|
3919
|
+
"entity": "RecordItem",
|
|
3811
3920
|
"name": "patch",
|
|
3812
3921
|
"properties": [
|
|
3813
3922
|
{
|
|
@@ -568,8 +568,23 @@
|
|
|
568
568
|
"eventId": "evt_01KXG04H97EV2C58D84JCET1E1",
|
|
569
569
|
"payloadSchema": [
|
|
570
570
|
{
|
|
571
|
+
"entity": "ObjectSpec",
|
|
571
572
|
"name": "data",
|
|
572
|
-
"
|
|
573
|
+
"properties": [
|
|
574
|
+
{
|
|
575
|
+
"name": "id",
|
|
576
|
+
"type": "string"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "label",
|
|
580
|
+
"type": "string"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "value",
|
|
584
|
+
"type": "string"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"type": "[object]"
|
|
573
588
|
}
|
|
574
589
|
],
|
|
575
590
|
"synonyms": "loaded, initialized, ready",
|
|
@@ -189,8 +189,20 @@
|
|
|
189
189
|
"eventId": "evt_01KXG04HB00F39QDW8TJMSKNJ9",
|
|
190
190
|
"payloadSchema": [
|
|
191
191
|
{
|
|
192
|
+
"entity": "RelatedItem",
|
|
192
193
|
"name": "data",
|
|
193
|
-
"
|
|
194
|
+
"properties": [
|
|
195
|
+
{
|
|
196
|
+
"name": "id",
|
|
197
|
+
"required": true,
|
|
198
|
+
"type": "string"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "name",
|
|
202
|
+
"type": "string"
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"type": "[object]"
|
|
194
206
|
}
|
|
195
207
|
],
|
|
196
208
|
"scope": "internal",
|
|
@@ -277,8 +289,20 @@
|
|
|
277
289
|
"name": "RelatedItem loaded",
|
|
278
290
|
"payloadSchema": [
|
|
279
291
|
{
|
|
292
|
+
"entity": "RelatedItem",
|
|
280
293
|
"name": "data",
|
|
281
|
-
"
|
|
294
|
+
"properties": [
|
|
295
|
+
{
|
|
296
|
+
"name": "id",
|
|
297
|
+
"required": true,
|
|
298
|
+
"type": "string"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "name",
|
|
302
|
+
"type": "string"
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"type": "[object]"
|
|
282
306
|
}
|
|
283
307
|
],
|
|
284
308
|
"synonyms": "loaded, fetched, retrieved",
|