diff --git a/simulator-ui/__generated__/builtRoutes.ts b/simulator-ui/__generated__/builtRoutes.ts index 30108258..c9e35b48 100644 --- a/simulator-ui/__generated__/builtRoutes.ts +++ b/simulator-ui/__generated__/builtRoutes.ts @@ -1,6 +1,4 @@ // @generated by infra/bft/tasks/routesBuild.ts -import { iso } from "@iso-gambit-sim"; - export type RouteEntrypoint = { Body: React.FC | null | undefined; title: string; @@ -8,38 +6,6 @@ export type RouteEntrypoint = { headers?: Record; }; -iso(`entrypoint Mutation.GambitSimulatorResetWorkspace`) -iso(`entrypoint Mutation.GambitSimulatorStopRun`) -iso(`entrypoint Mutation.GambitWorkspaceBuildRunCreate`) -iso(`entrypoint Mutation.GambitWorkspaceConversationSessionSend`) -iso(`entrypoint Mutation.GambitWorkspaceConversationSessionStart`) -iso(`entrypoint Mutation.GambitWorkspaceConversationSessionStop`) -iso(`entrypoint Mutation.GambitWorkspaceCreate`) -iso(`entrypoint Mutation.GambitWorkspaceDelete`) -iso(`entrypoint Mutation.GambitWorkspaceFeedbackSave`) -iso(`entrypoint Mutation.GambitWorkspaceGradeFlagReasonUpdate`) -iso(`entrypoint Mutation.GambitWorkspaceGradeFlagToggle`) -iso(`entrypoint Mutation.GambitWorkspaceGradeRunCreate`) -iso(`entrypoint Mutation.GambitWorkspaceScenarioRunSend`) -iso(`entrypoint Mutation.GambitWorkspaceScenarioRunStart`) -iso(`entrypoint Mutation.GambitWorkspaceScenarioRunStop`) -iso(`entrypoint Mutation.GambitWorkspaceVerifyBatchRunCreate`) -iso(`entrypoint Query.EntrypointChatOptimisticPlaceholder`) -iso(`entrypoint Query.EntrypointSimulatorBuildPage`) -iso(`entrypoint Query.EntrypointSimulatorGradePage`) -iso(`entrypoint Query.EntrypointSimulatorRedirect`) -iso(`entrypoint Query.EntrypointSimulatorRoot`) -iso(`entrypoint Query.EntrypointSimulatorTestPage`) -iso(`entrypoint Query.EntrypointSimulatorVerifyPage`) -iso(`entrypoint Query.EntrypointSimulatorWorkspaceShell`) -iso(`entrypoint Query.EntrypointSimulatorWorkspaces`) -iso(`entrypoint Query.EntrypointWorkspaceBuildLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceBuildTabLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceGradeLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceTestLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceVerifyLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceWorkbenchLiveWrite`) - import entrypointChatOptimisticPlaceholder from "@iso-gambit-sim/Query/EntrypointChatOptimisticPlaceholder/entrypoint.ts" import entrypointSimulatorBuildPage from "@iso-gambit-sim/Query/EntrypointSimulatorBuildPage/entrypoint.ts" import entrypointSimulatorGradePage from "@iso-gambit-sim/Query/EntrypointSimulatorGradePage/entrypoint.ts" diff --git a/simulator-ui/__generated__/builtRoutesSeed.ts b/simulator-ui/__generated__/builtRoutesSeed.ts new file mode 100644 index 00000000..b7c7e4bd --- /dev/null +++ b/simulator-ui/__generated__/builtRoutesSeed.ts @@ -0,0 +1,34 @@ +// @generated by infra/bft/tasks/routesBuild.ts +import { iso } from "@iso-gambit-sim"; + +iso(`entrypoint Mutation.GambitSimulatorResetWorkspace`) +iso(`entrypoint Mutation.GambitSimulatorStopRun`) +iso(`entrypoint Mutation.GambitWorkspaceBuildRunCreate`) +iso(`entrypoint Mutation.GambitWorkspaceConversationSessionSend`) +iso(`entrypoint Mutation.GambitWorkspaceConversationSessionStart`) +iso(`entrypoint Mutation.GambitWorkspaceConversationSessionStop`) +iso(`entrypoint Mutation.GambitWorkspaceCreate`) +iso(`entrypoint Mutation.GambitWorkspaceDelete`) +iso(`entrypoint Mutation.GambitWorkspaceFeedbackSave`) +iso(`entrypoint Mutation.GambitWorkspaceGradeFlagReasonUpdate`) +iso(`entrypoint Mutation.GambitWorkspaceGradeFlagToggle`) +iso(`entrypoint Mutation.GambitWorkspaceGradeRunCreate`) +iso(`entrypoint Mutation.GambitWorkspaceScenarioRunSend`) +iso(`entrypoint Mutation.GambitWorkspaceScenarioRunStart`) +iso(`entrypoint Mutation.GambitWorkspaceScenarioRunStop`) +iso(`entrypoint Mutation.GambitWorkspaceVerifyBatchRunCreate`) +iso(`entrypoint Query.EntrypointChatOptimisticPlaceholder`) +iso(`entrypoint Query.EntrypointSimulatorBuildPage`) +iso(`entrypoint Query.EntrypointSimulatorGradePage`) +iso(`entrypoint Query.EntrypointSimulatorRedirect`) +iso(`entrypoint Query.EntrypointSimulatorRoot`) +iso(`entrypoint Query.EntrypointSimulatorTestPage`) +iso(`entrypoint Query.EntrypointSimulatorVerifyPage`) +iso(`entrypoint Query.EntrypointSimulatorWorkspaceShell`) +iso(`entrypoint Query.EntrypointSimulatorWorkspaces`) +iso(`entrypoint Query.EntrypointWorkspaceBuildLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceBuildTabLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceGradeLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceTestLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceVerifyLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceWorkbenchLiveWrite`)