subscription interface and event streaming for low latency push events #1287
Annotations
10 errors
src/core/subscriptions-grant-authorization.ts#L1
Cannot find module '../interfaces/event-create.js' or its corresponding type declarations.
|
src/dwn.ts#L5
Cannot find module './interfaces/event-create.js' or its corresponding type declarations.
|
src/event-log/event-stream.ts#L2
Cannot find module '../interfaces/event-create.js' or its corresponding type declarations.
|
src/handlers/subscriptions-request.ts#L2
Cannot find module '../interfaces/event-create.js' or its corresponding type declarations.
|
src/interfaces/subscription-request.ts#L1
Cannot find module './event-create.js' or its corresponding type declarations.
|
src/interfaces/subscription-request.ts#L9
Module '"../types/jws-types.js"' has no exported member 'SignatureInput'.
|
src/interfaces/subscription-request.ts#L55
Argument of type 'string | undefined' is not assignable to parameter of type '{ permissionsGrantId?: string | undefined; protocolRole?: string | undefined; } | undefined'.
|
tests/event-log/event-stream.spec.ts#L2
Cannot find module '../../src/interfaces/event-create.js' or its corresponding type declarations.
|
tests/event-log/event-stream.spec.ts#L52
Property 'createSignatureInput' does not exist on type 'typeof Jws'.
|
tests/event-log/event-stream.spec.ts#L70
Property 'createSignatureInput' does not exist on type 'typeof Jws'.
|
The logs for this run have expired and are no longer available.
Loading