Skip to content

Remove dist prefix from main and types entrypoints #271

Remove dist prefix from main and types entrypoints

Remove dist prefix from main and types entrypoints #271

Triggered via push May 6, 2025 16:29
Status Failure
Total duration 1m 12s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
compile: src/api/resources/agents/client/Client.ts#L473
'"/home/runner/work/humanloop-node/humanloop-node/src/api/index"' has no exported member named 'AgentsContinueCallStreamRequest'. Did you mean 'AgentsContinueStreamRequest'?
compile: src/api/resources/agents/client/Client.ts#L497
Property 'AgentsContinueCallStreamRequest' does not exist on type 'typeof import("/home/runner/work/humanloop-node/humanloop-node/src/serialization/index")'. Did you mean 'AgentsContinueStreamRequest'?
compile: src/api/resources/agents/client/Client.ts#L587
'"/home/runner/work/humanloop-node/humanloop-node/src/api/index"' has no exported member named 'AgentsContinueCallRequest'. Did you mean 'AgentsContinueRequest'?
compile: src/api/resources/agents/client/requests/index.ts#L5
Cannot find module './AgentsContinueStreamRequest' or its corresponding type declarations.
compile
Process completed with exit code 2.
test
Process completed with exit code 1.