@almadar/std 5.2.2 → 5.3.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 +213 -10
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
- package/behaviors/exports/atoms/std-agent-completion.orb +8 -4
- package/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
- package/behaviors/exports/atoms/std-agent-memory.orb +12 -4
- package/behaviors/exports/atoms/std-agent-provider.orb +8 -4
- package/behaviors/exports/atoms/std-agent-search.orb +4 -4
- package/behaviors/exports/atoms/std-agent-session.orb +16 -4
- package/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
- package/behaviors/exports/atoms/std-async.orb +8 -4
- package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/behaviors/exports/atoms/std-browse.orb +4 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +8 -4
- package/behaviors/exports/atoms/std-calendar.orb +4 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
- package/behaviors/exports/atoms/std-collision.orb +4 -4
- package/behaviors/exports/atoms/std-combat-log.orb +4 -4
- package/behaviors/exports/atoms/std-combat.orb +4 -4
- package/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
- package/behaviors/exports/atoms/std-display.orb +4 -4
- package/behaviors/exports/atoms/std-drawer.orb +4 -4
- package/behaviors/exports/atoms/std-filter.orb +4 -4
- package/behaviors/exports/atoms/std-flip-card.orb +4 -4
- package/behaviors/exports/atoms/std-gallery.orb +4 -4
- package/behaviors/exports/atoms/std-game-audio.orb +4 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
- package/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
- package/behaviors/exports/atoms/std-game-hud.orb +4 -4
- package/behaviors/exports/atoms/std-game-menu.orb +4 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
- package/behaviors/exports/atoms/std-gameflow.orb +4 -4
- package/behaviors/exports/atoms/std-input.orb +4 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
- package/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-loading.orb +4 -4
- package/behaviors/exports/atoms/std-modal.orb +4 -4
- package/behaviors/exports/atoms/std-movement.orb +4 -4
- package/behaviors/exports/atoms/std-notification.orb +4 -4
- package/behaviors/exports/atoms/std-overworld.orb +4 -4
- package/behaviors/exports/atoms/std-pagination.orb +4 -4
- package/behaviors/exports/atoms/std-physics2d.orb +4 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-quest.orb +8 -4
- package/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
- package/behaviors/exports/atoms/std-rating.orb +4 -4
- package/behaviors/exports/atoms/std-score-board.orb +4 -4
- package/behaviors/exports/atoms/std-score.orb +4 -4
- package/behaviors/exports/atoms/std-search.orb +4 -4
- package/behaviors/exports/atoms/std-selection.orb +4 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
- package/behaviors/exports/atoms/std-service-email.orb +4 -4
- package/behaviors/exports/atoms/std-service-github.orb +4 -4
- package/behaviors/exports/atoms/std-service-llm.orb +4 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +4 -4
- package/behaviors/exports/atoms/std-service-redis.orb +4 -4
- package/behaviors/exports/atoms/std-service-storage.orb +4 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +4 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +4 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +4 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-sort.orb +4 -4
- package/behaviors/exports/atoms/std-sprite.orb +4 -4
- package/behaviors/exports/atoms/std-tabs.orb +4 -4
- package/behaviors/exports/atoms/std-text-effects.orb +4 -4
- package/behaviors/exports/atoms/std-theme.orb +4 -4
- package/behaviors/exports/atoms/std-timer.orb +4 -4
- package/behaviors/exports/atoms/std-undo.orb +4 -4
- package/behaviors/exports/atoms/std-upload.orb +4 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/behaviors/exports/atoms/std-wizard.orb +4 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/behaviors/exports/molecules/std-agent-learner.orb +851 -622
- package/behaviors/exports/molecules/std-agent-planner.orb +869 -617
- package/behaviors/exports/molecules/std-agent-rag.orb +765 -563
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/behaviors/exports/molecules/std-builder-game.orb +4 -4
- package/behaviors/exports/molecules/std-cart.orb +317 -195
- package/behaviors/exports/molecules/std-classifier-game.orb +4 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +4 -4
- package/behaviors/exports/molecules/std-detail.orb +469 -308
- package/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +8 -4
- package/behaviors/exports/molecules/std-geospatial.orb +518 -362
- package/behaviors/exports/molecules/std-inventory.orb +649 -389
- package/behaviors/exports/molecules/std-list.orb +870 -527
- package/behaviors/exports/molecules/std-messaging.orb +454 -294
- package/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +4 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
- package/behaviors/exports/molecules/std-quiz.orb +4 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +4 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
- package/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
- package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/behaviors/exports/organisms/std-api-gateway.orb +16 -4
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +28 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/behaviors/exports/organisms/std-cms.orb +32 -4
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +32 -4
- package/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
- package/behaviors/exports/organisms/std-ecommerce.orb +36 -4
- package/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
- package/behaviors/exports/organisms/std-healthcare.orb +32 -4
- package/behaviors/exports/organisms/std-helpdesk.orb +20 -4
- package/behaviors/exports/organisms/std-hr-portal.orb +28 -4
- package/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
- package/behaviors/exports/organisms/std-lms.orb +16 -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 +28 -4
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
- package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/behaviors/exports/organisms/std-service-marketplace.orb +36 -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 +20 -4
- package/behaviors/exports/validation-report.json +1803 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +213 -10
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-search.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-session.orb +16 -4
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
- package/dist/behaviors/exports/atoms/std-async.orb +8 -4
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/behaviors/exports/atoms/std-browse.orb +4 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +8 -4
- package/dist/behaviors/exports/atoms/std-calendar.orb +4 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +4 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +4 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +4 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
- package/dist/behaviors/exports/atoms/std-display.orb +4 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +4 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +4 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +4 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
- package/dist/behaviors/exports/atoms/std-game-hud.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +4 -4
- package/dist/behaviors/exports/atoms/std-input.orb +4 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +4 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +4 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +4 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +4 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +4 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +4 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +4 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +8 -4
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +4 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +4 -4
- package/dist/behaviors/exports/atoms/std-score.orb +4 -4
- package/dist/behaviors/exports/atoms/std-search.orb +4 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
- package/dist/behaviors/exports/atoms/std-service-email.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +4 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +4 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +4 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +4 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +4 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +4 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +4 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +4 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +4 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/behaviors/exports/atoms/std-wizard.orb +4 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +851 -622
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +869 -617
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +765 -563
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/dist/behaviors/exports/molecules/std-builder-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +317 -195
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +469 -308
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +8 -4
- package/dist/behaviors/exports/molecules/std-geospatial.orb +518 -362
- package/dist/behaviors/exports/molecules/std-inventory.orb +649 -389
- package/dist/behaviors/exports/molecules/std-list.orb +870 -527
- package/dist/behaviors/exports/molecules/std-messaging.orb +454 -294
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +4 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +16 -4
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +28 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/dist/behaviors/exports/organisms/std-cms.orb +32 -4
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +32 -4
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +36 -4
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
- package/dist/behaviors/exports/organisms/std-healthcare.orb +32 -4
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +20 -4
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +28 -4
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
- package/dist/behaviors/exports/organisms/std-lms.orb +16 -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 +28 -4
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -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 +20 -4
- package/dist/behaviors/exports/validation-report.json +1803 -1
- package/dist/behaviors/exports-reader.js +208 -193
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +113 -113
- package/dist/behaviors/functions/index.js +208 -194
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +209 -194
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +208 -193
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +213 -10
- package/dist/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/dist/exports/atoms/std-agent-classifier.orb +8 -4
- package/dist/exports/atoms/std-agent-completion.orb +8 -4
- package/dist/exports/atoms/std-agent-context-window.orb +4 -4
- package/dist/exports/atoms/std-agent-conversation.orb +71 -4
- package/dist/exports/atoms/std-agent-memory.orb +12 -4
- package/dist/exports/atoms/std-agent-provider.orb +8 -4
- package/dist/exports/atoms/std-agent-search.orb +4 -4
- package/dist/exports/atoms/std-agent-session.orb +16 -4
- package/dist/exports/atoms/std-agent-step-progress.orb +4 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -4
- package/dist/exports/atoms/std-async.orb +8 -4
- package/dist/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/exports/atoms/std-browse.orb +4 -4
- package/dist/exports/atoms/std-cache-aside.orb +8 -4
- package/dist/exports/atoms/std-calendar.orb +4 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +4 -4
- package/dist/exports/atoms/std-collision.orb +4 -4
- package/dist/exports/atoms/std-combat-log.orb +4 -4
- package/dist/exports/atoms/std-combat.orb +4 -4
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-dialogue-box.orb +4 -4
- package/dist/exports/atoms/std-display.orb +4 -4
- package/dist/exports/atoms/std-drawer.orb +4 -4
- package/dist/exports/atoms/std-filter.orb +4 -4
- package/dist/exports/atoms/std-flip-card.orb +4 -4
- package/dist/exports/atoms/std-gallery.orb +4 -4
- package/dist/exports/atoms/std-game-audio.orb +4 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +2 -3
- package/dist/exports/atoms/std-game-canvas3d.orb +2 -3
- package/dist/exports/atoms/std-game-hud.orb +4 -4
- package/dist/exports/atoms/std-game-menu.orb +4 -4
- package/dist/exports/atoms/std-game-over-screen.orb +4 -4
- package/dist/exports/atoms/std-gameflow.orb +4 -4
- package/dist/exports/atoms/std-input.orb +4 -4
- package/dist/exports/atoms/std-inventory-panel.orb +8 -4
- package/dist/exports/atoms/std-isometric-canvas.orb +4 -4
- package/dist/exports/atoms/std-loading.orb +4 -4
- package/dist/exports/atoms/std-modal.orb +4 -4
- package/dist/exports/atoms/std-movement.orb +4 -4
- package/dist/exports/atoms/std-notification.orb +4 -4
- package/dist/exports/atoms/std-overworld.orb +4 -4
- package/dist/exports/atoms/std-pagination.orb +4 -4
- package/dist/exports/atoms/std-physics2d.orb +4 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +4 -4
- package/dist/exports/atoms/std-quest.orb +8 -4
- package/dist/exports/atoms/std-rate-limiter.orb +4 -4
- package/dist/exports/atoms/std-rating.orb +4 -4
- package/dist/exports/atoms/std-score-board.orb +4 -4
- package/dist/exports/atoms/std-score.orb +4 -4
- package/dist/exports/atoms/std-search.orb +4 -4
- package/dist/exports/atoms/std-selection.orb +4 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/dist/exports/atoms/std-service-custom-header.orb +17 -4
- package/dist/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/dist/exports/atoms/std-service-custom-query.orb +17 -4
- package/dist/exports/atoms/std-service-email.orb +4 -4
- package/dist/exports/atoms/std-service-github.orb +4 -4
- package/dist/exports/atoms/std-service-llm.orb +4 -4
- package/dist/exports/atoms/std-service-oauth.orb +4 -4
- package/dist/exports/atoms/std-service-redis.orb +4 -4
- package/dist/exports/atoms/std-service-storage.orb +4 -4
- package/dist/exports/atoms/std-service-stripe.orb +4 -4
- package/dist/exports/atoms/std-service-twilio.orb +4 -4
- package/dist/exports/atoms/std-service-youtube.orb +4 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +4 -4
- package/dist/exports/atoms/std-sort.orb +4 -4
- package/dist/exports/atoms/std-sprite.orb +4 -4
- package/dist/exports/atoms/std-tabs.orb +4 -4
- package/dist/exports/atoms/std-text-effects.orb +4 -4
- package/dist/exports/atoms/std-theme.orb +4 -4
- package/dist/exports/atoms/std-timer.orb +4 -4
- package/dist/exports/atoms/std-undo.orb +4 -4
- package/dist/exports/atoms/std-upload.orb +4 -4
- package/dist/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/exports/atoms/std-wizard.orb +4 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/dist/exports/molecules/std-agent-learner.orb +851 -622
- package/dist/exports/molecules/std-agent-planner.orb +869 -617
- package/dist/exports/molecules/std-agent-rag.orb +765 -563
- package/dist/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/dist/exports/molecules/std-builder-game.orb +4 -4
- package/dist/exports/molecules/std-cart.orb +317 -195
- package/dist/exports/molecules/std-classifier-game.orb +4 -4
- package/dist/exports/molecules/std-debugger-game.orb +4 -4
- package/dist/exports/molecules/std-detail.orb +469 -308
- package/dist/exports/molecules/std-event-handler-game.orb +4 -4
- package/dist/exports/molecules/std-form-advanced.orb +8 -4
- package/dist/exports/molecules/std-geospatial.orb +518 -362
- package/dist/exports/molecules/std-inventory.orb +649 -389
- package/dist/exports/molecules/std-list.orb +870 -527
- package/dist/exports/molecules/std-messaging.orb +454 -294
- package/dist/exports/molecules/std-negotiator-game.orb +4 -4
- package/dist/exports/molecules/std-platformer-game.orb +4 -4
- package/dist/exports/molecules/std-puzzle-game.orb +4 -4
- package/dist/exports/molecules/std-quiz.orb +4 -4
- package/dist/exports/molecules/std-sequencer-game.orb +4 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/dist/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +4 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +4 -4
- package/dist/exports/molecules/std-simulator-game.orb +4 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +4 -4
- package/dist/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/exports/organisms/std-agent-builder.orb +1309 -787
- package/dist/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/dist/exports/organisms/std-agent-reviewer.orb +370 -292
- package/dist/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/exports/organisms/std-api-gateway.orb +16 -4
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +28 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/dist/exports/organisms/std-cms.orb +32 -4
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +32 -4
- package/dist/exports/organisms/std-devops-dashboard.orb +16 -4
- package/dist/exports/organisms/std-ecommerce.orb +36 -4
- package/dist/exports/organisms/std-finance-tracker.orb +20 -4
- package/dist/exports/organisms/std-healthcare.orb +32 -4
- package/dist/exports/organisms/std-helpdesk.orb +20 -4
- package/dist/exports/organisms/std-hr-portal.orb +28 -4
- package/dist/exports/organisms/std-iot-dashboard.orb +16 -4
- package/dist/exports/organisms/std-lms.orb +16 -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 +28 -4
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +20 -4
- package/dist/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/exports/organisms/std-service-marketplace.orb +36 -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 +20 -4
- package/dist/exports/validation-report.json +1803 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +209 -194
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/behaviors/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { wire, plural, pipe, mergeOrbitals, makePage, makeOrbital, makeEntity, extractTrait, ensureIdField, connect, compose } from '@almadar/core/builders';
|
|
2
|
-
export { compose, connect, ensureIdField, extractTrait, makeEntity, makeOrbital, makePage, mergeOrbitals, pipe, plural, wire } from '@almadar/core/builders';
|
|
1
|
+
import { wire, plural, pipe, mergeOrbitals, makeSchema, makePage, makeOrbital, makeEntity, extractTrait, ensureIdField, connect, compose } 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
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __export = (target, all) => {
|
|
@@ -88,6 +88,7 @@ __export(functions_exports, {
|
|
|
88
88
|
makeEntity: () => makeEntity,
|
|
89
89
|
makeOrbital: () => makeOrbital,
|
|
90
90
|
makePage: () => makePage,
|
|
91
|
+
makeSchema: () => makeSchema,
|
|
91
92
|
mergeOrbitals: () => mergeOrbitals,
|
|
92
93
|
pipe: () => pipe,
|
|
93
94
|
plural: () => plural,
|
|
@@ -791,7 +792,7 @@ function stdBrowsePage(params) {
|
|
|
791
792
|
}
|
|
792
793
|
function stdBrowse(params) {
|
|
793
794
|
const c = resolve(params);
|
|
794
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity(c), [buildTrait(c)], [buildPage(c)]);
|
|
795
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity(c), [buildTrait(c)], [buildPage(c)]));
|
|
795
796
|
}
|
|
796
797
|
function resolve2(params) {
|
|
797
798
|
const { entityName } = params;
|
|
@@ -975,7 +976,7 @@ function stdModalPage(params) {
|
|
|
975
976
|
}
|
|
976
977
|
function stdModal(params) {
|
|
977
978
|
const c = resolve2(params);
|
|
978
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity2(c), [buildTrait2(c)], [buildPage2(c)]);
|
|
979
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity2(c), [buildTrait2(c)], [buildPage2(c)]));
|
|
979
980
|
}
|
|
980
981
|
function resolve3(params) {
|
|
981
982
|
const { entityName } = params;
|
|
@@ -1153,12 +1154,12 @@ function stdConfirmationPage(params) {
|
|
|
1153
1154
|
}
|
|
1154
1155
|
function stdConfirmation(params) {
|
|
1155
1156
|
const c = resolve3(params);
|
|
1156
|
-
return makeOrbital(
|
|
1157
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1157
1158
|
`${c.entityName}Orbital`,
|
|
1158
1159
|
buildEntity3(c),
|
|
1159
1160
|
[buildTrait3(c)],
|
|
1160
1161
|
[buildPage3(c)]
|
|
1161
|
-
);
|
|
1162
|
+
));
|
|
1162
1163
|
}
|
|
1163
1164
|
function resolve4(params) {
|
|
1164
1165
|
const { entityName } = params;
|
|
@@ -1324,12 +1325,12 @@ function stdSearchPage(params) {
|
|
|
1324
1325
|
}
|
|
1325
1326
|
function stdSearch(params) {
|
|
1326
1327
|
const c = resolve4(params);
|
|
1327
|
-
return makeOrbital(
|
|
1328
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1328
1329
|
`${c.entityName}Orbital`,
|
|
1329
1330
|
buildEntity4(c),
|
|
1330
1331
|
[buildTrait4(c)],
|
|
1331
1332
|
[buildPage4(c)]
|
|
1332
|
-
);
|
|
1333
|
+
));
|
|
1333
1334
|
}
|
|
1334
1335
|
function resolve5(params) {
|
|
1335
1336
|
const { entityName } = params;
|
|
@@ -1516,7 +1517,7 @@ function stdFilterPage(params) {
|
|
|
1516
1517
|
}
|
|
1517
1518
|
function stdFilter(params) {
|
|
1518
1519
|
const c = resolve5(params);
|
|
1519
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity5(c), [buildTrait5(c)], [buildPage5(c)]);
|
|
1520
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity5(c), [buildTrait5(c)], [buildPage5(c)]));
|
|
1520
1521
|
}
|
|
1521
1522
|
function resolve6(params) {
|
|
1522
1523
|
const { entityName } = params;
|
|
@@ -1676,7 +1677,7 @@ function stdSortPage(params) {
|
|
|
1676
1677
|
}
|
|
1677
1678
|
function stdSort(params) {
|
|
1678
1679
|
const c = resolve6(params);
|
|
1679
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity6(c), [buildTrait6(c)], [buildPage6(c)]);
|
|
1680
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity6(c), [buildTrait6(c)], [buildPage6(c)]));
|
|
1680
1681
|
}
|
|
1681
1682
|
function resolve7(params) {
|
|
1682
1683
|
const { entityName } = params;
|
|
@@ -1848,12 +1849,12 @@ function stdPaginationPage(params) {
|
|
|
1848
1849
|
}
|
|
1849
1850
|
function stdPagination(params) {
|
|
1850
1851
|
const c = resolve7(params);
|
|
1851
|
-
return makeOrbital(
|
|
1852
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1852
1853
|
`${c.entityName}Orbital`,
|
|
1853
1854
|
buildEntity7(c),
|
|
1854
1855
|
[buildTrait7(c)],
|
|
1855
1856
|
[buildPage7(c)]
|
|
1856
|
-
);
|
|
1857
|
+
));
|
|
1857
1858
|
}
|
|
1858
1859
|
function resolve8(params) {
|
|
1859
1860
|
const { entityName } = params;
|
|
@@ -2041,12 +2042,12 @@ function stdDrawerPage(params) {
|
|
|
2041
2042
|
}
|
|
2042
2043
|
function stdDrawer(params) {
|
|
2043
2044
|
const c = resolve8(params);
|
|
2044
|
-
return makeOrbital(
|
|
2045
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2045
2046
|
`${c.entityName}Orbital`,
|
|
2046
2047
|
buildEntity8(c),
|
|
2047
2048
|
[buildTrait8(c)],
|
|
2048
2049
|
[buildPage8(c)]
|
|
2049
|
-
);
|
|
2050
|
+
));
|
|
2050
2051
|
}
|
|
2051
2052
|
function resolve9(params) {
|
|
2052
2053
|
const { entityName } = params;
|
|
@@ -2219,12 +2220,12 @@ function stdNotificationPage(params) {
|
|
|
2219
2220
|
}
|
|
2220
2221
|
function stdNotification(params) {
|
|
2221
2222
|
const c = resolve9(params);
|
|
2222
|
-
return makeOrbital(
|
|
2223
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2223
2224
|
`${c.entityName}Orbital`,
|
|
2224
2225
|
buildEntity9(c),
|
|
2225
2226
|
[buildTrait9(c)],
|
|
2226
2227
|
[buildPage9(c)]
|
|
2227
|
-
);
|
|
2228
|
+
));
|
|
2228
2229
|
}
|
|
2229
2230
|
function resolve10(params) {
|
|
2230
2231
|
const { entityName } = params;
|
|
@@ -2476,12 +2477,12 @@ function stdTimerPage(params) {
|
|
|
2476
2477
|
}
|
|
2477
2478
|
function stdTimer(params) {
|
|
2478
2479
|
const c = resolve10(params);
|
|
2479
|
-
return makeOrbital(
|
|
2480
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2480
2481
|
`${c.entityName}Orbital`,
|
|
2481
2482
|
buildEntity10(c),
|
|
2482
2483
|
[buildTrait10(c)],
|
|
2483
2484
|
[buildPage10(c)]
|
|
2484
|
-
);
|
|
2485
|
+
));
|
|
2485
2486
|
}
|
|
2486
2487
|
function resolve11(params) {
|
|
2487
2488
|
const { entityName } = params;
|
|
@@ -2602,7 +2603,7 @@ function stdTabsPage(params) {
|
|
|
2602
2603
|
}
|
|
2603
2604
|
function stdTabs(params) {
|
|
2604
2605
|
const c = resolve11(params);
|
|
2605
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity11(c), [buildTrait11(c)], [buildPage11(c)]);
|
|
2606
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity11(c), [buildTrait11(c)], [buildPage11(c)]));
|
|
2606
2607
|
}
|
|
2607
2608
|
function resolve12(params) {
|
|
2608
2609
|
const { entityName } = params;
|
|
@@ -2816,12 +2817,12 @@ function stdLoadingPage(params) {
|
|
|
2816
2817
|
}
|
|
2817
2818
|
function stdLoading(params) {
|
|
2818
2819
|
const c = resolve12(params);
|
|
2819
|
-
return makeOrbital(
|
|
2820
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2820
2821
|
`${c.entityName}Orbital`,
|
|
2821
2822
|
buildEntity12(c),
|
|
2822
2823
|
[buildTrait12(c)],
|
|
2823
2824
|
[buildPage12(c)]
|
|
2824
|
-
);
|
|
2825
|
+
));
|
|
2825
2826
|
}
|
|
2826
2827
|
function resolve13(params) {
|
|
2827
2828
|
const { entityName } = params;
|
|
@@ -3106,12 +3107,12 @@ function stdSelectionPage(params) {
|
|
|
3106
3107
|
}
|
|
3107
3108
|
function stdSelection(params) {
|
|
3108
3109
|
const c = resolve13(params);
|
|
3109
|
-
return makeOrbital(
|
|
3110
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3110
3111
|
`${c.entityName}Orbital`,
|
|
3111
3112
|
buildEntity13(c),
|
|
3112
3113
|
[buildTrait13(c)],
|
|
3113
3114
|
[buildPage13(c)]
|
|
3114
|
-
);
|
|
3115
|
+
));
|
|
3115
3116
|
}
|
|
3116
3117
|
function resolve14(params) {
|
|
3117
3118
|
const { entityName } = params;
|
|
@@ -3237,7 +3238,7 @@ function stdUndoPage(params) {
|
|
|
3237
3238
|
}
|
|
3238
3239
|
function stdUndo(params) {
|
|
3239
3240
|
const c = resolve14(params);
|
|
3240
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity14(c), [buildTrait14(c)], [buildPage14(c)]);
|
|
3241
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity14(c), [buildTrait14(c)], [buildPage14(c)]));
|
|
3241
3242
|
}
|
|
3242
3243
|
function resolve15(params) {
|
|
3243
3244
|
const { entityName } = params;
|
|
@@ -3435,12 +3436,12 @@ function stdInputPage(params) {
|
|
|
3435
3436
|
}
|
|
3436
3437
|
function stdInput(params) {
|
|
3437
3438
|
const c = resolve15(params);
|
|
3438
|
-
return makeOrbital(
|
|
3439
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3439
3440
|
`${c.entityName}Orbital`,
|
|
3440
3441
|
buildEntity15(c),
|
|
3441
3442
|
[buildTrait15(c)],
|
|
3442
3443
|
[buildPage15(c)]
|
|
3443
|
-
);
|
|
3444
|
+
));
|
|
3444
3445
|
}
|
|
3445
3446
|
function resolve16(params) {
|
|
3446
3447
|
const { entityName } = params;
|
|
@@ -3693,12 +3694,12 @@ function stdWizardPage(params) {
|
|
|
3693
3694
|
}
|
|
3694
3695
|
function stdWizard(params) {
|
|
3695
3696
|
const c = resolve16(params);
|
|
3696
|
-
return makeOrbital(
|
|
3697
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3697
3698
|
`${c.entityName}Orbital`,
|
|
3698
3699
|
buildEntity16(c),
|
|
3699
3700
|
[buildTrait16(c)],
|
|
3700
3701
|
[buildPage16(c)]
|
|
3701
|
-
);
|
|
3702
|
+
));
|
|
3702
3703
|
}
|
|
3703
3704
|
function resolve17(params) {
|
|
3704
3705
|
const { entityName } = params;
|
|
@@ -3827,12 +3828,12 @@ function stdDisplayPage(params) {
|
|
|
3827
3828
|
}
|
|
3828
3829
|
function stdDisplay(params) {
|
|
3829
3830
|
const c = resolve17(params);
|
|
3830
|
-
return makeOrbital(
|
|
3831
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3831
3832
|
`${c.entityName}Orbital`,
|
|
3832
3833
|
makeEntity({ name: c.entityName, fields: c.fields, persistence: c.persistence, collection: c.collection }),
|
|
3833
3834
|
[buildTrait17(c)],
|
|
3834
3835
|
[makePage({ name: c.pageName, path: c.pagePath, traitName: c.traitName, isInitial: c.isInitial })]
|
|
3835
|
-
);
|
|
3836
|
+
));
|
|
3836
3837
|
}
|
|
3837
3838
|
function resolve18(params) {
|
|
3838
3839
|
const { entityName } = params;
|
|
@@ -4026,12 +4027,12 @@ function stdAsyncPage(params) {
|
|
|
4026
4027
|
}
|
|
4027
4028
|
function stdAsync(params) {
|
|
4028
4029
|
const c = resolve18(params);
|
|
4029
|
-
return makeOrbital(
|
|
4030
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4030
4031
|
`${c.entityName}Orbital`,
|
|
4031
4032
|
buildEntity17(c),
|
|
4032
4033
|
[buildTrait18(c)],
|
|
4033
4034
|
[buildPage17(c)]
|
|
4034
|
-
);
|
|
4035
|
+
));
|
|
4035
4036
|
}
|
|
4036
4037
|
function resolve19(params) {
|
|
4037
4038
|
const { entityName } = params;
|
|
@@ -4216,12 +4217,12 @@ function stdCombatPage(params) {
|
|
|
4216
4217
|
}
|
|
4217
4218
|
function stdCombat(params) {
|
|
4218
4219
|
const c = resolve19(params);
|
|
4219
|
-
return makeOrbital(
|
|
4220
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4220
4221
|
`${c.entityName}Orbital`,
|
|
4221
4222
|
buildEntity18(c),
|
|
4222
4223
|
[buildTrait19(c)],
|
|
4223
4224
|
[buildPage18(c)]
|
|
4224
|
-
);
|
|
4225
|
+
));
|
|
4225
4226
|
}
|
|
4226
4227
|
function resolve20(params) {
|
|
4227
4228
|
const { entityName } = params;
|
|
@@ -4405,12 +4406,12 @@ function stdGameflowPage(params) {
|
|
|
4405
4406
|
}
|
|
4406
4407
|
function stdGameflow(params) {
|
|
4407
4408
|
const c = resolve20(params);
|
|
4408
|
-
return makeOrbital(
|
|
4409
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4409
4410
|
`${c.entityName}Orbital`,
|
|
4410
4411
|
buildEntity19(c),
|
|
4411
4412
|
[buildTrait20(c)],
|
|
4412
4413
|
[buildPage19(c)]
|
|
4413
|
-
);
|
|
4414
|
+
));
|
|
4414
4415
|
}
|
|
4415
4416
|
function resolve21(params) {
|
|
4416
4417
|
const { entityName } = params;
|
|
@@ -4674,12 +4675,12 @@ function stdMovementPage(params) {
|
|
|
4674
4675
|
}
|
|
4675
4676
|
function stdMovement(params) {
|
|
4676
4677
|
const c = resolve21(params);
|
|
4677
|
-
return makeOrbital(
|
|
4678
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4678
4679
|
`${c.entityName}Orbital`,
|
|
4679
4680
|
buildEntity20(c),
|
|
4680
4681
|
[buildTrait21(c)],
|
|
4681
4682
|
[buildPage20(c)]
|
|
4682
|
-
);
|
|
4683
|
+
));
|
|
4683
4684
|
}
|
|
4684
4685
|
function resolve22(params) {
|
|
4685
4686
|
const { entityName } = params;
|
|
@@ -5006,12 +5007,12 @@ function stdQuestPage(params) {
|
|
|
5006
5007
|
}
|
|
5007
5008
|
function stdQuest(params) {
|
|
5008
5009
|
const c = resolve22(params);
|
|
5009
|
-
return makeOrbital(
|
|
5010
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5010
5011
|
`${c.entityName}Orbital`,
|
|
5011
5012
|
buildEntity21(c),
|
|
5012
5013
|
[buildTrait22(c)],
|
|
5013
5014
|
[buildPage21(c)]
|
|
5014
|
-
);
|
|
5015
|
+
));
|
|
5015
5016
|
}
|
|
5016
5017
|
function resolve23(params) {
|
|
5017
5018
|
const { entityName } = params;
|
|
@@ -5239,12 +5240,12 @@ function stdOverworldPage(params) {
|
|
|
5239
5240
|
}
|
|
5240
5241
|
function stdOverworld(params) {
|
|
5241
5242
|
const c = resolve23(params);
|
|
5242
|
-
return makeOrbital(
|
|
5243
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5243
5244
|
`${c.entityName}Orbital`,
|
|
5244
5245
|
buildEntity22(c),
|
|
5245
5246
|
[buildTrait23(c)],
|
|
5246
5247
|
[buildPage22(c)]
|
|
5247
|
-
);
|
|
5248
|
+
));
|
|
5248
5249
|
}
|
|
5249
5250
|
function resolve24(params) {
|
|
5250
5251
|
const { entityName } = params;
|
|
@@ -5471,12 +5472,12 @@ function stdCircuitBreakerPage(params) {
|
|
|
5471
5472
|
}
|
|
5472
5473
|
function stdCircuitBreaker(params) {
|
|
5473
5474
|
const c = resolve24(params);
|
|
5474
|
-
return makeOrbital(
|
|
5475
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5475
5476
|
`${c.entityName}Orbital`,
|
|
5476
5477
|
buildEntity23(c),
|
|
5477
5478
|
[buildTrait24(c)],
|
|
5478
5479
|
[buildPage23(c)]
|
|
5479
|
-
);
|
|
5480
|
+
));
|
|
5480
5481
|
}
|
|
5481
5482
|
function resolve25(params) {
|
|
5482
5483
|
const { entityName } = params;
|
|
@@ -5775,12 +5776,12 @@ function stdCacheAsidePage(params) {
|
|
|
5775
5776
|
}
|
|
5776
5777
|
function stdCacheAside(params) {
|
|
5777
5778
|
const c = resolve25(params);
|
|
5778
|
-
return makeOrbital(
|
|
5779
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5779
5780
|
`${c.entityName}Orbital`,
|
|
5780
5781
|
buildEntity24(c),
|
|
5781
5782
|
[buildTrait25(c)],
|
|
5782
5783
|
[buildPage24(c)]
|
|
5783
|
-
);
|
|
5784
|
+
));
|
|
5784
5785
|
}
|
|
5785
5786
|
function resolve26(params) {
|
|
5786
5787
|
const { entityName } = params;
|
|
@@ -5940,12 +5941,12 @@ function stdScorePage(params) {
|
|
|
5940
5941
|
}
|
|
5941
5942
|
function stdScore(params) {
|
|
5942
5943
|
const c = resolve26(params);
|
|
5943
|
-
return makeOrbital(
|
|
5944
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5944
5945
|
`${c.entityName}Orbital`,
|
|
5945
5946
|
buildEntity25(c),
|
|
5946
5947
|
[buildTrait26(c)],
|
|
5947
5948
|
[buildPage25(c)]
|
|
5948
|
-
);
|
|
5949
|
+
));
|
|
5949
5950
|
}
|
|
5950
5951
|
function resolve27(params) {
|
|
5951
5952
|
const { entityName } = params;
|
|
@@ -6114,7 +6115,7 @@ function stdCalendarPage(params) {
|
|
|
6114
6115
|
}
|
|
6115
6116
|
function stdCalendar(params) {
|
|
6116
6117
|
const c = resolve27(params);
|
|
6117
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity26(c), [buildTrait27(c)], [buildPage26(c)]);
|
|
6118
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity26(c), [buildTrait27(c)], [buildPage26(c)]));
|
|
6118
6119
|
}
|
|
6119
6120
|
function resolve28(params) {
|
|
6120
6121
|
const { entityName } = params;
|
|
@@ -6244,7 +6245,7 @@ function stdGalleryPage(params) {
|
|
|
6244
6245
|
}
|
|
6245
6246
|
function stdGallery(params) {
|
|
6246
6247
|
const c = resolve28(params);
|
|
6247
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity27(c), [buildTrait28(c)], [buildPage27(c)]);
|
|
6248
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity27(c), [buildTrait28(c)], [buildPage27(c)]));
|
|
6248
6249
|
}
|
|
6249
6250
|
function resolve29(params) {
|
|
6250
6251
|
const { entityName } = params;
|
|
@@ -6403,7 +6404,7 @@ function stdFlipCardPage(params) {
|
|
|
6403
6404
|
}
|
|
6404
6405
|
function stdFlipCard(params) {
|
|
6405
6406
|
const c = resolve29(params);
|
|
6406
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity28(c), [buildTrait29(c)], [buildPage28(c)]);
|
|
6407
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity28(c), [buildTrait29(c)], [buildPage28(c)]));
|
|
6407
6408
|
}
|
|
6408
6409
|
function resolve30(params) {
|
|
6409
6410
|
const { entityName } = params;
|
|
@@ -6519,7 +6520,7 @@ function stdRatingPage(params) {
|
|
|
6519
6520
|
}
|
|
6520
6521
|
function stdRating(params) {
|
|
6521
6522
|
const c = resolve30(params);
|
|
6522
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity29(c), [buildTrait30(c)], [buildPage29(c)]);
|
|
6523
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity29(c), [buildTrait30(c)], [buildPage29(c)]));
|
|
6523
6524
|
}
|
|
6524
6525
|
function resolve31(params) {
|
|
6525
6526
|
const { entityName } = params;
|
|
@@ -6679,7 +6680,7 @@ function stdUploadPage(params) {
|
|
|
6679
6680
|
}
|
|
6680
6681
|
function stdUpload(params) {
|
|
6681
6682
|
const c = resolve31(params);
|
|
6682
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity30(c), [buildTrait31(c)], [buildPage30(c)]);
|
|
6683
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity30(c), [buildTrait31(c)], [buildPage30(c)]));
|
|
6683
6684
|
}
|
|
6684
6685
|
function resolve32(params) {
|
|
6685
6686
|
const { entityName } = params;
|
|
@@ -6808,7 +6809,7 @@ function stdThemePage(params) {
|
|
|
6808
6809
|
}
|
|
6809
6810
|
function stdTheme(params) {
|
|
6810
6811
|
const c = resolve32(params);
|
|
6811
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity31(c), [buildTrait32(c)], [buildPage31(c)]);
|
|
6812
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity31(c), [buildTrait32(c)], [buildPage31(c)]));
|
|
6812
6813
|
}
|
|
6813
6814
|
function resolve33(params) {
|
|
6814
6815
|
const { entityName } = params;
|
|
@@ -6970,7 +6971,7 @@ function stdTextEffectsPage(params) {
|
|
|
6970
6971
|
}
|
|
6971
6972
|
function stdTextEffects(params) {
|
|
6972
6973
|
const c = resolve33(params);
|
|
6973
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity32(c), [buildTrait33(c)], [buildPage32(c)]);
|
|
6974
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity32(c), [buildTrait33(c)], [buildPage32(c)]));
|
|
6974
6975
|
}
|
|
6975
6976
|
function resolve34(params) {
|
|
6976
6977
|
const { entityName } = params;
|
|
@@ -7166,12 +7167,12 @@ function stdCollisionPage(params) {
|
|
|
7166
7167
|
}
|
|
7167
7168
|
function stdCollision(params) {
|
|
7168
7169
|
const c = resolve34(params);
|
|
7169
|
-
return makeOrbital(
|
|
7170
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7170
7171
|
`${c.entityName}Orbital`,
|
|
7171
7172
|
buildEntity33(c),
|
|
7172
7173
|
[buildTrait34(c)],
|
|
7173
7174
|
[buildPage33(c)]
|
|
7174
|
-
);
|
|
7175
|
+
));
|
|
7175
7176
|
}
|
|
7176
7177
|
function resolve35(params) {
|
|
7177
7178
|
const { entityName } = params;
|
|
@@ -7330,12 +7331,12 @@ function stdPhysics2dPage(params) {
|
|
|
7330
7331
|
}
|
|
7331
7332
|
function stdPhysics2d(params) {
|
|
7332
7333
|
const c = resolve35(params);
|
|
7333
|
-
return makeOrbital(
|
|
7334
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7334
7335
|
`${c.entityName}Orbital`,
|
|
7335
7336
|
buildEntity34(c),
|
|
7336
7337
|
[buildTrait35(c)],
|
|
7337
7338
|
[buildPage34(c)]
|
|
7338
|
-
);
|
|
7339
|
+
));
|
|
7339
7340
|
}
|
|
7340
7341
|
function resolve36(params) {
|
|
7341
7342
|
const { entityName } = params;
|
|
@@ -7542,12 +7543,12 @@ function stdRateLimiterPage(params) {
|
|
|
7542
7543
|
}
|
|
7543
7544
|
function stdRateLimiter(params) {
|
|
7544
7545
|
const c = resolve36(params);
|
|
7545
|
-
return makeOrbital(
|
|
7546
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7546
7547
|
`${c.entityName}Orbital`,
|
|
7547
7548
|
buildEntity35(c),
|
|
7548
7549
|
[buildTrait36(c)],
|
|
7549
7550
|
[buildPage35(c)]
|
|
7550
|
-
);
|
|
7551
|
+
));
|
|
7551
7552
|
}
|
|
7552
7553
|
function resolve37(params) {
|
|
7553
7554
|
const { entityName } = params;
|
|
@@ -7616,7 +7617,7 @@ function stdGameHudPage(params) {
|
|
|
7616
7617
|
}
|
|
7617
7618
|
function stdGameHud(params) {
|
|
7618
7619
|
const c = resolve37(params);
|
|
7619
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity36(c), [buildTrait37(c)], [buildPage36(c)]);
|
|
7620
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity36(c), [buildTrait37(c)], [buildPage36(c)]));
|
|
7620
7621
|
}
|
|
7621
7622
|
function resolve38(params) {
|
|
7622
7623
|
const { entityName } = params;
|
|
@@ -7700,7 +7701,7 @@ function stdScoreBoardPage(params) {
|
|
|
7700
7701
|
}
|
|
7701
7702
|
function stdScoreBoard(params) {
|
|
7702
7703
|
const c = resolve38(params);
|
|
7703
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity37(c), [buildTrait38(c)], [buildPage37(c)]);
|
|
7704
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity37(c), [buildTrait38(c)], [buildPage37(c)]));
|
|
7704
7705
|
}
|
|
7705
7706
|
function resolve39(params) {
|
|
7706
7707
|
const { entityName } = params;
|
|
@@ -7780,7 +7781,7 @@ function stdGameMenuPage(params) {
|
|
|
7780
7781
|
}
|
|
7781
7782
|
function stdGameMenu(params) {
|
|
7782
7783
|
const c = resolve39(params);
|
|
7783
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity38(c), [buildTrait39(c)], [buildPage38(c)]);
|
|
7784
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity38(c), [buildTrait39(c)], [buildPage38(c)]));
|
|
7784
7785
|
}
|
|
7785
7786
|
function resolve40(params) {
|
|
7786
7787
|
const { entityName } = params;
|
|
@@ -7861,7 +7862,7 @@ function stdGameOverScreenPage(params) {
|
|
|
7861
7862
|
}
|
|
7862
7863
|
function stdGameOverScreen(params) {
|
|
7863
7864
|
const c = resolve40(params);
|
|
7864
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity39(c), [buildTrait40(c)], [buildPage39(c)]);
|
|
7865
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity39(c), [buildTrait40(c)], [buildPage39(c)]));
|
|
7865
7866
|
}
|
|
7866
7867
|
function resolve41(params) {
|
|
7867
7868
|
const { entityName } = params;
|
|
@@ -7963,7 +7964,7 @@ function stdDialogueBoxPage(params) {
|
|
|
7963
7964
|
}
|
|
7964
7965
|
function stdDialogueBox(params) {
|
|
7965
7966
|
const c = resolve41(params);
|
|
7966
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity40(c), [buildTrait41(c)], [buildPage40(c)]);
|
|
7967
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity40(c), [buildTrait41(c)], [buildPage40(c)]));
|
|
7967
7968
|
}
|
|
7968
7969
|
function resolve42(params) {
|
|
7969
7970
|
const { entityName } = params;
|
|
@@ -8049,7 +8050,7 @@ function stdInventoryPanelPage(params) {
|
|
|
8049
8050
|
}
|
|
8050
8051
|
function stdInventoryPanel(params) {
|
|
8051
8052
|
const c = resolve42(params);
|
|
8052
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity41(c), [buildTrait42(c)], [buildPage41(c)]);
|
|
8053
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity41(c), [buildTrait42(c)], [buildPage41(c)]));
|
|
8053
8054
|
}
|
|
8054
8055
|
function resolve43(params) {
|
|
8055
8056
|
const { entityName } = params;
|
|
@@ -8132,7 +8133,7 @@ function stdCombatLogPage(params) {
|
|
|
8132
8133
|
}
|
|
8133
8134
|
function stdCombatLog(params) {
|
|
8134
8135
|
const c = resolve43(params);
|
|
8135
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity42(c), [buildTrait43(c)], [buildPage42(c)]);
|
|
8136
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity42(c), [buildTrait43(c)], [buildPage42(c)]));
|
|
8136
8137
|
}
|
|
8137
8138
|
function resolve44(params) {
|
|
8138
8139
|
const { entityName } = params;
|
|
@@ -8246,7 +8247,7 @@ function stdSpritePage(params) {
|
|
|
8246
8247
|
}
|
|
8247
8248
|
function stdSprite(params) {
|
|
8248
8249
|
const c = resolve44(params);
|
|
8249
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity43(c), [buildTrait44(c)], [buildPage43(c)]);
|
|
8250
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity43(c), [buildTrait44(c)], [buildPage43(c)]));
|
|
8250
8251
|
}
|
|
8251
8252
|
function resolve45(params) {
|
|
8252
8253
|
const { entityName } = params;
|
|
@@ -8376,7 +8377,7 @@ function stdGameAudioPage(params) {
|
|
|
8376
8377
|
}
|
|
8377
8378
|
function stdGameAudio(params) {
|
|
8378
8379
|
const c = resolve45(params);
|
|
8379
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity44(c), [buildTrait45(c)], [buildPage44(c)]);
|
|
8380
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity44(c), [buildTrait45(c)], [buildPage44(c)]));
|
|
8380
8381
|
}
|
|
8381
8382
|
function resolve46(params) {
|
|
8382
8383
|
const { entityName } = params;
|
|
@@ -8491,7 +8492,7 @@ function stdIsometricCanvasPage(params) {
|
|
|
8491
8492
|
}
|
|
8492
8493
|
function stdIsometricCanvas(params) {
|
|
8493
8494
|
const c = resolve46(params);
|
|
8494
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity45(c), [buildTrait46(c)], [buildPage45(c)]);
|
|
8495
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity45(c), [buildTrait46(c)], [buildPage45(c)]));
|
|
8495
8496
|
}
|
|
8496
8497
|
function resolve47(params) {
|
|
8497
8498
|
const { entityName } = params;
|
|
@@ -8597,7 +8598,7 @@ function stdPlatformerCanvasPage(params) {
|
|
|
8597
8598
|
}
|
|
8598
8599
|
function stdPlatformerCanvas(params) {
|
|
8599
8600
|
const c = resolve47(params);
|
|
8600
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity46(c), [buildTrait47(c)], [buildPage46(c)]);
|
|
8601
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity46(c), [buildTrait47(c)], [buildPage46(c)]));
|
|
8601
8602
|
}
|
|
8602
8603
|
function resolve48(params) {
|
|
8603
8604
|
const { entityName } = params;
|
|
@@ -8677,7 +8678,7 @@ function stdSimulationCanvasPage(params) {
|
|
|
8677
8678
|
}
|
|
8678
8679
|
function stdSimulationCanvas(params) {
|
|
8679
8680
|
const c = resolve48(params);
|
|
8680
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity47(c), [buildTrait48(c)], [buildPage47(c)]);
|
|
8681
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity47(c), [buildTrait48(c)], [buildPage47(c)]));
|
|
8681
8682
|
}
|
|
8682
8683
|
function resolve49(params) {
|
|
8683
8684
|
const { entityName } = params;
|
|
@@ -8772,7 +8773,7 @@ function stdGameCanvas2dPage(params) {
|
|
|
8772
8773
|
}
|
|
8773
8774
|
function stdGameCanvas2d(params) {
|
|
8774
8775
|
const c = resolve49(params);
|
|
8775
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity48(c), [buildTrait49(c)], [buildPage48(c)]);
|
|
8776
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity48(c), [buildTrait49(c)], [buildPage48(c)]));
|
|
8776
8777
|
}
|
|
8777
8778
|
function resolve50(params) {
|
|
8778
8779
|
const { entityName } = params;
|
|
@@ -8875,7 +8876,7 @@ function stdGameCanvas3dPage(params) {
|
|
|
8875
8876
|
}
|
|
8876
8877
|
function stdGameCanvas3d(params) {
|
|
8877
8878
|
const c = resolve50(params);
|
|
8878
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity49(c), [buildTrait50(c)], [buildPage49(c)]);
|
|
8879
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity49(c), [buildTrait50(c)], [buildPage49(c)]));
|
|
8879
8880
|
}
|
|
8880
8881
|
function resolve51(params) {
|
|
8881
8882
|
const { entityName } = params;
|
|
@@ -9073,12 +9074,12 @@ function stdList(params) {
|
|
|
9073
9074
|
{ ref: deleteTrait.name }
|
|
9074
9075
|
]
|
|
9075
9076
|
};
|
|
9076
|
-
return {
|
|
9077
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9077
9078
|
name: `${entityName}Orbital`,
|
|
9078
9079
|
entity,
|
|
9079
9080
|
traits: [browseTrait, createTrait, editTrait, viewTrait, deleteTrait],
|
|
9080
9081
|
pages: [page]
|
|
9081
|
-
};
|
|
9082
|
+
});
|
|
9082
9083
|
}
|
|
9083
9084
|
function resolve52(params) {
|
|
9084
9085
|
const { entityName } = params;
|
|
@@ -9274,12 +9275,12 @@ function stdCart(params) {
|
|
|
9274
9275
|
...c.isInitial ? { isInitial: true } : {},
|
|
9275
9276
|
traits: [{ ref: cartTrait.name }, { ref: addTrait.name }, { ref: removeTrait.name }]
|
|
9276
9277
|
};
|
|
9277
|
-
return {
|
|
9278
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9278
9279
|
name: `${entityName}Orbital`,
|
|
9279
9280
|
entity,
|
|
9280
9281
|
traits: [cartTrait, addTrait, removeTrait],
|
|
9281
9282
|
pages: [page]
|
|
9282
|
-
};
|
|
9283
|
+
});
|
|
9283
9284
|
}
|
|
9284
9285
|
function resolve53(params) {
|
|
9285
9286
|
const { entityName } = params;
|
|
@@ -9414,12 +9415,12 @@ function stdDetail(params) {
|
|
|
9414
9415
|
...c.isInitial ? { isInitial: true } : {},
|
|
9415
9416
|
traits: [{ ref: browseTrait.name }, { ref: createTrait.name }, { ref: viewTrait.name }]
|
|
9416
9417
|
};
|
|
9417
|
-
return {
|
|
9418
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9418
9419
|
name: `${entityName}Orbital`,
|
|
9419
9420
|
entity,
|
|
9420
9421
|
traits: [browseTrait, createTrait, viewTrait],
|
|
9421
9422
|
pages: [page]
|
|
9422
|
-
};
|
|
9423
|
+
});
|
|
9423
9424
|
}
|
|
9424
9425
|
function resolve54(params) {
|
|
9425
9426
|
const { entityName } = params;
|
|
@@ -9584,12 +9585,12 @@ function stdInventory(params) {
|
|
|
9584
9585
|
{ ref: dropTrait.name }
|
|
9585
9586
|
]
|
|
9586
9587
|
};
|
|
9587
|
-
return {
|
|
9588
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9588
9589
|
name: `${entityName}Orbital`,
|
|
9589
9590
|
entity,
|
|
9590
9591
|
traits: [browseTrait, addTrait, useTrait, dropTrait],
|
|
9591
9592
|
pages: [page]
|
|
9592
|
-
};
|
|
9593
|
+
});
|
|
9593
9594
|
}
|
|
9594
9595
|
function resolve55(params) {
|
|
9595
9596
|
const { entityName } = params;
|
|
@@ -9739,12 +9740,12 @@ function stdMessaging(params) {
|
|
|
9739
9740
|
{ ref: viewTrait.name }
|
|
9740
9741
|
]
|
|
9741
9742
|
};
|
|
9742
|
-
return {
|
|
9743
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9743
9744
|
name: `${entityName}Orbital`,
|
|
9744
9745
|
entity,
|
|
9745
9746
|
traits: [browseTrait, composeTrait, viewTrait],
|
|
9746
9747
|
pages: [page]
|
|
9747
|
-
};
|
|
9748
|
+
});
|
|
9748
9749
|
}
|
|
9749
9750
|
function resolve56(params) {
|
|
9750
9751
|
const { entityName } = params;
|
|
@@ -9879,12 +9880,12 @@ function stdGeospatial(params) {
|
|
|
9879
9880
|
{ ref: confirmTrait.name }
|
|
9880
9881
|
]
|
|
9881
9882
|
};
|
|
9882
|
-
return {
|
|
9883
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9883
9884
|
name: `${entityName}Orbital`,
|
|
9884
9885
|
entity,
|
|
9885
9886
|
traits: [browseTrait, selectTrait, confirmTrait],
|
|
9886
9887
|
pages: [page]
|
|
9887
|
-
};
|
|
9888
|
+
});
|
|
9888
9889
|
}
|
|
9889
9890
|
function resolve57(params) {
|
|
9890
9891
|
const { entityName } = params;
|
|
@@ -10101,7 +10102,7 @@ function stdQuizPage(params) {
|
|
|
10101
10102
|
}
|
|
10102
10103
|
function stdQuiz(params) {
|
|
10103
10104
|
const c = resolve57(params);
|
|
10104
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity50(c), [buildTrait51(c)], [buildPage50(c)]);
|
|
10105
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity50(c), [buildTrait51(c)], [buildPage50(c)]));
|
|
10105
10106
|
}
|
|
10106
10107
|
function resolve58(params) {
|
|
10107
10108
|
const { entityName } = params;
|
|
@@ -10247,7 +10248,7 @@ function stdFormAdvancedPage(params) {
|
|
|
10247
10248
|
}
|
|
10248
10249
|
function stdFormAdvanced(params) {
|
|
10249
10250
|
const c = resolve58(params);
|
|
10250
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity51(c), [buildTrait52(c)], [buildPage51(c)]);
|
|
10251
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity51(c), [buildTrait52(c)], [buildPage51(c)]));
|
|
10251
10252
|
}
|
|
10252
10253
|
function resolve59(params) {
|
|
10253
10254
|
const { entityName } = params;
|
|
@@ -10491,12 +10492,12 @@ function stdTurnBasedBattle(params) {
|
|
|
10491
10492
|
const battleLogTrait = buildBattleLogTrait(c);
|
|
10492
10493
|
const entity = buildEntity52(c);
|
|
10493
10494
|
const page = buildPage52(c);
|
|
10494
|
-
return {
|
|
10495
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
10495
10496
|
name: `${c.entityName}Orbital`,
|
|
10496
10497
|
entity,
|
|
10497
10498
|
traits: [battleFlowTrait, battleLogTrait],
|
|
10498
10499
|
pages: [page]
|
|
10499
|
-
};
|
|
10500
|
+
});
|
|
10500
10501
|
}
|
|
10501
10502
|
function resolve60(params) {
|
|
10502
10503
|
const { entityName } = params;
|
|
@@ -10762,12 +10763,12 @@ function stdPlatformerGame(params) {
|
|
|
10762
10763
|
const canvasTrait = buildPlatformerCanvasTrait(c);
|
|
10763
10764
|
const entity = buildEntity53(c);
|
|
10764
10765
|
const page = buildPage53(c);
|
|
10765
|
-
return {
|
|
10766
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
10766
10767
|
name: `${c.entityName}Orbital`,
|
|
10767
10768
|
entity,
|
|
10768
10769
|
traits: [flowTrait, canvasTrait],
|
|
10769
10770
|
pages: [page]
|
|
10770
|
-
};
|
|
10771
|
+
});
|
|
10771
10772
|
}
|
|
10772
10773
|
function resolve61(params) {
|
|
10773
10774
|
const { entityName } = params;
|
|
@@ -11014,12 +11015,12 @@ function stdPuzzleGame(params) {
|
|
|
11014
11015
|
const scoreTrait = buildPuzzleScoreTrait(c);
|
|
11015
11016
|
const entity = buildEntity54(c);
|
|
11016
11017
|
const page = buildPage54(c);
|
|
11017
|
-
return {
|
|
11018
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
11018
11019
|
name: `${c.entityName}Orbital`,
|
|
11019
11020
|
entity,
|
|
11020
11021
|
traits: [flowTrait, scoreTrait],
|
|
11021
11022
|
pages: [page]
|
|
11022
|
-
};
|
|
11023
|
+
});
|
|
11023
11024
|
}
|
|
11024
11025
|
function resolve62(params) {
|
|
11025
11026
|
const { entityName } = params;
|
|
@@ -11153,12 +11154,12 @@ function stdBuilderGamePage(params) {
|
|
|
11153
11154
|
}
|
|
11154
11155
|
function stdBuilderGame(params) {
|
|
11155
11156
|
const c = resolve62(params);
|
|
11156
|
-
return makeOrbital(
|
|
11157
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11157
11158
|
`${c.entityName}Orbital`,
|
|
11158
11159
|
buildEntity55(c),
|
|
11159
11160
|
[buildTrait53(c)],
|
|
11160
11161
|
[buildPage55(c)]
|
|
11161
|
-
);
|
|
11162
|
+
));
|
|
11162
11163
|
}
|
|
11163
11164
|
function resolve63(params) {
|
|
11164
11165
|
const { entityName } = params;
|
|
@@ -11292,12 +11293,12 @@ function stdClassifierGamePage(params) {
|
|
|
11292
11293
|
}
|
|
11293
11294
|
function stdClassifierGame(params) {
|
|
11294
11295
|
const c = resolve63(params);
|
|
11295
|
-
return makeOrbital(
|
|
11296
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11296
11297
|
`${c.entityName}Orbital`,
|
|
11297
11298
|
buildEntity56(c),
|
|
11298
11299
|
[buildTrait54(c)],
|
|
11299
11300
|
[buildPage56(c)]
|
|
11300
|
-
);
|
|
11301
|
+
));
|
|
11301
11302
|
}
|
|
11302
11303
|
function resolve64(params) {
|
|
11303
11304
|
const { entityName } = params;
|
|
@@ -11431,12 +11432,12 @@ function stdSequencerGamePage(params) {
|
|
|
11431
11432
|
}
|
|
11432
11433
|
function stdSequencerGame(params) {
|
|
11433
11434
|
const c = resolve64(params);
|
|
11434
|
-
return makeOrbital(
|
|
11435
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11435
11436
|
`${c.entityName}Orbital`,
|
|
11436
11437
|
buildEntity57(c),
|
|
11437
11438
|
[buildTrait55(c)],
|
|
11438
11439
|
[buildPage57(c)]
|
|
11439
|
-
);
|
|
11440
|
+
));
|
|
11440
11441
|
}
|
|
11441
11442
|
function resolve65(params) {
|
|
11442
11443
|
const { entityName } = params;
|
|
@@ -11570,12 +11571,12 @@ function stdDebuggerGamePage(params) {
|
|
|
11570
11571
|
}
|
|
11571
11572
|
function stdDebuggerGame(params) {
|
|
11572
11573
|
const c = resolve65(params);
|
|
11573
|
-
return makeOrbital(
|
|
11574
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11574
11575
|
`${c.entityName}Orbital`,
|
|
11575
11576
|
buildEntity58(c),
|
|
11576
11577
|
[buildTrait56(c)],
|
|
11577
11578
|
[buildPage58(c)]
|
|
11578
|
-
);
|
|
11579
|
+
));
|
|
11579
11580
|
}
|
|
11580
11581
|
function resolve66(params) {
|
|
11581
11582
|
const { entityName } = params;
|
|
@@ -11709,12 +11710,12 @@ function stdNegotiatorGamePage(params) {
|
|
|
11709
11710
|
}
|
|
11710
11711
|
function stdNegotiatorGame(params) {
|
|
11711
11712
|
const c = resolve66(params);
|
|
11712
|
-
return makeOrbital(
|
|
11713
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11713
11714
|
`${c.entityName}Orbital`,
|
|
11714
11715
|
buildEntity59(c),
|
|
11715
11716
|
[buildTrait57(c)],
|
|
11716
11717
|
[buildPage59(c)]
|
|
11717
|
-
);
|
|
11718
|
+
));
|
|
11718
11719
|
}
|
|
11719
11720
|
function resolve67(params) {
|
|
11720
11721
|
const { entityName } = params;
|
|
@@ -11848,12 +11849,12 @@ function stdSimulatorGamePage(params) {
|
|
|
11848
11849
|
}
|
|
11849
11850
|
function stdSimulatorGame(params) {
|
|
11850
11851
|
const c = resolve67(params);
|
|
11851
|
-
return makeOrbital(
|
|
11852
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11852
11853
|
`${c.entityName}Orbital`,
|
|
11853
11854
|
buildEntity60(c),
|
|
11854
11855
|
[buildTrait58(c)],
|
|
11855
11856
|
[buildPage60(c)]
|
|
11856
|
-
);
|
|
11857
|
+
));
|
|
11857
11858
|
}
|
|
11858
11859
|
function resolve68(params) {
|
|
11859
11860
|
const { entityName } = params;
|
|
@@ -11987,12 +11988,12 @@ function stdEventHandlerGamePage(params) {
|
|
|
11987
11988
|
}
|
|
11988
11989
|
function stdEventHandlerGame(params) {
|
|
11989
11990
|
const c = resolve68(params);
|
|
11990
|
-
return makeOrbital(
|
|
11991
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11991
11992
|
`${c.entityName}Orbital`,
|
|
11992
11993
|
buildEntity61(c),
|
|
11993
11994
|
[buildTrait59(c)],
|
|
11994
11995
|
[buildPage61(c)]
|
|
11995
|
-
);
|
|
11996
|
+
));
|
|
11996
11997
|
}
|
|
11997
11998
|
function resolve69(params) {
|
|
11998
11999
|
const { entityName } = params;
|
|
@@ -12180,12 +12181,12 @@ function stdClassifier(params) {
|
|
|
12180
12181
|
...c.isInitial ? { isInitial: true } : {},
|
|
12181
12182
|
traits: [{ ref: trait.name }]
|
|
12182
12183
|
};
|
|
12183
|
-
return {
|
|
12184
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12184
12185
|
name: `${c.entityName}Orbital`,
|
|
12185
12186
|
entity,
|
|
12186
12187
|
traits: [trait],
|
|
12187
12188
|
pages: [page]
|
|
12188
|
-
};
|
|
12189
|
+
});
|
|
12189
12190
|
}
|
|
12190
12191
|
function resolve70(params) {
|
|
12191
12192
|
const { entityName } = params;
|
|
@@ -12538,12 +12539,12 @@ function stdTrainer(params) {
|
|
|
12538
12539
|
...c.isInitial ? { isInitial: true } : {},
|
|
12539
12540
|
traits: traits.map((t) => ({ ref: t.name }))
|
|
12540
12541
|
};
|
|
12541
|
-
return {
|
|
12542
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12542
12543
|
name: `${c.entityName}Orbital`,
|
|
12543
12544
|
entity,
|
|
12544
12545
|
traits,
|
|
12545
12546
|
pages: [page]
|
|
12546
|
-
};
|
|
12547
|
+
});
|
|
12547
12548
|
}
|
|
12548
12549
|
function resolve71(params) {
|
|
12549
12550
|
const { entityName } = params;
|
|
@@ -12860,12 +12861,12 @@ function stdRlAgent(params) {
|
|
|
12860
12861
|
{ ref: trainTrait.name }
|
|
12861
12862
|
]
|
|
12862
12863
|
};
|
|
12863
|
-
return {
|
|
12864
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12864
12865
|
name: `${c.entityName}Orbital`,
|
|
12865
12866
|
entity,
|
|
12866
12867
|
traits: [policyTrait, collectorTrait, trainTrait],
|
|
12867
12868
|
pages: [page]
|
|
12868
|
-
};
|
|
12869
|
+
});
|
|
12869
12870
|
}
|
|
12870
12871
|
function resolve72(params) {
|
|
12871
12872
|
const { entityName } = params;
|
|
@@ -13114,12 +13115,12 @@ function stdGraphClassifier(params) {
|
|
|
13114
13115
|
{ ref: classifyTrait.name }
|
|
13115
13116
|
]
|
|
13116
13117
|
};
|
|
13117
|
-
return {
|
|
13118
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
13118
13119
|
name: `${c.entityName}Orbital`,
|
|
13119
13120
|
entity,
|
|
13120
13121
|
traits: [graphTrait, classifyTrait],
|
|
13121
13122
|
pages: [page]
|
|
13122
|
-
};
|
|
13123
|
+
});
|
|
13123
13124
|
}
|
|
13124
13125
|
function resolve73(params) {
|
|
13125
13126
|
const { entityName } = params;
|
|
@@ -13370,12 +13371,12 @@ function stdTextClassifier(params) {
|
|
|
13370
13371
|
{ ref: classifyTrait.name }
|
|
13371
13372
|
]
|
|
13372
13373
|
};
|
|
13373
|
-
return {
|
|
13374
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
13374
13375
|
name: `${c.entityName}Orbital`,
|
|
13375
13376
|
entity,
|
|
13376
13377
|
traits: [tokenizerTrait, classifyTrait],
|
|
13377
13378
|
pages: [page]
|
|
13378
|
-
};
|
|
13379
|
+
});
|
|
13379
13380
|
}
|
|
13380
13381
|
function resolve74(params) {
|
|
13381
13382
|
const { entityName } = params;
|
|
@@ -13566,12 +13567,12 @@ function stdAutoregressive(params) {
|
|
|
13566
13567
|
...c.isInitial ? { isInitial: true } : {},
|
|
13567
13568
|
traits: [{ ref: trait.name }]
|
|
13568
13569
|
};
|
|
13569
|
-
return {
|
|
13570
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
13570
13571
|
name: `${c.entityName}Orbital`,
|
|
13571
13572
|
entity,
|
|
13572
13573
|
traits: [trait],
|
|
13573
13574
|
pages: [page]
|
|
13574
|
-
};
|
|
13575
|
+
});
|
|
13575
13576
|
}
|
|
13576
13577
|
function resolve75(params) {
|
|
13577
13578
|
const entityName = params.entityName ?? "OrderPayment";
|
|
@@ -13919,12 +13920,12 @@ function stdServicePaymentFlowPage(params = {}) {
|
|
|
13919
13920
|
}
|
|
13920
13921
|
function stdServicePaymentFlow(params = {}) {
|
|
13921
13922
|
const c = resolve75(params);
|
|
13922
|
-
return makeOrbital(
|
|
13923
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
13923
13924
|
`${c.entityName}Orbital`,
|
|
13924
13925
|
buildEntity62(c),
|
|
13925
13926
|
[buildPaymentTrait(c), buildReceiptTrait(c)],
|
|
13926
13927
|
[buildPage62(c)]
|
|
13927
|
-
);
|
|
13928
|
+
));
|
|
13928
13929
|
}
|
|
13929
13930
|
function resolve76(params) {
|
|
13930
13931
|
const entityName = params.entityName ?? "Notification";
|
|
@@ -14171,12 +14172,12 @@ function stdServiceNotificationHubPage(params = {}) {
|
|
|
14171
14172
|
}
|
|
14172
14173
|
function stdServiceNotificationHub(params = {}) {
|
|
14173
14174
|
const c = resolve76(params);
|
|
14174
|
-
return makeOrbital(
|
|
14175
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
14175
14176
|
`${c.entityName}Orbital`,
|
|
14176
14177
|
buildEntity63(c),
|
|
14177
14178
|
[buildTrait62(c)],
|
|
14178
14179
|
[buildPage63(c)]
|
|
14179
|
-
);
|
|
14180
|
+
));
|
|
14180
14181
|
}
|
|
14181
14182
|
function resolve77(params) {
|
|
14182
14183
|
const entityName = params.entityName ?? "Research";
|
|
@@ -14565,7 +14566,7 @@ function stdServiceContentPipelinePage(params) {
|
|
|
14565
14566
|
}
|
|
14566
14567
|
function stdServiceContentPipeline(params) {
|
|
14567
14568
|
const c = resolve77(params);
|
|
14568
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity64(c), [buildTrait63(c)], [buildPage64(c)]);
|
|
14569
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity64(c), [buildTrait63(c)], [buildPage64(c)]));
|
|
14569
14570
|
}
|
|
14570
14571
|
function resolve78(params) {
|
|
14571
14572
|
const entityName = params.entityName ?? "DevopsTool";
|
|
@@ -15120,12 +15121,12 @@ function stdServiceDevopsToolkit(params = {}) {
|
|
|
15120
15121
|
{ ref: storageTrait.name }
|
|
15121
15122
|
]
|
|
15122
15123
|
};
|
|
15123
|
-
return {
|
|
15124
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
15124
15125
|
name: `${c.entityName}Orbital`,
|
|
15125
15126
|
entity,
|
|
15126
15127
|
traits: [githubTrait, redisTrait, storageTrait],
|
|
15127
15128
|
pages: [page]
|
|
15128
|
-
};
|
|
15129
|
+
});
|
|
15129
15130
|
}
|
|
15130
15131
|
function resolve79(params) {
|
|
15131
15132
|
const entityName = params.entityName ?? "ApiTest";
|
|
@@ -15401,7 +15402,7 @@ function stdServiceCustomApiTester(params) {
|
|
|
15401
15402
|
[buildTrait64(c)],
|
|
15402
15403
|
[buildPage65(c)]
|
|
15403
15404
|
);
|
|
15404
|
-
return {
|
|
15405
|
+
return makeSchema(`custom-header-api`, {
|
|
15405
15406
|
...orbital,
|
|
15406
15407
|
services: [
|
|
15407
15408
|
{
|
|
@@ -15441,7 +15442,7 @@ function stdServiceCustomApiTester(params) {
|
|
|
15441
15442
|
baseUrl: c.noauthBaseUrl
|
|
15442
15443
|
}
|
|
15443
15444
|
]
|
|
15444
|
-
};
|
|
15445
|
+
});
|
|
15445
15446
|
}
|
|
15446
15447
|
|
|
15447
15448
|
// behaviors/functions/views/domain-views.ts
|
|
@@ -17779,12 +17780,12 @@ function stdServiceOauth(params = {}) {
|
|
|
17779
17780
|
const pages = [];
|
|
17780
17781
|
const page = buildPage66(c);
|
|
17781
17782
|
if (page) pages.push(page);
|
|
17782
|
-
return makeOrbital(
|
|
17783
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
17783
17784
|
`${c.entityName}Orbital`,
|
|
17784
17785
|
buildEntity66(c),
|
|
17785
17786
|
[buildTrait65(c)],
|
|
17786
17787
|
pages
|
|
17787
|
-
);
|
|
17788
|
+
));
|
|
17788
17789
|
}
|
|
17789
17790
|
|
|
17790
17791
|
// behaviors/functions/organisms/std-service-marketplace.ts
|
|
@@ -18081,12 +18082,12 @@ function stdServiceRedisPage(params = {}) {
|
|
|
18081
18082
|
}
|
|
18082
18083
|
function stdServiceRedis(params = {}) {
|
|
18083
18084
|
const c = resolve81(params);
|
|
18084
|
-
return makeOrbital(
|
|
18085
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
18085
18086
|
`${c.entityName}Orbital`,
|
|
18086
18087
|
buildEntity67(c),
|
|
18087
18088
|
[buildTrait66(c)],
|
|
18088
18089
|
[buildPage67(c)]
|
|
18089
|
-
);
|
|
18090
|
+
));
|
|
18090
18091
|
}
|
|
18091
18092
|
function resolve82(params) {
|
|
18092
18093
|
const entityName = params.entityName ?? "StorageFile";
|
|
@@ -18344,12 +18345,12 @@ function stdServiceStoragePage(params = {}) {
|
|
|
18344
18345
|
}
|
|
18345
18346
|
function stdServiceStorage(params = {}) {
|
|
18346
18347
|
const c = resolve82(params);
|
|
18347
|
-
return makeOrbital(
|
|
18348
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
18348
18349
|
`${c.entityName}Orbital`,
|
|
18349
18350
|
buildEntity68(c),
|
|
18350
18351
|
[buildTrait67(c)],
|
|
18351
18352
|
[buildPage68(c)]
|
|
18352
|
-
);
|
|
18353
|
+
));
|
|
18353
18354
|
}
|
|
18354
18355
|
function resolve83(params) {
|
|
18355
18356
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -18564,7 +18565,7 @@ function stdServiceCustomBearer(params) {
|
|
|
18564
18565
|
[buildTrait68(c)],
|
|
18565
18566
|
[buildPage69(c)]
|
|
18566
18567
|
);
|
|
18567
|
-
return {
|
|
18568
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
18568
18569
|
...orbital,
|
|
18569
18570
|
services: [{
|
|
18570
18571
|
name: "custom-bearer-api",
|
|
@@ -18575,7 +18576,7 @@ function stdServiceCustomBearer(params) {
|
|
|
18575
18576
|
secretEnv: c.secretEnvVar
|
|
18576
18577
|
}
|
|
18577
18578
|
}]
|
|
18578
|
-
};
|
|
18579
|
+
});
|
|
18579
18580
|
}
|
|
18580
18581
|
|
|
18581
18582
|
// behaviors/functions/organisms/std-service-research-assistant.ts
|
|
@@ -19085,7 +19086,7 @@ function stdAgentChatThreadPage(params = {}) {
|
|
|
19085
19086
|
}
|
|
19086
19087
|
function stdAgentChatThread(params = {}) {
|
|
19087
19088
|
const c = resolve84(params);
|
|
19088
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity70(c), [buildTrait69(c)], [buildPage70(c)]);
|
|
19089
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity70(c), [buildTrait69(c)], [buildPage70(c)]));
|
|
19089
19090
|
}
|
|
19090
19091
|
|
|
19091
19092
|
// behaviors/functions/atoms/std-agent-conversation.ts
|
|
@@ -19257,7 +19258,7 @@ function stdAgentConversation(params = {}) {
|
|
|
19257
19258
|
{ ref: agentTrait.name }
|
|
19258
19259
|
]
|
|
19259
19260
|
};
|
|
19260
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [chatThreadTrait, agentTrait], [page]);
|
|
19261
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [chatThreadTrait, agentTrait], [page]));
|
|
19261
19262
|
}
|
|
19262
19263
|
function resolve86(params) {
|
|
19263
19264
|
const entityName = params.entityName ?? "Memory";
|
|
@@ -19499,7 +19500,7 @@ function stdAgentMemory(params = {}) {
|
|
|
19499
19500
|
{ ref: agentTrait.name }
|
|
19500
19501
|
]
|
|
19501
19502
|
};
|
|
19502
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, createTrait, agentTrait], [page]);
|
|
19503
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, createTrait, agentTrait], [page]));
|
|
19503
19504
|
}
|
|
19504
19505
|
function resolve87(params) {
|
|
19505
19506
|
const entityName = params.entityName ?? "TokenUsage";
|
|
@@ -19865,7 +19866,7 @@ function stdAgentTokenGaugePage(params = {}) {
|
|
|
19865
19866
|
}
|
|
19866
19867
|
function stdAgentTokenGauge(params = {}) {
|
|
19867
19868
|
const c = resolve87(params);
|
|
19868
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity73(c), [buildTrait70(c)], [buildPage71(c)]);
|
|
19869
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity73(c), [buildTrait70(c)], [buildPage71(c)]));
|
|
19869
19870
|
}
|
|
19870
19871
|
|
|
19871
19872
|
// behaviors/functions/atoms/std-agent-context-window.ts
|
|
@@ -20085,7 +20086,7 @@ function stdAgentContextWindow(params = {}) {
|
|
|
20085
20086
|
{ ref: agentTrait.name }
|
|
20086
20087
|
]
|
|
20087
20088
|
};
|
|
20088
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [gaugeTrait, notifTrait, agentTrait], [page]);
|
|
20089
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [gaugeTrait, notifTrait, agentTrait], [page]));
|
|
20089
20090
|
}
|
|
20090
20091
|
function resolve89(params) {
|
|
20091
20092
|
const entityName = params.entityName ?? "ProviderState";
|
|
@@ -20291,7 +20292,7 @@ function stdAgentProvider(params = {}) {
|
|
|
20291
20292
|
{ ref: agentTrait.name }
|
|
20292
20293
|
]
|
|
20293
20294
|
};
|
|
20294
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
20295
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
20295
20296
|
}
|
|
20296
20297
|
|
|
20297
20298
|
// behaviors/functions/organisms/std-agent-assistant.ts
|
|
@@ -20316,7 +20317,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
20316
20317
|
pagePath: "/chat",
|
|
20317
20318
|
isInitial: true
|
|
20318
20319
|
});
|
|
20319
|
-
const
|
|
20320
|
+
const convDef = conversationOrbital.orbitals[0];
|
|
20321
|
+
const convTrait = convDef.traits[0];
|
|
20320
20322
|
convTrait.name = "AssistantConversation";
|
|
20321
20323
|
convTrait.emits = [
|
|
20322
20324
|
...convTrait.emits ?? [],
|
|
@@ -20337,7 +20339,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
20337
20339
|
pageName: "ContextPage",
|
|
20338
20340
|
pagePath: "/context"
|
|
20339
20341
|
});
|
|
20340
|
-
const
|
|
20342
|
+
const ctxDef = contextOrbital.orbitals[0];
|
|
20343
|
+
const ctxTrait = ctxDef.traits[0];
|
|
20341
20344
|
ctxTrait.name = "AssistantContextMonitor";
|
|
20342
20345
|
const providerOrbital = stdAgentProvider({
|
|
20343
20346
|
entityName: "ProviderConfig",
|
|
@@ -20346,7 +20349,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
20346
20349
|
pageName: "SettingsPage",
|
|
20347
20350
|
pagePath: "/settings"
|
|
20348
20351
|
});
|
|
20349
|
-
const
|
|
20352
|
+
const provDef = providerOrbital.orbitals[0];
|
|
20353
|
+
const provTrait = provDef.traits[0];
|
|
20350
20354
|
provTrait.name = "ProviderManager";
|
|
20351
20355
|
provTrait.emits = [
|
|
20352
20356
|
...provTrait.emits ?? [],
|
|
@@ -20636,7 +20640,7 @@ function stdAgentClassifier(params = {}) {
|
|
|
20636
20640
|
{ ref: agentTrait.name }
|
|
20637
20641
|
]
|
|
20638
20642
|
};
|
|
20639
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
20643
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
20640
20644
|
}
|
|
20641
20645
|
function resolve91(params) {
|
|
20642
20646
|
const entityName = params.entityName ?? "Completion";
|
|
@@ -20862,7 +20866,7 @@ function stdAgentCompletion(params = {}) {
|
|
|
20862
20866
|
{ ref: agentTrait.name }
|
|
20863
20867
|
]
|
|
20864
20868
|
};
|
|
20865
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
20869
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
20866
20870
|
}
|
|
20867
20871
|
|
|
20868
20872
|
// behaviors/functions/molecules/std-agent-planner.ts
|
|
@@ -21361,12 +21365,12 @@ function stdAgentPlanner(params) {
|
|
|
21361
21365
|
{ ref: memoryTrait.name }
|
|
21362
21366
|
]
|
|
21363
21367
|
};
|
|
21364
|
-
return makeOrbital(
|
|
21368
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
21365
21369
|
`${entityName}Orbital`,
|
|
21366
21370
|
entity,
|
|
21367
21371
|
[plannerTrait, modalTrait, classifierTrait, completionTrait, memoryTrait],
|
|
21368
21372
|
[page]
|
|
21369
|
-
);
|
|
21373
|
+
));
|
|
21370
21374
|
}
|
|
21371
21375
|
function resolve93(params) {
|
|
21372
21376
|
const entityName = params.entityName ?? "ToolCall";
|
|
@@ -21597,7 +21601,7 @@ function stdAgentToolCall(params = {}) {
|
|
|
21597
21601
|
{ ref: agentTrait.name }
|
|
21598
21602
|
]
|
|
21599
21603
|
};
|
|
21600
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, agentTrait], [page]);
|
|
21604
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, agentTrait], [page]));
|
|
21601
21605
|
}
|
|
21602
21606
|
function resolve94(params) {
|
|
21603
21607
|
const entityName = params.entityName ?? "StepTracker";
|
|
@@ -21881,7 +21885,7 @@ function stdAgentStepProgressPage(params = {}) {
|
|
|
21881
21885
|
}
|
|
21882
21886
|
function stdAgentStepProgress(params = {}) {
|
|
21883
21887
|
const c = resolve94(params);
|
|
21884
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity80(c), [buildTrait72(c)], [buildPage72(c)]);
|
|
21888
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity80(c), [buildTrait72(c)], [buildPage72(c)]));
|
|
21885
21889
|
}
|
|
21886
21890
|
|
|
21887
21891
|
// behaviors/functions/molecules/std-agent-tool-loop.ts
|
|
@@ -22431,12 +22435,12 @@ function stdAgentToolLoop(params) {
|
|
|
22431
22435
|
{ ref: contextTrait.name }
|
|
22432
22436
|
]
|
|
22433
22437
|
};
|
|
22434
|
-
return makeOrbital(
|
|
22438
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
22435
22439
|
`${entityName}Orbital`,
|
|
22436
22440
|
entity,
|
|
22437
22441
|
[loopTrait, stepProgressTrait, completionTrait, toolCallTrait, contextTrait],
|
|
22438
22442
|
[page]
|
|
22439
|
-
);
|
|
22443
|
+
));
|
|
22440
22444
|
}
|
|
22441
22445
|
function resolve96(params) {
|
|
22442
22446
|
const entityName = params.entityName ?? "FixLoop";
|
|
@@ -22987,12 +22991,12 @@ function stdAgentFixLoop(params) {
|
|
|
22987
22991
|
{ ref: completionTrait.name }
|
|
22988
22992
|
]
|
|
22989
22993
|
};
|
|
22990
|
-
return makeOrbital(
|
|
22994
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
22991
22995
|
`${entityName}Orbital`,
|
|
22992
22996
|
entity,
|
|
22993
22997
|
[fixTrait, stepProgressTrait, errorsBrowseTrait, validateCallTrait, fixCallTrait, completionTrait],
|
|
22994
22998
|
[page]
|
|
22995
|
-
);
|
|
22999
|
+
));
|
|
22996
23000
|
}
|
|
22997
23001
|
function resolve97(params) {
|
|
22998
23002
|
const entityName = params.entityName ?? "Session";
|
|
@@ -23263,7 +23267,7 @@ function stdAgentSession(params = {}) {
|
|
|
23263
23267
|
{ ref: agentTrait.name }
|
|
23264
23268
|
]
|
|
23265
23269
|
};
|
|
23266
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, labelTrait, agentTrait], [page]);
|
|
23270
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, labelTrait, agentTrait], [page]));
|
|
23267
23271
|
}
|
|
23268
23272
|
|
|
23269
23273
|
// behaviors/functions/organisms/std-agent-builder.ts
|
|
@@ -23287,7 +23291,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
23287
23291
|
isInitial: true,
|
|
23288
23292
|
categories: ["schema", "component", "trait", "page", "behavior"]
|
|
23289
23293
|
});
|
|
23290
|
-
const
|
|
23294
|
+
const plannerDef = plannerOrbital.orbitals[0];
|
|
23295
|
+
const plannerTrait = plannerDef.traits[0];
|
|
23291
23296
|
plannerTrait.name = "BuildPlanner";
|
|
23292
23297
|
const toolLoopOrbital = stdAgentToolLoop({
|
|
23293
23298
|
entityName: "BuildLoop",
|
|
@@ -23297,7 +23302,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
23297
23302
|
maxIterations: 10,
|
|
23298
23303
|
compactThreshold: 0.8
|
|
23299
23304
|
});
|
|
23300
|
-
const
|
|
23305
|
+
const toolLoopDef = toolLoopOrbital.orbitals[0];
|
|
23306
|
+
const toolLoopTrait = toolLoopDef.traits[0];
|
|
23301
23307
|
toolLoopTrait.name = "SchemaBuilder";
|
|
23302
23308
|
const fixLoopOrbital = stdAgentFixLoop({
|
|
23303
23309
|
entityName: "BuildFix",
|
|
@@ -23309,7 +23315,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
23309
23315
|
validateTool: "validate-schema",
|
|
23310
23316
|
fixTool: "apply-fix"
|
|
23311
23317
|
});
|
|
23312
|
-
const
|
|
23318
|
+
const fixLoopDef = fixLoopOrbital.orbitals[0];
|
|
23319
|
+
const fixLoopTrait = fixLoopDef.traits[0];
|
|
23313
23320
|
fixLoopTrait.name = "FixLoop";
|
|
23314
23321
|
const sessionOrbital = stdAgentSession({
|
|
23315
23322
|
entityName: "BuildSession",
|
|
@@ -23317,7 +23324,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
23317
23324
|
pageName: "SessionPage",
|
|
23318
23325
|
pagePath: "/session"
|
|
23319
23326
|
});
|
|
23320
|
-
const
|
|
23327
|
+
const sessionDef = sessionOrbital.orbitals[0];
|
|
23328
|
+
const sessionTrait = sessionDef.traits[0];
|
|
23321
23329
|
sessionTrait.name = "BuildSessionManager";
|
|
23322
23330
|
const taskFields = ensureIdField(params.taskFields ?? DEFAULT_TASK_FIELDS2);
|
|
23323
23331
|
const tabsTrait = extractTrait(stdTabs({
|
|
@@ -23554,7 +23562,7 @@ function stdAgentSearch(params = {}) {
|
|
|
23554
23562
|
{ ref: agentTrait.name }
|
|
23555
23563
|
]
|
|
23556
23564
|
};
|
|
23557
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, agentTrait], [page]);
|
|
23565
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, agentTrait], [page]));
|
|
23558
23566
|
}
|
|
23559
23567
|
|
|
23560
23568
|
// behaviors/functions/molecules/std-agent-rag.ts
|
|
@@ -23974,12 +23982,12 @@ function stdAgentRag(params) {
|
|
|
23974
23982
|
{ ref: completionTrait.name }
|
|
23975
23983
|
]
|
|
23976
23984
|
};
|
|
23977
|
-
return makeOrbital(
|
|
23985
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
23978
23986
|
`${entityName}Orbital`,
|
|
23979
23987
|
entity,
|
|
23980
23988
|
[ragTrait, tabsTrait, memoryTrait, searchTrait, completionTrait],
|
|
23981
23989
|
[page]
|
|
23982
|
-
);
|
|
23990
|
+
));
|
|
23983
23991
|
}
|
|
23984
23992
|
|
|
23985
23993
|
// behaviors/functions/organisms/std-agent-reviewer.ts
|
|
@@ -24214,7 +24222,8 @@ function stdAgentReviewer(params = {}) {
|
|
|
24214
24222
|
pageName: "AnalysisPage",
|
|
24215
24223
|
pagePath: "/analysis"
|
|
24216
24224
|
});
|
|
24217
|
-
const
|
|
24225
|
+
const classifierDef = classifierOrbital.orbitals[0];
|
|
24226
|
+
const classifierTrait = classifierDef.traits[0];
|
|
24218
24227
|
classifierTrait.name = "InputClassifier";
|
|
24219
24228
|
classifierTrait.emits = [
|
|
24220
24229
|
{ event: "CLASSIFIED", description: "Input has been classified", scope: "internal", payload: [{ name: "category", type: "string" }] }
|
|
@@ -24225,7 +24234,8 @@ function stdAgentReviewer(params = {}) {
|
|
|
24225
24234
|
pageName: "CompletionPage",
|
|
24226
24235
|
pagePath: "/completion"
|
|
24227
24236
|
});
|
|
24228
|
-
const
|
|
24237
|
+
const completionDef = completionOrbital.orbitals[0];
|
|
24238
|
+
const completionTrait = completionDef.traits[0];
|
|
24229
24239
|
completionTrait.name = "ReviewCompletionFlow";
|
|
24230
24240
|
const tabsTrait = extractTrait(stdTabs({
|
|
24231
24241
|
entityName: "Review",
|
|
@@ -24318,7 +24328,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
24318
24328
|
isInitial: true,
|
|
24319
24329
|
categories: ["data", "transform", "validate", "deploy", "test"]
|
|
24320
24330
|
});
|
|
24321
|
-
const
|
|
24331
|
+
const plannerDef = plannerOrbital.orbitals[0];
|
|
24332
|
+
const plannerTrait = plannerDef.traits[0];
|
|
24322
24333
|
plannerTrait.name = "PipelinePlanner";
|
|
24323
24334
|
plannerTrait.emits = [
|
|
24324
24335
|
...plannerTrait.emits ?? [],
|
|
@@ -24333,7 +24344,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
24333
24344
|
maxIterations: 20,
|
|
24334
24345
|
compactThreshold: 0.8
|
|
24335
24346
|
});
|
|
24336
|
-
const
|
|
24347
|
+
const toolLoopDef = toolLoopOrbital.orbitals[0];
|
|
24348
|
+
const toolLoopTrait = toolLoopDef.traits[0];
|
|
24337
24349
|
toolLoopTrait.name = "PipelineExecutor";
|
|
24338
24350
|
toolLoopTrait.emits = [
|
|
24339
24351
|
...toolLoopTrait.emits ?? [],
|
|
@@ -24348,7 +24360,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
24348
24360
|
pageName: "SessionPage",
|
|
24349
24361
|
pagePath: "/session"
|
|
24350
24362
|
});
|
|
24351
|
-
const
|
|
24363
|
+
const sessionDef = sessionOrbital.orbitals[0];
|
|
24364
|
+
const sessionTrait = sessionDef.traits[0];
|
|
24352
24365
|
sessionTrait.name = "PipelineSessionManager";
|
|
24353
24366
|
const memoryOrbital = stdAgentMemory({
|
|
24354
24367
|
entityName: "ExecutionLog",
|
|
@@ -24875,7 +24888,8 @@ function stdAgentTutor(params = {}) {
|
|
|
24875
24888
|
pagePath: "/teach",
|
|
24876
24889
|
isInitial: true
|
|
24877
24890
|
});
|
|
24878
|
-
const
|
|
24891
|
+
const convDef = conversationOrbital.orbitals[0];
|
|
24892
|
+
const convTrait = convDef.traits[0];
|
|
24879
24893
|
convTrait.name = "TutorConversation";
|
|
24880
24894
|
const memoryOrbital = stdAgentMemory({
|
|
24881
24895
|
entityName: "Concept",
|
|
@@ -24891,7 +24905,8 @@ function stdAgentTutor(params = {}) {
|
|
|
24891
24905
|
pageName: "AssessmentPage",
|
|
24892
24906
|
pagePath: "/assessment"
|
|
24893
24907
|
});
|
|
24894
|
-
const
|
|
24908
|
+
const clsDef = classifierOrbital.orbitals[0];
|
|
24909
|
+
const clsTrait = clsDef.traits[0];
|
|
24895
24910
|
clsTrait.name = "LevelClassifier";
|
|
24896
24911
|
const tabsTrait = extractTrait(stdTabs({
|
|
24897
24912
|
entityName: "TutorSession",
|
|
@@ -25143,7 +25158,7 @@ function stdAgentActivityLogPage(params = {}) {
|
|
|
25143
25158
|
}
|
|
25144
25159
|
function stdAgentActivityLog(params = {}) {
|
|
25145
25160
|
const c = resolve100(params);
|
|
25146
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity86(c), [buildTrait75(c)], [buildPage73(c)]);
|
|
25161
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity86(c), [buildTrait75(c)], [buildPage73(c)]));
|
|
25147
25162
|
}
|
|
25148
25163
|
function resolve101(params) {
|
|
25149
25164
|
const entityName = params.entityName ?? "LearningRecord";
|
|
@@ -25562,12 +25577,12 @@ function stdAgentLearner(params) {
|
|
|
25562
25577
|
{ ref: providerTrait.name }
|
|
25563
25578
|
]
|
|
25564
25579
|
};
|
|
25565
|
-
return makeOrbital(
|
|
25580
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
25566
25581
|
`${entityName}Orbital`,
|
|
25567
25582
|
entity,
|
|
25568
25583
|
[learnerTrait, recordsBrowseTrait, memoryTrait, completionTrait, providerTrait],
|
|
25569
25584
|
[page]
|
|
25570
|
-
);
|
|
25585
|
+
));
|
|
25571
25586
|
}
|
|
25572
25587
|
function stdValidateOnSave(params = {}) {
|
|
25573
25588
|
const {
|
|
@@ -25844,7 +25859,7 @@ function stdValidateOnSave(params = {}) {
|
|
|
25844
25859
|
traitName: "OrbFileWatcher"
|
|
25845
25860
|
})
|
|
25846
25861
|
];
|
|
25847
|
-
return makeOrbital("ValidateOnSave", entity, [trait], pages);
|
|
25862
|
+
return makeSchema("ValidateOnSave", makeOrbital("ValidateOnSave", entity, [trait], pages));
|
|
25848
25863
|
}
|
|
25849
25864
|
function resolve102(params) {
|
|
25850
25865
|
const { entityName } = params;
|
|
@@ -26076,12 +26091,12 @@ function stdServiceEmail(params) {
|
|
|
26076
26091
|
const pages = [];
|
|
26077
26092
|
const page = buildPage74(c);
|
|
26078
26093
|
if (page) pages.push(page);
|
|
26079
|
-
return makeOrbital(
|
|
26094
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26080
26095
|
`${c.entityName}Orbital`,
|
|
26081
26096
|
buildEntity88(c),
|
|
26082
26097
|
[buildTrait77(c)],
|
|
26083
26098
|
pages
|
|
26084
|
-
);
|
|
26099
|
+
));
|
|
26085
26100
|
}
|
|
26086
26101
|
function resolve103(params) {
|
|
26087
26102
|
const entityName = params.entityName ?? "Payment";
|
|
@@ -26324,12 +26339,12 @@ function stdServiceStripePage(params = {}) {
|
|
|
26324
26339
|
}
|
|
26325
26340
|
function stdServiceStripe(params = {}) {
|
|
26326
26341
|
const c = resolve103(params);
|
|
26327
|
-
return makeOrbital(
|
|
26342
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26328
26343
|
`${c.entityName}Orbital`,
|
|
26329
26344
|
buildEntity89(c),
|
|
26330
26345
|
[buildTrait78(c)],
|
|
26331
26346
|
[buildPage75(c)]
|
|
26332
|
-
);
|
|
26347
|
+
));
|
|
26333
26348
|
}
|
|
26334
26349
|
function resolve104(params) {
|
|
26335
26350
|
const entityName = params.entityName ?? "Message";
|
|
@@ -26575,12 +26590,12 @@ function stdServiceTwilio(params = {}) {
|
|
|
26575
26590
|
const pages = [];
|
|
26576
26591
|
const page = buildPage76(c);
|
|
26577
26592
|
if (page) pages.push(page);
|
|
26578
|
-
return makeOrbital(
|
|
26593
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26579
26594
|
`${c.entityName}Orbital`,
|
|
26580
26595
|
buildEntity90(c),
|
|
26581
26596
|
[buildTrait79(c)],
|
|
26582
26597
|
pages
|
|
26583
|
-
);
|
|
26598
|
+
));
|
|
26584
26599
|
}
|
|
26585
26600
|
function resolve105(params) {
|
|
26586
26601
|
const entityName = params.entityName ?? "PullRequest";
|
|
@@ -26796,12 +26811,12 @@ function stdServiceGithubPage(params = {}) {
|
|
|
26796
26811
|
}
|
|
26797
26812
|
function stdServiceGithub(params = {}) {
|
|
26798
26813
|
const c = resolve105(params);
|
|
26799
|
-
return makeOrbital(
|
|
26814
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26800
26815
|
`${c.entityName}Orbital`,
|
|
26801
26816
|
buildEntity91(c),
|
|
26802
26817
|
[buildTrait80(c)],
|
|
26803
26818
|
[buildPage77(c)]
|
|
26804
|
-
);
|
|
26819
|
+
));
|
|
26805
26820
|
}
|
|
26806
26821
|
function resolve106(params) {
|
|
26807
26822
|
const entityName = params.entityName ?? "VideoSearch";
|
|
@@ -27110,12 +27125,12 @@ function stdServiceYoutube(params = {}) {
|
|
|
27110
27125
|
const pages = [];
|
|
27111
27126
|
const page = buildPage78(c);
|
|
27112
27127
|
if (page) pages.push(page);
|
|
27113
|
-
return makeOrbital(
|
|
27128
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
27114
27129
|
`${c.entityName}Orbital`,
|
|
27115
27130
|
buildEntity92(c),
|
|
27116
27131
|
[buildTrait81(c)],
|
|
27117
27132
|
pages
|
|
27118
|
-
);
|
|
27133
|
+
));
|
|
27119
27134
|
}
|
|
27120
27135
|
function resolve107(params) {
|
|
27121
27136
|
const entityName = params.entityName ?? "LlmTask";
|
|
@@ -27377,12 +27392,12 @@ function stdServiceLlm(params = {}) {
|
|
|
27377
27392
|
const pages = [];
|
|
27378
27393
|
const page = buildPage79(c);
|
|
27379
27394
|
if (page) pages.push(page);
|
|
27380
|
-
return makeOrbital(
|
|
27395
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
27381
27396
|
`${c.entityName}Orbital`,
|
|
27382
27397
|
buildEntity93(c),
|
|
27383
27398
|
[buildTrait82(c)],
|
|
27384
27399
|
pages
|
|
27385
|
-
);
|
|
27400
|
+
));
|
|
27386
27401
|
}
|
|
27387
27402
|
function resolve108(params) {
|
|
27388
27403
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -27598,7 +27613,7 @@ function stdServiceCustomHeader(params) {
|
|
|
27598
27613
|
[buildTrait83(c)],
|
|
27599
27614
|
[buildPage80(c)]
|
|
27600
27615
|
);
|
|
27601
|
-
return {
|
|
27616
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
27602
27617
|
...orbital,
|
|
27603
27618
|
services: [{
|
|
27604
27619
|
name: "custom-header-api",
|
|
@@ -27611,7 +27626,7 @@ function stdServiceCustomHeader(params) {
|
|
|
27611
27626
|
secretEnv: c.secretEnvVar
|
|
27612
27627
|
}
|
|
27613
27628
|
}]
|
|
27614
|
-
};
|
|
27629
|
+
});
|
|
27615
27630
|
}
|
|
27616
27631
|
function resolve109(params) {
|
|
27617
27632
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -27827,7 +27842,7 @@ function stdServiceCustomQuery(params) {
|
|
|
27827
27842
|
[buildTrait84(c)],
|
|
27828
27843
|
[buildPage81(c)]
|
|
27829
27844
|
);
|
|
27830
|
-
return {
|
|
27845
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
27831
27846
|
...orbital,
|
|
27832
27847
|
services: [{
|
|
27833
27848
|
name: "custom-query-api",
|
|
@@ -27840,7 +27855,7 @@ function stdServiceCustomQuery(params) {
|
|
|
27840
27855
|
secretEnv: c.secretEnvVar
|
|
27841
27856
|
}
|
|
27842
27857
|
}]
|
|
27843
|
-
};
|
|
27858
|
+
});
|
|
27844
27859
|
}
|
|
27845
27860
|
function resolve110(params) {
|
|
27846
27861
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -28054,14 +28069,14 @@ function stdServiceCustomNoauth(params) {
|
|
|
28054
28069
|
[buildTrait85(c)],
|
|
28055
28070
|
[buildPage82(c)]
|
|
28056
28071
|
);
|
|
28057
|
-
return {
|
|
28072
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
28058
28073
|
...orbital,
|
|
28059
28074
|
services: [{
|
|
28060
28075
|
name: "custom-noauth-api",
|
|
28061
28076
|
type: "rest",
|
|
28062
28077
|
baseUrl: c.baseUrl
|
|
28063
28078
|
}]
|
|
28064
|
-
};
|
|
28079
|
+
});
|
|
28065
28080
|
}
|
|
28066
28081
|
|
|
28067
28082
|
// behaviors/exports-reader.ts
|