@almadar/std 5.2.2 → 5.4.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/exports/atoms/std-agent-activity-log.orb +220 -10
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
- package/behaviors/exports/atoms/std-agent-completion.orb +12 -4
- package/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
- package/behaviors/exports/atoms/std-agent-memory.orb +16 -4
- package/behaviors/exports/atoms/std-agent-provider.orb +12 -4
- package/behaviors/exports/atoms/std-agent-search.orb +8 -4
- package/behaviors/exports/atoms/std-agent-session.orb +20 -4
- package/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
- package/behaviors/exports/atoms/std-async.orb +12 -4
- package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/behaviors/exports/atoms/std-browse.orb +8 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +12 -4
- package/behaviors/exports/atoms/std-calendar.orb +8 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
- package/behaviors/exports/atoms/std-collision.orb +8 -4
- package/behaviors/exports/atoms/std-combat-log.orb +8 -4
- package/behaviors/exports/atoms/std-combat.orb +8 -4
- package/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
- package/behaviors/exports/atoms/std-display.orb +153 -4
- package/behaviors/exports/atoms/std-drawer.orb +58 -4
- package/behaviors/exports/atoms/std-filter.orb +8 -4
- package/behaviors/exports/atoms/std-flip-card.orb +8 -4
- package/behaviors/exports/atoms/std-gallery.orb +8 -4
- package/behaviors/exports/atoms/std-game-audio.orb +8 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
- package/behaviors/exports/atoms/std-game-hud.orb +16 -4
- package/behaviors/exports/atoms/std-game-menu.orb +8 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
- package/behaviors/exports/atoms/std-gameflow.orb +8 -4
- package/behaviors/exports/atoms/std-input.orb +8 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
- package/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-loading.orb +8 -4
- package/behaviors/exports/atoms/std-modal.orb +8 -4
- package/behaviors/exports/atoms/std-movement.orb +8 -4
- package/behaviors/exports/atoms/std-notification.orb +8 -4
- package/behaviors/exports/atoms/std-overworld.orb +8 -4
- package/behaviors/exports/atoms/std-pagination.orb +8 -4
- package/behaviors/exports/atoms/std-physics2d.orb +8 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-quest.orb +14 -5
- package/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
- package/behaviors/exports/atoms/std-rating.orb +8 -4
- package/behaviors/exports/atoms/std-score-board.orb +8 -4
- package/behaviors/exports/atoms/std-score.orb +8 -4
- package/behaviors/exports/atoms/std-search.orb +8 -4
- package/behaviors/exports/atoms/std-selection.orb +8 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
- package/behaviors/exports/atoms/std-service-email.orb +8 -4
- package/behaviors/exports/atoms/std-service-github.orb +8 -4
- package/behaviors/exports/atoms/std-service-llm.orb +8 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +8 -4
- package/behaviors/exports/atoms/std-service-redis.orb +8 -4
- package/behaviors/exports/atoms/std-service-storage.orb +8 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +8 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +8 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +8 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-sort.orb +52 -4
- package/behaviors/exports/atoms/std-sprite.orb +8 -4
- package/behaviors/exports/atoms/std-tabs.orb +16 -4
- package/behaviors/exports/atoms/std-text-effects.orb +8 -4
- package/behaviors/exports/atoms/std-theme.orb +8 -4
- package/behaviors/exports/atoms/std-timer.orb +8 -4
- package/behaviors/exports/atoms/std-undo.orb +8 -4
- package/behaviors/exports/atoms/std-upload.orb +8 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/behaviors/exports/atoms/std-wizard.orb +26 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/behaviors/exports/molecules/std-agent-learner.orb +856 -626
- package/behaviors/exports/molecules/std-agent-planner.orb +873 -623
- package/behaviors/exports/molecules/std-agent-rag.orb +804 -604
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/behaviors/exports/molecules/std-builder-game.orb +8 -4
- package/behaviors/exports/molecules/std-cart.orb +318 -197
- package/behaviors/exports/molecules/std-classifier-game.orb +8 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +8 -4
- package/behaviors/exports/molecules/std-detail.orb +489 -307
- package/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +12 -4
- package/behaviors/exports/molecules/std-geospatial.orb +519 -364
- package/behaviors/exports/molecules/std-inventory.orb +650 -391
- package/behaviors/exports/molecules/std-list.orb +890 -526
- package/behaviors/exports/molecules/std-messaging.orb +474 -293
- package/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +8 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
- package/behaviors/exports/molecules/std-quiz.orb +8 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +8 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
- package/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
- package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/behaviors/exports/organisms/std-api-gateway.orb +21 -4
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +38 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/behaviors/exports/organisms/std-cms.orb +42 -4
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +42 -4
- package/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
- package/behaviors/exports/organisms/std-ecommerce.orb +46 -4
- package/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
- package/behaviors/exports/organisms/std-healthcare.orb +42 -4
- package/behaviors/exports/organisms/std-helpdesk.orb +25 -4
- package/behaviors/exports/organisms/std-hr-portal.orb +38 -4
- package/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
- package/behaviors/exports/organisms/std-lms.orb +21 -4
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/behaviors/exports/organisms/std-project-manager.orb +38 -4
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
- package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/behaviors/exports/organisms/std-service-marketplace.orb +46 -8
- package/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/behaviors/exports/organisms/std-social-feed.orb +12 -4
- package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/behaviors/exports/organisms/std-trading-dashboard.orb +25 -4
- package/behaviors/exports/validation-report.json +1662 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +16 -4
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-search.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-session.orb +20 -4
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
- package/dist/behaviors/exports/atoms/std-async.orb +12 -4
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/behaviors/exports/atoms/std-browse.orb +8 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +12 -4
- package/dist/behaviors/exports/atoms/std-calendar.orb +8 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +8 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +8 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +8 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
- package/dist/behaviors/exports/atoms/std-display.orb +153 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +58 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +8 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +8 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
- package/dist/behaviors/exports/atoms/std-game-hud.orb +16 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +8 -4
- package/dist/behaviors/exports/atoms/std-input.orb +8 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +8 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +8 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +8 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +8 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +8 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +8 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +8 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +14 -5
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +8 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +8 -4
- package/dist/behaviors/exports/atoms/std-score.orb +8 -4
- package/dist/behaviors/exports/atoms/std-search.orb +8 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
- package/dist/behaviors/exports/atoms/std-service-email.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +8 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +52 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +8 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +16 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +8 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +8 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +8 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +8 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +8 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/behaviors/exports/atoms/std-wizard.orb +26 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +856 -626
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +873 -623
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +804 -604
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/dist/behaviors/exports/molecules/std-builder-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +318 -197
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +489 -307
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +12 -4
- package/dist/behaviors/exports/molecules/std-geospatial.orb +519 -364
- package/dist/behaviors/exports/molecules/std-inventory.orb +650 -391
- package/dist/behaviors/exports/molecules/std-list.orb +890 -526
- package/dist/behaviors/exports/molecules/std-messaging.orb +474 -293
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +8 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +21 -4
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +38 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/dist/behaviors/exports/organisms/std-cms.orb +42 -4
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +42 -4
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +46 -4
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
- package/dist/behaviors/exports/organisms/std-healthcare.orb +42 -4
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +25 -4
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +38 -4
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
- package/dist/behaviors/exports/organisms/std-lms.orb +21 -4
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/behaviors/exports/organisms/std-project-manager.orb +38 -4
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +46 -8
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -4
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +25 -4
- package/dist/behaviors/exports/validation-report.json +1662 -1
- package/dist/behaviors/exports-reader.js +225 -206
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +113 -113
- package/dist/behaviors/functions/index.js +225 -207
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +226 -207
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +225 -206
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +220 -10
- package/dist/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/dist/exports/atoms/std-agent-classifier.orb +12 -4
- package/dist/exports/atoms/std-agent-completion.orb +12 -4
- package/dist/exports/atoms/std-agent-context-window.orb +8 -4
- package/dist/exports/atoms/std-agent-conversation.orb +79 -4
- package/dist/exports/atoms/std-agent-memory.orb +16 -4
- package/dist/exports/atoms/std-agent-provider.orb +12 -4
- package/dist/exports/atoms/std-agent-search.orb +8 -4
- package/dist/exports/atoms/std-agent-session.orb +20 -4
- package/dist/exports/atoms/std-agent-step-progress.orb +8 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +12 -4
- package/dist/exports/atoms/std-async.orb +12 -4
- package/dist/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/exports/atoms/std-browse.orb +8 -4
- package/dist/exports/atoms/std-cache-aside.orb +12 -4
- package/dist/exports/atoms/std-calendar.orb +8 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +8 -4
- package/dist/exports/atoms/std-collision.orb +8 -4
- package/dist/exports/atoms/std-combat-log.orb +8 -4
- package/dist/exports/atoms/std-combat.orb +8 -4
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-dialogue-box.orb +8 -4
- package/dist/exports/atoms/std-display.orb +153 -4
- package/dist/exports/atoms/std-drawer.orb +58 -4
- package/dist/exports/atoms/std-filter.orb +8 -4
- package/dist/exports/atoms/std-flip-card.orb +8 -4
- package/dist/exports/atoms/std-gallery.orb +8 -4
- package/dist/exports/atoms/std-game-audio.orb +8 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -3
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -3
- package/dist/exports/atoms/std-game-hud.orb +16 -4
- package/dist/exports/atoms/std-game-menu.orb +8 -4
- package/dist/exports/atoms/std-game-over-screen.orb +8 -4
- package/dist/exports/atoms/std-gameflow.orb +8 -4
- package/dist/exports/atoms/std-input.orb +8 -4
- package/dist/exports/atoms/std-inventory-panel.orb +12 -4
- package/dist/exports/atoms/std-isometric-canvas.orb +8 -4
- package/dist/exports/atoms/std-loading.orb +8 -4
- package/dist/exports/atoms/std-modal.orb +8 -4
- package/dist/exports/atoms/std-movement.orb +8 -4
- package/dist/exports/atoms/std-notification.orb +8 -4
- package/dist/exports/atoms/std-overworld.orb +8 -4
- package/dist/exports/atoms/std-pagination.orb +8 -4
- package/dist/exports/atoms/std-physics2d.orb +8 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +8 -4
- package/dist/exports/atoms/std-quest.orb +14 -5
- package/dist/exports/atoms/std-rate-limiter.orb +8 -4
- package/dist/exports/atoms/std-rating.orb +8 -4
- package/dist/exports/atoms/std-score-board.orb +8 -4
- package/dist/exports/atoms/std-score.orb +8 -4
- package/dist/exports/atoms/std-search.orb +8 -4
- package/dist/exports/atoms/std-selection.orb +8 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/dist/exports/atoms/std-service-custom-header.orb +21 -4
- package/dist/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/dist/exports/atoms/std-service-custom-query.orb +21 -4
- package/dist/exports/atoms/std-service-email.orb +8 -4
- package/dist/exports/atoms/std-service-github.orb +8 -4
- package/dist/exports/atoms/std-service-llm.orb +8 -4
- package/dist/exports/atoms/std-service-oauth.orb +8 -4
- package/dist/exports/atoms/std-service-redis.orb +8 -4
- package/dist/exports/atoms/std-service-storage.orb +8 -4
- package/dist/exports/atoms/std-service-stripe.orb +8 -4
- package/dist/exports/atoms/std-service-twilio.orb +8 -4
- package/dist/exports/atoms/std-service-youtube.orb +8 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +8 -4
- package/dist/exports/atoms/std-sort.orb +52 -4
- package/dist/exports/atoms/std-sprite.orb +8 -4
- package/dist/exports/atoms/std-tabs.orb +16 -4
- package/dist/exports/atoms/std-text-effects.orb +8 -4
- package/dist/exports/atoms/std-theme.orb +8 -4
- package/dist/exports/atoms/std-timer.orb +8 -4
- package/dist/exports/atoms/std-undo.orb +8 -4
- package/dist/exports/atoms/std-upload.orb +8 -4
- package/dist/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/exports/atoms/std-wizard.orb +26 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/dist/exports/molecules/std-agent-learner.orb +856 -626
- package/dist/exports/molecules/std-agent-planner.orb +873 -623
- package/dist/exports/molecules/std-agent-rag.orb +804 -604
- package/dist/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/dist/exports/molecules/std-builder-game.orb +8 -4
- package/dist/exports/molecules/std-cart.orb +318 -197
- package/dist/exports/molecules/std-classifier-game.orb +8 -4
- package/dist/exports/molecules/std-debugger-game.orb +8 -4
- package/dist/exports/molecules/std-detail.orb +489 -307
- package/dist/exports/molecules/std-event-handler-game.orb +8 -4
- package/dist/exports/molecules/std-form-advanced.orb +12 -4
- package/dist/exports/molecules/std-geospatial.orb +519 -364
- package/dist/exports/molecules/std-inventory.orb +650 -391
- package/dist/exports/molecules/std-list.orb +890 -526
- package/dist/exports/molecules/std-messaging.orb +474 -293
- package/dist/exports/molecules/std-negotiator-game.orb +8 -4
- package/dist/exports/molecules/std-platformer-game.orb +8 -4
- package/dist/exports/molecules/std-puzzle-game.orb +8 -4
- package/dist/exports/molecules/std-quiz.orb +8 -4
- package/dist/exports/molecules/std-sequencer-game.orb +8 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/dist/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +8 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +8 -4
- package/dist/exports/molecules/std-simulator-game.orb +8 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +8 -4
- package/dist/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/exports/organisms/std-agent-builder.orb +1321 -835
- package/dist/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/dist/exports/organisms/std-agent-reviewer.orb +372 -300
- package/dist/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/exports/organisms/std-api-gateway.orb +21 -4
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +38 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/dist/exports/organisms/std-cms.orb +42 -4
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +42 -4
- package/dist/exports/organisms/std-devops-dashboard.orb +21 -4
- package/dist/exports/organisms/std-ecommerce.orb +46 -4
- package/dist/exports/organisms/std-finance-tracker.orb +25 -4
- package/dist/exports/organisms/std-healthcare.orb +42 -4
- package/dist/exports/organisms/std-helpdesk.orb +25 -4
- package/dist/exports/organisms/std-hr-portal.orb +38 -4
- package/dist/exports/organisms/std-iot-dashboard.orb +21 -4
- package/dist/exports/organisms/std-lms.orb +21 -4
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/exports/organisms/std-project-manager.orb +38 -4
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +25 -4
- package/dist/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/exports/organisms/std-service-marketplace.orb +46 -8
- package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/exports/organisms/std-social-feed.orb +12 -4
- package/dist/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/exports/organisms/std-trading-dashboard.orb +25 -4
- package/dist/exports/validation-report.json +1662 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +226 -207
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { makeOrbital, makeEntity, makePage, extractTrait, compose, ensureIdField, plural } from '@almadar/core/builders';
|
|
2
|
-
export { compose, connect, ensureIdField, extractTrait, makeEntity, makeOrbital, makePage, mergeOrbitals, pipe, plural, wire } from '@almadar/core/builders';
|
|
1
|
+
import { makeSchema, makeOrbital, makeEntity, makePage, extractTrait, compose, ensureIdField, plural } from '@almadar/core/builders';
|
|
2
|
+
export { compose, connect, ensureIdField, extractTrait, makeEntity, makeOrbital, makePage, makeSchema, mergeOrbitals, pipe, plural, wire } from '@almadar/core/builders';
|
|
3
3
|
|
|
4
4
|
// behaviors/functions/atoms/std-browse.ts
|
|
5
5
|
|
|
@@ -229,7 +229,7 @@ function stdBrowsePage(params) {
|
|
|
229
229
|
}
|
|
230
230
|
function stdBrowse(params) {
|
|
231
231
|
const c = resolve(params);
|
|
232
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity(c), [buildTrait(c)], [buildPage(c)]);
|
|
232
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity(c), [buildTrait(c)], [buildPage(c)]));
|
|
233
233
|
}
|
|
234
234
|
function resolve2(params) {
|
|
235
235
|
const { entityName } = params;
|
|
@@ -413,7 +413,7 @@ function stdModalPage(params) {
|
|
|
413
413
|
}
|
|
414
414
|
function stdModal(params) {
|
|
415
415
|
const c = resolve2(params);
|
|
416
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity2(c), [buildTrait2(c)], [buildPage2(c)]);
|
|
416
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity2(c), [buildTrait2(c)], [buildPage2(c)]));
|
|
417
417
|
}
|
|
418
418
|
function resolve3(params) {
|
|
419
419
|
const { entityName } = params;
|
|
@@ -591,12 +591,12 @@ function stdConfirmationPage(params) {
|
|
|
591
591
|
}
|
|
592
592
|
function stdConfirmation(params) {
|
|
593
593
|
const c = resolve3(params);
|
|
594
|
-
return makeOrbital(
|
|
594
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
595
595
|
`${c.entityName}Orbital`,
|
|
596
596
|
buildEntity3(c),
|
|
597
597
|
[buildTrait3(c)],
|
|
598
598
|
[buildPage3(c)]
|
|
599
|
-
);
|
|
599
|
+
));
|
|
600
600
|
}
|
|
601
601
|
function resolve4(params) {
|
|
602
602
|
const { entityName } = params;
|
|
@@ -762,12 +762,12 @@ function stdSearchPage(params) {
|
|
|
762
762
|
}
|
|
763
763
|
function stdSearch(params) {
|
|
764
764
|
const c = resolve4(params);
|
|
765
|
-
return makeOrbital(
|
|
765
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
766
766
|
`${c.entityName}Orbital`,
|
|
767
767
|
buildEntity4(c),
|
|
768
768
|
[buildTrait4(c)],
|
|
769
769
|
[buildPage4(c)]
|
|
770
|
-
);
|
|
770
|
+
));
|
|
771
771
|
}
|
|
772
772
|
function resolve5(params) {
|
|
773
773
|
const { entityName } = params;
|
|
@@ -954,7 +954,7 @@ function stdFilterPage(params) {
|
|
|
954
954
|
}
|
|
955
955
|
function stdFilter(params) {
|
|
956
956
|
const c = resolve5(params);
|
|
957
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity5(c), [buildTrait5(c)], [buildPage5(c)]);
|
|
957
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity5(c), [buildTrait5(c)], [buildPage5(c)]));
|
|
958
958
|
}
|
|
959
959
|
function resolve6(params) {
|
|
960
960
|
const { entityName } = params;
|
|
@@ -1114,7 +1114,7 @@ function stdSortPage(params) {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
function stdSort(params) {
|
|
1116
1116
|
const c = resolve6(params);
|
|
1117
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity6(c), [buildTrait6(c)], [buildPage6(c)]);
|
|
1117
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity6(c), [buildTrait6(c)], [buildPage6(c)]));
|
|
1118
1118
|
}
|
|
1119
1119
|
function resolve7(params) {
|
|
1120
1120
|
const { entityName } = params;
|
|
@@ -1286,12 +1286,12 @@ function stdPaginationPage(params) {
|
|
|
1286
1286
|
}
|
|
1287
1287
|
function stdPagination(params) {
|
|
1288
1288
|
const c = resolve7(params);
|
|
1289
|
-
return makeOrbital(
|
|
1289
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1290
1290
|
`${c.entityName}Orbital`,
|
|
1291
1291
|
buildEntity7(c),
|
|
1292
1292
|
[buildTrait7(c)],
|
|
1293
1293
|
[buildPage7(c)]
|
|
1294
|
-
);
|
|
1294
|
+
));
|
|
1295
1295
|
}
|
|
1296
1296
|
function resolve8(params) {
|
|
1297
1297
|
const { entityName } = params;
|
|
@@ -1479,12 +1479,12 @@ function stdDrawerPage(params) {
|
|
|
1479
1479
|
}
|
|
1480
1480
|
function stdDrawer(params) {
|
|
1481
1481
|
const c = resolve8(params);
|
|
1482
|
-
return makeOrbital(
|
|
1482
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1483
1483
|
`${c.entityName}Orbital`,
|
|
1484
1484
|
buildEntity8(c),
|
|
1485
1485
|
[buildTrait8(c)],
|
|
1486
1486
|
[buildPage8(c)]
|
|
1487
|
-
);
|
|
1487
|
+
));
|
|
1488
1488
|
}
|
|
1489
1489
|
function resolve9(params) {
|
|
1490
1490
|
const { entityName } = params;
|
|
@@ -1657,12 +1657,12 @@ function stdNotificationPage(params) {
|
|
|
1657
1657
|
}
|
|
1658
1658
|
function stdNotification(params) {
|
|
1659
1659
|
const c = resolve9(params);
|
|
1660
|
-
return makeOrbital(
|
|
1660
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1661
1661
|
`${c.entityName}Orbital`,
|
|
1662
1662
|
buildEntity9(c),
|
|
1663
1663
|
[buildTrait9(c)],
|
|
1664
1664
|
[buildPage9(c)]
|
|
1665
|
-
);
|
|
1665
|
+
));
|
|
1666
1666
|
}
|
|
1667
1667
|
function resolve10(params) {
|
|
1668
1668
|
const { entityName } = params;
|
|
@@ -1914,12 +1914,12 @@ function stdTimerPage(params) {
|
|
|
1914
1914
|
}
|
|
1915
1915
|
function stdTimer(params) {
|
|
1916
1916
|
const c = resolve10(params);
|
|
1917
|
-
return makeOrbital(
|
|
1917
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1918
1918
|
`${c.entityName}Orbital`,
|
|
1919
1919
|
buildEntity10(c),
|
|
1920
1920
|
[buildTrait10(c)],
|
|
1921
1921
|
[buildPage10(c)]
|
|
1922
|
-
);
|
|
1922
|
+
));
|
|
1923
1923
|
}
|
|
1924
1924
|
function resolve11(params) {
|
|
1925
1925
|
const { entityName } = params;
|
|
@@ -2040,7 +2040,7 @@ function stdTabsPage(params) {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
function stdTabs(params) {
|
|
2042
2042
|
const c = resolve11(params);
|
|
2043
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity11(c), [buildTrait11(c)], [buildPage11(c)]);
|
|
2043
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity11(c), [buildTrait11(c)], [buildPage11(c)]));
|
|
2044
2044
|
}
|
|
2045
2045
|
function resolve12(params) {
|
|
2046
2046
|
const { entityName } = params;
|
|
@@ -2254,12 +2254,12 @@ function stdLoadingPage(params) {
|
|
|
2254
2254
|
}
|
|
2255
2255
|
function stdLoading(params) {
|
|
2256
2256
|
const c = resolve12(params);
|
|
2257
|
-
return makeOrbital(
|
|
2257
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2258
2258
|
`${c.entityName}Orbital`,
|
|
2259
2259
|
buildEntity12(c),
|
|
2260
2260
|
[buildTrait12(c)],
|
|
2261
2261
|
[buildPage12(c)]
|
|
2262
|
-
);
|
|
2262
|
+
));
|
|
2263
2263
|
}
|
|
2264
2264
|
function resolve13(params) {
|
|
2265
2265
|
const { entityName } = params;
|
|
@@ -2544,12 +2544,12 @@ function stdSelectionPage(params) {
|
|
|
2544
2544
|
}
|
|
2545
2545
|
function stdSelection(params) {
|
|
2546
2546
|
const c = resolve13(params);
|
|
2547
|
-
return makeOrbital(
|
|
2547
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2548
2548
|
`${c.entityName}Orbital`,
|
|
2549
2549
|
buildEntity13(c),
|
|
2550
2550
|
[buildTrait13(c)],
|
|
2551
2551
|
[buildPage13(c)]
|
|
2552
|
-
);
|
|
2552
|
+
));
|
|
2553
2553
|
}
|
|
2554
2554
|
function resolve14(params) {
|
|
2555
2555
|
const { entityName } = params;
|
|
@@ -2675,7 +2675,7 @@ function stdUndoPage(params) {
|
|
|
2675
2675
|
}
|
|
2676
2676
|
function stdUndo(params) {
|
|
2677
2677
|
const c = resolve14(params);
|
|
2678
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity14(c), [buildTrait14(c)], [buildPage14(c)]);
|
|
2678
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity14(c), [buildTrait14(c)], [buildPage14(c)]));
|
|
2679
2679
|
}
|
|
2680
2680
|
function resolve15(params) {
|
|
2681
2681
|
const { entityName } = params;
|
|
@@ -2873,12 +2873,12 @@ function stdInputPage(params) {
|
|
|
2873
2873
|
}
|
|
2874
2874
|
function stdInput(params) {
|
|
2875
2875
|
const c = resolve15(params);
|
|
2876
|
-
return makeOrbital(
|
|
2876
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2877
2877
|
`${c.entityName}Orbital`,
|
|
2878
2878
|
buildEntity15(c),
|
|
2879
2879
|
[buildTrait15(c)],
|
|
2880
2880
|
[buildPage15(c)]
|
|
2881
|
-
);
|
|
2881
|
+
));
|
|
2882
2882
|
}
|
|
2883
2883
|
function resolve16(params) {
|
|
2884
2884
|
const { entityName } = params;
|
|
@@ -3131,12 +3131,12 @@ function stdWizardPage(params) {
|
|
|
3131
3131
|
}
|
|
3132
3132
|
function stdWizard(params) {
|
|
3133
3133
|
const c = resolve16(params);
|
|
3134
|
-
return makeOrbital(
|
|
3134
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3135
3135
|
`${c.entityName}Orbital`,
|
|
3136
3136
|
buildEntity16(c),
|
|
3137
3137
|
[buildTrait16(c)],
|
|
3138
3138
|
[buildPage16(c)]
|
|
3139
|
-
);
|
|
3139
|
+
));
|
|
3140
3140
|
}
|
|
3141
3141
|
function resolve17(params) {
|
|
3142
3142
|
const { entityName } = params;
|
|
@@ -3265,12 +3265,12 @@ function stdDisplayPage(params) {
|
|
|
3265
3265
|
}
|
|
3266
3266
|
function stdDisplay(params) {
|
|
3267
3267
|
const c = resolve17(params);
|
|
3268
|
-
return makeOrbital(
|
|
3268
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3269
3269
|
`${c.entityName}Orbital`,
|
|
3270
3270
|
makeEntity({ name: c.entityName, fields: c.fields, persistence: c.persistence, collection: c.collection }),
|
|
3271
3271
|
[buildTrait17(c)],
|
|
3272
3272
|
[makePage({ name: c.pageName, path: c.pagePath, traitName: c.traitName, isInitial: c.isInitial })]
|
|
3273
|
-
);
|
|
3273
|
+
));
|
|
3274
3274
|
}
|
|
3275
3275
|
function resolve18(params) {
|
|
3276
3276
|
const { entityName } = params;
|
|
@@ -3464,12 +3464,12 @@ function stdAsyncPage(params) {
|
|
|
3464
3464
|
}
|
|
3465
3465
|
function stdAsync(params) {
|
|
3466
3466
|
const c = resolve18(params);
|
|
3467
|
-
return makeOrbital(
|
|
3467
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3468
3468
|
`${c.entityName}Orbital`,
|
|
3469
3469
|
buildEntity17(c),
|
|
3470
3470
|
[buildTrait18(c)],
|
|
3471
3471
|
[buildPage17(c)]
|
|
3472
|
-
);
|
|
3472
|
+
));
|
|
3473
3473
|
}
|
|
3474
3474
|
function resolve19(params) {
|
|
3475
3475
|
const { entityName } = params;
|
|
@@ -3654,12 +3654,12 @@ function stdCombatPage(params) {
|
|
|
3654
3654
|
}
|
|
3655
3655
|
function stdCombat(params) {
|
|
3656
3656
|
const c = resolve19(params);
|
|
3657
|
-
return makeOrbital(
|
|
3657
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3658
3658
|
`${c.entityName}Orbital`,
|
|
3659
3659
|
buildEntity18(c),
|
|
3660
3660
|
[buildTrait19(c)],
|
|
3661
3661
|
[buildPage18(c)]
|
|
3662
|
-
);
|
|
3662
|
+
));
|
|
3663
3663
|
}
|
|
3664
3664
|
function resolve20(params) {
|
|
3665
3665
|
const { entityName } = params;
|
|
@@ -3843,12 +3843,12 @@ function stdGameflowPage(params) {
|
|
|
3843
3843
|
}
|
|
3844
3844
|
function stdGameflow(params) {
|
|
3845
3845
|
const c = resolve20(params);
|
|
3846
|
-
return makeOrbital(
|
|
3846
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3847
3847
|
`${c.entityName}Orbital`,
|
|
3848
3848
|
buildEntity19(c),
|
|
3849
3849
|
[buildTrait20(c)],
|
|
3850
3850
|
[buildPage19(c)]
|
|
3851
|
-
);
|
|
3851
|
+
));
|
|
3852
3852
|
}
|
|
3853
3853
|
function resolve21(params) {
|
|
3854
3854
|
const { entityName } = params;
|
|
@@ -4112,12 +4112,12 @@ function stdMovementPage(params) {
|
|
|
4112
4112
|
}
|
|
4113
4113
|
function stdMovement(params) {
|
|
4114
4114
|
const c = resolve21(params);
|
|
4115
|
-
return makeOrbital(
|
|
4115
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4116
4116
|
`${c.entityName}Orbital`,
|
|
4117
4117
|
buildEntity20(c),
|
|
4118
4118
|
[buildTrait21(c)],
|
|
4119
4119
|
[buildPage20(c)]
|
|
4120
|
-
);
|
|
4120
|
+
));
|
|
4121
4121
|
}
|
|
4122
4122
|
function resolve22(params) {
|
|
4123
4123
|
const { entityName } = params;
|
|
@@ -4444,12 +4444,12 @@ function stdQuestPage(params) {
|
|
|
4444
4444
|
}
|
|
4445
4445
|
function stdQuest(params) {
|
|
4446
4446
|
const c = resolve22(params);
|
|
4447
|
-
return makeOrbital(
|
|
4447
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4448
4448
|
`${c.entityName}Orbital`,
|
|
4449
4449
|
buildEntity21(c),
|
|
4450
4450
|
[buildTrait22(c)],
|
|
4451
4451
|
[buildPage21(c)]
|
|
4452
|
-
);
|
|
4452
|
+
));
|
|
4453
4453
|
}
|
|
4454
4454
|
function resolve23(params) {
|
|
4455
4455
|
const { entityName } = params;
|
|
@@ -4677,12 +4677,12 @@ function stdOverworldPage(params) {
|
|
|
4677
4677
|
}
|
|
4678
4678
|
function stdOverworld(params) {
|
|
4679
4679
|
const c = resolve23(params);
|
|
4680
|
-
return makeOrbital(
|
|
4680
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4681
4681
|
`${c.entityName}Orbital`,
|
|
4682
4682
|
buildEntity22(c),
|
|
4683
4683
|
[buildTrait23(c)],
|
|
4684
4684
|
[buildPage22(c)]
|
|
4685
|
-
);
|
|
4685
|
+
));
|
|
4686
4686
|
}
|
|
4687
4687
|
function resolve24(params) {
|
|
4688
4688
|
const { entityName } = params;
|
|
@@ -4909,12 +4909,12 @@ function stdCircuitBreakerPage(params) {
|
|
|
4909
4909
|
}
|
|
4910
4910
|
function stdCircuitBreaker(params) {
|
|
4911
4911
|
const c = resolve24(params);
|
|
4912
|
-
return makeOrbital(
|
|
4912
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4913
4913
|
`${c.entityName}Orbital`,
|
|
4914
4914
|
buildEntity23(c),
|
|
4915
4915
|
[buildTrait24(c)],
|
|
4916
4916
|
[buildPage23(c)]
|
|
4917
|
-
);
|
|
4917
|
+
));
|
|
4918
4918
|
}
|
|
4919
4919
|
function resolve25(params) {
|
|
4920
4920
|
const { entityName } = params;
|
|
@@ -5213,12 +5213,12 @@ function stdCacheAsidePage(params) {
|
|
|
5213
5213
|
}
|
|
5214
5214
|
function stdCacheAside(params) {
|
|
5215
5215
|
const c = resolve25(params);
|
|
5216
|
-
return makeOrbital(
|
|
5216
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5217
5217
|
`${c.entityName}Orbital`,
|
|
5218
5218
|
buildEntity24(c),
|
|
5219
5219
|
[buildTrait25(c)],
|
|
5220
5220
|
[buildPage24(c)]
|
|
5221
|
-
);
|
|
5221
|
+
));
|
|
5222
5222
|
}
|
|
5223
5223
|
function resolve26(params) {
|
|
5224
5224
|
const { entityName } = params;
|
|
@@ -5378,12 +5378,12 @@ function stdScorePage(params) {
|
|
|
5378
5378
|
}
|
|
5379
5379
|
function stdScore(params) {
|
|
5380
5380
|
const c = resolve26(params);
|
|
5381
|
-
return makeOrbital(
|
|
5381
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5382
5382
|
`${c.entityName}Orbital`,
|
|
5383
5383
|
buildEntity25(c),
|
|
5384
5384
|
[buildTrait26(c)],
|
|
5385
5385
|
[buildPage25(c)]
|
|
5386
|
-
);
|
|
5386
|
+
));
|
|
5387
5387
|
}
|
|
5388
5388
|
function resolve27(params) {
|
|
5389
5389
|
const { entityName } = params;
|
|
@@ -5552,7 +5552,7 @@ function stdCalendarPage(params) {
|
|
|
5552
5552
|
}
|
|
5553
5553
|
function stdCalendar(params) {
|
|
5554
5554
|
const c = resolve27(params);
|
|
5555
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity26(c), [buildTrait27(c)], [buildPage26(c)]);
|
|
5555
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity26(c), [buildTrait27(c)], [buildPage26(c)]));
|
|
5556
5556
|
}
|
|
5557
5557
|
function resolve28(params) {
|
|
5558
5558
|
const { entityName } = params;
|
|
@@ -5682,7 +5682,7 @@ function stdGalleryPage(params) {
|
|
|
5682
5682
|
}
|
|
5683
5683
|
function stdGallery(params) {
|
|
5684
5684
|
const c = resolve28(params);
|
|
5685
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity27(c), [buildTrait28(c)], [buildPage27(c)]);
|
|
5685
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity27(c), [buildTrait28(c)], [buildPage27(c)]));
|
|
5686
5686
|
}
|
|
5687
5687
|
function resolve29(params) {
|
|
5688
5688
|
const { entityName } = params;
|
|
@@ -5841,7 +5841,7 @@ function stdFlipCardPage(params) {
|
|
|
5841
5841
|
}
|
|
5842
5842
|
function stdFlipCard(params) {
|
|
5843
5843
|
const c = resolve29(params);
|
|
5844
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity28(c), [buildTrait29(c)], [buildPage28(c)]);
|
|
5844
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity28(c), [buildTrait29(c)], [buildPage28(c)]));
|
|
5845
5845
|
}
|
|
5846
5846
|
function resolve30(params) {
|
|
5847
5847
|
const { entityName } = params;
|
|
@@ -5957,7 +5957,7 @@ function stdRatingPage(params) {
|
|
|
5957
5957
|
}
|
|
5958
5958
|
function stdRating(params) {
|
|
5959
5959
|
const c = resolve30(params);
|
|
5960
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity29(c), [buildTrait30(c)], [buildPage29(c)]);
|
|
5960
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity29(c), [buildTrait30(c)], [buildPage29(c)]));
|
|
5961
5961
|
}
|
|
5962
5962
|
function resolve31(params) {
|
|
5963
5963
|
const { entityName } = params;
|
|
@@ -6117,7 +6117,7 @@ function stdUploadPage(params) {
|
|
|
6117
6117
|
}
|
|
6118
6118
|
function stdUpload(params) {
|
|
6119
6119
|
const c = resolve31(params);
|
|
6120
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity30(c), [buildTrait31(c)], [buildPage30(c)]);
|
|
6120
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity30(c), [buildTrait31(c)], [buildPage30(c)]));
|
|
6121
6121
|
}
|
|
6122
6122
|
function resolve32(params) {
|
|
6123
6123
|
const { entityName } = params;
|
|
@@ -6246,7 +6246,7 @@ function stdThemePage(params) {
|
|
|
6246
6246
|
}
|
|
6247
6247
|
function stdTheme(params) {
|
|
6248
6248
|
const c = resolve32(params);
|
|
6249
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity31(c), [buildTrait32(c)], [buildPage31(c)]);
|
|
6249
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity31(c), [buildTrait32(c)], [buildPage31(c)]));
|
|
6250
6250
|
}
|
|
6251
6251
|
function resolve33(params) {
|
|
6252
6252
|
const { entityName } = params;
|
|
@@ -6408,7 +6408,7 @@ function stdTextEffectsPage(params) {
|
|
|
6408
6408
|
}
|
|
6409
6409
|
function stdTextEffects(params) {
|
|
6410
6410
|
const c = resolve33(params);
|
|
6411
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity32(c), [buildTrait33(c)], [buildPage32(c)]);
|
|
6411
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity32(c), [buildTrait33(c)], [buildPage32(c)]));
|
|
6412
6412
|
}
|
|
6413
6413
|
function resolve34(params) {
|
|
6414
6414
|
const { entityName } = params;
|
|
@@ -6604,12 +6604,12 @@ function stdCollisionPage(params) {
|
|
|
6604
6604
|
}
|
|
6605
6605
|
function stdCollision(params) {
|
|
6606
6606
|
const c = resolve34(params);
|
|
6607
|
-
return makeOrbital(
|
|
6607
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
6608
6608
|
`${c.entityName}Orbital`,
|
|
6609
6609
|
buildEntity33(c),
|
|
6610
6610
|
[buildTrait34(c)],
|
|
6611
6611
|
[buildPage33(c)]
|
|
6612
|
-
);
|
|
6612
|
+
));
|
|
6613
6613
|
}
|
|
6614
6614
|
function resolve35(params) {
|
|
6615
6615
|
const { entityName } = params;
|
|
@@ -6768,12 +6768,12 @@ function stdPhysics2dPage(params) {
|
|
|
6768
6768
|
}
|
|
6769
6769
|
function stdPhysics2d(params) {
|
|
6770
6770
|
const c = resolve35(params);
|
|
6771
|
-
return makeOrbital(
|
|
6771
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
6772
6772
|
`${c.entityName}Orbital`,
|
|
6773
6773
|
buildEntity34(c),
|
|
6774
6774
|
[buildTrait35(c)],
|
|
6775
6775
|
[buildPage34(c)]
|
|
6776
|
-
);
|
|
6776
|
+
));
|
|
6777
6777
|
}
|
|
6778
6778
|
function resolve36(params) {
|
|
6779
6779
|
const { entityName } = params;
|
|
@@ -6980,12 +6980,12 @@ function stdRateLimiterPage(params) {
|
|
|
6980
6980
|
}
|
|
6981
6981
|
function stdRateLimiter(params) {
|
|
6982
6982
|
const c = resolve36(params);
|
|
6983
|
-
return makeOrbital(
|
|
6983
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
6984
6984
|
`${c.entityName}Orbital`,
|
|
6985
6985
|
buildEntity35(c),
|
|
6986
6986
|
[buildTrait36(c)],
|
|
6987
6987
|
[buildPage35(c)]
|
|
6988
|
-
);
|
|
6988
|
+
));
|
|
6989
6989
|
}
|
|
6990
6990
|
function resolve37(params) {
|
|
6991
6991
|
const { entityName } = params;
|
|
@@ -7054,7 +7054,7 @@ function stdGameHudPage(params) {
|
|
|
7054
7054
|
}
|
|
7055
7055
|
function stdGameHud(params) {
|
|
7056
7056
|
const c = resolve37(params);
|
|
7057
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity36(c), [buildTrait37(c)], [buildPage36(c)]);
|
|
7057
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity36(c), [buildTrait37(c)], [buildPage36(c)]));
|
|
7058
7058
|
}
|
|
7059
7059
|
function resolve38(params) {
|
|
7060
7060
|
const { entityName } = params;
|
|
@@ -7138,7 +7138,7 @@ function stdScoreBoardPage(params) {
|
|
|
7138
7138
|
}
|
|
7139
7139
|
function stdScoreBoard(params) {
|
|
7140
7140
|
const c = resolve38(params);
|
|
7141
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity37(c), [buildTrait38(c)], [buildPage37(c)]);
|
|
7141
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity37(c), [buildTrait38(c)], [buildPage37(c)]));
|
|
7142
7142
|
}
|
|
7143
7143
|
function resolve39(params) {
|
|
7144
7144
|
const { entityName } = params;
|
|
@@ -7218,7 +7218,7 @@ function stdGameMenuPage(params) {
|
|
|
7218
7218
|
}
|
|
7219
7219
|
function stdGameMenu(params) {
|
|
7220
7220
|
const c = resolve39(params);
|
|
7221
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity38(c), [buildTrait39(c)], [buildPage38(c)]);
|
|
7221
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity38(c), [buildTrait39(c)], [buildPage38(c)]));
|
|
7222
7222
|
}
|
|
7223
7223
|
function resolve40(params) {
|
|
7224
7224
|
const { entityName } = params;
|
|
@@ -7299,7 +7299,7 @@ function stdGameOverScreenPage(params) {
|
|
|
7299
7299
|
}
|
|
7300
7300
|
function stdGameOverScreen(params) {
|
|
7301
7301
|
const c = resolve40(params);
|
|
7302
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity39(c), [buildTrait40(c)], [buildPage39(c)]);
|
|
7302
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity39(c), [buildTrait40(c)], [buildPage39(c)]));
|
|
7303
7303
|
}
|
|
7304
7304
|
function resolve41(params) {
|
|
7305
7305
|
const { entityName } = params;
|
|
@@ -7401,7 +7401,7 @@ function stdDialogueBoxPage(params) {
|
|
|
7401
7401
|
}
|
|
7402
7402
|
function stdDialogueBox(params) {
|
|
7403
7403
|
const c = resolve41(params);
|
|
7404
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity40(c), [buildTrait41(c)], [buildPage40(c)]);
|
|
7404
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity40(c), [buildTrait41(c)], [buildPage40(c)]));
|
|
7405
7405
|
}
|
|
7406
7406
|
function resolve42(params) {
|
|
7407
7407
|
const { entityName } = params;
|
|
@@ -7487,7 +7487,7 @@ function stdInventoryPanelPage(params) {
|
|
|
7487
7487
|
}
|
|
7488
7488
|
function stdInventoryPanel(params) {
|
|
7489
7489
|
const c = resolve42(params);
|
|
7490
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity41(c), [buildTrait42(c)], [buildPage41(c)]);
|
|
7490
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity41(c), [buildTrait42(c)], [buildPage41(c)]));
|
|
7491
7491
|
}
|
|
7492
7492
|
function resolve43(params) {
|
|
7493
7493
|
const { entityName } = params;
|
|
@@ -7570,7 +7570,7 @@ function stdCombatLogPage(params) {
|
|
|
7570
7570
|
}
|
|
7571
7571
|
function stdCombatLog(params) {
|
|
7572
7572
|
const c = resolve43(params);
|
|
7573
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity42(c), [buildTrait43(c)], [buildPage42(c)]);
|
|
7573
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity42(c), [buildTrait43(c)], [buildPage42(c)]));
|
|
7574
7574
|
}
|
|
7575
7575
|
function resolve44(params) {
|
|
7576
7576
|
const { entityName } = params;
|
|
@@ -7684,7 +7684,7 @@ function stdSpritePage(params) {
|
|
|
7684
7684
|
}
|
|
7685
7685
|
function stdSprite(params) {
|
|
7686
7686
|
const c = resolve44(params);
|
|
7687
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity43(c), [buildTrait44(c)], [buildPage43(c)]);
|
|
7687
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity43(c), [buildTrait44(c)], [buildPage43(c)]));
|
|
7688
7688
|
}
|
|
7689
7689
|
function resolve45(params) {
|
|
7690
7690
|
const { entityName } = params;
|
|
@@ -7814,7 +7814,7 @@ function stdGameAudioPage(params) {
|
|
|
7814
7814
|
}
|
|
7815
7815
|
function stdGameAudio(params) {
|
|
7816
7816
|
const c = resolve45(params);
|
|
7817
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity44(c), [buildTrait45(c)], [buildPage44(c)]);
|
|
7817
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity44(c), [buildTrait45(c)], [buildPage44(c)]));
|
|
7818
7818
|
}
|
|
7819
7819
|
function resolve46(params) {
|
|
7820
7820
|
const { entityName } = params;
|
|
@@ -7929,7 +7929,7 @@ function stdIsometricCanvasPage(params) {
|
|
|
7929
7929
|
}
|
|
7930
7930
|
function stdIsometricCanvas(params) {
|
|
7931
7931
|
const c = resolve46(params);
|
|
7932
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity45(c), [buildTrait46(c)], [buildPage45(c)]);
|
|
7932
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity45(c), [buildTrait46(c)], [buildPage45(c)]));
|
|
7933
7933
|
}
|
|
7934
7934
|
function resolve47(params) {
|
|
7935
7935
|
const { entityName } = params;
|
|
@@ -8035,7 +8035,7 @@ function stdPlatformerCanvasPage(params) {
|
|
|
8035
8035
|
}
|
|
8036
8036
|
function stdPlatformerCanvas(params) {
|
|
8037
8037
|
const c = resolve47(params);
|
|
8038
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity46(c), [buildTrait47(c)], [buildPage46(c)]);
|
|
8038
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity46(c), [buildTrait47(c)], [buildPage46(c)]));
|
|
8039
8039
|
}
|
|
8040
8040
|
function resolve48(params) {
|
|
8041
8041
|
const { entityName } = params;
|
|
@@ -8115,7 +8115,7 @@ function stdSimulationCanvasPage(params) {
|
|
|
8115
8115
|
}
|
|
8116
8116
|
function stdSimulationCanvas(params) {
|
|
8117
8117
|
const c = resolve48(params);
|
|
8118
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity47(c), [buildTrait48(c)], [buildPage47(c)]);
|
|
8118
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity47(c), [buildTrait48(c)], [buildPage47(c)]));
|
|
8119
8119
|
}
|
|
8120
8120
|
function resolve49(params) {
|
|
8121
8121
|
const { entityName } = params;
|
|
@@ -8210,7 +8210,7 @@ function stdGameCanvas2dPage(params) {
|
|
|
8210
8210
|
}
|
|
8211
8211
|
function stdGameCanvas2d(params) {
|
|
8212
8212
|
const c = resolve49(params);
|
|
8213
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity48(c), [buildTrait49(c)], [buildPage48(c)]);
|
|
8213
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity48(c), [buildTrait49(c)], [buildPage48(c)]));
|
|
8214
8214
|
}
|
|
8215
8215
|
function resolve50(params) {
|
|
8216
8216
|
const { entityName } = params;
|
|
@@ -8313,7 +8313,7 @@ function stdGameCanvas3dPage(params) {
|
|
|
8313
8313
|
}
|
|
8314
8314
|
function stdGameCanvas3d(params) {
|
|
8315
8315
|
const c = resolve50(params);
|
|
8316
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity49(c), [buildTrait50(c)], [buildPage49(c)]);
|
|
8316
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity49(c), [buildTrait50(c)], [buildPage49(c)]));
|
|
8317
8317
|
}
|
|
8318
8318
|
function resolve51(params) {
|
|
8319
8319
|
const { entityName } = params;
|
|
@@ -8498,7 +8498,8 @@ function stdList(params) {
|
|
|
8498
8498
|
confirmEffects: [["persist", "delete", entityName, "@entity.pendingId"]],
|
|
8499
8499
|
emitOnConfirm: DELETED
|
|
8500
8500
|
}));
|
|
8501
|
-
const
|
|
8501
|
+
const entityFields = fields.some((f) => f.name === "pendingId") ? fields : [...fields, { name: "pendingId", type: "string", default: "" }];
|
|
8502
|
+
const entity = makeEntity({ name: entityName, fields: entityFields, persistence: c.persistence, collection: c.collection });
|
|
8502
8503
|
const page = {
|
|
8503
8504
|
name: c.pageName,
|
|
8504
8505
|
path: c.pagePath,
|
|
@@ -8511,12 +8512,12 @@ function stdList(params) {
|
|
|
8511
8512
|
{ ref: deleteTrait.name }
|
|
8512
8513
|
]
|
|
8513
8514
|
};
|
|
8514
|
-
return {
|
|
8515
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
8515
8516
|
name: `${entityName}Orbital`,
|
|
8516
8517
|
entity,
|
|
8517
8518
|
traits: [browseTrait, createTrait, editTrait, viewTrait, deleteTrait],
|
|
8518
8519
|
pages: [page]
|
|
8519
|
-
};
|
|
8520
|
+
});
|
|
8520
8521
|
}
|
|
8521
8522
|
function resolve52(params) {
|
|
8522
8523
|
const { entityName } = params;
|
|
@@ -8705,19 +8706,20 @@ function stdCart(params) {
|
|
|
8705
8706
|
confirmEvent: "CONFIRM_REMOVE",
|
|
8706
8707
|
confirmEffects: [["persist", "delete", entityName, "@entity.pendingId"]]
|
|
8707
8708
|
}));
|
|
8708
|
-
const
|
|
8709
|
+
const entityFields = fields.some((f) => f.name === "pendingId") ? fields : [...fields, { name: "pendingId", type: "string", default: "" }];
|
|
8710
|
+
const entity = makeEntity({ name: entityName, fields: entityFields, persistence: c.persistence, collection: c.collection });
|
|
8709
8711
|
const page = {
|
|
8710
8712
|
name: c.pageName,
|
|
8711
8713
|
path: c.pagePath,
|
|
8712
8714
|
...c.isInitial ? { isInitial: true } : {},
|
|
8713
8715
|
traits: [{ ref: cartTrait.name }, { ref: addTrait.name }, { ref: removeTrait.name }]
|
|
8714
8716
|
};
|
|
8715
|
-
return {
|
|
8717
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
8716
8718
|
name: `${entityName}Orbital`,
|
|
8717
8719
|
entity,
|
|
8718
8720
|
traits: [cartTrait, addTrait, removeTrait],
|
|
8719
8721
|
pages: [page]
|
|
8720
|
-
};
|
|
8722
|
+
});
|
|
8721
8723
|
}
|
|
8722
8724
|
function resolve53(params) {
|
|
8723
8725
|
const { entityName } = params;
|
|
@@ -8852,12 +8854,12 @@ function stdDetail(params) {
|
|
|
8852
8854
|
...c.isInitial ? { isInitial: true } : {},
|
|
8853
8855
|
traits: [{ ref: browseTrait.name }, { ref: createTrait.name }, { ref: viewTrait.name }]
|
|
8854
8856
|
};
|
|
8855
|
-
return {
|
|
8857
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
8856
8858
|
name: `${entityName}Orbital`,
|
|
8857
8859
|
entity,
|
|
8858
8860
|
traits: [browseTrait, createTrait, viewTrait],
|
|
8859
8861
|
pages: [page]
|
|
8860
|
-
};
|
|
8862
|
+
});
|
|
8861
8863
|
}
|
|
8862
8864
|
function resolve54(params) {
|
|
8863
8865
|
const { entityName } = params;
|
|
@@ -9010,7 +9012,8 @@ function stdInventory(params) {
|
|
|
9010
9012
|
{ id: "item-2", name: "Iron Sword", description: "A sturdy blade", status: "active", pendingId: "" },
|
|
9011
9013
|
{ id: "item-3", name: "Wooden Shield", description: "Basic protection", status: "active", pendingId: "" }
|
|
9012
9014
|
];
|
|
9013
|
-
const
|
|
9015
|
+
const entityFields = fields.some((f) => f.name === "pendingId") ? fields : [...fields, { name: "pendingId", type: "string", default: "" }];
|
|
9016
|
+
const entity = makeEntity({ name: entityName, fields: entityFields, persistence: c.persistence, collection: c.collection, instances });
|
|
9014
9017
|
const page = {
|
|
9015
9018
|
name: c.pageName,
|
|
9016
9019
|
path: c.pagePath,
|
|
@@ -9022,12 +9025,12 @@ function stdInventory(params) {
|
|
|
9022
9025
|
{ ref: dropTrait.name }
|
|
9023
9026
|
]
|
|
9024
9027
|
};
|
|
9025
|
-
return {
|
|
9028
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9026
9029
|
name: `${entityName}Orbital`,
|
|
9027
9030
|
entity,
|
|
9028
9031
|
traits: [browseTrait, addTrait, useTrait, dropTrait],
|
|
9029
9032
|
pages: [page]
|
|
9030
|
-
};
|
|
9033
|
+
});
|
|
9031
9034
|
}
|
|
9032
9035
|
function resolve55(params) {
|
|
9033
9036
|
const { entityName } = params;
|
|
@@ -9177,12 +9180,12 @@ function stdMessaging(params) {
|
|
|
9177
9180
|
{ ref: viewTrait.name }
|
|
9178
9181
|
]
|
|
9179
9182
|
};
|
|
9180
|
-
return {
|
|
9183
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9181
9184
|
name: `${entityName}Orbital`,
|
|
9182
9185
|
entity,
|
|
9183
9186
|
traits: [browseTrait, composeTrait, viewTrait],
|
|
9184
9187
|
pages: [page]
|
|
9185
|
-
};
|
|
9188
|
+
});
|
|
9186
9189
|
}
|
|
9187
9190
|
function resolve56(params) {
|
|
9188
9191
|
const { entityName } = params;
|
|
@@ -9306,7 +9309,8 @@ function stdGeospatial(params) {
|
|
|
9306
9309
|
confirmEffects: [["fetch", entityName]],
|
|
9307
9310
|
emitOnConfirm: "CONFIRMED"
|
|
9308
9311
|
}));
|
|
9309
|
-
const
|
|
9312
|
+
const entityFields = fields.some((f) => f.name === "pendingId") ? fields : [...fields, { name: "pendingId", type: "string", default: "" }];
|
|
9313
|
+
const entity = makeEntity({ name: entityName, fields: entityFields, persistence: c.persistence, collection: c.collection });
|
|
9310
9314
|
const page = {
|
|
9311
9315
|
name: c.pageName,
|
|
9312
9316
|
path: c.pagePath,
|
|
@@ -9317,12 +9321,12 @@ function stdGeospatial(params) {
|
|
|
9317
9321
|
{ ref: confirmTrait.name }
|
|
9318
9322
|
]
|
|
9319
9323
|
};
|
|
9320
|
-
return {
|
|
9324
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9321
9325
|
name: `${entityName}Orbital`,
|
|
9322
9326
|
entity,
|
|
9323
9327
|
traits: [browseTrait, selectTrait, confirmTrait],
|
|
9324
9328
|
pages: [page]
|
|
9325
|
-
};
|
|
9329
|
+
});
|
|
9326
9330
|
}
|
|
9327
9331
|
function resolve57(params) {
|
|
9328
9332
|
const { entityName } = params;
|
|
@@ -9539,7 +9543,7 @@ function stdQuizPage(params) {
|
|
|
9539
9543
|
}
|
|
9540
9544
|
function stdQuiz(params) {
|
|
9541
9545
|
const c = resolve57(params);
|
|
9542
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity50(c), [buildTrait51(c)], [buildPage50(c)]);
|
|
9546
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity50(c), [buildTrait51(c)], [buildPage50(c)]));
|
|
9543
9547
|
}
|
|
9544
9548
|
function resolve58(params) {
|
|
9545
9549
|
const { entityName } = params;
|
|
@@ -9685,7 +9689,7 @@ function stdFormAdvancedPage(params) {
|
|
|
9685
9689
|
}
|
|
9686
9690
|
function stdFormAdvanced(params) {
|
|
9687
9691
|
const c = resolve58(params);
|
|
9688
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity51(c), [buildTrait52(c)], [buildPage51(c)]);
|
|
9692
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity51(c), [buildTrait52(c)], [buildPage51(c)]));
|
|
9689
9693
|
}
|
|
9690
9694
|
function resolve59(params) {
|
|
9691
9695
|
const { entityName } = params;
|
|
@@ -9929,12 +9933,12 @@ function stdTurnBasedBattle(params) {
|
|
|
9929
9933
|
const battleLogTrait = buildBattleLogTrait(c);
|
|
9930
9934
|
const entity = buildEntity52(c);
|
|
9931
9935
|
const page = buildPage52(c);
|
|
9932
|
-
return {
|
|
9936
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
9933
9937
|
name: `${c.entityName}Orbital`,
|
|
9934
9938
|
entity,
|
|
9935
9939
|
traits: [battleFlowTrait, battleLogTrait],
|
|
9936
9940
|
pages: [page]
|
|
9937
|
-
};
|
|
9941
|
+
});
|
|
9938
9942
|
}
|
|
9939
9943
|
function resolve60(params) {
|
|
9940
9944
|
const { entityName } = params;
|
|
@@ -10200,12 +10204,12 @@ function stdPlatformerGame(params) {
|
|
|
10200
10204
|
const canvasTrait = buildPlatformerCanvasTrait(c);
|
|
10201
10205
|
const entity = buildEntity53(c);
|
|
10202
10206
|
const page = buildPage53(c);
|
|
10203
|
-
return {
|
|
10207
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
10204
10208
|
name: `${c.entityName}Orbital`,
|
|
10205
10209
|
entity,
|
|
10206
10210
|
traits: [flowTrait, canvasTrait],
|
|
10207
10211
|
pages: [page]
|
|
10208
|
-
};
|
|
10212
|
+
});
|
|
10209
10213
|
}
|
|
10210
10214
|
function resolve61(params) {
|
|
10211
10215
|
const { entityName } = params;
|
|
@@ -10452,12 +10456,12 @@ function stdPuzzleGame(params) {
|
|
|
10452
10456
|
const scoreTrait = buildPuzzleScoreTrait(c);
|
|
10453
10457
|
const entity = buildEntity54(c);
|
|
10454
10458
|
const page = buildPage54(c);
|
|
10455
|
-
return {
|
|
10459
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
10456
10460
|
name: `${c.entityName}Orbital`,
|
|
10457
10461
|
entity,
|
|
10458
10462
|
traits: [flowTrait, scoreTrait],
|
|
10459
10463
|
pages: [page]
|
|
10460
|
-
};
|
|
10464
|
+
});
|
|
10461
10465
|
}
|
|
10462
10466
|
function resolve62(params) {
|
|
10463
10467
|
const { entityName } = params;
|
|
@@ -10591,12 +10595,12 @@ function stdBuilderGamePage(params) {
|
|
|
10591
10595
|
}
|
|
10592
10596
|
function stdBuilderGame(params) {
|
|
10593
10597
|
const c = resolve62(params);
|
|
10594
|
-
return makeOrbital(
|
|
10598
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
10595
10599
|
`${c.entityName}Orbital`,
|
|
10596
10600
|
buildEntity55(c),
|
|
10597
10601
|
[buildTrait53(c)],
|
|
10598
10602
|
[buildPage55(c)]
|
|
10599
|
-
);
|
|
10603
|
+
));
|
|
10600
10604
|
}
|
|
10601
10605
|
function resolve63(params) {
|
|
10602
10606
|
const { entityName } = params;
|
|
@@ -10730,12 +10734,12 @@ function stdClassifierGamePage(params) {
|
|
|
10730
10734
|
}
|
|
10731
10735
|
function stdClassifierGame(params) {
|
|
10732
10736
|
const c = resolve63(params);
|
|
10733
|
-
return makeOrbital(
|
|
10737
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
10734
10738
|
`${c.entityName}Orbital`,
|
|
10735
10739
|
buildEntity56(c),
|
|
10736
10740
|
[buildTrait54(c)],
|
|
10737
10741
|
[buildPage56(c)]
|
|
10738
|
-
);
|
|
10742
|
+
));
|
|
10739
10743
|
}
|
|
10740
10744
|
function resolve64(params) {
|
|
10741
10745
|
const { entityName } = params;
|
|
@@ -10869,12 +10873,12 @@ function stdSequencerGamePage(params) {
|
|
|
10869
10873
|
}
|
|
10870
10874
|
function stdSequencerGame(params) {
|
|
10871
10875
|
const c = resolve64(params);
|
|
10872
|
-
return makeOrbital(
|
|
10876
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
10873
10877
|
`${c.entityName}Orbital`,
|
|
10874
10878
|
buildEntity57(c),
|
|
10875
10879
|
[buildTrait55(c)],
|
|
10876
10880
|
[buildPage57(c)]
|
|
10877
|
-
);
|
|
10881
|
+
));
|
|
10878
10882
|
}
|
|
10879
10883
|
function resolve65(params) {
|
|
10880
10884
|
const { entityName } = params;
|
|
@@ -11008,12 +11012,12 @@ function stdDebuggerGamePage(params) {
|
|
|
11008
11012
|
}
|
|
11009
11013
|
function stdDebuggerGame(params) {
|
|
11010
11014
|
const c = resolve65(params);
|
|
11011
|
-
return makeOrbital(
|
|
11015
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11012
11016
|
`${c.entityName}Orbital`,
|
|
11013
11017
|
buildEntity58(c),
|
|
11014
11018
|
[buildTrait56(c)],
|
|
11015
11019
|
[buildPage58(c)]
|
|
11016
|
-
);
|
|
11020
|
+
));
|
|
11017
11021
|
}
|
|
11018
11022
|
function resolve66(params) {
|
|
11019
11023
|
const { entityName } = params;
|
|
@@ -11147,12 +11151,12 @@ function stdNegotiatorGamePage(params) {
|
|
|
11147
11151
|
}
|
|
11148
11152
|
function stdNegotiatorGame(params) {
|
|
11149
11153
|
const c = resolve66(params);
|
|
11150
|
-
return makeOrbital(
|
|
11154
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11151
11155
|
`${c.entityName}Orbital`,
|
|
11152
11156
|
buildEntity59(c),
|
|
11153
11157
|
[buildTrait57(c)],
|
|
11154
11158
|
[buildPage59(c)]
|
|
11155
|
-
);
|
|
11159
|
+
));
|
|
11156
11160
|
}
|
|
11157
11161
|
function resolve67(params) {
|
|
11158
11162
|
const { entityName } = params;
|
|
@@ -11286,12 +11290,12 @@ function stdSimulatorGamePage(params) {
|
|
|
11286
11290
|
}
|
|
11287
11291
|
function stdSimulatorGame(params) {
|
|
11288
11292
|
const c = resolve67(params);
|
|
11289
|
-
return makeOrbital(
|
|
11293
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11290
11294
|
`${c.entityName}Orbital`,
|
|
11291
11295
|
buildEntity60(c),
|
|
11292
11296
|
[buildTrait58(c)],
|
|
11293
11297
|
[buildPage60(c)]
|
|
11294
|
-
);
|
|
11298
|
+
));
|
|
11295
11299
|
}
|
|
11296
11300
|
function resolve68(params) {
|
|
11297
11301
|
const { entityName } = params;
|
|
@@ -11425,12 +11429,12 @@ function stdEventHandlerGamePage(params) {
|
|
|
11425
11429
|
}
|
|
11426
11430
|
function stdEventHandlerGame(params) {
|
|
11427
11431
|
const c = resolve68(params);
|
|
11428
|
-
return makeOrbital(
|
|
11432
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11429
11433
|
`${c.entityName}Orbital`,
|
|
11430
11434
|
buildEntity61(c),
|
|
11431
11435
|
[buildTrait59(c)],
|
|
11432
11436
|
[buildPage61(c)]
|
|
11433
|
-
);
|
|
11437
|
+
));
|
|
11434
11438
|
}
|
|
11435
11439
|
function resolve69(params) {
|
|
11436
11440
|
const { entityName } = params;
|
|
@@ -11618,12 +11622,12 @@ function stdClassifier(params) {
|
|
|
11618
11622
|
...c.isInitial ? { isInitial: true } : {},
|
|
11619
11623
|
traits: [{ ref: trait.name }]
|
|
11620
11624
|
};
|
|
11621
|
-
return {
|
|
11625
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
11622
11626
|
name: `${c.entityName}Orbital`,
|
|
11623
11627
|
entity,
|
|
11624
11628
|
traits: [trait],
|
|
11625
11629
|
pages: [page]
|
|
11626
|
-
};
|
|
11630
|
+
});
|
|
11627
11631
|
}
|
|
11628
11632
|
function resolve70(params) {
|
|
11629
11633
|
const { entityName } = params;
|
|
@@ -11976,12 +11980,12 @@ function stdTrainer(params) {
|
|
|
11976
11980
|
...c.isInitial ? { isInitial: true } : {},
|
|
11977
11981
|
traits: traits.map((t) => ({ ref: t.name }))
|
|
11978
11982
|
};
|
|
11979
|
-
return {
|
|
11983
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
11980
11984
|
name: `${c.entityName}Orbital`,
|
|
11981
11985
|
entity,
|
|
11982
11986
|
traits,
|
|
11983
11987
|
pages: [page]
|
|
11984
|
-
};
|
|
11988
|
+
});
|
|
11985
11989
|
}
|
|
11986
11990
|
function resolve71(params) {
|
|
11987
11991
|
const { entityName } = params;
|
|
@@ -12298,12 +12302,12 @@ function stdRlAgent(params) {
|
|
|
12298
12302
|
{ ref: trainTrait.name }
|
|
12299
12303
|
]
|
|
12300
12304
|
};
|
|
12301
|
-
return {
|
|
12305
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12302
12306
|
name: `${c.entityName}Orbital`,
|
|
12303
12307
|
entity,
|
|
12304
12308
|
traits: [policyTrait, collectorTrait, trainTrait],
|
|
12305
12309
|
pages: [page]
|
|
12306
|
-
};
|
|
12310
|
+
});
|
|
12307
12311
|
}
|
|
12308
12312
|
function resolve72(params) {
|
|
12309
12313
|
const { entityName } = params;
|
|
@@ -12552,12 +12556,12 @@ function stdGraphClassifier(params) {
|
|
|
12552
12556
|
{ ref: classifyTrait.name }
|
|
12553
12557
|
]
|
|
12554
12558
|
};
|
|
12555
|
-
return {
|
|
12559
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12556
12560
|
name: `${c.entityName}Orbital`,
|
|
12557
12561
|
entity,
|
|
12558
12562
|
traits: [graphTrait, classifyTrait],
|
|
12559
12563
|
pages: [page]
|
|
12560
|
-
};
|
|
12564
|
+
});
|
|
12561
12565
|
}
|
|
12562
12566
|
function resolve73(params) {
|
|
12563
12567
|
const { entityName } = params;
|
|
@@ -12808,12 +12812,12 @@ function stdTextClassifier(params) {
|
|
|
12808
12812
|
{ ref: classifyTrait.name }
|
|
12809
12813
|
]
|
|
12810
12814
|
};
|
|
12811
|
-
return {
|
|
12815
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12812
12816
|
name: `${c.entityName}Orbital`,
|
|
12813
12817
|
entity,
|
|
12814
12818
|
traits: [tokenizerTrait, classifyTrait],
|
|
12815
12819
|
pages: [page]
|
|
12816
|
-
};
|
|
12820
|
+
});
|
|
12817
12821
|
}
|
|
12818
12822
|
function resolve74(params) {
|
|
12819
12823
|
const { entityName } = params;
|
|
@@ -13004,12 +13008,12 @@ function stdAutoregressive(params) {
|
|
|
13004
13008
|
...c.isInitial ? { isInitial: true } : {},
|
|
13005
13009
|
traits: [{ ref: trait.name }]
|
|
13006
13010
|
};
|
|
13007
|
-
return {
|
|
13011
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
13008
13012
|
name: `${c.entityName}Orbital`,
|
|
13009
13013
|
entity,
|
|
13010
13014
|
traits: [trait],
|
|
13011
13015
|
pages: [page]
|
|
13012
|
-
};
|
|
13016
|
+
});
|
|
13013
13017
|
}
|
|
13014
13018
|
function resolve75(params) {
|
|
13015
13019
|
const entityName = params.entityName ?? "OrderPayment";
|
|
@@ -13357,12 +13361,12 @@ function stdServicePaymentFlowPage(params = {}) {
|
|
|
13357
13361
|
}
|
|
13358
13362
|
function stdServicePaymentFlow(params = {}) {
|
|
13359
13363
|
const c = resolve75(params);
|
|
13360
|
-
return makeOrbital(
|
|
13364
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
13361
13365
|
`${c.entityName}Orbital`,
|
|
13362
13366
|
buildEntity62(c),
|
|
13363
13367
|
[buildPaymentTrait(c), buildReceiptTrait(c)],
|
|
13364
13368
|
[buildPage62(c)]
|
|
13365
|
-
);
|
|
13369
|
+
));
|
|
13366
13370
|
}
|
|
13367
13371
|
function resolve76(params) {
|
|
13368
13372
|
const entityName = params.entityName ?? "Notification";
|
|
@@ -13609,12 +13613,12 @@ function stdServiceNotificationHubPage(params = {}) {
|
|
|
13609
13613
|
}
|
|
13610
13614
|
function stdServiceNotificationHub(params = {}) {
|
|
13611
13615
|
const c = resolve76(params);
|
|
13612
|
-
return makeOrbital(
|
|
13616
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
13613
13617
|
`${c.entityName}Orbital`,
|
|
13614
13618
|
buildEntity63(c),
|
|
13615
13619
|
[buildTrait62(c)],
|
|
13616
13620
|
[buildPage63(c)]
|
|
13617
|
-
);
|
|
13621
|
+
));
|
|
13618
13622
|
}
|
|
13619
13623
|
function resolve77(params) {
|
|
13620
13624
|
const entityName = params.entityName ?? "Research";
|
|
@@ -14003,7 +14007,7 @@ function stdServiceContentPipelinePage(params) {
|
|
|
14003
14007
|
}
|
|
14004
14008
|
function stdServiceContentPipeline(params) {
|
|
14005
14009
|
const c = resolve77(params);
|
|
14006
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity64(c), [buildTrait63(c)], [buildPage64(c)]);
|
|
14010
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity64(c), [buildTrait63(c)], [buildPage64(c)]));
|
|
14007
14011
|
}
|
|
14008
14012
|
function resolve78(params) {
|
|
14009
14013
|
const entityName = params.entityName ?? "DevopsTool";
|
|
@@ -14558,12 +14562,12 @@ function stdServiceDevopsToolkit(params = {}) {
|
|
|
14558
14562
|
{ ref: storageTrait.name }
|
|
14559
14563
|
]
|
|
14560
14564
|
};
|
|
14561
|
-
return {
|
|
14565
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
14562
14566
|
name: `${c.entityName}Orbital`,
|
|
14563
14567
|
entity,
|
|
14564
14568
|
traits: [githubTrait, redisTrait, storageTrait],
|
|
14565
14569
|
pages: [page]
|
|
14566
|
-
};
|
|
14570
|
+
});
|
|
14567
14571
|
}
|
|
14568
14572
|
function resolve79(params) {
|
|
14569
14573
|
const entityName = params.entityName ?? "ApiTest";
|
|
@@ -14839,7 +14843,7 @@ function stdServiceCustomApiTester(params) {
|
|
|
14839
14843
|
[buildTrait64(c)],
|
|
14840
14844
|
[buildPage65(c)]
|
|
14841
14845
|
);
|
|
14842
|
-
return {
|
|
14846
|
+
return makeSchema(`custom-header-api`, {
|
|
14843
14847
|
...orbital,
|
|
14844
14848
|
services: [
|
|
14845
14849
|
{
|
|
@@ -14879,7 +14883,7 @@ function stdServiceCustomApiTester(params) {
|
|
|
14879
14883
|
baseUrl: c.noauthBaseUrl
|
|
14880
14884
|
}
|
|
14881
14885
|
]
|
|
14882
|
-
};
|
|
14886
|
+
});
|
|
14883
14887
|
}
|
|
14884
14888
|
|
|
14885
14889
|
// behaviors/functions/views/domain-views.ts
|
|
@@ -17217,12 +17221,12 @@ function stdServiceOauth(params = {}) {
|
|
|
17217
17221
|
const pages = [];
|
|
17218
17222
|
const page = buildPage66(c);
|
|
17219
17223
|
if (page) pages.push(page);
|
|
17220
|
-
return makeOrbital(
|
|
17224
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
17221
17225
|
`${c.entityName}Orbital`,
|
|
17222
17226
|
buildEntity66(c),
|
|
17223
17227
|
[buildTrait65(c)],
|
|
17224
17228
|
pages
|
|
17225
|
-
);
|
|
17229
|
+
));
|
|
17226
17230
|
}
|
|
17227
17231
|
|
|
17228
17232
|
// behaviors/functions/organisms/std-service-marketplace.ts
|
|
@@ -17519,12 +17523,12 @@ function stdServiceRedisPage(params = {}) {
|
|
|
17519
17523
|
}
|
|
17520
17524
|
function stdServiceRedis(params = {}) {
|
|
17521
17525
|
const c = resolve81(params);
|
|
17522
|
-
return makeOrbital(
|
|
17526
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
17523
17527
|
`${c.entityName}Orbital`,
|
|
17524
17528
|
buildEntity67(c),
|
|
17525
17529
|
[buildTrait66(c)],
|
|
17526
17530
|
[buildPage67(c)]
|
|
17527
|
-
);
|
|
17531
|
+
));
|
|
17528
17532
|
}
|
|
17529
17533
|
function resolve82(params) {
|
|
17530
17534
|
const entityName = params.entityName ?? "StorageFile";
|
|
@@ -17782,12 +17786,12 @@ function stdServiceStoragePage(params = {}) {
|
|
|
17782
17786
|
}
|
|
17783
17787
|
function stdServiceStorage(params = {}) {
|
|
17784
17788
|
const c = resolve82(params);
|
|
17785
|
-
return makeOrbital(
|
|
17789
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
17786
17790
|
`${c.entityName}Orbital`,
|
|
17787
17791
|
buildEntity68(c),
|
|
17788
17792
|
[buildTrait67(c)],
|
|
17789
17793
|
[buildPage68(c)]
|
|
17790
|
-
);
|
|
17794
|
+
));
|
|
17791
17795
|
}
|
|
17792
17796
|
function resolve83(params) {
|
|
17793
17797
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -18002,7 +18006,7 @@ function stdServiceCustomBearer(params) {
|
|
|
18002
18006
|
[buildTrait68(c)],
|
|
18003
18007
|
[buildPage69(c)]
|
|
18004
18008
|
);
|
|
18005
|
-
return {
|
|
18009
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
18006
18010
|
...orbital,
|
|
18007
18011
|
services: [{
|
|
18008
18012
|
name: "custom-bearer-api",
|
|
@@ -18013,7 +18017,7 @@ function stdServiceCustomBearer(params) {
|
|
|
18013
18017
|
secretEnv: c.secretEnvVar
|
|
18014
18018
|
}
|
|
18015
18019
|
}]
|
|
18016
|
-
};
|
|
18020
|
+
});
|
|
18017
18021
|
}
|
|
18018
18022
|
|
|
18019
18023
|
// behaviors/functions/organisms/std-service-research-assistant.ts
|
|
@@ -18523,7 +18527,7 @@ function stdAgentChatThreadPage(params = {}) {
|
|
|
18523
18527
|
}
|
|
18524
18528
|
function stdAgentChatThread(params = {}) {
|
|
18525
18529
|
const c = resolve84(params);
|
|
18526
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity70(c), [buildTrait69(c)], [buildPage70(c)]);
|
|
18530
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity70(c), [buildTrait69(c)], [buildPage70(c)]));
|
|
18527
18531
|
}
|
|
18528
18532
|
|
|
18529
18533
|
// behaviors/functions/atoms/std-agent-conversation.ts
|
|
@@ -18695,7 +18699,7 @@ function stdAgentConversation(params = {}) {
|
|
|
18695
18699
|
{ ref: agentTrait.name }
|
|
18696
18700
|
]
|
|
18697
18701
|
};
|
|
18698
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [chatThreadTrait, agentTrait], [page]);
|
|
18702
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [chatThreadTrait, agentTrait], [page]));
|
|
18699
18703
|
}
|
|
18700
18704
|
function resolve86(params) {
|
|
18701
18705
|
const entityName = params.entityName ?? "Memory";
|
|
@@ -18937,7 +18941,7 @@ function stdAgentMemory(params = {}) {
|
|
|
18937
18941
|
{ ref: agentTrait.name }
|
|
18938
18942
|
]
|
|
18939
18943
|
};
|
|
18940
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, createTrait, agentTrait], [page]);
|
|
18944
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, createTrait, agentTrait], [page]));
|
|
18941
18945
|
}
|
|
18942
18946
|
function resolve87(params) {
|
|
18943
18947
|
const entityName = params.entityName ?? "TokenUsage";
|
|
@@ -19303,7 +19307,7 @@ function stdAgentTokenGaugePage(params = {}) {
|
|
|
19303
19307
|
}
|
|
19304
19308
|
function stdAgentTokenGauge(params = {}) {
|
|
19305
19309
|
const c = resolve87(params);
|
|
19306
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity73(c), [buildTrait70(c)], [buildPage71(c)]);
|
|
19310
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity73(c), [buildTrait70(c)], [buildPage71(c)]));
|
|
19307
19311
|
}
|
|
19308
19312
|
|
|
19309
19313
|
// behaviors/functions/atoms/std-agent-context-window.ts
|
|
@@ -19523,7 +19527,7 @@ function stdAgentContextWindow(params = {}) {
|
|
|
19523
19527
|
{ ref: agentTrait.name }
|
|
19524
19528
|
]
|
|
19525
19529
|
};
|
|
19526
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [gaugeTrait, notifTrait, agentTrait], [page]);
|
|
19530
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [gaugeTrait, notifTrait, agentTrait], [page]));
|
|
19527
19531
|
}
|
|
19528
19532
|
function resolve89(params) {
|
|
19529
19533
|
const entityName = params.entityName ?? "ProviderState";
|
|
@@ -19729,7 +19733,7 @@ function stdAgentProvider(params = {}) {
|
|
|
19729
19733
|
{ ref: agentTrait.name }
|
|
19730
19734
|
]
|
|
19731
19735
|
};
|
|
19732
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
19736
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
19733
19737
|
}
|
|
19734
19738
|
|
|
19735
19739
|
// behaviors/functions/organisms/std-agent-assistant.ts
|
|
@@ -19754,7 +19758,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
19754
19758
|
pagePath: "/chat",
|
|
19755
19759
|
isInitial: true
|
|
19756
19760
|
});
|
|
19757
|
-
const
|
|
19761
|
+
const convDef = conversationOrbital.orbitals[0];
|
|
19762
|
+
const convTrait = convDef.traits[0];
|
|
19758
19763
|
convTrait.name = "AssistantConversation";
|
|
19759
19764
|
convTrait.emits = [
|
|
19760
19765
|
...convTrait.emits ?? [],
|
|
@@ -19775,7 +19780,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
19775
19780
|
pageName: "ContextPage",
|
|
19776
19781
|
pagePath: "/context"
|
|
19777
19782
|
});
|
|
19778
|
-
const
|
|
19783
|
+
const ctxDef = contextOrbital.orbitals[0];
|
|
19784
|
+
const ctxTrait = ctxDef.traits[0];
|
|
19779
19785
|
ctxTrait.name = "AssistantContextMonitor";
|
|
19780
19786
|
const providerOrbital = stdAgentProvider({
|
|
19781
19787
|
entityName: "ProviderConfig",
|
|
@@ -19784,7 +19790,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
19784
19790
|
pageName: "SettingsPage",
|
|
19785
19791
|
pagePath: "/settings"
|
|
19786
19792
|
});
|
|
19787
|
-
const
|
|
19793
|
+
const provDef = providerOrbital.orbitals[0];
|
|
19794
|
+
const provTrait = provDef.traits[0];
|
|
19788
19795
|
provTrait.name = "ProviderManager";
|
|
19789
19796
|
provTrait.emits = [
|
|
19790
19797
|
...provTrait.emits ?? [],
|
|
@@ -20074,7 +20081,7 @@ function stdAgentClassifier(params = {}) {
|
|
|
20074
20081
|
{ ref: agentTrait.name }
|
|
20075
20082
|
]
|
|
20076
20083
|
};
|
|
20077
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
20084
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
20078
20085
|
}
|
|
20079
20086
|
function resolve91(params) {
|
|
20080
20087
|
const entityName = params.entityName ?? "Completion";
|
|
@@ -20300,7 +20307,7 @@ function stdAgentCompletion(params = {}) {
|
|
|
20300
20307
|
{ ref: agentTrait.name }
|
|
20301
20308
|
]
|
|
20302
20309
|
};
|
|
20303
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
20310
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
20304
20311
|
}
|
|
20305
20312
|
|
|
20306
20313
|
// behaviors/functions/molecules/std-agent-planner.ts
|
|
@@ -20428,7 +20435,7 @@ function planningView() {
|
|
|
20428
20435
|
justify: "center",
|
|
20429
20436
|
children: [
|
|
20430
20437
|
{ type: "badge", label: ["str/concat", "Category: ", "@entity.category"] },
|
|
20431
|
-
{ type: "badge", label: ["str/concat",
|
|
20438
|
+
{ type: "badge", label: ["str/concat", "@entity.memoryCount", " memories loaded"] }
|
|
20432
20439
|
]
|
|
20433
20440
|
}
|
|
20434
20441
|
]
|
|
@@ -20466,7 +20473,7 @@ function readyView(entityName) {
|
|
|
20466
20473
|
columns: 3,
|
|
20467
20474
|
children: [
|
|
20468
20475
|
{ type: "stat-display", label: "Category", value: `@entity.category`, icon: "tag" },
|
|
20469
|
-
{ type: "stat-display", label: "Confidence", value: ["str/concat",
|
|
20476
|
+
{ type: "stat-display", label: "Confidence", value: ["str/concat", "@entity.confidence", "%"], icon: "target" },
|
|
20470
20477
|
{ type: "stat-display", label: "Memories Used", value: `@entity.memoryCount`, icon: "brain" }
|
|
20471
20478
|
]
|
|
20472
20479
|
},
|
|
@@ -20799,12 +20806,12 @@ function stdAgentPlanner(params) {
|
|
|
20799
20806
|
{ ref: memoryTrait.name }
|
|
20800
20807
|
]
|
|
20801
20808
|
};
|
|
20802
|
-
return makeOrbital(
|
|
20809
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
20803
20810
|
`${entityName}Orbital`,
|
|
20804
20811
|
entity,
|
|
20805
20812
|
[plannerTrait, modalTrait, classifierTrait, completionTrait, memoryTrait],
|
|
20806
20813
|
[page]
|
|
20807
|
-
);
|
|
20814
|
+
));
|
|
20808
20815
|
}
|
|
20809
20816
|
function resolve93(params) {
|
|
20810
20817
|
const entityName = params.entityName ?? "ToolCall";
|
|
@@ -21035,7 +21042,7 @@ function stdAgentToolCall(params = {}) {
|
|
|
21035
21042
|
{ ref: agentTrait.name }
|
|
21036
21043
|
]
|
|
21037
21044
|
};
|
|
21038
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, agentTrait], [page]);
|
|
21045
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, agentTrait], [page]));
|
|
21039
21046
|
}
|
|
21040
21047
|
function resolve94(params) {
|
|
21041
21048
|
const entityName = params.entityName ?? "StepTracker";
|
|
@@ -21319,7 +21326,7 @@ function stdAgentStepProgressPage(params = {}) {
|
|
|
21319
21326
|
}
|
|
21320
21327
|
function stdAgentStepProgress(params = {}) {
|
|
21321
21328
|
const c = resolve94(params);
|
|
21322
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity80(c), [buildTrait72(c)], [buildPage72(c)]);
|
|
21329
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity80(c), [buildTrait72(c)], [buildPage72(c)]));
|
|
21323
21330
|
}
|
|
21324
21331
|
|
|
21325
21332
|
// behaviors/functions/molecules/std-agent-tool-loop.ts
|
|
@@ -21446,7 +21453,7 @@ function executingView() {
|
|
|
21446
21453
|
{ type: "typography", content: "Executing Tool", variant: "h2" }
|
|
21447
21454
|
]
|
|
21448
21455
|
},
|
|
21449
|
-
{ type: "badge", label: ["str/concat", "Iteration ",
|
|
21456
|
+
{ type: "badge", label: ["str/concat", "Iteration ", "@entity.iterations", "/", "@entity.maxIterations"] }
|
|
21450
21457
|
]
|
|
21451
21458
|
},
|
|
21452
21459
|
{ type: "divider" },
|
|
@@ -21488,7 +21495,7 @@ function checkingView() {
|
|
|
21488
21495
|
{ type: "icon", name: "eye", size: "lg" },
|
|
21489
21496
|
{ type: "typography", content: "Checking result...", variant: "h3" },
|
|
21490
21497
|
{ type: "spinner", size: "lg" },
|
|
21491
|
-
{ type: "badge", label: ["str/concat", "Iteration ",
|
|
21498
|
+
{ type: "badge", label: ["str/concat", "Iteration ", "@entity.iterations"] }
|
|
21492
21499
|
]
|
|
21493
21500
|
};
|
|
21494
21501
|
}
|
|
@@ -21869,12 +21876,12 @@ function stdAgentToolLoop(params) {
|
|
|
21869
21876
|
{ ref: contextTrait.name }
|
|
21870
21877
|
]
|
|
21871
21878
|
};
|
|
21872
|
-
return makeOrbital(
|
|
21879
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
21873
21880
|
`${entityName}Orbital`,
|
|
21874
21881
|
entity,
|
|
21875
21882
|
[loopTrait, stepProgressTrait, completionTrait, toolCallTrait, contextTrait],
|
|
21876
21883
|
[page]
|
|
21877
|
-
);
|
|
21884
|
+
));
|
|
21878
21885
|
}
|
|
21879
21886
|
function resolve96(params) {
|
|
21880
21887
|
const entityName = params.entityName ?? "FixLoop";
|
|
@@ -21969,7 +21976,7 @@ function validatingView() {
|
|
|
21969
21976
|
justify: "center",
|
|
21970
21977
|
children: [
|
|
21971
21978
|
{ type: "badge", label: `@entity.target` },
|
|
21972
|
-
{ type: "badge", label: ["str/concat", "Attempt ",
|
|
21979
|
+
{ type: "badge", label: ["str/concat", "Attempt ", "@entity.fixAttempts", "/", "@entity.maxAttempts"] }
|
|
21973
21980
|
]
|
|
21974
21981
|
}
|
|
21975
21982
|
]
|
|
@@ -21998,7 +22005,7 @@ function fixingView() {
|
|
|
21998
22005
|
{ type: "typography", content: "Generating fix...", variant: "h2" }
|
|
21999
22006
|
]
|
|
22000
22007
|
},
|
|
22001
|
-
{ type: "badge", label: ["str/concat", "Attempt ",
|
|
22008
|
+
{ type: "badge", label: ["str/concat", "Attempt ", "@entity.fixAttempts"] }
|
|
22002
22009
|
]
|
|
22003
22010
|
},
|
|
22004
22011
|
{ type: "divider" },
|
|
@@ -22425,12 +22432,12 @@ function stdAgentFixLoop(params) {
|
|
|
22425
22432
|
{ ref: completionTrait.name }
|
|
22426
22433
|
]
|
|
22427
22434
|
};
|
|
22428
|
-
return makeOrbital(
|
|
22435
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
22429
22436
|
`${entityName}Orbital`,
|
|
22430
22437
|
entity,
|
|
22431
22438
|
[fixTrait, stepProgressTrait, errorsBrowseTrait, validateCallTrait, fixCallTrait, completionTrait],
|
|
22432
22439
|
[page]
|
|
22433
|
-
);
|
|
22440
|
+
));
|
|
22434
22441
|
}
|
|
22435
22442
|
function resolve97(params) {
|
|
22436
22443
|
const entityName = params.entityName ?? "Session";
|
|
@@ -22701,7 +22708,7 @@ function stdAgentSession(params = {}) {
|
|
|
22701
22708
|
{ ref: agentTrait.name }
|
|
22702
22709
|
]
|
|
22703
22710
|
};
|
|
22704
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, labelTrait, agentTrait], [page]);
|
|
22711
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, labelTrait, agentTrait], [page]));
|
|
22705
22712
|
}
|
|
22706
22713
|
|
|
22707
22714
|
// behaviors/functions/organisms/std-agent-builder.ts
|
|
@@ -22725,7 +22732,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
22725
22732
|
isInitial: true,
|
|
22726
22733
|
categories: ["schema", "component", "trait", "page", "behavior"]
|
|
22727
22734
|
});
|
|
22728
|
-
const
|
|
22735
|
+
const plannerDef = plannerOrbital.orbitals[0];
|
|
22736
|
+
const plannerTrait = plannerDef.traits[0];
|
|
22729
22737
|
plannerTrait.name = "BuildPlanner";
|
|
22730
22738
|
const toolLoopOrbital = stdAgentToolLoop({
|
|
22731
22739
|
entityName: "BuildLoop",
|
|
@@ -22735,7 +22743,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
22735
22743
|
maxIterations: 10,
|
|
22736
22744
|
compactThreshold: 0.8
|
|
22737
22745
|
});
|
|
22738
|
-
const
|
|
22746
|
+
const toolLoopDef = toolLoopOrbital.orbitals[0];
|
|
22747
|
+
const toolLoopTrait = toolLoopDef.traits[0];
|
|
22739
22748
|
toolLoopTrait.name = "SchemaBuilder";
|
|
22740
22749
|
const fixLoopOrbital = stdAgentFixLoop({
|
|
22741
22750
|
entityName: "BuildFix",
|
|
@@ -22747,7 +22756,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
22747
22756
|
validateTool: "validate-schema",
|
|
22748
22757
|
fixTool: "apply-fix"
|
|
22749
22758
|
});
|
|
22750
|
-
const
|
|
22759
|
+
const fixLoopDef = fixLoopOrbital.orbitals[0];
|
|
22760
|
+
const fixLoopTrait = fixLoopDef.traits[0];
|
|
22751
22761
|
fixLoopTrait.name = "FixLoop";
|
|
22752
22762
|
const sessionOrbital = stdAgentSession({
|
|
22753
22763
|
entityName: "BuildSession",
|
|
@@ -22755,7 +22765,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
22755
22765
|
pageName: "SessionPage",
|
|
22756
22766
|
pagePath: "/session"
|
|
22757
22767
|
});
|
|
22758
|
-
const
|
|
22768
|
+
const sessionDef = sessionOrbital.orbitals[0];
|
|
22769
|
+
const sessionTrait = sessionDef.traits[0];
|
|
22759
22770
|
sessionTrait.name = "BuildSessionManager";
|
|
22760
22771
|
const taskFields = ensureIdField(params.taskFields ?? DEFAULT_TASK_FIELDS2);
|
|
22761
22772
|
const tabsTrait = extractTrait(stdTabs({
|
|
@@ -22992,7 +23003,7 @@ function stdAgentSearch(params = {}) {
|
|
|
22992
23003
|
{ ref: agentTrait.name }
|
|
22993
23004
|
]
|
|
22994
23005
|
};
|
|
22995
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, agentTrait], [page]);
|
|
23006
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, agentTrait], [page]));
|
|
22996
23007
|
}
|
|
22997
23008
|
|
|
22998
23009
|
// behaviors/functions/molecules/std-agent-rag.ts
|
|
@@ -23110,8 +23121,8 @@ function generatingView() {
|
|
|
23110
23121
|
gap: "md",
|
|
23111
23122
|
justify: "center",
|
|
23112
23123
|
children: [
|
|
23113
|
-
{ type: "badge", label: ["str/concat",
|
|
23114
|
-
{ type: "badge", label: ["str/concat",
|
|
23124
|
+
{ type: "badge", label: ["str/concat", "@entity.memoryHits", " memories"] },
|
|
23125
|
+
{ type: "badge", label: ["str/concat", "@entity.searchHits", " code hits"] }
|
|
23115
23126
|
]
|
|
23116
23127
|
}
|
|
23117
23128
|
]
|
|
@@ -23412,12 +23423,12 @@ function stdAgentRag(params) {
|
|
|
23412
23423
|
{ ref: completionTrait.name }
|
|
23413
23424
|
]
|
|
23414
23425
|
};
|
|
23415
|
-
return makeOrbital(
|
|
23426
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
23416
23427
|
`${entityName}Orbital`,
|
|
23417
23428
|
entity,
|
|
23418
23429
|
[ragTrait, tabsTrait, memoryTrait, searchTrait, completionTrait],
|
|
23419
23430
|
[page]
|
|
23420
|
-
);
|
|
23431
|
+
));
|
|
23421
23432
|
}
|
|
23422
23433
|
|
|
23423
23434
|
// behaviors/functions/organisms/std-agent-reviewer.ts
|
|
@@ -23652,7 +23663,8 @@ function stdAgentReviewer(params = {}) {
|
|
|
23652
23663
|
pageName: "AnalysisPage",
|
|
23653
23664
|
pagePath: "/analysis"
|
|
23654
23665
|
});
|
|
23655
|
-
const
|
|
23666
|
+
const classifierDef = classifierOrbital.orbitals[0];
|
|
23667
|
+
const classifierTrait = classifierDef.traits[0];
|
|
23656
23668
|
classifierTrait.name = "InputClassifier";
|
|
23657
23669
|
classifierTrait.emits = [
|
|
23658
23670
|
{ event: "CLASSIFIED", description: "Input has been classified", scope: "internal", payload: [{ name: "category", type: "string" }] }
|
|
@@ -23663,7 +23675,8 @@ function stdAgentReviewer(params = {}) {
|
|
|
23663
23675
|
pageName: "CompletionPage",
|
|
23664
23676
|
pagePath: "/completion"
|
|
23665
23677
|
});
|
|
23666
|
-
const
|
|
23678
|
+
const completionDef = completionOrbital.orbitals[0];
|
|
23679
|
+
const completionTrait = completionDef.traits[0];
|
|
23667
23680
|
completionTrait.name = "ReviewCompletionFlow";
|
|
23668
23681
|
const tabsTrait = extractTrait(stdTabs({
|
|
23669
23682
|
entityName: "Review",
|
|
@@ -23756,7 +23769,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
23756
23769
|
isInitial: true,
|
|
23757
23770
|
categories: ["data", "transform", "validate", "deploy", "test"]
|
|
23758
23771
|
});
|
|
23759
|
-
const
|
|
23772
|
+
const plannerDef = plannerOrbital.orbitals[0];
|
|
23773
|
+
const plannerTrait = plannerDef.traits[0];
|
|
23760
23774
|
plannerTrait.name = "PipelinePlanner";
|
|
23761
23775
|
plannerTrait.emits = [
|
|
23762
23776
|
...plannerTrait.emits ?? [],
|
|
@@ -23771,7 +23785,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
23771
23785
|
maxIterations: 20,
|
|
23772
23786
|
compactThreshold: 0.8
|
|
23773
23787
|
});
|
|
23774
|
-
const
|
|
23788
|
+
const toolLoopDef = toolLoopOrbital.orbitals[0];
|
|
23789
|
+
const toolLoopTrait = toolLoopDef.traits[0];
|
|
23775
23790
|
toolLoopTrait.name = "PipelineExecutor";
|
|
23776
23791
|
toolLoopTrait.emits = [
|
|
23777
23792
|
...toolLoopTrait.emits ?? [],
|
|
@@ -23786,7 +23801,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
23786
23801
|
pageName: "SessionPage",
|
|
23787
23802
|
pagePath: "/session"
|
|
23788
23803
|
});
|
|
23789
|
-
const
|
|
23804
|
+
const sessionDef = sessionOrbital.orbitals[0];
|
|
23805
|
+
const sessionTrait = sessionDef.traits[0];
|
|
23790
23806
|
sessionTrait.name = "PipelineSessionManager";
|
|
23791
23807
|
const memoryOrbital = stdAgentMemory({
|
|
23792
23808
|
entityName: "ExecutionLog",
|
|
@@ -24313,7 +24329,8 @@ function stdAgentTutor(params = {}) {
|
|
|
24313
24329
|
pagePath: "/teach",
|
|
24314
24330
|
isInitial: true
|
|
24315
24331
|
});
|
|
24316
|
-
const
|
|
24332
|
+
const convDef = conversationOrbital.orbitals[0];
|
|
24333
|
+
const convTrait = convDef.traits[0];
|
|
24317
24334
|
convTrait.name = "TutorConversation";
|
|
24318
24335
|
const memoryOrbital = stdAgentMemory({
|
|
24319
24336
|
entityName: "Concept",
|
|
@@ -24329,7 +24346,8 @@ function stdAgentTutor(params = {}) {
|
|
|
24329
24346
|
pageName: "AssessmentPage",
|
|
24330
24347
|
pagePath: "/assessment"
|
|
24331
24348
|
});
|
|
24332
|
-
const
|
|
24349
|
+
const clsDef = classifierOrbital.orbitals[0];
|
|
24350
|
+
const clsTrait = clsDef.traits[0];
|
|
24333
24351
|
clsTrait.name = "LevelClassifier";
|
|
24334
24352
|
const tabsTrait = extractTrait(stdTabs({
|
|
24335
24353
|
entityName: "TutorSession",
|
|
@@ -24581,7 +24599,7 @@ function stdAgentActivityLogPage(params = {}) {
|
|
|
24581
24599
|
}
|
|
24582
24600
|
function stdAgentActivityLog(params = {}) {
|
|
24583
24601
|
const c = resolve100(params);
|
|
24584
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity86(c), [buildTrait75(c)], [buildPage73(c)]);
|
|
24602
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity86(c), [buildTrait75(c)], [buildPage73(c)]));
|
|
24585
24603
|
}
|
|
24586
24604
|
function resolve101(params) {
|
|
24587
24605
|
const entityName = params.entityName ?? "LearningRecord";
|
|
@@ -24860,7 +24878,7 @@ function buildTrait76(c) {
|
|
|
24860
24878
|
["if", "@entity.isSuccess", "success", "failure"],
|
|
24861
24879
|
"\n",
|
|
24862
24880
|
"Consecutive failures: ",
|
|
24863
|
-
|
|
24881
|
+
"@entity.consecutiveFailures",
|
|
24864
24882
|
"\n\n",
|
|
24865
24883
|
"Analyze the impact of this outcome. What should be learned? Keep it to 1-2 sentences."
|
|
24866
24884
|
]],
|
|
@@ -25000,12 +25018,12 @@ function stdAgentLearner(params) {
|
|
|
25000
25018
|
{ ref: providerTrait.name }
|
|
25001
25019
|
]
|
|
25002
25020
|
};
|
|
25003
|
-
return makeOrbital(
|
|
25021
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
25004
25022
|
`${entityName}Orbital`,
|
|
25005
25023
|
entity,
|
|
25006
25024
|
[learnerTrait, recordsBrowseTrait, memoryTrait, completionTrait, providerTrait],
|
|
25007
25025
|
[page]
|
|
25008
|
-
);
|
|
25026
|
+
));
|
|
25009
25027
|
}
|
|
25010
25028
|
function stdValidateOnSave(params = {}) {
|
|
25011
25029
|
const {
|
|
@@ -25282,7 +25300,7 @@ function stdValidateOnSave(params = {}) {
|
|
|
25282
25300
|
traitName: "OrbFileWatcher"
|
|
25283
25301
|
})
|
|
25284
25302
|
];
|
|
25285
|
-
return makeOrbital("ValidateOnSave", entity, [trait], pages);
|
|
25303
|
+
return makeSchema("ValidateOnSave", makeOrbital("ValidateOnSave", entity, [trait], pages));
|
|
25286
25304
|
}
|
|
25287
25305
|
function resolve102(params) {
|
|
25288
25306
|
const { entityName } = params;
|
|
@@ -25514,12 +25532,12 @@ function stdServiceEmail(params) {
|
|
|
25514
25532
|
const pages = [];
|
|
25515
25533
|
const page = buildPage74(c);
|
|
25516
25534
|
if (page) pages.push(page);
|
|
25517
|
-
return makeOrbital(
|
|
25535
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
25518
25536
|
`${c.entityName}Orbital`,
|
|
25519
25537
|
buildEntity88(c),
|
|
25520
25538
|
[buildTrait77(c)],
|
|
25521
25539
|
pages
|
|
25522
|
-
);
|
|
25540
|
+
));
|
|
25523
25541
|
}
|
|
25524
25542
|
function resolve103(params) {
|
|
25525
25543
|
const entityName = params.entityName ?? "Payment";
|
|
@@ -25762,12 +25780,12 @@ function stdServiceStripePage(params = {}) {
|
|
|
25762
25780
|
}
|
|
25763
25781
|
function stdServiceStripe(params = {}) {
|
|
25764
25782
|
const c = resolve103(params);
|
|
25765
|
-
return makeOrbital(
|
|
25783
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
25766
25784
|
`${c.entityName}Orbital`,
|
|
25767
25785
|
buildEntity89(c),
|
|
25768
25786
|
[buildTrait78(c)],
|
|
25769
25787
|
[buildPage75(c)]
|
|
25770
|
-
);
|
|
25788
|
+
));
|
|
25771
25789
|
}
|
|
25772
25790
|
function resolve104(params) {
|
|
25773
25791
|
const entityName = params.entityName ?? "Message";
|
|
@@ -26013,12 +26031,12 @@ function stdServiceTwilio(params = {}) {
|
|
|
26013
26031
|
const pages = [];
|
|
26014
26032
|
const page = buildPage76(c);
|
|
26015
26033
|
if (page) pages.push(page);
|
|
26016
|
-
return makeOrbital(
|
|
26034
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26017
26035
|
`${c.entityName}Orbital`,
|
|
26018
26036
|
buildEntity90(c),
|
|
26019
26037
|
[buildTrait79(c)],
|
|
26020
26038
|
pages
|
|
26021
|
-
);
|
|
26039
|
+
));
|
|
26022
26040
|
}
|
|
26023
26041
|
function resolve105(params) {
|
|
26024
26042
|
const entityName = params.entityName ?? "PullRequest";
|
|
@@ -26234,12 +26252,12 @@ function stdServiceGithubPage(params = {}) {
|
|
|
26234
26252
|
}
|
|
26235
26253
|
function stdServiceGithub(params = {}) {
|
|
26236
26254
|
const c = resolve105(params);
|
|
26237
|
-
return makeOrbital(
|
|
26255
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26238
26256
|
`${c.entityName}Orbital`,
|
|
26239
26257
|
buildEntity91(c),
|
|
26240
26258
|
[buildTrait80(c)],
|
|
26241
26259
|
[buildPage77(c)]
|
|
26242
|
-
);
|
|
26260
|
+
));
|
|
26243
26261
|
}
|
|
26244
26262
|
function resolve106(params) {
|
|
26245
26263
|
const entityName = params.entityName ?? "VideoSearch";
|
|
@@ -26548,12 +26566,12 @@ function stdServiceYoutube(params = {}) {
|
|
|
26548
26566
|
const pages = [];
|
|
26549
26567
|
const page = buildPage78(c);
|
|
26550
26568
|
if (page) pages.push(page);
|
|
26551
|
-
return makeOrbital(
|
|
26569
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26552
26570
|
`${c.entityName}Orbital`,
|
|
26553
26571
|
buildEntity92(c),
|
|
26554
26572
|
[buildTrait81(c)],
|
|
26555
26573
|
pages
|
|
26556
|
-
);
|
|
26574
|
+
));
|
|
26557
26575
|
}
|
|
26558
26576
|
function resolve107(params) {
|
|
26559
26577
|
const entityName = params.entityName ?? "LlmTask";
|
|
@@ -26815,12 +26833,12 @@ function stdServiceLlm(params = {}) {
|
|
|
26815
26833
|
const pages = [];
|
|
26816
26834
|
const page = buildPage79(c);
|
|
26817
26835
|
if (page) pages.push(page);
|
|
26818
|
-
return makeOrbital(
|
|
26836
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26819
26837
|
`${c.entityName}Orbital`,
|
|
26820
26838
|
buildEntity93(c),
|
|
26821
26839
|
[buildTrait82(c)],
|
|
26822
26840
|
pages
|
|
26823
|
-
);
|
|
26841
|
+
));
|
|
26824
26842
|
}
|
|
26825
26843
|
function resolve108(params) {
|
|
26826
26844
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -27036,7 +27054,7 @@ function stdServiceCustomHeader(params) {
|
|
|
27036
27054
|
[buildTrait83(c)],
|
|
27037
27055
|
[buildPage80(c)]
|
|
27038
27056
|
);
|
|
27039
|
-
return {
|
|
27057
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
27040
27058
|
...orbital,
|
|
27041
27059
|
services: [{
|
|
27042
27060
|
name: "custom-header-api",
|
|
@@ -27049,7 +27067,7 @@ function stdServiceCustomHeader(params) {
|
|
|
27049
27067
|
secretEnv: c.secretEnvVar
|
|
27050
27068
|
}
|
|
27051
27069
|
}]
|
|
27052
|
-
};
|
|
27070
|
+
});
|
|
27053
27071
|
}
|
|
27054
27072
|
function resolve109(params) {
|
|
27055
27073
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -27265,7 +27283,7 @@ function stdServiceCustomQuery(params) {
|
|
|
27265
27283
|
[buildTrait84(c)],
|
|
27266
27284
|
[buildPage81(c)]
|
|
27267
27285
|
);
|
|
27268
|
-
return {
|
|
27286
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
27269
27287
|
...orbital,
|
|
27270
27288
|
services: [{
|
|
27271
27289
|
name: "custom-query-api",
|
|
@@ -27278,7 +27296,7 @@ function stdServiceCustomQuery(params) {
|
|
|
27278
27296
|
secretEnv: c.secretEnvVar
|
|
27279
27297
|
}
|
|
27280
27298
|
}]
|
|
27281
|
-
};
|
|
27299
|
+
});
|
|
27282
27300
|
}
|
|
27283
27301
|
function resolve110(params) {
|
|
27284
27302
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -27492,14 +27510,14 @@ function stdServiceCustomNoauth(params) {
|
|
|
27492
27510
|
[buildTrait85(c)],
|
|
27493
27511
|
[buildPage82(c)]
|
|
27494
27512
|
);
|
|
27495
|
-
return {
|
|
27513
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
27496
27514
|
...orbital,
|
|
27497
27515
|
services: [{
|
|
27498
27516
|
name: "custom-noauth-api",
|
|
27499
27517
|
type: "rest",
|
|
27500
27518
|
baseUrl: c.baseUrl
|
|
27501
27519
|
}]
|
|
27502
|
-
};
|
|
27520
|
+
});
|
|
27503
27521
|
}
|
|
27504
27522
|
|
|
27505
27523
|
export { stdAgentActivityLog, stdAgentActivityLogEntity, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentBuilder, stdAgentChatThread, stdAgentChatThreadEntity, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierEntity, stdAgentClassifierPage, stdAgentClassifierTrait, stdAgentCompletion, stdAgentCompletionEntity, stdAgentCompletionPage, stdAgentCompletionTrait, stdAgentContextWindow, stdAgentContextWindowEntity, stdAgentContextWindowPage, stdAgentContextWindowTrait, stdAgentConversation, stdAgentConversationEntity, stdAgentConversationPage, stdAgentConversationTrait, stdAgentFixLoop, stdAgentFixLoopEntity, stdAgentFixLoopPage, stdAgentFixLoopTrait, stdAgentLearner, stdAgentLearnerEntity, stdAgentLearnerPage, stdAgentLearnerTrait, stdAgentMemory, stdAgentMemoryEntity, stdAgentMemoryPage, stdAgentMemoryTrait, stdAgentPipeline, stdAgentPlanner, stdAgentPlannerEntity, stdAgentPlannerPage, stdAgentPlannerTrait, stdAgentProvider, stdAgentProviderEntity, stdAgentProviderPage, stdAgentProviderTrait, stdAgentRag, stdAgentRagEntity, stdAgentRagPage, stdAgentRagTrait, stdAgentReviewer, stdAgentSearch, stdAgentSearchEntity, stdAgentSearchPage, stdAgentSearchTrait, stdAgentSession, stdAgentSessionEntity, stdAgentSessionPage, stdAgentSessionTrait, stdAgentStepProgress, stdAgentStepProgressEntity, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugeEntity, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallEntity, stdAgentToolCallPage, stdAgentToolCallTrait, stdAgentToolLoop, stdAgentToolLoopEntity, stdAgentToolLoopPage, stdAgentToolLoopTrait, stdAgentTutor, stdApiGateway, stdArcadeGame, stdAsync, stdAsyncEntity, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressiveEntity, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBrowse, stdBrowseEntity, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGameEntity, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsideEntity, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarEntity, stdCalendarPage, stdCalendarTrait, stdCart, stdCartEntity, stdCartPage, stdCartTrait, stdCicdPipeline, stdCircuitBreaker, stdCircuitBreakerEntity, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifier, stdClassifierEntity, stdClassifierGame, stdClassifierGameEntity, stdClassifierGamePage, stdClassifierGameTrait, stdClassifierPage, stdClassifierTrait, stdCms, stdCodingAcademy, stdCollision, stdCollisionEntity, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatEntity, stdCombatLog, stdCombatLogEntity, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationEntity, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdDebuggerGame, stdDebuggerGameEntity, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailEntity, stdDetailPage, stdDetailTrait, stdDevopsDashboard, stdDialogueBox, stdDialogueBoxEntity, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayEntity, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerEntity, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEventHandlerGame, stdEventHandlerGameEntity, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterEntity, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFlipCard, stdFlipCardEntity, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedEntity, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryEntity, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioEntity, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dEntity, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dEntity, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudEntity, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuEntity, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenEntity, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowEntity, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialEntity, stdGeospatialPage, stdGeospatialTrait, stdGraphClassifier, stdGraphClassifierEntity, stdGraphClassifierPage, stdGraphClassifierTrait, stdHealthcare, stdHelpdesk, stdHrPortal, stdInput, stdInputEntity, stdInputPage, stdInputTrait, stdInventory, stdInventoryEntity, stdInventoryPage, stdInventoryPanel, stdInventoryPanelEntity, stdInventoryPanelPage, stdInventoryPanelTrait, stdInventoryTrait, stdIotDashboard, stdIsometricCanvas, stdIsometricCanvasEntity, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListEntity, stdListPage, stdListTrait, stdLms, stdLoading, stdLoadingEntity, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdMessaging, stdMessagingEntity, stdMessagingPage, stdMessagingTrait, stdModal, stdModalEntity, stdModalPage, stdModalTrait, stdMovement, stdMovementEntity, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGameEntity, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationEntity, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldEntity, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationEntity, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dEntity, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerCanvas, stdPlatformerCanvasEntity, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGameEntity, stdPlatformerGamePage, stdPlatformerGameTrait, stdProjectManager, stdPuzzleApp, stdPuzzleGame, stdPuzzleGameEntity, stdPuzzleGamePage, stdPuzzleGameTrait, stdQuest, stdQuestEntity, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizEntity, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterEntity, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingEntity, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRlAgent, stdRlAgentEntity, stdRlAgentPage, stdRlAgentTrait, stdRpgGame, stdScore, stdScoreBoard, stdScoreBoardEntity, stdScoreBoardPage, stdScoreBoardTrait, stdScoreEntity, stdScorePage, stdScoreTrait, stdSearch, stdSearchEntity, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionEntity, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGameEntity, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelineEntity, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterEntity, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerEntity, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderEntity, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthEntity, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryEntity, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitEntity, stdServiceDevopsToolkitPage, stdServiceEmail, stdServiceEmailEntity, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubEntity, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmEntity, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceNotificationHub, stdServiceNotificationHubEntity, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthEntity, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowEntity, stdServicePaymentFlowPage, stdServiceRedis, stdServiceRedisEntity, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceStorage, stdServiceStorageEntity, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripeEntity, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioEntity, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubeEntity, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasEntity, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGameEntity, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSort, stdSortEntity, stdSortPage, stdSortTrait, stdSprite, stdSpriteEntity, stdSpritePage, stdSpriteTrait, stdStemLab, stdStrategyGame, stdTabs, stdTabsEntity, stdTabsPage, stdTabsTrait, stdTextClassifier, stdTextClassifierEntity, stdTextClassifierPage, stdTextClassifierTrait, stdTextEffects, stdTextEffectsEntity, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemeEntity, stdThemePage, stdThemeTrait, stdTimer, stdTimerEntity, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTrainer, stdTrainerEntity, stdTrainerPage, stdTrainerTrait, stdTurnBasedBattle, stdTurnBasedBattleEntity, stdTurnBasedBattlePage, stdTurnBasedBattleTrait, stdUndo, stdUndoEntity, stdUndoPage, stdUndoTrait, stdUpload, stdUploadEntity, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdWizard, stdWizardEntity, stdWizardPage, stdWizardTrait };
|