@bolt-foundry/gambit 0.8.6-rc.2 → 0.8.6-rc.3

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.
Files changed (567) hide show
  1. package/CHANGELOG.md +43 -1
  2. package/README.md +1 -1
  3. package/esm/gambit/simulator-ui/dist/bundle.js +2537 -1204
  4. package/esm/gambit/simulator-ui/dist/bundle.js.map +4 -4
  5. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/entrypoint.d.ts +7 -0
  6. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/entrypoint.d.ts.map +1 -0
  7. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/entrypoint.js +22 -0
  8. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/normalization_ast.d.ts +4 -0
  9. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/normalization_ast.d.ts.map +1 -0
  10. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/normalization_ast.js +275 -0
  11. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/output_type.d.ts +3 -0
  12. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/output_type.d.ts.map +1 -0
  13. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/output_type.js +1 -0
  14. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/param_type.d.ts +72 -0
  15. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/param_type.d.ts.map +1 -0
  16. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/param_type.js +1 -0
  17. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/parameters_type.d.ts +6 -0
  18. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/parameters_type.d.ts.map +1 -0
  19. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/parameters_type.js +1 -0
  20. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/query_text.d.ts +3 -0
  21. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/query_text.d.ts.map +1 -0
  22. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/query_text.js +59 -0
  23. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/raw_response_type.d.ts +55 -0
  24. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/raw_response_type.d.ts.map +1 -0
  25. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/raw_response_type.js +1 -0
  26. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/resolver_reader.d.ts +6 -0
  27. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/resolver_reader.d.ts.map +1 -0
  28. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/resolver_reader.js +360 -0
  29. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorStopRun/param_type.d.ts +63 -63
  30. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorStopRun/param_type.d.ts.map +1 -1
  31. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorStopRun/raw_response_type.d.ts +63 -63
  32. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorStopRun/raw_response_type.d.ts.map +1 -1
  33. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceBuildRunCreate/param_type.d.ts +63 -63
  34. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceBuildRunCreate/param_type.d.ts.map +1 -1
  35. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceBuildRunCreate/raw_response_type.d.ts +63 -63
  36. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceBuildRunCreate/raw_response_type.d.ts.map +1 -1
  37. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionSend/param_type.d.ts +61 -61
  38. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionSend/param_type.d.ts.map +1 -1
  39. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionSend/raw_response_type.d.ts +65 -65
  40. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionSend/raw_response_type.d.ts.map +1 -1
  41. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/param_type.d.ts +21 -21
  42. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/param_type.d.ts.map +1 -1
  43. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/raw_response_type.d.ts +31 -31
  44. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/raw_response_type.d.ts.map +1 -1
  45. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStop/param_type.d.ts +61 -61
  46. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStop/param_type.d.ts.map +1 -1
  47. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStop/raw_response_type.d.ts +65 -65
  48. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStop/raw_response_type.d.ts.map +1 -1
  49. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceCreate/param_type.d.ts +12 -12
  50. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceCreate/param_type.d.ts.map +1 -1
  51. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceCreate/raw_response_type.d.ts +12 -12
  52. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceCreate/raw_response_type.d.ts.map +1 -1
  53. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/entrypoint.d.ts +7 -0
  54. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/entrypoint.d.ts.map +1 -0
  55. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/entrypoint.js +22 -0
  56. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/normalization_ast.d.ts +4 -0
  57. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/normalization_ast.d.ts.map +1 -0
  58. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/normalization_ast.js +29 -0
  59. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/output_type.d.ts +3 -0
  60. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/output_type.d.ts.map +1 -0
  61. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/output_type.js +1 -0
  62. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/param_type.d.ts +11 -0
  63. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/param_type.d.ts.map +1 -0
  64. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/param_type.js +1 -0
  65. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/parameters_type.d.ts +4 -0
  66. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/parameters_type.d.ts.map +1 -0
  67. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/parameters_type.js +1 -0
  68. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/query_text.d.ts +3 -0
  69. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/query_text.d.ts.map +1 -0
  70. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/query_text.js +6 -0
  71. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/raw_response_type.d.ts +7 -0
  72. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/raw_response_type.d.ts.map +1 -0
  73. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/raw_response_type.js +1 -0
  74. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/resolver_reader.d.ts +6 -0
  75. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/resolver_reader.d.ts.map +1 -0
  76. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/resolver_reader.js +41 -0
  77. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagReasonUpdate/param_type.d.ts +17 -17
  78. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagReasonUpdate/param_type.d.ts.map +1 -1
  79. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagReasonUpdate/raw_response_type.d.ts +17 -17
  80. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagReasonUpdate/raw_response_type.d.ts.map +1 -1
  81. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagToggle/param_type.d.ts +17 -17
  82. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagToggle/param_type.d.ts.map +1 -1
  83. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagToggle/raw_response_type.d.ts +17 -17
  84. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagToggle/raw_response_type.d.ts.map +1 -1
  85. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeRunCreate/param_type.d.ts +45 -45
  86. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeRunCreate/param_type.d.ts.map +1 -1
  87. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeRunCreate/raw_response_type.d.ts +45 -45
  88. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeRunCreate/raw_response_type.d.ts.map +1 -1
  89. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunSend/param_type.d.ts +58 -58
  90. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunSend/param_type.d.ts.map +1 -1
  91. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunSend/raw_response_type.d.ts +58 -58
  92. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunSend/raw_response_type.d.ts.map +1 -1
  93. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStart/param_type.d.ts +35 -35
  94. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStart/param_type.d.ts.map +1 -1
  95. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStart/raw_response_type.d.ts +35 -35
  96. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStart/raw_response_type.d.ts.map +1 -1
  97. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStop/param_type.d.ts +58 -58
  98. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStop/param_type.d.ts.map +1 -1
  99. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStop/raw_response_type.d.ts +58 -58
  100. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStop/raw_response_type.d.ts.map +1 -1
  101. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts +131 -131
  102. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts.map +1 -1
  103. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts +131 -131
  104. package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts.map +1 -1
  105. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/param_type.d.ts +3 -3
  106. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/param_type.d.ts.map +1 -1
  107. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/raw_response_type.d.ts +3 -3
  108. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/raw_response_type.d.ts.map +1 -1
  109. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/param_type.d.ts +2 -2
  110. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/param_type.d.ts.map +1 -1
  111. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/raw_response_type.d.ts +11 -11
  112. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/raw_response_type.d.ts.map +1 -1
  113. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/param_type.d.ts +2 -2
  114. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/param_type.d.ts.map +1 -1
  115. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/raw_response_type.d.ts +37 -37
  116. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/raw_response_type.d.ts.map +1 -1
  117. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/param_type.d.ts +2 -2
  118. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/param_type.d.ts.map +1 -1
  119. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/raw_response_type.d.ts +33 -33
  120. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/raw_response_type.d.ts.map +1 -1
  121. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/param_type.d.ts +2 -2
  122. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/param_type.d.ts.map +1 -1
  123. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts +76 -76
  124. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts.map +1 -1
  125. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaceShell/param_type.d.ts +3 -3
  126. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaceShell/param_type.d.ts.map +1 -1
  127. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaceShell/raw_response_type.d.ts +53 -53
  128. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaceShell/raw_response_type.d.ts.map +1 -1
  129. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaces/raw_response_type.d.ts +7 -7
  130. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaces/raw_response_type.d.ts.map +1 -1
  131. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildLiveWrite/param_type.d.ts +78 -78
  132. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildLiveWrite/param_type.d.ts.map +1 -1
  133. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildLiveWrite/raw_response_type.d.ts +78 -78
  134. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildLiveWrite/raw_response_type.d.ts.map +1 -1
  135. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildTabLiveWrite/param_type.d.ts +11 -11
  136. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildTabLiveWrite/param_type.d.ts.map +1 -1
  137. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildTabLiveWrite/raw_response_type.d.ts +11 -11
  138. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildTabLiveWrite/raw_response_type.d.ts.map +1 -1
  139. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceGradeLiveWrite/param_type.d.ts +37 -37
  140. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceGradeLiveWrite/param_type.d.ts.map +1 -1
  141. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceGradeLiveWrite/raw_response_type.d.ts +37 -37
  142. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceGradeLiveWrite/raw_response_type.d.ts.map +1 -1
  143. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts +76 -76
  144. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts.map +1 -1
  145. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts +76 -76
  146. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts.map +1 -1
  147. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceWorkbenchLiveWrite/param_type.d.ts +21 -21
  148. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceWorkbenchLiveWrite/param_type.d.ts.map +1 -1
  149. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceWorkbenchLiveWrite/raw_response_type.d.ts +46 -46
  150. package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceWorkbenchLiveWrite/raw_response_type.d.ts.map +1 -1
  151. package/esm/simulator-ui/__generated__/__isograph/Query/SimulatorAppDrawer/param_type.d.ts +7 -7
  152. package/esm/simulator-ui/__generated__/__isograph/Query/SimulatorAppDrawer/param_type.d.ts.map +1 -1
  153. package/esm/simulator-ui/__generated__/__isograph/Query/SimulatorBuildContentShell/param_type.d.ts +2 -2
  154. package/esm/simulator-ui/__generated__/__isograph/Query/SimulatorBuildContentShell/param_type.d.ts.map +1 -1
  155. package/esm/simulator-ui/__generated__/__isograph/Query/SimulatorWorkspacesPage/param_type.d.ts +7 -7
  156. package/esm/simulator-ui/__generated__/__isograph/Query/SimulatorWorkspacesPage/param_type.d.ts.map +1 -1
  157. package/esm/simulator-ui/__generated__/__isograph/Workspace/BuildTab/param_type.d.ts +8 -8
  158. package/esm/simulator-ui/__generated__/__isograph/Workspace/BuildTab/param_type.d.ts.map +1 -1
  159. package/esm/simulator-ui/__generated__/__isograph/Workspace/GradeTab/param_type.d.ts +35 -35
  160. package/esm/simulator-ui/__generated__/__isograph/Workspace/GradeTab/param_type.d.ts.map +1 -1
  161. package/esm/simulator-ui/__generated__/__isograph/Workspace/TestTab/param_type.d.ts +31 -31
  162. package/esm/simulator-ui/__generated__/__isograph/Workspace/TestTab/param_type.d.ts.map +1 -1
  163. package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts +74 -74
  164. package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts.map +1 -1
  165. package/esm/simulator-ui/__generated__/__isograph/Workspace/WorkbenchChatDrawer/param_type.d.ts +19 -19
  166. package/esm/simulator-ui/__generated__/__isograph/Workspace/WorkbenchChatDrawer/param_type.d.ts.map +1 -1
  167. package/esm/simulator-ui/__generated__/__isograph/WorkspaceConversationRun/WorkbenchConversationRunChat/param_type.d.ts +26 -26
  168. package/esm/simulator-ui/__generated__/__isograph/WorkspaceConversationRun/WorkbenchConversationRunChat/param_type.d.ts.map +1 -1
  169. package/esm/simulator-ui/__generated__/__isograph/WorkspaceFile/PreviewFile/param_type.d.ts +2 -2
  170. package/esm/simulator-ui/__generated__/__isograph/WorkspaceFile/PreviewFile/param_type.d.ts.map +1 -1
  171. package/esm/simulator-ui/__generated__/__isograph/iso.d.ts +8 -0
  172. package/esm/simulator-ui/__generated__/__isograph/iso.d.ts.map +1 -1
  173. package/esm/simulator-ui/__generated__/__isograph/iso.js +6 -0
  174. package/esm/simulator-ui/__generated__/builtRoutes.d.ts +4 -0
  175. package/esm/simulator-ui/__generated__/builtRoutes.d.ts.map +1 -1
  176. package/esm/simulator-ui/__generated__/builtRoutes.js +6 -0
  177. package/esm/simulator-ui/isograph/components/Query/SimulatorAppDrawer.d.ts +6 -0
  178. package/esm/simulator-ui/isograph/components/Query/SimulatorAppDrawer.d.ts.map +1 -1
  179. package/esm/simulator-ui/isograph/components/Query/SimulatorAppDrawer.js +61 -14
  180. package/esm/simulator-ui/isograph/components/Query/SimulatorTestPage.d.ts.map +1 -1
  181. package/esm/simulator-ui/isograph/components/Query/SimulatorTestPage.js +10 -8
  182. package/esm/simulator-ui/isograph/components/Workspace/WorkbenchChatDrawer.d.ts.map +1 -1
  183. package/esm/simulator-ui/isograph/components/Workspace/WorkbenchChatDrawer.js +148 -3
  184. package/esm/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.d.ts +5 -0
  185. package/esm/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.d.ts.map +1 -1
  186. package/esm/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.js +1 -1
  187. package/esm/simulator-ui/isograph/components/grade/GradeTabView.d.ts.map +1 -1
  188. package/esm/simulator-ui/isograph/components/grade/GradeTabView.js +3 -1
  189. package/esm/simulator-ui/mutations/GambitSimulatorResetWorkspace.d.ts +55 -0
  190. package/esm/simulator-ui/mutations/GambitSimulatorResetWorkspace.d.ts.map +1 -0
  191. package/esm/simulator-ui/mutations/GambitSimulatorResetWorkspace.js +63 -0
  192. package/esm/simulator-ui/mutations/GambitSimulatorResetWorkspaceMutation.d.ts +55 -0
  193. package/esm/simulator-ui/mutations/GambitSimulatorResetWorkspaceMutation.d.ts.map +1 -0
  194. package/esm/simulator-ui/mutations/GambitSimulatorResetWorkspaceMutation.js +7 -0
  195. package/esm/simulator-ui/mutations/GambitSimulatorStopRun.d.ts +62 -62
  196. package/esm/simulator-ui/mutations/GambitSimulatorStopRun.d.ts.map +1 -1
  197. package/esm/simulator-ui/mutations/GambitSimulatorStopRunMutation.d.ts +62 -62
  198. package/esm/simulator-ui/mutations/GambitSimulatorStopRunMutation.d.ts.map +1 -1
  199. package/esm/simulator-ui/mutations/GambitWorkspaceBuildRunCreate.d.ts +62 -62
  200. package/esm/simulator-ui/mutations/GambitWorkspaceBuildRunCreate.d.ts.map +1 -1
  201. package/esm/simulator-ui/mutations/GambitWorkspaceBuildRunCreateMutation.d.ts +62 -62
  202. package/esm/simulator-ui/mutations/GambitWorkspaceBuildRunCreateMutation.d.ts.map +1 -1
  203. package/esm/simulator-ui/mutations/GambitWorkspaceConversationSessionSend.d.ts +60 -60
  204. package/esm/simulator-ui/mutations/GambitWorkspaceConversationSessionSend.d.ts.map +1 -1
  205. package/esm/simulator-ui/mutations/GambitWorkspaceConversationSessionStart.d.ts +20 -20
  206. package/esm/simulator-ui/mutations/GambitWorkspaceConversationSessionStart.d.ts.map +1 -1
  207. package/esm/simulator-ui/mutations/GambitWorkspaceConversationSessionStop.d.ts +60 -60
  208. package/esm/simulator-ui/mutations/GambitWorkspaceConversationSessionStop.d.ts.map +1 -1
  209. package/esm/simulator-ui/mutations/GambitWorkspaceCreate.d.ts +11 -11
  210. package/esm/simulator-ui/mutations/GambitWorkspaceCreate.d.ts.map +1 -1
  211. package/esm/simulator-ui/mutations/GambitWorkspaceCreateMutation.d.ts +11 -11
  212. package/esm/simulator-ui/mutations/GambitWorkspaceCreateMutation.d.ts.map +1 -1
  213. package/esm/simulator-ui/mutations/GambitWorkspaceDelete.d.ts +6 -0
  214. package/esm/simulator-ui/mutations/GambitWorkspaceDelete.d.ts.map +1 -0
  215. package/esm/simulator-ui/mutations/GambitWorkspaceDelete.js +12 -0
  216. package/esm/simulator-ui/mutations/GambitWorkspaceDeleteMutation.d.ts +6 -0
  217. package/esm/simulator-ui/mutations/GambitWorkspaceDeleteMutation.d.ts.map +1 -0
  218. package/esm/simulator-ui/mutations/GambitWorkspaceDeleteMutation.js +7 -0
  219. package/esm/simulator-ui/mutations/GambitWorkspaceGradeFlagReasonUpdate.d.ts +16 -16
  220. package/esm/simulator-ui/mutations/GambitWorkspaceGradeFlagReasonUpdate.d.ts.map +1 -1
  221. package/esm/simulator-ui/mutations/GambitWorkspaceGradeFlagReasonUpdateMutation.d.ts +16 -16
  222. package/esm/simulator-ui/mutations/GambitWorkspaceGradeFlagReasonUpdateMutation.d.ts.map +1 -1
  223. package/esm/simulator-ui/mutations/GambitWorkspaceGradeFlagToggle.d.ts +16 -16
  224. package/esm/simulator-ui/mutations/GambitWorkspaceGradeFlagToggle.d.ts.map +1 -1
  225. package/esm/simulator-ui/mutations/GambitWorkspaceGradeFlagToggleMutation.d.ts +16 -16
  226. package/esm/simulator-ui/mutations/GambitWorkspaceGradeFlagToggleMutation.d.ts.map +1 -1
  227. package/esm/simulator-ui/mutations/GambitWorkspaceGradeRunCreate.d.ts +44 -44
  228. package/esm/simulator-ui/mutations/GambitWorkspaceGradeRunCreate.d.ts.map +1 -1
  229. package/esm/simulator-ui/mutations/GambitWorkspaceGradeRunCreateMutation.d.ts +44 -44
  230. package/esm/simulator-ui/mutations/GambitWorkspaceGradeRunCreateMutation.d.ts.map +1 -1
  231. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunSend.d.ts +57 -57
  232. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunSend.d.ts.map +1 -1
  233. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunSendMutation.d.ts +57 -57
  234. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunSendMutation.d.ts.map +1 -1
  235. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunStart.d.ts +34 -34
  236. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunStart.d.ts.map +1 -1
  237. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunStartMutation.d.ts +34 -34
  238. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunStartMutation.d.ts.map +1 -1
  239. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunStop.d.ts +57 -57
  240. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunStop.d.ts.map +1 -1
  241. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunStopMutation.d.ts +57 -57
  242. package/esm/simulator-ui/mutations/GambitWorkspaceScenarioRunStopMutation.d.ts.map +1 -1
  243. package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts +130 -130
  244. package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts.map +1 -1
  245. package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts +130 -130
  246. package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts.map +1 -1
  247. package/esm/simulator-ui/src/AppRoot.d.ts.map +1 -1
  248. package/esm/simulator-ui/src/AppRoot.js +10 -2
  249. package/esm/simulator-ui/src/AppShell.d.ts +6 -0
  250. package/esm/simulator-ui/src/AppShell.d.ts.map +1 -1
  251. package/esm/simulator-ui/src/AppShell.js +99 -29
  252. package/esm/simulator-ui/src/DocsPage.d.ts +2 -0
  253. package/esm/simulator-ui/src/DocsPage.d.ts.map +1 -0
  254. package/esm/simulator-ui/src/DocsPage.js +80 -0
  255. package/esm/simulator-ui/src/WorkbenchDrawerIso.d.ts +4 -0
  256. package/esm/simulator-ui/src/WorkbenchDrawerIso.d.ts.map +1 -1
  257. package/esm/simulator-ui/src/WorkbenchDrawerIso.js +20 -3
  258. package/esm/simulator-ui/src/WorkspaceContext.d.ts.map +1 -1
  259. package/esm/simulator-ui/src/WorkspaceContext.js +42 -10
  260. package/esm/simulator-ui/src/grade/GradeResultsPanel.d.ts.map +1 -1
  261. package/esm/simulator-ui/src/grade/GradeResultsPanel.js +3 -1
  262. package/esm/simulator-ui/src/routing.d.ts.map +1 -1
  263. package/esm/simulator-ui/src/routing.js +2 -0
  264. package/esm/simulator-ui/src/test_tab_start_gate.d.ts +8 -0
  265. package/esm/simulator-ui/src/test_tab_start_gate.d.ts.map +1 -0
  266. package/esm/simulator-ui/src/test_tab_start_gate.js +8 -0
  267. package/esm/src/providers/claude_code.d.ts.map +1 -1
  268. package/esm/src/providers/claude_code.js +65 -6
  269. package/esm/src/providers/codex.d.ts.map +1 -1
  270. package/esm/src/providers/codex.js +64 -1
  271. package/esm/src/server.d.ts.map +1 -1
  272. package/esm/src/server.js +272 -127
  273. package/esm/src/server_build_chat_provider.d.ts +26 -0
  274. package/esm/src/server_build_chat_provider.d.ts.map +1 -0
  275. package/esm/src/server_build_chat_provider.js +127 -0
  276. package/esm/src/server_isograph_environment.d.ts +17 -0
  277. package/esm/src/server_isograph_environment.d.ts.map +1 -1
  278. package/esm/src/server_isograph_environment.js +6 -0
  279. package/esm/src/server_session_store.d.ts +41 -1
  280. package/esm/src/server_session_store.d.ts.map +1 -1
  281. package/esm/src/server_session_store.js +1010 -0
  282. package/esm/src/simulator_graphql.d.ts +40 -0
  283. package/esm/src/simulator_graphql.d.ts.map +1 -1
  284. package/esm/src/simulator_graphql.js +141 -58
  285. package/package.json +1 -1
  286. package/script/gambit/simulator-ui/dist/bundle.js +2537 -1204
  287. package/script/gambit/simulator-ui/dist/bundle.js.map +4 -4
  288. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/entrypoint.d.ts +7 -0
  289. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/entrypoint.d.ts.map +1 -0
  290. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/entrypoint.js +27 -0
  291. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/normalization_ast.d.ts +4 -0
  292. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/normalization_ast.d.ts.map +1 -0
  293. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/normalization_ast.js +277 -0
  294. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/output_type.d.ts +3 -0
  295. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/output_type.d.ts.map +1 -0
  296. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/output_type.js +2 -0
  297. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/param_type.d.ts +72 -0
  298. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/param_type.d.ts.map +1 -0
  299. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/param_type.js +2 -0
  300. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/parameters_type.d.ts +6 -0
  301. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/parameters_type.d.ts.map +1 -0
  302. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/parameters_type.js +2 -0
  303. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/query_text.d.ts +3 -0
  304. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/query_text.d.ts.map +1 -0
  305. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/query_text.js +61 -0
  306. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/raw_response_type.d.ts +55 -0
  307. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/raw_response_type.d.ts.map +1 -0
  308. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/raw_response_type.js +2 -0
  309. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/resolver_reader.d.ts +6 -0
  310. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/resolver_reader.d.ts.map +1 -0
  311. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorResetWorkspace/resolver_reader.js +365 -0
  312. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorStopRun/param_type.d.ts +63 -63
  313. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorStopRun/param_type.d.ts.map +1 -1
  314. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorStopRun/raw_response_type.d.ts +63 -63
  315. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitSimulatorStopRun/raw_response_type.d.ts.map +1 -1
  316. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceBuildRunCreate/param_type.d.ts +63 -63
  317. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceBuildRunCreate/param_type.d.ts.map +1 -1
  318. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceBuildRunCreate/raw_response_type.d.ts +63 -63
  319. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceBuildRunCreate/raw_response_type.d.ts.map +1 -1
  320. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionSend/param_type.d.ts +61 -61
  321. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionSend/param_type.d.ts.map +1 -1
  322. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionSend/raw_response_type.d.ts +65 -65
  323. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionSend/raw_response_type.d.ts.map +1 -1
  324. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/param_type.d.ts +21 -21
  325. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/param_type.d.ts.map +1 -1
  326. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/raw_response_type.d.ts +31 -31
  327. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/raw_response_type.d.ts.map +1 -1
  328. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStop/param_type.d.ts +61 -61
  329. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStop/param_type.d.ts.map +1 -1
  330. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStop/raw_response_type.d.ts +65 -65
  331. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStop/raw_response_type.d.ts.map +1 -1
  332. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceCreate/param_type.d.ts +12 -12
  333. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceCreate/param_type.d.ts.map +1 -1
  334. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceCreate/raw_response_type.d.ts +12 -12
  335. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceCreate/raw_response_type.d.ts.map +1 -1
  336. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/entrypoint.d.ts +7 -0
  337. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/entrypoint.d.ts.map +1 -0
  338. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/entrypoint.js +27 -0
  339. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/normalization_ast.d.ts +4 -0
  340. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/normalization_ast.d.ts.map +1 -0
  341. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/normalization_ast.js +31 -0
  342. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/output_type.d.ts +3 -0
  343. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/output_type.d.ts.map +1 -0
  344. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/output_type.js +2 -0
  345. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/param_type.d.ts +11 -0
  346. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/param_type.d.ts.map +1 -0
  347. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/param_type.js +2 -0
  348. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/parameters_type.d.ts +4 -0
  349. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/parameters_type.d.ts.map +1 -0
  350. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/parameters_type.js +2 -0
  351. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/query_text.d.ts +3 -0
  352. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/query_text.d.ts.map +1 -0
  353. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/query_text.js +8 -0
  354. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/raw_response_type.d.ts +7 -0
  355. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/raw_response_type.d.ts.map +1 -0
  356. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/raw_response_type.js +2 -0
  357. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/resolver_reader.d.ts +6 -0
  358. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/resolver_reader.d.ts.map +1 -0
  359. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceDelete/resolver_reader.js +43 -0
  360. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagReasonUpdate/param_type.d.ts +17 -17
  361. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagReasonUpdate/param_type.d.ts.map +1 -1
  362. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagReasonUpdate/raw_response_type.d.ts +17 -17
  363. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagReasonUpdate/raw_response_type.d.ts.map +1 -1
  364. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagToggle/param_type.d.ts +17 -17
  365. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagToggle/param_type.d.ts.map +1 -1
  366. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagToggle/raw_response_type.d.ts +17 -17
  367. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeFlagToggle/raw_response_type.d.ts.map +1 -1
  368. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeRunCreate/param_type.d.ts +45 -45
  369. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeRunCreate/param_type.d.ts.map +1 -1
  370. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeRunCreate/raw_response_type.d.ts +45 -45
  371. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceGradeRunCreate/raw_response_type.d.ts.map +1 -1
  372. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunSend/param_type.d.ts +58 -58
  373. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunSend/param_type.d.ts.map +1 -1
  374. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunSend/raw_response_type.d.ts +58 -58
  375. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunSend/raw_response_type.d.ts.map +1 -1
  376. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStart/param_type.d.ts +35 -35
  377. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStart/param_type.d.ts.map +1 -1
  378. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStart/raw_response_type.d.ts +35 -35
  379. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStart/raw_response_type.d.ts.map +1 -1
  380. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStop/param_type.d.ts +58 -58
  381. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStop/param_type.d.ts.map +1 -1
  382. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStop/raw_response_type.d.ts +58 -58
  383. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceScenarioRunStop/raw_response_type.d.ts.map +1 -1
  384. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts +131 -131
  385. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts.map +1 -1
  386. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts +131 -131
  387. package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts.map +1 -1
  388. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/param_type.d.ts +3 -3
  389. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/param_type.d.ts.map +1 -1
  390. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/raw_response_type.d.ts +3 -3
  391. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/raw_response_type.d.ts.map +1 -1
  392. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/param_type.d.ts +2 -2
  393. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/param_type.d.ts.map +1 -1
  394. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/raw_response_type.d.ts +11 -11
  395. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/raw_response_type.d.ts.map +1 -1
  396. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/param_type.d.ts +2 -2
  397. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/param_type.d.ts.map +1 -1
  398. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/raw_response_type.d.ts +37 -37
  399. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/raw_response_type.d.ts.map +1 -1
  400. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/param_type.d.ts +2 -2
  401. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/param_type.d.ts.map +1 -1
  402. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/raw_response_type.d.ts +33 -33
  403. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/raw_response_type.d.ts.map +1 -1
  404. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/param_type.d.ts +2 -2
  405. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/param_type.d.ts.map +1 -1
  406. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts +76 -76
  407. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts.map +1 -1
  408. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaceShell/param_type.d.ts +3 -3
  409. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaceShell/param_type.d.ts.map +1 -1
  410. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaceShell/raw_response_type.d.ts +53 -53
  411. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaceShell/raw_response_type.d.ts.map +1 -1
  412. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaces/raw_response_type.d.ts +7 -7
  413. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorWorkspaces/raw_response_type.d.ts.map +1 -1
  414. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildLiveWrite/param_type.d.ts +78 -78
  415. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildLiveWrite/param_type.d.ts.map +1 -1
  416. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildLiveWrite/raw_response_type.d.ts +78 -78
  417. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildLiveWrite/raw_response_type.d.ts.map +1 -1
  418. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildTabLiveWrite/param_type.d.ts +11 -11
  419. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildTabLiveWrite/param_type.d.ts.map +1 -1
  420. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildTabLiveWrite/raw_response_type.d.ts +11 -11
  421. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceBuildTabLiveWrite/raw_response_type.d.ts.map +1 -1
  422. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceGradeLiveWrite/param_type.d.ts +37 -37
  423. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceGradeLiveWrite/param_type.d.ts.map +1 -1
  424. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceGradeLiveWrite/raw_response_type.d.ts +37 -37
  425. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceGradeLiveWrite/raw_response_type.d.ts.map +1 -1
  426. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts +76 -76
  427. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts.map +1 -1
  428. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts +76 -76
  429. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts.map +1 -1
  430. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceWorkbenchLiveWrite/param_type.d.ts +21 -21
  431. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceWorkbenchLiveWrite/param_type.d.ts.map +1 -1
  432. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceWorkbenchLiveWrite/raw_response_type.d.ts +46 -46
  433. package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceWorkbenchLiveWrite/raw_response_type.d.ts.map +1 -1
  434. package/script/simulator-ui/__generated__/__isograph/Query/SimulatorAppDrawer/param_type.d.ts +7 -7
  435. package/script/simulator-ui/__generated__/__isograph/Query/SimulatorAppDrawer/param_type.d.ts.map +1 -1
  436. package/script/simulator-ui/__generated__/__isograph/Query/SimulatorBuildContentShell/param_type.d.ts +2 -2
  437. package/script/simulator-ui/__generated__/__isograph/Query/SimulatorBuildContentShell/param_type.d.ts.map +1 -1
  438. package/script/simulator-ui/__generated__/__isograph/Query/SimulatorWorkspacesPage/param_type.d.ts +7 -7
  439. package/script/simulator-ui/__generated__/__isograph/Query/SimulatorWorkspacesPage/param_type.d.ts.map +1 -1
  440. package/script/simulator-ui/__generated__/__isograph/Workspace/BuildTab/param_type.d.ts +8 -8
  441. package/script/simulator-ui/__generated__/__isograph/Workspace/BuildTab/param_type.d.ts.map +1 -1
  442. package/script/simulator-ui/__generated__/__isograph/Workspace/GradeTab/param_type.d.ts +35 -35
  443. package/script/simulator-ui/__generated__/__isograph/Workspace/GradeTab/param_type.d.ts.map +1 -1
  444. package/script/simulator-ui/__generated__/__isograph/Workspace/TestTab/param_type.d.ts +31 -31
  445. package/script/simulator-ui/__generated__/__isograph/Workspace/TestTab/param_type.d.ts.map +1 -1
  446. package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts +74 -74
  447. package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts.map +1 -1
  448. package/script/simulator-ui/__generated__/__isograph/Workspace/WorkbenchChatDrawer/param_type.d.ts +19 -19
  449. package/script/simulator-ui/__generated__/__isograph/Workspace/WorkbenchChatDrawer/param_type.d.ts.map +1 -1
  450. package/script/simulator-ui/__generated__/__isograph/WorkspaceConversationRun/WorkbenchConversationRunChat/param_type.d.ts +26 -26
  451. package/script/simulator-ui/__generated__/__isograph/WorkspaceConversationRun/WorkbenchConversationRunChat/param_type.d.ts.map +1 -1
  452. package/script/simulator-ui/__generated__/__isograph/WorkspaceFile/PreviewFile/param_type.d.ts +2 -2
  453. package/script/simulator-ui/__generated__/__isograph/WorkspaceFile/PreviewFile/param_type.d.ts.map +1 -1
  454. package/script/simulator-ui/__generated__/__isograph/iso.d.ts +8 -0
  455. package/script/simulator-ui/__generated__/__isograph/iso.d.ts.map +1 -1
  456. package/script/simulator-ui/__generated__/__isograph/iso.js +60 -54
  457. package/script/simulator-ui/__generated__/builtRoutes.d.ts +4 -0
  458. package/script/simulator-ui/__generated__/builtRoutes.d.ts.map +1 -1
  459. package/script/simulator-ui/__generated__/builtRoutes.js +33 -27
  460. package/script/simulator-ui/isograph/components/Query/SimulatorAppDrawer.d.ts +6 -0
  461. package/script/simulator-ui/isograph/components/Query/SimulatorAppDrawer.d.ts.map +1 -1
  462. package/script/simulator-ui/isograph/components/Query/SimulatorAppDrawer.js +60 -13
  463. package/script/simulator-ui/isograph/components/Query/SimulatorTestPage.d.ts.map +1 -1
  464. package/script/simulator-ui/isograph/components/Query/SimulatorTestPage.js +10 -8
  465. package/script/simulator-ui/isograph/components/Workspace/WorkbenchChatDrawer.d.ts.map +1 -1
  466. package/script/simulator-ui/isograph/components/Workspace/WorkbenchChatDrawer.js +180 -2
  467. package/script/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.d.ts +5 -0
  468. package/script/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.d.ts.map +1 -1
  469. package/script/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.js +1 -1
  470. package/script/simulator-ui/isograph/components/grade/GradeTabView.d.ts.map +1 -1
  471. package/script/simulator-ui/isograph/components/grade/GradeTabView.js +3 -1
  472. package/script/simulator-ui/mutations/GambitSimulatorResetWorkspace.d.ts +55 -0
  473. package/script/simulator-ui/mutations/GambitSimulatorResetWorkspace.d.ts.map +1 -0
  474. package/script/simulator-ui/mutations/GambitSimulatorResetWorkspace.js +66 -0
  475. package/script/simulator-ui/mutations/GambitSimulatorResetWorkspaceMutation.d.ts +55 -0
  476. package/script/simulator-ui/mutations/GambitSimulatorResetWorkspaceMutation.d.ts.map +1 -0
  477. package/script/simulator-ui/mutations/GambitSimulatorResetWorkspaceMutation.js +13 -0
  478. package/script/simulator-ui/mutations/GambitSimulatorStopRun.d.ts +62 -62
  479. package/script/simulator-ui/mutations/GambitSimulatorStopRun.d.ts.map +1 -1
  480. package/script/simulator-ui/mutations/GambitSimulatorStopRunMutation.d.ts +62 -62
  481. package/script/simulator-ui/mutations/GambitSimulatorStopRunMutation.d.ts.map +1 -1
  482. package/script/simulator-ui/mutations/GambitWorkspaceBuildRunCreate.d.ts +62 -62
  483. package/script/simulator-ui/mutations/GambitWorkspaceBuildRunCreate.d.ts.map +1 -1
  484. package/script/simulator-ui/mutations/GambitWorkspaceBuildRunCreateMutation.d.ts +62 -62
  485. package/script/simulator-ui/mutations/GambitWorkspaceBuildRunCreateMutation.d.ts.map +1 -1
  486. package/script/simulator-ui/mutations/GambitWorkspaceConversationSessionSend.d.ts +60 -60
  487. package/script/simulator-ui/mutations/GambitWorkspaceConversationSessionSend.d.ts.map +1 -1
  488. package/script/simulator-ui/mutations/GambitWorkspaceConversationSessionStart.d.ts +20 -20
  489. package/script/simulator-ui/mutations/GambitWorkspaceConversationSessionStart.d.ts.map +1 -1
  490. package/script/simulator-ui/mutations/GambitWorkspaceConversationSessionStop.d.ts +60 -60
  491. package/script/simulator-ui/mutations/GambitWorkspaceConversationSessionStop.d.ts.map +1 -1
  492. package/script/simulator-ui/mutations/GambitWorkspaceCreate.d.ts +11 -11
  493. package/script/simulator-ui/mutations/GambitWorkspaceCreate.d.ts.map +1 -1
  494. package/script/simulator-ui/mutations/GambitWorkspaceCreateMutation.d.ts +11 -11
  495. package/script/simulator-ui/mutations/GambitWorkspaceCreateMutation.d.ts.map +1 -1
  496. package/script/simulator-ui/mutations/GambitWorkspaceDelete.d.ts +6 -0
  497. package/script/simulator-ui/mutations/GambitWorkspaceDelete.d.ts.map +1 -0
  498. package/script/simulator-ui/mutations/GambitWorkspaceDelete.js +15 -0
  499. package/script/simulator-ui/mutations/GambitWorkspaceDeleteMutation.d.ts +6 -0
  500. package/script/simulator-ui/mutations/GambitWorkspaceDeleteMutation.d.ts.map +1 -0
  501. package/script/simulator-ui/mutations/GambitWorkspaceDeleteMutation.js +13 -0
  502. package/script/simulator-ui/mutations/GambitWorkspaceGradeFlagReasonUpdate.d.ts +16 -16
  503. package/script/simulator-ui/mutations/GambitWorkspaceGradeFlagReasonUpdate.d.ts.map +1 -1
  504. package/script/simulator-ui/mutations/GambitWorkspaceGradeFlagReasonUpdateMutation.d.ts +16 -16
  505. package/script/simulator-ui/mutations/GambitWorkspaceGradeFlagReasonUpdateMutation.d.ts.map +1 -1
  506. package/script/simulator-ui/mutations/GambitWorkspaceGradeFlagToggle.d.ts +16 -16
  507. package/script/simulator-ui/mutations/GambitWorkspaceGradeFlagToggle.d.ts.map +1 -1
  508. package/script/simulator-ui/mutations/GambitWorkspaceGradeFlagToggleMutation.d.ts +16 -16
  509. package/script/simulator-ui/mutations/GambitWorkspaceGradeFlagToggleMutation.d.ts.map +1 -1
  510. package/script/simulator-ui/mutations/GambitWorkspaceGradeRunCreate.d.ts +44 -44
  511. package/script/simulator-ui/mutations/GambitWorkspaceGradeRunCreate.d.ts.map +1 -1
  512. package/script/simulator-ui/mutations/GambitWorkspaceGradeRunCreateMutation.d.ts +44 -44
  513. package/script/simulator-ui/mutations/GambitWorkspaceGradeRunCreateMutation.d.ts.map +1 -1
  514. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunSend.d.ts +57 -57
  515. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunSend.d.ts.map +1 -1
  516. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunSendMutation.d.ts +57 -57
  517. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunSendMutation.d.ts.map +1 -1
  518. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunStart.d.ts +34 -34
  519. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunStart.d.ts.map +1 -1
  520. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunStartMutation.d.ts +34 -34
  521. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunStartMutation.d.ts.map +1 -1
  522. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunStop.d.ts +57 -57
  523. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunStop.d.ts.map +1 -1
  524. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunStopMutation.d.ts +57 -57
  525. package/script/simulator-ui/mutations/GambitWorkspaceScenarioRunStopMutation.d.ts.map +1 -1
  526. package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts +130 -130
  527. package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts.map +1 -1
  528. package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts +130 -130
  529. package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts.map +1 -1
  530. package/script/simulator-ui/src/AppRoot.d.ts.map +1 -1
  531. package/script/simulator-ui/src/AppRoot.js +9 -1
  532. package/script/simulator-ui/src/AppShell.d.ts +6 -0
  533. package/script/simulator-ui/src/AppShell.d.ts.map +1 -1
  534. package/script/simulator-ui/src/AppShell.js +98 -28
  535. package/script/simulator-ui/src/DocsPage.d.ts +2 -0
  536. package/script/simulator-ui/src/DocsPage.d.ts.map +1 -0
  537. package/script/simulator-ui/src/DocsPage.js +86 -0
  538. package/script/simulator-ui/src/WorkbenchDrawerIso.d.ts +4 -0
  539. package/script/simulator-ui/src/WorkbenchDrawerIso.d.ts.map +1 -1
  540. package/script/simulator-ui/src/WorkbenchDrawerIso.js +20 -3
  541. package/script/simulator-ui/src/WorkspaceContext.d.ts.map +1 -1
  542. package/script/simulator-ui/src/WorkspaceContext.js +42 -10
  543. package/script/simulator-ui/src/grade/GradeResultsPanel.d.ts.map +1 -1
  544. package/script/simulator-ui/src/grade/GradeResultsPanel.js +3 -1
  545. package/script/simulator-ui/src/routing.d.ts.map +1 -1
  546. package/script/simulator-ui/src/routing.js +2 -0
  547. package/script/simulator-ui/src/test_tab_start_gate.d.ts +8 -0
  548. package/script/simulator-ui/src/test_tab_start_gate.d.ts.map +1 -0
  549. package/script/simulator-ui/src/test_tab_start_gate.js +11 -0
  550. package/script/src/providers/claude_code.d.ts.map +1 -1
  551. package/script/src/providers/claude_code.js +65 -6
  552. package/script/src/providers/codex.d.ts.map +1 -1
  553. package/script/src/providers/codex.js +64 -1
  554. package/script/src/server.d.ts.map +1 -1
  555. package/script/src/server.js +272 -127
  556. package/script/src/server_build_chat_provider.d.ts +26 -0
  557. package/script/src/server_build_chat_provider.d.ts.map +1 -0
  558. package/script/src/server_build_chat_provider.js +166 -0
  559. package/script/src/server_isograph_environment.d.ts +17 -0
  560. package/script/src/server_isograph_environment.d.ts.map +1 -1
  561. package/script/src/server_isograph_environment.js +6 -0
  562. package/script/src/server_session_store.d.ts +41 -1
  563. package/script/src/server_session_store.d.ts.map +1 -1
  564. package/script/src/server_session_store.js +1010 -0
  565. package/script/src/simulator_graphql.d.ts +40 -0
  566. package/script/src/simulator_graphql.d.ts.map +1 -1
  567. package/script/src/simulator_graphql.js +141 -58
