SDK regeneration #8
Annotations
11 errors
compile:
src/core/websocket/ws.ts#L3
Could not find a declaration file for module 'ws'. '/home/runner/work/cartesia-js/cartesia-js/node_modules/ws/index.js' implicitly has an 'any' type.
|
compile:
src/wrapper/Websocket.ts#L5
Cannot find module 'human-id' or its corresponding type declarations.
|
compile:
src/wrapper/Websocket.ts#L46
Return type of public method from exported class has or is using name 'EmitteryOncePromise' from external module "/home/runner/work/cartesia-js/cartesia-js/node_modules/emittery/index" but cannot be named.
|
compile:
src/wrapper/Websocket.ts#L46
Return type of public method from exported class has or is using name 'listenerAdded' from external module "/home/runner/work/cartesia-js/cartesia-js/node_modules/emittery/index" but cannot be named.
|
compile:
src/wrapper/Websocket.ts#L46
Return type of public method from exported class has or is using name 'listenerRemoved' from external module "/home/runner/work/cartesia-js/cartesia-js/node_modules/emittery/index" but cannot be named.
|
compile:
src/wrapper/Websocket.ts#L83
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
compile:
src/wrapper/source.ts#L15
Public property 'on' of exported class has or is using name 'listenerAdded' from external module "/home/runner/work/cartesia-js/cartesia-js/node_modules/emittery/index" but cannot be named.
|
compile:
src/wrapper/source.ts#L15
Public property 'on' of exported class has or is using name 'listenerRemoved' from external module "/home/runner/work/cartesia-js/cartesia-js/node_modules/emittery/index" but cannot be named.
|
compile:
src/wrapper/source.ts#L16
Public property 'once' of exported class has or is using name 'EmitteryOncePromise' from external module "/home/runner/work/cartesia-js/cartesia-js/node_modules/emittery/index" but cannot be named.
|
compile:
src/wrapper/source.ts#L16
Public property 'once' of exported class has or is using name 'listenerAdded' from external module "/home/runner/work/cartesia-js/cartesia-js/node_modules/emittery/index" but cannot be named.
|
test
Process completed with exit code 1.
|