@xemahq/agent-session-api-client 0.1.2 → 0.2.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.
Files changed (321) hide show
  1. package/LICENSE +175 -201
  2. package/README.md +62 -0
  3. package/dist/custom-fetch.d.ts +1 -1
  4. package/dist/custom-fetch.js +1 -1
  5. package/dist/endpoints/output-surface-inspect/output-surface-inspect.d.ts +3 -3
  6. package/dist/endpoints/output-surface-inspect/output-surface-inspect.js +6 -6
  7. package/dist/endpoints/output-surfaces/output-surfaces.d.ts +8 -8
  8. package/dist/endpoints/output-surfaces/output-surfaces.js +21 -21
  9. package/dist/endpoints/sandbox-sessions/sandbox-sessions.d.ts +8 -8
  10. package/dist/endpoints/sandbox-sessions/sandbox-sessions.js +21 -21
  11. package/dist/endpoints/session-attachments/session-attachments.d.ts +4 -4
  12. package/dist/endpoints/session-attachments/session-attachments.js +9 -9
  13. package/dist/endpoints/session-blob-attachments/session-blob-attachments.d.ts +2 -2
  14. package/dist/endpoints/session-blob-attachments/session-blob-attachments.js +3 -3
  15. package/dist/endpoints/session-participants/session-participants.d.ts +5 -5
  16. package/dist/endpoints/session-participants/session-participants.js +12 -12
  17. package/dist/endpoints/sessions/sessions.d.ts +60 -50
  18. package/dist/endpoints/sessions/sessions.js +177 -143
  19. package/dist/endpoints/threads/threads.d.ts +9 -9
  20. package/dist/endpoints/threads/threads.js +24 -24
  21. package/dist/index.d.ts +0 -3
  22. package/dist/index.js +1 -4
  23. package/dist/models/addAttachmentDto.d.ts +2 -2
  24. package/dist/models/attachSkillDto.d.ts +1 -1
  25. package/dist/models/attachSkillDto.js +1 -1
  26. package/dist/models/attachmentClass.d.ts +1 -1
  27. package/dist/models/attachmentClass.js +1 -1
  28. package/dist/models/attachmentResponseDto.d.ts +3 -3
  29. package/dist/models/attachmentResponseDtoDataArrayEnvelope.d.ts +2 -2
  30. package/dist/models/attachmentResponseDtoDataEnvelope.d.ts +2 -2
  31. package/dist/models/attachmentUploadInitResponseDto.d.ts +2 -2
  32. package/dist/models/attachmentUploadInitResponseDtoDataEnvelope.d.ts +2 -2
  33. package/dist/models/attachmentUploadInitResponseDtoRequiredHeaders.d.ts +1 -1
  34. package/dist/models/attachmentUploadInitResponseDtoRequiredHeaders.js +1 -1
  35. package/dist/models/branchStrategy.d.ts +1 -1
  36. package/dist/models/branchStrategy.js +1 -1
  37. package/dist/models/buildImageResultDto.d.ts +1 -1
  38. package/dist/models/buildImageResultDto.js +1 -1
  39. package/dist/models/buildImageStartedResponseDto.d.ts +1 -1
  40. package/dist/models/buildImageStartedResponseDto.js +1 -1
  41. package/dist/models/buildImageStartedResponseDtoDataEnvelope.d.ts +2 -2
  42. package/dist/models/buildImageStatusResponseDto.d.ts +4 -4
  43. package/dist/models/buildImageStatusResponseDtoDataEnvelope.d.ts +2 -2
  44. package/dist/models/buildImageStatusResponseDtoFailureMessage.d.ts +1 -1
  45. package/dist/models/buildImageStatusResponseDtoFailureMessage.js +1 -1
  46. package/dist/models/buildImageStatusResponseDtoStatus.d.ts +1 -1
  47. package/dist/models/buildImageStatusResponseDtoStatus.js +1 -1
  48. package/dist/models/changeSessionInstructionsDto.d.ts +16 -0
  49. package/dist/models/changeSessionInstructionsDto.js +2 -0
  50. package/dist/models/changeSessionInstructionsDtoInstructions.d.ts +15 -0
  51. package/dist/models/changeSessionInstructionsDtoInstructions.js +9 -0
  52. package/dist/models/changeSessionModelDto.d.ts +2 -2
  53. package/dist/models/changeSessionModelDtoSelection.d.ts +1 -1
  54. package/dist/models/changeSessionModelDtoSelection.js +1 -1
  55. package/dist/models/changeSessionPermissionDto.d.ts +15 -0
  56. package/dist/models/changeSessionPermissionDto.js +2 -0
  57. package/dist/models/changeSessionPermissionDtoPermission.d.ts +14 -0
  58. package/dist/models/changeSessionPermissionDtoPermission.js +9 -0
  59. package/dist/models/changeSessionToolsDto.d.ts +3 -3
  60. package/dist/models/createSandboxSessionDto.d.ts +3 -3
  61. package/dist/models/createSessionDto.d.ts +44 -0
  62. package/dist/models/createSessionDto.js +2 -0
  63. package/dist/models/createSessionDtoCustomConfig.d.ts +13 -0
  64. package/dist/models/createSessionDtoCustomConfig.js +9 -0
  65. package/dist/models/createThreadDto.d.ts +1 -1
  66. package/dist/models/createThreadDto.js +1 -1
  67. package/dist/models/environmentDriftDetectedPayloadDto.d.ts +2 -2
  68. package/dist/models/environmentDriftEntryDto.d.ts +3 -3
  69. package/dist/models/environmentDriftEntryDtoAfter.d.ts +1 -1
  70. package/dist/models/environmentDriftEntryDtoAfter.js +1 -1
  71. package/dist/models/environmentDriftEntryDtoBefore.d.ts +1 -1
  72. package/dist/models/environmentDriftEntryDtoBefore.js +1 -1
  73. package/dist/models/errorDetailsDto.d.ts +2 -2
  74. package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
  75. package/dist/models/errorDetailsDtoDetails.js +1 -1
  76. package/dist/models/errorPayloadDto.d.ts +2 -2
  77. package/dist/models/errorResponseDto.d.ts +2 -2
  78. package/dist/models/externalInviteDeliveryMode.d.ts +1 -1
  79. package/dist/models/externalInviteDeliveryMode.js +1 -1
  80. package/dist/models/gitCommitEntryDto.d.ts +1 -1
  81. package/dist/models/gitCommitEntryDto.js +1 -1
  82. package/dist/models/gitCommitEntryDtoDataArrayEnvelope.d.ts +2 -2
  83. package/dist/models/gitCommitResponseDto.d.ts +1 -1
  84. package/dist/models/gitCommitResponseDto.js +1 -1
  85. package/dist/models/gitCommitResponseDtoDataEnvelope.d.ts +2 -2
  86. package/dist/models/gitStatusResponseDto.d.ts +2 -2
  87. package/dist/models/gitStatusResponseDtoDataEnvelope.d.ts +2 -2
  88. package/dist/models/index.d.ts +8 -13
  89. package/dist/models/index.js +8 -13
  90. package/dist/models/initAttachmentUploadDto.d.ts +1 -1
  91. package/dist/models/initAttachmentUploadDto.js +1 -1
  92. package/dist/models/inspectStepResultDto.d.ts +4 -4
  93. package/dist/models/inspectStepResultDtoData.d.ts +1 -1
  94. package/dist/models/inspectStepResultDtoData.js +1 -1
  95. package/dist/models/inspectStepResultDtoKind.d.ts +1 -1
  96. package/dist/models/inspectStepResultDtoKind.js +1 -1
  97. package/dist/models/inspectStepResultDtoStatus.d.ts +1 -1
  98. package/dist/models/inspectStepResultDtoStatus.js +1 -1
  99. package/dist/models/invitableParticipantRole.d.ts +1 -1
  100. package/dist/models/invitableParticipantRole.js +1 -1
  101. package/dist/models/inviteExternalDto.d.ts +3 -3
  102. package/dist/models/inviteParticipantDto.d.ts +2 -2
  103. package/dist/models/invitedExternalParticipantResponseDto.d.ts +1 -1
  104. package/dist/models/invitedExternalParticipantResponseDto.js +1 -1
  105. package/dist/models/invitedExternalParticipantResponseDtoDataEnvelope.d.ts +2 -2
  106. package/dist/models/kBPushResponseDto.d.ts +1 -1
  107. package/dist/models/kBPushResponseDto.js +1 -1
  108. package/dist/models/kBPushResponseDtoDataEnvelope.d.ts +2 -2
  109. package/dist/models/kbMountsResponseDto.d.ts +2 -2
  110. package/dist/models/kbMountsResponseDtoDataEnvelope.d.ts +2 -2
  111. package/dist/models/kbPageMountDto.d.ts +1 -1
  112. package/dist/models/kbPageMountDto.js +1 -1
  113. package/dist/models/listSessionParticipantsResponseDto.d.ts +2 -2
  114. package/dist/models/listSessionParticipantsResponseDtoDataEnvelope.d.ts +2 -2
  115. package/dist/models/mergeCheckResponseDto.d.ts +1 -1
  116. package/dist/models/mergeCheckResponseDto.js +1 -1
  117. package/dist/models/mergeCheckResponseDtoDataEnvelope.d.ts +2 -2
  118. package/dist/models/messageResponseDto.d.ts +3 -3
  119. package/dist/models/messageResponseDtoMetadata.d.ts +1 -1
  120. package/dist/models/messageResponseDtoMetadata.js +1 -1
  121. package/dist/models/messageResponseDtoPaginatedEnvelope.d.ts +3 -3
  122. package/dist/models/outputSurfaceAppResponseDto.d.ts +3 -3
  123. package/dist/models/outputSurfaceAppResponseDtoDataArrayEnvelope.d.ts +2 -2
  124. package/dist/models/outputSurfaceAppResponseDtoDataEnvelope.d.ts +2 -2
  125. package/dist/models/outputSurfaceAppStatus.d.ts +1 -1
  126. package/dist/models/outputSurfaceAppStatus.js +1 -1
  127. package/dist/models/outputSurfaceControllerRestartParams.d.ts +2 -2
  128. package/dist/models/outputSurfaceControllerScanParams.d.ts +2 -2
  129. package/dist/models/outputSurfaceRemediationKindInput.d.ts +1 -1
  130. package/dist/models/outputSurfaceRemediationKindInput.js +1 -1
  131. package/dist/models/outputSurfaceRestartMode.d.ts +1 -1
  132. package/dist/models/outputSurfaceRestartMode.js +1 -1
  133. package/dist/models/paginationMeta.d.ts +1 -1
  134. package/dist/models/paginationMeta.js +1 -1
  135. package/dist/models/participantRole.d.ts +1 -1
  136. package/dist/models/participantRole.js +1 -1
  137. package/dist/models/participantSubjectKind.d.ts +1 -1
  138. package/dist/models/participantSubjectKind.js +1 -1
  139. package/dist/models/projectKind.d.ts +1 -1
  140. package/dist/models/projectKind.js +1 -1
  141. package/dist/models/providerEntryDto.d.ts +3 -3
  142. package/dist/models/providerEntryDtoKind.d.ts +1 -1
  143. package/dist/models/providerEntryDtoKind.js +1 -1
  144. package/dist/models/pullRequestResponseDto.d.ts +2 -2
  145. package/dist/models/pullRequestResponseDtoDataEnvelope.d.ts +2 -2
  146. package/dist/models/pullRequestResponseDtoPrUrl.d.ts +1 -1
  147. package/dist/models/pullRequestResponseDtoPrUrl.js +1 -1
  148. package/dist/models/pushDocumentEditDto.d.ts +1 -1
  149. package/dist/models/pushDocumentEditDto.js +1 -1
  150. package/dist/models/reasoningDeltaPayloadDto.d.ts +1 -1
  151. package/dist/models/reasoningDeltaPayloadDto.js +1 -1
  152. package/dist/models/referenceAttachmentClass.d.ts +1 -1
  153. package/dist/models/referenceAttachmentClass.js +1 -1
  154. package/dist/models/remediateOutputSurfaceDto.d.ts +2 -2
  155. package/dist/models/remediateOutputSurfaceResponseDto.d.ts +1 -1
  156. package/dist/models/remediateOutputSurfaceResponseDto.js +1 -1
  157. package/dist/models/remediateOutputSurfaceResponseDtoDataEnvelope.d.ts +2 -2
  158. package/dist/models/repoGitStatusDto.d.ts +2 -2
  159. package/dist/models/repoRole.d.ts +1 -1
  160. package/dist/models/repoRole.js +1 -1
  161. package/dist/models/reportInspectPresenceDto.d.ts +3 -3
  162. package/dist/models/reportInspectPresenceDtoKind.d.ts +1 -1
  163. package/dist/models/reportInspectPresenceDtoKind.js +1 -1
  164. package/dist/models/reportInspectPresenceDtoReason.d.ts +1 -1
  165. package/dist/models/reportInspectPresenceDtoReason.js +1 -1
  166. package/dist/models/reportInspectResultDto.d.ts +2 -2
  167. package/dist/models/resumeSessionDto.d.ts +1 -1
  168. package/dist/models/resumeSessionDto.js +1 -1
  169. package/dist/models/rotateTokenResponseDto.d.ts +1 -1
  170. package/dist/models/rotateTokenResponseDto.js +1 -1
  171. package/dist/models/rotateTokenResponseDtoDataEnvelope.d.ts +2 -2
  172. package/dist/models/runSandboxEvalTurnDto.d.ts +1 -1
  173. package/dist/models/runSandboxEvalTurnDto.js +1 -1
  174. package/dist/models/sandboxEvalTurnResultDto.d.ts +1 -1
  175. package/dist/models/sandboxEvalTurnResultDto.js +1 -1
  176. package/dist/models/sandboxEvalTurnResultDtoDataEnvelope.d.ts +2 -2
  177. package/dist/models/sandboxSessionsControllerDeleteToolMocksParams.d.ts +1 -1
  178. package/dist/models/sandboxSessionsControllerDeleteToolMocksParams.js +1 -1
  179. package/dist/models/sandboxToolMockDto.d.ts +1 -1
  180. package/dist/models/sandboxToolMockDto.js +1 -1
  181. package/dist/models/sandboxToolMocksResponseDto.d.ts +1 -1
  182. package/dist/models/sandboxToolMocksResponseDto.js +1 -1
  183. package/dist/models/sandboxToolMocksResponseDtoDataEnvelope.d.ts +2 -2
  184. package/dist/models/sessionAttachmentStatus.d.ts +1 -1
  185. package/dist/models/sessionAttachmentStatus.js +1 -1
  186. package/dist/models/sessionBlobAttachmentDto.d.ts +2 -2
  187. package/dist/models/sessionBlobAttachmentDtoDataArrayEnvelope.d.ts +2 -2
  188. package/dist/models/sessionBlobAttachmentDtoRequiredHeaders.d.ts +1 -1
  189. package/dist/models/sessionBlobAttachmentDtoRequiredHeaders.js +1 -1
  190. package/dist/models/sessionContextWindowSnapshotDto.d.ts +1 -1
  191. package/dist/models/sessionContextWindowSnapshotDto.js +1 -1
  192. package/dist/models/sessionDebugCompositionNodeDto.d.ts +1 -1
  193. package/dist/models/sessionDebugCompositionNodeDto.js +1 -1
  194. package/dist/models/sessionDebugInfoDto.d.ts +7 -7
  195. package/dist/models/sessionDebugInfoDtoDataEnvelope.d.ts +2 -2
  196. package/dist/models/sessionDebugInfoDtoMountPlan.d.ts +1 -1
  197. package/dist/models/sessionDebugInfoDtoMountPlan.js +1 -1
  198. package/dist/models/sessionDebugModelDecisionDto.d.ts +1 -1
  199. package/dist/models/sessionDebugModelDecisionDto.js +1 -1
  200. package/dist/models/sessionDebugSkillDto.d.ts +2 -2
  201. package/dist/models/sessionDebugSkillDtoSnapshot.d.ts +1 -1
  202. package/dist/models/sessionDebugSkillDtoSnapshot.js +1 -1
  203. package/dist/models/sessionKind.d.ts +1 -1
  204. package/dist/models/sessionKind.js +1 -1
  205. package/dist/models/sessionLayer.d.ts +17 -0
  206. package/dist/models/sessionLayer.js +16 -0
  207. package/dist/models/sessionLockfileDto.d.ts +7 -7
  208. package/dist/models/sessionLockfileDtoAgents.d.ts +1 -1
  209. package/dist/models/sessionLockfileDtoAgents.js +1 -1
  210. package/dist/models/sessionLockfileDtoBiomes.d.ts +1 -1
  211. package/dist/models/sessionLockfileDtoBiomes.js +1 -1
  212. package/dist/models/sessionLockfileDtoCapabilities.d.ts +1 -1
  213. package/dist/models/sessionLockfileDtoCapabilities.js +1 -1
  214. package/dist/models/sessionLockfileDtoDataEnvelope.d.ts +2 -2
  215. package/dist/models/sessionLockfileDtoDeliverableSpecs.d.ts +1 -1
  216. package/dist/models/sessionLockfileDtoDeliverableSpecs.js +1 -1
  217. package/dist/models/sessionLockfileDtoSkills.d.ts +1 -1
  218. package/dist/models/sessionLockfileDtoSkills.js +1 -1
  219. package/dist/models/sessionLockfileDtoWorkflows.d.ts +1 -1
  220. package/dist/models/sessionLockfileDtoWorkflows.js +1 -1
  221. package/dist/models/sessionMessageRole.d.ts +1 -1
  222. package/dist/models/sessionMessageRole.js +1 -1
  223. package/dist/models/sessionParticipantDto.d.ts +3 -3
  224. package/dist/models/sessionParticipantDtoDataEnvelope.d.ts +2 -2
  225. package/dist/models/sessionPauseReason.d.ts +1 -1
  226. package/dist/models/sessionPauseReason.js +1 -1
  227. package/dist/models/sessionProvisioningPhase.d.ts +1 -1
  228. package/dist/models/sessionProvisioningPhase.js +1 -1
  229. package/dist/models/sessionResponseDto.d.ts +13 -13
  230. package/dist/models/sessionResponseDtoDataEnvelope.d.ts +2 -2
  231. package/dist/models/sessionResponseDtoFailureMetaJson.d.ts +1 -1
  232. package/dist/models/sessionResponseDtoFailureMetaJson.js +1 -1
  233. package/dist/models/sessionResponseDtoHandoffOutput.d.ts +1 -1
  234. package/dist/models/sessionResponseDtoHandoffOutput.js +1 -1
  235. package/dist/models/sessionResponseDtoModelSelection.d.ts +1 -1
  236. package/dist/models/sessionResponseDtoModelSelection.js +1 -1
  237. package/dist/models/sessionResponseDtoPaginatedEnvelope.d.ts +3 -3
  238. package/dist/models/sessionResponseDtoToolSelectionItem.d.ts +1 -1
  239. package/dist/models/sessionResponseDtoToolSelectionItem.js +1 -1
  240. package/dist/models/sessionStatus.d.ts +1 -1
  241. package/dist/models/sessionStatus.js +1 -1
  242. package/dist/models/sessionTimelineEntryDto.d.ts +3 -3
  243. package/dist/models/sessionTimelineEntryDtoEventType.d.ts +1 -1
  244. package/dist/models/sessionTimelineEntryDtoEventType.js +1 -1
  245. package/dist/models/sessionTimelineEntryDtoPayload.d.ts +5 -5
  246. package/dist/models/sessionTimelinePageDto.d.ts +2 -2
  247. package/dist/models/sessionTimelinePageDtoDataEnvelope.d.ts +2 -2
  248. package/dist/models/sessionTokenUsageDto.d.ts +1 -1
  249. package/dist/models/sessionTokenUsageDto.js +1 -1
  250. package/dist/models/sessionsControllerGetCommitHistoryParams.d.ts +1 -1
  251. package/dist/models/sessionsControllerGetCommitHistoryParams.js +1 -1
  252. package/dist/models/sessionsControllerGetGitDiffParams.d.ts +1 -1
  253. package/dist/models/sessionsControllerGetGitDiffParams.js +1 -1
  254. package/dist/models/sessionsControllerListFilesParams.d.ts +1 -1
  255. package/dist/models/sessionsControllerListFilesParams.js +1 -1
  256. package/dist/models/sessionsControllerListParams.d.ts +1 -1
  257. package/dist/models/sessionsControllerListParams.js +1 -1
  258. package/dist/models/sessionsControllerListTemplatesParams.d.ts +1 -1
  259. package/dist/models/sessionsControllerListTemplatesParams.js +1 -1
  260. package/dist/models/sessionsControllerMergeCheckParams.d.ts +1 -1
  261. package/dist/models/sessionsControllerMergeCheckParams.js +1 -1
  262. package/dist/models/sessionsControllerStreamEventsParams.d.ts +1 -1
  263. package/dist/models/sessionsControllerStreamEventsParams.js +1 -1
  264. package/dist/models/setSandboxToolMocksDto.d.ts +2 -2
  265. package/dist/models/shareAccessLevel.d.ts +1 -1
  266. package/dist/models/shareAccessLevel.js +1 -1
  267. package/dist/models/shareResponseDto.d.ts +3 -3
  268. package/dist/models/shareResponseDtoDataEnvelope.d.ts +2 -2
  269. package/dist/models/shareResponseDtoExpiresAt.d.ts +1 -1
  270. package/dist/models/shareResponseDtoExpiresAt.js +1 -1
  271. package/dist/models/startBuildImageDto.d.ts +1 -1
  272. package/dist/models/startBuildImageDto.js +1 -1
  273. package/dist/models/templateResponseDto.d.ts +6 -6
  274. package/dist/models/templateResponseDtoBudgetLimit.d.ts +1 -1
  275. package/dist/models/templateResponseDtoBudgetLimit.js +1 -1
  276. package/dist/models/templateResponseDtoCustomConfig.d.ts +1 -1
  277. package/dist/models/templateResponseDtoCustomConfig.js +1 -1
  278. package/dist/models/templateResponseDtoDataEnvelope.d.ts +2 -2
  279. package/dist/models/templateResponseDtoDescription.d.ts +1 -1
  280. package/dist/models/templateResponseDtoDescription.js +1 -1
  281. package/dist/models/templateResponseDtoPaginatedEnvelope.d.ts +3 -3
  282. package/dist/models/templateResponseDtoRepositoryId.d.ts +1 -1
  283. package/dist/models/templateResponseDtoRepositoryId.js +1 -1
  284. package/dist/models/textDeltaPayloadDto.d.ts +1 -1
  285. package/dist/models/textDeltaPayloadDto.js +1 -1
  286. package/dist/models/threadResponseDto.d.ts +4 -4
  287. package/dist/models/threadResponseDtoDataArrayEnvelope.d.ts +2 -2
  288. package/dist/models/threadResponseDtoDataEnvelope.d.ts +2 -2
  289. package/dist/models/threadResponseDtoModelSelection.d.ts +1 -1
  290. package/dist/models/threadResponseDtoModelSelection.js +1 -1
  291. package/dist/models/threadStatus.d.ts +1 -1
  292. package/dist/models/threadStatus.js +1 -1
  293. package/dist/models/threadsControllerGetMessagesParams.d.ts +1 -1
  294. package/dist/models/threadsControllerGetMessagesParams.js +1 -1
  295. package/dist/models/threadsControllerGetTimelineParams.d.ts +1 -1
  296. package/dist/models/threadsControllerGetTimelineParams.js +1 -1
  297. package/dist/models/toolCallPayloadDto.d.ts +2 -2
  298. package/dist/models/toolCallPayloadDtoStatus.d.ts +1 -1
  299. package/dist/models/toolCallPayloadDtoStatus.js +1 -1
  300. package/dist/models/toolEntryDto.d.ts +3 -3
  301. package/dist/models/toolEntryDtoKind.d.ts +1 -1
  302. package/dist/models/toolEntryDtoKind.js +1 -1
  303. package/dist/models/toolProviderKind.d.ts +1 -1
  304. package/dist/models/toolProviderKind.js +1 -1
  305. package/dist/models/toolUsageEntryDto.d.ts +1 -1
  306. package/dist/models/toolUsageEntryDto.js +1 -1
  307. package/dist/models/toolUsageResponseDto.d.ts +2 -2
  308. package/dist/models/toolUsageResponseDtoDataEnvelope.d.ts +2 -2
  309. package/dist/models/turnState.d.ts +1 -1
  310. package/dist/models/turnState.js +1 -1
  311. package/dist/models/updateKbMountsDto.d.ts +2 -2
  312. package/dist/models/updateThreadDto.d.ts +2 -2
  313. package/dist/models/usageResponseDto.d.ts +3 -3
  314. package/dist/models/usageResponseDtoBudgetLimit.d.ts +1 -1
  315. package/dist/models/usageResponseDtoBudgetLimit.js +1 -1
  316. package/dist/models/usageResponseDtoBudgetRatio.d.ts +1 -1
  317. package/dist/models/usageResponseDtoBudgetRatio.js +1 -1
  318. package/dist/models/usageResponseDtoDataEnvelope.d.ts +2 -2
  319. package/dist/models/workerRuntimeKind.d.ts +17 -0
  320. package/dist/models/workerRuntimeKind.js +16 -0
  321. package/package.json +12 -2
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,15 +1,15 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { BranchStrategy } from './branchStrategy';
9
- import type { TemplateResponseDtoBudgetLimit } from './templateResponseDtoBudgetLimit';
10
- import type { TemplateResponseDtoCustomConfig } from './templateResponseDtoCustomConfig';
11
- import type { TemplateResponseDtoDescription } from './templateResponseDtoDescription';
12
- import type { TemplateResponseDtoRepositoryId } from './templateResponseDtoRepositoryId';
8
+ import type { BranchStrategy } from './branchStrategy.js';
9
+ import type { TemplateResponseDtoBudgetLimit } from './templateResponseDtoBudgetLimit.js';
10
+ import type { TemplateResponseDtoCustomConfig } from './templateResponseDtoCustomConfig.js';
11
+ import type { TemplateResponseDtoDescription } from './templateResponseDtoDescription.js';
12
+ import type { TemplateResponseDtoRepositoryId } from './templateResponseDtoRepositoryId.js';
13
13
  export interface TemplateResponseDto {
14
14
  id: string;
15
15
  orgId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { TemplateResponseDto } from './templateResponseDto';
8
+ import type { TemplateResponseDto } from './templateResponseDto.js';
9
9
  export interface TemplateResponseDtoDataEnvelope {
10
10
  data: TemplateResponseDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { PaginationMeta } from './paginationMeta';
9
- import type { TemplateResponseDto } from './templateResponseDto';
8
+ import type { PaginationMeta } from './paginationMeta.js';
9
+ import type { TemplateResponseDto } from './templateResponseDto.js';
10
10
  export interface TemplateResponseDtoPaginatedEnvelope {
11
11
  data: TemplateResponseDto[];
12
12
  pagination?: PaginationMeta;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,13 +1,13 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ThreadResponseDtoModelSelection } from './threadResponseDtoModelSelection';
9
- import type { ThreadStatus } from './threadStatus';
10
- import type { TurnState } from './turnState';
8
+ import type { ThreadResponseDtoModelSelection } from './threadResponseDtoModelSelection.js';
9
+ import type { ThreadStatus } from './threadStatus.js';
10
+ import type { TurnState } from './turnState.js';
11
11
  export interface ThreadResponseDto {
12
12
  /** Thread identifier (cuid) */
13
13
  id: string;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ThreadResponseDto } from './threadResponseDto';
8
+ import type { ThreadResponseDto } from './threadResponseDto.js';
9
9
  export interface ThreadResponseDtoDataArrayEnvelope {
10
10
  data: ThreadResponseDto[];
11
11
  }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ThreadResponseDto } from './threadResponseDto';
8
+ import type { ThreadResponseDto } from './threadResponseDto.js';
9
9
  export interface ThreadResponseDtoDataEnvelope {
10
10
  data: ThreadResponseDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ToolCallPayloadDtoStatus } from './toolCallPayloadDtoStatus';
8
+ import type { ToolCallPayloadDtoStatus } from './toolCallPayloadDtoStatus.js';
9
9
  export interface ToolCallPayloadDto {
10
10
  /** Canonical tool name as reported by the MCP / OpenCode runtime. */
11
11
  toolName: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ToolEntryDtoKind } from './toolEntryDtoKind';
9
- import type { ToolProviderKind } from './toolProviderKind';
8
+ import type { ToolEntryDtoKind } from './toolEntryDtoKind.js';
9
+ import type { ToolProviderKind } from './toolProviderKind.js';
10
10
  export interface ToolEntryDto {
11
11
  kind: ToolEntryDtoKind;
12
12
  providerKind: ToolProviderKind;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ToolUsageEntryDto } from './toolUsageEntryDto';
8
+ import type { ToolUsageEntryDto } from './toolUsageEntryDto.js';
9
9
  export interface ToolUsageResponseDto {
10
10
  /** Per-(slug, command) counters sorted by count descending. */
11
11
  entries: ToolUsageEntryDto[];
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ToolUsageResponseDto } from './toolUsageResponseDto';
8
+ import type { ToolUsageResponseDto } from './toolUsageResponseDto.js';
9
9
  export interface ToolUsageResponseDtoDataEnvelope {
10
10
  data: ToolUsageResponseDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { KbPageMountDto } from './kbPageMountDto';
8
+ import type { KbPageMountDto } from './kbPageMountDto.js';
9
9
  export interface UpdateKbMountsDto {
10
10
  /** Full set of KB space IDs to mount in their entirety. Each space appears under `/workspace/references/kb/<spaceId>/` as an export from knowledge-base-api. */
11
11
  spaceIds: string[];
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ThreadStatus } from './threadStatus';
8
+ import type { ThreadStatus } from './threadStatus.js';
9
9
  export interface UpdateThreadDto {
10
10
  /**
11
11
  * New thread title.
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { UsageResponseDtoBudgetLimit } from './usageResponseDtoBudgetLimit';
9
- import type { UsageResponseDtoBudgetRatio } from './usageResponseDtoBudgetRatio';
8
+ import type { UsageResponseDtoBudgetLimit } from './usageResponseDtoBudgetLimit.js';
9
+ import type { UsageResponseDtoBudgetRatio } from './usageResponseDtoBudgetRatio.js';
10
10
  export interface UsageResponseDto {
11
11
  inputTokens: number;
12
12
  outputTokens: number;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { UsageResponseDto } from './usageResponseDto';
8
+ import type { UsageResponseDto } from './usageResponseDto.js';
9
9
  export interface UsageResponseDtoDataEnvelope {
10
10
  data: UsageResponseDto;
11
11
  }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * Interactive Session API
5
+ * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ /**
9
+ * Worker runtime to allocate this session on. Selects which orchestrator runtime driver backs the worker (OpenCode HTTP, Qwen stdio-ACP, Claude Code stream-json, …). The single fat worker image ships every CLI; the orchestrator + driver pick the runtime from this value. Omit to use the platform default (`opencode`) — the default is applied explicitly at the orchestrator allocate boundary, never silently coerced.
10
+ */
11
+ export type WorkerRuntimeKind = typeof WorkerRuntimeKind[keyof typeof WorkerRuntimeKind];
12
+ export declare const WorkerRuntimeKind: {
13
+ readonly opencode: "opencode";
14
+ readonly qwen: "qwen";
15
+ readonly 'claude-code': "claude-code";
16
+ readonly hermes: "hermes";
17
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.16.0 🍺
4
+ * Do not edit manually.
5
+ * Interactive Session API
6
+ * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.WorkerRuntimeKind = void 0;
11
+ exports.WorkerRuntimeKind = {
12
+ opencode: 'opencode',
13
+ qwen: 'qwen',
14
+ 'claude-code': 'claude-code',
15
+ hermes: 'hermes',
16
+ };
package/package.json CHANGED
@@ -1,17 +1,27 @@
1
1
  {
2
2
  "name": "@xemahq/agent-session-api-client",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
9
  "publishConfig": {
10
- "registry": "https://npm.pkg.github.com"
10
+ "registry": "https://registry.npmjs.org/",
11
+ "access": "public"
11
12
  },
12
13
  "devDependencies": {
13
14
  "typescript": "5.9.3"
14
15
  },
16
+ "xema": {
17
+ "kind": "api-client",
18
+ "surface": "public",
19
+ "service": "agent-session-api",
20
+ "biome": "agent-runtime",
21
+ "target": "server",
22
+ "generator": "@xemahq/api-client-generator@0.1.2",
23
+ "source": "openapi.public.json"
24
+ },
15
25
  "scripts": {
16
26
  "build": "tsc -p tsconfig.json"
17
27
  }