@@ -1,174 +1,174 @@
1
1
  export type Mutation__GambitWorkspaceVerifyBatchRunCreate__raw_response_type = {
2
- workspaceVerifyBatchRunCreate____input___v_input?: ({
3
- batch?: ({
4
- id?: string;
5
- active?: (number | null);
6
- completed?: (number | null);
7
- failed?: (number | null);
2
+ workspaceVerifyBatchRunCreate____input___v_input: {
3
+ batch: {
4
+ id: string;
5
+ active: number;
6
+ completed: number;
7
+ failed: number;
8
8
  finishedAt?: (string | null);
9
- graderId?: (string | null);
10
- graderRepeatsPerScenario?: (number | null);
9
+ graderId: string;
10
+ graderRepeatsPerScenario: number;
11
11
  metrics?: ({
12
- executionFailureCount?: (number | null);
13
- failureReasons____first___l_25?: ({
14
- edges?: (ReadonlyArray<({
15
- node?: ({
16
- count?: (number | null);
17
- key?: (string | null);
18
- kind?: (string | null);
19
- reason?: (string | null);
20
- } | null);
21
- } | null)> | null);
22
- } | null);
23
- gradeSampleCountCompleted?: (number | null);
24
- gradeSampleCountFailed?: (number | null);
25
- gradeSampleCountRequested?: (number | null);
26
- gradingFailureCount?: (number | null);
27
- outlierScenarioRuns____first___l_25?: ({
28
- edges?: (ReadonlyArray<({
29
- node?: ({
12
+ executionFailureCount: number;
13
+ failureReasons____first___l_25: {
14
+ edges: ReadonlyArray<{
15
+ node: {
16
+ count: number;
17
+ key: string;
18
+ kind: string;
19
+ reason: string;
20
+ };
21
+ }>;
22
+ };
23
+ gradeSampleCountCompleted: number;
24
+ gradeSampleCountFailed: number;
25
+ gradeSampleCountRequested: number;
26
+ gradingFailureCount: number;
27
+ outlierScenarioRuns____first___l_25: {
28
+ edges: ReadonlyArray<{
29
+ node: {
30
30
  averageScore?: (number | null);
31
- completedSampleCount?: (number | null);
32
- executionFailureCount?: (number | null);
33
- failed?: (boolean | null);
34
- gradeSampleCount?: (number | null);
35
- gradingFailureCount?: (number | null);
36
- key?: (string | null);
31
+ completedSampleCount: number;
32
+ executionFailureCount: number;
33
+ failed: boolean;
34
+ gradeSampleCount: number;
35
+ gradingFailureCount: number;
36
+ key: string;
37
37
  maxRunId?: (string | null);
38
38
  maxScore?: (number | null);
39
39
  messageRefId?: (string | null);
40
40
  minRunId?: (string | null);
41
41
  minScore?: (number | null);
42
- scenarioRunId?: (string | null);
43
- } | null);
44
- } | null)> | null);
45
- } | null);
42
+ scenarioRunId: string;
43
+ };
44
+ }>;
45
+ };
46
46
  passRate?: (number | null);
47
- scenarioRunCountCompleted?: (number | null);
48
- scenarioRunCountFailed?: (number | null);
49
- scenarioRunCountRequested?: (number | null);
47
+ scenarioRunCountCompleted: number;
48
+ scenarioRunCountFailed: number;
49
+ scenarioRunCountRequested: number;
50
50
  scoreMax?: (number | null);
51
51
  scoreMean?: (number | null);
52
52
  scoreMedian?: (number | null);
53
53
  scoreMin?: (number | null);
54
54
  } | null);
55
- requested?: (number | null);
56
- requests____first___l_200?: ({
57
- edges?: (ReadonlyArray<({
58
- node?: ({
59
- id?: string;
55
+ requested: number;
56
+ requests____first___l_200: {
57
+ edges: ReadonlyArray<{
58
+ node: {
59
+ id: string;
60
60
  error?: (string | null);
61
61
  runId?: (string | null);
62
62
  scenarioRunId?: (string | null);
63
- status?: (string | null);
64
- } | null);
65
- } | null)> | null);
66
- } | null);
63
+ status: string;
64
+ };
65
+ }>;
66
+ };
67
67
  scenarioDeckId?: (string | null);
68
- scenarioRuns?: (number | null);
69
- scenarioRunsCompleted?: (number | null);
70
- scenarioRunsFailed?: (number | null);
68
+ scenarioRuns: number;
69
+ scenarioRunsCompleted: number;
70
+ scenarioRunsFailed: number;
71
71
  startedAt?: (string | null);
72
- status?: (string | null);
73
- workspaceId?: (string | null);
74
- } | null);
75
- workspace?: ({
76
- id?: string;
77
- scenarioDecks?: (ReadonlyArray<{
78
- id?: string;
72
+ status: string;
73
+ workspaceId: string;
74
+ };
75
+ workspace: {
76
+ id: string;
77
+ scenarioDecks: ReadonlyArray<{
78
+ id: string;
79
79
  description?: (string | null);
80
- label?: (string | null);
81
- path?: (string | null);
82
- }> | null);
83
- verification?: ({
84
- batches____first___l_50?: ({
85
- edges?: (ReadonlyArray<({
86
- node?: ({
87
- id?: string;
88
- active?: (number | null);
89
- completed?: (number | null);
90
- failed?: (number | null);
80
+ label: string;
81
+ path: string;
82
+ }>;
83
+ verification: {
84
+ batches____first___l_50: {
85
+ edges: ReadonlyArray<{
86
+ node: {
87
+ id: string;
88
+ active: number;
89
+ completed: number;
90
+ failed: number;
91
91
  finishedAt?: (string | null);
92
- graderId?: (string | null);
93
- graderRepeatsPerScenario?: (number | null);
92
+ graderId: string;
93
+ graderRepeatsPerScenario: number;
94
94
  metrics?: ({
95
- executionFailureCount?: (number | null);
96
- failureReasons____first___l_25?: ({
97
- edges?: (ReadonlyArray<({
98
- node?: ({
99
- count?: (number | null);
100
- key?: (string | null);
101
- kind?: (string | null);
102
- reason?: (string | null);
103
- } | null);
104
- } | null)> | null);
105
- } | null);
106
- gradeSampleCountCompleted?: (number | null);
107
- gradeSampleCountFailed?: (number | null);
108
- gradeSampleCountRequested?: (number | null);
109
- gradingFailureCount?: (number | null);
110
- outlierScenarioRuns____first___l_25?: ({
111
- edges?: (ReadonlyArray<({
112
- node?: ({
95
+ executionFailureCount: number;
96
+ failureReasons____first___l_25: {
97
+ edges: ReadonlyArray<{
98
+ node: {
99
+ count: number;
100
+ key: string;
101
+ kind: string;
102
+ reason: string;
103
+ };
104
+ }>;
105
+ };
106
+ gradeSampleCountCompleted: number;
107
+ gradeSampleCountFailed: number;
108
+ gradeSampleCountRequested: number;
109
+ gradingFailureCount: number;
110
+ outlierScenarioRuns____first___l_25: {
111
+ edges: ReadonlyArray<{
112
+ node: {
113
113
  averageScore?: (number | null);
114
- completedSampleCount?: (number | null);
115
- executionFailureCount?: (number | null);
116
- failed?: (boolean | null);
117
- gradeSampleCount?: (number | null);
118
- gradingFailureCount?: (number | null);
119
- key?: (string | null);
114
+ completedSampleCount: number;
115
+ executionFailureCount: number;
116
+ failed: boolean;
117
+ gradeSampleCount: number;
118
+ gradingFailureCount: number;
119
+ key: string;
120
120
  maxRunId?: (string | null);
121
121
  maxScore?: (number | null);
122
122
  messageRefId?: (string | null);
123
123
  minRunId?: (string | null);
124
124
  minScore?: (number | null);
125
- scenarioRunId?: (string | null);
126
- } | null);
127
- } | null)> | null);
128
- } | null);
125
+ scenarioRunId: string;
126
+ };
127
+ }>;
128
+ };
129
129
  passRate?: (number | null);
130
- scenarioRunCountCompleted?: (number | null);
131
- scenarioRunCountFailed?: (number | null);
132
- scenarioRunCountRequested?: (number | null);
130
+ scenarioRunCountCompleted: number;
131
+ scenarioRunCountFailed: number;
132
+ scenarioRunCountRequested: number;
133
133
  scoreMax?: (number | null);
134
134
  scoreMean?: (number | null);
135
135
  scoreMedian?: (number | null);
136
136
  scoreMin?: (number | null);
137
137
  } | null);
138
- requested?: (number | null);
139
- requests____first___l_200?: ({
140
- edges?: (ReadonlyArray<({
141
- node?: ({
142
- id?: string;
138
+ requested: number;
139
+ requests____first___l_200: {
140
+ edges: ReadonlyArray<{
141
+ node: {
142
+ id: string;
143
143
  error?: (string | null);
144
144
  runId?: (string | null);
145
145
  scenarioRunId?: (string | null);
146
- status?: (string | null);
147
- } | null);
148
- } | null)> | null);
149
- } | null);
146
+ status: string;
147
+ };
148
+ }>;
149
+ };
150
150
  scenarioDeckId?: (string | null);
151
- scenarioRuns?: (number | null);
152
- scenarioRunsCompleted?: (number | null);
153
- scenarioRunsFailed?: (number | null);
151
+ scenarioRuns: number;
152
+ scenarioRunsCompleted: number;
153
+ scenarioRunsFailed: number;
154
154
  startedAt?: (string | null);
155
- status?: (string | null);
156
- workspaceId?: (string | null);
157
- } | null);
158
- } | null)> | null);
159
- } | null);
160
- graderDecks____first___l_50?: ({
161
- edges?: (ReadonlyArray<({
162
- node?: ({
163
- id?: string;
155
+ status: string;
156
+ workspaceId: string;
157
+ };
158
+ }>;
159
+ };
160
+ graderDecks____first___l_50: {
161
+ edges: ReadonlyArray<{
162
+ node: {
163
+ id: string;
164
164
  description?: (string | null);
165
- label?: (string | null);
166
- path?: (string | null);
167
- } | null);
168
- } | null)> | null);
169
- } | null);
170
- } | null);
171
- } | null);
172
- } | null);
165
+ label: string;
166
+ path: string;
167
+ };
168
+ }>;
169
+ };
170
+ };
171
+ };
172
+ };
173
173
  };
