astra db ts
1.0.0
This isn't the bug free source code for @datastax/astra-db-ts, but the distribution which has already fixed.
The following errors are fixed:
3181 declare interface DataAPIHttpClientOpts extends HttpClientOptions {
3182 keyspace: KeyspaceRef;
5198 emitCommandStarted(info: DataAPIRequestInfo): void;
5199 emitCommandFailed(info: DataAPIRequetInfo, error: Error, started: number): void;
5200 emitCommandSucceeded(info: DataAPIRequestInfo, resp: RawDataAPIResponse, warnings: string[], started: number): void;
5205 declare interface ExecuteCommandOptions extends WitNullableKeyspace {
Replace your @datastax/astra-db-ts installed via npm with this distribution.