diff --git a/src/api/retour-experience/content-types/retour-experience/schema.json b/src/api/retour-experience/content-types/retour-experience/schema.json index 28b8e41..88e7e58 100644 --- a/src/api/retour-experience/content-types/retour-experience/schema.json +++ b/src/api/retour-experience/content-types/retour-experience/schema.json @@ -271,6 +271,9 @@ "type": "component", "repeatable": true, "component": "retour-experience.contact" + }, + "cout_euro": { + "type": "integer" } } } diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index d5f05d8..df0245b 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -1792,6 +1792,7 @@ export interface ApiRetourExperienceRetourExperience }>; location: Attribute.JSON; contacts: Attribute.Component<'retour-experience.contact', true>; + cout_euro: Attribute.Integer; createdAt: Attribute.DateTime; updatedAt: Attribute.DateTime; publishedAt: Attribute.DateTime;