feat: update to nuc-ts v1.1.0 (async validation & mandatory exp) #446
Annotations
10 errors
|
check:
packages/api/src/queries/queries.services.ts#L319
Type 'Effect<undefined, unknown, unknown>' is not assignable to type 'Effect<void, ResourceAccessDeniedError | DatabaseError | DocumentNotFoundError | CollectionNotFoundError | DataValidationError, never>'.
|
|
check:
packages/api/src/queries/queries.services.ts#L64
Type 'Effect<undefined, unknown, unknown>' is not assignable to type 'Effect<void, ResourceAccessDeniedError | DatabaseError | DocumentNotFoundError | CollectionNotFoundError | VariableInjectionError | DataValidationError, never>'.
|
|
check:
packages/api/src/middleware/capability.middleware.ts#L4
Cannot find module '@nillion/nildb-shared' or its corresponding type declarations.
|
|
check:
packages/api/src/env.ts#L3
Cannot find module '@nillion/nildb-shared' or its corresponding type declarations.
|
|
check:
packages/api/src/data/data.mapper.ts#L2
Cannot find module '@nillion/nildb-shared' or its corresponding type declarations.
|
|
check:
packages/api/src/collections/collections.services.ts#L168
Type 'Effect<undefined, unknown, unknown>' is not assignable to type 'Effect<void, DatabaseError | DocumentNotFoundError | CollectionNotFoundError | DataValidationError, never>'.
|
|
check:
packages/api/src/collections/collections.services.ts#L130
Type 'Effect<undefined, unknown, unknown>' is not assignable to type 'Effect<void, ResourceAccessDeniedError | DatabaseError | DocumentNotFoundError | CollectionNotFoundError | DataValidationError, never>'.
|
|
check:
packages/api/src/builders/builders.repository.ts#L149
Type 'Effect<DeleteResult, unknown, unknown>' is not assignable to type 'Effect<void, DatabaseError | DocumentNotFoundError | CollectionNotFoundError, never>'.
|
|
check:
packages/api/src/builders/builders.repository.ts#L77
Type 'Effect<BuilderDocument, unknown, unknown>' is not assignable to type 'Effect<BuilderDocument, DatabaseError | DocumentNotFoundError | CollectionNotFoundError, never>'.
|
|
check:
packages/api/src/builders/builders.mapper.ts#L1
Cannot find module '@nillion/nildb-shared' or its corresponding type declarations.
|