Implement notifications release file #1674
Annotations
6 errors
|
test
Process completed with exit code 2.
|
|
test:
src/types.ts#L6
Module '"@dappnode/types"' has no exported member 'NotificationsConfig'.
|
|
test:
src/tasks/buildAndUpload/getFileValidationTask.ts#L8
Module '"@dappnode/schemas"' has no exported member 'validateNotificationsSchema'.
|
|
test:
src/tasks/buildAndUpload/getFileCopyTask.ts#L114
Type '"notifications"' is not comparable to type '"manifest" | "compose" | "signature" | "avatar" | "setupWizard" | "setupSchema" | "setupTarget" | "setupUiJson" | "disclaimer" | "gettingStarted" | "prometheusTargets" | "grafanaDashboards"'.
|
|
test:
src/files/notifications/readNotificationsIfExists.ts#L61
Property 'notifications' does not exist on type 'Readonly<{ readonly manifest: Readonly<{ regex: RegExp; format: FileFormat.YAML; maxSize: 100000; required: true; multiple: false; }>; readonly compose: Readonly<{ regex: RegExp; format: FileFormat.YAML; maxSize: 10000; required: true; multiple: false; }>; ... 9 more ...; readonly grafanaDashboards: Readonly<...>; }>'.
|
|
test:
src/files/notifications/readNotificationsIfExists.ts#L6
Module '"@dappnode/types"' has no exported member 'NotificationsConfig'.
|