Converting EvaluationRequest signature type to JWTs #85
policy-engine-shared.yml
on: push
Build and test
2m 1s
Annotations
10 errors and 1 warning
Build and test:
apps/armory/src/__test__/fixture/authorization-request.fixture.ts#L1
'"@narval/policy-engine-shared"' has no exported member named 'Signature'. Did you mean 'SignatureDto'?
|
Build and test:
apps/armory/src/__test__/fixture/feed.fixture.ts#L21
Type '{ data: Data; source: string; sig: string | { sig: string; alg: "ES256K" | "ES256" | "RS256"; pubKey: string; } | null; }' is not assignable to type 'Feed<Data>'.
|
Build and test:
apps/armory/src/data-feed/core/service/feed.service.ts#L49
Property 'sig' does not exist on type 'string'.
|
Build and test:
apps/armory/src/data-feed/core/service/feed.service.ts#L50
Property 'alg' does not exist on type 'string'.
|
Build and test:
apps/armory/src/data-feed/core/service/feed.service.ts#L51
Property 'pubKey' does not exist on type 'string'.
|
Build and test:
apps/armory/src/data-feed/core/service/historical-transfer-feed.service.ts#L1
'"@narval/policy-engine-shared"' has no exported member named 'Signature'. Did you mean 'SignatureDto'?
|
Build and test:
apps/armory/src/data-feed/core/service/price-feed.service.ts#L1
'"@narval/policy-engine-shared"' has no exported member named 'Signature'. Did you mean 'SignatureDto'?
|
Build and test:
apps/armory/src/data-feed/core/type/data-feed.type.ts#L1
'"@narval/policy-engine-shared"' has no exported member named 'Signature'. Did you mean 'SignatureDto'?
|
Build and test:
apps/armory/src/orchestration/core/service/authorization-request.service.ts#L141
Property 'attestation' does not exist on type 'EvaluationResponse'.
|
Build and test:
apps/armory/src/orchestration/core/service/cluster.service.ts#L127
Property 'attestation' does not exist on type 'EvaluationResponse'.
|
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|