From 7e0381be8891d1080e5558504a7bd5d854a266ac Mon Sep 17 00:00:00 2001 From: mehdilouraoui Date: Tue, 19 Nov 2024 15:15:59 +0100 Subject: [PATCH] feat(sourcing): update rex cost --- .../content-types/retour-experience/schema.json | 3 +++ types/generated/contentTypes.d.ts | 1 + 2 files changed, 4 insertions(+) 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;