Skip to content

270 feature add description field to forminstance and formtemplate #535

270 feature add description field to forminstance and formtemplate

270 feature add description field to forminstance and formtemplate #535

Triggered via pull request February 16, 2025 21:15
Status Failure
Total duration 4m 45s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.