@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
|
@@ -379,8 +379,55 @@
|
|
|
379
379
|
"eventId": "evt_01KXG04G5BW1GAF7GSNKJ8A1DH",
|
|
380
380
|
"payloadSchema": [
|
|
381
381
|
{
|
|
382
|
+
"entity": "ESignRequest",
|
|
382
383
|
"name": "data",
|
|
383
|
-
"
|
|
384
|
+
"properties": [
|
|
385
|
+
{
|
|
386
|
+
"name": "id",
|
|
387
|
+
"required": true,
|
|
388
|
+
"type": "string"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "documentId",
|
|
392
|
+
"required": true,
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "documentName",
|
|
397
|
+
"type": "string"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "recipientName",
|
|
401
|
+
"required": true,
|
|
402
|
+
"type": "string"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "recipientEmail",
|
|
406
|
+
"required": true,
|
|
407
|
+
"type": "email"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "status",
|
|
411
|
+
"type": "string"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "sentAt",
|
|
415
|
+
"type": "datetime"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "signedAt",
|
|
419
|
+
"type": "datetime"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "expiresAt",
|
|
423
|
+
"type": "datetime"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "notes",
|
|
427
|
+
"type": "string"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"type": "[object]"
|
|
384
431
|
}
|
|
385
432
|
],
|
|
386
433
|
"synonyms": "loaded, refreshed, populated, initialized",
|
|
@@ -426,8 +473,55 @@
|
|
|
426
473
|
"name": "ESignRequest loaded",
|
|
427
474
|
"payloadSchema": [
|
|
428
475
|
{
|
|
476
|
+
"entity": "ESignRequest",
|
|
429
477
|
"name": "data",
|
|
430
|
-
"
|
|
478
|
+
"properties": [
|
|
479
|
+
{
|
|
480
|
+
"name": "id",
|
|
481
|
+
"required": true,
|
|
482
|
+
"type": "string"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "documentId",
|
|
486
|
+
"required": true,
|
|
487
|
+
"type": "string"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "documentName",
|
|
491
|
+
"type": "string"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "recipientName",
|
|
495
|
+
"required": true,
|
|
496
|
+
"type": "string"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "recipientEmail",
|
|
500
|
+
"required": true,
|
|
501
|
+
"type": "email"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "status",
|
|
505
|
+
"type": "string"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "sentAt",
|
|
509
|
+
"type": "datetime"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "signedAt",
|
|
513
|
+
"type": "datetime"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "expiresAt",
|
|
517
|
+
"type": "datetime"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "notes",
|
|
521
|
+
"type": "string"
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"type": "[object]"
|
|
431
525
|
}
|
|
432
526
|
],
|
|
433
527
|
"synonyms": "loaded, refreshed, populated, initialized",
|
|
@@ -679,8 +679,23 @@
|
|
|
679
679
|
"eventId": "evt_01KXG04G79YHF9K7B67561V4N0",
|
|
680
680
|
"payloadSchema": [
|
|
681
681
|
{
|
|
682
|
+
"entity": "ObjectSpec",
|
|
682
683
|
"name": "data",
|
|
683
|
-
"
|
|
684
|
+
"properties": [
|
|
685
|
+
{
|
|
686
|
+
"name": "id",
|
|
687
|
+
"type": "string"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "label",
|
|
691
|
+
"type": "string"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "value",
|
|
695
|
+
"type": "string"
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"type": "[object]"
|
|
684
699
|
}
|
|
685
700
|
],
|
|
686
701
|
"synonyms": "loaded, ready, initialized",
|
|
@@ -562,6 +562,7 @@
|
|
|
562
562
|
"type": "string"
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
|
+
"entity": "StoredFile",
|
|
565
566
|
"name": "row",
|
|
566
567
|
"properties": [
|
|
567
568
|
{
|
|
@@ -659,6 +660,7 @@
|
|
|
659
660
|
"type": "string"
|
|
660
661
|
},
|
|
661
662
|
{
|
|
663
|
+
"entity": "StoredFile",
|
|
662
664
|
"name": "row",
|
|
663
665
|
"properties": [
|
|
664
666
|
{
|
|
@@ -716,8 +718,53 @@
|
|
|
716
718
|
"eventId": "evt_01KXG04GBVMPVGBV1X9T36M7JA",
|
|
717
719
|
"payloadSchema": [
|
|
718
720
|
{
|
|
721
|
+
"entity": "StoredFile",
|
|
719
722
|
"name": "data",
|
|
720
|
-
"
|
|
723
|
+
"properties": [
|
|
724
|
+
{
|
|
725
|
+
"name": "id",
|
|
726
|
+
"required": true,
|
|
727
|
+
"type": "string"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"name": "name",
|
|
731
|
+
"required": true,
|
|
732
|
+
"type": "string"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "path",
|
|
736
|
+
"type": "string"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "mimeType",
|
|
740
|
+
"type": "string"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "sizeBytes",
|
|
744
|
+
"type": "number"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "uploaderId",
|
|
748
|
+
"type": "string"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "uploaderName",
|
|
752
|
+
"type": "string"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "folder",
|
|
756
|
+
"type": "string"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "uploadedAt",
|
|
760
|
+
"type": "datetime"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "isArchived",
|
|
764
|
+
"type": "boolean"
|
|
765
|
+
}
|
|
766
|
+
],
|
|
767
|
+
"type": "[object]"
|
|
721
768
|
}
|
|
722
769
|
],
|
|
723
770
|
"synonyms": "loaded, fetched, retrieved, ready",
|
|
@@ -772,8 +819,53 @@
|
|
|
772
819
|
"name": "StoredFile loaded",
|
|
773
820
|
"payloadSchema": [
|
|
774
821
|
{
|
|
822
|
+
"entity": "StoredFile",
|
|
775
823
|
"name": "data",
|
|
776
|
-
"
|
|
824
|
+
"properties": [
|
|
825
|
+
{
|
|
826
|
+
"name": "id",
|
|
827
|
+
"required": true,
|
|
828
|
+
"type": "string"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "name",
|
|
832
|
+
"required": true,
|
|
833
|
+
"type": "string"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "path",
|
|
837
|
+
"type": "string"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "mimeType",
|
|
841
|
+
"type": "string"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "sizeBytes",
|
|
845
|
+
"type": "number"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "uploaderId",
|
|
849
|
+
"type": "string"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "uploaderName",
|
|
853
|
+
"type": "string"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "folder",
|
|
857
|
+
"type": "string"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "uploadedAt",
|
|
861
|
+
"type": "datetime"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "isArchived",
|
|
865
|
+
"type": "boolean"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"type": "[object]"
|
|
777
869
|
}
|
|
778
870
|
],
|
|
779
871
|
"synonyms": "loaded, fetched, retrieved, ready",
|
|
@@ -809,6 +901,7 @@
|
|
|
809
901
|
"type": "string"
|
|
810
902
|
},
|
|
811
903
|
{
|
|
904
|
+
"entity": "StoredFile",
|
|
812
905
|
"name": "row",
|
|
813
906
|
"properties": [
|
|
814
907
|
{
|
|
@@ -872,6 +965,7 @@
|
|
|
872
965
|
"type": "string"
|
|
873
966
|
},
|
|
874
967
|
{
|
|
968
|
+
"entity": "StoredFile",
|
|
875
969
|
"name": "row",
|
|
876
970
|
"properties": [
|
|
877
971
|
{
|
|
@@ -1038,7 +1132,10 @@
|
|
|
1038
1132
|
"variant": "h3"
|
|
1039
1133
|
},
|
|
1040
1134
|
{
|
|
1041
|
-
"label":
|
|
1135
|
+
"label": [
|
|
1136
|
+
"array/len",
|
|
1137
|
+
"@payload.data"
|
|
1138
|
+
],
|
|
1042
1139
|
"size": "sm",
|
|
1043
1140
|
"type": "badge",
|
|
1044
1141
|
"variant": "neutral"
|
|
@@ -390,8 +390,55 @@
|
|
|
390
390
|
"eventId": "evt_01KXG04GFWZTT0W3W84EYPJQ66",
|
|
391
391
|
"payloadSchema": [
|
|
392
392
|
{
|
|
393
|
+
"entity": "FormEntry",
|
|
393
394
|
"name": "data",
|
|
394
|
-
"
|
|
395
|
+
"properties": [
|
|
396
|
+
{
|
|
397
|
+
"name": "id",
|
|
398
|
+
"type": "string"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "name",
|
|
402
|
+
"type": "string"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "description",
|
|
406
|
+
"type": "string"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "status",
|
|
410
|
+
"type": "string"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "createdAt",
|
|
414
|
+
"type": "string"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "notes",
|
|
418
|
+
"type": "string"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "age",
|
|
422
|
+
"type": "number"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "isActive",
|
|
426
|
+
"type": "boolean"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "birthDate",
|
|
430
|
+
"type": "datetime"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "priority",
|
|
434
|
+
"type": "string"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "categoryId",
|
|
438
|
+
"type": "relation"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"type": "[object]"
|
|
395
442
|
}
|
|
396
443
|
],
|
|
397
444
|
"scope": "internal",
|
|
@@ -495,8 +542,55 @@
|
|
|
495
542
|
"name": "FormEntry loaded",
|
|
496
543
|
"payloadSchema": [
|
|
497
544
|
{
|
|
545
|
+
"entity": "FormEntry",
|
|
498
546
|
"name": "data",
|
|
499
|
-
"
|
|
547
|
+
"properties": [
|
|
548
|
+
{
|
|
549
|
+
"name": "id",
|
|
550
|
+
"type": "string"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "name",
|
|
554
|
+
"type": "string"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "description",
|
|
558
|
+
"type": "string"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "status",
|
|
562
|
+
"type": "string"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "createdAt",
|
|
566
|
+
"type": "string"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "notes",
|
|
570
|
+
"type": "string"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "age",
|
|
574
|
+
"type": "number"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "isActive",
|
|
578
|
+
"type": "boolean"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "birthDate",
|
|
582
|
+
"type": "datetime"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"name": "priority",
|
|
586
|
+
"type": "string"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "categoryId",
|
|
590
|
+
"type": "relation"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"type": "[object]"
|
|
500
594
|
}
|
|
501
595
|
],
|
|
502
596
|
"synonyms": "loaded, initialized, populated",
|
|
@@ -531,6 +531,7 @@
|
|
|
531
531
|
"type": "string"
|
|
532
532
|
},
|
|
533
533
|
{
|
|
534
|
+
"entity": "GalleryItem",
|
|
534
535
|
"name": "row",
|
|
535
536
|
"properties": [
|
|
536
537
|
{
|
|
@@ -574,8 +575,37 @@
|
|
|
574
575
|
"eventId": "evt_01KXG04GJ96GWXWMB99T91CGKE",
|
|
575
576
|
"payloadSchema": [
|
|
576
577
|
{
|
|
578
|
+
"entity": "GalleryItem",
|
|
577
579
|
"name": "data",
|
|
578
|
-
"
|
|
580
|
+
"properties": [
|
|
581
|
+
{
|
|
582
|
+
"name": "id",
|
|
583
|
+
"required": true,
|
|
584
|
+
"type": "string"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "name",
|
|
588
|
+
"required": true,
|
|
589
|
+
"type": "string"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "description",
|
|
593
|
+
"type": "string"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "status",
|
|
597
|
+
"type": "string"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "createdAt",
|
|
601
|
+
"type": "string"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "imageUrl",
|
|
605
|
+
"type": "image"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"type": "[object]"
|
|
579
609
|
}
|
|
580
610
|
],
|
|
581
611
|
"synonyms": "loaded, ready, available",
|
|
@@ -626,8 +656,37 @@
|
|
|
626
656
|
"name": "GalleryItem loaded",
|
|
627
657
|
"payloadSchema": [
|
|
628
658
|
{
|
|
659
|
+
"entity": "GalleryItem",
|
|
629
660
|
"name": "data",
|
|
630
|
-
"
|
|
661
|
+
"properties": [
|
|
662
|
+
{
|
|
663
|
+
"name": "id",
|
|
664
|
+
"required": true,
|
|
665
|
+
"type": "string"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "name",
|
|
669
|
+
"required": true,
|
|
670
|
+
"type": "string"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "description",
|
|
674
|
+
"type": "string"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "status",
|
|
678
|
+
"type": "string"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "createdAt",
|
|
682
|
+
"type": "string"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "imageUrl",
|
|
686
|
+
"type": "image"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"type": "[object]"
|
|
631
690
|
}
|
|
632
691
|
],
|
|
633
692
|
"synonyms": "loaded, ready, available",
|
|
@@ -722,6 +781,7 @@
|
|
|
722
781
|
"type": "string"
|
|
723
782
|
},
|
|
724
783
|
{
|
|
784
|
+
"entity": "GalleryItem",
|
|
725
785
|
"name": "row",
|
|
726
786
|
"properties": [
|
|
727
787
|
{
|
|
@@ -278,9 +278,29 @@
|
|
|
278
278
|
"eventId": "evt_01KXG04GPSTTKJ7KW45XRSPY1E",
|
|
279
279
|
"payloadSchema": [
|
|
280
280
|
{
|
|
281
|
+
"entity": "UploadBatchFile",
|
|
281
282
|
"name": "files",
|
|
283
|
+
"properties": [
|
|
284
|
+
{
|
|
285
|
+
"name": "name",
|
|
286
|
+
"required": true,
|
|
287
|
+
"type": "string"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "size",
|
|
291
|
+
"type": "number"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "type",
|
|
295
|
+
"type": "string"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "content",
|
|
299
|
+
"type": "string"
|
|
300
|
+
}
|
|
301
|
+
],
|
|
282
302
|
"required": true,
|
|
283
|
-
"type": "[
|
|
303
|
+
"type": "[object]"
|
|
284
304
|
}
|
|
285
305
|
],
|
|
286
306
|
"synonyms": "start, initiate, begin",
|
|
@@ -292,8 +312,53 @@
|
|
|
292
312
|
"eventId": "evt_01KXG04GPSRSMKAQBAY2B0NYPY",
|
|
293
313
|
"payloadSchema": [
|
|
294
314
|
{
|
|
315
|
+
"entity": "UploadedImage",
|
|
295
316
|
"name": "data",
|
|
296
|
-
"
|
|
317
|
+
"properties": [
|
|
318
|
+
{
|
|
319
|
+
"name": "id",
|
|
320
|
+
"required": true,
|
|
321
|
+
"type": "string"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "url",
|
|
325
|
+
"required": true,
|
|
326
|
+
"type": "url"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "name",
|
|
330
|
+
"type": "string"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "sizeBytes",
|
|
334
|
+
"type": "number"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "mimeType",
|
|
338
|
+
"type": "string"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "width",
|
|
342
|
+
"type": "number"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "height",
|
|
346
|
+
"type": "number"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "parentId",
|
|
350
|
+
"type": "string"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "parentType",
|
|
354
|
+
"type": "string"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "uploadedAt",
|
|
358
|
+
"type": "datetime"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"type": "[object]"
|
|
297
362
|
}
|
|
298
363
|
],
|
|
299
364
|
"synonyms": "loaded, received, parsed",
|
|
@@ -374,8 +439,36 @@
|
|
|
374
439
|
"eventId": "evt_01M16934M0W8Y527DED848HZ4A",
|
|
375
440
|
"payloadSchema": [
|
|
376
441
|
{
|
|
442
|
+
"entity": "StoredImageItem",
|
|
377
443
|
"name": "items",
|
|
378
|
-
"
|
|
444
|
+
"properties": [
|
|
445
|
+
{
|
|
446
|
+
"name": "id",
|
|
447
|
+
"required": true,
|
|
448
|
+
"type": "string"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "key",
|
|
452
|
+
"type": "string"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "url",
|
|
456
|
+
"type": "string"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "name",
|
|
460
|
+
"type": "string"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "sizeBytes",
|
|
464
|
+
"type": "number"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "mimeType",
|
|
468
|
+
"type": "string"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"type": "[object]"
|
|
379
472
|
},
|
|
380
473
|
{
|
|
381
474
|
"name": "count",
|
|
@@ -456,8 +549,53 @@
|
|
|
456
549
|
"name": "UploadedImage loaded",
|
|
457
550
|
"payloadSchema": [
|
|
458
551
|
{
|
|
552
|
+
"entity": "UploadedImage",
|
|
459
553
|
"name": "data",
|
|
460
|
-
"
|
|
554
|
+
"properties": [
|
|
555
|
+
{
|
|
556
|
+
"name": "id",
|
|
557
|
+
"required": true,
|
|
558
|
+
"type": "string"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "url",
|
|
562
|
+
"required": true,
|
|
563
|
+
"type": "url"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "name",
|
|
567
|
+
"type": "string"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "sizeBytes",
|
|
571
|
+
"type": "number"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "mimeType",
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "width",
|
|
579
|
+
"type": "number"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "height",
|
|
583
|
+
"type": "number"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "parentId",
|
|
587
|
+
"type": "string"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "parentType",
|
|
591
|
+
"type": "string"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "uploadedAt",
|
|
595
|
+
"type": "datetime"
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"type": "[object]"
|
|
461
599
|
}
|
|
462
600
|
],
|
|
463
601
|
"synonyms": "loaded, received, parsed",
|