174
174
  //# sourceMappingURL=raw_response_type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"raw_response_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"raw_response_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.ts"],"names":[],"mappings":"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"}
@@ -5,9 +5,9 @@ export type Query__EntrypointChatOptimisticPlaceholder__param = {
5
5
  A discriminant for the Query type
6
6
  */
7
7
  readonly optimisticMessageCarrier: "Query";
8
- readonly optimisticMessageWorkspaceProbe: ({
9
- readonly id: (string | null);
10
- } | null);
8
+ readonly optimisticMessageWorkspaceProbe: {
9
+ readonly id: string;
10
+ };
11
11
  };
12
12
  readonly parameters: Query__EntrypointChatOptimisticPlaceholder__parameters;
13
13
  };
@@ -1 +1 @@
1
- {"version":3,"file":"param_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/param_type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sDAAsD,EAAE,MAAM,sBAAsB,CAAC;AAEnG,MAAM,MAAM,iDAAiD,GAAG;IAC9D,QAAQ,CAAC,IAAI,EAAE;QACb;;UAEE;QACF,QAAQ,CAAC,wBAAwB,EAAE,OAAO,CAAC;QAC3C,QAAQ,CAAC,+BAA+B,EAAE,CAAC;YACzC,QAAQ,CAAC,EAAE,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;SAC9B,GAAG,IAAI,CAAC,CAAC;KACX,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,sDAAsD,CAAC;CAC7E,CAAC"}
1
+ {"version":3,"file":"param_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/param_type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sDAAsD,EAAE,MAAM,sBAAsB,CAAC;AAEnG,MAAM,MAAM,iDAAiD,GAAG;IAC9D,QAAQ,CAAC,IAAI,EAAE;QACb;;UAEE;QACF,QAAQ,CAAC,wBAAwB,EAAE,OAAO,CAAC;QAC3C,QAAQ,CAAC,+BAA+B,EAAE;YACxC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;SACrB,CAAC;KACH,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,sDAAsD,CAAC;CAC7E,CAAC"}
@@ -1,7 +1,7 @@
1
1
  export type Query__EntrypointChatOptimisticPlaceholder__raw_response_type = {
2
2
  __typename: "Query";
3
- workspace____id___v_optimisticMessage?: ({
4
- id?: string;
5
- } | null);
3
+ workspace____id___v_optimisticMessage: {
4
+ id: string;
5
+ };
6
6
  };
