@almadar/std 16.207.0 → 16.209.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
- package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
- package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
- package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
- package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
- package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
- package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
- package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
- package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
- package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
- package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
- package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
- package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +168 -4
- package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +102 -2
- package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +2 -0
- package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +144 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +324 -13
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +86 -2
- package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +76 -2
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +254 -6
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +70 -2
- package/behaviors/registry/ui/core/atoms/std-thread.orb +108 -2
- package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +212 -4
- package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
- package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
- package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
- package/canonical-operators.json +0 -40
- package/dist/behaviors/exports-reader.js +8025 -869
- package/dist/behaviors/functions/index.d.ts +190 -184
- package/dist/behaviors/functions/index.js +8025 -869
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8025 -869
- package/dist/behaviors/query.js +8025 -869
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +9 -9
- package/dist/behaviors-registry.json +910 -229
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8025 -891
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/anim.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +0 -11
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/behavior.d.ts +1 -1
- package/dist/modules/browser.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/ease.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/geo.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/grid.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +0 -22
- package/dist/modules/integration.d.ts +1 -1
- package/dist/modules/llm.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/memory.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/noise.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +0 -11
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/path.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/session.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/trace.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/modules/vector.d.ts +1 -1
- package/dist/modules/workspace.d.ts +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +0 -22
- package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
- package/i18n/ar.json +433 -0
- package/i18n/en.json +433 -0
- package/i18n/sl.json +433 -0
- package/package.json +21 -8
|
@@ -294,7 +294,10 @@
|
|
|
294
294
|
"default": [],
|
|
295
295
|
"description": "Document metadata listed from the source — migration.listDocuments service result, never destructured by the atom.",
|
|
296
296
|
"items": {
|
|
297
|
-
"
|
|
297
|
+
"items": {
|
|
298
|
+
"type": "scalar"
|
|
299
|
+
},
|
|
300
|
+
"type": "object"
|
|
298
301
|
},
|
|
299
302
|
"name": "documents",
|
|
300
303
|
"type": "array"
|
|
@@ -302,14 +305,35 @@
|
|
|
302
305
|
{
|
|
303
306
|
"default": {},
|
|
304
307
|
"description": "Most recently fetched document content — migration.fetchDocument service result, never destructured by the atom.",
|
|
308
|
+
"items": {
|
|
309
|
+
"type": "scalar"
|
|
310
|
+
},
|
|
305
311
|
"name": "document",
|
|
306
|
-
"type": "
|
|
312
|
+
"type": "object"
|
|
307
313
|
},
|
|
308
314
|
{
|
|
309
315
|
"default": {},
|
|
310
316
|
"description": "Staged/committed/failed/skipped counts — merged from host staging and migration.commit service results, never destructured by the atom.",
|
|
311
317
|
"name": "stats",
|
|
312
|
-
"
|
|
318
|
+
"properties": {
|
|
319
|
+
"committed": {
|
|
320
|
+
"name": "committed",
|
|
321
|
+
"required": false,
|
|
322
|
+
"type": "number"
|
|
323
|
+
},
|
|
324
|
+
"failed": {
|
|
325
|
+
"items": {
|
|
326
|
+
"items": {
|
|
327
|
+
"type": "scalar"
|
|
328
|
+
},
|
|
329
|
+
"type": "object"
|
|
330
|
+
},
|
|
331
|
+
"name": "failed",
|
|
332
|
+
"required": false,
|
|
333
|
+
"type": "array"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
"type": "object"
|
|
313
337
|
},
|
|
314
338
|
{
|
|
315
339
|
"default": [],
|
|
@@ -372,7 +396,10 @@
|
|
|
372
396
|
"default": [],
|
|
373
397
|
"description": "Validation errors surfaced during staging, when the host stages the full rows rather than aggregate stats only.",
|
|
374
398
|
"items": {
|
|
375
|
-
"
|
|
399
|
+
"items": {
|
|
400
|
+
"type": "scalar"
|
|
401
|
+
},
|
|
402
|
+
"type": "object"
|
|
376
403
|
},
|
|
377
404
|
"name": "validationErrors",
|
|
378
405
|
"synonyms": "staging errors, validation issues, import errors",
|
|
@@ -539,7 +566,7 @@
|
|
|
539
566
|
{
|
|
540
567
|
"name": "documents",
|
|
541
568
|
"required": true,
|
|
542
|
-
"type": "[
|
|
569
|
+
"type": "[Map<string,scalar>]"
|
|
543
570
|
}
|
|
544
571
|
],
|
|
545
572
|
"tier": "secondary"
|
|
@@ -552,7 +579,7 @@
|
|
|
552
579
|
{
|
|
553
580
|
"name": "document",
|
|
554
581
|
"required": true,
|
|
555
|
-
"type": "
|
|
582
|
+
"type": "Map<string,scalar>"
|
|
556
583
|
}
|
|
557
584
|
],
|
|
558
585
|
"tier": "secondary"
|
|
@@ -570,7 +597,7 @@
|
|
|
570
597
|
{
|
|
571
598
|
"name": "failed",
|
|
572
599
|
"required": true,
|
|
573
|
-
"type": "[
|
|
600
|
+
"type": "[Map<string,scalar>]"
|
|
574
601
|
}
|
|
575
602
|
],
|
|
576
603
|
"tier": "secondary"
|
|
@@ -596,7 +623,7 @@
|
|
|
596
623
|
{
|
|
597
624
|
"name": "documents",
|
|
598
625
|
"required": true,
|
|
599
|
-
"type": "[
|
|
626
|
+
"type": "[Map<string,scalar>]"
|
|
600
627
|
}
|
|
601
628
|
],
|
|
602
629
|
"scope": "external",
|
|
@@ -611,7 +638,7 @@
|
|
|
611
638
|
{
|
|
612
639
|
"name": "document",
|
|
613
640
|
"required": true,
|
|
614
|
-
"type": "
|
|
641
|
+
"type": "Map<string,scalar>"
|
|
615
642
|
}
|
|
616
643
|
],
|
|
617
644
|
"scope": "external",
|
|
@@ -625,20 +652,64 @@
|
|
|
625
652
|
"payloadSchema": [
|
|
626
653
|
{
|
|
627
654
|
"name": "stats",
|
|
655
|
+
"properties": [
|
|
656
|
+
{
|
|
657
|
+
"name": "committed",
|
|
658
|
+
"type": "number"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "failed",
|
|
662
|
+
"type": "[Map<string,scalar>]"
|
|
663
|
+
}
|
|
664
|
+
],
|
|
628
665
|
"required": true,
|
|
629
|
-
"type": "
|
|
666
|
+
"type": "object"
|
|
630
667
|
},
|
|
631
668
|
{
|
|
669
|
+
"entity": "ImportUnit",
|
|
632
670
|
"name": "units",
|
|
633
|
-
"
|
|
671
|
+
"properties": [
|
|
672
|
+
{
|
|
673
|
+
"name": "ref",
|
|
674
|
+
"required": true,
|
|
675
|
+
"type": "string"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "targetEntity",
|
|
679
|
+
"required": true,
|
|
680
|
+
"type": "string"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "fields",
|
|
684
|
+
"type": "Map<string,scalar>"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "parentRef",
|
|
688
|
+
"type": "string"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"type": "[object]"
|
|
634
692
|
},
|
|
635
693
|
{
|
|
694
|
+
"entity": "ImportSkip",
|
|
636
695
|
"name": "skipped",
|
|
637
|
-
"
|
|
696
|
+
"properties": [
|
|
697
|
+
{
|
|
698
|
+
"name": "ref",
|
|
699
|
+
"required": true,
|
|
700
|
+
"type": "string"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "reason",
|
|
704
|
+
"required": true,
|
|
705
|
+
"type": "string"
|
|
706
|
+
}
|
|
707
|
+
],
|
|
708
|
+
"type": "[object]"
|
|
638
709
|
},
|
|
639
710
|
{
|
|
640
711
|
"name": "validationErrors",
|
|
641
|
-
"type": "[
|
|
712
|
+
"type": "[Map<string,scalar>]"
|
|
642
713
|
}
|
|
643
714
|
],
|
|
644
715
|
"scope": "external",
|
|
@@ -652,8 +723,18 @@
|
|
|
652
723
|
"payloadSchema": [
|
|
653
724
|
{
|
|
654
725
|
"name": "stats",
|
|
726
|
+
"properties": [
|
|
727
|
+
{
|
|
728
|
+
"name": "committed",
|
|
729
|
+
"type": "number"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "failed",
|
|
733
|
+
"type": "[Map<string,scalar>]"
|
|
734
|
+
}
|
|
735
|
+
],
|
|
655
736
|
"required": true,
|
|
656
|
-
"type": "
|
|
737
|
+
"type": "object"
|
|
657
738
|
}
|
|
658
739
|
],
|
|
659
740
|
"scope": "external",
|
|
@@ -775,7 +856,7 @@
|
|
|
775
856
|
{
|
|
776
857
|
"name": "documents",
|
|
777
858
|
"required": true,
|
|
778
|
-
"type": "[
|
|
859
|
+
"type": "[Map<string,scalar>]"
|
|
779
860
|
}
|
|
780
861
|
],
|
|
781
862
|
"tier": "secondary"
|
|
@@ -789,7 +870,7 @@
|
|
|
789
870
|
{
|
|
790
871
|
"name": "documents",
|
|
791
872
|
"required": true,
|
|
792
|
-
"type": "[
|
|
873
|
+
"type": "[Map<string,scalar>]"
|
|
793
874
|
}
|
|
794
875
|
],
|
|
795
876
|
"synonyms": "import fetched, source listed, documents ready",
|
|
@@ -804,7 +885,7 @@
|
|
|
804
885
|
{
|
|
805
886
|
"name": "document",
|
|
806
887
|
"required": true,
|
|
807
|
-
"type": "
|
|
888
|
+
"type": "Map<string,scalar>"
|
|
808
889
|
}
|
|
809
890
|
],
|
|
810
891
|
"synonyms": "document loaded, content fetched",
|
|
@@ -847,7 +928,7 @@
|
|
|
847
928
|
{
|
|
848
929
|
"name": "document",
|
|
849
930
|
"required": true,
|
|
850
|
-
"type": "
|
|
931
|
+
"type": "Map<string,scalar>"
|
|
851
932
|
}
|
|
852
933
|
],
|
|
853
934
|
"tier": "secondary"
|
|
@@ -860,8 +941,18 @@
|
|
|
860
941
|
"payloadSchema": [
|
|
861
942
|
{
|
|
862
943
|
"name": "stats",
|
|
944
|
+
"properties": [
|
|
945
|
+
{
|
|
946
|
+
"name": "committed",
|
|
947
|
+
"type": "number"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "failed",
|
|
951
|
+
"type": "[Map<string,scalar>]"
|
|
952
|
+
}
|
|
953
|
+
],
|
|
863
954
|
"required": true,
|
|
864
|
-
"type": "
|
|
955
|
+
"type": "object"
|
|
865
956
|
},
|
|
866
957
|
{
|
|
867
958
|
"name": "units",
|
|
@@ -905,7 +996,7 @@
|
|
|
905
996
|
},
|
|
906
997
|
{
|
|
907
998
|
"name": "validationErrors",
|
|
908
|
-
"type": "[
|
|
999
|
+
"type": "[Map<string,scalar>]"
|
|
909
1000
|
}
|
|
910
1001
|
],
|
|
911
1002
|
"tier": "internal"
|
|
@@ -966,20 +1057,64 @@
|
|
|
966
1057
|
"payloadSchema": [
|
|
967
1058
|
{
|
|
968
1059
|
"name": "stats",
|
|
1060
|
+
"properties": [
|
|
1061
|
+
{
|
|
1062
|
+
"name": "committed",
|
|
1063
|
+
"type": "number"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "failed",
|
|
1067
|
+
"type": "[Map<string,scalar>]"
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
969
1070
|
"required": true,
|
|
970
|
-
"type": "
|
|
1071
|
+
"type": "object"
|
|
971
1072
|
},
|
|
972
1073
|
{
|
|
1074
|
+
"entity": "ImportUnit",
|
|
973
1075
|
"name": "units",
|
|
974
|
-
"
|
|
1076
|
+
"properties": [
|
|
1077
|
+
{
|
|
1078
|
+
"name": "ref",
|
|
1079
|
+
"required": true,
|
|
1080
|
+
"type": "string"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "targetEntity",
|
|
1084
|
+
"required": true,
|
|
1085
|
+
"type": "string"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "fields",
|
|
1089
|
+
"type": "Map<string,scalar>"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "parentRef",
|
|
1093
|
+
"type": "string"
|
|
1094
|
+
}
|
|
1095
|
+
],
|
|
1096
|
+
"type": "[object]"
|
|
975
1097
|
},
|
|
976
1098
|
{
|
|
1099
|
+
"entity": "ImportSkip",
|
|
977
1100
|
"name": "skipped",
|
|
978
|
-
"
|
|
1101
|
+
"properties": [
|
|
1102
|
+
{
|
|
1103
|
+
"name": "ref",
|
|
1104
|
+
"required": true,
|
|
1105
|
+
"type": "string"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "reason",
|
|
1109
|
+
"required": true,
|
|
1110
|
+
"type": "string"
|
|
1111
|
+
}
|
|
1112
|
+
],
|
|
1113
|
+
"type": "[object]"
|
|
979
1114
|
},
|
|
980
1115
|
{
|
|
981
1116
|
"name": "validationErrors",
|
|
982
|
-
"type": "[
|
|
1117
|
+
"type": "[Map<string,scalar>]"
|
|
983
1118
|
}
|
|
984
1119
|
],
|
|
985
1120
|
"synonyms": "preview ready, staging complete, review import",
|
|
@@ -999,7 +1134,7 @@
|
|
|
999
1134
|
{
|
|
1000
1135
|
"name": "failed",
|
|
1001
1136
|
"required": true,
|
|
1002
|
-
"type": "[
|
|
1137
|
+
"type": "[Map<string,scalar>]"
|
|
1003
1138
|
}
|
|
1004
1139
|
],
|
|
1005
1140
|
"tier": "secondary"
|
|
@@ -1019,8 +1154,18 @@
|
|
|
1019
1154
|
"payloadSchema": [
|
|
1020
1155
|
{
|
|
1021
1156
|
"name": "stats",
|
|
1157
|
+
"properties": [
|
|
1158
|
+
{
|
|
1159
|
+
"name": "committed",
|
|
1160
|
+
"type": "number"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "failed",
|
|
1164
|
+
"type": "[Map<string,scalar>]"
|
|
1165
|
+
}
|
|
1166
|
+
],
|
|
1022
1167
|
"required": true,
|
|
1023
|
-
"type": "
|
|
1168
|
+
"type": "object"
|
|
1024
1169
|
}
|
|
1025
1170
|
],
|
|
1026
1171
|
"synonyms": "import done, migration complete, data imported",
|
|
@@ -1851,6 +1996,16 @@
|
|
|
1851
1996
|
"name": "lastModified",
|
|
1852
1997
|
"type": "number"
|
|
1853
1998
|
}
|
|
1999
|
+
],
|
|
2000
|
+
"MigrationStats": [
|
|
2001
|
+
{
|
|
2002
|
+
"name": "committed",
|
|
2003
|
+
"type": "number"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "failed",
|
|
2007
|
+
"type": "[Map<string,scalar>]"
|
|
2008
|
+
}
|
|
1854
2009
|
]
|
|
1855
2010
|
}
|
|
1856
2011
|
}
|
|
@@ -497,6 +497,7 @@
|
|
|
497
497
|
"type": "string"
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
|
+
"entity": "ModQueueItem",
|
|
500
501
|
"name": "row",
|
|
501
502
|
"properties": [
|
|
502
503
|
{
|
|
@@ -560,6 +561,7 @@
|
|
|
560
561
|
"type": "string"
|
|
561
562
|
},
|
|
562
563
|
{
|
|
564
|
+
"entity": "ModQueueItem",
|
|
563
565
|
"name": "row",
|
|
564
566
|
"properties": [
|
|
565
567
|
{
|
|
@@ -623,6 +625,7 @@
|
|
|
623
625
|
"type": "string"
|
|
624
626
|
},
|
|
625
627
|
{
|
|
628
|
+
"entity": "ModQueueItem",
|
|
626
629
|
"name": "row",
|
|
627
630
|
"properties": [
|
|
628
631
|
{
|
|
@@ -688,8 +691,54 @@
|
|
|
688
691
|
"eventId": "evt_01KXG04FDRNRES60JDBSQ392V4",
|
|
689
692
|
"payloadSchema": [
|
|
690
693
|
{
|
|
694
|
+
"entity": "ModQueueItem",
|
|
691
695
|
"name": "data",
|
|
692
|
-
"
|
|
696
|
+
"properties": [
|
|
697
|
+
{
|
|
698
|
+
"name": "id",
|
|
699
|
+
"required": true,
|
|
700
|
+
"type": "string"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "targetId",
|
|
704
|
+
"required": true,
|
|
705
|
+
"type": "string"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "targetType",
|
|
709
|
+
"required": true,
|
|
710
|
+
"type": "string"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "reason",
|
|
714
|
+
"type": "string"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "flagCount",
|
|
718
|
+
"type": "number"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "status",
|
|
722
|
+
"type": "string"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "reviewedBy",
|
|
726
|
+
"type": "string"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "reviewedAt",
|
|
730
|
+
"type": "datetime"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "notes",
|
|
734
|
+
"type": "string"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "seedRow",
|
|
738
|
+
"type": "ModQueueItem"
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"type": "[object]"
|
|
693
742
|
}
|
|
694
743
|
],
|
|
695
744
|
"synonyms": "loaded, fetched, available, ready",
|
|
@@ -716,6 +765,7 @@
|
|
|
716
765
|
"description": "Signals a moderation queue item has been reviewed and a verdict recorded.",
|
|
717
766
|
"event": "ModQueueItemReviewed",
|
|
718
767
|
"eventId": "evt_01KXG04FDRK0BYNNF0VGSXN4PD",
|
|
768
|
+
"payloadEntity": "ModQueueItem",
|
|
719
769
|
"payloadSchema": [
|
|
720
770
|
{
|
|
721
771
|
"name": "id",
|
|
@@ -818,8 +868,54 @@
|
|
|
818
868
|
"name": "ModQueueItem loaded",
|
|
819
869
|
"payloadSchema": [
|
|
820
870
|
{
|
|
871
|
+
"entity": "ModQueueItem",
|
|
821
872
|
"name": "data",
|
|
822
|
-
"
|
|
873
|
+
"properties": [
|
|
874
|
+
{
|
|
875
|
+
"name": "id",
|
|
876
|
+
"required": true,
|
|
877
|
+
"type": "string"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"name": "targetId",
|
|
881
|
+
"required": true,
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "targetType",
|
|
886
|
+
"required": true,
|
|
887
|
+
"type": "string"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "reason",
|
|
891
|
+
"type": "string"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "flagCount",
|
|
895
|
+
"type": "number"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "status",
|
|
899
|
+
"type": "string"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "reviewedBy",
|
|
903
|
+
"type": "string"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "reviewedAt",
|
|
907
|
+
"type": "datetime"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"name": "notes",
|
|
911
|
+
"type": "string"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "seedRow",
|
|
915
|
+
"type": "ModQueueItem"
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"type": "[object]"
|
|
823
919
|
}
|
|
824
920
|
],
|
|
825
921
|
"synonyms": "loaded, fetched, available, ready",
|
|
@@ -871,6 +967,7 @@
|
|
|
871
967
|
"type": "string"
|
|
872
968
|
},
|
|
873
969
|
{
|
|
970
|
+
"entity": "ModQueueItem",
|
|
874
971
|
"name": "row",
|
|
875
972
|
"properties": [
|
|
876
973
|
{
|
|
@@ -935,6 +1032,7 @@
|
|
|
935
1032
|
"type": "string"
|
|
936
1033
|
},
|
|
937
1034
|
{
|
|
1035
|
+
"entity": "ModQueueItem",
|
|
938
1036
|
"name": "row",
|
|
939
1037
|
"properties": [
|
|
940
1038
|
{
|
|
@@ -999,6 +1097,7 @@
|
|
|
999
1097
|
"type": "string"
|
|
1000
1098
|
},
|
|
1001
1099
|
{
|
|
1100
|
+
"entity": "ModQueueItem",
|
|
1002
1101
|
"name": "row",
|
|
1003
1102
|
"properties": [
|
|
1004
1103
|
{
|
|
@@ -1056,6 +1155,7 @@
|
|
|
1056
1155
|
"id": "evt_01KXG04FDRK0BYNNF0VGSXN4PD",
|
|
1057
1156
|
"key": "ModQueueItemReviewed",
|
|
1058
1157
|
"name": "ModQueueItem reviewed",
|
|
1158
|
+
"payloadEntity": "ModQueueItem",
|
|
1059
1159
|
"payloadSchema": [
|
|
1060
1160
|
{
|
|
1061
1161
|
"name": "id",
|
|
@@ -1135,8 +1135,43 @@
|
|
|
1135
1135
|
"eventId": "evt_01M0M65FFFX5V7JGP2T5AXQS76",
|
|
1136
1136
|
"payloadSchema": [
|
|
1137
1137
|
{
|
|
1138
|
+
"entity": "NotifRow",
|
|
1138
1139
|
"name": "data",
|
|
1139
|
-
"
|
|
1140
|
+
"properties": [
|
|
1141
|
+
{
|
|
1142
|
+
"name": "id",
|
|
1143
|
+
"type": "string"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "recipient",
|
|
1147
|
+
"type": "string"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "channel",
|
|
1151
|
+
"type": "string"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "message",
|
|
1155
|
+
"type": "string"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "severity",
|
|
1159
|
+
"type": "string"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "dispatched",
|
|
1163
|
+
"type": "boolean"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "error",
|
|
1167
|
+
"type": "string"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "recordedAt",
|
|
1171
|
+
"type": "number"
|
|
1172
|
+
}
|
|
1173
|
+
],
|
|
1174
|
+
"type": "[object]"
|
|
1140
1175
|
}
|
|
1141
1176
|
],
|
|
1142
1177
|
"tier": "secondary"
|
|
@@ -736,8 +736,35 @@
|
|
|
736
736
|
"eventId": "evt_01M0M65FF68HQ6K67FGYDE0P4V",
|
|
737
737
|
"payloadSchema": [
|
|
738
738
|
{
|
|
739
|
+
"entity": "PrefRow",
|
|
739
740
|
"name": "data",
|
|
740
|
-
"
|
|
741
|
+
"properties": [
|
|
742
|
+
{
|
|
743
|
+
"name": "userId",
|
|
744
|
+
"type": "string"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "eventType",
|
|
748
|
+
"type": "string"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "mode",
|
|
752
|
+
"type": "string"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "channel",
|
|
756
|
+
"type": "string"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "quietStartHour",
|
|
760
|
+
"type": "number"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "quietEndHour",
|
|
764
|
+
"type": "number"
|
|
765
|
+
}
|
|
766
|
+
],
|
|
767
|
+
"type": "[object]"
|
|
741
768
|
}
|
|
742
769
|
],
|
|
743
770
|
"tier": "secondary"
|
|
@@ -748,8 +775,27 @@
|
|
|
748
775
|
"eventId": "evt_01M0M65FF6F8X646FMC2ZYX7HW",
|
|
749
776
|
"payloadSchema": [
|
|
750
777
|
{
|
|
778
|
+
"entity": "AuditRow",
|
|
751
779
|
"name": "data",
|
|
752
|
-
"
|
|
780
|
+
"properties": [
|
|
781
|
+
{
|
|
782
|
+
"name": "recipient",
|
|
783
|
+
"type": "string"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "channel",
|
|
787
|
+
"type": "string"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"name": "dispatched",
|
|
791
|
+
"type": "boolean"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "recordedAt",
|
|
795
|
+
"type": "number"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"type": "[object]"
|
|
753
799
|
}
|
|
754
800
|
],
|
|
755
801
|
"tier": "secondary"
|
|
@@ -760,8 +806,27 @@
|
|
|
760
806
|
"eventId": "evt_01M0M65FF6Z4XVMQTZT0P95WJQ",
|
|
761
807
|
"payloadSchema": [
|
|
762
808
|
{
|
|
809
|
+
"entity": "SubRow",
|
|
763
810
|
"name": "data",
|
|
764
|
-
"
|
|
811
|
+
"properties": [
|
|
812
|
+
{
|
|
813
|
+
"name": "userId",
|
|
814
|
+
"type": "string"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "endpoint",
|
|
818
|
+
"type": "string"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "p256dh",
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "auth",
|
|
826
|
+
"type": "string"
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"type": "[object]"
|
|
765
830
|
}
|
|
766
831
|
],
|
|
767
832
|
"tier": "secondary"
|
|
@@ -933,7 +998,7 @@
|
|
|
933
998
|
"payloadSchema": [
|
|
934
999
|
{
|
|
935
1000
|
"name": "data",
|
|
936
|
-
"type": "
|
|
1001
|
+
"type": "Map<string,scalar>"
|
|
937
1002
|
},
|
|
938
1003
|
{
|
|
939
1004
|
"name": "status",
|