@almadar/std 5.2.1 → 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 +45 -4
- 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 +45 -4
- 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 +45 -4
- package/dist/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/dist/exports/atoms/std-agent-classifier.orb +8 -4
- package/dist/exports/atoms/std-agent-completion.orb +8 -4
- package/dist/exports/atoms/std-agent-context-window.orb +4 -4
- package/dist/exports/atoms/std-agent-conversation.orb +71 -4
- package/dist/exports/atoms/std-agent-memory.orb +12 -4
- package/dist/exports/atoms/std-agent-provider.orb +8 -4
- package/dist/exports/atoms/std-agent-search.orb +4 -4
- package/dist/exports/atoms/std-agent-session.orb +16 -4
- package/dist/exports/atoms/std-agent-step-progress.orb +4 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -4
- package/dist/exports/atoms/std-async.orb +8 -4
- package/dist/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/exports/atoms/std-browse.orb +4 -4
- package/dist/exports/atoms/std-cache-aside.orb +8 -4
- package/dist/exports/atoms/std-calendar.orb +4 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +4 -4
- package/dist/exports/atoms/std-collision.orb +4 -4
- package/dist/exports/atoms/std-combat-log.orb +4 -4
- package/dist/exports/atoms/std-combat.orb +4 -4
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-dialogue-box.orb +4 -4
- package/dist/exports/atoms/std-display.orb +4 -4
- package/dist/exports/atoms/std-drawer.orb +4 -4
- package/dist/exports/atoms/std-filter.orb +4 -4
- package/dist/exports/atoms/std-flip-card.orb +4 -4
- package/dist/exports/atoms/std-gallery.orb +4 -4
- package/dist/exports/atoms/std-game-audio.orb +4 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +2 -3
- package/dist/exports/atoms/std-game-canvas3d.orb +2 -3
- package/dist/exports/atoms/std-game-hud.orb +4 -4
- package/dist/exports/atoms/std-game-menu.orb +4 -4
- package/dist/exports/atoms/std-game-over-screen.orb +4 -4
- package/dist/exports/atoms/std-gameflow.orb +4 -4
- package/dist/exports/atoms/std-input.orb +4 -4
- package/dist/exports/atoms/std-inventory-panel.orb +8 -4
- package/dist/exports/atoms/std-isometric-canvas.orb +4 -4
- package/dist/exports/atoms/std-loading.orb +4 -4
- package/dist/exports/atoms/std-modal.orb +4 -4
- package/dist/exports/atoms/std-movement.orb +4 -4
- package/dist/exports/atoms/std-notification.orb +4 -4
- package/dist/exports/atoms/std-overworld.orb +4 -4
- package/dist/exports/atoms/std-pagination.orb +4 -4
- package/dist/exports/atoms/std-physics2d.orb +4 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +4 -4
- package/dist/exports/atoms/std-quest.orb +8 -4
- package/dist/exports/atoms/std-rate-limiter.orb +4 -4
- package/dist/exports/atoms/std-rating.orb +4 -4
- package/dist/exports/atoms/std-score-board.orb +4 -4
- package/dist/exports/atoms/std-score.orb +4 -4
- package/dist/exports/atoms/std-search.orb +4 -4
- package/dist/exports/atoms/std-selection.orb +4 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/dist/exports/atoms/std-service-custom-header.orb +17 -4
- package/dist/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/dist/exports/atoms/std-service-custom-query.orb +17 -4
- package/dist/exports/atoms/std-service-email.orb +4 -4
- package/dist/exports/atoms/std-service-github.orb +4 -4
- package/dist/exports/atoms/std-service-llm.orb +4 -4
- package/dist/exports/atoms/std-service-oauth.orb +4 -4
- package/dist/exports/atoms/std-service-redis.orb +4 -4
- package/dist/exports/atoms/std-service-storage.orb +4 -4
- package/dist/exports/atoms/std-service-stripe.orb +4 -4
- package/dist/exports/atoms/std-service-twilio.orb +4 -4
- package/dist/exports/atoms/std-service-youtube.orb +4 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +4 -4
- package/dist/exports/atoms/std-sort.orb +4 -4
- package/dist/exports/atoms/std-sprite.orb +4 -4
- package/dist/exports/atoms/std-tabs.orb +4 -4
- package/dist/exports/atoms/std-text-effects.orb +4 -4
- package/dist/exports/atoms/std-theme.orb +4 -4
- package/dist/exports/atoms/std-timer.orb +4 -4
- package/dist/exports/atoms/std-undo.orb +4 -4
- package/dist/exports/atoms/std-upload.orb +4 -4
- package/dist/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/exports/atoms/std-wizard.orb +4 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/dist/exports/molecules/std-agent-learner.orb +851 -622
- package/dist/exports/molecules/std-agent-planner.orb +869 -617
- package/dist/exports/molecules/std-agent-rag.orb +765 -563
- package/dist/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/dist/exports/molecules/std-builder-game.orb +4 -4
- package/dist/exports/molecules/std-cart.orb +317 -195
- package/dist/exports/molecules/std-classifier-game.orb +4 -4
- package/dist/exports/molecules/std-debugger-game.orb +4 -4
- package/dist/exports/molecules/std-detail.orb +469 -308
- package/dist/exports/molecules/std-event-handler-game.orb +4 -4
- package/dist/exports/molecules/std-form-advanced.orb +8 -4
- package/dist/exports/molecules/std-geospatial.orb +518 -362
- package/dist/exports/molecules/std-inventory.orb +649 -389
- package/dist/exports/molecules/std-list.orb +870 -527
- package/dist/exports/molecules/std-messaging.orb +454 -294
- package/dist/exports/molecules/std-negotiator-game.orb +4 -4
- package/dist/exports/molecules/std-platformer-game.orb +4 -4
- package/dist/exports/molecules/std-puzzle-game.orb +4 -4
- package/dist/exports/molecules/std-quiz.orb +4 -4
- package/dist/exports/molecules/std-sequencer-game.orb +4 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/dist/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +4 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +4 -4
- package/dist/exports/molecules/std-simulator-game.orb +4 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +4 -4
- package/dist/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/exports/organisms/std-agent-builder.orb +1309 -787
- package/dist/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/dist/exports/organisms/std-agent-reviewer.orb +370 -292
- package/dist/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/exports/organisms/std-api-gateway.orb +16 -4
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +28 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/dist/exports/organisms/std-cms.orb +32 -4
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +32 -4
- package/dist/exports/organisms/std-devops-dashboard.orb +16 -4
- package/dist/exports/organisms/std-ecommerce.orb +36 -4
- package/dist/exports/organisms/std-finance-tracker.orb +20 -4
- package/dist/exports/organisms/std-healthcare.orb +32 -4
- package/dist/exports/organisms/std-helpdesk.orb +20 -4
- package/dist/exports/organisms/std-hr-portal.orb +28 -4
- package/dist/exports/organisms/std-iot-dashboard.orb +16 -4
- package/dist/exports/organisms/std-lms.orb +16 -4
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/exports/organisms/std-project-manager.orb +28 -4
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +20 -4
- package/dist/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/exports/organisms/std-service-marketplace.orb +36 -8
- package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/exports/organisms/std-social-feed.orb +12 -4
- package/dist/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/exports/organisms/std-trading-dashboard.orb +20 -4
- package/dist/exports/validation-report.json +1803 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +209 -194
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { wire, plural, pipe, mergeOrbitals, makePage, makeOrbital, makeEntity, extractTrait, ensureIdField, connect, compose } from '@almadar/core/builders';
|
|
2
|
-
export { compose, connect, ensureIdField, extractTrait, makeEntity, makeOrbital, makePage, mergeOrbitals, pipe, plural, wire } from '@almadar/core/builders';
|
|
1
|
+
import { wire, plural, pipe, mergeOrbitals, makeSchema, makePage, makeOrbital, makeEntity, extractTrait, ensureIdField, connect, compose } from '@almadar/core/builders';
|
|
2
|
+
export { compose, connect, ensureIdField, extractTrait, makeEntity, makeOrbital, makePage, makeSchema, mergeOrbitals, pipe, plural, wire } from '@almadar/core/builders';
|
|
3
3
|
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __export = (target, all) => {
|
|
@@ -4145,6 +4145,7 @@ __export(functions_exports, {
|
|
|
4145
4145
|
makeEntity: () => makeEntity,
|
|
4146
4146
|
makeOrbital: () => makeOrbital,
|
|
4147
4147
|
makePage: () => makePage,
|
|
4148
|
+
makeSchema: () => makeSchema,
|
|
4148
4149
|
mergeOrbitals: () => mergeOrbitals,
|
|
4149
4150
|
pipe: () => pipe,
|
|
4150
4151
|
plural: () => plural,
|
|
@@ -4848,7 +4849,7 @@ function stdBrowsePage(params) {
|
|
|
4848
4849
|
}
|
|
4849
4850
|
function stdBrowse(params) {
|
|
4850
4851
|
const c = resolve(params);
|
|
4851
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity(c), [buildTrait(c)], [buildPage(c)]);
|
|
4852
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity(c), [buildTrait(c)], [buildPage(c)]));
|
|
4852
4853
|
}
|
|
4853
4854
|
function resolve2(params) {
|
|
4854
4855
|
const { entityName } = params;
|
|
@@ -5032,7 +5033,7 @@ function stdModalPage(params) {
|
|
|
5032
5033
|
}
|
|
5033
5034
|
function stdModal(params) {
|
|
5034
5035
|
const c = resolve2(params);
|
|
5035
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity2(c), [buildTrait2(c)], [buildPage2(c)]);
|
|
5036
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity2(c), [buildTrait2(c)], [buildPage2(c)]));
|
|
5036
5037
|
}
|
|
5037
5038
|
function resolve3(params) {
|
|
5038
5039
|
const { entityName } = params;
|
|
@@ -5210,12 +5211,12 @@ function stdConfirmationPage(params) {
|
|
|
5210
5211
|
}
|
|
5211
5212
|
function stdConfirmation(params) {
|
|
5212
5213
|
const c = resolve3(params);
|
|
5213
|
-
return makeOrbital(
|
|
5214
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5214
5215
|
`${c.entityName}Orbital`,
|
|
5215
5216
|
buildEntity3(c),
|
|
5216
5217
|
[buildTrait3(c)],
|
|
5217
5218
|
[buildPage3(c)]
|
|
5218
|
-
);
|
|
5219
|
+
));
|
|
5219
5220
|
}
|
|
5220
5221
|
function resolve4(params) {
|
|
5221
5222
|
const { entityName } = params;
|
|
@@ -5381,12 +5382,12 @@ function stdSearchPage(params) {
|
|
|
5381
5382
|
}
|
|
5382
5383
|
function stdSearch(params) {
|
|
5383
5384
|
const c = resolve4(params);
|
|
5384
|
-
return makeOrbital(
|
|
5385
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5385
5386
|
`${c.entityName}Orbital`,
|
|
5386
5387
|
buildEntity4(c),
|
|
5387
5388
|
[buildTrait4(c)],
|
|
5388
5389
|
[buildPage4(c)]
|
|
5389
|
-
);
|
|
5390
|
+
));
|
|
5390
5391
|
}
|
|
5391
5392
|
function resolve5(params) {
|
|
5392
5393
|
const { entityName } = params;
|
|
@@ -5573,7 +5574,7 @@ function stdFilterPage(params) {
|
|
|
5573
5574
|
}
|
|
5574
5575
|
function stdFilter(params) {
|
|
5575
5576
|
const c = resolve5(params);
|
|
5576
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity5(c), [buildTrait5(c)], [buildPage5(c)]);
|
|
5577
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity5(c), [buildTrait5(c)], [buildPage5(c)]));
|
|
5577
5578
|
}
|
|
5578
5579
|
function resolve6(params) {
|
|
5579
5580
|
const { entityName } = params;
|
|
@@ -5733,7 +5734,7 @@ function stdSortPage(params) {
|
|
|
5733
5734
|
}
|
|
5734
5735
|
function stdSort(params) {
|
|
5735
5736
|
const c = resolve6(params);
|
|
5736
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity6(c), [buildTrait6(c)], [buildPage6(c)]);
|
|
5737
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity6(c), [buildTrait6(c)], [buildPage6(c)]));
|
|
5737
5738
|
}
|
|
5738
5739
|
function resolve7(params) {
|
|
5739
5740
|
const { entityName } = params;
|
|
@@ -5905,12 +5906,12 @@ function stdPaginationPage(params) {
|
|
|
5905
5906
|
}
|
|
5906
5907
|
function stdPagination(params) {
|
|
5907
5908
|
const c = resolve7(params);
|
|
5908
|
-
return makeOrbital(
|
|
5909
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
5909
5910
|
`${c.entityName}Orbital`,
|
|
5910
5911
|
buildEntity7(c),
|
|
5911
5912
|
[buildTrait7(c)],
|
|
5912
5913
|
[buildPage7(c)]
|
|
5913
|
-
);
|
|
5914
|
+
));
|
|
5914
5915
|
}
|
|
5915
5916
|
function resolve8(params) {
|
|
5916
5917
|
const { entityName } = params;
|
|
@@ -6098,12 +6099,12 @@ function stdDrawerPage(params) {
|
|
|
6098
6099
|
}
|
|
6099
6100
|
function stdDrawer(params) {
|
|
6100
6101
|
const c = resolve8(params);
|
|
6101
|
-
return makeOrbital(
|
|
6102
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
6102
6103
|
`${c.entityName}Orbital`,
|
|
6103
6104
|
buildEntity8(c),
|
|
6104
6105
|
[buildTrait8(c)],
|
|
6105
6106
|
[buildPage8(c)]
|
|
6106
|
-
);
|
|
6107
|
+
));
|
|
6107
6108
|
}
|
|
6108
6109
|
function resolve9(params) {
|
|
6109
6110
|
const { entityName } = params;
|
|
@@ -6276,12 +6277,12 @@ function stdNotificationPage(params) {
|
|
|
6276
6277
|
}
|
|
6277
6278
|
function stdNotification(params) {
|
|
6278
6279
|
const c = resolve9(params);
|
|
6279
|
-
return makeOrbital(
|
|
6280
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
6280
6281
|
`${c.entityName}Orbital`,
|
|
6281
6282
|
buildEntity9(c),
|
|
6282
6283
|
[buildTrait9(c)],
|
|
6283
6284
|
[buildPage9(c)]
|
|
6284
|
-
);
|
|
6285
|
+
));
|
|
6285
6286
|
}
|
|
6286
6287
|
function resolve10(params) {
|
|
6287
6288
|
const { entityName } = params;
|
|
@@ -6533,12 +6534,12 @@ function stdTimerPage(params) {
|
|
|
6533
6534
|
}
|
|
6534
6535
|
function stdTimer(params) {
|
|
6535
6536
|
const c = resolve10(params);
|
|
6536
|
-
return makeOrbital(
|
|
6537
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
6537
6538
|
`${c.entityName}Orbital`,
|
|
6538
6539
|
buildEntity10(c),
|
|
6539
6540
|
[buildTrait10(c)],
|
|
6540
6541
|
[buildPage10(c)]
|
|
6541
|
-
);
|
|
6542
|
+
));
|
|
6542
6543
|
}
|
|
6543
6544
|
function resolve11(params) {
|
|
6544
6545
|
const { entityName } = params;
|
|
@@ -6659,7 +6660,7 @@ function stdTabsPage(params) {
|
|
|
6659
6660
|
}
|
|
6660
6661
|
function stdTabs(params) {
|
|
6661
6662
|
const c = resolve11(params);
|
|
6662
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity11(c), [buildTrait11(c)], [buildPage11(c)]);
|
|
6663
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity11(c), [buildTrait11(c)], [buildPage11(c)]));
|
|
6663
6664
|
}
|
|
6664
6665
|
function resolve12(params) {
|
|
6665
6666
|
const { entityName } = params;
|
|
@@ -6873,12 +6874,12 @@ function stdLoadingPage(params) {
|
|
|
6873
6874
|
}
|
|
6874
6875
|
function stdLoading(params) {
|
|
6875
6876
|
const c = resolve12(params);
|
|
6876
|
-
return makeOrbital(
|
|
6877
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
6877
6878
|
`${c.entityName}Orbital`,
|
|
6878
6879
|
buildEntity12(c),
|
|
6879
6880
|
[buildTrait12(c)],
|
|
6880
6881
|
[buildPage12(c)]
|
|
6881
|
-
);
|
|
6882
|
+
));
|
|
6882
6883
|
}
|
|
6883
6884
|
function resolve13(params) {
|
|
6884
6885
|
const { entityName } = params;
|
|
@@ -7163,12 +7164,12 @@ function stdSelectionPage(params) {
|
|
|
7163
7164
|
}
|
|
7164
7165
|
function stdSelection(params) {
|
|
7165
7166
|
const c = resolve13(params);
|
|
7166
|
-
return makeOrbital(
|
|
7167
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7167
7168
|
`${c.entityName}Orbital`,
|
|
7168
7169
|
buildEntity13(c),
|
|
7169
7170
|
[buildTrait13(c)],
|
|
7170
7171
|
[buildPage13(c)]
|
|
7171
|
-
);
|
|
7172
|
+
));
|
|
7172
7173
|
}
|
|
7173
7174
|
function resolve14(params) {
|
|
7174
7175
|
const { entityName } = params;
|
|
@@ -7294,7 +7295,7 @@ function stdUndoPage(params) {
|
|
|
7294
7295
|
}
|
|
7295
7296
|
function stdUndo(params) {
|
|
7296
7297
|
const c = resolve14(params);
|
|
7297
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity14(c), [buildTrait14(c)], [buildPage14(c)]);
|
|
7298
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity14(c), [buildTrait14(c)], [buildPage14(c)]));
|
|
7298
7299
|
}
|
|
7299
7300
|
function resolve15(params) {
|
|
7300
7301
|
const { entityName } = params;
|
|
@@ -7492,12 +7493,12 @@ function stdInputPage(params) {
|
|
|
7492
7493
|
}
|
|
7493
7494
|
function stdInput(params) {
|
|
7494
7495
|
const c = resolve15(params);
|
|
7495
|
-
return makeOrbital(
|
|
7496
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7496
7497
|
`${c.entityName}Orbital`,
|
|
7497
7498
|
buildEntity15(c),
|
|
7498
7499
|
[buildTrait15(c)],
|
|
7499
7500
|
[buildPage15(c)]
|
|
7500
|
-
);
|
|
7501
|
+
));
|
|
7501
7502
|
}
|
|
7502
7503
|
function resolve16(params) {
|
|
7503
7504
|
const { entityName } = params;
|
|
@@ -7750,12 +7751,12 @@ function stdWizardPage(params) {
|
|
|
7750
7751
|
}
|
|
7751
7752
|
function stdWizard(params) {
|
|
7752
7753
|
const c = resolve16(params);
|
|
7753
|
-
return makeOrbital(
|
|
7754
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7754
7755
|
`${c.entityName}Orbital`,
|
|
7755
7756
|
buildEntity16(c),
|
|
7756
7757
|
[buildTrait16(c)],
|
|
7757
7758
|
[buildPage16(c)]
|
|
7758
|
-
);
|
|
7759
|
+
));
|
|
7759
7760
|
}
|
|
7760
7761
|
function resolve17(params) {
|
|
7761
7762
|
const { entityName } = params;
|
|
@@ -7884,12 +7885,12 @@ function stdDisplayPage(params) {
|
|
|
7884
7885
|
}
|
|
7885
7886
|
function stdDisplay(params) {
|
|
7886
7887
|
const c = resolve17(params);
|
|
7887
|
-
return makeOrbital(
|
|
7888
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
7888
7889
|
`${c.entityName}Orbital`,
|
|
7889
7890
|
makeEntity({ name: c.entityName, fields: c.fields, persistence: c.persistence, collection: c.collection }),
|
|
7890
7891
|
[buildTrait17(c)],
|
|
7891
7892
|
[makePage({ name: c.pageName, path: c.pagePath, traitName: c.traitName, isInitial: c.isInitial })]
|
|
7892
|
-
);
|
|
7893
|
+
));
|
|
7893
7894
|
}
|
|
7894
7895
|
function resolve18(params) {
|
|
7895
7896
|
const { entityName } = params;
|
|
@@ -8083,12 +8084,12 @@ function stdAsyncPage(params) {
|
|
|
8083
8084
|
}
|
|
8084
8085
|
function stdAsync(params) {
|
|
8085
8086
|
const c = resolve18(params);
|
|
8086
|
-
return makeOrbital(
|
|
8087
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
8087
8088
|
`${c.entityName}Orbital`,
|
|
8088
8089
|
buildEntity17(c),
|
|
8089
8090
|
[buildTrait18(c)],
|
|
8090
8091
|
[buildPage17(c)]
|
|
8091
|
-
);
|
|
8092
|
+
));
|
|
8092
8093
|
}
|
|
8093
8094
|
function resolve19(params) {
|
|
8094
8095
|
const { entityName } = params;
|
|
@@ -8273,12 +8274,12 @@ function stdCombatPage(params) {
|
|
|
8273
8274
|
}
|
|
8274
8275
|
function stdCombat(params) {
|
|
8275
8276
|
const c = resolve19(params);
|
|
8276
|
-
return makeOrbital(
|
|
8277
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
8277
8278
|
`${c.entityName}Orbital`,
|
|
8278
8279
|
buildEntity18(c),
|
|
8279
8280
|
[buildTrait19(c)],
|
|
8280
8281
|
[buildPage18(c)]
|
|
8281
|
-
);
|
|
8282
|
+
));
|
|
8282
8283
|
}
|
|
8283
8284
|
function resolve20(params) {
|
|
8284
8285
|
const { entityName } = params;
|
|
@@ -8462,12 +8463,12 @@ function stdGameflowPage(params) {
|
|
|
8462
8463
|
}
|
|
8463
8464
|
function stdGameflow(params) {
|
|
8464
8465
|
const c = resolve20(params);
|
|
8465
|
-
return makeOrbital(
|
|
8466
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
8466
8467
|
`${c.entityName}Orbital`,
|
|
8467
8468
|
buildEntity19(c),
|
|
8468
8469
|
[buildTrait20(c)],
|
|
8469
8470
|
[buildPage19(c)]
|
|
8470
|
-
);
|
|
8471
|
+
));
|
|
8471
8472
|
}
|
|
8472
8473
|
function resolve21(params) {
|
|
8473
8474
|
const { entityName } = params;
|
|
@@ -8731,12 +8732,12 @@ function stdMovementPage(params) {
|
|
|
8731
8732
|
}
|
|
8732
8733
|
function stdMovement(params) {
|
|
8733
8734
|
const c = resolve21(params);
|
|
8734
|
-
return makeOrbital(
|
|
8735
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
8735
8736
|
`${c.entityName}Orbital`,
|
|
8736
8737
|
buildEntity20(c),
|
|
8737
8738
|
[buildTrait21(c)],
|
|
8738
8739
|
[buildPage20(c)]
|
|
8739
|
-
);
|
|
8740
|
+
));
|
|
8740
8741
|
}
|
|
8741
8742
|
function resolve22(params) {
|
|
8742
8743
|
const { entityName } = params;
|
|
@@ -9063,12 +9064,12 @@ function stdQuestPage(params) {
|
|
|
9063
9064
|
}
|
|
9064
9065
|
function stdQuest(params) {
|
|
9065
9066
|
const c = resolve22(params);
|
|
9066
|
-
return makeOrbital(
|
|
9067
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
9067
9068
|
`${c.entityName}Orbital`,
|
|
9068
9069
|
buildEntity21(c),
|
|
9069
9070
|
[buildTrait22(c)],
|
|
9070
9071
|
[buildPage21(c)]
|
|
9071
|
-
);
|
|
9072
|
+
));
|
|
9072
9073
|
}
|
|
9073
9074
|
function resolve23(params) {
|
|
9074
9075
|
const { entityName } = params;
|
|
@@ -9296,12 +9297,12 @@ function stdOverworldPage(params) {
|
|
|
9296
9297
|
}
|
|
9297
9298
|
function stdOverworld(params) {
|
|
9298
9299
|
const c = resolve23(params);
|
|
9299
|
-
return makeOrbital(
|
|
9300
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
9300
9301
|
`${c.entityName}Orbital`,
|
|
9301
9302
|
buildEntity22(c),
|
|
9302
9303
|
[buildTrait23(c)],
|
|
9303
9304
|
[buildPage22(c)]
|
|
9304
|
-
);
|
|
9305
|
+
));
|
|
9305
9306
|
}
|
|
9306
9307
|
function resolve24(params) {
|
|
9307
9308
|
const { entityName } = params;
|
|
@@ -9528,12 +9529,12 @@ function stdCircuitBreakerPage(params) {
|
|
|
9528
9529
|
}
|
|
9529
9530
|
function stdCircuitBreaker(params) {
|
|
9530
9531
|
const c = resolve24(params);
|
|
9531
|
-
return makeOrbital(
|
|
9532
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
9532
9533
|
`${c.entityName}Orbital`,
|
|
9533
9534
|
buildEntity23(c),
|
|
9534
9535
|
[buildTrait24(c)],
|
|
9535
9536
|
[buildPage23(c)]
|
|
9536
|
-
);
|
|
9537
|
+
));
|
|
9537
9538
|
}
|
|
9538
9539
|
function resolve25(params) {
|
|
9539
9540
|
const { entityName } = params;
|
|
@@ -9832,12 +9833,12 @@ function stdCacheAsidePage(params) {
|
|
|
9832
9833
|
}
|
|
9833
9834
|
function stdCacheAside(params) {
|
|
9834
9835
|
const c = resolve25(params);
|
|
9835
|
-
return makeOrbital(
|
|
9836
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
9836
9837
|
`${c.entityName}Orbital`,
|
|
9837
9838
|
buildEntity24(c),
|
|
9838
9839
|
[buildTrait25(c)],
|
|
9839
9840
|
[buildPage24(c)]
|
|
9840
|
-
);
|
|
9841
|
+
));
|
|
9841
9842
|
}
|
|
9842
9843
|
function resolve26(params) {
|
|
9843
9844
|
const { entityName } = params;
|
|
@@ -9997,12 +9998,12 @@ function stdScorePage(params) {
|
|
|
9997
9998
|
}
|
|
9998
9999
|
function stdScore(params) {
|
|
9999
10000
|
const c = resolve26(params);
|
|
10000
|
-
return makeOrbital(
|
|
10001
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
10001
10002
|
`${c.entityName}Orbital`,
|
|
10002
10003
|
buildEntity25(c),
|
|
10003
10004
|
[buildTrait26(c)],
|
|
10004
10005
|
[buildPage25(c)]
|
|
10005
|
-
);
|
|
10006
|
+
));
|
|
10006
10007
|
}
|
|
10007
10008
|
function resolve27(params) {
|
|
10008
10009
|
const { entityName } = params;
|
|
@@ -10171,7 +10172,7 @@ function stdCalendarPage(params) {
|
|
|
10171
10172
|
}
|
|
10172
10173
|
function stdCalendar(params) {
|
|
10173
10174
|
const c = resolve27(params);
|
|
10174
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity26(c), [buildTrait27(c)], [buildPage26(c)]);
|
|
10175
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity26(c), [buildTrait27(c)], [buildPage26(c)]));
|
|
10175
10176
|
}
|
|
10176
10177
|
function resolve28(params) {
|
|
10177
10178
|
const { entityName } = params;
|
|
@@ -10301,7 +10302,7 @@ function stdGalleryPage(params) {
|
|
|
10301
10302
|
}
|
|
10302
10303
|
function stdGallery(params) {
|
|
10303
10304
|
const c = resolve28(params);
|
|
10304
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity27(c), [buildTrait28(c)], [buildPage27(c)]);
|
|
10305
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity27(c), [buildTrait28(c)], [buildPage27(c)]));
|
|
10305
10306
|
}
|
|
10306
10307
|
function resolve29(params) {
|
|
10307
10308
|
const { entityName } = params;
|
|
@@ -10460,7 +10461,7 @@ function stdFlipCardPage(params) {
|
|
|
10460
10461
|
}
|
|
10461
10462
|
function stdFlipCard(params) {
|
|
10462
10463
|
const c = resolve29(params);
|
|
10463
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity28(c), [buildTrait29(c)], [buildPage28(c)]);
|
|
10464
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity28(c), [buildTrait29(c)], [buildPage28(c)]));
|
|
10464
10465
|
}
|
|
10465
10466
|
function resolve30(params) {
|
|
10466
10467
|
const { entityName } = params;
|
|
@@ -10576,7 +10577,7 @@ function stdRatingPage(params) {
|
|
|
10576
10577
|
}
|
|
10577
10578
|
function stdRating(params) {
|
|
10578
10579
|
const c = resolve30(params);
|
|
10579
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity29(c), [buildTrait30(c)], [buildPage29(c)]);
|
|
10580
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity29(c), [buildTrait30(c)], [buildPage29(c)]));
|
|
10580
10581
|
}
|
|
10581
10582
|
function resolve31(params) {
|
|
10582
10583
|
const { entityName } = params;
|
|
@@ -10736,7 +10737,7 @@ function stdUploadPage(params) {
|
|
|
10736
10737
|
}
|
|
10737
10738
|
function stdUpload(params) {
|
|
10738
10739
|
const c = resolve31(params);
|
|
10739
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity30(c), [buildTrait31(c)], [buildPage30(c)]);
|
|
10740
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity30(c), [buildTrait31(c)], [buildPage30(c)]));
|
|
10740
10741
|
}
|
|
10741
10742
|
function resolve32(params) {
|
|
10742
10743
|
const { entityName } = params;
|
|
@@ -10865,7 +10866,7 @@ function stdThemePage(params) {
|
|
|
10865
10866
|
}
|
|
10866
10867
|
function stdTheme(params) {
|
|
10867
10868
|
const c = resolve32(params);
|
|
10868
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity31(c), [buildTrait32(c)], [buildPage31(c)]);
|
|
10869
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity31(c), [buildTrait32(c)], [buildPage31(c)]));
|
|
10869
10870
|
}
|
|
10870
10871
|
function resolve33(params) {
|
|
10871
10872
|
const { entityName } = params;
|
|
@@ -11027,7 +11028,7 @@ function stdTextEffectsPage(params) {
|
|
|
11027
11028
|
}
|
|
11028
11029
|
function stdTextEffects(params) {
|
|
11029
11030
|
const c = resolve33(params);
|
|
11030
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity32(c), [buildTrait33(c)], [buildPage32(c)]);
|
|
11031
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity32(c), [buildTrait33(c)], [buildPage32(c)]));
|
|
11031
11032
|
}
|
|
11032
11033
|
function resolve34(params) {
|
|
11033
11034
|
const { entityName } = params;
|
|
@@ -11223,12 +11224,12 @@ function stdCollisionPage(params) {
|
|
|
11223
11224
|
}
|
|
11224
11225
|
function stdCollision(params) {
|
|
11225
11226
|
const c = resolve34(params);
|
|
11226
|
-
return makeOrbital(
|
|
11227
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11227
11228
|
`${c.entityName}Orbital`,
|
|
11228
11229
|
buildEntity33(c),
|
|
11229
11230
|
[buildTrait34(c)],
|
|
11230
11231
|
[buildPage33(c)]
|
|
11231
|
-
);
|
|
11232
|
+
));
|
|
11232
11233
|
}
|
|
11233
11234
|
function resolve35(params) {
|
|
11234
11235
|
const { entityName } = params;
|
|
@@ -11387,12 +11388,12 @@ function stdPhysics2dPage(params) {
|
|
|
11387
11388
|
}
|
|
11388
11389
|
function stdPhysics2d(params) {
|
|
11389
11390
|
const c = resolve35(params);
|
|
11390
|
-
return makeOrbital(
|
|
11391
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11391
11392
|
`${c.entityName}Orbital`,
|
|
11392
11393
|
buildEntity34(c),
|
|
11393
11394
|
[buildTrait35(c)],
|
|
11394
11395
|
[buildPage34(c)]
|
|
11395
|
-
);
|
|
11396
|
+
));
|
|
11396
11397
|
}
|
|
11397
11398
|
function resolve36(params) {
|
|
11398
11399
|
const { entityName } = params;
|
|
@@ -11599,12 +11600,12 @@ function stdRateLimiterPage(params) {
|
|
|
11599
11600
|
}
|
|
11600
11601
|
function stdRateLimiter(params) {
|
|
11601
11602
|
const c = resolve36(params);
|
|
11602
|
-
return makeOrbital(
|
|
11603
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
11603
11604
|
`${c.entityName}Orbital`,
|
|
11604
11605
|
buildEntity35(c),
|
|
11605
11606
|
[buildTrait36(c)],
|
|
11606
11607
|
[buildPage35(c)]
|
|
11607
|
-
);
|
|
11608
|
+
));
|
|
11608
11609
|
}
|
|
11609
11610
|
function resolve37(params) {
|
|
11610
11611
|
const { entityName } = params;
|
|
@@ -11673,7 +11674,7 @@ function stdGameHudPage(params) {
|
|
|
11673
11674
|
}
|
|
11674
11675
|
function stdGameHud(params) {
|
|
11675
11676
|
const c = resolve37(params);
|
|
11676
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity36(c), [buildTrait37(c)], [buildPage36(c)]);
|
|
11677
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity36(c), [buildTrait37(c)], [buildPage36(c)]));
|
|
11677
11678
|
}
|
|
11678
11679
|
function resolve38(params) {
|
|
11679
11680
|
const { entityName } = params;
|
|
@@ -11757,7 +11758,7 @@ function stdScoreBoardPage(params) {
|
|
|
11757
11758
|
}
|
|
11758
11759
|
function stdScoreBoard(params) {
|
|
11759
11760
|
const c = resolve38(params);
|
|
11760
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity37(c), [buildTrait38(c)], [buildPage37(c)]);
|
|
11761
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity37(c), [buildTrait38(c)], [buildPage37(c)]));
|
|
11761
11762
|
}
|
|
11762
11763
|
function resolve39(params) {
|
|
11763
11764
|
const { entityName } = params;
|
|
@@ -11837,7 +11838,7 @@ function stdGameMenuPage(params) {
|
|
|
11837
11838
|
}
|
|
11838
11839
|
function stdGameMenu(params) {
|
|
11839
11840
|
const c = resolve39(params);
|
|
11840
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity38(c), [buildTrait39(c)], [buildPage38(c)]);
|
|
11841
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity38(c), [buildTrait39(c)], [buildPage38(c)]));
|
|
11841
11842
|
}
|
|
11842
11843
|
function resolve40(params) {
|
|
11843
11844
|
const { entityName } = params;
|
|
@@ -11918,7 +11919,7 @@ function stdGameOverScreenPage(params) {
|
|
|
11918
11919
|
}
|
|
11919
11920
|
function stdGameOverScreen(params) {
|
|
11920
11921
|
const c = resolve40(params);
|
|
11921
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity39(c), [buildTrait40(c)], [buildPage39(c)]);
|
|
11922
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity39(c), [buildTrait40(c)], [buildPage39(c)]));
|
|
11922
11923
|
}
|
|
11923
11924
|
function resolve41(params) {
|
|
11924
11925
|
const { entityName } = params;
|
|
@@ -12020,7 +12021,7 @@ function stdDialogueBoxPage(params) {
|
|
|
12020
12021
|
}
|
|
12021
12022
|
function stdDialogueBox(params) {
|
|
12022
12023
|
const c = resolve41(params);
|
|
12023
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity40(c), [buildTrait41(c)], [buildPage40(c)]);
|
|
12024
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity40(c), [buildTrait41(c)], [buildPage40(c)]));
|
|
12024
12025
|
}
|
|
12025
12026
|
function resolve42(params) {
|
|
12026
12027
|
const { entityName } = params;
|
|
@@ -12106,7 +12107,7 @@ function stdInventoryPanelPage(params) {
|
|
|
12106
12107
|
}
|
|
12107
12108
|
function stdInventoryPanel(params) {
|
|
12108
12109
|
const c = resolve42(params);
|
|
12109
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity41(c), [buildTrait42(c)], [buildPage41(c)]);
|
|
12110
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity41(c), [buildTrait42(c)], [buildPage41(c)]));
|
|
12110
12111
|
}
|
|
12111
12112
|
function resolve43(params) {
|
|
12112
12113
|
const { entityName } = params;
|
|
@@ -12189,7 +12190,7 @@ function stdCombatLogPage(params) {
|
|
|
12189
12190
|
}
|
|
12190
12191
|
function stdCombatLog(params) {
|
|
12191
12192
|
const c = resolve43(params);
|
|
12192
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity42(c), [buildTrait43(c)], [buildPage42(c)]);
|
|
12193
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity42(c), [buildTrait43(c)], [buildPage42(c)]));
|
|
12193
12194
|
}
|
|
12194
12195
|
function resolve44(params) {
|
|
12195
12196
|
const { entityName } = params;
|
|
@@ -12303,7 +12304,7 @@ function stdSpritePage(params) {
|
|
|
12303
12304
|
}
|
|
12304
12305
|
function stdSprite(params) {
|
|
12305
12306
|
const c = resolve44(params);
|
|
12306
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity43(c), [buildTrait44(c)], [buildPage43(c)]);
|
|
12307
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity43(c), [buildTrait44(c)], [buildPage43(c)]));
|
|
12307
12308
|
}
|
|
12308
12309
|
function resolve45(params) {
|
|
12309
12310
|
const { entityName } = params;
|
|
@@ -12433,7 +12434,7 @@ function stdGameAudioPage(params) {
|
|
|
12433
12434
|
}
|
|
12434
12435
|
function stdGameAudio(params) {
|
|
12435
12436
|
const c = resolve45(params);
|
|
12436
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity44(c), [buildTrait45(c)], [buildPage44(c)]);
|
|
12437
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity44(c), [buildTrait45(c)], [buildPage44(c)]));
|
|
12437
12438
|
}
|
|
12438
12439
|
function resolve46(params) {
|
|
12439
12440
|
const { entityName } = params;
|
|
@@ -12548,7 +12549,7 @@ function stdIsometricCanvasPage(params) {
|
|
|
12548
12549
|
}
|
|
12549
12550
|
function stdIsometricCanvas(params) {
|
|
12550
12551
|
const c = resolve46(params);
|
|
12551
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity45(c), [buildTrait46(c)], [buildPage45(c)]);
|
|
12552
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity45(c), [buildTrait46(c)], [buildPage45(c)]));
|
|
12552
12553
|
}
|
|
12553
12554
|
function resolve47(params) {
|
|
12554
12555
|
const { entityName } = params;
|
|
@@ -12654,7 +12655,7 @@ function stdPlatformerCanvasPage(params) {
|
|
|
12654
12655
|
}
|
|
12655
12656
|
function stdPlatformerCanvas(params) {
|
|
12656
12657
|
const c = resolve47(params);
|
|
12657
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity46(c), [buildTrait47(c)], [buildPage46(c)]);
|
|
12658
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity46(c), [buildTrait47(c)], [buildPage46(c)]));
|
|
12658
12659
|
}
|
|
12659
12660
|
function resolve48(params) {
|
|
12660
12661
|
const { entityName } = params;
|
|
@@ -12734,7 +12735,7 @@ function stdSimulationCanvasPage(params) {
|
|
|
12734
12735
|
}
|
|
12735
12736
|
function stdSimulationCanvas(params) {
|
|
12736
12737
|
const c = resolve48(params);
|
|
12737
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity47(c), [buildTrait48(c)], [buildPage47(c)]);
|
|
12738
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity47(c), [buildTrait48(c)], [buildPage47(c)]));
|
|
12738
12739
|
}
|
|
12739
12740
|
function resolve49(params) {
|
|
12740
12741
|
const { entityName } = params;
|
|
@@ -12829,7 +12830,7 @@ function stdGameCanvas2dPage(params) {
|
|
|
12829
12830
|
}
|
|
12830
12831
|
function stdGameCanvas2d(params) {
|
|
12831
12832
|
const c = resolve49(params);
|
|
12832
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity48(c), [buildTrait49(c)], [buildPage48(c)]);
|
|
12833
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity48(c), [buildTrait49(c)], [buildPage48(c)]));
|
|
12833
12834
|
}
|
|
12834
12835
|
function resolve50(params) {
|
|
12835
12836
|
const { entityName } = params;
|
|
@@ -12932,7 +12933,7 @@ function stdGameCanvas3dPage(params) {
|
|
|
12932
12933
|
}
|
|
12933
12934
|
function stdGameCanvas3d(params) {
|
|
12934
12935
|
const c = resolve50(params);
|
|
12935
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity49(c), [buildTrait50(c)], [buildPage49(c)]);
|
|
12936
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity49(c), [buildTrait50(c)], [buildPage49(c)]));
|
|
12936
12937
|
}
|
|
12937
12938
|
function resolve51(params) {
|
|
12938
12939
|
const { entityName } = params;
|
|
@@ -13130,12 +13131,12 @@ function stdList(params) {
|
|
|
13130
13131
|
{ ref: deleteTrait.name }
|
|
13131
13132
|
]
|
|
13132
13133
|
};
|
|
13133
|
-
return {
|
|
13134
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
13134
13135
|
name: `${entityName}Orbital`,
|
|
13135
13136
|
entity,
|
|
13136
13137
|
traits: [browseTrait, createTrait, editTrait, viewTrait, deleteTrait],
|
|
13137
13138
|
pages: [page]
|
|
13138
|
-
};
|
|
13139
|
+
});
|
|
13139
13140
|
}
|
|
13140
13141
|
function resolve52(params) {
|
|
13141
13142
|
const { entityName } = params;
|
|
@@ -13331,12 +13332,12 @@ function stdCart(params) {
|
|
|
13331
13332
|
...c.isInitial ? { isInitial: true } : {},
|
|
13332
13333
|
traits: [{ ref: cartTrait.name }, { ref: addTrait.name }, { ref: removeTrait.name }]
|
|
13333
13334
|
};
|
|
13334
|
-
return {
|
|
13335
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
13335
13336
|
name: `${entityName}Orbital`,
|
|
13336
13337
|
entity,
|
|
13337
13338
|
traits: [cartTrait, addTrait, removeTrait],
|
|
13338
13339
|
pages: [page]
|
|
13339
|
-
};
|
|
13340
|
+
});
|
|
13340
13341
|
}
|
|
13341
13342
|
function resolve53(params) {
|
|
13342
13343
|
const { entityName } = params;
|
|
@@ -13471,12 +13472,12 @@ function stdDetail(params) {
|
|
|
13471
13472
|
...c.isInitial ? { isInitial: true } : {},
|
|
13472
13473
|
traits: [{ ref: browseTrait.name }, { ref: createTrait.name }, { ref: viewTrait.name }]
|
|
13473
13474
|
};
|
|
13474
|
-
return {
|
|
13475
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
13475
13476
|
name: `${entityName}Orbital`,
|
|
13476
13477
|
entity,
|
|
13477
13478
|
traits: [browseTrait, createTrait, viewTrait],
|
|
13478
13479
|
pages: [page]
|
|
13479
|
-
};
|
|
13480
|
+
});
|
|
13480
13481
|
}
|
|
13481
13482
|
function resolve54(params) {
|
|
13482
13483
|
const { entityName } = params;
|
|
@@ -13641,12 +13642,12 @@ function stdInventory(params) {
|
|
|
13641
13642
|
{ ref: dropTrait.name }
|
|
13642
13643
|
]
|
|
13643
13644
|
};
|
|
13644
|
-
return {
|
|
13645
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
13645
13646
|
name: `${entityName}Orbital`,
|
|
13646
13647
|
entity,
|
|
13647
13648
|
traits: [browseTrait, addTrait, useTrait, dropTrait],
|
|
13648
13649
|
pages: [page]
|
|
13649
|
-
};
|
|
13650
|
+
});
|
|
13650
13651
|
}
|
|
13651
13652
|
function resolve55(params) {
|
|
13652
13653
|
const { entityName } = params;
|
|
@@ -13796,12 +13797,12 @@ function stdMessaging(params) {
|
|
|
13796
13797
|
{ ref: viewTrait.name }
|
|
13797
13798
|
]
|
|
13798
13799
|
};
|
|
13799
|
-
return {
|
|
13800
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
13800
13801
|
name: `${entityName}Orbital`,
|
|
13801
13802
|
entity,
|
|
13802
13803
|
traits: [browseTrait, composeTrait, viewTrait],
|
|
13803
13804
|
pages: [page]
|
|
13804
|
-
};
|
|
13805
|
+
});
|
|
13805
13806
|
}
|
|
13806
13807
|
function resolve56(params) {
|
|
13807
13808
|
const { entityName } = params;
|
|
@@ -13936,12 +13937,12 @@ function stdGeospatial(params) {
|
|
|
13936
13937
|
{ ref: confirmTrait.name }
|
|
13937
13938
|
]
|
|
13938
13939
|
};
|
|
13939
|
-
return {
|
|
13940
|
+
return makeSchema(`${entityName}Orbital`, {
|
|
13940
13941
|
name: `${entityName}Orbital`,
|
|
13941
13942
|
entity,
|
|
13942
13943
|
traits: [browseTrait, selectTrait, confirmTrait],
|
|
13943
13944
|
pages: [page]
|
|
13944
|
-
};
|
|
13945
|
+
});
|
|
13945
13946
|
}
|
|
13946
13947
|
function resolve57(params) {
|
|
13947
13948
|
const { entityName } = params;
|
|
@@ -14158,7 +14159,7 @@ function stdQuizPage(params) {
|
|
|
14158
14159
|
}
|
|
14159
14160
|
function stdQuiz(params) {
|
|
14160
14161
|
const c = resolve57(params);
|
|
14161
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity50(c), [buildTrait51(c)], [buildPage50(c)]);
|
|
14162
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity50(c), [buildTrait51(c)], [buildPage50(c)]));
|
|
14162
14163
|
}
|
|
14163
14164
|
function resolve58(params) {
|
|
14164
14165
|
const { entityName } = params;
|
|
@@ -14304,7 +14305,7 @@ function stdFormAdvancedPage(params) {
|
|
|
14304
14305
|
}
|
|
14305
14306
|
function stdFormAdvanced(params) {
|
|
14306
14307
|
const c = resolve58(params);
|
|
14307
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity51(c), [buildTrait52(c)], [buildPage51(c)]);
|
|
14308
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity51(c), [buildTrait52(c)], [buildPage51(c)]));
|
|
14308
14309
|
}
|
|
14309
14310
|
function resolve59(params) {
|
|
14310
14311
|
const { entityName } = params;
|
|
@@ -14548,12 +14549,12 @@ function stdTurnBasedBattle(params) {
|
|
|
14548
14549
|
const battleLogTrait = buildBattleLogTrait(c);
|
|
14549
14550
|
const entity = buildEntity52(c);
|
|
14550
14551
|
const page = buildPage52(c);
|
|
14551
|
-
return {
|
|
14552
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
14552
14553
|
name: `${c.entityName}Orbital`,
|
|
14553
14554
|
entity,
|
|
14554
14555
|
traits: [battleFlowTrait, battleLogTrait],
|
|
14555
14556
|
pages: [page]
|
|
14556
|
-
};
|
|
14557
|
+
});
|
|
14557
14558
|
}
|
|
14558
14559
|
function resolve60(params) {
|
|
14559
14560
|
const { entityName } = params;
|
|
@@ -14819,12 +14820,12 @@ function stdPlatformerGame(params) {
|
|
|
14819
14820
|
const canvasTrait = buildPlatformerCanvasTrait(c);
|
|
14820
14821
|
const entity = buildEntity53(c);
|
|
14821
14822
|
const page = buildPage53(c);
|
|
14822
|
-
return {
|
|
14823
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
14823
14824
|
name: `${c.entityName}Orbital`,
|
|
14824
14825
|
entity,
|
|
14825
14826
|
traits: [flowTrait, canvasTrait],
|
|
14826
14827
|
pages: [page]
|
|
14827
|
-
};
|
|
14828
|
+
});
|
|
14828
14829
|
}
|
|
14829
14830
|
function resolve61(params) {
|
|
14830
14831
|
const { entityName } = params;
|
|
@@ -15071,12 +15072,12 @@ function stdPuzzleGame(params) {
|
|
|
15071
15072
|
const scoreTrait = buildPuzzleScoreTrait(c);
|
|
15072
15073
|
const entity = buildEntity54(c);
|
|
15073
15074
|
const page = buildPage54(c);
|
|
15074
|
-
return {
|
|
15075
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
15075
15076
|
name: `${c.entityName}Orbital`,
|
|
15076
15077
|
entity,
|
|
15077
15078
|
traits: [flowTrait, scoreTrait],
|
|
15078
15079
|
pages: [page]
|
|
15079
|
-
};
|
|
15080
|
+
});
|
|
15080
15081
|
}
|
|
15081
15082
|
function resolve62(params) {
|
|
15082
15083
|
const { entityName } = params;
|
|
@@ -15210,12 +15211,12 @@ function stdBuilderGamePage(params) {
|
|
|
15210
15211
|
}
|
|
15211
15212
|
function stdBuilderGame(params) {
|
|
15212
15213
|
const c = resolve62(params);
|
|
15213
|
-
return makeOrbital(
|
|
15214
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
15214
15215
|
`${c.entityName}Orbital`,
|
|
15215
15216
|
buildEntity55(c),
|
|
15216
15217
|
[buildTrait53(c)],
|
|
15217
15218
|
[buildPage55(c)]
|
|
15218
|
-
);
|
|
15219
|
+
));
|
|
15219
15220
|
}
|
|
15220
15221
|
function resolve63(params) {
|
|
15221
15222
|
const { entityName } = params;
|
|
@@ -15349,12 +15350,12 @@ function stdClassifierGamePage(params) {
|
|
|
15349
15350
|
}
|
|
15350
15351
|
function stdClassifierGame(params) {
|
|
15351
15352
|
const c = resolve63(params);
|
|
15352
|
-
return makeOrbital(
|
|
15353
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
15353
15354
|
`${c.entityName}Orbital`,
|
|
15354
15355
|
buildEntity56(c),
|
|
15355
15356
|
[buildTrait54(c)],
|
|
15356
15357
|
[buildPage56(c)]
|
|
15357
|
-
);
|
|
15358
|
+
));
|
|
15358
15359
|
}
|
|
15359
15360
|
function resolve64(params) {
|
|
15360
15361
|
const { entityName } = params;
|
|
@@ -15488,12 +15489,12 @@ function stdSequencerGamePage(params) {
|
|
|
15488
15489
|
}
|
|
15489
15490
|
function stdSequencerGame(params) {
|
|
15490
15491
|
const c = resolve64(params);
|
|
15491
|
-
return makeOrbital(
|
|
15492
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
15492
15493
|
`${c.entityName}Orbital`,
|
|
15493
15494
|
buildEntity57(c),
|
|
15494
15495
|
[buildTrait55(c)],
|
|
15495
15496
|
[buildPage57(c)]
|
|
15496
|
-
);
|
|
15497
|
+
));
|
|
15497
15498
|
}
|
|
15498
15499
|
function resolve65(params) {
|
|
15499
15500
|
const { entityName } = params;
|
|
@@ -15627,12 +15628,12 @@ function stdDebuggerGamePage(params) {
|
|
|
15627
15628
|
}
|
|
15628
15629
|
function stdDebuggerGame(params) {
|
|
15629
15630
|
const c = resolve65(params);
|
|
15630
|
-
return makeOrbital(
|
|
15631
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
15631
15632
|
`${c.entityName}Orbital`,
|
|
15632
15633
|
buildEntity58(c),
|
|
15633
15634
|
[buildTrait56(c)],
|
|
15634
15635
|
[buildPage58(c)]
|
|
15635
|
-
);
|
|
15636
|
+
));
|
|
15636
15637
|
}
|
|
15637
15638
|
function resolve66(params) {
|
|
15638
15639
|
const { entityName } = params;
|
|
@@ -15766,12 +15767,12 @@ function stdNegotiatorGamePage(params) {
|
|
|
15766
15767
|
}
|
|
15767
15768
|
function stdNegotiatorGame(params) {
|
|
15768
15769
|
const c = resolve66(params);
|
|
15769
|
-
return makeOrbital(
|
|
15770
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
15770
15771
|
`${c.entityName}Orbital`,
|
|
15771
15772
|
buildEntity59(c),
|
|
15772
15773
|
[buildTrait57(c)],
|
|
15773
15774
|
[buildPage59(c)]
|
|
15774
|
-
);
|
|
15775
|
+
));
|
|
15775
15776
|
}
|
|
15776
15777
|
function resolve67(params) {
|
|
15777
15778
|
const { entityName } = params;
|
|
@@ -15905,12 +15906,12 @@ function stdSimulatorGamePage(params) {
|
|
|
15905
15906
|
}
|
|
15906
15907
|
function stdSimulatorGame(params) {
|
|
15907
15908
|
const c = resolve67(params);
|
|
15908
|
-
return makeOrbital(
|
|
15909
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
15909
15910
|
`${c.entityName}Orbital`,
|
|
15910
15911
|
buildEntity60(c),
|
|
15911
15912
|
[buildTrait58(c)],
|
|
15912
15913
|
[buildPage60(c)]
|
|
15913
|
-
);
|
|
15914
|
+
));
|
|
15914
15915
|
}
|
|
15915
15916
|
function resolve68(params) {
|
|
15916
15917
|
const { entityName } = params;
|
|
@@ -16044,12 +16045,12 @@ function stdEventHandlerGamePage(params) {
|
|
|
16044
16045
|
}
|
|
16045
16046
|
function stdEventHandlerGame(params) {
|
|
16046
16047
|
const c = resolve68(params);
|
|
16047
|
-
return makeOrbital(
|
|
16048
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
16048
16049
|
`${c.entityName}Orbital`,
|
|
16049
16050
|
buildEntity61(c),
|
|
16050
16051
|
[buildTrait59(c)],
|
|
16051
16052
|
[buildPage61(c)]
|
|
16052
|
-
);
|
|
16053
|
+
));
|
|
16053
16054
|
}
|
|
16054
16055
|
function resolve69(params) {
|
|
16055
16056
|
const { entityName } = params;
|
|
@@ -16237,12 +16238,12 @@ function stdClassifier(params) {
|
|
|
16237
16238
|
...c.isInitial ? { isInitial: true } : {},
|
|
16238
16239
|
traits: [{ ref: trait.name }]
|
|
16239
16240
|
};
|
|
16240
|
-
return {
|
|
16241
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
16241
16242
|
name: `${c.entityName}Orbital`,
|
|
16242
16243
|
entity,
|
|
16243
16244
|
traits: [trait],
|
|
16244
16245
|
pages: [page]
|
|
16245
|
-
};
|
|
16246
|
+
});
|
|
16246
16247
|
}
|
|
16247
16248
|
function resolve70(params) {
|
|
16248
16249
|
const { entityName } = params;
|
|
@@ -16595,12 +16596,12 @@ function stdTrainer(params) {
|
|
|
16595
16596
|
...c.isInitial ? { isInitial: true } : {},
|
|
16596
16597
|
traits: traits.map((t) => ({ ref: t.name }))
|
|
16597
16598
|
};
|
|
16598
|
-
return {
|
|
16599
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
16599
16600
|
name: `${c.entityName}Orbital`,
|
|
16600
16601
|
entity,
|
|
16601
16602
|
traits,
|
|
16602
16603
|
pages: [page]
|
|
16603
|
-
};
|
|
16604
|
+
});
|
|
16604
16605
|
}
|
|
16605
16606
|
function resolve71(params) {
|
|
16606
16607
|
const { entityName } = params;
|
|
@@ -16917,12 +16918,12 @@ function stdRlAgent(params) {
|
|
|
16917
16918
|
{ ref: trainTrait.name }
|
|
16918
16919
|
]
|
|
16919
16920
|
};
|
|
16920
|
-
return {
|
|
16921
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
16921
16922
|
name: `${c.entityName}Orbital`,
|
|
16922
16923
|
entity,
|
|
16923
16924
|
traits: [policyTrait, collectorTrait, trainTrait],
|
|
16924
16925
|
pages: [page]
|
|
16925
|
-
};
|
|
16926
|
+
});
|
|
16926
16927
|
}
|
|
16927
16928
|
function resolve72(params) {
|
|
16928
16929
|
const { entityName } = params;
|
|
@@ -17171,12 +17172,12 @@ function stdGraphClassifier(params) {
|
|
|
17171
17172
|
{ ref: classifyTrait.name }
|
|
17172
17173
|
]
|
|
17173
17174
|
};
|
|
17174
|
-
return {
|
|
17175
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
17175
17176
|
name: `${c.entityName}Orbital`,
|
|
17176
17177
|
entity,
|
|
17177
17178
|
traits: [graphTrait, classifyTrait],
|
|
17178
17179
|
pages: [page]
|
|
17179
|
-
};
|
|
17180
|
+
});
|
|
17180
17181
|
}
|
|
17181
17182
|
function resolve73(params) {
|
|
17182
17183
|
const { entityName } = params;
|
|
@@ -17427,12 +17428,12 @@ function stdTextClassifier(params) {
|
|
|
17427
17428
|
{ ref: classifyTrait.name }
|
|
17428
17429
|
]
|
|
17429
17430
|
};
|
|
17430
|
-
return {
|
|
17431
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
17431
17432
|
name: `${c.entityName}Orbital`,
|
|
17432
17433
|
entity,
|
|
17433
17434
|
traits: [tokenizerTrait, classifyTrait],
|
|
17434
17435
|
pages: [page]
|
|
17435
|
-
};
|
|
17436
|
+
});
|
|
17436
17437
|
}
|
|
17437
17438
|
function resolve74(params) {
|
|
17438
17439
|
const { entityName } = params;
|
|
@@ -17623,12 +17624,12 @@ function stdAutoregressive(params) {
|
|
|
17623
17624
|
...c.isInitial ? { isInitial: true } : {},
|
|
17624
17625
|
traits: [{ ref: trait.name }]
|
|
17625
17626
|
};
|
|
17626
|
-
return {
|
|
17627
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
17627
17628
|
name: `${c.entityName}Orbital`,
|
|
17628
17629
|
entity,
|
|
17629
17630
|
traits: [trait],
|
|
17630
17631
|
pages: [page]
|
|
17631
|
-
};
|
|
17632
|
+
});
|
|
17632
17633
|
}
|
|
17633
17634
|
function resolve75(params) {
|
|
17634
17635
|
const entityName = params.entityName ?? "OrderPayment";
|
|
@@ -17976,12 +17977,12 @@ function stdServicePaymentFlowPage(params = {}) {
|
|
|
17976
17977
|
}
|
|
17977
17978
|
function stdServicePaymentFlow(params = {}) {
|
|
17978
17979
|
const c = resolve75(params);
|
|
17979
|
-
return makeOrbital(
|
|
17980
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
17980
17981
|
`${c.entityName}Orbital`,
|
|
17981
17982
|
buildEntity62(c),
|
|
17982
17983
|
[buildPaymentTrait(c), buildReceiptTrait(c)],
|
|
17983
17984
|
[buildPage62(c)]
|
|
17984
|
-
);
|
|
17985
|
+
));
|
|
17985
17986
|
}
|
|
17986
17987
|
function resolve76(params) {
|
|
17987
17988
|
const entityName = params.entityName ?? "Notification";
|
|
@@ -18228,12 +18229,12 @@ function stdServiceNotificationHubPage(params = {}) {
|
|
|
18228
18229
|
}
|
|
18229
18230
|
function stdServiceNotificationHub(params = {}) {
|
|
18230
18231
|
const c = resolve76(params);
|
|
18231
|
-
return makeOrbital(
|
|
18232
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
18232
18233
|
`${c.entityName}Orbital`,
|
|
18233
18234
|
buildEntity63(c),
|
|
18234
18235
|
[buildTrait62(c)],
|
|
18235
18236
|
[buildPage63(c)]
|
|
18236
|
-
);
|
|
18237
|
+
));
|
|
18237
18238
|
}
|
|
18238
18239
|
function resolve77(params) {
|
|
18239
18240
|
const entityName = params.entityName ?? "Research";
|
|
@@ -18622,7 +18623,7 @@ function stdServiceContentPipelinePage(params) {
|
|
|
18622
18623
|
}
|
|
18623
18624
|
function stdServiceContentPipeline(params) {
|
|
18624
18625
|
const c = resolve77(params);
|
|
18625
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity64(c), [buildTrait63(c)], [buildPage64(c)]);
|
|
18626
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity64(c), [buildTrait63(c)], [buildPage64(c)]));
|
|
18626
18627
|
}
|
|
18627
18628
|
function resolve78(params) {
|
|
18628
18629
|
const entityName = params.entityName ?? "DevopsTool";
|
|
@@ -19177,12 +19178,12 @@ function stdServiceDevopsToolkit(params = {}) {
|
|
|
19177
19178
|
{ ref: storageTrait.name }
|
|
19178
19179
|
]
|
|
19179
19180
|
};
|
|
19180
|
-
return {
|
|
19181
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
19181
19182
|
name: `${c.entityName}Orbital`,
|
|
19182
19183
|
entity,
|
|
19183
19184
|
traits: [githubTrait, redisTrait, storageTrait],
|
|
19184
19185
|
pages: [page]
|
|
19185
|
-
};
|
|
19186
|
+
});
|
|
19186
19187
|
}
|
|
19187
19188
|
function resolve79(params) {
|
|
19188
19189
|
const entityName = params.entityName ?? "ApiTest";
|
|
@@ -19458,7 +19459,7 @@ function stdServiceCustomApiTester(params) {
|
|
|
19458
19459
|
[buildTrait64(c)],
|
|
19459
19460
|
[buildPage65(c)]
|
|
19460
19461
|
);
|
|
19461
|
-
return {
|
|
19462
|
+
return makeSchema(`custom-header-api`, {
|
|
19462
19463
|
...orbital,
|
|
19463
19464
|
services: [
|
|
19464
19465
|
{
|
|
@@ -19498,7 +19499,7 @@ function stdServiceCustomApiTester(params) {
|
|
|
19498
19499
|
baseUrl: c.noauthBaseUrl
|
|
19499
19500
|
}
|
|
19500
19501
|
]
|
|
19501
|
-
};
|
|
19502
|
+
});
|
|
19502
19503
|
}
|
|
19503
19504
|
|
|
19504
19505
|
// behaviors/functions/views/domain-views.ts
|
|
@@ -21836,12 +21837,12 @@ function stdServiceOauth(params = {}) {
|
|
|
21836
21837
|
const pages = [];
|
|
21837
21838
|
const page = buildPage66(c);
|
|
21838
21839
|
if (page) pages.push(page);
|
|
21839
|
-
return makeOrbital(
|
|
21840
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
21840
21841
|
`${c.entityName}Orbital`,
|
|
21841
21842
|
buildEntity66(c),
|
|
21842
21843
|
[buildTrait65(c)],
|
|
21843
21844
|
pages
|
|
21844
|
-
);
|
|
21845
|
+
));
|
|
21845
21846
|
}
|
|
21846
21847
|
|
|
21847
21848
|
// behaviors/functions/organisms/std-service-marketplace.ts
|
|
@@ -22138,12 +22139,12 @@ function stdServiceRedisPage(params = {}) {
|
|
|
22138
22139
|
}
|
|
22139
22140
|
function stdServiceRedis(params = {}) {
|
|
22140
22141
|
const c = resolve81(params);
|
|
22141
|
-
return makeOrbital(
|
|
22142
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
22142
22143
|
`${c.entityName}Orbital`,
|
|
22143
22144
|
buildEntity67(c),
|
|
22144
22145
|
[buildTrait66(c)],
|
|
22145
22146
|
[buildPage67(c)]
|
|
22146
|
-
);
|
|
22147
|
+
));
|
|
22147
22148
|
}
|
|
22148
22149
|
function resolve82(params) {
|
|
22149
22150
|
const entityName = params.entityName ?? "StorageFile";
|
|
@@ -22401,12 +22402,12 @@ function stdServiceStoragePage(params = {}) {
|
|
|
22401
22402
|
}
|
|
22402
22403
|
function stdServiceStorage(params = {}) {
|
|
22403
22404
|
const c = resolve82(params);
|
|
22404
|
-
return makeOrbital(
|
|
22405
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
22405
22406
|
`${c.entityName}Orbital`,
|
|
22406
22407
|
buildEntity68(c),
|
|
22407
22408
|
[buildTrait67(c)],
|
|
22408
22409
|
[buildPage68(c)]
|
|
22409
|
-
);
|
|
22410
|
+
));
|
|
22410
22411
|
}
|
|
22411
22412
|
function resolve83(params) {
|
|
22412
22413
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -22621,7 +22622,7 @@ function stdServiceCustomBearer(params) {
|
|
|
22621
22622
|
[buildTrait68(c)],
|
|
22622
22623
|
[buildPage69(c)]
|
|
22623
22624
|
);
|
|
22624
|
-
return {
|
|
22625
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
22625
22626
|
...orbital,
|
|
22626
22627
|
services: [{
|
|
22627
22628
|
name: "custom-bearer-api",
|
|
@@ -22632,7 +22633,7 @@ function stdServiceCustomBearer(params) {
|
|
|
22632
22633
|
secretEnv: c.secretEnvVar
|
|
22633
22634
|
}
|
|
22634
22635
|
}]
|
|
22635
|
-
};
|
|
22636
|
+
});
|
|
22636
22637
|
}
|
|
22637
22638
|
|
|
22638
22639
|
// behaviors/functions/organisms/std-service-research-assistant.ts
|
|
@@ -23142,7 +23143,7 @@ function stdAgentChatThreadPage(params = {}) {
|
|
|
23142
23143
|
}
|
|
23143
23144
|
function stdAgentChatThread(params = {}) {
|
|
23144
23145
|
const c = resolve84(params);
|
|
23145
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity70(c), [buildTrait69(c)], [buildPage70(c)]);
|
|
23146
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity70(c), [buildTrait69(c)], [buildPage70(c)]));
|
|
23146
23147
|
}
|
|
23147
23148
|
|
|
23148
23149
|
// behaviors/functions/atoms/std-agent-conversation.ts
|
|
@@ -23314,7 +23315,7 @@ function stdAgentConversation(params = {}) {
|
|
|
23314
23315
|
{ ref: agentTrait.name }
|
|
23315
23316
|
]
|
|
23316
23317
|
};
|
|
23317
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [chatThreadTrait, agentTrait], [page]);
|
|
23318
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [chatThreadTrait, agentTrait], [page]));
|
|
23318
23319
|
}
|
|
23319
23320
|
function resolve86(params) {
|
|
23320
23321
|
const entityName = params.entityName ?? "Memory";
|
|
@@ -23556,7 +23557,7 @@ function stdAgentMemory(params = {}) {
|
|
|
23556
23557
|
{ ref: agentTrait.name }
|
|
23557
23558
|
]
|
|
23558
23559
|
};
|
|
23559
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, createTrait, agentTrait], [page]);
|
|
23560
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, createTrait, agentTrait], [page]));
|
|
23560
23561
|
}
|
|
23561
23562
|
function resolve87(params) {
|
|
23562
23563
|
const entityName = params.entityName ?? "TokenUsage";
|
|
@@ -23922,7 +23923,7 @@ function stdAgentTokenGaugePage(params = {}) {
|
|
|
23922
23923
|
}
|
|
23923
23924
|
function stdAgentTokenGauge(params = {}) {
|
|
23924
23925
|
const c = resolve87(params);
|
|
23925
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity73(c), [buildTrait70(c)], [buildPage71(c)]);
|
|
23926
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity73(c), [buildTrait70(c)], [buildPage71(c)]));
|
|
23926
23927
|
}
|
|
23927
23928
|
|
|
23928
23929
|
// behaviors/functions/atoms/std-agent-context-window.ts
|
|
@@ -24142,7 +24143,7 @@ function stdAgentContextWindow(params = {}) {
|
|
|
24142
24143
|
{ ref: agentTrait.name }
|
|
24143
24144
|
]
|
|
24144
24145
|
};
|
|
24145
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [gaugeTrait, notifTrait, agentTrait], [page]);
|
|
24146
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [gaugeTrait, notifTrait, agentTrait], [page]));
|
|
24146
24147
|
}
|
|
24147
24148
|
function resolve89(params) {
|
|
24148
24149
|
const entityName = params.entityName ?? "ProviderState";
|
|
@@ -24348,7 +24349,7 @@ function stdAgentProvider(params = {}) {
|
|
|
24348
24349
|
{ ref: agentTrait.name }
|
|
24349
24350
|
]
|
|
24350
24351
|
};
|
|
24351
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
24352
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
24352
24353
|
}
|
|
24353
24354
|
|
|
24354
24355
|
// behaviors/functions/organisms/std-agent-assistant.ts
|
|
@@ -24373,7 +24374,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
24373
24374
|
pagePath: "/chat",
|
|
24374
24375
|
isInitial: true
|
|
24375
24376
|
});
|
|
24376
|
-
const
|
|
24377
|
+
const convDef = conversationOrbital.orbitals[0];
|
|
24378
|
+
const convTrait = convDef.traits[0];
|
|
24377
24379
|
convTrait.name = "AssistantConversation";
|
|
24378
24380
|
convTrait.emits = [
|
|
24379
24381
|
...convTrait.emits ?? [],
|
|
@@ -24394,7 +24396,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
24394
24396
|
pageName: "ContextPage",
|
|
24395
24397
|
pagePath: "/context"
|
|
24396
24398
|
});
|
|
24397
|
-
const
|
|
24399
|
+
const ctxDef = contextOrbital.orbitals[0];
|
|
24400
|
+
const ctxTrait = ctxDef.traits[0];
|
|
24398
24401
|
ctxTrait.name = "AssistantContextMonitor";
|
|
24399
24402
|
const providerOrbital = stdAgentProvider({
|
|
24400
24403
|
entityName: "ProviderConfig",
|
|
@@ -24403,7 +24406,8 @@ function stdAgentAssistant(params = {}) {
|
|
|
24403
24406
|
pageName: "SettingsPage",
|
|
24404
24407
|
pagePath: "/settings"
|
|
24405
24408
|
});
|
|
24406
|
-
const
|
|
24409
|
+
const provDef = providerOrbital.orbitals[0];
|
|
24410
|
+
const provTrait = provDef.traits[0];
|
|
24407
24411
|
provTrait.name = "ProviderManager";
|
|
24408
24412
|
provTrait.emits = [
|
|
24409
24413
|
...provTrait.emits ?? [],
|
|
@@ -24693,7 +24697,7 @@ function stdAgentClassifier(params = {}) {
|
|
|
24693
24697
|
{ ref: agentTrait.name }
|
|
24694
24698
|
]
|
|
24695
24699
|
};
|
|
24696
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
24700
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
24697
24701
|
}
|
|
24698
24702
|
function resolve91(params) {
|
|
24699
24703
|
const entityName = params.entityName ?? "Completion";
|
|
@@ -24919,7 +24923,7 @@ function stdAgentCompletion(params = {}) {
|
|
|
24919
24923
|
{ ref: agentTrait.name }
|
|
24920
24924
|
]
|
|
24921
24925
|
};
|
|
24922
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]);
|
|
24926
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, notifTrait, agentTrait], [page]));
|
|
24923
24927
|
}
|
|
24924
24928
|
|
|
24925
24929
|
// behaviors/functions/molecules/std-agent-planner.ts
|
|
@@ -25418,12 +25422,12 @@ function stdAgentPlanner(params) {
|
|
|
25418
25422
|
{ ref: memoryTrait.name }
|
|
25419
25423
|
]
|
|
25420
25424
|
};
|
|
25421
|
-
return makeOrbital(
|
|
25425
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
25422
25426
|
`${entityName}Orbital`,
|
|
25423
25427
|
entity,
|
|
25424
25428
|
[plannerTrait, modalTrait, classifierTrait, completionTrait, memoryTrait],
|
|
25425
25429
|
[page]
|
|
25426
|
-
);
|
|
25430
|
+
));
|
|
25427
25431
|
}
|
|
25428
25432
|
function resolve93(params) {
|
|
25429
25433
|
const entityName = params.entityName ?? "ToolCall";
|
|
@@ -25654,7 +25658,7 @@ function stdAgentToolCall(params = {}) {
|
|
|
25654
25658
|
{ ref: agentTrait.name }
|
|
25655
25659
|
]
|
|
25656
25660
|
};
|
|
25657
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, agentTrait], [page]);
|
|
25661
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [modalTrait, agentTrait], [page]));
|
|
25658
25662
|
}
|
|
25659
25663
|
function resolve94(params) {
|
|
25660
25664
|
const entityName = params.entityName ?? "StepTracker";
|
|
@@ -25938,7 +25942,7 @@ function stdAgentStepProgressPage(params = {}) {
|
|
|
25938
25942
|
}
|
|
25939
25943
|
function stdAgentStepProgress(params = {}) {
|
|
25940
25944
|
const c = resolve94(params);
|
|
25941
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity80(c), [buildTrait72(c)], [buildPage72(c)]);
|
|
25945
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity80(c), [buildTrait72(c)], [buildPage72(c)]));
|
|
25942
25946
|
}
|
|
25943
25947
|
|
|
25944
25948
|
// behaviors/functions/molecules/std-agent-tool-loop.ts
|
|
@@ -26488,12 +26492,12 @@ function stdAgentToolLoop(params) {
|
|
|
26488
26492
|
{ ref: contextTrait.name }
|
|
26489
26493
|
]
|
|
26490
26494
|
};
|
|
26491
|
-
return makeOrbital(
|
|
26495
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
26492
26496
|
`${entityName}Orbital`,
|
|
26493
26497
|
entity,
|
|
26494
26498
|
[loopTrait, stepProgressTrait, completionTrait, toolCallTrait, contextTrait],
|
|
26495
26499
|
[page]
|
|
26496
|
-
);
|
|
26500
|
+
));
|
|
26497
26501
|
}
|
|
26498
26502
|
function resolve96(params) {
|
|
26499
26503
|
const entityName = params.entityName ?? "FixLoop";
|
|
@@ -27044,12 +27048,12 @@ function stdAgentFixLoop(params) {
|
|
|
27044
27048
|
{ ref: completionTrait.name }
|
|
27045
27049
|
]
|
|
27046
27050
|
};
|
|
27047
|
-
return makeOrbital(
|
|
27051
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
27048
27052
|
`${entityName}Orbital`,
|
|
27049
27053
|
entity,
|
|
27050
27054
|
[fixTrait, stepProgressTrait, errorsBrowseTrait, validateCallTrait, fixCallTrait, completionTrait],
|
|
27051
27055
|
[page]
|
|
27052
|
-
);
|
|
27056
|
+
));
|
|
27053
27057
|
}
|
|
27054
27058
|
function resolve97(params) {
|
|
27055
27059
|
const entityName = params.entityName ?? "Session";
|
|
@@ -27320,7 +27324,7 @@ function stdAgentSession(params = {}) {
|
|
|
27320
27324
|
{ ref: agentTrait.name }
|
|
27321
27325
|
]
|
|
27322
27326
|
};
|
|
27323
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, labelTrait, agentTrait], [page]);
|
|
27327
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, labelTrait, agentTrait], [page]));
|
|
27324
27328
|
}
|
|
27325
27329
|
|
|
27326
27330
|
// behaviors/functions/organisms/std-agent-builder.ts
|
|
@@ -27344,7 +27348,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
27344
27348
|
isInitial: true,
|
|
27345
27349
|
categories: ["schema", "component", "trait", "page", "behavior"]
|
|
27346
27350
|
});
|
|
27347
|
-
const
|
|
27351
|
+
const plannerDef = plannerOrbital.orbitals[0];
|
|
27352
|
+
const plannerTrait = plannerDef.traits[0];
|
|
27348
27353
|
plannerTrait.name = "BuildPlanner";
|
|
27349
27354
|
const toolLoopOrbital = stdAgentToolLoop({
|
|
27350
27355
|
entityName: "BuildLoop",
|
|
@@ -27354,7 +27359,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
27354
27359
|
maxIterations: 10,
|
|
27355
27360
|
compactThreshold: 0.8
|
|
27356
27361
|
});
|
|
27357
|
-
const
|
|
27362
|
+
const toolLoopDef = toolLoopOrbital.orbitals[0];
|
|
27363
|
+
const toolLoopTrait = toolLoopDef.traits[0];
|
|
27358
27364
|
toolLoopTrait.name = "SchemaBuilder";
|
|
27359
27365
|
const fixLoopOrbital = stdAgentFixLoop({
|
|
27360
27366
|
entityName: "BuildFix",
|
|
@@ -27366,7 +27372,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
27366
27372
|
validateTool: "validate-schema",
|
|
27367
27373
|
fixTool: "apply-fix"
|
|
27368
27374
|
});
|
|
27369
|
-
const
|
|
27375
|
+
const fixLoopDef = fixLoopOrbital.orbitals[0];
|
|
27376
|
+
const fixLoopTrait = fixLoopDef.traits[0];
|
|
27370
27377
|
fixLoopTrait.name = "FixLoop";
|
|
27371
27378
|
const sessionOrbital = stdAgentSession({
|
|
27372
27379
|
entityName: "BuildSession",
|
|
@@ -27374,7 +27381,8 @@ function stdAgentBuilder(params = {}) {
|
|
|
27374
27381
|
pageName: "SessionPage",
|
|
27375
27382
|
pagePath: "/session"
|
|
27376
27383
|
});
|
|
27377
|
-
const
|
|
27384
|
+
const sessionDef = sessionOrbital.orbitals[0];
|
|
27385
|
+
const sessionTrait = sessionDef.traits[0];
|
|
27378
27386
|
sessionTrait.name = "BuildSessionManager";
|
|
27379
27387
|
const taskFields = ensureIdField(params.taskFields ?? DEFAULT_TASK_FIELDS2);
|
|
27380
27388
|
const tabsTrait = extractTrait(stdTabs({
|
|
@@ -27611,7 +27619,7 @@ function stdAgentSearch(params = {}) {
|
|
|
27611
27619
|
{ ref: agentTrait.name }
|
|
27612
27620
|
]
|
|
27613
27621
|
};
|
|
27614
|
-
return makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, agentTrait], [page]);
|
|
27622
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, entity, [browseTrait, agentTrait], [page]));
|
|
27615
27623
|
}
|
|
27616
27624
|
|
|
27617
27625
|
// behaviors/functions/molecules/std-agent-rag.ts
|
|
@@ -28031,12 +28039,12 @@ function stdAgentRag(params) {
|
|
|
28031
28039
|
{ ref: completionTrait.name }
|
|
28032
28040
|
]
|
|
28033
28041
|
};
|
|
28034
|
-
return makeOrbital(
|
|
28042
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
28035
28043
|
`${entityName}Orbital`,
|
|
28036
28044
|
entity,
|
|
28037
28045
|
[ragTrait, tabsTrait, memoryTrait, searchTrait, completionTrait],
|
|
28038
28046
|
[page]
|
|
28039
|
-
);
|
|
28047
|
+
));
|
|
28040
28048
|
}
|
|
28041
28049
|
|
|
28042
28050
|
// behaviors/functions/organisms/std-agent-reviewer.ts
|
|
@@ -28271,7 +28279,8 @@ function stdAgentReviewer(params = {}) {
|
|
|
28271
28279
|
pageName: "AnalysisPage",
|
|
28272
28280
|
pagePath: "/analysis"
|
|
28273
28281
|
});
|
|
28274
|
-
const
|
|
28282
|
+
const classifierDef = classifierOrbital.orbitals[0];
|
|
28283
|
+
const classifierTrait = classifierDef.traits[0];
|
|
28275
28284
|
classifierTrait.name = "InputClassifier";
|
|
28276
28285
|
classifierTrait.emits = [
|
|
28277
28286
|
{ event: "CLASSIFIED", description: "Input has been classified", scope: "internal", payload: [{ name: "category", type: "string" }] }
|
|
@@ -28282,7 +28291,8 @@ function stdAgentReviewer(params = {}) {
|
|
|
28282
28291
|
pageName: "CompletionPage",
|
|
28283
28292
|
pagePath: "/completion"
|
|
28284
28293
|
});
|
|
28285
|
-
const
|
|
28294
|
+
const completionDef = completionOrbital.orbitals[0];
|
|
28295
|
+
const completionTrait = completionDef.traits[0];
|
|
28286
28296
|
completionTrait.name = "ReviewCompletionFlow";
|
|
28287
28297
|
const tabsTrait = extractTrait(stdTabs({
|
|
28288
28298
|
entityName: "Review",
|
|
@@ -28375,7 +28385,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
28375
28385
|
isInitial: true,
|
|
28376
28386
|
categories: ["data", "transform", "validate", "deploy", "test"]
|
|
28377
28387
|
});
|
|
28378
|
-
const
|
|
28388
|
+
const plannerDef = plannerOrbital.orbitals[0];
|
|
28389
|
+
const plannerTrait = plannerDef.traits[0];
|
|
28379
28390
|
plannerTrait.name = "PipelinePlanner";
|
|
28380
28391
|
plannerTrait.emits = [
|
|
28381
28392
|
...plannerTrait.emits ?? [],
|
|
@@ -28390,7 +28401,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
28390
28401
|
maxIterations: 20,
|
|
28391
28402
|
compactThreshold: 0.8
|
|
28392
28403
|
});
|
|
28393
|
-
const
|
|
28404
|
+
const toolLoopDef = toolLoopOrbital.orbitals[0];
|
|
28405
|
+
const toolLoopTrait = toolLoopDef.traits[0];
|
|
28394
28406
|
toolLoopTrait.name = "PipelineExecutor";
|
|
28395
28407
|
toolLoopTrait.emits = [
|
|
28396
28408
|
...toolLoopTrait.emits ?? [],
|
|
@@ -28405,7 +28417,8 @@ function stdAgentPipeline(params = {}) {
|
|
|
28405
28417
|
pageName: "SessionPage",
|
|
28406
28418
|
pagePath: "/session"
|
|
28407
28419
|
});
|
|
28408
|
-
const
|
|
28420
|
+
const sessionDef = sessionOrbital.orbitals[0];
|
|
28421
|
+
const sessionTrait = sessionDef.traits[0];
|
|
28409
28422
|
sessionTrait.name = "PipelineSessionManager";
|
|
28410
28423
|
const memoryOrbital = stdAgentMemory({
|
|
28411
28424
|
entityName: "ExecutionLog",
|
|
@@ -28932,7 +28945,8 @@ function stdAgentTutor(params = {}) {
|
|
|
28932
28945
|
pagePath: "/teach",
|
|
28933
28946
|
isInitial: true
|
|
28934
28947
|
});
|
|
28935
|
-
const
|
|
28948
|
+
const convDef = conversationOrbital.orbitals[0];
|
|
28949
|
+
const convTrait = convDef.traits[0];
|
|
28936
28950
|
convTrait.name = "TutorConversation";
|
|
28937
28951
|
const memoryOrbital = stdAgentMemory({
|
|
28938
28952
|
entityName: "Concept",
|
|
@@ -28948,7 +28962,8 @@ function stdAgentTutor(params = {}) {
|
|
|
28948
28962
|
pageName: "AssessmentPage",
|
|
28949
28963
|
pagePath: "/assessment"
|
|
28950
28964
|
});
|
|
28951
|
-
const
|
|
28965
|
+
const clsDef = classifierOrbital.orbitals[0];
|
|
28966
|
+
const clsTrait = clsDef.traits[0];
|
|
28952
28967
|
clsTrait.name = "LevelClassifier";
|
|
28953
28968
|
const tabsTrait = extractTrait(stdTabs({
|
|
28954
28969
|
entityName: "TutorSession",
|
|
@@ -29200,7 +29215,7 @@ function stdAgentActivityLogPage(params = {}) {
|
|
|
29200
29215
|
}
|
|
29201
29216
|
function stdAgentActivityLog(params = {}) {
|
|
29202
29217
|
const c = resolve100(params);
|
|
29203
|
-
return makeOrbital(`${c.entityName}Orbital`, buildEntity86(c), [buildTrait75(c)], [buildPage73(c)]);
|
|
29218
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(`${c.entityName}Orbital`, buildEntity86(c), [buildTrait75(c)], [buildPage73(c)]));
|
|
29204
29219
|
}
|
|
29205
29220
|
function resolve101(params) {
|
|
29206
29221
|
const entityName = params.entityName ?? "LearningRecord";
|
|
@@ -29619,12 +29634,12 @@ function stdAgentLearner(params) {
|
|
|
29619
29634
|
{ ref: providerTrait.name }
|
|
29620
29635
|
]
|
|
29621
29636
|
};
|
|
29622
|
-
return makeOrbital(
|
|
29637
|
+
return makeSchema(`${entityName}Orbital`, makeOrbital(
|
|
29623
29638
|
`${entityName}Orbital`,
|
|
29624
29639
|
entity,
|
|
29625
29640
|
[learnerTrait, recordsBrowseTrait, memoryTrait, completionTrait, providerTrait],
|
|
29626
29641
|
[page]
|
|
29627
|
-
);
|
|
29642
|
+
));
|
|
29628
29643
|
}
|
|
29629
29644
|
function stdValidateOnSave(params = {}) {
|
|
29630
29645
|
const {
|
|
@@ -29901,7 +29916,7 @@ function stdValidateOnSave(params = {}) {
|
|
|
29901
29916
|
traitName: "OrbFileWatcher"
|
|
29902
29917
|
})
|
|
29903
29918
|
];
|
|
29904
|
-
return makeOrbital("ValidateOnSave", entity, [trait], pages);
|
|
29919
|
+
return makeSchema("ValidateOnSave", makeOrbital("ValidateOnSave", entity, [trait], pages));
|
|
29905
29920
|
}
|
|
29906
29921
|
function resolve102(params) {
|
|
29907
29922
|
const { entityName } = params;
|
|
@@ -30133,12 +30148,12 @@ function stdServiceEmail(params) {
|
|
|
30133
30148
|
const pages = [];
|
|
30134
30149
|
const page = buildPage74(c);
|
|
30135
30150
|
if (page) pages.push(page);
|
|
30136
|
-
return makeOrbital(
|
|
30151
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
30137
30152
|
`${c.entityName}Orbital`,
|
|
30138
30153
|
buildEntity88(c),
|
|
30139
30154
|
[buildTrait77(c)],
|
|
30140
30155
|
pages
|
|
30141
|
-
);
|
|
30156
|
+
));
|
|
30142
30157
|
}
|
|
30143
30158
|
function resolve103(params) {
|
|
30144
30159
|
const entityName = params.entityName ?? "Payment";
|
|
@@ -30381,12 +30396,12 @@ function stdServiceStripePage(params = {}) {
|
|
|
30381
30396
|
}
|
|
30382
30397
|
function stdServiceStripe(params = {}) {
|
|
30383
30398
|
const c = resolve103(params);
|
|
30384
|
-
return makeOrbital(
|
|
30399
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
30385
30400
|
`${c.entityName}Orbital`,
|
|
30386
30401
|
buildEntity89(c),
|
|
30387
30402
|
[buildTrait78(c)],
|
|
30388
30403
|
[buildPage75(c)]
|
|
30389
|
-
);
|
|
30404
|
+
));
|
|
30390
30405
|
}
|
|
30391
30406
|
function resolve104(params) {
|
|
30392
30407
|
const entityName = params.entityName ?? "Message";
|
|
@@ -30632,12 +30647,12 @@ function stdServiceTwilio(params = {}) {
|
|
|
30632
30647
|
const pages = [];
|
|
30633
30648
|
const page = buildPage76(c);
|
|
30634
30649
|
if (page) pages.push(page);
|
|
30635
|
-
return makeOrbital(
|
|
30650
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
30636
30651
|
`${c.entityName}Orbital`,
|
|
30637
30652
|
buildEntity90(c),
|
|
30638
30653
|
[buildTrait79(c)],
|
|
30639
30654
|
pages
|
|
30640
|
-
);
|
|
30655
|
+
));
|
|
30641
30656
|
}
|
|
30642
30657
|
function resolve105(params) {
|
|
30643
30658
|
const entityName = params.entityName ?? "PullRequest";
|
|
@@ -30853,12 +30868,12 @@ function stdServiceGithubPage(params = {}) {
|
|
|
30853
30868
|
}
|
|
30854
30869
|
function stdServiceGithub(params = {}) {
|
|
30855
30870
|
const c = resolve105(params);
|
|
30856
|
-
return makeOrbital(
|
|
30871
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
30857
30872
|
`${c.entityName}Orbital`,
|
|
30858
30873
|
buildEntity91(c),
|
|
30859
30874
|
[buildTrait80(c)],
|
|
30860
30875
|
[buildPage77(c)]
|
|
30861
|
-
);
|
|
30876
|
+
));
|
|
30862
30877
|
}
|
|
30863
30878
|
function resolve106(params) {
|
|
30864
30879
|
const entityName = params.entityName ?? "VideoSearch";
|
|
@@ -31167,12 +31182,12 @@ function stdServiceYoutube(params = {}) {
|
|
|
31167
31182
|
const pages = [];
|
|
31168
31183
|
const page = buildPage78(c);
|
|
31169
31184
|
if (page) pages.push(page);
|
|
31170
|
-
return makeOrbital(
|
|
31185
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
31171
31186
|
`${c.entityName}Orbital`,
|
|
31172
31187
|
buildEntity92(c),
|
|
31173
31188
|
[buildTrait81(c)],
|
|
31174
31189
|
pages
|
|
31175
|
-
);
|
|
31190
|
+
));
|
|
31176
31191
|
}
|
|
31177
31192
|
function resolve107(params) {
|
|
31178
31193
|
const entityName = params.entityName ?? "LlmTask";
|
|
@@ -31434,12 +31449,12 @@ function stdServiceLlm(params = {}) {
|
|
|
31434
31449
|
const pages = [];
|
|
31435
31450
|
const page = buildPage79(c);
|
|
31436
31451
|
if (page) pages.push(page);
|
|
31437
|
-
return makeOrbital(
|
|
31452
|
+
return makeSchema(`${c.entityName}Orbital`, makeOrbital(
|
|
31438
31453
|
`${c.entityName}Orbital`,
|
|
31439
31454
|
buildEntity93(c),
|
|
31440
31455
|
[buildTrait82(c)],
|
|
31441
31456
|
pages
|
|
31442
|
-
);
|
|
31457
|
+
));
|
|
31443
31458
|
}
|
|
31444
31459
|
function resolve108(params) {
|
|
31445
31460
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -31655,7 +31670,7 @@ function stdServiceCustomHeader(params) {
|
|
|
31655
31670
|
[buildTrait83(c)],
|
|
31656
31671
|
[buildPage80(c)]
|
|
31657
31672
|
);
|
|
31658
|
-
return {
|
|
31673
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
31659
31674
|
...orbital,
|
|
31660
31675
|
services: [{
|
|
31661
31676
|
name: "custom-header-api",
|
|
@@ -31668,7 +31683,7 @@ function stdServiceCustomHeader(params) {
|
|
|
31668
31683
|
secretEnv: c.secretEnvVar
|
|
31669
31684
|
}
|
|
31670
31685
|
}]
|
|
31671
|
-
};
|
|
31686
|
+
});
|
|
31672
31687
|
}
|
|
31673
31688
|
function resolve109(params) {
|
|
31674
31689
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -31884,7 +31899,7 @@ function stdServiceCustomQuery(params) {
|
|
|
31884
31899
|
[buildTrait84(c)],
|
|
31885
31900
|
[buildPage81(c)]
|
|
31886
31901
|
);
|
|
31887
|
-
return {
|
|
31902
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
31888
31903
|
...orbital,
|
|
31889
31904
|
services: [{
|
|
31890
31905
|
name: "custom-query-api",
|
|
@@ -31897,7 +31912,7 @@ function stdServiceCustomQuery(params) {
|
|
|
31897
31912
|
secretEnv: c.secretEnvVar
|
|
31898
31913
|
}
|
|
31899
31914
|
}]
|
|
31900
|
-
};
|
|
31915
|
+
});
|
|
31901
31916
|
}
|
|
31902
31917
|
function resolve110(params) {
|
|
31903
31918
|
const entityName = params.entityName ?? "ApiCall";
|
|
@@ -32111,14 +32126,14 @@ function stdServiceCustomNoauth(params) {
|
|
|
32111
32126
|
[buildTrait85(c)],
|
|
32112
32127
|
[buildPage82(c)]
|
|
32113
32128
|
);
|
|
32114
|
-
return {
|
|
32129
|
+
return makeSchema(`${c.entityName}Orbital`, {
|
|
32115
32130
|
...orbital,
|
|
32116
32131
|
services: [{
|
|
32117
32132
|
name: "custom-noauth-api",
|
|
32118
32133
|
type: "rest",
|
|
32119
32134
|
baseUrl: c.baseUrl
|
|
32120
32135
|
}]
|
|
32121
|
-
};
|
|
32136
|
+
});
|
|
32122
32137
|
}
|
|
32123
32138
|
|
|
32124
32139
|
// behaviors/exports-reader.ts
|