Skip to content

adding subscription handling to dwn server. #172

adding subscription handling to dwn server.

adding subscription handling to dwn server. #172

Triggered via pull request October 2, 2023 05:42
Status Failure
Total duration 32s
Artifacts

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/json-rpc-handlers/dwn/process-message.ts#L5
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequestReply'.
test: src/json-rpc-handlers/dwn/process-message.ts#L10
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
test: src/json-rpc-handlers/dwn/process-message.ts#L42
Property 'Subscriptions' does not exist on type 'typeof DwnInterfaceName'.
test: src/subscription-manager.ts#L1
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionFilter'.
test: src/subscription-manager.ts#L2
'"@tbd54566975/dwn-sdk-js"' has no exported member named 'EventMessage'. Did you mean 'EventsGetMessage'?
test: src/subscription-manager.ts#L5
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
test: src/subscription-manager.ts#L6
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequestReply'.
test: src/subscription-manager.ts#L110
Property 'handleSubscriptionRequest' does not exist on type 'Dwn'.
test: tests/subscription-manager.spec.ts#L9
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
test: tests/subscription-manager.spec.ts#L20
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'EventType'.
test
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/