Assign signatures to users #274
Annotations
10 errors and 1 warning
tsc
Argument of type '{ id: string; order: number; signed: false; signedDocLink: null; createdAt: Date; updatedAt: Date; signerPositionId: string; signerPosition: PositionBaseEntity; userSignedById: null; userSignedBy: null; formInstanceId: string; }' is not assignable to parameter of type 'Partial<SignatureEntity>'.
|
tsc
Argument of type '() => Promise<{ id: string; name: string; formDocLink: string; completed: boolean; markedCompleted: boolean; createdAt: Date; updatedAt: Date; completedAt: null; markedCompletedAt: null; ... 4 more ...; signatures: { ...; }[]; }>' is not assignable to parameter of type '(createFormInstanceDto: CreateFormInstanceDto) => Promise<{ signatures: ({ assignedUser: { id: string; firstName: string; lastName: string; email: string; isAdmin: boolean; ... 4 more ...; positionId: string; }; } & { ...; })[]; formTemplate: { ...; }; originator: { ...; }; } & { ...; }>'.
|
tsc
Argument of type '{ name: string; signatures: { order: number; signerPositionId: string; }[]; originatorId: string; formTemplateId: string; }' is not assignable to parameter of type 'CreateFormInstanceDto'.
|
tsc
Argument of type '{ id: string; order: number; signed: false; signedDocLink: null; createdAt: Date; updatedAt: Date; signerPositionId: string; signerPosition: PositionBaseEntity; userSignedById: null; userSignedBy: null; formInstanceId: string; }' is not assignable to parameter of type 'Partial<SignatureEntity>'.
|
tsc
Argument of type '{ id: string; order: number; signed: false; signedDocLink: null; createdAt: Date; updatedAt: Date; signerPositionId: string; signerPosition: PositionBaseEntity; userSignedById: null; userSignedBy: null; formInstanceId: string; }' is not assignable to parameter of type 'Partial<SignatureEntity>'.
|
tsc
Type '{ id: string; order: number; signed: false; signedDocLink: null; createdAt: Date; updatedAt: Date; signerPositionId: string; signerPosition: PositionBaseEntity; userSignedById: null; userSignedBy: null; formInstanceId: string; }' is not assignable to type 'SignatureEntity'.
|
tsc
Type '{ id: string; order: number; signed: false; signedDocLink: null; createdAt: Date; updatedAt: Date; signerPositionId: string; signerPosition: { id: string; name: string; single: true; departmentId: string; department: { ...; }; createdAt: Date; updatedAt: Date; }; userSignedById: null; userSignedBy: null; formInstanc...' is not assignable to type 'SignatureEntity'.
|
tsc
Argument of type '() => Promise<{ id: string; name: string; formDocLink: string; completed: boolean; markedCompleted: boolean; createdAt: Date; updatedAt: Date; completedAt: null; markedCompletedAt: null; ... 4 more ...; signatures: { ...; }[]; }[]>' is not assignable to parameter of type '(limit?: number | undefined) => Promise<({ signatures: ({ assignedUser: { id: string; firstName: string; lastName: string; email: string; isAdmin: boolean; pswdHash: string | null; createdAt: Date; updatedAt: Date; refreshToken: string | null; positionId: string; }; } & { ...; })[]; formTemplate: { ...; }; originato...'.
|
tsc
Argument of type '{ id: string; order: number; signed: false; signedDocLink: null; createdAt: Date; updatedAt: Date; signerPositionId: string; signerPosition: PositionBaseEntity; userSignedById: null; userSignedBy: null; formInstanceId: string; }' is not assignable to parameter of type 'Partial<SignatureEntity>'.
|
tsc
Argument of type '{ id: string; order: number; signed: false; signedDocLink: null; createdAt: Date; updatedAt: Date; signerPositionId: string; signerPosition: PositionBaseEntity; userSignedById: null; userSignedBy: null; formInstanceId: string; }' is not assignable to parameter of type 'Partial<SignatureEntity>'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading