Skip to content

feat: changement structure des données et du module #36

feat: changement structure des données et du module

feat: changement structure des données et du module #36

Triggered via push June 5, 2024 14:51
Status Failure
Total duration 22s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build: src/converters.js#L11
Cannot find name 'Cepage'. Did you mean 'cepages'?
build: src/converters.js#L38
Type 'CPFCulture' is not assignable to type 'UnifiedCulture'.
build: src/converters.js#L73
Argument of type '{ code_cpf: string; code_cpf_alias: string; libelle_code_cpf: string; groupe: string; sous_groupe: string; is_selectable: boolean; code_bureau_veritas: string; codes_geofolia: string[]; cultures_pac: string[][]; }' is not assignable to parameter of type 'CPFCulture'.
build: src/converters.js#L103
Argument of type '(culture: CPFCulture) => UnifiedCulture' is not assignable to parameter of type '(value: { code_cpf: string; code_cpf_alias: string; libelle_code_cpf: string; groupe: string; sous_groupe: string; is_selectable: boolean; code_bureau_veritas: string; codes_geofolia: string[]; cultures_pac: string[][]; }, index: number, array: { ...; }[]) => UnifiedCulture'.
build: src/converters.js#L112
Argument of type '(culture: CPFCulture) => UnifiedCulture' is not assignable to parameter of type '(value: { code_cpf: string; code_cpf_alias: string; libelle_code_cpf: string; groupe: string; sous_groupe: string; is_selectable: boolean; code_bureau_veritas: string; codes_geofolia: string[]; cultures_pac: string[][]; }, index: number, array: { ...; }[]) => UnifiedCulture'.
build: src/converters.js#L121
Argument of type '{ code_cpf: string; code_cpf_alias: string; libelle_code_cpf: string; groupe: string; sous_groupe: string; is_selectable: boolean; code_bureau_veritas: string; codes_geofolia: string[]; cultures_pac: string[][]; }' is not assignable to parameter of type 'CPFCulture'.
build: src/converters.js#L134
Type '{ code_cpf: string; code_cpf_alias: string; libelle_code_cpf: string; groupe: string; sous_groupe: string; is_selectable: boolean; code_bureau_veritas: string; codes_geofolia: string[]; cultures_pac: string[][]; }' is not assignable to type 'UnifiedCulture'.
build
Process completed with exit code 2.