From 613c52666497024f172d6d01ae1683c76b4766e7 Mon Sep 17 00:00:00 2001 From: Igor de Paula Date: Wed, 22 Nov 2023 11:01:38 -0500 Subject: [PATCH] fix: updates stop types --- src/booking/Offers/OfferTypes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/booking/Offers/OfferTypes.ts b/src/booking/Offers/OfferTypes.ts index c0fae4f9..ab89a346 100644 --- a/src/booking/Offers/OfferTypes.ts +++ b/src/booking/Offers/OfferTypes.ts @@ -511,12 +511,12 @@ export interface OfferSliceSegmentStop { /** * The ISO 8601 datetime at which the Stop is scheduled to arrive, in the airport's timezone (see destination.timezone) */ - arrivingAt: string + arriving_at: string /** * The ISO 8601 datetime at which the Stop is scheduled to depart, in the airport's timezone (see origin.timezone) */ - departingAt: string + departing_at: string /** * The duration of the Stop, represented as a ISO 8601 duration