7
7
  //# sourceMappingURL=raw_response_type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"raw_response_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/raw_response_type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6DAA6D,GAAG;IAC1E,UAAU,EAAE,OAAO,CAAC;IACpB,qCAAqC,CAAC,EAAE,CAAC;QACvC,EAAE,CAAC,EAAE,MAAM,CAAC;KACb,GAAG,IAAI,CAAC,CAAC;CACX,CAAA"}
1
+ {"version":3,"file":"raw_response_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointChatOptimisticPlaceholder/raw_response_type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6DAA6D,GAAG;IAC1E,UAAU,EAAE,OAAO,CAAC;IACpB,qCAAqC,EAAE;QACrC,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;CACH,CAAA"}
@@ -2,9 +2,9 @@ import { type Workspace__BuildTab__output_type } from '../../Workspace/BuildTab/
2
2
  import type { Query__EntrypointSimulatorBuildPage__parameters } from './parameters_type.js';
3
3
  export type Query__EntrypointSimulatorBuildPage__param = {
4
4
  readonly data: {
5
- readonly workspace: ({
5
+ readonly workspace: {
6
6
  readonly BuildTab: Workspace__BuildTab__output_type;
7
- } | null);
7
+ };
8
8
  };
9
9
  readonly parameters: Query__EntrypointSimulatorBuildPage__parameters;
10
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"param_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/param_type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAChG,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,sBAAsB,CAAC;AAE5F,MAAM,MAAM,0CAA0C,GAAG;IACvD,QAAQ,CAAC,IAAI,EAAE;QACb,QAAQ,CAAC,SAAS,EAAE,CAAC;YACnB,QAAQ,CAAC,QAAQ,EAAE,gCAAgC,CAAC;SACrD,GAAG,IAAI,CAAC,CAAC;KACX,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,+CAA+C,CAAC;CACtE,CAAC"}
1
+ {"version":3,"file":"param_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/param_type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAChG,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,sBAAsB,CAAC;AAE5F,MAAM,MAAM,0CAA0C,GAAG;IACvD,QAAQ,CAAC,IAAI,EAAE;QACb,QAAQ,CAAC,SAAS,EAAE;YAClB,QAAQ,CAAC,QAAQ,EAAE,gCAAgC,CAAC;SACrD,CAAC;KACH,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,+CAA+C,CAAC;CACtE,CAAC"}
@@ -1,17 +1,17 @@
1
1
  export type Query__EntrypointSimulatorBuildPage__raw_response_type = {
2
- workspace____id___v_workspaceId?: ({
3
- id?: string;
4
- files____first___l_200?: ({
5
- edges?: (ReadonlyArray<({
6
- node?: ({
7
- id?: string;
2
+ workspace____id___v_workspaceId: {
3
+ id: string;
4
+ files____first___l_200: {
5
+ edges: ReadonlyArray<{
6
+ node: {
7
+ id: string;
8
8
  content?: (string | null);
9
9
  modifiedAt?: (string | null);
10
- path?: (string | null);
10
+ path: string;
11
11
  size?: (number | null);
12
- } | null);
13
- } | null)> | null);
14
- } | null);
15
- } | null);
12
+ };
13
+ }>;
14
+ };
15
+ };
16
16
  };
