@xemahq/agent-session-api-client 0.1.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +175 -201
- package/README.md +62 -0
- package/dist/custom-fetch.d.ts +1 -1
- package/dist/custom-fetch.js +1 -1
- package/dist/endpoints/output-surface-inspect/output-surface-inspect.d.ts +3 -3
- package/dist/endpoints/output-surface-inspect/output-surface-inspect.js +6 -6
- package/dist/endpoints/output-surfaces/output-surfaces.d.ts +8 -8
- package/dist/endpoints/output-surfaces/output-surfaces.js +21 -21
- package/dist/endpoints/sandbox-sessions/sandbox-sessions.d.ts +8 -8
- package/dist/endpoints/sandbox-sessions/sandbox-sessions.js +21 -21
- package/dist/endpoints/session-attachments/session-attachments.d.ts +4 -4
- package/dist/endpoints/session-attachments/session-attachments.js +9 -9
- package/dist/endpoints/session-blob-attachments/session-blob-attachments.d.ts +2 -2
- package/dist/endpoints/session-blob-attachments/session-blob-attachments.js +3 -3
- package/dist/endpoints/session-participants/session-participants.d.ts +5 -5
- package/dist/endpoints/session-participants/session-participants.js +12 -12
- package/dist/endpoints/sessions/sessions.d.ts +60 -50
- package/dist/endpoints/sessions/sessions.js +177 -143
- package/dist/endpoints/threads/threads.d.ts +9 -9
- package/dist/endpoints/threads/threads.js +24 -24
- package/dist/index.d.ts +0 -3
- package/dist/index.js +1 -4
- package/dist/models/addAttachmentDto.d.ts +2 -2
- package/dist/models/attachSkillDto.d.ts +1 -1
- package/dist/models/attachSkillDto.js +1 -1
- package/dist/models/attachmentClass.d.ts +1 -1
- package/dist/models/attachmentClass.js +1 -1
- package/dist/models/attachmentResponseDto.d.ts +3 -3
- package/dist/models/attachmentResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/attachmentResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/attachmentUploadInitResponseDto.d.ts +2 -2
- package/dist/models/attachmentUploadInitResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/attachmentUploadInitResponseDtoRequiredHeaders.d.ts +1 -1
- package/dist/models/attachmentUploadInitResponseDtoRequiredHeaders.js +1 -1
- package/dist/models/branchStrategy.d.ts +1 -1
- package/dist/models/branchStrategy.js +1 -1
- package/dist/models/buildImageResultDto.d.ts +1 -1
- package/dist/models/buildImageResultDto.js +1 -1
- package/dist/models/buildImageStartedResponseDto.d.ts +1 -1
- package/dist/models/buildImageStartedResponseDto.js +1 -1
- package/dist/models/buildImageStartedResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/buildImageStatusResponseDto.d.ts +4 -4
- package/dist/models/buildImageStatusResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/buildImageStatusResponseDtoFailureMessage.d.ts +1 -1
- package/dist/models/buildImageStatusResponseDtoFailureMessage.js +1 -1
- package/dist/models/buildImageStatusResponseDtoStatus.d.ts +1 -1
- package/dist/models/buildImageStatusResponseDtoStatus.js +1 -1
- package/dist/models/changeSessionInstructionsDto.d.ts +16 -0
- package/dist/models/changeSessionInstructionsDto.js +2 -0
- package/dist/models/changeSessionInstructionsDtoInstructions.d.ts +15 -0
- package/dist/models/changeSessionInstructionsDtoInstructions.js +9 -0
- package/dist/models/changeSessionModelDto.d.ts +2 -2
- package/dist/models/changeSessionModelDtoSelection.d.ts +1 -1
- package/dist/models/changeSessionModelDtoSelection.js +1 -1
- package/dist/models/changeSessionPermissionDto.d.ts +15 -0
- package/dist/models/changeSessionPermissionDto.js +2 -0
- package/dist/models/changeSessionPermissionDtoPermission.d.ts +14 -0
- package/dist/models/changeSessionPermissionDtoPermission.js +9 -0
- package/dist/models/changeSessionToolsDto.d.ts +3 -3
- package/dist/models/createSandboxSessionDto.d.ts +3 -3
- package/dist/models/createSessionDto.d.ts +44 -0
- package/dist/models/createSessionDto.js +2 -0
- package/dist/models/createSessionDtoCustomConfig.d.ts +13 -0
- package/dist/models/createSessionDtoCustomConfig.js +9 -0
- package/dist/models/createThreadDto.d.ts +1 -1
- package/dist/models/createThreadDto.js +1 -1
- package/dist/models/environmentDriftDetectedPayloadDto.d.ts +2 -2
- package/dist/models/environmentDriftEntryDto.d.ts +3 -3
- package/dist/models/environmentDriftEntryDtoAfter.d.ts +1 -1
- package/dist/models/environmentDriftEntryDtoAfter.js +1 -1
- package/dist/models/environmentDriftEntryDtoBefore.d.ts +1 -1
- package/dist/models/environmentDriftEntryDtoBefore.js +1 -1
- package/dist/models/errorDetailsDto.d.ts +2 -2
- package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
- package/dist/models/errorDetailsDtoDetails.js +1 -1
- package/dist/models/errorPayloadDto.d.ts +2 -2
- package/dist/models/errorResponseDto.d.ts +2 -2
- package/dist/models/externalInviteDeliveryMode.d.ts +1 -1
- package/dist/models/externalInviteDeliveryMode.js +1 -1
- package/dist/models/gitCommitEntryDto.d.ts +1 -1
- package/dist/models/gitCommitEntryDto.js +1 -1
- package/dist/models/gitCommitEntryDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/gitCommitResponseDto.d.ts +1 -1
- package/dist/models/gitCommitResponseDto.js +1 -1
- package/dist/models/gitCommitResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/gitStatusResponseDto.d.ts +2 -2
- package/dist/models/gitStatusResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/index.d.ts +9 -14
- package/dist/models/index.js +9 -14
- package/dist/models/initAttachmentUploadDto.d.ts +1 -1
- package/dist/models/initAttachmentUploadDto.js +1 -1
- package/dist/models/inspectStepResultDto.d.ts +4 -4
- package/dist/models/inspectStepResultDtoData.d.ts +1 -1
- package/dist/models/inspectStepResultDtoData.js +1 -1
- package/dist/models/inspectStepResultDtoKind.d.ts +1 -1
- package/dist/models/inspectStepResultDtoKind.js +1 -1
- package/dist/models/inspectStepResultDtoStatus.d.ts +1 -1
- package/dist/models/inspectStepResultDtoStatus.js +1 -1
- package/dist/models/invitableParticipantRole.d.ts +1 -1
- package/dist/models/invitableParticipantRole.js +1 -1
- package/dist/models/inviteExternalDto.d.ts +3 -3
- package/dist/models/inviteParticipantDto.d.ts +2 -2
- package/dist/models/invitedExternalParticipantResponseDto.d.ts +1 -1
- package/dist/models/invitedExternalParticipantResponseDto.js +1 -1
- package/dist/models/invitedExternalParticipantResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/kBPushResponseDto.d.ts +1 -1
- package/dist/models/kBPushResponseDto.js +1 -1
- package/dist/models/kBPushResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/kbMountsResponseDto.d.ts +2 -2
- package/dist/models/kbMountsResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/kbPageMountDto.d.ts +1 -1
- package/dist/models/kbPageMountDto.js +1 -1
- package/dist/models/listSessionParticipantsResponseDto.d.ts +2 -2
- package/dist/models/listSessionParticipantsResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/mergeCheckResponseDto.d.ts +1 -1
- package/dist/models/mergeCheckResponseDto.js +1 -1
- package/dist/models/mergeCheckResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/messageResponseDto.d.ts +3 -3
- package/dist/models/messageResponseDtoMetadata.d.ts +1 -1
- package/dist/models/messageResponseDtoMetadata.js +1 -1
- package/dist/models/messageResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/outputSurfaceAppResponseDto.d.ts +3 -3
- package/dist/models/outputSurfaceAppResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/outputSurfaceAppResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/outputSurfaceAppStatus.d.ts +1 -1
- package/dist/models/outputSurfaceAppStatus.js +1 -1
- package/dist/models/outputSurfaceControllerRestartParams.d.ts +2 -2
- package/dist/models/outputSurfaceControllerScanParams.d.ts +2 -2
- package/dist/models/outputSurfaceRemediationKindInput.d.ts +1 -1
- package/dist/models/outputSurfaceRemediationKindInput.js +1 -1
- package/dist/models/outputSurfaceRestartMode.d.ts +1 -1
- package/dist/models/outputSurfaceRestartMode.js +1 -1
- package/dist/models/paginationMeta.d.ts +1 -1
- package/dist/models/paginationMeta.js +1 -1
- package/dist/models/participantRole.d.ts +1 -1
- package/dist/models/participantRole.js +1 -1
- package/dist/models/participantSubjectKind.d.ts +1 -1
- package/dist/models/participantSubjectKind.js +1 -1
- package/dist/models/projectKind.d.ts +1 -1
- package/dist/models/projectKind.js +1 -1
- package/dist/models/providerEntryDto.d.ts +3 -3
- package/dist/models/providerEntryDtoKind.d.ts +1 -1
- package/dist/models/providerEntryDtoKind.js +1 -1
- package/dist/models/pullRequestResponseDto.d.ts +2 -2
- package/dist/models/pullRequestResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/pullRequestResponseDtoPrUrl.d.ts +1 -1
- package/dist/models/pullRequestResponseDtoPrUrl.js +1 -1
- package/dist/models/pushDocumentEditDto.d.ts +1 -1
- package/dist/models/pushDocumentEditDto.js +1 -1
- package/dist/models/reasoningDeltaPayloadDto.d.ts +1 -1
- package/dist/models/reasoningDeltaPayloadDto.js +1 -1
- package/dist/models/referenceAttachmentClass.d.ts +1 -1
- package/dist/models/referenceAttachmentClass.js +1 -1
- package/dist/models/remediateOutputSurfaceDto.d.ts +2 -2
- package/dist/models/remediateOutputSurfaceResponseDto.d.ts +1 -1
- package/dist/models/remediateOutputSurfaceResponseDto.js +1 -1
- package/dist/models/remediateOutputSurfaceResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/repoGitStatusDto.d.ts +2 -2
- package/dist/models/repoRole.d.ts +1 -1
- package/dist/models/repoRole.js +1 -1
- package/dist/models/reportInspectPresenceDto.d.ts +3 -3
- package/dist/models/reportInspectPresenceDtoKind.d.ts +1 -1
- package/dist/models/reportInspectPresenceDtoKind.js +1 -1
- package/dist/models/reportInspectPresenceDtoReason.d.ts +1 -1
- package/dist/models/reportInspectPresenceDtoReason.js +1 -1
- package/dist/models/reportInspectResultDto.d.ts +2 -2
- package/dist/models/resumeSessionDto.d.ts +1 -1
- package/dist/models/resumeSessionDto.js +1 -1
- package/dist/models/rotateTokenResponseDto.d.ts +1 -1
- package/dist/models/rotateTokenResponseDto.js +1 -1
- package/dist/models/rotateTokenResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/runSandboxEvalTurnDto.d.ts +1 -1
- package/dist/models/runSandboxEvalTurnDto.js +1 -1
- package/dist/models/sandboxEvalTurnResultDto.d.ts +1 -1
- package/dist/models/sandboxEvalTurnResultDto.js +1 -1
- package/dist/models/sandboxEvalTurnResultDtoDataEnvelope.d.ts +2 -2
- package/dist/models/sandboxSessionsControllerDeleteToolMocksParams.d.ts +1 -1
- package/dist/models/sandboxSessionsControllerDeleteToolMocksParams.js +1 -1
- package/dist/models/sandboxToolMockDto.d.ts +1 -1
- package/dist/models/sandboxToolMockDto.js +1 -1
- package/dist/models/sandboxToolMocksResponseDto.d.ts +1 -1
- package/dist/models/sandboxToolMocksResponseDto.js +1 -1
- package/dist/models/sandboxToolMocksResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/sessionAttachmentStatus.d.ts +1 -1
- package/dist/models/sessionAttachmentStatus.js +1 -1
- package/dist/models/sessionBlobAttachmentDto.d.ts +2 -2
- package/dist/models/sessionBlobAttachmentDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/sessionBlobAttachmentDtoRequiredHeaders.d.ts +1 -1
- package/dist/models/sessionBlobAttachmentDtoRequiredHeaders.js +1 -1
- package/dist/models/sessionContextWindowSnapshotDto.d.ts +1 -1
- package/dist/models/sessionContextWindowSnapshotDto.js +1 -1
- package/dist/models/sessionDebugAgentNodeDto.d.ts +20 -0
- package/dist/models/sessionDebugAgentNodeDto.js +9 -0
- package/dist/models/sessionDebugCompositionNodeDto.d.ts +1 -1
- package/dist/models/sessionDebugCompositionNodeDto.js +1 -1
- package/dist/models/sessionDebugInfoDto.d.ts +8 -8
- package/dist/models/sessionDebugInfoDtoDataEnvelope.d.ts +2 -2
- package/dist/models/sessionDebugInfoDtoMountPlan.d.ts +1 -1
- package/dist/models/sessionDebugInfoDtoMountPlan.js +1 -1
- package/dist/models/sessionDebugModelDecisionDto.d.ts +1 -1
- package/dist/models/sessionDebugModelDecisionDto.js +1 -1
- package/dist/models/sessionDebugSkillDto.d.ts +2 -2
- package/dist/models/sessionDebugSkillDtoSnapshot.d.ts +1 -1
- package/dist/models/sessionDebugSkillDtoSnapshot.js +1 -1
- package/dist/models/sessionKind.d.ts +1 -1
- package/dist/models/sessionKind.js +1 -1
- package/dist/models/sessionLayer.d.ts +17 -0
- package/dist/models/sessionLayer.js +16 -0
- package/dist/models/sessionLockfileDto.d.ts +7 -7
- package/dist/models/sessionLockfileDtoAgents.d.ts +1 -1
- package/dist/models/sessionLockfileDtoAgents.js +1 -1
- package/dist/models/sessionLockfileDtoBiomes.d.ts +1 -1
- package/dist/models/sessionLockfileDtoBiomes.js +1 -1
- package/dist/models/sessionLockfileDtoCapabilities.d.ts +1 -1
- package/dist/models/sessionLockfileDtoCapabilities.js +1 -1
- package/dist/models/sessionLockfileDtoDataEnvelope.d.ts +2 -2
- package/dist/models/sessionLockfileDtoDeliverableSpecs.d.ts +1 -1
- package/dist/models/sessionLockfileDtoDeliverableSpecs.js +1 -1
- package/dist/models/sessionLockfileDtoSkills.d.ts +1 -1
- package/dist/models/sessionLockfileDtoSkills.js +1 -1
- package/dist/models/sessionLockfileDtoWorkflows.d.ts +1 -1
- package/dist/models/sessionLockfileDtoWorkflows.js +1 -1
- package/dist/models/sessionMessageRole.d.ts +1 -1
- package/dist/models/sessionMessageRole.js +1 -1
- package/dist/models/sessionParticipantDto.d.ts +3 -3
- package/dist/models/sessionParticipantDtoDataEnvelope.d.ts +2 -2
- package/dist/models/sessionPauseReason.d.ts +1 -1
- package/dist/models/sessionPauseReason.js +1 -1
- package/dist/models/sessionProvisioningPhase.d.ts +1 -1
- package/dist/models/sessionProvisioningPhase.js +1 -1
- package/dist/models/sessionResponseDto.d.ts +13 -13
- package/dist/models/sessionResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/sessionResponseDtoFailureMetaJson.d.ts +1 -1
- package/dist/models/sessionResponseDtoFailureMetaJson.js +1 -1
- package/dist/models/sessionResponseDtoHandoffOutput.d.ts +1 -1
- package/dist/models/sessionResponseDtoHandoffOutput.js +1 -1
- package/dist/models/sessionResponseDtoModelSelection.d.ts +1 -1
- package/dist/models/sessionResponseDtoModelSelection.js +1 -1
- package/dist/models/sessionResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/sessionResponseDtoToolSelectionItem.d.ts +1 -1
- package/dist/models/sessionResponseDtoToolSelectionItem.js +1 -1
- package/dist/models/sessionStatus.d.ts +1 -1
- package/dist/models/sessionStatus.js +1 -1
- package/dist/models/sessionTimelineEntryDto.d.ts +3 -3
- package/dist/models/sessionTimelineEntryDtoEventType.d.ts +1 -1
- package/dist/models/sessionTimelineEntryDtoEventType.js +1 -1
- package/dist/models/sessionTimelineEntryDtoPayload.d.ts +5 -5
- package/dist/models/sessionTimelinePageDto.d.ts +2 -2
- package/dist/models/sessionTimelinePageDtoDataEnvelope.d.ts +2 -2
- package/dist/models/sessionTokenUsageDto.d.ts +1 -1
- package/dist/models/sessionTokenUsageDto.js +1 -1
- package/dist/models/sessionsControllerGetCommitHistoryParams.d.ts +1 -1
- package/dist/models/sessionsControllerGetCommitHistoryParams.js +1 -1
- package/dist/models/sessionsControllerGetGitDiffParams.d.ts +1 -1
- package/dist/models/sessionsControllerGetGitDiffParams.js +1 -1
- package/dist/models/sessionsControllerListFilesParams.d.ts +1 -1
- package/dist/models/sessionsControllerListFilesParams.js +1 -1
- package/dist/models/sessionsControllerListParams.d.ts +1 -1
- package/dist/models/sessionsControllerListParams.js +1 -1
- package/dist/models/sessionsControllerListTemplatesParams.d.ts +1 -1
- package/dist/models/sessionsControllerListTemplatesParams.js +1 -1
- package/dist/models/sessionsControllerMergeCheckParams.d.ts +1 -1
- package/dist/models/sessionsControllerMergeCheckParams.js +1 -1
- package/dist/models/sessionsControllerStreamEventsParams.d.ts +1 -1
- package/dist/models/sessionsControllerStreamEventsParams.js +1 -1
- package/dist/models/setSandboxToolMocksDto.d.ts +2 -2
- package/dist/models/shareAccessLevel.d.ts +1 -1
- package/dist/models/shareAccessLevel.js +1 -1
- package/dist/models/shareResponseDto.d.ts +3 -3
- package/dist/models/shareResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/shareResponseDtoExpiresAt.d.ts +1 -1
- package/dist/models/shareResponseDtoExpiresAt.js +1 -1
- package/dist/models/startBuildImageDto.d.ts +1 -1
- package/dist/models/startBuildImageDto.js +1 -1
- package/dist/models/templateResponseDto.d.ts +6 -6
- package/dist/models/templateResponseDtoBudgetLimit.d.ts +1 -1
- package/dist/models/templateResponseDtoBudgetLimit.js +1 -1
- package/dist/models/templateResponseDtoCustomConfig.d.ts +1 -1
- package/dist/models/templateResponseDtoCustomConfig.js +1 -1
- package/dist/models/templateResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/templateResponseDtoDescription.d.ts +1 -1
- package/dist/models/templateResponseDtoDescription.js +1 -1
- package/dist/models/templateResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/templateResponseDtoRepositoryId.d.ts +1 -1
- package/dist/models/templateResponseDtoRepositoryId.js +1 -1
- package/dist/models/textDeltaPayloadDto.d.ts +1 -1
- package/dist/models/textDeltaPayloadDto.js +1 -1
- package/dist/models/threadResponseDto.d.ts +4 -4
- package/dist/models/threadResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/threadResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/threadResponseDtoModelSelection.d.ts +1 -1
- package/dist/models/threadResponseDtoModelSelection.js +1 -1
- package/dist/models/threadStatus.d.ts +1 -1
- package/dist/models/threadStatus.js +1 -1
- package/dist/models/threadsControllerGetMessagesParams.d.ts +1 -1
- package/dist/models/threadsControllerGetMessagesParams.js +1 -1
- package/dist/models/threadsControllerGetTimelineParams.d.ts +1 -1
- package/dist/models/threadsControllerGetTimelineParams.js +1 -1
- package/dist/models/toolCallPayloadDto.d.ts +2 -2
- package/dist/models/toolCallPayloadDtoStatus.d.ts +1 -1
- package/dist/models/toolCallPayloadDtoStatus.js +1 -1
- package/dist/models/toolEntryDto.d.ts +3 -3
- package/dist/models/toolEntryDtoKind.d.ts +1 -1
- package/dist/models/toolEntryDtoKind.js +1 -1
- package/dist/models/toolProviderKind.d.ts +1 -1
- package/dist/models/toolProviderKind.js +1 -1
- package/dist/models/toolUsageEntryDto.d.ts +1 -1
- package/dist/models/toolUsageEntryDto.js +1 -1
- package/dist/models/toolUsageResponseDto.d.ts +2 -2
- package/dist/models/toolUsageResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/turnState.d.ts +1 -1
- package/dist/models/turnState.js +1 -1
- package/dist/models/updateKbMountsDto.d.ts +2 -2
- package/dist/models/updateThreadDto.d.ts +2 -2
- package/dist/models/usageResponseDto.d.ts +3 -3
- package/dist/models/usageResponseDtoBudgetLimit.d.ts +1 -1
- package/dist/models/usageResponseDtoBudgetLimit.js +1 -1
- package/dist/models/usageResponseDtoBudgetRatio.d.ts +1 -1
- package/dist/models/usageResponseDtoBudgetRatio.js +1 -1
- package/dist/models/usageResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/workerRuntimeKind.d.ts +17 -0
- package/dist/models/workerRuntimeKind.js +16 -0
- package/package.json +10 -1
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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
8
|
import type { CreateThreadDto, MessageResponseDtoPaginatedEnvelope, SessionTimelinePageDtoDataEnvelope, ThreadResponseDtoDataArrayEnvelope, ThreadResponseDtoDataEnvelope, ThreadsControllerGetMessagesParams, ThreadsControllerGetTimelineParams, UpdateThreadDto } from '../../models';
|
|
9
|
+
export declare const getThreadsControllerCreateThreadUrl: (id: string) => string;
|
|
9
10
|
/**
|
|
10
11
|
* @summary Create a new conversation thread on a session
|
|
11
12
|
*/
|
|
12
|
-
export declare const getThreadsControllerCreateThreadUrl: (id: string) => string;
|
|
13
13
|
export declare const threadsControllerCreateThread: (id: string, createThreadDto: CreateThreadDto, options?: RequestInit) => Promise<ThreadResponseDtoDataEnvelope>;
|
|
14
|
+
export declare const getThreadsControllerListThreadsUrl: (id: string) => string;
|
|
14
15
|
/**
|
|
15
16
|
* @summary List the conversation threads on a session
|
|
16
17
|
*/
|
|
17
|
-
export declare const getThreadsControllerListThreadsUrl: (id: string) => string;
|
|
18
18
|
export declare const threadsControllerListThreads: (id: string, options?: RequestInit) => Promise<ThreadResponseDtoDataArrayEnvelope>;
|
|
19
|
+
export declare const getThreadsControllerUpdateThreadUrl: (id: string, threadId: string) => string;
|
|
19
20
|
/**
|
|
20
21
|
* @summary Rename a thread or change its lifecycle status (e.g. archive)
|
|
21
22
|
*/
|
|
22
|
-
export declare const getThreadsControllerUpdateThreadUrl: (id: string, threadId: string) => string;
|
|
23
23
|
export declare const threadsControllerUpdateThread: (id: string, threadId: string, updateThreadDto: UpdateThreadDto, options?: RequestInit) => Promise<ThreadResponseDtoDataEnvelope>;
|
|
24
|
+
export declare const getThreadsControllerDeleteThreadUrl: (id: string, threadId: string) => string;
|
|
24
25
|
/**
|
|
25
26
|
* @summary Delete a thread. Refuses to delete the session's last active thread (409).
|
|
26
27
|
*/
|
|
27
|
-
export declare const getThreadsControllerDeleteThreadUrl: (id: string, threadId: string) => string;
|
|
28
28
|
export declare const threadsControllerDeleteThread: (id: string, threadId: string, options?: RequestInit) => Promise<unknown>;
|
|
29
|
+
export declare const getThreadsControllerSendMessageUrl: (id: string, threadId: string) => string;
|
|
29
30
|
/**
|
|
30
31
|
* @summary Send a message on a thread (SSE streaming response). Requires Idempotency-Key header.
|
|
31
32
|
*/
|
|
32
|
-
export declare const getThreadsControllerSendMessageUrl: (id: string, threadId: string) => string;
|
|
33
33
|
export declare const threadsControllerSendMessage: (id: string, threadId: string, options?: RequestInit) => Promise<unknown>;
|
|
34
|
+
export declare const getThreadsControllerGetMessagesUrl: (id: string, threadId: string, params?: ThreadsControllerGetMessagesParams) => string;
|
|
34
35
|
/**
|
|
35
36
|
* @summary Get a thread's message history (cursor-paginated)
|
|
36
37
|
*/
|
|
37
|
-
export declare const getThreadsControllerGetMessagesUrl: (id: string, threadId: string, params?: ThreadsControllerGetMessagesParams) => string;
|
|
38
38
|
export declare const threadsControllerGetMessages: (id: string, threadId: string, params?: ThreadsControllerGetMessagesParams, options?: RequestInit) => Promise<MessageResponseDtoPaginatedEnvelope>;
|
|
39
|
+
export declare const getThreadsControllerInterruptUrl: (id: string, threadId: string) => string;
|
|
39
40
|
/**
|
|
40
41
|
* @summary Interrupt the agent turn currently in flight on a thread
|
|
41
42
|
*/
|
|
42
|
-
export declare const getThreadsControllerInterruptUrl: (id: string, threadId: string) => string;
|
|
43
43
|
export declare const threadsControllerInterrupt: (id: string, threadId: string, options?: RequestInit) => Promise<unknown>;
|
|
44
|
+
export declare const getThreadsControllerGetTimelineUrl: (id: string, threadId: string, params?: ThreadsControllerGetTimelineParams) => string;
|
|
44
45
|
/**
|
|
45
46
|
* @summary Replay-on-refresh timeline for a thread
|
|
46
47
|
*/
|
|
47
|
-
export declare const getThreadsControllerGetTimelineUrl: (id: string, threadId: string, params?: ThreadsControllerGetTimelineParams) => string;
|
|
48
48
|
export declare const threadsControllerGetTimeline: (id: string, threadId: string, params?: ThreadsControllerGetTimelineParams, options?: RequestInit) => Promise<SessionTimelinePageDtoDataEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.threadsControllerGetTimeline = exports.getThreadsControllerGetTimelineUrl = exports.threadsControllerInterrupt = exports.getThreadsControllerInterruptUrl = exports.threadsControllerGetMessages = exports.getThreadsControllerGetMessagesUrl = exports.threadsControllerSendMessage = exports.getThreadsControllerSendMessageUrl = exports.threadsControllerDeleteThread = exports.getThreadsControllerDeleteThreadUrl = exports.threadsControllerUpdateThread = exports.getThreadsControllerUpdateThreadUrl = exports.threadsControllerListThreads = exports.getThreadsControllerListThreadsUrl = exports.threadsControllerCreateThread = exports.getThreadsControllerCreateThreadUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary Create a new conversation thread on a session
|
|
7
|
-
*/
|
|
8
5
|
const getThreadsControllerCreateThreadUrl = (id) => {
|
|
9
6
|
return `/sessions/${id}/threads`;
|
|
10
7
|
};
|
|
11
8
|
exports.getThreadsControllerCreateThreadUrl = getThreadsControllerCreateThreadUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary Create a new conversation thread on a session
|
|
11
|
+
*/
|
|
12
12
|
const threadsControllerCreateThread = async (id, createThreadDto, options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getThreadsControllerCreateThreadUrl)(id), {
|
|
14
14
|
...options,
|
|
@@ -18,13 +18,13 @@ const threadsControllerCreateThread = async (id, createThreadDto, options) => {
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.threadsControllerCreateThread = threadsControllerCreateThread;
|
|
21
|
-
/**
|
|
22
|
-
* @summary List the conversation threads on a session
|
|
23
|
-
*/
|
|
24
21
|
const getThreadsControllerListThreadsUrl = (id) => {
|
|
25
22
|
return `/sessions/${id}/threads`;
|
|
26
23
|
};
|
|
27
24
|
exports.getThreadsControllerListThreadsUrl = getThreadsControllerListThreadsUrl;
|
|
25
|
+
/**
|
|
26
|
+
* @summary List the conversation threads on a session
|
|
27
|
+
*/
|
|
28
28
|
const threadsControllerListThreads = async (id, options) => {
|
|
29
29
|
return (0, custom_fetch_1.customFetch)((0, exports.getThreadsControllerListThreadsUrl)(id), {
|
|
30
30
|
...options,
|
|
@@ -32,13 +32,13 @@ const threadsControllerListThreads = async (id, options) => {
|
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
exports.threadsControllerListThreads = threadsControllerListThreads;
|
|
35
|
-
/**
|
|
36
|
-
* @summary Rename a thread or change its lifecycle status (e.g. archive)
|
|
37
|
-
*/
|
|
38
35
|
const getThreadsControllerUpdateThreadUrl = (id, threadId) => {
|
|
39
36
|
return `/sessions/${id}/threads/${threadId}`;
|
|
40
37
|
};
|
|
41
38
|
exports.getThreadsControllerUpdateThreadUrl = getThreadsControllerUpdateThreadUrl;
|
|
39
|
+
/**
|
|
40
|
+
* @summary Rename a thread or change its lifecycle status (e.g. archive)
|
|
41
|
+
*/
|
|
42
42
|
const threadsControllerUpdateThread = async (id, threadId, updateThreadDto, options) => {
|
|
43
43
|
return (0, custom_fetch_1.customFetch)((0, exports.getThreadsControllerUpdateThreadUrl)(id, threadId), {
|
|
44
44
|
...options,
|
|
@@ -48,13 +48,13 @@ const threadsControllerUpdateThread = async (id, threadId, updateThreadDto, opti
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
exports.threadsControllerUpdateThread = threadsControllerUpdateThread;
|
|
51
|
-
/**
|
|
52
|
-
* @summary Delete a thread. Refuses to delete the session's last active thread (409).
|
|
53
|
-
*/
|
|
54
51
|
const getThreadsControllerDeleteThreadUrl = (id, threadId) => {
|
|
55
52
|
return `/sessions/${id}/threads/${threadId}`;
|
|
56
53
|
};
|
|
57
54
|
exports.getThreadsControllerDeleteThreadUrl = getThreadsControllerDeleteThreadUrl;
|
|
55
|
+
/**
|
|
56
|
+
* @summary Delete a thread. Refuses to delete the session's last active thread (409).
|
|
57
|
+
*/
|
|
58
58
|
const threadsControllerDeleteThread = async (id, threadId, options) => {
|
|
59
59
|
return (0, custom_fetch_1.customFetch)((0, exports.getThreadsControllerDeleteThreadUrl)(id, threadId), {
|
|
60
60
|
...options,
|
|
@@ -62,13 +62,13 @@ const threadsControllerDeleteThread = async (id, threadId, options) => {
|
|
|
62
62
|
});
|
|
63
63
|
};
|
|
64
64
|
exports.threadsControllerDeleteThread = threadsControllerDeleteThread;
|
|
65
|
-
/**
|
|
66
|
-
* @summary Send a message on a thread (SSE streaming response). Requires Idempotency-Key header.
|
|
67
|
-
*/
|
|
68
65
|
const getThreadsControllerSendMessageUrl = (id, threadId) => {
|
|
69
66
|
return `/sessions/${id}/threads/${threadId}/messages`;
|
|
70
67
|
};
|
|
71
68
|
exports.getThreadsControllerSendMessageUrl = getThreadsControllerSendMessageUrl;
|
|
69
|
+
/**
|
|
70
|
+
* @summary Send a message on a thread (SSE streaming response). Requires Idempotency-Key header.
|
|
71
|
+
*/
|
|
72
72
|
const threadsControllerSendMessage = async (id, threadId, options) => {
|
|
73
73
|
return (0, custom_fetch_1.customFetch)((0, exports.getThreadsControllerSendMessageUrl)(id, threadId), {
|
|
74
74
|
...options,
|
|
@@ -76,9 +76,6 @@ const threadsControllerSendMessage = async (id, threadId, options) => {
|
|
|
76
76
|
});
|
|
77
77
|
};
|
|
78
78
|
exports.threadsControllerSendMessage = threadsControllerSendMessage;
|
|
79
|
-
/**
|
|
80
|
-
* @summary Get a thread's message history (cursor-paginated)
|
|
81
|
-
*/
|
|
82
79
|
const getThreadsControllerGetMessagesUrl = (id, threadId, params) => {
|
|
83
80
|
const normalizedParams = new URLSearchParams();
|
|
84
81
|
Object.entries(params || {}).forEach(([key, value]) => {
|
|
@@ -102,6 +99,9 @@ const getThreadsControllerGetMessagesUrl = (id, threadId, params) => {
|
|
|
102
99
|
return stringifiedParams.length > 0 ? `/sessions/${id}/threads/${threadId}/messages?${stringifiedParams}` : `/sessions/${id}/threads/${threadId}/messages`;
|
|
103
100
|
};
|
|
104
101
|
exports.getThreadsControllerGetMessagesUrl = getThreadsControllerGetMessagesUrl;
|
|
102
|
+
/**
|
|
103
|
+
* @summary Get a thread's message history (cursor-paginated)
|
|
104
|
+
*/
|
|
105
105
|
const threadsControllerGetMessages = async (id, threadId, params, options) => {
|
|
106
106
|
return (0, custom_fetch_1.customFetch)((0, exports.getThreadsControllerGetMessagesUrl)(id, threadId, params), {
|
|
107
107
|
...options,
|
|
@@ -109,13 +109,13 @@ const threadsControllerGetMessages = async (id, threadId, params, options) => {
|
|
|
109
109
|
});
|
|
110
110
|
};
|
|
111
111
|
exports.threadsControllerGetMessages = threadsControllerGetMessages;
|
|
112
|
-
/**
|
|
113
|
-
* @summary Interrupt the agent turn currently in flight on a thread
|
|
114
|
-
*/
|
|
115
112
|
const getThreadsControllerInterruptUrl = (id, threadId) => {
|
|
116
113
|
return `/sessions/${id}/threads/${threadId}/interrupt`;
|
|
117
114
|
};
|
|
118
115
|
exports.getThreadsControllerInterruptUrl = getThreadsControllerInterruptUrl;
|
|
116
|
+
/**
|
|
117
|
+
* @summary Interrupt the agent turn currently in flight on a thread
|
|
118
|
+
*/
|
|
119
119
|
const threadsControllerInterrupt = async (id, threadId, options) => {
|
|
120
120
|
return (0, custom_fetch_1.customFetch)((0, exports.getThreadsControllerInterruptUrl)(id, threadId), {
|
|
121
121
|
...options,
|
|
@@ -123,9 +123,6 @@ const threadsControllerInterrupt = async (id, threadId, options) => {
|
|
|
123
123
|
});
|
|
124
124
|
};
|
|
125
125
|
exports.threadsControllerInterrupt = threadsControllerInterrupt;
|
|
126
|
-
/**
|
|
127
|
-
* @summary Replay-on-refresh timeline for a thread
|
|
128
|
-
*/
|
|
129
126
|
const getThreadsControllerGetTimelineUrl = (id, threadId, params) => {
|
|
130
127
|
const normalizedParams = new URLSearchParams();
|
|
131
128
|
Object.entries(params || {}).forEach(([key, value]) => {
|
|
@@ -149,6 +146,9 @@ const getThreadsControllerGetTimelineUrl = (id, threadId, params) => {
|
|
|
149
146
|
return stringifiedParams.length > 0 ? `/sessions/${id}/threads/${threadId}/timeline?${stringifiedParams}` : `/sessions/${id}/threads/${threadId}/timeline`;
|
|
150
147
|
};
|
|
151
148
|
exports.getThreadsControllerGetTimelineUrl = getThreadsControllerGetTimelineUrl;
|
|
149
|
+
/**
|
|
150
|
+
* @summary Replay-on-refresh timeline for a thread
|
|
151
|
+
*/
|
|
152
152
|
const threadsControllerGetTimeline = async (id, threadId, params, options) => {
|
|
153
153
|
return (0, custom_fetch_1.customFetch)((0, exports.getThreadsControllerGetTimelineUrl)(id, threadId, params), {
|
|
154
154
|
...options,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
export { configureClient, getClientConfig, ClientError, customFetch, type ClientConfig } from './custom-fetch';
|
|
2
2
|
export * from './models';
|
|
3
|
-
export * from './endpoints/health/health';
|
|
4
|
-
export * from './endpoints/internal/internal';
|
|
5
|
-
export * from './endpoints/internal-session-dispatch/internal-session-dispatch';
|
|
6
3
|
export * from './endpoints/output-surface-inspect/output-surface-inspect';
|
|
7
4
|
export * from './endpoints/output-surfaces/output-surfaces';
|
|
8
5
|
export * from './endpoints/sandbox-sessions/sandbox-sessions';
|
package/dist/index.js
CHANGED
|
@@ -15,16 +15,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.customFetch = exports.ClientError = exports.getClientConfig = exports.configureClient = void 0;
|
|
18
|
-
// Auto-generated by
|
|
18
|
+
// Auto-generated by @xemahq/api-client-generator — do not edit manually.
|
|
19
19
|
var custom_fetch_1 = require("./custom-fetch");
|
|
20
20
|
Object.defineProperty(exports, "configureClient", { enumerable: true, get: function () { return custom_fetch_1.configureClient; } });
|
|
21
21
|
Object.defineProperty(exports, "getClientConfig", { enumerable: true, get: function () { return custom_fetch_1.getClientConfig; } });
|
|
22
22
|
Object.defineProperty(exports, "ClientError", { enumerable: true, get: function () { return custom_fetch_1.ClientError; } });
|
|
23
23
|
Object.defineProperty(exports, "customFetch", { enumerable: true, get: function () { return custom_fetch_1.customFetch; } });
|
|
24
24
|
__exportStar(require("./models"), exports);
|
|
25
|
-
__exportStar(require("./endpoints/health/health"), exports);
|
|
26
|
-
__exportStar(require("./endpoints/internal/internal"), exports);
|
|
27
|
-
__exportStar(require("./endpoints/internal-session-dispatch/internal-session-dispatch"), exports);
|
|
28
25
|
__exportStar(require("./endpoints/output-surface-inspect/output-surface-inspect"), exports);
|
|
29
26
|
__exportStar(require("./endpoints/output-surfaces/output-surfaces"), exports);
|
|
30
27
|
__exportStar(require("./endpoints/sandbox-sessions/sandbox-sessions"), exports);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { ReferenceAttachmentClass } from './referenceAttachmentClass';
|
|
8
|
+
import type { ReferenceAttachmentClass } from './referenceAttachmentClass.js';
|
|
9
9
|
export interface AddAttachmentDto {
|
|
10
10
|
/** Reference-class attachment kind. */
|
|
11
11
|
attachmentClass: ReferenceAttachmentClass;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { AttachmentClass } from './attachmentClass';
|
|
9
|
-
import type { SessionAttachmentStatus } from './sessionAttachmentStatus';
|
|
8
|
+
import type { AttachmentClass } from './attachmentClass.js';
|
|
9
|
+
import type { SessionAttachmentStatus } from './sessionAttachmentStatus.js';
|
|
10
10
|
export interface AttachmentResponseDto {
|
|
11
11
|
id: string;
|
|
12
12
|
sessionId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { AttachmentResponseDto } from './attachmentResponseDto';
|
|
8
|
+
import type { AttachmentResponseDto } from './attachmentResponseDto.js';
|
|
9
9
|
export interface AttachmentResponseDtoDataArrayEnvelope {
|
|
10
10
|
data: AttachmentResponseDto[];
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { AttachmentResponseDto } from './attachmentResponseDto';
|
|
8
|
+
import type { AttachmentResponseDto } from './attachmentResponseDto.js';
|
|
9
9
|
export interface AttachmentResponseDtoDataEnvelope {
|
|
10
10
|
data: AttachmentResponseDto;
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { AttachmentUploadInitResponseDtoRequiredHeaders } from './attachmentUploadInitResponseDtoRequiredHeaders';
|
|
8
|
+
import type { AttachmentUploadInitResponseDtoRequiredHeaders } from './attachmentUploadInitResponseDtoRequiredHeaders.js';
|
|
9
9
|
export interface AttachmentUploadInitResponseDto {
|
|
10
10
|
/** Draft attachment row id. Pass to `POST /sessions/:id/attachments/:attachmentId/upload-complete`. */
|
|
11
11
|
attachmentId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { AttachmentUploadInitResponseDto } from './attachmentUploadInitResponseDto';
|
|
8
|
+
import type { AttachmentUploadInitResponseDto } from './attachmentUploadInitResponseDto.js';
|
|
9
9
|
export interface AttachmentUploadInitResponseDtoDataEnvelope {
|
|
10
10
|
data: AttachmentUploadInitResponseDto;
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { BuildImageStartedResponseDto } from './buildImageStartedResponseDto';
|
|
8
|
+
import type { BuildImageStartedResponseDto } from './buildImageStartedResponseDto.js';
|
|
9
9
|
export interface BuildImageStartedResponseDtoDataEnvelope {
|
|
10
10
|
data: BuildImageStartedResponseDto;
|
|
11
11
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { BuildImageResultDto } from './buildImageResultDto';
|
|
9
|
-
import type { BuildImageStatusResponseDtoFailureMessage } from './buildImageStatusResponseDtoFailureMessage';
|
|
10
|
-
import type { BuildImageStatusResponseDtoStatus } from './buildImageStatusResponseDtoStatus';
|
|
8
|
+
import type { BuildImageResultDto } from './buildImageResultDto.js';
|
|
9
|
+
import type { BuildImageStatusResponseDtoFailureMessage } from './buildImageStatusResponseDtoFailureMessage.js';
|
|
10
|
+
import type { BuildImageStatusResponseDtoStatus } from './buildImageStatusResponseDtoStatus.js';
|
|
11
11
|
export interface BuildImageStatusResponseDto {
|
|
12
12
|
workflowId: string;
|
|
13
13
|
runId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { BuildImageStatusResponseDto } from './buildImageStatusResponseDto';
|
|
8
|
+
import type { BuildImageStatusResponseDto } from './buildImageStatusResponseDto.js';
|
|
9
9
|
export interface BuildImageStatusResponseDtoDataEnvelope {
|
|
10
10
|
data: BuildImageStatusResponseDto;
|
|
11
11
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import type { ChangeSessionInstructionsDtoInstructions } from './changeSessionInstructionsDtoInstructions.js';
|
|
9
|
+
export interface ChangeSessionInstructionsDto {
|
|
10
|
+
/**
|
|
11
|
+
* Session-level instructions appended after the resolved primary system prompt. Send `null` (or omit) to clear the overlay and fall back to the composition's own instructions. APPEND semantics — not a replacement.
|
|
12
|
+
* @maxLength 16000
|
|
13
|
+
* @nullable
|
|
14
|
+
*/
|
|
15
|
+
instructions?: ChangeSessionInstructionsDtoInstructions;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
* Session-level instructions appended after the resolved primary system prompt. Send `null` (or omit) to clear the overlay and fall back to the composition's own instructions. APPEND semantics — not a replacement.
|
|
10
|
+
* @maxLength 16000
|
|
11
|
+
* @nullable
|
|
12
|
+
*/
|
|
13
|
+
export type ChangeSessionInstructionsDtoInstructions = {
|
|
14
|
+
[key: string]: unknown;
|
|
15
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
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 { ChangeSessionModelDtoSelection } from './changeSessionModelDtoSelection';
|
|
8
|
+
import type { ChangeSessionModelDtoSelection } from './changeSessionModelDtoSelection.js';
|
|
9
9
|
export interface ChangeSessionModelDto {
|
|
10
10
|
/**
|
|
11
11
|
* New model selection. One of ConcreteModelRefDto / StrategyModelRefDto, or null to clear the override and fall back to the agent's default modelClass strategy. Validated server-side against the discriminator (`selection.kind`).
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
import type { ChangeSessionPermissionDtoPermission } from './changeSessionPermissionDtoPermission.js';
|
|
9
|
+
export interface ChangeSessionPermissionDto {
|
|
10
|
+
/**
|
|
11
|
+
* RESTRICT-only permission overlay. Keys are members of the closed permission-key set; values are `ask` | `deny` (or a nested per-resource sub-map of the same). `allow` is rejected — an overlay may only narrow. Send `null` (or omit) to clear the overlay.
|
|
12
|
+
* @nullable
|
|
13
|
+
*/
|
|
14
|
+
permission?: ChangeSessionPermissionDtoPermission;
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
* RESTRICT-only permission overlay. Keys are members of the closed permission-key set; values are `ask` | `deny` (or a nested per-resource sub-map of the same). `allow` is rejected — an overlay may only narrow. Send `null` (or omit) to clear the overlay.
|
|
10
|
+
* @nullable
|
|
11
|
+
*/
|
|
12
|
+
export type ChangeSessionPermissionDtoPermission = {
|
|
13
|
+
[key: string]: unknown;
|
|
14
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|