Skip to content

Commit

Permalink
feat : add unit for coût entretien
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Jan 22, 2024
1 parent 0d52dac commit 638c57b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,15 @@
"surface",
"interieur"
]
},
"cout_entretien_unite": {
"type": "enumeration",
"enum": [
"metreCarre",
"lineaire",
"metreCube",
"unite"
]
}
}
}
3 changes: 3 additions & 0 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,9 @@ export interface ApiFicheSolutionFicheSolution extends Schema.CollectionType {
portee_baisse_temperature: Attribute.Enumeration<
['air', 'surface', 'interieur']
>;
cout_entretien_unite: Attribute.Enumeration<
['metreCarre', 'lineaire', 'metreCube', 'unite']
>;
createdAt: Attribute.DateTime;
updatedAt: Attribute.DateTime;
publishedAt: Attribute.DateTime;
Expand Down

0 comments on commit 638c57b

Please sign in to comment.