270 feature add description field to forminstance and formtemplate #535
main.yml
on: pull_request
Run eslint/format
1m 54s
Check tsc
1m 44s
Run tests
1m 46s
Build backend image
2m 56s
Annotations
11 errors
Check tsc
Argument of type '{ formTemplate: { id: string; name: string; formDocLink: string; createdAt: Date; updatedAt: Date; description: string | null; }; assignedGroups: ({ signerEmployeeList: { id: string; ... 9 more ...; positionId: string; }[]; ... 5 more ...; instanceBoxes: { ...; }[]; } & { ...; })[]; originator: { ...; } & { ...; }; ...' is not assignable to parameter of type 'Partial<FormInstanceEntity>'.
|
Check tsc
Argument of type '{ formTemplate: { id: string; name: string; formDocLink: string; createdAt: Date; updatedAt: Date; description: string | null; }; assignedGroups: ({ signerEmployeeList: { id: string; ... 9 more ...; positionId: string; }[]; ... 5 more ...; instanceBoxes: { ...; }[]; } & { ...; })[]; originator: { ...; } & { ...; }; ...' is not assignable to parameter of type 'Partial<FormInstanceEntity>'.
|
Check tsc
Argument of type '{ formTemplate: { id: string; name: string; formDocLink: string; createdAt: Date; updatedAt: Date; description: string | null; }; assignedGroups: ({ signerEmployeeList: { id: string; ... 9 more ...; positionId: string; }[]; ... 5 more ...; instanceBoxes: { ...; }[]; } & { ...; })[]; originator: { ...; } & { ...; }; ...' is not assignable to parameter of type 'Partial<FormInstanceEntity>'.
|
Check tsc
Argument of type '{ formTemplate: { id: string; name: string; formDocLink: string; createdAt: Date; updatedAt: Date; description: string | null; }; assignedGroups: ({ signerEmployeeList: { id: string; ... 9 more ...; positionId: string; }[]; ... 5 more ...; instanceBoxes: { ...; }[]; } & { ...; })[]; originator: { ...; } & { ...; }; ...' is not assignable to parameter of type 'Partial<FormInstanceEntity>'.
|
Check tsc
Argument of type '{ formTemplate: { id: string; name: string; formDocLink: string; createdAt: Date; updatedAt: Date; description: string | null; }; assignedGroups: ({ signerEmployeeList: { id: string; ... 9 more ...; positionId: string; }[]; ... 5 more ...; instanceBoxes: { ...; }[]; } & { ...; })[]; originator: { ...; } & { ...; }; ...' is not assignable to parameter of type 'Partial<FormInstanceEntity>'.
|
Check tsc
Argument of type '{ formTemplate: { id: string; name: string; formDocLink: string; createdAt: Date; updatedAt: Date; description: string | null; }; assignedGroups: ({ signerEmployeeList: { id: string; ... 9 more ...; positionId: string; }[]; ... 5 more ...; instanceBoxes: { ...; }[]; } & { ...; })[]; originator: { ...; } & { ...; }; ...' is not assignable to parameter of type 'Partial<FormInstanceEntity>'.
|
Check tsc
Argument of type '{ id: string; name: string; formDocLink: string; completed: boolean; markedCompleted: boolean; createdAt: Date; updatedAt: Date; description: string | null; completedAt: Date | null; markedCompletedAt: Date | null; originatorId: string; formTemplateId: string; }' is not assignable to parameter of type 'Partial<FormInstanceEntity>'.
|
Check tsc
Argument of type '{ fieldGroups: ({ templateBoxes: { id: string; type: SignatureBoxFieldType; x_coordinate: number; y_coordinate: number; createdAt: Date; updatedAt: Date; fieldGroupId: string; }[]; } & { ...; })[]; formInstances: ({ ...; } & { ...; })[]; } & { ...; }' is not assignable to parameter of type 'Partial<FormTemplateEntity>'.
|
Check tsc
Argument of type '{ fieldGroups: ({ templateBoxes: { id: string; type: SignatureBoxFieldType; x_coordinate: number; y_coordinate: number; createdAt: Date; updatedAt: Date; fieldGroupId: string; }[]; } & { ...; })[]; formInstances: ({ ...; } & { ...; })[]; } & { ...; }' is not assignable to parameter of type 'Partial<FormTemplateEntity>'.
|
Check tsc
Argument of type '{ fieldGroups: ({ templateBoxes: { id: string; type: SignatureBoxFieldType; x_coordinate: number; y_coordinate: number; createdAt: Date; updatedAt: Date; fieldGroupId: string; }[]; } & { ...; })[]; formInstances: ({ ...; } & { ...; })[]; } & { ...; }' is not assignable to parameter of type 'Partial<FormTemplateEntity>'.
|
Run tests
Process completed with exit code 1.
|