17
17
  //# sourceMappingURL=raw_response_type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"raw_response_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/raw_response_type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sDAAsD,GAAG;IACnE,+BAA+B,CAAC,EAAE,CAAC;QACjC,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,sBAAsB,CAAC,EAAE,CAAC;YACxB,KAAK,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;gBACtB,IAAI,CAAC,EAAE,CAAC;oBACN,EAAE,CAAC,EAAE,MAAM,CAAC;oBACZ,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBAC1B,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBAC7B,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBACvB,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;iBACxB,GAAG,IAAI,CAAC,CAAC;aACX,GAAG,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;SACpB,GAAG,IAAI,CAAC,CAAC;KACX,GAAG,IAAI,CAAC,CAAC;CACX,CAAA"}
1
+ {"version":3,"file":"raw_response_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorBuildPage/raw_response_type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sDAAsD,GAAG;IACnE,+BAA+B,EAAE;QAC/B,EAAE,EAAE,MAAM,CAAC;QACX,sBAAsB,EAAE;YACtB,KAAK,EAAE,aAAa,CAAC;gBACnB,IAAI,EAAE;oBACJ,EAAE,EAAE,MAAM,CAAC;oBACX,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBAC1B,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBAC7B,IAAI,EAAE,MAAM,CAAC;oBACb,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;iBACxB,CAAC;aACH,CAAC,CAAC;SACJ,CAAC;KACH,CAAC;CACH,CAAA"}
@@ -2,9 +2,9 @@ import { type Workspace__GradeTab__output_type } from '../../Workspace/GradeTab/
2
2
  import type { Query__EntrypointSimulatorGradePage__parameters } from './parameters_type.js';
3
3
  export type Query__EntrypointSimulatorGradePage__param = {
4
4
  readonly data: {
5
- readonly workspace: ({
5
+ readonly workspace: {
6
6
  readonly GradeTab: Workspace__GradeTab__output_type;
7
- } | null);
7
+ };
8
8
  };
9
9
  readonly parameters: Query__EntrypointSimulatorGradePage__parameters;
10
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"param_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/param_type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAChG,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,sBAAsB,CAAC;AAE5F,MAAM,MAAM,0CAA0C,GAAG;IACvD,QAAQ,CAAC,IAAI,EAAE;QACb,QAAQ,CAAC,SAAS,EAAE,CAAC;YACnB,QAAQ,CAAC,QAAQ,EAAE,gCAAgC,CAAC;SACrD,GAAG,IAAI,CAAC,CAAC;KACX,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,+CAA+C,CAAC;CACtE,CAAC"}
1
+ {"version":3,"file":"param_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/param_type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAChG,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,sBAAsB,CAAC;AAE5F,MAAM,MAAM,0CAA0C,GAAG;IACvD,QAAQ,CAAC,IAAI,EAAE;QACb,QAAQ,CAAC,SAAS,EAAE;YAClB,QAAQ,CAAC,QAAQ,EAAE,gCAAgC,CAAC;SACrD,CAAC;KACH,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,+CAA+C,CAAC;CACtE,CAAC"}
@@ -1,60 +1,60 @@
1
1
  export type Query__EntrypointSimulatorGradePage__raw_response_type = {
2
- workspace____id___v_workspaceId?: ({
3
- id?: string;
4
- gradeTab?: ({
5
- flags?: (ReadonlyArray<{
6
- id?: string;
7
- createdAt?: (string | null);
2
+ workspace____id___v_workspaceId: {
3
+ id: string;
4
+ gradeTab: {
5
+ flags: ReadonlyArray<{
6
+ id: string;
7
+ createdAt: string;
8
8
  reason?: (string | null);
9
- refId?: (string | null);
9
+ refId: string;
10
10
  runId?: (string | null);
11
11
  turnIndex?: (number | null);
12
- }> | null);
13
- graderDecks?: (ReadonlyArray<{
14
- id?: string;
12
+ }>;
13
+ graderDecks: ReadonlyArray<{
14
+ id: string;
15
15
  description?: (string | null);
16
- label?: (string | null);
17
- path?: (string | null);
18
- }> | null);
19
- runs?: (ReadonlyArray<{
20
- id?: string;
16
+ label: string;
17
+ path: string;
18
+ }>;
19
+ runs: ReadonlyArray<{
20
+ id: string;
21
21
  error?: (string | null);
22
- graderId?: (string | null);
22
+ graderId: string;
23
23
  graderLabel?: (string | null);
24
- graderPath?: (string | null);
24
+ graderPath: string;
25
25
  runAt?: (string | null);
26
26
  scenarioRunId?: (string | null);
27
- status?: (string | null);
27
+ status: string;
28
28
  summary?: ({
29
29
  reason?: (string | null);
30
30
  score?: (number | null);
31
31
  } | null);
32
- turns?: (ReadonlyArray<{
33
- id?: string;
32
+ turns: ReadonlyArray<{
33
+ id: string;
34
34
  gradedAssistant?: (string | null);
35
35
  priorUser?: (string | null);
36
36
  reason?: (string | null);
37
- refId?: (string | null);
38
- runId?: (string | null);
37
+ refId: string;
38
+ runId: string;
39
39
  score?: (number | null);
40
- turnIndex?: (number | null);
41
- turnNumber?: (number | null);
42
- }> | null);
43
- workspaceId?: (string | null);
44
- }> | null);
45
- } | null);
46
- scenarioRuns____first___l_50?: ({
47
- edges?: (ReadonlyArray<({
48
- node?: ({
40
+ turnIndex: number;
41
+ turnNumber: number;
42
+ }>;
43
+ workspaceId: string;
44
+ }>;
45
+ };
46
+ scenarioRuns____first___l_50: {
47
+ edges: ReadonlyArray<{
48
+ node: {
49
49
  __typename: string;
50
- id?: string;
50
+ id: string;
51
51
  error?: (string | null);
52
52
  finishedAt?: (string | null);
53
53
  startedAt?: (string | null);
54
- status?: (string | null);
55
- } | null);
56
- } | null)> | null);
57
- } | null);
58
- } | null);
54
+ status: string;
55
+ };
56
+ }>;
57
+ };
58
+ };
59
59
  };
