Skip to content

feat: update summary configuration #588

feat: update summary configuration

feat: update summary configuration #588

Triggered via pull request January 20, 2025 10:37
Status Failure
Total duration 49s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/form/v2/birth/forms/child.ts#L238
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
test: src/form/v2/birth/forms/child.ts#L246
Type '{ type: "HEALTH_FACILITY"; }' is not assignable to type '{ value: string; label: { id: string; defaultMessage: string; description: string; }; }[]'.
test: src/form/v2/birth/index.ts#L29
Type '{ defaultMessage: string; description: string; id: string; }' is not assignable to type '{ id: string; label: { id: string; defaultMessage: string; description: string; }; emptyValueMessage?: { id: string; defaultMessage: string; description: string; } | undefined; }'.
test: src/form/v2/person/address.ts#L178
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
test: src/form/v2/person/address.ts#L186
Type '{ type: "ADMIN_STRUCTURE"; }' is not assignable to type '{ value: string; label: { id: string; defaultMessage: string; description: string; }; }[]'.
test: src/form/v2/person/address.ts#L191
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
test: src/form/v2/person/address.ts#L199
Type '{ partOf: { $data: string; }; type: "ADMIN_STRUCTURE"; }' is not assignable to type '{ value: string; label: { id: string; defaultMessage: string; description: string; }; }[]'.
test: src/form/v2/person/address.ts#L208
Type '{ value: string; label: { id: string; defaultMessage: string; description: string; }; }[]' is not assignable to type '{ value: string; label: string; }[]'.
test: src/form/v2/person/index.ts#L346
Type '{ value: string; label: { id: string; defaultMessage: string; description: string; }; }[]' is not assignable to type '{ value: string; label: string; }[]'.
test
Process completed with exit code 2.