@almadar/std 16.206.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
|
@@ -320,8 +320,43 @@
|
|
|
320
320
|
"eventId": "evt_01KXG04TEWSAHHFGV6BAMV306Y",
|
|
321
321
|
"payloadSchema": [
|
|
322
322
|
{
|
|
323
|
+
"entity": "Fx",
|
|
323
324
|
"name": "particles",
|
|
324
|
-
"
|
|
325
|
+
"properties": [
|
|
326
|
+
{
|
|
327
|
+
"name": "id",
|
|
328
|
+
"required": true,
|
|
329
|
+
"type": "string"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "type",
|
|
333
|
+
"required": true,
|
|
334
|
+
"type": "string"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "x",
|
|
338
|
+
"required": true,
|
|
339
|
+
"type": "number"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "z",
|
|
343
|
+
"type": "number"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "y",
|
|
347
|
+
"type": "number"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "message",
|
|
351
|
+
"type": "string"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "ttl",
|
|
355
|
+
"required": true,
|
|
356
|
+
"type": "number"
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"type": "[object]"
|
|
325
360
|
}
|
|
326
361
|
],
|
|
327
362
|
"scope": "external",
|
|
@@ -374,8 +409,43 @@
|
|
|
374
409
|
"name": "Burst",
|
|
375
410
|
"payloadSchema": [
|
|
376
411
|
{
|
|
412
|
+
"entity": "Fx",
|
|
377
413
|
"name": "particles",
|
|
378
|
-
"
|
|
414
|
+
"properties": [
|
|
415
|
+
{
|
|
416
|
+
"name": "id",
|
|
417
|
+
"required": true,
|
|
418
|
+
"type": "string"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "type",
|
|
422
|
+
"required": true,
|
|
423
|
+
"type": "string"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "x",
|
|
427
|
+
"required": true,
|
|
428
|
+
"type": "number"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "z",
|
|
432
|
+
"type": "number"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "y",
|
|
436
|
+
"type": "number"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "message",
|
|
440
|
+
"type": "string"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "ttl",
|
|
444
|
+
"required": true,
|
|
445
|
+
"type": "number"
|
|
446
|
+
}
|
|
447
|
+
],
|
|
448
|
+
"type": "[object]"
|
|
379
449
|
}
|
|
380
450
|
],
|
|
381
451
|
"tier": "domain"
|
|
@@ -436,8 +436,21 @@
|
|
|
436
436
|
"type": "boolean"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
|
+
"entity": "CoefModSample",
|
|
439
440
|
"name": "samples",
|
|
440
|
-
"
|
|
441
|
+
"properties": [
|
|
442
|
+
{
|
|
443
|
+
"name": "x",
|
|
444
|
+
"required": true,
|
|
445
|
+
"type": "number"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "y",
|
|
449
|
+
"required": true,
|
|
450
|
+
"type": "number"
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"type": "[object]"
|
|
441
454
|
}
|
|
442
455
|
],
|
|
443
456
|
"scope": "external",
|
|
@@ -683,8 +696,21 @@
|
|
|
683
696
|
"type": "boolean"
|
|
684
697
|
},
|
|
685
698
|
{
|
|
699
|
+
"entity": "CoefModSample",
|
|
686
700
|
"name": "samples",
|
|
687
|
-
"
|
|
701
|
+
"properties": [
|
|
702
|
+
{
|
|
703
|
+
"name": "x",
|
|
704
|
+
"required": true,
|
|
705
|
+
"type": "number"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "y",
|
|
709
|
+
"required": true,
|
|
710
|
+
"type": "number"
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"type": "[object]"
|
|
688
714
|
}
|
|
689
715
|
],
|
|
690
716
|
"tier": "domain"
|
|
@@ -424,8 +424,43 @@
|
|
|
424
424
|
"eventId": "evt_01KXG04TFH4G5YDQ0Z0FHZT271",
|
|
425
425
|
"payloadSchema": [
|
|
426
426
|
{
|
|
427
|
+
"entity": "Fx",
|
|
427
428
|
"name": "particles",
|
|
428
|
-
"
|
|
429
|
+
"properties": [
|
|
430
|
+
{
|
|
431
|
+
"name": "id",
|
|
432
|
+
"required": true,
|
|
433
|
+
"type": "string"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "type",
|
|
437
|
+
"required": true,
|
|
438
|
+
"type": "string"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "x",
|
|
442
|
+
"required": true,
|
|
443
|
+
"type": "number"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "z",
|
|
447
|
+
"type": "number"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "y",
|
|
451
|
+
"type": "number"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"name": "message",
|
|
455
|
+
"type": "string"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "ttl",
|
|
459
|
+
"required": true,
|
|
460
|
+
"type": "number"
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"type": "[object]"
|
|
429
464
|
}
|
|
430
465
|
],
|
|
431
466
|
"scope": "external",
|
|
@@ -515,8 +550,43 @@
|
|
|
515
550
|
"name": "Burst",
|
|
516
551
|
"payloadSchema": [
|
|
517
552
|
{
|
|
553
|
+
"entity": "Fx",
|
|
518
554
|
"name": "particles",
|
|
519
|
-
"
|
|
555
|
+
"properties": [
|
|
556
|
+
{
|
|
557
|
+
"name": "id",
|
|
558
|
+
"required": true,
|
|
559
|
+
"type": "string"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "type",
|
|
563
|
+
"required": true,
|
|
564
|
+
"type": "string"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "x",
|
|
568
|
+
"required": true,
|
|
569
|
+
"type": "number"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "z",
|
|
573
|
+
"type": "number"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "y",
|
|
577
|
+
"type": "number"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "message",
|
|
581
|
+
"type": "string"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "ttl",
|
|
585
|
+
"required": true,
|
|
586
|
+
"type": "number"
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"type": "[object]"
|
|
520
590
|
}
|
|
521
591
|
],
|
|
522
592
|
"tier": "domain"
|
|
@@ -217,8 +217,83 @@
|
|
|
217
217
|
"eventId": "evt_01M1GXD11P8DQ245DKKYT5PENS",
|
|
218
218
|
"payloadSchema": [
|
|
219
219
|
{
|
|
220
|
+
"entity": "FxParticle",
|
|
220
221
|
"name": "particles",
|
|
221
|
-
"
|
|
222
|
+
"properties": [
|
|
223
|
+
{
|
|
224
|
+
"name": "id",
|
|
225
|
+
"required": true,
|
|
226
|
+
"type": "string"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "type",
|
|
230
|
+
"required": true,
|
|
231
|
+
"type": "string"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "x",
|
|
235
|
+
"required": true,
|
|
236
|
+
"type": "number"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "z",
|
|
240
|
+
"type": "number"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "y",
|
|
244
|
+
"type": "number"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "message",
|
|
248
|
+
"type": "string"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "ttl",
|
|
252
|
+
"required": true,
|
|
253
|
+
"type": "number"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "maxTtl",
|
|
257
|
+
"type": "number"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "bornAt",
|
|
261
|
+
"type": "number"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "space",
|
|
265
|
+
"type": "string"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "effect",
|
|
269
|
+
"type": "string"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "color",
|
|
273
|
+
"type": "string"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "size",
|
|
277
|
+
"type": "number"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "vx",
|
|
281
|
+
"type": "number"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "vy",
|
|
285
|
+
"type": "number"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "vz",
|
|
289
|
+
"type": "number"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "particleCount",
|
|
293
|
+
"type": "number"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"type": "[object]"
|
|
222
297
|
}
|
|
223
298
|
],
|
|
224
299
|
"scope": "external",
|
|
@@ -315,8 +390,83 @@
|
|
|
315
390
|
"name": "Burst",
|
|
316
391
|
"payloadSchema": [
|
|
317
392
|
{
|
|
393
|
+
"entity": "FxParticle",
|
|
318
394
|
"name": "particles",
|
|
319
|
-
"
|
|
395
|
+
"properties": [
|
|
396
|
+
{
|
|
397
|
+
"name": "id",
|
|
398
|
+
"required": true,
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "type",
|
|
403
|
+
"required": true,
|
|
404
|
+
"type": "string"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "x",
|
|
408
|
+
"required": true,
|
|
409
|
+
"type": "number"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "z",
|
|
413
|
+
"type": "number"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "y",
|
|
417
|
+
"type": "number"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "message",
|
|
421
|
+
"type": "string"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "ttl",
|
|
425
|
+
"required": true,
|
|
426
|
+
"type": "number"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "maxTtl",
|
|
430
|
+
"type": "number"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "bornAt",
|
|
434
|
+
"type": "number"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "space",
|
|
438
|
+
"type": "string"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "effect",
|
|
442
|
+
"type": "string"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "color",
|
|
446
|
+
"type": "string"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "size",
|
|
450
|
+
"type": "number"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "vx",
|
|
454
|
+
"type": "number"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "vy",
|
|
458
|
+
"type": "number"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "vz",
|
|
462
|
+
"type": "number"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "particleCount",
|
|
466
|
+
"type": "number"
|
|
467
|
+
}
|
|
468
|
+
],
|
|
469
|
+
"type": "[object]"
|
|
320
470
|
}
|
|
321
471
|
],
|
|
322
472
|
"tier": "domain"
|
|
@@ -410,8 +410,43 @@
|
|
|
410
410
|
"eventId": "evt_01KXG04TGGFYSNBXWZJPRA89EC",
|
|
411
411
|
"payloadSchema": [
|
|
412
412
|
{
|
|
413
|
+
"entity": "Fx",
|
|
413
414
|
"name": "particles",
|
|
414
|
-
"
|
|
415
|
+
"properties": [
|
|
416
|
+
{
|
|
417
|
+
"name": "id",
|
|
418
|
+
"required": true,
|
|
419
|
+
"type": "string"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "type",
|
|
423
|
+
"required": true,
|
|
424
|
+
"type": "string"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "x",
|
|
428
|
+
"required": true,
|
|
429
|
+
"type": "number"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "z",
|
|
433
|
+
"type": "number"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "y",
|
|
437
|
+
"type": "number"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "message",
|
|
441
|
+
"type": "string"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "ttl",
|
|
445
|
+
"required": true,
|
|
446
|
+
"type": "number"
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"type": "[object]"
|
|
415
450
|
}
|
|
416
451
|
],
|
|
417
452
|
"scope": "external",
|
|
@@ -507,8 +542,43 @@
|
|
|
507
542
|
"name": "Burst",
|
|
508
543
|
"payloadSchema": [
|
|
509
544
|
{
|
|
545
|
+
"entity": "Fx",
|
|
510
546
|
"name": "particles",
|
|
511
|
-
"
|
|
547
|
+
"properties": [
|
|
548
|
+
{
|
|
549
|
+
"name": "id",
|
|
550
|
+
"required": true,
|
|
551
|
+
"type": "string"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "type",
|
|
555
|
+
"required": true,
|
|
556
|
+
"type": "string"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "x",
|
|
560
|
+
"required": true,
|
|
561
|
+
"type": "number"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "z",
|
|
565
|
+
"type": "number"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "y",
|
|
569
|
+
"type": "number"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "message",
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "ttl",
|
|
577
|
+
"required": true,
|
|
578
|
+
"type": "number"
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"type": "[object]"
|
|
512
582
|
}
|
|
513
583
|
],
|
|
514
584
|
"tier": "domain"
|
|
@@ -404,8 +404,43 @@
|
|
|
404
404
|
"eventId": "evt_01KXG04THRKEXJTSM41N51RM4Y",
|
|
405
405
|
"payloadSchema": [
|
|
406
406
|
{
|
|
407
|
+
"entity": "Fx",
|
|
407
408
|
"name": "particles",
|
|
408
|
-
"
|
|
409
|
+
"properties": [
|
|
410
|
+
{
|
|
411
|
+
"name": "id",
|
|
412
|
+
"required": true,
|
|
413
|
+
"type": "string"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "type",
|
|
417
|
+
"required": true,
|
|
418
|
+
"type": "string"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "x",
|
|
422
|
+
"required": true,
|
|
423
|
+
"type": "number"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "z",
|
|
427
|
+
"type": "number"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "y",
|
|
431
|
+
"type": "number"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "message",
|
|
435
|
+
"type": "string"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "ttl",
|
|
439
|
+
"required": true,
|
|
440
|
+
"type": "number"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"type": "[object]"
|
|
409
444
|
}
|
|
410
445
|
],
|
|
411
446
|
"scope": "external",
|
|
@@ -550,8 +585,43 @@
|
|
|
550
585
|
"name": "Burst",
|
|
551
586
|
"payloadSchema": [
|
|
552
587
|
{
|
|
588
|
+
"entity": "Fx",
|
|
553
589
|
"name": "particles",
|
|
554
|
-
"
|
|
590
|
+
"properties": [
|
|
591
|
+
{
|
|
592
|
+
"name": "id",
|
|
593
|
+
"required": true,
|
|
594
|
+
"type": "string"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "type",
|
|
598
|
+
"required": true,
|
|
599
|
+
"type": "string"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"name": "x",
|
|
603
|
+
"required": true,
|
|
604
|
+
"type": "number"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "z",
|
|
608
|
+
"type": "number"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "y",
|
|
612
|
+
"type": "number"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "message",
|
|
616
|
+
"type": "string"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "ttl",
|
|
620
|
+
"required": true,
|
|
621
|
+
"type": "number"
|
|
622
|
+
}
|
|
623
|
+
],
|
|
624
|
+
"type": "[object]"
|
|
555
625
|
}
|
|
556
626
|
],
|
|
557
627
|
"tier": "domain"
|
|
@@ -117,11 +117,17 @@
|
|
|
117
117
|
"default": {},
|
|
118
118
|
"description": "Initial kind → (state → draw-group items of draw-mesh descriptors) catalog merged under bus-published entries (published entries win). Lets a 3D board ship volumetric art with zero asset imports.",
|
|
119
119
|
"items": {
|
|
120
|
-
"
|
|
120
|
+
"items": {
|
|
121
|
+
"items": {
|
|
122
|
+
"type": "node"
|
|
123
|
+
},
|
|
124
|
+
"type": "array"
|
|
125
|
+
},
|
|
126
|
+
"type": "object"
|
|
121
127
|
},
|
|
122
128
|
"label": "Seed Art",
|
|
123
129
|
"tier": "presentation",
|
|
124
|
-
"type": "Map<string,
|
|
130
|
+
"type": "Map<string,Map<string,[node]>>"
|
|
125
131
|
}
|
|
126
132
|
},
|
|
127
133
|
"effectRow": [
|
|
@@ -183,7 +189,7 @@
|
|
|
183
189
|
},
|
|
184
190
|
{
|
|
185
191
|
"name": "states",
|
|
186
|
-
"type": "Map<string,
|
|
192
|
+
"type": "Map<string,[node]>"
|
|
187
193
|
}
|
|
188
194
|
]
|
|
189
195
|
}
|