60
60
  //# sourceMappingURL=raw_response_type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"raw_response_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/raw_response_type.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"raw_response_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorGradePage/raw_response_type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sDAAsD,GAAG;IACnE,+BAA+B,EAAE;QAC/B,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE;YACR,KAAK,EAAE,aAAa,CAAC;gBACnB,EAAE,EAAE,MAAM,CAAC;gBACX,SAAS,EAAE,MAAM,CAAC;gBAClB,MAAM,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;gBACzB,KAAK,EAAE,MAAM,CAAC;gBACd,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;gBACxB,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;aAC7B,CAAC,CAAC;YACH,WAAW,EAAE,aAAa,CAAC;gBACzB,EAAE,EAAE,MAAM,CAAC;gBACX,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;gBAC9B,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;aACd,CAAC,CAAC;YACH,IAAI,EAAE,aAAa,CAAC;gBAClB,EAAE,EAAE,MAAM,CAAC;gBACX,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;gBACxB,QAAQ,EAAE,MAAM,CAAC;gBACjB,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;gBAC9B,UAAU,EAAE,MAAM,CAAC;gBACnB,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;gBACxB,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;gBAChC,MAAM,EAAE,MAAM,CAAC;gBACf,OAAO,CAAC,EAAE,CAAC;oBACT,MAAM,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBACzB,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;iBACzB,GAAG,IAAI,CAAC,CAAC;gBACV,KAAK,EAAE,aAAa,CAAC;oBACnB,EAAE,EAAE,MAAM,CAAC;oBACX,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBAClC,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBAC5B,MAAM,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBACzB,KAAK,EAAE,MAAM,CAAC;oBACd,KAAK,EAAE,MAAM,CAAC;oBACd,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBACxB,SAAS,EAAE,MAAM,CAAC;oBAClB,UAAU,EAAE,MAAM,CAAC;iBACpB,CAAC,CAAC;gBACH,WAAW,EAAE,MAAM,CAAC;aACrB,CAAC,CAAC;SACJ,CAAC;QACF,4BAA4B,EAAE;YAC5B,KAAK,EAAE,aAAa,CAAC;gBACnB,IAAI,EAAE;oBACJ,UAAU,EAAE,MAAM,CAAC;oBACnB,EAAE,EAAE,MAAM,CAAC;oBACX,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBACxB,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBAC7B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;oBAC5B,MAAM,EAAE,MAAM,CAAC;iBAChB,CAAC;aACH,CAAC,CAAC;SACJ,CAAC;KACH,CAAC;CACH,CAAA"}
