@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { wire, plural, pipe, mergeOrbitals, makePage, makeOrbital, makeEntity, extractTrait, ensureIdField, connect, compose } from '@almadar/core/builders';
|
|
1
|
+
import { wire, plural, pipe, mergeOrbitals, makeSchema, makePage, makeOrbital, makeEntity, extractTrait, ensureIdField, connect, compose } from '@almadar/core/builders';
|
|
2
2
|
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __export = (target, all) => {
|
|
@@ -16,6 +16,7 @@ __export(functions_exports, {
|
|
|
16
16
|
makeEntity: () => makeEntity,
|
|
17
17
|
makeOrbital: () => makeOrbital,
|
|
18
18
|
makePage: () => makePage,
|
|
19
|
+
makeSchema: () => makeSchema,
|
|
19
20
|
mergeOrbitals: () => mergeOrbitals,
|
|
20
21
|
pipe: () => pipe,
|
|
21
22
|
plural: () => plural,
|
|
@@ -719,7 +720,7 @@ function stdBrowsePage(params) {
|
|
|
719
720
|
}
|
|
720
721
|
function stdBrowse(params) {
|
|
721
722
|
const c = resolve(params);
|
|
722
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity(c), [buildTrait(c)], [buildPage(c)]);
|
|
723
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity(c), [buildTrait(c)], [buildPage(c)]));
|
|
723
724
|
}
|
|
724
725
|
function resolve2(params) {
|
|
725
726
|
const { entityName } = params;
|
|
@@ -903,7 +904,7 @@ function stdModalPage(params) {
|
|
|
903
904
|
}
|
|
904
905
|
function stdModal(params) {
|
|
905
906
|
const c = resolve2(params);
|
|
906
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity2(c), [buildTrait2(c)], [buildPage2(c)]);
|
|
907
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity2(c), [buildTrait2(c)], [buildPage2(c)]));
|
|
907
908
|
}
|
|
908
909
|
function resolve3(params) {
|
|
909
910
|
const { entityName } = params;
|
|
@@ -1081,12 +1082,12 @@ function stdConfirmationPage(params) {
|
|
|
1081
1082
|
}
|
|
1082
1083
|
function stdConfirmation(params) {
|
|
1083
1084
|
const c = resolve3(params);
|
|
1084
|
-
return makeOrbital(
|
|
1085
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1085
1086
|
`${c.entityName}Orbital`,
|
|
1086
1087
|
buildEntity3(c),
|
|
1087
1088
|
[buildTrait3(c)],
|
|
1088
1089
|
[buildPage3(c)]
|
|
1089
|
-
);
|
|
1090
|
+
));
|
|
1090
1091
|
}
|
|
1091
1092
|
function resolve4(params) {
|
|
1092
1093
|
const { entityName } = params;
|
|
@@ -1252,12 +1253,12 @@ function stdSearchPage(params) {
|
|
|
1252
1253
|
}
|
|
1253
1254
|
function stdSearch(params) {
|
|
1254
1255
|
const c = resolve4(params);
|
|
1255
|
-
return makeOrbital(
|
|
1256
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1256
1257
|
`${c.entityName}Orbital`,
|
|
1257
1258
|
buildEntity4(c),
|
|
1258
1259
|
[buildTrait4(c)],
|
|
1259
1260
|
[buildPage4(c)]
|
|
1260
|
-
);
|
|
1261
|
+
));
|
|
1261
1262
|
}
|
|
1262
1263
|
function resolve5(params) {
|
|
1263
1264
|
const { entityName } = params;
|
|
@@ -1444,7 +1445,7 @@ function stdFilterPage(params) {
|
|
|
1444
1445
|
}
|
|
1445
1446
|
function stdFilter(params) {
|
|
1446
1447
|
const c = resolve5(params);
|
|
1447
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity5(c), [buildTrait5(c)], [buildPage5(c)]);
|
|
1448
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity5(c), [buildTrait5(c)], [buildPage5(c)]));
|
|
1448
1449
|
}
|
|
1449
1450
|
function resolve6(params) {
|
|
1450
1451
|
const { entityName } = params;
|
|
@@ -1604,7 +1605,7 @@ function stdSortPage(params) {
|
|
|
1604
1605
|
}
|
|
1605
1606
|
function stdSort(params) {
|
|
1606
1607
|
const c = resolve6(params);
|
|
1607
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity6(c), [buildTrait6(c)], [buildPage6(c)]);
|
|
1608
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity6(c), [buildTrait6(c)], [buildPage6(c)]));
|
|
1608
1609
|
}
|
|
1609
1610
|
function resolve7(params) {
|
|
1610
1611
|
const { entityName } = params;
|
|
@@ -1776,12 +1777,12 @@ function stdPaginationPage(params) {
|
|
|
1776
1777
|
}
|
|
1777
1778
|
function stdPagination(params) {
|
|
1778
1779
|
const c = resolve7(params);
|
|
1779
|
-
return makeOrbital(
|
|
1780
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1780
1781
|
`${c.entityName}Orbital`,
|
|
1781
1782
|
buildEntity7(c),
|
|
1782
1783
|
[buildTrait7(c)],
|
|
1783
1784
|
[buildPage7(c)]
|
|
1784
|
-
);
|
|
1785
|
+
));
|
|
1785
1786
|
}
|
|
1786
1787
|
function resolve8(params) {
|
|
1787
1788
|
const { entityName } = params;
|
|
@@ -1969,12 +1970,12 @@ function stdDrawerPage(params) {
|
|
|
1969
1970
|
}
|
|
1970
1971
|
function stdDrawer(params) {
|
|
1971
1972
|
const c = resolve8(params);
|
|
1972
|
-
return makeOrbital(
|
|
1973
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
1973
1974
|
`${c.entityName}Orbital`,
|
|
1974
1975
|
buildEntity8(c),
|
|
1975
1976
|
[buildTrait8(c)],
|
|
1976
1977
|
[buildPage8(c)]
|
|
1977
|
-
);
|
|
1978
|
+
));
|
|
1978
1979
|
}
|
|
1979
1980
|
function resolve9(params) {
|
|
1980
1981
|
const { entityName } = params;
|
|
@@ -2147,12 +2148,12 @@ function stdNotificationPage(params) {
|
|
|
2147
2148
|
}
|
|
2148
2149
|
function stdNotification(params) {
|
|
2149
2150
|
const c = resolve9(params);
|
|
2150
|
-
return makeOrbital(
|
|
2151
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2151
2152
|
`${c.entityName}Orbital`,
|
|
2152
2153
|
buildEntity9(c),
|
|
2153
2154
|
[buildTrait9(c)],
|
|
2154
2155
|
[buildPage9(c)]
|
|
2155
|
-
);
|
|
2156
|
+
));
|
|
2156
2157
|
}
|
|
2157
2158
|
function resolve10(params) {
|
|
2158
2159
|
const { entityName } = params;
|
|
@@ -2404,12 +2405,12 @@ function stdTimerPage(params) {
|
|
|
2404
2405
|
}
|
|
2405
2406
|
function stdTimer(params) {
|
|
2406
2407
|
const c = resolve10(params);
|
|
2407
|
-
return makeOrbital(
|
|
2408
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2408
2409
|
`${c.entityName}Orbital`,
|
|
2409
2410
|
buildEntity10(c),
|
|
2410
2411
|
[buildTrait10(c)],
|
|
2411
2412
|
[buildPage10(c)]
|
|
2412
|
-
);
|
|
2413
|
+
));
|
|
2413
2414
|
}
|
|
2414
2415
|
function resolve11(params) {
|
|
2415
2416
|
const { entityName } = params;
|
|
@@ -2530,7 +2531,7 @@ function stdTabsPage(params) {
|
|
|
2530
2531
|
}
|
|
2531
2532
|
function stdTabs(params) {
|
|
2532
2533
|
const c = resolve11(params);
|
|
2533
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity11(c), [buildTrait11(c)], [buildPage11(c)]);
|
|
2534
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity11(c), [buildTrait11(c)], [buildPage11(c)]));
|
|
2534
2535
|
}
|
|
2535
2536
|
function resolve12(params) {
|
|
2536
2537
|
const { entityName } = params;
|
|
@@ -2744,12 +2745,12 @@ function stdLoadingPage(params) {
|
|
|
2744
2745
|
}
|
|
2745
2746
|
function stdLoading(params) {
|
|
2746
2747
|
const c = resolve12(params);
|
|
2747
|
-
return makeOrbital(
|
|
2748
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
2748
2749
|
`${c.entityName}Orbital`,
|
|
2749
2750
|
buildEntity12(c),
|
|
2750
2751
|
[buildTrait12(c)],
|
|
2751
2752
|
[buildPage12(c)]
|
|
2752
|
-
);
|
|
2753
|
+
));
|
|
2753
2754
|
}
|
|
2754
2755
|
function resolve13(params) {
|
|
2755
2756
|
const { entityName } = params;
|
|
@@ -3034,12 +3035,12 @@ function stdSelectionPage(params) {
|
|
|
3034
3035
|
}
|
|
3035
3036
|
function stdSelection(params) {
|
|
3036
3037
|
const c = resolve13(params);
|
|
3037
|
-
return makeOrbital(
|
|
3038
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3038
3039
|
`${c.entityName}Orbital`,
|
|
3039
3040
|
buildEntity13(c),
|
|
3040
3041
|
[buildTrait13(c)],
|
|
3041
3042
|
[buildPage13(c)]
|
|
3042
|
-
);
|
|
3043
|
+
));
|
|
3043
3044
|
}
|
|
3044
3045
|
function resolve14(params) {
|
|
3045
3046
|
const { entityName } = params;
|
|
@@ -3165,7 +3166,7 @@ function stdUndoPage(params) {
|
|
|
3165
3166
|
}
|
|
3166
3167
|
function stdUndo(params) {
|
|
3167
3168
|
const c = resolve14(params);
|
|
3168
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity14(c), [buildTrait14(c)], [buildPage14(c)]);
|
|
3169
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity14(c), [buildTrait14(c)], [buildPage14(c)]));
|
|
3169
3170
|
}
|
|
3170
3171
|
function resolve15(params) {
|
|
3171
3172
|
const { entityName } = params;
|
|
@@ -3363,12 +3364,12 @@ function stdInputPage(params) {
|
|
|
3363
3364
|
}
|
|
3364
3365
|
function stdInput(params) {
|
|
3365
3366
|
const c = resolve15(params);
|
|
3366
|
-
return makeOrbital(
|
|
3367
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3367
3368
|
`${c.entityName}Orbital`,
|
|
3368
3369
|
buildEntity15(c),
|
|
3369
3370
|
[buildTrait15(c)],
|
|
3370
3371
|
[buildPage15(c)]
|
|
3371
|
-
);
|
|
3372
|
+
));
|
|
3372
3373
|
}
|
|
3373
3374
|
function resolve16(params) {
|
|
3374
3375
|
const { entityName } = params;
|
|
@@ -3621,12 +3622,12 @@ function stdWizardPage(params) {
|
|
|
3621
3622
|
}
|
|
3622
3623
|
function stdWizard(params) {
|
|
3623
3624
|
const c = resolve16(params);
|
|
3624
|
-
return makeOrbital(
|
|
3625
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3625
3626
|
`${c.entityName}Orbital`,
|
|
3626
3627
|
buildEntity16(c),
|
|
3627
3628
|
[buildTrait16(c)],
|
|
3628
3629
|
[buildPage16(c)]
|
|
3629
|
-
);
|
|
3630
|
+
));
|
|
3630
3631
|
}
|
|
3631
3632
|
function resolve17(params) {
|
|
3632
3633
|
const { entityName } = params;
|
|
@@ -3755,12 +3756,12 @@ function stdDisplayPage(params) {
|
|
|
3755
3756
|
}
|
|
3756
3757
|
function stdDisplay(params) {
|
|
3757
3758
|
const c = resolve17(params);
|
|
3758
|
-
return makeOrbital(
|
|
3759
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3759
3760
|
`${c.entityName}Orbital`,
|
|
3760
3761
|
makeEntity({ name: c.entityName, fields: c.fields, persistence: c.persistence, collection: c.collection }),
|
|
3761
3762
|
[buildTrait17(c)],
|
|
3762
3763
|
[makePage({ name: c.pageName, path: c.pagePath, traitName: c.traitName, isInitial: c.isInitial })]
|
|
3763
|
-
);
|
|
3764
|
+
));
|
|
3764
3765
|
}
|
|
3765
3766
|
function resolve18(params) {
|
|
3766
3767
|
const { entityName } = params;
|
|
@@ -3954,12 +3955,12 @@ function stdAsyncPage(params) {
|
|
|
3954
3955
|
}
|
|
3955
3956
|
function stdAsync(params) {
|
|
3956
3957
|
const c = resolve18(params);
|
|
3957
|
-
return makeOrbital(
|
|
3958
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
3958
3959
|
`${c.entityName}Orbital`,
|
|
3959
3960
|
buildEntity17(c),
|
|
3960
3961
|
[buildTrait18(c)],
|
|
3961
3962
|
[buildPage17(c)]
|
|
3962
|
-
);
|
|
3963
|
+
));
|
|
3963
3964
|
}
|
|
3964
3965
|
function resolve19(params) {
|
|
3965
3966
|
const { entityName } = params;
|
|
@@ -4144,12 +4145,12 @@ function stdCombatPage(params) {
|
|
|
4144
4145
|
}
|
|
4145
4146
|
function stdCombat(params) {
|
|
4146
4147
|
const c = resolve19(params);
|
|
4147
|
-
return makeOrbital(
|
|
4148
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4148
4149
|
`${c.entityName}Orbital`,
|
|
4149
4150
|
buildEntity18(c),
|
|
4150
4151
|
[buildTrait19(c)],
|
|
4151
4152
|
[buildPage18(c)]
|
|
4152
|
-
);
|
|
4153
|
+
));
|
|
4153
4154
|
}
|
|
4154
4155
|
function resolve20(params) {
|
|
4155
4156
|
const { entityName } = params;
|
|
@@ -4333,12 +4334,12 @@ function stdGameflowPage(params) {
|
|
|
4333
4334
|
}
|
|
4334
4335
|
function stdGameflow(params) {
|
|
4335
4336
|
const c = resolve20(params);
|
|
4336
|
-
return makeOrbital(
|
|
4337
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4337
4338
|
`${c.entityName}Orbital`,
|
|
4338
4339
|
buildEntity19(c),
|
|
4339
4340
|
[buildTrait20(c)],
|
|
4340
4341
|
[buildPage19(c)]
|
|
4341
|
-
);
|
|
4342
|
+
));
|
|
4342
4343
|
}
|
|
4343
4344
|
function resolve21(params) {
|
|
4344
4345
|
const { entityName } = params;
|
|
@@ -4602,12 +4603,12 @@ function stdMovementPage(params) {
|
|
|
4602
4603
|
}
|
|
4603
4604
|
function stdMovement(params) {
|
|
4604
4605
|
const c = resolve21(params);
|
|
4605
|
-
return makeOrbital(
|
|
4606
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4606
4607
|
`${c.entityName}Orbital`,
|
|
4607
4608
|
buildEntity20(c),
|
|
4608
4609
|
[buildTrait21(c)],
|
|
4609
4610
|
[buildPage20(c)]
|
|
4610
|
-
);
|
|
4611
|
+
));
|
|
4611
4612
|
}
|
|
4612
4613
|
function resolve22(params) {
|
|
4613
4614
|
const { entityName } = params;
|
|
@@ -4934,12 +4935,12 @@ function stdQuestPage(params) {
|
|
|
4934
4935
|
}
|
|
4935
4936
|
function stdQuest(params) {
|
|
4936
4937
|
const c = resolve22(params);
|
|
4937
|
-
return makeOrbital(
|
|
4938
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
4938
4939
|
`${c.entityName}Orbital`,
|
|
4939
4940
|
buildEntity21(c),
|
|
4940
4941
|
[buildTrait22(c)],
|
|
4941
4942
|
[buildPage21(c)]
|
|
4942
|
-
);
|
|
4943
|
+
));
|
|
4943
4944
|
}
|
|
4944
4945
|
function resolve23(params) {
|
|
4945
4946
|
const { entityName } = params;
|
|
@@ -5167,12 +5168,12 @@ function stdOverworldPage(params) {
|
|
|
5167
5168
|
}
|
|
5168
5169
|
function stdOverworld(params) {
|
|
5169
5170
|
const c = resolve23(params);
|
|
5170
|
-
return makeOrbital(
|
|
5171
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5171
5172
|
`${c.entityName}Orbital`,
|
|
5172
5173
|
buildEntity22(c),
|
|
5173
5174
|
[buildTrait23(c)],
|
|
5174
5175
|
[buildPage22(c)]
|
|
5175
|
-
);
|
|
5176
|
+
));
|
|
5176
5177
|
}
|
|
5177
5178
|
function resolve24(params) {
|
|
5178
5179
|
const { entityName } = params;
|
|
@@ -5399,12 +5400,12 @@ function stdCircuitBreakerPage(params) {
|
|
|
5399
5400
|
}
|
|
5400
5401
|
function stdCircuitBreaker(params) {
|
|
5401
5402
|
const c = resolve24(params);
|
|
5402
|
-
return makeOrbital(
|
|
5403
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5403
5404
|
`${c.entityName}Orbital`,
|
|
5404
5405
|
buildEntity23(c),
|
|
5405
5406
|
[buildTrait24(c)],
|
|
5406
5407
|
[buildPage23(c)]
|
|
5407
|
-
);
|
|
5408
|
+
));
|
|
5408
5409
|
}
|
|
5409
5410
|
function resolve25(params) {
|
|
5410
5411
|
const { entityName } = params;
|
|
@@ -5703,12 +5704,12 @@ function stdCacheAsidePage(params) {
|
|
|
5703
5704
|
}
|
|
5704
5705
|
function stdCacheAside(params) {
|
|
5705
5706
|
const c = resolve25(params);
|
|
5706
|
-
return makeOrbital(
|
|
5707
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5707
5708
|
`${c.entityName}Orbital`,
|
|
5708
5709
|
buildEntity24(c),
|
|
5709
5710
|
[buildTrait25(c)],
|
|
5710
5711
|
[buildPage24(c)]
|
|
5711
|
-
);
|
|
5712
|
+
));
|
|
5712
5713
|
}
|
|
5713
5714
|
function resolve26(params) {
|
|
5714
5715
|
const { entityName } = params;
|
|
@@ -5868,12 +5869,12 @@ function stdScorePage(params) {
|
|
|
5868
5869
|
}
|
|
5869
5870
|
function stdScore(params) {
|
|
5870
5871
|
const c = resolve26(params);
|
|
5871
|
-
return makeOrbital(
|
|
5872
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5872
5873
|
`${c.entityName}Orbital`,
|
|
5873
5874
|
buildEntity25(c),
|
|
5874
5875
|
[buildTrait26(c)],
|
|
5875
5876
|
[buildPage25(c)]
|
|
5876
|
-
);
|
|
5877
|
+
));
|
|
5877
5878
|
}
|
|
5878
5879
|
function resolve27(params) {
|
|
5879
5880
|
const { entityName } = params;
|
|
@@ -6042,7 +6043,7 @@ function stdCalendarPage(params) {
|
|
|
6042
6043
|
}
|
|
6043
6044
|
function stdCalendar(params) {
|
|
6044
6045
|
const c = resolve27(params);
|
|
6045
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity26(c), [buildTrait27(c)], [buildPage26(c)]);
|
|
6046
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity26(c), [buildTrait27(c)], [buildPage26(c)]));
|
|
6046
6047
|
}
|
|
6047
6048
|
function resolve28(params) {
|
|
6048
6049
|
const { entityName } = params;
|
|
@@ -6172,7 +6173,7 @@ function stdGalleryPage(params) {
|
|
|
6172
6173
|
}
|
|
6173
6174
|
function stdGallery(params) {
|
|
6174
6175
|
const c = resolve28(params);
|
|
6175
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity27(c), [buildTrait28(c)], [buildPage27(c)]);
|
|
6176
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity27(c), [buildTrait28(c)], [buildPage27(c)]));
|
|
6176
6177
|
}
|
|
6177
6178
|
function resolve29(params) {
|
|
6178
6179
|
const { entityName } = params;
|
|
@@ -6331,7 +6332,7 @@ function stdFlipCardPage(params) {
|
|
|
6331
6332
|
}
|
|
6332
6333
|
function stdFlipCard(params) {
|
|
6333
6334
|
const c = resolve29(params);
|
|
6334
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity28(c), [buildTrait29(c)], [buildPage28(c)]);
|
|
6335
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity28(c), [buildTrait29(c)], [buildPage28(c)]));
|
|
6335
6336
|
}
|
|
6336
6337
|
function resolve30(params) {
|
|
6337
6338
|
const { entityName } = params;
|
|
@@ -6447,7 +6448,7 @@ function stdRatingPage(params) {
|
|
|
6447
6448
|
}
|
|
6448
6449
|
function stdRating(params) {
|
|
6449
6450
|
const c = resolve30(params);
|
|
6450
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity29(c), [buildTrait30(c)], [buildPage29(c)]);
|
|
6451
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity29(c), [buildTrait30(c)], [buildPage29(c)]));
|
|
6451
6452
|
}
|
|
6452
6453
|
function resolve31(params) {
|
|
6453
6454
|
const { entityName } = params;
|
|
@@ -6607,7 +6608,7 @@ function stdUploadPage(params) {
|
|
|
6607
6608
|
}
|
|
6608
6609
|
function stdUpload(params) {
|
|
6609
6610
|
const c = resolve31(params);
|
|
6610
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity30(c), [buildTrait31(c)], [buildPage30(c)]);
|
|
6611
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity30(c), [buildTrait31(c)], [buildPage30(c)]));
|
|
6611
6612
|
}
|
|
6612
6613
|
function resolve32(params) {
|
|
6613
6614
|
const { entityName } = params;
|
|
@@ -6736,7 +6737,7 @@ function stdThemePage(params) {
|
|
|
6736
6737
|
}
|
|
6737
6738
|
function stdTheme(params) {
|
|
6738
6739
|
const c = resolve32(params);
|
|
6739
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity31(c), [buildTrait32(c)], [buildPage31(c)]);
|
|
6740
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity31(c), [buildTrait32(c)], [buildPage31(c)]));
|
|
6740
6741
|
}
|
|
6741
6742
|
function resolve33(params) {
|
|
6742
6743
|
const { entityName } = params;
|
|
@@ -6898,7 +6899,7 @@ function stdTextEffectsPage(params) {
|
|
|
6898
6899
|
}
|
|
6899
6900
|
function stdTextEffects(params) {
|
|
6900
6901
|
const c = resolve33(params);
|
|
6901
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity32(c), [buildTrait33(c)], [buildPage32(c)]);
|
|
6902
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity32(c), [buildTrait33(c)], [buildPage32(c)]));
|
|
6902
6903
|
}
|
|
6903
6904
|
function resolve34(params) {
|
|
6904
6905
|
const { entityName } = params;
|
|
@@ -7094,12 +7095,12 @@ function stdCollisionPage(params) {
|
|
|
7094
7095
|
}
|
|
7095
7096
|
function stdCollision(params) {
|
|
7096
7097
|
const c = resolve34(params);
|
|
7097
|
-
return makeOrbital(
|
|
7098
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7098
7099
|
`${c.entityName}Orbital`,
|
|
7099
7100
|
buildEntity33(c),
|
|
7100
7101
|
[buildTrait34(c)],
|
|
7101
7102
|
[buildPage33(c)]
|
|
7102
|
-
);
|
|
7103
|
+
));
|
|
7103
7104
|
}
|
|
7104
7105
|
function resolve35(params) {
|
|
7105
7106
|
const { entityName } = params;
|
|
@@ -7258,12 +7259,12 @@ function stdPhysics2dPage(params) {
|
|
|
7258
7259
|
}
|
|
7259
7260
|
function stdPhysics2d(params) {
|
|
7260
7261
|
const c = resolve35(params);
|
|
7261
|
-
return makeOrbital(
|
|
7262
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7262
7263
|
`${c.entityName}Orbital`,
|
|
7263
7264
|
buildEntity34(c),
|
|
7264
7265
|
[buildTrait35(c)],
|
|
7265
7266
|
[buildPage34(c)]
|
|
7266
|
-
);
|
|
7267
|
+
));
|
|
7267
7268
|
}
|
|
7268
7269
|
function resolve36(params) {
|
|
7269
7270
|
const { entityName } = params;
|
|
@@ -7470,12 +7471,12 @@ function stdRateLimiterPage(params) {
|
|
|
7470
7471
|
}
|
|
7471
7472
|
function stdRateLimiter(params) {
|
|
7472
7473
|
const c = resolve36(params);
|
|
7473
|
-
return makeOrbital(
|
|
7474
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7474
7475
|
`${c.entityName}Orbital`,
|
|
7475
7476
|
buildEntity35(c),
|
|
7476
7477
|
[buildTrait36(c)],
|
|
7477
7478
|
[buildPage35(c)]
|
|
7478
|
-
);
|
|
7479
|
+
));
|
|
7479
7480
|
}
|
|
7480
7481
|
function resolve37(params) {
|
|
7481
7482
|
const { entityName } = params;
|
|
@@ -7544,7 +7545,7 @@ function stdGameHudPage(params) {
|
|
|
7544
7545
|
}
|
|
7545
7546
|
function stdGameHud(params) {
|
|
7546
7547
|
const c = resolve37(params);
|
|
7547
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity36(c), [buildTrait37(c)], [buildPage36(c)]);
|
|
7548
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity36(c), [buildTrait37(c)], [buildPage36(c)]));
|
|
7548
7549
|
}
|
|
7549
7550
|
function resolve38(params) {
|
|
7550
7551
|
const { entityName } = params;
|
|
@@ -7628,7 +7629,7 @@ function stdScoreBoardPage(params) {
|
|
|
7628
7629
|
}
|
|
7629
7630
|
function stdScoreBoard(params) {
|
|
7630
7631
|
const c = resolve38(params);
|
|
7631
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity37(c), [buildTrait38(c)], [buildPage37(c)]);
|
|
7632
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity37(c), [buildTrait38(c)], [buildPage37(c)]));
|
|
7632
7633
|
}
|
|
7633
7634
|
function resolve39(params) {
|
|
7634
7635
|
const { entityName } = params;
|
|
@@ -7708,7 +7709,7 @@ function stdGameMenuPage(params) {
|
|
|
7708
7709
|
}
|
|
7709
7710
|
function stdGameMenu(params) {
|
|
7710
7711
|
const c = resolve39(params);
|
|
7711
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity38(c), [buildTrait39(c)], [buildPage38(c)]);
|
|
7712
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity38(c), [buildTrait39(c)], [buildPage38(c)]));
|
|
7712
7713
|
}
|
|
7713
7714
|
function resolve40(params) {
|
|
7714
7715
|
const { entityName } = params;
|
|
@@ -7789,7 +7790,7 @@ function stdGameOverScreenPage(params) {
|
|
|
7789
7790
|
}
|
|
7790
7791
|
function stdGameOverScreen(params) {
|
|
7791
7792
|
const c = resolve40(params);
|
|
7792
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity39(c), [buildTrait40(c)], [buildPage39(c)]);
|
|
7793
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity39(c), [buildTrait40(c)], [buildPage39(c)]));
|
|
7793
7794
|
}
|
|
7794
7795
|
function resolve41(params) {
|
|
7795
7796
|
const { entityName } = params;
|
|
@@ -7891,7 +7892,7 @@ function stdDialogueBoxPage(params) {
|
|
|
7891
7892
|
}
|
|
7892
7893
|
function stdDialogueBox(params) {
|
|
7893
7894
|
const c = resolve41(params);
|
|
7894
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity40(c), [buildTrait41(c)], [buildPage40(c)]);
|
|
7895
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity40(c), [buildTrait41(c)], [buildPage40(c)]));
|
|
7895
7896
|
}
|
|
7896
7897
|
function resolve42(params) {
|
|
7897
7898
|
const { entityName } = params;
|
|
@@ -7977,7 +7978,7 @@ function stdInventoryPanelPage(params) {
|
|
|
7977
7978
|
}
|
|
7978
7979
|
function stdInventoryPanel(params) {
|
|
7979
7980
|
const c = resolve42(params);
|
|
7980
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity41(c), [buildTrait42(c)], [buildPage41(c)]);
|
|
7981
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity41(c), [buildTrait42(c)], [buildPage41(c)]));
|
|
7981
7982
|
}
|
|
7982
7983
|
function resolve43(params) {
|
|
7983
7984
|
const { entityName } = params;
|
|
@@ -8060,7 +8061,7 @@ function stdCombatLogPage(params) {
|
|
|
8060
8061
|
}
|
|
8061
8062
|
function stdCombatLog(params) {
|
|
8062
8063
|
const c = resolve43(params);
|
|
8063
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity42(c), [buildTrait43(c)], [buildPage42(c)]);
|
|
8064
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity42(c), [buildTrait43(c)], [buildPage42(c)]));
|
|
8064
8065
|
}
|
|
8065
8066
|
function resolve44(params) {
|
|
8066
8067
|
const { entityName } = params;
|
|
@@ -8174,7 +8175,7 @@ function stdSpritePage(params) {
|
|
|
8174
8175
|
}
|
|
8175
8176
|
function stdSprite(params) {
|
|
8176
8177
|
const c = resolve44(params);
|
|
8177
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity43(c), [buildTrait44(c)], [buildPage43(c)]);
|
|
8178
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity43(c), [buildTrait44(c)], [buildPage43(c)]));
|
|
8178
8179
|
}
|
|
8179
8180
|
function resolve45(params) {
|
|
8180
8181
|
const { entityName } = params;
|
|
@@ -8304,7 +8305,7 @@ function stdGameAudioPage(params) {
|
|
|
8304
8305
|
}
|
|
8305
8306
|
function stdGameAudio(params) {
|
|
8306
8307
|
const c = resolve45(params);
|
|
8307
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity44(c), [buildTrait45(c)], [buildPage44(c)]);
|
|
8308
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity44(c), [buildTrait45(c)], [buildPage44(c)]));
|
|
8308
8309
|
}
|
|
8309
8310
|
function resolve46(params) {
|
|
8310
8311
|
const { entityName } = params;
|
|
@@ -8419,7 +8420,7 @@ function stdIsometricCanvasPage(params) {
|
|
|
8419
8420
|
}
|
|
8420
8421
|
function stdIsometricCanvas(params) {
|
|
8421
8422
|
const c = resolve46(params);
|
|
8422
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity45(c), [buildTrait46(c)], [buildPage45(c)]);
|
|
8423
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity45(c), [buildTrait46(c)], [buildPage45(c)]));
|
|
8423
8424
|
}
|
|
8424
8425
|
function resolve47(params) {
|
|
8425
8426
|
const { entityName } = params;
|
|
@@ -8525,7 +8526,7 @@ function stdPlatformerCanvasPage(params) {
|
|
|
8525
8526
|
}
|
|
8526
8527
|
function stdPlatformerCanvas(params) {
|
|
8527
8528
|
const c = resolve47(params);
|
|
8528
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity46(c), [buildTrait47(c)], [buildPage46(c)]);
|
|
8529
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity46(c), [buildTrait47(c)], [buildPage46(c)]));
|
|
8529
8530
|
}
|
|
8530
8531
|
function resolve48(params) {
|
|
8531
8532
|
const { entityName } = params;
|
|
@@ -8605,7 +8606,7 @@ function stdSimulationCanvasPage(params) {
|
|
|
8605
8606
|
}
|
|
8606
8607
|
function stdSimulationCanvas(params) {
|
|
8607
8608
|
const c = resolve48(params);
|
|
8608
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity47(c), [buildTrait48(c)], [buildPage47(c)]);
|
|
8609
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity47(c), [buildTrait48(c)], [buildPage47(c)]));
|
|
8609
8610
|
}
|
|
8610
8611
|
function resolve49(params) {
|
|
8611
8612
|
const { entityName } = params;
|
|
@@ -8700,7 +8701,7 @@ function stdGameCanvas2dPage(params) {
|
|
|
8700
8701
|
}
|
|
8701
8702
|
function stdGameCanvas2d(params) {
|
|
8702
8703
|
const c = resolve49(params);
|
|
8703
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity48(c), [buildTrait49(c)], [buildPage48(c)]);
|
|
8704
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity48(c), [buildTrait49(c)], [buildPage48(c)]));
|
|
8704
8705
|
}
|
|
8705
8706
|
function resolve50(params) {
|
|
8706
8707
|
const { entityName } = params;
|
|
@@ -8803,7 +8804,7 @@ function stdGameCanvas3dPage(params) {
|
|
|
8803
8804
|
}
|
|
8804
8805
|
function stdGameCanvas3d(params) {
|
|
8805
8806
|
const c = resolve50(params);
|
|
8806
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity49(c), [buildTrait50(c)], [buildPage49(c)]);
|
|
8807
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity49(c), [buildTrait50(c)], [buildPage49(c)]));
|
|
8807
8808
|
}
|
|
8808
8809
|
function resolve51(params) {
|
|
8809
8810
|
const { entityName } = params;
|
|
@@ -9001,12 +9002,12 @@ function stdList(params) {
|
|
|
9001
9002
|
{ ref: deleteTrait.name }
|
|
9002
9003
|
]
|
|
9003
9004
|
};
|
|
9004
|
-
return {
|
|
9005
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9005
9006
|
name: `${entityName}Orbital`,
|
|
9006
9007
|
entity,
|
|
9007
9008
|
traits: [browseTrait, createTrait, editTrait, viewTrait, deleteTrait],
|
|
9008
9009
|
pages: [page]
|
|
9009
|
-
};
|
|
9010
|
+
});
|
|
9010
9011
|
}
|
|
9011
9012
|
function resolve52(params) {
|
|
9012
9013
|
const { entityName } = params;
|
|
@@ -9202,12 +9203,12 @@ function stdCart(params) {
|
|
|
9202
9203
|
...c.isInitial ? { isInitial: true } : {},
|
|
9203
9204
|
traits: [{ ref: cartTrait.name }, { ref: addTrait.name }, { ref: removeTrait.name }]
|
|
9204
9205
|
};
|
|
9205
|
-
return {
|
|
9206
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9206
9207
|
name: `${entityName}Orbital`,
|
|
9207
9208
|
entity,
|
|
9208
9209
|
traits: [cartTrait, addTrait, removeTrait],
|
|
9209
9210
|
pages: [page]
|
|
9210
|
-
};
|
|
9211
|
+
});
|
|
9211
9212
|
}
|
|
9212
9213
|
function resolve53(params) {
|
|
9213
9214
|
const { entityName } = params;
|
|
@@ -9342,12 +9343,12 @@ function stdDetail(params) {
|
|
|
9342
9343
|
...c.isInitial ? { isInitial: true } : {},
|
|
9343
9344
|
traits: [{ ref: browseTrait.name }, { ref: createTrait.name }, { ref: viewTrait.name }]
|
|
9344
9345
|
};
|
|
9345
|
-
return {
|
|
9346
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9346
9347
|
name: `${entityName}Orbital`,
|
|
9347
9348
|
entity,
|
|
9348
9349
|
traits: [browseTrait, createTrait, viewTrait],
|
|
9349
9350
|
pages: [page]
|
|
9350
|
-
};
|
|
9351
|
+
});
|
|
9351
9352
|
}
|
|
9352
9353
|
function resolve54(params) {
|
|
9353
9354
|
const { entityName } = params;
|
|
@@ -9512,12 +9513,12 @@ function stdInventory(params) {
|
|
|
9512
9513
|
{ ref: dropTrait.name }
|
|
9513
9514
|
]
|
|
9514
9515
|
};
|
|
9515
|
-
return {
|
|
9516
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9516
9517
|
name: `${entityName}Orbital`,
|
|
9517
9518
|
entity,
|
|
9518
9519
|
traits: [browseTrait, addTrait, useTrait, dropTrait],
|
|
9519
9520
|
pages: [page]
|
|
9520
|
-
};
|
|
9521
|
+
});
|
|
9521
9522
|
}
|
|
9522
9523
|
function resolve55(params) {
|
|
9523
9524
|
const { entityName } = params;
|
|
@@ -9667,12 +9668,12 @@ function stdMessaging(params) {
|
|
|
9667
9668
|
{ ref: viewTrait.name }
|
|
9668
9669
|
]
|
|
9669
9670
|
};
|
|
9670
|
-
return {
|
|
9671
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9671
9672
|
name: `${entityName}Orbital`,
|
|
9672
9673
|
entity,
|
|
9673
9674
|
traits: [browseTrait, composeTrait, viewTrait],
|
|
9674
9675
|
pages: [page]
|
|
9675
|
-
};
|
|
9676
|
+
});
|
|
9676
9677
|
}
|
|
9677
9678
|
function resolve56(params) {
|
|
9678
9679
|
const { entityName } = params;
|
|
@@ -9807,12 +9808,12 @@ function stdGeospatial(params) {
|
|
|
9807
9808
|
{ ref: confirmTrait.name }
|
|
9808
9809
|
]
|
|
9809
9810
|
};
|
|
9810
|
-
return {
|
|
9811
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
9811
9812
|
name: `${entityName}Orbital`,
|
|
9812
9813
|
entity,
|
|
9813
9814
|
traits: [browseTrait, selectTrait, confirmTrait],
|
|
9814
9815
|
pages: [page]
|
|
9815
|
-
};
|
|
9816
|
+
});
|
|
9816
9817
|
}
|
|
9817
9818
|
function resolve57(params) {
|
|
9818
9819
|
const { entityName } = params;
|
|
@@ -10029,7 +10030,7 @@ function stdQuizPage(params) {
|
|
|
10029
10030
|
}
|
|
10030
10031
|
function stdQuiz(params) {
|
|
10031
10032
|
const c = resolve57(params);
|
|
10032
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity50(c), [buildTrait51(c)], [buildPage50(c)]);
|
|
10033
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity50(c), [buildTrait51(c)], [buildPage50(c)]));
|
|
10033
10034
|
}
|
|
10034
10035
|
function resolve58(params) {
|
|
10035
10036
|
const { entityName } = params;
|
|
@@ -10175,7 +10176,7 @@ function stdFormAdvancedPage(params) {
|
|
|
10175
10176
|
}
|
|
10176
10177
|
function stdFormAdvanced(params) {
|
|
10177
10178
|
const c = resolve58(params);
|
|
10178
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity51(c), [buildTrait52(c)], [buildPage51(c)]);
|
|
10179
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity51(c), [buildTrait52(c)], [buildPage51(c)]));
|
|
10179
10180
|
}
|
|
10180
10181
|
function resolve59(params) {
|
|
10181
10182
|
const { entityName } = params;
|
|
@@ -10419,12 +10420,12 @@ function stdTurnBasedBattle(params) {
|
|
|
10419
10420
|
const battleLogTrait = buildBattleLogTrait(c);
|
|
10420
10421
|
const entity = buildEntity52(c);
|
|
10421
10422
|
const page = buildPage52(c);
|
|
10422
|
-
return {
|
|
10423
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
10423
10424
|
name: `${c.entityName}Orbital`,
|
|
10424
10425
|
entity,
|
|
10425
10426
|
traits: [battleFlowTrait, battleLogTrait],
|
|
10426
10427
|
pages: [page]
|
|
10427
|
-
};
|
|
10428
|
+
});
|
|
10428
10429
|
}
|
|
10429
10430
|
function resolve60(params) {
|
|
10430
10431
|
const { entityName } = params;
|
|
@@ -10690,12 +10691,12 @@ function stdPlatformerGame(params) {
|
|
|
10690
10691
|
const canvasTrait = buildPlatformerCanvasTrait(c);
|
|
10691
10692
|
const entity = buildEntity53(c);
|
|
10692
10693
|
const page = buildPage53(c);
|
|
10693
|
-
return {
|
|
10694
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
10694
10695
|
name: `${c.entityName}Orbital`,
|
|
10695
10696
|
entity,
|
|
10696
10697
|
traits: [flowTrait, canvasTrait],
|
|
10697
10698
|
pages: [page]
|
|
10698
|
-
};
|
|
10699
|
+
});
|
|
10699
10700
|
}
|
|
10700
10701
|
function resolve61(params) {
|
|
10701
10702
|
const { entityName } = params;
|
|
@@ -10942,12 +10943,12 @@ function stdPuzzleGame(params) {
|
|
|
10942
10943
|
const scoreTrait = buildPuzzleScoreTrait(c);
|
|
10943
10944
|
const entity = buildEntity54(c);
|
|
10944
10945
|
const page = buildPage54(c);
|
|
10945
|
-
return {
|
|
10946
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
10946
10947
|
name: `${c.entityName}Orbital`,
|
|
10947
10948
|
entity,
|
|
10948
10949
|
traits: [flowTrait, scoreTrait],
|
|
10949
10950
|
pages: [page]
|
|
10950
|
-
};
|
|
10951
|
+
});
|
|
10951
10952
|
}
|
|
10952
10953
|
function resolve62(params) {
|
|
10953
10954
|
const { entityName } = params;
|
|
@@ -11081,12 +11082,12 @@ function stdBuilderGamePage(params) {
|
|
|
11081
11082
|
}
|
|
11082
11083
|
function stdBuilderGame(params) {
|
|
11083
11084
|
const c = resolve62(params);
|
|
11084
|
-
return makeOrbital(
|
|
11085
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11085
11086
|
`${c.entityName}Orbital`,
|
|
11086
11087
|
buildEntity55(c),
|
|
11087
11088
|
[buildTrait53(c)],
|
|
11088
11089
|
[buildPage55(c)]
|
|
11089
|
-
);
|
|
11090
|
+
));
|
|
11090
11091
|
}
|
|
11091
11092
|
function resolve63(params) {
|
|
11092
11093
|
const { entityName } = params;
|
|
@@ -11220,12 +11221,12 @@ function stdClassifierGamePage(params) {
|
|
|
11220
11221
|
}
|
|
11221
11222
|
function stdClassifierGame(params) {
|
|
11222
11223
|
const c = resolve63(params);
|
|
11223
|
-
return makeOrbital(
|
|
11224
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11224
11225
|
`${c.entityName}Orbital`,
|
|
11225
11226
|
buildEntity56(c),
|
|
11226
11227
|
[buildTrait54(c)],
|
|
11227
11228
|
[buildPage56(c)]
|
|
11228
|
-
);
|
|
11229
|
+
));
|
|
11229
11230
|
}
|
|
11230
11231
|
function resolve64(params) {
|
|
11231
11232
|
const { entityName } = params;
|
|
@@ -11359,12 +11360,12 @@ function stdSequencerGamePage(params) {
|
|
|
11359
11360
|
}
|
|
11360
11361
|
function stdSequencerGame(params) {
|
|
11361
11362
|
const c = resolve64(params);
|
|
11362
|
-
return makeOrbital(
|
|
11363
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11363
11364
|
`${c.entityName}Orbital`,
|
|
11364
11365
|
buildEntity57(c),
|
|
11365
11366
|
[buildTrait55(c)],
|
|
11366
11367
|
[buildPage57(c)]
|
|
11367
|
-
);
|
|
11368
|
+
));
|
|
11368
11369
|
}
|
|
11369
11370
|
function resolve65(params) {
|
|
11370
11371
|
const { entityName } = params;
|
|
@@ -11498,12 +11499,12 @@ function stdDebuggerGamePage(params) {
|
|
|
11498
11499
|
}
|
|
11499
11500
|
function stdDebuggerGame(params) {
|
|
11500
11501
|
const c = resolve65(params);
|
|
11501
|
-
return makeOrbital(
|
|
11502
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11502
11503
|
`${c.entityName}Orbital`,
|
|
11503
11504
|
buildEntity58(c),
|
|
11504
11505
|
[buildTrait56(c)],
|
|
11505
11506
|
[buildPage58(c)]
|
|
11506
|
-
);
|
|
11507
|
+
));
|
|
11507
11508
|
}
|
|
11508
11509
|
function resolve66(params) {
|
|
11509
11510
|
const { entityName } = params;
|
|
@@ -11637,12 +11638,12 @@ function stdNegotiatorGamePage(params) {
|
|
|
11637
11638
|
}
|
|
11638
11639
|
function stdNegotiatorGame(params) {
|
|
11639
11640
|
const c = resolve66(params);
|
|
11640
|
-
return makeOrbital(
|
|
11641
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11641
11642
|
`${c.entityName}Orbital`,
|
|
11642
11643
|
buildEntity59(c),
|
|
11643
11644
|
[buildTrait57(c)],
|
|
11644
11645
|
[buildPage59(c)]
|
|
11645
|
-
);
|
|
11646
|
+
));
|
|
11646
11647
|
}
|
|
11647
11648
|
function resolve67(params) {
|
|
11648
11649
|
const { entityName } = params;
|
|
@@ -11776,12 +11777,12 @@ function stdSimulatorGamePage(params) {
|
|
|
11776
11777
|
}
|
|
11777
11778
|
function stdSimulatorGame(params) {
|
|
11778
11779
|
const c = resolve67(params);
|
|
11779
|
-
return makeOrbital(
|
|
11780
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11780
11781
|
`${c.entityName}Orbital`,
|
|
11781
11782
|
buildEntity60(c),
|
|
11782
11783
|
[buildTrait58(c)],
|
|
11783
11784
|
[buildPage60(c)]
|
|
11784
|
-
);
|
|
11785
|
+
));
|
|
11785
11786
|
}
|
|
11786
11787
|
function resolve68(params) {
|
|
11787
11788
|
const { entityName } = params;
|
|
@@ -11915,12 +11916,12 @@ function stdEventHandlerGamePage(params) {
|
|
|
11915
11916
|
}
|
|
11916
11917
|
function stdEventHandlerGame(params) {
|
|
11917
11918
|
const c = resolve68(params);
|
|
11918
|
-
return makeOrbital(
|
|
11919
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11919
11920
|
`${c.entityName}Orbital`,
|
|
11920
11921
|
buildEntity61(c),
|
|
11921
11922
|
[buildTrait59(c)],
|
|
11922
11923
|
[buildPage61(c)]
|
|
11923
|
-
);
|
|
11924
|
+
));
|
|
11924
11925
|
}
|
|
11925
11926
|
function resolve69(params) {
|
|
11926
11927
|
const { entityName } = params;
|
|
@@ -12108,12 +12109,12 @@ function stdClassifier(params) {
|
|
|
12108
12109
|
...c.isInitial ? { isInitial: true } : {},
|
|
12109
12110
|
traits: [{ ref: trait.name }]
|
|
12110
12111
|
};
|
|
12111
|
-
return {
|
|
12112
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12112
12113
|
name: `${c.entityName}Orbital`,
|
|
12113
12114
|
entity,
|
|
12114
12115
|
traits: [trait],
|
|
12115
12116
|
pages: [page]
|
|
12116
|
-
};
|
|
12117
|
+
});
|
|
12117
12118
|
}
|
|
12118
12119
|
function resolve70(params) {
|
|
12119
12120
|
const { entityName } = params;
|
|
@@ -12466,12 +12467,12 @@ function stdTrainer(params) {
|
|
|
12466
12467
|
...c.isInitial ? { isInitial: true } : {},
|
|
12467
12468
|
traits: traits.map((t) => ({ ref: t.name }))
|
|
12468
12469
|
};
|
|
12469
|
-
return {
|
|
12470
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12470
12471
|
name: `${c.entityName}Orbital`,
|
|
12471
12472
|
entity,
|
|
12472
12473
|
traits,
|
|
12473
12474
|
pages: [page]
|
|
12474
|
-
};
|
|
12475
|
+
});
|
|
12475
12476
|
}
|
|
12476
12477
|
function resolve71(params) {
|
|
12477
12478
|
const { entityName } = params;
|
|
@@ -12788,12 +12789,12 @@ function stdRlAgent(params) {
|
|
|
12788
12789
|
{ ref: trainTrait.name }
|
|
12789
12790
|
]
|
|
12790
12791
|
};
|
|
12791
|
-
return {
|
|
12792
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
12792
12793
|
name: `${c.entityName}Orbital`,
|
|
12793
12794
|
entity,
|
|
12794
12795
|
traits: [policyTrait, collectorTrait, trainTrait],
|
|
12795
12796
|
pages: [page]
|
|
12796
|
-
};
|
|
12797
|
+
});
|
|
12797
12798
|
}
|
|
12798
12799
|
function resolve72(params) {
|
|
12799
12800
|
const { entityName } = params;
|
|
@@ -13042,12 +13043,12 @@ function stdGraphClassifier(params) {
|
|
|
13042
13043
|
{ ref: classifyTrait.name }
|
|
13043
13044
|
]
|
|
13044
13045
|
};
|
|
13045
|
-
return {
|
|
13046
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
13046
13047
|
name: `${c.entityName}Orbital`,
|
|
13047
13048
|
entity,
|
|
13048
13049
|
traits: [graphTrait, classifyTrait],
|
|
13049
13050
|
pages: [page]
|
|
13050
|
-
};
|
|
13051
|
+
});
|
|
13051
13052
|
}
|
|
13052
13053
|
function resolve73(params) {
|
|
13053
13054
|
const { entityName } = params;
|
|
@@ -13298,12 +13299,12 @@ function stdTextClassifier(params) {
|
|
|
13298
13299
|
{ ref: classifyTrait.name }
|
|
13299
13300
|
]
|
|
13300
13301
|
};
|
|
13301
|
-
return {
|
|
13302
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
13302
13303
|
name: `${c.entityName}Orbital`,
|
|
13303
13304
|
entity,
|
|
13304
13305
|
traits: [tokenizerTrait, classifyTrait],
|
|
13305
13306
|
pages: [page]
|
|
13306
|
-
};
|
|
13307
|
+
});
|
|
13307
13308
|
}
|
|
13308
13309
|
function resolve74(params) {
|
|
13309
13310
|
const { entityName } = params;
|
|
@@ -13494,12 +13495,12 @@ function stdAutoregressive(params) {
|
|
|
13494
13495
|
...c.isInitial ? { isInitial: true } : {},
|
|
13495
13496
|
traits: [{ ref: trait.name }]
|
|
13496
13497
|
};
|
|
13497
|
-
return {
|
|
13498
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
13498
13499
|
name: `${c.entityName}Orbital`,
|
|
13499
13500
|
entity,
|
|
13500
13501
|
traits: [trait],
|
|
13501
13502
|
pages: [page]
|
|
13502
|
-
};
|
|
13503
|
+
});
|
|
13503
13504
|
}
|
|
13504
13505
|
function resolve75(params) {
|
|
13505
13506
|
const entityName = params.entityName ?? "OrderPayment";
|
|
@@ -13847,12 +13848,12 @@ function stdServicePaymentFlowPage(params = {}) {
|
|
|
13847
13848
|
}
|
|
13848
13849
|
function stdServicePaymentFlow(params = {}) {
|
|
13849
13850
|
const c = resolve75(params);
|
|
13850
|
-
return makeOrbital(
|
|
13851
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
13851
13852
|
`${c.entityName}Orbital`,
|
|
13852
13853
|
buildEntity62(c),
|
|
13853
13854
|
[buildPaymentTrait(c), buildReceiptTrait(c)],
|
|
13854
13855
|
[buildPage62(c)]
|
|
13855
|
-
);
|
|
13856
|
+
));
|
|
13856
13857
|
}
|
|
13857
13858
|
function resolve76(params) {
|
|
13858
13859
|
const entityName = params.entityName ?? "Notification";
|
|
@@ -14099,12 +14100,12 @@ function stdServiceNotificationHubPage(params = {}) {
|
|
|
14099
14100
|
}
|
|
14100
14101
|
function stdServiceNotificationHub(params = {}) {
|
|
14101
14102
|
const c = resolve76(params);
|
|
14102
|
-
return makeOrbital(
|
|
14103
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
14103
14104
|
`${c.entityName}Orbital`,
|
|
14104
14105
|
buildEntity63(c),
|
|
14105
14106
|
[buildTrait62(c)],
|
|
14106
14107
|
[buildPage63(c)]
|
|
14107
|
-
);
|
|
14108
|
+
));
|
|
14108
14109
|
}
|
|
14109
14110
|
function resolve77(params) {
|
|
14110
14111
|
const entityName = params.entityName ?? "Research";
|
|
@@ -14493,7 +14494,7 @@ function stdServiceContentPipelinePage(params) {
|
|
|
14493
14494
|
}
|
|
14494
14495
|
function stdServiceContentPipeline(params) {
|
|
14495
14496
|
const c = resolve77(params);
|
|
14496
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity64(c), [buildTrait63(c)], [buildPage64(c)]);
|
|
14497
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity64(c), [buildTrait63(c)], [buildPage64(c)]));
|
|
14497
14498
|
}
|
|
14498
14499
|
function resolve78(params) {
|
|
14499
14500
|
const entityName = params.entityName ?? "DevopsTool";
|
|
@@ -15048,12 +15049,12 @@ function stdServiceDevopsToolkit(params = {}) {
|
|
|
15048
15049
|
{ ref: storageTrait.name }
|
|
15049
15050
|
]
|
|
15050
15051
|
};
|
|
15051
|
-
return {
|
|
15052
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
15052
15053
|
name: `${c.entityName}Orbital`,
|
|
15053
15054
|
entity,
|
|
15054
15055
|
traits: [githubTrait, redisTrait, storageTrait],
|
|
15055
15056
|
pages: [page]
|
|
15056
|
-
};
|
|
15057
|
+
});
|
|
15057
15058
|
}
|
|
15058
15059
|
function resolve79(params) {
|
|
15059
15060
|
const entityName = params.entityName ?? "ApiTest";
|
|
@@ -15329,7 +15330,7 @@ function stdServiceCustomApiTester(params) {
|
|
|
15329
15330
|
[buildTrait64(c)],
|
|
15330
15331
|
[buildPage65(c)]
|
|
15331
15332
|
);
|
|
15332
|
-
return {
|
|
15333
|
+
return makeSchema(`custom-header-api`, {
|
|
15333
15334
|
...orbital,
|
|
15334
15335
|
services: [
|
|
15335
15336
|
{
|
|
@@ -15369,7 +15370,7 @@ function stdServiceCustomApiTester(params) {
|
|
|
15369
15370
|
baseUrl: c.noauthBaseUrl
|
|
15370
15371
|
}
|
|
15371
15372
|
]
|
|
15372
|
-
};
|
|
15373
|
+
});
|
|
15373
15374
|
}
|
|
15374
15375
|
|
|
15375
15376
|
// behaviors/functions/views/domain-views.ts
|
|
@@ -17707,12 +17708,12 @@ function stdServiceOauth(params = {}) {
|
|
|
17707
17708
|
const pages = [];
|
|
17708
17709
|
const page = buildPage66(c);
|
|
17709
17710
|
if (page) pages.push(page);
|
|
17710
|
-
return makeOrbital(
|
|
17711
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
17711
17712
|
`${c.entityName}Orbital`,
|
|
17712
17713
|
buildEntity66(c),
|
|
17713
17714
|
[buildTrait65(c)],
|
|
17714
17715
|
pages
|
|
17715
|
-
);
|
|
17716
|
+
));
|
|
17716
17717
|
}
|
|
17717
17718
|
|
|
17718
17719
|
// behaviors/functions/organisms/std-service-marketplace.ts
|
|
@@ -18009,12 +18010,12 @@ function stdServiceRedisPage(params = {}) {
|
|
|
18009
18010
|
}
|
|
18010
18011
|
function stdServiceRedis(params = {}) {
|
|
18011
18012
|
const c = resolve81(params);
|
|
18012
|
-
return makeOrbital(
|
|
18013
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
18013
18014
|
`${c.entityName}Orbital`,
|
|
18014
18015
|
buildEntity67(c),
|
|
18015
18016
|
[buildTrait66(c)],
|
|
18016
18017
|
[buildPage67(c)]
|
|
18017
|
-
);
|
|
18018
|
+
));
|
|
18018
18019
|
}
|
|
18019
18020
|
function resolve82(params) {
|
|
18020
18021
|
const entityName = params.entityName ?? "StorageFile";
|
|
@@ -18272,12 +18273,12 @@ function stdServiceStoragePage(params = {}) {
|
|
|
18272
18273
|
}
|
|
18273
18274
|
function stdServiceStorage(params = {}) {
|
|
18274
18275
|
const c = resolve82(params);
|
|
18275
|
-
return makeOrbital(
|
|
18276
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
18276
18277
|
`${c.entityName}Orbital`,
|
|
18277
18278
|
buildEntity68(c),
|
|
18278
18279
|
[buildTrait67(c)],
|
|
18279
18280
|
[buildPage68(c)]
|
|
18280
|
-
);
|
|
18281
|
+
));
|
|
18281
18282
|
}
|
|
18282
18283
|
function resolve83(params) {
|
|
18283
18284
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -18492,7 +18493,7 @@ function stdServiceCustomBearer(params) {
|
|
|
18492
18493
|
[buildTrait68(c)],
|
|
18493
18494
|
[buildPage69(c)]
|
|
18494
18495
|
);
|
|
18495
|
-
return {
|
|
18496
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
18496
18497
|
...orbital,
|
|
18497
18498
|
services: [{
|
|
18498
18499
|
name: "custom-bearer-api",
|
|
@@ -18503,7 +18504,7 @@ function stdServiceCustomBearer(params) {
|
|
|
18503
18504
|
secretEnv: c.secretEnvVar
|
|
18504
18505
|
}
|
|
18505
18506
|
}]
|
|
18506
|
-
};
|
|
18507
|
+
});
|
|
18507
18508
|
}
|
|
18508
18509
|
|
|
18509
18510
|
// behaviors/functions/organisms/std-service-research-assistant.ts
|
|
@@ -19013,7 +19014,7 @@ function stdAgentChatThreadPage(params = {}) {
|
|
|
19013
19014
|
}
|
|
19014
19015
|
function stdAgentChatThread(params = {}) {
|
|
19015
19016
|
const c = resolve84(params);
|
|
19016
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity70(c), [buildTrait69(c)], [buildPage70(c)]);
|
|
19017
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity70(c), [buildTrait69(c)], [buildPage70(c)]));
|
|
19017
19018
|
}
|
|
19018
19019
|
|
|
19019
19020
|
// behaviors/functions/atoms/std-agent-conversation.ts
|
|
@@ -19185,7 +19186,7 @@ function stdAgentConversation(params = {}) {
|
|
|
19185
19186
|
{ ref: agentTrait.name }
|
|
19186
19187
|
]
|
|
19187
19188
|
};
|
|
19188
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [chatThreadTrait, agentTrait], [page]);
|
|
19189
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [chatThreadTrait, agentTrait], [page]));
|
|
19189
19190
|
}
|
|
19190
19191
|
function resolve86(params) {
|
|
19191
19192
|
const entityName = params.entityName ?? "Memory";
|
|
@@ -19427,7 +19428,7 @@ function stdAgentMemory(params = {}) {
|
|
|
19427
19428
|
{ ref: agentTrait.name }
|
|
19428
19429
|
]
|
|
19429
19430
|
};
|
|
19430
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, createTrait, agentTrait], [page]);
|
|
19431
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, createTrait, agentTrait], [page]));
|
|
19431
19432
|
}
|
|
19432
19433
|
function resolve87(params) {
|
|
19433
19434
|
const entityName = params.entityName ?? "TokenUsage";
|
|
@@ -19793,7 +19794,7 @@ function stdAgentTokenGaugePage(params = {}) {
|
|
|
19793
19794
|
}
|
|
19794
19795
|
function stdAgentTokenGauge(params = {}) {
|
|
19795
19796
|
const c = resolve87(params);
|
|
19796
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity73(c), [buildTrait70(c)], [buildPage71(c)]);
|
|
19797
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity73(c), [buildTrait70(c)], [buildPage71(c)]));
|
|
19797
19798
|
}
|
|
19798
19799
|
|
|
19799
19800
|
// behaviors/functions/atoms/std-agent-context-window.ts
|
|
@@ -20013,7 +20014,7 @@ function stdAgentContextWindow(params = {}) {
|
|
|
20013
20014
|
{ ref: agentTrait.name }
|
|
20014
20015
|
]
|
|
20015
20016
|
};
|
|
20016
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [gaugeTrait, notifTrait, agentTrait], [page]);
|
|
20017
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [gaugeTrait, notifTrait, agentTrait], [page]));
|
|
20017
20018
|
}
|
|
20018
20019
|
function resolve89(params) {
|
|
20019
20020
|
const entityName = params.entityName ?? "ProviderState";
|
|
@@ -20219,7 +20220,7 @@ function stdAgentProvider(params = {}) {
|
|
|
20219
20220
|
{ ref: agentTrait.name }
|
|
20220
20221
|
]
|
|
20221
20222
|
};
|
|
20222
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
20223
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
20223
20224
|
}
|
|
20224
20225
|
|
|
20225
20226
|
// behaviors/functions/organisms/std-agent-assistant.ts
|
|
@@ -20244,7 +20245,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
20244
20245
|
pagePath: "/chat",
|
|
20245
20246
|
isInitial: true
|
|
20246
20247
|
});
|
|
20247
|
-
const
|
|
20248
|
+
const convDef = conversationOrbital.orbitals[0];
|
|
20249
|
+
const convTrait = convDef.traits[0];
|
|
20248
20250
|
convTrait.name = "AssistantConversation";
|
|
20249
20251
|
convTrait.emits = [
|
|
20250
20252
|
...convTrait.emits ?? [],
|
|
@@ -20265,7 +20267,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
20265
20267
|
pageName: "ContextPage",
|
|
20266
20268
|
pagePath: "/context"
|
|
20267
20269
|
});
|
|
20268
|
-
const
|
|
20270
|
+
const ctxDef = contextOrbital.orbitals[0];
|
|
20271
|
+
const ctxTrait = ctxDef.traits[0];
|
|
20269
20272
|
ctxTrait.name = "AssistantContextMonitor";
|
|
20270
20273
|
const providerOrbital = stdAgentProvider({
|
|
20271
20274
|
entityName: "ProviderConfig",
|
|
@@ -20274,7 +20277,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
20274
20277
|
pageName: "SettingsPage",
|
|
20275
20278
|
pagePath: "/settings"
|
|
20276
20279
|
});
|
|
20277
|
-
const
|
|
20280
|
+
const provDef = providerOrbital.orbitals[0];
|
|
20281
|
+
const provTrait = provDef.traits[0];
|
|
20278
20282
|
provTrait.name = "ProviderManager";
|
|
20279
20283
|
provTrait.emits = [
|
|
20280
20284
|
...provTrait.emits ?? [],
|
|
@@ -20564,7 +20568,7 @@ function stdAgentClassifier(params = {}) {
|
|
|
20564
20568
|
{ ref: agentTrait.name }
|
|
20565
20569
|
]
|
|
20566
20570
|
};
|
|
20567
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
20571
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
20568
20572
|
}
|
|
20569
20573
|
function resolve91(params) {
|
|
20570
20574
|
const entityName = params.entityName ?? "Completion";
|
|
@@ -20790,7 +20794,7 @@ function stdAgentCompletion(params = {}) {
|
|
|
20790
20794
|
{ ref: agentTrait.name }
|
|
20791
20795
|
]
|
|
20792
20796
|
};
|
|
20793
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
20797
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
20794
20798
|
}
|
|
20795
20799
|
|
|
20796
20800
|
// behaviors/functions/molecules/std-agent-planner.ts
|
|
@@ -21289,12 +21293,12 @@ function stdAgentPlanner(params) {
|
|
|
21289
21293
|
{ ref: memoryTrait.name }
|
|
21290
21294
|
]
|
|
21291
21295
|
};
|
|
21292
|
-
return makeOrbital(
|
|
21296
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
21293
21297
|
`${entityName}Orbital`,
|
|
21294
21298
|
entity,
|
|
21295
21299
|
[plannerTrait, modalTrait, classifierTrait, completionTrait, memoryTrait],
|
|
21296
21300
|
[page]
|
|
21297
|
-
);
|
|
21301
|
+
));
|
|
21298
21302
|
}
|
|
21299
21303
|
function resolve93(params) {
|
|
21300
21304
|
const entityName = params.entityName ?? "ToolCall";
|
|
@@ -21525,7 +21529,7 @@ function stdAgentToolCall(params = {}) {
|
|
|
21525
21529
|
{ ref: agentTrait.name }
|
|
21526
21530
|
]
|
|
21527
21531
|
};
|
|
21528
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, agentTrait], [page]);
|
|
21532
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, agentTrait], [page]));
|
|
21529
21533
|
}
|
|
21530
21534
|
function resolve94(params) {
|
|
21531
21535
|
const entityName = params.entityName ?? "StepTracker";
|
|
@@ -21809,7 +21813,7 @@ function stdAgentStepProgressPage(params = {}) {
|
|
|
21809
21813
|
}
|
|
21810
21814
|
function stdAgentStepProgress(params = {}) {
|
|
21811
21815
|
const c = resolve94(params);
|
|
21812
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity80(c), [buildTrait72(c)], [buildPage72(c)]);
|
|
21816
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity80(c), [buildTrait72(c)], [buildPage72(c)]));
|
|
21813
21817
|
}
|
|
21814
21818
|
|
|
21815
21819
|
// behaviors/functions/molecules/std-agent-tool-loop.ts
|
|
@@ -22359,12 +22363,12 @@ function stdAgentToolLoop(params) {
|
|
|
22359
22363
|
{ ref: contextTrait.name }
|
|
22360
22364
|
]
|
|
22361
22365
|
};
|
|
22362
|
-
return makeOrbital(
|
|
22366
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
22363
22367
|
`${entityName}Orbital`,
|
|
22364
22368
|
entity,
|
|
22365
22369
|
[loopTrait, stepProgressTrait, completionTrait, toolCallTrait, contextTrait],
|
|
22366
22370
|
[page]
|
|
22367
|
-
);
|
|
22371
|
+
));
|
|
22368
22372
|
}
|
|
22369
22373
|
function resolve96(params) {
|
|
22370
22374
|
const entityName = params.entityName ?? "FixLoop";
|
|
@@ -22915,12 +22919,12 @@ function stdAgentFixLoop(params) {
|
|
|
22915
22919
|
{ ref: completionTrait.name }
|
|
22916
22920
|
]
|
|
22917
22921
|
};
|
|
22918
|
-
return makeOrbital(
|
|
22922
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
22919
22923
|
`${entityName}Orbital`,
|
|
22920
22924
|
entity,
|
|
22921
22925
|
[fixTrait, stepProgressTrait, errorsBrowseTrait, validateCallTrait, fixCallTrait, completionTrait],
|
|
22922
22926
|
[page]
|
|
22923
|
-
);
|
|
22927
|
+
));
|
|
22924
22928
|
}
|
|
22925
22929
|
function resolve97(params) {
|
|
22926
22930
|
const entityName = params.entityName ?? "Session";
|
|
@@ -23191,7 +23195,7 @@ function stdAgentSession(params = {}) {
|
|
|
23191
23195
|
{ ref: agentTrait.name }
|
|
23192
23196
|
]
|
|
23193
23197
|
};
|
|
23194
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, labelTrait, agentTrait], [page]);
|
|
23198
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, labelTrait, agentTrait], [page]));
|
|
23195
23199
|
}
|
|
23196
23200
|
|
|
23197
23201
|
// behaviors/functions/organisms/std-agent-builder.ts
|
|
@@ -23215,7 +23219,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
23215
23219
|
isInitial: true,
|
|
23216
23220
|
categories: ["schema", "component", "trait", "page", "behavior"]
|
|
23217
23221
|
});
|
|
23218
|
-
const
|
|
23222
|
+
const plannerDef = plannerOrbital.orbitals[0];
|
|
23223
|
+
const plannerTrait = plannerDef.traits[0];
|
|
23219
23224
|
plannerTrait.name = "BuildPlanner";
|
|
23220
23225
|
const toolLoopOrbital = stdAgentToolLoop({
|
|
23221
23226
|
entityName: "BuildLoop",
|
|
@@ -23225,7 +23230,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
23225
23230
|
maxIterations: 10,
|
|
23226
23231
|
compactThreshold: 0.8
|
|
23227
23232
|
});
|
|
23228
|
-
const
|
|
23233
|
+
const toolLoopDef = toolLoopOrbital.orbitals[0];
|
|
23234
|
+
const toolLoopTrait = toolLoopDef.traits[0];
|
|
23229
23235
|
toolLoopTrait.name = "SchemaBuilder";
|
|
23230
23236
|
const fixLoopOrbital = stdAgentFixLoop({
|
|
23231
23237
|
entityName: "BuildFix",
|
|
@@ -23237,7 +23243,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
23237
23243
|
validateTool: "validate-schema",
|
|
23238
23244
|
fixTool: "apply-fix"
|
|
23239
23245
|
});
|
|
23240
|
-
const
|
|
23246
|
+
const fixLoopDef = fixLoopOrbital.orbitals[0];
|
|
23247
|
+
const fixLoopTrait = fixLoopDef.traits[0];
|
|
23241
23248
|
fixLoopTrait.name = "FixLoop";
|
|
23242
23249
|
const sessionOrbital = stdAgentSession({
|
|
23243
23250
|
entityName: "BuildSession",
|
|
@@ -23245,7 +23252,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
23245
23252
|
pageName: "SessionPage",
|
|
23246
23253
|
pagePath: "/session"
|
|
23247
23254
|
});
|
|
23248
|
-
const
|
|
23255
|
+
const sessionDef = sessionOrbital.orbitals[0];
|
|
23256
|
+
const sessionTrait = sessionDef.traits[0];
|
|
23249
23257
|
sessionTrait.name = "BuildSessionManager";
|
|
23250
23258
|
const taskFields = ensureIdField(params.taskFields ?? DEFAULT_TASK_FIELDS2);
|
|
23251
23259
|
const tabsTrait = extractTrait(stdTabs({
|
|
@@ -23482,7 +23490,7 @@ function stdAgentSearch(params = {}) {
|
|
|
23482
23490
|
{ ref: agentTrait.name }
|
|
23483
23491
|
]
|
|
23484
23492
|
};
|
|
23485
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, agentTrait], [page]);
|
|
23493
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, agentTrait], [page]));
|
|
23486
23494
|
}
|
|
23487
23495
|
|
|
23488
23496
|
// behaviors/functions/molecules/std-agent-rag.ts
|
|
@@ -23902,12 +23910,12 @@ function stdAgentRag(params) {
|
|
|
23902
23910
|
{ ref: completionTrait.name }
|
|
23903
23911
|
]
|
|
23904
23912
|
};
|
|
23905
|
-
return makeOrbital(
|
|
23913
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
23906
23914
|
`${entityName}Orbital`,
|
|
23907
23915
|
entity,
|
|
23908
23916
|
[ragTrait, tabsTrait, memoryTrait, searchTrait, completionTrait],
|
|
23909
23917
|
[page]
|
|
23910
|
-
);
|
|
23918
|
+
));
|
|
23911
23919
|
}
|
|
23912
23920
|
|
|
23913
23921
|
// behaviors/functions/organisms/std-agent-reviewer.ts
|
|
@@ -24142,7 +24150,8 @@ function stdAgentReviewer(params = {}) {
|
|
|
24142
24150
|
pageName: "AnalysisPage",
|
|
24143
24151
|
pagePath: "/analysis"
|
|
24144
24152
|
});
|
|
24145
|
-
const
|
|
24153
|
+
const classifierDef = classifierOrbital.orbitals[0];
|
|
24154
|
+
const classifierTrait = classifierDef.traits[0];
|
|
24146
24155
|
classifierTrait.name = "InputClassifier";
|
|
24147
24156
|
classifierTrait.emits = [
|
|
24148
24157
|
{ event: "CLASSIFIED", description: "Input has been classified", scope: "internal", payload: [{ name: "category", type: "string" }] }
|
|
@@ -24153,7 +24162,8 @@ function stdAgentReviewer(params = {}) {
|
|
|
24153
24162
|
pageName: "CompletionPage",
|
|
24154
24163
|
pagePath: "/completion"
|
|
24155
24164
|
});
|
|
24156
|
-
const
|
|
24165
|
+
const completionDef = completionOrbital.orbitals[0];
|
|
24166
|
+
const completionTrait = completionDef.traits[0];
|
|
24157
24167
|
completionTrait.name = "ReviewCompletionFlow";
|
|
24158
24168
|
const tabsTrait = extractTrait(stdTabs({
|
|
24159
24169
|
entityName: "Review",
|
|
@@ -24246,7 +24256,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
24246
24256
|
isInitial: true,
|
|
24247
24257
|
categories: ["data", "transform", "validate", "deploy", "test"]
|
|
24248
24258
|
});
|
|
24249
|
-
const
|
|
24259
|
+
const plannerDef = plannerOrbital.orbitals[0];
|
|
24260
|
+
const plannerTrait = plannerDef.traits[0];
|
|
24250
24261
|
plannerTrait.name = "PipelinePlanner";
|
|
24251
24262
|
plannerTrait.emits = [
|
|
24252
24263
|
...plannerTrait.emits ?? [],
|
|
@@ -24261,7 +24272,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
24261
24272
|
maxIterations: 20,
|
|
24262
24273
|
compactThreshold: 0.8
|
|
24263
24274
|
});
|
|
24264
|
-
const
|
|
24275
|
+
const toolLoopDef = toolLoopOrbital.orbitals[0];
|
|
24276
|
+
const toolLoopTrait = toolLoopDef.traits[0];
|
|
24265
24277
|
toolLoopTrait.name = "PipelineExecutor";
|
|
24266
24278
|
toolLoopTrait.emits = [
|
|
24267
24279
|
...toolLoopTrait.emits ?? [],
|
|
@@ -24276,7 +24288,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
24276
24288
|
pageName: "SessionPage",
|
|
24277
24289
|
pagePath: "/session"
|
|
24278
24290
|
});
|
|
24279
|
-
const
|
|
24291
|
+
const sessionDef = sessionOrbital.orbitals[0];
|
|
24292
|
+
const sessionTrait = sessionDef.traits[0];
|
|
24280
24293
|
sessionTrait.name = "PipelineSessionManager";
|
|
24281
24294
|
const memoryOrbital = stdAgentMemory({
|
|
24282
24295
|
entityName: "ExecutionLog",
|
|
@@ -24803,7 +24816,8 @@ function stdAgentTutor(params = {}) {
|
|
|
24803
24816
|
pagePath: "/teach",
|
|
24804
24817
|
isInitial: true
|
|
24805
24818
|
});
|
|
24806
|
-
const
|
|
24819
|
+
const convDef = conversationOrbital.orbitals[0];
|
|
24820
|
+
const convTrait = convDef.traits[0];
|
|
24807
24821
|
convTrait.name = "TutorConversation";
|
|
24808
24822
|
const memoryOrbital = stdAgentMemory({
|
|
24809
24823
|
entityName: "Concept",
|
|
@@ -24819,7 +24833,8 @@ function stdAgentTutor(params = {}) {
|
|
|
24819
24833
|
pageName: "AssessmentPage",
|
|
24820
24834
|
pagePath: "/assessment"
|
|
24821
24835
|
});
|
|
24822
|
-
const
|
|
24836
|
+
const clsDef = classifierOrbital.orbitals[0];
|
|
24837
|
+
const clsTrait = clsDef.traits[0];
|
|
24823
24838
|
clsTrait.name = "LevelClassifier";
|
|
24824
24839
|
const tabsTrait = extractTrait(stdTabs({
|
|
24825
24840
|
entityName: "TutorSession",
|
|
@@ -25071,7 +25086,7 @@ function stdAgentActivityLogPage(params = {}) {
|
|
|
25071
25086
|
}
|
|
25072
25087
|
function stdAgentActivityLog(params = {}) {
|
|
25073
25088
|
const c = resolve100(params);
|
|
25074
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity86(c), [buildTrait75(c)], [buildPage73(c)]);
|
|
25089
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity86(c), [buildTrait75(c)], [buildPage73(c)]));
|
|
25075
25090
|
}
|
|
25076
25091
|
function resolve101(params) {
|
|
25077
25092
|
const entityName = params.entityName ?? "LearningRecord";
|
|
@@ -25490,12 +25505,12 @@ function stdAgentLearner(params) {
|
|
|
25490
25505
|
{ ref: providerTrait.name }
|
|
25491
25506
|
]
|
|
25492
25507
|
};
|
|
25493
|
-
return makeOrbital(
|
|
25508
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
25494
25509
|
`${entityName}Orbital`,
|
|
25495
25510
|
entity,
|
|
25496
25511
|
[learnerTrait, recordsBrowseTrait, memoryTrait, completionTrait, providerTrait],
|
|
25497
25512
|
[page]
|
|
25498
|
-
);
|
|
25513
|
+
));
|
|
25499
25514
|
}
|
|
25500
25515
|
function stdValidateOnSave(params = {}) {
|
|
25501
25516
|
const {
|
|
@@ -25772,7 +25787,7 @@ function stdValidateOnSave(params = {}) {
|
|
|
25772
25787
|
traitName: "OrbFileWatcher"
|
|
25773
25788
|
})
|
|
25774
25789
|
];
|
|
25775
|
-
return makeOrbital("ValidateOnSave", entity, [trait], pages);
|
|
25790
|
+
return makeSchema("ValidateOnSave", makeOrbital("ValidateOnSave", entity, [trait], pages));
|
|
25776
25791
|
}
|
|
25777
25792
|
function resolve102(params) {
|
|
25778
25793
|
const { entityName } = params;
|
|
@@ -26004,12 +26019,12 @@ function stdServiceEmail(params) {
|
|
|
26004
26019
|
const pages = [];
|
|
26005
26020
|
const page = buildPage74(c);
|
|
26006
26021
|
if (page) pages.push(page);
|
|
26007
|
-
return makeOrbital(
|
|
26022
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26008
26023
|
`${c.entityName}Orbital`,
|
|
26009
26024
|
buildEntity88(c),
|
|
26010
26025
|
[buildTrait77(c)],
|
|
26011
26026
|
pages
|
|
26012
|
-
);
|
|
26027
|
+
));
|
|
26013
26028
|
}
|
|
26014
26029
|
function resolve103(params) {
|
|
26015
26030
|
const entityName = params.entityName ?? "Payment";
|
|
@@ -26252,12 +26267,12 @@ function stdServiceStripePage(params = {}) {
|
|
|
26252
26267
|
}
|
|
26253
26268
|
function stdServiceStripe(params = {}) {
|
|
26254
26269
|
const c = resolve103(params);
|
|
26255
|
-
return makeOrbital(
|
|
26270
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26256
26271
|
`${c.entityName}Orbital`,
|
|
26257
26272
|
buildEntity89(c),
|
|
26258
26273
|
[buildTrait78(c)],
|
|
26259
26274
|
[buildPage75(c)]
|
|
26260
|
-
);
|
|
26275
|
+
));
|
|
26261
26276
|
}
|
|
26262
26277
|
function resolve104(params) {
|
|
26263
26278
|
const entityName = params.entityName ?? "Message";
|
|
@@ -26503,12 +26518,12 @@ function stdServiceTwilio(params = {}) {
|
|
|
26503
26518
|
const pages = [];
|
|
26504
26519
|
const page = buildPage76(c);
|
|
26505
26520
|
if (page) pages.push(page);
|
|
26506
|
-
return makeOrbital(
|
|
26521
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26507
26522
|
`${c.entityName}Orbital`,
|
|
26508
26523
|
buildEntity90(c),
|
|
26509
26524
|
[buildTrait79(c)],
|
|
26510
26525
|
pages
|
|
26511
|
-
);
|
|
26526
|
+
));
|
|
26512
26527
|
}
|
|
26513
26528
|
function resolve105(params) {
|
|
26514
26529
|
const entityName = params.entityName ?? "PullRequest";
|
|
@@ -26724,12 +26739,12 @@ function stdServiceGithubPage(params = {}) {
|
|
|
26724
26739
|
}
|
|
26725
26740
|
function stdServiceGithub(params = {}) {
|
|
26726
26741
|
const c = resolve105(params);
|
|
26727
|
-
return makeOrbital(
|
|
26742
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
26728
26743
|
`${c.entityName}Orbital`,
|
|
26729
26744
|
buildEntity91(c),
|
|
26730
26745
|
[buildTrait80(c)],
|
|
26731
26746
|
[buildPage77(c)]
|
|
26732
|
-
);
|
|
26747
|
+
));
|
|
26733
26748
|
}
|
|
26734
26749
|
function resolve106(params) {
|
|
26735
26750
|
const entityName = params.entityName ?? "VideoSearch";
|
|
@@ -27038,12 +27053,12 @@ function stdServiceYoutube(params = {}) {
|
|
|
27038
27053
|
const pages = [];
|
|
27039
27054
|
const page = buildPage78(c);
|
|
27040
27055
|
if (page) pages.push(page);
|
|
27041
|
-
return makeOrbital(
|
|
27056
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
27042
27057
|
`${c.entityName}Orbital`,
|
|
27043
27058
|
buildEntity92(c),
|
|
27044
27059
|
[buildTrait81(c)],
|
|
27045
27060
|
pages
|
|
27046
|
-
);
|
|
27061
|
+
));
|
|
27047
27062
|
}
|
|
27048
27063
|
function resolve107(params) {
|
|
27049
27064
|
const entityName = params.entityName ?? "LlmTask";
|
|
@@ -27305,12 +27320,12 @@ function stdServiceLlm(params = {}) {
|
|
|
27305
27320
|
const pages = [];
|
|
27306
27321
|
const page = buildPage79(c);
|
|
27307
27322
|
if (page) pages.push(page);
|
|
27308
|
-
return makeOrbital(
|
|
27323
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
27309
27324
|
`${c.entityName}Orbital`,
|
|
27310
27325
|
buildEntity93(c),
|
|
27311
27326
|
[buildTrait82(c)],
|
|
27312
27327
|
pages
|
|
27313
|
-
);
|
|
27328
|
+
));
|
|
27314
27329
|
}
|
|
27315
27330
|
function resolve108(params) {
|
|
27316
27331
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -27526,7 +27541,7 @@ function stdServiceCustomHeader(params) {
|
|
|
27526
27541
|
[buildTrait83(c)],
|
|
27527
27542
|
[buildPage80(c)]
|
|
27528
27543
|
);
|
|
27529
|
-
return {
|
|
27544
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
27530
27545
|
...orbital,
|
|
27531
27546
|
services: [{
|
|
27532
27547
|
name: "custom-header-api",
|
|
@@ -27539,7 +27554,7 @@ function stdServiceCustomHeader(params) {
|
|
|
27539
27554
|
secretEnv: c.secretEnvVar
|
|
27540
27555
|
}
|
|
27541
27556
|
}]
|
|
27542
|
-
};
|
|
27557
|
+
});
|
|
27543
27558
|
}
|
|
27544
27559
|
function resolve109(params) {
|
|
27545
27560
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -27755,7 +27770,7 @@ function stdServiceCustomQuery(params) {
|
|
|
27755
27770
|
[buildTrait84(c)],
|
|
27756
27771
|
[buildPage81(c)]
|
|
27757
27772
|
);
|
|
27758
|
-
return {
|
|
27773
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
27759
27774
|
...orbital,
|
|
27760
27775
|
services: [{
|
|
27761
27776
|
name: "custom-query-api",
|
|
@@ -27768,7 +27783,7 @@ function stdServiceCustomQuery(params) {
|
|
|
27768
27783
|
secretEnv: c.secretEnvVar
|
|
27769
27784
|
}
|
|
27770
27785
|
}]
|
|
27771
|
-
};
|
|
27786
|
+
});
|
|
27772
27787
|
}
|
|
27773
27788
|
function resolve110(params) {
|
|
27774
27789
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -27982,14 +27997,14 @@ function stdServiceCustomNoauth(params) {
|
|
|
27982
27997
|
[buildTrait85(c)],
|
|
27983
27998
|
[buildPage82(c)]
|
|
27984
27999
|
);
|
|
27985
|
-
return {
|
|
28000
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
27986
28001
|
...orbital,
|
|
27987
28002
|
services: [{
|
|
27988
28003
|
name: "custom-noauth-api",
|
|
27989
28004
|
type: "rest",
|
|
27990
28005
|
baseUrl: c.baseUrl
|
|
27991
28006
|
}]
|
|
27992
|
-
};
|
|
28007
|
+
});
|
|
27993
28008
|
}
|
|
27994
28009
|
|
|
27995
28010
|
// behaviors/exports-reader.ts
|