270 feature add description field to forminstance and formtemplate #535
Annotations
10 errors
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>'.
|
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>'.
|
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>'.
|
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>'.
|
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>'.
|
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>'.
|
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>'.
|
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>'.
|
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>'.
|
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>'.
|
Loading