@@ -2,9 +2,9 @@ import { type Workspace__TestTab__output_type } from '../../Workspace/TestTab/ou
2
2
  import type { Query__EntrypointSimulatorTestPage__parameters } from './parameters_type.js';
3
3
  export type Query__EntrypointSimulatorTestPage__param = {
4
4
  readonly data: {
5
- readonly workspace: ({
5
+ readonly workspace: {
6
6
  readonly TestTab: Workspace__TestTab__output_type;
7
- } | null);
7
+ };
8
8
  };
9
9
  readonly parameters: Query__EntrypointSimulatorTestPage__parameters;
10
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"param_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/param_type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,sBAAsB,CAAC;AAE3F,MAAM,MAAM,yCAAyC,GAAG;IACtD,QAAQ,CAAC,IAAI,EAAE;QACb,QAAQ,CAAC,SAAS,EAAE,CAAC;YACnB,QAAQ,CAAC,OAAO,EAAE,+BAA+B,CAAC;SACnD,GAAG,IAAI,CAAC,CAAC;KACX,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,8CAA8C,CAAC;CACrE,CAAC"}
1
+ {"version":3,"file":"param_type.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorTestPage/param_type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,sBAAsB,CAAC;AAE3F,MAAM,MAAM,yCAAyC,GAAG;IACtD,QAAQ,CAAC,IAAI,EAAE;QACb,QAAQ,CAAC,SAAS,EAAE;YAClB,QAAQ,CAAC,OAAO,EAAE,+BAA+B,CAAC;SACnD,CAAC;KACH,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,8CAA8C,CAAC;CACrE,CAAC"}