adding subscription handling to dwn server. #68
Closed
Annotations
10 errors and 1 warning
src/json-rpc-handlers/dwn/process-message.ts#L5
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequestReply'.
|
src/json-rpc-handlers/dwn/process-message.ts#L10
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
|
src/json-rpc-handlers/dwn/process-message.ts#L42
Property 'Subscriptions' does not exist on type 'typeof DwnInterfaceName'.
|
src/subscription-manager.ts#L1
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionFilter'.
|
src/subscription-manager.ts#L2
'"@tbd54566975/dwn-sdk-js"' has no exported member named 'EventMessage'. Did you mean 'EventsGetMessage'?
|
src/subscription-manager.ts#L5
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
|
src/subscription-manager.ts#L6
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequestReply'.
|
src/subscription-manager.ts#L110
Property 'handleSubscriptionRequest' does not exist on type 'Dwn'.
|
tests/subscription-manager.spec.ts#L9
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
|
tests/subscription-manager.spec.ts#L20
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'EventType'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading