Skip to content

feat: create address input #574

feat: create address input

feat: create address input #574

Triggered via pull request January 15, 2025 09:03
Status Failure
Total duration 52s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test: src/form/V2/birth.ts#L429
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
test: src/form/V2/birth.ts#L437
Type '{ type: "HEALTH_FACILITY"; }' is not assignable to type '{ value: string; label: { id: string; description: string; defaultMessage: string; }; }[]'.
test: src/form/V2/person.ts#L426
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
test: src/form/V2/person.ts#L434
Type '{ type: "ADMIN_STRUCTURE"; }' is not assignable to type '{ value: string; label: { id: string; description: string; defaultMessage: string; }; }[]'.
test: src/form/V2/person.ts#L440
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
test: src/form/V2/person.ts#L448
Type '{ partOf: { $data: string; }; type: "ADMIN_STRUCTURE"; }' is not assignable to type '{ value: string; label: { id: string; description: string; defaultMessage: string; }; }[]'.
test: src/form/V2/person.ts#L458
Type '{ value: string; label: { id: string; description: string; defaultMessage: string; }; }[]' is not assignable to type '{ value: string; label: string; }[]'.
test
Process completed with exit code 2.